tupone 15/01/06 09:46:55 Modified: ChangeLog xsfcave-0.5.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.7 games-arcade/xsfcave/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xsfcave/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xsfcave/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xsfcave/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/xsfcave/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 31 May 2009 02:14:29 -0000 1.6 +++ ChangeLog 6 Jan 2015 09:46:55 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/xsfcave -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xsfcave/ChangeLog,v 1.6 2009/05/31 02:14:29 nyhm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xsfcave/ChangeLog,v 1.7 2015/01/06 09:46:55 tupone Exp $ + + 06 Jan 2015; Tupone Alfredo <[email protected]> xsfcave-0.5.ebuild: + EAPI 5 31 May 2009; Tristan Heaven <[email protected]> xsfcave-0.5.ebuild: Fix LICENSE: as-is -> public-domain 1.6 games-arcade/xsfcave/xsfcave-0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xsfcave/xsfcave-0.5.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xsfcave/xsfcave-0.5.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xsfcave/xsfcave-0.5.ebuild?r1=1.5&r2=1.6 Index: xsfcave-0.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/xsfcave/xsfcave-0.5.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xsfcave-0.5.ebuild 31 May 2009 02:14:29 -0000 1.5 +++ xsfcave-0.5.ebuild 6 Jan 2015 09:46:55 -0000 1.6 @@ -1,7 +1,7 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xsfcave/xsfcave-0.5.ebuild,v 1.5 2009/05/31 02:14:29 nyhm Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xsfcave/xsfcave-0.5.ebuild,v 1.6 2015/01/06 09:46:55 tupone Exp $ +EAPI=5 inherit games DESCRIPTION="A X11 sfcave clone" @@ -15,9 +15,9 @@ DEPEND="x11-libs/libXext x11-libs/libSM" +RDEPEND="${DEPEND}" src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog THANKS TODO + default prepgamesdirs }
