diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-22 20:09:50 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-22 20:09:50 +0000 |
commit | 04b77b305afdabd0d48fe0288d844ab502b42140 (patch) | |
tree | 21937db60105019e0d5e328429913bf02b317218 /games-puzzle | |
parent | x86 stable wrt bug #538418 (diff) | |
download | gentoo-2-04b77b305afdabd0d48fe0288d844ab502b42140.tar.gz gentoo-2-04b77b305afdabd0d48fe0288d844ab502b42140.tar.bz2 gentoo-2-04b77b305afdabd0d48fe0288d844ab502b42140.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/lpairs/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/lpairs/lpairs-1.0.4.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-puzzle/lpairs/ChangeLog b/games-puzzle/lpairs/ChangeLog index 4eb1fe6d7b1e..12ba8a7c0019 100644 --- a/games-puzzle/lpairs/ChangeLog +++ b/games-puzzle/lpairs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/lpairs -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lpairs/ChangeLog,v 1.20 2009/04/14 09:50:54 armin76 Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lpairs/ChangeLog,v 1.21 2015/02/22 20:09:50 tupone Exp $ + + 22 Feb 2015; Tupone Alfredo <tupone@gentoo.org> lpairs-1.0.4.ebuild: + EAPI 5 14 Apr 2009; Raúl Porcel <armin76@gentoo.org> lpairs-1.0.4.ebuild: x86 stable wrt #264700 diff --git a/games-puzzle/lpairs/lpairs-1.0.4.ebuild b/games-puzzle/lpairs/lpairs-1.0.4.ebuild index 38c917c5648a..0a8cd22c6360 100644 --- a/games-puzzle/lpairs/lpairs-1.0.4.ebuild +++ b/games-puzzle/lpairs/lpairs-1.0.4.ebuild @@ -1,8 +1,8 @@ -# 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-puzzle/lpairs/lpairs-1.0.4.ebuild,v 1.6 2009/04/14 09:50:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lpairs/lpairs-1.0.4.ebuild,v 1.7 2015/02/22 20:09:50 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="A classical memory game" @@ -34,8 +34,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README AUTHORS TODO ChangeLog + default doicon lpairs.png make_desktop_entry lpairs LPairs prepgamesdirs |