diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-06 15:48:08 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-06 15:48:08 +0000 |
commit | 3d33c751018d4846efdec3a96b9ada2e24606052 (patch) | |
tree | 2e815fb0245f7b834a2b8e05d48322e0c3538a7b /dev-perl/Proc-Simple | |
parent | version bump (diff) | |
download | gentoo-2-3d33c751018d4846efdec3a96b9ada2e24606052.tar.gz gentoo-2-3d33c751018d4846efdec3a96b9ada2e24606052.tar.bz2 gentoo-2-3d33c751018d4846efdec3a96b9ada2e24606052.zip |
Cleanup
(Portage version: 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" |