summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-25 02:40:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-25 02:40:54 +0000
commitc6549f104a7fb15885fcb97748058133c9d5bed1 (patch)
treeee9ee9a54358cba662602d5b2f7ce07219569437 /games-arcade/pachi
parentIUSE; tidy; error check sed (Manifest recommit) (diff)
downloadgentoo-2-c6549f104a7fb15885fcb97748058133c9d5bed1.tar.gz
gentoo-2-c6549f104a7fb15885fcb97748058133c9d5bed1.tar.bz2
gentoo-2-c6549f104a7fb15885fcb97748058133c9d5bed1.zip
removed older ebuilds
Diffstat (limited to 'games-arcade/pachi')
-rw-r--r--games-arcade/pachi/ChangeLog6
-rw-r--r--games-arcade/pachi/files/digest-pachi-200309271
-rw-r--r--games-arcade/pachi/files/digest-pachi-200310051
-rw-r--r--games-arcade/pachi/pachi-20030927.ebuild54
-rw-r--r--games-arcade/pachi/pachi-20031005.ebuild54
5 files changed, 5 insertions, 111 deletions
diff --git a/games-arcade/pachi/ChangeLog b/games-arcade/pachi/ChangeLog
index adbde8f70f73..c507cab78cb4 100644
--- a/games-arcade/pachi/ChangeLog
+++ b/games-arcade/pachi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/pachi
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/ChangeLog,v 1.3 2004/04/05 06:31:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/ChangeLog,v 1.4 2004/04/25 02:40:54 mr_bones_ Exp $
+
+ 24 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> pachi-20030927.ebuild,
+ pachi-20031005.ebuild:
+ removed older ebuilds
*pachi-1.0 (04 Apr 2004)
diff --git a/games-arcade/pachi/files/digest-pachi-20030927 b/games-arcade/pachi/files/digest-pachi-20030927
deleted file mode 100644
index 12a651a6a8eb..000000000000
--- a/games-arcade/pachi/files/digest-pachi-20030927
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7c0bb1bc1daa76bf7d65b5b3c4832ce5 pachi-20030927.tar.bz2 1594551
diff --git a/games-arcade/pachi/files/digest-pachi-20031005 b/games-arcade/pachi/files/digest-pachi-20031005
deleted file mode 100644
index 9051e56cdd1b..000000000000
--- a/games-arcade/pachi/files/digest-pachi-20031005
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b892149b2290d1de6fe2d21e8a9099d0 pachi-20031005.tar.bz2 2038824
diff --git a/games-arcade/pachi/pachi-20030927.ebuild b/games-arcade/pachi/pachi-20030927.ebuild
deleted file mode 100644
index 9c50208e77a7..000000000000
--- a/games-arcade/pachi/pachi-20030927.ebuild
+++ /dev/null
@@ -1,54 +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-arcade/pachi/pachi-20030927.ebuild,v 1.3 2004/02/20 06:20:00 mr_bones_ Exp $
-
-inherit games
-
-S="${WORKDIR}/Pachi"
-DESCRIPTION="Pachi el marciano is a platforms game inspired by games like Manic Miner and Jet Set Willy"
-# Upstream doesn't version their releases.
-# I downloaded and re-compressed with tar -jcvf
-#SRC_URI="mirror://sourceforge/dragontech/pachi_source.tgz"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-HOMEPAGE="http://dragontech.sourceforge.net/index.php?main=pachi&lang=en"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-RDEPEND=">=media-libs/libsdl-1.2
- media-libs/sdl-mixer
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "s:/var/lib/games/:${GAMES_STATEDIR}/:" configure.in || \
- die "sed configure.in failed"
-}
-
-src_install() {
- local dir="${GAMES_DATADIR}/${PN}"
- local statedir="${GAMES_STATEDIR}/${PN}/data"
-
- dogamesbin src/pachi
- insinto ${dir}/data
- doins data/{backs,monsters,objects_v2,rooms_v2}.dat
- insinto ${dir}/fonts
- doins fonts/*.T
- insinto ${dir}/music
- doins music/*.s?m
- insinto ${dir}/sounds
- doins sounds/*.wav
- insinto ${dir}/Tgfx
- doins Tgfx/*.T8
- dodoc AUTHORS ChangeLog
- insinto ${statedir}
- doins data/scores.dat
- prepgamesdirs
- fperms 660 ${statedir}/scores.dat
-}
diff --git a/games-arcade/pachi/pachi-20031005.ebuild b/games-arcade/pachi/pachi-20031005.ebuild
deleted file mode 100644
index ceccfcca435c..000000000000
--- a/games-arcade/pachi/pachi-20031005.ebuild
+++ /dev/null
@@ -1,54 +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-arcade/pachi/pachi-20031005.ebuild,v 1.3 2004/03/16 16:16:04 vapier Exp $
-
-inherit games
-
-DESCRIPTION="platform game inspired by games like Manic Miner and Jet Set Willy"
-HOMEPAGE="http://dragontech.sourceforge.net/index.php?main=pachi&lang=en"
-# Upstream doesn't version their releases.
-# I downloaded and re-compressed with tar -jcvf
-#SRC_URI="mirror://sourceforge/dragontech/pachi_source.tgz"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-
-RDEPEND=">=media-libs/libsdl-1.2
- media-libs/sdl-mixer
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-S=${WORKDIR}/Pachi
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e "s:/var/lib/games/:${GAMES_STATEDIR}/:" configure.in \
- || die "sed configure.in failed"
-}
-
-src_install() {
- local dir="${GAMES_DATADIR}/${PN}"
- local statedir="${GAMES_STATEDIR}/${PN}/data"
-
- dogamesbin src/pachi || die
- insinto ${dir}/data
- doins data/{backs,monsters,objects_v2,rooms_v2}.dat
- insinto ${dir}/fonts
- doins fonts/*.T
- insinto ${dir}/music
- doins music/*.s?m
- insinto ${dir}/sounds
- doins sounds/*.wav
- insinto ${dir}/Tgfx
- doins Tgfx/*.{T8,bmp}
- dodoc AUTHORS ChangeLog
- insinto ${statedir}
- doins data/scores.dat
- prepgamesdirs
- fperms 660 ${statedir}/scores.dat
-}