summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-04-09 07:37:03 +0000
committerTorsten Veller <tove@gentoo.org>2010-04-09 07:37:03 +0000
commitf9710ba5729d9a6536a07732f34b5366a5f76d80 (patch)
treec9ac84a7a963a1e69f7cb328b563c2368bffb630 /dev-perl/ParaDNS
parentCleanup (diff)
downloadgentoo-2-f9710ba5729d9a6536a07732f34b5366a5f76d80.tar.gz
gentoo-2-f9710ba5729d9a6536a07732f34b5366a5f76d80.tar.bz2
gentoo-2-f9710ba5729d9a6536a07732f34b5366a5f76d80.zip
Cleanup
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/ParaDNS')
-rw-r--r--dev-perl/ParaDNS/ChangeLog6
-rw-r--r--dev-perl/ParaDNS/ParaDNS-1.8.ebuild24
-rw-r--r--dev-perl/ParaDNS/ParaDNS-1.9.ebuild24
3 files changed, 5 insertions, 49 deletions
diff --git a/dev-perl/ParaDNS/ChangeLog b/dev-perl/ParaDNS/ChangeLog
index 4e71c05a43e9..0647ba2a6b0c 100644
--- a/dev-perl/ParaDNS/ChangeLog
+++ b/dev-perl/ParaDNS/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/ParaDNS
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ParaDNS/ChangeLog,v 1.4 2010/03/05 07:36:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ParaDNS/ChangeLog,v 1.5 2010/04/09 07:37:03 tove Exp $
+
+ 09 Apr 2010; Torsten Veller <tove@gentoo.org> -ParaDNS-1.8.ebuild,
+ -ParaDNS-1.9.ebuild:
+ Cleanup
*ParaDNS-2.0 (05 Mar 2010)
diff --git a/dev-perl/ParaDNS/ParaDNS-1.8.ebuild b/dev-perl/ParaDNS/ParaDNS-1.8.ebuild
deleted file mode 100644
index 85cba8dd9631..000000000000
--- a/dev-perl/ParaDNS/ParaDNS-1.8.ebuild
+++ /dev/null
@@ -1,24 +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/ParaDNS/ParaDNS-1.8.ebuild,v 1.2 2009/04/28 09:11:59 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=MSERGEANT
-inherit perl-module
-
-DESCRIPTION="a DNS lookup class for the Danga::Socket framework"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-perl/Net-DNS
- >=dev-perl/Danga-Socket-1.61"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- perl-module_src_prepare
- # kill AppleDouble encoded Macintosh file
- find "${S}" -name "._*" -delete
-}
diff --git a/dev-perl/ParaDNS/ParaDNS-1.9.ebuild b/dev-perl/ParaDNS/ParaDNS-1.9.ebuild
deleted file mode 100644
index 902d6a7387fd..000000000000
--- a/dev-perl/ParaDNS/ParaDNS-1.9.ebuild
+++ /dev/null
@@ -1,24 +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/ParaDNS/ParaDNS-1.9.ebuild,v 1.1 2009/12/14 18:51:53 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=MSERGEANT
-inherit perl-module
-
-DESCRIPTION="a DNS lookup class for the Danga::Socket framework"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-perl/Net-DNS
- >=dev-perl/Danga-Socket-1.61"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- perl-module_src_prepare
- # kill AppleDouble encoded Macintosh file
- find "${S}" -name "._*" -delete
-}