Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libexplain: libexplain-1.1.ebuild ChangeLog libexplain-1.0.ebuild libexplain-0.52.ebuild
Date: Thu, 31 Jan 2013 13:16:23
Message-Id: 20130131131620.69B3B2171D@flycatcher.gentoo.org
1 jlec 13/01/31 13:16:20
2
3 Modified: libexplain-1.1.ebuild ChangeLog
4 libexplain-1.0.ebuild libexplain-0.52.ebuild
5 Log:
6 dev-libs/libexplain: Fix license; move dependencies around, thanks ssuominen catching the problem
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
9
10 Revision Changes Path
11 1.2 dev-libs/libexplain/libexplain-1.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.1.ebuild?r1=1.1&r2=1.2
16
17 Index: libexplain-1.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- libexplain-1.1.ebuild 31 Jan 2013 12:57:01 -0000 1.1
24 +++ libexplain-1.1.ebuild 31 Jan 2013 13:16:20 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.1.ebuild,v 1.1 2013/01/31 12:57:01 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.1.ebuild,v 1.2 2013/01/31 13:16:20 jlec Exp $
30
31 EAPI=5
32
33 @@ -17,14 +17,15 @@
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
37 -LICENSE="GPL-3"
38 +LICENSE="GPL-3 LGPL-3"
39 IUSE="static-libs"
40
41 RDEPEND="
42 - >=sys-kernel/linux-headers-2.6.35
43 sys-libs/libcap
44 - >=sys-libs/glibc-2.11"
45 -DEPEND="${DEPEND}
46 + >=sys-libs/glibc-2.11
47 + sys-process/lsof"
48 +DEPEND="${RDEPEND}
49 + >=sys-kernel/linux-headers-2.6.35
50 app-text/ghostscript-gpl"
51
52 S=${WORKDIR}/${MY_P}
53
54
55
56 1.23 dev-libs/libexplain/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.23&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.23&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?r1=1.22&r2=1.23
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v
65 retrieving revision 1.22
66 retrieving revision 1.23
67 diff -u -r1.22 -r1.23
68 --- ChangeLog 31 Jan 2013 12:57:01 -0000 1.22
69 +++ ChangeLog 31 Jan 2013 13:16:20 -0000 1.23
70 @@ -1,6 +1,10 @@
71 # ChangeLog for dev-libs/libexplain
72 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.22 2013/01/31 12:57:01 jlec Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.23 2013/01/31 13:16:20 jlec Exp $
75 +
76 + 31 Jan 2013; Justin Lecher <jlec@g.o> libexplain-0.52.ebuild,
77 + libexplain-1.0.ebuild, libexplain-1.1.ebuild:
78 + Fix license; move dependencies around, thanks ssuominen catching the problem
79
80 *libexplain-1.1 (31 Jan 2013)
81
82
83
84
85 1.2 dev-libs/libexplain/libexplain-1.0.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.0.ebuild?rev=1.2&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.0.ebuild?rev=1.2&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.0.ebuild?r1=1.1&r2=1.2
90
91 Index: libexplain-1.0.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.0.ebuild,v
94 retrieving revision 1.1
95 retrieving revision 1.2
96 diff -u -r1.1 -r1.2
97 --- libexplain-1.0.ebuild 30 May 2012 07:06:24 -0000 1.1
98 +++ libexplain-1.0.ebuild 31 Jan 2013 13:16:20 -0000 1.2
99 @@ -1,6 +1,6 @@
100 -# Copyright 1999-2012 Gentoo Foundation
101 +# Copyright 1999-2013 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.0.ebuild,v 1.1 2012/05/30 07:06:24 radhermit Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.0.ebuild,v 1.2 2013/01/31 13:16:20 jlec Exp $
105
106 EAPI=4
107 AUTOTOOLS_AUTORECONF=yes
108 @@ -16,14 +16,15 @@
109
110 SLOT="0"
111 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
112 -LICENSE="GPL-3"
113 +LICENSE="GPL-3 LGPL-3"
114 IUSE="static-libs"
115
116 -DEPEND="
117 - >=sys-kernel/linux-headers-2.6.35
118 +RDEPEND="
119 sys-libs/libcap
120 - >=sys-libs/glibc-2.11"
121 -RDEPEND="${DEPEND}"
122 + >=sys-libs/glibc-2.11
123 + sys-process/lsof"
124 +DEPEND="${RDEPEND}
125 + >=sys-kernel/linux-headers-2.6.35"
126
127 S=${WORKDIR}/${MY_P}
128
129
130
131
132 1.2 dev-libs/libexplain/libexplain-0.52.ebuild
133
134 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-0.52.ebuild?rev=1.2&view=markup
135 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-0.52.ebuild?rev=1.2&content-type=text/plain
136 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-0.52.ebuild?r1=1.1&r2=1.2
137
138 Index: libexplain-0.52.ebuild
139 ===================================================================
140 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.52.ebuild,v
141 retrieving revision 1.1
142 retrieving revision 1.2
143 diff -u -r1.1 -r1.2
144 --- libexplain-0.52.ebuild 4 Mar 2012 22:14:18 -0000 1.1
145 +++ libexplain-0.52.ebuild 31 Jan 2013 13:16:20 -0000 1.2
146 @@ -1,6 +1,6 @@
147 -# Copyright 1999-2012 Gentoo Foundation
148 +# Copyright 1999-2013 Gentoo Foundation
149 # Distributed under the terms of the GNU General Public License v2
150 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.52.ebuild,v 1.1 2012/03/04 22:14:18 radhermit Exp $
151 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.52.ebuild,v 1.2 2013/01/31 13:16:20 jlec Exp $
152
153 EAPI=4
154 AUTOTOOLS_AUTORECONF=yes
155 @@ -16,14 +16,15 @@
156
157 SLOT="0"
158 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
159 -LICENSE="GPL-3"
160 +LICENSE="GPL-3 LGPL-3"
161 IUSE="static-libs"
162
163 -DEPEND="
164 - >=sys-kernel/linux-headers-2.6.35
165 +RDEPEND="
166 sys-libs/libcap
167 - >=sys-libs/glibc-2.11"
168 -RDEPEND="${DEPEND}"
169 + >=sys-libs/glibc-2.11
170 + sys-process/lsof"
171 +DEPEND="${RDEPEND}
172 + >=sys-kernel/linux-headers-2.6.35"
173
174 S=${WORKDIR}/${MY_P}