From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 AC6C5158099 for ; 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 BFA932BC039; 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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A25A92BC039 for ; 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 AADFE335CEA for ; Thu, 30 Nov 2023 17:01:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9E621430 for ; Thu, 30 Nov 2023 17:01:43 +0000 (UTC) From: "Ulrich Müller" 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" Message-ID: <1701363661.505f21f8962d7a972b3f2f68b842d03071851b85.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-r1.ebuild X-VCS-Directories: sys-apps/hponcfg/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 505f21f8962d7a972b3f2f68b842d03071851b85 X-VCS-Branch: master Date: Thu, 30 Nov 2023 17:01:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c635f1b5-cdcd-4b54-9775-22b550bd4395 X-Archives-Hash: 3dfd1b2ec4fe3384485c3308d73bb3ec commit: 505f21f8962d7a972b3f2f68b842d03071851b85 Author: Ulrich Müller gentoo org> AuthorDate: Thu Nov 30 17:01:01 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Nov 30 17:01:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505f21f8 sys-apps/hponcfg: Add mirror and bindist restrictions The license explicitly forbids redistribution. Signed-off-by: Ulrich Müller gentoo.org> sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild b/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild index 0e0bb4843c70..3359775c54b3 100644 --- a/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild +++ b/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild @@ -10,15 +10,15 @@ MY_PV=$(ver_rs 3 '-') DESCRIPTION="HP Lights-Out Online Configuration Utility (HPONCFG)" HOMEPAGE="https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00007610en_us" SRC_URI="https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/7/x86_64/current/${PN}-${MY_PV}.x86_64.rpm" +S="${WORKDIR}" LICENSE="hpe" SLOT="0" KEYWORDS="-* amd64" +RESTRICT="mirror bindist" RDEPEND="elibc_glibc? ( >sys-libs/glibc-2.14 )" -S="${WORKDIR}" - QA_PRESTRIPPED="usr/sbin/hponcfg usr/lib*/libcp*" QA_PREBUILT="${QA_PRESTRIPPED}"