Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Authentication-Store-Htpasswd/
Date: Sun, 24 Aug 2014 13:56:28
Message-Id: 1408883447.626c23e7200e4cdde1487d55e13012fa5482cbbe.kent@gentoo
1 commit: 626c23e7200e4cdde1487d55e13012fa5482cbbe
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 24 12:30:47 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Aug 24 12:30:47 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=626c23e7
7
8 [fix] dev-perl/Catalyst-Authentication-Store-Htpasswd use perl_rm_files
9
10 Package-Manager: portage-2.2.10
11 Manifest-Sign-Key: E854324B1366A820
12
13 ---
14 .../Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild | 7 +------
15 dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog | 4 ++++
16 2 files changed, 5 insertions(+), 6 deletions(-)
17
18 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
19 index 8c3be95..534f206 100644
20 --- a/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild
21 +++ b/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild
22 @@ -25,12 +25,7 @@ DEPEND="$RDEPEND
23
24 src_prepare() {
25 # These tests are useless
26 - rm ${S}"/t/pod.t";
27 - rm ${S}"/t/kwalitee.t";
28 - rm ${S}"/t/pod-coverage.t";
29 - sed -i '/^t\/pod\.t/d' MANIFEST;
30 - sed -i '/^t\/kwalitee\.t/d' MANIFEST;
31 - sed -i '/^t\/pod-coverage\.t/d' MANIFEST;
32 + perl_rm_files "t/pod.t" "t/kwalitee.t" "t/pod-coverage.t";
33 perl-module_src_prepare;
34 }
35
36
37 diff --git a/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog b/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
38 index 2ba905c..9580704 100644
39 --- a/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
40 +++ b/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
41 @@ -2,6 +2,10 @@
42 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
43 # $Header: $
44
45 + 24 Aug 2014; Kent Fredric <kentfredric@×××××.com>
46 + Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild:
47 + use perl_rm_files
48 +
49 *Catalyst-Authentication-Store-Htpasswd-1.3.0 (23 Aug 2014)
50
51 23 Aug 2014; Kent Fredric <kentfredric@×××××.com>