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 2F61358973 for ; Thu, 4 Feb 2016 18:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EB1521C028; Thu, 4 Feb 2016 18:30:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3E1B21C02E for ; Thu, 4 Feb 2016 18:30:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA31F340751 for ; Thu, 4 Feb 2016 18:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3022B11D for ; Thu, 4 Feb 2016 18:30:18 +0000 (UTC) From: "Kristian Fiskerstrand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" Message-ID: <1454605250.9d420b6f039747301ad5d7fd5be6f2fe108429a2.k_f@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/s6-portable-utils/Manifest sys-apps/s6-portable-utils/metadata.xml sys-apps/s6-portable-utils/s6-portable-utils-2.0.5.3.ebuild X-VCS-Directories: sys-apps/s6-portable-utils/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: 9d420b6f039747301ad5d7fd5be6f2fe108429a2 X-VCS-Branch: master Date: Thu, 4 Feb 2016 18:30:18 +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: f57ca711-723f-4dbf-ab4d-ed2b9f50929a X-Archives-Hash: 693fb82f5a8b743346cbfb68a6578813 commit: 9d420b6f039747301ad5d7fd5be6f2fe108429a2 Author: Luis Ressel aixah de> AuthorDate: Mon Feb 1 00:52:43 2016 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Thu Feb 4 17:00:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d420b6f sys-apps/s6-portable-utils: New package sys-apps/s6-portable-utils/Manifest | 1 + sys-apps/s6-portable-utils/metadata.xml | 13 ++++++ .../s6-portable-utils-2.0.5.3.ebuild | 50 ++++++++++++++++++++++ 3 files changed, 64 insertions(+) diff --git a/sys-apps/s6-portable-utils/Manifest b/sys-apps/s6-portable-utils/Manifest new file mode 100644 index 0000000..03cd0a8 --- /dev/null +++ b/sys-apps/s6-portable-utils/Manifest @@ -0,0 +1 @@ +DIST s6-portable-utils-2.0.5.3.tar.gz 46300 SHA256 27be01b3d66df617ea7dbc21b55d253d5b9142463099f6944f90ef33587a2e09 SHA512 19e71457dc0ca8c1d161da36fb32902f2b8c60759745651806c9eebd19f3ec4d3d87d2d45fb226711eb16f6ae407671c363fc2a7df7d5746ecf3a4197012a122 WHIRLPOOL 1760eadf1eded5981aeb5b43df3a3c012a0b300ffed4ffdb22b51907e07962f65270763dff24937acbe7414d70f273497d8b91672360606827a002e968d2fa58 diff --git a/sys-apps/s6-portable-utils/metadata.xml b/sys-apps/s6-portable-utils/metadata.xml new file mode 100644 index 0000000..114fff1 --- /dev/null +++ b/sys-apps/s6-portable-utils/metadata.xml @@ -0,0 +1,13 @@ + + + + + aranea@aixah.de + Luis Ressel + Proxied maintainer; set to assignee in all bugs + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.0.5.3.ebuild b/sys-apps/s6-portable-utils/s6-portable-utils-2.0.5.3.ebuild new file mode 100644 index 0000000..ea6cddf --- /dev/null +++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.0.5.3.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit multilib + +DESCRIPTION="Set of tiny portable unix utilities" +HOMEPAGE="http://www.skarnet.org/software/s6-portable-utils/" +SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static" + +DEPEND=" + static? ( >=dev-libs/skalibs-2.3.8.0[static-libs] ) + !static? ( >=dev-libs/skalibs-2.3.8.0 ) + " +RDEPEND=" + !static? ( >=dev-libs/skalibs-2.3.8.0 ) + " + +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 allstatic) \ + $(use_enable static) \ + --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 +}