diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-20 20:48:00 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-20 20:48:00 +0000 |
commit | 55c39b8ba0d2cb8dcb3f8d301f06a6c9e9a47ec2 (patch) | |
tree | dd6bebea15ce812bc1e0f7cf93ea7407983325a8 /games-puzzle | |
parent | EAPI 5 (diff) | |
download | gentoo-2-55c39b8ba0d2cb8dcb3f8d301f06a6c9e9a47ec2.tar.gz gentoo-2-55c39b8ba0d2cb8dcb3f8d301f06a6c9e9a47ec2.tar.bz2 gentoo-2-55c39b8ba0d2cb8dcb3f8d301f06a6c9e9a47ec2.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/gpe-lights/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/gpe-lights/gpe-lights-0.13.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-puzzle/gpe-lights/ChangeLog b/games-puzzle/gpe-lights/ChangeLog index c33dadfe6749..6aab468fc39b 100644 --- a/games-puzzle/gpe-lights/ChangeLog +++ b/games-puzzle/gpe-lights/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/gpe-lights -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gpe-lights/ChangeLog,v 1.1 2009/09/23 00:01:31 miknix Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gpe-lights/ChangeLog,v 1.2 2015/02/20 20:48:00 tupone Exp $ + + 20 Feb 2015; Tupone Alfredo <tupone@gentoo.org> gpe-lights-0.13.ebuild: + EAPI 5 *gpe-lights-0.13 (23 Sep 2009) diff --git a/games-puzzle/gpe-lights/gpe-lights-0.13.ebuild b/games-puzzle/gpe-lights/gpe-lights-0.13.ebuild index 29f7a7bf95c1..2e7fbe1df672 100644 --- a/games-puzzle/gpe-lights/gpe-lights-0.13.ebuild +++ b/games-puzzle/gpe-lights/gpe-lights-0.13.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/gpe-lights/gpe-lights-0.13.ebuild,v 1.2 2010/10/18 17:15:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gpe-lights/gpe-lights-0.13.ebuild,v 1.3 2015/02/20 20:48:00 tupone Exp $ -EAPI=2 +EAPI=5 inherit gpe DESCRIPTION="A simple light puzzle for the GPE Palmtop Environment" @@ -13,6 +13,7 @@ KEYWORDS="~arm ~amd64 ~x86" IUSE="" DEPEND="gpe-base/libgpewidget" +RDEPEND="${DEPEND}" src_prepare() { gpe_src_prepare |