Skip to content

Commit

Permalink
dev-perl/Test-MockObject: Remove README.pod from vendor/
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
kentfredric committed Nov 10, 2016
1 parent ae86807 commit 7b9e9ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README\.pod$

0 comments on commit 7b9e9ed

Please sign in to comment.