Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/pkgconfig: pkgconfig-0-r1.ebuild ChangeLog
Date: Sun, 30 Mar 2014 11:38:56
Message-Id: 20140330113846.37E5420057@flycatcher.gentoo.org
1 mgorny 14/03/30 11:38:46
2
3 Modified: ChangeLog
4 Added: pkgconfig-0-r1.ebuild
5 Log:
6 Enable multilib support.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.17 virtual/pkgconfig/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 18 Jan 2014 04:44:18 -0000 1.16
24 +++ ChangeLog 30 Mar 2014 11:38:46 -0000 1.17
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/pkgconfig
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v 1.16 2014/01/18 04:44:18 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v 1.17 2014/03/30 11:38:46 mgorny Exp $
30 +
31 +*pkgconfig-0-r1 (30 Mar 2014)
32 +
33 + 30 Mar 2014; Michał Górny <mgorny@g.o> +pkgconfig-0-r1.ebuild:
34 + Enable multilib support.
35
36 18 Jan 2014; Mike Frysinger <vapier@g.o> pkgconfig-0.ebuild:
37 Add arm64 love.
38
39
40
41 1.1 virtual/pkgconfig/pkgconfig-0-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/pkgconfig-0-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/pkgconfig-0-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pkgconfig-0-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/pkgconfig-0-r1.ebuild,v 1.1 2014/03/30 11:38:46 mgorny Exp $
51
52 EAPI=5
53
54 inherit multilib-build
55
56 DESCRIPTION="Virtual for the pkg-config implementation"
57 HOMEPAGE=""
58 SRC_URI=""
59
60 LICENSE=""
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
63 IUSE=""
64
65 RDEPEND="
66 || (
67 >=dev-util/pkgconfig-0.28-r1[${MULTILIB_USEDEP}]
68 >=dev-util/pkgconf-0.9.3-r1[pkg-config,${MULTILIB_USEDEP}]
69 >=dev-util/pkgconfig-openbsd-20130507-r1[pkg-config,${MULTILIB_USEDEP}]
70 )"