Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Patricia/
Date: Sun, 15 Jul 2018 03:40:37
Message-Id: 1531626007.8e1cb2f64051abc1d6b559cf3377b0c25865d0a2.kentnl@gentoo
1 commit: 8e1cb2f64051abc1d6b559cf3377b0c25865d0a2
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 03:23:01 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 03:40:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1cb2f6
7
8 dev-perl/Net-Patricia: Cleanup old versions re bug #638518
9
10 Bug: https://bugs.gentoo.org/638518
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 dev-perl/Net-Patricia/Manifest | 1 -
14 .../Net-Patricia/Net-Patricia-1.210.0-r1.ebuild | 28 ----------------------
15 dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild | 28 ----------------------
16 3 files changed, 57 deletions(-)
17
18 diff --git a/dev-perl/Net-Patricia/Manifest b/dev-perl/Net-Patricia/Manifest
19 index 8ce87b52acf..b72355abb2b 100644
20 --- a/dev-perl/Net-Patricia/Manifest
21 +++ b/dev-perl/Net-Patricia/Manifest
22 @@ -1,2 +1 @@
23 -DIST Net-Patricia-1.21.tar.gz 27911 BLAKE2B 5751753a290b45cb12b16eeed1d9b8e24c7dd86af7271db20f3f8cd909d7b97d48129aceb6e861697c50c1bddea60442cae43269dd5c9fd1d745ccdf469daa01 SHA512 d25d6e4894df365ddd549db748131f1df00b5d9e880b1deb520461ff00fa1035a7beeaeb3bc9c9df4a193cd5e39ab888884fc1ff468b2faa5c8faf1d59b25ed4
24 DIST Net-Patricia-1.22.tar.gz 27780 BLAKE2B 9f81e9551b4110bcc6e16f8393d39f5a5ef4521e1cb6c1ea58a35f37a7b4a4882eaa9a3418b0695fa17e295dbb325ee9583f129be1dfb476ffbad7150d08691c SHA512 d76702d30784f8448dcf3a5269e052bc7bd6f5fe5a16824b6e3ede1d0182deb139522e45e1fb78749a7527ddbc950c213d843e43f45b5b0ed63b5b985b329861
25
26 diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.210.0-r1.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.210.0-r1.ebuild
27 deleted file mode 100644
28 index c5b148fea5e..00000000000
29 --- a/dev-perl/Net-Patricia/Net-Patricia-1.210.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -MODULE_AUTHOR=GRUBER
38 -MODULE_VERSION=1.21
39 -inherit perl-module toolchain-funcs
40 -
41 -DESCRIPTION="Patricia Trie perl module for fast IP address lookups"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
46 -IUSE="ipv6"
47 -
48 -RDEPEND="dev-perl/Net-CIDR-Lite
49 - ipv6? (
50 - dev-perl/Socket6
51 - )
52 -"
53 -DEPEND="${RDEPEND}"
54 -
55 -src_compile() {
56 - emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
57 -}
58 -
59 -#SRC_TEST="do"
60
61 diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild
62 deleted file mode 100644
63 index e263517f007..00000000000
64 --- a/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild
65 +++ /dev/null
66 @@ -1,28 +0,0 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=5
71 -
72 -MODULE_AUTHOR=GRUBER
73 -MODULE_VERSION=1.22
74 -inherit perl-module toolchain-funcs
75 -
76 -DESCRIPTION="Patricia Trie perl module for fast IP address lookups"
77 -
78 -LICENSE="GPL-2+"
79 -SLOT="0"
80 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
81 -IUSE="ipv6"
82 -
83 -RDEPEND="dev-perl/Net-CIDR-Lite
84 - ipv6? (
85 - dev-perl/Socket6
86 - )
87 -"
88 -DEPEND="${RDEPEND}"
89 -
90 -src_compile() {
91 - emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
92 -}
93 -
94 -#SRC_TEST="do"