From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1575264-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8192A158099 for <garchives@archives.gentoo.org>; Thu, 30 Nov 2023 17:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A0192BC037; Thu, 30 Nov 2023 17:01:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7448C2BC037 for <gentoo-commits@lists.gentoo.org>; Thu, 30 Nov 2023 17:01:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64FB9335CD2 for <gentoo-commits@lists.gentoo.org>; Thu, 30 Nov 2023 17:01:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C54F913E4 for <gentoo-commits@lists.gentoo.org>; Thu, 30 Nov 2023 17:01:43 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1701363645.0a94fb14c33752f6b1e10320fb34569f2ba78a00.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hponcfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hponcfg/hponcfg-5.6.0.0.ebuild X-VCS-Directories: sys-apps/hponcfg/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0a94fb14c33752f6b1e10320fb34569f2ba78a00 X-VCS-Branch: master Date: Thu, 30 Nov 2023 17:01:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aaebb279-a7cb-472c-b3ee-6a5e93738264 X-Archives-Hash: 91b078c3fdb929934f7bcffd5a35d5e5 commit: 0a94fb14c33752f6b1e10320fb34569f2ba78a00 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Nov 30 17:00:45 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Nov 30 17:00:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a94fb14 sys-apps/hponcfg: drop 5.6.0.0 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> sys-apps/hponcfg/hponcfg-5.6.0.0.ebuild | 37 --------------------------------- 1 file changed, 37 deletions(-) diff --git a/sys-apps/hponcfg/hponcfg-5.6.0.0.ebuild b/sys-apps/hponcfg/hponcfg-5.6.0.0.ebuild deleted file mode 100644 index 65d9db612401..000000000000 --- a/sys-apps/hponcfg/hponcfg-5.6.0.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 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 -}