[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2024-01-17 Thread Petr Vaněk
commit: 4f0abdf98d4a1873a03dbb1a8497565e6ecc5b10
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Jan 17 09:26:58 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Jan 17 10:38:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0abdf9

net-dns/s6-dns: drop 2.3.5.5-r2, 2.3.6.0, 2.3.7.0

Signed-off-by: Petr Vaněk  gentoo.org>

 net-dns/s6-dns/Manifest |  3 ---
 net-dns/s6-dns/s6-dns-2.3.5.5-r2.ebuild | 47 -
 net-dns/s6-dns/s6-dns-2.3.6.0.ebuild| 47 -
 net-dns/s6-dns/s6-dns-2.3.7.0.ebuild| 47 -
 4 files changed, 144 deletions(-)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index 3551f41f92af..c7bc622646fa 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1,4 +1 @@
-DIST s6-dns-2.3.5.5.tar.gz 86083 BLAKE2B 
2c75c1b8eebb8ad8a95117962725ad49c89449a0bf3f117db2cf117e6ba10ad731c96b329ded8103ef71a654e545ebb1a3b6f60e5ddfc4080870b115e8c1d2a3
 SHA512 
7d7435da8fab3dd8f872c4dd90338fae2b817b4cb1e4715cc86d77b4c1f58e931bdeb1385093f6bd6293951f97f765fb6372af5560042ae84b5bd53ecc2645c2
-DIST s6-dns-2.3.6.0.tar.gz 96277 BLAKE2B 
c30f60dbaee62786ca4e8a4c62d5843ba77ced6af9815dd3c67a1aeca10e57f33bc5b73eec12c567d7ea81118f9370c0ece88c4439096419c51f2b7f825e87c3
 SHA512 
60243bed2a8fb18529ab988eb252b04393b1a0d0cfba08737d211a3e140d350720d1645651b64646e3e4a127d07df8a1c03135ba5352942b56ebcb7db2523959
-DIST s6-dns-2.3.7.0.tar.gz 96494 BLAKE2B 
a25089b12c8731c3817d2eddecf53e96818f7372f3110aa26abffdd768e31dd81d0d6e517dfd23bb3e7470ce7528a5ee022bf6a19f042ac895f03af7d4b13df3
 SHA512 
7e862a6f31e1ef854fd04a901037e560747ace2637da2dbb73cceeabcbf8c7ed8350508beaca830057147e0e8f3c94df90acfae11568adde4b951c85a7be46f8
 DIST s6-dns-2.3.7.1.tar.gz 92354 BLAKE2B 
52f3535cf508054044da74b8fdf03246d8dce11ffaa22f427c18ea27a8a61a46e7bb43bc50962f5c6f04a0b73e8d960a3e9f9acf9ea7c8a66f9706f4c3b8dd69
 SHA512 
9dabee86d9a27fb0e4a3c10563694bb5734c08c4d730a69daec17dad140274aa104bd6edbd501261c7a7c7bcee505f79134b7119457d5fbedcbb2be6b352ebb0

diff --git a/net-dns/s6-dns/s6-dns-2.3.5.5-r2.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.5.5-r2.ebuild
deleted file mode 100644
index 5a9f0eba74d2..
--- a/net-dns/s6-dns/s6-dns-2.3.5.5-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
-HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-libs/skalibs:0/2.13"
-DEPEND="${RDEPEND}"
-
-HTML_DOCS=( doc/. )
-
-src_prepare() {
-   default
-
-   # Avoid QA warning for LDFLAGS addition
-   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
-
-   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
-}
-
-src_configure() {
-   tc-export AR CC RANLIB
-
-   local myconf=(
-   --bindir=/bin
-   --dynlibdir="/$(get_libdir)"
-   --libdir="/usr/$(get_libdir)/${PN}"
-   --with-dynlib="/$(get_libdir)"
-   --with-lib="/usr/$(get_libdir)/skalibs"
-   --with-sysdeps="/usr/$(get_libdir)/skalibs"
-   --enable-shared
-   --disable-allstatic
-   --disable-static
-   --disable-static-libc
-   )
-
-   econf "${myconf[@]}"
-}

diff --git a/net-dns/s6-dns/s6-dns-2.3.6.0.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.6.0.ebuild
deleted file mode 100644
index 1914188daef7..
--- a/net-dns/s6-dns/s6-dns-2.3.6.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
-HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
-DEPEND="${RDEPEND}"
-
-HTML_DOCS=( doc/. )
-
-src_prepare() {
-   default
-
-   # Avoid QA warning for LDFLAGS addition
-   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
-
-   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
-}
-
-src_configure() {
-   tc-export AR CC RANLIB
-
-   local myconf=(
-   --bindir=/bin
-   --dynlibdir="/$(get_libdir)"
-   --libdir="/usr/$(get_libdir)/${PN}"
-   --with-dynlib="/$(get_libdir)"
-   --with-lib="/usr/$(get_libdir)/skalibs"
-   --with-sysdeps="/usr/$(get_libdir)/skalibs"
-   --enable-shared
-   --disable-allstatic
-   

[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2023-12-21 Thread Petr Vaněk
commit: 7b048227298599ac220188b285beaf8cce76cf3b
Author: Petr Vaněk  gentoo  org>
AuthorDate: Thu Dec 21 13:46:13 2023 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Thu Dec 21 14:22:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b048227

net-dns/s6-dns: add 2.3.7.1

The subslot was changed due to a libdcache.so removal.

Signed-off-by: Petr Vaněk  gentoo.org>

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.3.7.1.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index a1950a7add91..3551f41f92af 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1,3 +1,4 @@
 DIST s6-dns-2.3.5.5.tar.gz 86083 BLAKE2B 
2c75c1b8eebb8ad8a95117962725ad49c89449a0bf3f117db2cf117e6ba10ad731c96b329ded8103ef71a654e545ebb1a3b6f60e5ddfc4080870b115e8c1d2a3
 SHA512 
7d7435da8fab3dd8f872c4dd90338fae2b817b4cb1e4715cc86d77b4c1f58e931bdeb1385093f6bd6293951f97f765fb6372af5560042ae84b5bd53ecc2645c2
 DIST s6-dns-2.3.6.0.tar.gz 96277 BLAKE2B 
c30f60dbaee62786ca4e8a4c62d5843ba77ced6af9815dd3c67a1aeca10e57f33bc5b73eec12c567d7ea81118f9370c0ece88c4439096419c51f2b7f825e87c3
 SHA512 
60243bed2a8fb18529ab988eb252b04393b1a0d0cfba08737d211a3e140d350720d1645651b64646e3e4a127d07df8a1c03135ba5352942b56ebcb7db2523959
 DIST s6-dns-2.3.7.0.tar.gz 96494 BLAKE2B 
a25089b12c8731c3817d2eddecf53e96818f7372f3110aa26abffdd768e31dd81d0d6e517dfd23bb3e7470ce7528a5ee022bf6a19f042ac895f03af7d4b13df3
 SHA512 
7e862a6f31e1ef854fd04a901037e560747ace2637da2dbb73cceeabcbf8c7ed8350508beaca830057147e0e8f3c94df90acfae11568adde4b951c85a7be46f8
+DIST s6-dns-2.3.7.1.tar.gz 92354 BLAKE2B 
52f3535cf508054044da74b8fdf03246d8dce11ffaa22f427c18ea27a8a61a46e7bb43bc50962f5c6f04a0b73e8d960a3e9f9acf9ea7c8a66f9706f4c3b8dd69
 SHA512 
9dabee86d9a27fb0e4a3c10563694bb5734c08c4d730a69daec17dad140274aa104bd6edbd501261c7a7c7bcee505f79134b7119457d5fbedcbb2be6b352ebb0

diff --git a/net-dns/s6-dns/s6-dns-2.3.7.1.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.7.1.ebuild
new file mode 100644
index ..cc862d7aeb48
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.3.7.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2).7.1"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   default
+
+   # Avoid QA warning for LDFLAGS addition
+   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
+
+   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
+}
+
+src_configure() {
+   tc-export AR CC RANLIB
+
+   local myconf=(
+   --bindir=/bin
+   --dynlibdir="/$(get_libdir)"
+   --libdir="/usr/$(get_libdir)/${PN}"
+   --with-dynlib="/$(get_libdir)"
+   --with-lib="/usr/$(get_libdir)/skalibs"
+   --with-sysdeps="/usr/$(get_libdir)/skalibs"
+   --enable-shared
+   --disable-allstatic
+   --disable-static
+   --disable-static-libc
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2023-11-22 Thread Sam James
commit: 65bae08f47466443f4b4500a7c66533d1f32eb9b
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Nov 20 09:12:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 22 11:32:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bae08f

net-dns/s6-dns: add 2.3.7.0

The ABI has changed.

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.3.7.0.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index 28e2f32cd95a..a1950a7add91 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1,2 +1,3 @@
 DIST s6-dns-2.3.5.5.tar.gz 86083 BLAKE2B 
2c75c1b8eebb8ad8a95117962725ad49c89449a0bf3f117db2cf117e6ba10ad731c96b329ded8103ef71a654e545ebb1a3b6f60e5ddfc4080870b115e8c1d2a3
 SHA512 
7d7435da8fab3dd8f872c4dd90338fae2b817b4cb1e4715cc86d77b4c1f58e931bdeb1385093f6bd6293951f97f765fb6372af5560042ae84b5bd53ecc2645c2
 DIST s6-dns-2.3.6.0.tar.gz 96277 BLAKE2B 
c30f60dbaee62786ca4e8a4c62d5843ba77ced6af9815dd3c67a1aeca10e57f33bc5b73eec12c567d7ea81118f9370c0ece88c4439096419c51f2b7f825e87c3
 SHA512 
60243bed2a8fb18529ab988eb252b04393b1a0d0cfba08737d211a3e140d350720d1645651b64646e3e4a127d07df8a1c03135ba5352942b56ebcb7db2523959
+DIST s6-dns-2.3.7.0.tar.gz 96494 BLAKE2B 
a25089b12c8731c3817d2eddecf53e96818f7372f3110aa26abffdd768e31dd81d0d6e517dfd23bb3e7470ce7528a5ee022bf6a19f042ac895f03af7d4b13df3
 SHA512 
7e862a6f31e1ef854fd04a901037e560747ace2637da2dbb73cceeabcbf8c7ed8350508beaca830057147e0e8f3c94df90acfae11568adde4b951c85a7be46f8

diff --git a/net-dns/s6-dns/s6-dns-2.3.7.0.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.7.0.ebuild
new file mode 100644
index ..19a0fd2050aa
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.3.7.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2).7"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   default
+
+   # Avoid QA warning for LDFLAGS addition
+   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
+
+   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
+}
+
+src_configure() {
+   tc-export AR CC RANLIB
+
+   local myconf=(
+   --bindir=/bin
+   --dynlibdir="/$(get_libdir)"
+   --libdir="/usr/$(get_libdir)/${PN}"
+   --with-dynlib="/$(get_libdir)"
+   --with-lib="/usr/$(get_libdir)/skalibs"
+   --with-sysdeps="/usr/$(get_libdir)/skalibs"
+   --enable-shared
+   --disable-allstatic
+   --disable-static
+   --disable-static-libc
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2023-11-17 Thread Sam James
commit: 3714c22e72e3ef6785645cac2f8c735e4dd73e8f
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed Nov  8 15:04:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 17 11:08:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3714c22e

net-dns/s6-dns: add 2.3.6.0

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.3.6.0.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index aabedfc1c6ac..28e2f32cd95a 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1 +1,2 @@
 DIST s6-dns-2.3.5.5.tar.gz 86083 BLAKE2B 
2c75c1b8eebb8ad8a95117962725ad49c89449a0bf3f117db2cf117e6ba10ad731c96b329ded8103ef71a654e545ebb1a3b6f60e5ddfc4080870b115e8c1d2a3
 SHA512 
7d7435da8fab3dd8f872c4dd90338fae2b817b4cb1e4715cc86d77b4c1f58e931bdeb1385093f6bd6293951f97f765fb6372af5560042ae84b5bd53ecc2645c2
+DIST s6-dns-2.3.6.0.tar.gz 96277 BLAKE2B 
c30f60dbaee62786ca4e8a4c62d5843ba77ced6af9815dd3c67a1aeca10e57f33bc5b73eec12c567d7ea81118f9370c0ece88c4439096419c51f2b7f825e87c3
 SHA512 
60243bed2a8fb18529ab988eb252b04393b1a0d0cfba08737d211a3e140d350720d1645651b64646e3e4a127d07df8a1c03135ba5352942b56ebcb7db2523959

diff --git a/net-dns/s6-dns/s6-dns-2.3.6.0.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.6.0.ebuild
new file mode 100644
index ..1914188daef7
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.3.6.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   default
+
+   # Avoid QA warning for LDFLAGS addition
+   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
+
+   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
+}
+
+src_configure() {
+   tc-export AR CC RANLIB
+
+   local myconf=(
+   --bindir=/bin
+   --dynlibdir="/$(get_libdir)"
+   --libdir="/usr/$(get_libdir)/${PN}"
+   --with-dynlib="/$(get_libdir)"
+   --with-lib="/usr/$(get_libdir)/skalibs"
+   --with-sysdeps="/usr/$(get_libdir)/skalibs"
+   --enable-shared
+   --disable-allstatic
+   --disable-static
+   --disable-static-libc
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2023-11-17 Thread Sam James
commit: dba6e4cc5c0c35f08fd583dcb4413262892a98de
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed Nov  8 14:56:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 17 11:08:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba6e4cc

net-dns/s6-dns: restrict to dev-libs/skalibs:0/2.13

This version fails to build with new dev-libs/skalibs-2.14.0.0.

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 net-dns/s6-dns/{s6-dns-2.3.5.5-r1.ebuild => s6-dns-2.3.5.5-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/s6-dns/s6-dns-2.3.5.5-r1.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.5.5-r2.ebuild
similarity index 96%
rename from net-dns/s6-dns/s6-dns-2.3.5.5-r1.ebuild
rename to net-dns/s6-dns/s6-dns-2.3.5.5-r2.ebuild
index 990b930e5ef7..5a9f0eba74d2 100644
--- a/net-dns/s6-dns/s6-dns-2.3.5.5-r1.ebuild
+++ b/net-dns/s6-dns/s6-dns-2.3.5.5-r2.ebuild
@@ -13,7 +13,7 @@ LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
+RDEPEND="dev-libs/skalibs:0/2.13"
 DEPEND="${RDEPEND}"
 
 HTML_DOCS=( doc/. )



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2023-05-20 Thread Joonas Niilola
commit: cab333eef57465be162b10b7e35a13fc2dad4893
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sat May  6 15:00:10 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat May 20 12:10:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab333ee

net-dns/s6-dns: drop 2.3.5.4, 2.3.5.5

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-dns/s6-dns/Manifest  |  1 -
 net-dns/s6-dns/s6-dns-2.3.5.4.ebuild | 46 ---
 net-dns/s6-dns/s6-dns-2.3.5.5.ebuild | 47 
 3 files changed, 94 deletions(-)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index f1b52237dee1..aabedfc1c6ac 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1,2 +1 @@
-DIST s6-dns-2.3.5.4.tar.gz 84892 BLAKE2B 
3bba411b297b85fdf5da7caf251b3c093d0e7108fdf16321e510a485e750ef37c6ec1a923e627a81a9719f211e2e284c9b8d3bcf60a4e18738d0886f931e380d
 SHA512 
04c8fd40c71c9517f4e8d847a0ddf7d60a7759b4d7075035c2e00b4eb34e81edf4608df562929042c294ed671ab953e613374b577210ff49841ceb27dd563ae5
 DIST s6-dns-2.3.5.5.tar.gz 86083 BLAKE2B 
2c75c1b8eebb8ad8a95117962725ad49c89449a0bf3f117db2cf117e6ba10ad731c96b329ded8103ef71a654e545ebb1a3b6f60e5ddfc4080870b115e8c1d2a3
 SHA512 
7d7435da8fab3dd8f872c4dd90338fae2b817b4cb1e4715cc86d77b4c1f58e931bdeb1385093f6bd6293951f97f765fb6372af5560042ae84b5bd53ecc2645c2

diff --git a/net-dns/s6-dns/s6-dns-2.3.5.4.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.5.4.ebuild
deleted file mode 100644
index 3540fb714148..
--- a/net-dns/s6-dns/s6-dns-2.3.5.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
-HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-libs/skalibs-2.12.0.0:="
-DEPEND="${RDEPEND}"
-
-HTML_DOCS=( doc/. )
-
-src_prepare() {
-   default
-
-   # Avoid QA warning for LDFLAGS addition
-   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
-
-   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
-}
-
-src_configure() {
-   tc-export AR CC RANLIB
-
-   local myconf=(
-   --bindir=/bin
-   --dynlibdir=/usr/$(get_libdir)
-   --libdir=/usr/$(get_libdir)/${PN}
-   --with-dynlib=/usr/$(get_libdir)
-   --with-lib=/usr/$(get_libdir)/skalibs
-   --with-sysdeps=/usr/$(get_libdir)/skalibs
-   --enable-shared
-   --disable-allstatic
-   --disable-static-libc
-   )
-
-   econf "${myconf[@]}"
-}

diff --git a/net-dns/s6-dns/s6-dns-2.3.5.5.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.5.5.ebuild
deleted file mode 100644
index c4dacb90602e..
--- a/net-dns/s6-dns/s6-dns-2.3.5.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
-HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
-DEPEND="${RDEPEND}"
-
-HTML_DOCS=( doc/. )
-
-src_prepare() {
-   default
-
-   # Avoid QA warning for LDFLAGS addition
-   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
-
-   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
-}
-
-src_configure() {
-   tc-export AR CC RANLIB
-
-   local myconf=(
-   --bindir=/bin
-   --dynlibdir=/usr/$(get_libdir)
-   --libdir=/usr/$(get_libdir)/${PN}
-   --with-dynlib=/usr/$(get_libdir)
-   --with-lib=/usr/$(get_libdir)/skalibs
-   --with-sysdeps=/usr/$(get_libdir)/skalibs
-   --enable-shared
-   --disable-allstatic
-   --disable-static
-   --disable-static-libc
-   )
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2023-02-21 Thread Sam James
commit: 5c20cf7230efa5ea9c66db94c8e3f28ebdbdd1c8
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sat Feb 18 16:01:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 08:01:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c20cf72

net-dns/s6-dns: move dynamic libraries {/usr/lib* -> /lib*}

The package newly installs libraries to /lib* rather than /usr/lib*
because utilities are installed to /bin, therefore, they should link
shared libraries from /lib*.

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 net-dns/s6-dns/s6-dns-2.3.5.5-r1.ebuild | 47 +
 1 file changed, 47 insertions(+)

diff --git a/net-dns/s6-dns/s6-dns-2.3.5.5-r1.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.5.5-r1.ebuild
new file mode 100644
index ..990b930e5ef7
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.3.5.5-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   default
+
+   # Avoid QA warning for LDFLAGS addition
+   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
+
+   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
+}
+
+src_configure() {
+   tc-export AR CC RANLIB
+
+   local myconf=(
+   --bindir=/bin
+   --dynlibdir="/$(get_libdir)"
+   --libdir="/usr/$(get_libdir)/${PN}"
+   --with-dynlib="/$(get_libdir)"
+   --with-lib="/usr/$(get_libdir)/skalibs"
+   --with-sysdeps="/usr/$(get_libdir)/skalibs"
+   --enable-shared
+   --disable-allstatic
+   --disable-static
+   --disable-static-libc
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2023-01-16 Thread Sam James
commit: 9abeabeab561f01992f2103eab39acb411a73606
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Jan 16 20:12:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 17 01:52:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abeabea

net-dns/s6-dns: move myself as the first maintainer

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 net-dns/s6-dns/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-dns/s6-dns/metadata.xml b/net-dns/s6-dns/metadata.xml
index 5de557e8ce01..b939c8559786 100644
--- a/net-dns/s6-dns/metadata.xml
+++ b/net-dns/s6-dns/metadata.xml
@@ -1,14 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   willi...@gentoo.org
-   William Hubbs
-   

arka...@atlas.cz
Petr Vaněk

+   
+   willi...@gentoo.org
+   William Hubbs
+   

proxy-ma...@gentoo.org
Proxy Maintainers



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2023-01-16 Thread Sam James
commit: 58abf73ae11459c9d6c93c0e2c2aa4b0063253aa
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Jan 16 16:24:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 17 01:52:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58abf73a

net-dns/s6-dns: add 2.3.5.5

The --disable-static needs to be explicitly specified in configuration
phase otherwise static libraries are created.

Fixes: d173f866c22b ("net-dns/s6-dns: drop IUSE="static static-libs"")
Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.3.5.5.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index 185633f52ee2..f1b52237dee1 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1 +1,2 @@
 DIST s6-dns-2.3.5.4.tar.gz 84892 BLAKE2B 
3bba411b297b85fdf5da7caf251b3c093d0e7108fdf16321e510a485e750ef37c6ec1a923e627a81a9719f211e2e284c9b8d3bcf60a4e18738d0886f931e380d
 SHA512 
04c8fd40c71c9517f4e8d847a0ddf7d60a7759b4d7075035c2e00b4eb34e81edf4608df562929042c294ed671ab953e613374b577210ff49841ceb27dd563ae5
+DIST s6-dns-2.3.5.5.tar.gz 86083 BLAKE2B 
2c75c1b8eebb8ad8a95117962725ad49c89449a0bf3f117db2cf117e6ba10ad731c96b329ded8103ef71a654e545ebb1a3b6f60e5ddfc4080870b115e8c1d2a3
 SHA512 
7d7435da8fab3dd8f872c4dd90338fae2b817b4cb1e4715cc86d77b4c1f58e931bdeb1385093f6bd6293951f97f765fb6372af5560042ae84b5bd53ecc2645c2

diff --git a/net-dns/s6-dns/s6-dns-2.3.5.5.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.5.5.ebuild
new file mode 100644
index ..c4dacb90602e
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.3.5.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   default
+
+   # Avoid QA warning for LDFLAGS addition
+   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
+
+   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
+}
+
+src_configure() {
+   tc-export AR CC RANLIB
+
+   local myconf=(
+   --bindir=/bin
+   --dynlibdir=/usr/$(get_libdir)
+   --libdir=/usr/$(get_libdir)/${PN}
+   --with-dynlib=/usr/$(get_libdir)
+   --with-lib=/usr/$(get_libdir)/skalibs
+   --with-sysdeps=/usr/$(get_libdir)/skalibs
+   --enable-shared
+   --disable-allstatic
+   --disable-static
+   --disable-static-libc
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2022-08-16 Thread Joonas Niilola
commit: a8a19ca1ad298d07c0aaeed9329799313d9f3596
Author: Petr Vaněk  atlas  cz>
AuthorDate: Tue Aug 16 10:10:38 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 16 15:26:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a19ca1

net-dns/s6-dns: drop 2.3.5.3-r1

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-dns/s6-dns/Manifest |  1 -
 net-dns/s6-dns/s6-dns-2.3.5.3-r1.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index e8c6d65fd7cd..185633f52ee2 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1,2 +1 @@
-DIST s6-dns-2.3.5.3.tar.gz 84916 BLAKE2B 
b315e2319c4b15401a6e41847faefc1798c3a945fc78f1601b06ce13ef0a55ddde270549e0585cac0356f9b1558a1433675dc4c636d1cc58aee434b86bd81627
 SHA512 
f3984913df65823c4edbeddc2f8c534926e74c5b06c357c394b05b25943ac8c6b4154859c93e182c60228f018522eb6173ece0bd2dbeffe8e1cc6fcbe33f6a76
 DIST s6-dns-2.3.5.4.tar.gz 84892 BLAKE2B 
3bba411b297b85fdf5da7caf251b3c093d0e7108fdf16321e510a485e750ef37c6ec1a923e627a81a9719f211e2e284c9b8d3bcf60a4e18738d0886f931e380d
 SHA512 
04c8fd40c71c9517f4e8d847a0ddf7d60a7759b4d7075035c2e00b4eb34e81edf4608df562929042c294ed671ab953e613374b577210ff49841ceb27dd563ae5

diff --git a/net-dns/s6-dns/s6-dns-2.3.5.3-r1.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.5.3-r1.ebuild
deleted file mode 100644
index f5cabf08e349..
--- a/net-dns/s6-dns/s6-dns-2.3.5.3-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
-HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~x86"
-IUSE="static static-libs"
-
-REQUIRED_USE="static? ( static-libs )"
-
-RDEPEND="=dev-libs/skalibs-2.11*:=[static-libs?]"
-DEPEND="${RDEPEND}"
-
-HTML_DOCS=( doc/. )
-
-src_prepare() {
-   default
-
-   # Avoid QA warning for LDFLAGS addition
-   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
-
-   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
-}
-
-src_configure() {
-   tc-export AR CC RANLIB
-
-   local myconf=(
-   --bindir=/bin
-   --dynlibdir=/usr/$(get_libdir)
-   --libdir=/usr/$(get_libdir)/${PN}
-   --with-dynlib=/usr/$(get_libdir)
-   --with-lib=/usr/$(get_libdir)/skalibs
-   --with-sysdeps=/usr/$(get_libdir)/skalibs
-   --enable-shared
-   $(use_enable static allstatic)
-   $(use_enable static static-libc)
-   $(use_enable static-libs static)
-   )
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2022-06-24 Thread Sam James
commit: a9632e47189626a86679f26d8393410754fdcddc
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed Jun 15 15:22:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 25 05:35:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9632e47

net-dns/s6-dns: add 2.3.5.4

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.3.5.4.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index 0557975166a4..e8c6d65fd7cd 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1 +1,2 @@
 DIST s6-dns-2.3.5.3.tar.gz 84916 BLAKE2B 
b315e2319c4b15401a6e41847faefc1798c3a945fc78f1601b06ce13ef0a55ddde270549e0585cac0356f9b1558a1433675dc4c636d1cc58aee434b86bd81627
 SHA512 
f3984913df65823c4edbeddc2f8c534926e74c5b06c357c394b05b25943ac8c6b4154859c93e182c60228f018522eb6173ece0bd2dbeffe8e1cc6fcbe33f6a76
+DIST s6-dns-2.3.5.4.tar.gz 84892 BLAKE2B 
3bba411b297b85fdf5da7caf251b3c093d0e7108fdf16321e510a485e750ef37c6ec1a923e627a81a9719f211e2e284c9b8d3bcf60a4e18738d0886f931e380d
 SHA512 
04c8fd40c71c9517f4e8d847a0ddf7d60a7759b4d7075035c2e00b4eb34e81edf4608df562929042c294ed671ab953e613374b577210ff49841ceb27dd563ae5

diff --git a/net-dns/s6-dns/s6-dns-2.3.5.4.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.5.4.ebuild
new file mode 100644
index ..f2aac4dc81a3
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.3.5.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="static static-libs"
+
+REQUIRED_USE="static? ( static-libs )"
+
+RDEPEND=">=dev-libs/skalibs-2.12.0.0:=[static-libs?]"
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   default
+
+   # Avoid QA warning for LDFLAGS addition
+   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
+
+   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
+}
+
+src_configure() {
+   tc-export AR CC RANLIB
+
+   local myconf=(
+   --bindir=/bin
+   --dynlibdir=/usr/$(get_libdir)
+   --libdir=/usr/$(get_libdir)/${PN}
+   --with-dynlib=/usr/$(get_libdir)
+   --with-lib=/usr/$(get_libdir)/skalibs
+   --with-sysdeps=/usr/$(get_libdir)/skalibs
+   --enable-shared
+   $(use_enable static allstatic)
+   $(use_enable static static-libc)
+   $(use_enable static-libs static)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2022-05-24 Thread Joonas Niilola
commit: dcde79c1e6deb36c358012d6632b1d804d9488ed
Author: Petr Vaněk  atlas  cz>
AuthorDate: Fri May 20 15:05:53 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May 24 06:57:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcde79c1

net-dns/s6-dns: drop 2.3.3.0

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-dns/s6-dns/Manifest  |  1 -
 net-dns/s6-dns/s6-dns-2.3.3.0.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index a91e6a5c3680..0557975166a4 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1,2 +1 @@
-DIST s6-dns-2.3.3.0.tar.gz 83398 BLAKE2B 
dc4408a608324bdecd363c8a7a92d878983075e93af66905e4315e34e8d1fb1fdecc78fcd7e56fabdfdcbdcda81cc39bc93044730a0bafed26df40ca70110a71
 SHA512 
f711ff3f7ea7ae2eecf46b6742f61e970aed8776fcaa4f7902da0864c97f71296bc1651c08ff6f98d6474ccb0ee904c2d7497d7a1d28d48db8df78865b2a9e79
 DIST s6-dns-2.3.5.3.tar.gz 84916 BLAKE2B 
b315e2319c4b15401a6e41847faefc1798c3a945fc78f1601b06ce13ef0a55ddde270549e0585cac0356f9b1558a1433675dc4c636d1cc58aee434b86bd81627
 SHA512 
f3984913df65823c4edbeddc2f8c534926e74c5b06c357c394b05b25943ac8c6b4154859c93e182c60228f018522eb6173ece0bd2dbeffe8e1cc6fcbe33f6a76

diff --git a/net-dns/s6-dns/s6-dns-2.3.3.0.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.3.0.ebuild
deleted file mode 100644
index 3d1928213ef2..
--- a/net-dns/s6-dns/s6-dns-2.3.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
-HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~x86"
-IUSE="static static-libs"
-
-REQUIRED_USE="static? ( static-libs )"
-
-RDEPEND="

[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2022-01-28 Thread Sam James
commit: 21b9488dddc7a4165f4937d48af5aabf38d0cda4
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Jan 24 08:16:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 28 07:59:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b9488d

net-dns/s6-dns: add myself as a proxy maintainer

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 net-dns/s6-dns/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/net-dns/s6-dns/metadata.xml b/net-dns/s6-dns/metadata.xml
index cc9e9c87de9c..5de557e8ce01 100644
--- a/net-dns/s6-dns/metadata.xml
+++ b/net-dns/s6-dns/metadata.xml
@@ -5,6 +5,14 @@
willi...@gentoo.org
William Hubbs

+   
+   arka...@atlas.cz
+   Petr Vaněk
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

s6-dns is a suite of DNS client programs and libraries for Unix 
systems,
as an alternative to the BIND, djbdns or other DNS clients.



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2022-01-28 Thread Sam James
commit: 0f9d50a8bf19668fe2ea84bcc31ced392adf500e
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sun Jan 23 14:46:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 28 07:59:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9d50a8

net-dns/s6-dns: drop 2.2.0.1, 2.3.0.0, 2.3.0.1, 2.3.0.2, 2.3.1.1

Bug #782409 affects only 2.2.0.1 and 2.3.0.0 versions because they are
not compatible with dev-libs/skalibs-2.7.0.0 and newer, where
skalibs/mininetstring.h was removed.

Closes: https://bugs.gentoo.org/782409
Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 net-dns/s6-dns/Manifest  |  5 
 net-dns/s6-dns/s6-dns-2.2.0.1.ebuild | 55 
 net-dns/s6-dns/s6-dns-2.3.0.0.ebuild | 55 
 net-dns/s6-dns/s6-dns-2.3.0.1.ebuild | 44 -
 net-dns/s6-dns/s6-dns-2.3.0.2.ebuild | 42 ---
 net-dns/s6-dns/s6-dns-2.3.1.1.ebuild | 42 ---
 6 files changed, 243 deletions(-)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index abff7a95dd2b..7893fa209ad5 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1,6 +1 @@
-DIST s6-dns-2.2.0.1.tar.gz 76046 BLAKE2B 
c7c7e94fa47fc20e2a328f2fc22650585e9bd0260f4676c5ef6078097a62c43d75b18977e31187008b9fb90bebefc9ffb8d999395b012d85bdef9a4220aa7a6d
 SHA512 
9b62ddec94be86d186520f0240dafda95861c54345f92a1fac3251f8560e70932bc5915cca4136d428ed02d0718e8082ad382bffd0c707ae867f1896d93ecaed
-DIST s6-dns-2.3.0.0.tar.gz 76476 BLAKE2B 
6896bf534d872aac19dd6b2ad819d7aee6d52737f33106640ad1c3afc7f8857e5672f3e35f7f2064cb8085a79adc33bdd33a99dc656a656040a93f813a986717
 SHA512 
9afa98d0a7a9d84311f6f93d5c1742f7dcfb84c76ca363f9e09b3b40cd3faa1721aebb6e974a98991c037d82b2540c1edbc3cc13ea5f7e3dd95a96d14918e454
-DIST s6-dns-2.3.0.1.tar.gz 77836 BLAKE2B 
55f83152eea3e3c8f2d774d6330aadcb73ec9b7d1ca4b87d1093fb9ab216ac1ad130bc9437ff30311451b06f820720fec902ac40e9e8d63f9d605cbf13448edf
 SHA512 
69ae32f9b4ff22a5d38e3a2c950357d8c8032a649c1d81e4a4e5f474ae5c1bb1072555baa1a34f955293aa0f66a93f51f2cc8efd8aa56704b906e0b0979f8157
-DIST s6-dns-2.3.0.2.tar.gz 77885 BLAKE2B 
354a44d47f4fbc964c41999a442f730a738be361bc9633502c3c54f38d25060c58ef2ecfea764f1f5d3243a2e24f92e8b54abfaf61f76f7d155f93a53de2d1db
 SHA512 
fec0edf852423bf8f717fcdc3c00c8f38e7bab4d9a03d14e6e81ad3f175b5db57be44409761bbd990f56f81c3ae8e0aa76ab8c5b65fec823a0ce392bf41cdf33
-DIST s6-dns-2.3.1.1.tar.gz 78171 BLAKE2B 
0949a48a0c48a8c3ffa27794309efa4489cd15102b3a7c29a6dfbbe22cebd0d207417fbe687160266fcda6ff04174b538d7844ef7811e06f8c8bd9a91e4d013e
 SHA512 
e69ee16cb16139d344255adc4bb92bd73003464925bbd2df893e3b922add155308b547274a66e3f20a5d3c0310c8fadc877b656753299ff9a269b4e25c26f7a9
 DIST s6-dns-2.3.3.0.tar.gz 83398 BLAKE2B 
dc4408a608324bdecd363c8a7a92d878983075e93af66905e4315e34e8d1fb1fdecc78fcd7e56fabdfdcbdcda81cc39bc93044730a0bafed26df40ca70110a71
 SHA512 
f711ff3f7ea7ae2eecf46b6742f61e970aed8776fcaa4f7902da0864c97f71296bc1651c08ff6f98d6474ccb0ee904c2d7497d7a1d28d48db8df78865b2a9e79

diff --git a/net-dns/s6-dns/s6-dns-2.2.0.1.ebuild 
b/net-dns/s6-dns/s6-dns-2.2.0.1.ebuild
deleted file mode 100644
index 1c86a6a85661..
--- a/net-dns/s6-dns/s6-dns-2.2.0.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit versionator
-
-DESCRIPTION="suite of DNS client programs and libraries for Unix systems"
-HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
-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="static static-libs"
-
-DEPEND=">=sys-devel/make-3.81
-   static? (
-   >=dev-libs/skalibs-2.6.0.0[static-libs]
-   )
-   !static? (
-   >=dev-libs/skalibs-2.6.0.0
-   )
-"
-RDEPEND="
-   !static? (
-   >=dev-libs/skalibs-2.6.0.0:=
-   )
-"
-
-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)/skalibs \
-   --with-sysdeps=/usr/$(get_libdir)/skalibs \
-   $(use_enable !static shared) \
-   $(use_enable static allstatic) \
-   $(use_enable static static-libc) \
-   $(use_enable static-libs static)
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2022-01-28 Thread Sam James
commit: c554cac7b9508d308eb41b02894ed5fee9f4b4aa
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sun Jan 23 15:10:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 28 07:59:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c554cac7

net-dns/s6-dns: add 2.3.5.3

-fno-stack-protector flag was removed from configure script in upstream
in version 2.3.4.0.

Upstream-commit: 5b063a4db3e6 ("Don't put -fno-stack-protector in default 
CFLAGS")
Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.3.5.3.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index 7893fa209ad5..a91e6a5c3680 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1 +1,2 @@
 DIST s6-dns-2.3.3.0.tar.gz 83398 BLAKE2B 
dc4408a608324bdecd363c8a7a92d878983075e93af66905e4315e34e8d1fb1fdecc78fcd7e56fabdfdcbdcda81cc39bc93044730a0bafed26df40ca70110a71
 SHA512 
f711ff3f7ea7ae2eecf46b6742f61e970aed8776fcaa4f7902da0864c97f71296bc1651c08ff6f98d6474ccb0ee904c2d7497d7a1d28d48db8df78865b2a9e79
+DIST s6-dns-2.3.5.3.tar.gz 84916 BLAKE2B 
b315e2319c4b15401a6e41847faefc1798c3a945fc78f1601b06ce13ef0a55ddde270549e0585cac0356f9b1558a1433675dc4c636d1cc58aee434b86bd81627
 SHA512 
f3984913df65823c4edbeddc2f8c534926e74c5b06c357c394b05b25943ac8c6b4154859c93e182c60228f018522eb6173ece0bd2dbeffe8e1cc6fcbe33f6a76

diff --git a/net-dns/s6-dns/s6-dns-2.3.5.3.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.5.3.ebuild
new file mode 100644
index ..14abc3c2c212
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.3.5.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="static static-libs"
+
+REQUIRED_USE="static? ( static-libs )"
+
+RDEPEND=">=dev-libs/skalibs-2.11.1.0:=[static-libs?]"
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   default
+
+   # Avoid QA warning for LDFLAGS addition
+   sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
+
+   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
+}
+
+src_configure() {
+   tc-export AR CC RANLIB
+
+   local myconf=(
+   --bindir=/bin
+   --dynlibdir=/usr/$(get_libdir)
+   --libdir=/usr/$(get_libdir)/${PN}
+   --with-dynlib=/usr/$(get_libdir)
+   --with-lib=/usr/$(get_libdir)/skalibs
+   --with-sysdeps=/usr/$(get_libdir)/skalibs
+   --enable-shared
+   $(use_enable static allstatic)
+   $(use_enable static static-libc)
+   $(use_enable static-libs static)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2022-01-28 Thread Sam James
commit: 560bc3b5618c9966fc3320020ede4dd35d279ae7
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sun Jan 23 15:04:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 28 07:59:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560bc3b5

net-dns/s6-dns: respect AR, CC and RANLIB

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 net-dns/s6-dns/s6-dns-2.3.3.0.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/net-dns/s6-dns/s6-dns-2.3.3.0.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.3.0.ebuild
index 879134405322..fbb637b2de30 100644
--- a/net-dns/s6-dns/s6-dns-2.3.3.0.ebuild
+++ b/net-dns/s6-dns/s6-dns-2.3.3.0.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
 HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
 SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
@@ -25,9 +27,13 @@ src_prepare() {
# Avoid QA warning for LDFLAGS addition; avoid overriding 
-fstack-protector
sed -i -e 's/.*-Wl,--hash-style=both$/:/' -e '/-fno-stack-protector$/d' 
\
configure || die
+
+   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
 }
 
 src_configure() {
+   tc-export AR CC RANLIB
+
econf \
--bindir=/bin \
--dynlibdir=/usr/$(get_libdir) \



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2020-10-11 Thread William Hubbs
commit: d4f04b2e1705856fbad7f7085f395d87260bbdf6
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Oct 11 16:47:23 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Oct 11 17:48:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f04b2e

net-dns/s6-dns: 2.3.3.0 bump

Signed-off-by: William Hubbs  gentoo.org>

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.3.3.0.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index 5c6a227d44a..abff7a95dd2 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -3,3 +3,4 @@ DIST s6-dns-2.3.0.0.tar.gz 76476 BLAKE2B 
6896bf534d872aac19dd6b2ad819d7aee6d5273
 DIST s6-dns-2.3.0.1.tar.gz 77836 BLAKE2B 
55f83152eea3e3c8f2d774d6330aadcb73ec9b7d1ca4b87d1093fb9ab216ac1ad130bc9437ff30311451b06f820720fec902ac40e9e8d63f9d605cbf13448edf
 SHA512 
69ae32f9b4ff22a5d38e3a2c950357d8c8032a649c1d81e4a4e5f474ae5c1bb1072555baa1a34f955293aa0f66a93f51f2cc8efd8aa56704b906e0b0979f8157
 DIST s6-dns-2.3.0.2.tar.gz 77885 BLAKE2B 
354a44d47f4fbc964c41999a442f730a738be361bc9633502c3c54f38d25060c58ef2ecfea764f1f5d3243a2e24f92e8b54abfaf61f76f7d155f93a53de2d1db
 SHA512 
fec0edf852423bf8f717fcdc3c00c8f38e7bab4d9a03d14e6e81ad3f175b5db57be44409761bbd990f56f81c3ae8e0aa76ab8c5b65fec823a0ce392bf41cdf33
 DIST s6-dns-2.3.1.1.tar.gz 78171 BLAKE2B 
0949a48a0c48a8c3ffa27794309efa4489cd15102b3a7c29a6dfbbe22cebd0d207417fbe687160266fcda6ff04174b538d7844ef7811e06f8c8bd9a91e4d013e
 SHA512 
e69ee16cb16139d344255adc4bb92bd73003464925bbd2df893e3b922add155308b547274a66e3f20a5d3c0310c8fadc877b656753299ff9a269b4e25c26f7a9
+DIST s6-dns-2.3.3.0.tar.gz 83398 BLAKE2B 
dc4408a608324bdecd363c8a7a92d878983075e93af66905e4315e34e8d1fb1fdecc78fcd7e56fabdfdcbdcda81cc39bc93044730a0bafed26df40ca70110a71
 SHA512 
f711ff3f7ea7ae2eecf46b6742f61e970aed8776fcaa4f7902da0864c97f71296bc1651c08ff6f98d6474ccb0ee904c2d7497d7a1d28d48db8df78865b2a9e79

diff --git a/net-dns/s6-dns/s6-dns-2.3.3.0.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.3.0.ebuild
new file mode 100644
index 000..87913440532
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.3.3.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="static static-libs"
+
+REQUIRED_USE="static? ( static-libs )"
+
+RDEPEND=">=dev-libs/skalibs-2.9.3.0:=[static-libs?]"
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   default
+
+   # Avoid QA warning for LDFLAGS addition; avoid overriding 
-fstack-protector
+   sed -i -e 's/.*-Wl,--hash-style=both$/:/' -e '/-fno-stack-protector$/d' 
\
+   configure || die
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/usr/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/usr/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   --enable-shared \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2020-05-16 Thread Joonas Niilola
commit: 9e5d91a89a16fe3400114bfa8a00ed9caadfacea
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat May 16 07:05:45 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat May 16 07:05:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5d91a8

net-dns/s6-dns: remove p-m

Signed-off-by: Joonas Niilola  gentoo.org>

 net-dns/s6-dns/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/net-dns/s6-dns/metadata.xml b/net-dns/s6-dns/metadata.xml
index 777c8af4654..a40255bf0f7 100644
--- a/net-dns/s6-dns/metadata.xml
+++ b/net-dns/s6-dns/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   sam...@sholland.org
-   Samuel Holland
-   

willi...@gentoo.org
William Hubbs

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

s6-dns is a suite of DNS client programs and libraries for Unix 
systems,
as an alternative to the BIND, djbdns or other DNS clients.



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/, sys-apps/s6-linux-utils/, games-roguelike/nethack/, ...

2019-12-22 Thread David Seifert
commit: 6774375ea713d5240120a8f3e51a745aaf02cff0
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 22 11:51:57 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 22 11:51:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6774375e

*/*: Drop atlaua's maintainership

All of them still have other maintainers.

Closes: https://github.com/gentoo/gentoo/pull/14082
Signed-off-by: David Seifert  gentoo.org>

 dev-lang/execline/metadata.xml  | 4 
 dev-libs/skalibs/metadata.xml   | 4 
 games-roguelike/nethack/metadata.xml| 8 
 net-dns/s6-dns/metadata.xml | 4 
 net-misc/s6-networking/metadata.xml | 4 
 sys-apps/s6-linux-init/metadata.xml | 4 
 sys-apps/s6-linux-utils/metadata.xml| 4 
 sys-apps/s6-portable-utils/metadata.xml | 4 
 sys-apps/s6-rc/metadata.xml | 4 
 sys-apps/s6/metadata.xml| 4 
 10 files changed, 44 deletions(-)

diff --git a/dev-lang/execline/metadata.xml b/dev-lang/execline/metadata.xml
index a3625cad232..a7ad08494c8 100644
--- a/dev-lang/execline/metadata.xml
+++ b/dev-lang/execline/metadata.xml
@@ -5,10 +5,6 @@
willi...@gentoo.org
William Hubbs

-   
-   ara...@aixah.de
-   Luis Ressel
-   

sam...@sholland.org
Samuel Holland

diff --git a/dev-libs/skalibs/metadata.xml b/dev-libs/skalibs/metadata.xml
index 993ae0503a7..d591c754323 100644
--- a/dev-libs/skalibs/metadata.xml
+++ b/dev-libs/skalibs/metadata.xml
@@ -5,10 +5,6 @@
willi...@gentoo.org
William Hubbs

-   
-   ara...@aixah.de
-   Luis Ressel
-   

sam...@sholland.org
Samuel Holland

diff --git a/games-roguelike/nethack/metadata.xml 
b/games-roguelike/nethack/metadata.xml
index 03051c1c15b..6b590935388 100644
--- a/games-roguelike/nethack/metadata.xml
+++ b/games-roguelike/nethack/metadata.xml
@@ -5,14 +5,6 @@
ga...@gentoo.org
Gentoo Games Project

-   
-   ara...@aixah.de
-   Luis Ressel
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

nethack


diff --git a/net-dns/s6-dns/metadata.xml b/net-dns/s6-dns/metadata.xml
index d62b9e59590..777c8af4654 100644
--- a/net-dns/s6-dns/metadata.xml
+++ b/net-dns/s6-dns/metadata.xml
@@ -9,10 +9,6 @@
willi...@gentoo.org
William Hubbs

-   
-   ara...@aixah.de
-   Luis Ressel
-   

proxy-ma...@gentoo.org
Proxy Maintainers

diff --git a/net-misc/s6-networking/metadata.xml 
b/net-misc/s6-networking/metadata.xml
index 0f888cc49b6..db1fcf0a4b6 100644
--- a/net-misc/s6-networking/metadata.xml
+++ b/net-misc/s6-networking/metadata.xml
@@ -9,10 +9,6 @@
willi...@gentoo.org
William Hubbs

-   
-   ara...@aixah.de
-   Luis Ressel
-   

proxy-ma...@gentoo.org
Proxy Maintainers

diff --git a/sys-apps/s6-linux-init/metadata.xml 
b/sys-apps/s6-linux-init/metadata.xml
index 8035da6946e..e45befd4bc7 100644
--- a/sys-apps/s6-linux-init/metadata.xml
+++ b/sys-apps/s6-linux-init/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ara...@aixah.de
-   Luis Ressel
-   

sam...@sholland.org
Samuel Holland

diff --git a/sys-apps/s6-linux-utils/metadata.xml 
b/sys-apps/s6-linux-utils/metadata.xml
index 34f39bd4b28..ed6e85cfdb1 100644
--- a/sys-apps/s6-linux-utils/metadata.xml
+++ b/sys-apps/s6-linux-utils/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ara...@aixah.de
-   Luis Ressel
-   

sam...@sholland.org
Samuel Holland

diff --git a/sys-apps/s6-portable-utils/metadata.xml 
b/sys-apps/s6-portable-utils/metadata.xml
index 34f39bd4b28..ed6e85cfdb1 100644
--- a/sys-apps/s6-portable-utils/metadata.xml
+++ b/sys-apps/s6-portable-utils/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ara...@aixah.de
-   Luis Ressel
-   

sam...@sholland.org
Samuel Holland

diff --git a/sys-apps/s6-rc/metadata.xml b/sys-apps/s6-rc/metadata.xml
index 34f39bd4b28..ed6e85cfdb1 100644
--- a/sys-apps/s6-rc/metadata.xml
+++ b/sys-apps/s6-rc/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ara...@aixah.de
-   Luis Ressel
-   

sam...@sholland.org
Samuel Holland

diff 

[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2019-11-28 Thread William Hubbs
commit: 7ef658c94b747c7690f5f15051769a42f6e29880
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Nov 28 21:47:44 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Nov 28 21:54:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef658c9

net-dns/s6-dns: 2.3.1.1 bump

Closes: https://bugs.gentoo.org/696686
Signed-off-by: William Hubbs  gentoo.org>

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.3.1.1.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index a5ff49b20d2..5c6a227d44a 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -2,3 +2,4 @@ DIST s6-dns-2.2.0.1.tar.gz 76046 BLAKE2B 
c7c7e94fa47fc20e2a328f2fc22650585e9bd02
 DIST s6-dns-2.3.0.0.tar.gz 76476 BLAKE2B 
6896bf534d872aac19dd6b2ad819d7aee6d52737f33106640ad1c3afc7f8857e5672f3e35f7f2064cb8085a79adc33bdd33a99dc656a656040a93f813a986717
 SHA512 
9afa98d0a7a9d84311f6f93d5c1742f7dcfb84c76ca363f9e09b3b40cd3faa1721aebb6e974a98991c037d82b2540c1edbc3cc13ea5f7e3dd95a96d14918e454
 DIST s6-dns-2.3.0.1.tar.gz 77836 BLAKE2B 
55f83152eea3e3c8f2d774d6330aadcb73ec9b7d1ca4b87d1093fb9ab216ac1ad130bc9437ff30311451b06f820720fec902ac40e9e8d63f9d605cbf13448edf
 SHA512 
69ae32f9b4ff22a5d38e3a2c950357d8c8032a649c1d81e4a4e5f474ae5c1bb1072555baa1a34f955293aa0f66a93f51f2cc8efd8aa56704b906e0b0979f8157
 DIST s6-dns-2.3.0.2.tar.gz 77885 BLAKE2B 
354a44d47f4fbc964c41999a442f730a738be361bc9633502c3c54f38d25060c58ef2ecfea764f1f5d3243a2e24f92e8b54abfaf61f76f7d155f93a53de2d1db
 SHA512 
fec0edf852423bf8f717fcdc3c00c8f38e7bab4d9a03d14e6e81ad3f175b5db57be44409761bbd990f56f81c3ae8e0aa76ab8c5b65fec823a0ce392bf41cdf33
+DIST s6-dns-2.3.1.1.tar.gz 78171 BLAKE2B 
0949a48a0c48a8c3ffa27794309efa4489cd15102b3a7c29a6dfbbe22cebd0d207417fbe687160266fcda6ff04174b538d7844ef7811e06f8c8bd9a91e4d013e
 SHA512 
e69ee16cb16139d344255adc4bb92bd73003464925bbd2df893e3b922add155308b547274a66e3f20a5d3c0310c8fadc877b656753299ff9a269b4e25c26f7a9

diff --git a/net-dns/s6-dns/s6-dns-2.3.1.1.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.1.1.ebuild
new file mode 100644
index 000..55879080c23
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.3.1.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="static static-libs"
+
+REQUIRED_USE="static? ( static-libs )"
+
+RDEPEND=">=dev-libs/skalibs-2.9.1.0:=[static-libs?]"
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   default
+
+   # Avoid QA warning for LDFLAGS addition; avoid overriding 
-fstack-protector
+   sed -i -e 's/.*-Wl,--hash-style=both$/:/' -e '/-fno-stack-protector$/d' 
\
+   configure || die
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/usr/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/usr/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   --enable-shared \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2019-06-22 Thread Michał Górny
commit: e3df866156f86234520de6086c7dfedf0e72ed23
Author: Samuel Holland  sholland  org>
AuthorDate: Sun May 19 23:29:59 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 22 07:32:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3df8661

net-dns/s6-dns: Version bump to 2.3.0.2

Signed-off-by: Samuel Holland  sholland.org>
Signed-off-by: Michał Górny  gentoo.org>

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.3.0.2.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index e0ec7281574..a5ff49b20d2 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1,3 +1,4 @@
 DIST s6-dns-2.2.0.1.tar.gz 76046 BLAKE2B 
c7c7e94fa47fc20e2a328f2fc22650585e9bd0260f4676c5ef6078097a62c43d75b18977e31187008b9fb90bebefc9ffb8d999395b012d85bdef9a4220aa7a6d
 SHA512 
9b62ddec94be86d186520f0240dafda95861c54345f92a1fac3251f8560e70932bc5915cca4136d428ed02d0718e8082ad382bffd0c707ae867f1896d93ecaed
 DIST s6-dns-2.3.0.0.tar.gz 76476 BLAKE2B 
6896bf534d872aac19dd6b2ad819d7aee6d52737f33106640ad1c3afc7f8857e5672f3e35f7f2064cb8085a79adc33bdd33a99dc656a656040a93f813a986717
 SHA512 
9afa98d0a7a9d84311f6f93d5c1742f7dcfb84c76ca363f9e09b3b40cd3faa1721aebb6e974a98991c037d82b2540c1edbc3cc13ea5f7e3dd95a96d14918e454
 DIST s6-dns-2.3.0.1.tar.gz 77836 BLAKE2B 
55f83152eea3e3c8f2d774d6330aadcb73ec9b7d1ca4b87d1093fb9ab216ac1ad130bc9437ff30311451b06f820720fec902ac40e9e8d63f9d605cbf13448edf
 SHA512 
69ae32f9b4ff22a5d38e3a2c950357d8c8032a649c1d81e4a4e5f474ae5c1bb1072555baa1a34f955293aa0f66a93f51f2cc8efd8aa56704b906e0b0979f8157
+DIST s6-dns-2.3.0.2.tar.gz 77885 BLAKE2B 
354a44d47f4fbc964c41999a442f730a738be361bc9633502c3c54f38d25060c58ef2ecfea764f1f5d3243a2e24f92e8b54abfaf61f76f7d155f93a53de2d1db
 SHA512 
fec0edf852423bf8f717fcdc3c00c8f38e7bab4d9a03d14e6e81ad3f175b5db57be44409761bbd990f56f81c3ae8e0aa76ab8c5b65fec823a0ce392bf41cdf33

diff --git a/net-dns/s6-dns/s6-dns-2.3.0.2.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.0.2.ebuild
new file mode 100644
index 000..b65a0a030c3
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.3.0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="static static-libs"
+
+REQUIRED_USE="static? ( static-libs )"
+
+RDEPEND=">=dev-libs/skalibs-2.8.0.0:=[static-libs?]"
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+   default
+
+   # Avoid QA warning for LDFLAGS addition; avoid overriding 
-fstack-protector
+   sed -i -e 's/.*-Wl,--hash-style=both$/:/' -e '/-fno-stack-protector$/d' 
\
+   configure || die
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/usr/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/usr/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   --enable-shared \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2018-10-08 Thread Georgy Yakovlev
commit: cad6db9a116c193e879eb474df503f7f8da6050f
Author: Luis Ressel  aixah  de>
AuthorDate: Wed Aug 22 21:37:27 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Oct  9 00:11:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad6db9a

net-dns/s6-dns: Bump to 2.3.0.1

Bump EAPI to 7, always compile shared libs, fix bug with USE="static
-static-libs", simplify dependency syntax.

Closes: https://github.com/gentoo/gentoo/pull/9675
Signed-off-by: Luis Ressel  aixah.de>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.3.0.1.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index 75fdb3660b5..e0ec7281574 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1,2 +1,3 @@
 DIST s6-dns-2.2.0.1.tar.gz 76046 BLAKE2B 
c7c7e94fa47fc20e2a328f2fc22650585e9bd0260f4676c5ef6078097a62c43d75b18977e31187008b9fb90bebefc9ffb8d999395b012d85bdef9a4220aa7a6d
 SHA512 
9b62ddec94be86d186520f0240dafda95861c54345f92a1fac3251f8560e70932bc5915cca4136d428ed02d0718e8082ad382bffd0c707ae867f1896d93ecaed
 DIST s6-dns-2.3.0.0.tar.gz 76476 BLAKE2B 
6896bf534d872aac19dd6b2ad819d7aee6d52737f33106640ad1c3afc7f8857e5672f3e35f7f2064cb8085a79adc33bdd33a99dc656a656040a93f813a986717
 SHA512 
9afa98d0a7a9d84311f6f93d5c1742f7dcfb84c76ca363f9e09b3b40cd3faa1721aebb6e974a98991c037d82b2540c1edbc3cc13ea5f7e3dd95a96d14918e454
+DIST s6-dns-2.3.0.1.tar.gz 77836 BLAKE2B 
55f83152eea3e3c8f2d774d6330aadcb73ec9b7d1ca4b87d1093fb9ab216ac1ad130bc9437ff30311451b06f820720fec902ac40e9e8d63f9d605cbf13448edf
 SHA512 
69ae32f9b4ff22a5d38e3a2c950357d8c8032a649c1d81e4a4e5f474ae5c1bb1072555baa1a34f955293aa0f66a93f51f2cc8efd8aa56704b906e0b0979f8157

diff --git a/net-dns/s6-dns/s6-dns-2.3.0.1.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.0.1.ebuild
new file mode 100644
index 000..de60beb8534
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.3.0.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="static static-libs"
+
+REQUIRED_USE="static? ( static-libs )"
+
+DEPEND=">=dev-libs/skalibs-2.7.0.0[static-libs?]"
+RDEPEND="!static? ( >=dev-libs/skalibs-2.7.0.0:= )"
+
+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)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   --enable-shared \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2018-10-02 Thread Michał Górny
commit: 6e5c6445276670ef54626048e6d403590445f9a6
Author: Luis Ressel  aixah  de>
AuthorDate: Tue Oct  2 21:28:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct  2 22:08:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5c6445

net-dns/s6-dns: Add proxy-maint and myself as maintainers

Acked-by: Samuel Holland  sholland.org>
Signed-off-by: Luis Ressel  aixah.de>
Signed-off-by: Michał Górny  gentoo.org>

 net-dns/s6-dns/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/net-dns/s6-dns/metadata.xml b/net-dns/s6-dns/metadata.xml
index e93f8569c70..d62b9e59590 100644
--- a/net-dns/s6-dns/metadata.xml
+++ b/net-dns/s6-dns/metadata.xml
@@ -9,6 +9,14 @@
willi...@gentoo.org
William Hubbs

+   
+   ara...@aixah.de
+   Luis Ressel
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

s6-dns is a suite of DNS client programs and libraries for Unix 
systems,
as an alternative to the BIND, djbdns or other DNS clients.



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2018-03-29 Thread William Hubbs
commit: 361fbcadcbe8a5dfc912f4573b46d429b6ef5dba
Author: Luis Ressel  aixah  de>
AuthorDate: Thu Nov 16 01:18:49 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Mar 29 13:24:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361fbcad

net-dns/s6-dns: Clean up old versions

 net-dns/s6-dns/Manifest  |  2 --
 net-dns/s6-dns/s6-dns-2.1.0.0.ebuild | 52 
 net-dns/s6-dns/s6-dns-2.2.0.0.ebuild | 52 
 3 files changed, 106 deletions(-)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index d559498039e..75fdb3660b5 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1,4 +1,2 @@
-DIST s6-dns-2.1.0.0.tar.gz 77415 BLAKE2B 
fb8e8910b3fc656f514a1341c80950eca8cb5ac9cfdc88e8d48d134cbe30e9108114bcca214a428b02cdccdf18111f190e6216db1711d43eb02e59851e4f6107
 SHA512 
c75722b3ddd9d1646116654983558efde22d0d5d3ff1c296a8d5e2ba44abe0d5a86fc86804cf90bea2ee8c3e82028e182d28cdbf5155d46c6b3d8f4d1c3387fc
-DIST s6-dns-2.2.0.0.tar.gz 76702 BLAKE2B 
d8aed72b466f5c8720e301bf97ed3ee14546fd5e468366421526c059713a7bc1f3a674e2980bcddc794192423ea09f3455094ccb31a3893e620c6fcccb1c065e
 SHA512 
55cc0a4e677a28d5ebeeab1f995ee8d03c6aaa0c839ad420e006468c0712f45e638a3d32e082a34e09098d20c3bb08496afcefbec4c58f7674017e22732b1cda
 DIST s6-dns-2.2.0.1.tar.gz 76046 BLAKE2B 
c7c7e94fa47fc20e2a328f2fc22650585e9bd0260f4676c5ef6078097a62c43d75b18977e31187008b9fb90bebefc9ffb8d999395b012d85bdef9a4220aa7a6d
 SHA512 
9b62ddec94be86d186520f0240dafda95861c54345f92a1fac3251f8560e70932bc5915cca4136d428ed02d0718e8082ad382bffd0c707ae867f1896d93ecaed
 DIST s6-dns-2.3.0.0.tar.gz 76476 BLAKE2B 
6896bf534d872aac19dd6b2ad819d7aee6d52737f33106640ad1c3afc7f8857e5672f3e35f7f2064cb8085a79adc33bdd33a99dc656a656040a93f813a986717
 SHA512 
9afa98d0a7a9d84311f6f93d5c1742f7dcfb84c76ca363f9e09b3b40cd3faa1721aebb6e974a98991c037d82b2540c1edbc3cc13ea5f7e3dd95a96d14918e454

diff --git a/net-dns/s6-dns/s6-dns-2.1.0.0.ebuild 
b/net-dns/s6-dns/s6-dns-2.1.0.0.ebuild
deleted file mode 100644
index be37a922239..000
--- a/net-dns/s6-dns/s6-dns-2.1.0.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit versionator
-
-DESCRIPTION="suite of DNS client programs and libraries for Unix systems"
-HOMEPAGE="http://www.skarnet.org/software/s6-dns/;
-SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0/$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~x86"
-IUSE="static static-libs"
-
-DEPEND=">=sys-devel/make-3.81
-   static? (
-   >=dev-libs/skalibs-2.4.0.0[static-libs]
-   )
-   !static? (
-   >=dev-libs/skalibs-2.4.0.0
-   )
-"
-RDEPEND="
-   !static? (
-   >=dev-libs/skalibs-2.4.0.0:=
-   )
-"
-
-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
-}
-
-src_configure() {
-   econf \
-   --bindir=/bin \
-   --dynlibdir=/$(get_libdir) \
-   --libdir=/usr/$(get_libdir)/${PN} \
-   --with-dynlib=/$(get_libdir) \
-   --with-lib=/usr/$(get_libdir)/skalibs \
-   --with-sysdeps=/usr/$(get_libdir)/skalibs \
-   $(use_enable !static shared) \
-   $(use_enable static allstatic) \
-   $(use_enable static static-libc) \
-   $(use_enable static-libs static)
-}

diff --git a/net-dns/s6-dns/s6-dns-2.2.0.0.ebuild 
b/net-dns/s6-dns/s6-dns-2.2.0.0.ebuild
deleted file mode 100644
index a77493930c3..000
--- a/net-dns/s6-dns/s6-dns-2.2.0.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit versionator
-
-DESCRIPTION="suite of DNS client programs and libraries for Unix systems"
-HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
-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="static static-libs"
-
-DEPEND=">=sys-devel/make-3.81
-   static? (
-   >=dev-libs/skalibs-2.5.0.0[static-libs]
-   )
-   !static? (
-   >=dev-libs/skalibs-2.5.0.0
-   )
-"
-RDEPEND="
-   !static? (
-   >=dev-libs/skalibs-2.5.0.0:=
-   )
-"
-
-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
-}
-
-src_configure() {
-   econf \
-   --bindir=/bin \
-   --dynlibdir=/$(get_libdir) \
-   --libdir=/usr/$(get_libdir)/${PN} \
-  

[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2018-01-10 Thread William Hubbs
commit: c6cff47b49bd9710362e0f8139f553138bb14f3f
Author: Samuel Holland  sholland  org>
AuthorDate: Wed Jan 10 08:24:17 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jan 10 21:34:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6cff47b

net-dns/s6-dns: 2.3.0.0 version bump

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.3.0.0.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index e0e6ff1145e..d559498039e 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1,3 +1,4 @@
 DIST s6-dns-2.1.0.0.tar.gz 77415 BLAKE2B 
fb8e8910b3fc656f514a1341c80950eca8cb5ac9cfdc88e8d48d134cbe30e9108114bcca214a428b02cdccdf18111f190e6216db1711d43eb02e59851e4f6107
 SHA512 
c75722b3ddd9d1646116654983558efde22d0d5d3ff1c296a8d5e2ba44abe0d5a86fc86804cf90bea2ee8c3e82028e182d28cdbf5155d46c6b3d8f4d1c3387fc
 DIST s6-dns-2.2.0.0.tar.gz 76702 BLAKE2B 
d8aed72b466f5c8720e301bf97ed3ee14546fd5e468366421526c059713a7bc1f3a674e2980bcddc794192423ea09f3455094ccb31a3893e620c6fcccb1c065e
 SHA512 
55cc0a4e677a28d5ebeeab1f995ee8d03c6aaa0c839ad420e006468c0712f45e638a3d32e082a34e09098d20c3bb08496afcefbec4c58f7674017e22732b1cda
 DIST s6-dns-2.2.0.1.tar.gz 76046 BLAKE2B 
c7c7e94fa47fc20e2a328f2fc22650585e9bd0260f4676c5ef6078097a62c43d75b18977e31187008b9fb90bebefc9ffb8d999395b012d85bdef9a4220aa7a6d
 SHA512 
9b62ddec94be86d186520f0240dafda95861c54345f92a1fac3251f8560e70932bc5915cca4136d428ed02d0718e8082ad382bffd0c707ae867f1896d93ecaed
+DIST s6-dns-2.3.0.0.tar.gz 76476 BLAKE2B 
6896bf534d872aac19dd6b2ad819d7aee6d52737f33106640ad1c3afc7f8857e5672f3e35f7f2064cb8085a79adc33bdd33a99dc656a656040a93f813a986717
 SHA512 
9afa98d0a7a9d84311f6f93d5c1742f7dcfb84c76ca363f9e09b3b40cd3faa1721aebb6e974a98991c037d82b2540c1edbc3cc13ea5f7e3dd95a96d14918e454

diff --git a/net-dns/s6-dns/s6-dns-2.3.0.0.ebuild 
b/net-dns/s6-dns/s6-dns-2.3.0.0.ebuild
new file mode 100644
index 000..eb1e9438ecd
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.3.0.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+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="static static-libs"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-libs/skalibs-2.6.3.0[static-libs]
+   )
+   !static? (
+   >=dev-libs/skalibs-2.6.3.0
+   )
+"
+RDEPEND="
+   !static? (
+   >=dev-libs/skalibs-2.6.3.0:=
+   )
+"
+
+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)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   $(use_enable !static shared) \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2017-10-03 Thread William Hubbs
commit: 6ba46e7c2539278b4f9f1e772a21f46e54cb01cb
Author: Samuel Holland  sholland  org>
AuthorDate: Tue Oct  3 18:40:46 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Oct  3 18:43:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba46e7c

net-dns/s6-dns: 2.2.0.1 version bump

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.2.0.1.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index 728c2fbe3d9..2993d74683a 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1,2 +1,3 @@
 DIST s6-dns-2.1.0.0.tar.gz 77415 SHA256 
8455f3b1edad8f01a1340cb1242c141755729bfd5d71059739eced5c006539ad SHA512 
c75722b3ddd9d1646116654983558efde22d0d5d3ff1c296a8d5e2ba44abe0d5a86fc86804cf90bea2ee8c3e82028e182d28cdbf5155d46c6b3d8f4d1c3387fc
 WHIRLPOOL 
7c1eb845d6101c53fd65579bd46ad83c0085ee734d2623b616a34db0721bbca913820f21c6979bdc1c87582d8a92c547f7f9a5b640c4f31badbc3bd0098f75fd
 DIST s6-dns-2.2.0.0.tar.gz 76702 SHA256 
06856745aa034a1655b7d8226a4b235579b098c58b6009d92151dedd41b15fc2 SHA512 
55cc0a4e677a28d5ebeeab1f995ee8d03c6aaa0c839ad420e006468c0712f45e638a3d32e082a34e09098d20c3bb08496afcefbec4c58f7674017e22732b1cda
 WHIRLPOOL 
7b4c8e5e12a53d41ef6bd8ee7854aaa9d97206766b7eb5bc5bcac06b27c0487d3ddbfe516b74f37e609eae677a57c5b4ab4ba6daa692009fd23ef12bbbd42326
+DIST s6-dns-2.2.0.1.tar.gz 76046 SHA256 
e31b454aef2bd0e35afb497c42dd0d49c011e0535ad2bf4dd6719afcf6e5e6b4 SHA512 
9b62ddec94be86d186520f0240dafda95861c54345f92a1fac3251f8560e70932bc5915cca4136d428ed02d0718e8082ad382bffd0c707ae867f1896d93ecaed
 WHIRLPOOL 
4eafa9f6062d4eb80f46150a3db9745b42270183857c97aecc19c189a570eb39cb26b2bc003fb2ab6900bb0c708e32168b3453b59948a60ca8e7a41e5018cdf4

diff --git a/net-dns/s6-dns/s6-dns-2.2.0.1.ebuild 
b/net-dns/s6-dns/s6-dns-2.2.0.1.ebuild
new file mode 100644
index 000..1c86a6a8566
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.2.0.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+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="static static-libs"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-libs/skalibs-2.6.0.0[static-libs]
+   )
+   !static? (
+   >=dev-libs/skalibs-2.6.0.0
+   )
+"
+RDEPEND="
+   !static? (
+   >=dev-libs/skalibs-2.6.0.0:=
+   )
+"
+
+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)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   $(use_enable !static shared) \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2017-04-26 Thread William Hubbs
commit: aae9c934a8f7e440966d4cc276a2dee1d96a443e
Author: Samuel Holland  sholland  org>
AuthorDate: Wed Apr 26 20:39:32 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 26 21:28:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae9c934

net-dns/s6-dns: 2.2.0.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.2.0.0.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index 2f12ce661df..728c2fbe3d9 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1 +1,2 @@
 DIST s6-dns-2.1.0.0.tar.gz 77415 SHA256 
8455f3b1edad8f01a1340cb1242c141755729bfd5d71059739eced5c006539ad SHA512 
c75722b3ddd9d1646116654983558efde22d0d5d3ff1c296a8d5e2ba44abe0d5a86fc86804cf90bea2ee8c3e82028e182d28cdbf5155d46c6b3d8f4d1c3387fc
 WHIRLPOOL 
7c1eb845d6101c53fd65579bd46ad83c0085ee734d2623b616a34db0721bbca913820f21c6979bdc1c87582d8a92c547f7f9a5b640c4f31badbc3bd0098f75fd
+DIST s6-dns-2.2.0.0.tar.gz 76702 SHA256 
06856745aa034a1655b7d8226a4b235579b098c58b6009d92151dedd41b15fc2 SHA512 
55cc0a4e677a28d5ebeeab1f995ee8d03c6aaa0c839ad420e006468c0712f45e638a3d32e082a34e09098d20c3bb08496afcefbec4c58f7674017e22732b1cda
 WHIRLPOOL 
7b4c8e5e12a53d41ef6bd8ee7854aaa9d97206766b7eb5bc5bcac06b27c0487d3ddbfe516b74f37e609eae677a57c5b4ab4ba6daa692009fd23ef12bbbd42326

diff --git a/net-dns/s6-dns/s6-dns-2.2.0.0.ebuild 
b/net-dns/s6-dns/s6-dns-2.2.0.0.ebuild
new file mode 100644
index 000..a77493930c3
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.2.0.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+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="static static-libs"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-libs/skalibs-2.5.0.0[static-libs]
+   )
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0
+   )
+"
+RDEPEND="
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0:=
+   )
+"
+
+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
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   $(use_enable !static shared) \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2017-01-11 Thread William Hubbs
commit: 00a72565a585d7854f52a8b3c5811d840ed6b8fc
Author: Samuel Holland  sholland  org>
AuthorDate: Mon Jan  9 22:00:03 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jan 11 23:33:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a72565

net-dns/s6-dns: New package

s6-dns provides several small DNS client utilities and a library used by
the s6-networking suite.

Closes: https://github.com/gentoo/gentoo/pull/3407

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/metadata.xml  | 16 +++
 net-dns/s6-dns/s6-dns-2.1.0.0.ebuild | 53 
 3 files changed, 70 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
new file mode 100644
index ..2f12ce6
--- /dev/null
+++ b/net-dns/s6-dns/Manifest
@@ -0,0 +1 @@
+DIST s6-dns-2.1.0.0.tar.gz 77415 SHA256 
8455f3b1edad8f01a1340cb1242c141755729bfd5d71059739eced5c006539ad SHA512 
c75722b3ddd9d1646116654983558efde22d0d5d3ff1c296a8d5e2ba44abe0d5a86fc86804cf90bea2ee8c3e82028e182d28cdbf5155d46c6b3d8f4d1c3387fc
 WHIRLPOOL 
7c1eb845d6101c53fd65579bd46ad83c0085ee734d2623b616a34db0721bbca913820f21c6979bdc1c87582d8a92c547f7f9a5b640c4f31badbc3bd0098f75fd

diff --git a/net-dns/s6-dns/metadata.xml b/net-dns/s6-dns/metadata.xml
new file mode 100644
index ..e93f856
--- /dev/null
+++ b/net-dns/s6-dns/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sam...@sholland.org
+   Samuel Holland
+   
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+   
+   s6-dns is a suite of DNS client programs and libraries for Unix 
systems,
+   as an alternative to the BIND, djbdns or other DNS clients.
+   
+

diff --git a/net-dns/s6-dns/s6-dns-2.1.0.0.ebuild 
b/net-dns/s6-dns/s6-dns-2.1.0.0.ebuild
new file mode 100644
index ..93fddfc
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.1.0.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="http://www.skarnet.org/software/s6-dns/;
+SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="static static-libs"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-libs/skalibs-2.4.0.0[static-libs]
+   )
+   !static? (
+   >=dev-libs/skalibs-2.4.0.0
+   )
+"
+RDEPEND="
+   !static? (
+   >=dev-libs/skalibs-2.4.0.0:=
+   )
+"
+
+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
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   $(use_enable !static shared) \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}