diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-12 17:23:15 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-12 17:23:15 +0100 |
commit | 6e0dec7ba4f6c5793a3d0b85952efa7ec57afa65 (patch) | |
tree | dcf170f6adae0db9a35f68683c81d68edfc54158 /sys-apps/init-system-helpers | |
parent | ab58e299fd6dae92ea274fe7d0ad685d888a51b7 (diff) |
gentoo resync : 12.10.2017
Diffstat (limited to 'sys-apps/init-system-helpers')
-rw-r--r-- | sys-apps/init-system-helpers/Manifest | 3 | ||||
-rw-r--r-- | sys-apps/init-system-helpers/init-system-helpers-1.49.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/init-system-helpers/metadata.xml | 8 |
3 files changed, 38 insertions, 0 deletions
diff --git a/sys-apps/init-system-helpers/Manifest b/sys-apps/init-system-helpers/Manifest new file mode 100644 index 000000000000..6e735d003aac --- /dev/null +++ b/sys-apps/init-system-helpers/Manifest @@ -0,0 +1,3 @@ +DIST init-system-helpers_1.49.tar.xz 42660 SHA256 845ed218f1cb54d5b10ea850620e5b6b3905fb248163f97ad4670a55100cedae SHA512 bd612207e51e18a44f9c90e1e5b069ab39e06c776b8a0d6c9ecb367890d4a44ff02b3028418ac10a688782745331f39bb9299ba836f333b712e6fdd7ddc8da16 WHIRLPOOL edacb283ccbc33ead7dda578138831f3631c6bfdf4498a97c76a8929b61cb3ab48404effd36614fcdc36cccaa22dfed4ce1d7242289bdeff446d6e2dfbc1476a +EBUILD init-system-helpers-1.49.ebuild 785 SHA256 863371fc153c25e59074916f469363d50ec0a2e68e2dd1c7a5c98bd537bd7373 SHA512 c0c4b59341b8220b727a9c6df61e94b1cc46c47462864b3fee30dc32411e5a0f02d89cd97becdc09f0874d516c0371abb690e71381e88bf7cb81f303b0befd7b WHIRLPOOL 8caa6020825746dbbf53aa9aff7953cb1f54a61fc0ec69b9116649247143876c3605fd3bf0e26858dd5c65266aaf85b82a09651766efe869bc4069833c610da3 +MISC metadata.xml 251 SHA256 19c92189b52ab81b016ed5b235b2ab63d5679ba744a12e638a8df967b6ba373f SHA512 307528de6c03f6a97b95e189cb88eab281d278ad8b09833cf8c6924fc88fc38b17179a47fc463dd809e5f077b3b2bc74640e28816e50ab712b1989364b9d3bf0 WHIRLPOOL 5a109cd25597841c90ef88052fd9e76ce0ff1b18abd9a24c1a44647f6af43a4863b6b00187b4b9b9ed47fde68b026235fc386e64b06f08f8615c98f47106f022 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 new file mode 100644 index 000000000000..06a29e97d0fa --- /dev/null +++ b/sys-apps/init-system-helpers/init-system-helpers-1.49.ebuild @@ -0,0 +1,27 @@ +# 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="~amd64 ~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 +} diff --git a/sys-apps/init-system-helpers/metadata.xml b/sys-apps/init-system-helpers/metadata.xml new file mode 100644 index 000000000000..4f7ad3b3b5af --- /dev/null +++ b/sys-apps/init-system-helpers/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>wizardedit@gentoo.org</email> + <name>Austin English</name> + </maintainer> +</pkgmetadata> |