diff options
author | Brian Evans <grknight@gentoo.org> | 2018-04-16 16:35:08 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-04-16 16:35:08 -0400 |
commit | fc8004071660fd512a27411d69e07294d67c478c (patch) | |
tree | ba34118bdfc41fd48919ef5ce0654cc7d8ed892a /sys-apps/init-system-helpers | |
parent | sys-apps/init-system-helpers: Revbump to remove OpenRC symlink mgmt (diff) | |
download | gentoo-fc8004071660fd512a27411d69e07294d67c478c.tar.gz gentoo-fc8004071660fd512a27411d69e07294d67c478c.tar.bz2 gentoo-fc8004071660fd512a27411d69e07294d67c478c.zip |
sys-apps/init-system-helpers: Fast stable for OpenRC mis-mgmt
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'sys-apps/init-system-helpers')
-rw-r--r-- | sys-apps/init-system-helpers/init-system-helpers-1.49-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/init-system-helpers/init-system-helpers-1.49.ebuild | 27 |
2 files changed, 1 insertions, 28 deletions
diff --git a/sys-apps/init-system-helpers/init-system-helpers-1.49-r1.ebuild b/sys-apps/init-system-helpers/init-system-helpers-1.49-r1.ebuild index 23885a965ed7..97888bcce019 100644 --- a/sys-apps/init-system-helpers/init-system-helpers-1.49-r1.ebuild +++ b/sys-apps/init-system-helpers/init-system-helpers-1.49-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://http.debian.net/debian/pool/main/i/${PN}/${PN}_${PV}.tar.xz" LICENSE="BSD GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="" diff --git a/sys-apps/init-system-helpers/init-system-helpers-1.49.ebuild b/sys-apps/init-system-helpers/init-system-helpers-1.49.ebuild deleted file mode 100644 index 5d7222aa8dbd..000000000000 --- a/sys-apps/init-system-helpers/init-system-helpers-1.49.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="!<sys-apps/openrc-0.33" - -src_install() { - # We only care about 'service' script/manpage: - exeinto /sbin/ - doexe script/service - - # 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 -} |