Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 371375 - sys-block/megacli-8.00.46 download returns HTML
Summary: sys-block/megacli-8.00.46 download returns HTML
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wolfram Schlich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-13 09:04 UTC by Dirkjan Ochtman (RETIRED)
Modified: 2011-07-11 19:06 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
bump (megacli-8.01.06.diff,2.08 KB, patch)
2011-07-08 08:16 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.