mr_bones_ 14/09/11 23:10:02 Modified: grhino-0.16.1.ebuild ChangeLog Log: EAPI=5; tidy (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.4 games-board/grhino/grhino-0.16.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/grhino/grhino-0.16.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/grhino/grhino-0.16.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/grhino/grhino-0.16.1.ebuild?r1=1.3&r2=1.4 Index: grhino-0.16.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/grhino/grhino-0.16.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- grhino-0.16.1.ebuild 10 Oct 2010 18:54:47 -0000 1.3 +++ grhino-0.16.1.ebuild 11 Sep 2014 23:10:01 -0000 1.4 @@ -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 @@ 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_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 } 1.13 games-board/grhino/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/grhino/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/grhino/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/grhino/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/grhino/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 10 Oct 2010 18:54:47 -0000 1.12 +++ ChangeLog 11 Sep 2014 23:10:01 -0000 1.13 @@ -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_bon...@gentoo.org> grhino-0.16.1.ebuild: + EAPI=5; tidy 10 Oct 2010; Christian Faulhammer <fa...@gentoo.org> grhino-0.16.1.ebuild: stable x86, bug 340012 @@ -43,4 +46,3 @@ 08 Jan 2007; <tup...@gentoo.org> +grhino-0.16.0.ebuild: New ebuild. Bug #90373 by Anton Romanov -