diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-11 23:01:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-11 23:01:52 +0000 |
commit | 90a63fedecd3e9ce12148a77cc794dc46678a852 (patch) | |
tree | d79c839c30606a37ad42a1471383374448cbcf4d /games-strategy | |
parent | clean 0.3.3 (diff) | |
download | historical-90a63fedecd3e9ce12148a77cc794dc46678a852.tar.gz historical-90a63fedecd3e9ce12148a77cc794dc46678a852.tar.bz2 historical-90a63fedecd3e9ce12148a77cc794dc46678a852.zip |
clean older ebuilds
Diffstat (limited to 'games-strategy')
6 files changed, 0 insertions, 147 deletions
diff --git a/games-strategy/netpanzer/files/digest-netpanzer-0.1.2 b/games-strategy/netpanzer/files/digest-netpanzer-0.1.2 deleted file mode 100644 index b84378b4131e..000000000000 --- a/games-strategy/netpanzer/files/digest-netpanzer-0.1.2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9bc45c0d2353e09b88d30796d7a41288 netpanzer-0.1.2.tar.bz2 361745 -MD5 efaef5c6edc5cd6ed5cc6528ab9dcb4e netpanzerdata-0.1.2.tar.bz2 9813938 diff --git a/games-strategy/netpanzer/files/digest-netpanzer-0.1.3 b/games-strategy/netpanzer/files/digest-netpanzer-0.1.3 deleted file mode 100644 index 338c11b2c1dd..000000000000 --- a/games-strategy/netpanzer/files/digest-netpanzer-0.1.3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 bd593ff24f2228c574f89a61e9921b83 netpanzer-0.1.3.tar.bz2 364809 -MD5 3080e48be7cb28bdb8f8b26dd84b3755 netpanzerdata-0.1.3.tar.bz2 9821445 diff --git a/games-strategy/netpanzer/files/digest-netpanzer-0.1.4 b/games-strategy/netpanzer/files/digest-netpanzer-0.1.4 deleted file mode 100644 index a424ef8a984f..000000000000 --- a/games-strategy/netpanzer/files/digest-netpanzer-0.1.4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9bdcc504b553bd7b11e40f4f1865e058 netpanzer-0.1.4.tar.bz2 378472 -MD5 3080e48be7cb28bdb8f8b26dd84b3755 netpanzerdata-0.1.3.tar.bz2 9821445 diff --git a/games-strategy/netpanzer/netpanzer-0.1.2.ebuild b/games-strategy/netpanzer/netpanzer-0.1.2.ebuild deleted file mode 100644 index 14f7746a7e35..000000000000 --- a/games-strategy/netpanzer/netpanzer-0.1.2.ebuild +++ /dev/null @@ -1,48 +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/netpanzer/netpanzer-0.1.2.ebuild,v 1.3 2004/02/22 15:23:08 mr_bones_ Exp $ - -inherit games eutils - -DESCRIPTION="Fast-action multiplayer strategic network game" -HOMEPAGE="http://www.nongnu.org/netpanzer/" -DATAVERSION="0.1.2" -SRC_URI="http://savannah.nongnu.org/download/netpanzer/netpanzer.pkg/0.1/netpanzer-${PV}.tar.bz2 - http://savannah.nongnu.org/download/netpanzer/netpanzer.pkg/0.1/netpanzerdata-${DATAVERSION}.tar.bz2" - -KEYWORDS="x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=media-libs/libsdl-1.2.5 - >=media-libs/sdl-net-1.2.4 - >=media-libs/sdl-mixer-1.2.4 - >=media-libs/sdl-image-1.2.3 - >=dev-games/physfs-0.1.9 - dev-libs/libxml2" -DEPEND="${RDEPEND} - >=dev-util/jam-2.5" - -src_compile() { - egamesconf || die - jam || die "jam failed" - - cd ${WORKDIR}/${PN}data-${DATAVERSION}/ - egamesconf || die - jam || die "jam failed (on data package)" -} - -src_install() { - # don't put a '/' between ${D} and ${GAMES_PREFIX} because of a jam bug - # (more than 3 continuos slashes don't work - jam -sprefix=${D}${GAMES_PREFIX} \ - -sdatadir=${D}${GAMES_DATADIR} \ - -smandir=${D}/usr/share/man install || die "jam install failed" - - cd ${WORKDIR}/${PN}data-${DATAVERSION}/ && - jam -sprefix=${D}${GAMES_PREFIX} \ - -sdatadir=${D}${GAMES_DATADIR} \ - -smandir=${D}/usr/share/man install || die "jam install failed (on data package)" - prepgamesdirs -} diff --git a/games-strategy/netpanzer/netpanzer-0.1.3.ebuild b/games-strategy/netpanzer/netpanzer-0.1.3.ebuild deleted file mode 100644 index 1dd2d0b0a8e2..000000000000 --- a/games-strategy/netpanzer/netpanzer-0.1.3.ebuild +++ /dev/null @@ -1,48 +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/netpanzer/netpanzer-0.1.3.ebuild,v 1.2 2004/02/22 15:23:08 mr_bones_ Exp $ - -inherit games eutils - -DESCRIPTION="Fast-action multiplayer strategic network game" -HOMEPAGE="http://netpanzer.berlios.de/" -DATAVERSION="0.1.3" -SRC_URI="http://download.berlios.de/netpanzer/netpanzer-${PV}.tar.bz2 - http://download.berlios.de/netpanzer/netpanzerdata-${DATAVERSION}.tar.bz2" - -KEYWORDS="x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=media-libs/libsdl-1.2.5 - >=media-libs/sdl-net-1.2.4 - >=media-libs/sdl-mixer-1.2.4 - >=media-libs/sdl-image-1.2.3 - >=dev-games/physfs-0.1.9 - dev-libs/libxml2" -DEPEND="${RDEPEND} - >=dev-util/jam-2.5" - -src_compile() { - egamesconf || die - jam || die "jam failed" - - cd ${WORKDIR}/${PN}data-${DATAVERSION}/ - egamesconf || die - jam || die "jam failed (on data package)" -} - -src_install() { - # don't put a '/' between ${D} and ${GAMES_PREFIX} because of a jam bug - # (more than 3 continuos slashes don't work - jam -sprefix=${D}${GAMES_PREFIX} \ - -sdatadir=${D}${GAMES_DATADIR} \ - -smandir=${D}/usr/share/man install || die "jam install failed" - - cd ${WORKDIR}/${PN}data-${DATAVERSION}/ && - jam -sprefix=${D}${GAMES_PREFIX} \ - -sdatadir=${D}${GAMES_DATADIR} \ - -smandir=${D}/usr/share/man install || die "jam install failed (on data package)" - prepgamesdirs -} diff --git a/games-strategy/netpanzer/netpanzer-0.1.4.ebuild b/games-strategy/netpanzer/netpanzer-0.1.4.ebuild deleted file mode 100644 index cfa929ccca5f..000000000000 --- a/games-strategy/netpanzer/netpanzer-0.1.4.ebuild +++ /dev/null @@ -1,45 +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/netpanzer/netpanzer-0.1.4.ebuild,v 1.2 2004/03/05 23:52:05 mr_bones_ Exp $ - -inherit eutils games - -DESCRIPTION="Fast-action multiplayer strategic network game" -HOMEPAGE="http://netpanzer.berlios.de/" -DATAVERSION="0.1.3" -SRC_URI="http://download.berlios.de/netpanzer/netpanzer-${PV}.tar.bz2 - http://download.berlios.de/netpanzer/netpanzerdata-${DATAVERSION}.tar.bz2" - -KEYWORDS="x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=media-libs/libsdl-1.2.5 - >=media-libs/sdl-net-1.2 - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-image-1.2 - >=media-libs/sdl-ttf-2.0.0 - >=dev-games/physfs-0.1.9 - dev-libs/libxml2" -DEPEND="${RDEPEND} - >=dev-util/jam-2.5" - -src_compile() { - egamesconf || die - jam || die "jam failed" - - cd ${WORKDIR}/${PN}data-${DATAVERSION}/ - egamesconf || die - jam || die "jam failed (on data package)" -} - -src_install() { - jam -sDESTDIR="${D}" install || die "jam install failed" - - cd ${WORKDIR}/${PN}data-${DATAVERSION}/ && - # Don't use DESTDIR yet, because 0.1.3 didn't support that yet - jam -sdatadir="${D}${GAMES_DATADIR}" install \ - || die "jam install failed (data package)" - prepgamesdirs -} |