summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-04-24 16:50:09 +0000
committerYuval Yaari <yuval@gentoo.org>2008-04-24 16:50:09 +0000
commitfef3c62d4fd4476ed858bdd94591bbd96c13d0f6 (patch)
tree18ff5066e116cf93b44343d83f7d2c3da401cd27 /dev-perl/Mail-DKIM
parentStable for HPPA (bug #219146). (diff)
downloadgentoo-2-fef3c62d4fd4476ed858bdd94591bbd96c13d0f6.tar.gz
gentoo-2-fef3c62d4fd4476ed858bdd94591bbd96c13d0f6.tar.bz2
gentoo-2-fef3c62d4fd4476ed858bdd94591bbd96c13d0f6.zip
Version bump; got rid of redundant deps (bug #198192, thanks Manuel Mausz)
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/Mail-DKIM')
-rw-r--r--dev-perl/Mail-DKIM/ChangeLog7
-rw-r--r--dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Mail-DKIM/ChangeLog b/dev-perl/Mail-DKIM/ChangeLog
index c2ae0cfd3d93..12a5fae0ac06 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.12 2008/03/12 18:16:15 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.13 2008/04/24 16:50:09 yuval Exp $
+
+*Mail-DKIM-0.31 (24 Apr 2008)
+
+ 24 Apr 2008; Yuval Yaari <yuval@gentoo.org> +Mail-DKIM-0.31.ebuild:
+ Version bump; got rid of redundant deps (bug #198192, thanks Manuel Mausz)
*Mail-DKIM-0.30.1 (12 Mar 2008)
diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild
new file mode 100644
index 000000000000..abeed4f539fa
--- /dev/null
+++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild
@@ -0,0 +1,23 @@
+# 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.1 2008/04/24 16:50:09 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-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"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SRC_TEST="do"