diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-02-16 15:14:11 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-02-16 15:14:11 +0000 |
commit | 6b286a7f107d5e716e3f197f30b3a91451cb2e55 (patch) | |
tree | 4b589874390d6a701eb259450b1cb7a529abc2d0 /dev-perl/Email-Valid | |
parent | Stable for HPPA (bug #501312). (diff) | |
download | gentoo-2-6b286a7f107d5e716e3f197f30b3a91451cb2e55.tar.gz gentoo-2-6b286a7f107d5e716e3f197f30b3a91451cb2e55.tar.bz2 gentoo-2-6b286a7f107d5e716e3f197f30b3a91451cb2e55.zip |
ppc stable wrt bug #492144; Drop old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Email-Valid')
-rw-r--r-- | dev-perl/Email-Valid/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Email-Valid/Email-Valid-0.190.0.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Email-Valid/Email-Valid-1.192.0.ebuild | 4 |
3 files changed, 7 insertions, 30 deletions
diff --git a/dev-perl/Email-Valid/ChangeLog b/dev-perl/Email-Valid/ChangeLog index c2a9e30ca403..3566fc8c676b 100644 --- a/dev-perl/Email-Valid/ChangeLog +++ b/dev-perl/Email-Valid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Email-Valid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.69 2014/02/16 15:02:00 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.70 2014/02/16 15:14:11 zlogene Exp $ + + 16 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> -Email-Valid-0.190.0.ebuild, + Email-Valid-1.192.0.ebuild: + ppc stable wrt bug #492144; Drop old. 16 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> Email-Valid-1.192.0.ebuild: ppc64 stable wrt bug #492144 diff --git a/dev-perl/Email-Valid/Email-Valid-0.190.0.ebuild b/dev-perl/Email-Valid/Email-Valid-0.190.0.ebuild deleted file mode 100644 index 444bd1cedcd6..000000000000 --- a/dev-perl/Email-Valid/Email-Valid-0.190.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 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.190.0.ebuild,v 1.8 2012/12/05 11:27:02 grobian Exp $ - -EAPI=4 - -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.190 -inherit perl-module - -DESCRIPTION="Check validity of Internet email addresses." - -SLOT="0" -KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~x86-linux" -IUSE="test" - -RDEPEND=" - dev-perl/MailTools -" -DEPEND=" - test? ( ${RDEPEND} - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - )" - -SRC_TEST="do" -PATCHES=( "${FILESDIR}/0.185-disable-online-test.patch" ) diff --git a/dev-perl/Email-Valid/Email-Valid-1.192.0.ebuild b/dev-perl/Email-Valid/Email-Valid-1.192.0.ebuild index c3bb1aec221a..ce0239be62f8 100644 --- a/dev-perl/Email-Valid/Email-Valid-1.192.0.ebuild +++ b/dev-perl/Email-Valid/Email-Valid-1.192.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-1.192.0.ebuild,v 1.5 2014/02/16 15:02:00 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-1.192.0.ebuild,v 1.6 2014/02/16 15:14:11 zlogene Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Check validity of Internet email addresses." SLOT="0" -KEYWORDS="amd64 hppa ~mips ~ppc ppc64 x86 ~x86-linux" +KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~x86-linux" IUSE="test" RDEPEND=" |