public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-block/megacli: ChangeLog megacli-8.01.06.ebuild megacli-8.00.46.ebuild
@ 2011-07-11 18:42 Christian Ruppert (idl0r)
  0 siblings, 0 replies; only message in thread
From: Christian Ruppert (idl0r) @ 2011-07-11 18:42 UTC (permalink / raw
  To: gentoo-commits

idl0r       11/07/11 18:42:13

  Modified:             ChangeLog
  Added:                megacli-8.01.06.ebuild
  Removed:              megacli-8.00.46.ebuild
  Log:
  Version bump. Fixes bug 371375. Remove bundled sysfsutils. Some QA fixes. Remove fixed DT_RPATH.
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sys-block/megacli/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/megacli/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/megacli/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/megacli/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/megacli/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	26 May 2011 18:12:27 -0000	1.7
+++ ChangeLog	11 Jul 2011 18:42:13 -0000	1.8
@@ -1,6 +1,14 @@
 # ChangeLog for sys-block/megacli
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/megacli/ChangeLog,v 1.7 2011/05/26 18:12:27 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/megacli/ChangeLog,v 1.8 2011/07/11 18:42:13 idl0r Exp $
+
+*megacli-8.01.06 (11 Jul 2011)
+
+  11 Jul 2011; Christian Ruppert <idl0r@gentoo.org> -megacli-8.00.46.ebuild,
+  +megacli-8.01.06.ebuild, -files/1.01.40_Linux_Cli.txt,
+  -files/2.00.15_Linux_MegaCLI.txt, -files/4.00.11_Linux_MegaCLI.txt:
+  Version bump. Fixes bug 371375. Remove bundled sysfsutils. Some QA fixes.
+  Remove fixed DT_RPATH.
 
 *megacli-8.00.46 (26 May 2011)
 



1.1                  sys-block/megacli/megacli-8.01.06.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/megacli/megacli-8.01.06.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/megacli/megacli-8.01.06.ebuild?rev=1.1&content-type=text/plain

Index: megacli-8.01.06.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/megacli/megacli-8.01.06.ebuild,v 1.1 2011/07/11 18:42:13 idl0r Exp $

EAPI="3"

inherit rpm

DESCRIPTION="LSI Logic MegaRAID Command Line Interface management tool"
HOMEPAGE="http://www.lsi.com/"
SRC_URI="http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/${PV}_Linux_MegaCLI.zip"

LICENSE="LSI"
SLOT="0"
# This package can never enter stable, it can't be mirrored and upstream
# can remove the distfiles from their mirror anytime.
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="app-arch/unzip
	app-admin/chrpath"
RDEPEND="sys-fs/sysfsutils"

S="${WORKDIR}"

RESTRICT="mirror"

QA_PRESTRIPPED="/opt/bin/megacli"

src_unpack() {
	unpack ${A}
	cd "${S}"
	unpack ./MegaCliLin.zip || die "failed to unpack inner ZIP"
	rpm_unpack ./MegaCli-${PV}-1.i386.rpm || die "failed to unpack RPM"
}

src_install() {
	exeinto /opt/bin
	case ${ARCH} in
		amd64) MegaCli=MegaCli64;;
		x86) MegaCli=MegaCli;;
		*) die "invalid ARCH";;
	esac
	newexe opt/MegaRAID/MegaCli/${MegaCli} megacli || die
	dosym /opt/bin/megacli /opt/bin/MegaCli
	dodoc ${PV}_Linux_MegaCLI.txt

	# Get a rid of DT_RPATH
	chrpath -d "${D}/opt/bin/megacli"
}

pkg_postinst() {
	einfo
	einfo "See /usr/share/doc/${PF}/${PV}_Linux_MegaCli.txt for a list of supported controllers"
	einfo "(contains LSI model names only, not those sold by 3rd parties"
	einfo "under custom names like Dell PERC etc)."
	einfo
	einfo "As there's no dedicated manual, you might want to have"
	einfo "a look at the following cheat sheet (originally written"
	einfo "for Dell PowerEdge Expandable RAID Controllers):"
	einfo "http://tools.rapidsoft.de/perc/perc-cheat-sheet.html"
	einfo
	einfo "For more information about working with Dell PERCs see:"
	einfo "http://tools.rapidsoft.de/perc/"
	einfo
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-11 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-11 18:42 [gentoo-commits] gentoo-x86 commit in sys-block/megacli: ChangeLog megacli-8.01.06.ebuild megacli-8.00.46.ebuild Christian Ruppert (idl0r)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox