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/geoip: geoip-1.4.5.ebuild ChangeLog
Date: Sun, 28 Dec 2008 18:20:36
Message-Id: E1LH0Fc-0005Ft-Os@stork.gentoo.org
1 pva 08/12/28 18:20:32
2
3 Modified: geoip-1.4.5.ebuild ChangeLog
4 Log:
5 Finally fixed test failure on ppc64 and marking it stable, bug #244256. Thank Brent Baude for hardware access.
6 (Portage version: 2.2_rc17/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
7
8 Revision Changes Path
9 1.6 dev-libs/geoip/geoip-1.4.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/geoip/geoip-1.4.5.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/geoip/geoip-1.4.5.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/geoip/geoip-1.4.5.ebuild?r1=1.5&r2=1.6
14
15 Index: geoip-1.4.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.4.5.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- geoip-1.4.5.ebuild 26 Oct 2008 12:24:38 -0000 1.5
22 +++ geoip-1.4.5.ebuild 28 Dec 2008 18:20:32 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.4.5.ebuild,v 1.5 2008/10/26 12:24:38 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.4.5.ebuild,v 1.6 2008/12/28 18:20:32 pva Exp $
28
29 inherit autotools eutils libtool
30
31 @@ -12,7 +12,7 @@
32 # GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
33 LICENSE="LGPL-2.1 GPL-2 MaxMind"
34 SLOT="0"
35 -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
36 +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
37 IUSE=""
38
39 S=${WORKDIR}/${MY_P}
40 @@ -23,6 +23,7 @@
41
42 epatch "${FILESDIR}"/${PN}-1.4.4-parallel-build.patch
43 epatch "${FILESDIR}"/${PN}-1.4.4-no-noinst_PROGRAMS.patch
44 + epatch "${FILESDIR}"/${P}-ppc-fix.patch
45 eautoreconf
46 # FreeBSD requires this
47 #elibtoolize
48
49
50
51 1.96 dev-libs/geoip/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/geoip/ChangeLog?rev=1.96&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/geoip/ChangeLog?rev=1.96&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/geoip/ChangeLog?r1=1.95&r2=1.96
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v
60 retrieving revision 1.95
61 retrieving revision 1.96
62 diff -u -r1.95 -r1.96
63 --- ChangeLog 26 Oct 2008 12:24:38 -0000 1.95
64 +++ ChangeLog 28 Dec 2008 18:20:32 -0000 1.96
65 @@ -1,6 +1,11 @@
66 # ChangeLog for dev-libs/geoip
67 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.95 2008/10/26 12:24:38 armin76 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.96 2008/12/28 18:20:32 pva Exp $
70 +
71 + 28 Dec 2008; Peter Volkov <pva@g.o>
72 + +files/geoip-1.4.5-ppc-fix.patch, geoip-1.4.5.ebuild:
73 + Finally fixed test failure on ppc64 and marking it stable, bug #244256.
74 + Thank Brent Baude for hardware access.
75
76 26 Oct 2008; Raúl Porcel <armin76@g.o> geoip-1.4.5.ebuild:
77 alpha/ia64/sparc/x86 stable wrt #244256