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 12F54138E74 for ; Mon, 1 Sep 2014 17:07:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1053E0BEC; Mon, 1 Sep 2014 17:07:24 +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 38D7BE0BEC for ; Mon, 1 Sep 2014 17:07:24 +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 D6BBC33F2BF for ; Mon, 1 Sep 2014 17:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F124B472B for ; Mon, 1 Sep 2014 17:07:20 +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: <1409586811.17759b56e23a4cc71b22ef0985d8d5fc12d5261d.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Prototype/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/HTML-Prototype/ChangeLog dev-perl/HTML-Prototype/HTML-Prototype-1.48.ebuild dev-perl/HTML-Prototype/HTML-Prototype-1.480.0.ebuild X-VCS-Directories: dev-perl/HTML-Prototype/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 17759b56e23a4cc71b22ef0985d8d5fc12d5261d X-VCS-Branch: master Date: Mon, 1 Sep 2014 17:07:20 +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: 18635936-30ac-46b1-a96c-49bd72d0aa90 X-Archives-Hash: ca1766126e827a48cfe1a9682b8424e5 commit: 17759b56e23a4cc71b22ef0985d8d5fc12d5261d Author: Kent Fredric gmail com> AuthorDate: Mon Sep 1 15:53:31 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Sep 1 15:53:31 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=17759b56 [fixup] dev-perl/HTML-Prototype EAPI5, normalise, fixup deps and tests Package-Manager: portage-2.2.10 --- dev-perl/HTML-Prototype/ChangeLog | 6 ++++++ ...ototype-1.48.ebuild => HTML-Prototype-1.480.0.ebuild} | 16 +++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/dev-perl/HTML-Prototype/ChangeLog b/dev-perl/HTML-Prototype/ChangeLog index 6ccd87f..458da07 100644 --- a/dev-perl/HTML-Prototype/ChangeLog +++ b/dev-perl/HTML-Prototype/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*HTML-Prototype-1.480.0 (01 Sep 2014) + + 01 Sep 2014; Kent Fredric + -HTML-Prototype-1.48.ebuild, +HTML-Prototype-1.480.0.ebuild: + EAPI5, normalise, fixup deps and tests + 01 Sep 2014; Kent Fredric -HTML-Prototype-1.45.ebuild, -HTML-Prototype-1.47.ebuild: remove old EAPIs diff --git a/dev-perl/HTML-Prototype/HTML-Prototype-1.48.ebuild b/dev-perl/HTML-Prototype/HTML-Prototype-1.480.0.ebuild similarity index 58% rename from dev-perl/HTML-Prototype/HTML-Prototype-1.48.ebuild rename to dev-perl/HTML-Prototype/HTML-Prototype-1.480.0.ebuild index 041ae4d..7e06cd4 100644 --- a/dev-perl/HTML-Prototype/HTML-Prototype-1.48.ebuild +++ b/dev-perl/HTML-Prototype/HTML-Prototype-1.480.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=5 MODULE_AUTHOR=ESSKAR +MODULE_VERSION=1.48 inherit perl-module DESCRIPTION="Generate HTML and Javascript for the Prototype library" @@ -12,6 +13,15 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="virtual/perl-Module-Build +# Class::Accessor::Fast -> Class-Accessor +RDEPEND=" dev-perl/Class-Accessor dev-perl/HTML-Tree" +DEPEND="$RDEPEND + virtual/perl-Module-Build" + +PERL_RM_FILES=( + t/02pod.t + t/03podcoverage.t +) +SRC_TEST=do