diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:47:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:47:03 +0000 |
commit | af9f222ca160410f227c922f8dde1d42166aec18 (patch) | |
tree | d6fc837b88a7bf2fee7acd5153f85ef764ea3921 /dev-perl/Text-Shellwords | |
parent | Missing x11-proto/inputproto dep wrt #228233. (diff) | |
download | historical-af9f222ca160410f227c922f8dde1d42166aec18.tar.gz historical-af9f222ca160410f227c922f8dde1d42166aec18.tar.bz2 historical-af9f222ca160410f227c922f8dde1d42166aec18.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/Text-Shellwords')
-rw-r--r-- | dev-perl/Text-Shellwords/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild | 23 |
2 files changed, 6 insertions, 25 deletions
diff --git a/dev-perl/Text-Shellwords/ChangeLog b/dev-perl/Text-Shellwords/ChangeLog index 082cb8ed749c..d70545bf7c31 100644 --- a/dev-perl/Text-Shellwords/ChangeLog +++ b/dev-perl/Text-Shellwords/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Shellwords -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v 1.24 2007/03/05 12:33:41 ticho Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v 1.25 2009/05/02 09:44:16 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + -Text-Shellwords-1.07.ebuild: + Cleanup 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Text-Shellwords-1.08.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild b/dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild deleted file mode 100644 index 8ae627d670ac..000000000000 --- a/dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild +++ /dev/null @@ -1,23 +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/Text-Shellwords/Text-Shellwords-1.07.ebuild,v 1.13 2007/07/10 23:33:29 mr_bones_ Exp $ - -IUSE="" - -inherit perl-module - -MY_P=Text-Shellwords-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Provides shellwords() routine which parses lines of text and returns a set of tokens using the same rules that the Unix shell does." - -SRC_URI="mirror://cpan/authors/id/L/LD/LDS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~lds/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |