diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 10:35:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 10:35:18 +0000 |
commit | 3a397df636c95651aaddae425dca7d62059cfdfe (patch) | |
tree | b07624fe512d6fb3f522ff541897f7448b297287 | |
parent | Cleanup (diff) | |
download | gentoo-2-3a397df636c95651aaddae425dca7d62059cfdfe.tar.gz gentoo-2-3a397df636c95651aaddae425dca7d62059cfdfe.tar.bz2 gentoo-2-3a397df636c95651aaddae425dca7d62059cfdfe.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
-rw-r--r-- | dev-perl/String-ShellQuote/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild | 16 |
2 files changed, 6 insertions, 18 deletions
diff --git a/dev-perl/String-ShellQuote/ChangeLog b/dev-perl/String-ShellQuote/ChangeLog index c0a798afa845..dd459cc5e548 100644 --- a/dev-perl/String-ShellQuote/ChangeLog +++ b/dev-perl/String-ShellQuote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/String-ShellQuote -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v 1.28 2007/04/16 06:22:05 corsair Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v 1.29 2009/05/02 10:35:18 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + -String-ShellQuote-1.00-r1.ebuild: + Cleanup 16 Apr 2007; Markus Rothe <corsair@gentoo.org> String-ShellQuote-1.03.ebuild: diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild b/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild deleted file mode 100644 index 337023e2403f..000000000000 --- a/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild +++ /dev/null @@ -1,16 +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/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild,v 1.18 2007/07/10 23:33:26 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="Quote strings for passing through the shell" -SRC_URI="mirror://cpan/authors/id/R/RO/ROSCH/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~rosch/" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~mips" -IUSE="" - -DEPEND="dev-lang/perl" |