summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-11 12:44:26 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-11 12:44:26 +0000
commit71e1f478ada2f0cb6b774197fbe4e36093267273 (patch)
treec133aa31185890e170e327652344e586da0ad430 /games-arcade/supertux
parentFixing bug #44355 (Manifest recommit) (diff)
downloadgentoo-2-71e1f478ada2f0cb6b774197fbe4e36093267273.tar.gz
gentoo-2-71e1f478ada2f0cb6b774197fbe4e36093267273.tar.bz2
gentoo-2-71e1f478ada2f0cb6b774197fbe4e36093267273.zip
remove use debug && inherit debug
Diffstat (limited to 'games-arcade/supertux')
-rw-r--r--games-arcade/supertux/files/digest-supertux-0.0.41
-rw-r--r--games-arcade/supertux/files/digest-supertux-0.0.51
-rw-r--r--games-arcade/supertux/supertux-0.0.4.ebuild40
-rw-r--r--games-arcade/supertux/supertux-0.0.5.ebuild39
-rw-r--r--games-arcade/supertux/supertux-0.0.6.ebuild9
5 files changed, 4 insertions, 86 deletions
diff --git a/games-arcade/supertux/files/digest-supertux-0.0.4 b/games-arcade/supertux/files/digest-supertux-0.0.4
deleted file mode 100644
index bf69d90ceadb..000000000000
--- a/games-arcade/supertux/files/digest-supertux-0.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 54f95a7fe1133587ac56c6980c2a79df supertux-0.0.4.tar.gz 1348474
diff --git a/games-arcade/supertux/files/digest-supertux-0.0.5 b/games-arcade/supertux/files/digest-supertux-0.0.5
deleted file mode 100644
index 1510b60a1699..000000000000
--- a/games-arcade/supertux/files/digest-supertux-0.0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2cf2dcb70f87c69d8654d755b0265d29 supertux-0.0.5.tar.bz2 1172905
diff --git a/games-arcade/supertux/supertux-0.0.4.ebuild b/games-arcade/supertux/supertux-0.0.4.ebuild
deleted file mode 100644
index 5c7c58b4e1b4..000000000000
--- a/games-arcade/supertux/supertux-0.0.4.ebuild
+++ /dev/null
@@ -1,40 +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/supertux/supertux-0.0.4.ebuild,v 1.2 2004/01/01 01:31:06 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="A game similar to Super Mario Bros."
-SRC_URI="ftp://ftp.sonic.net/pub/users/nbs/unix/x/supertux/src/${P}.tar.gz"
-HOMEPAGE="http://www.newbreedsoftware.com/supertux/"
-
-KEYWORDS="x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND=">=media-libs/libsdl-1.1.5
- >=media-libs/sdl-image-1.2.2
- >=media-libs/sdl-mixer-1.2.4"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "/^DATA_PREFIX=/ s:=.*:=${GAMES_DATADIR}/${PN}/:" \
- -e "/^JOY=/ s/YES/NO/" \
- -e "s:-O2:${CFLAGS}:" Makefile || \
- die "sed Makefile failed"
-
- rm -rf data/images/shared/.xvpics
-}
-
-src_install() {
- dogamesbin supertux
- dodir ${GAMES_DATADIR}/${PN}
- cp -r data/{images,sounds,music,levels} ${D}/${GAMES_DATADIR}/${PN}/
- dodoc {AUTHORS,CHANGES,INSTALL,README,TODO}.txt
- prepgamesdirs
-}
diff --git a/games-arcade/supertux/supertux-0.0.5.ebuild b/games-arcade/supertux/supertux-0.0.5.ebuild
deleted file mode 100644
index 98ae009b1401..000000000000
--- a/games-arcade/supertux/supertux-0.0.5.ebuild
+++ /dev/null
@@ -1,39 +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/supertux/supertux-0.0.5.ebuild,v 1.1 2004/01/01 01:31:06 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="A game similar to Super Mario Bros."
-HOMEPAGE="http://www.newbreedsoftware.com/supertux/"
-SRC_URI="ftp://ftp.sonic.net/pub/users/nbs/unix/x/supertux/src/${P}.tar.bz2"
-
-KEYWORDS="x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND=">=media-libs/libsdl-1.1.5
- >=media-libs/sdl-image-1.2.2
- >=media-libs/sdl-mixer-1.2.4"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "/^DATA_PREFIX=/ s:=.*:=${GAMES_DATADIR}/${PN}/:" \
- -e "/^JOY=/ s/YES/NO/" \
- -e "s:-O2:${CFLAGS}:" Makefile || \
- die "sed Makefile failed"
-}
-
-src_install() {
- dogamesbin supertux || die "dogamesbin failed"
- dodir ${GAMES_DATADIR}/${PN}
- cp -r data/{images,sounds,music,levels} "${D}${GAMES_DATADIR}/${PN}/" || \
- die "cp failed"
- dodoc {AUTHORS,CHANGES,INSTALL,README,TODO}.txt || die "dodoc failed"
- prepgamesdirs
-}
diff --git a/games-arcade/supertux/supertux-0.0.6.ebuild b/games-arcade/supertux/supertux-0.0.6.ebuild
index 208ac41bf423..1d12486ca3db 100644
--- a/games-arcade/supertux/supertux-0.0.6.ebuild
+++ b/games-arcade/supertux/supertux-0.0.6.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.0.6.ebuild,v 1.2 2004/03/30 15:37:54 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.0.6.ebuild,v 1.3 2004/05/11 12:44:26 vapier Exp $
inherit games
-use debug && inherit debug
DESCRIPTION="A game similar to Super Mario Bros."
HOMEPAGE="http://www.newbreedsoftware.com/supertux/"
SRC_URI="mirror://sourceforge/super-tux/${P}.tar.bz2"
-KEYWORDS="x86 ~ppc"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="x86 ~ppc"
IUSE="debug opengl"
RDEPEND="virtual/opengl
@@ -27,12 +26,12 @@ src_compile() {
--disable-dependency-tracking \
`use_enable debug` \
`use_enable opengl` \
- || die
+ || die
emake || die "emake failed"
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ make DESTDIR=${D} install || die "make install failed"
dodoc AUTHORS ChangeLog INSTALL LEVELDESIGN README TODO.txt
prepgamesdirs
}