Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: perl-module.eclass
Date: Tue, 10 Nov 2009 12:53:56
Message-Id: E1N7qEM-0005h3-Fw@stork.gentoo.org
1 tove 09/11/10 12:53:54
2
3 Modified: perl-module.eclass
4 Log:
5 Add trailing slash to HOMEPAGE link (#292268)
6
7 Revision Changes Path
8 1.118 eclass/perl-module.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/perl-module.eclass?rev=1.118&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/perl-module.eclass?rev=1.118&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/perl-module.eclass?r1=1.117&r2=1.118
13
14 Index: perl-module.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v
17 retrieving revision 1.117
18 retrieving revision 1.118
19 diff -u -r1.117 -r1.118
20 --- perl-module.eclass 27 Sep 2009 07:00:32 -0000 1.117
21 +++ perl-module.eclass 10 Nov 2009 12:53:53 -0000 1.118
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.117 2009/09/27 07:00:32 tove Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.118 2009/11/10 12:53:53 tove Exp $
27 #
28 # Author: Seemant Kulleen <seemant@g.o>
29
30 @@ -45,7 +45,7 @@
31 [[ -z "${SRC_URI}" && -n "${MODULE_AUTHOR}" ]] && \
32 SRC_URI="mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MODULE_SECTION}/${MODULE_A}"
33 [[ -z "${HOMEPAGE}" ]] && \
34 - HOMEPAGE="http://search.cpan.org/dist/${MY_PN:-${PN}}"
35 + HOMEPAGE="http://search.cpan.org/dist/${MY_PN:-${PN}}/"
36
37 SRC_PREP="no"
38 SRC_TEST="skip"