commit:     c718cd8f23464aaa1d2c69f056c922dd609225c7
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 10:13:14 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> 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 <arkamar <AT> 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
-}

Reply via email to