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