Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig-openbsd: ChangeLog pkgconfig-openbsd-20130225.ebuild
Date: Tue, 05 Mar 2013 12:27:32
Message-Id: 20130305122729.CA2682171D@flycatcher.gentoo.org
1 ssuominen 13/03/05 12:27:29
2
3 Modified: ChangeLog pkgconfig-openbsd-20130225.ebuild
4 Log:
5 drops keywords again, spotted a major bug
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.12 dev-util/pkgconfig-openbsd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 25 Feb 2013 07:33:55 -0000 1.11
23 +++ ChangeLog 5 Mar 2013 12:27:29 -0000 1.12
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-util/pkgconfig-openbsd
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.11 2013/02/25 07:33:55 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.12 2013/03/05 12:27:29 ssuominen Exp $
29 +
30 + 05 Mar 2013; Samuli Suominen <ssuominen@g.o>
31 + pkgconfig-openbsd-20130225.ebuild:
32 + Remove keywording again because --variable option is not working:
33 + $ pkg-config --variable udevdir udev
34 + $ echo $?
35 + 1
36
37 25 Feb 2013; Samuli Suominen <ssuominen@g.o>
38 -pkgconfig-openbsd-20120710.ebuild:
39
40
41
42 1.2 dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild?r1=1.1&r2=1.2
47
48 Index: pkgconfig-openbsd-20130225.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- pkgconfig-openbsd-20130225.ebuild 25 Feb 2013 07:33:09 -0000 1.1
55 +++ pkgconfig-openbsd-20130225.ebuild 5 Mar 2013 12:27:29 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2013 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild,v 1.1 2013/02/25 07:33:09 ssuominen Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild,v 1.2 2013/03/05 12:27:29 ssuominen Exp $
61
62 EAPI=5
63
64 @@ -15,7 +15,8 @@
65
66 LICENSE="ISC"
67 SLOT="0"
68 -KEYWORDS="~amd64 ~x86"
69 +KEYWORDS=""
70 +#KEYWORDS="~amd64 ~x86"
71 IUSE="+pkg-config"
72
73 DEPEND="