public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hponcfg/
Date: Wed, 28 Dec 2022 21:00:11 +0000 (UTC)	[thread overview]
Message-ID: <1672261203.70ff320ef013db4b0572a0e5547b7da286aa0ea4.sam@gentoo> (raw)

commit:     70ff320ef013db4b0572a0e5547b7da286aa0ea4
Author:     Marco Scardovi <mscardovi <AT> icloud <DOT> com>
AuthorDate: Wed Dec 28 20:36:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 21:00:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ff320e

sys-apps/hponcfg: drop 4.6.0.0, 5.4.0.0

Signed-off-by: Marco Scardovi <mscardovi <AT> icloud.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/hponcfg/Manifest               |  3 ---
 sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild | 43 ---------------------------------
 sys-apps/hponcfg/hponcfg-5.4.0.0.ebuild | 37 ----------------------------
 3 files changed, 83 deletions(-)

diff --git a/sys-apps/hponcfg/Manifest b/sys-apps/hponcfg/Manifest
index 8c48f52a9b61..5f5de327a059 100644
--- a/sys-apps/hponcfg/Manifest
+++ b/sys-apps/hponcfg/Manifest
@@ -1,5 +1,2 @@
-DIST hponcfg-4.6.0-0.i386.rpm 39344 BLAKE2B a1fb8c4237eae8caa90086b49dd89ad641c77663e0c98f82ec97724564437837223ea3acd15136aaf6c575e35923f2e804766c51179771aead9800ecae424cd1 SHA512 534e2d656349e34c539755d807456a671363640ca8dd6853787dbf7f2a594acb88478b59b2e21ca07b8c6f118f6ad3c2e0eb1ec072484db6a8fb707bd593e0e7
-DIST hponcfg-4.6.0-0.x86_64.rpm 44121 BLAKE2B 5fb073a0789380527066087a14e1806bd98a7ee76da18facbc578b0aff397a73df8a3236c22939bda4e8af19e3b6a03670947998c666fdd9b8e390a77be6d9e3 SHA512 830abe6816295fa7e0888e0848d707ab41510a9ea6dc17d01fd5de2fa56faf49af43ef6698aa379ac8baa6ab729262e77e209b90103ce67d45bf6f0b2d4df142
-DIST hponcfg-5.4.0-0.x86_64.rpm 59246 BLAKE2B 50979eec63121ad89fa2e13eb286236b1cd6fc02269ba93767a9cf19a7782aea570577f98cb307e75c73fcac1fc8bc8c281f21187be157cb816253751d263ed6 SHA512 55583acd1a9e5a639fe63ecff051af9676518130e431ba76a0cdbf2ba18f4b600aaae8388895631eb0b9be343e110b5fe39dc4ab844c3a2afef0bc601756c04c
 DIST hponcfg-5.5.0-0.x86_64.rpm 60092 BLAKE2B 8a81b1b0e3f0cd81e5a3861d1f7e0f5a07ed32cd0efac2c77d8c8b94666a44daf7cb289e53b1610cb5ea66782c256dce652f897f15370a2c7d129ffc6c47f6c1 SHA512 478b94f9a99be7f1cab10e909d33b804a0831159c5829dbdcfa78df02aa5fd9a140f0f036c2e9556e2ffb90ac85bf0efcfddc137665fd438c6379fa0eb43ce74
 DIST hponcfg-5.6.0-0.x86_64.rpm 60457 BLAKE2B 88ed71e20e7c7db28b0228974ed0ca41726d3b1f976005b211013028c9ca9a8704c26119c2a41525458e87515d06c57232d109d795fd9bb0096366f91d7523d7 SHA512 7685584ff9ab3f3f23ff77017de194ba935cbddee2ba8946299ed25399fd67ce58697fc754071ecf2c6e3f926a82da89307088cf8b721efd3667397025a73db7

diff --git a/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild b/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild
deleted file mode 100644
index d8e4a559205d..000000000000
--- a/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit pax-utils rpm versionator
-
-MY_PV=$(replace_version_separator 3 '-')
-
-DESCRIPTION="HP Lights-Out Online Configuration Utility (HPONCFG)"
-HOMEPAGE="http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_5ab6295f49964f16a699064f29"
-SRC_URI="
-	amd64? ( https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/x86_64/current/${PN}-${MY_PV}.x86_64.rpm )
-	x86? ( https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/i686/current/${PN}-${MY_PV}.i386.rpm )"
-
-LICENSE="hpe"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="elibc_glibc? ( >sys-libs/glibc-2.14 )"
-
-S="${WORKDIR}"
-
-QA_PRESTRIPPED="/usr/sbin/hponcfg /usr/li.*/libcpqc.*"
-
-src_install() {
-	dosbin sbin/hponcfg
-
-	# When bumping, verify SONAME (scanelf -S libhponcfg64.so)!
-	if use amd64; then
-		newlib.so "${S}"/usr/lib64/libhponcfg64.so libcpqci64.so.3
-		dosym libcpqci64.so.3 /usr/$(get_libdir)/libhponcfg64.so
-	elif use x86; then
-		newlib.so "${S}"/usr/lib/libhponcfg.so libcpqci.so.3
-		dosym libcpqci.so.3 /usr/$(get_libdir)/libhponcfg.so
-	fi
-
-	dodoc "${S}"/usr/share/doc/hponcfg/*
-
-	pax-mark m "${D}"usr/sbin/hponcfg
-}

diff --git a/sys-apps/hponcfg/hponcfg-5.4.0.0.ebuild b/sys-apps/hponcfg/hponcfg-5.4.0.0.ebuild
deleted file mode 100644
index 8afc8cddad42..000000000000
--- a/sys-apps/hponcfg/hponcfg-5.4.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit pax-utils rpm
-
-MY_PV=$(ver_rs 3 '-')
-
-DESCRIPTION="HP Lights-Out Online Configuration Utility (HPONCFG)"
-HOMEPAGE="http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_5ab6295f49964f16a699064f29"
-SRC_URI="amd64? ( https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/7/x86_64/current/${PN}-${MY_PV}.x86_64.rpm )"
-
-LICENSE="hpe"
-SLOT="0"
-KEYWORDS="-* amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="elibc_glibc? ( >sys-libs/glibc-2.14 )"
-
-S="${WORKDIR}"
-
-QA_PRESTRIPPED="usr/sbin/hponcfg usr/lib*/libcp*"
-QA_PREBUILT="${QA_PRESTRIPPED}"
-
-src_install() {
-	dosbin sbin/hponcfg
-
-	# When bumping, verify SONAME (scanelf -S libhponcfg64.so)!
-	newlib.so "${S}"/usr/lib64/libhponcfg64.so libcpqci64.so.3
-	dosym libcpqci64.so.3 /usr/$(get_libdir)/libhponcfg64.so
-
-	dodoc "${S}"/usr/share/doc/hponcfg/*
-
-	pax-mark m "${D}"/usr/sbin/hponcfg
-}


             reply	other threads:[~2022-12-28 21:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-28 21:00 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-30 17:01 [gentoo-commits] repo/gentoo:master commit in: sys-apps/hponcfg/ Ulrich Müller
2023-11-30 17:01 Ulrich Müller
2023-03-17 18:25 Sam James
2023-01-20 13:31 Joonas Niilola
2022-12-28 22:25 Sam James
2022-12-28 21:00 Sam James
2021-05-07 23:42 Thomas Deutschmann
2021-05-07 23:42 Thomas Deutschmann
2020-04-28 23:04 Thomas Deutschmann
2019-08-18 12:09 Thomas Deutschmann
2019-08-17 23:16 Thomas Deutschmann
2019-08-17 23:16 Thomas Deutschmann
2019-08-17 23:16 Thomas Deutschmann
2018-06-09 16:55 Thomas Deutschmann
2017-01-04  1:50 Thomas Deutschmann
2016-08-15 14:16 Thomas Deutschmann
2016-08-14 14:42 Thomas Deutschmann

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=1672261203.70ff320ef013db4b0572a0e5547b7da286aa0ea4.sam@gentoo \
    --to=sam@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