summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-10-31 08:36:44 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-10-31 08:36:44 +0000
commit98c3961733d1f9ff69c4f1630a3d86bb5ca51671 (patch)
tree825a410b44cb4adf17ced83a3eb33cfb4f307d02 /games-puzzle/toppler
parenttidy (diff)
downloadhistorical-98c3961733d1f9ff69c4f1630a3d86bb5ca51671.tar.gz
historical-98c3961733d1f9ff69c4f1630a3d86bb5ca51671.tar.bz2
historical-98c3961733d1f9ff69c4f1630a3d86bb5ca51671.zip
clean old files
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-puzzle/toppler')
-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
5 files changed, 6 insertions, 70 deletions
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
-}