diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 06:56:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 06:56:02 +0000 |
commit | 5f8ebe39d150e6f49e067f7537e86773bd35924f (patch) | |
tree | 1ea2a08b0a1c6b7e5d745dfd26a10685a2382018 /dev-perl/Proc-Simple | |
parent | Cleanup (diff) | |
download | gentoo-2-5f8ebe39d150e6f49e067f7537e86773bd35924f.tar.gz gentoo-2-5f8ebe39d150e6f49e067f7537e86773bd35924f.tar.bz2 gentoo-2-5f8ebe39d150e6f49e067f7537e86773bd35924f.zip |
Cleanup
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
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.24.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index 3f6e5492fedf..0c4c9918fa8c 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.39 2012/03/25 16:58:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.40 2012/03/31 06:56:02 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> -Proc-Simple-1.24.ebuild: + Cleanup 25 Mar 2012; Raúl Porcel <armin76@gentoo.org> Proc-Simple-1.24.ebuild, Proc-Simple-1.300.0.ebuild: diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.24.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.24.ebuild deleted file mode 100644 index 6d64f0aebfaa..000000000000 --- a/dev-perl/Proc-Simple/Proc-Simple-1.24.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2012 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.24.ebuild,v 1.6 2012/03/25 16:58:34 armin76 Exp $ - -EAPI=2 - -MODULE_AUTHOR=MSCHILLI -inherit perl-module - -DESCRIPTION="Perl Proc-Simple - Launch and control background processes." - -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -SRC_TEST="do" |