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

Bug 274827

Summary: net-analyzer/linkchecker-5.0.2 version bump
Product: Gentoo Linux Reporter: Michał Masłowski <mtjm>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: enhancement CC: jer
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michał Masłowski 2009-06-20 15:32:28 UTC
Version 5.0.2 works after applying the below patch to the current ebuild for version 4.9 (the newest in Portage). Source file name changed (changes to the ebuild based on the one for net-zope/zopeskel) and Python 2.5 is required.

--- /usr/portage/net-analyzer/linkchecker/linkchecker-4.9.ebuild        2009-04-05 10:08:24.000000000 +0200                                                     
+++ linkchecker-5.0.2.ebuild    2009-06-20 17:12:05.000000000 +0200             
@@ -4,15 +4,20 @@

 inherit distutils

+MY_PN="LinkChecker"
+MY_P=${MY_PN}-${PV}
+
 DESCRIPTION="LinkChecker can check HTML documents for broken links."
 HOMEPAGE="http://linkchecker.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ppc ~x86"
 IUSE=""

-DEPEND=">=dev-lang/python-2.4"
+DEPEND=">=dev-lang/python-2.5"

 RESTRICT="test"
+
+S=${WORKDIR}/${MY_P}

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2009-06-29 22:56:04 UTC
Thanks. Fixed in CVS.