public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DNS/
Date: Sat, 22 Dec 2018 16:50:40 +0000 (UTC)	[thread overview]
Message-ID: <1545497421.a9855eb9589f4f147e69c0a71a59db5008547386.dilfridge@gentoo> (raw)

commit:     a9855eb9589f4f147e69c0a71a59db5008547386
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 16:45:57 2018 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 16:50:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9855eb9

dev-perl/Net-DNS: Remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Net-DNS/Manifest              |  3 --
 dev-perl/Net-DNS/Net-DNS-1.70.0.ebuild | 58 ---------------------------------
 dev-perl/Net-DNS/Net-DNS-1.80.0.ebuild | 59 ----------------------------------
 dev-perl/Net-DNS/Net-DNS-1.90.0.ebuild | 59 ----------------------------------
 4 files changed, 179 deletions(-)

diff --git a/dev-perl/Net-DNS/Manifest b/dev-perl/Net-DNS/Manifest
index 1cc749f6ad0..d0ea8237483 100644
--- a/dev-perl/Net-DNS/Manifest
+++ b/dev-perl/Net-DNS/Manifest
@@ -1,6 +1,3 @@
 DIST Net-DNS-1.04.tar.gz 245064 BLAKE2B 84769e30cfbfb487f26e1b4a552cdfa4de48607822883a33d75a6f5a98a82996ee91252805ce2a962e57dd63c43890cc1ad827b7a5470caf3c337d7745440558 SHA512 ff32c1bf52e553fcd64f8a0f9fcd30f6eae4e1350c4c5c97da3b745f1713acd75533694ec834e1b1e9bee0a13b7a8ee0c347dfaa36433052f020e41e36829d59
-DIST Net-DNS-1.07.tar.gz 256114 BLAKE2B fbb57bfad4158a6af48aee2eefd4d82d478d519f0fad2221591640499f0aa298c4fdcd58db7bda5faa9092694a275d4c36f12ae333f2c6216a0af55c9b5c9ecb SHA512 048cf6c4fb5e8c5721f5c43cc6f3f93189854c54745ab569b2537a1765cbbe4c360b484290d3151a0d0875b8e8a63b15a4ec97cda7f723f5b7be0078f903fb9f
-DIST Net-DNS-1.08.tar.gz 257625 BLAKE2B 18b43d6e682dfc63b6e00f844989af58d9c0dd4a6eed5ba7cb70392e2a7b98294f57740c799bbf863d902a93000b18e9f13d4d0209e122c906157bbc632ff923 SHA512 a0af812f8a21599070c01a0623f1472da1fffbdcf19fba2debd9bc9d84e59149d3db216da8b26206ce64d305706d78d0c05bb6a8ced1ed8df27813bd0f94d70f
-DIST Net-DNS-1.09.tar.gz 259772 BLAKE2B 99bc77df46d3cb0be5e610e5dd8447417e61362fda506f98998e49d84797f3df21318bc51f72207372680a8005d2307b33939f04edcff3a0b858c37077b159d7 SHA512 82dbdf9e38992fab34687a204520d7311d688830aadee329039595d0ac52d4c485cc90b1388af3abfa4c16c70aa619b22c6cded264807cd759898de5e3b76273
 DIST Net-DNS-1.10.tar.gz 261413 BLAKE2B 99dce8425b0ea2d541fa3a91e9d77ba819f31a3e4f8e53249391b06dadee61a43d60c4c0d72bd5e1b80c2b1d228da49937e7b073ce2201b0cb01b5bc83972418 SHA512 2184b0d35f7002d793b10238582ca80d9d1ee06543f10b287e7cb77e5234efc49865ea6b2a87184c45b002bba0b42ad3fd84ff8743f79e2841ccecb597b98962
 DIST Net-DNS-1.13.tar.gz 251658 BLAKE2B 3ade04bea24455f6a4dc2d3a5b3dd40f19bd1638945d3622b40feb5bf0e6e6fddb5fe5636fce57d3b5ec270dee4c666aa5b4062113a25b7b483eeff93379678c SHA512 ac42d5b5d1849de11813404b9915f2b54cc4d44e2f6a52c8c5c714ae30bab594b2d27701957238c1dbb09544320822c25f19ff50ce33210c289379aa67400636

diff --git a/dev-perl/Net-DNS/Net-DNS-1.70.0.ebuild b/dev-perl/Net-DNS/Net-DNS-1.70.0.ebuild
deleted file mode 100644
index 163047ff982..00000000000
--- a/dev-perl/Net-DNS/Net-DNS-1.70.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NLNETLABS
-DIST_VERSION=1.07
-DIST_EXAMPLES=( "contrib" "demo" )
-inherit toolchain-funcs perl-module
-
-DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="ipv6 test minimal"
-
-PDEPEND="!minimal? ( >=dev-perl/Net-DNS-SEC-1.10.0 )"
-RDEPEND="
-	>=dev-perl/Digest-HMAC-1.30.0
-	>=virtual/perl-Digest-MD5-2.130.0
-	>=virtual/perl-Digest-SHA-5.230.0
-	>=virtual/perl-File-Spec-0.860.0
-	>=virtual/perl-MIME-Base64-2.110.0
-	>=virtual/perl-Time-Local-1.190.0
-	ipv6? (
-		dev-perl/IO-Socket-INET6
-	)
-	!minimal? (
-		>=dev-perl/Digest-BubbleBabble-0.10.0
-		>=dev-perl/Digest-GOST-0.60.0
-		>=virtual/perl-IO-Socket-IP-0.320.0
-		>=dev-perl/IO-Socket-INET6-2.510.0
-		>=dev-perl/Net-LibIDN-0.120.0
-		>=virtual/perl-Scalar-List-Utils-1.250.0
-	)
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.520.0
-	)
-"
-
-src_prepare() {
-	perl-module_src_prepare
-	mydoc="TODO"
-	# --IPv6-tests requires that you have external IPv6 connectivity
-	# as it connects to 2001:7b8:206:1:0:1234:be21:e31e
-	myconf="${myconf} --no-online-tests --no-IPv6-tests"
-}
-
-src_compile() {
-	emake FULL_AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}
-src_test() {
-	perl_rm_files t/00-pod.t
-	perl-module_src_test
-}

diff --git a/dev-perl/Net-DNS/Net-DNS-1.80.0.ebuild b/dev-perl/Net-DNS/Net-DNS-1.80.0.ebuild
deleted file mode 100644
index e7a707a8b98..00000000000
--- a/dev-perl/Net-DNS/Net-DNS-1.80.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NLNETLABS
-DIST_VERSION=1.08
-DIST_EXAMPLES=( "contrib" "demo" )
-inherit toolchain-funcs perl-module
-
-DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
-IUSE="+ipv6 test minimal"
-
-PDEPEND="!minimal? ( >=dev-perl/Net-DNS-SEC-1.10.0 )"
-RDEPEND="
-	>=dev-perl/Digest-HMAC-1.30.0
-	>=virtual/perl-Digest-MD5-2.130.0
-	>=virtual/perl-Digest-SHA-5.230.0
-	>=virtual/perl-File-Spec-0.860.0
-	>=virtual/perl-MIME-Base64-2.110.0
-	>=virtual/perl-Time-Local-1.190.0
-	ipv6? (
-		|| (
-			>=virtual/perl-IO-Socket-IP-0.320.0
-			>=dev-perl/IO-Socket-INET6-2.510.0
-		)
-	)
-	!minimal? (
-		>=dev-perl/Digest-BubbleBabble-0.10.0
-		>=dev-perl/Digest-GOST-0.60.0
-		>=dev-perl/Net-LibIDN-0.120.0
-		>=virtual/perl-Scalar-List-Utils-1.250.0
-	)
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.520.0
-	)
-"
-
-src_prepare() {
-	perl-module_src_prepare
-	mydoc="TODO"
-	# --IPv6-tests requires that you have external IPv6 connectivity
-	# as it connects to 2001:7b8:206:1:0:1234:be21:e31e
-	myconf="${myconf} --no-online-tests --no-IPv6-tests"
-}
-
-src_compile() {
-	emake FULL_AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}
-src_test() {
-	perl_rm_files t/00-pod.t
-	perl-module_src_test
-}

diff --git a/dev-perl/Net-DNS/Net-DNS-1.90.0.ebuild b/dev-perl/Net-DNS/Net-DNS-1.90.0.ebuild
deleted file mode 100644
index 9b95e24eda0..00000000000
--- a/dev-perl/Net-DNS/Net-DNS-1.90.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NLNETLABS
-DIST_VERSION=1.09
-DIST_EXAMPLES=( "contrib" "demo" )
-inherit toolchain-funcs perl-module
-
-DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+ipv6 test minimal"
-
-PDEPEND="!minimal? ( >=dev-perl/Net-DNS-SEC-1.10.0 )"
-RDEPEND="
-	>=dev-perl/Digest-HMAC-1.30.0
-	>=virtual/perl-Digest-MD5-2.130.0
-	>=virtual/perl-Digest-SHA-5.230.0
-	>=virtual/perl-File-Spec-0.860.0
-	>=virtual/perl-MIME-Base64-2.110.0
-	>=virtual/perl-Time-Local-1.190.0
-	ipv6? (
-		|| (
-			>=virtual/perl-IO-Socket-IP-0.320.0
-			>=dev-perl/IO-Socket-INET6-2.510.0
-		)
-	)
-	!minimal? (
-		>=dev-perl/Digest-BubbleBabble-0.10.0
-		>=dev-perl/Digest-GOST-0.60.0
-		>=dev-perl/Net-LibIDN-0.120.0
-		>=virtual/perl-Scalar-List-Utils-1.250.0
-	)
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.520.0
-	)
-"
-
-src_prepare() {
-	perl-module_src_prepare
-	mydoc="TODO"
-	# --IPv6-tests requires that you have external IPv6 connectivity
-	# as it connects to 2001:7b8:206:1:0:1234:be21:e31e
-	myconf="${myconf} --no-online-tests --no-IPv6-tests"
-}
-
-src_compile() {
-	emake FULL_AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}
-src_test() {
-	perl_rm_files t/00-pod.t
-	perl-module_src_test
-}


             reply	other threads:[~2018-12-22 16:50 UTC|newest]

Thread overview: 108+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-22 16:50 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-05 23:31 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DNS/ Jakov Smolić
2025-03-05 23:31 Jakov Smolić
2025-03-03 20:52 Sam James
2025-03-03 20:34 Sam James
2025-02-26  7:45 Sam James
2025-01-18  7:11 Arthur Zamarin
2025-01-12 13:16 Sam James
2025-01-12 13:00 Sam James
2025-01-12 12:58 Sam James
2025-01-12 12:58 Sam James
2025-01-12 12:58 Sam James
2025-01-12 12:58 Sam James
2024-11-14  2:47 Sam James
2024-11-14  2:47 Sam James
2024-11-14  2:47 Sam James
2024-11-14  2:47 Sam James
2024-11-14  2:47 Sam James
2024-11-14  2:47 Sam James
2024-10-14  3:50 Sam James
2024-06-09 21:18 Sam James
2024-06-09 21:18 Sam James
2024-05-03  4:15 Sam James
2023-08-31  4:40 Sam James
2023-07-27 10:22 WANG Xuerui
2023-06-21  9:12 Arthur Zamarin
2023-06-21  9:12 Arthur Zamarin
2023-06-21  9:12 Arthur Zamarin
2023-06-21  8:18 Arthur Zamarin
2023-06-21  8:18 Sam James
2023-06-21  8:18 Sam James
2023-06-21  8:16 Arthur Zamarin
2023-06-02 22:35 Sam James
2023-05-10 18:49 Sam James
2023-03-14  2:00 Sam James
2022-12-18 11:47 Sam James
2022-12-18 11:44 Sam James
2022-06-01  2:06 Sam James
2022-02-19 12:02 Arthur Zamarin
2022-02-19 12:02 Arthur Zamarin
2022-02-19  9:13 Arthur Zamarin
2022-02-19  8:11 Arthur Zamarin
2022-02-19  7:19 Arthur Zamarin
2022-02-19  3:41 Sam James
2022-02-19  3:02 Sam James
2021-11-20 17:59 Andreas K. Hüttel
2021-11-20 17:59 Andreas K. Hüttel
2021-08-26 14:55 Sam James
2021-08-26 14:52 Sam James
2021-08-25 16:26 Sam James
2021-08-25  6:00 Agostino Sarubbo
2021-08-25  5:25 Agostino Sarubbo
2021-07-15 22:18 Sergei Trofimovich
2021-07-13 20:05 Sam James
2021-07-12  6:41 Sam James
2021-07-12  1:18 Sam James
2021-07-12  1:16 Sam James
2021-07-12  1:06 Sam James
2021-07-11 21:59 Andreas K. Hüttel
2021-07-11 20:15 Andreas K. Hüttel
2020-07-18  5:07 Kent Fredric
2020-07-06  2:51 Matt Turner
2020-05-22 19:22 Robin H. Johnson
2020-04-15  7:08 Agostino Sarubbo
2020-04-14 15:45 Agostino Sarubbo
2020-04-14 14:03 Agostino Sarubbo
2020-04-12 18:27 Sergei Trofimovich
2020-04-12 11:39 Mart Raudsepp
2020-04-12  9:34 Sergei Trofimovich
2019-10-12 11:35 Andreas K. Hüttel
2019-04-01 19:33 Andreas Sturmlechner
2018-12-22 16:50 Andreas K. Hüttel
2018-10-27 12:31 Fabian Groffen
2018-08-20  7:15 Mikle Kolyada
2018-08-20  3:54 Mikle Kolyada
2018-04-28  6:02 Matt Turner
2018-03-26  5:28 Matt Turner
2018-01-05  7:32 Sergei Trofimovich
2017-12-31 21:37 Sergei Trofimovich
2017-12-25 11:42 Markus Meier
2017-12-21 13:40 Sergei Trofimovich
2017-12-09 11:31 Sergei Trofimovich
2017-12-08 23:31 Sergei Trofimovich
2017-12-05  8:45 Sergei Trofimovich
2017-12-04  1:46 Kent Fredric
2017-11-24 22:40 Sergei Trofimovich
2017-11-24 22:25 Sergei Trofimovich
2017-11-24  6:15 Markus Meier
2017-11-09  0:07 Matt Turner
2017-11-07 22:52 Sergei Trofimovich
2017-10-29 10:45 Sergei Trofimovich
2017-09-19 19:29 Sergei Trofimovich
2017-08-11 22:53 Sergei Trofimovich
2017-06-29  8:06 Agostino Sarubbo
2017-05-29 23:24 Kent Fredric
2017-05-25 20:04 Michael Weber
2017-04-19  7:02 Jeroen Roovers
2017-04-05 10:50 Michael Weber
2017-03-24 14:03 Kent Fredric
2017-03-20 22:45 Kent Fredric
2017-03-15 18:54 Matt Turner
2017-02-20 17:51 Markus Meier
2017-01-26 16:08 Tobias Klausmann
2017-01-07 21:14 Kent Fredric
2016-08-04 20:43 Kent Fredric
2016-04-02 12:45 Agostino Sarubbo
2016-03-30 23:19 Andreas Hüttel
2015-12-26 12:53 Andreas Hüttel

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=1545497421.a9855eb9589f4f147e69c0a71a59db5008547386.dilfridge@gentoo \
    --to=dilfridge@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