diff options
author | 2009-12-24 19:49:50 +0000 | |
---|---|---|
committer | 2009-12-24 19:49:50 +0000 | |
commit | b1066e9ff89556de129c6d025c3ca7fd0779bf02 (patch) | |
tree | d11a82c3bc0676950407705e941a032a0e4132c6 | |
parent | Cleanup (diff) | |
download | gentoo-2-b1066e9ff89556de129c6d025c3ca7fd0779bf02.tar.gz gentoo-2-b1066e9ff89556de129c6d025c3ca7fd0779bf02.tar.bz2 gentoo-2-b1066e9ff89556de129c6d025c3ca7fd0779bf02.zip |
Cleanup
(Portage version: 2.2_rc61/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Mail-DKIM/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Mail-DKIM/Mail-DKIM-0.32.ebuild | 30 |
3 files changed, 5 insertions, 53 deletions
diff --git a/dev-perl/Mail-DKIM/ChangeLog b/dev-perl/Mail-DKIM/ChangeLog index 8bba09e614ed..fb78bfa46b8e 100644 --- a/dev-perl/Mail-DKIM/ChangeLog +++ b/dev-perl/Mail-DKIM/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Mail-DKIM # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.37 2009/11/08 15:01:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.38 2009/12/24 19:49:50 tove Exp $ + + 24 Dec 2009; Torsten Veller <tove@gentoo.org> -Mail-DKIM-0.31.ebuild, + -Mail-DKIM-0.32.ebuild: + Cleanup 08 Nov 2009; Jeroen Roovers <jer@gentoo.org> Mail-DKIM-0.36.ebuild: Stable for HPPA (LuckyLuke). diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild deleted file mode 100644 index b86eabfcb033..000000000000 --- a/dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 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.31.ebuild,v 1.7 2008/11/18 15:14:02 tove Exp $ - -inherit perl-module - -DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures" -SRC_URI="mirror://cpan/authors/id/J/JA/JASLONG/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~jaslong/${P}/" -DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24 - virtual/perl-Digest-SHA - dev-perl/Digest-SHA1 - virtual/perl-MIME-Base64 - dev-perl/Net-DNS - dev-perl/MailTools - dev-lang/perl" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86" -IUSE="" -SRC_TEST="do" diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.32.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.32.ebuild deleted file mode 100644 index db6db6ea0b74..000000000000 --- a/dev-perl/Mail-DKIM/Mail-DKIM-0.32.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 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.32.ebuild,v 1.7 2008/12/08 16:44:21 armin76 Exp $ - -MODULE_AUTHOR=JASLONG -inherit perl-module - -DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha ~amd64 ~hppa 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 - dev-lang/perl" - -SRC_TEST="do" - -src_test(){ - # disable online tests - for test in policy verifier ; do - mv "${S}"/t/${test}.t{,.disable} - done - perl-module_src_test -} |