Gentoo Archives: gentoo-commits

From: "Yuval Yaari (yuval)" <yuval@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Email-Send: Email-Send-2.192.ebuild
Date: Tue, 29 Apr 2008 06:12:14
Message-Id: E1Jqj4U-0006Ct-45@stork.gentoo.org
1 yuval 08/04/29 06:12:10
2
3 Added: Email-Send-2.192.ebuild
4 Log:
5 Version bump
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-perl/Email-Send/Email-Send-2.192.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Send/Email-Send-2.192.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Send/Email-Send-2.192.ebuild?rev=1.1&content-type=text/plain
13
14 Index: Email-Send-2.192.ebuild
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Send/Email-Send-2.192.ebuild,v 1.1 2008/04/29 06:12:09 yuval Exp $
19
20 inherit perl-module
21
22 DESCRIPTION="Simply Sending Email"
23 HOMEPAGE="http://search.cpan.org/~rjbs/"
24 SRC_URI="mirror://cpan/authors/id/R/RJ/RJBS/${P}.tar.gz"
25
26 IUSE=""
27
28 SLOT="0"
29 LICENSE="|| ( Artistic GPL-2 )"
30 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
31
32 DEPEND="virtual/perl-Test-Simple
33 >=dev-perl/Module-Pluggable-2.97
34 virtual/perl-Scalar-List-Utils
35 >=dev-perl/Return-Value-1.302
36 virtual/perl-File-Spec
37 dev-perl/Email-Simple
38 dev-perl/Email-Address
39 dev-lang/perl"
40
41 SRC_TEST="do"
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list