tupone 15/02/20 20:35:31 Modified: ChangeLog galaxis-1.8.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.15 games-puzzle/galaxis/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/galaxis/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/galaxis/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/galaxis/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 30 Nov 2010 21:07:55 -0000 1.14 +++ ChangeLog 20 Feb 2015 20:35:31 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/galaxis -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.14 2010/11/30 21:07:55 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.15 2015/02/20 20:35:31 tupone Exp $ + + 20 Feb 2015; Tupone Alfredo <[email protected]> galaxis-1.8.ebuild: + EAPI 5 30 Nov 2010; Markus Meier <[email protected]> galaxis-1.8.ebuild: amd64/x86 stable, bug #347123 1.3 games-puzzle/galaxis/galaxis-1.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild?r1=1.2&r2=1.3 Index: galaxis-1.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- galaxis-1.8.ebuild 30 Nov 2010 21:07:55 -0000 1.2 +++ galaxis-1.8.ebuild 20 Feb 2015 20:35:31 -0000 1.3 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 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/galaxis/galaxis-1.8.ebuild,v 1.2 2010/11/30 21:07:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild,v 1.3 2015/02/20 20:35:31 tupone Exp $ -EAPI=2 +EAPI=5 inherit games DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh freeware game Galaxis" @@ -15,11 +15,12 @@ IUSE="" DEPEND=">=sys-libs/ncurses-5.3" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_install() { - dogamesbin galaxis || die "dogamesbin failed" + dogamesbin galaxis doman galaxis.6 dodoc README prepgamesdirs
