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: Sun, 10 Mar 2019 22:38:42
Message-Id: 1552257316.316e239259a24abb2c71d7ecd017875125844b46.monsieurp@gentoo
1 commit: 316e239259a24abb2c71d7ecd017875125844b46
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sat Mar 9 22:11:02 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 22:35:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316e2392
7
8 sys-apps/smc-sum: drop old version.
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 sys-apps/smc-sum/Manifest | 1 -
15 sys-apps/smc-sum/smc-sum-2.1.0.20180903.ebuild | 38 --------------------------
16 2 files changed, 39 deletions(-)
17
18 diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
19 index bb80ebd6374..78be620f98e 100644
20 --- a/sys-apps/smc-sum/Manifest
21 +++ b/sys-apps/smc-sum/Manifest
22 @@ -1,2 +1 @@
23 -DIST sum_2.1.0_Linux_x86_64_20180903.tar.gz 6958388 BLAKE2B 5252408762912ab73c48b2167fd76cac719f909268132d959a86963c209787d2578cae89ff778823cea51049b618124ccc83a4d0cca461a814385516dc1298b8 SHA512 78665600083c12aa45cfb4176cb6b52a02291933bd4b771c2dee5519fdc00dcbf3a09cbb11ab9eb7471b99729640c322a156ece71398d859259af5720ab99bbb
24 DIST sum_2.2.0_Linux_x86_64_20190220.tar.gz 8353887 BLAKE2B 47c7a4fbd1fdba065c03cd9172283d5594ac0fc8d5443a7c0d144861899172f38e8a4023a037499baaa5c3accccfc2b45dd356e494ba0dc6ea77bf2e4acccd92 SHA512 f96acd97492d3299781fdc98fa318e8c5b1d02bcf48fe2400006f3231080691a641f0655af057c46dfec71aafd6b589b76f63e90bd936e5a5a48b94788391608
25
26 diff --git a/sys-apps/smc-sum/smc-sum-2.1.0.20180903.ebuild b/sys-apps/smc-sum/smc-sum-2.1.0.20180903.ebuild
27 deleted file mode 100644
28 index 878ee9ea607..00000000000
29 --- a/sys-apps/smc-sum/smc-sum-2.1.0.20180903.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="7"
36 -
37 -MY_DATE="$(ver_cut 4)"
38 -MY_PN="${PN/smc-/}"
39 -MY_PV="$(ver_cut 1-3)"
40 -
41 -DESCRIPTION="Updates the BIOS and IPMI firmware and system settings on Supermicro mainboards"
42 -HOMEPAGE="https://www.supermicro.com"
43 -SRC_URI="${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz"
44 -
45 -KEYWORDS="-* ~amd64 ~x86"
46 -LICENSE="supermicro"
47 -SLOT="0"
48 -
49 -RDEPEND="sys-apps/smc-sum-driver"
50 -
51 -RESTRICT="bindist fetch mirror"
52 -
53 -S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
54 -
55 -DOCS=( "ReleaseNote.txt" "SUM_UserGuide.pdf" "sumrc.sample" "ExternalData/SMCIPID.txt" "ExternalData/VENID.txt" )
56 -
57 -QA_PREBUILT="usr/bin/smc-sum"
58 -
59 -pkg_nofetch() {
60 - elog "Please download ${A} from"
61 - elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0&cat=SUM"
62 - elog "and place it in your DISTDIR directory."
63 -}
64 -
65 -src_install() {
66 - newbin sum smc-sum
67 -
68 - einstalldocs
69 -}