[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-MockObject/files/

2020-04-28 Thread Kent Fredric
commit: cf5fba5e243f7892e0c8d95f680874e3b9ecd25f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Apr 25 15:52:38 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Apr 28 07:07:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5fba5e

dev-perl/Test-MockObject: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/15517
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Test-MockObject/files/Test-MockObject-1.20150527-INSTALL.SKIP | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/dev-perl/Test-MockObject/files/Test-MockObject-1.20150527-INSTALL.SKIP 
b/dev-perl/Test-MockObject/files/Test-MockObject-1.20150527-INSTALL.SKIP
deleted file mode 100644
index 4fd94be96e4..000
--- a/dev-perl/Test-MockObject/files/Test-MockObject-1.20150527-INSTALL.SKIP
+++ /dev/null
@@ -1 +0,0 @@
-README\.pod$



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-MockObject/files/, dev-perl/Test-MockObject/

2016-11-10 Thread Kent Fredric
commit: 7b9e9ed5ee157bb43027fbde05ec9487a05fe18e
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Nov 10 15:13:14 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Nov 10 15:14:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9e9ed5

dev-perl/Test-MockObject: Remove README.pod from vendor/

Package-Manager: portage-2.3.2

 201.505.270.ebuild => Test-MockObject-1.201.505.270-r1.ebuild} | 7 ++-
 .../Test-MockObject/files/Test-MockObject-1.20150527-INSTALL.SKIP  | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Test-MockObject/Test-MockObject-1.201.505.270.ebuild 
b/dev-perl/Test-MockObject/Test-MockObject-1.201.505.270-r1.ebuild
similarity index 75%
rename from dev-perl/Test-MockObject/Test-MockObject-1.201.505.270.ebuild
rename to dev-perl/Test-MockObject/Test-MockObject-1.201.505.270-r1.ebuild
index 10ad2e9..1194fb6 100644
--- a/dev-perl/Test-MockObject/Test-MockObject-1.201.505.270.ebuild
+++ b/dev-perl/Test-MockObject/Test-MockObject-1.201.505.270-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,4 +29,9 @@ DEPEND="${RDEPEND}
)
 "
 
+src_prepare() {
+   cp "${FILESDIR}/${PN}-${MODULE_VERSION}-INSTALL.SKIP" \
+   "${S}/INSTALL.SKIP" || die "Cant copy INSTALL.SKIP file"
+   perl-module_src_prepare
+}
 SRC_TEST="do parallel"

diff --git 
a/dev-perl/Test-MockObject/files/Test-MockObject-1.20150527-INSTALL.SKIP 
b/dev-perl/Test-MockObject/files/Test-MockObject-1.20150527-INSTALL.SKIP
new file mode 100644
index ..4fd94be
--- /dev/null
+++ b/dev-perl/Test-MockObject/files/Test-MockObject-1.20150527-INSTALL.SKIP
@@ -0,0 +1 @@
+README\.pod$