Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
Date: Fri, 31 Aug 2018 22:13:03
Message-Id: 1535753558.6203c8ed79b7e54fc301f5e0240b4acd8df7888f.monsieurp@gentoo
1 commit: 6203c8ed79b7e54fc301f5e0240b4acd8df7888f
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sat Aug 25 15:20:20 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 22:12:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6203c8ed
7
8 sys-apps/smc-sum: drop old version.
9
10 Bug: https://bugs.gentoo.org/663666
11 Package-Manager: Portage-2.3.48, Repoman-2.3.10
12
13 sys-apps/smc-sum/smc-sum-2.0.1.20180420.ebuild | 42 --------------------------
14 1 file changed, 42 deletions(-)
15
16 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
17 deleted file mode 100644
18 index cdbd078eb84..00000000000
19 --- a/sys-apps/smc-sum/smc-sum-2.0.1.20180420.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit eapi7-ver
28 -
29 -MY_DATE="$(ver_cut 4)"
30 -MY_PN="${PN/smc-/}"
31 -MY_PV="$(ver_cut 1-3)"
32 -
33 -DESCRIPTION="Updates the BIOS and IPMI firmware and system settings on Supermicro mainboards"
34 -HOMEPAGE="https://www.supermicro.com"
35 -SRC_URI="${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz"
36 -
37 -KEYWORDS="-* ~amd64 ~x86"
38 -LICENSE="supermicro"
39 -SLOT="0"
40 -
41 -RDEPEND="sys-apps/smc-sum-driver"
42 -
43 -RESTRICT="bindist fetch mirror strip"
44 -
45 -S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
46 -
47 -DOCS=( "ReleaseNote.txt" "SUM_UserGuide.pdf" "ExternalData/SMCIPID.txt" "ExternalData/VENID.txt" )
48 -
49 -QA_PREBUILT="usr/bin/smc-sum"
50 -
51 -pkg_nofetch() {
52 - elog "Please download ${A} from"
53 - elog "sftp://dataharbor.supermicro.com"
54 - elog "Username: dpguest\$ts"
55 - elog "Password: supermicro!@#"
56 - elog "and place it in your DISTDIR directory."
57 -}
58 -
59 -src_install() {
60 - newbin sum smc-sum
61 -
62 - einstalldocs
63 -}