diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-08 19:08:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-08 19:08:20 +0000 |
commit | e0fcda04dea150385002581f682c1dc7d289b4f0 (patch) | |
tree | b3e72f64a70cb3bdb90e5676ec10e78670287247 /dev-perl/Regexp-Shellish | |
parent | Removed call to pwconv. Pointed out by Tobias Hahn <tobhahn at web.de>, bug #... (diff) | |
download | historical-e0fcda04dea150385002581f682c1dc7d289b4f0.tar.gz historical-e0fcda04dea150385002581f682c1dc7d289b4f0.tar.bz2 historical-e0fcda04dea150385002581f682c1dc7d289b4f0.zip |
Mark 0.93 stable on alpha
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-perl/Regexp-Shellish')
-rw-r--r-- | dev-perl/Regexp-Shellish/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Regexp-Shellish/ChangeLog b/dev-perl/Regexp-Shellish/ChangeLog index 3192d24c5f9f..984376902ee6 100644 --- a/dev-perl/Regexp-Shellish/ChangeLog +++ b/dev-perl/Regexp-Shellish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Regexp-Shellish # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.6 2005/08/26 00:07:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.7 2005/09/08 19:08:20 agriffis Exp $ + + 08 Sep 2005; Aron Griffis <agriffis@gentoo.org> + Regexp-Shellish-0.93.ebuild: + Mark 0.93 stable on alpha 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> Regexp-Shellish-0.93.ebuild: diff --git a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild index 29545c4d9d65..26757d40e532 100644 --- a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild +++ b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.8 2005/08/26 00:07:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.9 2005/09/08 19:08:20 agriffis Exp $ inherit perl-module @@ -11,5 +11,5 @@ SRC_URI="mirror://cpan/authors/id/R/RB/RBS/${P}.tar.gz" SLOT="0" LICENSE="Artistic" SRC_TEST="do" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="" |