Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274827 - net-analyzer/linkchecker-5.0.2 version bump
Summary: net-analyzer/linkchecker-5.0.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-20 15:32 UTC by Michał Masłowski
Modified: 2009-06-29 22:56 UTC (History)
1 user (show)

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 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.