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 14AE8138CD3 for ; Tue, 9 Jun 2015 14:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B19C2E0855; Tue, 9 Jun 2015 14:36:50 +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 E3929E0855 for ; Tue, 9 Jun 2015 14:36:49 +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 37C7A340800 for ; Tue, 9 Jun 2015 14:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7922CA17 for ; Tue, 9 Jun 2015 14:36:45 +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: <1433856388.b16e1b7cb0ca3ea7bb2f7f3a750e39db7bdb6c05.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-ContentNegotiation-XHTML/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-View-ContentNegotiation-XHTML/Catalyst-View-ContentNegotiation-XHTML-1.103.0.ebuild dev-perl/Catalyst-View-ContentNegotiation-XHTML/Catalyst-View-ContentNegotiation-XHTML-1.103.ebuild X-VCS-Directories: dev-perl/Catalyst-View-ContentNegotiation-XHTML/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b16e1b7cb0ca3ea7bb2f7f3a750e39db7bdb6c05 X-VCS-Branch: master Date: Tue, 9 Jun 2015 14:36:45 +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: 9f86fffc-4300-42b6-82c7-b9316d3fd011 X-Archives-Hash: ff92c728035ce0894d04e1bd3c2e77fe commit: b16e1b7cb0ca3ea7bb2f7f3a750e39db7bdb6c05 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 13:26:28 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 13:26:28 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b16e1b7c [fixup] Catalyst-View-ContentNegotiation-XHTML: EAPI5, Normalise version, fixup deps Package-Manager: portage-2.2.17 ...=> Catalyst-View-ContentNegotiation-XHTML-1.103.0.ebuild} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-perl/Catalyst-View-ContentNegotiation-XHTML/Catalyst-View-ContentNegotiation-XHTML-1.103.ebuild b/dev-perl/Catalyst-View-ContentNegotiation-XHTML/Catalyst-View-ContentNegotiation-XHTML-1.103.0.ebuild similarity index 80% rename from dev-perl/Catalyst-View-ContentNegotiation-XHTML/Catalyst-View-ContentNegotiation-XHTML-1.103.ebuild rename to dev-perl/Catalyst-View-ContentNegotiation-XHTML/Catalyst-View-ContentNegotiation-XHTML-1.103.0.ebuild index 25de3a8..b20a487 100644 --- a/dev-perl/Catalyst-View-ContentNegotiation-XHTML/Catalyst-View-ContentNegotiation-XHTML-1.103.ebuild +++ b/dev-perl/Catalyst-View-ContentNegotiation-XHTML/Catalyst-View-ContentNegotiation-XHTML-1.103.0.ebuild @@ -1,14 +1,12 @@ -# Copyright 1999-2009 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=BOBTFISH +MODULE_VERSION=1.103 inherit perl-module DESCRIPTION="Adjusts the response Content-Type header to application/xhtml+xml if the browser accepts it." -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -24,10 +22,10 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.420.0 test? ( dev-perl/Catalyst-Action-RenderView dev-perl/Test-WWW-Mechanize-Catalyst + virtual/perl-Test-Simple ) " - -SRC_TEST=do