Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum-driver/
Date: Sun, 08 Sep 2019 20:40:45
Message-Id: 1567975157.e5ba63c4ad25185b193a744a4af3c6cf72f2cbba.whissi@gentoo
1 commit: e5ba63c4ad25185b193a744a4af3c6cf72f2cbba
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Fri Sep 6 21:21:44 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 20:39:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ba63c4
7
8 sys-apps/smc-sum-driver: drop old version
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Closes: https://github.com/gentoo/gentoo/pull/12878
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 .../smc-sum-driver-1.6.0.20151201-r2.ebuild | 39 ----------------------
16 .../smc-sum-driver-1.6.0.20151201-r3.ebuild | 2 +-
17 2 files changed, 1 insertion(+), 40 deletions(-)
18
19 diff --git a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r2.ebuild b/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r2.ebuild
20 deleted file mode 100644
21 index 825bec7d32e..00000000000
22 --- a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r2.ebuild
23 +++ /dev/null
24 @@ -1,39 +0,0 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=7
29 -
30 -inherit linux-mod
31 -
32 -MY_DATE="$(ver_cut 4)"
33 -MY_PN="${PN//-/_}"
34 -MY_PV="$(ver_cut 1-3)"
35 -MY_P="${MY_PN/smc_/}_V${MY_PV}"
36 -
37 -DESCRIPTION="Supermicro Update Manager (SUM) kernel module"
38 -HOMEPAGE="https://www.supermicro.com"
39 -SRC_URI="${MY_P}_${MY_DATE}.tar.gz"
40 -
41 -KEYWORDS="-* ~amd64 ~x86"
42 -LICENSE="supermicro"
43 -SLOT="0"
44 -
45 -RESTRICT="bindist fetch mirror"
46 -
47 -S="${WORKDIR}"/${MY_P}/Linux
48 -
49 -BUILD_TARGETS="default"
50 -MODULE_NAMES="sum_bios(misc:${S})"
51 -
52 -pkg_nofetch() {
53 - elog "Please contact the Supermicro support at support@××××××××××.com,"
54 - elog "in order to obtain a copy of ${A}"
55 - elog "and place it in your DISTDIR directory."
56 -}
57 -
58 -src_prepare() {
59 - # Install new Makefile to respect users CFLAGS and LDFLAGS
60 - cp "${FILESDIR}"/makefile Makefile
61 -
62 - default
63 -}
64
65 diff --git a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r3.ebuild b/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r3.ebuild
66 index d9f03bc988e..c8dba118df7 100644
67 --- a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r3.ebuild
68 +++ b/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r3.ebuild
69 @@ -35,7 +35,7 @@ src_prepare() {
70 default
71
72 # Install new Makefile to respect users CFLAGS and LDFLAGS
73 - cp "${FILESDIR}"/makefile Makefile
74 + cp "${FILESDIR}"/makefile Makefile || die
75 }
76
77 src_compile() {