diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2007-05-21 17:24:48 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2007-05-21 17:24:48 +0000 |
commit | 7d83e574662e39a14aba866d43228f0244259a19 (patch) | |
tree | 0e8dc7e9fadf0116ee25ffbaee0e7662dfe2b9af /games-action | |
parent | Removed cvs snapshot version. (diff) | |
download | gentoo-2-7d83e574662e39a14aba866d43228f0244259a19.tar.gz gentoo-2-7d83e574662e39a14aba866d43228f0244259a19.tar.bz2 gentoo-2-7d83e574662e39a14aba866d43228f0244259a19.zip |
Add menu entry. Fix bug #159744
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/barrage/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/barrage/barrage-1.0.2-r1.ebuild | 36 | ||||
-rw-r--r-- | games-action/barrage/barrage-1.0.2.ebuild | 4 | ||||
-rw-r--r-- | games-action/barrage/files/digest-barrage-1.0.2-r1 | 6 |
4 files changed, 50 insertions, 3 deletions
diff --git a/games-action/barrage/ChangeLog b/games-action/barrage/ChangeLog index d9a84c2ba420..3cbfe9c4d441 100644 --- a/games-action/barrage/ChangeLog +++ b/games-action/barrage/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/barrage # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.10 2007/02/08 20:49:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.11 2007/05/21 17:24:48 tupone Exp $ + +*barrage-1.0.2-r1 (21 May 2007) + + 21 May 2007; Tupone Alfredo <tupone@gentoo.org> +barrage-1.0.2-r1.ebuild: + Add menu entry. Fix bug #159744 by Pacho Ramos 08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/games-action/barrage/barrage-1.0.2-r1.ebuild b/games-action/barrage/barrage-1.0.2-r1.ebuild new file mode 100644 index 000000000000..b63cdf9768d6 --- /dev/null +++ b/games-action/barrage/barrage-1.0.2-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2-r1.ebuild,v 1.1 2007/05/21 17:24:48 tupone Exp $ + +inherit eutils games + +DESCRIPTION="A violent point-and-click shooting game" +HOMEPAGE="http://lgames.sourceforge.net" +SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz + mirror://gentoo/${PN}.png" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=media-libs/libsdl-1.2 + >=media-libs/sdl-mixer-1.2.4" + +src_unpack() { + unpack ${P}.tar.gz +} + +src_compile() { + egamesconf --datadir=${GAMES_DATADIR_BASE} || die + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS BUGS ChangeLog README + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} Barrage ${PN}.png + rm "${D}"/usr/share/applications/${PN}.desktop + prepgamesdirs +} diff --git a/games-action/barrage/barrage-1.0.2.ebuild b/games-action/barrage/barrage-1.0.2.ebuild index 008fa6284b34..5917b044ca78 100644 --- a/games-action/barrage/barrage-1.0.2.ebuild +++ b/games-action/barrage/barrage-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2.ebuild,v 1.4 2006/01/21 18:01:57 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2.ebuild,v 1.5 2007/05/21 17:24:48 tupone Exp $ inherit games diff --git a/games-action/barrage/files/digest-barrage-1.0.2-r1 b/games-action/barrage/files/digest-barrage-1.0.2-r1 new file mode 100644 index 000000000000..0fa52b23b486 --- /dev/null +++ b/games-action/barrage/files/digest-barrage-1.0.2-r1 @@ -0,0 +1,6 @@ +MD5 5dbecef907eb27215e8cc047eae2ee90 barrage-1.0.2.tar.gz 455336 +RMD160 3bcaf81a62e25deb0b00947b6b3caa2f9feca1c1 barrage-1.0.2.tar.gz 455336 +SHA256 7afb62a5336fe702a2c880027ad683326f9483356e417c11583af9f05b7aa80e barrage-1.0.2.tar.gz 455336 +MD5 0688e50b627e199aa1161b63211614dd barrage.png 1877 +RMD160 0303213d9096f3304d4f18e4077a75a21f55b7b0 barrage.png 1877 +SHA256 e93bdaad44789ec1d24171ea436c4018a896db0e8a6cde4bcc6cc3496612a866 barrage.png 1877 |