Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Geo-IP: ChangeLog Geo-IP-1.35.ebuild
Date: Thu, 02 Oct 2008 05:40:25
Message-Id: E1KlGvF-0007Nq-W8@stork.gentoo.org
1 tove 08/10/02 05:40:21
2
3 Modified: ChangeLog
4 Added: Geo-IP-1.35.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.43 dev-perl/Geo-IP/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Geo-IP/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Geo-IP/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Geo-IP/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 6 Aug 2008 16:19:27 -0000 1.42
23 +++ ChangeLog 2 Oct 2008 05:40:21 -0000 1.43
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Geo-IP
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.42 2008/08/06 16:19:27 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.43 2008/10/02 05:40:21 tove Exp $
29 +
30 +*Geo-IP-1.35 (02 Oct 2008)
31 +
32 + 02 Oct 2008; Torsten Veller <tove@g.o> +Geo-IP-1.35.ebuild:
33 + Version bump
34
35 *Geo-IP-1.34 (06 Aug 2008)
36
37
38
39
40 1.1 dev-perl/Geo-IP/Geo-IP-1.35.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.35.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.35.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Geo-IP-1.35.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.35.ebuild,v 1.1 2008/10/02 05:40:21 tove Exp $
50
51 MODULE_AUTHOR=BORISZ
52
53 inherit perl-module multilib
54
55 DESCRIPTION="Look up country by IP Address"
56
57 LICENSE="|| ( Artistic GPL-2 )"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
60 IUSE=""
61
62 DEPEND="dev-libs/geoip
63 dev-lang/perl"
64
65 myconf="${myconf} LIBS=-L/usr/$(get_libdir)"