summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-02-04 20:10:48 +0000
committerTorsten Veller <tove@gentoo.org>2010-02-04 20:10:48 +0000
commitc891a5b8d9c7cd9d97c5c076dc27f1aa462b1c88 (patch)
treec3d8ecb3077a6b248d4892f1ede55e2ae0971def /dev-perl/Mail-Procmail
parentFix LICENSE (#301969). Maintenance (diff)
downloadgentoo-2-c891a5b8d9c7cd9d97c5c076dc27f1aa462b1c88.tar.gz
gentoo-2-c891a5b8d9c7cd9d97c5c076dc27f1aa462b1c88.tar.bz2
gentoo-2-c891a5b8d9c7cd9d97c5c076dc27f1aa462b1c88.zip
Fix LICENSE (#301969). Maintenance
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Mail-Procmail')
-rw-r--r--dev-perl/Mail-Procmail/ChangeLog7
-rw-r--r--dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild21
2 files changed, 16 insertions, 12 deletions
diff --git a/dev-perl/Mail-Procmail/ChangeLog b/dev-perl/Mail-Procmail/ChangeLog
index 91bc06e937a5..3bf0701a6d22 100644
--- a/dev-perl/Mail-Procmail/ChangeLog
+++ b/dev-perl/Mail-Procmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Mail-Procmail
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v 1.33 2009/07/06 21:01:00 jer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v 1.34 2010/02/04 20:10:48 tove Exp $
+
+ 04 Feb 2010; Torsten Veller <tove@gentoo.org> Mail-Procmail-1.08.ebuild:
+ Fix LICENSE (#301969). Maintenance
06 Jul 2009; Jeroen Roovers <jer@gentoo.org> Mail-Procmail-1.08.ebuild:
Stable for HPPA too.
diff --git a/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild b/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild
index 9ec7f574025c..a79172579bb7 100644
--- a/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild
+++ b/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild,v 1.14 2009/07/06 21:01:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild,v 1.15 2010/02/04 20:10:48 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=JV
inherit perl-module
-DESCRIPTION="Mail sorting/delivery module for Perl."
-SRC_URI="mirror://cpan/authors/id/J/JV/JV/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~jv/"
+DESCRIPTION="Mail sorting/delivery module for Perl"
-SRC_TEST="do"
SLOT="0"
-LICENSE="Artistic"
KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
IUSE=""
-DEPEND="virtual/perl-Getopt-Long
+RDEPEND="virtual/perl-Getopt-Long
>=dev-perl/MailTools-1.15
- >=dev-perl/LockFile-Simple-0.2.5
- dev-lang/perl"
+ >=dev-perl/LockFile-Simple-0.2.5"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"