public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla/
Date: Fri,  6 Oct 2017 09:57:05 +0000 (UTC)	[thread overview]
Message-ID: <1507283703.10f52911888ad65f1fc1a56841b315baac140c40.kentnl@gentoo> (raw)

commit:     10f52911888ad65f1fc1a56841b315baac140c40
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 09:55:03 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 09:55:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f52911

dev-perl/Dist-Zilla: Fix bungling of previous commit

I edited the wrong file and didn't realise till too late.
Programming with a headache is bad.

6.10.0 is returned to how it was, and 6.10.0-r2 is what 6.10.0-r1
should have been.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r1.ebuild    | 151 ---------------------
 ...a-6.10.0.ebuild => Dist-Zilla-6.10.0-r2.ebuild} |   0
 dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild       |   3 -
 3 files changed, 154 deletions(-)

diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r1.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r1.ebuild
deleted file mode 100644
index 8654659cc4e..00000000000
--- a/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r1.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RJBS
-DIST_VERSION=6.010
-inherit perl-module
-
-DESCRIPTION="distribution builder; installer not included!"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal test"
-
-## CPAN->Gentoo resolution map for grepping in case upstream split a dep
-# breaks: Dist::Zilla::App::Command::stale -> Dist-Zilla-Plugin-PromptIfStale
-# DZA:Command::xtest -> DZP:CheckExtraTests
-# DZP:Author::Plicease::Tests -> DZPB::Author::Plicease
-X_BREAKS="
-	!<dev-perl/Dist-Zilla-Plugin-PromptIfStale-0.40.0
-	!<=dev-perl/Dist-Zilla-App-Command-update-0.40.0
-	!<dev-perl/Dist-Zilla-Plugin-CheckExtraTests-0.29.0
-	!<=dev-perl/Dist-Zilla-PluginBundle-Author-Plicease-2.20.0
-	!<dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild-0.161.230
-	!<=dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild-Filtered-0.1.0
-	!<=dev-perl/Dist-Zilla-Plugin-Git-2.36.0
-	!<=dev-perl/Dist-Zilla-Plugin-Keywords-0.6.0
-	!<dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome-0.220.0
-	!<=dev-perl/Dist-Zilla-Plugin-NameFromDirectory-0.30.0
-	!<=dev-perl/Dist-Zilla-Plugin-PodWeaver-4.6.0
-	!<=dev-perl/Dist-Zilla-Plugin-Prereqs-AuthorDeps-0.5.0
-	!<dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.161.170
-	!<=dev-perl/Dist-Zilla-Plugin-Run-0.35.0
-	!<=dev-perl/Dist-Zilla-Plugin-Test-CheckDeps-0.13.0
-	!<=dev-perl/Dist-Zilla-Plugin-Test-Version-1.50.0
-	!<=dev-perl/Dist-Zilla-Plugin-TrialVersionComment-0.3.0
-"
-# r: App::Cmd::Command::version -> App-Cmd-0.321
-# r: App::Cmd::Setup  -> App-Cmd
-# r: App::Cmd::Tester -> App-Cmd
-# r: App::Cmd::Tester::CaptureExternal -> App-Cmd 0.314
-# r: CPAN::Meta::Converter -> CPAN-Meta
-# r: CPAN::Meta::Merge -> CPAN-Meta 2.142060
-# r: CPAN::Meta::Prereqs -> CPAN-Meta
-# r: CPAN::Meta::Validator -> CPAN-Meta
-# r: Config::INI::Reader -> Config-INI
-# r: Config::MVP::Assembler -> Config-MVP
-# r: Config::MVP::Assembler::WithBundles -> Config-MVP
-# r: Config::MVP::Reader -> Config-MVP
-# r: Config::MVP::Reader::Findable::ByExtension -> Config-MVP 1.101450
-# r: Config::MVP::Reader::Finder -> Config-MVP 0.092990
-# r: Config::MVP::Section -> Config-MVP
-# r: List::Util -> Scalar-List-Utils
-# r: Mixin::Linewise::Readers -> Mixin-Linewise
-# r: Moose::Role -> Moose
-# r: Moose::Util::TypeConstraints -> Moose
-# r: MooseX::Types::Moose -> MooseX-Types
-# r: PPI::Document -> PPI
-# r: Scalar::Util -> Scalar-List-Utils
-# r: Software::LicenseUtils -> Software-License
-# r: Sub::Exporter::Util -> Sub-Exporter
-# r: Term::ReadKey -> TermReadKey
-# r: Text::Template -> text-template
-# r: strict, warnings -> perl
-
-# NB: PPI::XS is suggested by Dist-Zilla, but upstream of
-#     PPI say PPI::XS presently doesn't do anything useful,
-#     so the optional useflag and the dependency are skipped.
-RDEPEND="
-	${X_BREAKS}
-	!minimal? (
-		>=dev-perl/Archive-Tar-Wrapper-0.150.0
-		>=dev-perl/Data-OptList-0.110.0
-		dev-perl/Term-ReadLine-Gnu
-	)
-	>=dev-perl/App-Cmd-0.330.0
-	virtual/perl-Archive-Tar
-	>=virtual/perl-CPAN-Meta-2.142.60
-	>=virtual/perl-CPAN-Meta-Requirements-2.121.0
-	>=dev-perl/CPAN-Uploader-0.103.4
-	virtual/perl-Carp
-	>=dev-perl/Class-Load-0.170.0
-	dev-perl/Config-INI
-	>=dev-perl/Config-MVP-2.200.10
-	>=dev-perl/Config-MVP-Reader-INI-2.101.461
-	virtual/perl-Data-Dumper
-	>=dev-perl/Data-Section-0.200.2
-	>=dev-perl/DateTime-0.440.0
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	>=virtual/perl-ExtUtils-Manifest-1.660.0
-	dev-perl/File-Copy-Recursive
-	dev-perl/File-Find-Rule
-	dev-perl/File-HomeDir
-	virtual/perl-File-Path
-	dev-perl/File-ShareDir
-	>=dev-perl/File-ShareDir-Install-0.30.0
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	dev-perl/File-pushd
-	dev-perl/JSON-MaybeXS
-	>=dev-perl/Log-Dispatchouli-1.102.220
-	>=dev-perl/Mixin-Linewise-0.100.0
-	virtual/perl-Module-CoreList
-	dev-perl/Module-Runtime
-	>=dev-perl/Moose-0.920.0
-	dev-perl/MooseX-LazyRequire
-	>=dev-perl/MooseX-Role-Parameterized-1.10.0
-	dev-perl/MooseX-SetOnce
-	dev-perl/MooseX-Types
-	dev-perl/MooseX-Types-Perl
-	dev-perl/PPI
-	dev-perl/Params-Util
-	>=dev-perl/Path-Tiny-0.52.0
-	>=dev-perl/Perl-PrereqScanner-1.16.0
-	>=dev-perl/Pod-Eventual-0.91.480
-	>=virtual/perl-Scalar-List-Utils-1.450.0
-	>=dev-perl/Software-License-0.101.370
-	virtual/perl-Storable
-	>=dev-perl/String-Formatter-0.100.680
-	>=dev-perl/String-RewritePrefix-0.6.0
-	dev-perl/Sub-Exporter
-	dev-perl/Sub-Exporter-ForMethods
-	dev-perl/Term-Encoding
-	dev-perl/TermReadKey
-	virtual/perl-Term-ReadLine
-	dev-perl/Term-UI
-	dev-perl/Test-Deep
-	>=dev-perl/Text-Glob-0.80.0
-	dev-perl/Text-Template
-	dev-perl/Try-Tiny
-	dev-perl/YAML-Tiny
-	virtual/perl-autodie
-	dev-perl/namespace-autoclean
-	virtual/perl-parent
-	virtual/perl-version
-"
-# t: Software::License::None -> Software-License 0.016
-# t: lib, utf8 -> perl
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	>=dev-perl/File-ShareDir-Install-0.60.0
-	test? (
-		>=dev-perl/CPAN-Meta-Check-0.11.0
-		dev-perl/Test-FailWarnings
-		dev-perl/Test-Fatal
-		dev-perl/Test-File-ShareDir
-		>=virtual/perl-Test-Simple-0.960.0
-	)
-"

diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild
similarity index 100%
copy from dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild
copy to dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild

diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild
index 606e84c34a7..8654659cc4e 100644
--- a/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild
+++ b/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild
@@ -13,9 +13,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="minimal test"
 
-PATCHES=(
-	"${FILESDIR}/${P}-perl526.patch"
-)
 ## CPAN->Gentoo resolution map for grepping in case upstream split a dep
 # breaks: Dist::Zilla::App::Command::stale -> Dist-Zilla-Plugin-PromptIfStale
 # DZA:Command::xtest -> DZP:CheckExtraTests


             reply	other threads:[~2017-10-06  9:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-06  9:57 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-01 19:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla/ Andreas K. Hüttel
2024-05-27 20:56 Andreas K. Hüttel
2021-10-23 15:01 Andreas K. Hüttel
2021-10-23 15:01 Andreas K. Hüttel
2021-06-15 21:59 Andreas K. Hüttel
2021-05-25 18:57 Andreas K. Hüttel
2021-05-25 18:57 Andreas K. Hüttel
2020-07-31  9:41 Kent Fredric
2017-10-15  4:52 Kent Fredric
2017-10-06 11:39 Kent Fredric
2017-09-17  7:34 Kent Fredric
2017-03-23  1:56 Kent Fredric
2016-11-21  3:37 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=1507283703.10f52911888ad65f1fc1a56841b315baac140c40.kentnl@gentoo \
    --to=kentnl@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