public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/
Date: Wed, 21 Feb 2018 18:36:44 +0000 (UTC)	[thread overview]
Message-ID: <1519237987.fcf2d0507379ee370d5572aa4883cab5bb03c7ca.monsieurp@gentoo> (raw)

commit:     fcf2d0507379ee370d5572aa4883cab5bb03c7ca
Author:     Conrad Kostecki <ck+gentoo <AT> bl4ckb0x <DOT> de>
AuthorDate: Sun Aug  6 12:12:49 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 18:33:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf2d050

sys-block/arcconf: version bump to 2.04.

Closes: https://bugs.gentoo.org/588432
Closes: https://github.com/gentoo/gentoo/pull/5317

 sys-block/arcconf/Manifest                  |  1 +
 sys-block/arcconf/arcconf-2.04.22665.ebuild | 61 +++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/sys-block/arcconf/Manifest b/sys-block/arcconf/Manifest
index c0dddec9f2d..20311a1240c 100644
--- a/sys-block/arcconf/Manifest
+++ b/sys-block/arcconf/Manifest
@@ -1,2 +1,3 @@
 DIST arcconf_v1_2_20618.zip 11920300 BLAKE2B c0ee178216a369ee16a49a97a7a5a8948e10c0dc6b1791ce536f4a23eefb90a9702fb24c1d899916e7d5012ec1e79b0f55bfc3e6e0f9848de2f20b15ccabae2c SHA512 e8415e929cd7a8c8bca33f0de29bdadf3595da911bc3c0984226e02e01e6f4e9c822363dd8aa093efd524eea19f0689784e0300403513a99ead14ac08c487efe
 DIST arcconf_v1_7_21229.zip 11056748 BLAKE2B d867eb3fe8ddb1e2429b91b33dcfddc4730e1ebc82eca019ad0d2d7fbea92ae421482d0bb62e5a6c28d98b5655ff4a6c8e9f73228d5cb398c1bc23428ecdeb90 SHA512 66a56ea66b8011c1f8f431b25f95050e541311ee415a0d4bdee6ef6416ff499be41d275819694384f66e5a1401b467da82ab15ce7c3fe49e1e013370293cf63a
+DIST arcconf_v2_04_22665.zip 35218069 BLAKE2B 77664d219e3262c5302f53924f1182ddc6385b0987072b9c50aaa5591c651766e48d5e5a7ec8c4cf8fab3d8930f322204c3f90d2170fbe041adb69a221fe9667 SHA512 33810ec898935c98c955d869fa443e259761fbd1c329a95a1f85bfca50d25685f6a050eeda535daa81221a922dc094a9ff079080a3969bab826874424dcf85e2

diff --git a/sys-block/arcconf/arcconf-2.04.22665.ebuild b/sys-block/arcconf/arcconf-2.04.22665.ebuild
new file mode 100644
index 00000000000..2f607e620d6
--- /dev/null
+++ b/sys-block/arcconf/arcconf-2.04.22665.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit linux-info
+
+DESCRIPTION="Adaptec RAID Controller Command Line Utility"
+HOMEPAGE="http://www.adaptec.com/en-us/downloads/"
+SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_v${PV//./_}.zip"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="Adaptec-EULA"
+SLOT="0"
+
+DEPEND="app-arch/unzip"
+RDEPEND="${RDEPEND}"
+
+RESTRICT="mirror bindist"
+# RESTRICT="fetch"
+
+QA_PRESTRIPPED="/opt/bin/arcconf"
+
+S="${WORKDIR}"
+
+# Maintainer notes:
+# * When going via the $HOMEPAGE one has to agree to the Adaptec-EULA as
+#   referenced above.
+# * Despite that EULA, one can download the package seemingly without
+#   restrictions from $SRC_URI.
+# * It is therefore assumed that the binary is made available for public
+#   download. Even more so since the archive does not contain a license
+#   agreement stating otherwise.
+
+#pkg_nofetch() {
+#	einfo "Upstream has implemented a mandatory clickthrough EULA for distfile download"
+#	einfo "Please visit $HOMEPAGE, choose a controller (for example the Series 7, 7805)"
+#	einfo "and then navigate to Storage Manager Downloads for the ARCCONF Command Line Utility."
+#	einfo "And place $A in ${DISTDIR}"
+#}
+
+# Maintainer notes:
+# * FreeBSD binaries would be available for FreeBSD 7..9, which ones do we need?
+
+# CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault
+pkg_setup() {
+	if linux-info_get_any_version && linux_config_src_exists ; then
+		CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN"
+		check_extra_config
+	fi
+}
+
+src_install() {
+	exeinto /opt/bin
+
+	if use amd64; then
+		doexe linux_x64/cmdline/arcconf
+	else
+		doexe linux/cmdline/arcconf
+	fi
+}


             reply	other threads:[~2018-02-21 18:36 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-21 18:36 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-02-21 21:18 [gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/ Patrice Clement
2018-02-24 22:34 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-05-06 21:47 Patrice Clement
2018-09-03  9:27 Patrice Clement
2018-09-03  9:27 Patrice Clement
2018-12-16 23:53 Andreas Sturmlechner
2018-12-16 23:53 Andreas Sturmlechner
2018-12-16 23:53 Andreas Sturmlechner
2019-06-09 10:11 Michał Górny
2019-06-18  9:35 Michał Górny
2019-07-21 21:48 Andreas Sturmlechner
2019-09-26 19:02 Thomas Deutschmann
2019-11-15 12:32 Agostino Sarubbo
2019-12-02 23:22 Conrad Kostecki
2020-02-04 18:09 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-05-31 15:52 Conrad Kostecki
2020-07-18 19:01 Sam James
2020-07-18 21:23 Conrad Kostecki
2021-01-09 14:29 Conrad Kostecki
2021-02-08  9:58 Conrad Kostecki
2021-02-08  9:58 Conrad Kostecki
2021-07-07 19:49 Conrad Kostecki
2021-08-07 22:49 Conrad Kostecki
2021-08-07 22:49 Conrad Kostecki
2021-08-16 19:15 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2022-05-05 19:37 Conrad Kostecki
2022-11-02 20:46 Conrad Kostecki
2023-02-21  0:09 Conrad Kostecki
2023-03-25  0:11 Conrad Kostecki
2023-03-25  0:11 Conrad Kostecki
2023-07-23 19:34 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-11-12  0:24 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2024-01-06 15:02 Conrad Kostecki
2024-01-20 21:22 Conrad Kostecki
2024-01-21 23:32 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-04-16 21:10 Conrad Kostecki
2024-05-05 18:56 Conrad Kostecki
2024-05-06 18:30 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-06-22 20:01 Conrad Kostecki
2024-06-22 20:01 Conrad Kostecki
2024-09-15 13:35 Conrad Kostecki

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=1519237987.fcf2d0507379ee370d5572aa4883cab5bb03c7ca.monsieurp@gentoo \
    --to=monsieurp@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