commit: 48c9da75406fd70b503b4ad0ef16466b1ccd02fe Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 11:04:33 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 11:04:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c9da75
sys-apps/init-system-helpers: drop 1.60 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> sys-apps/init-system-helpers/Manifest | 1 - .../init-system-helpers-1.60.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/sys-apps/init-system-helpers/Manifest b/sys-apps/init-system-helpers/Manifest index c9cf8c57e867..072e1f5a5c5e 100644 --- a/sys-apps/init-system-helpers/Manifest +++ b/sys-apps/init-system-helpers/Manifest @@ -1,2 +1 @@ -DIST init-system-helpers_1.60.tar.xz 40584 BLAKE2B ad21a65ef3c4bcec16b14fc4db890fb7f83df625d1038fe217c20e9391404914df189ae31506b9bbef0442cdd333f46bd9c4d9009b7d671d9ae2deb6b05eee8e SHA512 3739613fa8afa1fa6032f47f8cec67c526171987a7d1eae31d479db9cc1e49ae3cd397a858130c17680d62becb9c6499bd1da1268e9ed25b044337ab69f0dd88 DIST init-system-helpers_1.66.tar.xz 44976 BLAKE2B e97d4483c73e7d5c310598eb75d77972f5334ef09708166f3bacb46e4e4495c7f7b2a905e70221180fbcd0524312c6b0962bf55a165092dccc839218f2fc46c5 SHA512 22c8c7f6483de6e95750a48d55b540478de9cd8ed23e806359b30e19528313cdc03f119b076182575ec3e06f76d628a95b0b9568be2d03fcbba278617661c93e diff --git a/sys-apps/init-system-helpers/init-system-helpers-1.60.ebuild b/sys-apps/init-system-helpers/init-system-helpers-1.60.ebuild deleted file mode 100644 index 99bb4e8eaac6..000000000000 --- a/sys-apps/init-system-helpers/init-system-helpers-1.60.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" - -LICENSE="BSD GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86" - -BDEPEND=">=dev-python/docutils-0.21.2" -RDEPEND="!<sys-apps/openrc-0.33" - -PATCHES=( - "${FILESDIR}/revert-openrc-management.patch" -) - -src_install() { - # We only care about 'service' script/manpage: - exeinto /sbin/ - doexe script/service - - rst2man man8/service.rst > 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 -}
