diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-07-18 16:45:21 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-07-18 16:45:21 +0000 |
commit | a508110e517985cd3a85da5bedc46bd7a9fece9d (patch) | |
tree | af893b5b39f7349a8c2fcc515f938a10c1237d4f /dev-perl/String-ShellQuote | |
parent | + ~amd64 keyword (diff) | |
download | historical-a508110e517985cd3a85da5bedc46bd7a9fece9d.tar.gz historical-a508110e517985cd3a85da5bedc46bd7a9fece9d.tar.bz2 historical-a508110e517985cd3a85da5bedc46bd7a9fece9d.zip |
Stable on alpha.
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/String-ShellQuote')
-rw-r--r-- | dev-perl/String-ShellQuote/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/String-ShellQuote/ChangeLog b/dev-perl/String-ShellQuote/ChangeLog index 9e42aa2e7375..a79686f57c8d 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v 1.21 2006/07/10 22:13:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v 1.22 2006/07/18 16:41:47 kloeri Exp $ + + 18 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> + String-ShellQuote-1.03.ebuild: + Stable on alpha. 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> String-ShellQuote-1.03.ebuild: diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild b/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild index 36d12ac1e551..79fbfaf55e9b 100644 --- a/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild +++ b/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.03.ebuild,v 1.5 2006/07/10 22:13:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild,v 1.6 2006/07/18 16:41:47 kloeri Exp $ inherit perl-module @@ -10,5 +10,5 @@ HOMEPAGE="http://search.cpan.org/~rosch/${P}/" SLOT="0" LICENSE="Artistic" -KEYWORDS="~alpha ~amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86" +KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86" IUSE="" |