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 AD90413877A for ; Tue, 26 Aug 2014 19:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C08BE0957; Tue, 26 Aug 2014 19:06:53 +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 8C024E0957 for ; Tue, 26 Aug 2014 19:06:52 +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 A547C33FC4E for ; Tue, 26 Aug 2014 19:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04C0F3EE2 for ; Tue, 26 Aug 2014 19:06:48 +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: <1409077116.54227a8c489db17f6b4fa697dc287ffb71398470.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-DBI/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.280.0.ebuild dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.300.0.ebuild dev-perl/Catalyst-Model-DBI/ChangeLog X-VCS-Directories: dev-perl/Catalyst-Model-DBI/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 54227a8c489db17f6b4fa697dc287ffb71398470 X-VCS-Branch: master Date: Tue, 26 Aug 2014 19:06:48 +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: a4a104be-f7bf-4fcf-b9bf-7456fbe3bfeb X-Archives-Hash: aece0bfaf56c3f8105e7745db584e11b commit: 54227a8c489db17f6b4fa697dc287ffb71398470 Author: Kent Fredric gmail com> AuthorDate: Tue Aug 26 18:18:36 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Aug 26 18:18:36 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=54227a8c [clean] dev-perl/Catalyst-Model-DBI Remove old eapi versions Package-Manager: portage-2.2.10 --- .../Catalyst-Model-DBI-0.280.0.ebuild | 20 ----------- .../Catalyst-Model-DBI-0.290.0.ebuild | 38 -------------------- .../Catalyst-Model-DBI-0.300.0.ebuild | 40 ---------------------- dev-perl/Catalyst-Model-DBI/ChangeLog | 7 +++- 4 files changed, 6 insertions(+), 99 deletions(-) diff --git a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.280.0.ebuild b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.280.0.ebuild deleted file mode 100644 index 883f95d..0000000 --- a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.280.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=ALEXP -MODULE_VERSION="0.28" -inherit perl-module - -DESCRIPTION="DBI Model Class" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - >=dev-perl/Catalyst-Runtime-5.0.0 - dev-perl/DBI - dev-perl/MRO-Compat -" diff --git a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild deleted file mode 100644 index fb50725..0000000 --- a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.290.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=ALEXP -MODULE_VERSION=0.29 -inherit perl-module - -DESCRIPTION='DBI Model Class' -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_runtime() { - # Catalyst 5.00 ( 5.0.0 ) - echo \>=dev-perl/Catalyst-Runtime-5.0.0 - # DBI - echo dev-perl/DBI - # MRO::Compat - echo dev-perl/MRO-Compat -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.300.0.ebuild b/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.300.0.ebuild deleted file mode 100644 index 2370188..0000000 --- a/dev-perl/Catalyst-Model-DBI/Catalyst-Model-DBI-0.300.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=ALEXP -MODULE_VERSION=0.30 -inherit perl-module - -DESCRIPTION='DBI Model Class' -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_runtime() { - # Catalyst 5.00 ( 5.0.0 ) - echo \>=dev-perl/Catalyst-Runtime-5.0.0 - # DBI - echo dev-perl/DBI - # DBIx::Connector - echo dev-perl/DBIx-Connector - # MRO::Compat - echo dev-perl/MRO-Compat -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Catalyst-Model-DBI/ChangeLog b/dev-perl/Catalyst-Model-DBI/ChangeLog index 48f68ed..818d00c 100644 --- a/dev-perl/Catalyst-Model-DBI/ChangeLog +++ b/dev-perl/Catalyst-Model-DBI/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-perl/Catalyst-Model-DBI -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 26 Aug 2014; Kent Fredric + -Catalyst-Model-DBI-0.280.0.ebuild, -Catalyst-Model-DBI-0.290.0.ebuild, + -Catalyst-Model-DBI-0.300.0.ebuild: + Remove old eapi versions + *Catalyst-Model-DBI-0.320.0 (04 May 2013) 04 May 2013; Kent Fredric