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 398C6138CA3 for ; Sun, 15 Mar 2015 11:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8454E0BC6; Sun, 15 Mar 2015 11:11:09 +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 7764AE0BC6 for ; Sun, 15 Mar 2015 11:11:09 +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 9992F340859 for ; Sun, 15 Mar 2015 11:11:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DEE613CD7 for ; Sun, 15 Mar 2015 11:11:06 +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: <1426417533.a3a9b8d5508456dbd899973d43c7f9050119a2cc.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-KiokuDB/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Model-KiokuDB/Catalyst-Model-KiokuDB-0.110.ebuild X-VCS-Directories: dev-perl/Catalyst-Model-KiokuDB/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a3a9b8d5508456dbd899973d43c7f9050119a2cc X-VCS-Branch: master Date: Sun, 15 Mar 2015 11:11:06 +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: f2731293-cc19-4cdd-b4d7-cec17f19ef84 X-Archives-Hash: 0347d20eb0324dc1961c71b93ddf1108 commit: a3a9b8d5508456dbd899973d43c7f9050119a2cc Author: Kent Fredric gmail com> AuthorDate: Sun Mar 15 11:05:33 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Mar 15 11:05:33 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a3a9b8d5 [cleanup] Catalyst-Model-KiokuDB-0.110: Remove old versions Package-Manager: portage-2.2.17 .../Catalyst-Model-KiokuDB-0.110.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/dev-perl/Catalyst-Model-KiokuDB/Catalyst-Model-KiokuDB-0.110.ebuild b/dev-perl/Catalyst-Model-KiokuDB/Catalyst-Model-KiokuDB-0.110.ebuild deleted file mode 100644 index d45cfa2..0000000 --- a/dev-perl/Catalyst-Model-KiokuDB/Catalyst-Model-KiokuDB-0.110.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=NUFFIN -MODULE_VERSION="0.11" -inherit perl-module - -DESCRIPTION="use KiokuDB in your Catalyst apps" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -COMMON_DEPEND=" - dev-perl/KiokuX-Model - >=dev-perl/Catalyst-Runtime-5.800.0 - dev-perl/Moose - dev-perl/Scope-Guard - dev-perl/Hash-Util-FieldHash-Compat - dev-perl/Catalyst-Plugin-Authentication - dev-perl/KiokuX-User -" -DEPEND=" - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do"