summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-04 03:33:18 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-04 03:33:18 +0000
commit2f6305b4d7359dcf66bec4399cbd52ef3ed6479f (patch)
tree0235dad1ea1773e4ff914d41b42c06db63d19fd4 /app-text/xmlstarlet
parentadd missing test to IUSE (diff)
downloadgentoo-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/xmlstarlet')
-rw-r--r--app-text/xmlstarlet/ChangeLog7
-rw-r--r--app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild6
-rw-r--r--app-text/xmlstarlet/xmlstarlet-1.0.2-r1.ebuild6
-rw-r--r--app-text/xmlstarlet/xmlstarlet-1.0.2.ebuild4
-rw-r--r--app-text/xmlstarlet/xmlstarlet-1.0.4.ebuild6
-rw-r--r--app-text/xmlstarlet/xmlstarlet-1.0.5.ebuild6
-rw-r--r--app-text/xmlstarlet/xmlstarlet-1.0.6.ebuild6
7 files changed, 23 insertions, 18 deletions
diff --git a/app-text/xmlstarlet/ChangeLog b/app-text/xmlstarlet/ChangeLog
index b1b6d6e04b5c..95ce89bf2854 100644
--- a/app-text/xmlstarlet/ChangeLog
+++ b/app-text/xmlstarlet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/xmlstarlet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/ChangeLog,v 1.32 2012/04/25 16:20:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/ChangeLog,v 1.33 2012/05/04 03:33:13 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> xmlstarlet-1.0.1-r1.ebuild,
+ xmlstarlet-1.0.2.ebuild, xmlstarlet-1.0.2-r1.ebuild, xmlstarlet-1.0.4.ebuild,
+ xmlstarlet-1.0.5.ebuild, xmlstarlet-1.0.6.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
25 Apr 2012; Justin Lecher <jlec@gentoo.org> xmlstarlet-1.0.2.ebuild:
Drop unnessecary die
diff --git a/app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild b/app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild
index fe0aa79dc714..44c95f38492a 100644
--- a/app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild
+++ b/app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 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/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild,v 1.6 2010/01/02 11:46:37 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild,v 1.7 2012/05/04 03:33:13 jdhore Exp $
DESCRIPTION="A set of tools to transform, query, validate, and edit XML documents"
HOMEPAGE="http://xmlstar.sourceforge.net/"
@@ -15,7 +15,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.12
>=dev-libs/libxslt-1.1.9"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_compile() {
local xsltlibs=$(pkg-config --libs libxslt libexslt)
diff --git a/app-text/xmlstarlet/xmlstarlet-1.0.2-r1.ebuild b/app-text/xmlstarlet/xmlstarlet-1.0.2-r1.ebuild
index ac70fe73a3a1..54e6ae9d0e89 100644
--- a/app-text/xmlstarlet/xmlstarlet-1.0.2-r1.ebuild
+++ b/app-text/xmlstarlet/xmlstarlet-1.0.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 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/xmlstarlet/xmlstarlet-1.0.2-r1.ebuild,v 1.1 2010/04/16 16:39:24 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/xmlstarlet-1.0.2-r1.ebuild,v 1.2 2012/05/04 03:33:13 jdhore Exp $
EAPI="2"
@@ -17,7 +17,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.12
>=dev-libs/libxslt-1.1.9"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_configure() {
local xsltlibs=$(pkg-config --libs libxslt libexslt)
diff --git a/app-text/xmlstarlet/xmlstarlet-1.0.2.ebuild b/app-text/xmlstarlet/xmlstarlet-1.0.2.ebuild
index fd63d7669e94..adf6265f1fd6 100644
--- a/app-text/xmlstarlet/xmlstarlet-1.0.2.ebuild
+++ b/app-text/xmlstarlet/xmlstarlet-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/app-text/xmlstarlet/xmlstarlet-1.0.2.ebuild,v 1.2 2012/04/25 16:20:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/xmlstarlet-1.0.2.ebuild,v 1.3 2012/05/04 03:33:13 jdhore Exp $
EAPI="2"
@@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.12
>=dev-libs/libxslt-1.1.9"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
# Shipped configure script broken somehow:
diff --git a/app-text/xmlstarlet/xmlstarlet-1.0.4.ebuild b/app-text/xmlstarlet/xmlstarlet-1.0.4.ebuild
index d1e1d766a639..dd9b44d88ce1 100644
--- a/app-text/xmlstarlet/xmlstarlet-1.0.4.ebuild
+++ b/app-text/xmlstarlet/xmlstarlet-1.0.4.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/xmlstarlet/xmlstarlet-1.0.4.ebuild,v 1.1 2011/01/17 02:33:15 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/xmlstarlet-1.0.4.ebuild,v 1.2 2012/05/04 03:33:13 jdhore Exp $
EAPI="2"
@@ -19,7 +19,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.12
virtual/libiconv"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_configure() {
econf --disable-static-libs
diff --git a/app-text/xmlstarlet/xmlstarlet-1.0.5.ebuild b/app-text/xmlstarlet/xmlstarlet-1.0.5.ebuild
index 8347af1e3d04..5c9252f9bbe8 100644
--- a/app-text/xmlstarlet/xmlstarlet-1.0.5.ebuild
+++ b/app-text/xmlstarlet/xmlstarlet-1.0.5.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/xmlstarlet/xmlstarlet-1.0.5.ebuild,v 1.1 2011/02/14 17:38:16 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/xmlstarlet-1.0.5.ebuild,v 1.2 2012/05/04 03:33:13 jdhore Exp $
EAPI="2"
@@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.23
DEPEND="${RDEPEND}
sys-apps/sed
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_configure() {
econf --disable-static-libs
diff --git a/app-text/xmlstarlet/xmlstarlet-1.0.6.ebuild b/app-text/xmlstarlet/xmlstarlet-1.0.6.ebuild
index 6d3b2e16f7c6..0bf5332b71a2 100644
--- a/app-text/xmlstarlet/xmlstarlet-1.0.6.ebuild
+++ b/app-text/xmlstarlet/xmlstarlet-1.0.6.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/xmlstarlet/xmlstarlet-1.0.6.ebuild,v 1.4 2011/12/02 22:20:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/xmlstarlet-1.0.6.ebuild,v 1.5 2012/05/04 03:33:13 jdhore Exp $
EAPI="2"
@@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.23
DEPEND="${RDEPEND}
sys-apps/sed
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
epatch "${FILESDIR}"/${P}-setmode.patch