From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 968A8138A2F for ; Sat, 30 Aug 2014 18:00:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76450E0BB3; Sat, 30 Aug 2014 18:00:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE233E0BB3 for ; Sat, 30 Aug 2014 18:00:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD1E334002E for ; Sat, 30 Aug 2014 18:00:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7EED4458 for ; Sat, 30 Aug 2014 18:00:10 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1409418541.0ad75f2e00d5a9ded15aef43ffd23343be98ed1a.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Email-Valid-Loose/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Email-Valid-Loose/ChangeLog dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.40.0.ebuild X-VCS-Directories: dev-perl/Email-Valid-Loose/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0ad75f2e00d5a9ded15aef43ffd23343be98ed1a X-VCS-Branch: master Date: Sat, 30 Aug 2014 18:00:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad492f5e-bdca-4e8b-a580-6d119793ca41 X-Archives-Hash: d21d9c37250e6c1e1b1a3ee4cdeafa34 commit: 0ad75f2e00d5a9ded15aef43ffd23343be98ed1a Author: Kent Fredric gmail com> AuthorDate: Sat Aug 30 17:09:01 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Aug 30 17:09:01 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0ad75f2e [cleanup] dev-perl/Email-Valid-Loose remove old EAPIs Package-Manager: portage-2.2.10 --- dev-perl/Email-Valid-Loose/ChangeLog | 6 +++++- .../Email-Valid-Loose/Email-Valid-Loose-0.40.0.ebuild | 19 ------------------- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/dev-perl/Email-Valid-Loose/ChangeLog b/dev-perl/Email-Valid-Loose/ChangeLog index ae7fa56..d2a0b16 100644 --- a/dev-perl/Email-Valid-Loose/ChangeLog +++ b/dev-perl/Email-Valid-Loose/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/Email-Valid-Loose -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 30 Aug 2014; Kent Fredric + -Email-Valid-Loose-0.40.0.ebuild: + remove old EAPIs + *Email-Valid-Loose-0.50.0 (26 Feb 2012) *Email-Valid-Loose-0.40.0 (26 Feb 2012) diff --git a/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.40.0.ebuild b/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.40.0.ebuild deleted file mode 100644 index 6a79bd0..0000000 --- a/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.40.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=MIYAGAWA -MODULE_VERSION="0.04" -inherit perl-module - -DESCRIPTION="Email::Valid which allows dot before at mark" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -RDEPEND=">=perl-core/Test-Simple-0.32 - >=dev-perl/Email-Valid-0.13" -DEPEND="${RDEPEND}" -SRC_TEST=do