summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-04-11 13:56:49 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-11 13:59:40 +0300
commit5b4759fd1a56b8b1b674cb3c501eae0fdb03dd44 (patch)
treea2c9d45ac8c7cd81540a062fc9d749d05e7ae742 /sys-apps
parentpackage.mask: Mask buggy 6.6.26 gentoo-kernels (diff)
downloadgentoo-5b4759fd1a56b8b1b674cb3c501eae0fdb03dd44.tar.gz
gentoo-5b4759fd1a56b8b1b674cb3c501eae0fdb03dd44.tar.bz2
gentoo-5b4759fd1a56b8b1b674cb3c501eae0fdb03dd44.zip
sys-apps/usbmon: drop 6.1, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/usbmon/usbmon-6.1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-apps/usbmon/usbmon-6.1.ebuild b/sys-apps/usbmon/usbmon-6.1.ebuild
deleted file mode 100644
index fc8ed33d4fee..000000000000
--- a/sys-apps/usbmon/usbmon-6.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Userland for USB monitoring framework"
-HOMEPAGE="https://people.redhat.com/zaitcev/linux/"
-SRC_URI="https://people.redhat.com/zaitcev/linux/${P}.tar.gz"
-
-LICENSE="GPL-2" # GPL-2 only
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-src_prepare() {
- default
- sed -e 's:-O2::g' -i "${S}"/Makefile || die
- tc-export CC
-}
-
-src_install() {
- dosbin ${PN}
- doman ${PN}.8
- dodoc README
-}