diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-09-11 23:10:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-09-11 23:10:01 +0000 |
commit | 968dd4b6b690888dd07d8c061570231442ab698b (patch) | |
tree | 8377f6540a7ebfd0ed6cca39b77fe59aff9b7c79 /games-board | |
parent | Restore python2_6 and pypy2_0 in desc/, since they are still used by old vers... (diff) | |
download | gentoo-2-968dd4b6b690888dd07d8c061570231442ab698b.tar.gz gentoo-2-968dd4b6b690888dd07d8c061570231442ab698b.tar.bz2 gentoo-2-968dd4b6b690888dd07d8c061570231442ab698b.zip |
EAPI=5; tidy
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/grhino/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/grhino/grhino-0.16.1.ebuild | 19 |
2 files changed, 11 insertions, 16 deletions
diff --git a/games-board/grhino/ChangeLog b/games-board/grhino/ChangeLog index d5716b3463d2..4fd661acb359 100644 --- a/games-board/grhino/ChangeLog +++ b/games-board/grhino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/grhino -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/grhino/ChangeLog,v 1.12 2010/10/10 18:54:47 fauli Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/grhino/ChangeLog,v 1.13 2014/09/11 23:10:01 mr_bones_ Exp $ + + 11 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> grhino-0.16.1.ebuild: + EAPI=5; tidy 10 Oct 2010; Christian Faulhammer <fauli@gentoo.org> grhino-0.16.1.ebuild: stable x86, bug 340012 @@ -43,4 +46,3 @@ 08 Jan 2007; <tupone@gentoo.org> +grhino-0.16.0.ebuild: New ebuild. Bug #90373 by Anton Romanov - diff --git a/games-board/grhino/grhino-0.16.1.ebuild b/games-board/grhino/grhino-0.16.1.ebuild index 554fe5bb5a44..fd31fb72f58c 100644 --- a/games-board/grhino/grhino-0.16.1.ebuild +++ b/games-board/grhino/grhino-0.16.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/grhino/grhino-0.16.1.ebuild,v 1.3 2010/10/10 18:54:47 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/grhino/grhino-0.16.1.ebuild,v 1.4 2014/09/11 23:10:01 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="Reversi game for GNOME, supporting the Go/Game Text Protocol" @@ -21,8 +21,7 @@ DEPEND="${RDEPEND} src_prepare() { sed -i '/^(\|locale\|help\|omf\|icon\|)/s:@datadir@:/usr/share:' \ - Makefile.in \ - || die "sed failed" + Makefile.in || die } src_configure() { @@ -42,13 +41,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc ChangeLog NEWS README TODO - - if use gnome; then - make_desktop_entry ${PN} GRhino - fi - + default + use gnome && make_desktop_entry ${PN} GRhino prepgamesdirs } |