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 2A45B138CC5 for ; Thu, 26 Mar 2015 22:05:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2F46E087D; Thu, 26 Mar 2015 22:05:25 +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 727A8E087D for ; Thu, 26 Mar 2015 22:05:25 +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 C6925340A9C for ; Thu, 26 Mar 2015 22:05:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85E15149B2 for ; Thu, 26 Mar 2015 22:05:16 +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: <1427407111.85e7a37299e0d51c348ae235db7dff2563795b56.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CatalystX-InjectComponent/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.0.ebuild X-VCS-Directories: dev-perl/CatalystX-InjectComponent/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 85e7a37299e0d51c348ae235db7dff2563795b56 X-VCS-Branch: master Date: Thu, 26 Mar 2015 22:05:16 +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: b07cb3fc-9b00-4612-95e3-2d83edd94a7f X-Archives-Hash: 531e3ad097507a76c3f1496d16f2461e commit: 85e7a37299e0d51c348ae235db7dff2563795b56 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 21:58:31 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 21:58:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=85e7a372 [cleanup] CatalystX-InjectComponent: Remove old versions Package-Manager: portage-2.2.17 .../CatalystX-InjectComponent-0.24.0.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.0.ebuild b/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.0.ebuild deleted file mode 100644 index a301b28..0000000 --- a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=RKRIMEN -MODULE_VERSION="0.024" -inherit perl-module - -DESCRIPTION="Inject components into your Catalyst application" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="test" -COMMON_DEPEND=" - dev-perl/Class-Inspector - >=dev-perl/Catalyst-Runtime-5.800.0 -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - dev-perl/Test-Most - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST=do