sys-apps/smc-sum-driver: drop old version
authorConrad Kostecki <conrad@kostecki.com>
Fri, 6 Sep 2019 21:21:44 +0000 (23:21 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 8 Sep 2019 20:39:17 +0000 (22:39 +0200)
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12878
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r2.ebuild [deleted file]
sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r3.ebuild

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
deleted file mode 100644 (file)
index 825bec7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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"
-
-KEYWORDS="-* ~amd64 ~x86"
-LICENSE="supermicro"
-SLOT="0"
-
-RESTRICT="bindist fetch mirror"
-
-S="${WORKDIR}"/${MY_P}/Linux
-
-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() {
-       # Install new Makefile to respect users CFLAGS and LDFLAGS
-       cp "${FILESDIR}"/makefile Makefile
-
-       default
-}
index d9f03bc988ec2031aaf460c80e110b1907e8c0dd..c8dba118df7109081fd649a1ba6c4c76613af67c 100644 (file)
@@ -35,7 +35,7 @@ src_prepare() {
        default
 
        # Install new Makefile to respect users CFLAGS and LDFLAGS
-       cp "${FILESDIR}"/makefile Makefile
+       cp "${FILESDIR}"/makefile Makefile || die
 }
 
 src_compile() {