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

Bug 205250

Summary: dead HOMEPAGE ebuilds
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED CANTFIX    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild lists
HOMEPAGE checker

Description Toralf Förster gentoo-dev 2008-01-10 21:30:32 UTC
With a little script I found 469 ebuilds which seem to have a dead HOMEPAGE. The script searches all ebuilds of a given category using wget. I run it over the whole portage tree w/

$>(cd /usr/portage/; for d in *; do (CheckHomepage.sh $d &); done)

and watched it w/

$>watch 'ps -ef | grep CheckHomepage.sh | grep -v grep'


Reproducible: Always
Comment 1 Toralf Förster gentoo-dev 2008-01-10 21:31:23 UTC
Created attachment 140629 [details]
ebuild lists
Comment 2 Toralf Förster gentoo-dev 2008-01-10 21:31:53 UTC
Created attachment 140630 [details]
HOMEPAGE checker
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2008-01-10 21:33:19 UTC
I'm really sorry, but no way I'm going to CC maintainers of ~500 ebuilds on one bug. If you wish, take this to gentoo-dev mailing list, suggest a check to detect these automatically etc., but filing a bug about 469 is totally a no go.

Thanks.