Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/pkgconf: ChangeLog pkgconf-0.8.5.ebuild
Date: Tue, 31 Jul 2012 03:21:31
Message-Id: 20120731032120.7A1D52004B@flycatcher.gentoo.org
1 blueness 12/07/31 03:21:20
2
3 Modified: ChangeLog pkgconf-0.8.5.ebuild
4 Log:
5 Stable ppc ppc64, bug #427680
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.40 dev-util/pkgconf/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/ChangeLog?rev=1.40&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/ChangeLog?rev=1.40&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/ChangeLog?r1=1.39&r2=1.40
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v
19 retrieving revision 1.39
20 retrieving revision 1.40
21 diff -u -r1.39 -r1.40
22 --- ChangeLog 31 Jul 2012 03:07:45 -0000 1.39
23 +++ ChangeLog 31 Jul 2012 03:21:20 -0000 1.40
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-util/pkgconf
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.39 2012/07/31 03:07:45 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.40 2012/07/31 03:21:20 blueness Exp $
29 +
30 + 31 Jul 2012; Anthony G. Basile <blueness@g.o> pkgconf-0.8.5.ebuild:
31 + Stable ppc ppc64, bug #427680
32
33 31 Jul 2012; Anthony G. Basile <blueness@g.o> pkgconf-0.8.4.ebuild:
34 Stable arm, bug #427680
35
36
37
38 1.2 dev-util/pkgconf/pkgconf-0.8.5.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.5.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.5.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.5.ebuild?r1=1.1&r2=1.2
43
44 Index: pkgconf-0.8.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.5.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- pkgconf-0.8.5.ebuild 31 Jul 2012 02:02:38 -0000 1.1
51 +++ pkgconf-0.8.5.ebuild 31 Jul 2012 03:21:20 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.5.ebuild,v 1.1 2012/07/31 02:02:38 jdhore Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.5.ebuild,v 1.2 2012/07/31 03:21:20 blueness Exp $
57
58 EAPI="4"
59
60 @@ -12,7 +12,7 @@
61 inherit eutils
62 #SRC_URI="https://github.com/nenolod/pkgconf/tarball/${P} -> ${P}.tar.gz"
63 SRC_URI="http://nenolod.net/~nenolod/distfiles/${P}.tar.bz2"
64 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
65 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
66 fi
67
68 DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"