From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B2D011582EF for ; Mon, 24 Feb 2025 10:56:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 93CB434318C for ; Mon, 24 Feb 2025 10:56:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 90A111102F2; Mon, 24 Feb 2025 10:56:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 817321102F2 for ; Mon, 24 Feb 2025 10:56:16 +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 3EB9734318C for ; Mon, 24 Feb 2025 10:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FD7425CA for ; Mon, 24 Feb 2025 10:56:14 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1740394489.c718cd8f23464aaa1d2c69f056c922dd609225c7.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/biosdevname/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/biosdevname/biosdevname-0.7.3.ebuild X-VCS-Directories: sys-apps/biosdevname/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: c718cd8f23464aaa1d2c69f056c922dd609225c7 X-VCS-Branch: master Date: Mon, 24 Feb 2025 10:56:14 +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: 5b5e2da9-1afe-43eb-ac7b-3dcd605f230a X-Archives-Hash: d5f485afe62db0fc2d65af352485ee10 commit: c718cd8f23464aaa1d2c69f056c922dd609225c7 Author: Petr Vaněk gentoo org> AuthorDate: Mon Feb 24 10:13:14 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Mon Feb 24 10:54:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c718cd8f sys-apps/biosdevname: drop 0.7.3 Signed-off-by: Petr Vaněk gentoo.org> sys-apps/biosdevname/biosdevname-0.7.3.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/sys-apps/biosdevname/biosdevname-0.7.3.ebuild b/sys-apps/biosdevname/biosdevname-0.7.3.ebuild deleted file mode 100644 index 08955d3cbcfd..000000000000 --- a/sys-apps/biosdevname/biosdevname-0.7.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools udev - -DESCRIPTION="Sets BIOS-given device names instead of kernel eth* names" -HOMEPAGE="http://linux.dell.com/biosdevname/" -SRC_URI="https://github.com/dell/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="virtual/udev" -DEPEND="${RDEPEND} - sys-apps/pciutils" - -src_prepare() { - default - - sed -i -e 's|/sbin/biosdevname|/usr\0|g' biosdevname.rules.in || die - sed -i -e "/RULEDEST/s:/lib/udev:$(get_udevdir):" configure.ac || die - - eautoreconf -}