Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/IP-Country: ChangeLog IP-Country-2.25.ebuild
Date: Tue, 30 Sep 2008 06:09:55
Message-Id: E1KkYQh-0006k6-Me@stork.gentoo.org
1 robbat2 08/09/30 06:09:51
2
3 Modified: ChangeLog
4 Added: IP-Country-2.25.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
8
9 Revision Changes Path
10 1.34 dev-perl/IP-Country/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IP-Country/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IP-Country/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IP-Country/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -p -w -b -B -u -u -r1.33 -r1.34
22 --- ChangeLog 17 May 2008 11:31:06 -0000 1.33
23 +++ ChangeLog 30 Sep 2008 06:09:51 -0000 1.34
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/IP-Country
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.33 2008/05/17 11:31:06 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.34 2008/09/30 06:09:51 robbat2 Exp $
29 +
30 +*IP-Country-2.25 (30 Sep 2008)
31 +
32 + 30 Sep 2008; Robin H. Johnson <robbat2@g.o>
33 + +IP-Country-2.25.ebuild:
34 + Version bump.
35
36 17 May 2008; nixnut <nixnut@g.o> IP-Country-2.23.ebuild:
37 Stable on ppc wrt bug 222443
38
39
40
41 1.1 dev-perl/IP-Country/IP-Country-2.25.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IP-Country/IP-Country-2.25.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IP-Country/IP-Country-2.25.ebuild?rev=1.1&content-type=text/plain
45
46 Index: IP-Country-2.25.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/IP-Country-2.25.ebuild,v 1.1 2008/09/30 06:09:51 robbat2 Exp $
51
52 MODULE_AUTHOR="NWETTERS"
53 inherit perl-module
54
55 DESCRIPTION="fast lookup of country codes from IP addresses"
56
57 SLOT="0"
58 LICENSE="Artistic"
59 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE=""
61
62 SRC_TEST="do"
63
64 DEPEND="dev-perl/Geography-Countries
65 dev-lang/perl"
66 mydoc="TODO"