commit: 626c23e7200e4cdde1487d55e13012fa5482cbbe
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 24 12:30:47 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 24 12:30:47 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=626c23e7
[fix] dev-perl/Catalyst-Authentication-Store-Htpasswd use perl_rm_files
Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820
---
.../Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild | 7 +------
dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog | 4 ++++
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git
a/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild
b/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild
index 8c3be95..534f206 100644
---
a/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild
+++
b/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild
@@ -25,12 +25,7 @@ DEPEND="$RDEPEND
src_prepare() {
# These tests are useless
- rm ${S}"/t/pod.t";
- rm ${S}"/t/kwalitee.t";
- rm ${S}"/t/pod-coverage.t";
- sed -i '/^t\/pod\.t/d' MANIFEST;
- sed -i '/^t\/kwalitee\.t/d' MANIFEST;
- sed -i '/^t\/pod-coverage\.t/d' MANIFEST;
+ perl_rm_files "t/pod.t" "t/kwalitee.t" "t/pod-coverage.t";
perl-module_src_prepare;
}
diff --git a/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
b/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
index 2ba905c..9580704 100644
--- a/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
+++ b/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 24 Aug 2014; Kent Fredric <[email protected]>
+ Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild:
+ use perl_rm_files
+
*Catalyst-Authentication-Store-Htpasswd-1.3.0 (23 Aug 2014)
23 Aug 2014; Kent Fredric <[email protected]>