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-Subnet/
Date: Sun, 15 Jul 2018 03:40:39
Message-Id: 1531626012.0e95a35694fd6accb393ebc047884067d3eba4ef.kentnl@gentoo
1 commit: 0e95a35694fd6accb393ebc047884067d3eba4ef
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 03:28:51 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 03:40:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e95a356
7
8 dev-perl/Net-Subnet: Cleanup old version 1.30.0
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-perl/Net-Subnet/Net-Subnet-1.30.0.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/dev-perl/Net-Subnet/Net-Subnet-1.30.0.ebuild b/dev-perl/Net-Subnet/Net-Subnet-1.30.0.ebuild
16 deleted file mode 100644
17 index 52a7077f8ae..00000000000
18 --- a/dev-perl/Net-Subnet/Net-Subnet-1.30.0.ebuild
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -MODULE_AUTHOR=JUERD
27 -MODULE_VERSION=1.03
28 -inherit perl-module
29 -
30 -DESCRIPTION="Fast IP-in-subnet matcher for IPv4 and IPv6, CIDR or mask"
31 -
32 -SLOT="0"
33 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
34 -
35 -RDEPEND="
36 - >=dev-perl/Socket6-0.250.0
37 -"
38 -DEPEND="${RDEPEND}"
39 -PATCHES=( ${FILESDIR}/${PV}-pod-spelling.patch )