From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-perl/ShipIt/Manifest | 4 -- dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild | 21 ------- .../ShipIt/files/ShipIt-0.60-version-test.patch | 65 ---------------------- dev-perl/ShipIt/metadata.xml | 37 ------------ 4 files changed, 127 deletions(-) delete mode 100644 dev-perl/ShipIt/Manifest delete mode 100644 dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild delete mode 100644 dev-perl/ShipIt/files/ShipIt-0.60-version-test.patch delete mode 100644 dev-perl/ShipIt/metadata.xml (limited to 'dev-perl/ShipIt') diff --git a/dev-perl/ShipIt/Manifest b/dev-perl/ShipIt/Manifest deleted file mode 100644 index 96b5234bf346..000000000000 --- a/dev-perl/ShipIt/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX ShipIt-0.60-version-test.patch 1729 BLAKE2B 8b650406966330e2d48a1f81065948e7d0a5a09b470fb3cf55f1a9e4acf41063d504277e8e36f9cf4df4cd15d07e1ee1c3819452329bba170ff4662a3e2d5271 SHA512 f99e2b8982e953acaf7ce5c5964fad3d1748a79b5628fe094b6308cb7ae58ab2b08762e302ce0d718fe208e52db7089a39c192691bdd5a6b88e6fc2d20fa096d -DIST ShipIt-0.60.tar.gz 20650 BLAKE2B be320e97bfb651ce4b9d04e63269f3e1fb030e1a36fa948981bb76aaf15ff824c49dd6b3f487cfd026c60a432e8f53d5a9fc4dda0b17f66cb9ea16d896186e47 SHA512 89cc0e03ce0c24cfdce5f09f3dbde32a550692f5734c456d90f51e1266ea2e3bdd74966c2f041054e7a6c62549a62cdeb6cfe1ff24012b2055054fedca22f61f -EBUILD ShipIt-0.600.0-r1.ebuild 476 BLAKE2B e549a181923dbd60f3de89f3be0e2089d62bb2bba21460d9673cd6904ec2bdc8c23ee341a7c69b958e722eda9d358f79b6782da38601efb9066cf8921bee0b05 SHA512 eb85ee90207dd4161f0e8f7cc22f82087e407ab279351f9bf784542a19072f86f5e3d5ef06e0eec266fd1420cdc46cd49e4274bedc572d2487c3a0d1e89009f0 -MISC metadata.xml 2091 BLAKE2B 9cddb54b1d6f4b54da207e2bf225ac8900f6abbb70b1168cb012fd9dc088584f423b68e98192b236ffed0fc38a5c48e6353b1a715ebac268330d8585db2fc591 SHA512 81cff8ea10a1c2e5d88e98f7c1561debe645e1899e1004832df41ece52fefecf1e04e6c4c695e10309a3d597149d23231cf15d13ec615fdb2aff526b3624b3c8 diff --git a/dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild b/dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild deleted file mode 100644 index 3058404d33a8..000000000000 --- a/dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MIYAGAWA -DIST_VERSION=0.60 -inherit perl-module - -DESCRIPTION="Software Release Tool" - -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -PATCHES=( "${FILESDIR}/${PN}-0.60-version-test.patch" ) - -pkg_postinst() { - elog "Please note that ShipIt does not depend on any specific VCS." - elog "You must install a supported VCS (CVS, SVN, SVK, GIT, HG) for use." -} diff --git a/dev-perl/ShipIt/files/ShipIt-0.60-version-test.patch b/dev-perl/ShipIt/files/ShipIt-0.60-version-test.patch deleted file mode 100644 index e4efb4937f7e..000000000000 --- a/dev-perl/ShipIt/files/ShipIt-0.60-version-test.patch +++ /dev/null @@ -1,65 +0,0 @@ -From 7d72ab2c8127e6728b60ffdc63af50e522366428 Mon Sep 17 00:00:00 2001 -From: Shohei YOSHIDA -Date: Thu, 19 Jan 2017 14:58:10 +0900 -Subject: Remove alpha version test - -version.pm changed alpha version specification so that its test -makes no sense with latest version.pm - -Bug: https://bugs.gentoo.org/623102 -Bug: https://rt.cpan.org/Ticket/Display.html?id=112501 ---- - MANIFEST | 1 - - t/data/Perl/04.pm | 5 ----- - t/version_from_file_perl.t | 4 ++-- - 3 files changed, 2 insertions(+), 8 deletions(-) - delete mode 100644 t/data/Perl/04.pm - -diff --git a/MANIFEST b/MANIFEST -index b9b3cc1..a13981a 100644 ---- a/MANIFEST -+++ b/MANIFEST -@@ -34,7 +34,6 @@ shipit - t/data/Perl/01.pm - t/data/Perl/02.pm - t/data/Perl/03.pm --t/data/Perl/04.pm - t/data/Perl/05.pm - t/data/Perl/06.pm - t/data/Perl/07.pm -diff --git a/t/data/Perl/04.pm b/t/data/Perl/04.pm -deleted file mode 100644 -index 1744dd1..0000000 ---- a/t/data/Perl/04.pm -+++ /dev/null -@@ -1,5 +0,0 @@ --package something; -- --use version; our $VERSION = qv('v1.5_0'); -- --1; -diff --git a/t/version_from_file_perl.t b/t/version_from_file_perl.t -index 286930a..c85d6f7 100644 ---- a/t/version_from_file_perl.t -+++ b/t/version_from_file_perl.t -@@ -12,7 +12,7 @@ ok($proj); - - my $basedir = catfile(qw(t data Perl)); - --for my $filenum ( 1 .. 7 ) { -+for my $filenum ( 1 .. 3, 5 .. 7 ) { - my $origfile = catfile( $basedir, sprintf( '%02d.pm', $filenum ) ); - - # check we read in the version correctly -@@ -33,7 +33,7 @@ for my $filenum ( 1 .. 7 ) { - # cleanup - END { - eval { -- for ( 1 .. 7 ) -+ for ( 1 .. 3, 5 .. 7 ) - { - unlink catfile( $basedir, sprintf( '%02d.pm.new', $_ ) ); - } --- -2.15.1 - diff --git a/dev-perl/ShipIt/metadata.xml b/dev-perl/ShipIt/metadata.xml deleted file mode 100644 index 1ab717495ded..000000000000 --- a/dev-perl/ShipIt/metadata.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - ShipIt - ShipIt - ShipIt::Conf - ShipIt::ProjectType - ShipIt::ProjectType::AutoConf - ShipIt::ProjectType::Perl - ShipIt::ProjectType::Perl::MakeMaker - ShipIt::ProjectType::Perl::ModuleBuild - ShipIt::State - ShipIt::Step - ShipIt::Step::AddToSVNDir - ShipIt::Step::ChangeRPMVersion - ShipIt::Step::ChangeVersion - ShipIt::Step::CheckChangeLog - ShipIt::Step::Commit - ShipIt::Step::DistTest - ShipIt::Step::FindVersion - ShipIt::Step::MakeDist - ShipIt::Step::Tag - ShipIt::Step::UploadCPAN - ShipIt::Util - ShipIt::Util::TempDir - ShipIt::VC - ShipIt::VC::Git - ShipIt::VC::Mercurial - ShipIt::VC::SVK - ShipIt::VC::SVN - - -- cgit v1.2.3