sys-apps/systemd-initctl: new package, add 2

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2026-03-10 18:05:57 -04:00
parent 93c6621872
commit c4999dea5b
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST systemd-initctl-2.tar.gz 10016 BLAKE2B 5b0c9884df2aa4b70d0327283db262ef0f555feaeccf5ce08215995615e18ccced7e05322545147be690910a140f5369aea1b6932ce172ff35a3a1babef82c8b SHA512 f3e0f5a3eb89ebf1fb95f9f9c1bcb2a7add8a90ca3647a17d2320fd00a9def9b18e94b9b05cad8d641ff66446e11af45879b79a7b193f006aaae94279f95538e

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>floppym@gentoo.org</email>
<name>Mike Gilbert</name>
</maintainer>
<upstream>
<remote-id type="github">systemd/systemd-initctl</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,24 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="initctl Compatibility Daemon"
HOMEPAGE="https://github.com/systemd/systemd-initctl"
SRC_URI="https://github.com/systemd/systemd-initctl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
sys-apps/systemd:0=
"
RDEPEND="${DEPEND}
!<sys-apps/systemd-258
"
BDEPEND="
virtual/pkgconfig
"