diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-11 07:37:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-11 07:37:02 +0000 |
commit | c49901f5bcf28a84a20a84d0be361b56fda09bd7 (patch) | |
tree | 1b579bde05e2e9bd3c7907b0494aa8f407f238e6 /games-strategy | |
parent | Version bump. Request bug #195262 (diff) | |
download | historical-c49901f5bcf28a84a20a84d0be361b56fda09bd7.tar.gz historical-c49901f5bcf28a84a20a84d0be361b56fda09bd7.tar.bz2 historical-c49901f5bcf28a84a20a84d0be361b56fda09bd7.zip |
old
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freecol/files/digest-freecol-0.7.0 | 3 | ||||
-rw-r--r-- | games-strategy/freecol/files/freecol-0.6.1-home.patch | 22 | ||||
-rw-r--r-- | games-strategy/freecol/files/freecol-0.6.1-installer-taskdefs.patch | 88 | ||||
-rw-r--r-- | games-strategy/freecol/files/freecol-0.7.0-home.patch | 22 | ||||
-rw-r--r-- | games-strategy/freecol/freecol-0.7.0.ebuild | 76 | ||||
-rw-r--r-- | games-strategy/glob2/files/digest-glob2-0.8.21 | 3 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.21.ebuild | 56 | ||||
-rw-r--r-- | games-strategy/lgeneral/files/digest-lgeneral-1.2_beta2 | 6 | ||||
-rw-r--r-- | games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild | 54 | ||||
-rw-r--r-- | games-strategy/ufo-ai/files/0.10.040218-Makefile.patch | 61 | ||||
-rw-r--r-- | games-strategy/ufo-ai/files/digest-ufo-ai-0.10.040218 | 4 | ||||
-rw-r--r-- | games-strategy/ufo-ai/files/digest-ufo-ai-2.1.1 | 12 | ||||
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild | 58 | ||||
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild | 144 |
14 files changed, 0 insertions, 609 deletions
diff --git a/games-strategy/freecol/files/digest-freecol-0.7.0 b/games-strategy/freecol/files/digest-freecol-0.7.0 deleted file mode 100644 index 64d26ba8b0c1..000000000000 --- a/games-strategy/freecol/files/digest-freecol-0.7.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 89ded7c4c248d00241749eaf0a2a39e2 freecol-0.7.0-src.tar.gz 19663698 -RMD160 07736355fe40556868daf41b4d4c461da41e575d freecol-0.7.0-src.tar.gz 19663698 -SHA256 e49be5ae560f71aca184d9a880f2f3b297cb942d11aa6ab416468517309623d4 freecol-0.7.0-src.tar.gz 19663698 diff --git a/games-strategy/freecol/files/freecol-0.6.1-home.patch b/games-strategy/freecol/files/freecol-0.6.1-home.patch deleted file mode 100644 index 01ee1f499d6f..000000000000 --- a/games-strategy/freecol/files/freecol-0.6.1-home.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- src/net/sf/freecol/common/logging/DefaultHandler.java -+++ src/net/sf/freecol/common/logging/DefaultHandler.java -@@ -21,7 +21,7 @@ - public static final String LICENSE = "http://www.gnu.org/licenses/gpl.html"; - public static final String REVISION = "$Revision: 1.1 $"; - -- private static final String fileName = new String("FreeCol.log"); -+ private static final String fileName = new String(System.getProperty("user.home") + "/.freecol/FreeCol.log"); - - private FileWriter fileWriter; - ---- src/net/sf/freecol/FreeCol.java -+++ src/net/sf/freecol/FreeCol.java -@@ -83,7 +83,7 @@ - if (!saveDirectory.exists()) { - saveDirectory = new File("save"); - } else { -- saveDirectory = new File(saveDirectory, "freecol" + FILE_SEP + "save"); -+ saveDirectory = new File(saveDirectory, ".freecol" + FILE_SEP + "save"); - } - - handleArgs(args); diff --git a/games-strategy/freecol/files/freecol-0.6.1-installer-taskdefs.patch b/games-strategy/freecol/files/freecol-0.6.1-installer-taskdefs.patch deleted file mode 100644 index a872b846f28e..000000000000 --- a/games-strategy/freecol/files/freecol-0.6.1-installer-taskdefs.patch +++ /dev/null @@ -1,88 +0,0 @@ -http://sourceforge.net/tracker/index.php?func=detail&aid=1725840&group_id=43225&atid=435580 - -Index: build.xml -=================================================================== -RCS file: /cvsroot/freecol/freecol/build.xml,v -retrieving revision 1.46 -diff -u -r1.46 build.xml ---- build.xml 21 May 2007 09:08:19 -0000 1.46 -+++ build.xml 25 May 2007 20:48:17 -0000 -@@ -49,23 +49,12 @@ - </condition> - - -- <!-- TASK DEFINITIONS --> -- <taskdef name="jsmoothgen" -- classname="net.charabia.jsmoothgen.ant.JSmoothGen" -- classpath="${freecol.build.dir}/jars/jsmoothgen-ant.jar" -- /> -- <taskdef name="izpack" -- classname="com.izforge.izpack.ant.IzPackTask" -- classpath="${freecol.build.dir}/jars/standalone-compiler.jar" -- /> -- -- <!-- JarBundler is a feature-rich Ant task which will create a Mac OS X -- application bundle from a list of Jar files and a main class name. -- (GPL-Software) -> http://informagen.com/JarBundler/ --> -- <taskdef name="jarbundler" -- classname="net.sourceforge.jarbundler.JarBundler" -- classpath="${freecol.build.dir}/jars/jarbundler.jar" -- /> -+ <target name="define-jsmoothgen"> -+ <taskdef name="jsmoothgen" -+ classname="net.charabia.jsmoothgen.ant.JSmoothGen" -+ classpath="${freecol.build.dir}/jars/jsmoothgen-ant.jar" -+ /> -+ </target> - - <target name="init" unless="TSTAMP"> - <tstamp/> -@@ -223,7 +212,7 @@ - </copy> - </target> - -- <target name="prepareWinFiles" depends="initDist"> -+ <target name="prepareWinFiles" depends="initDist,define-jsmoothgen"> - <jsmoothgen project="${freecol.build.dir}/startup.jsmooth" skeletonroot="${freecol.build.dir}/skeletons"/> - <move todir="${freecol.release.dir}/win/${freecol.name}"> - <fileset dir="${freecol.build.dir}" includes="freecol.exe"/> -@@ -264,7 +253,12 @@ - </target> - - <target name="javaInstallerBundle" unless="skip.dist.installer" description="Builds a platform independent installer" -- depends="initDist,prepareWinFiles,prepareManual,prepareBaseFiles,prepareSourceFiles"> -+ depends="initDist,prepareWinFiles,prepareManual,prepareBaseFiles,prepareSourceFiles"> -+ <taskdef name="izpack" -+ classname="com.izforge.izpack.ant.IzPackTask" -+ classpath="${freecol.build.dir}/jars/standalone-compiler.jar" -+ /> -+ - <izpack output="${freecol.release.dir}/${freecol.release.name}-installer.jar" - installerType="standard" - basedir="${freecol.release.dir}/" -@@ -332,7 +326,7 @@ - </target> - - <target name="winInstallerBundle" unless="skip.dist.installer" description="Builds a windows installer" -- depends="initDist,javaInstallerBundle"> -+ depends="initDist,javaInstallerBundle,define-jsmoothgen"> - - <copy todir="${freecol.release.dir}"> - <fileset dir="${freecol.build.dir}" includes="installer.jsmooth"/> -@@ -349,7 +343,15 @@ - </target> - - <!-- Builds a doubleclickable application bundle running on Mac OS X --> -- <target name="macJavaBundle" unless="skip.dist.mac" depends="prepareManual,prepareBaseFiles"> -+ <target name="macJavaBundle" unless="skip.dist.mac" depends="prepareManual,prepareBaseFiles"> -+ <!-- JarBundler is a feature-rich Ant task which will create a Mac OS X -+ application bundle from a list of Jar files and a main class name. -+ (GPL-Software) -> http://informagen.com/JarBundler/ --> -+ <taskdef name="jarbundler" -+ classname="net.sourceforge.jarbundler.JarBundler" -+ classpath="${freecol.build.dir}/jars/jarbundler.jar" -+ /> -+ - <jarbundler dir="${freecol.release.dir}" - name="FreeCol" - mainclass="net.sf.freecol.FreeCol" diff --git a/games-strategy/freecol/files/freecol-0.7.0-home.patch b/games-strategy/freecol/files/freecol-0.7.0-home.patch deleted file mode 100644 index f52e943e0c6b..000000000000 --- a/games-strategy/freecol/files/freecol-0.7.0-home.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- src/net/sf/freecol/common/logging/DefaultHandler.java -+++ src/net/sf/freecol/common/logging/DefaultHandler.java -@@ -22,7 +22,7 @@ - - public static final String REVISION = "$Revision: 1.1 $"; - -- private static final String fileName = new String("FreeCol.log"); -+ private static final String fileName = new String(System.getProperty("user.home") + "/.freecol/FreeCol.log"); - - private FileWriter fileWriter; - ---- src/net/sf/freecol/FreeCol.java -+++ src/net/sf/freecol/FreeCol.java -@@ -314,7 +314,7 @@ - private static void createAndSetDirectories() { - // TODO: The location of the save directory should be determined by the installer.; - -- File mainUserDirectory = new File(System.getProperty("user.home"), "freecol"); -+ File mainUserDirectory = new File(System.getProperty("user.home"), ".freecol"); - if (mainUserDirectory.exists() && mainUserDirectory.isFile()) { - logger.warning("Could not create .freecol under " - + System.getProperty("user.home") + " because there " diff --git a/games-strategy/freecol/freecol-0.7.0.ebuild b/games-strategy/freecol/freecol-0.7.0.ebuild deleted file mode 100644 index 18b1eecaecd6..000000000000 --- a/games-strategy/freecol/freecol-0.7.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/freecol-0.7.0.ebuild,v 1.1 2007/07/19 21:41:00 nyhm Exp $ - -WANT_ANT_TASKS="ant-nodeps" - -inherit eutils java-pkg-2 java-ant-2 games - -DESCRIPTION="An open source clone of the game Colonization" -HOMEPAGE="http://www.freecol.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-java/higlayout" -DEPEND="${RDEPEND} - test? ( - dev-java/ant-junit - dev-java/ant-trax - ) - >=virtual/jdk-1.6" -RDEPEND="${RDEPEND} - >=virtual/jre-1.6" - -S=${WORKDIR}/${PN} - -pkg_setup() { - games_pkg_setup - java-pkg-2_pkg_setup -} - -src_unpack() { - unpack ${A} - cd "${S}" - rm -v FreeCol.jar jars/* */*/*.jar || die - - epatch "${FILESDIR}"/${P}-home.patch - - sed -i "/Class-Path/s:jars/.*$:$(java-pkg_getjars higlayout):" \ - src/MANIFEST.MF \ - || die "sed failed" - - cd jars - java-pkg_jar-from higlayout -} - -# Default would be from games -src_compile() { - eant -} - -src_test() { - java-pkg_jar-from --into test/lib junit - ANT_TASKS="ant-junit ant-trax ant-nodeps" eant testall -} - -src_install () { - insinto "${GAMES_DATADIR}"/${PN} - doins -r data || die "doins failed" - - java-pkg_jarinto "${GAMES_DATADIR}"/${PN} - java-pkg_dojar FreeCol.jar - - java-pkg_dolauncher ${PN} \ - -into "${GAMES_PREFIX}" \ - --pwd "${GAMES_DATADIR}"/${PN} \ - --java_args -Xmx512M - - dodoc README || die - doicon ${PN}.xpm || die - make_desktop_entry ${PN} FreeCol ${PN}.xpm || die - prepgamesdirs -} diff --git a/games-strategy/glob2/files/digest-glob2-0.8.21 b/games-strategy/glob2/files/digest-glob2-0.8.21 deleted file mode 100644 index 70a5b21ff7eb..000000000000 --- a/games-strategy/glob2/files/digest-glob2-0.8.21 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3173f82572f1dd5fba79019ebc43d427 glob2-0.8.21.tar.gz 9496398 -RMD160 f8f69e8d86d8f175d8ed152278241900584c67d1 glob2-0.8.21.tar.gz 9496398 -SHA256 db687dafbba0f7b3b49ce6e0bc70205445b870a6a9afda504f8f7a7f48631ec4 glob2-0.8.21.tar.gz 9496398 diff --git a/games-strategy/glob2/glob2-0.8.21.ebuild b/games-strategy/glob2/glob2-0.8.21.ebuild deleted file mode 100644 index 91d58ab51059..000000000000 --- a/games-strategy/glob2/glob2-0.8.21.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.21.ebuild,v 1.2 2006/08/07 18:35:04 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="Real Time Strategy (RTS) game involving a brave army of globs" -HOMEPAGE="http://globulation2.org/" -SRC_URI="http://globulation2.org/releases/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="virtual/opengl - dev-libs/boost - >=media-libs/libsdl-1.2.0 - media-libs/libpng - media-libs/sdl-net - media-libs/sdl-ttf - media-libs/sdl-image - media-libs/libvorbis - >=media-libs/speex-1.1 - =media-libs/freetype-2* - sys-libs/zlib" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "/^glob2linkdir/s:\$(datadir):/usr/share:" \ - data/Makefile.in \ - || die "sed failed" - sed -i \ - -e "/^glob2icondir/s:\$(datadir):/usr/share:" \ - data/icons/Makefile.in \ - || die "sed failed" -} - -src_compile() { - #./configure assumes that vorbis will be installed under PREFIX bug #46352 - egamesconf \ - --disable-dependency-tracking \ - --with-vorbis=/usr \ - --with-speex=/usr \ - --with-speex-includes=/usr/include/speex \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README TODO - prepgamesdirs -} diff --git a/games-strategy/lgeneral/files/digest-lgeneral-1.2_beta2 b/games-strategy/lgeneral/files/digest-lgeneral-1.2_beta2 deleted file mode 100644 index 74d1e6edfb5e..000000000000 --- a/games-strategy/lgeneral/files/digest-lgeneral-1.2_beta2 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 093964e5918e530bed4e404b8e53dea0 lgeneral-1.2beta-2.tar.gz 878853 -RMD160 fde81c42bc3370bc22ef577c56fb78c9b7b64092 lgeneral-1.2beta-2.tar.gz 878853 -SHA256 e816752800a94ae5dbb5f1f44458ffd58105e1cdaaa57c5e9e0727c6106a0c9e lgeneral-1.2beta-2.tar.gz 878853 -MD5 17b15c7cdd31547d061522d1e35da6e9 pg-data.tar.gz 410454 -RMD160 0f05a0a521639cdf04c8fe6ac8950d5794ccdb0a pg-data.tar.gz 410454 -SHA256 f2f74022cf8c279451911dda0a57cffab26ebf11429d61a6596310340ed23f76 pg-data.tar.gz 410454 diff --git a/games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild b/games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild deleted file mode 100644 index ed7e7eba8297..000000000000 --- a/games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/lgeneral/lgeneral-1.2_beta2.ebuild,v 1.7 2005/08/23 19:15:13 wolf31o2 Exp $ - -inherit eutils games - -DATA=pg-data -MY_P="${P/_/}" -MY_P="${MY_P/beta/beta-}" -DESCRIPTION="A Panzer General clone written in SDL" -HOMEPAGE="http://lgames.sourceforge.net/index.php?project=LGeneral" -SRC_URI="mirror://sourceforge/lgeneral/${MY_P}.tar.gz - mirror://sourceforge/lgeneral/${DATA}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~amd64" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.2.4 - >=media-libs/sdl-mixer-1.2.3" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - # Build a temporary lgc-pg that knows about /var/tmp/portage in work/lgc-pg: - cp -pPR "${S}" "${WORKDIR}/lgc-pg" || die "cp failed." -} - -src_compile() { - egamesconf --datadir="${GAMES_DATADIR}/../" || die - emake || die "emake failed" - - # Build the temporary lgc-pg: - cd "${WORKDIR}/lgc-pg" - egamesconf --datadir="${D}/${GAMES_DATADIR_BASE}" || die - cd lgc-pg - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed." - keepdir "${GAMES_DATADIR}/${PN}/"{ai_modules,music} - - # Generate scenario data: - "${WORKDIR}/lgc-pg/lgc-pg/lgc-pg" \ - -s "${WORKDIR}/${DATA}" \ - -d "${D}/${GAMES_DATADIR}/lgeneral" \ - || die "Failed to generate scenario data." - - dodoc AUTHORS ChangeLog README.lgeneral README.lgc-pg TODO - prepgamesdirs -} diff --git a/games-strategy/ufo-ai/files/0.10.040218-Makefile.patch b/games-strategy/ufo-ai/files/0.10.040218-Makefile.patch deleted file mode 100644 index 38d713b2a3ea..000000000000 --- a/games-strategy/ufo-ai/files/0.10.040218-Makefile.patch +++ /dev/null @@ -1,61 +0,0 @@ ---- Makefile.orig 2004-03-11 13:22:44.000000000 +0100 -+++ Makefile 2004-03-11 13:25:04.000000000 +0100 -@@ -20,9 +20,14 @@ - ARCH=axp - RPMARCH=alpha - else -+ifneq (,$(findstring ppc,$(shell uname -m))) -+ARCH=ppc -+RPMARCH=ppc -+else - ARCH=i386 - RPMARCH=i386 - endif -+endif - NOARCH=noarch - - MOUNT_DIR=.. -@@ -54,8 +59,8 @@ - RELEASE_CFLAGS=$(BASE_CFLAGS) -O6 -ffast-math -funroll-loops \ - -fomit-frame-pointer -fexpensive-optimizations - else --RELEASE_CFLAGS=$(BASE_CFLAGS) -g -mcpu=pentiumpro -O6 -ffast-math -funroll-loops \ -- -fomit-frame-pointer -fexpensive-optimizations -+RELEASE_CFLAGS=-ffast-math -funroll-loops $(BASE_CFLAGS) -+# -fomit-frame-pointer -fexpensive-optimizations - endif - - DEBUG_CFLAGS=$(BASE_CFLAGS) -g -@@ -64,9 +69,9 @@ - XLDFLAGS=-L/usr/X11R6/lib -lX11 -lXext -lXxf86dga - XCFLAGS= - --GLLDFLAGS=-L/usr/X11R6/lib -L/usr/local/lib -L$(MESA_DIR)/lib -lX11 -lXext -lm -ljpeg --GLXLDFLAGS=-L/usr/X11R6/lib -L/usr/local/lib -L$(MESA_DIR)/lib -lX11 -lXext -lXxf86dga -lXxf86vm -lm -ljpeg --GLCFLAGS=-I$(MESA_DIR)/include -I/usr/include/glide -+GLLDFLAGS=-L/usr/X11R6/lib -lX11 -lXext -lm -ljpeg -+GLXLDFLAGS=-L/usr/X11R6/lib -lX11 -lXext -lXxf86dga -lXxf86vm -lm -ljpeg -+#GLCFLAGS=-I$(MESA_DIR)/include -I/usr/include/glide - - SHLIBEXT=so - -@@ -100,6 +105,8 @@ - $(BUILDDIR)/ref_gl.$(SHLIBEXT) - endif - -+RELEASE_CFLAGS += $(OPTCFLAGS) -+ - build_debug: - @-mkdir $(BUILD_DEBUG_DIR) \ - $(BUILD_DEBUG_DIR)/client \ ---- sys_linux.c.orig 2004-03-11 13:22:48.000000000 +0100 -+++ sys_linux.c 2004-03-11 13:22:53.000000000 +0100 -@@ -223,6 +223,8 @@ - const char *gamename = "gamei386.so";
- #elif defined __alpha__
- const char *gamename = "gameaxp.so";
-+#elif defined __powerpc__
-+ const char *gamename = "gameppc.so";
- #else
- #error Unknown arch
- #endif
diff --git a/games-strategy/ufo-ai/files/digest-ufo-ai-0.10.040218 b/games-strategy/ufo-ai/files/digest-ufo-ai-0.10.040218 deleted file mode 100644 index c66496dd1e02..000000000000 --- a/games-strategy/ufo-ai/files/digest-ufo-ai-0.10.040218 +++ /dev/null @@ -1,4 +0,0 @@ -RMD160 7a376f617915c2d3f537cf7d50827eccca03fc97 linux_ufoaidemo.zip 30745560 -SHA256 3fe261ce6808743bbfcddbdb324f521afef7446c84f162fcc8c5558fe1751e33 linux_ufoaidemo.zip 30745560 -RMD160 7ca428ae08021ce7366bdaef02cbe6a0b5a99270 ufoai_source_040218.zip 1548520 -SHA256 6d6b5b3b8e045742cbbef77d1a042102310f8452b5b4e0be363f15a86b7af748 ufoai_source_040218.zip 1548520 diff --git a/games-strategy/ufo-ai/files/digest-ufo-ai-2.1.1 b/games-strategy/ufo-ai/files/digest-ufo-ai-2.1.1 deleted file mode 100644 index 938ce810776a..000000000000 --- a/games-strategy/ufo-ai/files/digest-ufo-ai-2.1.1 +++ /dev/null @@ -1,12 +0,0 @@ -MD5 7a832663638fa6eeedd0abd187edbe63 music.tar.bz2 33767479 -RMD160 a216e484e3421d0af165bb70365bcdb9a5285508 music.tar.bz2 33767479 -SHA256 1d4bdabcd5f30657fbec49d0af02c8b4a6ce42e208bdc101172c667de4781751 music.tar.bz2 33767479 -MD5 ae2ebfeaf34afab92638e128c76860b9 ufoai-2.1.1-data.tar 267755520 -RMD160 ddbf856710c18ed4b73061b14ed340b70b083ea4 ufoai-2.1.1-data.tar 267755520 -SHA256 5e92950f93d0dcef7fbdefc0c0da6f398b06476837bfce79243baa6227176f7c ufoai-2.1.1-data.tar 267755520 -MD5 e3d628c3bfde98b933620c6c30160666 ufoai-2.1.1-i18n.tar.bz2 1065252 -RMD160 2eb8a9551eae2268dcfffdef3a6ad44f7becf04f ufoai-2.1.1-i18n.tar.bz2 1065252 -SHA256 ed3467118be97bcd27f983567ba09f2cf5492841c10a595b2bc51b4d1c48738e ufoai-2.1.1-i18n.tar.bz2 1065252 -MD5 8f65edf93b7645dc68104f4542825dd5 ufoai-2.1.1-source.tar.bz2 6896537 -RMD160 cde3338705c41982c4ade660adbd1b26667c6c43 ufoai-2.1.1-source.tar.bz2 6896537 -SHA256 9a2866aa94296c53d904f6f9bf314fc1f10d51220efeb1c154b7604d6f5ff0cb ufoai-2.1.1-source.tar.bz2 6896537 diff --git a/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild b/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild deleted file mode 100644 index 6c6d84291df5..000000000000 --- a/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild,v 1.18 2006/12/06 21:06:04 wolf31o2 Exp $ - -inherit eutils flag-o-matic games - -DESCRIPTION="UFO: Alien Invasion - X-COM inspired strategy game" -HOMEPAGE="http://www.ufoai.net/" -SRC_URI="http://n.ethz.ch/student/dbeyeler/download/ufoai_source_040218.zip - http://people.ee.ethz.ch/~baepeter/linux_ufoaidemo.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" - -RDEPEND="x11-libs/libXxf86dga - x11-libs/libXxf86vm - media-libs/jpeg - media-libs/libvorbis" -DEPEND="${RDEPEND} - x11-proto/xextproto - media-libs/libogg - virtual/opengl - virtual/glu - app-arch/unzip" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - cd source/linux - epatch "${FILESDIR}"/${PV}-Makefile.patch -} - -src_compile() { - filter-flags -fstack-protector #51116 - cd "${S}"/source/linux - emake build_release \ - OPTCFLAGS="${CFLAGS}" \ - || die "emake failed" -} - -src_install() { - dodir "${GAMES_DATADIR}/${PN}" - cp -rf "${S}"/ufo/* "${D}${GAMES_DATADIR}/${PN}" || die "cp failed" - if use x86 ; then - ARCH=i386 - fi - exeinto "${GAMES_DATADIR}/${PN}" - doexe "${S}"/source/linux/release${ARCH}-glibc/{ref_gl.so,ref_glx.so,ufo} \ - || die "doexe ufo" - exeinto "${GAMES_DATADIR}/${PN}/base" - doexe "${S}"/source/linux/release${ARCH}-glibc/game${ARCH}.so \ - || die "doexe game${ARCH}.so" - games_make_wrapper ufo-ai ./ufo "${GAMES_DATADIR}/${PN}" - prepgamesdirs -} diff --git a/games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild b/games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild deleted file mode 100644 index 575392f40228..000000000000 --- a/games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild +++ /dev/null @@ -1,144 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild,v 1.3 2007/09/08 21:40:58 nyhm Exp $ - -inherit eutils autotools games - -MY_PV=${PV/_rc/-RC} -MY_P="ufoai-${MY_PV}" - -DESCRIPTION="UFO: Alien Invasion - X-COM inspired strategy game" -HOMEPAGE="http://ufoai.ninex.info/" -SRC_URI="mirror://sourceforge/ufoai/music.tar.bz2 - mirror://sourceforge/ufoai/${MY_P}-data.tar - mirror://sourceforge/ufoai/${MY_P}-source.tar.bz2 - mirror://sourceforge/ufoai/${MY_P}-i18n.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="alsa arts debug dedicated dga doc ipv6 jack master oss paranoid" - -UIRDEPEND="virtual/opengl - virtual/glu - >=media-libs/libsdl-1.2.7 - >=media-libs/sdl-ttf-2.0.7 - dga? ( x11-libs/libXxf86dga ) - x11-libs/libX11" -UIDEPEND="x11-proto/xf86vidmodeproto - x11-proto/xproto" -RDEPEND="${UIRDEPEND} - alsa? ( media-libs/alsa-lib ) - arts? ( kde-base/arts ) - >=media-libs/jpeg-6b-r7 - media-libs/libpng - >=media-libs/libogg-1.1 - >=media-libs/libvorbis-1.1 - jack? ( >=media-sound/jack-0.100.0 ) - sys-devel/gettext - >=sys-libs/glibc-2.4 - >=sys-libs/zlib-1.2.3" -DEPEND="${RDEPEND} - ${UIDEPEND} - doc? ( app-doc/doxygen )" - -S=${WORKDIR}/${MY_P}-source -dir=${GAMES_DATADIR}/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - - local libdir=$(games_get_libdir)/${PN} - # Set libdir - sed -i \ - -e "s:libPath, \"\.\":libPath, \"${libdir}\":" \ - src/{client,ports/linux}/*.c || die "sed *.c failed" - - sed -i \ - -e "s:\"s_libdir\", \"\":\"s_libdir\", \"${libdir}\":" \ - src/client/snd_ref.c || die "sed snd_ref.c failed" - - sed -i \ - -e "s:game\.so\", path:game\.so\", \"${libdir}\":" \ - src/ports/linux/sys_linux.c || die "sed sys_linux.c failed" - - # Set basedir - sed -i \ - -e "s:\"fs_basedir\", \"\.\":\"fs_basedir\", \"${dir}\":" \ - src/qcommon/files.c || die "sed files.c failed" - - sed -i \ - -e "s:/usr/local/games/ufoai:${dir}:" \ - src/tools/gtkradiant/games/ufoai.game || die "sed ufoai.game failed" - - # Fixes bug in finding text files - it should use fs_basedir - sed -i \ - -e "s:FS_GetCwd():\"${dir}\":" \ - src/qcommon/common.c || die "sed common.c failed" - - eautoreconf -} - -src_compile() { -# Forces building of client. -# gettext is required to show the intro text. -# egamesconf fails with openal. -# $(use_with openal) - egamesconf \ - $(use_enable dedicated) \ - $(use_enable master) \ - $(use_enable !debug release) \ - $(use_enable paranoid) \ - --with-vid-glx \ - --with-vid-vidmode \ - --with-sdl \ - --with-snd-sdl \ - $(use_with alsa snd-alsa) \ - $(use_with arts snd-arts) \ - $(use_with jack snd-jack) \ - $(use_with oss snd-oss) \ - $(use_with dga vid-dga) \ - $(use_with ipv6) \ - --with-gettext \ - --without-openal \ - || die "egamesconf failed" - - emake || die "emake failed" - - if use doc ; then - emake docs || die "emake docs failed" - fi -} - -src_install() { - # ufo is usually started by a "ufoai" wrapper script. - # Might as well standardize on the ebuild name, for minimum confusion. - newgamesbin ufo ${PN} || die - newicon src/ports/linux/installer/data/ufo.xpm ${PN}.xpm || die - make_desktop_entry ${PN} "UFO: Alien Invasion" ${PN}.xpm - - if use dedicated ; then - dogamesbin ufoded || die - fi - - if use master ; then - dogamesbin ufomaster || die - fi - - if [[ -f ufo2map ]] ; then - dogamesbin ufo2map || die - fi - - exeinto "$(games_get_libdir)/${PN}" - doexe *.so base/game.so || die "doexe ${f} failed" - - insinto "${dir}" - doins -r "${WORKDIR}"/{base,music} || die "doins -r failed" - - if use doc ; then - dohtml -r "${WORKDIR}"/docs/html/* - fi - - prepgamesdirs -} |