From f2f41121bde927585b39258199a21282828bf859 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Sat, 31 Mar 2012 07:43:24 +0000 Subject: Cleanup Package-Manager: portage-2.2.0_alpha96/cvs/Linux x86_64 --- dev-perl/Mail-DKIM/ChangeLog | 5 ++++- dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild | 31 ------------------------------- 2 files changed, 4 insertions(+), 32 deletions(-) delete mode 100644 dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild (limited to 'dev-perl/Mail-DKIM') diff --git a/dev-perl/Mail-DKIM/ChangeLog b/dev-perl/Mail-DKIM/ChangeLog index d3a6df940c4e..4ba37d90b000 100644 --- a/dev-perl/Mail-DKIM/ChangeLog +++ b/dev-perl/Mail-DKIM/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Mail-DKIM # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.59 2012/03/25 16:34:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.60 2012/03/31 07:07:55 tove Exp $ + + 31 Mar 2012; Torsten Veller -Mail-DKIM-0.38.ebuild: + Cleanup 25 Mar 2012; Raúl Porcel Mail-DKIM-0.390.0.ebuild: ia64/s390/sh/sparc stable wrt #400167 diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild deleted file mode 100644 index aa445cf7d5e8..000000000000 --- a/dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild,v 1.7 2010/10/10 16:07:53 armin76 Exp $ - -EAPI=2 - -MODULE_AUTHOR=JASLONG -inherit perl-module - -DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures" - -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24 - virtual/perl-Digest-SHA - virtual/perl-MIME-Base64 - dev-perl/Net-DNS - dev-perl/MailTools" -RDEPEND="${DEPEND}" - -SRC_TEST="do" - -src_test(){ - # disable online tests - for test in policy public_key verifier ; do - mv "${S}"/t/${test}.t{,.disable} - done - perl-module_src_test -} -- cgit v1.2.3-65-gdbad