summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-14 01:48:39 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-14 01:48:39 +0000
commit67d5f7da233d367e1d34dbb8d602843680dac218 (patch)
tree7ee1150aa1924af5f0212fa9888e182c2cd8c99d /games-strategy/netpanzer
parentMake sure the stupid ABI var doesnt screw us up. (diff)
downloadgentoo-2-67d5f7da233d367e1d34dbb8d602843680dac218.tar.gz
gentoo-2-67d5f7da233d367e1d34dbb8d602843680dac218.tar.bz2
gentoo-2-67d5f7da233d367e1d34dbb8d602843680dac218.zip
old
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-strategy/netpanzer')
-rw-r--r--games-strategy/netpanzer/files/digest-netpanzer-0.1.52
-rw-r--r--games-strategy/netpanzer/files/digest-netpanzer-0.1.5-r12
-rw-r--r--games-strategy/netpanzer/files/digest-netpanzer-0.2.0_rc42
-rw-r--r--games-strategy/netpanzer/netpanzer-0.1.5-r1.ebuild58
-rw-r--r--games-strategy/netpanzer/netpanzer-0.1.5.ebuild54
-rw-r--r--games-strategy/netpanzer/netpanzer-0.2.0_rc4.ebuild63
6 files changed, 0 insertions, 181 deletions
diff --git a/games-strategy/netpanzer/files/digest-netpanzer-0.1.5 b/games-strategy/netpanzer/files/digest-netpanzer-0.1.5
deleted file mode 100644
index 74ae95b622fb..000000000000
--- a/games-strategy/netpanzer/files/digest-netpanzer-0.1.5
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 6ffd1d301362d9a2bd9b1f77fa09ed67 netpanzer-0.1.5.tar.bz2 396395
-MD5 3080e48be7cb28bdb8f8b26dd84b3755 netpanzerdata-0.1.3.tar.bz2 9821445
diff --git a/games-strategy/netpanzer/files/digest-netpanzer-0.1.5-r1 b/games-strategy/netpanzer/files/digest-netpanzer-0.1.5-r1
deleted file mode 100644
index 74ae95b622fb..000000000000
--- a/games-strategy/netpanzer/files/digest-netpanzer-0.1.5-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 6ffd1d301362d9a2bd9b1f77fa09ed67 netpanzer-0.1.5.tar.bz2 396395
-MD5 3080e48be7cb28bdb8f8b26dd84b3755 netpanzerdata-0.1.3.tar.bz2 9821445
diff --git a/games-strategy/netpanzer/files/digest-netpanzer-0.2.0_rc4 b/games-strategy/netpanzer/files/digest-netpanzer-0.2.0_rc4
deleted file mode 100644
index 1fece18023c2..000000000000
--- a/games-strategy/netpanzer/files/digest-netpanzer-0.2.0_rc4
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 df084e67eb00b9abc881d4860ee777a9 netpanzer-0.2.0_rc4.tar.bz2 379976
-MD5 777a08c56195cf1e5e64950196d89ed6 netpanzer-data-0.2.0.tar.bz2 9842392
diff --git a/games-strategy/netpanzer/netpanzer-0.1.5-r1.ebuild b/games-strategy/netpanzer/netpanzer-0.1.5-r1.ebuild
deleted file mode 100644
index 1a9b046cbd75..000000000000
--- a/games-strategy/netpanzer/netpanzer-0.1.5-r1.ebuild
+++ /dev/null
@@ -1,58 +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/netpanzer/netpanzer-0.1.5-r1.ebuild,v 1.5 2005/01/23 15:41:28 wolf31o2 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-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}
- x11-libs/wxGTK
- >=dev-util/jam-2.5"
-
-src_unpack() {
- unpack ${A}
- cd "${WORKDIR}/${PN}data-${DATAVERSION}/"
- epatch "${FILESDIR}/physfs.patch"
- ./autogen.sh || die "autogen.sh failed"
-}
-
-src_compile() {
- # bug #57332 - netpanzeredit isn't ready yet.
- egamesconf \
- --with-wx-config=none \
- || die
- jam || die "jam failed"
-
- einfo "Working in ${WORKDIR}/${PN}data-${DATAVERSION}/"
- cd ${WORKDIR}/${PN}data-${DATAVERSION}/
- egamesconf || die
- jam || die "jam failed (on data package)"
-}
-
-src_install() {
- jam -sDESTDIR="${D}" install || die "jam install failed"
-
- # Don't use DESTDIR yet, because 0.1.3 didn't support that yet
- cd "${WORKDIR}/${PN}data-${DATAVERSION}/" \
- && jam -sdatadir="${D}${GAMES_DATADIR}" install \
- || die "jam install failed (data package)"
- dodoc ChangeLog README TODO
- prepgamesdirs
-}
diff --git a/games-strategy/netpanzer/netpanzer-0.1.5.ebuild b/games-strategy/netpanzer/netpanzer-0.1.5.ebuild
deleted file mode 100644
index be7ef4ba12e7..000000000000
--- a/games-strategy/netpanzer/netpanzer-0.1.5.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/netpanzer/netpanzer-0.1.5.ebuild,v 1.5 2005/01/23 15:41:28 wolf31o2 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-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_unpack() {
- unpack ${A}
- cd ${WORKDIR}/${PN}data-${DATAVERSION}/
- epatch "${FILESDIR}/physfs.patch"
- ./autogen.sh
-}
-
-src_compile() {
- egamesconf || die
- jam || die "jam failed"
-
- einfo "working in ${WORKDIR}/${PN}data-${DATAVERSION}/"
- 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)"
- dodoc ChangeLog README TODO
- prepgamesdirs
-}
diff --git a/games-strategy/netpanzer/netpanzer-0.2.0_rc4.ebuild b/games-strategy/netpanzer/netpanzer-0.2.0_rc4.ebuild
deleted file mode 100644
index f7f37e716617..000000000000
--- a/games-strategy/netpanzer/netpanzer-0.2.0_rc4.ebuild
+++ /dev/null
@@ -1,63 +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/netpanzer/netpanzer-0.2.0_rc4.ebuild,v 1.2 2005/01/24 20:29:44 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="Fast-action multiplayer strategic network game"
-HOMEPAGE="http://netpanzer.berlios.de/"
-DATAVERSION="0.2.0"
-SRC_URI="http://download.berlios.de/netpanzer/netpanzer-${PV}.tar.bz2
- http://download.berlios.de/netpanzer/netpanzer-data-${DATAVERSION}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="dedicated"
-
-RDEPEND="dedicated? ( app-misc/screen )
- >=media-libs/libsdl-1.2.5
- >=media-libs/sdl-mixer-1.2
- >=media-libs/sdl-image-1.2
- >=dev-games/physfs-0.1.9"
-DEPEND="${RDEPEND}
- >=dev-util/jam-2.5"
-
-src_unpack() {
- unpack ${A}
- cd "${WORKDIR}/${PN}-data-${DATAVERSION}/"
-}
-
-src_compile() {
- egamesconf || die
- jam -q || die "jam failed"
-
- einfo "Working in ${WORKDIR}/${PN}-data-${DATAVERSION}/"
- cd ${WORKDIR}/${PN}-data-${DATAVERSION}/
- egamesconf || die
- jam -q || die "jam failed (on data package)"
-}
-
-src_install() {
- jam -sDESTDIR="${D}" -sappdocdir=/usr/share/doc/${PF} install || die "jam install failed"
-
- cd "${WORKDIR}/${PN}-data-${DATAVERSION}/"
- jam -sDESTDIR=${D} -sappdocdir=/usr/share/doc/${PF} install || die "jam install failed (data package)"
-
- if use dedicated ; then
- exeinto /etc/init.d
- newexe "${FILESDIR}/netpanzer.rc" netpanzer || die "newexe failed"
- dosed "s:GAMES_USER_DED:${GAMES_USER_DED}:" /etc/init.d/netpanzer
- dosed "s:GENTOO_DIR:${GAMES_BINDIR}:" /etc/init.d/netpanzer
-
- insinto /etc
- doins "${FILESDIR}/netpanzer-ded.ini" || die "newins failed"
- exeinto ${GAMES_BINDIR}
- doexe "${FILESDIR}/netpanzer-ded" || die "newexe failed"
- dosed "s:GENTOO_DIR:${GAMES_BINDIR}:" ${GAMES_BINDIR}/netpanzer-ded
- fi
-
- make_desktop_entry netpanzer NetPanzer netpanzer.png
-
- prepgamesdirs
-}