public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/megacli/
Date: Sun, 11 Dec 2016 07:44:39 +0000 (UTC)	[thread overview]
Message-ID: <1481442273.bfffc93bba583f40d0ad15ba5e6894d5b3b4bc50.robbat2@gentoo> (raw)

commit:     bfffc93bba583f40d0ad15ba5e6894d5b3b4bc50
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 07:42:30 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 07:44:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfffc93b

sys-block/megacli: drop old version.

Package-Manager: portage-2.3.2

 sys-block/megacli/Manifest               |  1 -
 sys-block/megacli/megacli-8.02.21.ebuild | 81 --------------------------------
 2 files changed, 82 deletions(-)

diff --git a/sys-block/megacli/Manifest b/sys-block/megacli/Manifest
index bb4616f..b91d101 100644
--- a/sys-block/megacli/Manifest
+++ b/sys-block/megacli/Manifest
@@ -1,4 +1,3 @@
 DIST 8-07-14_MegaCLI.zip 7939395 SHA256 d9b152ae3dab76a334b9251702dba3311ceed91b58aaf52d916eb4ba1c2ab6e9 SHA512 ee2b66b69dc41bb678e54f5ccf4908a51e6fde147b2118844ff6248127aa51f12af0e7562c74461d52ea8e9b4345877b21c87fc89210208d80cf2fd3402a93e3 WHIRLPOOL 6720e246590a89ca6914f38a87aea83fe78f3986cee931bc2b133185c686574b80cf298a805c0412de6fc8fdd4e14a56e70ea5591446a1547a15b5487af245ae
-DIST 8.02.21_MegaCLI.zip 12939353 SHA256 e5fdaff341b3cd8c3b5bbe334f5e819f9eb167e141337ce92a47a73c3fd7ac0b
 DIST 8.07.10_MegaCLI_Linux.zip 1543709 SHA256 631b58c1a51815c1c01db4d4d7b7b8c1099e3dff2c7ae6f1c2bf32a9aae6aca4 SHA512 ee83910dac54b653f5c33703555c51d37b33e1672c6de6473950ca21ff19518b7de921cfa07a50e1c7f26054c7075c6bc241b52f89757cc1e0e0f4251a07bcd7 WHIRLPOOL 5a045a113aee047b9d30f58029ba5c039c721f16d7e6ce0958de2273d0024e475bc1aeee786dfee95342f595fc13c050a7bb45a374851cc73dee60b335c276be
 DIST 8.07.14_MegaCLI.zip 7939395 SHA256 d9b152ae3dab76a334b9251702dba3311ceed91b58aaf52d916eb4ba1c2ab6e9 SHA512 ee2b66b69dc41bb678e54f5ccf4908a51e6fde147b2118844ff6248127aa51f12af0e7562c74461d52ea8e9b4345877b21c87fc89210208d80cf2fd3402a93e3 WHIRLPOOL 6720e246590a89ca6914f38a87aea83fe78f3986cee931bc2b133185c686574b80cf298a805c0412de6fc8fdd4e14a56e70ea5591446a1547a15b5487af245ae

diff --git a/sys-block/megacli/megacli-8.02.21.ebuild b/sys-block/megacli/megacli-8.02.21.ebuild
deleted file mode 100644
index 3872622..00000000
--- a/sys-block/megacli/megacli-8.02.21.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit rpm
-
-DESCRIPTION="LSI Logic MegaRAID Command Line Interface management tool"
-HOMEPAGE="http://www.lsi.com/"
-SRC_URI="http://www.lsi.com/downloads/Public/RAID%20Controllers/RAID%20Controllers%20Common%20Files/${PV}_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-libs/ncurses-5*"
-
-S="${WORKDIR}"
-
-RESTRICT="mirror fetch"
-
-QA_PRESTRIPPED="/opt/megacli/megacli"
-
-pkg_nofetch() {
-	einfo "Upstream has implement a mandatory clickthrough EULA for distfile download"
-	einfo "Please visit $SRC_URI"
-	einfo "And place $A in ${DISTDIR}"
-}
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	unpack ./${PV}_Linux_MegaCLI/MegaCliLin.zip
-	rpm_unpack ./MegaCli-${PV}-1.noarch.rpm
-	rpm_unpack ./Lib_Utils-1.00-09.noarch.rpm
-}
-
-src_install() {
-	exeinto /opt/megacli
-	libsysfs=libsysfs.so.2.0.2
-	case ${ARCH} in
-		amd64) MegaCli=MegaCli64 libsysfs=x86_64/${libsysfs};;
-		x86) MegaCli=MegaCli;;
-		*) die "invalid ARCH";;
-	esac
-	newexe opt/MegaRAID/MegaCli/${MegaCli} megacli
-
-	exeinto /opt/megacli/lib
-	doexe opt/lsi/3rdpartylibs/${libsysfs}
-
-	into /opt
-	newbin "${FILESDIR}"/${PN}-wrapper ${PN}
-	dosym ${PN} /opt/bin/MegaCli
-
-	dodoc ${PV}_MegaCLI.txt
-
-	# Remove DT_RPATH
-	chrpath -d "${D}"/opt/megacli/megacli
-}
-
-pkg_postinst() {
-	einfo
-	einfo "See /usr/share/doc/${PF}/${PV}_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:[~2016-12-11  7:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-11  7:44 Robin H. Johnson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-22  6:40 [gentoo-commits] repo/gentoo:master commit in: sys-block/megacli/ Jakov Smolić
2021-10-21 23:28 Sam James
2021-10-21 23:28 Sam James
2020-09-24 20:22 Aaron Bauman
2020-09-24 19:31 Robin H. Johnson
2020-09-24 19:31 Robin H. Johnson
2020-09-15 22:23 Thomas Deutschmann
2019-11-04 10:32 Agostino Sarubbo
2019-10-01 19:14 Michał Górny
2019-02-04 23:02 Ben Kohler
2018-05-28 18:27 Robin H. Johnson
2018-01-12 15:36 Ulrich Müller
2016-05-22 18:28 Zac Medico
2016-02-09  1:13 Robin H. Johnson
2016-02-09  0:13 Robin H. Johnson

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=1481442273.bfffc93bba583f40d0ad15ba5e6894d5b3b4bc50.robbat2@gentoo \
    --to=robbat2@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