summaryrefslogtreecommitdiff
path: root/sys-apps/smc-sum-driver
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /sys-apps/smc-sum-driver
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'sys-apps/smc-sum-driver')
-rw-r--r--sys-apps/smc-sum-driver/Manifest4
-rw-r--r--sys-apps/smc-sum-driver/files/makefile15
-rw-r--r--sys-apps/smc-sum-driver/metadata.xml13
-rw-r--r--sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild44
4 files changed, 0 insertions, 76 deletions
diff --git a/sys-apps/smc-sum-driver/Manifest b/sys-apps/smc-sum-driver/Manifest
deleted file mode 100644
index bd760980b180..000000000000
--- a/sys-apps/smc-sum-driver/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX makefile 298 BLAKE2B 58431440f52821bf8f1a6070075eace33f173dc1cbe19722c033cc6525b2ae4a6890aec2870f68b282368c9722b87796a14b53d364ce3e7002dfac452480e74e SHA512 862b6a2ae684da3b864eacef8b645c27ef4a6ccc4f577ccc9c5d88cd0426ce66a6462bcaaf01bdd0082898f7e3801cd6a00bc1c702af83faf7ca31b9de1c14e9
-DIST sum_driver_V1.6.0_20151201.tar.gz 1423921 BLAKE2B 76e2439148749b708a51e0d9c95545b53762f03793e6b2ea6e63e9f79aaad77432f728e94713e0cfd4085e8b090b6e0ff8e779e2627764e71794453cb7e02b49 SHA512 809fdf164e29aabde74306d966de7e07488d8dacc01963b56486477f23bdf3a469d059bc5d302aedbfd4b8dc854a82357747add2626cc22d0ab3898c7bc0a625
-EBUILD smc-sum-driver-1.6.0.20151201-r4.ebuild 940 BLAKE2B 3ac30ef95eaafd78e3d92a734c62fbb01220c4408a9a5b585980b268b82af72f181e6c11ea06250db57aa799894c75019ab82f9b389687a8fc036c7b25959d9d SHA512 8025e1f30b97b9be5b5512bb2d5702a49217a37d7d88675ea2a2abdd2d5bf838613397255f896623e4abe8221615215e10871e60593533e4b887bdfafe302204
-MISC metadata.xml 484 BLAKE2B 205e06c05705916e8d0856b20588a27100969c70fb4b2ac950a30f5ab65b427d5fdfaf6e4bde350b3e897290c58ec3bdec1462e506c9cceee7dbddac06a39228 SHA512 58a28bf7f785baefc9132a5c36864c4cfd2ad8349dd259c3ec29dcdcc2576e1c2db128978bfdf0fef64428da175c9e2566eb856dc5526db236951bb4284042ee
diff --git a/sys-apps/smc-sum-driver/files/makefile b/sys-apps/smc-sum-driver/files/makefile
deleted file mode 100644
index 35564dcc8fec..000000000000
--- a/sys-apps/smc-sum-driver/files/makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-obj-m := sum_bios.o
-
-KVERSION := $(shell uname -r)
-KDIR := /lib/modules/$(KVERSION)/build
-PWD := $(shell pwd)
-
-EXTRA_CFLAGS = $(CFLAGS) -Wno-incompatible-pointer-types
-EXTRA_LDFLAGS = $(LDFLAGS)
-
-default:
- $(MAKE) -C $(KDIR) M=$(PWD) modules
-
-install:
- $(MAKE) -C $(KDIR) M=$(PWD) modules_install
-
diff --git a/sys-apps/smc-sum-driver/metadata.xml b/sys-apps/smc-sum-driver/metadata.xml
deleted file mode 100644
index bb0c0542a46a..000000000000
--- a/sys-apps/smc-sum-driver/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>conikost@gentoo.org</email>
- <name>Conrad Kostecki</name>
- </maintainer>
- <longdescription>
- This is the kernel module for the Supermicro Update Manager (SUM).
- It's needed to access specific low level elements, like BIOS.
- Supermicro SuperDoctor5 will also need this kernel module.
- </longdescription>
-</pkgmetadata>
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
deleted file mode 100644
index cca00d6b3614..000000000000
--- a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-mod
-
-MY_DATE="$(ver_cut 4)"
-MY_PN="${PN//-/_}"
-MY_PV="$(ver_cut 1-3)"
-MY_P="${MY_PN/smc_/}_V${MY_PV}"
-
-DESCRIPTION="Supermicro Update Manager (SUM) kernel module"
-HOMEPAGE="https://www.supermicro.com"
-SRC_URI="${MY_P}_${MY_DATE}.tar.gz"
-S="${WORKDIR}/${MY_P}/Linux"
-
-KEYWORDS="-* amd64 x86"
-LICENSE="supermicro"
-SLOT="0"
-
-RESTRICT="bindist fetch mirror"
-
-BUILD_TARGETS="default"
-MODULE_NAMES="sum_bios(misc:${S})"
-
-pkg_nofetch() {
- elog "Please contact the Supermicro support at support@supermicro.com,"
- elog "in order to obtain a copy of ${A}"
- elog "and place it in your DISTDIR directory."
-}
-
-src_prepare() {
- default
-
- # Install new Makefile to respect users CFLAGS and LDFLAGS
- cp "${FILESDIR}"/makefile Makefile || die
-}
-
-src_compile() {
- BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
-
- linux-mod_src_compile
-}