Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Version bump to 9.4.0.1 + I cleaned up the ebuild a bit, e.g. src_unpack() and MY_P weren't really needed, I changed "DOWNLOAD_URL" to "LICENSE_URL" and the ebuild now prints out the command to fetch the correct tarball to the ${DISTDIR}; it's simply more userfriendly that way :) In my opinion the ebuild is much more easier to read/understand now.
Created an attachment (id=113007) [details] ebuild for sys-block/tw_cli-9.4.0.1
Created an attachment (id=113008) [details] patch from sys-block/tw_cli-9.4.0 to sys-block/tw_cli-9.4.0.1
I also uploaded the "diff -u" output so that you can easily see what I changed. I hope it's ok this way.
IIRC there was an issue with using ARCH-specific variables in SRC_URI (can't remember what it was exactly, though). I talked to Robin about that quite a while ago... Robin?
I don't see any reason why it shouldn't work?! Well, I'll try it monday, if I've got time then. (If you don't know it: Robin is in devaway status till 26th).
Craig: you CANNOT use $ARCH inside SRC_URI, because then the computed contents of SRC_URI are different by arch, and if I generate the Manifest on x86, you will not be able to verify it on amd64.
9.4.0.1 and 9.4.1 in the tree now.
Cool! And thanks for the explanation about SRC_URI. :)