Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 239518

Summary: Change HOMEPAGE in perl-module.eclass
Product: Gentoo Linux Reporter: Torsten Veller (RETIRED) <tove>
Component: EclassesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 239510    

Description Torsten Veller (RETIRED) gentoo-dev 2008-10-04 09:20:38 UTC
I want to propose the following change:

  [ -z "${HOMEPAGE}" ] && \
-        HOMEPAGE="http://search.cpan.org/search?query=${MY_PN:-${PN}}&mode=dist"
+        HOMEPAGE="http://search.cpan.org/dist/${MY_PN:-${PN}}/"
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2009-03-06 11:49:17 UTC
Fixed.