mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-kernel/modprobed-db: add 2.48
Contains a trivial fix to stop the systemd service running the same command twice. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST modprobed-db-2.47.tar.gz 7357 BLAKE2B a837de00e4f5ab8fee0bf4639345e37c41d17b9c1dc6b930963077a6d563f1fd010095616afe1b90634ee7668f893479fe50fb5ab5536187c53232ced473763f SHA512 f25b96ed1d07d7e53a8fdc6c078cecb062028c906f5d3a0798e58b8e1182f23a89ff8621ecc702b524baffe5231687a8b5e95ee7d51257942da940bb04519eb4
|
||||
DIST modprobed-db-2.48.tar.gz 7350 BLAKE2B 348b70f4fe34f460f6efac0b423ff83174771f73edc23133f393cd4c26c8f9eae0d5473c140f1b805e9cd758e4db458d34aa564beb67696f2b38fe2b81695296 SHA512 41af981c808db8c7003030a4f0388147896c1ce21678924b001fe76ba83a104433290fc058f4f9671e86d3757275be299d055e6ac4dcf7d726ccecc4d8d7431a
|
||||
|
||||
18
sys-kernel/modprobed-db/modprobed-db-2.48.ebuild
Normal file
18
sys-kernel/modprobed-db/modprobed-db-2.48.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit systemd
|
||||
|
||||
DESCRIPTION="Keeps track of EVERY kernel module ever used - useful for make localmodconfig"
|
||||
HOMEPAGE="https://github.com/graysky2/modprobed-db"
|
||||
SRC_URI="https://github.com/graysky2/modprobed-db/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
|
||||
src_install() {
|
||||
emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INITDIR_SYSTEMD="$(systemd_get_userunitdir)"
|
||||
}
|
||||
Reference in New Issue
Block a user