summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/toppler')
-rw-r--r--games-puzzle/toppler/files/digest-toppler-1.0.31
-rw-r--r--games-puzzle/toppler/files/digest-toppler-1.0.41
-rw-r--r--games-puzzle/toppler/files/digest-toppler-1.0.51
-rw-r--r--games-puzzle/toppler/toppler-1.0.3.ebuild23
-rw-r--r--games-puzzle/toppler/toppler-1.0.4.ebuild33
-rw-r--r--games-puzzle/toppler/toppler-1.0.5.ebuild33
6 files changed, 0 insertions, 92 deletions
diff --git a/games-puzzle/toppler/files/digest-toppler-1.0.3 b/games-puzzle/toppler/files/digest-toppler-1.0.3
deleted file mode 100644
index ea56d1004da8..000000000000
--- a/games-puzzle/toppler/files/digest-toppler-1.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 47718787fb7bfcd713c555761464282b toppler-1.0.3.tar.gz 1082563
diff --git a/games-puzzle/toppler/files/digest-toppler-1.0.4 b/games-puzzle/toppler/files/digest-toppler-1.0.4
deleted file mode 100644
index 362046cdd44c..000000000000
--- a/games-puzzle/toppler/files/digest-toppler-1.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 086326a22d6ed7874fde9fcac71fa1db toppler-1.0.4.tar.gz 1184510
diff --git a/games-puzzle/toppler/files/digest-toppler-1.0.5 b/games-puzzle/toppler/files/digest-toppler-1.0.5
deleted file mode 100644
index 474398e64c65..000000000000
--- a/games-puzzle/toppler/files/digest-toppler-1.0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cc5feab9a53200849df6288aa02454c0 toppler-1.0.5.tar.gz 1185753
diff --git a/games-puzzle/toppler/toppler-1.0.3.ebuild b/games-puzzle/toppler/toppler-1.0.3.ebuild
deleted file mode 100644
index 1840d5360e0a..000000000000
--- a/games-puzzle/toppler/toppler-1.0.3.ebuild
+++ /dev/null
@@ -1,23 +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-puzzle/toppler/toppler-1.0.3.ebuild,v 1.2 2004/02/09 22:11:14 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="Reimplemention of Nebulous using SDL"
-SRC_URI="mirror://sourceforge/toppler/${P}.tar.gz"
-HOMEPAGE="http://toppler.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND=">=media-libs/libsdl-1.2.0
- media-libs/sdl-mixer
- sys-libs/zlib"
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS ChangeLog INSTALL README
- prepgamesdirs
-}
diff --git a/games-puzzle/toppler/toppler-1.0.4.ebuild b/games-puzzle/toppler/toppler-1.0.4.ebuild
deleted file mode 100644
index 1dd9c8c33ced..000000000000
--- a/games-puzzle/toppler/toppler-1.0.4.ebuild
+++ /dev/null
@@ -1,33 +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-puzzle/toppler/toppler-1.0.4.ebuild,v 1.1 2004/01/19 05:42:44 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="Reimplemention of Nebulous using SDL"
-HOMEPAGE="http://toppler.sourceforge.net/"
-SRC_URI="mirror://sourceforge/toppler/${P}.tar.gz"
-
-KEYWORDS="x86"
-LICENSE="GPL-2"
-SLOT="0"
-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.0.5.ebuild b/games-puzzle/toppler/toppler-1.0.5.ebuild
deleted file mode 100644
index ff8e1bea4b0e..000000000000
--- a/games-puzzle/toppler/toppler-1.0.5.ebuild
+++ /dev/null
@@ -1,33 +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-puzzle/toppler/toppler-1.0.5.ebuild,v 1.1 2004/01/26 05:21:17 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="Reimplemention of Nebulous using SDL"
-HOMEPAGE="http://toppler.sourceforge.net/"
-SRC_URI="mirror://sourceforge/toppler/${P}.tar.gz"
-
-KEYWORDS="x86"
-LICENSE="GPL-2"
-SLOT="0"
-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
-}