From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/
Date: Tue, 31 Dec 2024 18:35:34 +0000 (UTC) [thread overview]
Message-ID: <1735670043.e15fe2f037578fca048483bc48e49d238da1da9a.conikost@gentoo> (raw)
commit: e15fe2f037578fca048483bc48e49d238da1da9a
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 18:34:03 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 18:34:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15fe2f0
sys-block/arcconf: add 4.23.00.27147
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-block/arcconf/Manifest | 1 +
sys-block/arcconf/arcconf-4.23.00.27147.ebuild | 35 ++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/sys-block/arcconf/Manifest b/sys-block/arcconf/Manifest
index 997b56e5acd9..19b806b3e4e4 100644
--- a/sys-block/arcconf/Manifest
+++ b/sys-block/arcconf/Manifest
@@ -1,4 +1,5 @@
DIST arcconf_B26540.zip 31325719 BLAKE2B fd09b46ba20b7e7cef745b1b140ef4d58db8b01dba9fdce87d9f3cc064984fb92f1a57b65c4fff2b7908e4131b58ccfb4fb1f24b4a1c3b017ee9a4233178b01f SHA512 58ab17983626cfdec5f3a3b79c16a500ac289a8c97387f8edaea77c203bffaf953e721feb2b6b899695be66b1404e9037ac812b62134e40509dd59c3261552e0
DIST arcconf_B26842.zip 14245687 BLAKE2B 89ef3f32dde553a5758e4237a555b3693e08538c4fb8ed5ffcbb650865162a118cada4f25d477e6395f23d8fea153c1120dfa2d5364f4a5c75f2cdd03ea1f8ca SHA512 23fa088bd64898730dc93502df7abdd097f8b041d9b7d2aa7b1de25d9d1c81a7e47247d3d732b7e263c923d3c98b6af136a0c99fbe860b4c38a6aed6feaa6c58
+DIST arcconf_B27147.zip 14410508 BLAKE2B 679f3c75e0d34a924a9e7059e531db04467e0e8f869d7b58ac0d7c96998096389a20b9848a1142c96dd9c2cdd5956b435023627f4550c37d7aee09ef6994e719 SHA512 d60a08cdd0dd326805f441967d77190e09c449add347c279e25cca04a9c2354c9dfde3925b981a696eb296295c0d5416593818561922cf657d911c84bcfdab8a
DIST arcconf_v2_01_22270.zip 47168976 BLAKE2B 95693a1408e5a4d0d638bbf265f2e1e64247dfec2b1078b56860c5fcd4b13ffa5967bfb9967abfd4b79c788aaeb20759b3a9070a84b083c1653e4868a96ac4cf SHA512 0f91a697c44ea0c0561bec9e432e7d4eba8eb8a2b0255a9867bdb183f81e745aee1dcc2b0017847803dbb27f55cad3e985f4bcd3a202c52f5b557fb724e94d9e
DIST arcconf_v3_07_23980.zip 95993025 BLAKE2B 7a681a05cea01b30fc6d6f152a7fd6b388a5b23c66306e14f3f4da1f257c78169a98590d071130f31df515d665e55fde5d260421dbd890a87eb39724c216a0b3 SHA512 f2b0b17390e62caee08c5835ffb18aaa3c30b4d5878e3f859d03acbd6e45757ff35686fde69103ea1010a8c76ae95571a916d526504f52984f586a6f3a7fc270
diff --git a/sys-block/arcconf/arcconf-4.23.00.27147.ebuild b/sys-block/arcconf/arcconf-4.23.00.27147.ebuild
new file mode 100644
index 000000000000..e1c01a3e4e5c
--- /dev/null
+++ b/sys-block/arcconf/arcconf-4.23.00.27147.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="B$(ver_cut 4)"
+
+inherit linux-info
+
+DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
+HOMEPAGE="https://www.microsemi.com/"
+SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
+S="${WORKDIR}"
+
+LICENSE="Microsemi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm64"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="mirror bindist"
+
+QA_PREBUILT="usr/bin/arcconf"
+
+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 arm64 'arm' '')_x64/cmdline/arcconf
+}
next reply other threads:[~2024-12-31 18:35 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-31 18:35 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-05 21:43 [gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/ Conrad Kostecki
2025-02-05 21:43 Conrad Kostecki
2025-02-05 21:43 Conrad Kostecki
2024-10-15 22:13 Conrad Kostecki
2024-10-15 22:13 Conrad Kostecki
2024-09-15 13:35 Conrad Kostecki
2024-06-22 20:01 Conrad Kostecki
2024-06-22 20:01 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-05-06 18:30 Conrad Kostecki
2024-05-05 18:56 Conrad Kostecki
2024-04-16 21:10 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-01-21 23:32 Conrad Kostecki
2024-01-20 21:22 Conrad Kostecki
2024-01-06 15:02 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-11-12 0:24 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-07-23 19:34 Conrad Kostecki
2023-03-25 0:11 Conrad Kostecki
2023-03-25 0:11 Conrad Kostecki
2023-02-21 0:09 Conrad Kostecki
2022-11-02 20:46 Conrad Kostecki
2022-05-05 19:37 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2021-08-16 19:15 Conrad Kostecki
2021-08-07 22:49 Conrad Kostecki
2021-08-07 22:49 Conrad Kostecki
2021-07-07 19:49 Conrad Kostecki
2021-02-08 9:58 Conrad Kostecki
2021-02-08 9:58 Conrad Kostecki
2021-01-09 14:29 Conrad Kostecki
2020-07-18 21:23 Conrad Kostecki
2020-07-18 19:01 Sam James
2020-05-31 15:52 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-02-04 18:09 Conrad Kostecki
2019-12-02 23:22 Conrad Kostecki
2019-11-15 12:32 Agostino Sarubbo
2019-09-26 19:02 Thomas Deutschmann
2019-07-21 21:48 Andreas Sturmlechner
2019-06-18 9:35 Michał Górny
2019-06-09 10:11 Michał Górny
2018-12-16 23:53 Andreas Sturmlechner
2018-12-16 23:53 Andreas Sturmlechner
2018-12-16 23:53 Andreas Sturmlechner
2018-09-03 9:27 Patrice Clement
2018-09-03 9:27 Patrice Clement
2018-05-06 21:47 Patrice Clement
2018-05-01 7:48 Michał Górny
2018-05-01 7:48 Michał Górny
2018-05-01 7:48 Michał Górny
2018-02-24 22:34 Patrice Clement
2018-02-21 21:18 Patrice Clement
2018-02-21 18:36 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1735670043.e15fe2f037578fca048483bc48e49d238da1da9a.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox