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: ChangeLog libev-3.42-r1.ebuild libev-3.42.ebuild
Date: Sun, 22 Jun 2008 00:49:32
Message-Id: E1KADlm-0005JX-Mw@stork.gentoo.org
1 matsuu 08/06/22 00:49:26
2
3 Modified: ChangeLog
4 Added: libev-3.42-r1.ebuild
5 Removed: libev-3.42.ebuild
6 Log:
7 Removed event.h.
8 (Portage version: 2.1.5_rc6)
9
10 Revision Changes Path
11 1.2 dev-libs/libev/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 17 Jun 2008 23:44:29 -0000 1.1
24 +++ ChangeLog 22 Jun 2008 00:49:26 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/libev
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.1 2008/06/17 23:44:29 matsuu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.2 2008/06/22 00:49:26 matsuu Exp $
30 +
31 +*libev-3.42-r1 (22 Jun 2008)
32 +
33 + 22 Jun 2008; MATSUU Takuto <matsuu@g.o>
34 + files/libev-3.42-gentoo.patch, -libev-3.42.ebuild, +libev-3.42-r1.ebuild:
35 + Removed event.h.
36
37 *libev-3.42 (17 Jun 2008)
38
39
40
41
42 1.1 dev-libs/libev/libev-3.42-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.42-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libev/libev-3.42-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libev-3.42-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.42-r1.ebuild,v 1.1 2008/06/22 00:49:26 matsuu Exp $
52
53 inherit autotools eutils
54
55 DESCRIPTION="A high-performance event loop/event model with lots of feature"
56 HOMEPAGE="http://software.schmorp.de/pkg/libev"
57 SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz"
58
59 LICENSE="|| ( BSD GPL-2 )"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 src_unpack() {
65 unpack ${A}
66 cd "${S}"
67 epatch "${FILESDIR}/${P}-gentoo.patch"
68
69 eautoreconf
70 }
71
72 src_install() {
73 emake DESTDIR="${D}" install || die
74
75 dodoc Changes README
76 }
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list