diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 04:53:54 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 04:53:54 +0000 |
commit | 32f901062fd52de9e9c0015e9df78baa7ad88805 (patch) | |
tree | f738f2e0eda6fda4dfaf576d3c181cf3134eb5ae /x11-misc/wmakerconf | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-32f901062fd52de9e9c0015e9df78baa7ad88805.tar.gz gentoo-2-32f901062fd52de9e9c0015e9df78baa7ad88805.tar.bz2 gentoo-2-32f901062fd52de9e9c0015e9df78baa7ad88805.zip |
dev-util/pkgconifg -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'x11-misc/wmakerconf')
-rw-r--r-- | x11-misc/wmakerconf/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.12-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.12.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/wmakerconf/ChangeLog b/x11-misc/wmakerconf/ChangeLog index 05f063fbca6b..51ea6cee9ec7 100644 --- a/x11-misc/wmakerconf/ChangeLog +++ b/x11-misc/wmakerconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/wmakerconf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.41 2012/02/14 20:23:34 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.42 2012/05/05 04:53:41 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> wmakerconf-2.12.ebuild, + wmakerconf-2.12-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 14 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> wmakerconf-2.12-r1.ebuild, files/wmakerconf-2.12-wmaker-0.95_support.patch: diff --git a/x11-misc/wmakerconf/wmakerconf-2.12-r1.ebuild b/x11-misc/wmakerconf/wmakerconf-2.12-r1.ebuild index d281daf5aef8..5b9b2f62a770 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.12-r1.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.12-r1.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/x11-misc/wmakerconf/wmakerconf-2.12-r1.ebuild,v 1.3 2012/02/14 20:23:34 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12-r1.ebuild,v 1.4 2012/05/05 04:53:42 jdhore Exp $ EAPI=4 inherit eutils @@ -24,7 +24,7 @@ RDEPEND="x11-libs/gtk+:2 net-misc/wget ) )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-wmaker-0.95_support.patch diff --git a/x11-misc/wmakerconf/wmakerconf-2.12.ebuild b/x11-misc/wmakerconf/wmakerconf-2.12.ebuild index 5362e60f148c..1f4d72f7032e 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.12.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.12.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/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.7 2012/02/14 09:16:23 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.8 2012/05/05 04:53:41 jdhore Exp $ EAPI=3 @@ -23,7 +23,7 @@ RDEPEND="x11-libs/gtk+:2 net-misc/wget ) )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { local myconf |