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 4B587158020 for ; Mon, 26 Dec 2022 08:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3822FE097A; Mon, 26 Dec 2022 08:35:39 +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 1D88BE097A for ; Mon, 26 Dec 2022 08:35:39 +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 16D393408B8 for ; Mon, 26 Dec 2022 08:35:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F68D7E7 for ; Mon, 26 Dec 2022 08:35:36 +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: <1672043580.e269101935ca2183dcef2aff7d99e646d376c15d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hdparm/, sys-apps/hdparm/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hdparm/Manifest sys-apps/hdparm/files/hdparm-9.64-glibc-2.36.patch sys-apps/hdparm/hdparm-9.64.ebuild X-VCS-Directories: sys-apps/hdparm/ sys-apps/hdparm/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e269101935ca2183dcef2aff7d99e646d376c15d X-VCS-Branch: master Date: Mon, 26 Dec 2022 08:35:36 +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: e34cfc8b-f1a5-4c67-8aa8-7915d7aa77bf X-Archives-Hash: b61ec697053a9291f3d08e70cb45e727 commit: e269101935ca2183dcef2aff7d99e646d376c15d Author: Sam James gentoo org> AuthorDate: Mon Dec 26 08:24:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 26 08:33:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2691019 sys-apps/hdparm: drop 9.64 Signed-off-by: Sam James gentoo.org> sys-apps/hdparm/Manifest | 1 - sys-apps/hdparm/files/hdparm-9.64-glibc-2.36.patch | 27 ------------- sys-apps/hdparm/hdparm-9.64.ebuild | 47 ---------------------- 3 files changed, 75 deletions(-) diff --git a/sys-apps/hdparm/Manifest b/sys-apps/hdparm/Manifest index 42981fcdd846..73fd9a66fa6f 100644 --- a/sys-apps/hdparm/Manifest +++ b/sys-apps/hdparm/Manifest @@ -1,2 +1 @@ -DIST hdparm-9.64.tar.gz 140307 BLAKE2B 0196f3ccec4005c542b834d8426cc6f64694783da3d4a064e898e25d17aab3aa0d9621276607169f2104c9a9804f9020554d836ded9efb16367a8ac4c9c9b146 SHA512 c561825143d8872cc2940bd6ba72162f91792bd63b6a8511058e79cc96feb6a4a9d22275581ef2eefab64a4035587b3a63175ccc58fa46f1059b4680d9d58ec4 DIST hdparm-9.65.tar.gz 140425 BLAKE2B 79b1c16e7807f82a992ed7f22faef57045c56da4a281fbd8db3b8846b193ccc4b42329fa6abbebf8b652fbefb13aa0f18dfa726e802e8e1a45c94f414fb303b9 SHA512 4ffc8902b90cee10d68af8ddb9f3b9454d523ecd49cdaaed254b4d7a999462a8ad5ec1bb5d7684b09fefa41b5941ab533b167dad290003b51c795a633ca88913 diff --git a/sys-apps/hdparm/files/hdparm-9.64-glibc-2.36.patch b/sys-apps/hdparm/files/hdparm-9.64-glibc-2.36.patch deleted file mode 100644 index c235b0f3941c..000000000000 --- a/sys-apps/hdparm/files/hdparm-9.64-glibc-2.36.patch +++ /dev/null @@ -1,27 +0,0 @@ -https://bugs.gentoo.org/863671 -https://sourceforge.net/p/hdparm/patches/52/ - -From c8fc52968f9e97d29ccf6deb348ec02627d74235 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Fri, 29 Jul 2022 13:00:40 -0700 -Subject: [PATCH] hdparm: Remove unused linux/fs.h header - -this helps fixing builds with glibc 2.36 where mount.h conflits now with -kernel mount.h which is included indirectly by linux/fs.h see [1] for -details - -[1] https://sourceware.org/glibc/wiki/Release/2.36 - -Upstream-Status: Submitted [] -Signed-off-by: Khem Raj ---- a/hdparm.c -+++ b/hdparm.c -@@ -25,7 +25,6 @@ - #include - #include - #include --#include - #include - #include - #include - diff --git a/sys-apps/hdparm/hdparm-9.64.ebuild b/sys-apps/hdparm/hdparm-9.64.ebuild deleted file mode 100644 index eccb8be2c047..000000000000 --- a/sys-apps/hdparm/hdparm-9.64.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="Utility to change hard drive performance parameters" -HOMEPAGE="https://sourceforge.net/projects/hdparm/" -SRC_URI="mirror://sourceforge/hdparm/${P}.tar.gz" - -# GPL-2 only -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="static" - -PATCHES=( - "${FILESDIR}"/${PN}-9.60-build.patch - "${FILESDIR}"/${PN}-9.64-glibc-2.36.patch -) - -src_prepare() { - default - - use static && append-ldflags -static -} - -src_configure() { - tc-export CC - export STRIP=: -} - -src_install() { - into / - dosbin hdparm contrib/idectl - - newinitd "${FILESDIR}"/hdparm-init-8 hdparm - newconfd "${FILESDIR}"/hdparm-conf.d.3 hdparm - - doman hdparm.8 - dodoc hdparm.lsm Changelog README.acoustic hdparm-sysconfig - - docinto wiper - dodoc wiper/{README.txt,wiper.sh} - docompress -x /usr/share/doc/${PF}/wiper/wiper.sh -}