diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-20 20:54:11 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-20 20:54:11 +0000 |
commit | 3fc59439e166e94772f3d37c93f5debdad07f7e7 (patch) | |
tree | 33fa47274c2b0a9cbe1656e8dc31f599afcda0e8 /games-puzzle | |
parent | EAPI 5 (diff) | |
download | gentoo-2-3fc59439e166e94772f3d37c93f5debdad07f7e7.tar.gz gentoo-2-3fc59439e166e94772f3d37c93f5debdad07f7e7.tar.bz2 gentoo-2-3fc59439e166e94772f3d37c93f5debdad07f7e7.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/gtkballs/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-puzzle/gtkballs/ChangeLog b/games-puzzle/gtkballs/ChangeLog index 49c0efafbff2..6fe5eb8f5378 100644 --- a/games-puzzle/gtkballs/ChangeLog +++ b/games-puzzle/gtkballs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/gtkballs -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gtkballs/ChangeLog,v 1.15 2012/05/04 04:45:28 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gtkballs/ChangeLog,v 1.16 2015/02/20 20:54:11 tupone Exp $ + + 20 Feb 2015; Tupone Alfredo <tupone@gentoo.org> gtkballs-3.1.5-r1.ebuild: + EAPI 5 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gtkballs-3.1.5-r1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild b/games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild index efe886cb6c1a..b03893f2f073 100644 --- a/games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild +++ b/games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild,v 1.5 2012/05/04 04:45:28 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gtkballs/gtkballs-3.1.5-r1.ebuild,v 1.6 2015/02/20 20:54:11 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="An entertaining game based on the old DOS game lines" @@ -32,8 +32,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog AUTHORS README* TODO NEWS || die "dodoc failed" + default newicon gnome-gtkballs.png ${PN}.png make_desktop_entry gtkballs "GTK Balls" prepgamesdirs |