diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:53:27 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:53:27 +0000 |
commit | bd024517155d1b45d52d076a8f72fd05032a535e (patch) | |
tree | 3265bbdfa15a402494835b8a2f20a6b3835b02e2 /dev-perl/Proc-Simple | |
parent | Version bump, thanks seemant (diff) | |
download | historical-bd024517155d1b45d52d076a8f72fd05032a535e.tar.gz historical-bd024517155d1b45d52d076a8f72fd05032a535e.tar.bz2 historical-bd024517155d1b45d52d076a8f72fd05032a535e.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Proc-Simple')
-rw-r--r-- | dev-perl/Proc-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index 45f80588d99d..82428eb5f436 100644 --- a/dev-perl/Proc-Simple/ChangeLog +++ b/dev-perl/Proc-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Proc-Simple -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.15 2006/08/05 20:07:45 mcummings Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.16 2007/01/19 15:40:08 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Proc-Simple-1.21.ebuild: + Ebuild maintenance 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Proc-Simple-1.21.ebuild: diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild index 836e3e5a8144..146c88e011eb 100644 --- a/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild +++ b/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild,v 1.10 2006/08/05 20:07:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild,v 1.11 2007/01/19 15:40:08 mcummings Exp $ inherit perl-module DESCRIPTION="Perl Proc-Simple - Launch and control background processes." -HOMEPAGE="http://search.cpan.org/~mschilli/${P}" +HOMEPAGE="http://search.cpan.org/~mschilli/" SRC_URI="mirror://cpan/authors/id/M/MS/MSCHILLI/${P}.tar.gz" LICENSE="Artistic" SLOT="0" @@ -16,4 +16,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |