diff options
author | 2009-05-02 10:35:18 +0000 | |
---|---|---|
committer | 2009-05-02 10:35:18 +0000 | |
commit | 806d6b58ad3a88bef86f2f28ac2c4d24c723f2a5 (patch) | |
tree | 4afe864513c6b5b4817b001f11a3edd1420b9631 /dev-perl/String-ShellQuote | |
parent | Include XRandR 1.2 patch by Brian Tarricone wrt #249680. (diff) | |
download | historical-806d6b58ad3a88bef86f2f28ac2c4d24c723f2a5.tar.gz historical-806d6b58ad3a88bef86f2f28ac2c4d24c723f2a5.tar.bz2 historical-806d6b58ad3a88bef86f2f28ac2c4d24c723f2a5.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/String-ShellQuote')
-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" |