diff options
author | 2012-05-04 04:45:29 +0000 | |
---|---|---|
committer | 2012-05-04 04:45:29 +0000 | |
commit | 129252b1de2efa13ebc60bd2c0053c0f0d3310cd (patch) | |
tree | 5c5a374bf89e7f7c80a4081c141bd7f80bed827d /games-puzzle/gfifteen | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-129252b1de2efa13ebc60bd2c0053c0f0d3310cd.tar.gz gentoo-2-129252b1de2efa13ebc60bd2c0053c0f0d3310cd.tar.bz2 gentoo-2-129252b1de2efa13ebc60bd2c0053c0f0d3310cd.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'games-puzzle/gfifteen')
-rw-r--r-- | games-puzzle/gfifteen/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/gfifteen/gfifteen-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | games-puzzle/gfifteen/gfifteen-1.0.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-puzzle/gfifteen/ChangeLog b/games-puzzle/gfifteen/ChangeLog index 974a5ecb198b..482e60ef6b71 100644 --- a/games-puzzle/gfifteen/ChangeLog +++ b/games-puzzle/gfifteen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/gfifteen # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/ChangeLog,v 1.5 2012/04/18 19:19:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/ChangeLog,v 1.6 2012/05/04 04:45:28 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gfifteen-1.0.1.ebuild, + gfifteen-1.0.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *gfifteen-1.0.2 (18 Apr 2012) diff --git a/games-puzzle/gfifteen/gfifteen-1.0.1.ebuild b/games-puzzle/gfifteen/gfifteen-1.0.1.ebuild index 24a54d35d860..e33ab63e6b41 100644 --- a/games-puzzle/gfifteen/gfifteen-1.0.1.ebuild +++ b/games-puzzle/gfifteen/gfifteen-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/gfifteen-1.0.1.ebuild,v 1.1 2012/04/12 19:18:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/gfifteen-1.0.1.ebuild,v 1.2 2012/05/04 04:45:28 jdhore Exp $ EAPI=2 inherit eutils games @@ -16,7 +16,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:3" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die diff --git a/games-puzzle/gfifteen/gfifteen-1.0.2.ebuild b/games-puzzle/gfifteen/gfifteen-1.0.2.ebuild index 2f9f6e746c7d..1d2f846c437a 100644 --- a/games-puzzle/gfifteen/gfifteen-1.0.2.ebuild +++ b/games-puzzle/gfifteen/gfifteen-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/gfifteen-1.0.2.ebuild,v 1.1 2012/04/18 19:19:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/gfifteen-1.0.2.ebuild,v 1.2 2012/05/04 04:45:28 jdhore Exp $ EAPI=2 inherit eutils games @@ -16,7 +16,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:3" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { egamesconf \ |