aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-07-05 09:38:35 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-07-06 02:10:29 +0200
commit9835d581abaf9db667d99a8f82ce5210097e7865 (patch)
treea94a8470f533853e814fa9c5cec4e5f9e5cee6c7 /sys-kernel
parentapp-i18n/scim-canna: new package, add 1.0.1 (diff)
downloadguru-9835d581abaf9db667d99a8f82ce5210097e7865.tar.gz
guru-9835d581abaf9db667d99a8f82ce5210097e7865.tar.bz2
guru-9835d581abaf9db667d99a8f82ce5210097e7865.zip
sys-kernel/modprobed-db: new package, add 2.46
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/modprobed-db/Manifest1
-rw-r--r--sys-kernel/modprobed-db/metadata.xml13
-rw-r--r--sys-kernel/modprobed-db/modprobed-db-2.46.ebuild18
3 files changed, 32 insertions, 0 deletions
diff --git a/sys-kernel/modprobed-db/Manifest b/sys-kernel/modprobed-db/Manifest
new file mode 100644
index 000000000..0df4a5f0d
--- /dev/null
+++ b/sys-kernel/modprobed-db/Manifest
@@ -0,0 +1 @@
+DIST modprobed-db-2.46.gh.tar.gz 7210 BLAKE2B c7c5535a85c5a593fff507073120c8c355c8b46513bcb3b922be4a7d178be97aa3e84802a3d39c31a3219057f745fdb641f0a821fd4fe5d33acb48865e5090b2 SHA512 cf580bd386ca5fd232e96f33ecd61982d3ac4563f8e27b2b99bfbd2a8b8171585c8949df812ba8d85488c729570684983a63a6090ec3c05a890db5d6e864c05c
diff --git a/sys-kernel/modprobed-db/metadata.xml b/sys-kernel/modprobed-db/metadata.xml
new file mode 100644
index 000000000..3a180300e
--- /dev/null
+++ b/sys-kernel/modprobed-db/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/graysky2/modprobed-db/issues</bugs-to>
+ <remote-id type="github">graysky2/modprobed-db</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sys-kernel/modprobed-db/modprobed-db-2.46.ebuild b/sys-kernel/modprobed-db/modprobed-db-2.46.ebuild
new file mode 100644
index 000000000..55cf2ae90
--- /dev/null
+++ b/sys-kernel/modprobed-db/modprobed-db-2.46.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="This utility tracks modules loaded by the kernel, for localmodconfig"
+HOMEPAGE="https://github.com/graysky2/modprobed-db"
+SRC_URI="https://github.com/graysky2/modprobed-db/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+ emake DESTDIR="${D}" install-bin
+ doman "doc/${PN}.8"
+ dodoc README.md
+}