diff options
author | Tom Gall <tgall@gentoo.org> | 2007-07-08 01:31:19 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-07-08 01:31:19 +0000 |
commit | d3157ec5778f0fe6c516efc07cd3f95efeed6fd5 (patch) | |
tree | 8bf7ee1fef1e73aaa5b68fb54634a26eb2b3fd4a /dev-perl/Email-Valid | |
parent | use use_setuptools(*args,**kwargs) as the dummy function, to prevent errors a... (diff) | |
download | gentoo-2-d3157ec5778f0fe6c516efc07cd3f95efeed6fd5.tar.gz gentoo-2-d3157ec5778f0fe6c516efc07cd3f95efeed6fd5.tar.bz2 gentoo-2-d3157ec5778f0fe6c516efc07cd3f95efeed6fd5.zip |
stable on ppc64
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl/Email-Valid')
-rw-r--r-- | dev-perl/Email-Valid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Email-Valid/Email-Valid-0.179.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Email-Valid/ChangeLog b/dev-perl/Email-Valid/ChangeLog index 31c7bcac4c88..cd5d3b18e0e5 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.34 2007/07/05 21:33:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.35 2007/07/08 01:31:19 tgall Exp $ + + 07 Jul 2007; Tom Gall <tgall@gentoo.org> Email-Valid-0.179.ebuild: + stable on ppc64 05 Jul 2007; Raúl Porcel <armin76@gentoo.org> Email-Valid-0.179.ebuild: alpha/ia64/x86 stable diff --git a/dev-perl/Email-Valid/Email-Valid-0.179.ebuild b/dev-perl/Email-Valid/Email-Valid-0.179.ebuild index acc3e55fdc21..7f0c5e26c2ba 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 # 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.6 2007/07/05 21:33:40 armin76 Exp $ +# $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 $ 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" |