diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-09-14 17:37:53 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-09-14 17:37:53 +0000 |
commit | dafe0dad601f645304db244a5d1676faf05d0b2d (patch) | |
tree | da6c4215de0f9e864255ad3a08b0d658b3505725 /dev-perl/Mail-DKIM | |
parent | Stable on hppa wrt security #146486 (diff) | |
download | gentoo-2-dafe0dad601f645304db244a5d1676faf05d0b2d.tar.gz gentoo-2-dafe0dad601f645304db244a5d1676faf05d0b2d.tar.bz2 gentoo-2-dafe0dad601f645304db244a5d1676faf05d0b2d.zip |
Version bump
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-perl/Mail-DKIM')
-rw-r--r-- | dev-perl/Mail-DKIM/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Mail-DKIM/Mail-DKIM-0.19.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/Mail-DKIM/files/digest-Mail-DKIM-0.19 | 3 |
3 files changed, 37 insertions, 1 deletions
diff --git a/dev-perl/Mail-DKIM/ChangeLog b/dev-perl/Mail-DKIM/ChangeLog index bdabe1da5c9d..aae972887326 100644 --- a/dev-perl/Mail-DKIM/ChangeLog +++ b/dev-perl/Mail-DKIM/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-DKIM # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.3 2006/08/05 13:47:19 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.4 2006/09/14 17:37:53 yuval Exp $ + +*Mail-DKIM-0.19 (14 Sep 2006) + + 14 Sep 2006; Yuval Yaari <yuval@gentoo.org> +Mail-DKIM-0.19.ebuild: + Version bump 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Mail-DKIM-0.17.ebuild, Mail-DKIM-0.18.ebuild: diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.19.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.19.ebuild new file mode 100644 index 000000000000..c01c18184ee7 --- /dev/null +++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.19.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 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.19.ebuild,v 1.1 2006/09/14 17:37:53 yuval 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-Bignum + dev-perl/Crypt-OpenSSL-RSA + dev-perl/crypt-rsa + dev-perl/Digest-SHA + dev-perl/Digest-SHA1 + virtual/perl-MIME-Base64 + dev-perl/Net-DNS + dev-perl/MailTools + dev-perl/Error + dev-lang/perl" +RDEPEND="${DEPEND}" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" +IUSE="" +SRC_TEST="do" + + diff --git a/dev-perl/Mail-DKIM/files/digest-Mail-DKIM-0.19 b/dev-perl/Mail-DKIM/files/digest-Mail-DKIM-0.19 new file mode 100644 index 000000000000..62b45c69d273 --- /dev/null +++ b/dev-perl/Mail-DKIM/files/digest-Mail-DKIM-0.19 @@ -0,0 +1,3 @@ +MD5 f5f0575f5446a2d0c7b0dbac422b33c4 Mail-DKIM-0.19.tar.gz 31936 +RMD160 1672d89d9a3198aa6b7f49a7829ae7d7bd045dad Mail-DKIM-0.19.tar.gz 31936 +SHA256 b568e7bb6bb61e5d62c52a1e204ed3cf1860c13807df68e63852d148279510ea Mail-DKIM-0.19.tar.gz 31936 |