diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:33:18 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:33:18 +0000 |
commit | 2f6305b4d7359dcf66bec4399cbd52ef3ed6479f (patch) | |
tree | 0235dad1ea1773e4ff914d41b42c06db63d19fd4 /app-text/libxmlpatch | |
parent | add missing test to IUSE (diff) | |
download | gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.tar.gz gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.tar.bz2 gentoo-2-2f6305b4d7359dcf66bec4399cbd52ef3ed6479f.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-text/libxmlpatch')
-rw-r--r-- | app-text/libxmlpatch/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/libxmlpatch/libxmlpatch-0.3.1.ebuild | 6 | ||||
-rw-r--r-- | app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-text/libxmlpatch/ChangeLog b/app-text/libxmlpatch/ChangeLog index afa4623e92c2..2ff1a88a0abd 100644 --- a/app-text/libxmlpatch/ChangeLog +++ b/app-text/libxmlpatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/libxmlpatch -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/ChangeLog,v 1.3 2011/10/31 12:54:43 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/ChangeLog,v 1.4 2012/05/04 03:33:13 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> libxmlpatch-0.3.1.ebuild, + libxmlpatch-0.3.3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 31 Oct 2011; Diego E. Pettenò <flameeyes@gentoo.org> files/libxmlpatch-0.3.3-gentoo.patch, libxmlpatch-0.3.3.ebuild: diff --git a/app-text/libxmlpatch/libxmlpatch-0.3.1.ebuild b/app-text/libxmlpatch/libxmlpatch-0.3.1.ebuild index 4f12a5bbd527..12dc2e8fbe64 100644 --- a/app-text/libxmlpatch/libxmlpatch-0.3.1.ebuild +++ b/app-text/libxmlpatch/libxmlpatch-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/libxmlpatch-0.3.1.ebuild,v 1.2 2011/10/31 12:51:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/libxmlpatch-0.3.1.ebuild,v 1.3 2012/05/04 03:33:13 jdhore Exp $ inherit eutils autotools @@ -15,7 +15,7 @@ IUSE="" RDEPEND="dev-libs/glib" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} diff --git a/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild b/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild index 1493395c0a54..127fa9051344 100644 --- a/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild +++ b/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild,v 1.3 2011/10/31 20:41:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild,v 1.4 2012/05/04 03:33:13 jdhore Exp $ EAPI=4 @@ -19,7 +19,7 @@ RDEPEND="dev-libs/glib:2 dev-libs/libxml2" DEPEND="${RDEPEND} test? ( dev-libs/check ) - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch |