diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-04 18:55:01 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-04 18:55:01 +0000 |
commit | 423d21dcfee183cc4b04d29c1621615e8c30f834 (patch) | |
tree | 23bd6110b9a77b8d679b5ab60fb7663b8627f698 /sys-block/megamgr | |
parent | 81e4fbcb846ed1cabdad699c0029b166dd7273b7 (diff) |
gentoo resync : 04.01.2018
Diffstat (limited to 'sys-block/megamgr')
-rw-r--r-- | sys-block/megamgr/Manifest | 4 | ||||
-rw-r--r-- | sys-block/megamgr/megamgr-5.20-r2.ebuild | 23 |
2 files changed, 10 insertions, 17 deletions
diff --git a/sys-block/megamgr/Manifest b/sys-block/megamgr/Manifest index b11fe32477f9..e3bcf56d083d 100644 --- a/sys-block/megamgr/Manifest +++ b/sys-block/megamgr/Manifest @@ -1,3 +1,3 @@ -DIST ut_linux_mgr_5.20.zip 253549 SHA256 e7313ed8f59897f132ffed55ed606f19dc72a5d529e6b647cb157a39f0d79123 SHA512 3f942ab3d7a192bc1a945945d20545ffdbbbdd9c4af238701cf7357fe5b3f405c2e777da7c42908e1acb676499ee87aec261bcad729a4d787f8e098af132bda6 WHIRLPOOL 8efdfa1a152003ab0da0834f101c4da505974ada81eb0633e42d5065b96dcd48638da8145ac1e43573fe0cb25119bf3579a1d778deb18e1258cbca33e1c6cd28 -EBUILD megamgr-5.20-r2.ebuild 1036 BLAKE2B 7863adb228f848e06c33a9ed4d4fb4912886736a7cc914f752dfefa8309896b939c3fab85acc8311c0f5f58a078f75932c7cd64cb74c6fd4642a9da0fb116262 SHA512 7994b5e96b40f09819b22c1b134b24e93fe91cbf7d8c4977248751b3f195f7cf5f7a574f208398fe693f35f369dc98ee1fb3247d1f35471fff9091499a39b974 +DIST ut_linux_mgr_5.20.zip 253549 BLAKE2B eb173d349e5399229f55ec073246993068caea01dcc707ec11d34a418cd42368eb80028e4363cad7e1bb707558e6eb8b629a2071387bff40471daa98d1d14c94 SHA512 3f942ab3d7a192bc1a945945d20545ffdbbbdd9c4af238701cf7357fe5b3f405c2e777da7c42908e1acb676499ee87aec261bcad729a4d787f8e098af132bda6 +EBUILD megamgr-5.20-r2.ebuild 914 BLAKE2B 476d1dac1eecced221946e970d79aeba39e72f7c910973179554fae68db82965c951552fe412094761ac376b7c82db53481226852c48cb1ef11ffc25d2f283a0 SHA512 23a8829725629eab170ddc438759980ea5a5e0d7ea9a308a12acb18e00066f4abe707e454aadd0f6a58a58937ed520823613ef0c743f4b53c0fbbffeb587852f MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33 diff --git a/sys-block/megamgr/megamgr-5.20-r2.ebuild b/sys-block/megamgr/megamgr-5.20-r2.ebuild index d8758416c831..1ebc56400d12 100644 --- a/sys-block/megamgr/megamgr-5.20-r2.ebuild +++ b/sys-block/megamgr/megamgr-5.20-r2.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="3" - -inherit multilib +EAPI=6 DESCRIPTION="LSI Logic MegaRAID Text User Interface management tool" HOMEPAGE="http://www.lsi.com" @@ -15,29 +13,24 @@ SLOT="0" # can remove the distfiles from their mirror anytime. KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT="mirror fetch" DEPEND="app-arch/unzip" RDEPEND="" -RESTRICT="mirror fetch" - S="${WORKDIR}" QA_PRESTRIPPED="/opt/bin/megamgr" pkg_nofetch() { einfo "Upstream has implement a mandatory clickthrough EULA for distfile download" - einfo "Please visit $SRC_URI" - einfo "And place $A in ${DISTDIR}" -} - -pkg_setup() { - use amd64 && { has_multilib_profile || die "needs multilib profile on amd64"; } + einfo "Please visit ${SRC_URI}" + einfo "And place ${A} in ${DISTDIR}" } src_install() { - newdoc ut_linux_${PN##mega}_${PV}.txt ${PN}-release-${PV}.txt - exeinto /opt/bin - newexe megamgr.bin megamgr || die + newexe megamgr.bin megamgr + + newdoc ut_linux_${PN##mega}_${PV}.txt ${PN}-release-${PV}.txt } |