From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 48A5C59CA5 for ; Sat, 19 Mar 2016 23:12:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B393721C019; Sat, 19 Mar 2016 23:12:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42BE121C019 for ; Sat, 19 Mar 2016 23:12:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38F0C340B09 for ; Sat, 19 Mar 2016 23:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D2C1844 for ; Sat, 19 Mar 2016 23:12:32 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1458429124.67f04c78a3188a99bacb63e6cc261d67971b1888.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-rc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/s6-rc/Manifest sys-apps/s6-rc/metadata.xml sys-apps/s6-rc/s6-rc-0.0.2.1.ebuild X-VCS-Directories: sys-apps/s6-rc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 67f04c78a3188a99bacb63e6cc261d67971b1888 X-VCS-Branch: master Date: Sat, 19 Mar 2016 23:12:32 +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: 44b837ad-ada5-4a8b-a639-04c6005267ac X-Archives-Hash: 798e84f4f5d76685d7645f9e9487cd9b commit: 67f04c78a3188a99bacb63e6cc261d67971b1888 Author: Luis Ressel aixah de> AuthorDate: Sun Mar 6 23:08:21 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Mar 19 23:12:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f04c78 sys-apps/s6-rc: New package s6-rc is a service manager based on the sys-apps/s6 supervision suite. sys-apps/s6-rc/Manifest | 1 + sys-apps/s6-rc/metadata.xml | 13 ++++++++ sys-apps/s6-rc/s6-rc-0.0.2.1.ebuild | 61 +++++++++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+) diff --git a/sys-apps/s6-rc/Manifest b/sys-apps/s6-rc/Manifest new file mode 100644 index 0000000..bdda592 --- /dev/null +++ b/sys-apps/s6-rc/Manifest @@ -0,0 +1 @@ +DIST s6-rc-0.0.2.1.tar.gz 85549 SHA256 93f30557e2e2e5c507b5becef2bd26f377be6b6c542fb4627c3122e1c2d83ef9 SHA512 9a83e272ba521e5ede17ded6b6143797d70205c6631fd08bdb9cbefc66e8ab6011de68e94876ec3c7af439ffbff21778207507db74f0ae91117e88fe36a7f65c WHIRLPOOL f10e515db0106816fb3c79c46dea0f171ac89653f326b9287aeccb1a9cc369fb6e6fec40c43eb3c3863763081608ec7cccf780cb8bcaaee7303e6c5d106c082d diff --git a/sys-apps/s6-rc/metadata.xml b/sys-apps/s6-rc/metadata.xml new file mode 100644 index 0000000..7ac867b --- /dev/null +++ b/sys-apps/s6-rc/metadata.xml @@ -0,0 +1,13 @@ + + + + + aranea@aixah.de + Luis Ressel + Proxied maintainer; set to assignee in all bugs + + + williamh@gentoo.org + William Hubbs + + diff --git a/sys-apps/s6-rc/s6-rc-0.0.2.1.ebuild b/sys-apps/s6-rc/s6-rc-0.0.2.1.ebuild new file mode 100644 index 0000000..0a0e0d0 --- /dev/null +++ b/sys-apps/s6-rc/s6-rc-0.0.2.1.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Service manager for the s6 supervision suite" +HOMEPAGE="http://www.skarnet.org/software/s6-rc/" +SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static static-libs" + +DEPEND=" + static? ( + >=dev-lang/execline-2.1.4.5[static-libs] + >=dev-libs/skalibs-2.3.8.3[static-libs] + >=sys-apps/s6-2.2.4.2[static-libs] + ) + !static? ( + >=dev-lang/execline-2.1.4.5 + >=dev-libs/skalibs-2.3.8.3 + >=sys-apps/s6-2.2.4.2 + ) + " +RDEPEND=" + !static? ( + >=dev-lang/execline-2.1.4.5 + >=dev-libs/skalibs-2.3.8.3 + >=sys-apps/s6-2.2.4.2 + ) + " + +DOCS=("examples/") +HTML_DOCS=("doc/.") + +src_prepare() +{ + # Remove QA warning about LDFLAGS addition + sed -i "s~tryldflag LDFLAGS_AUTO -Wl,--hash-style=both~:~" "${S}/configure" || die + + eapply_user +} + +src_configure() +{ + econf \ + $(use_enable !static shared) \ + $(use_enable static-libs static) \ + $(use_enable static allstatic) \ + --bindir=/bin \ + --sbindir=/sbin \ + --dynlibdir=/$(get_libdir) \ + --libdir=/usr/$(get_libdir)/${PN} \ + --datadir=/etc \ + --sysdepdir=/usr/$(get_libdir)/${PN} \ + --with-dynlib=/$(get_libdir) \ + --with-sysdeps=/usr/$(get_libdir)/skalibs +}