summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2018-08-25 17:20:20 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-09-01 00:12:38 +0200
commit6203c8ed79b7e54fc301f5e0240b4acd8df7888f (patch)
tree1df222c9f11e55694c7e953026b60923421173ae /sys-apps/smc-sum
parentsys-apps/smc-sum: update fetch instructions. (diff)
downloadgentoo-6203c8ed79b7e54fc301f5e0240b4acd8df7888f.tar.gz
gentoo-6203c8ed79b7e54fc301f5e0240b4acd8df7888f.tar.bz2
gentoo-6203c8ed79b7e54fc301f5e0240b4acd8df7888f.zip
sys-apps/smc-sum: drop old version.
Bug: https://bugs.gentoo.org/663666 Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'sys-apps/smc-sum')
-rw-r--r--sys-apps/smc-sum/smc-sum-2.0.1.20180420.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-apps/smc-sum/smc-sum-2.0.1.20180420.ebuild b/sys-apps/smc-sum/smc-sum-2.0.1.20180420.ebuild
deleted file mode 100644
index cdbd078eb847..000000000000
--- a/sys-apps/smc-sum/smc-sum-2.0.1.20180420.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eapi7-ver
-
-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"
-
-KEYWORDS="-* ~amd64 ~x86"
-LICENSE="supermicro"
-SLOT="0"
-
-RDEPEND="sys-apps/smc-sum-driver"
-
-RESTRICT="bindist fetch mirror strip"
-
-S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
-
-DOCS=( "ReleaseNote.txt" "SUM_UserGuide.pdf" "ExternalData/SMCIPID.txt" "ExternalData/VENID.txt" )
-
-QA_PREBUILT="usr/bin/smc-sum"
-
-pkg_nofetch() {
- elog "Please download ${A} from"
- elog "sftp://dataharbor.supermicro.com"
- elog "Username: dpguest\$ts"
- elog "Password: supermicro!@#"
- elog "and place it in your DISTDIR directory."
-}
-
-src_install() {
- newbin sum smc-sum
-
- einstalldocs
-}