summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-07-29 03:17:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-07-29 03:17:04 +0000
commitb2dcb52b466694d8bb656297b6585a0a6eadeb4a (patch)
tree471cbd1b7f8c50f2de09aa8b2cdb34ddd21b3276 /games-action
parent[eclass/mysql_fx] Synced with overlay eclass - should fix new missing /mysql ... (diff)
downloadgentoo-2-b2dcb52b466694d8bb656297b6585a0a6eadeb4a.tar.gz
gentoo-2-b2dcb52b466694d8bb656297b6585a0a6eadeb4a.tar.bz2
gentoo-2-b2dcb52b466694d8bb656297b6585a0a6eadeb4a.zip
version bump
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/barrage/ChangeLog9
-rw-r--r--games-action/barrage/barrage-1.0.4.ebuild31
2 files changed, 38 insertions, 2 deletions
diff --git a/games-action/barrage/ChangeLog b/games-action/barrage/ChangeLog
index b6608123def8..065a29b01ef9 100644
--- a/games-action/barrage/ChangeLog
+++ b/games-action/barrage/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-action/barrage
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.18 2010/09/18 04:08:38 mr_bones_ Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.19 2011/07/29 03:17:04 mr_bones_ Exp $
+
+*barrage-1.0.4 (29 Jul 2011)
+
+ 29 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> +barrage-1.0.4.ebuild:
+ version bump
18 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org>
barrage-1.0.2-r1.ebuild:
diff --git a/games-action/barrage/barrage-1.0.4.ebuild b/games-action/barrage/barrage-1.0.4.ebuild
new file mode 100644
index 000000000000..5b5ee0763ea8
--- /dev/null
+++ b/games-action/barrage/barrage-1.0.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild,v 1.1 2011/07/29 03:17:04 mr_bones_ Exp $
+
+EAPI=2
+inherit eutils games
+
+DESCRIPTION="A violent point-and-click shooting game"
+HOMEPAGE="http://lgames.sourceforge.net"
+SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=media-libs/libsdl-1.2[audio,video]
+ >=media-libs/sdl-mixer-1.2.4"
+
+src_configure() {
+ egamesconf --datadir="${GAMES_DATADIR_BASE}"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS BUGS ChangeLog README
+ newicon barrage48.png ${PN}.png
+ make_desktop_entry ${PN} Barrage
+ rm "${D}"/usr/share/applications/${PN}.desktop
+ prepgamesdirs
+}