summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:49:56 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:49:56 +0000
commitf58aae619588795cb1b35e3f71ee72f0acf9f14b (patch)
treebad39052fbfaf42f419b56ef092aeed900e84513 /games-action
parentAdd ~sparc keyword. Builds fine and runs examples across different (diff)
downloadgentoo-2-f58aae619588795cb1b35e3f71ee72f0acf9f14b.tar.gz
gentoo-2-f58aae619588795cb1b35e3f71ee72f0acf9f14b.tar.bz2
gentoo-2-f58aae619588795cb1b35e3f71ee72f0acf9f14b.zip
Moved games_pkg_setup to the beginning of pkg_setup and removing older ebuilds.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/powermanga/ChangeLog6
-rw-r--r--games-action/powermanga/files/digest-powermanga-0.781
-rw-r--r--games-action/powermanga/powermanga-0.78.ebuild55
-rw-r--r--games-action/powermanga/powermanga-0.79.ebuild6
-rw-r--r--games-action/powermanga/powermanga-0.80.ebuild4
5 files changed, 10 insertions, 62 deletions
diff --git a/games-action/powermanga/ChangeLog b/games-action/powermanga/ChangeLog
index 09bb8fcde1bf..5960377dc94f 100644
--- a/games-action/powermanga/ChangeLog
+++ b/games-action/powermanga/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/powermanga
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.8 2006/04/03 22:20:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.9 2006/04/13 19:49:56 wolf31o2 Exp $
+
+ 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ -powermanga-0.78.ebuild, powermanga-0.79.ebuild, powermanga-0.80.ebuild:
+ Moved games_pkg_setup to the beginning of pkg_setup and removing older ebuilds.
*powermanga-0.80 (03 Apr 2006)
diff --git a/games-action/powermanga/files/digest-powermanga-0.78 b/games-action/powermanga/files/digest-powermanga-0.78
deleted file mode 100644
index 0bdfad32a58d..000000000000
--- a/games-action/powermanga/files/digest-powermanga-0.78
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6d84fac8f9f838dd5654735bbc68b9d7 powermanga-0.78.tar.gz 6802816
diff --git a/games-action/powermanga/powermanga-0.78.ebuild b/games-action/powermanga/powermanga-0.78.ebuild
deleted file mode 100644
index a41d696b4e0a..000000000000
--- a/games-action/powermanga/powermanga-0.78.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.78.ebuild,v 1.6 2006/03/15 22:59:59 wolf31o2 Exp $
-
-inherit games
-
-DESCRIPTION="An arcade 2D shoot-em-up game"
-HOMEPAGE="http://linux.tlk.fr/"
-SRC_URI="http://www.tlk.fr/lesjeux/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-DEPEND="virtual/libc
- >=media-libs/libsdl-0.11.0
- media-libs/sdl-mixer"
-
-pkg_setup() {
- if ! built_with_use media-libs/sdl-mixer mikmod
- then
- eerror "${PN} needs sdl-mixer compiled with mikmod use-flag enabled!"
- die "sdl-mixer without mikmod detected"
- fi
- games_pkg_setup
-}
-
-src_compile() {
- egamesconf --prefix=/usr || die "egamesconf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- local f
-
- dogamesbin powermanga || die "dogamesbin failed"
- doman powermanga.6
- dodoc AUTHORS CHANGES README
-
- insinto ${GAMES_DATADIR}/powermanga/sounds
- doins sounds/*
-
- insinto ${GAMES_DATADIR}/powermanga/graphics
- doins graphics/*
-
- insinto /var/games
- for f in powermanga.hi-easy powermanga.hi powermanga.hi-hard
- do
- touch ${D}/var/games/${f} || die "touch ${f} failed"
- fperms 660 /var/games/${f} || die "fperms ${f} failed"
- done
-
- prepgamesdirs
-}
diff --git a/games-action/powermanga/powermanga-0.79.ebuild b/games-action/powermanga/powermanga-0.79.ebuild
index 6fb69b27c23d..38752b773334 100644
--- a/games-action/powermanga/powermanga-0.79.ebuild
+++ b/games-action/powermanga/powermanga-0.79.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.79.ebuild,v 1.4 2006/03/15 22:59:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.79.ebuild,v 1.5 2006/04/13 19:49:56 wolf31o2 Exp $
inherit games
@@ -10,7 +10,7 @@ SRC_URI="http://linux.tlk.fr/games/Powermanga/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc ~amd64"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
DEPEND="virtual/libc
@@ -18,12 +18,12 @@ DEPEND="virtual/libc
media-libs/sdl-mixer"
pkg_setup() {
+ games_pkg_setup
if ! built_with_use media-libs/sdl-mixer mikmod
then
eerror "${PN} needs sdl-mixer compiled with mikmod use-flag enabled!"
die "sdl-mixer without mikmod detected"
fi
- games_pkg_setup
}
src_compile() {
diff --git a/games-action/powermanga/powermanga-0.80.ebuild b/games-action/powermanga/powermanga-0.80.ebuild
index 14664251e01a..9b557db05ac2 100644
--- a/games-action/powermanga/powermanga-0.80.ebuild
+++ b/games-action/powermanga/powermanga-0.80.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.80.ebuild,v 1.1 2006/04/03 22:20:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.80.ebuild,v 1.2 2006/04/13 19:49:56 wolf31o2 Exp $
inherit games
@@ -17,11 +17,11 @@ DEPEND=">=media-libs/libsdl-0.11.0
media-libs/sdl-mixer"
pkg_setup() {
+ games_pkg_setup
if ! built_with_use media-libs/sdl-mixer mikmod ; then
eerror "${PN} needs sdl-mixer compiled with mikmod use-flag enabled!"
die "sdl-mixer without mikmod detected"
fi
- games_pkg_setup
}
src_unpack() {