diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-11-19 08:44:51 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-11-19 08:44:51 +0000 |
commit | 418b9609ae19594992b69da60b8fb03dc672ecb0 (patch) | |
tree | dcb016a29f0e278a793f717d07bb268b6efb700d /dev-perl/Mail-SRS | |
parent | New upstream version. (diff) | |
download | gentoo-2-418b9609ae19594992b69da60b8fb03dc672ecb0.tar.gz gentoo-2-418b9609ae19594992b69da60b8fb03dc672ecb0.tar.bz2 gentoo-2-418b9609ae19594992b69da60b8fb03dc672ecb0.zip |
added tests, rdep, iuse
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'dev-perl/Mail-SRS')
-rw-r--r-- | dev-perl/Mail-SRS/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild | 17 |
2 files changed, 15 insertions, 7 deletions
diff --git a/dev-perl/Mail-SRS/ChangeLog b/dev-perl/Mail-SRS/ChangeLog index f094292f4496..f595a7452455 100644 --- a/dev-perl/Mail-SRS/ChangeLog +++ b/dev-perl/Mail-SRS/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sys-Hostname-Long # Copyright 2000-2006 DataCore GmbH; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/ChangeLog,v 1.1 2006/11/19 05:32:51 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/ChangeLog,v 1.2 2006/11/19 08:44:51 ian Exp $ + + 19 Nov 2006; Christian Hartmann <ian@gentoo.org> Mail-SRS-0.31.ebuild: + added tests, rdep, iuse 19 Nov 2006; William L. Thomson Jr. <wltjr@gentoo.org> ChangeLog: Initial ebuild, needed as a dep for another package already in tree. diff --git a/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild b/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild index ff5d00e8d50c..80e5a57ecb7b 100644 --- a/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild +++ b/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.31.ebuild,v 1.1 2006/11/19 05:32:51 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild,v 1.2 2006/11/19 08:44:51 ian Exp $ inherit perl-module @@ -9,12 +9,17 @@ DESCRIPTION="Interface to Sender Rewriting Scheme" SRC_URI="http://search.cpan.org/CPAN/authors/id/S/SH/SHEVEK/Mail-SRS-${PV}.tar.gz" HOMEPAGE="http://search.cpan.org/CPAN/authors/id/S/SH/SHEVEK/Mail-SRS-${PV}.readme" +KEYWORDS="~amd64 ~x86" +LICENSE="Artistic GPL-2" +IUSE="test" +SRC_TEST="do" +SLOT="0" + DEPEND=">=dev-perl/Digest-HMAC-1.01-r1 >=dev-perl/MLDBM-2.01 >=perl-core/DB_File-1.807 >=perl-core/Digest-MD5-2.33 - >=perl-core/Storable-2.04-r1" - -SLOT="0" -LICENSE="Artistic GPL-2" -KEYWORDS="~amd64 ~x86" + >=perl-core/Storable-2.04-r1 + test? ( >=dev-perl/Test-Pod-1.00 + >=dev-perl/Test-Pod-Coverage-0.02 )" +RDEPEND="${DEPEND}" |