diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-04 20:10:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-04 20:10:48 +0000 |
commit | 0785a0975024ec0f8fd062cbd83a35a60918027e (patch) | |
tree | b4682f6353faf12aad2a361be82e596c30efe1b6 /dev-perl/Mail-Procmail | |
parent | Delete older ebuild. (diff) | |
download | historical-0785a0975024ec0f8fd062cbd83a35a60918027e.tar.gz historical-0785a0975024ec0f8fd062cbd83a35a60918027e.tar.bz2 historical-0785a0975024ec0f8fd062cbd83a35a60918027e.zip |
Fix LICENSE (#301969). Maintenance
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Mail-Procmail')
-rw-r--r-- | dev-perl/Mail-Procmail/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild | 21 |
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" |