diff options
29 files changed, 101 insertions, 67 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog index 76cdfe36b745..25e81c7b3b16 100644 --- a/sys-auth/consolekit/ChangeLog +++ b/sys-auth/consolekit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/consolekit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.117 2012/03/20 22:58:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.118 2012/05/04 18:57:21 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> consolekit-0.4.5-r1.ebuild, + consolekit-0.4.5-r2.ebuild, consolekit-0.4.5-r3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 20 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> consolekit-0.4.5-r3.ebuild: diff --git a/sys-auth/consolekit/consolekit-0.4.5-r1.ebuild b/sys-auth/consolekit/consolekit-0.4.5-r1.ebuild index bd62c1bbdb61..760fac826bc9 100644 --- a/sys-auth/consolekit/consolekit-0.4.5-r1.ebuild +++ b/sys-auth/consolekit/consolekit-0.4.5-r1.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/sys-auth/consolekit/consolekit-0.4.5-r1.ebuild,v 1.8 2011/09/20 16:26:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.5-r1.ebuild,v 1.9 2012/05/04 18:57:21 jdhore Exp $ EAPI=4 inherit autotools eutils linux-info multilib pam systemd @@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/dbus-glib-0.88 pam? ( virtual/pam ) policykit? ( >=sys-auth/polkit-0.101-r1 )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig dev-libs/libxslt doc? ( app-text/xmlto ) test? ( app-text/docbook-xml-dtd:4.1.2 )" diff --git a/sys-auth/consolekit/consolekit-0.4.5-r2.ebuild b/sys-auth/consolekit/consolekit-0.4.5-r2.ebuild index e5babf82bc8b..92f2a9a95ff0 100644 --- a/sys-auth/consolekit/consolekit-0.4.5-r2.ebuild +++ b/sys-auth/consolekit/consolekit-0.4.5-r2.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/sys-auth/consolekit/consolekit-0.4.5-r2.ebuild,v 1.1 2011/10/20 19:14:47 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.5-r2.ebuild,v 1.2 2012/05/04 18:57:21 jdhore Exp $ EAPI=4 inherit autotools eutils linux-info multilib pam systemd @@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/dbus-glib-0.88 pam? ( virtual/pam ) policykit? ( >=sys-auth/polkit-0.101-r1 )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig dev-libs/libxslt doc? ( app-text/xmlto ) test? ( app-text/docbook-xml-dtd:4.1.2 )" diff --git a/sys-auth/consolekit/consolekit-0.4.5-r3.ebuild b/sys-auth/consolekit/consolekit-0.4.5-r3.ebuild index dbd83c556fd2..5c91ef58ee3c 100644 --- a/sys-auth/consolekit/consolekit-0.4.5-r3.ebuild +++ b/sys-auth/consolekit/consolekit-0.4.5-r3.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/sys-auth/consolekit/consolekit-0.4.5-r3.ebuild,v 1.2 2012/03/20 22:58:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.5-r3.ebuild,v 1.3 2012/05/04 18:57:21 jdhore Exp $ EAPI=4 inherit autotools eutils linux-info pam systemd @@ -30,7 +30,7 @@ RDEPEND=">=dev-libs/dbus-glib-0.98 policykit? ( >=sys-auth/polkit-0.101-r1 ) !<sys-fs/udev-182" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig dev-libs/libxslt doc? ( app-text/xmlto ) test? ( app-text/docbook-xml-dtd:4.1.2 )" diff --git a/sys-auth/libfprint/ChangeLog b/sys-auth/libfprint/ChangeLog index 3e538047720f..163c56e5f06a 100644 --- a/sys-auth/libfprint/ChangeLog +++ b/sys-auth/libfprint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/libfprint # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.8 2012/02/13 23:44:14 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.9 2012/05/04 18:57:20 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> libfprint-0.4.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 13 Feb 2012; Michael Weber <xmw@gentoo.org> libfprint-0.4.0.ebuild: Drop x11-libs/gtk+:2 and dev-libs/glib dependency. Thanks Andrei Slavoiu diff --git a/sys-auth/libfprint/libfprint-0.4.0.ebuild b/sys-auth/libfprint/libfprint-0.4.0.ebuild index d08debf4f436..270a394a3dda 100644 --- a/sys-auth/libfprint/libfprint-0.4.0.ebuild +++ b/sys-auth/libfprint/libfprint-0.4.0.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/sys-auth/libfprint/libfprint-0.4.0.ebuild,v 1.4 2012/02/13 23:44:14 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.4.0.ebuild,v 1.5 2012/05/04 18:57:20 jdhore Exp $ EAPI=4 @@ -20,7 +20,7 @@ RDEPEND="dev-libs/libusb:1 dev-libs/nss || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] x11-libs/gdk-pixbuf )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_PV} diff --git a/sys-auth/otpcalc/ChangeLog b/sys-auth/otpcalc/ChangeLog index f2a497d65ec1..c7304a8186cf 100644 --- a/sys-auth/otpcalc/ChangeLog +++ b/sys-auth/otpcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/otpcalc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v 1.17 2011/03/23 12:08:33 ulm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v 1.18 2012/05/04 18:57:20 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> otpcalc-0.97-r5.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 23 Mar 2011; Ulrich Mueller <ulm@gentoo.org> -otpcalc-0.97-r4.ebuild: Remove old. diff --git a/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild b/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild index 07a88a1a047a..4a0b7382c277 100644 --- a/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.97-r5.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/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild,v 1.7 2011/03/23 08:45:09 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r5.ebuild,v 1.8 2012/05/04 18:57:20 jdhore Exp $ EAPI=3 @@ -18,7 +18,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2 dev-libs/openssl" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/otpCalc-${PV}" diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index 2e8190e010d2..90c5c9156d65 100644 --- a/sys-auth/pam_mount/ChangeLog +++ b/sys-auth/pam_mount/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-auth/pam_mount # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.64 2012/03/07 19:14:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.65 2012/05/04 18:57:21 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> pam_mount-2.1.ebuild, + pam_mount-2.5.ebuild, pam_mount-2.6.ebuild, pam_mount-2.8.ebuild, + pam_mount-2.10.ebuild, pam_mount-2.11.ebuild, pam_mount-2.12.ebuild, + pam_mount-2.13.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 07 Mar 2012; Brent Baude <ranger@gentoo.org> pam_mount-2.11.ebuild: Marking pam_mount-2.11 ppc for bug 380783 diff --git a/sys-auth/pam_mount/pam_mount-2.1.ebuild b/sys-auth/pam_mount/pam_mount-2.1.ebuild index fe6ebb589f2c..44f033bfd05a 100644 --- a/sys-auth/pam_mount/pam_mount-2.1.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.1.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/sys-auth/pam_mount/pam_mount-2.1.ebuild,v 1.5 2010/08/13 13:33:09 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.1.ebuild,v 1.6 2012/05/04 18:57:21 jdhore Exp $ EAPI=3 @@ -20,7 +20,7 @@ DEPEND=">=sys-libs/pam-0.99 >=sys-libs/libhx-3.4 dev-libs/libxml2 >=sys-fs/cryptsetup-1.1.0 - dev-util/pkgconfig + virtual/pkgconfig app-arch/xz-utils" RDEPEND=">=sys-libs/pam-0.99 dev-libs/openssl diff --git a/sys-auth/pam_mount/pam_mount-2.10.ebuild b/sys-auth/pam_mount/pam_mount-2.10.ebuild index 369f594487b4..ee5c24d01183 100644 --- a/sys-auth/pam_mount/pam_mount-2.10.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.10.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/sys-auth/pam_mount/pam_mount-2.10.ebuild,v 1.4 2011/05/22 16:16:38 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild,v 1.5 2012/05/04 18:57:21 jdhore Exp $ EAPI=4 @@ -23,7 +23,7 @@ COMMON_DEPEND=">=sys-libs/pam-0.99 ssl? ( >=dev-libs/openssl-0.9.8 ) selinux? ( sys-libs/libselinux )" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig + virtual/pkgconfig app-arch/xz-utils" RDEPEND="${COMMON_DEPEND}" diff --git a/sys-auth/pam_mount/pam_mount-2.11.ebuild b/sys-auth/pam_mount/pam_mount-2.11.ebuild index 63602263fcc7..ccf0d4bd89d6 100644 --- a/sys-auth/pam_mount/pam_mount-2.11.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.11.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/sys-auth/pam_mount/pam_mount-2.11.ebuild,v 1.7 2012/03/07 19:14:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.11.ebuild,v 1.8 2012/05/04 18:57:21 jdhore Exp $ EAPI=4 @@ -23,7 +23,7 @@ COMMON_DEPEND=">=sys-libs/pam-0.99 ssl? ( >=dev-libs/openssl-0.9.8 ) selinux? ( sys-libs/libselinux )" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig + virtual/pkgconfig app-arch/xz-utils" RDEPEND="${COMMON_DEPEND}" diff --git a/sys-auth/pam_mount/pam_mount-2.12.ebuild b/sys-auth/pam_mount/pam_mount-2.12.ebuild index 0e95d8f6cc4c..7a2c25152a88 100644 --- a/sys-auth/pam_mount/pam_mount-2.12.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.12.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/sys-auth/pam_mount/pam_mount-2.12.ebuild,v 1.1 2011/10/06 14:35:03 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.12.ebuild,v 1.2 2012/05/04 18:57:21 jdhore Exp $ EAPI=4 @@ -23,7 +23,7 @@ COMMON_DEPEND=">=sys-libs/pam-0.99 ssl? ( >=dev-libs/openssl-0.9.8 ) selinux? ( sys-libs/libselinux )" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig + virtual/pkgconfig app-arch/xz-utils" RDEPEND="${COMMON_DEPEND}" diff --git a/sys-auth/pam_mount/pam_mount-2.13.ebuild b/sys-auth/pam_mount/pam_mount-2.13.ebuild index 58056aa8efb1..cd3cf8fd2435 100644 --- a/sys-auth/pam_mount/pam_mount-2.13.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.13.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/sys-auth/pam_mount/pam_mount-2.13.ebuild,v 1.2 2011/12/24 10:57:46 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.13.ebuild,v 1.3 2012/05/04 18:57:21 jdhore Exp $ EAPI=4 @@ -23,7 +23,7 @@ COMMON_DEPEND=">=sys-libs/pam-0.99 ssl? ( >=dev-libs/openssl-0.9.8 ) selinux? ( sys-libs/libselinux )" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig + virtual/pkgconfig app-arch/xz-utils" RDEPEND="${COMMON_DEPEND} >=sys-apps/util-linux-2.20" diff --git a/sys-auth/pam_mount/pam_mount-2.5.ebuild b/sys-auth/pam_mount/pam_mount-2.5.ebuild index f42614d8e1da..17847b80d229 100644 --- a/sys-auth/pam_mount/pam_mount-2.5.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.5.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/sys-auth/pam_mount/pam_mount-2.5.ebuild,v 1.1 2010/10/05 11:32:01 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.5.ebuild,v 1.2 2012/05/04 18:57:21 jdhore Exp $ EAPI=3 @@ -20,7 +20,7 @@ DEPEND=">=sys-libs/pam-0.99 >=sys-libs/libhx-3.4 dev-libs/libxml2 >=sys-fs/cryptsetup-1.1.0 - dev-util/pkgconfig + virtual/pkgconfig app-arch/xz-utils" RDEPEND=">=sys-libs/pam-0.99 dev-libs/openssl diff --git a/sys-auth/pam_mount/pam_mount-2.6.ebuild b/sys-auth/pam_mount/pam_mount-2.6.ebuild index dcc7aad3f4e0..d50b02614e9c 100644 --- a/sys-auth/pam_mount/pam_mount-2.6.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.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/sys-auth/pam_mount/pam_mount-2.6.ebuild,v 1.3 2011/01/20 04:27:53 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.6.ebuild,v 1.4 2012/05/04 18:57:21 jdhore Exp $ EAPI=3 @@ -20,7 +20,7 @@ DEPEND=">=sys-libs/pam-0.99 >=sys-libs/libhx-3.6 dev-libs/libxml2 >=sys-fs/cryptsetup-1.1.0 - dev-util/pkgconfig + virtual/pkgconfig app-arch/xz-utils" RDEPEND=">=sys-libs/pam-0.99 dev-libs/openssl diff --git a/sys-auth/pam_mount/pam_mount-2.8.ebuild b/sys-auth/pam_mount/pam_mount-2.8.ebuild index 995b20a4ee91..a502565898c5 100644 --- a/sys-auth/pam_mount/pam_mount-2.8.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.8.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/sys-auth/pam_mount/pam_mount-2.8.ebuild,v 1.1 2011/01/20 04:32:11 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.8.ebuild,v 1.2 2012/05/04 18:57:21 jdhore Exp $ EAPI=3 @@ -20,7 +20,7 @@ DEPEND=">=sys-libs/pam-0.99 >=sys-libs/libhx-3.8 dev-libs/libxml2 >=sys-fs/cryptsetup-1.1.0 - dev-util/pkgconfig + virtual/pkgconfig app-arch/xz-utils" RDEPEND=">=sys-libs/pam-0.99 dev-libs/openssl diff --git a/sys-auth/pam_p11/ChangeLog b/sys-auth/pam_p11/ChangeLog index 9800a8e0e1e5..6d3ca679bce0 100644 --- a/sys-auth/pam_p11/ChangeLog +++ b/sys-auth/pam_p11/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_p11 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/ChangeLog,v 1.37 2011/04/29 18:49:06 halcy0n Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/ChangeLog,v 1.38 2012/05/04 18:57:21 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> pam_p11-0.1.5-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 29 Apr 2011; Mark Loeser <halcy0n@gentoo.org> metadata.xml: Invalid herd: pam-bugs -> pam diff --git a/sys-auth/pam_p11/pam_p11-0.1.5-r1.ebuild b/sys-auth/pam_p11/pam_p11-0.1.5-r1.ebuild index 4f33195e8e7e..b8709d64b691 100644 --- a/sys-auth/pam_p11/pam_p11-0.1.5-r1.ebuild +++ b/sys-auth/pam_p11/pam_p11-0.1.5-r1.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/sys-auth/pam_p11/pam_p11-0.1.5-r1.ebuild,v 1.7 2011/03/24 18:10:12 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/pam_p11-0.1.5-r1.ebuild,v 1.8 2012/05/04 18:57:21 jdhore Exp $ EAPI=2 @@ -19,7 +19,7 @@ RDEPEND="virtual/pam dev-libs/libp11 dev-libs/openssl" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { # hide all the otherwise-exported symbols that may clash with diff --git a/sys-auth/pam_pkcs11/ChangeLog b/sys-auth/pam_pkcs11/ChangeLog index 3a9ab8717052..e255efbf879a 100644 --- a/sys-auth/pam_pkcs11/ChangeLog +++ b/sys-auth/pam_pkcs11/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_pkcs11 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v 1.20 2011/05/06 09:29:04 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/ChangeLog,v 1.21 2012/05/04 18:57:21 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> pam_pkcs11-0.6.6.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 06 May 2011; Diego E. Pettenò <flameeyes@gentoo.org> pam_pkcs11-0.6.6.ebuild: diff --git a/sys-auth/pam_pkcs11/pam_pkcs11-0.6.6.ebuild b/sys-auth/pam_pkcs11/pam_pkcs11-0.6.6.ebuild index 1af7c3e248ff..3cee7e5214dc 100644 --- a/sys-auth/pam_pkcs11/pam_pkcs11-0.6.6.ebuild +++ b/sys-auth/pam_pkcs11/pam_pkcs11-0.6.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/sys-auth/pam_pkcs11/pam_pkcs11-0.6.6.ebuild,v 1.2 2011/05/06 09:29:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.6.ebuild,v 1.3 2012/05/04 18:57:21 jdhore Exp $ EAPI="3" @@ -28,7 +28,7 @@ RDEPEND="sys-libs/pam ) pcsc-lite? ( sys-apps/pcsc-lite )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { # Fix the example files to be somewhat decent, and usable as diff --git a/sys-auth/pam_usb/ChangeLog b/sys-auth/pam_usb/ChangeLog index 7e0311b1295a..e2604946d647 100644 --- a/sys-auth/pam_usb/ChangeLog +++ b/sys-auth/pam_usb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_usb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_usb/ChangeLog,v 1.23 2012/03/27 18:40:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_usb/ChangeLog,v 1.24 2012/05/04 18:57:21 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> pam_usb-0.5.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 27 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> pam_usb-0.5.0.ebuild: Pin to SLOT="0" of sys-fs/udisks. diff --git a/sys-auth/pam_usb/pam_usb-0.5.0.ebuild b/sys-auth/pam_usb/pam_usb-0.5.0.ebuild index b12c13c67428..1a70b9ce2460 100644 --- a/sys-auth/pam_usb/pam_usb-0.5.0.ebuild +++ b/sys-auth/pam_usb/pam_usb-0.5.0.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/sys-auth/pam_usb/pam_usb-0.5.0.ebuild,v 1.5 2012/03/27 18:40:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_usb/pam_usb-0.5.0.ebuild,v 1.6 2012/05/04 18:57:21 jdhore Exp $ EAPI=4 inherit eutils pam toolchain-funcs @@ -25,7 +25,7 @@ RDEPEND="${COMMON_DEPEND} sys-apps/pmount sys-fs/udisks:0" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { # FIXME: push upstream: http://bugs.gentoo.org/show_bug.cgi?id=358935#c6 diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index 84d0642a2049..8691218e5721 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.73 2012/04/18 12:00:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.74 2012/05/04 18:57:21 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> polkit-0.104-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 18 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -polkit-0.102.ebuild, -polkit-0.103.ebuild, -polkit-0.104.ebuild: diff --git a/sys-auth/polkit/polkit-0.104-r1.ebuild b/sys-auth/polkit/polkit-0.104-r1.ebuild index e1804f7c74d2..bdccc3d800b8 100644 --- a/sys-auth/polkit/polkit-0.104-r1.ebuild +++ b/sys-auth/polkit/polkit-0.104-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/sys-auth/polkit/polkit-0.104-r1.ebuild,v 1.8 2012/03/25 17:58:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.104-r1.ebuild,v 1.9 2012/05/04 18:57:21 jdhore Exp $ EAPI=4 inherit pam @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} app-text/docbook-xsl-stylesheets dev-libs/libxslt dev-util/intltool - dev-util/pkgconfig + virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.13 )" PDEPEND="!systemd? ( >=sys-auth/consolekit-0.4.5[policykit] ) pam? ( sys-auth/pambase[consolekit] ) diff --git a/sys-auth/thinkfinger/ChangeLog b/sys-auth/thinkfinger/ChangeLog index dbd2d4e391c0..1724e0755e92 100644 --- a/sys-auth/thinkfinger/ChangeLog +++ b/sys-auth/thinkfinger/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/thinkfinger -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/ChangeLog,v 1.12 2011/10/31 00:28:57 dirtyepic Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/ChangeLog,v 1.13 2012/05/04 18:57:21 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> thinkfinger-0.3-r3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 31 Oct 2011; Ryan Hill <dirtyepic@gentoo.org> +files/0.3-strip-strip.patch, thinkfinger-0.3-r3.ebuild: diff --git a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild index c3ceaefff52a..dfc7f6ca7d71 100644 --- a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild +++ b/sys-auth/thinkfinger/thinkfinger-0.3-r3.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/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild,v 1.3 2011/10/31 00:28:57 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild,v 1.4 2012/05/04 18:57:21 jdhore Exp $ EAPI="4" @@ -19,7 +19,7 @@ RDEPEND=">=dev-libs/libusb-0.1.12:0 pam? ( virtual/pam )" DEPEND="${RDEPEND} sys-devel/libtool - >=dev-util/pkgconfig-0.9.0" + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PV}-direct_set_config_usb_hello.patch diff --git a/sys-auth/ykpers/ChangeLog b/sys-auth/ykpers/ChangeLog index 31ada24fb9d4..dbf9d227449e 100644 --- a/sys-auth/ykpers/ChangeLog +++ b/sys-auth/ykpers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/ykpers -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.1 2010/10/23 16:41:42 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.2 2012/05/04 18:57:21 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> ykpers-1.3.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *ykpers-1.3.4 (23 Oct 2010) diff --git a/sys-auth/ykpers/ykpers-1.3.4.ebuild b/sys-auth/ykpers/ykpers-1.3.4.ebuild index 5c18a7254ffe..161fa219c6e4 100644 --- a/sys-auth/ykpers/ykpers-1.3.4.ebuild +++ b/sys-auth/ykpers/ykpers-1.3.4.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/sys-auth/ykpers/ykpers-1.3.4.ebuild,v 1.1 2010/10/23 16:41:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.3.4.ebuild,v 1.2 2012/05/04 18:57:21 jdhore Exp $ EAPI=2 inherit eutils autotools @@ -17,7 +17,7 @@ IUSE="" RDEPEND=">=sys-auth/libyubikey-1.6 >=dev-libs/libusb-1.0.8" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-rpath.patch |