commit:     110eb25260f7f794632a8e406fcf635fdd146424
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 16:24:34 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 16:31:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110eb252

sys-block/hpacucli: Remove last-rited pkg

Closes: https://bugs.gentoo.org/918905
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                        |  5 ---
 sys-block/hpacucli/Manifest                  |  2 -
 sys-block/hpacucli/files/hpacucli-wrapper-r1 | 22 ----------
 sys-block/hpacucli/hpacucli-9.40.12.0.ebuild | 61 ----------------------------
 sys-block/hpacucli/metadata.xml              |  5 ---
 5 files changed, 95 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d25e9431dce5..b6ede3395afa 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -284,11 +284,6 @@ dev-util/difffilter
 # Removal on 2024-01-21.  Bug #918622.
 net-analyzer/lilac
 
-# Michał Górny <[email protected]> (2023-12-22)
-# Unmaintained.  Unfetchable and mirror-restricted.  No revdeps.
-# Removal on 2024-01-21.  Bug #918905.
-sys-block/hpacucli
-
 # Andreas Sturmlechner <[email protected]> (2024-01-31)
 # KDE Plasma 6 RC2 (5.93) and Frameworks 6 RC2 (5.249) mask
 # *** PRE-RELEASE *** NO BUGS WILL BE FIXED *** OVERLAY PRs WELCOME ***

diff --git a/sys-block/hpacucli/Manifest b/sys-block/hpacucli/Manifest
deleted file mode 100644
index a93205f350db..000000000000
--- a/sys-block/hpacucli/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST hpacucli-9.40-12.0.i386.rpm 6824495 BLAKE2B 
48fd1294eac0bc9eeab4479be07ce75c61cd5f846e5eabab04c22d154bc06051961b0094d421915b79b4b37526b15dceb8e015302373f2fb0bcbb37b4e5b045a
 SHA512 
93ae6c170e14e187ce33522a7f7d4e0970f8443758aa76f4eb72c6b818eeeff7720e9869473b62e4b088ced0bb9a198afecf7ff62da2fc73e67208f5cc680158
-DIST hpacucli-9.40-12.0.x86_64.rpm 6800521 BLAKE2B 
468ac943ddd477616345d982767bd23552f75d4a906c7e21248a1efa867952cd8929a0449fadb28234032b2d4ad57cf1ef56ae7e0eab9308ee4bb1055b131f0b
 SHA512 
a7de22febc0261bdb60a5fee250d42455dc0ac152541f34eb91df81b4e57472ae96ee2972e3a4c44ff409e3d1c2b364054818c7ea610c3b2a20c913a51df2ed4

diff --git a/sys-block/hpacucli/files/hpacucli-wrapper-r1 
b/sys-block/hpacucli/files/hpacucli-wrapper-r1
deleted file mode 100644
index fd2cec5cdf83..000000000000
--- a/sys-block/hpacucli/files/hpacucli-wrapper-r1
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-cmd="$(basename "$0")"
-
-HPACUCLI_BASEDIR="/opt/hp/hpacucli"
-HPACUCLI_LOCKDIR="/run/lock/$cmd"
-HPACUCLI_LOCK="${HPACUCLI_LOCKDIR}/CPQACU_MUTEX"
-HPACUCLI_BIN="${HPACUCLI_BASEDIR}/$cmd.bin"
-
-if pgrep -x "$cmd.bin"; then
-        echo "Another instance of $cmd is running! Stop it first."
-        exit 1
-fi
-
-if ! [ -f "${HPACUCLI_LOCK}" ]; then
-       mkdir -p -m 700 "${HPACUCLI_LOCKDIR}"
-       touch "${HPACUCLI_LOCK}"
-fi
-
-export LD_LIBRARY_PATH="${HPACUCLI_BASEDIR}"
-export ACUXE_LOCK_FILES_DIR="${HPACUCLI_LOCKDIR}/"
-"${HPACUCLI_BIN}" "${@}"

diff --git a/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild 
b/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
deleted file mode 100644
index 887a5e423e08..000000000000
--- a/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rpm versionator pax-utils
-
-MY_PV=$(replace_version_separator 2 '-')
-
-SRC_URI_BASE="ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux";
-AMD64_PID="1257348637"
-AMD64_VID="80070"
-X86_PID="414707558"
-X86_VID="80071"
-
-DESCRIPTION="HP Array Config Utility Command Line Interface (HPACUCLI, 
formerly CPQACUXE)"
-HOMEPAGE="http://h18000.www1.hp.com/products/servers/linux/documentation.html";
-SRC_URI="
-       amd64? ( 
${SRC_URI_BASE}/p${AMD64_PID}/v${AMD64_VID}/${PN}-${MY_PV}.x86_64.rpm )
-       x86? ( ${SRC_URI_BASE}/p${X86_PID}/v${X86_VID}/${PN}-${MY_PV}.i386.rpm 
)"
-
-LICENSE="hp-proliant-essentials"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-RESTRICT="mirror bindist"
-
-RDEPEND="sys-apps/coreutils
-       sys-process/procps
-       >=sys-apps/util-linux-2.20.1"
-
-S="${WORKDIR}"
-
-HPACUCLI_BASEDIR="/opt/hp/hpacucli"
-QA_PREBUILT="${HPACUCLI_BASEDIR:1}/*"
-QA_EXECSTACK="${HPACUCLI_BASEDIR:1}/libcpqimgr*.so"
-
-src_install() {
-       local MY_S="${S}/opt/compaq/${PN}/bld"
-
-       newsbin "${FILESDIR}"/"${PN}-wrapper-r1" hpacucli
-       dosym /usr/sbin/hpacucli /usr/sbin/hpacuscripting
-
-       exeinto "${HPACUCLI_BASEDIR}"
-       for bin in "${MY_S}"/.hp*; do
-               local basename=$(basename "${bin}")
-               newexe "${bin}" ${basename#.}.bin
-       done
-
-       insinto "${HPACUCLI_BASEDIR}"
-       doins "${MY_S}"/*.so
-
-       dodoc "${MY_S}"/*.txt
-       doman "${S}"/usr/man/man*/*
-
-       cat <<-EOF >"${T}"/45${PN}
-               LDPATH=${HPACUCLI_BASEDIR}
-               EOF
-       doenvd "${T}"/45${PN}
-
-       pax-mark m "${D}opt/hp/hpacucli/"*
-}

diff --git a/sys-block/hpacucli/metadata.xml b/sys-block/hpacucli/metadata.xml
deleted file mode 100644
index 115e9d64a669..000000000000
--- a/sys-block/hpacucli/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-</pkgmetadata>

Reply via email to