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 375D7138334 for ; Fri, 31 Aug 2018 22:13:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9682E089D; Fri, 31 Aug 2018 22:13:01 +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 B4B97E0898 for ; Fri, 31 Aug 2018 22:13:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ED4DF335CF2 for ; Fri, 31 Aug 2018 22:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5D253CB for ; Fri, 31 Aug 2018 22:12:56 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1535753562.d8528401e6dd61664d4da8461e20bbd1b01e5bb7.monsieurp@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.ebuild X-VCS-Directories: sys-apps/smc-sum-driver/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d8528401e6dd61664d4da8461e20bbd1b01e5bb7 X-VCS-Branch: master Date: Fri, 31 Aug 2018 22:12:56 +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-Archives-Salt: b6aa59e7-f612-4fbf-b40b-24fa52ed9597 X-Archives-Hash: 7932ae9aca8068e14130014275be20e2 commit: d8528401e6dd61664d4da8461e20bbd1b01e5bb7 Author: Conrad Kostecki kostecki com> AuthorDate: Sat Aug 25 15:30:18 2018 +0000 Commit: Patrice Clement gentoo 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 -}