summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-03-04 04:38:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-03-04 04:38:09 +0000
commit89cfdb631fcd5c7ab2a9acd2603c0df4c3dfb933 (patch)
tree6ed3a53d41506418228c3cc27dd863d724d0d1eb /games-strategy
parentfix alpha cross-compiling (diff)
downloadgentoo-2-89cfdb631fcd5c7ab2a9acd2603c0df4c3dfb933.tar.gz
gentoo-2-89cfdb631fcd5c7ab2a9acd2603c0df4c3dfb933.tar.bz2
gentoo-2-89cfdb631fcd5c7ab2a9acd2603c0df4c3dfb933.zip
clean old ebuilds; tidy
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/ufo2000/ChangeLog7
-rw-r--r--games-strategy/ufo2000/files/digest-ufo2000-0.4.0.3343
-rw-r--r--games-strategy/ufo2000/files/digest-ufo2000-0.4.0.3533
-rw-r--r--games-strategy/ufo2000/ufo2000-0.4.0.334.ebuild78
-rw-r--r--games-strategy/ufo2000/ufo2000-0.4.0.353.ebuild78
-rw-r--r--games-strategy/ufo2000/ufo2000-0.6.627.ebuild4
6 files changed, 8 insertions, 165 deletions
diff --git a/games-strategy/ufo2000/ChangeLog b/games-strategy/ufo2000/ChangeLog
index 6d32a5f97e7b..124641d9f3ec 100644
--- a/games-strategy/ufo2000/ChangeLog
+++ b/games-strategy/ufo2000/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-strategy/ufo2000
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.8 2005/01/27 01:40:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.9 2005/03/04 04:38:09 mr_bones_ Exp $
+
+ 03 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -ufo2000-0.4.0.334.ebuild, -ufo2000-0.4.0.353.ebuild,
+ ufo2000-0.6.627.ebuild:
+ clean old ebuilds; tidy
*ufo2000-0.6.627 (26 Jan 2005)
diff --git a/games-strategy/ufo2000/files/digest-ufo2000-0.4.0.334 b/games-strategy/ufo2000/files/digest-ufo2000-0.4.0.334
deleted file mode 100644
index b75129306ea8..000000000000
--- a/games-strategy/ufo2000/files/digest-ufo2000-0.4.0.334
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3540b078f1a029c66c4109e9c5267d5e ufo2000-0.4.0.334-src.tar.bz2 394057
-MD5 0cabff3ae8ad047fde1753e9075358b4 xcomdemo.zip 1148768
-MD5 0267a027ec437bf1b93e0cb1394a2c46 terror.zip 1096279
diff --git a/games-strategy/ufo2000/files/digest-ufo2000-0.4.0.353 b/games-strategy/ufo2000/files/digest-ufo2000-0.4.0.353
deleted file mode 100644
index c94986abae73..000000000000
--- a/games-strategy/ufo2000/files/digest-ufo2000-0.4.0.353
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6636f8b3d6acee4a0ded2c5ef514fa21 ufo2000-0.4.0.353-src.tar.bz2 510118
-MD5 0cabff3ae8ad047fde1753e9075358b4 xcomdemo.zip 1148768
-MD5 0267a027ec437bf1b93e0cb1394a2c46 terror.zip 1096279
diff --git a/games-strategy/ufo2000/ufo2000-0.4.0.334.ebuild b/games-strategy/ufo2000/ufo2000-0.4.0.334.ebuild
deleted file mode 100644
index 321b056ca843..000000000000
--- a/games-strategy/ufo2000/ufo2000-0.4.0.334.ebuild
+++ /dev/null
@@ -1,78 +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/ufo2000/ufo2000-0.4.0.334.ebuild,v 1.6 2005/01/27 01:40:41 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 ~ppc"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="virtual/libc
- >=media-libs/allegro-4.0.0
- >=dev-lang/lua-5.0
- >=dev-games/hawknl-1.66
- >=media-libs/aldumb-0.9.2
- media-libs/libogg
- media-libs/libvorbis
- dev-libs/expat"
-
-src_unpack() {
- unpack ${P}-src.tar.bz2
-
- cd "${S}/XCOMDEMO"
- unpack xcomdemo.zip
- unzip -LL XCOM.EXE -d ..
- rm XCOM.EXE
- mv ../xcomdemo/* "${S}/XCOMDEMO/"
-
- cd "${S}/TFTDDEMO"
- unpack terror.zip
- unzip -LL TFTD.ZIP
- rm TFTD.ZIP
-}
-
-src_compile() {
- emake \
- DATA_DIR="${GAMES_DATADIR}/${PN}" \
- OPTFLAGS="${CXXFLAGS}" \
- dumbogg=1 \
- || die "emake failed"
-}
-
-src_install() {
- dogamesbin ufo2000 || die "dogamesbin failed"
- dodir "${GAMES_DATADIR}/${PN}"
- cp -R arts newmaps newmusic newunits init-scripts script \
- XCOMDEMO XCOM TFTDDEMO TFTD \
- *.dat armoury.set ufo2000.ini soundmap.xml \
- "${D}/${GAMES_DATADIR}/${PN}" \
- || die "cp failed"
- keepdir "${GAMES_DATADIR}/${PN}/newmusic"
- 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.353.ebuild b/games-strategy/ufo2000/ufo2000-0.4.0.353.ebuild
deleted file mode 100644
index 363f5fa99aa0..000000000000
--- a/games-strategy/ufo2000/ufo2000-0.4.0.353.ebuild
+++ /dev/null
@@ -1,78 +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/ufo2000/ufo2000-0.4.0.353.ebuild,v 1.6 2005/01/27 01:40:41 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* x86 ~ppc"
-IUSE=""
-
-DEPEND="virtual/libc
- >=media-libs/allegro-4.0.0
- >=dev-lang/lua-5.0
- >=dev-games/hawknl-1.66
- >=media-libs/aldumb-0.9.2
- media-libs/libogg
- media-libs/libvorbis
- dev-libs/expat"
-
-src_unpack() {
- unpack ${P}-src.tar.bz2
-
- cd "${S}/XCOMDEMO"
- unpack xcomdemo.zip
- unzip -qLL XCOM.EXE -d ..
- rm XCOM.EXE
- mv ../xcomdemo/* "${S}/XCOMDEMO/"
-
- cd "${S}/TFTDDEMO"
- unpack terror.zip
- unzip -qLL TFTD.ZIP
- rm TFTD.ZIP
-}
-
-src_compile() {
- emake \
- DATA_DIR="${GAMES_DATADIR}/${PN}" \
- OPTFLAGS="${CXXFLAGS}" \
- dumbogg=1 \
- || die "emake failed"
-}
-
-src_install() {
- dogamesbin ufo2000 || die "dogamesbin failed"
- dodir "${GAMES_DATADIR}/${PN}"
- cp -R arts newmaps newmusic newunits init-scripts script \
- XCOMDEMO XCOM TFTDDEMO TFTD \
- *.dat armoury.default.set ufo2000.default.ini soundmap.xml \
- "${D}/${GAMES_DATADIR}/${PN}" \
- || die "cp failed"
- keepdir "${GAMES_DATADIR}/${PN}/newmusic"
- 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.6.627.ebuild b/games-strategy/ufo2000/ufo2000-0.6.627.ebuild
index e091825ec36c..d0dbd105b6db 100644
--- a/games-strategy/ufo2000/ufo2000-0.6.627.ebuild
+++ b/games-strategy/ufo2000/ufo2000-0.6.627.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.6.627.ebuild,v 1.1 2005/01/27 01:40:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.6.627.ebuild,v 1.2 2005/03/04 04:38:09 mr_bones_ Exp $
inherit games
@@ -13,7 +13,7 @@ SRC_URI="http://ufo2000.lxnt.info/files/${P}-src.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* x86 ~ppc"
+KEYWORDS="-* ~ppc x86"
IUSE="oggvorbis"
RDEPEND="virtual/libc