Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Net-Patricia: Net-Patricia-1.220.0.ebuild ChangeLog
Date: Thu, 02 Jul 2015 11:52:34
Message-Id: 20150702115220.EE73174D@oystercatcher.gentoo.org
1 zlogene 15/07/02 11:52:20
2
3 Modified: ChangeLog
4 Added: Net-Patricia-1.220.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.53 dev-perl/Net-Patricia/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/ChangeLog?rev=1.53&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/ChangeLog?rev=1.53&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/ChangeLog?r1=1.52&r2=1.53
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v
20 retrieving revision 1.52
21 retrieving revision 1.53
22 diff -u -r1.52 -r1.53
23 --- ChangeLog 13 May 2015 07:01:11 -0000 1.52
24 +++ ChangeLog 2 Jul 2015 11:52:20 -0000 1.53
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Net-Patricia
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.52 2015/05/13 07:01:11 jmorgan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.53 2015/07/02 11:52:20 zlogene Exp $
30 +
31 +*Net-Patricia-1.220.0 (02 Jul 2015)
32 +
33 + 02 Jul 2015; Mikle Kolyada <zlogene@g.o> +Net-Patricia-1.220.0.ebuild:
34 + Version bump
35
36 13 May 2015; Jack Morgan <jmorgan@g.o> Net-Patricia-1.210.0-r1.ebuild:
37 ppc64 stable wrt bug #537464
38
39
40
41 1.1 dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Net-Patricia-1.220.0.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild,v 1.1 2015/07/02 11:52:20 zlogene Exp $
51
52 EAPI=5
53
54 MODULE_AUTHOR=GRUBER
55 MODULE_VERSION=1.22
56 inherit perl-module toolchain-funcs
57
58 DESCRIPTION="Patricia Trie perl module for fast IP address lookups"
59
60 LICENSE="GPL-2+"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="ipv6"
64
65 RDEPEND="dev-perl/Net-CIDR-Lite
66 ipv6? (
67 dev-perl/Socket6
68 )
69 "
70 DEPEND="${RDEPEND}"
71
72 src_compile() {
73 emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
74 }
75
76 #SRC_TEST="do"