summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-01-05 20:28:56 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-01-05 20:28:56 +0000
commitda41b23c7372fc982a5692a30bda639018ae8469 (patch)
tree0f54e5c17ab48602fa1055ae7b7fdfe247aedee8 /games-arcade
parentMinor cleanups (diff)
downloadgentoo-2-da41b23c7372fc982a5692a30bda639018ae8469.tar.gz
gentoo-2-da41b23c7372fc982a5692a30bda639018ae8469.tar.bz2
gentoo-2-da41b23c7372fc982a5692a30bda639018ae8469.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/xbubble/ChangeLog7
-rw-r--r--games-arcade/xbubble/xbubble-0.5.8.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/games-arcade/xbubble/ChangeLog b/games-arcade/xbubble/ChangeLog
index 5dddc19c685c..7efc9f325ca4 100644
--- a/games-arcade/xbubble/ChangeLog
+++ b/games-arcade/xbubble/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/xbubble
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/ChangeLog,v 1.14 2011/09/14 08:11:24 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/ChangeLog,v 1.15 2015/01/05 20:28:56 tupone Exp $
+
+ 05 Jan 2015; Tupone Alfredo <tupone@gentoo.org> xbubble-0.5.8.ebuild:
+ EAPI 5
14 Sep 2011; Tupone Alfredo <tupone@gentoo.org> xbubble-0.5.8.ebuild,
+files/xbubble-0.5.8-png15.patch:
diff --git a/games-arcade/xbubble/xbubble-0.5.8.ebuild b/games-arcade/xbubble/xbubble-0.5.8.ebuild
index fa63fcdcea9c..0cca413eee61 100644
--- a/games-arcade/xbubble/xbubble-0.5.8.ebuild
+++ b/games-arcade/xbubble/xbubble-0.5.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/xbubble-0.5.8.ebuild,v 1.16 2011/09/14 08:11:24 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/xbubble-0.5.8.ebuild,v 1.17 2015/01/05 20:28:56 tupone Exp $
-EAPI=2
+EAPI=5
inherit eutils games
DESCRIPTION="a Puzzle Bobble clone similar to Frozen-Bubble"
@@ -20,6 +20,7 @@ RDEPEND="x11-libs/libX11
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
+DOCS=( AUTHORS ChangeLog NEWS NetworkProtocol README TODO )
src_prepare() {
epatch \
@@ -42,9 +43,8 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ default
newicon data/themes/fancy/Bubble_black_DEAD_01.png ${PN}.png
make_desktop_entry ${PN} XBubble
- dodoc AUTHORS ChangeLog NEWS NetworkProtocol README TODO
prepgamesdirs
}