Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libev: libev-3.51.ebuild ChangeLog libev-3.48.ebuild libev-3.49.ebuild libev-3.53.ebuild
Date: Fri, 20 Feb 2009 16:18:20
Message-Id: E1LaY4v-0006wg-Ah@stork.gentoo.org
1 matsuu 09/02/20 16:18:17
2
3 Modified: libev-3.51.ebuild ChangeLog libev-3.48.ebuild
4 libev-3.49.ebuild
5 Added: libev-3.53.ebuild
6 Log:
7 Version bumped. Fixed SRC_URI, bug #259435.
8 (Portage version: 2.1.6.7/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-libs/libev/libev-3.51.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.51.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.51.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.51.ebuild?r1=1.1&r2=1.2
16
17 Index: libev-3.51.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.51.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- libev-3.51.ebuild 1 Jan 2009 02:44:39 -0000 1.1
24 +++ libev-3.51.ebuild 20 Feb 2009 16:18:17 -0000 1.2
25 @@ -1,12 +1,13 @@
26 # Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.51.ebuild,v 1.1 2009/01/01 02:44:39 matsuu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.51.ebuild,v 1.2 2009/02/20 16:18:17 matsuu Exp $
30
31 inherit autotools eutils
32
33 DESCRIPTION="A high-performance event loop/event model with lots of feature"
34 HOMEPAGE="http://software.schmorp.de/pkg/libev.html"
35 -SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz"
36 +SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
37 + http://dist.schmorp.de/libev/Attic/${P}.tar.gz"
38
39 LICENSE="|| ( BSD GPL-2 )"
40 SLOT="0"
41
42
43
44 1.14 dev-libs/libev/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/ChangeLog?r1=1.13&r2=1.14
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- ChangeLog 1 Jan 2009 02:44:39 -0000 1.13
57 +++ ChangeLog 20 Feb 2009 16:18:17 -0000 1.14
58 @@ -1,6 +1,12 @@
59 # ChangeLog for dev-libs/libev
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.13 2009/01/01 02:44:39 matsuu Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.14 2009/02/20 16:18:17 matsuu Exp $
63 +
64 +*libev-3.53 (20 Feb 2009)
65 +
66 + 20 Feb 2009; MATSUU Takuto <matsuu@g.o> libev-3.48.ebuild,
67 + libev-3.49.ebuild, libev-3.51.ebuild, +libev-3.53.ebuild:
68 + Version bumped. Fixed SRC_URI, bug #259435.
69
70 *libev-3.51 (01 Jan 2009)
71
72
73
74
75 1.6 dev-libs/libev/libev-3.48.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.48.ebuild?rev=1.6&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.48.ebuild?rev=1.6&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.48.ebuild?r1=1.5&r2=1.6
80
81 Index: libev-3.48.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.48.ebuild,v
84 retrieving revision 1.5
85 retrieving revision 1.6
86 diff -u -r1.5 -r1.6
87 --- libev-3.48.ebuild 20 Dec 2008 15:52:22 -0000 1.5
88 +++ libev-3.48.ebuild 20 Feb 2009 16:18:17 -0000 1.6
89 @@ -1,12 +1,13 @@
90 -# Copyright 1999-2008 Gentoo Foundation
91 +# Copyright 1999-2009 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.48.ebuild,v 1.5 2008/12/20 15:52:22 nixnut Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.48.ebuild,v 1.6 2009/02/20 16:18:17 matsuu Exp $
95
96 inherit autotools eutils
97
98 DESCRIPTION="A high-performance event loop/event model with lots of feature"
99 HOMEPAGE="http://software.schmorp.de/pkg/libev.html"
100 -SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz"
101 +SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
102 + http://dist.schmorp.de/libev/Attic/${P}.tar.gz"
103
104 LICENSE="|| ( BSD GPL-2 )"
105 SLOT="0"
106
107
108
109 1.2 dev-libs/libev/libev-3.49.ebuild
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.49.ebuild?rev=1.2&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.49.ebuild?rev=1.2&content-type=text/plain
113 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.49.ebuild?r1=1.1&r2=1.2
114
115 Index: libev-3.49.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.49.ebuild,v
118 retrieving revision 1.1
119 retrieving revision 1.2
120 diff -u -r1.1 -r1.2
121 --- libev-3.49.ebuild 13 Dec 2008 03:31:02 -0000 1.1
122 +++ libev-3.49.ebuild 20 Feb 2009 16:18:17 -0000 1.2
123 @@ -1,12 +1,13 @@
124 -# Copyright 1999-2008 Gentoo Foundation
125 +# Copyright 1999-2009 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.49.ebuild,v 1.1 2008/12/13 03:31:02 matsuu Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.49.ebuild,v 1.2 2009/02/20 16:18:17 matsuu Exp $
129
130 inherit autotools eutils
131
132 DESCRIPTION="A high-performance event loop/event model with lots of feature"
133 HOMEPAGE="http://software.schmorp.de/pkg/libev.html"
134 -SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz"
135 +SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
136 + http://dist.schmorp.de/libev/Attic/${P}.tar.gz"
137
138 LICENSE="|| ( BSD GPL-2 )"
139 SLOT="0"
140
141
142
143 1.1 dev-libs/libev/libev-3.53.ebuild
144
145 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.53.ebuild?rev=1.1&view=markup
146 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.53.ebuild?rev=1.1&content-type=text/plain
147
148 Index: libev-3.53.ebuild
149 ===================================================================
150 # Copyright 1999-2009 Gentoo Foundation
151 # Distributed under the terms of the GNU General Public License v2
152 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.53.ebuild,v 1.1 2009/02/20 16:18:17 matsuu Exp $
153
154 inherit autotools eutils
155
156 DESCRIPTION="A high-performance event loop/event model with lots of feature"
157 HOMEPAGE="http://software.schmorp.de/pkg/libev.html"
158 SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
159 http://dist.schmorp.de/libev/Attic/${P}.tar.gz"
160
161 LICENSE="|| ( BSD GPL-2 )"
162 SLOT="0"
163 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
164 IUSE=""
165
166 src_unpack() {
167 unpack ${A}
168 cd "${S}"
169 epatch "${FILESDIR}/${PN}-3.42-gentoo.patch"
170
171 eautoreconf
172 }
173
174 src_install() {
175 emake DESTDIR="${D}" install || die
176
177 dodoc Changes README
178 }