commit: 4609ea9f832c92f693685b449f0e11e7c846a423 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 6 18:10:27 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Aug 6 18:17:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4609ea9f
app-laptop/msi-keyboard: drop 1.0, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-laptop/msi-keyboard/msi-keyboard-1.0.ebuild | 26 ------------------------- 1 file changed, 26 deletions(-) diff --git a/app-laptop/msi-keyboard/msi-keyboard-1.0.ebuild b/app-laptop/msi-keyboard/msi-keyboard-1.0.ebuild deleted file mode 100644 index 7e074cc86a8a..000000000000 --- a/app-laptop/msi-keyboard/msi-keyboard-1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit udev - -DESCRIPTION="Control backlight of MSI laptop keyboards" -HOMEPAGE="https://github.com/makkarpov/msi-keyboard" -SRC_URI="https://github.com/makkarpov/msi-keyboard/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-libs/hidapi" - -PATCHES=( - "${FILESDIR}"/${P}-makefile.patch -) - -src_install() { - udev_dorules 99-msi-keyboard.rules - udev_reload - dobin msi-keyboard -}
