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 ABCCA138CE8 for ; Mon, 15 Jun 2015 23:47:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9BFEE07F2; Mon, 15 Jun 2015 23:47:03 +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 3570AE07F2 for ; Mon, 15 Jun 2015 23:47:03 +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 6D25F340BA0 for ; Mon, 15 Jun 2015 23:47:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F76DA42 for ; Mon, 15 Jun 2015 23:46:59 +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: <1434411957.1dd2cd7e69a2c23f482ac28d166d28eda503640b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-PodWeaver/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101.641.ebuild dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.6.0.ebuild X-VCS-Directories: dev-perl/Dist-Zilla-Plugin-PodWeaver/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 1dd2cd7e69a2c23f482ac28d166d28eda503640b X-VCS-Branch: master Date: Mon, 15 Jun 2015 23:46:59 +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: 44c451f6-8fb7-4b55-bd8a-6c19bc49a18a X-Archives-Hash: b3f5f461b2f6ac23f607db1a336e6eee commit: 1dd2cd7e69a2c23f482ac28d166d28eda503640b Author: Kent Fredric gmail com> AuthorDate: Mon Jun 15 23:45:57 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Jun 15 23:45:57 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1dd2cd7e [bump] Dist-Zilla-Plugin-PodWeaver-4.6.0, remove old Package-Manager: portage-2.2.17 .../Dist-Zilla-Plugin-PodWeaver-3.101.641.ebuild | 39 ---------------------- .../Dist-Zilla-Plugin-PodWeaver-4.6.0.ebuild | 32 ++++++++++++++++++ 2 files changed, 32 insertions(+), 39 deletions(-) diff --git a/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101.641.ebuild b/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101.641.ebuild deleted file mode 100644 index 220f339..0000000 --- a/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101.641.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=RJBS -MODULE_VERSION=3.101641 -inherit perl-module - -DESCRIPTION="do horrible things to POD, producing better docs" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -COMMON_DEPEND=" - >=dev-perl/Dist-Zilla-4 - dev-perl/List-MoreUtils - dev-perl/Moose - dev-perl/Moose-Autobox - dev-perl/PPI - dev-perl/Pod-Elemental - dev-perl/Pod-Elemental-PerlMunger - >=dev-perl/Pod-Weaver-3.100.710 - dev-perl/namespace-autoclean -" -DEPEND=" - >=virtual/perl-ExtUtils-MakeMaker-6.56 - dev-perl/File-Find-Rule - test? ( - virtual/perl-Test-Simple - ) - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.6.0.ebuild new file mode 100644 index 0000000..3bfbf80 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.6.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +MODULE_AUTHOR=RJBS +MODULE_VERSION=4.006 +inherit perl-module + +DESCRIPTION="do horrible things to POD, producing better docs" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/Dist-Zilla-5 + dev-perl/List-MoreUtils + dev-perl/Moose + dev-perl/PPI + >=dev-perl/Pod-Elemental-PerlMunger-0.100.0 + >=dev-perl/Pod-Weaver-4.0.0 + dev-perl/namespace-autoclean +" +DEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/File-Find-Rule + >=virtual/perl-Test-Simple-0.960.0 + ) +"