* [gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig: pkgconfig-9999.ebuild pkgconfig-0.26.ebuild ChangeLog
@ 2012-05-04 13:12 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-05-04 13:12 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/05/04 13:12:37
Modified: pkgconfig-9999.ebuild pkgconfig-0.26.ebuild
ChangeLog
Log:
Block other providers from virtual/pkgconfig.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-util/pkgconfig/pkgconfig-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild?r1=1.1&r2=1.2
Index: pkgconfig-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pkgconfig-9999.ebuild 4 May 2012 09:40:40 -0000 1.1
+++ pkgconfig-9999.ebuild 4 May 2012 13:12:37 -0000 1.2
@@ -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/dev-util/pkgconfig/pkgconfig-9999.ebuild,v 1.1 2012/05/04 09:40:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild,v 1.2 2012/05/04 13:12:37 ssuominen Exp $
EAPI=4
@@ -26,7 +26,10 @@
IUSE="elibc_FreeBSD hardened internal-glib"
RDEPEND="!internal-glib? ( >=dev-libs/glib-2.28 )
- >=dev-libs/popt-1.16"
+ >=dev-libs/popt-1.16
+ !dev-util/pkgconf[pkg-config]
+ !dev-util/pkg-config-lite
+ !dev-util/pkgconfig-openbsd[pkg-config]"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
1.12 dev-util/pkgconfig/pkgconfig-0.26.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.26.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.26.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.26.ebuild?r1=1.11&r2=1.12
Index: pkgconfig-0.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.26.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pkgconfig-0.26.ebuild 26 Apr 2012 14:15:16 -0000 1.11
+++ pkgconfig-0.26.ebuild 4 May 2012 13:12:37 -0000 1.12
@@ -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/dev-util/pkgconfig/pkgconfig-0.26.ebuild,v 1.11 2012/04/26 14:15:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.26.ebuild,v 1.12 2012/05/04 13:12:37 ssuominen Exp $
EAPI=4
inherit flag-o-matic multilib libtool
@@ -16,8 +16,11 @@
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="elibc_FreeBSD hardened"
-RDEPEND="dev-libs/glib:2
- >=dev-libs/popt-1.15"
+RDEPEND=">=dev-libs/glib-2.28
+ >=dev-libs/popt-1.16
+ !dev-util/pkgconf[pkg-config]
+ !dev-util/pkg-config-lite
+ !dev-util/pkgconfig-openbsd[pkg-config]"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
1.107 dev-util/pkgconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/ChangeLog?r1=1.106&r2=1.107
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog 4 May 2012 09:40:40 -0000 1.106
+++ ChangeLog 4 May 2012 13:12:37 -0000 1.107
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/pkgconfig
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.106 2012/05/04 09:40:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.107 2012/05/04 13:12:37 ssuominen Exp $
+
+ 04 May 2012; Samuli Suominen <ssuominen@gentoo.org> pkgconfig-0.26.ebuild,
+ pkgconfig-9999.ebuild:
+ Block other providers from virtual/pkgconfig.
*pkgconfig-9999 (04 May 2012)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-04 13:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 13:12 [gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig: pkgconfig-9999.ebuild pkgconfig-0.26.ebuild ChangeLog Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox