diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-19 22:15:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-19 22:15:34 +0000 |
commit | 477de171c923131f789dfc0a29373309270343ab (patch) | |
tree | e9f3bd0ffb40f8ac74ba5960ce00ef8062e696b3 | |
parent | version bump (diff) | |
download | gentoo-2-477de171c923131f789dfc0a29373309270343ab.tar.gz gentoo-2-477de171c923131f789dfc0a29373309270343ab.tar.bz2 gentoo-2-477de171c923131f789dfc0a29373309270343ab.zip |
Install the sample and testfiles to make tests happy
(Portage version: 2.2_rc67/cvs/Linux i686)
-rw-r--r-- | dev-perl/File-ShareDir/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-ShareDir/File-ShareDir-1.02.ebuild | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-perl/File-ShareDir/ChangeLog b/dev-perl/File-ShareDir/ChangeLog index 1bed7897771a..e30dcd4a6e55 100644 --- a/dev-perl/File-ShareDir/ChangeLog +++ b/dev-perl/File-ShareDir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-ShareDir # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-ShareDir/ChangeLog,v 1.5 2010/03/19 06:56:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-ShareDir/ChangeLog,v 1.6 2010/03/19 22:15:34 tove Exp $ + + 19 Mar 2010; Torsten Veller <tove@gentoo.org> File-ShareDir-1.02.ebuild: + Install the sample and testfiles to make tests happy *File-ShareDir-1.02 (19 Mar 2010) diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.02.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.02.ebuild index 7beeda16a03a..b91bcbb0e054 100644 --- a/dev-perl/File-ShareDir/File-ShareDir-1.02.ebuild +++ b/dev-perl/File-ShareDir/File-ShareDir-1.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-ShareDir/File-ShareDir-1.02.ebuild,v 1.1 2010/03/19 06:56:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-ShareDir/File-ShareDir-1.02.ebuild,v 1.2 2010/03/19 22:15:34 tove Exp $ EAPI=2 @@ -17,8 +17,3 @@ RDEPEND="dev-perl/Class-Inspector" DEPEND="${RDEPEND}" SRC_TEST="do" - -src_install(){ - find "${S}" \( -name "sample.txt" -o -name "test_file.txt" \) -delete - perl-module_src_install -} |