From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B049138335 for ; Sun, 8 Sep 2019 20:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C77FE09A2; Sun, 8 Sep 2019 20:40:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7387AE09A2 for ; Sun, 8 Sep 2019 20:40:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8DCC34AEA2 for ; Sun, 8 Sep 2019 20:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E1D47CC for ; Sun, 8 Sep 2019 20:40:40 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1567975157.e5ba63c4ad25185b193a744a4af3c6cf72f2cbba.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r2.ebuild sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r3.ebuild X-VCS-Directories: sys-apps/smc-sum-driver/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e5ba63c4ad25185b193a744a4af3c6cf72f2cbba X-VCS-Branch: master Date: Sun, 8 Sep 2019 20:40:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b038c2eb-8c90-400a-b15a-68a5efd8603c X-Archives-Hash: f31cb73c6b1f6ee1ed2fc658065bec69 commit: e5ba63c4ad25185b193a744a4af3c6cf72f2cbba Author: Conrad Kostecki kostecki com> AuthorDate: Fri Sep 6 21:21:44 2019 +0000 Commit: Thomas Deutschmann gentoo 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 kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12878 Signed-off-by: Thomas Deutschmann 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 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 -} 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() {