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-SRS/Mail-SRS-0.310.0.ebuild | |
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-SRS/Mail-SRS-0.310.0.ebuild')
-rw-r--r-- | dev-perl/Mail-SRS/Mail-SRS-0.310.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Mail-SRS/Mail-SRS-0.310.0.ebuild b/dev-perl/Mail-SRS/Mail-SRS-0.310.0.ebuild new file mode 100644 index 000000000000..1dab7c290fd3 --- /dev/null +++ b/dev-perl/Mail-SRS/Mail-SRS-0.310.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/Mail-SRS-0.310.0.ebuild,v 1.1 2011/08/30 10:44:40 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SHEVEK +MODULE_VERSION=0.31 +inherit perl-module + +DESCRIPTION="Interface to Sender Rewriting Scheme" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/Digest-HMAC-1.01-r1 + >=dev-perl/MLDBM-2.01 + >=virtual/perl-DB_File-1.807 + >=virtual/perl-Digest-MD5-2.33 + >=virtual/perl-Storable-2.04-r1" +DEPEND="${RDEPEND} + test? ( + >=dev-perl/Test-Pod-1.00 + >=dev-perl/Test-Pod-Coverage-0.02 + )" + +SRC_TEST="do" |