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 4679A138A2F for ; Thu, 28 Aug 2014 13:56:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63343E08C8; Thu, 28 Aug 2014 13:56:51 +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 A6B43E08C8 for ; Thu, 28 Aug 2014 13:56:50 +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 546AF33FE13 for ; Thu, 28 Aug 2014 13:56:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 001E19F2 for ; Thu, 28 Aug 2014 13:56:47 +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: <1409214753.44ca7e150d006b29e231ce5695fe5e8b3e25cfef.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-FormValidator-Constraints-DateTime/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.09.ebuild dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.10.ebuild X-VCS-Directories: dev-perl/Data-FormValidator-Constraints-DateTime/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 44ca7e150d006b29e231ce5695fe5e8b3e25cfef X-VCS-Branch: master Date: Thu, 28 Aug 2014 13:56:47 +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: 6797a8ba-51c3-4776-a09b-40026f44844c X-Archives-Hash: d6e6e4636e34933c8e4e101e26abf8e6 commit: 44ca7e150d006b29e231ce5695fe5e8b3e25cfef Author: Kent Fredric gmail com> AuthorDate: Thu Aug 28 08:32:33 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Aug 28 08:32:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=44ca7e15 [cleanup] dev-perl/Data-FormValidator-Constraints-DateTime Remove old EAPIs Package-Manager: portage-2.2.10 --- .../ChangeLog | 7 ++++++- ...-FormValidator-Constraints-DateTime-1.09.ebuild | 20 ------------------- ...-FormValidator-Constraints-DateTime-1.10.ebuild | 23 ---------------------- 3 files changed, 6 insertions(+), 44 deletions(-) diff --git a/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog b/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog index 5233223..603041e 100644 --- a/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog +++ b/dev-perl/Data-FormValidator-Constraints-DateTime/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-perl/Data-FormValidator-Constraints-DateTime -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Aug 2014; Kent Fredric + -Data-FormValidator-Constraints-DateTime-1.09.ebuild, + -Data-FormValidator-Constraints-DateTime-1.10.ebuild: + Remove old EAPIs + *Data-FormValidator-Constraints-DateTime-1.11 (23 Jul 2010) 23 Jul 2010; Torsten Veller diff --git a/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.09.ebuild b/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.09.ebuild deleted file mode 100644 index 527bc5b..0000000 --- a/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.09.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=WONKO -inherit perl-module - -DESCRIPTION="D::FV constraints for dates and times" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - >=dev-perl/DateTime-0.23 - >=dev-perl/DateTime-Format-Strptime-1.00 - dev-perl/DateTime-Format-Builder - >=dev-perl/Data-FormValidator-3.61 -" diff --git a/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.10.ebuild b/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.10.ebuild deleted file mode 100644 index 239f79e..0000000 --- a/dev-perl/Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.10.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=WONKO -inherit perl-module - -DESCRIPTION="D::FV constraints for dates and times" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-perl/DateTime-0.23 - >=dev-perl/DateTime-Format-Strptime-1.00 - dev-perl/DateTime-Format-Builder - >=dev-perl/Data-FormValidator-3.61" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST=do