[gentoo-commits] repo/gentoo:master commit in: sys-block/hpacucli/

2023-11-30 Thread Ulrich Müller
commit: 17171df5e55312919eb57a7ed750af0435092485
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Nov 30 16:22:44 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Nov 30 16:31:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17171df5

sys-block/hpacucli: Add mirror and bindist restrictions

The license explicitly forbids redistribution.

Signed-off-by: Ulrich Müller  gentoo.org>

 sys-block/hpacucli/hpacucli-9.40.12.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild 
b/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
index c2418f407ee1..887a5e423e08 100644
--- a/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
+++ b/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,9 +22,8 @@ SRC_URI="
 LICENSE="hp-proliant-essentials"
 SLOT="0"
 KEYWORDS="-* amd64 x86"
-IUSE=""
+RESTRICT="mirror bindist"
 
-DEPEND=""
 RDEPEND="sys-apps/coreutils
sys-process/procps
>=sys-apps/util-linux-2.20.1"



[gentoo-commits] repo/gentoo:master commit in: sys-block/hpacucli/files/, sys-block/hpacucli/

2021-10-21 Thread Jakov Smolić
commit: 88e3832e77623d9dcccb6aff73ef27505b4ace9c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Oct 21 16:35:42 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Oct 21 18:22:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e3832e

sys-block/hpacucli: drop 9.30.15.0

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-block/hpacucli/Manifest  |  2 -
 sys-block/hpacucli/files/hpacucli-wrapper| 22 -
 sys-block/hpacucli/hpacucli-9.30.15.0.ebuild | 68 
 3 files changed, 92 deletions(-)

diff --git a/sys-block/hpacucli/Manifest b/sys-block/hpacucli/Manifest
index 7aa72d821c4..a93205f350d 100644
--- a/sys-block/hpacucli/Manifest
+++ b/sys-block/hpacucli/Manifest
@@ -1,4 +1,2 @@
-DIST hpacucli-9.30-15.0.i386.rpm 6405071 BLAKE2B 
bff320d8e93ff8970888a203b403171f9cfce98d27d880975d27a79487e3c11fa3fcc4cc1ebc857a594c47a44b592786d71643ed70a7f9d512d4102b27e94f40
 SHA512 
f628e5ca1f4e598700aaf8896e310e3ee59705d2ad9eae813179c0e873878b3ab6dd317fb34f738f901eb6972e8f4e9428b57a572dd1f8de73660b1c89213ce1
-DIST hpacucli-9.30-15.0.x86_64.rpm 6367162 BLAKE2B 
0d5e05d483f5a2d9f61657548a5c2ce49726e2be4b8aaa3ba9315f8b89ce06c6c3be1ab28fd3abfb2bedfbbade169dc212c9ae195afeb78a41db23d5a899b5e1
 SHA512 
ad53b7452feffc7457220b9f1df8fd435637e7d1d61b42bdaffe75e62c8245a127b7a80435a40ac5675f0a64e14cc9a99fa556dbecb0e37ae70dda51927afd6e
 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 
b/sys-block/hpacucli/files/hpacucli-wrapper
deleted file mode 100644
index c60c205f9cf..000
--- a/sys-block/hpacucli/files/hpacucli-wrapper
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-cmd="$(basename "$0")"
-
-HPACUCLI_BASEDIR="/opt/hp/hpacucli"
-HPACUCLI_LOCKDIR="/var/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}/"
-exec setarch `uname -m` --uname-2.6 "${HPACUCLI_BIN}" "${@}"

diff --git a/sys-block/hpacucli/hpacucli-9.30.15.0.ebuild 
b/sys-block/hpacucli/hpacucli-9.30.15.0.ebuild
deleted file mode 100644
index 4310bd4048c..000
--- a/sys-block/hpacucli/hpacucli-9.30.15.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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="77370"
-X86_PID="414707558"
-X86_VID="77371"
-
-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"
-IUSE=""
-
-DEPEND=""
-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}/*"
-
-src_install() {
-   local MY_S="${S}/opt/compaq/${PN}/bld"
-
-   newsbin "${FILESDIR}"/"${PN}-wrapper" 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/"*
-}
-
-pkg_postinst() {
-   elog
-   elog "For more information regarding this utility, please read"
-   elog 

[gentoo-commits] repo/gentoo:master commit in: sys-block/hpacucli/

2017-12-01 Thread David Seifert
commit: de030019605f868b6f000e7701fb5f88f8b80b65
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec  1 21:16:56 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec  1 22:17:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de030019

sys-block/hpacucli: [QA] Fix DESCRIPTION.toolong

 sys-block/hpacucli/hpacucli-9.30.15.0.ebuild | 2 +-
 sys-block/hpacucli/hpacucli-9.40.12.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/hpacucli/hpacucli-9.30.15.0.ebuild 
b/sys-block/hpacucli/hpacucli-9.30.15.0.ebuild
index d07b296b3ed..4310bd4048c 100644
--- a/sys-block/hpacucli/hpacucli-9.30.15.0.ebuild
+++ b/sys-block/hpacucli/hpacucli-9.30.15.0.ebuild
@@ -13,7 +13,7 @@ AMD64_VID="77370"
 X86_PID="414707558"
 X86_VID="77371"
 
-DESCRIPTION="HP Array Configuration Utility Command Line Interface (HPACUCLI, 
formerly CPQACUXE)"
+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 )

diff --git a/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild 
b/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
index 3420767da1c..c2418f407ee 100644
--- a/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
+++ b/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
@@ -13,7 +13,7 @@ AMD64_VID="80070"
 X86_PID="414707558"
 X86_VID="80071"
 
-DESCRIPTION="HP Array Configuration Utility Command Line Interface (HPACUCLI, 
formerly CPQACUXE)"
+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 )



[gentoo-commits] repo/gentoo:master commit in: sys-block/hpacucli/

2016-12-18 Thread Thomas Deutschmann
commit: de26eee4d9726c56c937d5edfcf282aaaf1a04cc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 18 21:14:25 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 18 21:14:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de26eee4

sys-block/hpacucli: x86 stable (bug #595468)

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 sys-block/hpacucli/hpacucli-9.40.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild 
b/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
index 84092fc..ce3100c 100644
--- a/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
+++ b/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="hp-proliant-essentials"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sys-block/hpacucli/

2016-12-17 Thread Aaron Bauman
commit: 4a733cf41fd49c32441795f596d2f9ae851953a9
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Dec 17 09:05:34 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Dec 17 09:05:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a733cf4

sys-block/hpacucli: amd64 stable

 sys-block/hpacucli/hpacucli-9.40.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild 
b/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
index 6e0d28c..84092fc 100644
--- a/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
+++ b/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="hp-proliant-essentials"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sys-block/hpacucli/

2016-08-12 Thread Thomas Deutschmann
commit: abbaf8aff4bca23fc11f7bbfd2f6211d5e1bf2ae
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 12 16:25:04 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 12 19:33:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbaf8af

sys-block/hpacucli: Add myself as maintainer

Package-Manager: portage-2.3.0

 sys-block/hpacucli/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-block/hpacucli/metadata.xml b/sys-block/hpacucli/metadata.xml
index 097975e..a32d600 100644
--- a/sys-block/hpacucli/metadata.xml
+++ b/sys-block/hpacucli/metadata.xml
@@ -1,4 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/hpacucli/, sys-block/hpacucli/files/

2016-08-12 Thread Thomas Deutschmann
commit: 4fab09f09aab827c11e6073f7f14d938decd811b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 12 16:23:11 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 12 19:33:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fab09f0

sys-block/hpacucli: Bumped to v9.40.12.0

Package-Manager: portage-2.3.0

 sys-block/hpacucli/Manifest  |  2 +
 sys-block/hpacucli/files/hpacucli-wrapper-r1 | 22 ++
 sys-block/hpacucli/hpacucli-9.40.12.0.ebuild | 63 
 3 files changed, 87 insertions(+)

diff --git a/sys-block/hpacucli/Manifest b/sys-block/hpacucli/Manifest
index 096dd39..74e0161 100644
--- a/sys-block/hpacucli/Manifest
+++ b/sys-block/hpacucli/Manifest
@@ -1,2 +1,4 @@
 DIST hpacucli-9.30-15.0.i386.rpm 6405071 SHA256 
f1019a4a26c7d9adef1761fafb46b3add3034e77d48efe431bd499bbe5609312 SHA512 
f628e5ca1f4e598700aaf8896e310e3ee59705d2ad9eae813179c0e873878b3ab6dd317fb34f738f901eb6972e8f4e9428b57a572dd1f8de73660b1c89213ce1
 WHIRLPOOL 
cc41b16426a4298eafbf200a9c437501c8a2eb2456ca4e9d3f278bed64e203dade4e0de7c94a56e14ef20928a9c292440193c1e98071d9aaa661616c0ad6ea64
 DIST hpacucli-9.30-15.0.x86_64.rpm 6367162 SHA256 
d25b4fc593e11e00f2ca2b83417b23d1b1e12e6bff3afcda5333b274dea89901 SHA512 
ad53b7452feffc7457220b9f1df8fd435637e7d1d61b42bdaffe75e62c8245a127b7a80435a40ac5675f0a64e14cc9a99fa556dbecb0e37ae70dda51927afd6e
 WHIRLPOOL 
0ba12328989bd5dce8eb5d83377768605f931ca78dd0e534bdbf65c93a17536499a7a9ea77816f4640ec86be8bdb620ae578fa14f7f7542c18ef95ac6efa3d27
+DIST hpacucli-9.40-12.0.i386.rpm 6824495 SHA256 
bc0078f6e2f8e64eb5e3ce26527e08134669ca507a84c36bbe4266ac3685fa9e SHA512 
93ae6c170e14e187ce33522a7f7d4e0970f8443758aa76f4eb72c6b818eeeff7720e9869473b62e4b088ced0bb9a198afecf7ff62da2fc73e67208f5cc680158
 WHIRLPOOL 
7c5942fb85a778c79ea78343602ccd35d2fb5a271ff17164ab157e59ad6fb8aacaa9b6d4fa122a7537bf43d54ea314491f0cc91b99681ca51581b8942a18b96c
+DIST hpacucli-9.40-12.0.x86_64.rpm 6800521 SHA256 
94c51105fed0a34e2a8896720ce8234af23fcffb11f0a6b7e56eb30c6e803cb8 SHA512 
a7de22febc0261bdb60a5fee250d42455dc0ac152541f34eb91df81b4e57472ae96ee2972e3a4c44ff409e3d1c2b364054818c7ea610c3b2a20c913a51df2ed4
 WHIRLPOOL 
7d9c55d10a3953b6152e2b1937817ed8b129948229bfd4bf87f7fbd9dddece0d786fe390ca6ccc9cfd4356c91ee62484484e2dc153050365a324e3c54853c939

diff --git a/sys-block/hpacucli/files/hpacucli-wrapper-r1 
b/sys-block/hpacucli/files/hpacucli-wrapper-r1
new file mode 100644
index 000..fd2cec5
--- /dev/null
+++ b/sys-block/hpacucli/files/hpacucli-wrapper-r1
@@ -0,0 +1,22 @@
+#!/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
new file mode 100644
index 000..6e0d28c
--- /dev/null
+++ b/sys-block/hpacucli/hpacucli-9.40.12.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 Configuration 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"
+IUSE=""
+
+DEPEND=""
+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*/*
+
+   

[gentoo-commits] repo/gentoo:master commit in: sys-block/hpacucli/

2016-08-07 Thread Pacho Ramos
commit: ee175e2ebb557d3f9bea98a6023cfd6a0493ba31
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug  7 09:17:01 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug  7 09:29:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee175e2e

sys-block/hpacucli: Cleanup per bug #85210

Package-Manager: portage-2.3.0

 sys-block/hpacucli/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-block/hpacucli/metadata.xml b/sys-block/hpacucli/metadata.xml
index 64869fa..097975e 100644
--- a/sys-block/hpacucli/metadata.xml
+++ b/sys-block/hpacucli/metadata.xml
@@ -1,7 +1,4 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   flamee...@gentoo.org
-