[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2024-01-17 Thread Petr Vaněk
commit: 3b01df3e4db6820ada4ee36866d8f25c89bdf36f
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Jan 17 10:28:53 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Jan 17 10:38:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b01df3e

sys-apps/s6-portable-utils: drop 2.3.0.2-r1

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

 sys-apps/s6-portable-utils/Manifest|  1 -
 .../s6-portable-utils-2.3.0.2-r1.ebuild| 46 --
 2 files changed, 47 deletions(-)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 5f7b0711ba06..5c74fce4b105 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,2 +1 @@
-DIST s6-portable-utils-2.3.0.2.tar.gz 51106 BLAKE2B 
a7c55fb99f8d2e46343c14169cd63c5054b5869e1cd2b5cc4b158e1f47035d956aba8faa0cceed3c39dba43945bdac44d9fe3b7ef5edae184c85d9e9e33f7215
 SHA512 
f918244e8ed5957817d28fc43ae2cdcbbdce600dc208bc0422e262ce42f36d8e8b77002c2143e7741390eea52e9c4bae7a1358c23ebbba3c689c64c7115d4b72
 DIST s6-portable-utils-2.3.0.3.tar.gz 51186 BLAKE2B 
9a0b9f33a89cca730afc8190ab7be7fc25ed286970b430d33d8eb91d5b6e5ac4261e659674ec44c5e5a88b32a324cb62ee63837923f0a7481675c8eaa3e8804c
 SHA512 
f75242ac6c06ffd5bd66b8a35bbdf39938cf3bfa6e79abd214af37e9e4acc732ca1760566862482bc964a5cca05bbce8bd24d7167b02dc66c5f397c85ee0d37f

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2-r1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2-r1.ebuild
deleted file mode 100644
index 038ce3ba71c2..
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Set of tiny portable unix utilities"
-HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 arm 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"
-   --disable-allstatic
-   --disable-static
-   --disable-static-libc
-   )
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2024-01-16 Thread Ionen Wolkens
commit: 56b18d9b88a268617f201847cd0dcc3410700c83
Author: Matoro Mahri  matoro  tk>
AuthorDate: Tue Jan 16 20:30:48 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jan 17 02:44:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b18d9b

sys-apps/s6-portable-utils: Stabilize 2.3.0.3 arm, #920377

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
index 2884a181ff9a..f212f9178741 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 arm x86"
 
 RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-12-20 Thread Joonas Niilola
commit: a502ff90e133fe9f8e9dc039d87c502b2cf04e04
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:12:02 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:12:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a502ff90

sys-apps/s6-portable-utils: Stabilize 2.3.0.3 x86, #920377

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
index 8797d0c276f6..2884a181ff9a 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-12-20 Thread Joonas Niilola
commit: 5fb7b6fd4d15e006c396de1365e0c6d9606df0fa
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:11:44 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:11:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb7b6fd

sys-apps/s6-portable-utils: Stabilize 2.3.0.3 amd64, #920377

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
index a5a3fc10c8b3..8797d0c276f6 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-12-05 Thread Petr Vaněk
commit: 3e3b2907973f5f000d9f8b29bf9865a5511382b1
Author: Petr Vaněk  gentoo  org>
AuthorDate: Tue Dec  5 13:49:18 2023 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Tue Dec  5 15:01:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3b2907

sys-apps/s6-portable-utils: add optfeature for man pages

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
index e476efbe496e..a5a3fc10c8b3 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit optfeature toolchain-funcs
 
 DESCRIPTION="Set of tiny portable unix utilities"
 HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
@@ -44,3 +44,7 @@ src_configure() {
 
econf "${myconf[@]}"
 }
+
+pkg_postinst() {
+   optfeature "man pages" app-doc/s6-portable-utils-man-pages
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-11-17 Thread Sam James
commit: 973a0cf6dab2e3d89a216ae30fb12dcccb286b9d
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed Nov  8 12:58:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 17 11:08:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973a0cf6

sys-apps/s6-portable-utils: add 2.3.0.3

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

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.3.0.3.ebuild   | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 0b8a2ec84c2a..5f7b0711ba06 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1 +1,2 @@
 DIST s6-portable-utils-2.3.0.2.tar.gz 51106 BLAKE2B 
a7c55fb99f8d2e46343c14169cd63c5054b5869e1cd2b5cc4b158e1f47035d956aba8faa0cceed3c39dba43945bdac44d9fe3b7ef5edae184c85d9e9e33f7215
 SHA512 
f918244e8ed5957817d28fc43ae2cdcbbdce600dc208bc0422e262ce42f36d8e8b77002c2143e7741390eea52e9c4bae7a1358c23ebbba3c689c64c7115d4b72
+DIST s6-portable-utils-2.3.0.3.tar.gz 51186 BLAKE2B 
9a0b9f33a89cca730afc8190ab7be7fc25ed286970b430d33d8eb91d5b6e5ac4261e659674ec44c5e5a88b32a324cb62ee63837923f0a7481675c8eaa3e8804c
 SHA512 
f75242ac6c06ffd5bd66b8a35bbdf39938cf3bfa6e79abd214af37e9e4acc732ca1760566862482bc964a5cca05bbce8bd24d7167b02dc66c5f397c85ee0d37f

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
new file mode 100644
index ..e476efbe496e
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~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"
+   --disable-allstatic
+   --disable-static
+   --disable-static-libc
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-11-17 Thread Sam James
commit: 38358b1840c2cc1cb206170b412144f22c61656e
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed Nov  8 12:50:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 17 11:08:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38358b18

sys-apps/s6-portable-utils: 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>

 ...ortable-utils-2.3.0.2.ebuild => s6-portable-utils-2.3.0.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2-r1.ebuild
similarity index 95%
rename from sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild
rename to sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2-r1.ebuild
index 820e3f643603..038ce3ba71c2 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="ISC"
 SLOT="0"
 KEYWORDS="amd64 arm 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: sys-apps/s6-portable-utils/

2023-07-15 Thread Joonas Niilola
commit: 111c1742ebaf65efdf1cc0c9ad38b236da3cf3f0
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sat Jul 15 07:44:08 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jul 15 08:01:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111c1742

sys-apps/s6-portable-utils: drop 2.3.0.1

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

 sys-apps/s6-portable-utils/Manifest|  1 -
 .../s6-portable-utils-2.3.0.1.ebuild   | 46 --
 2 files changed, 47 deletions(-)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index b9576fcee4e0..0b8a2ec84c2a 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,2 +1 @@
-DIST s6-portable-utils-2.3.0.1.tar.gz 51746 BLAKE2B 
50190c7c55a4e5d79a55a7a9edfa948931ecce3f6e33d2f95113a8e8ea3a5587dfcf7a98b54236eb66488976044d0b319ce0a45c0eb3a1b7399be299bab711fc
 SHA512 
46f4a09d124e44b9b2ac3b8fa8f7b4492207f0a03a052e7b15309aeea175682f7366ff74fbd8a2732952c8f3bbb2fcc69b4bca89609b690e91d167bd25c16b90
 DIST s6-portable-utils-2.3.0.2.tar.gz 51106 BLAKE2B 
a7c55fb99f8d2e46343c14169cd63c5054b5869e1cd2b5cc4b158e1f47035d956aba8faa0cceed3c39dba43945bdac44d9fe3b7ef5edae184c85d9e9e33f7215
 SHA512 
f918244e8ed5957817d28fc43ae2cdcbbdce600dc208bc0422e262ce42f36d8e8b77002c2143e7741390eea52e9c4bae7a1358c23ebbba3c689c64c7115d4b72

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
deleted file mode 100644
index 820e3f643603..
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Set of tiny portable unix utilities"
-HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 arm 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"
-   --disable-allstatic
-   --disable-static
-   --disable-static-libc
-   )
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-05-20 Thread Joonas Niilola
commit: ce603bfe6a31abdc7ea30574ab7c996ce10d99c1
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sat May  6 14:54:59 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat May 20 12:10:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce603bfe

sys-apps/s6-portable-utils: drop 2.2.5.0

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

 sys-apps/s6-portable-utils/Manifest|  1 -
 .../s6-portable-utils-2.2.5.0.ebuild   | 45 --
 2 files changed, 46 deletions(-)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 0b23ecfc83f3..b9576fcee4e0 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,3 +1,2 @@
-DIST s6-portable-utils-2.2.5.0.tar.gz 50911 BLAKE2B 
e79d803544e8df6b791ecd22bd61b7c9535945c5557a25d7bc5488f5015967c4a750f1c0a136cc49b30ddd5bf3fbc17927e5ec01184106e44d0c08643e98e41a
 SHA512 
2e90a1390140818268bd83629579098552c22160537874a90d4be94fae157cb9cdb864859c40847e8588fa9f62fb5af7bf89aa12561f1e6678a7cffc0f0a6d68
 DIST s6-portable-utils-2.3.0.1.tar.gz 51746 BLAKE2B 
50190c7c55a4e5d79a55a7a9edfa948931ecce3f6e33d2f95113a8e8ea3a5587dfcf7a98b54236eb66488976044d0b319ce0a45c0eb3a1b7399be299bab711fc
 SHA512 
46f4a09d124e44b9b2ac3b8fa8f7b4492207f0a03a052e7b15309aeea175682f7366ff74fbd8a2732952c8f3bbb2fcc69b4bca89609b690e91d167bd25c16b90
 DIST s6-portable-utils-2.3.0.2.tar.gz 51106 BLAKE2B 
a7c55fb99f8d2e46343c14169cd63c5054b5869e1cd2b5cc4b158e1f47035d956aba8faa0cceed3c39dba43945bdac44d9fe3b7ef5edae184c85d9e9e33f7215
 SHA512 
f918244e8ed5957817d28fc43ae2cdcbbdce600dc208bc0422e262ce42f36d8e8b77002c2143e7741390eea52e9c4bae7a1358c23ebbba3c689c64c7115d4b72

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
deleted file mode 100644
index de29b804e4d1..
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Set of tiny portable unix utilities"
-HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 arm 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
-   --disable-allstatic
-   --disable-static-libc
-   )
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-05-15 Thread Joonas Niilola
commit: 785628e6fb7f551db408fab9d3e9b37405494bfb
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue May 16 05:56:29 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May 16 05:58:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785628e6

sys-apps/s6-portable-utils: Stabilize 2.3.0.2 x86, #906462

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild
index 57f0347710bb..36d808ebf75e 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-05-15 Thread Joonas Niilola
commit: 580a7d401dfe1cbe241533db0131e73daf724ea7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue May 16 05:56:10 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May 16 05:58:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580a7d40

sys-apps/s6-portable-utils: Stabilize 2.3.0.2 amd64, #906462

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild
index 84d119227fea..57f0347710bb 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-05-06 Thread Arthur Zamarin
commit: 9df09efed0824f15483ce21e3b4040f08698e10d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 09:48:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 09:49:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df09efe

sys-apps/s6-portable-utils: Stabilize 2.3.0.1 arm, #903281

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
index 36d808ebf75e..820e3f643603 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 arm x86"
 
 RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-04-15 Thread Joonas Niilola
commit: 4549a9e13423e83a438d18cff0e2de7bb0038116
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sun Apr  2 21:49:34 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Apr 15 12:15:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4549a9e1

sys-apps/s6-portable-utils: add 2.3.0.2

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

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.3.0.2.ebuild   | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index f3178397269d..1afe6aa6772d 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -2,3 +2,4 @@ DIST s6-portable-utils-2.2.5.0.tar.gz 50911 BLAKE2B 
e79d803544e8df6b791ecd22bd61
 DIST s6-portable-utils-2.2.5.1.tar.gz 51814 BLAKE2B 
ce4f38d7fb7c632f0e8c10c2990d10eb4f5af38330f29aa3b6e6b97fcce5687eb06a7ee241be5f92f093d5edf5a523da993f140c697ec0dbcef46aacb7f88f87
 SHA512 
814ab6467034657d3b46e5b933786a2eab1f9cb630c6d67c91ee635facac7d82b5871b94e53445d57fd466c98cc21ea2df4b74c8d48acc0f0c96e14fb827f613
 DIST s6-portable-utils-2.3.0.0.tar.gz 51712 BLAKE2B 
a0a26d2b287629789861df1380ff2903a356a0f461356746c7793b1b99daf5158202b95ee2bdded9a290d3bed8a94286252301329a1d491f47dde44000ab9390
 SHA512 
1ef0b937e2f698fb1b98440a84be0310e9be44763969ca812744ebc0a91fe75c50d5082067b6bb07c1acd9df1540f71b6d20254b97e4851bb28937815073298c
 DIST s6-portable-utils-2.3.0.1.tar.gz 51746 BLAKE2B 
50190c7c55a4e5d79a55a7a9edfa948931ecce3f6e33d2f95113a8e8ea3a5587dfcf7a98b54236eb66488976044d0b319ce0a45c0eb3a1b7399be299bab711fc
 SHA512 
46f4a09d124e44b9b2ac3b8fa8f7b4492207f0a03a052e7b15309aeea175682f7366ff74fbd8a2732952c8f3bbb2fcc69b4bca89609b690e91d167bd25c16b90
+DIST s6-portable-utils-2.3.0.2.tar.gz 51106 BLAKE2B 
a7c55fb99f8d2e46343c14169cd63c5054b5869e1cd2b5cc4b158e1f47035d956aba8faa0cceed3c39dba43945bdac44d9fe3b7ef5edae184c85d9e9e33f7215
 SHA512 
f918244e8ed5957817d28fc43ae2cdcbbdce600dc208bc0422e262ce42f36d8e8b77002c2143e7741390eea52e9c4bae7a1358c23ebbba3c689c64c7115d4b72

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild
new file mode 100644
index ..84d119227fea
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~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"
+   --disable-allstatic
+   --disable-static
+   --disable-static-libc
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-04-15 Thread Joonas Niilola
commit: f855328379879c04a7d3ef3f58847472a5dce1db
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sun Apr  2 21:55:05 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Apr 15 12:15:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8553283

sys-apps/s6-portable-utils: drop 2.2.5.1, 2.3.0.0

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

 sys-apps/s6-portable-utils/Manifest|  2 -
 .../s6-portable-utils-2.2.5.1.ebuild   | 46 --
 .../s6-portable-utils-2.3.0.0.ebuild   | 46 --
 3 files changed, 94 deletions(-)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 1afe6aa6772d..0b23ecfc83f3 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,5 +1,3 @@
 DIST s6-portable-utils-2.2.5.0.tar.gz 50911 BLAKE2B 
e79d803544e8df6b791ecd22bd61b7c9535945c5557a25d7bc5488f5015967c4a750f1c0a136cc49b30ddd5bf3fbc17927e5ec01184106e44d0c08643e98e41a
 SHA512 
2e90a1390140818268bd83629579098552c22160537874a90d4be94fae157cb9cdb864859c40847e8588fa9f62fb5af7bf89aa12561f1e6678a7cffc0f0a6d68
-DIST s6-portable-utils-2.2.5.1.tar.gz 51814 BLAKE2B 
ce4f38d7fb7c632f0e8c10c2990d10eb4f5af38330f29aa3b6e6b97fcce5687eb06a7ee241be5f92f093d5edf5a523da993f140c697ec0dbcef46aacb7f88f87
 SHA512 
814ab6467034657d3b46e5b933786a2eab1f9cb630c6d67c91ee635facac7d82b5871b94e53445d57fd466c98cc21ea2df4b74c8d48acc0f0c96e14fb827f613
-DIST s6-portable-utils-2.3.0.0.tar.gz 51712 BLAKE2B 
a0a26d2b287629789861df1380ff2903a356a0f461356746c7793b1b99daf5158202b95ee2bdded9a290d3bed8a94286252301329a1d491f47dde44000ab9390
 SHA512 
1ef0b937e2f698fb1b98440a84be0310e9be44763969ca812744ebc0a91fe75c50d5082067b6bb07c1acd9df1540f71b6d20254b97e4851bb28937815073298c
 DIST s6-portable-utils-2.3.0.1.tar.gz 51746 BLAKE2B 
50190c7c55a4e5d79a55a7a9edfa948931ecce3f6e33d2f95113a8e8ea3a5587dfcf7a98b54236eb66488976044d0b319ce0a45c0eb3a1b7399be299bab711fc
 SHA512 
46f4a09d124e44b9b2ac3b8fa8f7b4492207f0a03a052e7b15309aeea175682f7366ff74fbd8a2732952c8f3bbb2fcc69b4bca89609b690e91d167bd25c16b90
 DIST s6-portable-utils-2.3.0.2.tar.gz 51106 BLAKE2B 
a7c55fb99f8d2e46343c14169cd63c5054b5869e1cd2b5cc4b158e1f47035d956aba8faa0cceed3c39dba43945bdac44d9fe3b7ef5edae184c85d9e9e33f7215
 SHA512 
f918244e8ed5957817d28fc43ae2cdcbbdce600dc208bc0422e262ce42f36d8e8b77002c2143e7741390eea52e9c4bae7a1358c23ebbba3c689c64c7115d4b72

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.1.ebuild
deleted file mode 100644
index caffbee14be2..
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Set of tiny portable unix utilities"
-HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~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
-   --disable-allstatic
-   --disable-static
-   --disable-static-libc
-   )
-
-   econf "${myconf[@]}"
-}

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild
deleted file mode 100644
index a80dcbdabfef..
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Set of tiny portable unix utilities"
-HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm 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
-}
-

[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-03-29 Thread Joonas Niilola
commit: 7fce64b8d4a3f52748108b78a38a8a19e59bc59b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Mar 30 05:22:09 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar 30 05:22:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fce64b8

sys-apps/s6-portable-utils: Stabilize 2.3.0.1 amd64, #903281

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
index a80dcbdabfef..36d808ebf75e 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-03-28 Thread Sam James
commit: fc1c3ba92806d62aee1d4c4e0fe21a09bafb47fb
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 14:57:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 14:58:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1c3ba9

sys-apps/s6-portable-utils: Stabilize 2.3.0.1 x86, #903281

Signed-off-by: Sam James  gentoo.org>

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
index 84d119227fea..a80dcbdabfef 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 
 RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-03-24 Thread Arthur Zamarin
commit: 4b012194c528c90ab3997376bce4daae0ed4e29e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 05:13:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 05:13:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b012194

sys-apps/s6-portable-utils: Stabilize 2.3.0.0 x86, #902803

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild
index 84d119227fea..a80dcbdabfef 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 
 RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-02-24 Thread Joonas Niilola
commit: e898150c02d15694d3428ddf40a197ebf94d41ba
Author: Petr Vaněk  atlas  cz>
AuthorDate: Thu Feb 23 14:20:15 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Feb 24 15:08:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e898150c

sys-apps/s6-portable-utils: add 2.3.0.1

Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29748
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.3.0.1.ebuild   | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 85ae0c96d7d9..f3178397269d 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,3 +1,4 @@
 DIST s6-portable-utils-2.2.5.0.tar.gz 50911 BLAKE2B 
e79d803544e8df6b791ecd22bd61b7c9535945c5557a25d7bc5488f5015967c4a750f1c0a136cc49b30ddd5bf3fbc17927e5ec01184106e44d0c08643e98e41a
 SHA512 
2e90a1390140818268bd83629579098552c22160537874a90d4be94fae157cb9cdb864859c40847e8588fa9f62fb5af7bf89aa12561f1e6678a7cffc0f0a6d68
 DIST s6-portable-utils-2.2.5.1.tar.gz 51814 BLAKE2B 
ce4f38d7fb7c632f0e8c10c2990d10eb4f5af38330f29aa3b6e6b97fcce5687eb06a7ee241be5f92f093d5edf5a523da993f140c697ec0dbcef46aacb7f88f87
 SHA512 
814ab6467034657d3b46e5b933786a2eab1f9cb630c6d67c91ee635facac7d82b5871b94e53445d57fd466c98cc21ea2df4b74c8d48acc0f0c96e14fb827f613
 DIST s6-portable-utils-2.3.0.0.tar.gz 51712 BLAKE2B 
a0a26d2b287629789861df1380ff2903a356a0f461356746c7793b1b99daf5158202b95ee2bdded9a290d3bed8a94286252301329a1d491f47dde44000ab9390
 SHA512 
1ef0b937e2f698fb1b98440a84be0310e9be44763969ca812744ebc0a91fe75c50d5082067b6bb07c1acd9df1540f71b6d20254b97e4851bb28937815073298c
+DIST s6-portable-utils-2.3.0.1.tar.gz 51746 BLAKE2B 
50190c7c55a4e5d79a55a7a9edfa948931ecce3f6e33d2f95113a8e8ea3a5587dfcf7a98b54236eb66488976044d0b319ce0a45c0eb3a1b7399be299bab711fc
 SHA512 
46f4a09d124e44b9b2ac3b8fa8f7b4492207f0a03a052e7b15309aeea175682f7366ff74fbd8a2732952c8f3bbb2fcc69b4bca89609b690e91d167bd25c16b90

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
new file mode 100644
index ..84d119227fea
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~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"
+   --disable-allstatic
+   --disable-static
+   --disable-static-libc
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-02-21 Thread Sam James
commit: 7a64b1d5acebc7d0c07270b95762fb250be8d8c0
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sat Feb 18 15:06:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 08:01:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a64b1d5

sys-apps/s6-portable-utils: add 2.3.0.0

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

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.3.0.0.ebuild   | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 17c5fd60db80..85ae0c96d7d9 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,2 +1,3 @@
 DIST s6-portable-utils-2.2.5.0.tar.gz 50911 BLAKE2B 
e79d803544e8df6b791ecd22bd61b7c9535945c5557a25d7bc5488f5015967c4a750f1c0a136cc49b30ddd5bf3fbc17927e5ec01184106e44d0c08643e98e41a
 SHA512 
2e90a1390140818268bd83629579098552c22160537874a90d4be94fae157cb9cdb864859c40847e8588fa9f62fb5af7bf89aa12561f1e6678a7cffc0f0a6d68
 DIST s6-portable-utils-2.2.5.1.tar.gz 51814 BLAKE2B 
ce4f38d7fb7c632f0e8c10c2990d10eb4f5af38330f29aa3b6e6b97fcce5687eb06a7ee241be5f92f093d5edf5a523da993f140c697ec0dbcef46aacb7f88f87
 SHA512 
814ab6467034657d3b46e5b933786a2eab1f9cb630c6d67c91ee635facac7d82b5871b94e53445d57fd466c98cc21ea2df4b74c8d48acc0f0c96e14fb827f613
+DIST s6-portable-utils-2.3.0.0.tar.gz 51712 BLAKE2B 
a0a26d2b287629789861df1380ff2903a356a0f461356746c7793b1b99daf5158202b95ee2bdded9a290d3bed8a94286252301329a1d491f47dde44000ab9390
 SHA512 
1ef0b937e2f698fb1b98440a84be0310e9be44763969ca812744ebc0a91fe75c50d5082067b6bb07c1acd9df1540f71b6d20254b97e4851bb28937815073298c

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild
new file mode 100644
index ..84d119227fea
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~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"
+   --disable-allstatic
+   --disable-static
+   --disable-static-libc
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-01-16 Thread Sam James
commit: 89a61ddc8b45e210ef0fca9248e179636597e0b6
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Jan 16 20:11:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 17 01:52:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a61ddc

sys-apps/s6-portable-utils: move myself as the first maintainer

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

 sys-apps/s6-portable-utils/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/s6-portable-utils/metadata.xml 
b/sys-apps/s6-portable-utils/metadata.xml
index aed39d3983af..0f616fa5c2bf 100644
--- a/sys-apps/s6-portable-utils/metadata.xml
+++ b/sys-apps/s6-portable-utils/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   arka...@atlas.cz
+   Petr Vaněk
+   

sam...@sholland.org
Samuel Holland
@@ -9,10 +13,6 @@
willi...@gentoo.org
William Hubbs

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

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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2023-01-16 Thread Sam James
commit: 5275c37f0ac4a22924e8534d9fa9559128749d2d
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Jan 16 15:29:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 17 01:52:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5275c37f

sys-apps/s6-portable-utils: add 2.2.5.1

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

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.2.5.1.ebuild   | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 20edeceb3401..17c5fd60db80 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1 +1,2 @@
 DIST s6-portable-utils-2.2.5.0.tar.gz 50911 BLAKE2B 
e79d803544e8df6b791ecd22bd61b7c9535945c5557a25d7bc5488f5015967c4a750f1c0a136cc49b30ddd5bf3fbc17927e5ec01184106e44d0c08643e98e41a
 SHA512 
2e90a1390140818268bd83629579098552c22160537874a90d4be94fae157cb9cdb864859c40847e8588fa9f62fb5af7bf89aa12561f1e6678a7cffc0f0a6d68
+DIST s6-portable-utils-2.2.5.1.tar.gz 51814 BLAKE2B 
ce4f38d7fb7c632f0e8c10c2990d10eb4f5af38330f29aa3b6e6b97fcce5687eb06a7ee241be5f92f093d5edf5a523da993f140c697ec0dbcef46aacb7f88f87
 SHA512 
814ab6467034657d3b46e5b933786a2eab1f9cb630c6d67c91ee635facac7d82b5871b94e53445d57fd466c98cc21ea2df4b74c8d48acc0f0c96e14fb827f613

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.1.ebuild
new file mode 100644
index ..caffbee14be2
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~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
+   --disable-allstatic
+   --disable-static
+   --disable-static-libc
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

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

sys-apps/s6-portable-utils: drop 2.2.4.0-r1

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

 sys-apps/s6-portable-utils/Manifest|  1 -
 .../s6-portable-utils-2.2.4.0-r1.ebuild| 48 --
 2 files changed, 49 deletions(-)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index bd07d57b5730..20edeceb3401 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,2 +1 @@
-DIST s6-portable-utils-2.2.4.0.tar.gz 50343 BLAKE2B 
edfbe4ab48914ae485072f220931e6af4d53fc8d1c1dc5e1186bc1688a429e6d14a370b02dbe0a9b641a8204f65e6f6bfb6cb0c0c9318acf89d9f6ad7f7f914f
 SHA512 
35b62aff76b9fbf978e81dad2f343a2542cb4a853530948cc3b446b20e8d5f976d1624194c2aad6e0277b73d23d5cecf2142e3f2916bd152ad62342fc30fe07a
 DIST s6-portable-utils-2.2.5.0.tar.gz 50911 BLAKE2B 
e79d803544e8df6b791ecd22bd61b7c9535945c5557a25d7bc5488f5015967c4a750f1c0a136cc49b30ddd5bf3fbc17927e5ec01184106e44d0c08643e98e41a
 SHA512 
2e90a1390140818268bd83629579098552c22160537874a90d4be94fae157cb9cdb864859c40847e8588fa9f62fb5af7bf89aa12561f1e6678a7cffc0f0a6d68

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0-r1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0-r1.ebuild
deleted file mode 100644
index 175012649933..
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Set of tiny portable unix utilities"
-HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="static"
-
-RDEPEND="!static? ( =dev-libs/skalibs-2.11*:= )"
-DEPEND="${RDEPEND}
-   static? ( =dev-libs/skalibs-2.11*[static-libs] )
-"
-
-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
-   $(use_enable static allstatic)
-   $(use_enable static static-libc)
-   )
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2022-08-01 Thread Joonas Niilola
commit: c60327f95a35659157057fe92ddcff2c55ddf953
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug  2 05:39:30 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug  2 05:39:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60327f9

sys-apps/s6-portable-utils: Stabilize 2.2.5.0 x86, #862636

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
index 9bee521a4f7e..4be32a57f249 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND=">=dev-libs/skalibs-2.12.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2022-08-01 Thread Joonas Niilola
commit: 6ed0d1c8dce95075ba7bff24f5d9f3c9925584ac
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug  2 05:38:35 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug  2 05:38:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed0d1c8

sys-apps/s6-portable-utils: Stabilize 2.2.5.0 amd64, #862636

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
index 34e4528aaa94..9bee521a4f7e 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 RDEPEND=">=dev-libs/skalibs-2.12.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/, sys-apps/s6-linux-utils/, net-dns/s6-dns/

2022-06-24 Thread Sam James
commit: f40af6855db76ffa515f37f527c93cfdbf91cfe7
Author: Petr Vaněk  atlas  cz>
AuthorDate: Fri Jun 24 08:21:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 25 05:35:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40af685

*/s6-*: revbump due to a changed dependency restriction

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

 net-dns/s6-dns/{s6-dns-2.3.5.3.ebuild => s6-dns-2.3.5.3-r1.ebuild}| 0
 .../{s6-linux-utils-2.5.1.7.ebuild => s6-linux-utils-2.5.1.7-r1.ebuild}   | 0
 ...-portable-utils-2.2.4.0.ebuild => s6-portable-utils-2.2.4.0-r1.ebuild} | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

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-r1.ebuild
similarity index 100%
rename from net-dns/s6-dns/s6-dns-2.3.5.3.ebuild
rename to net-dns/s6-dns/s6-dns-2.3.5.3-r1.ebuild

diff --git a/sys-apps/s6-linux-utils/s6-linux-utils-2.5.1.7.ebuild 
b/sys-apps/s6-linux-utils/s6-linux-utils-2.5.1.7-r1.ebuild
similarity index 100%
rename from sys-apps/s6-linux-utils/s6-linux-utils-2.5.1.7.ebuild
rename to sys-apps/s6-linux-utils/s6-linux-utils-2.5.1.7-r1.ebuild

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0-r1.ebuild
similarity index 100%
rename from sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild
rename to sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2022-06-24 Thread Sam James
commit: 75aa988e2c14e8a5406e471ec35f0fd669d24d46
Author: Petr Vaněk  atlas  cz>
AuthorDate: Thu Jun 16 13:40:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 25 05:35:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75aa988e

sys-apps/s6-portable-utils: drop IUSE=static

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
index ffe188743b60..34e4528aaa94 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
@@ -12,12 +12,9 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="static"
 
-RDEPEND="!static? ( >=dev-libs/skalibs-2.12.0.0:= )"
-DEPEND="${RDEPEND}
-   static? ( >=dev-libs/skalibs-2.12.0.0[static-libs] )
-"
+RDEPEND=">=dev-libs/skalibs-2.12.0.0:="
+DEPEND="${RDEPEND}"
 
 HTML_DOCS=( doc/. )
 
@@ -40,8 +37,8 @@ src_configure() {
--with-dynlib=/usr/$(get_libdir)
--with-lib=/usr/$(get_libdir)/skalibs
--with-sysdeps=/usr/$(get_libdir)/skalibs
-   $(use_enable static allstatic)
-   $(use_enable static static-libc)
+   --disable-allstatic
+   --disable-static-libc
)
 
econf "${myconf[@]}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

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

sys-apps/s6-portable-utils: add 2.2.5.0

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

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.2.5.0.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index d07d3185682e..bd07d57b5730 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1 +1,2 @@
 DIST s6-portable-utils-2.2.4.0.tar.gz 50343 BLAKE2B 
edfbe4ab48914ae485072f220931e6af4d53fc8d1c1dc5e1186bc1688a429e6d14a370b02dbe0a9b641a8204f65e6f6bfb6cb0c0c9318acf89d9f6ad7f7f914f
 SHA512 
35b62aff76b9fbf978e81dad2f343a2542cb4a853530948cc3b446b20e8d5f976d1624194c2aad6e0277b73d23d5cecf2142e3f2916bd152ad62342fc30fe07a
+DIST s6-portable-utils-2.2.5.0.tar.gz 50911 BLAKE2B 
e79d803544e8df6b791ecd22bd61b7c9535945c5557a25d7bc5488f5015967c4a750f1c0a136cc49b30ddd5bf3fbc17927e5ec01184106e44d0c08643e98e41a
 SHA512 
2e90a1390140818268bd83629579098552c22160537874a90d4be94fae157cb9cdb864859c40847e8588fa9f62fb5af7bf89aa12561f1e6678a7cffc0f0a6d68

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
new file mode 100644
index ..ffe188743b60
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.5.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="static"
+
+RDEPEND="!static? ( >=dev-libs/skalibs-2.12.0.0:= )"
+DEPEND="${RDEPEND}
+   static? ( >=dev-libs/skalibs-2.12.0.0[static-libs] )
+"
+
+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
+   $(use_enable static allstatic)
+   $(use_enable static static-libc)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2022-06-13 Thread Joonas Niilola
commit: 245c1ec34bfb278f2e7dc8818c7e46f9220567d1
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sun Jun 12 19:51:52 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun 13 14:55:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245c1ec3

sys-apps/s6-portable-utils: drop 2.2.3.4

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

 sys-apps/s6-portable-utils/Manifest|  1 -
 .../s6-portable-utils-2.2.3.4.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index edc27397a759..d07d3185682e 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,2 +1 @@
-DIST s6-portable-utils-2.2.3.4.tar.gz 50120 BLAKE2B 
17eecbf432b91720ed672e0388665e3dd7302fa2638225d0cdb9ad3c580fa29734ebf5f6e838e1bc4fdcec841ac4414d5b13d78ccb9167f5fad18dc763d8f611
 SHA512 
1bb9f7bd1c00d12d8434dbabb7061fe589ee9de9f0745399aacf560712bb0c9b4df2dbc221b0c8144c351e9976982c7a7e69dd127517281799d810596d8db5a2
 DIST s6-portable-utils-2.2.4.0.tar.gz 50343 BLAKE2B 
edfbe4ab48914ae485072f220931e6af4d53fc8d1c1dc5e1186bc1688a429e6d14a370b02dbe0a9b641a8204f65e6f6bfb6cb0c0c9318acf89d9f6ad7f7f914f
 SHA512 
35b62aff76b9fbf978e81dad2f343a2542cb4a853530948cc3b446b20e8d5f976d1624194c2aad6e0277b73d23d5cecf2142e3f2916bd152ad62342fc30fe07a

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild
deleted file mode 100644
index e94c0ff91382..
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Set of tiny portable unix utilities"
-HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="static"
-
-RDEPEND="!static? ( >=dev-libs/skalibs-2.11.1.0:= )"
-DEPEND="${RDEPEND}
-   static? ( >=dev-libs/skalibs-2.11.1.0[static-libs] )
-"
-
-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
-   $(use_enable static allstatic)
-   $(use_enable static static-libc)
-   )
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

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

sys-apps/s6-portable-utils: drop 2.2.3.0

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

 sys-apps/s6-portable-utils/Manifest|  1 -
 .../s6-portable-utils-2.2.3.0.ebuild   | 46 --
 2 files changed, 47 deletions(-)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 91b1bd4d0ead..edc27397a759 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,3 +1,2 @@
-DIST s6-portable-utils-2.2.3.0.tar.gz 49239 BLAKE2B 
3be6d6f7b92eea4fb67e3e52ced4409d2bc04c7bb23fea146d778b3739b4682f10dcd2f58cc37a7760368a645d0fa50c887445e6006a563d290c739e72634e9f
 SHA512 
17cb58a49494bba323f031aa07db134505a0884827745ea48e4e93d1ea70b9d4dd141d065b126abb40d5c7625cbb03ba71090e66fd0adb0c54ab49478e929837
 DIST s6-portable-utils-2.2.3.4.tar.gz 50120 BLAKE2B 
17eecbf432b91720ed672e0388665e3dd7302fa2638225d0cdb9ad3c580fa29734ebf5f6e838e1bc4fdcec841ac4414d5b13d78ccb9167f5fad18dc763d8f611
 SHA512 
1bb9f7bd1c00d12d8434dbabb7061fe589ee9de9f0745399aacf560712bb0c9b4df2dbc221b0c8144c351e9976982c7a7e69dd127517281799d810596d8db5a2
 DIST s6-portable-utils-2.2.4.0.tar.gz 50343 BLAKE2B 
edfbe4ab48914ae485072f220931e6af4d53fc8d1c1dc5e1186bc1688a429e6d14a370b02dbe0a9b641a8204f65e6f6bfb6cb0c0c9318acf89d9f6ad7f7f914f
 SHA512 
35b62aff76b9fbf978e81dad2f343a2542cb4a853530948cc3b446b20e8d5f976d1624194c2aad6e0277b73d23d5cecf2142e3f2916bd152ad62342fc30fe07a

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild
deleted file mode 100644
index 321cb2248504..
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Set of tiny portable unix utilities"
-HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="static"
-
-RDEPEND="!static? ( >=dev-libs/skalibs-2.10.0.0:= )"
-DEPEND="${RDEPEND}
-   static? ( >=dev-libs/skalibs-2.10.0.0[static-libs] )
-"
-
-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
-
-   sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
-}
-
-src_configure() {
-   tc-export AR CC RANLIB
-
-   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 \
-   $(use_enable static allstatic) \
-   $(use_enable static static-libc)
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2022-05-22 Thread Joonas Niilola
commit: b266ec0e7a41f715e46c54846daf84692eaf2c15
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun May 22 06:05:32 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun May 22 06:06:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b266ec0e

sys-apps/s6-portable-utils: Stabilize 2.2.4.0 x86, #846683

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild
index 7cef0159e8b7..4b3acc96437c 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="static"
 
 RDEPEND="!static? ( >=dev-libs/skalibs-2.11.2.0:= )"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2022-05-22 Thread Joonas Niilola
commit: 06a0214fdd7411d645875edfffad40f09a00c1fa
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun May 22 05:56:54 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun May 22 06:06:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a0214f

sys-apps/s6-portable-utils: Stabilize 2.2.4.0 amd64, #846683

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild
index 5defe8187bb3..7cef0159e8b7 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="static"
 
 RDEPEND="!static? ( >=dev-libs/skalibs-2.11.2.0:= )"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2022-04-24 Thread Joonas Niilola
commit: fe53b26e57182226c55d1dec60159c2c71f5cf6a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Apr 24 09:49:10 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 24 09:49:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe53b26e

sys-apps/s6-portable-utils: Stabilize 2.2.3.4 amd64, #834437

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild
index 7b110be210be..e94c0ff91382 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="static"
 
 RDEPEND="!static? ( >=dev-libs/skalibs-2.11.1.0:= )"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2022-03-11 Thread Joonas Niilola
commit: 502228a9e053ae6cc554ff676abd278e2c18f53d
Author: Petr Vaněk  atlas  cz>
AuthorDate: Tue Mar  8 14:52:12 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Mar 11 08:31:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502228a9

sys-apps/s6-portable-utils: add 2.2.4.0

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

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.2.4.0.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 151ad8fc7367..91b1bd4d0ead 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,2 +1,3 @@
 DIST s6-portable-utils-2.2.3.0.tar.gz 49239 BLAKE2B 
3be6d6f7b92eea4fb67e3e52ced4409d2bc04c7bb23fea146d778b3739b4682f10dcd2f58cc37a7760368a645d0fa50c887445e6006a563d290c739e72634e9f
 SHA512 
17cb58a49494bba323f031aa07db134505a0884827745ea48e4e93d1ea70b9d4dd141d065b126abb40d5c7625cbb03ba71090e66fd0adb0c54ab49478e929837
 DIST s6-portable-utils-2.2.3.4.tar.gz 50120 BLAKE2B 
17eecbf432b91720ed672e0388665e3dd7302fa2638225d0cdb9ad3c580fa29734ebf5f6e838e1bc4fdcec841ac4414d5b13d78ccb9167f5fad18dc763d8f611
 SHA512 
1bb9f7bd1c00d12d8434dbabb7061fe589ee9de9f0745399aacf560712bb0c9b4df2dbc221b0c8144c351e9976982c7a7e69dd127517281799d810596d8db5a2
+DIST s6-portable-utils-2.2.4.0.tar.gz 50343 BLAKE2B 
edfbe4ab48914ae485072f220931e6af4d53fc8d1c1dc5e1186bc1688a429e6d14a370b02dbe0a9b641a8204f65e6f6bfb6cb0c0c9318acf89d9f6ad7f7f914f
 SHA512 
35b62aff76b9fbf978e81dad2f343a2542cb4a853530948cc3b446b20e8d5f976d1624194c2aad6e0277b73d23d5cecf2142e3f2916bd152ad62342fc30fe07a

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild
new file mode 100644
index ..5defe8187bb3
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.4.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="static"
+
+RDEPEND="!static? ( >=dev-libs/skalibs-2.11.2.0:= )"
+DEPEND="${RDEPEND}
+   static? ( >=dev-libs/skalibs-2.11.2.0[static-libs] )
+"
+
+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
+   $(use_enable static allstatic)
+   $(use_enable static static-libc)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2022-03-10 Thread Jakov Smolić
commit: 7c85be70e043306519c762cbfd961ae165fb6617
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 10 09:48:03 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 10 09:48:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c85be70

sys-apps/s6-portable-utils: Stabilize 2.2.3.4 x86, #834437

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild
index 603e92d975b7..7b110be210be 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 IUSE="static"
 
 RDEPEND="!static? ( >=dev-libs/skalibs-2.11.1.0:= )"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2022-01-28 Thread Sam James
commit: 890e958cd5c829dde19ae71a10fc30fd1fe26a04
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sun Sep 26 16:44:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 28 07:59:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890e958c

sys-apps/s6-portable-utils: add 2.2.3.4

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

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

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.2.3.4.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 76c3a5a44495..151ad8fc7367 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1 +1,2 @@
 DIST s6-portable-utils-2.2.3.0.tar.gz 49239 BLAKE2B 
3be6d6f7b92eea4fb67e3e52ced4409d2bc04c7bb23fea146d778b3739b4682f10dcd2f58cc37a7760368a645d0fa50c887445e6006a563d290c739e72634e9f
 SHA512 
17cb58a49494bba323f031aa07db134505a0884827745ea48e4e93d1ea70b9d4dd141d065b126abb40d5c7625cbb03ba71090e66fd0adb0c54ab49478e929837
+DIST s6-portable-utils-2.2.3.4.tar.gz 50120 BLAKE2B 
17eecbf432b91720ed672e0388665e3dd7302fa2638225d0cdb9ad3c580fa29734ebf5f6e838e1bc4fdcec841ac4414d5b13d78ccb9167f5fad18dc763d8f611
 SHA512 
1bb9f7bd1c00d12d8434dbabb7061fe589ee9de9f0745399aacf560712bb0c9b4df2dbc221b0c8144c351e9976982c7a7e69dd127517281799d810596d8db5a2

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild
new file mode 100644
index ..603e92d975b7
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="static"
+
+RDEPEND="!static? ( >=dev-libs/skalibs-2.11.1.0:= )"
+DEPEND="${RDEPEND}
+   static? ( >=dev-libs/skalibs-2.11.1.0[static-libs] )
+"
+
+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
+   $(use_enable static allstatic)
+   $(use_enable static static-libc)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

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

sys-apps/s6-portable-utils: add myself as a proxy maintainer

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

 sys-apps/s6-portable-utils/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/sys-apps/s6-portable-utils/metadata.xml 
b/sys-apps/s6-portable-utils/metadata.xml
index 3c6c082ed21d..aed39d3983af 100644
--- a/sys-apps/s6-portable-utils/metadata.xml
+++ b/sys-apps/s6-portable-utils/metadata.xml
@@ -9,4 +9,12 @@
willi...@gentoo.org
William Hubbs

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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2022-01-28 Thread Sam James
commit: beebd5e5c159e552519bf359c3242eb9f8da0613
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sun Jan 23 12:21:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 28 07:59:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beebd5e5

sys-apps/s6-portable-utils: drop 2.2.1.1, 2.2.1.2, 2.2.1.3, 2.2.2.1

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

 sys-apps/s6-portable-utils/Manifest|  4 --
 .../s6-portable-utils-2.2.1.1.ebuild   | 51 --
 .../s6-portable-utils-2.2.1.2.ebuild   | 42 --
 .../s6-portable-utils-2.2.1.3.ebuild   | 40 -
 .../s6-portable-utils-2.2.2.1.ebuild   | 40 -
 5 files changed, 177 deletions(-)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index f1f7e53ab135..76c3a5a44495 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,5 +1 @@
-DIST s6-portable-utils-2.2.1.1.tar.gz 47138 BLAKE2B 
f5519fbedc2599c0b9366bbff38a9438cb4cdf3b770dfec6e519f8857bd77a3bea172284318df224104fe7003af4a68cadc8089d77c98ba4da85eb59d59819f4
 SHA512 
fba7a4d1f5e0c969dc254775f28c02f1b8673ead28022962175bd605125dc56012cfdeb177037c322780be93a5191a5292a47cb26cf5d466bb5eb081fa5a9657
-DIST s6-portable-utils-2.2.1.2.tar.gz 47446 BLAKE2B 
31093828bbff8d7ebd68e9b9024abff802511d6def436b6c4a42e127fc8ee84544a3e590db2e59d76f2ab407b29edbd462725d8f6c8b4923b999809c58126c8f
 SHA512 
697356a1bea6a0d9ca2dc995667fb2c3ab0e0ec72f9cba9f64a3b745e17ff85793be4b9a3bfcb8137938b732195fdabd2ffba5cef26f86f3ad2705907c6a8ab4
-DIST s6-portable-utils-2.2.1.3.tar.gz 47619 BLAKE2B 
fc9c7a77f42bb64bdd1cd1cfd23d9e0aa0a208451d28d7b76b67a91aa93eebc75148604877af16f102b27581d81549c1fd6e9bf8ff6f62ad3bb9e344191c3886
 SHA512 
6640027e65a19417461e1e9c778d276d6ceb3f95ea5c720dd21b0d1755bb8f1a218cd9f42effd6ab6034889cc415ab935b4583b6696c2a96351417d9a8f4d7b0
-DIST s6-portable-utils-2.2.2.1.tar.gz 47874 BLAKE2B 
e1a9677c304d256f8a890da9c35716b513971d506e705db847e71355f7e10a49c3b4a3cdec220513964429db2faaecce5dd3c09d94fc71d19fada6f83f7619d9
 SHA512 
2e74befec59ae6d3f27cb5f2bb92db23af484043e4d5e53e4816d75927059af6698614a4c3ce7ed7e380a88d5bbe88e41dcbc97eb607a10d7a3e46b8a36744ed
 DIST s6-portable-utils-2.2.3.0.tar.gz 49239 BLAKE2B 
3be6d6f7b92eea4fb67e3e52ced4409d2bc04c7bb23fea146d778b3739b4682f10dcd2f58cc37a7760368a645d0fa50c887445e6006a563d290c739e72634e9f
 SHA512 
17cb58a49494bba323f031aa07db134505a0884827745ea48e4e93d1ea70b9d4dd141d065b126abb40d5c7625cbb03ba71090e66fd0adb0c54ab49478e929837

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.1.ebuild
deleted file mode 100644
index d303c8bb16a9..
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="set of tiny portable unix utilities"
-HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static"
-
-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 allstatic) \
-   $(use_enable static static-libc)
-}

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.2.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.2.ebuild
deleted file mode 100644
index d10b94ff05bd..
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="set of tiny portable unix utilities"
-HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
-SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"

[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

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

sys-apps/s6-portable-utils: respect AR, CC and RANLIB

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild
index f7e0efbb5a78..367204b5c902 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="Set of tiny portable unix utilities"
 HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
 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: sys-apps/s6-portable-utils/

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

sys-apps/s6-portable-utils: 2.2.3.0 bump

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

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.2.3.0.ebuild   | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index d570ca33807..f1f7e53ab13 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -2,3 +2,4 @@ DIST s6-portable-utils-2.2.1.1.tar.gz 47138 BLAKE2B 
f5519fbedc2599c0b9366bbff38a
 DIST s6-portable-utils-2.2.1.2.tar.gz 47446 BLAKE2B 
31093828bbff8d7ebd68e9b9024abff802511d6def436b6c4a42e127fc8ee84544a3e590db2e59d76f2ab407b29edbd462725d8f6c8b4923b999809c58126c8f
 SHA512 
697356a1bea6a0d9ca2dc995667fb2c3ab0e0ec72f9cba9f64a3b745e17ff85793be4b9a3bfcb8137938b732195fdabd2ffba5cef26f86f3ad2705907c6a8ab4
 DIST s6-portable-utils-2.2.1.3.tar.gz 47619 BLAKE2B 
fc9c7a77f42bb64bdd1cd1cfd23d9e0aa0a208451d28d7b76b67a91aa93eebc75148604877af16f102b27581d81549c1fd6e9bf8ff6f62ad3bb9e344191c3886
 SHA512 
6640027e65a19417461e1e9c778d276d6ceb3f95ea5c720dd21b0d1755bb8f1a218cd9f42effd6ab6034889cc415ab935b4583b6696c2a96351417d9a8f4d7b0
 DIST s6-portable-utils-2.2.2.1.tar.gz 47874 BLAKE2B 
e1a9677c304d256f8a890da9c35716b513971d506e705db847e71355f7e10a49c3b4a3cdec220513964429db2faaecce5dd3c09d94fc71d19fada6f83f7619d9
 SHA512 
2e74befec59ae6d3f27cb5f2bb92db23af484043e4d5e53e4816d75927059af6698614a4c3ce7ed7e380a88d5bbe88e41dcbc97eb607a10d7a3e46b8a36744ed
+DIST s6-portable-utils-2.2.3.0.tar.gz 49239 BLAKE2B 
3be6d6f7b92eea4fb67e3e52ced4409d2bc04c7bb23fea146d778b3739b4682f10dcd2f58cc37a7760368a645d0fa50c887445e6006a563d290c739e72634e9f
 SHA512 
17cb58a49494bba323f031aa07db134505a0884827745ea48e4e93d1ea70b9d4dd141d065b126abb40d5c7625cbb03ba71090e66fd0adb0c54ab49478e929837

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild
new file mode 100644
index 000..f7e0efbb5a7
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="static"
+
+RDEPEND="!static? ( >=dev-libs/skalibs-2.9.3.0:= )"
+DEPEND="${RDEPEND}
+   static? ( >=dev-libs/skalibs-2.9.3.0[static-libs] )
+"
+
+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 \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2020-07-15 Thread Sam James
commit: cd2440e4e3c2310d525d398d7f3a60dbb49de1c1
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 15 12:28:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 15 12:30:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2440e4

sys-apps/s6-portable-utils: arm keyworded (bug #705540)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 sys-apps/s6-portable-utils/s6-portable-utils-2.2.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.2.1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.2.1.ebuild
index e414a001fc5..445d1805af8 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.2.1.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="static"
 
 RDEPEND="!static? ( >=dev-libs/skalibs-2.9.1.0:= )"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2020-05-16 Thread Joonas Niilola
commit: a2fb13759732711795bb08d16e7648d934eae0df
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat May 16 07:04:11 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat May 16 07:04:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fb1375

sys-apps/s6-portable-utils: remove p-m

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

 sys-apps/s6-portable-utils/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/sys-apps/s6-portable-utils/metadata.xml 
b/sys-apps/s6-portable-utils/metadata.xml
index ed6e85cfdb1..c36c37139fa 100644
--- a/sys-apps/s6-portable-utils/metadata.xml
+++ b/sys-apps/s6-portable-utils/metadata.xml
@@ -1,16 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   sam...@sholland.org
-   Samuel Holland
-   

willi...@gentoo.org
William Hubbs

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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

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

sys-apps/s6-portable-utils: 2.2.2.1 bump

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

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.2.2.1.ebuild   | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index f743de7c77c..d570ca33807 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,3 +1,4 @@
 DIST s6-portable-utils-2.2.1.1.tar.gz 47138 BLAKE2B 
f5519fbedc2599c0b9366bbff38a9438cb4cdf3b770dfec6e519f8857bd77a3bea172284318df224104fe7003af4a68cadc8089d77c98ba4da85eb59d59819f4
 SHA512 
fba7a4d1f5e0c969dc254775f28c02f1b8673ead28022962175bd605125dc56012cfdeb177037c322780be93a5191a5292a47cb26cf5d466bb5eb081fa5a9657
 DIST s6-portable-utils-2.2.1.2.tar.gz 47446 BLAKE2B 
31093828bbff8d7ebd68e9b9024abff802511d6def436b6c4a42e127fc8ee84544a3e590db2e59d76f2ab407b29edbd462725d8f6c8b4923b999809c58126c8f
 SHA512 
697356a1bea6a0d9ca2dc995667fb2c3ab0e0ec72f9cba9f64a3b745e17ff85793be4b9a3bfcb8137938b732195fdabd2ffba5cef26f86f3ad2705907c6a8ab4
 DIST s6-portable-utils-2.2.1.3.tar.gz 47619 BLAKE2B 
fc9c7a77f42bb64bdd1cd1cfd23d9e0aa0a208451d28d7b76b67a91aa93eebc75148604877af16f102b27581d81549c1fd6e9bf8ff6f62ad3bb9e344191c3886
 SHA512 
6640027e65a19417461e1e9c778d276d6ceb3f95ea5c720dd21b0d1755bb8f1a218cd9f42effd6ab6034889cc415ab935b4583b6696c2a96351417d9a8f4d7b0
+DIST s6-portable-utils-2.2.2.1.tar.gz 47874 BLAKE2B 
e1a9677c304d256f8a890da9c35716b513971d506e705db847e71355f7e10a49c3b4a3cdec220513964429db2faaecce5dd3c09d94fc71d19fada6f83f7619d9
 SHA512 
2e74befec59ae6d3f27cb5f2bb92db23af484043e4d5e53e4816d75927059af6698614a4c3ce7ed7e380a88d5bbe88e41dcbc97eb607a10d7a3e46b8a36744ed

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.2.1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.2.1.ebuild
new file mode 100644
index 000..e414a001fc5
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.2.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static"
+
+RDEPEND="!static? ( >=dev-libs/skalibs-2.9.1.0:= )"
+DEPEND="${RDEPEND}
+   static? ( >=dev-libs/skalibs-2.9.1.0[static-libs] )
+"
+
+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 \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

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

sys-apps/s6-portable-utils: Version bump to 2.2.1.3

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

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.2.1.3.ebuild   | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 73c94721643..f743de7c77c 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,2 +1,3 @@
 DIST s6-portable-utils-2.2.1.1.tar.gz 47138 BLAKE2B 
f5519fbedc2599c0b9366bbff38a9438cb4cdf3b770dfec6e519f8857bd77a3bea172284318df224104fe7003af4a68cadc8089d77c98ba4da85eb59d59819f4
 SHA512 
fba7a4d1f5e0c969dc254775f28c02f1b8673ead28022962175bd605125dc56012cfdeb177037c322780be93a5191a5292a47cb26cf5d466bb5eb081fa5a9657
 DIST s6-portable-utils-2.2.1.2.tar.gz 47446 BLAKE2B 
31093828bbff8d7ebd68e9b9024abff802511d6def436b6c4a42e127fc8ee84544a3e590db2e59d76f2ab407b29edbd462725d8f6c8b4923b999809c58126c8f
 SHA512 
697356a1bea6a0d9ca2dc995667fb2c3ab0e0ec72f9cba9f64a3b745e17ff85793be4b9a3bfcb8137938b732195fdabd2ffba5cef26f86f3ad2705907c6a8ab4
+DIST s6-portable-utils-2.2.1.3.tar.gz 47619 BLAKE2B 
fc9c7a77f42bb64bdd1cd1cfd23d9e0aa0a208451d28d7b76b67a91aa93eebc75148604877af16f102b27581d81549c1fd6e9bf8ff6f62ad3bb9e344191c3886
 SHA512 
6640027e65a19417461e1e9c778d276d6ceb3f95ea5c720dd21b0d1755bb8f1a218cd9f42effd6ab6034889cc415ab935b4583b6696c2a96351417d9a8f4d7b0

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.3.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.3.ebuild
new file mode 100644
index 000..f88473544be
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static"
+
+RDEPEND="!static? ( >=dev-libs/skalibs-2.8.0.0:= )"
+DEPEND="${RDEPEND}
+   static? ( >=dev-libs/skalibs-2.8.0.0[static-libs] )
+"
+
+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 \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

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

sys-apps/s6-portable-utils: Bump to 2.2.1.2

Bump to EAPI 7.

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

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.2.1.2.ebuild   | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index f0eddcc21a0..73c94721643 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1 +1,2 @@
 DIST s6-portable-utils-2.2.1.1.tar.gz 47138 BLAKE2B 
f5519fbedc2599c0b9366bbff38a9438cb4cdf3b770dfec6e519f8857bd77a3bea172284318df224104fe7003af4a68cadc8089d77c98ba4da85eb59d59819f4
 SHA512 
fba7a4d1f5e0c969dc254775f28c02f1b8673ead28022962175bd605125dc56012cfdeb177037c322780be93a5191a5292a47cb26cf5d466bb5eb081fa5a9657
+DIST s6-portable-utils-2.2.1.2.tar.gz 47446 BLAKE2B 
31093828bbff8d7ebd68e9b9024abff802511d6def436b6c4a42e127fc8ee84544a3e590db2e59d76f2ab407b29edbd462725d8f6c8b4923b999809c58126c8f
 SHA512 
697356a1bea6a0d9ca2dc995667fb2c3ab0e0ec72f9cba9f64a3b745e17ff85793be4b9a3bfcb8137938b732195fdabd2ffba5cef26f86f3ad2705907c6a8ab4

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.2.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.2.ebuild
new file mode 100644
index 000..d10b94ff05b
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static"
+
+DEPEND="static? ( >=dev-libs/skalibs-2.7.0.0[static-libs] )
+   !static? ( >=dev-libs/skalibs-2.7.0.0 )
+"
+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 \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2018-10-02 Thread Michał Górny
commit: f5f5782cde04cae682c152a4a6bab13d7655e418
Author: Luis Ressel  aixah  de>
AuthorDate: Tue Oct  2 21:25:18 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct  2 22:08:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f5782c

sys-apps/s6-portable-utils: Add proxy-maint to the maintainer list

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

 sys-apps/s6-portable-utils/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-apps/s6-portable-utils/metadata.xml 
b/sys-apps/s6-portable-utils/metadata.xml
index 96c083c9b37..34f39bd4b28 100644
--- a/sys-apps/s6-portable-utils/metadata.xml
+++ b/sys-apps/s6-portable-utils/metadata.xml
@@ -13,4 +13,8 @@
willi...@gentoo.org
William Hubbs

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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2018-03-29 Thread William Hubbs
commit: 6f0dadcbe4c21f7cf84a8fd17654024ac33b46fc
Author: Luis Ressel  aixah  de>
AuthorDate: Thu Nov 16 01:01:30 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Mar 29 13:24:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0dadcb

sys-apps/s6-portable-utils: Clean up old versions

 sys-apps/s6-portable-utils/Manifest|  5 ---
 .../s6-portable-utils-2.0.5.3.ebuild   | 49 -
 .../s6-portable-utils-2.0.6.0.ebuild   | 47 
 .../s6-portable-utils-2.1.0.0.ebuild   | 48 
 .../s6-portable-utils-2.2.0.0.ebuild   | 48 
 .../s6-portable-utils-2.2.1.0.ebuild   | 51 --
 6 files changed, 248 deletions(-)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 102ba22eb02..f0eddcc21a0 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,6 +1 @@
-DIST s6-portable-utils-2.0.5.3.tar.gz 46300 BLAKE2B 
fb1b0713cd8b5172c18f0e6eb679f79784fdc3e08b85e471916ba048758a1c9f701abcd309304442f4a5309992dcd091ce722823803b9b9a70d7a7ab86a9c551
 SHA512 
19e71457dc0ca8c1d161da36fb32902f2b8c60759745651806c9eebd19f3ec4d3d87d2d45fb226711eb16f6ae407671c363fc2a7df7d5746ecf3a4197012a122
-DIST s6-portable-utils-2.0.6.0.tar.gz 46972 BLAKE2B 
bfb204c40eb152c41e6a84a8ec6b6942a05bd5ee62726d11a1bc86f462b729e4be31d8d376bcca72d6d5f55856a6c51ebdc25a3dff8a157416fa4a01e7485737
 SHA512 
822c723f112550550591afb83908bf4d62f40e88fd46eacc6d56feb4c952bcfc4bad91c988f7379323cf7997c4fb823bb837e0c433ca6947762a63a1b8681557
-DIST s6-portable-utils-2.1.0.0.tar.gz 47170 BLAKE2B 
aba943205803710d2b306c824937c5e87d35a4b9dd00ffa9e12dc46659be114ba1c7edcd5ec5a2c347d14209d63166b81bd64fdad4c047d3dc5c2b2516eda15a
 SHA512 
0b18304c63180c3233a5f29e1fc24b20c9c99c8949b042244d4a5b69cf2f15049ccbeddb2c3ffc5e88ee636bcfe836568670cc1626d5517381771ee3baff10c5
-DIST s6-portable-utils-2.2.0.0.tar.gz 47142 BLAKE2B 
f9b7aff5ffd6c1a6d4afc9072cf035487075ffea799df340394bb747b7a103cc92fdd63560af03e6300c718eb1783ddf2f587d9ad7b8a290f69039f8dad9c5a6
 SHA512 
199f492dd5493ebd284a8cec278816c8d2586ce47d7be082e71926df32fcbcb2feeceb041ab75d20dd40c152cef7151748a75c8122312dc0d7681c8c9cf199ec
-DIST s6-portable-utils-2.2.1.0.tar.gz 47651 BLAKE2B 
62925b82158f0226779c45e6f835f5da8f480cc180886b58f4845e7b2e8198b482e001dc036e2435a6c9a3d102c1ceb09d36ca9d7dd19423d64b7c1b0e4dcd9e
 SHA512 
258419ab42683b4876337be467eb111699d5308c450cf281575a8b1b656fa853d2d46a34ae15b6b8d9fdc785703e5c6ed1b6286d1de000167e9db142f08e3193
 DIST s6-portable-utils-2.2.1.1.tar.gz 47138 BLAKE2B 
f5519fbedc2599c0b9366bbff38a9438cb4cdf3b770dfec6e519f8857bd77a3bea172284318df224104fe7003af4a68cadc8089d77c98ba4da85eb59d59819f4
 SHA512 
fba7a4d1f5e0c969dc254775f28c02f1b8673ead28022962175bd605125dc56012cfdeb177037c322780be93a5191a5292a47cb26cf5d466bb5eb081fa5a9657

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
deleted file mode 100644
index 3de06fd3619..000
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.0.5.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.0.6.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.0.6.0.ebuild
deleted file mode 100644
index c4e21382c45..000
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.0.6.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-

[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2017-10-03 Thread William Hubbs
commit: fd5459746e3fd7ff0002715cf11ddf5495d66fbd
Author: Samuel Holland  sholland  org>
AuthorDate: Tue Oct  3 18:36:22 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Oct  3 18:43:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd545974

sys-apps/s6-portable-utils: 2.2.1.1 version bump

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.2.1.1.ebuild   | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index d2c03e2424d..f69aafe8965 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -3,3 +3,4 @@ DIST s6-portable-utils-2.0.6.0.tar.gz 46972 SHA256 
233b7d13766a23661cc7ed5c052f2
 DIST s6-portable-utils-2.1.0.0.tar.gz 47170 SHA256 
cde145b7b9d1f1685f271c45c8aed635e74221689bb8ec21a11b3e5a252d1c4e SHA512 
0b18304c63180c3233a5f29e1fc24b20c9c99c8949b042244d4a5b69cf2f15049ccbeddb2c3ffc5e88ee636bcfe836568670cc1626d5517381771ee3baff10c5
 WHIRLPOOL 
aeca14c78f8cc5e95c56a14658b6bd41f93bd7bb301b219d2b9a49034f8f565de9e5c33736b029e1d9e5c78abbca75276538b56e442cc247b5971ec5699087a7
 DIST s6-portable-utils-2.2.0.0.tar.gz 47142 SHA256 
7fd542e3600305411a8c3887599fefff974696098978cd414589915ff1b9896d SHA512 
199f492dd5493ebd284a8cec278816c8d2586ce47d7be082e71926df32fcbcb2feeceb041ab75d20dd40c152cef7151748a75c8122312dc0d7681c8c9cf199ec
 WHIRLPOOL 
a4f60f0e95f1021b1e42d428844c013501a5e34105a54e72609346b2d77036bde226ad30ba20b697c2d5a797aa637a8245e0d5e46a9966eee453cce4ec79ea9d
 DIST s6-portable-utils-2.2.1.0.tar.gz 47651 SHA256 
15b044017a1d24432affa26945793aaf93fff03ad0c0ff10a3a4973277fc009b SHA512 
258419ab42683b4876337be467eb111699d5308c450cf281575a8b1b656fa853d2d46a34ae15b6b8d9fdc785703e5c6ed1b6286d1de000167e9db142f08e3193
 WHIRLPOOL 
25de3d7004be8259ca5f0eb02e281ef34bbc196122d430b596184bcd7f8e33ec2b3c0f931dca4b1242ee1e659a47fe4732657671e735c118ad836617999ca82c
+DIST s6-portable-utils-2.2.1.1.tar.gz 47138 SHA256 
6ae239d2c458a81c92b5d616129e443874f925bf3da02589913a1a3b708c4531 SHA512 
fba7a4d1f5e0c969dc254775f28c02f1b8673ead28022962175bd605125dc56012cfdeb177037c322780be93a5191a5292a47cb26cf5d466bb5eb081fa5a9657
 WHIRLPOOL 
ea2cb04c8023d71e122b890917ec74bd9b121778c0695385fd3b129c94e4fdf34d1b91cb5fe3dcefe39c86fed4fafa637cde96fd165ac4c3442794466560a8da

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.1.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.1.ebuild
new file mode 100644
index 000..d303c8bb16a
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static"
+
+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 allstatic) \
+   $(use_enable static static-libc)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2017-05-21 Thread William Hubbs
commit: 4878be14003a1a5fad202966327b09cf057ec212
Author: Luis Ressel  aixah  de>
AuthorDate: Sun May 21 15:31:16 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun May 21 21:09:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4878be14

sys-apps/s6-portable-utils: Bump to 2.2.1.0, fix #618156

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.2.1.0.ebuild   | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 2bcc3a9cf5e..d2c03e2424d 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -2,3 +2,4 @@ DIST s6-portable-utils-2.0.5.3.tar.gz 46300 SHA256 
27be01b3d66df617ea7dbc21b55d2
 DIST s6-portable-utils-2.0.6.0.tar.gz 46972 SHA256 
233b7d13766a23661cc7ed5c052f29b9c558c1d516a538a281a17da22a909d4b SHA512 
822c723f112550550591afb83908bf4d62f40e88fd46eacc6d56feb4c952bcfc4bad91c988f7379323cf7997c4fb823bb837e0c433ca6947762a63a1b8681557
 WHIRLPOOL 
efa966bb5423bb4d0e7cd56c41d899430a7b6204e99646f376b8e9acba9ec8cc7b597fb420397a8808c2f3c4bec65826701e61f1d6e452fef2004e051a4d0d35
 DIST s6-portable-utils-2.1.0.0.tar.gz 47170 SHA256 
cde145b7b9d1f1685f271c45c8aed635e74221689bb8ec21a11b3e5a252d1c4e SHA512 
0b18304c63180c3233a5f29e1fc24b20c9c99c8949b042244d4a5b69cf2f15049ccbeddb2c3ffc5e88ee636bcfe836568670cc1626d5517381771ee3baff10c5
 WHIRLPOOL 
aeca14c78f8cc5e95c56a14658b6bd41f93bd7bb301b219d2b9a49034f8f565de9e5c33736b029e1d9e5c78abbca75276538b56e442cc247b5971ec5699087a7
 DIST s6-portable-utils-2.2.0.0.tar.gz 47142 SHA256 
7fd542e3600305411a8c3887599fefff974696098978cd414589915ff1b9896d SHA512 
199f492dd5493ebd284a8cec278816c8d2586ce47d7be082e71926df32fcbcb2feeceb041ab75d20dd40c152cef7151748a75c8122312dc0d7681c8c9cf199ec
 WHIRLPOOL 
a4f60f0e95f1021b1e42d428844c013501a5e34105a54e72609346b2d77036bde226ad30ba20b697c2d5a797aa637a8245e0d5e46a9966eee453cce4ec79ea9d
+DIST s6-portable-utils-2.2.1.0.tar.gz 47651 SHA256 
15b044017a1d24432affa26945793aaf93fff03ad0c0ff10a3a4973277fc009b SHA512 
258419ab42683b4876337be467eb111699d5308c450cf281575a8b1b656fa853d2d46a34ae15b6b8d9fdc785703e5c6ed1b6286d1de000167e9db142f08e3193
 WHIRLPOOL 
25de3d7004be8259ca5f0eb02e281ef34bbc196122d430b596184bcd7f8e33ec2b3c0f931dca4b1242ee1e659a47fe4732657671e735c118ad836617999ca82c

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.0.ebuild
new file mode 100644
index 000..a78156832d3
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.1.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-libs/skalibs-2.5.1.0[static-libs]
+   )
+   !static? (
+   >=dev-libs/skalibs-2.5.1.0
+   )
+"
+RDEPEND="
+   !static? (
+   >=dev-libs/skalibs-2.5.1.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 allstatic) \
+   $(use_enable static static-libc)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2017-04-26 Thread William Hubbs
commit: 8946ebbc9a76b2afd78d5462fd7db662ff5465a8
Author: Samuel Holland  sholland  org>
AuthorDate: Wed Apr 26 21:15:51 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 26 21:28:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8946ebbc

sys-apps/s6-portable-utils: 2.2.0.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.2.0.0.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index d53bb671ac3..2bcc3a9cf5e 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,3 +1,4 @@
 DIST s6-portable-utils-2.0.5.3.tar.gz 46300 SHA256 
27be01b3d66df617ea7dbc21b55d253d5b9142463099f6944f90ef33587a2e09 SHA512 
19e71457dc0ca8c1d161da36fb32902f2b8c60759745651806c9eebd19f3ec4d3d87d2d45fb226711eb16f6ae407671c363fc2a7df7d5746ecf3a4197012a122
 WHIRLPOOL 
1760eadf1eded5981aeb5b43df3a3c012a0b300ffed4ffdb22b51907e07962f65270763dff24937acbe7414d70f273497d8b91672360606827a002e968d2fa58
 DIST s6-portable-utils-2.0.6.0.tar.gz 46972 SHA256 
233b7d13766a23661cc7ed5c052f29b9c558c1d516a538a281a17da22a909d4b SHA512 
822c723f112550550591afb83908bf4d62f40e88fd46eacc6d56feb4c952bcfc4bad91c988f7379323cf7997c4fb823bb837e0c433ca6947762a63a1b8681557
 WHIRLPOOL 
efa966bb5423bb4d0e7cd56c41d899430a7b6204e99646f376b8e9acba9ec8cc7b597fb420397a8808c2f3c4bec65826701e61f1d6e452fef2004e051a4d0d35
 DIST s6-portable-utils-2.1.0.0.tar.gz 47170 SHA256 
cde145b7b9d1f1685f271c45c8aed635e74221689bb8ec21a11b3e5a252d1c4e SHA512 
0b18304c63180c3233a5f29e1fc24b20c9c99c8949b042244d4a5b69cf2f15049ccbeddb2c3ffc5e88ee636bcfe836568670cc1626d5517381771ee3baff10c5
 WHIRLPOOL 
aeca14c78f8cc5e95c56a14658b6bd41f93bd7bb301b219d2b9a49034f8f565de9e5c33736b029e1d9e5c78abbca75276538b56e442cc247b5971ec5699087a7
+DIST s6-portable-utils-2.2.0.0.tar.gz 47142 SHA256 
7fd542e3600305411a8c3887599fefff974696098978cd414589915ff1b9896d SHA512 
199f492dd5493ebd284a8cec278816c8d2586ce47d7be082e71926df32fcbcb2feeceb041ab75d20dd40c152cef7151748a75c8122312dc0d7681c8c9cf199ec
 WHIRLPOOL 
a4f60f0e95f1021b1e42d428844c013501a5e34105a54e72609346b2d77036bde226ad30ba20b697c2d5a797aa637a8245e0d5e46a9966eee453cce4ec79ea9d

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.0.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.0.0.ebuild
new file mode 100644
index 000..19b915f7e61
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static"
+
+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 allstatic) \
+   $(use_enable static static-libc)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2017-01-11 Thread William Hubbs
commit: 57f12baac1076f5607a2e22122ee75c5ee763a32
Author: Samuel Holland  sholland  org>
AuthorDate: Mon Jan  9 21:46:12 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jan 11 23:33:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f12baa

sys-apps/s6-portable-utils: 2.1.0.0 version bump

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

 sys-apps/s6-portable-utils/Manifest|  1 +
 sys-apps/s6-portable-utils/metadata.xml|  4 ++
 .../s6-portable-utils-2.1.0.0.ebuild   | 49 ++
 3 files changed, 54 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 4e527b8..d53bb67 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,2 +1,3 @@
 DIST s6-portable-utils-2.0.5.3.tar.gz 46300 SHA256 
27be01b3d66df617ea7dbc21b55d253d5b9142463099f6944f90ef33587a2e09 SHA512 
19e71457dc0ca8c1d161da36fb32902f2b8c60759745651806c9eebd19f3ec4d3d87d2d45fb226711eb16f6ae407671c363fc2a7df7d5746ecf3a4197012a122
 WHIRLPOOL 
1760eadf1eded5981aeb5b43df3a3c012a0b300ffed4ffdb22b51907e07962f65270763dff24937acbe7414d70f273497d8b91672360606827a002e968d2fa58
 DIST s6-portable-utils-2.0.6.0.tar.gz 46972 SHA256 
233b7d13766a23661cc7ed5c052f29b9c558c1d516a538a281a17da22a909d4b SHA512 
822c723f112550550591afb83908bf4d62f40e88fd46eacc6d56feb4c952bcfc4bad91c988f7379323cf7997c4fb823bb837e0c433ca6947762a63a1b8681557
 WHIRLPOOL 
efa966bb5423bb4d0e7cd56c41d899430a7b6204e99646f376b8e9acba9ec8cc7b597fb420397a8808c2f3c4bec65826701e61f1d6e452fef2004e051a4d0d35
+DIST s6-portable-utils-2.1.0.0.tar.gz 47170 SHA256 
cde145b7b9d1f1685f271c45c8aed635e74221689bb8ec21a11b3e5a252d1c4e SHA512 
0b18304c63180c3233a5f29e1fc24b20c9c99c8949b042244d4a5b69cf2f15049ccbeddb2c3ffc5e88ee636bcfe836568670cc1626d5517381771ee3baff10c5
 WHIRLPOOL 
aeca14c78f8cc5e95c56a14658b6bd41f93bd7bb301b219d2b9a49034f8f565de9e5c33736b029e1d9e5c78abbca75276538b56e442cc247b5971ec5699087a7

diff --git a/sys-apps/s6-portable-utils/metadata.xml 
b/sys-apps/s6-portable-utils/metadata.xml
index 7ac867b..1bf18c1 100644
--- a/sys-apps/s6-portable-utils/metadata.xml
+++ b/sys-apps/s6-portable-utils/metadata.xml
@@ -7,6 +7,10 @@
Proxied maintainer; set to assignee in all 
bugs


+   sam...@sholland.org
+   Samuel Holland
+   
+   
willi...@gentoo.org
William Hubbs


diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.1.0.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.1.0.0.ebuild
new file mode 100644
index ..daf6246
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.1.0.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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=">=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 allstatic) \
+   $(use_enable static static-libc)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2016-06-29 Thread William Hubbs
commit: 3e3fc97d6502d992788ae24e0d6d687b31ed8a60
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun 29 17:12:50 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun 29 17:35:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3fc97d

sys-apps/s6-portable-utils: 2.0.6.0 version bump

Package-Manager: portage-2.2.28

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.0.6.0.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index 03cd0a8..4e527b8 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1 +1,2 @@
 DIST s6-portable-utils-2.0.5.3.tar.gz 46300 SHA256 
27be01b3d66df617ea7dbc21b55d253d5b9142463099f6944f90ef33587a2e09 SHA512 
19e71457dc0ca8c1d161da36fb32902f2b8c60759745651806c9eebd19f3ec4d3d87d2d45fb226711eb16f6ae407671c363fc2a7df7d5746ecf3a4197012a122
 WHIRLPOOL 
1760eadf1eded5981aeb5b43df3a3c012a0b300ffed4ffdb22b51907e07962f65270763dff24937acbe7414d70f273497d8b91672360606827a002e968d2fa58
+DIST s6-portable-utils-2.0.6.0.tar.gz 46972 SHA256 
233b7d13766a23661cc7ed5c052f29b9c558c1d516a538a281a17da22a909d4b SHA512 
822c723f112550550591afb83908bf4d62f40e88fd46eacc6d56feb4c952bcfc4bad91c988f7379323cf7997c4fb823bb837e0c433ca6947762a63a1b8681557
 WHIRLPOOL 
efa966bb5423bb4d0e7cd56c41d899430a7b6204e99646f376b8e9acba9ec8cc7b597fb420397a8808c2f3c4bec65826701e61f1d6e452fef2004e051a4d0d35

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.0.6.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.0.6.0.ebuild
new file mode 100644
index 000..e52079f
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.0.6.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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.10.0[static-libs] )
+   !static? ( >=dev-libs/skalibs-2.3.10.0 )
+   "
+RDEPEND="
+   !static? ( >=dev-libs/skalibs-2.3.10.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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2016-04-13 Thread William Hubbs
commit: 5640bad62219fed1af0d3d64951bc199b085bbea
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Apr 13 16:26:27 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 13 16:29:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5640bad6

sys-apps/s6-portable-utils: replace proxy-maint with myself as co-maintainer

Package-Manager: portage-2.2.26

 sys-apps/s6-portable-utils/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/s6-portable-utils/metadata.xml 
b/sys-apps/s6-portable-utils/metadata.xml
index 114fff1..7ac867b 100644
--- a/sys-apps/s6-portable-utils/metadata.xml
+++ b/sys-apps/s6-portable-utils/metadata.xml
@@ -6,8 +6,8 @@
Luis Ressel
Proxied maintainer; set to assignee in all 
bugs

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
+   
+   willi...@gentoo.org
+   William Hubbs

 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2016-02-04 Thread Kristian Fiskerstrand
commit: 9d420b6f039747301ad5d7fd5be6f2fe108429a2
Author: Luis Ressel  aixah  de>
AuthorDate: Mon Feb  1 00:52:43 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu Feb  4 17:00:50 2016 +
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 000..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 000..114fff1
--- /dev/null
+++ b/sys-apps/s6-portable-utils/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ara...@aixah.de
+   Luis Ressel
+   Proxied maintainer; set to assignee in all 
bugs
+   
+   
+   proxy-ma...@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 000..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
+}