diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-01 21:21:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-01 21:21:45 +0000 |
commit | 38283a052f1d11eaa9752b3077a6e9049b5891e5 (patch) | |
tree | 9f9e1e907fe819802a8c56d192e4a73b1085cd30 /dev-perl/Proc-Simple | |
parent | Rename "wxwindows" USE flag to "wxwidgets". (diff) | |
download | historical-38283a052f1d11eaa9752b3077a6e9049b5891e5.tar.gz historical-38283a052f1d11eaa9752b3077a6e9049b5891e5.tar.bz2 historical-38283a052f1d11eaa9752b3077a6e9049b5891e5.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/Proc-Simple')
-rw-r--r-- | dev-perl/Proc-Simple/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.23.ebuild | 16 |
3 files changed, 5 insertions, 34 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index 0602ca844a89..56b4450f07d2 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.23 2009/03/20 15:52:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.24 2009/05/01 21:06:16 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -Proc-Simple-1.21.ebuild, + -Proc-Simple-1.23.ebuild: + Cleanup *Proc-Simple-1.24 (20 Mar 2009) diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild deleted file mode 100644 index 7b9e4f8dbe02..000000000000 --- a/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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.13 2007/07/10 23:33:28 mr_bones_ 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" diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.23.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.23.ebuild deleted file mode 100644 index 1cecb0779bb2..000000000000 --- a/dev-perl/Proc-Simple/Proc-Simple-1.23.ebuild +++ /dev/null @@ -1,16 +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.23.ebuild,v 1.1 2008/07/22 09:53:26 tove Exp $ - -MODULE_AUTHOR=MSCHILLI -inherit perl-module - -DESCRIPTION="Perl Proc-Simple - Launch and control background processes." -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |