[gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/rauc/, dev-embedded/rauc/files/

2020-08-14 Thread Kurt Kanzenbach
commit: 5180dd14e1b9eb11e7d7a95e93984e82d2e928aa
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Sat Aug 15 06:49:17 2020 +
Commit: Kurt Kanzenbach  kmk-computers  de>
CommitDate: Sat Aug 15 06:49:17 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5180dd14

dev-embedded/rauc: Drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-embedded/rauc/Manifest   |  1 -
 dev-embedded/rauc/files/rauc-1.3-tests.patch | 56 ---
 dev-embedded/rauc/rauc-1.3.ebuild| 57 
 3 files changed, 114 deletions(-)

diff --git a/dev-embedded/rauc/Manifest b/dev-embedded/rauc/Manifest
index 2bd0fb6..6e64fb6 100644
--- a/dev-embedded/rauc/Manifest
+++ b/dev-embedded/rauc/Manifest
@@ -1,2 +1 @@
-DIST rauc-1.3.tar.xz 1336420 BLAKE2B 
79d8cc081b7871a7c4cf7eee47c042cb57723c60dad0cfefcb194048fe1c9a52261e1ef037f397ec80e7c1f1690fd34e4ce44a2d7cb427a5a48632760215e48b
 SHA512 
044f679f81c0af58d5620a16c3a0fd7bc8ae50dccc403dd26f201735e0d7488e485b84ac38329b5f091648ae1173088a4e14976f6d28ef185a07daed82cc5b65
 DIST rauc-1.4.tar.xz 807676 BLAKE2B 
e8dc46daf861c4ff5e80ac5af08eb03afb071b313dce38cbc127205f24c2f25793f51812c95ae4a0d914ea4cfec257ee06e3776b78b20488a6a33edd9b08e5c0
 SHA512 
6ac572d396cae609060ff4a7d2a26f5b8ed839504e76628f47388b1dac93ad1794114a9c105c5a9eb070478f9bd1b6f2cd6aeb5e84c64fdce4d7cbe30bb9ea31

diff --git a/dev-embedded/rauc/files/rauc-1.3-tests.patch 
b/dev-embedded/rauc/files/rauc-1.3-tests.patch
deleted file mode 100644
index 1fed632..000
--- a/dev-embedded/rauc/files/rauc-1.3-tests.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From 2c5300478b288ef8aa627280cca691312ac75a9e Mon Sep 17 00:00:00 2001
-From: Kurt Kanzenbach 
-Date: Fri, 1 May 2020 13:25:51 +0200
-Subject: [PATCH] tests: Disable failing tests
-
-Some tests are failing inside portage. Disable them.
-
-Signed-off-by: Kurt Kanzenbach 

- Makefile.am | 12 
- 1 file changed, 12 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 4d9a0687aec2..7ddc38e836a1 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -139,15 +139,10 @@ check_PROGRAMS = \
-   test/update_handler.test \
-   test/utils.test \
-   test/install.test \
--  test/service.test \
-   test/bundle.test \
-   test/progress.test \
-   test/slot.test
- 
--if WANT_NETWORK
--check_PROGRAMS += test/network.test
--endif
--
- noinst_PROGRAMS = test/fakerand
- 
- test_fakerand_SOURCES = test/fakerand.c
-@@ -201,10 +196,6 @@ test_context_test_LDADD = librauctest.la
- test_manifest_test_SOURCES = test/manifest.c
- test_manifest_test_LDADD = librauctest.la
- 
--test_service_test_CFLAGS = $(AM_CFLAGS) 
-DTEST_SERVICES=\""$(abs_top_builddir)"\"
--test_service_test_SOURCES = test/service.c rauc-installer-generated.h
--test_service_test_LDADD = librauctest.la
--
- test_signature_test_SOURCES = test/signature.c
- test_signature_test_LDADD = librauctest.la
- 
-@@ -217,9 +208,6 @@ test_utils_test_LDADD = librauctest.la
- test_install_test_SOURCES = test/install.c
- test_install_test_LDADD = librauctest.la
- 
--test_network_test_SOURCES = test/network.c
--test_network_test_LDADD = librauctest.la
--
- test_progress_test_SOURCES = test/progress.c
- test_progress_test_LDADD = librauctest.la
- 
--- 
-2.26.2
-

diff --git a/dev-embedded/rauc/rauc-1.3.ebuild 
b/dev-embedded/rauc/rauc-1.3.ebuild
deleted file mode 100644
index 8172482..000
--- a/dev-embedded/rauc/rauc-1.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DOCBUILDER="sphinx"
-DOCDIR="${S}/docs"
-
-inherit autotools docs
-
-DESCRIPTION="Lightweight update client that runs on your Embedded Linux device"
-HOMEPAGE="https://rauc.io/";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz";
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="json network service test"
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   dev-util/gdbus-codegen
-   virtual/pkgconfig
-   test? ( sys-fs/squashfs-tools )
-"
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/openssl:0=
-   json? ( dev-libs/json-glib )
-   network? ( net-misc/curl )
-   service? ( sys-apps/dbus )
-"
-DEPEND="
-   ${RDEPEND}
-"
-
-PATCHES=( "${FILESDIR}/${P}-tests.patch" )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable json)
-   $(use_enable network)
-   $(use_enable service)
-   )
-   econf "${myconf[@]}"
-}
-
-src_compile() {
-   default
-   docs_compile
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/comparator/

2020-08-14 Thread Sam James
commit: 6d8ffe5ee9cc24b55f9f1342f42bb4d3ca6455a3
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 06:46:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 06:46:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8ffe5e

dev-util/comparator: Stabilize 2.12 arm, #735310

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

 dev-util/comparator/comparator-2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/comparator/comparator-2.12.ebuild 
b/dev-util/comparator/comparator-2.12.ebuild
index 8184007cd40..dbe61dacac6 100644
--- a/dev-util/comparator/comparator-2.12.ebuild
+++ b/dev-util/comparator/comparator-2.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.catb.org/~esr/comparator/${P}.tar.gz";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="=app-text/docbook-xml-dtd-4.1.2*
app-text/xmlto"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgcrypt/

2020-08-14 Thread Sam James
commit: 7d8f22bca5d13ab5d12633f524282e567ab301a7
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 06:51:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 06:51:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8f22bc

dev-libs/libgcrypt: Stabilize 1.8.6 arm, #737158

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

 dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild
index 4c4369b640c..f5ae2ecfada 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc o-flag-munging static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.25[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/rauc/, dev-embedded/rauc/files/

2020-08-14 Thread Kurt Kanzenbach
commit: 59bc932e4b3011d0ddc09ea71b581dbd1aac6133
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Sat Aug 15 06:48:35 2020 +
Commit: Kurt Kanzenbach  kmk-computers  de>
CommitDate: Sat Aug 15 06:48:35 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59bc932e

dev-embedded/rauc: Bump version

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-embedded/rauc/Manifest   |  1 +
 dev-embedded/rauc/files/rauc-1.4-tests.patch | 40 +++
 dev-embedded/rauc/rauc-1.4.ebuild| 57 
 3 files changed, 98 insertions(+)

diff --git a/dev-embedded/rauc/Manifest b/dev-embedded/rauc/Manifest
index 502637a..2bd0fb6 100644
--- a/dev-embedded/rauc/Manifest
+++ b/dev-embedded/rauc/Manifest
@@ -1 +1,2 @@
 DIST rauc-1.3.tar.xz 1336420 BLAKE2B 
79d8cc081b7871a7c4cf7eee47c042cb57723c60dad0cfefcb194048fe1c9a52261e1ef037f397ec80e7c1f1690fd34e4ce44a2d7cb427a5a48632760215e48b
 SHA512 
044f679f81c0af58d5620a16c3a0fd7bc8ae50dccc403dd26f201735e0d7488e485b84ac38329b5f091648ae1173088a4e14976f6d28ef185a07daed82cc5b65
+DIST rauc-1.4.tar.xz 807676 BLAKE2B 
e8dc46daf861c4ff5e80ac5af08eb03afb071b313dce38cbc127205f24c2f25793f51812c95ae4a0d914ea4cfec257ee06e3776b78b20488a6a33edd9b08e5c0
 SHA512 
6ac572d396cae609060ff4a7d2a26f5b8ed839504e76628f47388b1dac93ad1794114a9c105c5a9eb070478f9bd1b6f2cd6aeb5e84c64fdce4d7cbe30bb9ea31

diff --git a/dev-embedded/rauc/files/rauc-1.4-tests.patch 
b/dev-embedded/rauc/files/rauc-1.4-tests.patch
new file mode 100644
index 000..fda7fc8
--- /dev/null
+++ b/dev-embedded/rauc/files/rauc-1.4-tests.patch
@@ -0,0 +1,40 @@
+From 0b0cbdd4e376b60a2974c502c100395a381249e8 Mon Sep 17 00:00:00 2001
+From: Kurt Kanzenbach 
+Date: Sat, 15 Aug 2020 08:45:21 +0200
+Subject: [PATCH] tests: Disable network tests
+
+The network tests won't work within portage. Disable them.
+
+Signed-off-by: Kurt Kanzenbach 
+---
+ Makefile.am | 7 ---
+ 1 file changed, 7 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index efe55792fabb..2c6d8080e992 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -150,10 +150,6 @@ check_PROGRAMS = \
+   test/progress.test \
+   test/slot.test
+ 
+-if WANT_NETWORK
+-check_PROGRAMS += test/network.test
+-endif
+-
+ if WANT_JSON
+ check_PROGRAMS += test/boot_switch.test
+ endif
+@@ -233,9 +229,6 @@ test_utils_test_LDADD = librauctest.la
+ test_install_test_SOURCES = test/install.c
+ test_install_test_LDADD = librauctest.la
+ 
+-test_network_test_SOURCES = test/network.c
+-test_network_test_LDADD = librauctest.la
+-
+ test_progress_test_SOURCES = test/progress.c
+ test_progress_test_LDADD = librauctest.la
+ 
+-- 
+2.26.2
+

diff --git a/dev-embedded/rauc/rauc-1.4.ebuild 
b/dev-embedded/rauc/rauc-1.4.ebuild
new file mode 100644
index 000..8172482
--- /dev/null
+++ b/dev-embedded/rauc/rauc-1.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DOCBUILDER="sphinx"
+DOCDIR="${S}/docs"
+
+inherit autotools docs
+
+DESCRIPTION="Lightweight update client that runs on your Embedded Linux device"
+HOMEPAGE="https://rauc.io/";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz";
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="json network service test"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   dev-util/gdbus-codegen
+   virtual/pkgconfig
+   test? ( sys-fs/squashfs-tools )
+"
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/openssl:0=
+   json? ( dev-libs/json-glib )
+   network? ( net-misc/curl )
+   service? ( sys-apps/dbus )
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+PATCHES=( "${FILESDIR}/${P}-tests.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable json)
+   $(use_enable network)
+   $(use_enable service)
+   )
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   default
+   docs_compile
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-nbxmpp/

2020-08-14 Thread Sam James
commit: d54472980c83b907a7154b306a38fc28593f2369
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 06:48:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 06:48:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5447298

dev-python/python-nbxmpp: Stabilize 1.0.1 arm, #736705

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

 dev-python/python-nbxmpp/python-nbxmpp-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-1.0.1.ebuild 
b/dev-python/python-nbxmpp/python-nbxmpp-1.0.1.ebuild
index 32580d7acda..b9f47c386c9 100644
--- a/dev-python/python-nbxmpp/python-nbxmpp-1.0.1.ebuild
+++ b/dev-python/python-nbxmpp/python-nbxmpp-1.0.1.ebuild
@@ -13,5 +13,5 @@ 
SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-${PV}/python
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/

2020-08-14 Thread Sam James
commit: fd0745af9ae1159280d768caaeb07f396c0039aa
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 06:43:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 06:44:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0745af

sys-apps/iproute2: Stabilize 5.7.0 arm, #728016

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

 sys-apps/iproute2/iproute2-5.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iproute2/iproute2-5.7.0.ebuild 
b/sys-apps/iproute2/iproute2-5.7.0.ebuild
index 0e48e03f7c5..1f31ea5e2aa 100644
--- a/sys-apps/iproute2/iproute2-5.7.0.ebuild
+++ b/sys-apps/iproute2/iproute2-5.7.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



[gentoo-commits] repo/proj/matrix:master commit in: dev-libs/olm/

2020-08-14 Thread Stefan Strogin
commit: ec819d4928a79365ea61fae866ceb4ef974b986a
Author: Stefan Strogin  gentoo  org>
AuthorDate: Sat Aug 15 06:33:00 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Sat Aug 15 06:34:09 2020 +
URL:https://gitweb.gentoo.org/repo/proj/matrix.git/commit/?id=ec819d49

dev-libs/olm: upgrade to 3.1.5

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Stefan Strogin  gentoo.org>

 dev-libs/olm/Manifest |  1 +
 dev-libs/olm/metadata.xml |  8 
 dev-libs/olm/olm-3.1.5.ebuild | 15 +++
 3 files changed, 24 insertions(+)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 53af252..675afc9 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1 +1,2 @@
 DIST olm-3.1.3.tar.bz2 460618 BLAKE2B 
ece774684f8ec97495ba2d66b1436f24e0770b39db4e45f54e00165addb9056405562079816542f6841045126e6377cb89a2d911dd89bc9a1cee634d8c1154bb
 SHA512 
605a9793f8c968c6bbaae6de87f831b9c330810183a1b1b87227cbddc70ca796b869b9f800480035b0de458546b2fbcbaf4bc8e239a582fe261f13f845c9a750
+DIST olm-3.1.5.tar.bz2 461855 BLAKE2B 
20412686ea1621de0d45885ae6f44331389cb401410809901187431eb101113f4186dc5b31c055da15143bec70f2251ee506e4fb50b0a8e495bdfa6cdb302b9e
 SHA512 
a41be45e3fadb4e24654a4db8a68dab7fb8b021aeaf48b524d9c2c1e9d48e0b2200b9f1ac8431e79bc620560b16c66fb4c2d3727901b47b78288ea22b3f6ba02

diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml
new file mode 100644
index 000..90af036
--- /dev/null
+++ b/dev-libs/olm/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ste...@gentoo.org
+   Stefan Strogin
+   
+

diff --git a/dev-libs/olm/olm-3.1.5.ebuild b/dev-libs/olm/olm-3.1.5.ebuild
new file mode 100644
index 000..4d1d3bd
--- /dev/null
+++ b/dev-libs/olm/olm-3.1.5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in 
C++"
+HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm";
+SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0/3"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"



[gentoo-commits] repo/gentoo:master commit in: dev-util/umockdev/files/, dev-util/umockdev/

2020-08-14 Thread Mart Raudsepp
commit: 726722241eb44c7471701d2cb11ab0b7f077b564
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 15 06:32:25 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 15 06:32:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72672224

dev-util/umockdev: remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/umockdev/Manifest |  2 -
 .../umockdev/files/umockdev-0.9.4-sysmacros.patch  | 20 --
 dev-util/umockdev/umockdev-0.11.3.ebuild   | 44 --
 dev-util/umockdev/umockdev-0.9.4.ebuild| 34 -
 4 files changed, 100 deletions(-)

diff --git a/dev-util/umockdev/Manifest b/dev-util/umockdev/Manifest
index 2ffad98ea21..976dbbd1c42 100644
--- a/dev-util/umockdev/Manifest
+++ b/dev-util/umockdev/Manifest
@@ -1,3 +1 @@
-DIST umockdev-0.11.3.tar.xz 753152 BLAKE2B 
9f78d160a653ba2c56e97d1b331dfeecd4dd8f6642744849ec3eb85866e4cbce6399679a873b730beddfac2f4bd7572937df4a3db2440ec1bf929849f928bdc6
 SHA512 
e9086777bb13dbd79b629dc68555d19fb8799720dfc4548926b87d032d94212814cb9e1de10e26f5940a9b5db9a15f62a594f3baf0050ffb9ea30f1563db6d6c
 DIST umockdev-0.12.1.tar.xz 756920 BLAKE2B 
a8c1d9734f4c0a8e7f19405e011ce964efce6621b4886efead88e040bfe07d2f5a85f063977dfed1c8fb5a5bf4668024b6e687b688a9609cdba1db419518a8ac
 SHA512 
a8995d09179c7d2d37d319f8e675fb15c3caa605c57b56cbb2e785088909d886e790864475feb82ab2b6eb2449038c636a06250d4f9eb8b28b38f0d80574824c
-DIST umockdev-0.9.4.tar.xz 754856 BLAKE2B 
92182ee856e9432f02cf3a739c7af6f2220394eb4dd81ef6e2949380d124f70d9e34c3d3e49053af43794dd0f2ce0feed8be7366df2c9a06bebee9c52d24ba53
 SHA512 
c291d3f40a0ab366f14021aa0960852de049f4299a0207d93cec28d5961f3bc7f89448add6f7b35c1262d805d1d638837d4d5e6b734879ffb5910da50019e1cd

diff --git a/dev-util/umockdev/files/umockdev-0.9.4-sysmacros.patch 
b/dev-util/umockdev/files/umockdev-0.9.4-sysmacros.patch
deleted file mode 100644
index bfc8bc9ed53..000
--- a/dev-util/umockdev/files/umockdev-0.9.4-sysmacros.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 umockdev-0.9.4/src/umockdev-record.c
-+++ umockdev-0.9.4/src/umockdev-record.c
-@@ -30,6 +30,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
 umockdev-0.9.4/tests/test-umockdev-vala.c
-+++ umockdev-0.9.4/tests/test-umockdev-vala.c
-@@ -36,6 +36,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- 
- #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free 
(var), NULL)))

diff --git a/dev-util/umockdev/umockdev-0.11.3.ebuild 
b/dev-util/umockdev/umockdev-0.11.3.ebuild
deleted file mode 100644
index edd87b90f8a..000
--- a/dev-util/umockdev/umockdev-0.11.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit multilib-minimal python-any-r1
-
-DESCRIPTION="Mock hardware devices for creating unit tests"
-HOMEPAGE="https://github.com/martinpitt/umockdev/";
-SRC_URI="https://github.com/martinpitt/umockdev/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+introspection static-libs test"
-
-RDEPEND="
-   virtual/libudev:=[${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? ( ${PYTHON_DEPS} )
-   app-arch/xz-utils
-   >=dev-util/gtk-doc-am-1.14
-   virtual/pkgconfig
-"
-
-# Tests seem to hang forever
-RESTRICT="test"
-
-multilib_src_configure() {
-   local ECONF_SOURCE=${S}
-   econf \
-   --disable-gtk-doc \
-   $(multilib_native_use_enable introspection) \
-   $(use_enable static-libs static) \
-   VALAC="$(type -P true)"
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/dev-util/umockdev/umockdev-0.9.4.ebuild 
b/dev-util/umockdev/umockdev-0.9.4.ebuild
deleted file mode 100644
index 4845f7ae319..000
--- a/dev-util/umockdev/umockdev-0.9.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit python-any-r1
-
-DESCRIPTION="Mock hardware devices for creating unit tests"
-HOMEPAGE="https://github.com/martinpitt/umockdev/";
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs test"
-
-RDEPEND="dev-libs/libgudev:=
-   virtual/libudev:=
-   >=dev-libs/glib-2.32:2"
-DEPEND="${RDEPEND}
-   test? ( ${PYTHON_DEPS} )
-   app-arch/xz-utils
-   virtual/pkgconfig"
-
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-sysmacros.patch #579988
-)
-
-src_configure() {
-   econf $(use_enable static-libs 

[gentoo-commits] data/api:master commit in: files/overlays/

2020-08-14 Thread Michał Górny
commit: 4775fb2c47d832ae660a39a8959cda8d300a79b1
Author: Ryan Fox  2a03  party>
AuthorDate: Fri Aug 14 23:25:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 15 06:30:09 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=4775fb2c

repositories: Add flewkey-overlay

Closes: https://github.com/gentoo/api-gentoo-org/pull/295
Signed-off-by: Michał Górny  gentoo.org>

 files/overlays/repositories.xml | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 493acff..6202855 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1631,6 +1631,16 @@
 https://github.com/wimmuskee/flavour.git
 git://github.com/wimmuskee/flavour.git
   
+  
+flewkey-overlay
+Personal Gentoo overlay for flewkey
+https://git.sdf.org/flewkey/flewkey-overlay
+
+  flewkey@2a03.party
+  Ryan Fox
+
+https://git.sdf.org/flewkey/flewkey-overlay.git
+  
   
 flightsim
 Overlay with packages for flight simulation, mainly 
related to X-Plane



[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/

2020-08-14 Thread Joonas Niilola
commit: 6dc1a76c6c1221364f661988c15b5961da8b14f9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Aug 15 06:19:25 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 15 06:19:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc1a76c

app-emulation/lxd: bump to 4.0.3

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

 app-emulation/lxd/Manifest |   1 +
 app-emulation/lxd/lxd-4.0.3.ebuild | 208 +
 2 files changed, 209 insertions(+)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index e491542f828..ec555c4d4d4 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -1 +1,2 @@
 DIST lxd-4.0.2.tar.gz 25350601 BLAKE2B 
2abecb61759a1a717960671516157dc7b7a36865ecdbcec1f211e5b653b2b4afc41932a4a289430de0dd4ac1e2c777de471ab26e31dbf2b8d1855f67d03886ad
 SHA512 
6c1c668055e9677850f24e142e6741cb6b5aa8d4d9cce29af566e8090c28e04b4baf973f486aef28b7f6b34be5b9ab9bb45e77956879ff7feff6bec8e4db3077
+DIST lxd-4.0.3.tar.gz 25468067 BLAKE2B 
5c3d8a2841d3222d070be39fb6cb63c99450a7edea86915a808230012f1a3b7a66c2c4a3c56be378f586c8ca033c4f547ed6eeb14bb09a091b3ae28c62fda7ae
 SHA512 
aaf7fe7473e04765263ff99f02041748f0e57abdd0311d734fbf1cbc461516bf6adad1bc42c9cfa58b4e87c28efb5186d9436fb0a1d309b23eb37fe95299ad6f

diff --git a/app-emulation/lxd/lxd-4.0.3.ebuild 
b/app-emulation/lxd/lxd-4.0.3.ebuild
new file mode 100644
index 000..6916707a2f4
--- /dev/null
+++ b/app-emulation/lxd/lxd-4.0.3.ebuild
@@ -0,0 +1,208 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 eutils linux-info systemd
+
+DESCRIPTION="Fast, dense and secure container management"
+HOMEPAGE="https://linuxcontainers.org/lxd/introduction/ 
https://github.com/lxc/lxd";
+SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz";
+
+# Needs to include licenses for all bundled programs and libraries.
+LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="apparmor +ipv6 nls"
+
+DEPEND="app-arch/xz-utils
+   >=app-emulation/lxc-3.0.0[apparmor?,seccomp]
+   dev-lang/tcl
+   dev-libs/libuv
+   dev-libs/lzo
+   net-dns/dnsmasq[dhcp,ipv6?]"
+RDEPEND="${DEPEND}
+   acct-group/lxd
+   net-firewall/ebtables
+   net-firewall/iptables[ipv6?]
+   sys-apps/iproute2[ipv6?]
+   sys-fs/fuse:0=
+   sys-fs/lxcfs
+   sys-fs/squashfs-tools
+   virtual/acl"
+BDEPEND=">=dev-lang/go-1.13
+   nls? ( sys-devel/gettext )"
+
+CONFIG_CHECK="
+   ~BRIDGE
+   ~DUMMY
+   ~IP6_NF_NAT
+   ~IP6_NF_TARGET_MASQUERADE
+   ~IPV6
+   ~IP_NF_NAT
+   ~IP_NF_TARGET_MASQUERADE
+   ~MACVLAN
+   ~NETFILTER_XT_MATCH_COMMENT
+   ~NET_IPGRE
+   ~NET_IPGRE_DEMUX
+   ~NET_IPIP
+   ~NF_NAT_MASQUERADE
+   ~VSOCKETS
+   ~VXLAN
+"
+
+# 4.0.3: Network fetching fixed, but tests don't work when ran inside 
container.
+RESTRICT="test"
+
+# Go magic.
+QA_PREBUILT="/usr/lib/lxd/libdqlite.so.0.0.1
+   /usr/bin/fuidshift
+   /usr/bin/lxc
+   /usr/bin/lxc-to-lxd
+   /usr/bin/lxd-agent
+   /usr/bin/lxd-benchmark
+   /usr/bin/lxd-p2c
+   /usr/sbin/lxd"
+
+EGO_PN="github.com/lxc/lxd"
+GOPATH="${S}/_dist" # this seems to reset every now and then, though
+
+common_op() {
+   local i
+   for i in dqlite raft; do
+   cd "${GOPATH}"/deps/${i} || die "failed to switch dir to ${i}"
+   "${@}"
+   cd "${S}" || die "failed to switch dir back from ${i} to ${S}"
+   done
+}
+
+src_prepare() {
+   default
+
+   export GOPATH="${S}/_dist"
+
+   sed -i \
+   -e "s:\./configure:./configure --prefix=/usr 
--libdir=${EPREFIX}/usr/lib/lxd:g" \
+   -e "s:make:make ${MAKEOPTS}:g" \
+   Makefile || die
+
+   sed -i 's#lib$#lib/lxd#' "${GOPATH}"/deps/libco/Makefile || die
+   sed -i 's#zfs version 2>/dev/null | cut -f 2 -d - | head -1#< 
/sys/module/zfs/version cut -f 1#' "${GOPATH}"/deps/raft/configure.ac || die
+
+   common_op eautoreconf
+}
+
+src_configure() {
+   export GOPATH="${S}/_dist"
+
+   export CO_CFLAGS="-I${GOPATH}/deps/libco/"
+   export CO_LIBS="${GOPATH}/deps/libco/"
+
+   export RAFT_CFLAGS="-I${GOPATH}/deps/raft/include/"
+   export RAFT_LIBS="${GOPATH}/deps/raft/.libs"
+
+   export SQLITE_CFLAGS="-I${GOPATH}/deps/sqlite"
+   export SQLITE_LIBS="${GOPATH}/deps/sqlite/.libs"
+
+   export 
PKG_CONFIG_PATH="${GOPATH}/sqlite/:${GOPATH}/libco/:${GOPATH}/raft/"
+
+   cd "${GOPATH}/deps/sqlite" || die
+   econf --enable-replication --disable-amalgamation --disable-tcl 
--libdir="${EPREFIX}/usr/lib/lxd"
+
+   common_op econf --libdir="${EPREFIX}"/usr/lib/lxd
+}
+
+src_compile() {
+   export GOPATH="${S}/_dist"
+
+   export CGO_CFLAGS="${CGO_CFLAGS} -I${GOPATH}/deps/sq

[gentoo-commits] repo/gentoo:master commit in: sys-fs/btrfsmaintenance/files/, sys-fs/btrfsmaintenance/

2020-08-14 Thread Joonas Niilola
commit: 6ac325a36192442675c5aa55523999cccf0ce3f8
Author: Martin Dummer  gmx  net>
AuthorDate: Mon Aug  3 22:21:53 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 15 06:19:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac325a3

sys-fs/btrfsmaintenance: remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Martin Dummer  gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/16991
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-fs/btrfsmaintenance/Manifest   |  2 -
 .../btrfsmaintenance-0.4.1-r1.ebuild   | 66 --
 .../btrfsmaintenance/btrfsmaintenance-0.4.ebuild   | 62 
 .../btrfsmaintenance/files/fix-btrfs-defrag.patch  | 12 
 4 files changed, 142 deletions(-)

diff --git a/sys-fs/btrfsmaintenance/Manifest b/sys-fs/btrfsmaintenance/Manifest
index 0cffa3253be..80ba3e9881b 100644
--- a/sys-fs/btrfsmaintenance/Manifest
+++ b/sys-fs/btrfsmaintenance/Manifest
@@ -1,4 +1,2 @@
-DIST btrfsmaintenance-0.4.1.tar.gz 21621 BLAKE2B 
36632d64022c7bf64548b0f6076640ee41cc9a6705b521fdc841f72f46808006ea6888476e05bb18bc51c44cb29eb444f816f34a1f251a8254156959aa178cdd
 SHA512 
9a7ccc874e5c62689a0c899e8cc40d0b61625a492d28d8a0fe6c8a32be5990600d55094cb203d81a66488ff363fb960208bda5c19cf2948b51ba1b2764e34000
 DIST btrfsmaintenance-0.4.2.tar.gz 21826 BLAKE2B 
0efc06b6780d7e75573958cd979b991580d518ab756ae80c9f4328f113ab7de87367c6730c23b408298919ac740da3b0ec85ae76face60ad97bf75d9aaa2a178
 SHA512 
802c131edfbc07bca13b89cd8bfc90923b2f23ba780dcb07009a4c4991a588c66a6ffe780938e66ab632201980e5087cd0751cd9185a8bae1a5faba84bf87233
-DIST btrfsmaintenance-0.4.tar.gz 21622 BLAKE2B 
844d467b7712093370c1d6391e26d5046deb84cee6fd60b5774743415c75ad00a1e27c0be21004c260680b72b5615dcfd01b84f1eba3d57f7c9c5d22b6750d8d
 SHA512 
2d19e82c03b291d157dc5f763dcb094330fd1a4aaee6215dbe576a5da44f71f4adee55fd06c60409e4699ac671d2fc73628f202f4f68270910eeba782f0ad153
 DIST btrfsmaintenance-0.5.tar.gz 24602 BLAKE2B 
313c904aa53fc237472256ae74c9eafaf2305b437e280b6bb9c79c2bbaffb6b273304e57d096a911e658fa41fe80308f2a7ad76ded62d79a7f72439163b36444
 SHA512 
fadab1cf33992c42d476649fd017ac4ae26d6bf6a814dc49d0b7b38e04861474c4e54e6ebe429a83e662b8e5c7be7f460b551c65788d960e2f8f0c7512deef41

diff --git a/sys-fs/btrfsmaintenance/btrfsmaintenance-0.4.1-r1.ebuild 
b/sys-fs/btrfsmaintenance/btrfsmaintenance-0.4.1-r1.ebuild
deleted file mode 100644
index 6290c1a9ccc..000
--- a/sys-fs/btrfsmaintenance/btrfsmaintenance-0.4.1-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd
-
-DESCRIPTION="Scripts for btrfs maintenance tasks like periodic scrub, balance, 
trim or defrag"
-HOMEPAGE="https://github.com/kdave/btrfsmaintenance";
-SRC_URI="https://github.com/kdave/btrfsmaintenance/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="systemd"
-
-RDEPEND="
-   sys-fs/btrfs-progs
-   virtual/cron
-   systemd? ( sys-apps/systemd )
-"
-
-PATCHES=(
-   "${FILESDIR}/fix-btrfs-defrag.patch"
-   )
-
-src_prepare() {
-   # Fix config path into watching service
-   sed -i 
's%/etc/sysconfig/btrfsmaintenance%/etc/default/btrfsmaintenance%g' 
btrfsmaintenance-refresh.* || \
-   die "Unable to patch btrfsmaintenance-refresh.*"
-   default
-}
-
-src_install() {
-   dodoc README.md CONTRIBUTING.md CHANGES.md
-   insinto /etc/default
-   newins sysconfig.btrfsmaintenance btrfsmaintenance
-   insinto /usr/share/btrfsmaintenance
-   doins btrfsmaintenance-functions
-   exeinto /usr/share/btrfsmaintenance
-   doexe btrfs*.sh
-   systemd_dounit *.service *.timer *.path
-}
-
-pkg_postinst() {
-   elog "Installing default btrfsmaintenance scripts"
-   if use systemd; then
-   
"${EROOT%/}"/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh 
systemd-timer || die
-   else
-   
"${EROOT%/}"/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh || die
-   fi
-   elog "Now edit cron periods and mount points in 
/etc/default/btrfsmaintenance "
-   elog "then run 
/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh to"
-   elog "update cron symlinks or run"
-   elog "/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh 
systemd-timer"
-   elog "to update systemd timers."
-   elog "You can also enable btrfsmaintenance-refresh.path service in 
order to"
-   elog "monitor the config files changes and update systemd timers 
accordly."
-}
-
-pkg_prerm() {
-   if [[ -z ${REPLACED_BY_VERSION} ]] ; then
-   elog "Removing symlinks from btrfsmaintenance cron tasks"
-   
"${EROOT%/}"/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh 
uninstall || die
-   fi
-}

diff --git a/sys-fs/btrfsma

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/listen/files/

2020-08-14 Thread Hans de Graaff
commit: 6707bb69775530f985a6bd48d9867fe83fa6efb9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Aug 11 18:36:00 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 15 06:19:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6707bb69

dev-ruby/listen: remove unused patch(es)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/listen/files/listen-3.1.5-ruby26.patch | 33 -
 1 file changed, 33 deletions(-)

diff --git a/dev-ruby/listen/files/listen-3.1.5-ruby26.patch 
b/dev-ruby/listen/files/listen-3.1.5-ruby26.patch
deleted file mode 100644
index f90ab1ed213..000
--- a/dev-ruby/listen/files/listen-3.1.5-ruby26.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 2908365366792ac3ba010fa32bc3be2beaed451a Mon Sep 17 00:00:00 2001
-From: Samuel Williams 
-Date: Sun, 16 Dec 2018 11:32:45 +1300
-Subject: [PATCH] Use raw Pathname to fix Linux specs.
-

- lib/listen/adapter/linux.rb   |  2 +-
- spec/lib/listen/adapter/linux_spec.rb | 12 +---
- 2 files changed, 2 insertions(+), 12 deletions(-)
-
-diff --git a/spec/lib/listen/adapter/linux_spec.rb 
b/spec/lib/listen/adapter/linux_spec.rb
-index d77f0c0..da48319 100644
 a/spec/lib/listen/adapter/linux_spec.rb
-+++ b/spec/lib/listen/adapter/linux_spec.rb
-@@ -10,17 +10,7 @@
-   end
- 
-   if linux?
--let(:dir1) do
--  instance_double(
--Pathname,
--'dir1',
--to_s: '/foo/dir1',
--cleanpath: real_dir1
--  )
--end
--
--# just so cleanpath works in above double
--let(:real_dir1) { instance_double(Pathname, 'dir1', to_s: '/foo/dir1') }
-+let(:dir1) {Pathname.new("/foo/dir1")}
- 
- let(:config) { instance_double(Listen::Adapter::Config) }
- let(:queue) { instance_double(Queue) }



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/nokogiri/

2020-08-14 Thread Hans de Graaff
commit: ebccde55faac914ea96b744a9723b2ee542f2152
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 15 06:18:59 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 15 06:19:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebccde55

dev-ruby/nokogiri: add 1.10.10

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/nokogiri/Manifest|  1 +
 dev-ruby/nokogiri/nokogiri-1.10.10.ebuild | 93 +++
 2 files changed, 94 insertions(+)

diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
index 3d165204603..ab1c3a6acc6 100644
--- a/dev-ruby/nokogiri/Manifest
+++ b/dev-ruby/nokogiri/Manifest
@@ -1 +1,2 @@
+DIST nokogiri-1.10.10-git.tgz 5793723 BLAKE2B 
13829f6cc31c2b81462fdf306222ff27830d80aeea922ce4c3adceee4ce7486c0571ab76b3f07b14f1767af7b433af9e0eb83d02f8bcea989fa7e96c9cc743f3
 SHA512 
2d0bf09af417f0f5e7b07b9f2c555ce04e22d69ce73b484906d8a35745f90d6467824d0d56d8dadc53f020c56a7806e7152cd6347e47596e79ddaaadea1ff65a
 DIST nokogiri-1.10.4-git.tgz 5792963 BLAKE2B 
80223c7bda39c56ced8e98d1d9f6858907f2814eb2d9f28d13c9f26fe29ae7f057e5a19765a3b304ffc4f9edd3dd0f77b99d5a673923ce95a8f02135aa9882ca
 SHA512 
c27877297d432b9a9baf3e0639600d6ca5b382a87ff0dc1efb5d9bb3c79aaa31a589a4491f938283e4f9d35e8d29b6f88a60e27a5d4c81e7b491e100f8d06a9d

diff --git a/dev-ruby/nokogiri/nokogiri-1.10.10.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.10.10.ebuild
new file mode 100644
index 000..1aff0b2b49c
--- /dev/null
+++ b/dev-ruby/nokogiri/nokogiri-1.10.10.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md STANDARD_RESPONSES.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="ext"
+
+inherit ruby-fakegem eutils multilib
+
+DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
+HOMEPAGE="https://www.nokogiri.org/";
+LICENSE="MIT"
+SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+   >=dev-libs/libxml2-2.9.10:=
+   >=dev-libs/libxslt-1.1.34
+   virtual/libiconv"
+DEPEND="${DEPEND}
+   >=dev-libs/libxml2-2.9.10
+   >=dev-libs/libxslt-1.1.34
+   virtual/libiconv"
+
+ruby_add_bdepend "
+   >=dev-ruby/pkg-config-1.1.7
+   >=dev-ruby/rexical-1.0.7
+   dev-ruby/rdoc
+   dev-ruby/racc
+   test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i \
+   -e '/tasks\/cross_compile/s:^:#:' \
+   -e '/:test.*prerequisites/s:^:#:' \
+   -e '/license/ s:^:#:' \
+   Rakefile || die
+   # Remove the cross compilation options since they interfere with
+   # native building.
+   sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
+   sed -i -e '/cross_config_options/d' Rakefile || die
+
+   sed -i -e '/simplecov/,/^end/ s:^:#:' test/helper.rb || die
+}
+
+each_ruby_configure() {
+   NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
+   ${RUBY} -Cext/${PN} extconf.rb \
+   --with-zlib-include="${EPREFIX}"/usr/include \
+   --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
+   --with-iconv-include="${EPREFIX}"/usr/include \
+   --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
+   --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
+   --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
+   --with-xslt-dir="${EPREFIX}"/usr \
+   --with-iconvlib=iconv \
+   || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
+   ${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical 
failed"
+   fi
+
+   if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
+   ${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
+   fi
+
+   emake -Cext/${PN} \
+   V=1 \
+   CFLAGS="${CFLAGS} -fPIC" \
+   archflag="${LDFLAGS}" || die "make extension failed"
+   cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each {|f| require f}' 
|| die
+}
+
+each_ruby_install() {
+   # Clean up "ext" directory before installing it. nokogumbo expects
+   # the header files and shared object to be in ext.
+   rm -rf ext/java ext/nokogiri/*.o ext/nokogiri/{mkmf.log,Makefile} || die
+
+   each_fakegem_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlbuild/

2020-08-14 Thread Sam James
commit: d3c807776d6fab555b8e01fe0dd9ed53a36359c6
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 06:13:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 06:13:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c80777

dev-ml/ocamlbuild: Stabilize 0.14.0 arm, #708884

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

 dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild 
b/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild
index 1bb60dad1ed..9589db20dd0 100644
--- a/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild
+++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/

2020-08-14 Thread Sam James
commit: 89285bb62a7df6eb6650f15ec000e4412e3215b7
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 06:11:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 06:11:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89285bb6

dev-libs/libtommath: Stabilize 1.2.0 x86, #737168

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

 dev-libs/libtommath/libtommath-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild 
b/dev-libs/libtommath/libtommath-1.2.0.ebuild
index 788d12a57cc..c2b58380a48 100644
--- a/dev-libs/libtommath/libtommath-1.2.0.ebuild
+++ b/dev-libs/libtommath/libtommath-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc examples static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbear/

2020-08-14 Thread Sam James
commit: d888368e05435bebf95ac5271dba2761b281c475
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 06:12:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 06:12:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d888368e

net-misc/dropbear: restore stable keywords

These were lost when cleaning up because a revbump
was needed to fix the libtommath dependency.

Restore most of the keywords, the rest pending
libtommath-1.2.0 stabilisation which is ongoing.

Bug: https://bugs.gentoo.org/737168
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-misc/dropbear/dropbear-2020.80-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbear/dropbear-2020.80-r1.ebuild 
b/net-misc/dropbear/dropbear-2020.80-r1.ebuild
index 85519a9a17d..88a15ff55ba 100644
--- a/net-misc/dropbear/dropbear-2020.80-r1.ebuild
+++ b/net-misc/dropbear/dropbear-2020.80-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="



[gentoo-commits] repo/proj/matrix: New branch: master

2020-08-14 Thread Michał Górny
commit: 
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 15 06:12:47 2020 +

New branch: master




[gentoo-commits] repo/gentoo:master commit in: sys-apps/smartmontools/

2020-08-14 Thread Sam James
commit: 6e1eb9d6df83b68f38c4ac5af38e8066156d5c6d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 06:05:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 06:05:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1eb9d6

sys-apps/smartmontools: Stabilize 7.1 arm, #733800

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

 sys-apps/smartmontools/smartmontools-7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/smartmontools/smartmontools-7.1.ebuild 
b/sys-apps/smartmontools/smartmontools-7.1.ebuild
index 984b82cc76d..bba300640fa 100644
--- a/sys-apps/smartmontools/smartmontools-7.1.ebuild
+++ b/sys-apps/smartmontools/smartmontools-7.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit subversion
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 
 DESCRIPTION="Tools to monitor storage systems to provide advanced warning of 
disk degradation"



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2020-08-14 Thread Sam James
commit: 5b84eaf6360072ad65b53d98bd23915d42fbdaeb
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 06:00:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 06:00:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b84eaf6

www-apps/bugzilla: default +sqlite for RequiredUseDefaults

It's best to not impose a choice on the user immediately
when they try to install the software. Let's pick the most
lightweight option from: ( mysql postgres sqlite ).

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

 www-apps/bugzilla/bugzilla-5.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
index 2bd2c9cba55..db9d8def08d 100644
--- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.bugzilla.org";
 LICENSE="MPL-2.0"
 KEYWORDS="amd64 x86"
 
-IUSE="apache2 doc mysql postgres sqlite test"
+IUSE="apache2 doc mysql postgres +sqlite test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/, www-apps/bugzilla/files/

2020-08-14 Thread Sam James
commit: e7e5ee5f8f488c35a163dda0075df0ceb0e02a7b
Author: David Denoncin  gmail  com>
AuthorDate: Mon Aug 10 21:15:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 05:59:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e5ee5f

www-apps/bugzilla: drop vulnerable old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Denoncin  gmail.com>
Bug: https://bugs.gentoo.org/712706
Closes: https://github.com/gentoo/gentoo/pull/17073
Signed-off-by: Sam James  gentoo.org>

 www-apps/bugzilla/Manifest |   2 -
 www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild| 130 
 www-apps/bugzilla/bugzilla-5.0.3-r2.ebuild | 134 -
 .../bugzilla/files/bugzilla-5.0.3-leftbrace.patch  |  26 
 www-apps/bugzilla/files/bugzilla-queue.confd   |   4 -
 www-apps/bugzilla/files/bugzilla.cron.daily|   5 -
 www-apps/bugzilla/files/bugzilla.cron.tab  |   1 -
 www-apps/bugzilla/files/postinstall-en.txt |  14 ---
 www-apps/bugzilla/files/reconfig   |  19 ---
 www-apps/bugzilla/metadata.xml |   4 -
 10 files changed, 339 deletions(-)

diff --git a/www-apps/bugzilla/Manifest b/www-apps/bugzilla/Manifest
index 10e325e2e9e..87c23ddf5c9 100644
--- a/www-apps/bugzilla/Manifest
+++ b/www-apps/bugzilla/Manifest
@@ -1,3 +1 @@
-DIST bugzilla-4.4.12.tar.gz 4931062 BLAKE2B 
21d060d3a6bc8fd16d5a0283bb5c3735a473283d829be711e22b9d21fc203c8bd33cc9b940417480fa4b16dc478dcb3b526f305c324c97ccac7965b2820bea01
 SHA512 
51520cc55ae0fb30f8a8efb98e9b5a5a35ca74e9ec3667528fae6520fa7f12137e01948009b152481d0b8e02d435b42c3cacb5449fb42fe709964db68a386548
-DIST bugzilla-5.0.3.tar.gz 4069689 BLAKE2B 
1be1d911b59a06f9073a2e610b88af2b1b62bda1e2ef812f65faf2fc35499cff20b96f29a522cf8478ed65c4de9008a349162159f180f59f79a380d777340548
 SHA512 
82334533bd75a4a5eee5213826da916175ecf39cbfd1c4d820519f015257b02998a3acd881f8f52c1650d1140158c8aa839e374574a1fa862a6a4a1351748c46
 DIST bugzilla-5.0.6.tar.gz 3970724 BLAKE2B 
9fab818a4d93bcd8092ddd2707f5a479b5535ba7621cccb84ce6b8785812e0e46f6d8883b76d3358a60ea5f0b6068008b9b2bfcc745b760f6fec5372216cc1af
 SHA512 
8ca47ea1be2b433a6ce68e1a595d72f3d0f0fede44d1194dc6bc9a116dbde3ab7285212c71995e200d31544876e4c3c57b63da1f877a0cb22747ab87a5d598de

diff --git a/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild
deleted file mode 100644
index c12d12dd9aa..000
--- a/www-apps/bugzilla/bugzilla-4.4.12-r2.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp depend.apache eutils
-
-DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
-SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz";
-HOMEPAGE="https://www.bugzilla.org";
-
-LICENSE="MPL-2.0"
-KEYWORDS="amd64 x86"
-
-IUSE="modperl extras graphviz mysql postgres sqlite test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE=" || ( mysql postgres sqlite )"
-
-COMMON_DEPS="
-   >=dev-lang/perl-5.10.1
-   >=dev-perl/CGI-3.510.0
-   virtual/perl-Digest-SHA
-   >=dev-perl/DateTime-0.500.0
-   >=dev-perl/DateTime-TimeZone-0.710.0
-   >=dev-perl/DBI-1.601.0
-   >=dev-perl/Template-Toolkit-2.22
-   >=dev-perl/Email-Send-2.40.0
-   >=dev-perl/Email-MIME-1.904.0
-   dev-perl/URI
-   >=dev-perl/List-MoreUtils-0.329.0
-   dev-perl/Math-Random-ISAAC
-"
-
-DEPEND="test? ( dev-perl/Pod-Coverage${COMMON_DEPS} )"
-RDEPEND="
-   virtual/httpd-cgi
-   ${COMMON_DEPS}
-   postgres? ( >=dev-perl/DBD-Pg-1.49.0 )
-   mysql? ( >=dev-perl/DBD-mysql-4.0.5 )
-   sqlite? ( >=dev-perl/DBD-SQLite-1.290.0 )
-   extras? (
-   >=dev-perl/GD-2.35[png,truetype]
-   >=dev-perl/Chart-2.4.1
-   dev-perl/Template-GD
-   dev-perl/GDTextUtil
-   dev-perl/GDGraph
-   dev-perl/XML-Twig
-   >=dev-perl/MIME-tools-5.427.0
-   dev-perl/libwww-perl
-   >=dev-perl/PatchReader-0.9.6
-   dev-perl/perl-ldap
-   dev-perl/Authen-Radius
-   dev-perl/Authen-SASL
-   >=dev-perl/SOAP-Lite-0.712.0
-   dev-perl/JSON-RPC
-   >=dev-perl/JSON-XS-2.0.0
-   dev-perl/Test-Taint
-   >=dev-perl/HTML-Parser-3.67.0
-   dev-perl/HTML-Scrubber
-   >=virtual/perl-Encode-2.21.0
-   dev-perl/Encode-Detect
-   dev-perl/Email-MIME-Attachment-Stripper
-   dev-perl/Email-Reply
-   dev-perl/TheSchwartz
-   dev-perl/Daemon-Generic
-   dev-perl/File-MimeInfo
-   virtual/imagemagick-tools[perl]
-   dev-perl/MIME-tools
-   )
-   modperl? (
-   www-apache/mod_perl:1
-   

[gentoo-commits] repo/gentoo:master commit in: dev-lang/php/

2020-08-14 Thread Sam James
commit: 11cf8fc81d5f71b89e5b7d864e97527338369fb5
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 05:54:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 05:54:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cf8fc8

dev-lang/php: Stabilize 7.4.9 arm, #736158

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

 dev-lang/php/php-7.4.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.4.9.ebuild b/dev-lang/php/php-7.4.9.ebuild
index 7d34d6aa41b..1c6acb0ab4b 100644
--- a/dev-lang/php/php-7.4.9.ebuild
+++ b/dev-lang/php/php-7.4.9.ebuild
@@ -21,7 +21,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/php/

2020-08-14 Thread Sam James
commit: 445d66af7e82b394ed1413226364c3567aaea9c6
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 05:54:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 05:54:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445d66af

dev-lang/php: Stabilize 7.2.33 arm, #736158

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

 dev-lang/php/php-7.2.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.2.33.ebuild b/dev-lang/php/php-7.2.33.ebuild
index 5e82154299c..017dd928ba3 100644
--- a/dev-lang/php/php-7.2.33.ebuild
+++ b/dev-lang/php/php-7.2.33.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/php/

2020-08-14 Thread Sam James
commit: 20c46ec782b486d16e3296731cd4702c099a65ea
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 05:54:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 05:54:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c46ec7

dev-lang/php: Stabilize 7.3.21 arm, #736158

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

 dev-lang/php/php-7.3.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.3.21.ebuild b/dev-lang/php/php-7.3.21.ebuild
index bebdb1f3deb..a3c69a3cd64 100644
--- a/dev-lang/php/php-7.3.21.ebuild
+++ b/dev-lang/php/php-7.3.21.ebuild
@@ -19,7 +19,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/

2020-08-14 Thread Sam James
commit: 0035bc44cf6f70a5b838863736f2dbf4f0eb731b
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 05:52:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 05:52:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0035bc44

dev-libs/libtommath: Stabilize 1.2.0 arm, #737168

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

 dev-libs/libtommath/libtommath-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild 
b/dev-libs/libtommath/libtommath-1.2.0.ebuild
index 29bde3cfc62..788d12a57cc 100644
--- a/dev-libs/libtommath/libtommath-1.2.0.ebuild
+++ b/dev-libs/libtommath/libtommath-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc examples static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: app-text/calibre/

2020-08-14 Thread Sam James
commit: f803dfede80cd2862b3457fd1ebfe6294edc1e13
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 05:50:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 05:52:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f803dfed

app-text/calibre: Stabilize 4.22.0 amd64, #736900

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

 app-text/calibre/calibre-4.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/calibre/calibre-4.22.0.ebuild 
b/app-text/calibre/calibre-4.22.0.ebuild
index 320b6df32ed..9f2a4d9ae3b 100644
--- a/app-text/calibre/calibre-4.22.0.ebuild
+++ b/app-text/calibre/calibre-4.22.0.ebuild
@@ -31,7 +31,7 @@ LICENSE="
OFL-1.1
PSF-2
 "
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 SLOT="0"
 IUSE="ios +udisks"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2020-08-14 Thread Sam James
commit: d69177d15f86ef2788c5b7e6767ba294b4c6e28f
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 05:49:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 05:52:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69177d1

dev-python/apsw: Stabilize 3.32.2_p1 amd64, #736902

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

 dev-python/apsw/apsw-3.32.2_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.32.2_p1.ebuild 
b/dev-python/apsw/apsw-3.32.2_p1.ebuild
index 8c90dae6efc..bc9d67875d1 100644
--- a/dev-python/apsw/apsw-3.32.2_p1.ebuild
+++ b/dev-python/apsw/apsw-3.32.2_p1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.z
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86"
 IUSE="doc"
 
 RDEPEND=">=dev-db/sqlite-${PV%_p*}"



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2020-08-14 Thread Sam James
commit: 09129e1e646546ac9489ed59a6ed5f2cdaecf800
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 05:49:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 05:52:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09129e1e

www-apps/bugzilla: Stabilize 5.0.6 x86, #712706

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

 www-apps/bugzilla/bugzilla-5.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
index 9f82c76592f..2bd2c9cba55 100644
--- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz";
 HOMEPAGE="https://www.bugzilla.org";
 
 LICENSE="MPL-2.0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="apache2 doc mysql postgres sqlite test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-pda/libimobiledevice/, app-pda/libimobiledevice/files/

2020-08-14 Thread Stefan Strogin
commit: 17e61fb1aa62d3de6ae10b48689a9f58eb74cd1a
Author: Stefan Strogin  gentoo  org>
AuthorDate: Sat Aug 15 05:47:57 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Sat Aug 15 05:49:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e61fb1

app-pda/libimobiledevice: add patch for LibreSSL

Closes: https://bugs.gentoo.org/732908
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Stefan Strogin  gentoo.org>

 .../files/libimobiledevice-1.3.0-libressl.patch| 25 ++
 .../libimobiledevice-1.3.0-r1.ebuild   |  2 ++
 2 files changed, 27 insertions(+)

diff --git 
a/app-pda/libimobiledevice/files/libimobiledevice-1.3.0-libressl.patch 
b/app-pda/libimobiledevice/files/libimobiledevice-1.3.0-libressl.patch
new file mode 100644
index 000..0957c9132cb
--- /dev/null
+++ b/app-pda/libimobiledevice/files/libimobiledevice-1.3.0-libressl.patch
@@ -0,0 +1,25 @@
+From 170e1c445e8c930f4ee9dddfb9f1bcf24c089962 Mon Sep 17 00:00:00 2001
+From: Nikias Bassen 
+Date: Thu, 6 Aug 2020 20:43:08 +0200
+Subject: [PATCH] idevice: Fix build with LibreSSL
+
+Upstream-Status: Accepted
+[https://github.com/libimobiledevice/libimobiledevice/commit/170e1c445e8c930f4ee9dddfb9f1bcf24c089962]
+Signed-off-by: Stefan Strogin 
+---
+ src/idevice.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/idevice.c b/src/idevice.c
+index fea1e03f..47c9ab4d 100644
+--- a/src/idevice.c
 b/src/idevice.c
+@@ -1015,7 +1015,7 @@ LIBIMOBILEDEVICE_API idevice_error_t 
idevice_connection_enable_ssl(idevice_conne
+   return ret;
+   }
+ 
+-#if OPENSSL_VERSION_NUMBER >= 0x1010L
++#if OPENSSL_VERSION_NUMBER >= 0x1010L && !defined(LIBRESSL_VERSION_NUMBER)
+   SSL_CTX_set_security_level(ssl_ctx, 0);
+ #endif
+ 

diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild 
b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild
index 2a630796735..8ff61a7c4d2 100644
--- a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild
+++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild
@@ -46,6 +46,8 @@ BDEPEND="
 
 BUILD_DIR="${S}_build"
 
+PATCHES=( "${FILESDIR}"/${P}-libressl.patch )
+
 src_prepare() {
default
eautoreconf



[gentoo-commits] repo/gentoo:master commit in: www-servers/puma/

2020-08-14 Thread Hans de Graaff
commit: 788250b02d441259c712406f79e41caab3d2f71b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 15 05:40:53 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 15 05:40:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788250b0

www-servers/puma: cleanup

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 www-servers/puma/Manifest   |  2 -
 www-servers/puma/puma-3.12.4.ebuild | 69 ---
 www-servers/puma/puma-3.12.5.ebuild | 67 --
 www-servers/puma/puma-4.3.3.ebuild  | 73 -
 www-servers/puma/puma-4.3.4.ebuild  | 73 -
 5 files changed, 284 deletions(-)

diff --git a/www-servers/puma/Manifest b/www-servers/puma/Manifest
index ebda6e9e307..eabbfd911f9 100644
--- a/www-servers/puma/Manifest
+++ b/www-servers/puma/Manifest
@@ -1,4 +1,2 @@
-DIST puma-3.12.4.tar.gz 219148 BLAKE2B 
d9fcef62474a1522c29f13fb2572c99bd6d4217bc94febb9c4fe6e699808ad0002fcd88dfd16884a5a9c7296e4d6dd08bc50ce7278f41608678feb18e3a034b4
 SHA512 
302505512b04c68f9794461b0e7693cd3ff4dfb325b18e50f0f659649c7f504f55765437382557c65bce45d32a1710ab16a875d1fc6d143d4ca297d2b2333108
 DIST puma-3.12.5.tar.gz 219175 BLAKE2B 
55e80fba8fd84004090cb8d30b6fd01652f1beb1d1216c5d41ce46c616677504fa867f9701ed2631f4edc956c9377d72c6fd4a1b61e99fdbb50ea371b170a0c0
 SHA512 
1e6721844cbabab0cfb8b1707625723061821dae3ee06a3330075f787ae580e6836d9cbe436e63dc4602253ad1da3b56135316c923c03bbbae454d9457a44aec
-DIST puma-4.3.3.tar.gz 241756 BLAKE2B 
a6ff66a449bf04110b4a6e9bdaa740f1144076290f1733922ecab45b5b7e6115ee1f7431b280401adb866838b539b943a35a5955f6d7cf51075941e05451e655
 SHA512 
1ee81c8d144466a75d5110fd3545527c36af51d2e191c171a985944206524c10a2b4e35fb535e2a1a0a3af5d460a7071ceb9233fae8dc81784643c6b9dc06e6e
 DIST puma-4.3.4.tar.gz 241806 BLAKE2B 
5450f14112ad45c48794186c7e9f078feed28a4194a917c949f4058b9d3a115273df6d93260de330047fa59730cb3ad45f31eb05e5880569e95a0b2c9de99a42
 SHA512 
619bf44c17622233b673dbf6c8f34b0463cd32684df81c20f31045d3106a86e110753b4da80e7b51b46fe18d90ee107d9a84a975dc3116840d9a9b5962178873

diff --git a/www-servers/puma/puma-3.12.4.ebuild 
b/www-servers/puma/puma-3.12.4.ebuild
deleted file mode 100644
index e0078c5b689..000
--- a/www-servers/puma/puma-3.12.4.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="a simple, fast, threaded, and highly concurrent HTTP 1.1 server 
for Ruby/Rack"
-HOMEPAGE="https://puma.io/";
-SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
-IUSE=""
-
-DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"
-RDEPEND+=" dev-libs/openssl:0"
-
-ruby_add_bdepend "virtual/ruby-ssl
-   test? ( dev-ruby/rack >=dev-ruby/minitest-5.9:5 
>=dev-ruby/test-unit-3.0:2 )"
-
-all_ruby_prepare() {
-   eapply "${FILESDIR}/${PN}-3.12.1-ruby26-waitpid.patch"
-
-   sed -i -e '/bundler/ s:^:#:' test/helper.rb || die
-
-   # Avoid test failing inconsistently
-   sed -i -e '/phased_restart_via_pumactl/,/^  end/ s:^:#:' 
test/test_integration.rb || die
-
-   # Avoid test that trigger a bug in ruby very easily and lead to
-   # failure. This affects all current puma versions in combination
-   # with the latest ruby versions, so we add this new version anyway
-   # while allowing these tests to fail.
-   # https://github.com/puma/puma/pull/1345
-   rm -f test/test_puma_server_ssl.rb || die
-
-   # Use correct ruby version
-   sed -i -e 's/ruby -rrubygems/#{Gem.ruby} -rrubygems/' 
test/shell/t{1,3}.rb || die
-}
-
-each_ruby_prepare() {
-   sed -i -e 's:ruby -rubygems:'${RUBY}' -rubygems:' \
-   -e 's/localhost/127.0.0.1/' test/shell/* || die
-   sed -i -e '1ilog_requests' test/shell/t{1,2}_conf.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/puma_http11 extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/puma_http11
-   cp ext/puma_http11/puma_http11$(get_modname) lib/puma/ || die
-}
-
-each_ruby_test() {
-   einfo "Running test suite"
-   ${RUBY} -Ilib:.:test -e "gem 'minitest', '~>5.9'; gem 'test-unit', 
'~>3.0'; require 'minitest/autorun'; Dir['test/**/*test_*.rb'].each{|f| require 
f}" || die
-
-   einfo "Running integration tests"
-   pushd test/shell
-   #sh run.sh || die
-   popd
-}

diff --git a/www-servers/puma/puma-3.12.5.ebuild 
b/www-servers/puma/puma-3.12.5.ebuild
deleted file mode 100644
index 0fd015b17d8..000
--- a/www-servers/puma/puma-3.12.5.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/bson/

2020-08-14 Thread Hans de Graaff
commit: e808c6f3df82b7c00150e09fe5ee3daf8b565ba5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 15 05:33:17 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 15 05:36:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e808c6f3

dev-ruby/bson: add 4.9.4

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/bson/Manifest  |  1 +
 dev-ruby/bson/bson-4.9.4.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest
index fce05131faa..2ad092c8d4c 100644
--- a/dev-ruby/bson/Manifest
+++ b/dev-ruby/bson/Manifest
@@ -1,3 +1,4 @@
 DIST bson-4.7.1.tar.gz 120690 BLAKE2B 
fbb6eeca2b339eaa80503294cefd1c97abb9f992ce1068bbf64a6ffa9239fabb6df4c982c90ab3522362c5bbe55bbaf479023a2f5f2e24ffb86a1dd8fae80db3
 SHA512 
75026ab81abf5f629200b008a3a8da38a594751c43335eb0c8e29bc94848d2dfce9479419de136b8176dde5d2cc9e66ceb5a7d2b52cfacdb1813a1c63871fa95
 DIST bson-4.8.2.tar.gz 153029 BLAKE2B 
bc058d06afecdfcaa029e525f8122bd4e647a432934cd2b7594721920e9f0b1d727a48fcf44ec14d2206a699ea6c24c872b46e821548a99ea66f9c7ce0600d98
 SHA512 
48b4fc7278cb8e0623acf42241ca3169a98f3a7f754c8af8f94b9046540843d22acafe18db4ba804636f3356dfe79d6c6843004ee980c327726851c28315776d
 DIST bson-4.9.2.tar.gz 155910 BLAKE2B 
6c2b8356803f2b6975d5ea84ebf59815cb101eb0394c9fedc34d9e9405f20bc4d4691eb9e5167dfdc7cebad95121e752473d6f244ba4ead8d0c454e4f4f694e1
 SHA512 
d2619eb18e19b3686ad1c14ebbaebd6a08c8b87295c16091472d7a90e680530c146e95df77efb07a2d8248ebf8eefc0f3afdde38bbd8a814ca26fce2ab470baf
+DIST bson-4.9.4.tar.gz 157187 BLAKE2B 
58bc8293b53f19fb1f02a33b42845c935046c745222ac2474b055945e3d15dfee2be17dffc00faec976419ab51d6597414884520cb8de5a91470ea485b805b9d
 SHA512 
0e1c2c14782d321df5056439dd9f2b2cfd61daa572a4921acb3d8afcf6c50ab679f4c06c82b8d40c0997876b9599cf609ddd77bf80c005028ad711f57d0a502c

diff --git a/dev-ruby/bson/bson-4.9.4.ebuild b/dev-ruby/bson/bson-4.9.4.ebuild
new file mode 100644
index 000..197700a3e46
--- /dev/null
+++ b/dev-ruby/bson/bson-4.9.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+GITHUB_USER="mongodb"
+GITHUB_PROJECT="bson-ruby"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based 
extension.)"
+HOMEPAGE="https://www.mongodb.org/";
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="bson-ruby-${PV}"
+
+LICENSE="APSL-2"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE="test doc"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+   # Remove project-specific rspec options
+   rm .rspec || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
+   cp ext/bson/*$(get_modname) lib/ || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/bunny/

2020-08-14 Thread Hans de Graaff
commit: 82cf3947d52a44dac0200a0accc8cdf4e5061693
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 15 05:35:39 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 15 05:36:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cf3947

dev-ruby/bunny: add 2.16.1

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/bunny/Manifest|  1 +
 dev-ruby/bunny/bunny-2.16.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index be2dcaa48b6..5cc0175be84 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -3,3 +3,4 @@ DIST bunny-2.14.2.gem 206336 BLAKE2B 
46bf0b7be7ac8973bdfc5f8368b09a5e86c175193e0
 DIST bunny-2.14.3.gem 206336 BLAKE2B 
8bc1f4620502ee530f2f2192614c5b4bd40da7e4a849c7d56f77df8e7bf810f79b134bb242f42b0e380c5f3c7fa329d303db034585d7fb24436256fdfee64846
 SHA512 
5a2073b288e8fc943ff334dfaaa0a978891229e9dc27c3c39f9db24fb13997a409a6e951b07d41ca753c9aae9aa6b12a29f86b49d9b3473357cada9338fa96d0
 DIST bunny-2.14.4.gem 206848 BLAKE2B 
50f4f92f537cbb0773119866ab8db3f43370210cfedb7f58d0b40a7158abdd6d7545363f7885b4841bc3b446003e1b3aa6bde2db58db330a162f14cbabd15a9a
 SHA512 
4994126a46775eff6a941efb1a63321579943f4dd62c2f88d2e58d58dc8b8fb99f6283a3daeae9847ce4ac46173ff63834d82c57dfbc67f38e257c3989493e32
 DIST bunny-2.15.0.gem 206848 BLAKE2B 
f6455dd814d0f9afd6191d44352c8d524e5d70e67c0c0fce106fa566caf353d13e6f6a65c823d5484505bfd14a86b208d5259313af26be0539c96de08275b5f8
 SHA512 
146eba7f3bf8177a99f6c01ebde0b693965e539ae2f7092dbab932b4081f31d946f72d48accafe4e404b505da806f14c4e5967f4d4a69f8e16176324bdf54089
+DIST bunny-2.16.1.gem 207360 BLAKE2B 
896275bda2e9c1d327f88f9e166da1017f480f73020e524540b907274bc61826c85fc3812b1efc6b9911a35f9c21f3f8aab7c0738dca57f3ceac6e8942bd3dd3
 SHA512 
29fd5161a9ae698340be3e8f18b2b948af00985d7a38125df63c57fa9f3fdf2099528a80a1c4c0220fe7b1c5cc7a17abcae6c748398f8bb49feab65b41deca04

diff --git a/dev-ruby/bunny/bunny-2.16.1.ebuild 
b/dev-ruby/bunny/bunny-2.16.1.ebuild
new file mode 100644
index 000..7bc6776b0c7
--- /dev/null
+++ b/dev-ruby/bunny/bunny-2.16.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+# Tests require a live AMQP server.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Another synchronous Ruby AMQP client"
+HOMEPAGE="https://github.com/celldee/bunny";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/amq-protocol-2.3.1:2"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc -r examples
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ettercap/files/, net-analyzer/ettercap/

2020-08-14 Thread Stefan Strogin
commit: 6ea1b718ba18f07813d789e591fdb43f1302603a
Author: Stefan Strogin  gentoo  org>
AuthorDate: Sat Aug 15 05:31:52 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Sat Aug 15 05:33:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea1b718

net-analyzer/ettercap: add patch for LibreSSL

Closes: https://bugs.gentoo.org/736990
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Stefan Strogin  gentoo.org>

 net-analyzer/ettercap/ettercap-0.8.3.1.ebuild  |  2 ++
 .../ettercap/files/ettercap-0.8.3.1-libressl.patch | 37 ++
 2 files changed, 39 insertions(+)

diff --git a/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild 
b/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild
index f6f494b3507..bfaf4b447d3 100644
--- a/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild
+++ b/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild
@@ -48,6 +48,8 @@ DEPEND="${RDEPEND}
sys-devel/flex
virtual/yacc"
 
+PATCHES=( "${FILESDIR}"/${P}-libressl.patch )
+
 src_prepare() {
sed -i "s:Release:Release Gentoo:" CMakeLists.txt || die
cmake_src_prepare

diff --git a/net-analyzer/ettercap/files/ettercap-0.8.3.1-libressl.patch 
b/net-analyzer/ettercap/files/ettercap-0.8.3.1-libressl.patch
new file mode 100644
index 000..ed5a49ce436
--- /dev/null
+++ b/net-analyzer/ettercap/files/ettercap-0.8.3.1-libressl.patch
@@ -0,0 +1,37 @@
+From b2f7634c9dbc0ef68640f0571787d92300e9f9f9 Mon Sep 17 00:00:00 2001
+From: Stefan Strogin 
+Date: Sat, 15 Aug 2020 07:18:31 +0300
+Subject: [PATCH] ec_sslwrap: fix compilation with LibreSSL
+
+Disable taking over SNI extension from ClientHello and SSL configuration
+operations until LibreSSL supports the required API.
+
+Fixes: https://github.com/Ettercap/ettercap/issues/1068
+Upstream-Status: Submitted
+[https://github.com/Ettercap/ettercap/pull/1069]
+Signed-off-by: Stefan Strogin 
+---
+ src/ec_sslwrap.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/ec_sslwrap.c b/src/ec_sslwrap.c
+index b9f26a14..1e4c24fc 100644
+--- a/src/ec_sslwrap.c
 b/src/ec_sslwrap.c
+@@ -71,11 +71,11 @@
+ #define TLS_server_method SSLv23_server_method
+ #endif
+ 
+-#if (OPENSSL_VERSION_NUMBER >= 0x1010L)
++#if (OPENSSL_VERSION_NUMBER >= 0x1010L) && 
!defined(LIBRESSL_VERSION_NUMBER)
+ #define HAVE_OPENSSL_1_1_0
+ #endif
+ 
+-#if (OPENSSL_VERSION_NUMBER >= 0x10101000L)
++#if (OPENSSL_VERSION_NUMBER >= 0x10101000L) && 
!defined(LIBRESSL_VERSION_NUMBER)
+ #define HAVE_OPENSSL_1_1_1
+ #endif
+ 
+-- 
+2.28.0
+



[gentoo-commits] repo/gentoo:master commit in: dev-python/requests/

2020-08-14 Thread Joshua Kinard
commit: 0f423aff08041baf0abc4660fe538bb8ca61ff72
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Aug 15 05:28:30 2020 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Aug 15 05:28:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f423aff

dev-python/requests: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/700940
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.2, Repoman-2.3.23

 dev-python/requests/requests-2.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests/requests-2.24.0.ebuild 
b/dev-python/requests/requests-2.24.0.ebuild
index b7c4ed017a2..abb1b5f16cc 100644
--- a/dev-python/requests/requests-2.24.0.ebuild
+++ b/dev-python/requests/requests-2.24.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="socks5 +ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-util/gn/

2020-08-14 Thread Sam James
commit: cecc3faea213f2f199c96121bfd3288b4ab0c4ce
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 04:51:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 04:51:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cecc3fae

dev-util/gn: Stabilize 0.1807 amd64, #737030

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

 dev-util/gn/gn-0.1807.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gn/gn-0.1807.ebuild b/dev-util/gn/gn-0.1807.ebuild
index 7c2f8ad500f..ac1d4f6df4b 100644
--- a/dev-util/gn/gn-0.1807.ebuild
+++ b/dev-util/gn/gn-0.1807.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
 IUSE="vim-syntax"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-process/time/

2020-08-14 Thread Sam James
commit: b46e72b469629449608233e50d5ba0967ce1f7b1
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 04:45:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 04:45:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46e72b4

sys-process/time: Stabilize 1.9 amd64, #733698

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

 sys-process/time/time-1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/time/time-1.9.ebuild b/sys-process/time/time-1.9.ebuild
index c4eabff9e46..84758d518c9 100644
--- a/sys-process/time/time-1.9.ebuild
+++ b/sys-process/time/time-1.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: media-libs/libmp4v2/

2020-08-14 Thread Sam James
commit: 155c786f3c877ee91cc97c2585159724861603ce
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 04:40:45 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 04:40:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155c786f

media-libs/libmp4v2: Stabilize 2.0.0-r2 x86, #661582

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

 media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild 
b/media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild
index 91474005bd9..1c87aa50850 100644
--- a/media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild
+++ b/media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://mp4v2.googlecode.com/files/${MY_P}.tar.bz2";
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="static-libs utils"
 # Tests need DejaGnu but are non-existent (just an empty framework)
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2020-08-14 Thread Sam James
commit: e8120ca893a623e4a6056b77fb2ca5020b4c49b3
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 04:37:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 04:37:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8120ca8

www-apps/bugzilla: Stabilize 5.0.6 amd64, #712706

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

 www-apps/bugzilla/bugzilla-5.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
index b9d651ea973..9f82c76592f 100644
--- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz";
 HOMEPAGE="https://www.bugzilla.org";
 
 LICENSE="MPL-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="apache2 doc mysql postgres sqlite test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/

2020-08-14 Thread Sam James
commit: d6fdb062d91b1476e981335b786fe91d8da8cc4b
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 04:36:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 04:36:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fdb062

dev-libs/botan: Stabilize 2.15.0 amd64, #737166

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

 dev-libs/botan/botan-2.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/botan/botan-2.15.0.ebuild 
b/dev-libs/botan/botan-2.15.0.ebuild
index df5fd9c8af9..88a5f82ba58 100644
--- a/dev-libs/botan/botan-2.15.0.ebuild
+++ b/dev-libs/botan/botan-2.15.0.ebuild
@@ -16,7 +16,7 @@ LICENSE="BSD-2"
 
 SLOT="2/$(ver_cut 1-2)" # soname version
 
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
 IUSE="bindist bzip2 boost doc libressl lzma python sqlite ssl static-libs zlib"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmspack/

2020-08-14 Thread Sam James
commit: f1c47ee4fffd8ab56a101f8756842b269385ce73
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 04:32:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 04:32:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c47ee4

dev-libs/libmspack: Stabilize 0.10.1_alpha arm, #711218

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

 dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild 
b/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild
index ed488b6679f..f256e0f0809 100644
--- a/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild
+++ b/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
MY_P="${PN}-"
 else
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x64-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"

SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz";



[gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/

2020-08-14 Thread Sam James
commit: 1856acaa85272baabcc09571a759ef9c1592529e
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 04:15:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 04:15:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1856acaa

sys-apps/coreutils: Stabilize 8.32-r1 x86, #736721

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

 sys-apps/coreutils/coreutils-8.32-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/coreutils/coreutils-8.32-r1.ebuild 
b/sys-apps/coreutils/coreutils-8.32-r1.ebuild
index 325c0daa6e5..46e8f95f1bd 100644
--- a/sys-apps/coreutils/coreutils-8.32-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-8.32-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x86-linux"
 IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test 
vanilla xattr"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/

2020-08-14 Thread Sam James
commit: 0ed3a4aa0bec59a2ce891014878ffd7b80c8fc6c
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 04:09:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 04:09:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed3a4aa

sys-apps/coreutils: Stabilize 8.32-r1 arm64, #736721

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

 sys-apps/coreutils/coreutils-8.32-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/coreutils/coreutils-8.32-r1.ebuild 
b/sys-apps/coreutils/coreutils-8.32-r1.ebuild
index 9cc87d4a2b1..325c0daa6e5 100644
--- a/sys-apps/coreutils/coreutils-8.32-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-8.32-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x86-linux"
 IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test 
vanilla xattr"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/sox/

2020-08-14 Thread Sam James
commit: 0d4086d3a373d61fe167a2a9217939db62159257
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 04:08:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 04:09:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4086d3

media-sound/sox: Stabilize 14.4.2_p20200803 x86, #711320

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

 media-sound/sox/sox-14.4.2_p20200803.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sox/sox-14.4.2_p20200803.ebuild 
b/media-sound/sox/sox-14.4.2_p20200803.ebuild
index a391e64f724..4c0cd21cea5 100644
--- a/media-sound/sox/sox-14.4.2_p20200803.ebuild
+++ b/media-sound/sox/sox-14.4.2_p20200803.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="alsa amr ao debug encode flac id3tag ladspa mad ogg openmp oss opus png 
pulseaudio sndfile static-libs twolame wavpack"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-db/etcd/

2020-08-14 Thread Zac Medico
commit: 7b091a013ac656766c08cd4d30654b3daab4b4f6
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Aug 15 04:08:21 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Aug 15 04:09:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b091a01

dev-db/etcd: Remove vulnerable #736094

Bug: https://bugs.gentoo.org/736094
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Zac Medico  gentoo.org>

 dev-db/etcd/Manifest   |  8 
 dev-db/etcd/etcd-3.3.17.ebuild | 78 --
 dev-db/etcd/etcd-3.3.18.ebuild | 78 --
 dev-db/etcd/etcd-3.3.19.ebuild | 78 --
 dev-db/etcd/etcd-3.3.20.ebuild | 78 --
 dev-db/etcd/etcd-3.4.3.ebuild  | 86 --
 dev-db/etcd/etcd-3.4.4.ebuild  | 73 ---
 dev-db/etcd/etcd-3.4.5.ebuild  | 73 ---
 dev-db/etcd/etcd-3.4.7.ebuild  | 73 ---
 9 files changed, 625 deletions(-)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index 715ff497a76..8ef4cf8dfdd 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -1,10 +1,2 @@
-DIST etcd-3.3.17.tar.gz 6507229 BLAKE2B 
e49b66a3a2bb5be254cb3400341d4f1454608a9923295826ce780fb5750b6182ec7ec35996ef538aa38863cacd0c0e3efd072ce5c3dae1e65509ce962964994d
 SHA512 
73f8ddab1c27c77cedeb602201d01b433363c9550ec26b4729f2c5c114aefa4b90d444fd5a7696272c2cccdc8329e641f073ef9f39c7ea4e62837341dfc28641
-DIST etcd-3.3.18.tar.gz 6508732 BLAKE2B 
cce52ac9fa005388bafacf3d0bf049f3930de12d0cb50cc863655fdbc35cae2d647f64eddb699cb1ef7b3736687a9978cd120d181b274b663a1ac2b7eb549729
 SHA512 
1146baa8c424a6ddb4a2a10494e2f82ba0c22def1fcd3e041b871c060ca915267f1a2e1c455b017eded1908300ddbd8a3849ee3c5dda93489d9eeaaa90baf254
-DIST etcd-3.3.19.tar.gz 6509566 BLAKE2B 
0037858daa134e63c6629defe099cc772b758e220a093e719b2d41c2e519a2c2d923d26e8635fb1f7cabe2ec0a0250236293c838d9c34d1745673211dc4f526c
 SHA512 
9f21692466bcb240bac042f4e7ee6f4575c05312542827c7349257b87c9d4a1a625b200fcbb0852c86c192624cd02e9a8d80caa194d25d4b63aa5e33b100eac1
-DIST etcd-3.3.20.tar.gz 6509856 BLAKE2B 
49e0ae7a56ce9e84664cd4395a91518c01e42346edc83bd61a84883da013b6cfda15c17cdb6ce5c44760574ee2101e7d39c32aaf458ceb1b505aea5ae787f1b6
 SHA512 
66aee553b053dea732ab3716676a05f5357a38ff0cb3ef8b6be4b80f4f54f0720578db9438b31e88bdb61aa662443d6b7993fa37af639208618bff76285ea7f9
 DIST etcd-3.3.23.tar.gz 6526967 BLAKE2B 
b29cc691a45021ffb2bbf9528d66e2a4384bdf21bf8865a1062d38535e8823a7726790e4d1d5f7b1a9362a730668d2ea579422619c9e29837c290f8fd7edaea7
 SHA512 
28b689092b342f5d7b211b122f6fc22dcd62c54eec70d4108b5f933851cd145bdf26097927e70b6596af918c583ad3a4bd28acc4c0e93d7f67011789d66dc94b
 DIST etcd-3.4.10.tar.gz 8954911 BLAKE2B 
ce800d9db0afdbeab5177b8138e494997a1df024acfa137a7138c6e205c26881c06544e8f7a6fd372382fce2eca5f73cb5139a3878339f1182703619cfae
 SHA512 
104bfce8df4704caafc45b731bb440060be1d802a42642f33cc6c2ad11b7f94c237c1b8a47c38d1e109b71b31cc6cd8a666796fe2dbc925722fee1c2c4da
-DIST etcd-3.4.3.tar.gz 8941589 BLAKE2B 
127e4a8dd9495686ffc43099c3002e0e3c00ab661bce917ac298f69351e1226dff0efcaf9277c1e46449abafef965af8f612a127e1e30c381545073232a2ff50
 SHA512 
0bc1e857b707be1d348f5ab58a330d259dd30338c28580751142f643b2a081d1fe42a8859fa9463a734ff27f51929dc89f933f044b89d6e549a348add034d752
-DIST etcd-3.4.4.tar.gz 8940682 BLAKE2B 
c165fbb61d87d4a42261742bf302e6a04daa67e6ebea6f12314b77a9a12afd0e6b02e642b827e8b14fa77eedd207fe32c047f19f0487f54aba1e0db6774673f2
 SHA512 
81de69c422c58c73df8812127f29e49e1d81dacf47e26fe4b8a332b6b19f0242086c5e3b52fdbbbf08d91abe6213400887dc72e837effeec73a182a8caca9d20
-DIST etcd-3.4.5.tar.gz 8943585 BLAKE2B 
6df1538ec1e65c6f1a7fc41c0ceb29ca126efe797c8e6e029dfd45cdfeadacd322a46e18f627cac6defd78d8a17ddf09b5a0918fb454bfbafd450084de972c5a
 SHA512 
cd8845433e208cbe1cf0e0a001ee503d42b73f44ac0e0578d9ee8692f95262929c0cec3a2622f9cd3ea8d393a136de47a7e0d0875b4e0cd9d8eeddd45ca3bea5
-DIST etcd-3.4.7.tar.gz 8943976 BLAKE2B 
7dd81324e78ef53577055c54e851680b2421524aea1148449cd1003391029e110c90bd607730955ac4081c49e846da08159553f8db7d768e15dda51b8bf657ca
 SHA512 
18851be0cbe8dabc6be8ba0c61d783f21b1fb9403256166016767926c731f1d95a1adebad9f36d43c57a424a7ac88c49b1d1ce01c2aa065e5bbbff847eb9234a

diff --git a/dev-db/etcd/etcd-3.3.17.ebuild b/dev-db/etcd/etcd-3.3.17.ebuild
deleted file mode 100644
index 6290e49fcb1..000
--- a/dev-db/etcd/etcd-3.3.17.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd golang-vcs-snapshot
-
-KEYWORDS="amd64"
-EGO_PN="github.com/coreos/etcd"
-GIT_COMMIT="6d80523"
-MY_PV="${PV/_rc/-rc.}"
-DESCRIPTION="Highly-available key value store for shared configuration and 
service discovery"
-HOMEPAGE="https://github.com/etcd-io/etcd";
-SRC_URI="htt

[gentoo-commits] repo/gentoo:master commit in: media-libs/libmp4v2/

2020-08-14 Thread Sam James
commit: e1d3c6b09b37ca4b3408ac9985fca1b63a3d89a2
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 04:06:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 04:06:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d3c6b0

media-libs/libmp4v2: Stabilize 2.0.0-r2 arm, #661582

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

 media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild 
b/media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild
index 1a522d9aa67..91474005bd9 100644
--- a/media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild
+++ b/media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://mp4v2.googlecode.com/files/${MY_P}.tar.bz2";
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="static-libs utils"
 # Tests need DejaGnu but are non-existent (just an empty framework)
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgcrypt/

2020-08-14 Thread Sam James
commit: 387d52f82dcac5a30268a3b64be353fe2714bcd7
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 04:00:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 04:00:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387d52f8

dev-libs/libgcrypt: Stabilize 1.8.6 arm64, #737158

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

 dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild
index 09976f1f81b..4c4369b640c 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc o-flag-munging static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.25[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-sound/sox/

2020-08-14 Thread Sam James
commit: ed09a28fc16b9e1fd72a9ef98ea745f05a140dd7
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:56:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:56:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed09a28f

media-sound/sox: Stabilize 14.4.2_p20200803 arm, #711320

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

 media-sound/sox/sox-14.4.2_p20200803.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sox/sox-14.4.2_p20200803.ebuild 
b/media-sound/sox/sox-14.4.2_p20200803.ebuild
index f132c99ca24..a391e64f724 100644
--- a/media-sound/sox/sox-14.4.2_p20200803.ebuild
+++ b/media-sound/sox/sox-14.4.2_p20200803.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="alsa amr ao debug encode flac id3tag ladspa mad ogg openmp oss opus png 
pulseaudio sndfile static-libs twolame wavpack"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-db/etcd/

2020-08-14 Thread Sam James
commit: c153902e80d02dd09994a82a65b44fa7d44a21ba
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:56:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:56:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c153902e

dev-db/etcd: Stabilize 3.3.23 amd64, #736094

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

 dev-db/etcd/etcd-3.3.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/etcd/etcd-3.3.23.ebuild b/dev-db/etcd/etcd-3.3.23.ebuild
index 712db371239..d767c318c0c 100644
--- a/dev-db/etcd/etcd-3.3.23.ebuild
+++ b/dev-db/etcd/etcd-3.3.23.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/etcd-io/etcd/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc +server"
 
 COMMON_DEPEND="server? (



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmspack/

2020-08-14 Thread Sam James
commit: fe4668245467c6e71109a16ee1bc6beeff36f053
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:44:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:44:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe466824

dev-libs/libmspack: Stabilize 0.10.1_alpha x86, #711218

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

 dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild 
b/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild
index 3be2a34c976..ed488b6679f 100644
--- a/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild
+++ b/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
MY_P="${PN}-"
 else
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x64-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"

SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz";



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/

2020-08-14 Thread Sam James
commit: 2261ee3b9c2ef7efe834a4a5db7c17e175743330
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:43:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:43:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2261ee3b

dev-libs/libtommath: Stabilize 1.2.0 amd64, #737168

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

 dev-libs/libtommath/libtommath-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild 
b/dev-libs/libtommath/libtommath-1.2.0.ebuild
index 939731d21be..29bde3cfc62 100644
--- a/dev-libs/libtommath/libtommath-1.2.0.ebuild
+++ b/dev-libs/libtommath/libtommath-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc examples static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/

2020-08-14 Thread Sam James
commit: ae666ebe4283f1004e24aa902fd5769360d45de5
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:42:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:42:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae666ebe

sys-apps/coreutils: Stabilize 8.32-r1 amd64, #736721

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

 sys-apps/coreutils/coreutils-8.32-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/coreutils/coreutils-8.32-r1.ebuild 
b/sys-apps/coreutils/coreutils-8.32-r1.ebuild
index cf72127723a..9cc87d4a2b1 100644
--- a/sys-apps/coreutils/coreutils-8.32-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-8.32-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x86-linux"
 IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test 
vanilla xattr"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libjpeg-turbo/

2020-08-14 Thread Sam James
commit: 1788ed93cd8b80eeb62e6ae2f7b20bc9876188db
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:38:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:38:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1788ed93

media-libs/libjpeg-turbo: Stabilize 2.0.5 arm64, #737164

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

 media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5.ebuild
index c344f315c60..82d3e59a5d8 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 LICENSE="BSD IJG ZLIB"
 SLOT="0"
 [[ "$(ver_cut 3)" -ge 90 ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="java static-libs"
 
 ASM_DEPEND="|| ( dev-lang/nasm dev-lang/yasm )"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/

2020-08-14 Thread Sam James
commit: 1a74f1d3c87ffaa676c07459f79ffcff24757594
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:39:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:39:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a74f1d3

dev-libs/libtommath: Stabilize 1.2.0 arm64, #737168

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

 dev-libs/libtommath/libtommath-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild 
b/dev-libs/libtommath/libtommath-1.2.0.ebuild
index c1ed57ebc34..939731d21be 100644
--- a/dev-libs/libtommath/libtommath-1.2.0.ebuild
+++ b/dev-libs/libtommath/libtommath-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc examples static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: media-libs/libmp4v2/

2020-08-14 Thread Sam James
commit: 33b14f26d9b9d719a02cf8de27295c522fab71de
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:37:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:37:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b14f26

media-libs/libmp4v2: Stabilize 2.0.0-r2 amd64, #661582

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

 media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild 
b/media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild
index 44a34cb45c5..1a522d9aa67 100644
--- a/media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild
+++ b/media-libs/libmp4v2/libmp4v2-2.0.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://mp4v2.googlecode.com/files/${MY_P}.tar.bz2";
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="static-libs utils"
 # Tests need DejaGnu but are non-existent (just an empty framework)
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: fe25f3909171c2b0cb8b73af51211b2523af60bf
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:30:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:30:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe25f390

dev-db/postgresql: Stabilize 12.4 amd64, #737032

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

 dev-db/postgresql/postgresql-12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.4.ebuild 
b/dev-db/postgresql/postgresql-12.4.ebuild
index 68fc81f5776..21c630b3abd 100644
--- a/dev-db/postgresql/postgresql-12.4.ebuild
+++ b/dev-db/postgresql/postgresql-12.4.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: 182c616d3010b56e52a14495518c954108b02a05
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:30:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:30:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182c616d

dev-db/postgresql: Stabilize 9.6.19 amd64, #737032

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

 dev-db/postgresql/postgresql-9.6.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.6.19.ebuild 
b/dev-db/postgresql/postgresql-9.6.19.ebuild
index e92da1c1923..1024a511258 100644
--- a/dev-db/postgresql/postgresql-9.6.19.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.19.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1-2)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: 5d5187f88da7dcf2dc50f2b1ed29666b822b6065
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:30:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:30:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5187f8

dev-db/postgresql: Stabilize 9.5.23 amd64, #737032

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

 dev-db/postgresql/postgresql-9.5.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.5.23.ebuild 
b/dev-db/postgresql/postgresql-9.5.23.ebuild
index 393768abc8f..70d555a8cb6 100644
--- a/dev-db/postgresql/postgresql-9.5.23.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.23.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x86-solaris"
 
 SLOT=$(ver_cut 1-2)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: 7c26e7c76ca350c09dbf5bdd092dbf2e6992bd7a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:30:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:30:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c26e7c7

dev-db/postgresql: Stabilize 10.14 amd64, #737032

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

 dev-db/postgresql/postgresql-10.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-10.14.ebuild 
b/dev-db/postgresql/postgresql-10.14.ebuild
index e94695607ab..a34fe2dcd37 100644
--- a/dev-db/postgresql/postgresql-10.14.ebuild
+++ b/dev-db/postgresql/postgresql-10.14.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: f008aa9e4e10129ba290b8296de32d06eb8eb238
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:30:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:30:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f008aa9e

dev-db/postgresql: Stabilize 11.9 amd64, #737032

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

 dev-db/postgresql/postgresql-11.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-11.9.ebuild 
b/dev-db/postgresql/postgresql-11.9.ebuild
index 2bb1d3860ab..4bb936d87ac 100644
--- a/dev-db/postgresql/postgresql-11.9.ebuild
+++ b/dev-db/postgresql/postgresql-11.9.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/sox/

2020-08-14 Thread Sam James
commit: 41f5806038a773d32faab23f580d0c0d7588104f
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:07:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:07:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f58060

media-sound/sox: Stabilize 14.4.2_p20200803 arm64, #711320

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

 media-sound/sox/sox-14.4.2_p20200803.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sox/sox-14.4.2_p20200803.ebuild 
b/media-sound/sox/sox-14.4.2_p20200803.ebuild
index cf55edced2a..f132c99ca24 100644
--- a/media-sound/sox/sox-14.4.2_p20200803.ebuild
+++ b/media-sound/sox/sox-14.4.2_p20200803.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="alsa amr ao debug encode flac id3tag ladspa mad ogg openmp oss opus png 
pulseaudio sndfile static-libs twolame wavpack"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/

2020-08-14 Thread Sam James
commit: c229a29061a18045dd09e1cd9d2af46462685d2b
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:04:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:06:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c229a290

app-text/ghostscript-gpl: Stabilize 9.52-r1 arm, #734322

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

 app-text/ghostscript-gpl/ghostscript-gpl-9.52-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.52-r1.ebuild 
b/app-text/ghostscript-gpl/ghostscript-gpl-9.52-r1.ebuild
index b4d0e8bf849..5e4811c0118 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.52-r1.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.52-r1.ebuild
@@ -23,7 +23,7 @@ fi
 
 LICENSE="AGPL-3 CPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86"
 IUSE="cups dbus gtk l10n_de static-libs tiff unicode X"
 
 LANGS="ja ko zh-CN zh-TW"



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: 8cce36ce40d34c8082e19b95cd2b29c893781edd
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:05:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:06:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cce36ce

dev-db/postgresql: Stabilize 9.5.23 x86, #737032

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

 dev-db/postgresql/postgresql-9.5.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.5.23.ebuild 
b/dev-db/postgresql/postgresql-9.5.23.ebuild
index 2761c49c145..393768abc8f 100644
--- a/dev-db/postgresql/postgresql-9.5.23.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.23.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x86-solaris"
 
 SLOT=$(ver_cut 1-2)
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/

2020-08-14 Thread Sam James
commit: 3cf95cebb045ca6a0e47b4dc8bb9ef1831c9eed2
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:03:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:06:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf95ceb

net-wireless/iwd: Stabilize 1.8-r1 x86, #736541

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

 net-wireless/iwd/iwd-1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/iwd/iwd-1.8-r1.ebuild 
b/net-wireless/iwd/iwd-1.8-r1.ebuild
index 1dc58ee3c31..61bd996e8df 100644
--- a/net-wireless/iwd/iwd-1.8-r1.ebuild
+++ b/net-wireless/iwd/iwd-1.8-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git";
 else
SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 fi
 
 DESCRIPTION="Wireless daemon for linux"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmspack/

2020-08-14 Thread Sam James
commit: dea0da9b522bab8b217715c1d51158273d6b68b2
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:03:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:06:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea0da9b

dev-libs/libmspack: Stabilize 0.10.1_alpha arm64, #711218

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

 dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild 
b/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild
index 25612d9d7d8..96d19f84fc2 100644
--- a/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild
+++ b/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
MY_P="${PN}-"
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"

SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz";



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: 66d623cc52750a70af196ae83a2d87878903f6ee
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:05:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:06:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d623cc

dev-db/postgresql: Stabilize 9.6.19 x86, #737032

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

 dev-db/postgresql/postgresql-9.6.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.6.19.ebuild 
b/dev-db/postgresql/postgresql-9.6.19.ebuild
index 5f982e8c43e..e92da1c1923 100644
--- a/dev-db/postgresql/postgresql-9.6.19.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.19.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1-2)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: ed5b8dc7938760912f501bf8bb35c45d289f37c9
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:05:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:06:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5b8dc7

dev-db/postgresql: Stabilize 12.4 x86, #737032

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

 dev-db/postgresql/postgresql-12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.4.ebuild 
b/dev-db/postgresql/postgresql-12.4.ebuild
index 5f4de9a145e..68fc81f5776 100644
--- a/dev-db/postgresql/postgresql-12.4.ebuild
+++ b/dev-db/postgresql/postgresql-12.4.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmspack/

2020-08-14 Thread Sam James
commit: 882a57222bbc798fccebc05b9179a8d5c621d542
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:04:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:06:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882a5722

dev-libs/libmspack: Stabilize 0.10.1_alpha amd64, #711218

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

 dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild 
b/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild
index 96d19f84fc2..3be2a34c976 100644
--- a/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild
+++ b/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
MY_P="${PN}-"
 else
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-solaris"
MY_PV="${PV/_alpha/alpha}"
MY_P="${PN}-${MY_PV}"

SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz";



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: 365f628dcb90050b3b4231056d77c341a58a9d88
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:05:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:06:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365f628d

dev-db/postgresql: Stabilize 11.9 x86, #737032

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

 dev-db/postgresql/postgresql-11.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-11.9.ebuild 
b/dev-db/postgresql/postgresql-11.9.ebuild
index 5dcc3457078..2bb1d3860ab 100644
--- a/dev-db/postgresql/postgresql-11.9.ebuild
+++ b/dev-db/postgresql/postgresql-11.9.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: 1b19a30c0b7890c9ec55e972c481f591811808ff
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:05:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:06:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b19a30c

dev-db/postgresql: Stabilize 10.14 x86, #737032

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

 dev-db/postgresql/postgresql-10.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-10.14.ebuild 
b/dev-db/postgresql/postgresql-10.14.ebuild
index 388037e4e83..e94695607ab 100644
--- a/dev-db/postgresql/postgresql-10.14.ebuild
+++ b/dev-db/postgresql/postgresql-10.14.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ell/

2020-08-14 Thread Sam James
commit: 035fa762cc7623e2c3dd95e48c74dc422ff190cd
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 03:03:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 03:06:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035fa762

dev-libs/ell: Stabilize 0.32 x86, #736541

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

 dev-libs/ell/ell-0.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ell/ell-0.32.ebuild b/dev-libs/ell/ell-0.32.ebuild
index 92cd6e65a4f..a347ffb566c 100644
--- a/dev-libs/ell/ell-0.32.ebuild
+++ b/dev-libs/ell/ell-0.32.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git";
 else

SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86"
 fi
 LICENSE="LGPL-2.1"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/

2020-08-14 Thread Lars Wendler
commit: d668e91a605e066423d7f4f517083c45adb30ac0
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Aug 15 02:19:26 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Aug 15 02:19:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d668e91a

media-libs/harfbuzz: ebuild cleanup regarding change to meson

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/harfbuzz/harfbuzz-2.7.1.ebuild | 6 --
 media-libs/harfbuzz/harfbuzz-.ebuild  | 6 --
 2 files changed, 12 deletions(-)

diff --git a/media-libs/harfbuzz/harfbuzz-2.7.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.7.1.ebuild
index 774a139ec6a..7c89b2800e3 100644
--- a/media-libs/harfbuzz/harfbuzz-2.7.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.7.1.ebuild
@@ -59,11 +59,6 @@ src_prepare() {
test/shaping/data/in-house/Makefile.sources \
|| die # bug 726120
 
-   if ! use doc ; then
-   # Taken from shipped autogen.sh script
-   echo "EXTRA_DIST = " > gtk-doc.make
-   fi
-
# bug 618772
append-cxxflags -std=c++14
 }
@@ -83,7 +78,6 @@ multilib_src_configure() {
-Dcoretext="disabled"
-Ddocs="$(meson_multilib_native_feature doc)"
-Dfontconfig="disabled" #609300
-   #-Dgobject="$(meson_multilib_native_feature introspection)"
-Dintrospection="$(meson_multilib_native_feature introspection)"
-Dstatic="$(usex static-libs true false)"
$(meson_feature glib)

diff --git a/media-libs/harfbuzz/harfbuzz-.ebuild 
b/media-libs/harfbuzz/harfbuzz-.ebuild
index 774a139ec6a..7c89b2800e3 100644
--- a/media-libs/harfbuzz/harfbuzz-.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-.ebuild
@@ -59,11 +59,6 @@ src_prepare() {
test/shaping/data/in-house/Makefile.sources \
|| die # bug 726120
 
-   if ! use doc ; then
-   # Taken from shipped autogen.sh script
-   echo "EXTRA_DIST = " > gtk-doc.make
-   fi
-
# bug 618772
append-cxxflags -std=c++14
 }
@@ -83,7 +78,6 @@ multilib_src_configure() {
-Dcoretext="disabled"
-Ddocs="$(meson_multilib_native_feature doc)"
-Dfontconfig="disabled" #609300
-   #-Dgobject="$(meson_multilib_native_feature introspection)"
-Dintrospection="$(meson_multilib_native_feature introspection)"
-Dstatic="$(usex static-libs true false)"
$(meson_feature glib)



[gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/

2020-08-14 Thread Matt Turner
commit: 5a113bc740b861e2073c0019e4339c540d35cf70
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 15 02:10:53 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 15 02:12:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a113bc7

sys-auth/sssd: Run tests

Signed-off-by: Matt Turner  gentoo.org>

 sys-auth/sssd/sssd-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1.ebuild
index dc2ccb3680b..d86b7fb3008 100644
--- a/sys-auth/sssd/sssd-2.3.1.ebuild
+++ b/sys-auth/sssd/sssd-2.3.1.ebuild
@@ -239,7 +239,7 @@ multilib_src_install_all() {
 }
 
 multilib_src_test() {
-   default
+   emake check
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: net-misc/curl/

2020-08-14 Thread Sam James
commit: 9fc8b5fb09cb691afbd036be0b96be0a4ee9cf1c
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 02:10:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 02:10:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc8b5fb

net-misc/curl: Stabilize 7.71.1 arm64, #736744

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

 net-misc/curl/curl-7.71.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.71.1.ebuild b/net-misc/curl/curl-7.71.1.ebuild
index 69aaa983a4d..57b92e0b156 100644
--- a/net-misc/curl/curl-7.71.1.ebuild
+++ b/net-misc/curl/curl-7.71.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.xz";
 
 LICENSE="curl"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="adns alt-svc brotli +ftp gopher +http2 idn +imap ipv6 kerberos ldap 
metalink +pop3 +progress-meter rtmp samba +smtp ssh ssl static-libs test telnet 
+tftp threads"
 IUSE+=" curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss 
+curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" nghttp3 quiche"



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: 77a0b2cabb09a26ea7b07bcfdacb1ce80038f76a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 02:04:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 02:06:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a0b2ca

dev-db/postgresql: Stabilize 9.6.19 arm64, #737032

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

 dev-db/postgresql/postgresql-9.6.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.6.19.ebuild 
b/dev-db/postgresql/postgresql-9.6.19.ebuild
index 52f63bca1fb..425e7307de3 100644
--- a/dev-db/postgresql/postgresql-9.6.19.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.19.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1-2)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: d73c40ec857305b5f504d2dec37ac4f2d6a6ff2d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 02:04:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 02:06:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73c40ec

dev-db/postgresql: Stabilize 12.4 arm64, #737032

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

 dev-db/postgresql/postgresql-12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.4.ebuild 
b/dev-db/postgresql/postgresql-12.4.ebuild
index cfae19554b2..5b4fd929185 100644
--- a/dev-db/postgresql/postgresql-12.4.ebuild
+++ b/dev-db/postgresql/postgresql-12.4.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: c0ce3c605c69b645c2a772496028fbed55cbd5bd
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 02:05:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 02:06:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ce3c60

dev-db/postgresql: Stabilize 12.4 arm, #737032

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

 dev-db/postgresql/postgresql-12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.4.ebuild 
b/dev-db/postgresql/postgresql-12.4.ebuild
index 5b4fd929185..5f4de9a145e 100644
--- a/dev-db/postgresql/postgresql-12.4.ebuild
+++ b/dev-db/postgresql/postgresql-12.4.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: d7e1b401b1d0b91b6e1a9a87f46bb87a06385a04
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 02:05:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 02:06:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e1b401

dev-db/postgresql: Stabilize 9.5.23 arm, #737032

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

 dev-db/postgresql/postgresql-9.5.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.5.23.ebuild 
b/dev-db/postgresql/postgresql-9.5.23.ebuild
index cf3a66dba99..2761c49c145 100644
--- a/dev-db/postgresql/postgresql-9.5.23.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.23.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x86-solaris"
 
 SLOT=$(ver_cut 1-2)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: f807c5fd71c8f420f67b1f9c7b4186e7694ac695
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 02:05:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 02:06:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f807c5fd

dev-db/postgresql: Stabilize 11.9 arm, #737032

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

 dev-db/postgresql/postgresql-11.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-11.9.ebuild 
b/dev-db/postgresql/postgresql-11.9.ebuild
index 7977de48a41..5dcc3457078 100644
--- a/dev-db/postgresql/postgresql-11.9.ebuild
+++ b/dev-db/postgresql/postgresql-11.9.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: ce95f89df0f071e9b571fffad5e8369bba803a43
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 02:05:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 02:06:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce95f89d

dev-db/postgresql: Stabilize 10.14 arm, #737032

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

 dev-db/postgresql/postgresql-10.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-10.14.ebuild 
b/dev-db/postgresql/postgresql-10.14.ebuild
index 7fd6910a2c8..388037e4e83 100644
--- a/dev-db/postgresql/postgresql-10.14.ebuild
+++ b/dev-db/postgresql/postgresql-10.14.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: 06811d253e3e9c66b68fd85627c0bb87330fd680
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 02:04:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 02:06:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06811d25

dev-db/postgresql: Stabilize 9.5.23 arm64, #737032

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

 dev-db/postgresql/postgresql-9.5.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.5.23.ebuild 
b/dev-db/postgresql/postgresql-9.5.23.ebuild
index 7d999e9628a..cf3a66dba99 100644
--- a/dev-db/postgresql/postgresql-9.5.23.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.23.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x86-solaris"
 
 SLOT=$(ver_cut 1-2)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: 9405a43db082718f5020727f91b918c85c9e7337
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 02:04:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 02:06:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9405a43d

dev-db/postgresql: Stabilize 11.9 arm64, #737032

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

 dev-db/postgresql/postgresql-11.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-11.9.ebuild 
b/dev-db/postgresql/postgresql-11.9.ebuild
index e17cfba0e92..7977de48a41 100644
--- a/dev-db/postgresql/postgresql-11.9.ebuild
+++ b/dev-db/postgresql/postgresql-11.9.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: c6fafec1268245f62580028f735c6dcc204df782
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 02:05:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 02:06:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fafec1

dev-db/postgresql: Stabilize 9.6.19 arm, #737032

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

 dev-db/postgresql/postgresql-9.6.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.6.19.ebuild 
b/dev-db/postgresql/postgresql-9.6.19.ebuild
index 425e7307de3..5f982e8c43e 100644
--- a/dev-db/postgresql/postgresql-9.6.19.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.19.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1-2)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2020-08-14 Thread Sam James
commit: 1e1cf4802f9ccfa8314a03c45899cb1844762508
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 02:04:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 02:06:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1cf480

dev-db/postgresql: Stabilize 10.14 arm64, #737032

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

 dev-db/postgresql/postgresql-10.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-10.14.ebuild 
b/dev-db/postgresql/postgresql-10.14.ebuild
index 54610ae9a34..7fd6910a2c8 100644
--- a/dev-db/postgresql/postgresql-10.14.ebuild
+++ b/dev-db/postgresql/postgresql-10.14.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2020-08-14 Thread Lars Wendler
commit: 9330a94d0a7206f3d60fd64150fea8cd521cd4bf
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Aug 15 01:55:27 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Aug 15 02:05:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9330a94d

net-fs/samba: Bump to version 4.13.0_rc2. Removed old

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 net-fs/samba/Manifest | 2 +-
 net-fs/samba/{samba-4.13.0_rc1.ebuild => samba-4.13.0_rc2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index ad933b91c91..4dbeba2210f 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -2,4 +2,4 @@ DIST samba-4.11.11.tar.gz 18590837 BLAKE2B 
0d585d4561717c6a08ac51fb8ae9944901aa8
 DIST samba-4.12.4.tar.gz 18212485 BLAKE2B 
90b356ca989bd4724468da4d5eab4540e00d3ee5cd648295ef9cfca9a0bd79a7f2ee1d3fdc65e697220ad3cec8b0b97819fa8cc4dc0c42147f287b2b8fcd9294
 SHA512 
d52a76e8896790756810db6a2cebc5c4f67f4172dad9e411493301a9941345d360f720108d2ab49bf4d590a43622b174583bbf0f87d433593c88b26f00753f69
 DIST samba-4.12.5.tar.gz 18220369 BLAKE2B 
cd3801099cfdbcd7c3aa89cd7feec330e8d1a95f02fb2dd5b4b9ea215897b7a85eced84081da87faa044106f06c24f7251db92358e6d3fefc896b120d29f005c
 SHA512 
45ef618efaca88fb24e2069edff6bf1e3f27f4bedecbc7899a57d0e4760effeaf9b0f546be1a4f811219cf29a49a122ecc5caf8dc923c42ff9a25c162c2b
 DIST samba-4.12.6.tar.gz 18224870 BLAKE2B 
5a8086c3575dd46cc8f428db818dc3db8772fa08fb7a431940377219f782555923f9b0a62b067b4c89a0208aa022bfa0c0664706a1241487183344e822c20bc3
 SHA512 
16a4ced3942bc6d51e80db257e8caeaa426980f66caf2aaf2324f091ec5063bc6b9029d90ff2f321b68be4cede7555d1ebf142405105468bd581e7a7bf9f0be5
-DIST samba-4.13.0rc1.tar.gz 18409966 BLAKE2B 
a6032877ce7600cbe803aa96c3d4c6aa400f72162ddda4599dc3f426101120bea461e70455f41a836ddace7e5e06fbb2731909be5b80ce423a96a53942e267f4
 SHA512 
b7526ae0d4d97d68caaf62b27e61852c973fff37d4fbb9afc3bd31b6a6f2fdefb1897de438df933f8b742a0fa87ceae45d6b784d0afafac1b618627858217e3e
+DIST samba-4.13.0rc2.tar.gz 18402249 BLAKE2B 
cfef9747b18863806a3aa3eb87e9f67c9dcaf45cc20d6129b8e9e876234eaf19f7acfa4ba0932434f9b12082010448dc1361fa4edae22c0e5d410164cbd0a52d
 SHA512 
4779c45dde0f96b3fc64f70e7fb8f8e8e2df67f0b5d39de88714f04224937ab27cd39bbc7bdd276fc0344d100dc6f741adbff38240e91807ac34cf46d6c10759

diff --git a/net-fs/samba/samba-4.13.0_rc1.ebuild 
b/net-fs/samba/samba-4.13.0_rc2.ebuild
similarity index 100%
rename from net-fs/samba/samba-4.13.0_rc1.ebuild
rename to net-fs/samba/samba-4.13.0_rc2.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-sound/strawberry/

2020-08-14 Thread Lars Wendler
commit: dd9adcf23a551fbd3c5620740944515d45439034
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Aug 15 02:02:59 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Aug 15 02:05:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9adcf2

media-sound/strawberry: Bump to version 0.7.1

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/strawberry/Manifest|   1 +
 media-sound/strawberry/strawberry-0.7.1.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/media-sound/strawberry/Manifest b/media-sound/strawberry/Manifest
index c2a1b671400..94e9ae1cfe3 100644
--- a/media-sound/strawberry/Manifest
+++ b/media-sound/strawberry/Manifest
@@ -1,2 +1,3 @@
 DIST strawberry-0.6.12.tar.xz 9311104 BLAKE2B 
331c2605616791f4b355bbf0e78738b0b91ca6da7533f676289e0b2ab8a5895a6eb85f605114f782f574c7530db812fb7043580f73a86f9c506c08549f9b643d
 SHA512 
cce4fcef1cc3700dcbab9a9ac8d1cb72d2f0b1b6072002bd837825c2504b42ad2f2f8c2a23a600cf9c12c91ce6628130c166779eb6902aedb12835ff3765ee12
 DIST strawberry-0.6.13.tar.xz 10156576 BLAKE2B 
04d27d8a96a8664348623c11f393324b410f8224b22089e200947cfd90eaafe04c3aa13cc5345a7c95d83d24ed04ec9221a8badfb2e3dc42922739b568fc2e90
 SHA512 
b3db58a30d50f74b313c0af5a492ea809d631c4152f856b19debb5f811688eb21d97ba35b58f3f1d00779fcd76220d88b4dafc32520416f7e749c6680257ad49
+DIST strawberry-0.7.1.tar.xz 10123748 BLAKE2B 
6914d10868291b1435834a1462dfc200a214908d8bd552d563fa626cf527fd805b30f28f55d85d0a404adb1f307efa4f3aecb7b6f34daf0b70c7f9744f2db241
 SHA512 
25723b5db77190223ba19fbc7d805cac898876a6f3222b1cea18e53b6511594d3428611ec9ca91e02bf739b6af6005e081c2fc891f2aac07cf788d052e514f91

diff --git a/media-sound/strawberry/strawberry-0.7.1.ebuild 
b/media-sound/strawberry/strawberry-0.7.1.ebuild
new file mode 100644
index 000..92c336d58fe
--- /dev/null
+++ b/media-sound/strawberry/strawberry-0.7.1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake flag-o-matic l10n virtualx xdg
+
+PLOCALES="cs de es fr hu id it ko nb pl ru"
+
+DESCRIPTION="Modern music player and library organizer based on Clementine and 
Qt"
+HOMEPAGE="https://www.strawbs.org/";
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/jonaski/strawberry.git";
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/jonaski/strawberry/releases/download/${PV}/${P}.tar.xz";
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="cdda +dbus debug ipod mms mtp pulseaudio +udisks"
+
+REQUIRED_USE="
+   udisks? ( dbus )
+"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+COMMON_DEPEND="
+   app-crypt/qca:2[qt5(+)]
+   dev-db/sqlite:=
+   dev-libs/glib:2
+   dev-libs/libxml2
+   dev-libs/protobuf:=
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
+   media-libs/alsa-lib
+   media-libs/chromaprint:=
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libmygpo-qt-1.0.9[qt5(+)]
+   >=media-libs/taglib-1.11.1_p20181028
+   media-video/vlc
+   sys-libs/zlib
+   virtual/glu
+   x11-libs/libX11
+   cdda? ( dev-libs/libcdio:= )
+   dbus? ( dev-qt/qtdbus:5 )
+   ipod? ( >=media-libs/libgpod-0.8.0 )
+   mtp? ( >=media-libs/libmtp-1.0.0 )
+   pulseaudio? ( media-sound/pulseaudio )
+"
+# Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is 
required; check if this can be overcome someway;
+RDEPEND="${COMMON_DEPEND}
+   media-plugins/gst-plugins-meta:1.0
+   media-plugins/gst-plugins-soup:1.0
+   media-plugins/gst-plugins-taglib:1.0
+   mms? ( media-plugins/gst-plugins-libmms:1.0 )
+   mtp? ( gnome-base/gvfs[mtp] )
+   udisks? ( sys-fs/udisks:2 )
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-cpp/gtest-1.8.0
+   dev-libs/boost
+   dev-qt/qtopengl:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+"
+
+DOCS=( Changelog README.md )
+
+src_prepare() {
+   l10n_find_plocales_changes "src/translations" "" ".po"
+
+   cmake_src_prepare
+   rm -r 3rdparty/taglib || die
+}
+
+src_configure() {
+   # spotify is not in portage
+   local mycmakeargs=(
+   -DBUILD_WERROR=OFF
+   # avoid automagically enabling of ccache (bug #611010)
+   -DCCACHE_EXECUTABLE=OFF
+   -DENABLE_GIO=ON
+   -DLINGUAS="$(l10n_get_locales)"
+   -DENABLE_AUDIOCD="$(usex cdda)"
+   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5DBus=$(usex !dbus)
+   -DENABLE_LIBGPOD="$(usex ipod)"
+   -DENABLE_LIBMTP="$(usex mtp)"
+   -DENABLE_LIBPULSE="$(usex pulseaudio)"
+

[gentoo-commits] repo/gentoo:master commit in: media-sound/strawberry/

2020-08-14 Thread Lars Wendler
commit: 81a96110e75807aa7ba3e4775d3f596f8ed53c96
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Aug 15 02:04:31 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Aug 15 02:05:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a96110

media-sound/strawberry: Removed old

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/strawberry/Manifest |   1 -
 media-sound/strawberry/strawberry-0.6.12.ebuild | 115 
 2 files changed, 116 deletions(-)

diff --git a/media-sound/strawberry/Manifest b/media-sound/strawberry/Manifest
index 94e9ae1cfe3..3a45d706649 100644
--- a/media-sound/strawberry/Manifest
+++ b/media-sound/strawberry/Manifest
@@ -1,3 +1,2 @@
-DIST strawberry-0.6.12.tar.xz 9311104 BLAKE2B 
331c2605616791f4b355bbf0e78738b0b91ca6da7533f676289e0b2ab8a5895a6eb85f605114f782f574c7530db812fb7043580f73a86f9c506c08549f9b643d
 SHA512 
cce4fcef1cc3700dcbab9a9ac8d1cb72d2f0b1b6072002bd837825c2504b42ad2f2f8c2a23a600cf9c12c91ce6628130c166779eb6902aedb12835ff3765ee12
 DIST strawberry-0.6.13.tar.xz 10156576 BLAKE2B 
04d27d8a96a8664348623c11f393324b410f8224b22089e200947cfd90eaafe04c3aa13cc5345a7c95d83d24ed04ec9221a8badfb2e3dc42922739b568fc2e90
 SHA512 
b3db58a30d50f74b313c0af5a492ea809d631c4152f856b19debb5f811688eb21d97ba35b58f3f1d00779fcd76220d88b4dafc32520416f7e749c6680257ad49
 DIST strawberry-0.7.1.tar.xz 10123748 BLAKE2B 
6914d10868291b1435834a1462dfc200a214908d8bd552d563fa626cf527fd805b30f28f55d85d0a404adb1f307efa4f3aecb7b6f34daf0b70c7f9744f2db241
 SHA512 
25723b5db77190223ba19fbc7d805cac898876a6f3222b1cea18e53b6511594d3428611ec9ca91e02bf739b6af6005e081c2fc891f2aac07cf788d052e514f91

diff --git a/media-sound/strawberry/strawberry-0.6.12.ebuild 
b/media-sound/strawberry/strawberry-0.6.12.ebuild
deleted file mode 100644
index 54ca03a40f5..000
--- a/media-sound/strawberry/strawberry-0.6.12.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic l10n virtualx xdg
-
-PLOCALES="de es fr id it nb ru"
-
-DESCRIPTION="Modern music player and library organizer based on Clementine and 
Qt"
-HOMEPAGE="https://www.strawbs.org/";
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/jonaski/strawberry.git";
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/jonaski/strawberry/releases/download/${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="cdda +dbus debug ipod mms mtp pulseaudio +udisks"
-
-REQUIRED_USE="
-   udisks? ( dbus )
-"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-COMMON_DEPEND="
-   app-crypt/qca:2[qt5(+)]
-   dev-db/sqlite:=
-   dev-libs/glib:2
-   dev-libs/libxml2
-   dev-libs/protobuf:=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwidgets:5
-   media-libs/alsa-lib
-   media-libs/chromaprint:=
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/libmygpo-qt-1.0.9[qt5(+)]
-   >=media-libs/taglib-1.11.1_p20181028
-   media-video/vlc
-   sys-libs/zlib
-   virtual/glu
-   x11-libs/libX11
-   cdda? ( dev-libs/libcdio:= )
-   dbus? ( dev-qt/qtdbus:5 )
-   ipod? ( >=media-libs/libgpod-0.8.0 )
-   mtp? ( >=media-libs/libmtp-1.0.0 )
-   pulseaudio? ( media-sound/pulseaudio )
-"
-# Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is 
required; check if this can be overcome someway;
-RDEPEND="${COMMON_DEPEND}
-   media-plugins/gst-plugins-meta:1.0
-   media-plugins/gst-plugins-soup:1.0
-   media-plugins/gst-plugins-taglib:1.0
-   mms? ( media-plugins/gst-plugins-libmms:1.0 )
-   mtp? ( gnome-base/gvfs[mtp] )
-   udisks? ( sys-fs/udisks:2 )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-cpp/gtest-1.8.0
-   dev-libs/boost
-   dev-qt/qtopengl:5
-   dev-qt/qtx11extras:5
-   dev-qt/qtxml:5
-"
-
-DOCS=( Changelog README.md )
-
-src_prepare() {
-   l10n_find_plocales_changes "src/translations" "" ".po"
-
-   cmake_src_prepare
-   rm -r 3rdparty/taglib || die
-}
-
-src_configure() {
-   # spotify is not in portage
-   local mycmakeargs=(
-   -DBUILD_WERROR=OFF
-   # avoid automagically enabling of ccache (bug #611010)
-   -DCCACHE_EXECUTABLE=OFF
-   -DENABLE_GIO=ON
-   -DLINGUAS="$(l10n_get_locales)"
-   -DENABLE_AUDIOCD="$(usex cdda)"
-   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5DBus=$(usex !dbus)
-   -DENABLE_LIBGPOD="$(usex ipod)"
-   -DENABLE_LIBMTP="$(usex mtp)"
-   -DENABLE_LIBPULSE="$(usex pulseaudio)"
-   

[gentoo-commits] repo/gentoo:master commit in: media-sound/strawberry/

2020-08-14 Thread Lars Wendler
commit: 0a24d585e108d04d40fa954abba57e392eeeb341
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Aug 15 02:03:37 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Aug 15 02:05:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a24d585

media-sound/strawberry: Synced live ebuild

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/strawberry/strawberry-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/strawberry/strawberry-.ebuild 
b/media-sound/strawberry/strawberry-.ebuild
index 9ef36a11ada..92c336d58fe 100644
--- a/media-sound/strawberry/strawberry-.ebuild
+++ b/media-sound/strawberry/strawberry-.ebuild
@@ -99,6 +99,7 @@ src_configure() {
-DENABLE_LIBPULSE="$(usex pulseaudio)"
-DENABLE_UDISKS2="$(usex udisks)"
-DUSE_SYSTEM_TAGLIB=ON
+   -DWITH_QT6=OFF
)
 
use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT



[gentoo-commits] repo/gentoo:master commit in: media-sound/sox/

2020-08-14 Thread Sam James
commit: ebad3a48f4d04d537366817fdfd476a311efdfea
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 02:01:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 02:01:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebad3a48

media-sound/sox: Stabilize 14.4.2_p20200803 amd64, #711320

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

 media-sound/sox/sox-14.4.2_p20200803.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sox/sox-14.4.2_p20200803.ebuild 
b/media-sound/sox/sox-14.4.2_p20200803.ebuild
index 180bf99760e..cf55edced2a 100644
--- a/media-sound/sox/sox-14.4.2_p20200803.ebuild
+++ b/media-sound/sox/sox-14.4.2_p20200803.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="alsa amr ao debug encode flac id3tag ladspa mad ogg openmp oss opus png 
pulseaudio sndfile static-libs twolame wavpack"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlbuild/

2020-08-14 Thread Sam James
commit: 42c40d6726ef94187441514ab88eb859e42dcd95
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 01:50:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 01:50:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c40d67

dev-ml/ocamlbuild: Stabilize 0.14.0 x86, #708884

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

 dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild 
b/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild
index fbda338dab1..1bb60dad1ed 100644
--- a/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild
+++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/user/dlang:master commit in: dev-util/dlang-tools/, dev-lang/dmd/, dev-util/dub/files/, dev-util/dub/, ...

2020-08-14 Thread Marco Leise
commit: 4125a7e240a73f7ef21f407b0fed89bf4fddfadf
Author: Marco Leise  gmx  de>
AuthorDate: Fri Aug 14 21:47:45 2020 +
Commit: Marco Leise  gmx  de>
CommitDate: Sat Aug 15 01:34:46 2020 +
URL:https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=4125a7e2

dmd-2.093 & dub-1.22.0

Signed-off-by: Marco Leise  gmx.de>

 dev-lang/dmd/Manifest  |  1 +
 dev-lang/dmd/dmd-2.074.1-r6.ebuild |  4 +-
 dev-lang/dmd/dmd-2.075.1-r4.ebuild |  4 +-
 dev-lang/dmd/dmd-2.076.1-r4.ebuild |  4 +-
 dev-lang/dmd/dmd-2.077.1-r3.ebuild |  4 +-
 dev-lang/dmd/dmd-2.078.3-r3.ebuild |  4 +-
 dev-lang/dmd/dmd-2.079.1-r3.ebuild |  4 +-
 dev-lang/dmd/dmd-2.080.1-r3.ebuild |  4 +-
 dev-lang/dmd/dmd-2.081.2-r3.ebuild |  4 +-
 dev-lang/dmd/dmd-2.082.1-r3.ebuild |  6 +--
 dev-lang/dmd/dmd-2.083.1-r2.ebuild |  6 +--
 dev-lang/dmd/dmd-2.084.1-r2.ebuild |  6 +--
 dev-lang/dmd/dmd-2.085.1-r2.ebuild |  6 +--
 dev-lang/dmd/dmd-2.086.1-r1.ebuild |  6 +--
 dev-lang/dmd/dmd-2.087.1-r1.ebuild |  6 +--
 dev-lang/dmd/dmd-2.088.1-r1.ebuild |  4 +-
 dev-lang/dmd/dmd-2.089.1.ebuild|  4 +-
 dev-lang/dmd/dmd-2.090.1.ebuild|  2 +-
 dev-lang/dmd/dmd-2.091.1.ebuild|  2 +-
 dev-lang/dmd/dmd-2.092.1.ebuild|  2 +-
 dev-lang/dmd/dmd-2.093.0.ebuild| 14 ++
 dev-lang/dmd/files/2.063-no-narrowing.patch|  6 +--
 dev-lang/dmd/files/2.064-no-narrowing.patch|  6 +--
 dev-lang/dmd/files/2.065-no-narrowing.patch|  6 +--
 ...2.074-link-32-bit-shared-lib-with-ld.bfd.patch} |  3 +-
 ...2.078-link-32-bit-shared-lib-with-ld.bfd.patch} |  3 +-
 dev-lang/dmd/files/2.082-allow-deprecations.patch  | 11 +
 dev-util/dlang-tools/Manifest  |  1 +
 dev-util/dlang-tools/dlang-tools-2.093.0.ebuild| 54 ++
 dev-util/dub/Manifest  |  1 +
 dev-util/dub/dub-1.22.0.ebuild | 39 
 .../dub/files/dub-1.22.0-gdc-dmd-pathfix.patch | 16 +++
 eclass/dmd.eclass  |  2 +-
 33 files changed, 190 insertions(+), 55 deletions(-)

diff --git a/dev-lang/dmd/Manifest b/dev-lang/dmd/Manifest
index de65e24..d76e9d5 100644
--- a/dev-lang/dmd/Manifest
+++ b/dev-lang/dmd/Manifest
@@ -28,3 +28,4 @@ DIST dmd.2.089.1.linux.tar.xz 25877024 BLAKE2B 
38fdbac595a6d9ea7548ee331aacefec5
 DIST dmd.2.090.1.linux.tar.xz 25595804 BLAKE2B 
addd21fc482aa90d816593312aa6490949e54c3f8f36989eec193e9b09412022afe5d1f7006153f9b258a2c96fed9266ef5a9a94ca9c999cbc3ec1230937dec8
 SHA512 
ebc769d9c4c784b7e59730606e57bbde8dbfaea07be2492a0e475e0818f0ef4aaf3cb2bc8b1be066cc14479d9a3dd0d9655e0b0025c79383dbbbe9b2f2caf04f
 DIST dmd.2.091.1.linux.tar.xz 23977732 BLAKE2B 
4db4c1733ecfdaa79a396039b8be735c217841deefd41b91b72a25e075e0f064892aa07497d840ef738021f66b58071d3d8c228573110614c43036ad51d7f701
 SHA512 
94db61b8cabd6229b404ce34e1618a710d6780bd7ce6db4ac666221b9bef616046ab9e4e793651e4e976fb4dd0eeedd5445abc9169ca27be753ff5611001e6bb
 DIST dmd.2.092.1.linux.tar.xz 24354760 BLAKE2B 
dd342c7cbb22f081720719a9aa2af40adb6bd9b6f25257eb85dc1e8b977dc80de87475b7fd9652c0c1cbba0e5115febd69969dce1f883e1a87e0f2a45b105d82
 SHA512 
df02256148a06bdab1427bed4428230b804da45e5241e6289f72fbc2bbf64020fe63a84b7aa91c36acb60ea8fb048933dc5a8c31f954df2637fd44a2964da0a3
+DIST dmd.2.093.0.linux.tar.xz 24477480 BLAKE2B 
a638963c2e98a43150451ca7d6280da5919b8dfea05af784a780cca35d3d61792b1f74842ae8c10221b4256ec3f6f223c84128fedb77933121f0357b5b4bfc86
 SHA512 
804da6df17d027e5584c80ba2ea7575218154b08c3c83c2993bb147887cd4c90da1b73166bf9e0ae18dd2d08054b2de092a39a0825b313afa3c9bb17a0b83f1f

diff --git a/dev-lang/dmd/dmd-2.074.1-r6.ebuild 
b/dev-lang/dmd/dmd-2.074.1-r6.ebuild
index d692175..124c1c1 100644
--- a/dev-lang/dmd/dmd-2.074.1-r6.ebuild
+++ b/dev-lang/dmd/dmd-2.074.1-r6.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=6
@@ -12,7 +12,7 @@ inherit dmd
 PATCHES=(
"${FILESDIR}/2.074-fix-segv-in-evalu8.patch"
"${FILESDIR}/2.074-fix-out-of-bounds-in-evalu8.patch"
-   "${FILESDIR}/2.077-link-32-bit-shared-lib-with-ld.bfd.patch"
+   "${FILESDIR}/2.074-link-32-bit-shared-lib-with-ld.bfd.patch"
 )
 
 dmd_src_prepare_extra() {

diff --git a/dev-lang/dmd/dmd-2.075.1-r4.ebuild 
b/dev-lang/dmd/dmd-2.075.1-r4.ebuild
index a5d8015..d1358be 100644
--- a/dev-lang/dmd/dmd-2.075.1-r4.ebuild
+++ b/dev-lang/dmd/dmd-2.075.1-r4.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
 

[gentoo-commits] repo/user/dlang:master commit in: dev-lang/ldc2/

2020-08-14 Thread Marco Leise
commit: 94fb390fc2eb8a5b0ebddcbabfdc9d23e8424abd
Author: Marco Leise  gmx  de>
AuthorDate: Fri Aug 14 21:12:17 2020 +
Commit: Marco Leise  gmx  de>
CommitDate: Sat Aug 15 01:34:45 2020 +
URL:https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=94fb390f

ldc2-1.22

Signed-off-by: Marco Leise  gmx.de>

 dev-lang/ldc2/Manifest   |  1 +
 dev-lang/ldc2/ldc2-1.22.0.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/dev-lang/ldc2/Manifest b/dev-lang/ldc2/Manifest
index e3f040c..8c35cf6 100644
--- a/dev-lang/ldc2/Manifest
+++ b/dev-lang/ldc2/Manifest
@@ -2,3 +2,4 @@ DIST ldc-1.18.0-src.tar.gz 7183351 BLAKE2B 
0affd49dda5f7c3df64e8d89fe66f2fce4c3a
 DIST ldc-1.19.0-src.tar.gz 7222182 BLAKE2B 
28a2256aad57f5304644126da63d88a9f0e4266402a537b7864605dd5ce97009b87d6767906b4271dd0ec9621bb1fb193531229c4799c66d0b47e6dad91c0766
 SHA512 
ffd1b085c7c8fe76162051234cc73e92f08a391cebac3f405c9dc6d03fcbf459d5e99295066ab4b0bd931bdce84dce53e23c33c1bc8ad35327f1b283f8e8f10a
 DIST ldc-1.20.1-src.tar.gz 7283975 BLAKE2B 
ceb75e767562936606a5fc8383dd089a8daefd04e6fbcd8c6b360fccad50ecb7c6656d60c5351b11a3580d01bdb45101ed50ff6c7a9791af1fd25be160e9a037
 SHA512 
bb69a69de1773a10998c653b5a1b0bce30e39cfcee0e19b036378b28519b3118ac369b341cfd305a8a9bd904564e83f720a62ab4f2c1942c2e26bb53
 DIST ldc-1.21.0-src.tar.gz 7355981 BLAKE2B 
46f3289e3e39d8c3b2a4985e1de4b5ef0e218188af5095cb2007bb83eec2bdaf6c590786d7b655a1f886c7f46703db2c049cf054c0fac438f943a702d3ac7a3b
 SHA512 
5759cb0ad04d2e62a075748b40efb30261c1ebefbc129024cddccf60ab59c211f20b87a0fe22b0a714a0435f53d54a79cd8ad4ede7bfbf492809f23c679a
+DIST ldc-1.22.0-src.tar.gz 7434646 BLAKE2B 
317c9ebb3f75e495c939fadd24abbbea4baa2f9bf547894067d373adc48dfefd47c5bcc2136ac67ecd2bbbe2bf0cf879cfc9b978d9ff75d68ede7b0686dbfee9
 SHA512 
81c59e96b181fbe4a499d84a816ee4fbdbc8b6170fe87dc42e8a315e72d0be4a7f42b939084e5a529572987bcdc495926d83ca517aff8a7e5632767cf46d67d8

diff --git a/dev-lang/ldc2/ldc2-1.22.0.ebuild b/dev-lang/ldc2/ldc2-1.22.0.ebuild
new file mode 100644
index 000..c5db3f2
--- /dev/null
+++ b/dev-lang/ldc2/ldc2-1.22.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build cmake llvm
+
+MY_PV="${PV//_/-}"
+MY_P="ldc-${MY_PV}-src"
+SRC_URI="https://github.com/ldc-developers/ldc/releases/download/v${MY_PV}/${MY_P}.tar.gz";
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="LLVM D Compiler"
+HOMEPAGE="https://ldc-developers.github.com/ldc";
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+LICENSE="BSD"
+SLOT="$(ver_cut 1-2)/$(ver_cut 3)"
+
+IUSE="static-libs"
+
+# We support LLVM 3.9 through 10.
+RDEPEND="|| (
+   sys-devel/llvm:10
+   sys-devel/llvm:9
+   )
+   =app-eselect/eselect-dlang-20140709"
+DEPEND="${RDEPEND}"
+LLVM_MAX_SLOT=10
+PATCHES="${FILESDIR}/ldc2-1.15.0-link-defaultlib-shared.patch"
+
+# For now, we support amd64 multilib. Anyone is free to add more support here.
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+
+DLANG_VERSION_RANGE="2.075-"
+DLANG_PACKAGE_TYPE="single"
+
+inherit dlang
+
+detect_hardened() {
+   gcc --version | grep -o Hardened
+}
+
+src_prepare() {
+   cmake_src_prepare
+}
+
+d_src_configure() {
+   # Make sure libphobos2 is installed into ldc2's directory.
+   export LIBDIR_${ABI}="${LIBDIR_HOST}"
+   local mycmakeargs=(
+   -DD_VERSION=2
+   -DCMAKE_INSTALL_PREFIX=/usr/lib/ldc2/$(ver_cut 1-2)
+   -DD_COMPILER="${DMD}"
+   -DLDC_WITH_LLD=OFF
+   )
+   use static-libs && mycmakeargs+=( -DBUILD_SHARED_LIBS=BOTH ) || 
mycmakeargs+=( -DBUILD_SHARED_LIBS=ON )
+   use abi_x86_32 && use abi_x86_64 && mycmakeargs+=( -DMULTILIB=ON )
+   detect_hardened && mycmakeargs+=( -DADDITIONAL_DEFAULT_LDC_SWITCHES=', 
"-relocation-model=pic"' )
+   cmake_src_configure
+}
+
+d_src_install() {
+   cmake_src_install
+
+   rm -rf "${ED}"/usr/share/bash-completion
+}
+
+pkg_postinst() {
+   # Update active ldc2
+   "${ROOT}"/usr/bin/eselect dlang update ldc2
+}
+
+pkg_postrm() {
+   "${ROOT}"/usr/bin/eselect dlang update ldc2
+}



[gentoo-commits] repo/user/dlang:master commit in: eclass/, profiles/, dev-lang/ldc2/

2020-08-14 Thread Marco Leise
commit: 5019cbe38d24423e9e514a320df8a4ce5c7f4518
Author: Marco Leise  gmx  de>
AuthorDate: Fri Aug 14 21:18:08 2020 +
Commit: Marco Leise  gmx  de>
CommitDate: Sat Aug 15 01:15:55 2020 +
URL:https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=5019cbe3

Removed ldc2 builds that depeneded on the removed LLVM 8.

Signed-off-by: Marco Leise  gmx.de>

 dev-lang/ldc2/Manifest  |  3 --
 dev-lang/ldc2/ldc2-1.15.0-r2.ebuild | 81 -
 dev-lang/ldc2/ldc2-1.16.0.ebuild| 81 -
 dev-lang/ldc2/ldc2-1.17.0.ebuild| 81 -
 dev-lang/ldc2/ldc2-1.18.0.ebuild|  1 -
 dev-lang/ldc2/ldc2-1.19.0.ebuild|  1 -
 dev-lang/ldc2/ldc2-1.20.1.ebuild|  1 -
 dev-lang/ldc2/ldc2-1.21.0.ebuild|  1 -
 eclass/dlang-compilers.eclass   |  3 --
 profiles/use.desc   |  3 --
 10 files changed, 256 deletions(-)

diff --git a/dev-lang/ldc2/Manifest b/dev-lang/ldc2/Manifest
index 4abf228..e3f040c 100644
--- a/dev-lang/ldc2/Manifest
+++ b/dev-lang/ldc2/Manifest
@@ -1,6 +1,3 @@
-DIST ldc-1.15.0-src.tar.gz 6949021 BLAKE2B 
ba2488c0ce247c1f00cd4ac6206605221d9a0eed8bb637fa661676034709efd5aa6ce1cb2d314d1472d5a78a382e622bd9170653c2e3fac40f2d644aa08fdc3d
 SHA512 
acc180d0f01f2ff261a131de74b5630568da4b16acbe4c557ba36f3ca5606edeb9c7af8c8733927f174f4512812aabaa95cf2bff340c991c17ca4b50d7e3da87
-DIST ldc-1.16.0-src.tar.gz 6995348 BLAKE2B 
3437d2c1f64e17793c1564c19fdd41d5a881f1c3274a0e265b10b66a59b752436222395811354e9fea58dae0573c873f64f3c5de88c1681e4e78c74e618f9892
 SHA512 
afd9675ce0929a8acb1084becb47d2d30d40fcd3836a55713a9ac128d12764b7eefb5e04c2eae432c4e138aa64c3d8d248745dcfeb2fa134f66fb11ddc30743e
-DIST ldc-1.17.0-src.tar.gz 7084805 BLAKE2B 
1379ad77c0e489fea43b646a5d6cf5aa54e76b2cefe00686c69bb1c9b0caf42da7a0e24fb6d0f08c10fab9fd32e3ccb01b6702319ea73c782e3dca0a51bf6c08
 SHA512 
72a50b16cef63b30863b41571d14aad30b5fc25ea7859014d596c41360693da46dcf3f208195d9319fc2f4ef472ac3c86a0c552b19222cc05e491cb8cbcee38c
 DIST ldc-1.18.0-src.tar.gz 7183351 BLAKE2B 
0affd49dda5f7c3df64e8d89fe66f2fce4c3a18c4bc5e4147e2e906d10f0b27316c8c460f5b9d767f3f50e5e909448b9f44cb17e156766d5488e237a71dd5009
 SHA512 
fe7529c33d0e43dfb71f474dfa381b88ee476b70933c8f80fc063d9a015df24a75e2b607a7242cc4b9cd4b6ac7559aec8f2883016bf7252342742322fcccbd4d
 DIST ldc-1.19.0-src.tar.gz 7222182 BLAKE2B 
28a2256aad57f5304644126da63d88a9f0e4266402a537b7864605dd5ce97009b87d6767906b4271dd0ec9621bb1fb193531229c4799c66d0b47e6dad91c0766
 SHA512 
ffd1b085c7c8fe76162051234cc73e92f08a391cebac3f405c9dc6d03fcbf459d5e99295066ab4b0bd931bdce84dce53e23c33c1bc8ad35327f1b283f8e8f10a
 DIST ldc-1.20.1-src.tar.gz 7283975 BLAKE2B 
ceb75e767562936606a5fc8383dd089a8daefd04e6fbcd8c6b360fccad50ecb7c6656d60c5351b11a3580d01bdb45101ed50ff6c7a9791af1fd25be160e9a037
 SHA512 
bb69a69de1773a10998c653b5a1b0bce30e39cfcee0e19b036378b28519b3118ac369b341cfd305a8a9bd904564e83f720a62ab4f2c1942c2e26bb53

diff --git a/dev-lang/ldc2/ldc2-1.15.0-r2.ebuild 
b/dev-lang/ldc2/ldc2-1.15.0-r2.ebuild
deleted file mode 100644
index 54ffbec..000
--- a/dev-lang/ldc2/ldc2-1.15.0-r2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-build cmake-utils eapi7-ver llvm
-
-MY_PV="${PV//_/-}"
-MY_P="ldc-${MY_PV}-src"
-SRC_URI="https://github.com/ldc-developers/ldc/releases/download/v${MY_PV}/${MY_P}.tar.gz";
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="LLVM D Compiler"
-HOMEPAGE="https://ldc-developers.github.com/ldc";
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-LICENSE="BSD"
-SLOT="$(ver_cut 1-2)/$(ver_cut 3)"
-
-IUSE="static-libs"
-
-# We support LLVM 3.9 through 8.
-RDEPEND="|| (
-   sys-devel/llvm:8
-   )
-   =app-eselect/eselect-dlang-20140709"
-DEPEND=">=dev-util/cmake-2.8
-   ${RDEPEND}"
-LLVM_MAX_SLOT=8
-PATCHES="${FILESDIR}/ldc2-1.15.0-link-defaultlib-shared.patch"
-
-# For now, we support amd64 multilib. Anyone is free to add more support here.
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
-DLANG_VERSION_RANGE="2.068 2.071-"
-DLANG_PACKAGE_TYPE="single"
-
-inherit dlang
-
-detect_hardened() {
-   gcc --version | grep -o Hardened
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-}
-
-d_src_configure() {
-   # Make sure libphobos2 is installed into ldc2's directory.
-   export LIBDIR_${ABI}="${LIBDIR_HOST}"
-   local mycmakeargs=(
-   -DD_VERSION=2
-   -DCMAKE_INSTALL_PREFIX=/usr/lib/ldc2/$(ver_cut 1-2)
-   -DD_COMPILER="${DMD}"
-   -DD_COMPILER_DMD_COMPAT=1
-   -DLDC_WITH_LLD=OFF
-   )
-   use static-libs && mycmakeargs+=( -DBUILD_SHARED_LIBS=BOTH ) || 
mycmakeargs+=( -DBUILD_SHARED_LIBS=ON )
-   use abi_x86_32 && use abi_x86_64 && mycmakeargs+=( -DMULTILIB=ON )
-   detect_hardened && mycmakeargs+=( -DADDITIONAL_DEFAULT_LDC_SWITCHES=', 
"-re

[gentoo-commits] repo/user/dlang:master commit in: /

2020-08-14 Thread Marco Leise
commit: c71ade993fca5cfe64a19a14be2974c47398d645
Author: Marco Leise  gmx  de>
AuthorDate: Sat Aug 15 01:43:59 2020 +
Commit: Marco Leise  gmx  de>
CommitDate: Sat Aug 15 01:43:59 2020 +
URL:https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=c71ade99

updated .travis.yml

Signed-off-by: Marco Leise  gmx.de>

 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1030ca7..349614f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,9 @@
 #
 language: python
 python:
-- "3.7"
+- "3.8"
 env:
-- PORTAGE_VER="2.3.100"
+- PORTAGE_VER="3.0.1"
 before_install:
 - sudo apt-get -qq update
 - pip install lxml pyyaml



[gentoo-commits] repo/user/dlang:master commit in: dev-lang/ldc2/

2020-08-14 Thread Marco Leise
commit: 97ad37cb061d6c879bcf49e2731cefce98bfe4ed
Author: Marco Leise  gmx  de>
AuthorDate: Fri Aug 14 17:31:32 2020 +
Commit: Marco Leise  gmx  de>
CommitDate: Sat Aug 15 01:34:34 2020 +
URL:https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=97ad37cb

Moved remaining ldc2 ebuilds to EAPI=7 and all of them from the legacy eclass 
cmake-util to cmake.

Signed-off-by: Marco Leise  gmx.de>

 dev-lang/ldc2/ldc2-1.18.0-r1.ebuild | 76 +
 dev-lang/ldc2/ldc2-1.19.0-r1.ebuild | 75 
 dev-lang/ldc2/ldc2-1.20.1-r1.ebuild | 76 +
 dev-lang/ldc2/ldc2-1.21.0-r1.ebuild | 76 +
 4 files changed, 303 insertions(+)

diff --git a/dev-lang/ldc2/ldc2-1.18.0-r1.ebuild 
b/dev-lang/ldc2/ldc2-1.18.0-r1.ebuild
new file mode 100644
index 000..5229a08
--- /dev/null
+++ b/dev-lang/ldc2/ldc2-1.18.0-r1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build cmake llvm
+
+MY_PV="${PV//_/-}"
+MY_P="ldc-${MY_PV}-src"
+SRC_URI="https://github.com/ldc-developers/ldc/releases/download/v${MY_PV}/${MY_P}.tar.gz";
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="LLVM D Compiler"
+HOMEPAGE="https://ldc-developers.github.com/ldc";
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+LICENSE="BSD"
+SLOT="$(ver_cut 1-2)/$(ver_cut 3)"
+
+IUSE="static-libs"
+
+# We support LLVM 3.9 through 9.
+RDEPEND="|| (
+   sys-devel/llvm:9
+   )
+   =app-eselect/eselect-dlang-20140709"
+DEPEND="${RDEPEND}"
+LLVM_MAX_SLOT=9
+PATCHES="${FILESDIR}/ldc2-1.15.0-link-defaultlib-shared.patch\
+   ${FILESDIR}/ldc2-1.18.0-FileCheck-not.patch"
+
+# For now, we support amd64 multilib. Anyone is free to add more support here.
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+
+DLANG_VERSION_RANGE="2.068 2.071-"
+DLANG_PACKAGE_TYPE="single"
+
+inherit dlang
+
+detect_hardened() {
+   gcc --version | grep -o Hardened
+}
+
+src_prepare() {
+   cmake_src_prepare
+}
+
+d_src_configure() {
+   # Make sure libphobos2 is installed into ldc2's directory.
+   export LIBDIR_${ABI}="${LIBDIR_HOST}"
+   local mycmakeargs=(
+   -DD_VERSION=2
+   -DCMAKE_INSTALL_PREFIX=/usr/lib/ldc2/$(ver_cut 1-2)
+   -DD_COMPILER="${DMD}"
+   -DLDC_WITH_LLD=OFF
+   )
+   use static-libs && mycmakeargs+=( -DBUILD_SHARED_LIBS=BOTH ) || 
mycmakeargs+=( -DBUILD_SHARED_LIBS=ON )
+   use abi_x86_32 && use abi_x86_64 && mycmakeargs+=( -DMULTILIB=ON )
+   detect_hardened && mycmakeargs+=( -DADDITIONAL_DEFAULT_LDC_SWITCHES=', 
"-relocation-model=pic"' )
+   cmake_src_configure
+}
+
+d_src_install() {
+   cmake_src_install
+
+   rm -rf "${ED}"/usr/share/bash-completion
+}
+
+pkg_postinst() {
+   # Update active ldc2
+   "${ROOT}"/usr/bin/eselect dlang update ldc2
+}
+
+pkg_postrm() {
+   "${ROOT}"/usr/bin/eselect dlang update ldc2
+}

diff --git a/dev-lang/ldc2/ldc2-1.19.0-r1.ebuild 
b/dev-lang/ldc2/ldc2-1.19.0-r1.ebuild
new file mode 100644
index 000..e39c89a
--- /dev/null
+++ b/dev-lang/ldc2/ldc2-1.19.0-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build cmake llvm
+
+MY_PV="${PV//_/-}"
+MY_P="ldc-${MY_PV}-src"
+SRC_URI="https://github.com/ldc-developers/ldc/releases/download/v${MY_PV}/${MY_P}.tar.gz";
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="LLVM D Compiler"
+HOMEPAGE="https://ldc-developers.github.com/ldc";
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+LICENSE="BSD"
+SLOT="$(ver_cut 1-2)/$(ver_cut 3)"
+
+IUSE="static-libs"
+
+# We support LLVM 3.9 through 9.
+RDEPEND="|| (
+   sys-devel/llvm:9
+   )
+   =app-eselect/eselect-dlang-20140709"
+DEPEND="${RDEPEND}"
+LLVM_MAX_SLOT=9
+PATCHES="${FILESDIR}/ldc2-1.15.0-link-defaultlib-shared.patch"
+
+# For now, we support amd64 multilib. Anyone is free to add more support here.
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+
+DLANG_VERSION_RANGE="2.068 2.071-"
+DLANG_PACKAGE_TYPE="single"
+
+inherit dlang
+
+detect_hardened() {
+   gcc --version | grep -o Hardened
+}
+
+src_prepare() {
+   cmake_src_prepare
+}
+
+d_src_configure() {
+   # Make sure libphobos2 is installed into ldc2's directory.
+   export LIBDIR_${ABI}="${LIBDIR_HOST}"
+   local mycmakeargs=(
+   -DD_VERSION=2
+   -DCMAKE_INSTALL_PREFIX=/usr/lib/ldc2/$(ver_cut 1-2)
+   -DD_COMPILER="${DMD}"
+   -DLDC_WITH_LLD=OFF
+   )
+   use static-libs && mycmakeargs+=( -DBUILD_SHARED_LIBS=BOTH ) || 
mycmakeargs+=( -DBUILD_SHARED_LIBS=ON )
+   use abi_x86_32 && use abi_x86_64 && mycmakeargs+=( -DMULTILIB=ON )
+   detect_hardened && mycmakeargs+=( -DADDITIONAL_DEFAULT_LDC_SWITCHES=', 
"-relocation-model=pic"' )
+   cmake_src_

[gentoo-commits] repo/user/dlang:master commit in: dev-util/dlang-tools/, dev-lang/dmd/

2020-08-14 Thread Marco Leise
commit: 67a315025a7bed305d1e7fe2d30fa9f964d10a5d
Author: Marco Leise  gmx  de>
AuthorDate: Fri Aug 14 15:42:46 2020 +
Commit: Marco Leise  gmx  de>
CommitDate: Sat Aug 15 01:15:55 2020 +
URL:https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=67a31502

dmd-2.092.1

Signed-off-by: Marco Leise  gmx.de>

 dev-lang/dmd/Manifest   | 2 +-
 dev-lang/dmd/{dmd-2.092.0.ebuild => dmd-2.092.1.ebuild} | 0
 dev-util/dlang-tools/Manifest   | 2 +-
 .../{dlang-tools-2.092.0.ebuild => dlang-tools-2.092.1.ebuild}  | 0
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/dmd/Manifest b/dev-lang/dmd/Manifest
index d07522e..de65e24 100644
--- a/dev-lang/dmd/Manifest
+++ b/dev-lang/dmd/Manifest
@@ -27,4 +27,4 @@ DIST dmd.2.088.1.linux.tar.xz 25122116 BLAKE2B 
e573a97cf9f547a3017a0b904523f4877
 DIST dmd.2.089.1.linux.tar.xz 25877024 BLAKE2B 
38fdbac595a6d9ea7548ee331aacefec530594be750a1b3dbfad7af8a5e310d6fb5e774106adfaa0d0c33cfec8e94c7a29f4c3c5c3088cc827f6ccd8a3472e56
 SHA512 
8a5343060d7f28394be81d8732997d96a23522c87912f2c8d0979375297467068d093ab4ef2b92b0ce8be941b5c65061660eef8d1e9252c626197014ac4331a9
 DIST dmd.2.090.1.linux.tar.xz 25595804 BLAKE2B 
addd21fc482aa90d816593312aa6490949e54c3f8f36989eec193e9b09412022afe5d1f7006153f9b258a2c96fed9266ef5a9a94ca9c999cbc3ec1230937dec8
 SHA512 
ebc769d9c4c784b7e59730606e57bbde8dbfaea07be2492a0e475e0818f0ef4aaf3cb2bc8b1be066cc14479d9a3dd0d9655e0b0025c79383dbbbe9b2f2caf04f
 DIST dmd.2.091.1.linux.tar.xz 23977732 BLAKE2B 
4db4c1733ecfdaa79a396039b8be735c217841deefd41b91b72a25e075e0f064892aa07497d840ef738021f66b58071d3d8c228573110614c43036ad51d7f701
 SHA512 
94db61b8cabd6229b404ce34e1618a710d6780bd7ce6db4ac666221b9bef616046ab9e4e793651e4e976fb4dd0eeedd5445abc9169ca27be753ff5611001e6bb
-DIST dmd.2.092.0.linux.tar.xz 24272644 BLAKE2B 
417d406b071b8ea35ace5a8da303ba4c9e239bd5aae038ac45797383f54df460d3c169f451ea9bd4bde224e33fd1932412b341c057177f39550dab2c575066b1
 SHA512 
d385f06949a545e35cd93ef4a06ae613648dba641c19cdb66d7650730c8192ef80e4fb0d902e7f948629cc151b3fc940d1a4453056a0b70f901afd1c6de49026
+DIST dmd.2.092.1.linux.tar.xz 24354760 BLAKE2B 
dd342c7cbb22f081720719a9aa2af40adb6bd9b6f25257eb85dc1e8b977dc80de87475b7fd9652c0c1cbba0e5115febd69969dce1f883e1a87e0f2a45b105d82
 SHA512 
df02256148a06bdab1427bed4428230b804da45e5241e6289f72fbc2bbf64020fe63a84b7aa91c36acb60ea8fb048933dc5a8c31f954df2637fd44a2964da0a3

diff --git a/dev-lang/dmd/dmd-2.092.0.ebuild b/dev-lang/dmd/dmd-2.092.1.ebuild
similarity index 100%
rename from dev-lang/dmd/dmd-2.092.0.ebuild
rename to dev-lang/dmd/dmd-2.092.1.ebuild

diff --git a/dev-util/dlang-tools/Manifest b/dev-util/dlang-tools/Manifest
index 3c090fb..e82bd6b 100644
--- a/dev-util/dlang-tools/Manifest
+++ b/dev-util/dlang-tools/Manifest
@@ -26,7 +26,7 @@ DIST dlang-tools-2.088.1.tar.gz 117104 BLAKE2B 
2920cb8950fb0e921665bab161584c35a
 DIST dlang-tools-2.089.1.tar.gz 117693 BLAKE2B 
6e499fd01bda7a58036b08f30319549ca2c786ea348ac93d045019fde745a3b30179af0d7c3999af8bd09f15d86876e43927cf069a70dc5120ebc08eb82a84c3
 SHA512 
ffc1eb9d42f167d2a519a052fdc87fb3db576d9b549dac80c993859f597dfbc492e783129b9c94dc664e33817bacf09b040d0cb2efbc679971ba768163eb4e42
 DIST dlang-tools-2.090.1.tar.gz 117709 BLAKE2B 
8a714a5bd6860bf4a856fbbde2a7188b404b819e11f9ed815688b9acb5fa6e95a95c0fb4aa407495da89a0e3b19dba584be1d90f3c60c2af95090d6e81f221d6
 SHA512 
82f6d3fd4a7f6fd013425894ec5f817c960764479649c97139a019802fc5c2a83671102f1b2a9427e88446055e5a1a4fa884a4b86400a84107b2d5ca322b7a32
 DIST dlang-tools-2.091.1.tar.gz 117714 BLAKE2B 
bd0957f0e70401b1ededf29be7f942da1445c66e3ea4b47f31b136413b506c3dd03faa4cb1962a10ae51edd0cb18b282da072b0ba63f0f0d7e2cd3e460924e3a
 SHA512 
b8fb4f4c1e9aed1e2134644152a32a7c6073d801458bf0a45a23e86cd761a19c4b517365112edc7af73fbef3c26b4106fa0ee7478a78fa41c531a060c25e3955
-DIST dlang-tools-2.092.0.tar.gz 119007 BLAKE2B 
fbcd288973eb12a8f551fb27dc9c567d7a30895bf82c871ad96f47eb0691ec3fef697086ee0c3d202d668707c06716185d859325dae6214a083740bde09f57b1
 SHA512 
3d3b0f0cc02297119773f54576d350e9124166fad8ed31c6a08eeb1018e1095cebde1ae5056d8d68a6272297cc7ee35d487f4de152536935bac9ca175ffb9e0e
+DIST dlang-tools-2.092.1.tar.gz 119015 BLAKE2B 
35121ccda680297d686b6133b80f27d04c133d3d6add4a335294c203a58475326563b5f81cd90a3d1b261c7799b244b739924ec32a6bbf887a98dcad486b64b4
 SHA512 
84d69e2b5e073bc038f438304060a490bc41c740eba14599b911aa66cc40b0f4ba1fa55536c77f01c6964210025283a3c6d32768493e9ca1e021eadaaa38f8b2
 DIST dlang.org-2.064.2.tar.gz 963131 BLAKE2B 
a7cf0d43a1cd531722bda717882a34e01c0186f0832a12064bf0600aede0a0913190724011f0b13c76cf794434e1c82490f48e9fda66409aa2820adc7c8a40f9
 SHA512 
a1284955764385539dcd8949cd851100af9be47908e85d8cfd897d6409903763919dc082fc0ca88fbaaf49647168357656aee82717a375ed45407eb15ccd44cf
 DIST dlang.org-2.065.0.tar.gz 1005429 BLAKE2B 
01fc8ec0c5148f910e2923be556208c08a18f00453ffa1f1a22d6725db6489b6f

[gentoo-commits] repo/user/dlang:master commit in: eclass/

2020-08-14 Thread Marco Leise
commit: be92bd625289f6c2167917761dd4690cc62986d0
Author: Marco Leise  gmx  de>
AuthorDate: Fri Aug 14 19:59:19 2020 +
Commit: Marco Leise  gmx  de>
CommitDate: Sat Aug 15 01:34:45 2020 +
URL:https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=be92bd62

Fixed an issue where ldc2 would not build with dmd, because "-Wl,--icf=safe" 
wasn't correctly filtered out of LDFLAGS if set.

Signed-off-by: Marco Leise  gmx.de>

 eclass/dlang.eclass | 37 ++---
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/eclass/dlang.eclass b/eclass/dlang.eclass
index a8a4ace..80dea3a 100644
--- a/eclass/dlang.eclass
+++ b/eclass/dlang.eclass
@@ -207,25 +207,6 @@ dlang_compile_lib_so() {
 # Makes linker flags meant for GCC understandable for the current D compiler.
 # Basically it replaces -L with what the D compiler uses as linker prefix.
 dlang_convert_ldflags() {
-   if [[ "${DLANG_VENDOR}" == "DigitalMars" ]]; then
-   # gc-sections breaks executables for some versions of D
-   # It works with the gold linker on the other hand
-   # See: https://issues.dlang.org/show_bug.cgi?id=879
-   [[ "${DLANG_PACKAGE_TYPE}" == "dmd" ]] && local 
dlang_version=$SLOT || local dlang_version=$DLANG_VERSION
-   if ver_test $dlang_version -lt 2.072; then
-   if ! ld -v | grep -q "^GNU gold"; then
-   filter-ldflags {-L,-Xlinker,-Wl,}--gc-sections
-   fi
-   fi
-   # Filter ld.gold ICF flag. 
(https://issues.dlang.org/show_bug.cgi?id=17515)
-   filter-ldflags {-L,-Xlinker,-Wl,}--icf={none,all,safe}
-   fi
-
-   if [[ "${DLANG_VENDOR}" == "DigitalMars" ]] || [[ "${DLANG_VENDOR}" == 
"GNU" ]]; then
-   # DMD and GDC don't undestand/work with LTO flags
-   filter-ldflags -f{no-,}use-linker-plugin -f{no-,}lto -flto=*
-   fi
-
if [[ "${DLANG_VENDOR}" == "DigitalMars" ]] || [[ "${DLANG_VENDOR}" == 
"LDC" ]]; then
local set prefix flags=()
if [[ is_dmd ]]; then
@@ -613,6 +594,24 @@ __dlang_use_build_vars() {
die "Could not detect D compiler vendor!"
fi
# We need to convert the LDFLAGS, so they are understood by DMD and LDC.
+   if [[ "${DLANG_VENDOR}" == "DigitalMars" ]]; then
+   # gc-sections breaks executables for some versions of D
+   # It works with the gold linker on the other hand
+   # See: https://issues.dlang.org/show_bug.cgi?id=879
+   [[ "${DLANG_PACKAGE_TYPE}" == "dmd" ]] && local 
dlang_version=$SLOT || local dlang_version=$DLANG_VERSION
+   if ver_test $dlang_version -lt 2.072; then
+   if ! ld -v | grep -q "^GNU gold"; then
+   filter-flags {-L,-Xlinker,-Wl\,}--gc-sections
+   fi
+   fi
+   # Filter ld.gold ICF flag. 
(https://issues.dlang.org/show_bug.cgi?id=17515)
+   filter-flags {-L,-Xlinker,-Wl\,}--icf={none,all,safe}
+   fi
+
+   if [[ "${DLANG_VENDOR}" == "DigitalMars" ]] || [[ "${DLANG_VENDOR}" == 
"GNU" ]]; then
+   # DMD and GDC don't undestand/work with LTO flags
+   filter-ldflags -f{no-,}use-linker-plugin -f{no-,}lto -flto=*
+   fi
export LDFLAGS=`dlang_convert_ldflags`
"${@}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/

2020-08-14 Thread Stefan Strogin
commit: 55398990174798fa871e2c4ce265739fdf4ac5d3
Author: Stefan Strogin  gentoo  org>
AuthorDate: Sat Aug 15 01:40:27 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Sat Aug 15 01:41:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55398990

dev-libs/libressl: drop old 3.1.2

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Stefan Strogin  gentoo.org>

 dev-libs/libressl/Manifest  |  1 -
 dev-libs/libressl/libressl-3.1.2.ebuild | 63 -
 2 files changed, 64 deletions(-)

diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
index 35bc7d85487..a9c9b7c53e0 100644
--- a/dev-libs/libressl/Manifest
+++ b/dev-libs/libressl/Manifest
@@ -1,5 +1,4 @@
 DIST libressl-2.9.2.tar.gz 3607549 BLAKE2B 
496e993e4f1c85167e0344afab61259d4e3f094a7e5dfac85878191070e2c196753162532efb921fab582481aeda3705fca9a2b48921cba82465192f2c1eef95
 SHA512 
b43e73e47c1f14da3c702ab42f29f1d67645a4fa425441337bd6c125b481ef78a40fd13e6b34dadb2af337e1c0c190cfb616186d4db9c9a743a37e594b9b8033
 DIST libressl-3.0.2.tar.gz 3669468 BLAKE2B 
84ad2c1fea8d2119f191ec8ab3f999fb0354636d48aabb76fa1786139c669c9d8ca105d79cc8416dd20683818eccc84490cdadc9ca94cb2b0e411644e923a3d6
 SHA512 
19226da3bc9776e1da40b8e94dfa53564d5e6acc80edee539ba12d7a75c1bb8c0603e7633f26a6ef8b12adc56bb677ccda448575aa6be2ad3df5447465a4b080
-DIST libressl-3.1.2.tar.gz 3765944 BLAKE2B 
b0181a1936af3aad3908668cae14aa87e8dca594ebb1effa354eb57529c21aca2052ce6bc85958dd83645c9026c84410939018d16c8e70a60f336145d45790e6
 SHA512 
b024c5661777daa73feff7085ce7be76a2e766d2f3cb5ca35c208c471e5651a365252758ca36782e20cdfb2bc8171919a08ad592420878a5c95fbe646f5288c8
 DIST libressl-3.1.3.tar.gz 3766345 BLAKE2B 
4956fa0ae6030e9e9969d584db3bc0084c4b155207d1472ebfa40c8e68e925214b66ed1bc7e32d98a9a48de0b61909323a0380a973c724422c92bfe88b9fdfb2
 SHA512 
f9f497fe5d09b8b762175da038a8e67d9d2567462fefc49e434d306a3071ba3a4d369c89143d9d90e3bbcc7b9ba051c9c923a0dfc41d856edc08ae59fa727ee8
 DIST libressl-3.2.0.tar.gz 3775925 BLAKE2B 
99d74fad16e272be8e3b23b873c35970ce3693e088baf365670ad8e8cbb846e90f4232bbc6c65b70a35060da99b9b210b3debce1c78d531e810de26e3e2f05cb
 SHA512 
e8bf95af4e4e855b0462eb12df8f802102a3bee5bb40fb1859e7c40d9e3ce89f0d2eb0acdd923e7c592b4aeb7ecc556f753c0a12d0dace05d2ef342bffdd9d07

diff --git a/dev-libs/libressl/libressl-3.1.2.ebuild 
b/dev-libs/libressl/libressl-3.1.2.ebuild
deleted file mode 100644
index 1df45e25a73..000
--- a/dev-libs/libressl/libressl-3.1.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal libtool
-
-DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
-HOMEPAGE="https://www.libressl.org/";
-SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz";
-
-LICENSE="ISC openssl"
-# Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
-# we'll try to use the max of either. However, if either change between
-# versions, we have to change the subslot to trigger rebuild of consumers.
-SLOT="0/48"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="+asm static-libs test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="test? ( static-libs )"
-
-RDEPEND="!dev-libs/openssl:0"
-DEPEND="${RDEPEND}"
-PDEPEND="app-misc/ca-certificates"
-
-src_prepare() {
-   touch crypto/Makefile.in
-
-   sed -i \
-   -e '/^[ \t]*CFLAGS=/s#-g ##' \
-   -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
-   -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
-   -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
-   -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
-   -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
-   configure || die "fixing CFLAGS failed"
-
-   if ! use test ; then
-   sed -i \
-   -e '/^[ \t]*SUBDIRS =/s#tests##' \
-   Makefile.in || die "Removing tests failed"
-   fi
-
-   eapply "${FILESDIR}"/${PN}-2.8.3-solaris10.patch
-   eapply_user
-
-   elibtoolize  # for Solaris
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable asm) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_test() {
-   emake check
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${D}" -name '*.la' -exec rm -f {} + || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/

2020-08-14 Thread Sam James
commit: 3338b2cbad6e7215b4fe5c7c87aa7d5231bf3a23
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 01:23:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 01:23:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3338b2cb

net-wireless/iwd: Stabilize 1.8-r1 amd64, #736541

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

 net-wireless/iwd/iwd-1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/iwd/iwd-1.8-r1.ebuild 
b/net-wireless/iwd/iwd-1.8-r1.ebuild
index 275df77dbd8..1dc58ee3c31 100644
--- a/net-wireless/iwd/iwd-1.8-r1.ebuild
+++ b/net-wireless/iwd/iwd-1.8-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git";
 else
SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="Wireless daemon for linux"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ell/

2020-08-14 Thread Sam James
commit: 6957a42577048c354bd0f0d8d4521f02afb45adf
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 01:23:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 01:23:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6957a425

dev-libs/ell: Stabilize 0.32 amd64, #736541

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

 dev-libs/ell/ell-0.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ell/ell-0.32.ebuild b/dev-libs/ell/ell-0.32.ebuild
index 32dc1a30c22..92cd6e65a4f 100644
--- a/dev-libs/ell/ell-0.32.ebuild
+++ b/dev-libs/ell/ell-0.32.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git";
 else

SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
 fi
 LICENSE="LGPL-2.1"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rtslib-fb/

2020-08-14 Thread Sam James
commit: c3e3e50d15b7c4453e25338ea5f0ad216d95c964
Author: Diogo Pereira  gmail  com>
AuthorDate: Tue Jun 30 22:56:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 01:18:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e3e50d

dev-python/rtslib-fb: version bump to 2.1.73

Bug: https://bugs.gentoo.org/728770
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Diogo Pereira  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16516
Signed-off-by: Sam James  gentoo.org>

 dev-python/rtslib-fb/Manifest|  1 +
 dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/rtslib-fb/Manifest b/dev-python/rtslib-fb/Manifest
index 2b31e1481ce..3d29dd12db0 100644
--- a/dev-python/rtslib-fb/Manifest
+++ b/dev-python/rtslib-fb/Manifest
@@ -1 +1,2 @@
 DIST rtslib-fb-2.1.69.tar.gz 69825 BLAKE2B 
d5bc7a526495922e9c00f81d11f5436b77a917aa1c29450a54a4099fc7b97f9b3c3b8d623158bd02f8c1080e5b646c5f67f673496b1bd5bef5aa664df43eeb74
 SHA512 
8ff956c8b593a1d0a79a9a527502ddd1422bc27f272bfa708d145a66779de1af65adb20d822bee59c5b60282fb16f15429c10477d3523c04b215f963ec850073
+DIST rtslib-fb-2.1.73.tar.gz 73883 BLAKE2B 
2e1a9306386b019ed7d4f89dc976959020f981812a28f0a8f4c520f311ec6ce08da2e45115d394cab272296bd84e16fd1c15a6aecdf4650d52f96e294aed4cc5
 SHA512 
70bfad6a055af1242f989fcab706b5a49ebe8c1ed7183ac3f739eb54e0c628cc27efe9823dd017c33d735847888a142a791fdba3e5f4d4817290df7f8b6347f0

diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild 
b/dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild
new file mode 100644
index 000..0b6c439786d
--- /dev/null
+++ b/dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1 systemd
+
+DESCRIPTION="A Python object API for managing the Linux LIO kernel target"
+HOMEPAGE="https://github.com/open-iscsi/rtslib-fb";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-python/pyudev[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+
+src_install() {
+   distutils-r1_src_install
+   systemd_dounit "${FILESDIR}/target.service"
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/libheif/files/, media-libs/libheif/

2020-08-14 Thread Sam James
commit: 037503cb9f6b23fcfef0f858ad1d80c8f0768504
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 00:57:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 00:58:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037503cb

Revert "media-libs/libheif: bump to 1.7.0"

I thought I'd removed this from my queue.
This reverts commit 2342cb1351a329a8398db9a71cea7deddb8db61d.

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

 media-libs/libheif/Manifest  |  1 -
 media-libs/libheif/files/libheif-1.7.0-aom.patch | 46 ---
 media-libs/libheif/libheif-1.7.0.ebuild  | 71 
 3 files changed, 118 deletions(-)

diff --git a/media-libs/libheif/Manifest b/media-libs/libheif/Manifest
index befd4776bec..95bd4fae9f8 100644
--- a/media-libs/libheif/Manifest
+++ b/media-libs/libheif/Manifest
@@ -1,4 +1,3 @@
 DIST libheif-1.5.1.tar.gz 1510087 BLAKE2B 
1dd5e913c8913c6b62b770653585f8ccf7cda14c4dd79ff2073bf085da4d730accaef8d0f8008ac941238a7e3e131add1a218e0c78a886847b3bcf253d66c9b6
 SHA512 
05e32ebff08d5f0e82e9b1107253c27882ae1694150033fe7b3ca07db8c64567f09002081276e92a3b490a63022a1522d577b094a7f489742139758d17f484b8
 DIST libheif-1.6.1.tar.gz 1514950 BLAKE2B 
d658f0c408f9a09eaac890119119327bd3e9c84db785d001b2c7a979b9574a6723403fe063ed6ce77812bface04be124e808fc90c1325c13e3d87f8b46ac0b65
 SHA512 
5a2104e529d59c23c988b6c0c167f9e7017ff77763eb71fee1c26f97624e9d7e2d0f863123d1886536d37f96ea6b93969a1c53e747672c54a2220aa6f47be1bf
 DIST libheif-1.6.2.tar.gz 1515763 BLAKE2B 
e7a901394349bc8bbf633a0193d7a08a1cecf7e97a8ac709efb9c2e5e6da387c7fa5e8b551cecf1f67b4e7a7d06f034e64c20d7c55f9a7898c0badb79ed485f7
 SHA512 
41848c05d88f82827ebdd0662a1870ce8b7899f6a86ef5aa483b301176602da8e69d2c5a49b4d911bc0cac51bdab81a06fd43efae2722092cc09c02119c95f07
-DIST libheif-1.7.0.tar.gz 1526096 BLAKE2B 
74b8284875321781d13d17b877eb8291ecdd0fe1700f73a433d3b125a8ee6b33a326310d729e62bac9d9fecfea095f21ef590e711d550dcaac79570b3f917885
 SHA512 
13c95540fee13f3fba8d8a4f69886bf5563e9fa22c5cd113dbe16d20670b077b5961171e5f9fb0f256cc42c4650e13465c93d3fbb03013997a7fc163463e8b3a

diff --git a/media-libs/libheif/files/libheif-1.7.0-aom.patch 
b/media-libs/libheif/files/libheif-1.7.0-aom.patch
deleted file mode 100644
index 9dce291f964..000
--- a/media-libs/libheif/files/libheif-1.7.0-aom.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From 331dff0ba58d5265ddcdadeaf5a45c1f0698a388 Mon Sep 17 00:00:00 2001
-From: Jakov Smolic 
-Date: Fri, 14 Aug 2020 22:03:25 +0200
-Subject: [PATCH] Fix building against aom 1.0
-
-Taken from upstream commit:
-https://github.com/strukturag/libheif/commit/6768552c0a99bb2957906be0f369850326486a58
-
-Signed-off-by: Jakov Smolic 

- libheif/heif_encoder_aom.cc | 11 ---
- 1 file changed, 8 insertions(+), 3 deletions(-)
-
-diff --git a/libheif/heif_encoder_aom.cc b/libheif/heif_encoder_aom.cc
-index 9953e34..669a51a 100644
 a/libheif/heif_encoder_aom.cc
-+++ b/libheif/heif_encoder_aom.cc
-@@ -502,9 +502,11 @@ struct heif_error aom_encode_image(void* encoder_raw, 
const struct heif_image* i
- 
- 
-   // --- configure codec
--
--  unsigned int aomUsage = (encoder->realtime_mode ? AOM_USAGE_REALTIME : 
AOM_USAGE_GOOD_QUALITY);
--
-+  unsigned int aomUsage = 0;
-+#if defined(AOM_USAGE_REALTIME)
-+  // aom 2.0
-+  aomUsage = (encoder->realtime_mode ? AOM_USAGE_REALTIME : 
AOM_USAGE_GOOD_QUALITY);
-+#endif
- 
-   aom_codec_enc_cfg_t cfg;
-   aom_codec_err_t res = aom_codec_enc_config_default(encoder->iface, &cfg, 
aomUsage);
-@@ -540,7 +542,10 @@ struct heif_error aom_encode_image(void* encoder_raw, 
const struct heif_image* i
-   aom_codec_control(&encoder->codec, AOME_SET_CPUUSED, encoder->cpu_used);
- 
-   if (encoder->threads > 1) {
-+#if defined(AV1E_SET_ROW_MT)
-+// aom 2.0
- aom_codec_control(&encoder->codec, AV1E_SET_ROW_MT, 1);
-+#endif
-   }
- 
-   // --- encode frame
--- 
-2.26.2
-

diff --git a/media-libs/libheif/libheif-1.7.0.ebuild 
b/media-libs/libheif/libheif-1.7.0.ebuild
deleted file mode 100644
index 8cb390a020e..000
--- a/media-libs/libheif/libheif-1.7.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools xdg-utils multilib-minimal
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/strukturag/${PN}.git";
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/strukturag/${PN}/releases/download/v${PV}/${P}.tar.gz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-fi
-
-DESCRIPTION="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"
-HOMEPAGE="https://github.com/strukturag/libheif";
-
-LICENSE="GPL-3"
-SLOT="0/1.6"
-IUSE="static-libs test +threads"
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( dev-lang/go )"
-DEPEND="
-   media-libs/libde265:=[${MULTILIB_USEDEP}]
-   media-libs/libpng:0=[${MULTILIB_USEDEP}]
-   media-libs

  1   2   3   4   >