commit: e5ba63c4ad25185b193a744a4af3c6cf72f2cbba Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com> AuthorDate: Fri Sep 6 21:21:44 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Sep 8 20:39:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ba63c4
sys-apps/smc-sum-driver: drop old version Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12878 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> .../smc-sum-driver-1.6.0.20151201-r2.ebuild | 39 ---------------------- .../smc-sum-driver-1.6.0.20151201-r3.ebuild | 2 +- 2 files changed, 1 insertion(+), 40 deletions(-) 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 index 825bec7d32e..00000000000 --- a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r2.ebuild +++ /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 [email protected]," - 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 -} 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 index d9f03bc988e..c8dba118df7 100644 --- 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 @@ -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() {
