Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239518 - Change HOMEPAGE in perl-module.eclass
Summary: Change HOMEPAGE in perl-module.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: perl-eclass
  Show dependency tree
 
Reported: 2008-10-04 09:20 UTC by Torsten Veller (RETIRED)
Modified: 2009-03-06 11:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.