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 374C1138CD3 for ; Tue, 9 Jun 2015 10:13:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4521BE089C; Tue, 9 Jun 2015 10:13:35 +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 C7B3AE089A for ; Tue, 9 Jun 2015 10:13:23 +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 DD5EC340AC0 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 78D0AA46 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: <1433844532.a7cff8715e37c021cba0a73e339395552316fec4.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Carp-Always/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild X-VCS-Directories: dev-perl/Carp-Always/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a7cff8715e37c021cba0a73e339395552316fec4 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: 8f405822-3c47-4d5b-bb56-3f661cec76c3 X-Archives-Hash: 4e50ee09ec1375257bc1e92034bbf0b0 commit: a7cff8715e37c021cba0a73e339395552316fec4 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 10:08:52 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 10:08:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a7cff871 [cleanup] Carp-Always: Remove old versions Package-Manager: portage-2.2.17 dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild | 25 ----------------- dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild | 36 ------------------------- dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild | 21 --------------- 3 files changed, 82 deletions(-) diff --git a/dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild b/dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild deleted file mode 100644 index e9f7ca7..0000000 --- a/dev-perl/Carp-Always/Carp-Always-0.100.0.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=4 -MODULE_AUTHOR=FERREIRA -MODULE_VERSION=0.10 -inherit perl-module - -DESCRIPTION="Warns and dies noisily with stack backtraces" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -comment() { true;} -COMMON_DEPEND=" - $(comment virtual/perl-Carp) - virtual/perl-Test-Simple -" -DEPEND=" - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild b/dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild deleted file mode 100644 index 617f0ec..0000000 --- a/dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=FERREIRA -MODULE_VERSION=0.11 -inherit perl-module - -DESCRIPTION='Warns and dies noisily with stack backtraces' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # Test::Base - echo dev-perl/Test-Base -} -perl_meta_runtime() { - # Carp - # echo virtual/perl-Carp - # Test::More - echo virtual/perl-Test-Simple -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild b/dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild deleted file mode 100644 index 6c068a3..0000000 --- a/dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=FERREIRA -MODULE_VERSION="0.09" -inherit perl-module - -DESCRIPTION="Warns and dies noisily with stack backtraces" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -COMMON_DEPEND="" -DEPEND=" - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do"