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 4514C138334 for ; Sun, 16 Dec 2018 23:53:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D4EEE0C8D; Sun, 16 Dec 2018 23:53:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4FA2BE0C8A for ; Sun, 16 Dec 2018 23:53:46 +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 099F4335C8D for ; Sun, 16 Dec 2018 23:53:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CF344EC for ; Sun, 16 Dec 2018 23:53:41 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1545004401.b46fc8a65c9088307872944ffb74ac9d98a4f8e4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/arcconf/arcconf-2.01.22270-r1.ebuild sys-block/arcconf/metadata.xml X-VCS-Directories: sys-block/arcconf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b46fc8a65c9088307872944ffb74ac9d98a4f8e4 X-VCS-Branch: master Date: Sun, 16 Dec 2018 23:53:41 +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: d0705509-dd39-4644-952c-dc6448b63aa1 X-Archives-Hash: 2e8844493c17d822e29a8beb42be60f3 commit: b46fc8a65c9088307872944ffb74ac9d98a4f8e4 Author: Conrad Kostecki kostecki com> AuthorDate: Sun Dec 16 21:52:56 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 16 23:53:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46fc8a6 sys-block/arcconf: bump to EAPI=7 Also updated header for newest release and dropped dev-zero from metadata.xml, as I've spoken with him and he don't have anymore access to a Gentoo box with an areca controller. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Conrad Kostecki kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/10256 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-block/arcconf/arcconf-2.01.22270-r1.ebuild | 42 ++++++++++++++++++++++++++ sys-block/arcconf/metadata.xml | 4 --- 2 files changed, 42 insertions(+), 4 deletions(-) diff --git a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild new file mode 100644 index 00000000000..a7ce727384d --- /dev/null +++ b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PV="v${PV//./_}" + +inherit linux-info + +DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility" +HOMEPAGE="https://www.microsemi.com/" +SRC_URI="https://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip" + +KEYWORDS="-* ~amd64 ~x86" +LICENSE="Microsemi" +SLOT="0" + +DEPEND="app-arch/unzip" + +RESTRICT="fetch mirror bindist" + +S="${WORKDIR}" + +QA_PREBUILT="usr/bin/arcconf" + +pkg_nofetch() { + elog "Please download ${A} from" + elog "https://storage.microsemi.com/en-us/speed/raid/storage_manager/${PN}_${MY_PV}_zip.php" + elog "and place it in your DISTDIR directory." +} + +pkg_setup() { + # CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault + if linux-info_get_any_version && linux_config_src_exists ; then + CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN" + check_extra_config + fi +} + +src_install() { + dobin linux$(usex amd64 '_x64')/cmdline/arcconf +} diff --git a/sys-block/arcconf/metadata.xml b/sys-block/arcconf/metadata.xml index ebc6102883f..18b8c5cf1f7 100644 --- a/sys-block/arcconf/metadata.xml +++ b/sys-block/arcconf/metadata.xml @@ -1,10 +1,6 @@ - - dev-zero@gentoo.org - Tiziano Müller - ck+gentoo@bl4ckb0x.de Conrad Kostecki