commit: 944b106d29eaa7801f55232c12626250372c4505 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com> AuthorDate: Thu Aug 1 18:22:32 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Aug 10 06:56:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944b106d
sys-apps/smc-sum: drop old version Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12504 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild | 38 -------------------------- 1 file changed, 38 deletions(-) diff --git a/sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild b/sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild deleted file mode 100644 index d72c9760f77..00000000000 --- a/sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_DATE="$(ver_cut 4)" -MY_PN="${PN/smc-/}" -MY_PV="$(ver_cut 1-3)" - -DESCRIPTION="Updates the BIOS and IPMI firmware and system settings on Supermicro mainboards" -HOMEPAGE="https://www.supermicro.com" -SRC_URI="${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz" - -LICENSE="supermicro" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" - -RDEPEND="sys-apps/smc-sum-driver" - -RESTRICT="bindist fetch mirror" - -S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64" - -DOCS=( "ReleaseNote.txt" "SUM_UserGuide.pdf" "sumrc.sample" "ExternalData/SMCIPID.txt" "ExternalData/VENID.txt" ) - -QA_PREBUILT="usr/bin/smc-sum" - -pkg_nofetch() { - elog "Please download ${A} from" - elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0&cat=SUM" - elog "and place it in your DISTDIR directory." -} - -src_install() { - newbin sum smc-sum - - einstalldocs -}
