Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92115 - pyxdg misses an http:// in homepage link
Summary: pyxdg misses an http:// in homepage link
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-10 06:52 UTC by Sascha Nitsch
Modified: 2005-05-10 09:06 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 Sascha Nitsch 2005-05-10 06:52:43 UTC
there is a http:// missing in the HOMEPAGE field in the ebuilds of pyxdg

Reproducible: Always
Steps to Reproduce:
1. grep HOMEPAGE /usr/portage/dev-python/pyxdg-*.ebuild

Actual Results:  
/usr/portage/dev-python/pyxdg/pyxdg-0.10.ebuild:HOMEPAGE="pyxdg.freedesktop.org" 
/usr/portage/dev-python/pyxdg/pyxdg-0.8.ebuild:HOMEPAGE="pyxdg.freedesktop.org" 
/usr/portage/dev-python/pyxdg/pyxdg-0.9.ebuild:HOMEPAGE="pyxdg.freedesktop.org" 

Expected Results:  
/usr/portage/dev-python/pyxdg/pyxdg-0.10.ebuild:HOMEPAGE="http://pyxdg.freedesktop.org" 
/usr/portage/dev-python/pyxdg/pyxdg-0.8.ebuild:HOMEPAGE="http://pyxdg.freedesktop.org" 
/usr/portage/dev-python/pyxdg/pyxdg-0.9.ebuild:HOMEPAGE="http://pyxdg.freedesktop.org"
Comment 1 Bart Lauwers (RETIRED) gentoo-dev 2005-05-10 09:06:42 UTC
Fixed in CVS