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 54416138CD3 for ; Tue, 9 Jun 2015 10:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56B2AE086C; Tue, 9 Jun 2015 10:13:39 +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 E352AE086C for ; Tue, 9 Jun 2015 10:13:33 +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 EC04C340AC7 for ; Tue, 9 Jun 2015 10:13:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AA48A48 for ; Tue, 9 Jun 2015 10:13:19 +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: <1433844574.d464f8570ad007f0cc38ac63229d80338229c3b9.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Authentication-Credential-HTTP/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.12.0.ebuild dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.13.0.ebuild dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.14.0.ebuild X-VCS-Directories: dev-perl/Catalyst-Authentication-Credential-HTTP/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d464f8570ad007f0cc38ac63229d80338229c3b9 X-VCS-Branch: master Date: Tue, 9 Jun 2015 10:13:19 +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: 732fb0bf-27ff-44f8-a6f3-195028e0fadc X-Archives-Hash: aa5cd3e390b21087d6211ed51f2220cf commit: d464f8570ad007f0cc38ac63229d80338229c3b9 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 10:09:34 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 10:09:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d464f857 [cleanup] Catalyst-Authentication-Credential-HTTP: Remove old versions Package-Manager: portage-2.2.17 ...st-Authentication-Credential-HTTP-1.12.0.ebuild | 32 -------------- ...st-Authentication-Credential-HTTP-1.13.0.ebuild | 31 -------------- ...st-Authentication-Credential-HTTP-1.14.0.ebuild | 50 ---------------------- 3 files changed, 113 deletions(-) diff --git a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.12.0.ebuild b/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.12.0.ebuild deleted file mode 100644 index ad8dbf6..0000000 --- a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.12.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=BOBTFISH -MODULE_VERSION="1.012" -inherit perl-module - -DESCRIPTION="HTTP Basic and Digest authentication for Catalyst." - -IUSE="test" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-perl/Catalyst-Runtime - >=dev-perl/Catalyst-Plugin-Authentication-0.100 - >=dev-perl/Data-UUID-0.11 - dev-perl/String-Escape - dev-perl/URI - dev-perl/Class-Accessor -" -DEPEND=" - test? ( - dev-perl/Test-MockObject - dev-perl/Test-Exception - ) - ${RDEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.13.0.ebuild b/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.13.0.ebuild deleted file mode 100644 index 2cef23a..0000000 --- a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.13.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3 -MODULE_AUTHOR=BOBTFISH -MODULE_VERSION="1.013" -inherit perl-module - -DESCRIPTION="HTTP Basic and Digest authentication for Catalyst." - -IUSE="test" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-perl/Catalyst-Runtime - >=dev-perl/Catalyst-Plugin-Authentication-0.100.50 - >=dev-perl/Data-UUID-0.11 - dev-perl/String-Escape - dev-perl/URI - dev-perl/Class-Accessor -" -DEPEND=" - dev-perl/Test-Exception - dev-perl/Test-MockObject - >=virtual/perl-Test-Simple-0.88 - ${RDEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.14.0.ebuild b/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.14.0.ebuild deleted file mode 100644 index 2dd9464..0000000 --- a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.14.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=BOBTFISH -MODULE_VERSION=1.014 -inherit perl-module - -DESCRIPTION='HTTP Basic and Digest authentication' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.42 -} -perl_meta_build() { - # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.42 - # Test::Exception - echo dev-perl/Test-Exception - # Test::MockObject - echo dev-perl/Test-MockObject - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 -} -perl_meta_runtime() { - # Catalyst::Plugin::Authentication 0.10005 ( 0.100.50 ) - echo \>=dev-perl/Catalyst-Plugin-Authentication-0.100.50 - # Catalyst::Runtime - echo dev-perl/Catalyst-Runtime - # Class::Accessor::Fast - echo dev-perl/Class-Accessor - # Data::UUID 0.11 ( 0.110.0 ) - echo \>=dev-perl/Data-UUID-0.110.0 - # String::Escape - echo dev-perl/String-Escape - # URI::Escape - echo dev-perl/URI -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"