diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-02 10:29:06 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-02 10:29:06 +0000 |
commit | 1bd387a5f3d70bc14b85debc7949e9d494289cfe (patch) | |
tree | 8f736bbd00d6f7fd48657ebdedb6ff3f612a44a1 /dev-perl/Mail-DomainKeys | |
parent | New package to fulfill some test-deps (diff) | |
download | gentoo-2-1bd387a5f3d70bc14b85debc7949e9d494289cfe.tar.gz gentoo-2-1bd387a5f3d70bc14b85debc7949e9d494289cfe.tar.bz2 gentoo-2-1bd387a5f3d70bc14b85debc7949e9d494289cfe.zip |
Version bump; added test-use and new test-dep
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'dev-perl/Mail-DomainKeys')
-rw-r--r-- | dev-perl/Mail-DomainKeys/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.82.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Mail-DomainKeys/files/digest-Mail-DomainKeys-0.82 | 3 |
3 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Mail-DomainKeys/ChangeLog b/dev-perl/Mail-DomainKeys/ChangeLog index 350e3cd139ce..781e5562f311 100644 --- a/dev-perl/Mail-DomainKeys/ChangeLog +++ b/dev-perl/Mail-DomainKeys/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Mail-DomainKeys # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.9 2006/06/12 15:44:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.10 2006/07/02 10:29:06 ian Exp $ + +*Mail-DomainKeys-0.82 (02 Jul 2006) + + 02 Jul 2006; Christian Hartmann <ian@gentoo.org> + +Mail-DomainKeys-0.82.ebuild: + Version bump; added test-use and new test-dep; dropped all keywords but x86 + because of new dep 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> Mail-DomainKeys-0.80.ebuild: diff --git a/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.82.ebuild b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.82.ebuild new file mode 100644 index 000000000000..ffb2531d4764 --- /dev/null +++ b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.82.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.82.ebuild,v 1.1 2006/07/02 10:29:06 ian Exp $ + +inherit perl-module + +DESCRIPTION="A perl implementation of DomainKeys" +HOMEPAGE="http://search.cpan.org/~anthonyu/${P}" +SRC_URI="mirror://cpan/authors/id/A/AN/ANTHONYU/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~x86" +IUSE="test" +SRC_TEST="do" + +DEPEND=">=dev-perl/Net-DNS-0.34 + dev-perl/MailTools + dev-perl/Crypt-OpenSSL-RSA + test? ( dev-perl/Email-Address )" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Mail-DomainKeys/files/digest-Mail-DomainKeys-0.82 b/dev-perl/Mail-DomainKeys/files/digest-Mail-DomainKeys-0.82 new file mode 100644 index 000000000000..c13045dc4248 --- /dev/null +++ b/dev-perl/Mail-DomainKeys/files/digest-Mail-DomainKeys-0.82 @@ -0,0 +1,3 @@ +MD5 55153dae35c57bc374f6e2cca2131031 Mail-DomainKeys-0.82.tar.gz 9117 +RMD160 fe6a1ffd57b9182b7ae069d1d65f5ab9195fad99 Mail-DomainKeys-0.82.tar.gz 9117 +SHA256 a18ad65683e6d1d4852295aa5ff71354a4bca8d2dd978170a7f0b14e5664f963 Mail-DomainKeys-0.82.tar.gz 9117 |