summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2018-12-16 23:03:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-17 00:53:21 +0100
commit5ea07d5a788150b6ca68c6fe61696396b6947cd0 (patch)
treec71e06b3a96af53c900b63a10c955927c55d7b0c /sys-block/arcconf
parentsys-block/arcconf: bump to version 2.06.23168 (diff)
downloadgentoo-5ea07d5a788150b6ca68c6fe61696396b6947cd0.tar.gz
gentoo-5ea07d5a788150b6ca68c6fe61696396b6947cd0.tar.bz2
gentoo-5ea07d5a788150b6ca68c6fe61696396b6947cd0.zip
sys-block/arcconf: drop old version
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-block/arcconf')
-rw-r--r--sys-block/arcconf/Manifest1
-rw-r--r--sys-block/arcconf/arcconf-2.01.22270.ebuild47
-rw-r--r--sys-block/arcconf/arcconf-2.06.23167.ebuild43
3 files changed, 0 insertions, 91 deletions
diff --git a/sys-block/arcconf/Manifest b/sys-block/arcconf/Manifest
index e6f5331f810c..38ed1ed108be 100644
--- a/sys-block/arcconf/Manifest
+++ b/sys-block/arcconf/Manifest
@@ -1,3 +1,2 @@
DIST arcconf_v2_01_22270.zip 47168976 BLAKE2B 95693a1408e5a4d0d638bbf265f2e1e64247dfec2b1078b56860c5fcd4b13ffa5967bfb9967abfd4b79c788aaeb20759b3a9070a84b083c1653e4868a96ac4cf SHA512 0f91a697c44ea0c0561bec9e432e7d4eba8eb8a2b0255a9867bdb183f81e745aee1dcc2b0017847803dbb27f55cad3e985f4bcd3a202c52f5b557fb724e94d9e
-DIST arcconf_v2_06_23167.zip 76911677 BLAKE2B a254121cf2358970beb6f8357d45859c5993daf709e270c0dba0225a6a3ba8f60cb6db215bd20282a1df6d6c76cf2fe5fa8edbc3907073445c50be454c8bc2a5 SHA512 0f9773f4e312e2ede53adf14bf013ae656337e1a13dc81e3409e4cb852d9651f1b6dff4cadad0c7bbae32b67ed8c5a3738e69f1f1870a39756d9a5716b9589ab
DIST arcconf_v2_06_23168_h.zip 76933066 BLAKE2B a0bad8832bfc9a1d48de8738764dbf30148f344a855679c220ee40426bfee0b83c2ed82fd4c8ae32bc81df90c9c762c5a9ed0ee3466501eb60b605ea2e446c15 SHA512 668261fa6224a7d1bc18ddbf0d4610ee218f23217bfc600be6b3fe5c2fda929e43168d98120aa4942ae4e40a853fcc988e027ba90357f6e6f7960756e1e202dd
diff --git a/sys-block/arcconf/arcconf-2.01.22270.ebuild b/sys-block/arcconf/arcconf-2.01.22270.ebuild
deleted file mode 100644
index 0de9659e3736..000000000000
--- a/sys-block/arcconf/arcconf-2.01.22270.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-RDEPEND="${RDEPEND}"
-
-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() {
- if use amd64; then
- dobin linux_x64/cmdline/arcconf
- else
- dobin linux/cmdline/arcconf
- fi
-}
diff --git a/sys-block/arcconf/arcconf-2.06.23167.ebuild b/sys-block/arcconf/arcconf-2.06.23167.ebuild
deleted file mode 100644
index c928fa4f4135..000000000000
--- a/sys-block/arcconf/arcconf-2.06.23167.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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"
-LICENSE="Microsemi"
-SLOT="0"
-
-DEPEND="app-arch/unzip"
-RDEPEND="${RDEPEND}"
-
-RESTRICT="fetch mirror bindist"
-
-S="${WORKDIR}/linux_x64"
-
-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 cmdline/arcconf
-}