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