diff options
author | 2008-03-19 02:13:23 +0000 | |
---|---|---|
committer | 2008-03-19 02:13:23 +0000 | |
commit | eddd37dbbcea4bbc2e58067e44170b29bb883490 (patch) | |
tree | 2021c6a581edf251c4d8aaa802b4c39bee987e8a | |
parent | Rewrite update-modules script. It is now leaner, POSIX-compat, and encourage... (diff) | |
download | gentoo-2-eddd37dbbcea4bbc2e58067e44170b29bb883490.tar.gz gentoo-2-eddd37dbbcea4bbc2e58067e44170b29bb883490.tar.bz2 gentoo-2-eddd37dbbcea4bbc2e58067e44170b29bb883490.zip |
Stable for HPPA too.
(Portage version: 2.1.4.4)
-rw-r--r-- | dev-perl/Email-Valid/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Email-Valid/Email-Valid-0.179.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Email-Valid/ChangeLog b/dev-perl/Email-Valid/ChangeLog index cd5d3b18e0e5..540e8542f9e0 100644 --- a/dev-perl/Email-Valid/ChangeLog +++ b/dev-perl/Email-Valid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Email-Valid -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.35 2007/07/08 01:31:19 tgall Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.36 2008/03/19 02:13:23 jer Exp $ + + 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> Email-Valid-0.179.ebuild: + Stable for HPPA too. 07 Jul 2007; Tom Gall <tgall@gentoo.org> Email-Valid-0.179.ebuild: stable on ppc64 diff --git a/dev-perl/Email-Valid/Email-Valid-0.179.ebuild b/dev-perl/Email-Valid/Email-Valid-0.179.ebuild index 7f0c5e26c2ba..253fe73d2974 100644 --- a/dev-perl/Email-Valid/Email-Valid-0.179.ebuild +++ b/dev-perl/Email-Valid/Email-Valid-0.179.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-0.179.ebuild,v 1.7 2007/07/08 01:31:19 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-0.179.ebuild,v 1.8 2008/03/19 02:13:23 jer Exp $ inherit perl-module @@ -8,7 +8,7 @@ DESCRIPTION="Check validity of Internet email addresses." SRC_URI="mirror://cpan/authors/id/R/RJ/RJBS/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~rjbs/" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" LICENSE="|| ( GPL-2 Artistic )" IUSE="" SRC_TEST="do" |