tupone 15/02/06 21:28:20 Modified: ChangeLog lucidlife-0.9.2.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-misc/lucidlife/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lucidlife/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lucidlife/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lucidlife/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/lucidlife/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 3 May 2012 03:29:41 -0000 1.6 +++ ChangeLog 6 Feb 2015 21:28:20 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for games-misc/lucidlife -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/ChangeLog,v 1.6 2012/05/03 03:29:41 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/ChangeLog,v 1.7 2015/02/06 21:28:20 tupone Exp $ + + 06 Feb 2015; Tupone Alfredo <tup...@gentoo.org> lucidlife-0.9.2.ebuild: + EAPI 5 03 May 2012; Jeff Horelick <jdh...@gentoo.org> lucidlife-0.9.2.ebuild: dev-util/pkgconfig -> virtual/pkgconfig 1.7 games-misc/lucidlife/lucidlife-0.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild?r1=1.6&r2=1.7 Index: lucidlife-0.9.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- lucidlife-0.9.2.ebuild 3 May 2012 03:29:41 -0000 1.6 +++ lucidlife-0.9.2.ebuild 6 Feb 2015 21:28:20 -0000 1.7 @@ -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-misc/lucidlife/lucidlife-0.9.2.ebuild,v 1.6 2012/05/03 03:29:41 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild,v 1.7 2015/02/06 21:28:20 tupone Exp $ -EAPI=2 +EAPI=5 inherit autotools eutils games @@ -32,9 +32,9 @@ emake install \ desktopdir=/usr/share/applications \ pixmapdir=/usr/share/pixmaps \ - DESTDIR="${D}" || die "install failed" + DESTDIR="${D}" prepgamesdirs - dodoc AUTHORS ChangeLog NEWS README TODO || die + dodoc AUTHORS ChangeLog NEWS README TODO }