Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28628 - im-ja 0.8 ebuild has typo in package URL
Summary: im-ja 0.8 ebuild has typo in package URL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-13 10:48 UTC by Jeroen Hoek
Modified: 2003-09-13 16:24 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 Jeroen Hoek 2003-09-13 10:48:25 UTC
The app-i18n/im-ja version 0.8 ebuild file has a typo in the $HOMEPAGE variable.
Instead of "http://.." it says "htp://.." which prevents the package from being
downloaded if none of the mirrors have it.

Fix:

-HOMEPAGE="htp://im-ja.sourceforge.net/"
+HOMEPAGE="http://im-ja.sourceforge.net/"

That's all, just a typo, not in previous ebuilds for as far as I can see.

Reproducible: Always
Steps to Reproduce:
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-09-13 16:24:46 UTC
Thanks for reporting but it is already fixed in CVS. 
Please emerge sync and try again.