diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-11 04:01:46 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-11 04:14:52 +1300 |
commit | ae86807535c74de95d974e33c54ec18618de0507 (patch) | |
tree | eebf59454d37f4656ee3975c32743ca5e0d05ef9 /dev-perl | |
parent | dev-perl/DB_File-Lock: Fix test failure on perl >5.20 (diff) | |
download | gentoo-ae86807535c74de95d974e33c54ec18618de0507.tar.gz gentoo-ae86807535c74de95d974e33c54ec18618de0507.tar.bz2 gentoo-ae86807535c74de95d974e33c54ec18618de0507.zip |
dev-perl/Sys-Syscall: Avoid installed README.pod to vendor/
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r2.ebuild (renamed from dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild) | 9 | ||||
-rw-r--r-- | dev-perl/Sys-Syscall/files/Sys-Syscall-0.25-INSTALL.SKIP | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild b/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r2.ebuild index 4c26c886d84f..0ac6e6975195 100644 --- a/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild +++ b/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r2.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$ @@ -15,3 +15,10 @@ KEYWORDS="amd64 ~ppc x86" IUSE="" SRC_TEST="do" + +src_prepare() { + # https://rt.cpan.org/Ticket/Display.html?id=118696 + cp "${FILESDIR}/${PN}-${MODULE_VERSION}-INSTALL.SKIP" \ + "${S}/INSTALL.SKIP" || die "Can't copy INSTALL.SKIP file" + perl-module_src_prepare +} diff --git a/dev-perl/Sys-Syscall/files/Sys-Syscall-0.25-INSTALL.SKIP b/dev-perl/Sys-Syscall/files/Sys-Syscall-0.25-INSTALL.SKIP new file mode 100644 index 000000000000..4fd94be96e40 --- /dev/null +++ b/dev-perl/Sys-Syscall/files/Sys-Syscall-0.25-INSTALL.SKIP @@ -0,0 +1 @@ +README\.pod$ |