HP/Compaq has reorganized their FTP site. Current SRC_URI is ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/ and instead should be ftp://ftp.compaq.com/pub/products/C-CXX/linux/ Also, do we need three versions? Seems like 2.2.7-2 is the only necessary version. They even fetch the same file (version 2.2.7-2). Request: remove versions 2.2.7-1 and 2.2.7. Reproducible: Always
Created attachment 148897 [details] ebuild with fixed SRC_URI Untested.
Created attachment 151738 [details] Rewritten libots ebuild Attached is a rewritten libots ebuild, with a fixed SRC_URI. Tested working on my alpha box. Request for testing.
(In reply to comment #2) > Created an attachment (id=151738) [edit] > Rewritten libots ebuild > DEPEND="virtual/libc > app-arch/rpm2targz" If you don't specify empty RDEPEND it makes rpm2targz also RDEPEND, which would be wrong, as it breaks --depclean. So I believe correct syntax here would be (dropping the unnecessary virtual/libc): RDEPEND="" DEPEND="app-arch/rpm2targz" > S="${WORKDIR}/usr/lib/compaq/libots-2.2.7" Assigments doesn't need quoting, if the ${WORKDIR} has spaces the S= gets it correctly even without the quotes..
bug 220213 for your pleasure :-)
Created attachment 151845 [details] libots ebuild with fixes from drac Thanks for the input, drac!
(In reply to comment #5) > Created an attachment (id=151845) [edit] > libots ebuild with fixes from drac > > Thanks for the input, drac! > 05 May 2008; Samuli Suominen <drac@gentoo.org> -libots-2.2.7.ebuild, -libots-2.2.7-r1.ebuild, libots-2.2.7-r2.ebuild: New ebuild partly from bug 216606, thanks to Matt Turner. Please look at the changes I made to the ebuild in tree.
Evidently, by inheriting rpm, it automatically depends on rpm2targz, so it's not necessary to specify it in DEPEND. Please remove from DEPEND :)