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 386FF158094 for ; Fri, 23 Sep 2022 02:09:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0712CE0B0A; Fri, 23 Sep 2022 02:09:29 +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 DBAE1E0B0A for ; Fri, 23 Sep 2022 02:09:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B643340FC1 for ; Fri, 23 Sep 2022 02:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DC1B5F1 for ; Fri, 23 Sep 2022 02:09:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663898934.e734a0885fdc2d4fff5b364ef736382c8df7fc46.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmidecode/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dmidecode/Manifest sys-apps/dmidecode/dmidecode-3.3.ebuild X-VCS-Directories: sys-apps/dmidecode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e734a0885fdc2d4fff5b364ef736382c8df7fc46 X-VCS-Branch: master Date: Fri, 23 Sep 2022 02:09:25 +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: 7e1e7ab1-a2f8-4394-ab81-8cfb47f8275f X-Archives-Hash: 9a8e73e7b9bb9c38a8b0c5b62bc97edf commit: e734a0885fdc2d4fff5b364ef736382c8df7fc46 Author: Sam James gentoo org> AuthorDate: Fri Sep 23 02:01:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 23 02:08:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e734a088 sys-apps/dmidecode: drop 3.3 Signed-off-by: Sam James gentoo.org> sys-apps/dmidecode/Manifest | 1 - sys-apps/dmidecode/dmidecode-3.3.ebuild | 43 --------------------------------- 2 files changed, 44 deletions(-) diff --git a/sys-apps/dmidecode/Manifest b/sys-apps/dmidecode/Manifest index 3b0473fab549..c411b41d00d9 100644 --- a/sys-apps/dmidecode/Manifest +++ b/sys-apps/dmidecode/Manifest @@ -1,2 +1 @@ -DIST dmidecode-3.3.tar.xz 56372 BLAKE2B 7a4557a203702da5d5d6722c72870342e18458b3777d095656e9d5c3a5f80cc712d16b775fa16e4ae9326965a789d393092d45651a449444e268438c1d16773e SHA512 dc77f40a7898011cea1b747d4677be2fbe8f52ec6ac460a5656de2f3389eca83bc416d6494acbe759971b5afce37b78f21ab55c34d62b1105b800e31566d1d22 DIST dmidecode-3.4.tar.xz 61420 BLAKE2B f9f0429c5128692c2d1d560580552285ea900c1c9ef6f68f0e2133ae1ef05b85a943e882f915d3ef969b7a7e3f3f6bbc4ec391e7bd3d98092976ddbf02421c49 SHA512 62990b6159e5a7c8688d37e44957e7948391d2c6afeabaa4514ba9dad2d08b020297676e2dbbfcb6471efc6fb6f3682750422931a953f78f358bb3dd3745e95b diff --git a/sys-apps/dmidecode/dmidecode-3.3.ebuild b/sys-apps/dmidecode/dmidecode-3.3.ebuild deleted file mode 100644 index 4bf9154f283b..000000000000 --- a/sys-apps/dmidecode/dmidecode-3.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="DMI (Desktop Management Interface) table related utilities" -HOMEPAGE="https://www.nongnu.org/dmidecode/" -SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv x86 ~x86-solaris" -IUSE="selinux" - -RDEPEND="selinux? ( sec-policy/selinux-dmidecode )" -DEPEND="" - -src_prepare() { - default - sed -i \ - -e "/^prefix/s:/usr/local:${EPREFIX}/usr:" \ - -e "/^docdir/s:dmidecode:${PF}:" \ - -e '/^PROGRAMS !=/d' \ - Makefile || die -} - -src_compile() { - emake \ - CFLAGS="${CFLAGS} ${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - CC="$(tc-getCC)" -} - -pkg_postinst() { - if [[ ${CHOST} == *-solaris* ]] ; then - einfo "dmidecode needs root privileges to read /dev/xsvc" - einfo "To make dmidecode useful, either run as root, or chown and setuid the binary." - einfo "Note that /usr/sbin/ptrconf and /usr/sbin/ptrdiag give similar" - einfo "information without requiring root privileges." - fi -}