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

Bug 371375

Summary: sys-block/megacli-8.00.46 download returns HTML
Product: Gentoo Linux Reporter: Dirkjan Ochtman (RETIRED) <djc>
Component: New packagesAssignee: Wolfram Schlich (RETIRED) <wschlich>
Status: RESOLVED FIXED    
Severity: normal CC: idl0r, ramereth, xarthisius
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: bump

Description Dirkjan Ochtman (RETIRED) gentoo-dev 2011-06-13 09:04:38 UTC
Probably time for some SRC_URI tweaking.
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-07-04 11:12:46 UTC
Proposed patch:

Index: megacli-8.00.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/megacli/megacli-8.00.46.ebuild,v
retrieving revision 1.1
diff -u -B -r1.1 megacli-8.00.46.ebuild
--- megacli-8.00.46.ebuild      26 May 2011 18:12:27 -0000      1.1
+++ megacli-8.00.46.ebuild      4 Jul 2011 11:11:59 -0000
@@ -8,7 +8,7 @@

 DESCRIPTION="LSI Logic MegaRAID Command Line Interface management tool"
 HOMEPAGE="http://www.lsi.com/"
-SRC_URI="http://www.lsi.com/DistributionSystem/User/AssetMgr.aspx?asset=56682 -> ${PV}_Linux_MegaCLI.zip"
+SRC_URI="http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/${PV}_Linux_MegaCLI.zip"

 LICENSE="LSI"
 SLOT="0"

I'd be happy to commit this myself; just say so, and I'll also add myself to the metadata to help out with this.
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2011-07-08 08:16:14 UTC
Created attachment 279411 [details, diff]
bump

There's also new version available. Simple bump works for me though I've also prepared slightly modified ebuild:
 * bump to EAPI4 (so most helpers that now miss die() will die on their own ;) )
 * change SRC_URI (same way as djc did)
 * move variables setting to src_prepare()
 * remove redundant die msges
 * add missing soname link for libsysfs
 * add missing S definition
Comment 3 Christian Ruppert (idl0r) gentoo-dev 2011-07-11 19:06:53 UTC
Fixed in CVS. Thanks.