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: IP-Country-2.26.ebuild ChangeLog
Date: Tue, 13 Jan 2009 19:53:00
Message-Id: E1LMpJo-00043v-I2@stork.gentoo.org
1 robbat2 09/01/13 19:52:56
2
3 Modified: ChangeLog
4 Added: IP-Country-2.26.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64)
8
9 Revision Changes Path
10 1.36 dev-perl/IP-Country/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IP-Country/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IP-Country/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IP-Country/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -p -w -b -B -u -u -r1.35 -r1.36
22 --- ChangeLog 30 Sep 2008 14:05:52 -0000 1.35
23 +++ ChangeLog 13 Jan 2009 19:52:56 -0000 1.36
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.35 2008/09/30 14:05:52 tove Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.36 2009/01/13 19:52:56 robbat2 Exp $
30 +
31 +*IP-Country-2.26 (13 Jan 2009)
32 +
33 + 13 Jan 2009; Robin H. Johnson <robbat2@g.o>
34 + +IP-Country-2.26.ebuild:
35 + Version bump via perl-bump experimental tool.
36
37 30 Sep 2008; Torsten Veller <tove@g.o> -IP-Country-2.20.ebuild,
38 -IP-Country-2.21.ebuild, -IP-Country-2.22.ebuild:
39
40
41
42 1.1 dev-perl/IP-Country/IP-Country-2.26.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IP-Country/IP-Country-2.26.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IP-Country/IP-Country-2.26.ebuild?rev=1.1&content-type=text/plain
46
47 Index: IP-Country-2.26.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/IP-Country-2.26.ebuild,v 1.1 2009/01/13 19:52:56 robbat2 Exp $
52
53 MODULE_AUTHOR="NWETTERS"
54 inherit perl-module
55
56 DESCRIPTION="fast lookup of country codes from IP addresses"
57
58 SLOT="0"
59 LICENSE="Artistic"
60 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 IUSE=""
62
63 SRC_TEST="do"
64
65 DEPEND="dev-perl/Geography-Countries
66 dev-lang/perl"
67 mydoc="TODO"