summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
commit572cdefa178b10a964077d4623512a79c5297a42 (patch)
treea5fd3c46bbe911c1ad1c057d38f15a2ac2261bb9 /dev-perl/Net-DNS-Async
parentVersion bump to latest release. (diff)
downloadhistorical-572cdefa178b10a964077d4623512a79c5297a42.tar.gz
historical-572cdefa178b10a964077d4623512a79c5297a42.tar.bz2
historical-572cdefa178b10a964077d4623512a79c5297a42.zip
Cleanup
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Net-DNS-Async')
-rw-r--r--dev-perl/Net-DNS-Async/ChangeLog5
-rw-r--r--dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-perl/Net-DNS-Async/ChangeLog b/dev-perl/Net-DNS-Async/ChangeLog
index 3abb59f4262c..3a7a32e8738d 100644
--- a/dev-perl/Net-DNS-Async/ChangeLog
+++ b/dev-perl/Net-DNS-Async/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Net-DNS-Async
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v 1.3 2011/08/29 12:00:52 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v 1.4 2011/09/04 11:23:43 tove Exp $
+
+ 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Net-DNS-Async-1.07.ebuild:
+ Cleanup
*Net-DNS-Async-1.70.0 (29 Aug 2011)
diff --git a/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild b/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild
deleted file mode 100644
index f92059c66808..000000000000
--- a/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild,v 1.3 2009/06/21 12:40:14 tove Exp $
-
-MODULE_AUTHOR="SHEVEK"
-inherit perl-module
-
-DESCRIPTION="Asynchronous DNS helper for high volume applications"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/Net-DNS"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-src_test() {
- # disable online test
- mv "${S}"/t/02_resolve.t{,.disable} || die
- perl-module_src_test
-}