diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-03 09:02:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-03 09:02:54 +0000 |
commit | 49cf254d000abb70c89fc7e050b38106fd1fd130 (patch) | |
tree | 393a931915d9019ca27634251e17ca56326c8c20 /games-strategy/ufo2000 | |
parent | version bump; ebuild submitted by Serge Semashko via bug #46386 (Manifest rec... (diff) | |
download | gentoo-2-49cf254d000abb70c89fc7e050b38106fd1fd130.tar.gz gentoo-2-49cf254d000abb70c89fc7e050b38106fd1fd130.tar.bz2 gentoo-2-49cf254d000abb70c89fc7e050b38106fd1fd130.zip |
removed beta ebuilds
Diffstat (limited to 'games-strategy/ufo2000')
5 files changed, 5 insertions, 151 deletions
diff --git a/games-strategy/ufo2000/ChangeLog b/games-strategy/ufo2000/ChangeLog index 8cacd6551561..fc62a4a4fc77 100644 --- a/games-strategy/ufo2000/ChangeLog +++ b/games-strategy/ufo2000/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/ufo2000 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.5 2004/04/03 09:02:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.6 2004/04/03 09:02:54 mr_bones_ Exp $ + + 03 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> + ufo2000-0.4.0_beta321.ebuild, ufo2000-0.4.0_beta324.ebuild: + removed beta ebuilds *ufo2000-0.4.0.353 (03 Apr 2004) diff --git a/games-strategy/ufo2000/files/digest-ufo2000-0.4.0_beta321 b/games-strategy/ufo2000/files/digest-ufo2000-0.4.0_beta321 deleted file mode 100644 index 7833c310d7da..000000000000 --- a/games-strategy/ufo2000/files/digest-ufo2000-0.4.0_beta321 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ca85fe7f51d117a7a66b0cac4dfe9e41 ufo2000-0.4.0_beta321-src.tar.bz2 386782 -MD5 0cabff3ae8ad047fde1753e9075358b4 xcomdemo.zip 1148768 -MD5 0267a027ec437bf1b93e0cb1394a2c46 terror.zip 1096279 diff --git a/games-strategy/ufo2000/files/digest-ufo2000-0.4.0_beta324 b/games-strategy/ufo2000/files/digest-ufo2000-0.4.0_beta324 deleted file mode 100644 index a4346e7f6fbc..000000000000 --- a/games-strategy/ufo2000/files/digest-ufo2000-0.4.0_beta324 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2fb1149e6c85a46814d52a72324f705d ufo2000-0.4.0_beta324-src.tar.bz2 387737 -MD5 0cabff3ae8ad047fde1753e9075358b4 xcomdemo.zip 1148768 -MD5 0267a027ec437bf1b93e0cb1394a2c46 terror.zip 1096279 diff --git a/games-strategy/ufo2000/ufo2000-0.4.0_beta321.ebuild b/games-strategy/ufo2000/ufo2000-0.4.0_beta321.ebuild deleted file mode 100644 index 890bdb53b4a7..000000000000 --- a/games-strategy/ufo2000/ufo2000-0.4.0_beta321.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.4.0_beta321.ebuild,v 1.1 2004/01/23 02:27:28 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="Free multiplayer remake of X-COM (UFO: Enemy Unknown)" -HOMEPAGE="http://ufo2000.sourceforge.net/" -SRC_URI="http://ufo2000.lxnt.info/files/${P}-src.tar.bz2 - ftp://ftp.microprose.com/pub/mps-online/x-com/xcomdemo.zip - ftp://ftp.microprose.com/pub/mps-online/demos/terror.zip" - -KEYWORDS="-* ~x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="virtual/glibc - >=media-libs/allegro-4.0.0 - >=dev-lang/lua-5.0 - >=dev-games/hawknl-1.66 - dev-libs/expat" - -src_unpack() { - unpack ${P}-src.tar.bz2 - - cd "${WORKDIR}/${P}/XCOMDEMO" - unpack xcomdemo.zip - unzip -LL XCOM.EXE -d .. - rm XCOM.EXE - mv ../xcomdemo/* "${WORKDIR}/${P}/XCOMDEMO/" - - cd "${WORKDIR}/${P}/TFTDDEMO" - unpack terror.zip - unzip -LL TFTD.ZIP - rm TFTD.ZIP -} - -src_compile() { - emake \ - DATA_DIR="${GAMES_DATADIR}/${PN}" \ - OPTFLAGS="${CXXFLAGS}" \ - || die "emake failed" -} - -src_install() { - dogamesbin ufo2000 || die "dogamesbin failed" - dodir "${GAMES_DATADIR}/${PN}" - cp -R arts newmaps init-scripts XCOMDEMO XCOM TFTDDEMO TFTD \ - ufo2000.dat keyboard.dat geodata.dat soldier.dat armoury.set \ - items.dat ufo2000.ini soundmap.xml "${D}/${GAMES_DATADIR}/${PN}" \ - || die "cp failed" - echo "Please copy data files from X-COM here" > \ - "${D}/${GAMES_DATADIR}/${PN}/XCOM/readme.txt" - echo "Please copy data files from TFTD here" > \ - "${D}/${GAMES_DATADIR}/${PN}/TFTD/readme.txt" - dodoc *.txt INSTALL AUTHORS ChangeLog || die "dodoc failed" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - einfo "If you have a full version of X-COM, you can copy all the files" - einfo "from the directory where you have it installed into:" - einfo " ${GAMES_DATADIR}/${PN}/XCOM" - echo - einfo "Likewise for Terror From The Deep, but to the directory:" - einfo " ${GAMES_DATADIR}/${PN}/TFTD" - echo - einfo "This will allow you to use more terrain types and units." - echo -} diff --git a/games-strategy/ufo2000/ufo2000-0.4.0_beta324.ebuild b/games-strategy/ufo2000/ufo2000-0.4.0_beta324.ebuild deleted file mode 100644 index 58117cf6d894..000000000000 --- a/games-strategy/ufo2000/ufo2000-0.4.0_beta324.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.4.0_beta324.ebuild,v 1.1 2004/01/31 01:02:18 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="Free multiplayer remake of X-COM (UFO: Enemy Unknown)" -HOMEPAGE="http://ufo2000.sourceforge.net/" -SRC_URI="http://ufo2000.lxnt.info/files/${P}-src.tar.bz2 - ftp://ftp.microprose.com/pub/mps-online/x-com/xcomdemo.zip - ftp://ftp.microprose.com/pub/mps-online/demos/terror.zip" - -KEYWORDS="-* ~x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="virtual/glibc - >=media-libs/allegro-4.0.0 - >=dev-lang/lua-5.0 - >=dev-games/hawknl-1.66 - dev-libs/expat" - -src_unpack() { - unpack ${P}-src.tar.bz2 - - cd "${WORKDIR}/${P}/XCOMDEMO" - unpack xcomdemo.zip - unzip -LL XCOM.EXE -d .. - rm XCOM.EXE - mv ../xcomdemo/* "${WORKDIR}/${P}/XCOMDEMO/" - - cd "${WORKDIR}/${P}/TFTDDEMO" - unpack terror.zip - unzip -LL TFTD.ZIP - rm TFTD.ZIP -} - -src_compile() { - emake \ - DATA_DIR="${GAMES_DATADIR}/${PN}" \ - OPTFLAGS="${CXXFLAGS}" \ - || die "emake failed" -} - -src_install() { - dogamesbin ufo2000 || die "dogamesbin failed" - dodir "${GAMES_DATADIR}/${PN}" - cp -R arts newmaps init-scripts XCOMDEMO XCOM TFTDDEMO TFTD \ - ufo2000.dat keyboard.dat geodata.dat soldier.dat armoury.set \ - items.dat ufo2000.ini soundmap.xml "${D}/${GAMES_DATADIR}/${PN}" \ - || die "cp failed" - echo "Please copy data files from X-COM here" > \ - "${D}/${GAMES_DATADIR}/${PN}/XCOM/readme.txt" - echo "Please copy data files from TFTD here" > \ - "${D}/${GAMES_DATADIR}/${PN}/TFTD/readme.txt" - dodoc *.txt INSTALL AUTHORS ChangeLog || die "dodoc failed" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - einfo "If you have a full version of X-COM, you can copy all the files" - einfo "from the directory where you have it installed into:" - einfo " ${GAMES_DATADIR}/${PN}/XCOM" - echo - einfo "Likewise for Terror From The Deep, but to the directory:" - einfo " ${GAMES_DATADIR}/${PN}/TFTD" - echo - einfo "This will allow you to use more terrain types and units." - echo -} |