diff options
author | 2006-01-16 21:32:12 +0000 | |
---|---|---|
committer | 2006-01-16 21:32:12 +0000 | |
commit | c97e04ab10455181f8d0edb4158fa38387d9a42d (patch) | |
tree | 3020e21597e61632b6ca4045a85b5f76403d69bf /dev-perl/regexp-common | |
parent | Mask vim-spell-da. (diff) | |
download | historical-c97e04ab10455181f8d0edb4158fa38387d9a42d.tar.gz historical-c97e04ab10455181f8d0edb4158fa38387d9a42d.tar.bz2 historical-c97e04ab10455181f8d0edb4158fa38387d9a42d.zip |
Stable on hppa.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-perl/regexp-common')
-rw-r--r-- | dev-perl/regexp-common/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/regexp-common/regexp-common-2.120.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/regexp-common/ChangeLog b/dev-perl/regexp-common/ChangeLog index a6415f8706eb..2acb4ac87c9c 100644 --- a/dev-perl/regexp-common/ChangeLog +++ b/dev-perl/regexp-common/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/regexp-common # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/ChangeLog,v 1.14 2006/01/15 10:59:50 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/ChangeLog,v 1.15 2006/01/16 21:32:12 killerfox Exp $ + + 16 Jan 2006; Rene Nussbaumer <killerfox@gentoo.org> + regexp-common-2.120.ebuild: + Stable on hppa. 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> regexp-common-2.120.ebuild: diff --git a/dev-perl/regexp-common/regexp-common-2.120.ebuild b/dev-perl/regexp-common/regexp-common-2.120.ebuild index d3d56584e6bc..21b1caf909eb 100644 --- a/dev-perl/regexp-common/regexp-common-2.120.ebuild +++ b/dev-perl/regexp-common/regexp-common-2.120.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/regexp-common/regexp-common-2.120.ebuild,v 1.6 2006/01/15 10:59:50 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/regexp-common-2.120.ebuild,v 1.7 2006/01/16 21:32:12 killerfox Exp $ inherit perl-module @@ -13,5 +13,5 @@ SRC_URI="mirror://cpan/authors/id/A/AB/ABIGAIL/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 ppc sparc x86" +KEYWORDS="alpha ~amd64 hppa ia64 ppc sparc x86" IUSE="" |