public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Torsten Veller" <tove@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-PodWeaver/
Date: Sun, 29 May 2011 17:46:50 +0000 (UTC)	[thread overview]
Message-ID: <06f82d7e1923f93d19e4a28eecdbadd032544e1e.tove@gentoo> (raw)

commit:     06f82d7e1923f93d19e4a28eecdbadd032544e1e
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 17:03:33 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun May 29 17:03:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=06f82d7e

[fix] dev-perl/Dist-Zilla-Plugin-PodWeaver 3.101641 -> 3.101.641

(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)

---
 dev-perl/Dist-Zilla-Plugin-PodWeaver/ChangeLog     |   10 +++++-
 ...> Dist-Zilla-Plugin-PodWeaver-3.101.641.ebuild} |   12 +++++--
 .../Dist-Zilla-Plugin-PodWeaver-3.101641.ebuild    |   33 --------------------
 3 files changed, 18 insertions(+), 37 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-PodWeaver/ChangeLog b/dev-perl/Dist-Zilla-Plugin-PodWeaver/ChangeLog
index d9dfd82..e7168e8 100644
--- a/dev-perl/Dist-Zilla-Plugin-PodWeaver/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-PodWeaver/ChangeLog
@@ -1,7 +1,15 @@
 # ChangeLog for dev-perl/Dist-Zilla-Plugin-PodWeaver
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-PodWeaver-3.101.641 (29 May 2011)
+
+  29 May 2011; Torsten Veller <tove@gentoo.org>
+  +Dist-Zilla-Plugin-PodWeaver-3.101.641.ebuild,
+  -Dist-Zilla-Plugin-PodWeaver-3.101640.ebuild,
+  -Dist-Zilla-Plugin-PodWeaver-3.101641.ebuild:
+  Change version scheme. Looks like a downgrade
+
 *Dist-Zilla-Plugin-PodWeaver-3.101641 (25 Oct 2010)
 
   25 Oct 2010; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101640.ebuild b/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101.641.ebuild
similarity index 85%
rename from dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101640.ebuild
rename to dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101.641.ebuild
index 5762bd8..c547fe5 100644
--- a/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101640.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101.641.ebuild
@@ -1,15 +1,19 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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"
-LICENSE="|| ( Artistic GPL-2 )"
+
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+
 COMMON_DEPEND="
 	>=dev-perl/Dist-Zilla-4
 	dev-perl/List-MoreUtils
@@ -24,7 +28,9 @@ COMMON_DEPEND="
 DEPEND="
 	>=virtual/perl-ExtUtils-MakeMaker-6.56
 	dev-perl/File-Find-Rule
-	virtual/perl-Test-Simple
+	test? (
+		virtual/perl-Test-Simple
+	)
 	${COMMON_DEPEND}
 "
 RDEPEND="

diff --git a/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101641.ebuild b/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101641.ebuild
deleted file mode 100644
index 5762bd8..0000000
--- a/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-3.101641.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=RJBS
-inherit perl-module
-
-DESCRIPTION="do horrible things to POD, producing better docs"
-LICENSE="|| ( Artistic GPL-2 )"
-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.100710
-	dev-perl/namespace-autoclean
-"
-DEPEND="
-	>=virtual/perl-ExtUtils-MakeMaker-6.56
-	dev-perl/File-Find-Rule
-	virtual/perl-Test-Simple
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



             reply	other threads:[~2011-05-29 17:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-29 17:46 Torsten Veller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-29 17:46 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-PodWeaver/ Torsten Veller
2015-06-15 23:46 Kent Fredric
2017-01-17  1:19 Kent Fredric
2017-09-14 23:32 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=06f82d7e1923f93d19e4a28eecdbadd032544e1e.tove@gentoo \
    --to=tove@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox