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 | ce34cee7689313a9d8388bfb6e0447a8c7bb0f8f (patch) | |
tree | f744dc956e2f3eb1b83d022653cfd9fe2d0bbc86 /dev-perl/Regexp-Shellish | |
parent | Removed call to pwconv. Pointed out by Tobias Hahn <tobhahn at web.de>, bug #... (diff) | |
download | gentoo-2-ce34cee7689313a9d8388bfb6e0447a8c7bb0f8f.tar.gz gentoo-2-ce34cee7689313a9d8388bfb6e0447a8c7bb0f8f.tar.bz2 gentoo-2-ce34cee7689313a9d8388bfb6e0447a8c7bb0f8f.zip |
Mark 0.93 stable on alpha
(Portage version: 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/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild | 4 |
3 files changed, 8 insertions, 4 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/Manifest b/dev-perl/Regexp-Shellish/Manifest index 3f520561dd35..0984d34f702b 100644 --- a/dev-perl/Regexp-Shellish/Manifest +++ b/dev-perl/Regexp-Shellish/Manifest @@ -1,4 +1,4 @@ -MD5 06589b98212193eafd252028eeb80621 Regexp-Shellish-0.93.ebuild 533 +MD5 d0e3475fc00cb30a7657f8cbcbc12cd2 Regexp-Shellish-0.93.ebuild 532 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 f88bdff9b0ac61549c66ca0f242e7da1 ChangeLog 769 MD5 7c5798b7428197d4f0e35c48649d6dd1 files/digest-Regexp-Shellish-0.93 70 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="" |