commit: edf25b1ce9171bb4d9c34cf8d3e54def6a147ded Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Jul 7 18:23:04 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jul 7 18:23:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf25b1c
net-misc/usbip: drop kernel-2.eclass Closes: https://bugs.gentoo.org/953770 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-misc/usbip/{usbip-5.15.ebuild => usbip-5.15-r1.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net-misc/usbip/usbip-5.15.ebuild b/net-misc/usbip/usbip-5.15-r1.ebuild similarity index 89% rename from net-misc/usbip/usbip-5.15.ebuild rename to net-misc/usbip/usbip-5.15-r1.ebuild index 136f8e4e290d..807159262f78 100644 --- a/net-misc/usbip/usbip-5.15.ebuild +++ b/net-misc/usbip/usbip-5.15-r1.ebuild @@ -1,15 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -ETYPE="sources" -K_NOUSENAME=1 -inherit autotools kernel-2 +inherit autotools DESCRIPTION="Userspace utilities for a general USB device sharing system over IP networks" HOMEPAGE="https://www.kernel.org/" -SRC_URI="${KERNEL_URI}" +SRC_URI="https://www.kernel.org/pub/linux/kernel/v5.x/linux-${PV}.tar.xz" S="${WORKDIR}/linux-${PV}/tools/usb/${PN}" LICENSE="GPL-2"
