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 2F6AA138CDE for ; Mon, 8 Jun 2015 18:40:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B9D3E09B1; Mon, 8 Jun 2015 18:40:37 +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 EE468E09B0 for ; Mon, 8 Jun 2015 18:40:36 +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 0CA8B340A85 for ; Mon, 8 Jun 2015 18:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86D26A33 for ; Mon, 8 Jun 2015 18:40:33 +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: <1433787298.18f6bd46fa7637ac635a14a0b1c59f9ff481eb66.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FormValidator-Simple/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/FormValidator-Simple/FormValidator-Simple-0.210.0.ebuild dev-perl/FormValidator-Simple/FormValidator-Simple-0.220.0.ebuild dev-perl/FormValidator-Simple/FormValidator-Simple-0.230.0.ebuild dev-perl/FormValidator-Simple/FormValidator-Simple-0.280.0.ebuild X-VCS-Directories: dev-perl/FormValidator-Simple/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 18f6bd46fa7637ac635a14a0b1c59f9ff481eb66 X-VCS-Branch: master Date: Mon, 8 Jun 2015 18:40:33 +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: db115f4b-d646-4e5f-b27d-1a8a3a4320b7 X-Archives-Hash: 8a2824e19e77d7f566294e27d4e4fdea commit: 18f6bd46fa7637ac635a14a0b1c59f9ff481eb66 Author: Kent Fredric gmail com> AuthorDate: Mon Jun 8 18:14:58 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Jun 8 18:14:58 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=18f6bd46 [cleanup] FormValidator-Simple: remove old versions Package-Manager: portage-2.2.17 .../FormValidator-Simple-0.210.0.ebuild | 31 --------------------- .../FormValidator-Simple-0.220.0.ebuild | 31 --------------------- .../FormValidator-Simple-0.230.0.ebuild | 31 --------------------- .../FormValidator-Simple-0.280.0.ebuild | 32 ---------------------- 4 files changed, 125 deletions(-) diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.210.0.ebuild b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.210.0.ebuild deleted file mode 100644 index 814e172..0000000 --- a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.210.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=LYOKATO -MODULE_VERSION="0.21" -inherit perl-module - -DESCRIPTION="Validation with simple chains of constraints" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - >=dev-perl/Class-Accessor-0.220.0 - >=dev-perl/Class-Inspector-1.130.0 - >=dev-perl/Class-Data-Inheritable-0.40.0 - >=dev-perl/UNIVERSAL-require-0.10 - dev-perl/MailTools - >=dev-perl/Email-Valid-0.15 - >=dev-perl/Email-Valid-Loose-0.40.0 - >=dev-perl/Date-Calc-5.4 - >=dev-perl/Tie-IxHash-1.210.0 - >=dev-perl/yaml-0.390.0 - >=dev-perl/List-MoreUtils-0.16 - >=dev-perl/DateTime-Format-Strptime-1.70.0 -" -RDEPEND="${DEPEND}" -SRC_TEST="do" diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.220.0.ebuild b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.220.0.ebuild deleted file mode 100644 index 60fe4aa..0000000 --- a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.220.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=LYOKATO -MODULE_VERSION="0.22" -inherit perl-module - -DESCRIPTION="Validation with simple chains of constraints" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - >=dev-perl/Class-Accessor-0.220.0 - >=dev-perl/Class-Inspector-1.130.0 - >=dev-perl/Class-Data-Inheritable-0.40.0 - >=dev-perl/UNIVERSAL-require-0.10 - dev-perl/MailTools - >=dev-perl/Email-Valid-0.15 - >=dev-perl/Email-Valid-Loose-0.40.0 - >=dev-perl/Date-Calc-5.4 - >=dev-perl/Tie-IxHash-1.210.0 - >=dev-perl/yaml-0.390.0 - >=dev-perl/List-MoreUtils-0.16 - >=dev-perl/DateTime-Format-Strptime-1.70.0 -" -RDEPEND="${DEPEND}" -SRC_TEST="do" diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.230.0.ebuild b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.230.0.ebuild deleted file mode 100644 index f2f5ff7..0000000 --- a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.230.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=LYOKATO -MODULE_VERSION="0.23" -inherit perl-module - -DESCRIPTION="Validation with simple chains of constraints" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - >=dev-perl/Class-Accessor-0.220.0 - >=dev-perl/Class-Inspector-1.130.0 - >=dev-perl/Class-Data-Inheritable-0.40.0 - >=dev-perl/UNIVERSAL-require-0.10 - dev-perl/MailTools - >=dev-perl/Email-Valid-0.15 - >=dev-perl/Email-Valid-Loose-0.40.0 - >=dev-perl/Date-Calc-5.4 - >=dev-perl/Tie-IxHash-1.210.0 - >=dev-perl/yaml-0.390.0 - >=dev-perl/List-MoreUtils-0.16 - >=dev-perl/DateTime-Format-Strptime-1.70.0 -" -RDEPEND="${DEPEND}" -SRC_TEST="do" diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.280.0.ebuild b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.280.0.ebuild deleted file mode 100644 index fca8082..0000000 --- a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.280.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=LYOKATO -MODULE_VERSION="0.28" -inherit perl-module - -DESCRIPTION="Validation with simple chains of constraints" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - >=dev-perl/Class-Accessor-0.220.0 - >=dev-perl/Class-Inspector-1.130.0 - >=dev-perl/Class-Data-Inheritable-0.40.0 - >=dev-perl/UNIVERSAL-require-0.10 - dev-perl/MailTools - >=dev-perl/Email-Valid-0.15 - >=dev-perl/Email-Valid-Loose-0.40.0 - >=dev-perl/Date-Calc-5.4 - >=dev-perl/Tie-IxHash-1.210.0 - >=dev-perl/yaml-0.390.0 - >=dev-perl/List-MoreUtils-0.16 - virtual/perl-Scalar-List-Utils - >=dev-perl/DateTime-Format-Strptime-1.70.0 -" -RDEPEND="${DEPEND}" -SRC_TEST="do"