Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum-driver/, sys-apps/smc-sum-driver/files/, profiles/
Date: Mon, 28 Feb 2022 00:03:16
Message-Id: 1646006582.589d208caede20cd24d0e071f13130370b6bda45.conikost@gentoo
1 commit: 589d208caede20cd24d0e071f13130370b6bda45
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 00:01:44 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 00:03:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589d208c
7
8 sys-apps/smc-sum-driver: last-rite
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 profiles/package.mask | 6 ---
13 sys-apps/smc-sum-driver/Manifest | 1 -
14 sys-apps/smc-sum-driver/files/makefile | 15 --------
15 sys-apps/smc-sum-driver/metadata.xml | 13 -------
16 .../smc-sum-driver-1.6.0.20151201-r4.ebuild | 44 ----------------------
17 5 files changed, 79 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 9af77bea4f02..98c402699665 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -148,12 +148,6 @@ x11-misc/gtk2fontsel
24 # Removal after 2022-06-01. Bug #833144.
25 x11-misc/i855crt
26
27 -# Conrad Kostecki <conikost@g.o> (2022-02-11)
28 -# Mask for last-rite, as source for kernel modules
29 -# is now provided directly with sys-apps/smc-sum.
30 -# Removal after 2022-02-24.
31 -sys-apps/smc-sum-driver
32 -
33 # Volkmar W. Pogatzki <gentoo@××××××××.net> (2022-02-09)
34 # No longer maintained upstream.
35 # Upstream recommends Airline 2 or Picocli as a replacement.
36
37 diff --git a/sys-apps/smc-sum-driver/Manifest b/sys-apps/smc-sum-driver/Manifest
38 deleted file mode 100644
39 index 75709223439a..000000000000
40 --- a/sys-apps/smc-sum-driver/Manifest
41 +++ /dev/null
42 @@ -1 +0,0 @@
43 -DIST sum_driver_V1.6.0_20151201.tar.gz 1423921 BLAKE2B 76e2439148749b708a51e0d9c95545b53762f03793e6b2ea6e63e9f79aaad77432f728e94713e0cfd4085e8b090b6e0ff8e779e2627764e71794453cb7e02b49 SHA512 809fdf164e29aabde74306d966de7e07488d8dacc01963b56486477f23bdf3a469d059bc5d302aedbfd4b8dc854a82357747add2626cc22d0ab3898c7bc0a625
44
45 diff --git a/sys-apps/smc-sum-driver/files/makefile b/sys-apps/smc-sum-driver/files/makefile
46 deleted file mode 100644
47 index 35564dcc8fec..000000000000
48 --- a/sys-apps/smc-sum-driver/files/makefile
49 +++ /dev/null
50 @@ -1,15 +0,0 @@
51 -obj-m := sum_bios.o
52 -
53 -KVERSION := $(shell uname -r)
54 -KDIR := /lib/modules/$(KVERSION)/build
55 -PWD := $(shell pwd)
56 -
57 -EXTRA_CFLAGS = $(CFLAGS) -Wno-incompatible-pointer-types
58 -EXTRA_LDFLAGS = $(LDFLAGS)
59 -
60 -default:
61 - $(MAKE) -C $(KDIR) M=$(PWD) modules
62 -
63 -install:
64 - $(MAKE) -C $(KDIR) M=$(PWD) modules_install
65 -
66
67 diff --git a/sys-apps/smc-sum-driver/metadata.xml b/sys-apps/smc-sum-driver/metadata.xml
68 deleted file mode 100644
69 index bb0c0542a46a..000000000000
70 --- a/sys-apps/smc-sum-driver/metadata.xml
71 +++ /dev/null
72 @@ -1,13 +0,0 @@
73 -<?xml version="1.0" encoding="UTF-8"?>
74 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
75 -<pkgmetadata>
76 - <maintainer type="person">
77 - <email>conikost@g.o</email>
78 - <name>Conrad Kostecki</name>
79 - </maintainer>
80 - <longdescription>
81 - This is the kernel module for the Supermicro Update Manager (SUM).
82 - It's needed to access specific low level elements, like BIOS.
83 - Supermicro SuperDoctor5 will also need this kernel module.
84 - </longdescription>
85 -</pkgmetadata>
86
87 diff --git a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild b/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild
88 deleted file mode 100644
89 index cca00d6b3614..000000000000
90 --- a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild
91 +++ /dev/null
92 @@ -1,44 +0,0 @@
93 -# Copyright 1999-2021 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=7
97 -
98 -inherit linux-mod
99 -
100 -MY_DATE="$(ver_cut 4)"
101 -MY_PN="${PN//-/_}"
102 -MY_PV="$(ver_cut 1-3)"
103 -MY_P="${MY_PN/smc_/}_V${MY_PV}"
104 -
105 -DESCRIPTION="Supermicro Update Manager (SUM) kernel module"
106 -HOMEPAGE="https://www.supermicro.com"
107 -SRC_URI="${MY_P}_${MY_DATE}.tar.gz"
108 -S="${WORKDIR}/${MY_P}/Linux"
109 -
110 -KEYWORDS="-* amd64 x86"
111 -LICENSE="supermicro"
112 -SLOT="0"
113 -
114 -RESTRICT="bindist fetch mirror"
115 -
116 -BUILD_TARGETS="default"
117 -MODULE_NAMES="sum_bios(misc:${S})"
118 -
119 -pkg_nofetch() {
120 - elog "Please contact the Supermicro support at support@××××××××××.com,"
121 - elog "in order to obtain a copy of ${A}"
122 - elog "and place it in your DISTDIR directory."
123 -}
124 -
125 -src_prepare() {
126 - default
127 -
128 - # Install new Makefile to respect users CFLAGS and LDFLAGS
129 - cp "${FILESDIR}"/makefile Makefile || die
130 -}
131 -
132 -src_compile() {
133 - BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
134 -
135 - linux-mod_src_compile
136 -}