summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-02-05 20:13:37 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-02-05 20:13:37 +0000
commit9c7693a905c416d3ae46c575e5f88939ee95216c (patch)
tree278a797211beeb3767df0bdda28a393afd897ae6 /games-misc
parentuse epatch; tidy (diff)
downloadgentoo-2-9c7693a905c416d3ae46c575e5f88939ee95216c.tar.gz
gentoo-2-9c7693a905c416d3ae46c575e5f88939ee95216c.tar.bz2
gentoo-2-9c7693a905c416d3ae46c575e5f88939ee95216c.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/gBhed/ChangeLog7
-rw-r--r--games-misc/gBhed/gBhed-0.17.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/games-misc/gBhed/ChangeLog b/games-misc/gBhed/ChangeLog
index c02f1742e0a2..f3d2af463dc8 100644
--- a/games-misc/gBhed/ChangeLog
+++ b/games-misc/gBhed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/gBhed
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gBhed/ChangeLog,v 1.7 2011/02/22 21:20:20 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gBhed/ChangeLog,v 1.8 2015/02/05 20:13:37 tupone Exp $
+
+ 05 Feb 2015; Tupone Alfredo <tupone@gentoo.org> gBhed-0.17.ebuild:
+ EAPI 5
22 Feb 2011; Michael Sterrett <mr_bones_@gentoo.org> gBhed-0.17.ebuild:
EAPI=2; tidy
diff --git a/games-misc/gBhed/gBhed-0.17.ebuild b/games-misc/gBhed/gBhed-0.17.ebuild
index 71b0473a502b..84e18718e428 100644
--- a/games-misc/gBhed/gBhed-0.17.ebuild
+++ b/games-misc/gBhed/gBhed-0.17.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-misc/gBhed/gBhed-0.17.ebuild,v 1.6 2011/02/22 21:20:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gBhed/gBhed-0.17.ebuild,v 1.7 2015/02/05 20:13:37 tupone Exp $
-EAPI=2
+EAPI=5
inherit eutils games
DESCRIPTION="An Al Bhed translator"
@@ -27,13 +27,13 @@ src_configure() {
}
src_install() {
- emake -C src DESTDIR="${D}" install || die "emake install failed"
+ emake -C src DESTDIR="${D}" install
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
doman doc/abtranslate.1
if use gtk ; then
insinto "${GAMES_DATADIR}"/${PN}/pixmaps
- doins pixmaps/*.{jpg,png,xpm} || die "doins failed"
+ doins pixmaps/*.{jpg,png,xpm}
newicon pixmaps/gbhed48.png ${PN}.png
make_desktop_entry gbhed ${PN}
doman doc/gbhed.1