pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Remove non specific version of love.



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Sun Sep 30 16:44:47 2018 +0300
Changeset:	c82275744f92d83c66ee444ddd80a284e298e972

Removed Files:
	love/DESCR
	love/Makefile
	love/PLIST
	love/distinfo

Log Message:
Remove non specific version of love.

We want all of them at the same time, as older games
are still fun.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c82275744f92d83c66ee444ddd80a284e298e972

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 love/DESCR    |  4 ----
 love/Makefile | 45 ---------------------------------------------
 love/PLIST    |  8 --------
 love/distinfo |  6 ------
 4 files changed, 63 deletions(-)

diffs:
diff --git a/love/DESCR b/love/DESCR
deleted file mode 100644
index 98f668291d..0000000000
--- a/love/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-LOVE is a framework for making 2D games in the Lua programming
-language. LOVE is totally free, and can be used in anything from
-friendly open-source hobby projects, to evil, closed-source commercial
-ones.
diff --git a/love/Makefile b/love/Makefile
deleted file mode 100644
index 02dc6deb6e..0000000000
--- a/love/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2014/03/31 22:27:22 thomasklausner Exp $
-
-DISTNAME=	love-0.10.2-linux-src
-PKGNAME=	${DISTNAME:S/-linux-src//}
-CATEGORIES=	games
-MASTER_SITES=	https://bitbucket.org/rude/love/downloads/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://love2d.org/
-COMMENT=	Framework for making 2D games in Lua
-LICENSE=	zlib
-
-WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
-GNU_CONFIGURE=	yes
-USE_LANGUAGES=	c c++
-
-USE_TOOLS+=	pkg-config
-USE_LIBTOOL=	yes
-
-LUA_VERSIONS_INCOMPATIBLE=	52
-
-# JIT needs WX mappings
-NOT_PAX_MPROTECT_SAFE+=		bin/love
-
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../devel/SDL2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.physfs+=	physfs>=2.0
-.include "../../devel/physfs/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../audio/openal-soft/buildlink3.mk"
-.include "../../lang/lua/buildlink3.mk"
-.include "../../lang/LuaJIT2/buildlink3.mk"
-.include "../../devel/devIL/buildlink3.mk"
-.include "../../devel/libltdl/buildlink3.mk"
-.include "../../audio/libmodplug/buildlink3.mk"
-.include "../../multimedia/libtheora/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../audio/mpg123/buildlink3.mk"
-.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../graphics/mng/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../x11/libXcursor/buildlink3.mk"
-.include "../../x11/libXxf86vm/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/love/PLIST b/love/PLIST
deleted file mode 100644
index ffbb09accb..0000000000
--- a/love/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/03/31 22:27:22 thomasklausner Exp $
-bin/love
-lib/liblove.la
-man/man1/love.1
-share/applications/love.desktop
-share/icons/hicolor/scalable/mimetypes/application-x-love-game.svg
-share/mime/packages/love.xml
-share/pixmaps/love.svg
diff --git a/love/distinfo b/love/distinfo
deleted file mode 100644
index 7a4017ff8c..0000000000
--- a/love/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/03/31 22:27:22 thomasklausner Exp $
-
-SHA1 (love-0.10.2-linux-src.tar.gz) = 32120e20795807494946f364209167d646c94ac1
-RMD160 (love-0.10.2-linux-src.tar.gz) = 5530aa7f41e1e6a0ae3678b3eb3cdaa5c7d70dd3
-SHA512 (love-0.10.2-linux-src.tar.gz) = 81c0bb5a454ed9abc692784f155933288a2bd5ba5ffb919c7709584e7e8d68fca10b5ea1e3a386def46b18f071b217ffbc2914a8ea08424226f0580020fce076
-Size (love-0.10.2-linux-src.tar.gz) = 1698376 bytes


Home | Main Index | Thread Index | Old Index