Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/pkgconf: pkgconf-0.3.ebuild pkgconf-9999.ebuild ChangeLog
Date: Tue, 01 May 2012 20:20:10
Message-Id: 20120501201957.B66722004B@flycatcher.gentoo.org
1 vapier 12/05/01 20:19:57
2
3 Modified: pkgconf-0.3.ebuild pkgconf-9999.ebuild ChangeLog
4 Log:
5 Adjust LICENSE to match COPYING file.
6
7 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-util/pkgconf/pkgconf-0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-0.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-0.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-0.3.ebuild?r1=1.1&r2=1.2
15
16 Index: pkgconf-0.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pkgconf-0.3.ebuild 1 May 2012 18:05:00 -0000 1.1
23 +++ pkgconf-0.3.ebuild 1 May 2012 20:19:57 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.3.ebuild,v 1.1 2012/05/01 18:05:00 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.3.ebuild,v 1.2 2012/05/01 20:19:57 vapier Exp $
29
30 EAPI="4"
31
32 @@ -16,7 +16,7 @@
33 DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
34 HOMEPAGE="https://github.com/nenolod/pkgconf"
35
36 -LICENSE="GPL-2"
37 +LICENSE="BSD-1"
38 SLOT="0"
39 IUSE="pkg-config"
40
41
42
43
44 1.2 dev-util/pkgconf/pkgconf-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild?r1=1.1&r2=1.2
49
50 Index: pkgconf-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- pkgconf-9999.ebuild 1 May 2012 18:05:00 -0000 1.1
57 +++ pkgconf-9999.ebuild 1 May 2012 20:19:57 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,v 1.1 2012/05/01 18:05:00 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,v 1.2 2012/05/01 20:19:57 vapier Exp $
63
64 EAPI="4"
65
66 @@ -16,7 +16,7 @@
67 DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
68 HOMEPAGE="https://github.com/nenolod/pkgconf"
69
70 -LICENSE="GPL-2"
71 +LICENSE="BSD-1"
72 SLOT="0"
73 IUSE="pkg-config"
74
75
76
77
78 1.2 dev-util/pkgconf/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/ChangeLog?rev=1.2&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/ChangeLog?rev=1.2&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/ChangeLog?r1=1.1&r2=1.2
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v
87 retrieving revision 1.1
88 retrieving revision 1.2
89 diff -u -r1.1 -r1.2
90 --- ChangeLog 1 May 2012 18:05:00 -0000 1.1
91 +++ ChangeLog 1 May 2012 20:19:57 -0000 1.2
92 @@ -1,3 +1,7 @@
93 # ChangeLog for
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.1 2012/05/01 18:05:00 vapier Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.2 2012/05/01 20:19:57 vapier Exp $
97 + 01 May 2012; Mike Frysinger <vapier@g.o> pkgconf-0.3.ebuild,
98 + pkgconf-9999.ebuild:
99 + Adjust LICENSE to match COPYING file.
100 +