Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/pkgconfig: ChangeLog pkgconfig-0.ebuild
Date: Sun, 27 May 2012 17:59:41
Message-Id: 20120527175922.3729E20047@flycatcher.gentoo.org
1 ssuominen 12/05/27 17:59:22
2
3 Modified: ChangeLog pkgconfig-0.ebuild
4 Log:
5 Leave dev-util/pkgconfig-openbsd as last since it'ss not to be considered as supported yet. Restore dropped version enforcement for dev-util/pkgconfig due to known issues with broken pkg.m4 in 0.25.
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 virtual/pkgconfig/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 27 May 2012 17:50:27 -0000 1.7
23 +++ ChangeLog 27 May 2012 17:59:22 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for virtual/pkgconfig
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v 1.7 2012/05/27 17:50:27 ryao Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v 1.8 2012/05/27 17:59:22 ssuominen Exp $
29 +
30 + 27 May 2012; Samuli Suominen <ssuominen@g.o> pkgconfig-0.ebuild:
31 + Leave dev-util/pkgconfig-openbsd as last since it'ss not to be considered as
32 + supported yet. Restore dropped version enforcement for dev-util/pkgconfig due
33 + to known issues with broken pkg.m4 in 0.25.
34
35 27 May 2012; Richard Yao <ryao@g.o> pkgconfig-0.ebuild:
36 Change order on Gentoo/*BSD, bug #417693
37
38
39
40 1.6 virtual/pkgconfig/pkgconfig-0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/pkgconfig-0.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/pkgconfig-0.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/pkgconfig-0.ebuild?r1=1.5&r2=1.6
45
46 Index: pkgconfig-0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/virtual/pkgconfig/pkgconfig-0.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- pkgconfig-0.ebuild 27 May 2012 17:50:27 -0000 1.5
53 +++ pkgconfig-0.ebuild 27 May 2012 17:59:22 -0000 1.6
54 @@ -1,10 +1,10 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/pkgconfig-0.ebuild,v 1.5 2012/05/27 17:50:27 ryao Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/pkgconfig-0.ebuild,v 1.6 2012/05/27 17:59:22 ssuominen Exp $
59
60 -EAPI="2"
61 +EAPI=2
62
63 -DESCRIPTION="virtual for pkg-config"
64 +DESCRIPTION="Virtual for the pkg-config implementation"
65 HOMEPAGE=""
66 SRC_URI=""
67
68 @@ -13,12 +13,13 @@
69 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"
70 IUSE=""
71
72 -DEPEND="userland_BSD? (
73 - || (
74 +DEPEND="
75 + userland_BSD? (
76 + || (
77 dev-util/pkgconf[pkg-config]
78 - dev-util/pkgconfig-openbsd[pkg-config]
79 - dev-util/pkgconfig
80 + >=dev-util/pkgconfig-0.26
81 dev-util/pkg-config-lite
82 + dev-util/pkgconfig-openbsd[pkg-config]
83 )
84 )
85 !userland_BSD? (