public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/init-system-helpers/
Date: Wed, 11 Oct 2017 23:38:40 +0000 (UTC)	[thread overview]
Message-ID: <1507765107.cbeade55fd5e1feb22e774cf93bfe9578afec188.wizardedit@gentoo> (raw)

commit:     cbeade55fd5e1feb22e774cf93bfe9578afec188
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 23:38:02 2017 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Oct 11 23:38:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbeade55

sys-apps/init-system-helpers: initial ebuild

This provides a universal `service` shell script that supports
both OpenRC and systemd, providing a common interface for external
programs

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/init-system-helpers/Manifest              |  1 +
 .../init-system-helpers-1.49.ebuild                | 27 ++++++++++++++++++++++
 sys-apps/init-system-helpers/metadata.xml          |  8 +++++++
 3 files changed, 36 insertions(+)

diff --git a/sys-apps/init-system-helpers/Manifest b/sys-apps/init-system-helpers/Manifest
new file mode 100644
index 00000000000..668b935750f
--- /dev/null
+++ b/sys-apps/init-system-helpers/Manifest
@@ -0,0 +1 @@
+DIST init-system-helpers_1.49.tar.xz 42660 SHA256 845ed218f1cb54d5b10ea850620e5b6b3905fb248163f97ad4670a55100cedae SHA512 bd612207e51e18a44f9c90e1e5b069ab39e06c776b8a0d6c9ecb367890d4a44ff02b3028418ac10a688782745331f39bb9299ba836f333b712e6fdd7ddc8da16 WHIRLPOOL edacb283ccbc33ead7dda578138831f3631c6bfdf4498a97c76a8929b61cb3ab48404effd36614fcdc36cccaa22dfed4ce1d7242289bdeff446d6e2dfbc1476a

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 00000000000..06a29e97d0f
--- /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 00000000000..4f7ad3b3b5a
--- /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>


             reply	other threads:[~2017-10-11 23:38 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-11 23:38 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-14 21:44 [gentoo-commits] repo/gentoo:master commit in: sys-apps/init-system-helpers/ Thomas Deutschmann
2017-11-14 23:30 William Hubbs
2017-11-15 23:22 Sergei Trofimovich
2017-11-16  7:34 Sergei Trofimovich
2017-11-16 19:43 Sergei Trofimovich
2017-11-17 11:18 Tobias Klausmann
2017-11-18  9:21 Sergei Trofimovich
2018-04-16 20:35 Brian Evans
2019-04-09  3:14 Austin English
2020-09-27 16:16 Sam James
2021-01-27  1:47 Sam James
2021-01-27  1:47 Sam James
2021-03-28  7:14 Sam James
2021-12-05  5:01 Sam James
2022-07-10  7:56 Sam James
2024-02-09  2:21 Sam James
2024-05-31  0:05 Louis Sautier
2024-07-13 18:17 Arthur Zamarin
2024-11-23 10:32 Sam James
2025-02-24 11:21 Petr Vaněk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1507765107.cbeade55fd5e1feb22e774cf93bfe9578afec188.wizardedit@gentoo \
    --to=wizardedit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox