diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 05:12:03 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 05:12:03 +0000 |
commit | 71032b758c33f48478876185c0b5582aacc783aa (patch) | |
tree | cd0ce3321aed5d220ec241df560758f0d4413670 /x11-plugins/wmauda | |
parent | dev-util/pkgconifg -> virtual/pkgconfig (diff) | |
download | gentoo-2-71032b758c33f48478876185c0b5582aacc783aa.tar.gz gentoo-2-71032b758c33f48478876185c0b5582aacc783aa.tar.bz2 gentoo-2-71032b758c33f48478876185c0b5582aacc783aa.zip |
dev-util/pkgconfig -. virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/wmauda')
-rw-r--r-- | x11-plugins/wmauda/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmauda/wmauda-0.7.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmauda/wmauda-0.8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/wmauda/ChangeLog b/x11-plugins/wmauda/ChangeLog index fc11c23e189c..80e3fbd249f5 100644 --- a/x11-plugins/wmauda/ChangeLog +++ b/x11-plugins/wmauda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmauda # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.17 2012/02/13 22:37:05 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.18 2012/05/05 05:12:00 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> wmauda-0.7.ebuild, + wmauda-0.8.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *wmauda-0.8 (13 Feb 2012) diff --git a/x11-plugins/wmauda/wmauda-0.7.ebuild b/x11-plugins/wmauda/wmauda-0.7.ebuild index 99bd9ad0a0de..ca43d931feaa 100644 --- a/x11-plugins/wmauda/wmauda-0.7.ebuild +++ b/x11-plugins/wmauda/wmauda-0.7.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-plugins/wmauda/wmauda-0.7.ebuild,v 1.8 2012/02/13 22:37:05 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.9 2012/05/05 05:12:00 jdhore Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -20,7 +20,7 @@ RDEPEND="dev-libs/dbus-glib <media-sound/audacious-3.2" DEPEND="${RDEPEND} x11-proto/xproto - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-asneeded.patch diff --git a/x11-plugins/wmauda/wmauda-0.8.ebuild b/x11-plugins/wmauda/wmauda-0.8.ebuild index 3b7925ce5136..8b43d27dbec2 100644 --- a/x11-plugins/wmauda/wmauda-0.8.ebuild +++ b/x11-plugins/wmauda/wmauda-0.8.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-plugins/wmauda/wmauda-0.8.ebuild,v 1.1 2012/02/13 22:37:05 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.8.ebuild,v 1.2 2012/05/05 05:12:00 jdhore Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -20,7 +20,7 @@ RDEPEND="dev-libs/dbus-glib >=media-sound/audacious-1.5" DEPEND="${RDEPEND} x11-proto/xproto - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-asneeded.patch |