diff options
author | 2011-08-30 10:53:37 +0000 | |
---|---|---|
committer | 2011-08-30 10:53:37 +0000 | |
commit | 17073036c8d7782cc6ced4b849a98f2749526ba6 (patch) | |
tree | 22729497425ae7fce500399415c8c1eb8d3ca361 /dev-perl/Mail-DomainKeys | |
parent | Support for LZMA as written by Oschtan in bug #357703. Ported to EAPI 4. (diff) | |
download | historical-17073036c8d7782cc6ced4b849a98f2749526ba6.tar.gz historical-17073036c8d7782cc6ced4b849a98f2749526ba6.tar.bz2 historical-17073036c8d7782cc6ced4b849a98f2749526ba6.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
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-1.0.0.ebuild | 23 |
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" |