From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17B4B1396D9 for ; Wed, 11 Oct 2017 23:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EBA1E0D31; Wed, 11 Oct 2017 23:38:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2B97E0D31 for ; Wed, 11 Oct 2017 23:38:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B01B33BE19 for ; Wed, 11 Oct 2017 23:38:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED3818F52 for ; Wed, 11 Oct 2017 23:38:40 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1507765107.cbeade55fd5e1feb22e774cf93bfe9578afec188.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/init-system-helpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/init-system-helpers/Manifest sys-apps/init-system-helpers/init-system-helpers-1.49.ebuild sys-apps/init-system-helpers/metadata.xml X-VCS-Directories: sys-apps/init-system-helpers/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: cbeade55fd5e1feb22e774cf93bfe9578afec188 X-VCS-Branch: master Date: Wed, 11 Oct 2017 23:38:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e1a5430c-70bf-4e39-abe6-becd448fc82b X-Archives-Hash: ace9a14021bb543e7ccdb1c342f54141 commit: cbeade55fd5e1feb22e774cf93bfe9578afec188 Author: Austin English gentoo org> AuthorDate: Wed Oct 11 23:38:02 2017 +0000 Commit: Austin English gentoo 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="! + + + + wizardedit@gentoo.org + Austin English + +