Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
Date: Sat, 10 Aug 2019 06:56:58
Message-Id: 1565420203.944b106d29eaa7801f55232c12626250372c4505.juippis@gentoo
1 commit: 944b106d29eaa7801f55232c12626250372c4505
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Thu Aug 1 18:22:32 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 06:56:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944b106d
7
8 sys-apps/smc-sum: drop old version
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Closes: https://github.com/gentoo/gentoo/pull/12504
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild | 38 --------------------------
16 1 file changed, 38 deletions(-)
17
18 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
19 deleted file mode 100644
20 index d72c9760f77..00000000000
21 --- a/sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild
22 +++ /dev/null
23 @@ -1,38 +0,0 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
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 -LICENSE="supermicro"
38 -SLOT="0"
39 -KEYWORDS="-* ~amd64 ~x86"
40 -
41 -RDEPEND="sys-apps/smc-sum-driver"
42 -
43 -RESTRICT="bindist fetch mirror"
44 -
45 -S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
46 -
47 -DOCS=( "ReleaseNote.txt" "SUM_UserGuide.pdf" "sumrc.sample" "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 "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0&cat=SUM"
54 - elog "and place it in your DISTDIR directory."
55 -}
56 -
57 -src_install() {
58 - newbin sum smc-sum
59 -
60 - einstalldocs
61 -}