mr_bones_ 15/02/11 06:34:32 Modified: construo-0.2.2.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.17 games-puzzle/construo/construo-0.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild?r1=1.16&r2=1.17 Index: construo-0.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- construo-0.2.2.ebuild 16 Sep 2010 16:54:32 -0000 1.16 +++ construo-0.2.2.ebuild 11 Feb 2015 06:34:32 -0000 1.17 @@ -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/construo/construo-0.2.2.ebuild,v 1.16 2010/09/16 16:54:32 scarabeus Exp $ -EAPI=2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v 1.17 2015/02/11 06:34:32 mr_bones_ Exp $ +EAPI=5 inherit eutils autotools games DESCRIPTION="2d construction toy with objects that react on physical forces" @@ -28,14 +28,13 @@ } src_configure() { - egamesconf --datadir="${GAMES_DATADIR_BASE}" || die + egamesconf --datadir="${GAMES_DATADIR_BASE}" } src_install() { emake \ DESTDIR="${D}" \ - bindir="${GAMES_BINDIR}" install \ - || die "emake install failed" + bindir="${GAMES_BINDIR}" install dodoc AUTHORS NEWS README TODO prepgamesdirs } 1.18 games-puzzle/construo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/construo/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/construo/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/construo/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 20 Jun 2011 19:10:05 -0000 1.17 +++ ChangeLog 11 Feb 2015 06:34:32 -0000 1.18 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/construo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.17 2011/06/20 19:10:05 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.18 2015/02/11 06:34:32 mr_bones_ Exp $ + + 11 Feb 2015; Michael Sterrett <[email protected]> construo-0.2.2.ebuild: + EAPI=5 20 Jun 2011; Tupone Alfredo <[email protected]> files/construo-0.2.2-lGLU.patch: @@ -51,4 +54,3 @@ 02 Aug 2003; Michael Sterrett <[email protected]> construo-0.2.2.ebuild: initial commit. ebuild supplied by Rob Cakebread (modified) via bug 25708. -
