From: "Christian Ruppert (idl0r)" <idl0r@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/megacli: ChangeLog megacli-8.01.06.ebuild megacli-8.00.46.ebuild
Date: Mon, 11 Jul 2011 18:42:13 +0000 (UTC) [thread overview]
Message-ID: <20110711184213.82CE12004B@flycatcher.gentoo.org> (raw)
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
}
reply other threads:[~2011-07-11 18:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110711184213.82CE12004B@flycatcher.gentoo.org \
--to=idl0r@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox