diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-28 05:49:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-28 05:49:40 +0000 |
commit | b66cd409d22c1feb5ea30e64397b4579ed8f170a (patch) | |
tree | 48137928c014e642ce0cacb849e050c91cefde17 /games-action | |
parent | version bump (bug #45223); patch from James Jones (Manifest recommit) (diff) | |
download | gentoo-2-b66cd409d22c1feb5ea30e64397b4579ed8f170a.tar.gz gentoo-2-b66cd409d22c1feb5ea30e64397b4579ed8f170a.tar.bz2 gentoo-2-b66cd409d22c1feb5ea30e64397b4579ed8f170a.zip |
clean extra ebuild
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/raptor2/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/raptor2/files/digest-raptor2-1.0.0 | 1 | ||||
-rw-r--r-- | games-action/raptor2/raptor2-1.0.0.ebuild | 45 |
3 files changed, 4 insertions, 47 deletions
diff --git a/games-action/raptor2/ChangeLog b/games-action/raptor2/ChangeLog index 010c31c30a14..717f8a773e1d 100644 --- a/games-action/raptor2/ChangeLog +++ b/games-action/raptor2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/raptor2 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/raptor2/ChangeLog,v 1.4 2004/03/19 17:49:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/raptor2/ChangeLog,v 1.5 2004/03/28 05:49:40 mr_bones_ Exp $ + + 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> raptor2-1.0.0.ebuild: + clean extra ebuild 19 Mar 2004; Aron Griffis <agriffis@gentoo.org> raptor2-1.0.0-r1.ebuild, raptor2-1.0.0.ebuild: diff --git a/games-action/raptor2/files/digest-raptor2-1.0.0 b/games-action/raptor2/files/digest-raptor2-1.0.0 deleted file mode 100644 index 0b48b3be8fab..000000000000 --- a/games-action/raptor2/files/digest-raptor2-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 f30a75ca2f3b6caddee3eb036d0a3a99 raptor-1.0.0.tar.gz 5190559 diff --git a/games-action/raptor2/raptor2-1.0.0.ebuild b/games-action/raptor2/raptor2-1.0.0.ebuild deleted file mode 100644 index a6a5bec20660..000000000000 --- a/games-action/raptor2/raptor2-1.0.0.ebuild +++ /dev/null @@ -1,45 +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-action/raptor2/raptor2-1.0.0.ebuild,v 1.3 2004/03/19 17:49:46 agriffis Exp $ - -inherit eutils games - -MY_P="raptor-${PV}" -DESCRIPTION="space shoot-em-up game" -SRC_URI="mirror://sourceforge/raptorv2/${MY_P}.tar.gz" -HOMEPAGE="http://raptorv2.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~alpha ~ia64" -IUSE="oggvorbis nls" - -DEPEND=">=sys-apps/sed-4" -RDEPEND=">=media-libs/allegro-4.0.0 - =media-libs/dumb-0.9.1" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} && cd ${S} - epatch ${FILESDIR}/${PV}-chdir.patch - sed -i \ - -e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}/:" \ - src/raptor.cpp || die "sed src/raptor.cpp failed" -} - -src_compile() { - egamesconf || die "Configuration failed" - emake || die "Compilation failed" -} - -src_install() { - dogamesbin src/raptor - - insinto ${GAMES_DATADIR}/${PN}/data - doins data/* - - dodoc AUTHORS ChangeLog README NEWS - - prepgamesdirs -} |