commit:     d8528401e6dd61664d4da8461e20bbd1b01e5bb7
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Aug 25 15:30:18 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 22:12:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8528401

sys-apps/smc-sum-driver: drop old version.

Bug: https://bugs.gentoo.org/663666
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 .../smc-sum-driver-1.6.0.20151201.ebuild           | 41 ----------------------
 1 file changed, 41 deletions(-)

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
deleted file mode 100644
index f37dc6d72d0..00000000000
--- a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eapi7-ver 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 download ${A} from"
-       elog "sftp://dataharbor.supermicro.com";
-       elog "Username: dpguest\$ts"
-       elog "Password: supermicro!@#"
-       elog "and place it in your DISTDIR directory."
-}
-
-src_prepare() {
-       # Install new Makefile to respect users CFLAGS and LDFLAGS
-       cp "${FILESDIR}"/makefile Makefile
-
-       default
-}

Reply via email to