commit: d98b45f44a929c2405eecd99db85e3acebdb2300 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Oct 31 20:02:41 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Oct 31 20:04:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98b45f4
sys-apps/isapnptools: drop 1.27 Bug: https://bugs.gentoo.org/919391 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-apps/isapnptools/isapnptools-1.27.ebuild | 30 ---------------------------- 1 file changed, 30 deletions(-) diff --git a/sys-apps/isapnptools/isapnptools-1.27.ebuild b/sys-apps/isapnptools/isapnptools-1.27.ebuild deleted file mode 100644 index cdcbf0fbdb96..000000000000 --- a/sys-apps/isapnptools/isapnptools-1.27.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Tools for configuring ISA PnP devices" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/hardware/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* amd64 x86" - -PATCHES=( - "${FILESDIR}"/${P}-include.patch - "${FILESDIR}"/${P}-fno-common.patch -) - -src_install() { - default - - dodir /sbin - mv "${ED}"/{usr/sbin/isapnp,sbin/} || die - - docinto txt - dodoc doc/{README*,*.txt} test/*.txt - dodoc etc/isapnp.* - - newinitd "${FILESDIR}"/isapnp.rc isapnp -}
