diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-06 15:57:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-06 15:57:12 +0000 |
commit | 73539fc9ceed9850976bbd7d1a5cb8728827ff5a (patch) | |
tree | 600a109a66b884f5a390abeff1cb8f54daee3097 /dev-perl/Proc-Simple | |
parent | version bump (diff) | |
download | historical-73539fc9ceed9850976bbd7d1a5cb8728827ff5a.tar.gz historical-73539fc9ceed9850976bbd7d1a5cb8728827ff5a.tar.bz2 historical-73539fc9ceed9850976bbd7d1a5cb8728827ff5a.zip |
Cleanup
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-perl/Proc-Simple')
-rw-r--r-- | dev-perl/Proc-Simple/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.22.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index cdc842348e64..ff4940941caa 100644 --- a/dev-perl/Proc-Simple/ChangeLog +++ b/dev-perl/Proc-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Proc-Simple # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.27 2009/05/04 15:52:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.28 2009/05/06 15:48:08 tove Exp $ + + 06 May 2009; Torsten Veller <tove@gentoo.org> -Proc-Simple-1.22.ebuild: + Cleanup 04 May 2009; Raúl Porcel <armin76@gentoo.org> Proc-Simple-1.24.ebuild: ia64/sparc stable wrt #268176 diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.22.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.22.ebuild deleted file mode 100644 index 04143118a65f..000000000000 --- a/dev-perl/Proc-Simple/Proc-Simple-1.22.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 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.22.ebuild,v 1.4 2008/01/13 21:43:46 dertobi123 Exp $ - -inherit perl-module - -DESCRIPTION="Perl Proc-Simple - Launch and control background processes." -HOMEPAGE="http://search.cpan.org/~mschilli/" -SRC_URI="mirror://cpan/authors/id/M/MS/MSCHILLI/${P}.tar.gz" -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ia64 ppc sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |