public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Patricia/
Date: Sun, 15 Jul 2018 03:40:30 +0000 (UTC)	[thread overview]
Message-ID: <1531626007.8e1cb2f64051abc1d6b559cf3377b0c25865d0a2.kentnl@gentoo> (raw)

commit:     8e1cb2f64051abc1d6b559cf3377b0c25865d0a2
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 03:23:01 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 03:40:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1cb2f6

dev-perl/Net-Patricia: Cleanup old versions re bug #638518

Bug: https://bugs.gentoo.org/638518
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Net-Patricia/Manifest                     |  1 -
 .../Net-Patricia/Net-Patricia-1.210.0-r1.ebuild    | 28 ----------------------
 dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild  | 28 ----------------------
 3 files changed, 57 deletions(-)

diff --git a/dev-perl/Net-Patricia/Manifest b/dev-perl/Net-Patricia/Manifest
index 8ce87b52acf..b72355abb2b 100644
--- a/dev-perl/Net-Patricia/Manifest
+++ b/dev-perl/Net-Patricia/Manifest
@@ -1,2 +1 @@
-DIST Net-Patricia-1.21.tar.gz 27911 BLAKE2B 5751753a290b45cb12b16eeed1d9b8e24c7dd86af7271db20f3f8cd909d7b97d48129aceb6e861697c50c1bddea60442cae43269dd5c9fd1d745ccdf469daa01 SHA512 d25d6e4894df365ddd549db748131f1df00b5d9e880b1deb520461ff00fa1035a7beeaeb3bc9c9df4a193cd5e39ab888884fc1ff468b2faa5c8faf1d59b25ed4
 DIST Net-Patricia-1.22.tar.gz 27780 BLAKE2B 9f81e9551b4110bcc6e16f8393d39f5a5ef4521e1cb6c1ea58a35f37a7b4a4882eaa9a3418b0695fa17e295dbb325ee9583f129be1dfb476ffbad7150d08691c SHA512 d76702d30784f8448dcf3a5269e052bc7bd6f5fe5a16824b6e3ede1d0182deb139522e45e1fb78749a7527ddbc950c213d843e43f45b5b0ed63b5b985b329861

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
deleted file mode 100644
index c5b148fea5e..00000000000
--- a/dev-perl/Net-Patricia/Net-Patricia-1.210.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GRUBER
-MODULE_VERSION=1.21
-inherit perl-module toolchain-funcs
-
-DESCRIPTION="Patricia Trie perl module for fast IP address lookups"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="ipv6"
-
-RDEPEND="dev-perl/Net-CIDR-Lite
-	ipv6? (
-		dev-perl/Socket6
-	)
-"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}
-
-#SRC_TEST="do"

diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild
deleted file mode 100644
index e263517f007..00000000000
--- a/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GRUBER
-MODULE_VERSION=1.22
-inherit perl-module toolchain-funcs
-
-DESCRIPTION="Patricia Trie perl module for fast IP address lookups"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="ipv6"
-
-RDEPEND="dev-perl/Net-CIDR-Lite
-	ipv6? (
-		dev-perl/Socket6
-	)
-"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}
-
-#SRC_TEST="do"


             reply	other threads:[~2018-07-15  3:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-15  3:40 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-15 18:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Patricia/ Andreas K. Hüttel
2020-08-17  8:41 Fabian Groffen
2019-07-29 18:42 Aaron Bauman
2019-07-22 13:58 Mikle Kolyada
2018-07-30 21:57 Mikle Kolyada
2018-05-25 21:06 Mikle Kolyada
2018-05-14  8:15 Tobias Klausmann
2018-05-08  6:24 Sergei Trofimovich
2018-05-04 12:57 Jeroen Roovers
2018-05-03  9:40 Mikle Kolyada
2018-05-02 16:33 Thomas Deutschmann
2018-05-01  8:07 Sergei Trofimovich
2017-02-03 22:00 Jeroen Roovers
2016-05-30 16:10 Tobias Klausmann
2016-04-06 20:00 Markus Meier
2016-04-02 13:44 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1531626007.8e1cb2f64051abc1d6b559cf3377b0c25865d0a2.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox