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 71800138CEE for ; Sat, 4 Jul 2015 05:21:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B22E1406D; Sat, 4 Jul 2015 05:21:17 +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 6DFAD1406B for ; Sat, 4 Jul 2015 05:21:11 +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 DA0A8340976 for ; Sat, 4 Jul 2015 05:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41017761 for ; Sat, 4 Jul 2015 05:20:58 +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: <1435986348.3d2a7cbba812d59da3f8b1ce513844576c783a50.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Find-Rule/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/URI-Find-Rule/ChangeLog dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild dev-perl/URI-Find-Rule/URI-Find-Rule-0.800.0.ebuild X-VCS-Directories: dev-perl/URI-Find-Rule/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3d2a7cbba812d59da3f8b1ce513844576c783a50 X-VCS-Branch: master Date: Sat, 4 Jul 2015 05:20:58 +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: 8ca11ba5-a030-4fe0-8bf1-ba529a186d01 X-Archives-Hash: dff941f8f2bed4676ac8bca01d6520e4 commit: 3d2a7cbba812d59da3f8b1ce513844576c783a50 Author: Kent Fredric gmail com> AuthorDate: Sat Jul 4 05:05:48 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Jul 4 05:05:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3d2a7cbb URI-Find-Rule: EAPI5, Normalise version Package-Manager: portage-2.2.17 dev-perl/URI-Find-Rule/ChangeLog | 8 -------- ...RI-Find-Rule-0.8.ebuild => URI-Find-Rule-0.800.0.ebuild} | 13 +++++++------ 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/dev-perl/URI-Find-Rule/ChangeLog b/dev-perl/URI-Find-Rule/ChangeLog deleted file mode 100644 index 5f88c7e..0000000 --- a/dev-perl/URI-Find-Rule/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for dev-perl/URI-Find-Rule -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 09 Jul 2009; Daniel Westermann-Clark - URI-Find-Rule-0.8.ebuild, +metadata.xml: - Convert to EAPI=2 and add metadata.xml - diff --git a/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild b/dev-perl/URI-Find-Rule/URI-Find-Rule-0.800.0.ebuild similarity index 65% rename from dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild rename to dev-perl/URI-Find-Rule/URI-Find-Rule-0.800.0.ebuild index e3fa414..0a02005 100644 --- a/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild +++ b/dev-perl/URI-Find-Rule/URI-Find-Rule-0.800.0.ebuild @@ -1,23 +1,24 @@ -# 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=RJP +MODULE_VERSION=0.8 inherit perl-module DESCRIPTION="Simpler interface to URI::Find" SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" -SRC_TEST="do" IUSE="test" -RDEPEND="dev-perl/URI-Find +RDEPEND=" + dev-perl/URI-Find dev-perl/URI dev-perl/Text-Glob" -DEPEND="virtual/perl-Module-Build +DEPEND=" + dev-perl/Module-Build ${RDEPEND} test? ( virtual/perl-Test-Simple )"