diff options
author | 2007-10-19 21:28:08 +0000 | |
---|---|---|
committer | 2007-10-19 21:28:08 +0000 | |
commit | 9d72fe0fd010f6a5e93630891bd69efb8682c842 (patch) | |
tree | 23400c998a34c8b53f1716f5a2b49dee296057fd /dev-perl/Email-Simple-Creator/Email-Simple-Creator-1.422.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-9d72fe0fd010f6a5e93630891bd69efb8682c842.tar.gz gentoo-2-9d72fe0fd010f6a5e93630891bd69efb8682c842.tar.bz2 gentoo-2-9d72fe0fd010f6a5e93630891bd69efb8682c842.zip |
Version bump
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-perl/Email-Simple-Creator/Email-Simple-Creator-1.422.ebuild')
-rw-r--r-- | dev-perl/Email-Simple-Creator/Email-Simple-Creator-1.422.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Email-Simple-Creator/Email-Simple-Creator-1.422.ebuild b/dev-perl/Email-Simple-Creator/Email-Simple-Creator-1.422.ebuild new file mode 100644 index 000000000000..a233adada70b --- /dev/null +++ b/dev-perl/Email-Simple-Creator/Email-Simple-Creator-1.422.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Simple-Creator/Email-Simple-Creator-1.422.ebuild,v 1.1 2007/10/19 21:28:07 ian Exp $ + +inherit perl-module versionator + +MY_P="${PN}-$(delete_version_separator 2)" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Email::Simple constructor for starting anew" +HOMEPAGE="http://search.cpan.org/~rjbs/" +SRC_URI="mirror://cpan/authors/id/R/RJ/RJBS/${MY_P}.tar.gz" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND="dev-perl/Email-Date + virtual/perl-Test-Simple + dev-perl/Email-Simple + dev-lang/perl" + +SRC_TEST="do" |