From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/s6-networking/
Date: Sun, 21 May 2017 21:29:48 +0000 (UTC) [thread overview]
Message-ID: <1495400956.200ef3bd665baa3c132140ea55e69029df5d0beb.williamh@gentoo> (raw)
commit: 200ef3bd665baa3c132140ea55e69029df5d0beb
Author: Luis Ressel <aranea <AT> aixah <DOT> de>
AuthorDate: Sun May 21 15:35:29 2017 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun May 21 21:09:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200ef3bd
net-misc/s6-networking: Bump to 2.3.0.1, fix #618156
net-misc/s6-networking/Manifest | 1 +
.../s6-networking/s6-networking-2.3.0.1.ebuild | 70 ++++++++++++++++++++++
2 files changed, 71 insertions(+)
diff --git a/net-misc/s6-networking/Manifest b/net-misc/s6-networking/Manifest
index a4d2c466243..0ed73220159 100644
--- a/net-misc/s6-networking/Manifest
+++ b/net-misc/s6-networking/Manifest
@@ -1,2 +1,3 @@
DIST s6-networking-2.2.1.0.tar.gz 85242 SHA256 5d8150d7413b335693c6e63092381dd0866b1b6f95662a2cbae5ec17ca449ab0 SHA512 33085e2a855079ab046b6f851b4dc15801012dc1a353a1254508c6c9da9e45da4f7e2b62e16ab1d0a41d42b424bebe7b362860f68f3be0f9eba37b7a15817633 WHIRLPOOL e76817f4803dfff8e85efbc3f70c050ca88fd5046863abc2832d3e8d7765840e5e91e443f7ce96b66bde0d6697e4764b1b820d04eaf981e958eabc5b30107442
DIST s6-networking-2.3.0.0.tar.gz 86538 SHA256 1a21d6f3e29eaa50a8de8cddd1e60372fb36c024f2a0c1afc4c9b704b4e3e6dd SHA512 ca247f3926d790e388347c610ae10fdb3e7be48d8381b9178223c470258b264315997f627b6ddcc508f08ba83e9212f386041b92dbaa3ad576c4e37f205a0c91 WHIRLPOOL ba77c93b90bb7928b54e87cb2e196f94eb4c24cb4adc885dd3f40d000bfc839e28b8a7ee021f162c70441abdc0d526f0d0a2ea3e086d823bbe02c58e012f71d6
+DIST s6-networking-2.3.0.1.tar.gz 86602 SHA256 67c4beab39377b60bb996000a336c764adf4b5456c0283a8fd27657b15e9c6d6 SHA512 d0f2367a916d578e02ed8b482c73e62c59eed60cf08f98d6294b12fd7aa046b2fe18294b0243a59a05a9ec1a082e8e9398d6e89145edcb2b1022fa90e7197da2 WHIRLPOOL d99ace6bd459abc8db2a527e3f5fefaf5ec943251665567cf2d37359134492ad5a5ed1088ab7e280ac24bf1df3b3f6d69e6bf95e92b4992489613c31889f4a00
diff --git a/net-misc/s6-networking/s6-networking-2.3.0.1.ebuild b/net-misc/s6-networking/s6-networking-2.3.0.1.ebuild
new file mode 100644
index 00000000000..ce24c644ece
--- /dev/null
+++ b/net-misc/s6-networking/s6-networking-2.3.0.1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="suite of small networking utilities for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-networking/"
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="ssl static static-libs"
+
+DEPEND=">=sys-devel/make-3.81
+ static? (
+ >=dev-lang/execline-2.3.0.1[static-libs]
+ >=dev-libs/skalibs-2.5.1.0[static-libs]
+ >=net-dns/s6-dns-2.2.0.0[static-libs]
+ >=sys-apps/s6-2.5.1.0[static-libs]
+ ssl? ( >=dev-libs/libressl-2.4.5[static-libs] )
+ )
+ !static? (
+ >=dev-lang/execline-2.3.0.1[static=]
+ >=dev-libs/skalibs-2.5.1.0
+ >=net-dns/s6-dns-2.2.0.0[static=]
+ >=sys-apps/s6-2.5.1.0[static=]
+ ssl? ( >=dev-libs/libressl-2.4.5 )
+ )
+"
+RDEPEND="
+ >=dev-lang/execline-2.3.0.1:=[!static?]
+ >=sys-apps/s6-2.5.1.0:=[!static?]
+ !static? (
+ >=dev-libs/skalibs-2.5.1.0:=
+ >=net-dns/s6-dns-2.2.0.0:=
+ ssl? ( >=dev-libs/libressl-2.4.5:= )
+ )
+"
+
+HTML_DOCS="doc/*"
+
+src_prepare() {
+ default
+
+ # Remove QA warning about LDFLAGS addition
+ sed -i "s/tryldflag LDFLAGS_AUTO -Wl,--hash-style=both/:/" "${S}/configure" || die
+
+ # configure overrides gentoo's -fstack-protector default
+ sed -i "/^tryflag CFLAGS_AUTO -fno-stack-protector$/d" "${S}/configure" || die
+}
+
+src_configure() {
+ econf \
+ --bindir=/bin \
+ --dynlibdir=/$(get_libdir) \
+ --libdir=/usr/$(get_libdir)/${PN} \
+ --with-dynlib=/$(get_libdir) \
+ --with-lib=/usr/$(get_libdir)/s6 \
+ --with-lib=/usr/$(get_libdir)/s6-dns \
+ --with-lib=/usr/$(get_libdir)/skalibs \
+ --with-sysdeps=/usr/$(get_libdir)/skalibs \
+ $(use_enable ssl ssl libressl) \
+ $(use_enable !static shared) \
+ $(use_enable static allstatic) \
+ $(use_enable static static-libc) \
+ $(use_enable static-libs static)
+}
next reply other threads:[~2017-05-21 21:29 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-21 21:29 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-05 15:24 [gentoo-commits] repo/gentoo:master commit in: net-misc/s6-networking/ Petr Vaněk
2024-10-24 9:39 Petr Vaněk
2024-08-30 10:19 Petr Vaněk
2024-06-14 13:31 Petr Vaněk
2024-06-09 21:12 Sam James
2024-06-09 21:12 Sam James
2024-01-22 8:18 Petr Vaněk
2024-01-17 10:39 Petr Vaněk
2024-01-16 10:45 Petr Vaněk
2024-01-16 10:45 Petr Vaněk
2023-12-21 14:28 Petr Vaněk
2023-12-21 14:28 Petr Vaněk
2023-12-05 15:08 Petr Vaněk
2023-11-22 11:38 Sam James
2023-11-17 11:09 Sam James
2023-05-20 12:32 Joonas Niilola
2023-02-21 8:01 Sam James
2023-01-17 1:53 Sam James
2023-01-17 1:53 Sam James
2022-08-16 15:26 Joonas Niilola
2022-06-25 5:36 Sam James
2022-06-25 5:36 Sam James
2022-05-24 7:01 Joonas Niilola
2022-01-28 8:00 Sam James
2022-01-28 8:00 Sam James
2022-01-28 8:00 Sam James
2022-01-28 8:00 Sam James
2020-12-29 1:21 William Hubbs
2020-10-11 17:49 William Hubbs
2020-05-16 7:09 Joonas Niilola
2019-11-28 21:54 William Hubbs
2019-06-22 7:52 Michał Górny
2018-10-09 0:12 Georgy Yakovlev
2018-10-02 22:08 Michał Górny
2018-03-29 13:25 William Hubbs
2017-10-03 18:47 William Hubbs
2017-04-26 21:29 William Hubbs
2017-01-11 23:43 William Hubbs
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=1495400956.200ef3bd665baa3c132140ea55e69029df5d0beb.williamh@gentoo \
--to=williamh@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