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 28CC513877A for ; Wed, 27 Aug 2014 00:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7859E08D0; Wed, 27 Aug 2014 00:55: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 70F26E08D0 for ; Wed, 27 Aug 2014 00:55:53 +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 10F8533FEC9 for ; Wed, 27 Aug 2014 00:55:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACFF03F02 for ; Wed, 27 Aug 2014 00:55:50 +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: <1409100571.a3cc9e9b4f77220cdbf2e15e9bb203d1c9ef5c77.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Log-Dispatch/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog X-VCS-Directories: dev-perl/Catalyst-Plugin-Log-Dispatch/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a3cc9e9b4f77220cdbf2e15e9bb203d1c9ef5c77 X-VCS-Branch: master Date: Wed, 27 Aug 2014 00:55:50 +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: fba0ce20-0add-4f26-bbe5-226a1e9f1cb8 X-Archives-Hash: fe7a950b5d6b794a545178d8258e12d6 commit: a3cc9e9b4f77220cdbf2e15e9bb203d1c9ef5c77 Author: Kent Fredric gmail com> AuthorDate: Wed Aug 27 00:49:31 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Aug 27 00:49:31 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a3cc9e9b [clean] dev-perl/Catalyst-Plugin-Log-Dispatch Remove old EAPIs Package-Manager: portage-2.2.10 --- .../Catalyst-Plugin-Log-Dispatch-0.10.ebuild | 20 ----------------- .../Catalyst-Plugin-Log-Dispatch-0.11.ebuild | 26 ---------------------- .../Catalyst-Plugin-Log-Dispatch-0.12.ebuild | 25 --------------------- dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog | 8 ++++++- 4 files changed, 7 insertions(+), 72 deletions(-) diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild deleted file mode 100644 index a9aefdf..0000000 --- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=SHOT -inherit perl-module - -DESCRIPTION="Log module of Catalyst that uses Log::Dispatch" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - >=dev-perl/log-dispatch-2.13 - >=dev-perl/Catalyst-Runtime-5.650.0 - dev-perl/UNIVERSAL-require -" -RDEPEND="${DEPEND}" diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild deleted file mode 100644 index 745bd5a..0000000 --- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=SHOT -inherit perl-module - -DESCRIPTION="Log module of Catalyst that uses Log::Dispatch" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="test" -RDEPEND=" - >=dev-perl/log-dispatch-2.13 - >=dev-perl/Catalyst-Runtime-5.650.0 - dev-perl/UNIVERSAL-require -" -DEPEND=" - ${RDEPEND} - test? ( - virtual/perl-Test-Simple - ) -" -SRC_TEST="do" diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild deleted file mode 100644 index a229427..0000000 --- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3 -MODULE_AUTHOR=SHOT -inherit perl-module - -DESCRIPTION="Log module of Catalyst that uses Log::Dispatch" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="test" -RDEPEND=" - >=dev-perl/log-dispatch-2.13 - >=dev-perl/Catalyst-Runtime-5.650.0 - dev-perl/UNIVERSAL-require - virtual/perl-Test-Simple -" -DEPEND=" - ${RDEPEND} - virtual/perl-Module-Build -" -SRC_TEST="do" diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog index 6fe53f4..4cc310b 100644 --- a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog +++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Catalyst-Plugin-Log-Dispatch -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 Aug 2014; Kent Fredric + -Catalyst-Plugin-Log-Dispatch-0.10.ebuild, + -Catalyst-Plugin-Log-Dispatch-0.11.ebuild, + -Catalyst-Plugin-Log-Dispatch-0.12.ebuild: + Remove old + 11 Nov 2011; Kent Fredric Catalyst-Plugin-Log-Dispatch-0.10.ebuild, Catalyst-Plugin-Log-Dispatch-0.11.ebuild,