summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/fish-fillets/ChangeLog7
-rw-r--r--games-puzzle/fish-fillets/files/digest-fish-fillets-0.6.03
-rw-r--r--games-puzzle/fish-fillets/files/digest-fish-fillets-0.7.02
-rw-r--r--games-puzzle/fish-fillets/files/digest-fish-fillets-0.7.12
-rw-r--r--games-puzzle/fish-fillets/fish-fillets-0.6.0.ebuild50
-rw-r--r--games-puzzle/fish-fillets/fish-fillets-0.7.0.ebuild43
-rw-r--r--games-puzzle/fish-fillets/fish-fillets-0.7.1.ebuild43
-rw-r--r--games-puzzle/toppler/ChangeLog8
-rw-r--r--games-puzzle/toppler/files/digest-toppler-1.0.61
-rw-r--r--games-puzzle/toppler/files/digest-toppler-1.1.01
-rw-r--r--games-puzzle/toppler/toppler-1.0.6.ebuild33
-rw-r--r--games-puzzle/toppler/toppler-1.1.0.ebuild33
12 files changed, 12 insertions, 214 deletions
diff --git a/games-puzzle/fish-fillets/ChangeLog b/games-puzzle/fish-fillets/ChangeLog
index 4e82343597f5..9e33ce3c465c 100644
--- a/games-puzzle/fish-fillets/ChangeLog
+++ b/games-puzzle/fish-fillets/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-puzzle/fish-fillets
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.17 2005/10/05 22:21:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.18 2005/10/31 08:32:57 mr_bones_ Exp $
+
+ 31 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -fish-fillets-0.6.0.ebuild, -fish-fillets-0.7.0.ebuild,
+ -fish-fillets-0.7.1.ebuild:
+ clean old files
*fish-fillets-0.7.3 (05 Oct 2005)
diff --git a/games-puzzle/fish-fillets/files/digest-fish-fillets-0.6.0 b/games-puzzle/fish-fillets/files/digest-fish-fillets-0.6.0
deleted file mode 100644
index 3271080fc38d..000000000000
--- a/games-puzzle/fish-fillets/files/digest-fish-fillets-0.6.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 89b894c9f6fcf23078b0d5f54f99cb05 fillets-ng-0.6.0.tar.gz 303846
-MD5 3a7cc38a790decc0c5679323804e54f5 fillets-ng-data-0.6.1.tar.gz 62983377
-MD5 c51f4385d29b1e1d3b7d068d5ffa6c25 fillets-ng-data-cs-0.6.0.tar.gz 32093576
diff --git a/games-puzzle/fish-fillets/files/digest-fish-fillets-0.7.0 b/games-puzzle/fish-fillets/files/digest-fish-fillets-0.7.0
deleted file mode 100644
index 68f32ac348e9..000000000000
--- a/games-puzzle/fish-fillets/files/digest-fish-fillets-0.7.0
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 a31341629a1e041c2e1f179269b7ab5d fillets-ng-0.7.0.tar.gz 307556
-MD5 8b60c0aa2009efb26542d329ead2d776 fillets-ng-data-0.7.0.tar.gz 95569948
diff --git a/games-puzzle/fish-fillets/files/digest-fish-fillets-0.7.1 b/games-puzzle/fish-fillets/files/digest-fish-fillets-0.7.1
deleted file mode 100644
index 978f0d9d8284..000000000000
--- a/games-puzzle/fish-fillets/files/digest-fish-fillets-0.7.1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 6a4285aa9055eaeb0b68dfcf35e991f7 fillets-ng-0.7.1.tar.gz 307996
-MD5 dabb8aa5dcce57e782a2a27343c40cc6 fillets-ng-data-0.7.1.tar.gz 95672064
diff --git a/games-puzzle/fish-fillets/fish-fillets-0.6.0.ebuild b/games-puzzle/fish-fillets/fish-fillets-0.6.0.ebuild
deleted file mode 100644
index 1ff69a114af1..000000000000
--- a/games-puzzle/fish-fillets/fish-fillets-0.6.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.6.0.ebuild,v 1.3 2005/04/18 15:33:37 mr_bones_ Exp $
-
-inherit eutils games
-
-CS_PV="0.6.0"
-DATA_PV="0.6.1"
-DESCRIPTION="Underwater puzzle game - find a safe way out"
-HOMEPAGE="http://fillets.sf.net"
-SRC_URI="mirror://sourceforge/fillets/fillets-ng-${PV}.tar.gz
- mirror://sourceforge/fillets/fillets-ng-data-${DATA_PV}.tar.gz
- nls? ( mirror://sourceforge/fillets/fillets-ng-data-cs-${CS_PV}.tar.gz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE="nls"
-
-DEPEND=">=media-libs/libsdl-1.2
- >=media-libs/sdl-mixer-1.2.5
- >=media-libs/sdl-image-1.2.2
- media-libs/sdl-ttf
- >=dev-lang/lua-5"
-
-S=${WORKDIR}/fillets-ng-${PV}
-
-src_compile() {
- CPPFLAGS="-DSYSTEM_DATA_DIR=\"\\\"${GAMES_DATADIR}/${PN}\\\"\"" \
- egamesconf \
- --with-lua="/usr" || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
- dodir "${GAMES_DATADIR}/${PN}"
- cd ../fillets-ng-data-${DATA_PV}
- cp -r font music sound doc images script "${D}${GAMES_DATADIR}/${PN}" \
- || die "cp failed"
- newicon images/icon.png fillets.png
- make_desktop_entry fillets FishFillets fillets.png
- if use nls ; then
- cd ../fillets-ng-data-cs-${CS_PV}
- cp -r sound "${D}${GAMES_DATADIR}/${PN}" \
- || die "cp failed"
- fi
- prepgamesdirs
-}
diff --git a/games-puzzle/fish-fillets/fish-fillets-0.7.0.ebuild b/games-puzzle/fish-fillets/fish-fillets-0.7.0.ebuild
deleted file mode 100644
index 717cfdd9d527..000000000000
--- a/games-puzzle/fish-fillets/fish-fillets-0.7.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.7.0.ebuild,v 1.1 2005/06/01 10:47:38 mr_bones_ Exp $
-
-inherit eutils games
-
-DATA_PV="0.7.0"
-DESCRIPTION="Underwater puzzle game - find a safe way out"
-HOMEPAGE="http://fillets.sf.net"
-SRC_URI="mirror://sourceforge/fillets/fillets-ng-${PV}.tar.gz
- mirror://sourceforge/fillets/fillets-ng-data-${DATA_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=media-libs/libsdl-1.2
- >=media-libs/sdl-mixer-1.2.5
- >=media-libs/sdl-image-1.2.2
- media-libs/sdl-ttf
- >=dev-lang/lua-5"
-
-S=${WORKDIR}/fillets-ng-${PV}
-
-src_compile() {
- CPPFLAGS="-DSYSTEM_DATA_DIR=\"\\\"${GAMES_DATADIR}/${PN}\\\"\"" \
- egamesconf \
- --with-lua="/usr" || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
- dodir "${GAMES_DATADIR}/${PN}"
- cd ../fillets-ng-data-${DATA_PV}
- cp -r font music sound doc images script "${D}${GAMES_DATADIR}/${PN}" \
- || die "cp failed"
- newicon images/icon.png fillets.png
- make_desktop_entry fillets FishFillets fillets.png
- prepgamesdirs
-}
diff --git a/games-puzzle/fish-fillets/fish-fillets-0.7.1.ebuild b/games-puzzle/fish-fillets/fish-fillets-0.7.1.ebuild
deleted file mode 100644
index 4677ca021e69..000000000000
--- a/games-puzzle/fish-fillets/fish-fillets-0.7.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.7.1.ebuild,v 1.3 2005/07/19 06:38:00 mr_bones_ Exp $
-
-inherit eutils games
-
-DATA_PV="0.7.1"
-DESCRIPTION="Underwater puzzle game - find a safe way out"
-HOMEPAGE="http://fillets.sf.net"
-SRC_URI="mirror://sourceforge/fillets/fillets-ng-${PV}.tar.gz
- mirror://sourceforge/fillets/fillets-ng-data-${DATA_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=media-libs/libsdl-1.2
- >=media-libs/sdl-mixer-1.2.5
- >=media-libs/sdl-image-1.2.2
- media-libs/sdl-ttf
- >=dev-lang/lua-5"
-
-S=${WORKDIR}/fillets-ng-${PV}
-
-src_compile() {
- CPPFLAGS="-DSYSTEM_DATA_DIR=\"\\\"${GAMES_DATADIR}/${PN}\\\"\"" \
- egamesconf \
- --with-lua="/usr" || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
- dodir "${GAMES_DATADIR}/${PN}"
- cd ../fillets-ng-data-${DATA_PV}
- cp -r font music sound doc images script "${D}${GAMES_DATADIR}/${PN}" \
- || die "cp failed"
- newicon images/icon.png fillets.png
- make_desktop_entry fillets FishFillets fillets.png
- prepgamesdirs
-}
diff --git a/games-puzzle/toppler/ChangeLog b/games-puzzle/toppler/ChangeLog
index adef75baf6f9..46b42e241e39 100644
--- a/games-puzzle/toppler/ChangeLog
+++ b/games-puzzle/toppler/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/toppler
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/ChangeLog,v 1.10 2004/12/18 22:56:03 mr_bones_ Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/ChangeLog,v 1.11 2005/10/31 08:36:44 mr_bones_ Exp $
+
+ 31 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -toppler-1.0.6.ebuild, -toppler-1.1.0.ebuild:
+ clean old files
*toppler-1.1.1 (18 Dec 2004)
diff --git a/games-puzzle/toppler/files/digest-toppler-1.0.6 b/games-puzzle/toppler/files/digest-toppler-1.0.6
deleted file mode 100644
index e2615034fbd5..000000000000
--- a/games-puzzle/toppler/files/digest-toppler-1.0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c6a118a70efa8fa55f0a3b5d1166a8da toppler-1.0.6.tar.gz 1189880
diff --git a/games-puzzle/toppler/files/digest-toppler-1.1.0 b/games-puzzle/toppler/files/digest-toppler-1.1.0
deleted file mode 100644
index 29e3b168bae1..000000000000
--- a/games-puzzle/toppler/files/digest-toppler-1.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f03f32ce83fe83762dab205a47b0f0cb toppler-1.1.0.tar.gz 1162586
diff --git a/games-puzzle/toppler/toppler-1.0.6.ebuild b/games-puzzle/toppler/toppler-1.0.6.ebuild
deleted file mode 100644
index 06f9aabbc153..000000000000
--- a/games-puzzle/toppler/toppler-1.0.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.0.6.ebuild,v 1.7 2004/11/20 08:40:55 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="Reimplementation of Nebulous using SDL"
-HOMEPAGE="http://toppler.sourceforge.net/"
-SRC_URI="mirror://sourceforge/toppler/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64 ~ppc"
-IUSE="nls"
-
-DEPEND=">=media-libs/libsdl-1.2.0
- media-libs/sdl-mixer
- sys-libs/zlib
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable nls) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog README || die "dodoc failed"
- prepgamesdirs
-}
diff --git a/games-puzzle/toppler/toppler-1.1.0.ebuild b/games-puzzle/toppler/toppler-1.1.0.ebuild
deleted file mode 100644
index 973664483231..000000000000
--- a/games-puzzle/toppler/toppler-1.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.1.0.ebuild,v 1.1 2004/12/14 02:43:37 vapier Exp $
-
-inherit games
-
-DESCRIPTION="Reimplementation of Nebulous using SDL"
-HOMEPAGE="http://toppler.sourceforge.net/"
-SRC_URI="mirror://sourceforge/toppler/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls"
-
-DEPEND=">=media-libs/libsdl-1.2.0
- media-libs/sdl-mixer
- sys-libs/zlib
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- egamesconf $(use_enable nls) || die
- emake || die "emake failed"
-}
-
-src_install() {
- make \
- DESTDIR="${D}" \
- localedir="/usr/share/locale" \
- install || die "make install failed"
- dodoc AUTHORS ChangeLog README
- prepgamesdirs
-}