From f7adcd4ee556b2c3a420239c13fb74113d791f6a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 14 Jul 2024 12:27:14 +0100 Subject: gentoo auto-resync : 14:07:2024 - 12:27:13 --- .../init-system-helpers-1.66.ebuild | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sys-apps/init-system-helpers/init-system-helpers-1.66.ebuild (limited to 'sys-apps/init-system-helpers/init-system-helpers-1.66.ebuild') diff --git a/sys-apps/init-system-helpers/init-system-helpers-1.66.ebuild b/sys-apps/init-system-helpers/init-system-helpers-1.66.ebuild new file mode 100644 index 000000000000..16d0b3cc65fe --- /dev/null +++ b/sys-apps/init-system-helpers/init-system-helpers-1.66.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Helper scripts useful for both OpenRC and systemd" +HOMEPAGE="https://packages.debian.org/sid/init-system-helpers" +# git repo: https://anonscm.debian.org/git/collab-maint/init-system-helpers.git +SRC_URI="http://http.debian.net/debian/pool/main/i/${PN}/${PN}_${PV}.tar.xz" +S="${WORKDIR}/${PN}" + +LICENSE="BSD GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +BDEPEND=">=dev-python/docutils-0.21.2" +RDEPEND="! man8/service.8 || die "Failed to generate man page" + + # FIXME: need to patch to remove *rc.d references, which we don't ship + # And should probably add a list of supported options (e.g., start/stop/etc.) + doman man8/service.8 +} -- cgit v1.2.3