Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/judy: ChangeLog judy-1.0.5.ebuild judy-1.0.3.ebuild
Date: Sun, 27 Dec 2009 11:06:44
Message-Id: E1NOqxN-0005hf-OX@stork.gentoo.org
1 pva 09/12/27 11:06:41
2
3 Modified: ChangeLog
4 Added: judy-1.0.5.ebuild
5 Removed: judy-1.0.3.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.1.7.16/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.30 dev-libs/judy/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/judy/ChangeLog?rev=1.30&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/judy/ChangeLog?rev=1.30&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/judy/ChangeLog?r1=1.29&r2=1.30
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v
20 retrieving revision 1.29
21 retrieving revision 1.30
22 diff -u -r1.29 -r1.30
23 --- ChangeLog 31 May 2009 15:33:09 -0000 1.29
24 +++ ChangeLog 27 Dec 2009 11:06:41 -0000 1.30
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/judy
27 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v 1.29 2009/05/31 15:33:09 ranger Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v 1.30 2009/12/27 11:06:41 pva Exp $
31 +
32 +*judy-1.0.5 (27 Dec 2009)
33 +
34 + 27 Dec 2009; Peter Volkov <pva@g.o> -judy-1.0.3.ebuild,
35 + +judy-1.0.5.ebuild, +files/judy-1.0.5-parallel-make.patch:
36 + Version bump.
37
38 31 May 2009; Brent Baude <ranger@g.o> judy-1.0.4.ebuild:
39 Marking judy-1.0.4 ppc64 for bug 271122
40
41
42
43 1.1 dev-libs/judy/judy-1.0.5.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/judy/judy-1.0.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/judy/judy-1.0.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: judy-1.0.5.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/judy/judy-1.0.5.ebuild,v 1.1 2009/12/27 11:06:41 pva Exp $
53
54 EAPI="2"
55
56 inherit eutils autotools
57
58 DESCRIPTION="A C library that implements a dynamic array"
59 HOMEPAGE="http://judy.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/judy/Judy-${PV}.tar.gz"
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
65 IUSE=""
66
67 src_prepare() {
68 epatch "${FILESDIR}/${P}-parallel-make.patch"
69 eautoreconf
70 }
71
72 src_install() {
73 emake DESTDIR="${D}" install || die
74 dodoc AUTHORS ChangeLog README
75 }