summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 10:52:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 10:52:07 +0000
commitc54d94b5f9eca9a39c336c4bd0aeba3ca841f2d1 (patch)
treed8dd94b36145353e8739d898b9b7b9227c457338 /dev-perl/Mail-DomainKeys
parentChange version scheme (diff)
downloadgentoo-2-c54d94b5f9eca9a39c336c4bd0aeba3ca841f2d1.tar.gz
gentoo-2-c54d94b5f9eca9a39c336c4bd0aeba3ca841f2d1.tar.bz2
gentoo-2-c54d94b5f9eca9a39c336c4bd0aeba3ca841f2d1.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Mail-DomainKeys')
-rw-r--r--dev-perl/Mail-DomainKeys/ChangeLog9
-rw-r--r--dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Mail-DomainKeys/ChangeLog b/dev-perl/Mail-DomainKeys/ChangeLog
index f8b70f3793f6..38d740bcfd34 100644
--- a/dev-perl/Mail-DomainKeys/ChangeLog
+++ b/dev-perl/Mail-DomainKeys/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Mail-DomainKeys
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.32 2010/01/10 17:02:49 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.33 2011/08/30 10:52:07 tove Exp $
+
+*Mail-DomainKeys-1.0.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Mail-DomainKeys-1.0.0.ebuild:
+ Change version scheme
10 Jan 2010; Fabian Groffen <grobian@gentoo.org>
Mail-DomainKeys-1.0.ebuild:
diff --git a/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild
new file mode 100644
index 000000000000..1ac374bd26bc
--- /dev/null
+++ b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0.ebuild,v 1.1 2011/08/30 10:52:07 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=ANTHONYU
+MODULE_VERSION=1.0
+inherit perl-module
+
+DESCRIPTION="A perl implementation of DomainKeys"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND=">=dev-perl/Net-DNS-0.34
+ dev-perl/MailTools
+ dev-perl/Crypt-OpenSSL-RSA"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Email-Address )"
+
+SRC_TEST="do"