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-driver/
Date: Fri, 31 Aug 2018 22:13:06
Message-Id: 1535753562.d8528401e6dd61664d4da8461e20bbd1b01e5bb7.monsieurp@gentoo
1 commit: d8528401e6dd61664d4da8461e20bbd1b01e5bb7
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sat Aug 25 15:30:18 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 22:12:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8528401
7
8 sys-apps/smc-sum-driver: drop old version.
9
10 Bug: https://bugs.gentoo.org/663666
11 Package-Manager: Portage-2.3.48, Repoman-2.3.10
12
13 .../smc-sum-driver-1.6.0.20151201.ebuild | 41 ----------------------
14 1 file changed, 41 deletions(-)
15
16 diff --git a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201.ebuild b/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201.ebuild
17 deleted file mode 100644
18 index f37dc6d72d0..00000000000
19 --- a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201.ebuild
20 +++ /dev/null
21 @@ -1,41 +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 linux-mod
28 -
29 -MY_DATE="$(ver_cut 4)"
30 -MY_PN="${PN//-/_}"
31 -MY_PV="$(ver_cut 1-3)"
32 -MY_P="${MY_PN/smc_/}_V${MY_PV}"
33 -
34 -DESCRIPTION="Supermicro Update Manager (SUM) kernel module"
35 -HOMEPAGE="https://www.supermicro.com"
36 -SRC_URI="${MY_P}_${MY_DATE}.tar.gz"
37 -
38 -KEYWORDS="-* ~amd64 ~x86"
39 -LICENSE="supermicro"
40 -SLOT="0"
41 -
42 -RESTRICT="bindist fetch mirror"
43 -
44 -S="${WORKDIR}"/${MY_P}/Linux
45 -
46 -BUILD_TARGETS="default"
47 -MODULE_NAMES="sum_bios(misc:${S})"
48 -
49 -pkg_nofetch() {
50 - elog "Please download ${A} from"
51 - elog "sftp://dataharbor.supermicro.com"
52 - elog "Username: dpguest\$ts"
53 - elog "Password: supermicro!@#"
54 - elog "and place it in your DISTDIR directory."
55 -}
56 -
57 -src_prepare() {
58 - # Install new Makefile to respect users CFLAGS and LDFLAGS
59 - cp "${FILESDIR}"/makefile Makefile
60 -
61 - default
62 -}