commit:     7b9e9ed5ee157bb43027fbde05ec9487a05fe18e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 15:13:14 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 15:14:53 2016 +0000
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 00000000..4fd94be
--- /dev/null
+++ b/dev-perl/Test-MockObject/files/Test-MockObject-1.20150527-INSTALL.SKIP
@@ -0,0 +1 @@
+README\.pod$

Reply via email to