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 06658138CA3 for ; Sun, 15 Mar 2015 11:11:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C8E1E0BC8; Sun, 15 Mar 2015 11:11:11 +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 EF31FE0BC8 for ; Sun, 15 Mar 2015 11:11:10 +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 246143408EF for ; Sun, 15 Mar 2015 11:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50C7113CD9 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: <1426417793.17aae7aebbffa0687df4d23066e5bbb28fcc2b56.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.120.0.ebuild dev-perl/Catalyst-Model-KiokuDB/Catalyst-Model-KiokuDB-0.120.ebuild X-VCS-Directories: dev-perl/Catalyst-Model-KiokuDB/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 17aae7aebbffa0687df4d23066e5bbb28fcc2b56 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: 7a123278-194b-47b9-b8e9-59d697029c8a X-Archives-Hash: 1502b1cff0aa5806f5fc0983a658dc1e commit: 17aae7aebbffa0687df4d23066e5bbb28fcc2b56 Author: Kent Fredric gmail com> AuthorDate: Sun Mar 15 11:09:53 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Mar 15 11:09:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=17aae7ae [fixup] Catalyst-Model-KiokuDB: EAP5, Fixup deps, normalise version Package-Manager: portage-2.2.17 ...120.ebuild => Catalyst-Model-KiokuDB-0.120.0.ebuild} | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/dev-perl/Catalyst-Model-KiokuDB/Catalyst-Model-KiokuDB-0.120.ebuild b/dev-perl/Catalyst-Model-KiokuDB/Catalyst-Model-KiokuDB-0.120.0.ebuild similarity index 74% rename from dev-perl/Catalyst-Model-KiokuDB/Catalyst-Model-KiokuDB-0.120.ebuild rename to dev-perl/Catalyst-Model-KiokuDB/Catalyst-Model-KiokuDB-0.120.0.ebuild index 3329895..375de49 100644 --- a/dev-perl/Catalyst-Model-KiokuDB/Catalyst-Model-KiokuDB-0.120.ebuild +++ b/dev-perl/Catalyst-Model-KiokuDB/Catalyst-Model-KiokuDB-0.120.0.ebuild @@ -1,17 +1,18 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 MODULE_AUTHOR=FLORA MODULE_VERSION="0.12" inherit perl-module DESCRIPTION="use KiokuDB in your Catalyst apps" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -COMMON_DEPEND=" + +# Catalyst -> Catalyst-Runtime +RDEPEND=" >=dev-perl/KiokuDB-0.460.0 dev-perl/KiokuX-Model >=dev-perl/Catalyst-Runtime-5.800.0 @@ -21,10 +22,4 @@ COMMON_DEPEND=" dev-perl/Catalyst-Plugin-Authentication dev-perl/KiokuX-User " -DEPEND=" - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" +DEPEND="${RDEPEND}"