[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-endian/, dev-ml/ocplib-endian/files/

2020-10-16 Thread Sam James
commit: f2417895a2c184ed9e2685b7f9d4488e1bdfa346
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 05:38:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 05:41:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2417895

dev-ml/ocplib-endian: better fix for compile failure

Apparently, those irritating "syntax errors" only
appear when we have an older cppo.

Noticed when trying to fix a similar issue in lwt.

Drop the OCaml version requirement + patch, and
depend on a newer cppo.

Fixes: 34cf79fccb906b79c9c0fa570d86ce241bd8c199
Bug: https://bugs.gentoo.org/748549
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 .../files/ocplib-endian-1.1-fix-build.patch| 66 --
 dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild   | 10 +---
 2 files changed, 1 insertion(+), 75 deletions(-)

diff --git a/dev-ml/ocplib-endian/files/ocplib-endian-1.1-fix-build.patch 
b/dev-ml/ocplib-endian/files/ocplib-endian-1.1-fix-build.patch
deleted file mode 100644
index 5c7b1c3cee4..000
--- a/dev-ml/ocplib-endian/files/ocplib-endian-1.1-fix-build.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-Drop old compatibility code which causes a syntax error (sometimes?)
-https://bugs.gentoo.org/748549
 a/src/endianBytes.cppo.ml
-+++ b/src/endianBytes.cppo.ml
-@@ -89,26 +89,6 @@ let unsafe_set_char (s:Bytes.t) off v =
- 
- #include "common.ml"
- 
--#if OCAML_VERSION < (4, 07, 0)
--
--external unsafe_get_16 : Bytes.t -> int -> int = "%caml_string_get16u"
--external unsafe_get_32 : Bytes.t -> int -> int32 = "%caml_string_get32u"
--external unsafe_get_64 : Bytes.t -> int -> int64 = "%caml_string_get64u"
--
--external unsafe_set_16 : Bytes.t -> int -> int -> unit = "%caml_string_set16u"
--external unsafe_set_32 : Bytes.t -> int -> int32 -> unit = 
"%caml_string_set32u"
--external unsafe_set_64 : Bytes.t -> int -> int64 -> unit = 
"%caml_string_set64u"
--
--external get_16 : Bytes.t -> int -> int = "%caml_string_get16"
--external get_32 : Bytes.t -> int -> int32 = "%caml_string_get32"
--external get_64 : Bytes.t -> int -> int64 = "%caml_string_get64"
--
--external set_16 : Bytes.t -> int -> int -> unit = "%caml_string_set16"
--external set_32 : Bytes.t -> int -> int32 -> unit = "%caml_string_set32"
--external set_64 : Bytes.t -> int -> int64 -> unit = "%caml_string_set64"
--
--#else
--
- external unsafe_get_16 : Bytes.t -> int -> int = "%caml_bytes_get16u"
- external unsafe_get_32 : Bytes.t -> int -> int32 = "%caml_bytes_get32u"
- external unsafe_get_64 : Bytes.t -> int -> int64 = "%caml_bytes_get64u"
-@@ -125,6 +105,4 @@ external set_16 : Bytes.t -> int -> int -> unit = 
"%caml_bytes_set16"
- external set_32 : Bytes.t -> int -> int32 -> unit = "%caml_bytes_set32"
- external set_64 : Bytes.t -> int -> int64 -> unit = "%caml_bytes_set64"
- 
--#endif
--
- #include "common_401.ml"
 a/src/endianString.cppo.ml
-+++ b/src/endianString.cppo.ml
-@@ -93,18 +93,6 @@ external get_16 : string -> int -> int = 
"%caml_string_get16"
- external get_32 : string -> int -> int32 = "%caml_string_get32"
- external get_64 : string -> int -> int64 = "%caml_string_get64"
- 
--#if OCAML_VERSION < (4, 07, 0)
--
--external unsafe_set_16 : Bytes.t -> int -> int -> unit = "%caml_string_set16u"
--external unsafe_set_32 : Bytes.t -> int -> int32 -> unit = 
"%caml_string_set32u"
--external unsafe_set_64 : Bytes.t -> int -> int64 -> unit = 
"%caml_string_set64u"
--
--external set_16 : Bytes.t -> int -> int -> unit = "%caml_string_set16"
--external set_32 : Bytes.t -> int -> int32 -> unit = "%caml_string_set32"
--external set_64 : Bytes.t -> int -> int64 -> unit = "%caml_string_set64"
--
--#else
--
- external unsafe_set_16 : Bytes.t -> int -> int -> unit = "%caml_bytes_set16u"
- external unsafe_set_32 : Bytes.t -> int -> int32 -> unit = 
"%caml_bytes_set32u"
- external unsafe_set_64 : Bytes.t -> int -> int64 -> unit = 
"%caml_bytes_set64u"
-@@ -113,6 +101,4 @@ external set_16 : Bytes.t -> int -> int -> unit = 
"%caml_bytes_set16"
- external set_32 : Bytes.t -> int -> int32 -> unit = "%caml_bytes_set32"
- external set_64 : Bytes.t -> int -> int64 -> unit = "%caml_bytes_set64"
- 
--#endif
--
- #include "common_401.ml"

diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild 
b/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild
index 055e97e5c2f..c8a613e5eca 100644
--- a/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild
+++ b/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild
@@ -17,12 +17,4 @@ IUSE="+ocamlopt"
 # 2 of 70 tests fail
 RESTRICT="test"
 
-# see #748549 for version restriction on OCaml
-BDEPEND="
-   >=dev-lang/ocaml-4.07.0
-   >=dev-ml/cppo-1.1.0
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.1-fix-build.patch"
-)
+BDEPEND=">=dev-ml/cppo-1.6.6"



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

2020-10-16 Thread Sam James
commit: 14bd3974f174b1b9aab3ed6b2b22f712a1304cc8
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 05:41:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 05:41:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bd3974

dev-ml/lwt: depend on newer cppo

Solves similar issue to the one seen for ocplib-endian.

See 34cf79fccb906b79c9c0fa570d86ce241bd8c199 for full
explanation.

Bug: https://bugs.gentoo.org/748549
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 dev-ml/lwt/{lwt-5.3.0.ebuild => lwt-5.3.0-r1.ebuild} | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-ml/lwt/lwt-5.3.0.ebuild b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
similarity index 95%
rename from dev-ml/lwt/lwt-5.3.0.ebuild
rename to dev-ml/lwt/lwt-5.3.0-r1.ebuild
index 417b2d5dfd1..fd4f8ed9887 100644
--- a/dev-ml/lwt/lwt-5.3.0.ebuild
+++ b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
@@ -9,6 +9,9 @@ DESCRIPTION="Cooperative light-weight thread library for OCaml"
 SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="http://ocsigen.org/lwt;
 
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="
@@ -20,17 +23,12 @@ DEPEND="
dev-ml/react:=
dev-ml/dune-configurator:=
dev-libs/libev"
-
 RDEPEND="${DEPEND}
!=dev-ml/cppo-1.6.6
dev-ml/findlib"
 
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
 # backported from https://github.com/ocsigen/lwt/pull/807
 PATCHES=(
"${FILESDIR}"/${PN}-5.3.0-ppxlib-0.18.0.patch



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

2020-10-16 Thread Michał Górny
commit: 86314187379e3ed1aec4faff22dee1993a6a2836
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 17 03:22:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 17 03:22:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86314187

dev-python/pyotp: Bump to 2.4.1

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

 dev-python/pyotp/Manifest   |  1 +
 dev-python/pyotp/pyotp-2.4.1.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/pyotp/Manifest b/dev-python/pyotp/Manifest
index df3fb7410e8..89ff4d59f1c 100644
--- a/dev-python/pyotp/Manifest
+++ b/dev-python/pyotp/Manifest
@@ -1 +1,2 @@
 DIST pyotp-2.4.0.tar.gz 14789 BLAKE2B 
3c228f0e8271aa0c6692000ae2b2a6407afe015a4a91851509d8878f325277c055e52e3f3385cf0139678406a1e09c0230743e6a09c2d64c291df6b770508d7c
 SHA512 
cb6d49d0b6880c6d7c5ef6337d1f0085609e1b66c693b1a9cf6604334af6456cd67dd0278836211edb91a81b5340cab51499cd47b2013d291c9cc9d59e4f31a5
+DIST pyotp-2.4.1.tar.gz 15232 BLAKE2B 
0690364209bbbfc7bdaddc0204168a584696b98d974b203513ce8f6ffef9751ed1c9d19b7f875631805cf704ca494b2412eb731b0415fdedbae7f57ece630981
 SHA512 
4bd60ecef1ae22207732a539e5b46c3ca35fa6158da552e537aa522bfe2a2e0743f7426c437cd93cc9901ce5b834cbd9d9e4481eb95478871367f1d5373b67af

diff --git a/dev-python/pyotp/pyotp-2.4.1.ebuild 
b/dev-python/pyotp/pyotp-2.4.1.ebuild
new file mode 100644
index 000..5334f2e81f8
--- /dev/null
+++ b/dev-python/pyotp/pyotp-2.4.1.ebuild
@@ -0,0 +1,18 @@
+# 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
+
+DESCRIPTION="PyOTP is a Python library for generating and verifying one-time 
passwords."
+HOMEPAGE="https://github.com/pyauth/pyotp https://pypi.org/project/pyotp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests unittest



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

2020-10-16 Thread Michał Górny
commit: 5f3b40ea4e5c12b44d13aa89d3592cfd4cb052ab
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 17 03:22:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 17 03:22:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3b40ea

dev-python/boto3: Bump to 1.15.18

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.15.18.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 73a7d94271d..0269df6771d 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -11,6 +11,7 @@ DIST boto3-1.15.14.tar.gz 336351 BLAKE2B 
61e4ee1b235c07dc3d0d961a3e4b6138c79ee49
 DIST boto3-1.15.15.tar.gz 336346 BLAKE2B 
1dab0b7810cba83b28391b50e8c24a50d051827c090f7eb1b9511ecdcfcf625986aba639e292439315a413029c4392fa7a795ab154819ee7ac5dc7cd476169fa
 SHA512 
b6ffe472bac7c6a12d9a1c901ddf9ed55368913e242421282e003eac1c02ad3336993e3c4343e5b8b624ea981e78df2536a41c74f42cc2e8a0d4f46d315200a6
 DIST boto3-1.15.16.tar.gz 336442 BLAKE2B 
106c6bb5ee8ce43a11f486204528e04fd53a23e30ed58346782183e95e36dc25c1739915d3dc5bf3cd739cb93b7690f616d3273d0d8427c4f057003e075463e0
 SHA512 
21803d329964c598584d7452b83458dce6a8c3a36abc1c966f4db4386ac401ab78082973db789d1fccdd8f1866807793462a8197e3b4d75320dd0ec15f6187f0
 DIST boto3-1.15.17.tar.gz 336907 BLAKE2B 
b62c314e821441a9a601c2d44dbebb9b23c705271f6816687a9b2e96cc7baf2b3eff0d8307d0453619a7e79cd749c7cd820d1115094e2458168a90124e4dbea8
 SHA512 
1277593f6b860de9fb09b96568361327adcc68efa5f49e83a61dce6f65abaeeda0b3ea46853ff4a603e0f5faa8e73130d1f295c3481d5d3760ccc04487080253
+DIST boto3-1.15.18.tar.gz 336927 BLAKE2B 
0ddc7fbd0fffcbeafeee7b9aa0f699087369f315551e243175793c82d95c97dbbe8997d5fc280e9fed18612d1058d858a7b34b0b1b4ac7905774009beb62c0a6
 SHA512 
2dc88c27bafe7ff2f2b00be94c37e7cabc94f09ca0ccb898a5d29cd8087bb1945d226ed5d87e955250775038fc039740e68d93662b465e99a16cfebfd2fa2944
 DIST boto3-1.15.2.tar.gz 335231 BLAKE2B 
f1eb144da7afc1cf630cdc1f61880d094186a37d46556ae361da278fd3045a119dcb09c3d08387a019ca88d6502fa8710a5e5733cd9dc9056676ef17853d76e2
 SHA512 
6866e0d6a50d11495e5f2a33a392b0edbe1ff6625235b26b5d6028f7c2c7089d78febe17b982f65dc2564254800a23409247ac09716b099f09f3751c5b7f47b5
 DIST boto3-1.15.3.tar.gz 335286 BLAKE2B 
05c9ef757b8d227ae06a22e78d978821ff50da719f122ac025940b2e1ac5728d6bac044d4bfab95c56ac8c363efd7abfe3de2b3fd65d423ab53dbdfc60b910da
 SHA512 
dfecfc075896ce84fd58d0437b84a6a794af69ff3e598b35b43f83b2b5ef57b88f96ef62a0d6505d5fe7fef0401513c8ecf0dfcaa22e4575510acd3ece191901
 DIST boto3-1.15.4.tar.gz 335401 BLAKE2B 
42ee1f2cf1e82338ea59a40b95aa5c76abae51aacf325ae845f407ccbc3caf1b3901bca48036889ad6307f96c257259cce39784a3f52ec6ff03c0c6c5633c654
 SHA512 
14626faa3943b65a215b8f1bce24f217e69421cdfd40caaf7de0fec13ca9b5b25c5e290c27672b2a6bc41316917224209110e2efd5be817de7273f93ae5764ce

diff --git a/dev-python/boto3/boto3-1.15.18.ebuild 
b/dev-python/boto3/boto3-1.15.18.ebuild
new file mode 100644
index 000..ccc99e1c241
--- /dev/null
+++ b/dev-python/boto3/boto3-1.15.18.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
+}



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

2020-10-16 Thread Michał Górny
commit: 6a3bedc605d0da514ff5f662daa9da14984a7bcf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 17 03:21:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 17 03:21:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3bedc6

dev-python/botocore: Bump to 1.18.18

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.18.18.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index f208e7b8cf0..7c5c121a3dc 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -11,6 +11,7 @@ DIST botocore-1.18.14.tar.gz 6924624 BLAKE2B 
78aa481a792cdd54712730189808df3627c
 DIST botocore-1.18.15.tar.gz 6926102 BLAKE2B 
04947ce595233c04c37268ffb237ba97b1a758280367ed4e01dc9dec17daf75e545d621f42b08fc74d7a27d680188ac3405b4368adef0c1adf6949225913af72
 SHA512 
a97f12a6fdbdeb97b4e44c895122bee6aeef0b67211dfdb43c7b5aa41af9b4881fcc9d75d83b0dfbc716000c8429577d7c2e73ea63b84f8337ef5f826a3a7015
 DIST botocore-1.18.16.tar.gz 6930500 BLAKE2B 
3fc435ab9963544d31675c12c63dee166d49804f857bb7a278af2f564d27551dcafc5f9c5e84aef8f8648eae1afcdc509e498820df94819a1ebdb8bf6e34c625
 SHA512 
ac4c714c29309fb423caf805a855795d6713be85643e4b7269e412f52b79ab67225efa30e25c425fff45ed742e7aa2b4ac2ebe803705d8f60f49d477b0dd49f4
 DIST botocore-1.18.17.tar.gz 6940931 BLAKE2B 
2a653036b343bdc8c390e41c2ecb871a51aac9c4de6ab58ce2ae4c42a723d02d35d807a9b70a147f67120468c8b0a0ec5bcedc1135d085d0e459480368d59881
 SHA512 
be64e4e945bc73eaeb394bd3f25dd2ae9b87d1bc39a2e35943ff407db05e982f498de4b80aa4c97e9b2d9ccc0478b7b973a97875cfc3a421e9f0131de1c805f1
+DIST botocore-1.18.18.tar.gz 6942407 BLAKE2B 
e58183d5aa79a210d82c1dc21806c9c86f993498055c52742e4c1ef2f697ae1faf120b9edf8efeb229dad3f3230f0847b534ac071a1e4d32136eacc3c18c7c84
 SHA512 
a92a20c86390905f22c10e3ba649008b7c9ccab147b6b3aecc89f26dc891aaf38a974fd8ba1f792a38ac89a98dba64a949741445abf7db133f60189d1e8da31e
 DIST botocore-1.18.2.tar.gz 6843154 BLAKE2B 
77f4cbccd6a686cfbdb2f25fafb9f2210c0e23de72fb40403f905711ec5d073b92cfd003d39406d273feb0bfb90e2ab594f2bb9c1564b5b0879efdf3bcfa47e3
 SHA512 
f4fec4caf3b4ebca8a593d58827fb4377c2458b7ebccb53ccd830df5423a2021ecebd534d2fe276662f8d8e91078bb5adbf611a52baa29c8ab3526d9c7b975ac
 DIST botocore-1.18.3.tar.gz 6846755 BLAKE2B 
3f6709cac832dff1ba07c2e8b4c235b5bcdf305c9851eedea2ce5f7847d0be93d7e9cbcb1765add47aaec1d0c1c31cdd2c88542a984af570140ffb7fe30d8388
 SHA512 
a8831b1549a768cea9d550dc2dc3c1c8afc03e018d2ce246569bed35cb9ce25bcb18689d066dc5b6e6dcc69db93e0b0957b32cb68c101127e01cfe3fbfa9fe08
 DIST botocore-1.18.4.tar.gz 6850892 BLAKE2B 
013319b1055db5a65f25b4d11c0ae97e6eb58a8976eafea98c80a33c756b8715d69fddb86c900e9c3c1a6447d05a7afd2f11a155db5f6cbcefc5f80fccbf680c
 SHA512 
c84b7c5dcb78101d6d04bea2a4453e2c47711133bf4ee1e96c6bea18a0b3de7c41021bfe5ac501eeb2b35d50bfe8782ee29d931adf79ae77a45a2f3b117716df

diff --git a/dev-python/botocore/botocore-1.18.18.ebuild 
b/dev-python/botocore/botocore-1.18.18.ebuild
new file mode 100644
index 000..ba67bf7ac94
--- /dev/null
+++ b/dev-python/botocore/botocore-1.18.18.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-endian/, dev-ml/ocplib-endian/files/

2020-10-16 Thread Sam James
commit: 34cf79fccb906b79c9c0fa570d86ce241bd8c199
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 03:14:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 03:14:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cf79fc

dev-ml/ocplib-endian: fix build

In some instances, build fails because of
a compatibility stanza. Let's just drop
it in a patch here and add a lower bound
on OCaml.

Closes: https://bugs.gentoo.org/748549
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 .../files/ocplib-endian-1.1-fix-build.patch| 66 ++
 ...dian-1.1.ebuild => ocplib-endian-1.1-r1.ebuild} | 11 +++-
 2 files changed, 74 insertions(+), 3 deletions(-)

diff --git a/dev-ml/ocplib-endian/files/ocplib-endian-1.1-fix-build.patch 
b/dev-ml/ocplib-endian/files/ocplib-endian-1.1-fix-build.patch
new file mode 100644
index 000..5c7b1c3cee4
--- /dev/null
+++ b/dev-ml/ocplib-endian/files/ocplib-endian-1.1-fix-build.patch
@@ -0,0 +1,66 @@
+Drop old compatibility code which causes a syntax error (sometimes?)
+https://bugs.gentoo.org/748549
+--- a/src/endianBytes.cppo.ml
 b/src/endianBytes.cppo.ml
+@@ -89,26 +89,6 @@ let unsafe_set_char (s:Bytes.t) off v =
+ 
+ #include "common.ml"
+ 
+-#if OCAML_VERSION < (4, 07, 0)
+-
+-external unsafe_get_16 : Bytes.t -> int -> int = "%caml_string_get16u"
+-external unsafe_get_32 : Bytes.t -> int -> int32 = "%caml_string_get32u"
+-external unsafe_get_64 : Bytes.t -> int -> int64 = "%caml_string_get64u"
+-
+-external unsafe_set_16 : Bytes.t -> int -> int -> unit = "%caml_string_set16u"
+-external unsafe_set_32 : Bytes.t -> int -> int32 -> unit = 
"%caml_string_set32u"
+-external unsafe_set_64 : Bytes.t -> int -> int64 -> unit = 
"%caml_string_set64u"
+-
+-external get_16 : Bytes.t -> int -> int = "%caml_string_get16"
+-external get_32 : Bytes.t -> int -> int32 = "%caml_string_get32"
+-external get_64 : Bytes.t -> int -> int64 = "%caml_string_get64"
+-
+-external set_16 : Bytes.t -> int -> int -> unit = "%caml_string_set16"
+-external set_32 : Bytes.t -> int -> int32 -> unit = "%caml_string_set32"
+-external set_64 : Bytes.t -> int -> int64 -> unit = "%caml_string_set64"
+-
+-#else
+-
+ external unsafe_get_16 : Bytes.t -> int -> int = "%caml_bytes_get16u"
+ external unsafe_get_32 : Bytes.t -> int -> int32 = "%caml_bytes_get32u"
+ external unsafe_get_64 : Bytes.t -> int -> int64 = "%caml_bytes_get64u"
+@@ -125,6 +105,4 @@ external set_16 : Bytes.t -> int -> int -> unit = 
"%caml_bytes_set16"
+ external set_32 : Bytes.t -> int -> int32 -> unit = "%caml_bytes_set32"
+ external set_64 : Bytes.t -> int -> int64 -> unit = "%caml_bytes_set64"
+ 
+-#endif
+-
+ #include "common_401.ml"
+--- a/src/endianString.cppo.ml
 b/src/endianString.cppo.ml
+@@ -93,18 +93,6 @@ external get_16 : string -> int -> int = 
"%caml_string_get16"
+ external get_32 : string -> int -> int32 = "%caml_string_get32"
+ external get_64 : string -> int -> int64 = "%caml_string_get64"
+ 
+-#if OCAML_VERSION < (4, 07, 0)
+-
+-external unsafe_set_16 : Bytes.t -> int -> int -> unit = "%caml_string_set16u"
+-external unsafe_set_32 : Bytes.t -> int -> int32 -> unit = 
"%caml_string_set32u"
+-external unsafe_set_64 : Bytes.t -> int -> int64 -> unit = 
"%caml_string_set64u"
+-
+-external set_16 : Bytes.t -> int -> int -> unit = "%caml_string_set16"
+-external set_32 : Bytes.t -> int -> int32 -> unit = "%caml_string_set32"
+-external set_64 : Bytes.t -> int -> int64 -> unit = "%caml_string_set64"
+-
+-#else
+-
+ external unsafe_set_16 : Bytes.t -> int -> int -> unit = "%caml_bytes_set16u"
+ external unsafe_set_32 : Bytes.t -> int -> int32 -> unit = 
"%caml_bytes_set32u"
+ external unsafe_set_64 : Bytes.t -> int -> int64 -> unit = 
"%caml_bytes_set64u"
+@@ -113,6 +101,4 @@ external set_16 : Bytes.t -> int -> int -> unit = 
"%caml_bytes_set16"
+ external set_32 : Bytes.t -> int -> int32 -> unit = "%caml_bytes_set32"
+ external set_64 : Bytes.t -> int -> int64 -> unit = "%caml_bytes_set64"
+ 
+-#endif
+-
+ #include "common_401.ml"

diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.1.ebuild 
b/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild
similarity index 76%
rename from dev-ml/ocplib-endian/ocplib-endian-1.1.ebuild
rename to dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild
index 92a15b5de08..055e97e5c2f 100644
--- a/dev-ml/ocplib-endian/ocplib-endian-1.1.ebuild
+++ b/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild
@@ -15,9 +15,14 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 # 2 of 70 tests fail
-RESTRICT=test
+RESTRICT="test"
 
-DEPEND="
+# see #748549 for version restriction on OCaml
+BDEPEND="
+   >=dev-lang/ocaml-4.07.0
>=dev-ml/cppo-1.1.0
 "
-RDEPEND=""
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.1-fix-build.patch"
+)



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

2020-10-16 Thread Matthew Thode
commit: eb13bb1d39cb013a9443c96b10f4d8db44b0453d
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Oct 17 03:05:32 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Oct 17 03:05:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb13bb1d

dev-python/python-ironicclient: 4.4.0 bump

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-ironicclient/Manifest | 2 +-
 ...n-ironicclient-4.3.0.ebuild => python-ironicclient-4.4.0.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/python-ironicclient/Manifest 
b/dev-python/python-ironicclient/Manifest
index 7d3a352f6c7..621df24dd3e 100644
--- a/dev-python/python-ironicclient/Manifest
+++ b/dev-python/python-ironicclient/Manifest
@@ -1,2 +1,2 @@
 DIST python-ironicclient-4.1.0.tar.gz 201589 BLAKE2B 
654e5f328676cdf6cf12725821e65036e963be6be47c7bf390c87dde28df5a2d7673e52397797587d135dd89eaf0382ac724e5ff75ed07af1930d7754b44
 SHA512 
d2e8536ae91493e724c6f93acd8c85069a888eb11c9084519010e4a6ad96d7d507991c99301e9c9620240291d9f947b6741d68aac3f126ea6a578e217658
-DIST python-ironicclient-4.3.0.tar.gz 206603 BLAKE2B 
8fa21cd2539fe32efc9fac1a5fd51ce3a31900cecf7b2af72fe73f4ed05b2c30305662ab499b0ebc6ba1d731932d1216dd302284bcf6154c4beb18069e35fb41
 SHA512 
50d9000391e6d589950e6e48dbe92100f82a6b2254f4a0730f571882ed0c506e70512d071d23039cace06b4265fe492e891179ea05137e95c29b6ef2211b6d8a
+DIST python-ironicclient-4.4.0.tar.gz 205165 BLAKE2B 
eac0eea383890d9d9d70594300df5d8771217e0ba226a38da38544e715487c12d3fcace07651b84e180ee0601ae6bb3c17b6ed47130bd009ed351f1e4d270d64
 SHA512 
8d9325e464804503a504bbcc3211f0e6f50d4a1cccf652960d1020e1cd0141f8ac67ebcbab37ba7af417679fef3f25d5aa48b9e8134fffbc971cff34446fec3c

diff --git a/dev-python/python-ironicclient/python-ironicclient-4.3.0.ebuild 
b/dev-python/python-ironicclient/python-ironicclient-4.4.0.ebuild
similarity index 88%
rename from dev-python/python-ironicclient/python-ironicclient-4.3.0.ebuild
rename to dev-python/python-ironicclient/python-ironicclient-4.4.0.ebuild
index dd5c935d5e2..8a1e68c5f2b 100644
--- a/dev-python/python-ironicclient/python-ironicclient-4.3.0.ebuild
+++ b/dev-python/python-ironicclient/python-ironicclient-4.4.0.ebuild
@@ -25,14 +25,14 @@ RDEPEND="
>=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
>=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
!~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
-   >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/dogpile-cache-0.8.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
>=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
>=dev-python/openstacksdk-0.18.0[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-2.0.0[${PYTHON_USEDEP}]
>=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.13.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/gentoo:master commit in: acct-group/p2p/

2020-10-16 Thread Sam James
commit: 1adfebfc52fd1d14933db6987d1902c999220c38
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 02:59:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:59:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adfebfc

acct-group/p2p: add description

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

 acct-group/p2p/p2p-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-group/p2p/p2p-0.ebuild b/acct-group/p2p/p2p-0.ebuild
index dda8b40e5d4..682fd4cc07b 100644
--- a/acct-group/p2p/p2p-0.ebuild
+++ b/acct-group/p2p/p2p-0.ebuild
@@ -5,4 +5,5 @@ EAPI=7
 
 inherit acct-group
 
+DESCRIPTION="Group for mldonkey"
 ACCT_GROUP_ID=378



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

2020-10-16 Thread Sam James
commit: 8e9e82726ecd1620b39635eb38548be5408823d9
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 02:58:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:58:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9e8272

acct-user/p2p: add description

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

 acct-user/p2p/p2p-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/p2p/p2p-0.ebuild b/acct-user/p2p/p2p-0.ebuild
index 9532e6ce71b..ec404415aeb 100644
--- a/acct-user/p2p/p2p-0.ebuild
+++ b/acct-user/p2p/p2p-0.ebuild
@@ -5,6 +5,7 @@ EAPI=7
 
 inherit acct-user
 
+DESCRIPTION="User for mldonkey"
 ACCT_USER_ID=378
 ACCT_USER_GROUPS=( p2p )
 



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/

2020-10-16 Thread Sam James
commit: 22ebbfc8fe05877274949400d39dfe686341e2c9
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 02:35:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:35:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ebbfc8

profiles/arch/x86: unmask OCaml pkg tests

Test dependencies have now been keyworded.

Bug: https://bugs.gentoo.org/748936
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/x86/package.use.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 76555b2d6c1..c4f408fa444 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,11 +1,6 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Mark Wright  (2020-10-11)
-# dev-ml/ppx_jane is not keyworded
-dev-ml/cinaps test
-dev-ml/ppx_expect test
-
 # Thomas Deutschmann  (2020-10-07)
 # 

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

2020-10-16 Thread Sam James
commit: a052239dbb4a798ea52747e776166456c8e12803
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 02:29:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:29:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a052239d

dev-ml/opam: Keyword 2.0.7 x86, #748576

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

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

diff --git a/dev-ml/opam/opam-2.0.7.ebuild b/dev-ml/opam/opam-2.0.7.ebuild
index 4fa567962d7..a30ba827471 100644
--- a/dev-ml/opam/opam-2.0.7.ebuild
+++ b/dev-ml/opam/opam-2.0.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://opam.ocaml.org/;
 SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> 
opam-${PV}.tar.gz"
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2020-10-16 Thread Sam James
commit: 1ac337d6712c8d25cae29492a6056c77ad2dba35
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 02:29:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:29:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac337d6

dev-ml/opam-repository: Keyword 2.0.7 x86, #748576

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

 dev-ml/opam-repository/opam-repository-2.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-repository/opam-repository-2.0.7.ebuild 
b/dev-ml/opam-repository/opam-repository-2.0.7.ebuild
index c9a82d48c78..692193008c9 100644
--- a/dev-ml/opam-repository/opam-repository-2.0.7.ebuild
+++ b/dev-ml/opam-repository/opam-repository-2.0.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2020-10-16 Thread Sam James
commit: e1fdbffc5bc87d8e02ff4e9cab0f4390507bae7a
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 02:29:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:29:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fdbffc

dev-ml/opam-solver: Keyword 2.0.7 x86, #748576

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

 dev-ml/opam-solver/opam-solver-2.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-solver/opam-solver-2.0.7.ebuild 
b/dev-ml/opam-solver/opam-solver-2.0.7.ebuild
index 68547fe89e5..e65bfa33500 100644
--- a/dev-ml/opam-solver/opam-solver-2.0.7.ebuild
+++ b/dev-ml/opam-solver/opam-solver-2.0.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2020-10-16 Thread Sam James
commit: 3cb8d5096492e6d2a5a4c4e9ad98f3165cd4b2af
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 02:29:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:29:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb8d509

dev-ml/opam-state: Keyword 2.0.7 x86, #748576

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

 dev-ml/opam-state/opam-state-2.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-state/opam-state-2.0.7.ebuild 
b/dev-ml/opam-state/opam-state-2.0.7.ebuild
index b7cfbd4..59bc1c96641 100644
--- a/dev-ml/opam-state/opam-state-2.0.7.ebuild
+++ b/dev-ml/opam-state/opam-state-2.0.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2020-10-16 Thread Sam James
commit: f90e936b79536a612c89c79db976c65ae6ed4218
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 02:29:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:29:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90e936b

dev-ml/opam-client: Keyword 2.0.7 x86, #748576

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

 dev-ml/opam-client/opam-client-2.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-client/opam-client-2.0.7.ebuild 
b/dev-ml/opam-client/opam-client-2.0.7.ebuild
index 7932e576226..fc71fb696cf 100644
--- a/dev-ml/opam-client/opam-client-2.0.7.ebuild
+++ b/dev-ml/opam-client/opam-client-2.0.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-p2p/mldonkey/

2020-10-16 Thread Sam James
commit: cc279ae182a9f379fb5bca205d81be60622607b5
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 02:28:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:28:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc279ae1

net-p2p/mldonkey: cleanup redundant version

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

 net-p2p/mldonkey/mldonkey-3.1.6.ebuild | 172 -
 1 file changed, 172 deletions(-)

diff --git a/net-p2p/mldonkey/mldonkey-3.1.6.ebuild 
b/net-p2p/mldonkey/mldonkey-3.1.6.ebuild
deleted file mode 100644
index c4c90c43649..000
--- a/net-p2p/mldonkey/mldonkey-3.1.6.ebuild
+++ /dev/null
@@ -1,172 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit versionator flag-o-matic eutils autotools toolchain-funcs user
-
-IUSE="bittorrent doc fasttrack gd gnutella gtk guionly magic +ocamlopt"
-
-DESCRIPTION="Multi-network P2P application written in Ocaml, with Gtk, web & 
telnet interface"
-HOMEPAGE="http://mldonkey.sourceforge.net/;
-SRC_URI="https://github.com/ygrek/mldonkey/releases/download/release-$(replace_all_version_separators
 '-')/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
-
-RDEPEND="dev-lang/perl
-   dev-ml/camlp4:=
-   guionly? ( >=gnome-base/librsvg-2.4.0
-   >=dev-ml/lablgtk-2.6 )
-   gtk? ( >=gnome-base/librsvg-2.4.0
-   >=dev-ml/lablgtk-2.6[svg] )
-   gd? ( >=media-libs/gd-2.0.28[truetype] )
-   magic? ( sys-apps/file )"
-
-DEPEND="${RDEPEND}
-   >=dev-lang/ocaml-3.10.2[ocamlopt?]"
-
-RESTRICT="!ocamlopt? ( strip )"
-
-MLUSER="p2p"
-
-pkg_setup() {
-   if use gtk; then
-   echo ""
-   einfo "If the compile with gui fails, and you have updated 
Ocaml"
-   einfo "recently, you may have forgotten that you need to run"
-   einfo "/usr/portage/dev-lang/ocaml/files/ocaml-rebuild.sh"
-   einfo "to learn which ebuilds you need to recompile"
-   einfo "each time you update Ocaml to a different version"
-   einfo "see the Ocaml ebuild for details"
-   echo ""
-   fi
-
-   # dev-lang/ocaml creates its own objects but calls gcc for linking, 
which will
-   # results in relocations if gcc wants to create a PIE executable
-   if gcc-specs-pie ; then
-   append-ldflags -nopie
-   ewarn "Ocaml generates its own native asm, you're using a PIE 
compiler"
-   ewarn "We have appended -nopie to ocaml build options"
-   ewarn "because linking an executable with pie while the objects 
are not pic will not work"
-   fi
-}
-
-src_prepare() {
-   cd "${S}"/config
-   eautoconf
-   cd "${S}"
-   use ocamlopt || sed -i -e "s/ocamlopt/idontwantocamlopt/g" 
"${S}/config/configure" || die "failed to disable ocamlopt"
-
-   default
-}
-
-src_configure() {
-   # the dirs are not (yet) used, but it doesn't hurt to specify them 
anyway
-
-   # onlygui   Disable all nets support, build only chosen GUI
-
-   if use gtk || use guionly; then
-   myconf="--enable-gui=newgui2"
-   else
-   myconf="--disable-gui"
-   fi
-
-   if use guionly; then
-   myconf="${myconf} --disable-multinet --disable-donkey"
-   fi
-
-   cd "${S}"
-
-   local my_extra_libs
-   if use gd; then
-   my_extra_libs="-lpng"
-   fi
-
-   econf LIBS="${my_extra_libs}"\
-   --sysconfdir=/etc/mldonkey \
-   --sharedstatedir=/var/mldonkey \
-   --localstatedir=/var/mldonkey \
-   --enable-checks \
-   --disable-batch \
-   $(use_enable bittorrent) \
-   $(use_enable fasttrack) \
-   $(use_enable gnutella) \
-   $(use_enable gnutella gnutella2) \
-   $(use_enable gd) \
-   $(use_enable magic) \
-   ${myconf}
-}
-
-src_compile() {
-   export OCAMLRUNPARAM="l=256M"
-   emake
-
-   if ! use guionly; then
-   emake utils
-   fi;
-}
-
-src_install() {
-   local myext=""
-   use ocamlopt || myext=".byte"
-   if ! use guionly; then
-   for i in mlnet mld_hash get_range copysources subconv; do
-   newbin $i$myext $i
-   done
-   use bittorrent && newbin make_torrent$myext make_torrent
-
-   newconfd "${FILESDIR}/mldonkey.confd-2.8" mldonkey
-   fperms 600 /etc/conf.d/mldonkey
-   newinitd "${FILESDIR}/mldonkey.initd" mldonkey
-   fi
-
-   if use gtk; then
-   for i in mlgui mlguistarter; do
-   newbin $i$myext $i
-   done
-

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

2020-10-16 Thread Sam James
commit: f2c924217d62588a10c038f621925686c534f992
Author: Jesus P Rey (Chuso)  chuso  net>
AuthorDate: Sat Jul 11 11:58:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:24:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c92421

acct-user/p2p: new package (378)

Signed-off-by: Jesus P Rey  chuso.net>
Bug: https://bugs.gentoo.org/635932
Signed-off-by: Sam James  gentoo.org>

 acct-user/p2p/metadata.xml | 12 
 acct-user/p2p/p2p-0.ebuild | 11 +++
 2 files changed, 23 insertions(+)

diff --git a/acct-user/p2p/metadata.xml b/acct-user/p2p/metadata.xml
new file mode 100644
index 000..d4b2e3c17a9
--- /dev/null
+++ b/acct-user/p2p/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+gen...@chuso.net
+Jesus Perez Rey
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+

diff --git a/acct-user/p2p/p2p-0.ebuild b/acct-user/p2p/p2p-0.ebuild
new file mode 100644
index 000..9532e6ce71b
--- /dev/null
+++ b/acct-user/p2p/p2p-0.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+ACCT_USER_ID=378
+ACCT_USER_GROUPS=( p2p )
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: net-p2p/mldonkey/

2020-10-16 Thread Sam James
commit: fe816fa31d9e80e8e8347f6e3a141972a67b4385
Author: Jesus P Rey (Chuso)  chuso  net>
AuthorDate: Sun Sep 20 17:28:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:24:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe816fa3

net-p2p/mldonkey: new maintainer

Signed-off-by: Jesus P Rey  chuso.net>
Bug: https://bugs.gentoo.org/635932
Closes: https://github.com/gentoo/gentoo/pull/16648
Signed-off-by: Sam James  gentoo.org>

 net-p2p/mldonkey/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-p2p/mldonkey/metadata.xml b/net-p2p/mldonkey/metadata.xml
index d0d3c96afa8..9471439b9f3 100644
--- a/net-p2p/mldonkey/metadata.xml
+++ b/net-p2p/mldonkey/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+gen...@chuso.net
+Jesus Perez Rey
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
   
 enable bittorrent support
 enable fasttrack support



[gentoo-commits] repo/gentoo:master commit in: acct-group/p2p/

2020-10-16 Thread Sam James
commit: 5720416e908c7f0f5c4333472dee5dc5563823ec
Author: Jesus P Rey (Chuso)  chuso  net>
AuthorDate: Sat Jul 11 11:57:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:23:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5720416e

acct-group/p2p: new package (378)

Signed-off-by: Jesus P Rey  chuso.net>
Bug: https://bugs.gentoo.org/635932
Signed-off-by: Sam James  gentoo.org>

 acct-group/p2p/metadata.xml | 12 
 acct-group/p2p/p2p-0.ebuild |  8 
 2 files changed, 20 insertions(+)

diff --git a/acct-group/p2p/metadata.xml b/acct-group/p2p/metadata.xml
new file mode 100644
index 000..d4b2e3c17a9
--- /dev/null
+++ b/acct-group/p2p/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+gen...@chuso.net
+Jesus Perez Rey
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+

diff --git a/acct-group/p2p/p2p-0.ebuild b/acct-group/p2p/p2p-0.ebuild
new file mode 100644
index 000..dda8b40e5d4
--- /dev/null
+++ b/acct-group/p2p/p2p-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=378



[gentoo-commits] repo/gentoo:master commit in: net-p2p/mldonkey/

2020-10-16 Thread Sam James
commit: 1b70b64f68dfe5c09a67f106131448b4fc3f7643
Author: Jesus P Rey (Chuso)  chuso  net>
AuthorDate: Sat Jul 11 11:59:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:24:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b70b64f

net-p2p/mldonkey: version bump to 3.1.7

Signed-off-by: Jesus P Rey  chuso.net>
Bug: https://bugs.gentoo.org/595798
Bug: https://bugs.gentoo.org/705582
Closes: https://bugs.gentoo.org/582136
Closes: https://bugs.gentoo.org/615322
Closes: https://bugs.gentoo.org/635932
Closes: https://bugs.gentoo.org/704684
Signed-off-by: Sam James  gentoo.org>

 net-p2p/mldonkey/Manifest  |   1 +
 net-p2p/mldonkey/mldonkey-3.1.7.ebuild | 183 +
 2 files changed, 184 insertions(+)

diff --git a/net-p2p/mldonkey/Manifest b/net-p2p/mldonkey/Manifest
index 153e81fe19b..8513fd906db 100644
--- a/net-p2p/mldonkey/Manifest
+++ b/net-p2p/mldonkey/Manifest
@@ -1,2 +1,3 @@
 DIST mldonkey-3.1.5.tar.bz2 2847382 BLAKE2B 
60df6ffba295d0a230f1ca2d143e21529387fb453529cd89e84911b72248c0fec15261b7d3ed54be2c8d1de84bf4e8faaebcfa2019960af845493fb2385e46c8
 SHA512 
96e75acf91d7ecc41490f898e06d284da27404c7e567f173936d8113885a3b4b6bc93341358f92a30d3f699eef681d97ce56414a37bb02a535ad2da4d4ad13a3
 DIST mldonkey-3.1.6.tar.bz2 2886916 BLAKE2B 
f92c7195c67e3a9186cb9e691114dc2c1b967dab93a7c280a6fe25c2f3a18d97e849f738d0f4669f0e967c3b717ed0329f40d95c07be13a46fb5a96fc49ff716
 SHA512 
d0c7256c7c43934bc132183cfe0c8d85c61a874e295b86ba989f43fd4d9f3672bdf18439a9fefce52c30a6a8df08a5a464dcc21d4bf199d1b502fa344683081a
+DIST mldonkey-3.1.7-2.tar.bz2 2801815 BLAKE2B 
f914648b4e2a358e51518f3b58dc0df803cdb28d7706783504644266690514c17c2cae0688011073391db221eb8f38c7cbaf1e913220d824e41ca2e23d4c8587
 SHA512 
11cb0fa0db95e918c291009f4121a1b34cf485e5ac6826a72a4dc520dd78d21ced40d205fa26eb451c7d3eb31f2193cbb64e46c99c85dc932762c1bcc4da4934

diff --git a/net-p2p/mldonkey/mldonkey-3.1.7.ebuild 
b/net-p2p/mldonkey/mldonkey-3.1.7.ebuild
new file mode 100644
index 000..5bfcb0e2e21
--- /dev/null
+++ b/net-p2p/mldonkey/mldonkey-3.1.7.ebuild
@@ -0,0 +1,183 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools desktop flag-o-matic toolchain-funcs
+
+DESCRIPTION="Multi-network P2P application written in Ocaml, with Gtk, web & 
telnet interface"
+HOMEPAGE="http://mldonkey.sourceforge.net/ https://github.com/ygrek/mldonkey;
+SRC_URI="https://github.com/ygrek/mldonkey/releases/download/release-${PV//./-}-2/${P}-2.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="bittorrent doc fasttrack gd gnutella gtk guionly magic +ocamlopt upnp"
+
+REQUIRED_USE="guionly? ( gtk )"
+
+RDEPEND="dev-lang/perl
+   dev-ml/camlp4:=
+   gd? ( media-libs/gd[truetype] )
+   gtk? (
+   gnome-base/librsvg
+   dev-ml/lablgtk[svg]
+   )
+   guionly? (
+   gnome-base/librsvg
+   dev-ml/lablgtk
+   )
+   magic? ( sys-apps/file )
+   upnp? (
+   net-libs/libnatpmp
+   net-libs/miniupnpc:=
+   )
+   !guionly? ( acct-user/p2p )
+"
+
+DEPEND="${RDEPEND}
+   =dev-lang/ocaml-4.06
+   dev-ml/num
+   )
+   )
+   )"
+
+RESTRICT="!ocamlopt? ( strip )"
+
+S="${WORKDIR}/${P}-2"
+
+pkg_setup() {
+   if use gtk; then
+   echo ""
+   einfo "If the compile with gui fails, and you have updated 
Ocaml"
+   einfo "recently, you may have forgotten that you need to run"
+   einfo "/usr/portage/dev-lang/ocaml/files/ocaml-rebuild.sh"
+   einfo "to learn which ebuilds you need to recompile"
+   einfo "each time you update Ocaml to a different version"
+   einfo "see the Ocaml ebuild for details"
+   echo ""
+   fi
+
+   # dev-lang/ocaml creates its own objects but calls gcc for linking, 
which will
+   # results in relocations if gcc wants to create a PIE executable
+   if gcc-specs-pie ; then
+   append-ldflags -nopie
+   ewarn "Ocaml generates its own native asm, you're using a PIE 
compiler"
+   ewarn "We have appended -nopie to ocaml build options"
+   ewarn "because linking an executable with pie while the objects 
are not pic will not work"
+   fi
+}
+
+src_prepare() {
+   cd config || die
+   eautoconf
+   cd .. || die
+   if ! use ocamlopt; then
+   sed -i -e "s/ocamlopt/idontwantocamlopt/g" 
"${S}/config/configure" || die "failed to disable ocamlopt"
+   fi
+
+   default
+}
+
+src_configure() {
+   local myconf=()
+
+   if use gtk; then
+   myconf+=( --enable-gui=newgui2 )
+   else
+   myconf+=( --disable-gui )
+   fi
+
+   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/mldonkey/

2020-10-16 Thread Sam James
commit: 3f5b72107bae4c2288a88b32a1595b5832391df3
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 02:20:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:24:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5b7210

net-p2p/mldonkey: misc fixups

- Drop sparc keyword (OCaml was dekeyworded there recently)
- Fix dependencies

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

 net-p2p/mldonkey/mldonkey-3.1.7.ebuild | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/net-p2p/mldonkey/mldonkey-3.1.7.ebuild 
b/net-p2p/mldonkey/mldonkey-3.1.7.ebuild
index 5bfcb0e2e21..e4cbea2ab55 100644
--- a/net-p2p/mldonkey/mldonkey-3.1.7.ebuild
+++ b/net-p2p/mldonkey/mldonkey-3.1.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ygrek/mldonkey/releases/download/release-${PV//./-}-
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 
 IUSE="bittorrent doc fasttrack gd gnutella gtk guionly magic +ocamlopt upnp"
 
@@ -22,11 +22,11 @@ RDEPEND="dev-lang/perl
gd? ( media-libs/gd[truetype] )
gtk? (
gnome-base/librsvg
-   dev-ml/lablgtk[svg]
+   dev-ml/lablgtk:=
)
guionly? (
gnome-base/librsvg
-   dev-ml/lablgtk
+   dev-ml/lablgtk:=
)
magic? ( sys-apps/file )
upnp? (
@@ -35,16 +35,15 @@ RDEPEND="dev-lang/perl
)
!guionly? ( acct-user/p2p )
 "
-
+# Can't yet use newer OCaml
+# -unsafe-string usage:
+# https://github.com/ygrek/mldonkey/issues/46
 DEPEND="${RDEPEND}
-   =dev-lang/ocaml-4.06
-   dev-ml/num
-   )
+   >=dev-lang/ocaml-4.06[ocamlopt?]
+   dev-ml/num
)
)"
 



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

2020-10-16 Thread Sam James
commit: c3f8a53755ca0d49a328ee1971e5bf4b0b0b3152
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 02:26:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 02:26:00 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=c3f8a537

uid-gid.txt: add uid/gid for mldonkey (p2p)

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

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 62c729c..80cee4f 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -263,6 +263,7 @@ nslcd   357 357 acct
 octoprint  368 368 historical
 ultimaker  369 369 acct
 sks370 370 acct
+p2p378 378 acctUsed by net-im/mldonkey
 jabber 379 379 acctUsed by 
net-im/jabber-base
 darkstat   380 -   acct
 dictd  381 381 acct



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

2020-10-16 Thread Sam James
commit: 9ad7ac780f05f9d759ee8a5b3c32eb5837ca8183
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:17:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:17:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad7ac78

dev-ml/camomile: drop useless USE=test

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

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

diff --git a/dev-ml/camomile/camomile-1.0.2.ebuild 
b/dev-ml/camomile/camomile-1.0.2.ebuild
index 56a31353629..48e6b5af7f4 100644
--- a/dev-ml/camomile/camomile-1.0.2.ebuild
+++ b/dev-ml/camomile/camomile-1.0.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P^}"
 LICENSE="LGPL-2"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="+ocamlopt test"
+IUSE="+ocamlopt"
 
 # Unbound module errors
 RESTRICT="test"



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

2020-10-16 Thread Sam James
commit: d76824e8f8fa2624cdaee978e1af34993a80ff01
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:18:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:19:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76824e8

dev-ml/ocaml-gettext: drop unnecessary doc deps

The only generation stuff left is pandoc, which
we don't want to depend on. Upstream ship
the generated man pages anyway.

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

 dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild 
b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
index ffcd1505d09..1e12a830dce 100644
--- a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
+++ b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gildor478/ocaml-gettext/archive/v${PV}.tar.gz -> ${P
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc +ocamlopt"
+IUSE="+ocamlopt"
 
 BDEPEND="dev-ml/cppo"
 RDEPEND="
@@ -21,10 +21,7 @@ RDEPEND="
>=dev-ml/ocaml-fileutils-0.4.0:=
sys-devel/gettext
 "
-DEPEND="
-   ${RDEPEND}
-   doc? ( app-text/docbook-xsl-stylesheets dev-libs/libxslt )
-"
+DEPEND="${RDEPEND}"
 
 src_install() {
dune_src_install



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

2020-10-16 Thread Sam James
commit: 5ba377a14bf1362c49fe92b312a53b554d15c694
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:07:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:07:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba377a1

dev-ml/ppx_bench: Keyword 0.14.1 x86, #748936

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

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

diff --git a/dev-ml/ppx_bench/ppx_bench-0.14.1.ebuild 
b/dev-ml/ppx_bench/ppx_bench-0.14.1.ebuild
index 8c40bf84288..c1e6e6c95d8 100644
--- a/dev-ml/ppx_bench/ppx_bench-0.14.1.ebuild
+++ b/dev-ml/ppx_bench/ppx_bench-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: 899964113e2e3fbf282efaa1b15daaddca8dea49
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:09:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:09:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89996411

dev-ml/ppx_hash: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild 
b/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild
index 92959d81ddd..52f60570351 100644
--- a/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild
+++ b/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: 2b06a05c5b283de06a43c9c7cd40f818c811b471
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:09:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:09:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b06a05c

dev-ml/ppx_enumerate: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_enumerate/ppx_enumerate-0.14.0.ebuild 
b/dev-ml/ppx_enumerate/ppx_enumerate-0.14.0.ebuild
index 592c095043e..e0541709e24 100644
--- a/dev-ml/ppx_enumerate/ppx_enumerate-0.14.0.ebuild
+++ b/dev-ml/ppx_enumerate/ppx_enumerate-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: 7959e5772bc4013d37ed2eb219ac5d227301a7a6
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:07:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:07:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7959e577

dev-ml/base_quickcheck: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/base_quickcheck/base_quickcheck-0.14.0.ebuild 
b/dev-ml/base_quickcheck/base_quickcheck-0.14.0.ebuild
index de98ed2f2f2..d57e192328c 100644
--- a/dev-ml/base_quickcheck/base_quickcheck-0.14.0.ebuild
+++ b/dev-ml/base_quickcheck/base_quickcheck-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: e3452f71baf87ea00f2492f7696ad84a8faaef12
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:08:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:08:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3452f71

dev-ml/ppx_let: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_let/ppx_let-0.14.0.ebuild 
b/dev-ml/ppx_let/ppx_let-0.14.0.ebuild
index 1fd1cd615db..fc13b303d6c 100644
--- a/dev-ml/ppx_let/ppx_let-0.14.0.ebuild
+++ b/dev-ml/ppx_let/ppx_let-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: b0c00239c4deb94de75673576cd14226715fd158
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:08:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:08:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c00239

dev-ml/ppx_stable: Keyword 0.14.1 x86, #748936

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

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

diff --git a/dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild 
b/dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild
index a52640869d9..4647d3f986b 100644
--- a/dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild
+++ b/dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: b170d9ca4389d944df397e9fe58cb5aff72fb835
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:08:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:08:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b170d9ca

dev-ml/ppx_typerep_conv: Keyword 0.14.1 x86, #748936

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

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

diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild 
b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
index ae6bf41a449..3117a1bb0b0 100644
--- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
+++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: 7c226089e8b7bd43037705c274784a2fcc99248c
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:08:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:08:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c226089

dev-ml/ppx_sexp_message: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_sexp_message/ppx_sexp_message-0.14.0.ebuild 
b/dev-ml/ppx_sexp_message/ppx_sexp_message-0.14.0.ebuild
index 6ca6132a768..00d9ae5440c 100644
--- a/dev-ml/ppx_sexp_message/ppx_sexp_message-0.14.0.ebuild
+++ b/dev-ml/ppx_sexp_message/ppx_sexp_message-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: 2ed841230691a6a30f654528aadebfb61e662852
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:09:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:09:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed84123

dev-ml/ppx_string: Keyword 0.14.1 x86, #748936

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

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

diff --git a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
index 44e362e9851..aa2ad91695d 100644
--- a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: 385abdfdbe3978e5b70602e7cc9265b18dc6e175
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:07:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:07:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385abdfd

dev-ml/ppx_jane: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild 
b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
index d1f0df51ef8..4bf8cc8ae2f 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: bf89b7202965d092ba59e868f5005c3e26e4f28e
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:08:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:08:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf89b720

dev-ml/ppx_sexp_value: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild 
b/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild
index 2bd4484f14d..89c7cf21e31 100644
--- a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild
+++ b/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: 4dc2056818ecbbc6ade0a90e5488523c485e1adc
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:09:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:09:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc20568

dev-ml/ppx_custom_printf: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild 
b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild
index 09fd4f2f277..c83a9e086ca 100644
--- a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild
+++ b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: 7283335d8b1e482600396d9932e01c77f91ed5f4
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:08:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:08:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7283335d

dev-ml/bin_prot: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild 
b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
index 6ba62e637f8..917306fe0fa 100644
--- a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2020-10-16 Thread Sam James
commit: 046aba5666fa650850045595e46dcb4dfb67ad83
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:08:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:08:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046aba56

dev-ml/ppx_optional: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_optional/ppx_optional-0.14.0.ebuild 
b/dev-ml/ppx_optional/ppx_optional-0.14.0.ebuild
index c29b9a1c25d..1aeaf6390a1 100644
--- a/dev-ml/ppx_optional/ppx_optional-0.14.0.ebuild
+++ b/dev-ml/ppx_optional/ppx_optional-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: 4e1b67c4ce7363f1937a5622b402b166e7ba5254
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:08:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:08:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1b67c4

dev-ml/splittable_random: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/splittable_random/splittable_random-0.14.0.ebuild 
b/dev-ml/splittable_random/splittable_random-0.14.0.ebuild
index 47d8565cbdf..8115149f69b 100644
--- a/dev-ml/splittable_random/splittable_random-0.14.0.ebuild
+++ b/dev-ml/splittable_random/splittable_random-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2020-10-16 Thread Sam James
commit: f444b8d8d4747a5c24c7f6ec8ebe7127afde57bf
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:08:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:08:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f444b8d8

dev-ml/ppx_fail: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_fail/ppx_fail-0.14.0.ebuild 
b/dev-ml/ppx_fail/ppx_fail-0.14.0.ebuild
index 172f7f5f6da..baf083b9554 100644
--- a/dev-ml/ppx_fail/ppx_fail-0.14.0.ebuild
+++ b/dev-ml/ppx_fail/ppx_fail-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: 86d3d92097bbc82aa59df88a99a0bffadd04dcc3
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:09:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:09:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d3d920

dev-ml/typerep: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild 
b/dev-ml/typerep/typerep-0.14.0.ebuild
index 080765caa5d..f4a43b3d3f7 100644
--- a/dev-ml/typerep/typerep-0.14.0.ebuild
+++ b/dev-ml/typerep/typerep-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:="



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

2020-10-16 Thread Sam James
commit: 34da39721659b54d1e172a3bf44eb62f5395a9c3
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:09:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:09:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34da3972

dev-ml/ppx_base: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_base/ppx_base-0.14.0.ebuild 
b/dev-ml/ppx_base/ppx_base-0.14.0.ebuild
index 6de347530d4..e9859c812c2 100644
--- a/dev-ml/ppx_base/ppx_base-0.14.0.ebuild
+++ b/dev-ml/ppx_base/ppx_base-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: c4266ce1083680d31fde8def2c98b4c5e57978c5
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:08:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:08:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4266ce1

dev-ml/ppx_bin_prot: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild 
b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild
index 8d8f2978472..70ad4cccb0b 100644
--- a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild
+++ b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2020-10-16 Thread Sam James
commit: d26830c8398e4a3a5310c1b890f1167c06ec5def
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:09:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:09:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26830c8

dev-ml/ppx_metaquot: Keyword 0.11.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild 
b/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild
index f96e27fefda..1c2b9794ec2 100644
--- a/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild
+++ b/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/ppxlib:="



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

2020-10-16 Thread Sam James
commit: edab44e2fd1b4e4a5753f20ed37c40e5c80d4d35
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:08:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:08:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edab44e2

dev-ml/ppx_module_timer: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild 
b/dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild
index bbaa8336616..309580deeca 100644
--- a/dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild
+++ b/dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: f8fcef13d6817ed174e441bed5f3f9c80dfa3295
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:08:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:08:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fcef13

dev-ml/ppx_pipebang: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild 
b/dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild
index 8fe557e7ccb..f746ba6934c 100644
--- a/dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild
+++ b/dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: 9981a0c0025df5144ff07b19f1a73a83f22e60e1
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:09:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:09:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9981a0c0

dev-ml/ppx_js_style: Keyword 0.14.0 x86, #748936

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

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

diff --git a/dev-ml/ppx_js_style/ppx_js_style-0.14.0.ebuild 
b/dev-ml/ppx_js_style/ppx_js_style-0.14.0.ebuild
index 01f4a71a4d2..3063f9a8677 100644
--- a/dev-ml/ppx_js_style/ppx_js_style-0.14.0.ebuild
+++ b/dev-ml/ppx_js_style/ppx_js_style-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Sam James
commit: 26e400abf9f9029cf00f9c8e5bedd22eae80f6fb
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:03:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:03:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e400ab

dev-ml/camomile: cleanup old

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

 dev-ml/camomile/camomile-0.8.5-r1.ebuild | 41 
 1 file changed, 41 deletions(-)

diff --git a/dev-ml/camomile/camomile-0.8.5-r1.ebuild 
b/dev-ml/camomile/camomile-0.8.5-r1.ebuild
deleted file mode 100644
index 68d9d15dcc3..000
--- a/dev-ml/camomile/camomile-0.8.5-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib eutils
-
-DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml"
-HOMEPAGE="https://github.com/yoriyuki/Camomile/wiki;
-SRC_URI="https://github.com/yoriyuki/Camomile/releases/download/rel-${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug +ocamlopt"
-
-RDEPEND="
-   >=dev-lang/ocaml-3.10.2:=[ocamlopt?]
-   dev-ml/camlp4:=
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   has_version '>=dev-lang/ocaml-4.05_beta' && epatch 
"${FILESDIR}/ocaml405.patch"
-}
-
-src_configure() {
-   econf $(use_enable debug)
-}
-
-src_compile() {
-   emake -j1 byte unidata unimaps charmap_data locale_data
-   if use ocamlopt; then
-   emake -j1 opt
-   fi
-}
-
-src_install() {
-   dodir /usr/bin
-   findlib_src_install DATADIR="${D}/usr/share" BINDIR="${D}/usr/bin"
-}



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

2020-10-16 Thread Sam James
commit: d5c761de39abc0dbf527bfb7bb8599c12ccf9f07
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:03:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:03:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c761de

dev-ml/ocaml-gettext: cleanup old

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

 dev-ml/ocaml-gettext/Manifest  |  1 -
 dev-ml/ocaml-gettext/ocaml-gettext-0.3.5-r1.ebuild | 52 --
 dev-ml/ocaml-gettext/ocaml-gettext-0.3.7.ebuild| 52 --
 3 files changed, 105 deletions(-)

diff --git a/dev-ml/ocaml-gettext/Manifest b/dev-ml/ocaml-gettext/Manifest
index 06d8db2e233..045151ba25a 100644
--- a/dev-ml/ocaml-gettext/Manifest
+++ b/dev-ml/ocaml-gettext/Manifest
@@ -1,3 +1,2 @@
-DIST ocaml-gettext-0.3.5.tar.gz 165238 BLAKE2B 
3da80a80cf3e722dc2a765e005bff0e7613967a5810d13c9d3c0a5b70a919b092627d398dc75dd2b51dfc7bbe12040b844c609027b4c60cb5d23eda47198
 SHA512 
a60d51c09dad3076415ef24a9bb3121f84ad649d7a9fa1b9a7da719dd385e4ed7cd9ffbabefbade7ea0daf7b0a5a5eb71b1d0ed21b369914b49f66d0d918c446
 DIST ocaml-gettext-0.3.7.tar.gz 134316 BLAKE2B 
9de6ef9e04afbb6001ddc5ef145a687ad88a20eef1c27d3a3e6136f81ad46100cc6496cb66e3edfbf0f7eacfa8abbccb44d846d2f676862c96b8ceb860d8f424
 SHA512 
1358320359b9d2f3fd97a47d69b2a619942a65605c1e5cbf25e33ef42a10273167b526bca15e6c9523b87d8ea9dfd3215334050ad8eb84a8c41d4feef880a27a
 DIST ocaml-gettext-0.4.2.tar.gz 110249 BLAKE2B 
54a25ba9f8fb20194fdfaf651586222fab68f927ebfa711812f7c9a387ff40c19e1bf3f63124127356b32b0ca0be2c5ff4e1cdfaf5f3afe690b90c0ca96c470d
 SHA512 
fb89be8d8d9e0ed9327b81a0c81c884ff3f1a97e46b475ef8084abded5c84a256de05d5aa0f42be94f43ab438276a4506af726b6950e4161359a9616fb5832ec

diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.3.5-r1.ebuild 
b/dev-ml/ocaml-gettext/ocaml-gettext-0.3.5-r1.ebuild
deleted file mode 100644
index af60301a339..000
--- a/dev-ml/ocaml-gettext/ocaml-gettext-0.3.5-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib eutils
-
-DESCRIPTION="Provides support for internationalization of OCaml program"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-gettext;
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1433/${P}.tar.gz;
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-lang/ocaml-3.12.1:=
-   >=dev-ml/ocaml-fileutils-0.4.0:=
-   >=dev-ml/camomile-0.8.3:=
-   sys-devel/gettext
-   dev-ml/camlp4:=
-   "
-DEPEND="${RDEPEND}
-   doc? ( app-text/docbook-xsl-stylesheets dev-libs/libxslt )
-   test? ( dev-ml/ounit )"
-
-src_prepare() {
-   has_version '>=dev-lang/ocaml-4.03' && epatch "${FILESDIR}/oc43.patch"
-}
-
-src_configure() {
-   econf \
-   
--with-docbook-stylesheet="${EPREFIX}/usr/share/sgml/docbook/xsl-stylesheets/" \
-   $(use_enable doc) \
-   $(use_enable test)
-}
-
-src_compile() {
-   emake -j1
-}
-
-src_install() {
-   findlib_src_preinst
-   emake -j1 DESTDIR="${D}" \
-   BINDIR="${ED}/usr/bin" \
-   PODIR="${ED}/usr/share/locale/" \
-   DOCDIR="${ED}/usr/share/doc/${PF}" \
-   MANDIR="${ED}/usr/share/man" \
-   install
-   dodoc CHANGELOG README THANKS TODO
-}

diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.3.7.ebuild 
b/dev-ml/ocaml-gettext/ocaml-gettext-0.3.7.ebuild
deleted file mode 100644
index c6b4aeea440..000
--- a/dev-ml/ocaml-gettext/ocaml-gettext-0.3.7.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib eutils autotools
-
-DESCRIPTION="Provides support for internationalization of OCaml program"
-HOMEPAGE="https://github.com/gildor478/ocaml-gettext;
-SRC_URI="https://github.com/gildor478/ocaml-gettext/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-lang/ocaml-3.12.1:=
-   >=dev-ml/ocaml-fileutils-0.4.0:=
-   >=dev-ml/camomile-0.8.3:=
-   sys-devel/gettext
-   dev-ml/camlp4:=
-   "
-DEPEND="${RDEPEND}
-   doc? ( app-text/docbook-xsl-stylesheets dev-libs/libxslt )
-   test? ( dev-ml/ounit )"
-
-src_prepare() {
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   
--with-docbook-stylesheet="${EPREFIX}/usr/share/sgml/docbook/xsl-stylesheets/" \
-   $(use_enable doc) \
-   $(use_enable test)
-}
-
-src_compile() {
-   emake -j1
-}
-
-src_install() {
-   findlib_src_preinst
-   emake -j1 DESTDIR="${D}" \
-   

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

2020-10-16 Thread Sam James
commit: 3153572fb621a666c0c9fc109e8fcadfc9e47015
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 00:43:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:01:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3153572f

dev-ml/camomile: bump to 1.0.2 (fix >=4.10.0 compat)

Closes: https://bugs.gentoo.org/749149
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 dev-ml/camomile/Manifest  |  1 +
 dev-ml/camomile/camomile-1.0.2.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ml/camomile/Manifest b/dev-ml/camomile/Manifest
index 23be6ef1a84..1c3860b2bb5 100644
--- a/dev-ml/camomile/Manifest
+++ b/dev-ml/camomile/Manifest
@@ -1 +1,2 @@
 DIST camomile-0.8.5.tar.bz2 2607084 BLAKE2B 
5e0ff51cdd6d7ce41ee024189a793f3d3e4bec1bd9849e7c01d2722ff22ca2cb5f0d5bd5f95820e741469ebda2996edf3611827535df5fe095d3f6617ecfdd42
 SHA512 
ef4da32f955e69e0b2958b4b2bf12ae94e210d8aa7cee5a9030607b79ac43a884758549f3164c223fb07d987a4a50b15f0bc5083ff67120270409f7fb9928014
+DIST camomile-1.0.2.tar.gz 7032339 BLAKE2B 
8cd60c74821c2c8e7084e752d1e4d67428c935859e02a8630f3f5563b53b3ce444071fa26153950f6a410b2743073692c7061e4f1f902c23e5fa54c50a89383c
 SHA512 
d62ecaa297058b52674f98e513a6d776148fe62651b2b4a2dac4bb3e05abb8b7684960e889f68c6dab60aee669fbab715a2d6a9206645e24d10d8aaaf7cedf0e

diff --git a/dev-ml/camomile/camomile-1.0.2.ebuild 
b/dev-ml/camomile/camomile-1.0.2.ebuild
new file mode 100644
index 000..56a31353629
--- /dev/null
+++ b/dev-ml/camomile/camomile-1.0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml"
+HOMEPAGE="https://github.com/yoriyuki/Camomile/wiki;
+SRC_URI="https://github.com/yoriyuki/Camomile/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${P^}"
+
+LICENSE="LGPL-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt test"
+
+# Unbound module errors
+RESTRICT="test"
+
+src_compile() {
+   # Amend standard dune_src_compile with -p camomile
+   # Needed to workaround: https://github.com/yoriyuki/Camomile/issues/83
+   # 
(https://dune.readthedocs.io/en/stable/faq.html#how-to-make-warnings-non-fatal)
+   dune build -p camomile @install || die
+}



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

2020-10-16 Thread Sam James
commit: 236ecc6da4bf3ffe0986bd2f2014e61225a2c095
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:00:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:01:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236ecc6d

dev-ml/ocaml-gettext: bump to 0.4.2 (fix >=4.10.0 compat)

Bug: https://bugs.gentoo.org/749149
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 dev-ml/ocaml-gettext/Manifest   |  1 +
 dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-ml/ocaml-gettext/Manifest b/dev-ml/ocaml-gettext/Manifest
index 15b1d31599b..06d8db2e233 100644
--- a/dev-ml/ocaml-gettext/Manifest
+++ b/dev-ml/ocaml-gettext/Manifest
@@ -1,2 +1,3 @@
 DIST ocaml-gettext-0.3.5.tar.gz 165238 BLAKE2B 
3da80a80cf3e722dc2a765e005bff0e7613967a5810d13c9d3c0a5b70a919b092627d398dc75dd2b51dfc7bbe12040b844c609027b4c60cb5d23eda47198
 SHA512 
a60d51c09dad3076415ef24a9bb3121f84ad649d7a9fa1b9a7da719dd385e4ed7cd9ffbabefbade7ea0daf7b0a5a5eb71b1d0ed21b369914b49f66d0d918c446
 DIST ocaml-gettext-0.3.7.tar.gz 134316 BLAKE2B 
9de6ef9e04afbb6001ddc5ef145a687ad88a20eef1c27d3a3e6136f81ad46100cc6496cb66e3edfbf0f7eacfa8abbccb44d846d2f676862c96b8ceb860d8f424
 SHA512 
1358320359b9d2f3fd97a47d69b2a619942a65605c1e5cbf25e33ef42a10273167b526bca15e6c9523b87d8ea9dfd3215334050ad8eb84a8c41d4feef880a27a
+DIST ocaml-gettext-0.4.2.tar.gz 110249 BLAKE2B 
54a25ba9f8fb20194fdfaf651586222fab68f927ebfa711812f7c9a387ff40c19e1bf3f63124127356b32b0ca0be2c5ff4e1cdfaf5f3afe690b90c0ca96c470d
 SHA512 
fb89be8d8d9e0ed9327b81a0c81c884ff3f1a97e46b475ef8084abded5c84a256de05d5aa0f42be94f43ab438276a4506af726b6950e4161359a9616fb5832ec

diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild 
b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
new file mode 100644
index 000..ffcd1505d09
--- /dev/null
+++ b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DUNE_PKG_NAME="gettext"
+inherit dune
+
+DESCRIPTION="Provides support for internationalization of OCaml program"
+HOMEPAGE="https://github.com/gildor478/ocaml-gettext;
+SRC_URI="https://github.com/gildor478/ocaml-gettext/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc +ocamlopt"
+
+BDEPEND="dev-ml/cppo"
+RDEPEND="
+   >=dev-ml/camomile-0.8.3:=
+   >=dev-ml/ocaml-fileutils-0.4.0:=
+   sys-devel/gettext
+"
+DEPEND="
+   ${RDEPEND}
+   doc? ( app-text/docbook-xsl-stylesheets dev-libs/libxslt )
+"
+
+src_install() {
+   dune_src_install
+
+   # Hack for now until we get --mandir in dune.eclass
+   cd "${ED}/usr/man" || die
+   doman man1/* man5/*
+   rm -r "${ED}/usr/man" || die
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/opera-beta/

2020-10-16 Thread Jeroen Roovers
commit: a83395d04d30886b000f08127c3e5f1977a7cda0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Oct 17 00:30:14 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Oct 17 00:37:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83395d0

www-client/opera-beta: Version 72.0.3815.133

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/opera-beta/Manifest |   1 +
 .../opera-beta/opera-beta-72.0.3815.133.ebuild | 103 +
 2 files changed, 104 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index a9f6b182c71..bdc88892d50 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,2 +1,3 @@
+DIST opera-beta_72.0.3815.133_amd64.deb 72345684 BLAKE2B 
d6d7e4b68b1a6dea879fd60cc908c4daea00a078915e78b03c13c56d6d5e9528885ef9d36b22eb4c9d5903ac005d9e6e44d4a64fa2ce8f7ff06ffcbf11cab337
 SHA512 
700ab96750e6dd46f218ee575998758c225f370c35731917e60adcee2cc9f76e566cb9a39f44cc0f145395fad7bb755b67bc8b114d9fb771b45700adc1912045
 DIST opera-beta_72.0.3815.49_amd64.deb 72273100 BLAKE2B 
55349662ab55f2954baaff2357cd19a31e6c39403655e01cabffa7b185f99caf8252fb3fe016b7a1660b6f9712e8f8cffa3f69c0b6f96069664742f3fa79f35a
 SHA512 
6c8c13d2906155f8b348afab0acc72c9b4e76f2f4580e74638a3ad8125dac4ac26970be14cffc543cd51ca332b53a943c0bb8983f762c7f288b1285c2fb4f641
 DIST opera-beta_72.0.3815.86_amd64.deb 72260088 BLAKE2B 
2e5446ae0ebc1c71a5d1191cbedf40125b204e400f470d990ccf54d2d869665666ae23a63890d4f7d90480d11e302d3f365f8cf983b96c5596f67af7de498792
 SHA512 
85860416e3159a209ea9d3d02fe994a664785fc28a1ddc412b638653a816a64d997c26af8ad9614b456fe309ba8d648c303428866f9af1b2d2ba968088b40347

diff --git a/www-client/opera-beta/opera-beta-72.0.3815.133.ebuild 
b/www-client/opera-beta/opera-beta-72.0.3815.133.ebuild
new file mode 100644
index 000..dff5217c967
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-72.0.3815.133.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker xdg
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   https://download1.operacdn.com/pub/
+   https://download2.operacdn.com/pub/
+   https://download3.operacdn.com/pub/
+   https://download4.operacdn.com/pub/
+"
+SRC_URI="amd64? ("
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
+"
+done
+SRC_URI+=")"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+pkg_setup() {
+   OPERA_HOME="usr/$(get_libdir)/${PN}"
+}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   default
+
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+   gunzip usr/share/doc/${PF}/changelog.gz || die
+
+   rm usr/bin/${PN} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/

2020-10-16 Thread Thomas Deutschmann
commit: 2a81c67c8f8f2e7bbfeaf8fe68a236d3698e5d71
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 16 22:53:20 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 16 22:55:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a81c67c

www-client/firefox: improve switching toolchain

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/Manifest|  2 +-
 www-client/firefox/firefox-82.0_rc2.ebuild | 11 +++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 3a4cd8f9980..6419686b56f 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -288,7 +288,7 @@ DIST firefox-81.0.2-xh.xpi 427853 BLAKE2B 
5d93dbf61b010824f264e151bb84b873cd2988
 DIST firefox-81.0.2-zh-CN.xpi 554377 BLAKE2B 
75ec97232f9558a766e34e6cbb1ec193015dbafa6992d30a464c85190523228b3dd5dfdd055240ae42d74c96451eb9ae641a500f85334735370978e7d5ea0394
 SHA512 
66bff2c6fceb2731873e596eafe8d26a9c5eca5e9865c9acbf7e4fea9797ec599ac8c2035ff8b8b4e9052c1960d9bee23b956e59a5d107f709eb6a68e82f03c8
 DIST firefox-81.0.2-zh-TW.xpi 554162 BLAKE2B 
d2ccc9d7358374864f9936a37b78f05f7161d501a627fdaa3e777ddeab95df93a491fc7ba792e4814c3cdf43f27318c1273e97a269a7dece4c052cc07c9e29c7
 SHA512 
e2b2ccc71a72e47bdbd485465c7edd73575e5a54a25fca4a13acd72473ea648abdfb4e3e717efd6910ef9b05f5e6b99d90c84488321be87b2609068461d29a1f
 DIST firefox-81.0.2.source.tar.xz 337759612 BLAKE2B 
18ba8f61b4ad5c42328d1938a36e6e438c528ba669ae841074bff0a3a40194836d818421b464051299fdd6e70af769177981550c66501e1ad242813e2c8f8426
 SHA512 
8a3ef4819120e93b860344ef05b4ef05262e3f127053ef66b3c1eb4b157932913f72fd4ba5500e86c2ef29f25be58e0c6e2c47a1c1ecde2abe77ece5f948fd75
-DIST firefox-82-patches-01.tar.xz 31232 BLAKE2B 
b2305a8c158ac0522da058a622e27b571b5b7425e8205cb5d3642c2d52571c05d19c450da1f165b5090a9c03bf179fc2097af3bff7a64f862ed4b72ae8f8
 SHA512 
e8e8f83e2a10e9ab50e3845defa74bc3fd53a391ee13e1495180d65eebf82f0d7669a23d04f6afdf737d31d6157d788d5e8adde311cd0058a2969ca960224d8b
+DIST firefox-82-patches-01.tar.xz 31208 BLAKE2B 
e36f2b27db38b5f2f2104c66d504aa8b495e261e0faef83c1a65c8d69face4296d4cfc122201c7f36dde1c3a401f71b75bbf22f3fc07d05e1fb1a5e21b459e66
 SHA512 
25b6ed1215f621f97480be1f7db97c6458527dbc8d92ec52968a6f6ba0ba9df14ec085440283064cd840057964b2d0570563497689b03c69ccd0635967e52790
 DIST firefox-82.0_rc2-ach.xpi 460143 BLAKE2B 
e84f40cd625090808c8b316e20639d2127e98da9d1840523a8b0f588c57970c0e860a87919d468ffeb44b0272f4d1cd79203a8fe4abb49c95ec45e91b6eeebe0
 SHA512 
2ccb9345398a88d336bfa7827109b19e8da8fcea840ab435cf3559534b8b6cc7197779663cfb1fffd7e85532d961a6eaa8114e521f583303650cd4b9e0df
 DIST firefox-82.0_rc2-af.xpi 430109 BLAKE2B 
b2b68c38ac503422e7bc95b88381b10793189955069f549a54c64e55281e661a515f81abc16bdcc0f08ffc77a0ad616ff83fa12f4b0a45030e76f09d668bd7bd
 SHA512 
130fef6e8aa2890876254d916c80fec88476241fadda53b6ed62278544ff3415ebd8427eaba007d5298df8ca20dc0e90ff656f7c2d8fd67952b08dc9b7de4382
 DIST firefox-82.0_rc2-an.xpi 510114 BLAKE2B 
c0e8ea7982002ef714849f7b08b650c4ac52441bfd3682a8b64b5f626753b20cb07d2f513800cb78798133c1276b6d1dab9fc75e48496cf9d569b555b500424f
 SHA512 
a1dcc7576e8f4543ae525f13dfc23aec788e9c2159d06d4ed15457602a46cfdacb1067a92b56f054cc7234c4d2a74a300731bd835e15b3c94fbfb06ffb68c4ec

diff --git a/www-client/firefox/firefox-82.0_rc2.ebuild 
b/www-client/firefox/firefox-82.0_rc2.ebuild
index 603d38cf352..6f569bcea91 100644
--- a/www-client/firefox/firefox-82.0_rc2.ebuild
+++ b/www-client/firefox/firefox-82.0_rc2.ebuild
@@ -528,14 +528,20 @@ src_configure() {
# Force clang
einfo "Enforcing the use of clang due to USE=clang ..."
have_switched_compiler=yes
+   AR=llvm-ar
CC=${CHOST}-clang
CXX=${CHOST}-clang++
+   NM=llvm-nm
+   RANLIB=llvm-ranlib
elif ! use clang && ! tc-is-gcc ; then
# Force gcc
have_switched_compiler=yes
einfo "Enforcing the use of gcc due to USE=-clang ..."
+   AR=gcc-ar
CC=${CHOST}-gcc
CXX=${CHOST}-g++
+   NM=gcc-nm
+   RANLIB=gcc-ranlib
fi
 
if [[ -n "${have_switched_compiler}" ]] ; then
@@ -577,6 +583,11 @@ src_configure() {
 
if use pgo ; then
mozconfig_add_options_ac '+pgo' MOZ_PGO=1
+
+   if use clang ; then
+   # Used in build/pgo/profileserver.py
+   export LLVM_PROFDATA="llvm-profdata"
+   fi
fi
else
# Avoid auto-magic on linker



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2020-10-16 Thread Sam James
commit: d072bba03710183a55df635ca64d37448c426a4c
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:51:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d072bba0

dev-perl/Data-Dump: ppc64 keyworded (bug #746560)

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

 dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
index e36590eea3e..08573a37b70 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~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 ~mips ~ppc ~ppc64 ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/X11-XCB/

2020-10-16 Thread Sam James
commit: 67bffc6828feb8f02c32b704bdac1987afa7a68d
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:51:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bffc68

dev-perl/X11-XCB: ppc64 keyworded (bug #746560)

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

 dev-perl/X11-XCB/X11-XCB-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/X11-XCB/X11-XCB-0.180.0.ebuild 
b/dev-perl/X11-XCB/X11-XCB-0.180.0.ebuild
index 9e403824240..63a584c690b 100644
--- a/dev-perl/X11-XCB/X11-XCB-0.180.0.ebuild
+++ b/dev-perl/X11-XCB/X11-XCB-0.180.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module virtualx
 
 DESCRIPTION="Perl bindings for libxcb"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-TokeParser/

2020-10-16 Thread Sam James
commit: 6473f4062eb3530f593a8a3cc2d43e4dcc6dba2e
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:54:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6473f406

dev-perl/XML-TokeParser: ppc64 keyworded (bug #746560)

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

 dev-perl/XML-TokeParser/XML-TokeParser-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-TokeParser/XML-TokeParser-0.50.0.ebuild 
b/dev-perl/XML-TokeParser/XML-TokeParser-0.50.0.ebuild
index 0642b6d819e..767ac012b31 100644
--- a/dev-perl/XML-TokeParser/XML-TokeParser-0.50.0.ebuild
+++ b/dev-perl/XML-TokeParser/XML-TokeParser-0.50.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Simplified interface to XML::Parser"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Any-Moose/

2020-10-16 Thread Sam James
commit: d7ae4f984e9ac4a49ad850541db30a3dd2e88de6
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:53:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ae4f98

dev-perl/Any-Moose: ppc64 keyworded (bug #746560)

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

 dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild 
b/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild
index 4258d665489..5d565d57643 100644
--- a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild
+++ b/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Moose or Mouse modules (DEPRECATED)"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 PERL_RM_FILES=(



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/

2020-10-16 Thread Sam James
commit: 6fd68425b543d780fd2a2b9b93670f839a81e027
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:55:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd68425

dev-perl/Cwd-Guard: ppc64 keyworded (bug #746560)

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

 dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild 
b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
index 2c29043339a..b4e98ae743b 100644
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Temporary changing working directory (chdir)"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ~ppc64 x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 # Cwd -> perl-File-Spec



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xvfb-run/

2020-10-16 Thread Sam James
commit: 259363798ef9e4e18619520af5934d35fee039c6
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:56:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25936379

x11-misc/xvfb-run: ppc64 keyworded (bug #746560)

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

 x11-misc/xvfb-run/xvfb-run-1.20.8_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xvfb-run/xvfb-run-1.20.8_p2.ebuild 
b/x11-misc/xvfb-run/xvfb-run-1.20.8_p2.ebuild
index 8ea25a1deff..83051fe89b7 100644
--- a/x11-misc/xvfb-run/xvfb-run-1.20.8_p2.ebuild
+++ b/x11-misc/xvfb-run/xvfb-run-1.20.8_p2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}.diff.
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="dev-util/patchutils"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Pegex/

2020-10-16 Thread Sam James
commit: 0990c3322d67f7d5f026cb926e06a96aa20220e8
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:53:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0990c332

dev-perl/Pegex: ppc64 keyworded (bug #746560)

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

 dev-perl/Pegex/Pegex-0.640.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Pegex/Pegex-0.640.0.ebuild 
b/dev-perl/Pegex/Pegex-0.640.0.ebuild
index ae7c9c68b51..86021166f94 100644
--- a/dev-perl/Pegex/Pegex-0.640.0.ebuild
+++ b/dev-perl/Pegex/Pegex-0.640.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Acmeist PEG Parser Framework"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/

2020-10-16 Thread Sam James
commit: bc46b4d355139666af7dc6c98bd7c704e37404ee
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:53:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc46b4d3

dev-perl/Module-Build-XSUtil: ppc64 keyworded (bug #746560)

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

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild 
b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
index f7a2a97f79c..d732c94a453 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ~ppc64 x86"
 IUSE="test examples"
 RESTRICT="!test? ( test )"
 # File::Basename -> perl



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckCompiler/

2020-10-16 Thread Sam James
commit: e3a153840428f5c3379157496119e07b22d2c99f
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:55:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a15384

dev-perl/Devel-CheckCompiler: ppc64 keyworded (bug #746560)

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

 dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild 
b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
index 499d02f8859..d929e77f5e5 100644
--- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
+++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check the compiler's availability"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Descent/

2020-10-16 Thread Sam James
commit: d266f497d38ba07321ae8881ea40fc47fa8a2f1f
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:52:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d266f497

dev-perl/XML-Descent: ppc64 keyworded (bug #746560)

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

 dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild 
b/dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild
index 96fbe2ab45e..df03e49184c 100644
--- a/dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild
+++ b/dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Recursive decent XML parsing"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Types/

2020-10-16 Thread Sam James
commit: f5d4637d505ea869a0bd57730d62eb5bb89f5349
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:54:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d4637d

dev-perl/MooseX-Types: ppc64 keyworded (bug #746560)

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

 dev-perl/MooseX-Types/MooseX-Types-0.500.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MooseX-Types/MooseX-Types-0.500.0.ebuild 
b/dev-perl/MooseX-Types/MooseX-Types-0.500.0.ebuild
index a7159ff67bb..0eab790dcbb 100644
--- a/dev-perl/MooseX-Types/MooseX-Types-0.500.0.ebuild
+++ b/dev-perl/MooseX-Types/MooseX-Types-0.500.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Organise your Moose types in libraries"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 hppa ppc ~ppc64 x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MouseX-NativeTraits/

2020-10-16 Thread Sam James
commit: b74c49d6ae81e4fe046d45a1d3427cc0e737a5c6
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:52:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74c49d6

dev-perl/MouseX-NativeTraits: ppc64 keyworded (bug #746560)

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

 dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r2.ebuild 
b/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r2.ebuild
index 047220dac2e..e8f1d39cfcd 100644
--- a/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r2.ebuild
+++ b/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Extend your attribute interfaces for Mouse"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mouse/

2020-10-16 Thread Sam James
commit: 50ab7ddb2028157f612a119399a4a0a50f55be49
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:52:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ab7ddb

dev-perl/Mouse: ppc64 keyworded (bug #746560)

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

 dev-perl/Mouse/Mouse-2.4.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild 
b/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild
index ff1d9157c01..a77ea8231d5 100644
--- a/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild
+++ b/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Moose minus the antlers"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Exporter-ForMethods/

2020-10-16 Thread Sam James
commit: 79888bbc876b3aabefe119726cd43339f8824ee5
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:56:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79888bbc

dev-perl/Sub-Exporter-ForMethods: ppc64 keyworded (bug #746560)

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

 .../Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild 
b/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
index b1d0f97d889..612680d2761 100644
--- a/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
+++ b/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Helper routines for using Sub::Exporter to build methods"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 hppa ppc ~ppc64 x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XS-Object-Magic/

2020-10-16 Thread Sam James
commit: b3a935782ab717898d0be642e1269b0559fa4039
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:51:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a93578

dev-perl/XS-Object-Magic: ppc64 keyworded (bug #746560)

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

 dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild 
b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild
index aed96f7746b..4fbe391345f 100644
--- a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild
+++ b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Opaque, extensible XS pointer backed objects using sv_magic"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-C/

2020-10-16 Thread Sam James
commit: 8e7f85f0d76db948f4a06cc3acd7936e48a40f32
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:50:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7f85f0

dev-perl/Inline-C: ppc64 keyworded (bug #746560)

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

 dev-perl/Inline-C/Inline-C-0.780.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Inline-C/Inline-C-0.780.0.ebuild 
b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild
index 018ce17a632..10c9ba9a019 100644
--- a/dev-perl/Inline-C/Inline-C-0.780.0.ebuild
+++ b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="C Language Support for Inline"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/i3-gaps/

2020-10-16 Thread Sam James
commit: 0f5b1b2c26e16e0210c5e6f0dab43ff57cb9c536
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:50:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5b1b2c

x11-wm/i3-gaps: ppc64 keyworded (bug #746560)

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

 x11-wm/i3-gaps/i3-gaps-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/i3-gaps/i3-gaps-4.18.2.ebuild 
b/x11-wm/i3-gaps/i3-gaps-4.18.2.ebuild
index b1f798d7b3d..7545cef05c3 100644
--- a/x11-wm/i3-gaps/i3-gaps-4.18.2.ebuild
+++ b/x11-wm/i3-gaps/i3-gaps-4.18.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Airblader/i3/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2020-10-16 Thread Sam James
commit: cb3a6fae3dd77f43756308f2130b57294ab9b67b
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:55:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3a6fae

dev-perl/File-Copy-Link: ppc64 keyworded (bug #746560)

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

 dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
index 1f3f0a6c02d..8e4c19f9eea 100644
--- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
+++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for replacing a link by a copy of the linked file"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-10-16 Thread Sergei Trofimovich
commit: 73ea06ab197d0de7fa61493297fc975d9bcd79a8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 16 21:55:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 16 21:56:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ea06ab

dev-python/mypy: keyworded 0.782 for ia64

keyworded wrt bug #747850

Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/mypy/mypy-0.782.ebuild 
b/dev-python/mypy/mypy-0.782.ebuild
index f6931385e1e..4920c1e3601 100644
--- a/dev-python/mypy/mypy-0.782.ebuild
+++ b/dev-python/mypy/mypy-0.782.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
 
 # stubgen collides with this package: https://bugs.gentoo.org/585594
 RDEPEND="



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

2020-10-16 Thread Sergei Trofimovich
commit: b1e1b523aa52cb1bf146d4b8f3363311b49bb131
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 16 21:55:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 16 21:56:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e1b523

dev-python/pydocstyle: keyworded 5.1.1 for ia64

keyworded wrt bug #747850

Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild 
b/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild
index 221ca41a9b6..b36305956d6 100644
--- a/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild
+++ b/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 arm64 ~ia64 x86"
 
 RDEPEND="dev-python/snowballstemmer[${PYTHON_USEDEP}]"
 



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

2020-10-16 Thread Sergei Trofimovich
commit: c7cb73a826e5bbe971a755e73d30d7a01734733a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 16 21:55:49 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 16 21:56:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7cb73a8

dev-python/isort: keyworded 5.6.3 for ia64

keyworded wrt bug #747850

Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/isort/isort-5.6.3.ebuild 
b/dev-python/isort/isort-5.6.3.ebuild
index d7fb132613a..bc0954c7f8f 100644
--- a/dev-python/isort/isort-5.6.3.ebuild
+++ b/dev-python/isort/isort-5.6.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
 
 BDEPEND="
test? (



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

2020-10-16 Thread Sergei Trofimovich
commit: 7412b4967b5699135ef3a7aeaab89e9dbe0f95e0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 16 21:55:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 16 21:56:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7412b496

dev-python/pylama: keyworded 7.7.1-r1 for ia64

keyworded wrt bug #747850

Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pylama/pylama-7.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylama/pylama-7.7.1-r1.ebuild 
b/dev-python/pylama/pylama-7.7.1-r1.ebuild
index 702796d2d9e..ff229030c3f 100644
--- a/dev-python/pylama/pylama-7.7.1-r1.ebuild
+++ b/dev-python/pylama/pylama-7.7.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/klen/pylama/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
 
 RDEPEND="
>=dev-python/mccabe-0.5.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/

2020-10-16 Thread Sam James
commit: c765bdd283714852727ab202dd6b44c32cebf22d
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:49:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:49:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c765bdd2

net-p2p/deluge: ppc keyworded (bug #748564)

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

 net-p2p/deluge/deluge-2.0.3-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/deluge/deluge-2.0.3-r8.ebuild 
b/net-p2p/deluge/deluge-2.0.3-r8.ebuild
index 8c09d112b65..919ceb56847 100644
--- a/net-p2p/deluge/deluge-2.0.3-r8.ebuild
+++ b/net-p2p/deluge/deluge-2.0.3-r8.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://git.deluge-torrent.org/${PN};
 else
SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
 fi
 
 LICENSE="GPL-2"



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

2020-10-16 Thread Sam James
commit: 5c21b91ad2464439514aae406a0c0d5f310aca1d
Author: Ross Charles Campbell  gmail  com>
AuthorDate: Wed Oct 14 02:17:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:47:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c21b91a

media-libs/opencv: version bump to 4.5.0

Bug: https://bugs.gentoo.org/701790
Bug: https://bugs.gentoo.org/700176
Bug: https://bugs.gentoo.org/717812
Bug: https://bugs.gentoo.org/703658
Bug: https://bugs.gentoo.org/689838
Closes: https://bugs.gentoo.org/666716
Closes: https://bugs.gentoo.org/747163
Closes: https://bugs.gentoo.org/729190
Closes: https://bugs.gentoo.org/699730
Closes: https://bugs.gentoo.org/672840
Package-Manager: Portage-3.0.8, Repoman-3.0.1

Signed-off-by: Ross Charles Campbell  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17899
Signed-off-by: Sam James  gentoo.org>

 media-libs/opencv/Manifest|   2 +
 media-libs/opencv/opencv-4.5.0.ebuild | 555 ++
 2 files changed, 557 insertions(+)

diff --git a/media-libs/opencv/Manifest b/media-libs/opencv/Manifest
index 3d877b29106..0e480d0b4bd 100644
--- a/media-libs/opencv/Manifest
+++ b/media-libs/opencv/Manifest
@@ -5,4 +5,6 @@ DIST opencv-4.1.2_contrib.tar.gz 60881937 BLAKE2B 
c461aaa62306b226bde9211e2d611d
 DIST opencv-4.4.0.tar.gz 7103 BLAKE2B 
87838e2c837074c445eeead11b76b0ab6f433873195169fe288dfb5e4844f27b13126ef9c0d973857693c77db82168826df698ee7f34bc10eec3bda869b30d32
 SHA512 
ce4bada7b57c1a00439eca02abcba262732d5eabfd26090f6f83642d747a9a1a7908230bcd01a2b999c509e0c43c8b0dcb2b93ac824518b79cffe533f22652bb
 DIST opencv-4.4.0_contrib.tar.gz 59968818 BLAKE2B 
2e2c1bf776fef0b4d9f92406665adfbce96e6185a4b5fda82cfdd1e7899b3ca7e7615c4dce508082fcf94a10cfa160154ac0aa7a90ce2635f566a65176678dcd
 SHA512 
d1a29a4a343f55fe2ae04966d2fc2d20765de719619bea68b84ee72f432777062727d8105b0aa168f359e468544b2ea930b1a4f8dc059e51de27d8af229c6b6b
 DIST opencv-4.4.0_extdep.tar.gz 65334871 BLAKE2B 
89fa0083da428e986bb4287295bdbff626d0f84866377413649c1d7ca77338288141f22d2a3c0b64d6d0fc1db98f918c8b33a665274cee4c4aefb44359e4333d
 SHA512 
7b758099ce4abef151051e3e9e1e45b73e4054669d3aa53051e4d4c5f43d9373c9bda5ecbce51f6b024562cb566bd1117505af29ab5f3c36a493f185111a3b4e
+DIST opencv-4.5.0.tar.gz 90116240 BLAKE2B 
bcd6ccc4ff0cb1b66923c17c9d9e4ced711527b5d92abd2a5330f791fb07ff93dafa7a3f3095e6d96cb6cea877ac170bb2533f563fa843f284501019263daff3
 SHA512 
c34100f3f3fe45f2115975350d23288a3badb32864ba0cbd32512387416d1cf10d16d3ef5f3d089d6a1c2be587d788d33997513fc015dbf7d774a622f2d3811f
+DIST opencv-4.5.0_contrib.tar.gz 60115063 BLAKE2B 
4068905c9f5f308f30f15ad383ae459cbb421d1871344c3548a6c11647ac9da7af8c46798e860bdd1fcbacccda0fb03f6c1cf07b458ddfa5a0c311511627af52
 SHA512 
b2ae72e920c78472fd677281b8dd6f25872399d8ade97b0d3b0fc50bbabea8c00ea849d87bfb311ac148cef663481d0c89c0f6875578c052c1cc7ddcd70e6e17
 DIST vgg_boostdesc-3.2.0.tar.gz 1867770 BLAKE2B 
1fa5b58e73b6fa56ecf8d19af22298f729942ee1369082e173445d09d3de767bf844bad3d2b462efc1199c392f37c88ba49a9996ba8bfd84b4abeba7de94db63
 SHA512 
4a046aedd639c8eb4b295b0f499e756deb66210ca083f0124c75531e540663367cb58f6d175f66c4713324177036cd89a8869bdab2de8d1736dafc7f00ef9f44

diff --git a/media-libs/opencv/opencv-4.5.0.ebuild 
b/media-libs/opencv/opencv-4.5.0.ebuild
new file mode 100644
index 000..b449ad07ad6
--- /dev/null
+++ b/media-libs/opencv/opencv-4.5.0.ebuild
@@ -0,0 +1,555 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+CMAKE_ECLASS=cmake
+inherit java-pkg-opt-2 java-ant-2 cmake-multilib python-r1 toolchain-funcs
+
+DESCRIPTION="A collection of algorithms and sample code for various computer 
vision problems"
+HOMEPAGE="https://opencv.org;
+TINY_DNN_PV="1.0.0a3"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+   dnnsamples? ( 
https://dev.gentoo.org/~amynka/snap/${PN}-3.4.0-res10_300x300-caffeemodel.tar.gz
 )
+   download? ( 
https://github.com/rossbridger/opencv-extdep/archive/4.4.0.tar.gz -> 
${PN}-4.4.0_extdep.tar.gz )
+   contrib? (
+   https://github.com/${PN}/${PN}_contrib/archive/${PV}.tar.gz -> 
${P}_contrib.tar.gz
+   contribdnn? ( 
https://dev.gentoo.org/~amynka/snap/${PN}-3.4.0-face_landmark_model.tar.gz )
+   contribxfeatures2d? ( 
https://dev.gentoo.org/~amynka/snap/vgg_boostdesc-3.2.0.tar.gz )
+   )"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}" # subslot = libopencv* soname version
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="contrib contribcvv contribdnn contribfreetype contribhdf contribovis 
contribsfm contribxfeatures2d cuda debug dnnsamples download +eigen examples 
+features2d ffmpeg gdal gflags glog gphoto2 gstreamer gtk3 ieee1394 jpeg jpeg2k 
lapack lto opencl openexr opengl openmp opencvapps png +python qt5 tesseract 
testprograms threads tiff vaapi v4l vtk webp xine"
+
+# 

[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2020-10-16 Thread Aisha Tammy
commit: 9db248d815f50c140d20a047670bfff9959aa304
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Oct 16 17:44:47 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Oct 16 17:44:47 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=9db248d8

dev-python/bokeh: version bump to 2.2.2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/bokeh/bokeh-2.2.2.ebuild | 88 +
 1 file changed, 88 insertions(+)

diff --git a/dev-python/bokeh/bokeh-2.2.2.ebuild 
b/dev-python/bokeh/bokeh-2.2.2.ebuild
new file mode 100644
index 0..20e2788a5
--- /dev/null
+++ b/dev-python/bokeh/bokeh-2.2.2.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+# upstream hasn't tested python 3.8 fully
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Statistical and interactive HTML plots for Python"
+HOMEPAGE="https://bokeh.org/
+   https://github.com/bokeh/bokeh
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+# upstream authoritative dependencies
+# https://github.com/bokeh/bokeh/blob/master/conda.recipe/meta.yaml
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   dev-python/pydot[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.2.1-conftest_py.patch
+)
+
+python_test() {
+   # disable tests having network calls
+   local SKIP_TESTS=" \
+   not (test___init__ and TestWarnings and test_filters) and \
+   not (test_json__subcommands and test_no_script) and \
+   not (test_standalone and Test_autoload_static) and \
+   not test_nodejs_compile_javascript and \
+   not test_nodejs_compile_less and \
+   not test_inline_extension and \
+   not (test_model and test_select) and \
+   not test_tornado__server and \
+   not test_client_server and \
+   not test_webdriver and \
+   not test_export and \
+   not test_server and \
+   not test_bundle and \
+   not test_ext \
+   "
+   pytest -m "not sampledata" tests/unit -k \
+  "${SKIP_TESTS}" -vv || die "unittests fail with ${EPYTHON}"
+}
+
+pkg_postinst() {
+   optfeature "integration with amazon S3" dev-python/boto
+   optfeature "pypi integration to publish packages" dev-python/twine
+   optfeature "js library usage" net-libs/nodejs
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/

2020-10-16 Thread Thomas Deutschmann
commit: 7b5c0c7d4a1434835aa825d28ba8828f53bba411
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 16 21:32:37 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 16 21:33:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5c0c7d

www-client/firefox: bump to v82.0 RC 2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/Manifest|   97 +++
 www-client/firefox/firefox-82.0_rc2.ebuild | 1106 
 2 files changed, 1203 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 86f220066d8..3a4cd8f9980 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -288,4 +288,101 @@ DIST firefox-81.0.2-xh.xpi 427853 BLAKE2B 
5d93dbf61b010824f264e151bb84b873cd2988
 DIST firefox-81.0.2-zh-CN.xpi 554377 BLAKE2B 
75ec97232f9558a766e34e6cbb1ec193015dbafa6992d30a464c85190523228b3dd5dfdd055240ae42d74c96451eb9ae641a500f85334735370978e7d5ea0394
 SHA512 
66bff2c6fceb2731873e596eafe8d26a9c5eca5e9865c9acbf7e4fea9797ec599ac8c2035ff8b8b4e9052c1960d9bee23b956e59a5d107f709eb6a68e82f03c8
 DIST firefox-81.0.2-zh-TW.xpi 554162 BLAKE2B 
d2ccc9d7358374864f9936a37b78f05f7161d501a627fdaa3e777ddeab95df93a491fc7ba792e4814c3cdf43f27318c1273e97a269a7dece4c052cc07c9e29c7
 SHA512 
e2b2ccc71a72e47bdbd485465c7edd73575e5a54a25fca4a13acd72473ea648abdfb4e3e717efd6910ef9b05f5e6b99d90c84488321be87b2609068461d29a1f
 DIST firefox-81.0.2.source.tar.xz 337759612 BLAKE2B 
18ba8f61b4ad5c42328d1938a36e6e438c528ba669ae841074bff0a3a40194836d818421b464051299fdd6e70af769177981550c66501e1ad242813e2c8f8426
 SHA512 
8a3ef4819120e93b860344ef05b4ef05262e3f127053ef66b3c1eb4b157932913f72fd4ba5500e86c2ef29f25be58e0c6e2c47a1c1ecde2abe77ece5f948fd75
+DIST firefox-82-patches-01.tar.xz 31232 BLAKE2B 
b2305a8c158ac0522da058a622e27b571b5b7425e8205cb5d3642c2d52571c05d19c450da1f165b5090a9c03bf179fc2097af3bff7a64f862ed4b72ae8f8
 SHA512 
e8e8f83e2a10e9ab50e3845defa74bc3fd53a391ee13e1495180d65eebf82f0d7669a23d04f6afdf737d31d6157d788d5e8adde311cd0058a2969ca960224d8b
+DIST firefox-82.0_rc2-ach.xpi 460143 BLAKE2B 
e84f40cd625090808c8b316e20639d2127e98da9d1840523a8b0f588c57970c0e860a87919d468ffeb44b0272f4d1cd79203a8fe4abb49c95ec45e91b6eeebe0
 SHA512 
2ccb9345398a88d336bfa7827109b19e8da8fcea840ab435cf3559534b8b6cc7197779663cfb1fffd7e85532d961a6eaa8114e521f583303650cd4b9e0df
+DIST firefox-82.0_rc2-af.xpi 430109 BLAKE2B 
b2b68c38ac503422e7bc95b88381b10793189955069f549a54c64e55281e661a515f81abc16bdcc0f08ffc77a0ad616ff83fa12f4b0a45030e76f09d668bd7bd
 SHA512 
130fef6e8aa2890876254d916c80fec88476241fadda53b6ed62278544ff3415ebd8427eaba007d5298df8ca20dc0e90ff656f7c2d8fd67952b08dc9b7de4382
+DIST firefox-82.0_rc2-an.xpi 510114 BLAKE2B 
c0e8ea7982002ef714849f7b08b650c4ac52441bfd3682a8b64b5f626753b20cb07d2f513800cb78798133c1276b6d1dab9fc75e48496cf9d569b555b500424f
 SHA512 
a1dcc7576e8f4543ae525f13dfc23aec788e9c2159d06d4ed15457602a46cfdacb1067a92b56f054cc7234c4d2a74a300731bd835e15b3c94fbfb06ffb68c4ec
+DIST firefox-82.0_rc2-ar.xpi 558763 BLAKE2B 
332511ba226725e5a4a604fd27467e41d9cd394bceb43d90172c97fadd4cedb7c1fc71dd2cf24ebe9fd6ebeacba0e0e6accee8adbe7ca39a994de80c6a6db6a1
 SHA512 
fac6f0567a9f59609951668341d511e418187580f47680e0feec383eb47a998c21afa5f3e8f491e089f58d9650718e70edf20f7fa62873a3fa462b951e64a237
+DIST firefox-82.0_rc2-ast.xpi 458391 BLAKE2B 
ea24c05d13db85788147818bc96e7723068e3a7c684994b76bf52c8c8020b6e4713a0ecdbbeda1c7a9b978b55f605acc79828f360aa45e613995690a72019d15
 SHA512 
7ceb40534a955f1d7c49a76b8b984795336b57b595b3ba52774e3f35f874a26c011eae5cc6e49f31e40c2410deb9494831249a9beb1fa9b898228f15710aea0c
+DIST firefox-82.0_rc2-az.xpi 494309 BLAKE2B 
ad3441f91c2241b7178e573b6b930ba4bde6878541ce5bf397dc8ea8a50aa5b5c4f4ff957ff114bda1f5ce55177d29843275926c6e8970ca400a2e9a40fa8436
 SHA512 
08ab9a16cacc2f10be56e17c4421fe3ef5fd3ea6330698f48121838e718932b81229ff00fac526275e3ecc70b0c7529581ac016db4629453b548518e538f8b88
+DIST firefox-82.0_rc2-be.xpi 597436 BLAKE2B 
2e0e45c762117021c564e25068af6251e81ab1af32bd18e0045cc8c7431c555b1d9d38cb3cce7415a2f361baec664a54164100aa47b0a78917c1986d724f5928
 SHA512 
65880a4ef487529dffa2d43dc53a9316294a062236d0ba557d4fbf886e9a178c0c4e31151141db11b4cdafdaf0b7369641ab83965963f735ce0354c8e3d64f47
+DIST firefox-82.0_rc2-bg.xpi 556546 BLAKE2B 
a656365e7993fcaf075e29c8d30550d902a731844375d189c6fd0a070591e6cb75af33102f8760b83f39c5a7b06ccbb361506b31b02e706f195fefcfa2fe1b8c
 SHA512 
c467961ef46b2b98f2f6b32ed09d215379b0b74a997ef00c9c65b2e10d75c3d1766993a2038c73b626aea45a5396f5feb531c6a8579fb62d8424c5e525f66486
+DIST firefox-82.0_rc2-bn.xpi 574256 BLAKE2B 
66d70ad0077e8a45fef901bec85bb879aa13aa024cd038d45833ea3c2f516463dab0f273eda53a3b7627ca41912bb9c60d73e751b1fc84d5bbfcc2198c42722f
 SHA512 
adb21bcaa6a15f69a303626ccb5f954f06954a554560760d9aa5792666b80575bf7a00422ab03513121edc580ce5ddfc9173612308d100957e5a1706851af638
+DIST 

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

2020-10-16 Thread Anthony G. Basile
commit: 389d05f19f1528be22266d071bd9fb4016abc5cd
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Oct 16 21:30:25 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Oct 16 21:32:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389d05f1

net-misc/curl: version bump to 7.73.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-misc/curl/Manifest   |   1 +
 net-misc/curl/curl-7.73.0.ebuild | 293 +++
 2 files changed, 294 insertions(+)

diff --git a/net-misc/curl/Manifest b/net-misc/curl/Manifest
index 867dc9f7d36..45c49b7fc88 100644
--- a/net-misc/curl/Manifest
+++ b/net-misc/curl/Manifest
@@ -1,3 +1,4 @@
 DIST curl-7.71.0.tar.xz 2379056 BLAKE2B 
50d7369e4335823c3032b8801b270f7d8e687b0552f25ed5f9752549483cf68870e0422132ecf86e756e1c7c27cdf60048a7765850608c3a1b734cffb1fe7b99
 SHA512 
f1ea045f23b6a7e2c84ea83954d3299c612f57c3b1e5fee0b39493dc92fc4e95e7af2a5424c2e5bc480659e80cf1adce1fc528fc816f8ff2d0e7bfcfe4c5830a
 DIST curl-7.71.1.tar.xz 2387660 BLAKE2B 
47b3a4704ae8b09b37f7a9d8850fd7d692d91db3dd4ad776aad9a57d0162e0f4091e0387a850eb048f834e6dfee5bcb36da56493a106696c72072c612b47f623
 SHA512 
631e0ee8562e5029fe022bfab4222836a3e6d666e82e2bfbd78311fe5985105218a36d1ea68c93472fc57a12b713957a3bcca6e385eda4e58a47ca8d5d50265b
 DIST curl-7.72.0.tar.xz 2390040 BLAKE2B 
8f20efe7255ffe6d68619645b634b9cb10557ba0ca458904e99105133fb54cfafe4cafa0e7a1c5e20bbf5b5d24c8c44670cb5ddc1a2035ca43eadd24899ea953
 SHA512 
e5025a32eac6108ccb13d1fcce9c2de28b3a6d6e9a258a647c4be45d71718f75653e1ccd477ef5f29242a15588255c4ef43fe47bf9908b938b6769fccfaac107
+DIST curl-7.73.0.tar.xz 2394228 BLAKE2B 
33ce983878dd3154d5e3e44b2b64a02e47a3faac77615db1c67cc6617495c16f40a36406e1627e2cef62bc1a01cdd0c5ae47ccc6cc4265257fc47b2f34eaac65
 SHA512 
95330bac2d6bc5306d47723b3c7bdb754fabe2ba2df7b2a8027453a40286f1c7caaee69333f0715e59fbc7fdf09080968ea624398c995cabf3d57493973867bd

diff --git a/net-misc/curl/curl-7.73.0.ebuild b/net-misc/curl/curl-7.73.0.ebuild
new file mode 100644
index 000..44c0b9c78f0
--- /dev/null
+++ b/net-misc/curl/curl-7.73.0.ebuild
@@ -0,0 +1,293 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools eutils prefix multilib-minimal
+
+DESCRIPTION="A Client that groks URLs"
+HOMEPAGE="https://curl.haxx.se/;
+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 ~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 gnutls gopher +http2 idn +imap ipv6 kerberos 
ldap libressl mbedtls metalink nss +openssl +pop3 +progress-meter rtmp samba 
+smtp ssh ssl static-libs test telnet +tftp threads winssl zstd"
+IUSE+=" curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss 
+curl_ssl_openssl curl_ssl_winssl"
+IUSE+=" nghttp3 quiche"
+IUSE+=" elibc_Winnt"
+
+#lead to lots of false negatives, bug #285669
+RESTRICT="!test? ( test )"
+
+RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
+   brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] )
+   ssl? (
+   gnutls? (
+   net-libs/gnutls:0=[static-libs?,${MULTILIB_USEDEP}]
+   dev-libs/nettle:0=[${MULTILIB_USEDEP}]
+   app-misc/ca-certificates
+   )
+   mbedtls? (
+   net-libs/mbedtls:0=[${MULTILIB_USEDEP}]
+   app-misc/ca-certificates
+   )
+   openssl? (
+   !libressl? ( 
dev-libs/openssl:0=[static-libs?,${MULTILIB_USEDEP}] )
+   libressl? ( 
dev-libs/libressl:0=[static-libs?,${MULTILIB_USEDEP}] )
+   )
+   nss? (
+   dev-libs/nss:0[${MULTILIB_USEDEP}]
+   app-misc/ca-certificates
+   )
+   )
+   http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] )
+   nghttp3? (
+   net-libs/nghttp3[${MULTILIB_USEDEP}]
+   net-libs/ngtcp2[ssl,${MULTILIB_USEDEP}]
+   )
+   quiche? ( >=net-libs/quiche-0.3.0[${MULTILIB_USEDEP}] )
+   idn? ( net-dns/libidn2:0=[static-libs?,${MULTILIB_USEDEP}] )
+   adns? ( net-dns/c-ares:0[${MULTILIB_USEDEP}] )
+   kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
+   metalink? ( >=media-libs/libmetalink-0.1.1[${MULTILIB_USEDEP}] )
+   rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] )
+   ssh? ( 

[gentoo-commits] repo/gentoo:master commit in: profiles/base/

2020-10-16 Thread Andreas K. Hüttel
commit: a33048dedf0b4e6572b406aa7cc8c3171e03ca0d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct 16 21:25:19 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Oct 16 21:26:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33048de

package.use.stable.mask: Allow opencl on future stable imagemagick

(i.e. unmask it for 7.0.10.34 and later)

Signed-off-by: Andreas K. Hüttel  gentoo.org>
Closes: https://bugs.gentoo.org/668274

 profiles/base/package.use.stable.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index f0090bcc3bd..2d48bbf478d 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -245,7 +245,7 @@ app-emulation/xen-tools ocaml
 # Samuli Suominen  (2014-03-19)
 # Some open source OpenCL providers cause sandbox violation while accessing 
/dev/dri/card*
 # from a command like eg. `/usr/bin/mogrify -version`, see bug #472766
-media-gfx/imagemagick opencl
+ (2013-03-28)
 # Depends on unstable sci-libs/avogadrolibs



[gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/

2020-10-16 Thread Andreas K. Hüttel
commit: 72a072816ed49cb95c46199422cd4b8ce28df93f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct 16 21:20:21 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Oct 16 21:20:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a07281

media-gfx/imagemagick: Remove ages-old userpriv restriction

The only background I can find here is that the imagemagick-6.5.7.0
ebuild (committed 2009-10-20) contains a comment "Perl tests fail
with userpriv". I can't reproduce that. Worst case we get a test
failure bug, which is still better than running without userpriv.

Closes: https://bugs.gentoo.org/516582
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 media-gfx/imagemagick/imagemagick-6.9.11.31-r1.ebuild | 3 +--
 media-gfx/imagemagick/imagemagick-6.9.11.34-r1.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.11.31-r1.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.11.31-r1.ebuild
index cd12c1cb279..45ebf61e641 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.11.31-r1.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.11.31-r1.ebuild
@@ -20,8 +20,7 @@ IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz 
hdri heif jbig jpeg
 REQUIRED_USE="corefonts? ( truetype )
test? ( corefonts )"
 
-RESTRICT="perl? ( userpriv )
-   !test? ( test )"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-libs/libltdl:0

diff --git a/media-gfx/imagemagick/imagemagick-6.9.11.34-r1.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.11.34-r1.ebuild
index 89225318062..aaa7079f92f 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.11.34-r1.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.11.34-r1.ebuild
@@ -20,8 +20,7 @@ IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz 
hdri heif jbig jpeg
 REQUIRED_USE="corefonts? ( truetype )
test? ( corefonts )"
 
-RESTRICT="perl? ( userpriv )
-   !test? ( test )"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-libs/libltdl:0



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

2020-10-16 Thread Sergei Trofimovich
commit: 3cb8d58cd1fcc57071b73429729644b6e412cf96
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 16 20:59:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 16 21:12:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb8d58c

dev-lang/nim: bump up to 1.4.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/nim/Manifest |  1 +
 dev-lang/nim/nim-1.4.0.ebuild | 85 +++
 2 files changed, 86 insertions(+)

diff --git a/dev-lang/nim/Manifest b/dev-lang/nim/Manifest
index 535bf9a5e29..c2d866bfe8c 100644
--- a/dev-lang/nim/Manifest
+++ b/dev-lang/nim/Manifest
@@ -1 +1,2 @@
 DIST nim-1.2.6.tar.xz 5688752 BLAKE2B 
8865df1c508b9c21a2808c0eed8c6cd294f57829e8b75a3c3b70964b45ae7a29ae1670763447ba4f7135ce8ef55e696db1a5cd0a9d563d2174c7212c41d9d268
 SHA512 
ef59bbb0d4b05bd13624ea7da7182f1d73ffb31c7b34f5928b7e0411809fd70d1898fba9bb02441dc9ce802cd8accaf59448aef5b457e64de73c2ffbbcd53fbc
+DIST nim-1.4.0.tar.xz 4626604 BLAKE2B 
09417508b840d4cb522006f08799cb235db5f4e2f18fdf970ffa4d845998e498c005843cc994e15f8bea992b5341c8bce667208c68bf81ce3f5e650627bc
 SHA512 
aa0cd5aef16ad5e793dc2c021404c1f0b89b35829f155ada4c0795d980de722493fb4e3da45373e6f2597b5af71140f5ecdfd5b06aa26e9afd2eb5d3f2cab8df

diff --git a/dev-lang/nim/nim-1.4.0.ebuild b/dev-lang/nim/nim-1.4.0.ebuild
new file mode 100644
index 000..61c6fc1c860
--- /dev/null
+++ b/dev-lang/nim/nim-1.4.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 multiprocessing toolchain-funcs
+
+DESCRIPTION="compiled, garbage-collected systems programming language"
+HOMEPAGE="https://nim-lang.org/;
+SRC_URI="https://nim-lang.org/download/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc +readline test"
+
+RESTRICT=test # need to sort out depends and numerous failures
+
+RDEPEND="
+   readline? ( sys-libs/readline:0= )
+"
+DEPEND="
+   ${DEPEND}
+   test? ( net-libs/nodejs )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.20.0-paths.patch
+)
+
+_run() {
+   echo "$@"
+   "$@" || die "'$*' failed"
+}
+
+nim_use_enable() {
+   [[ -z $2 ]] && die "usage: nim_use_enable  "
+   use $1 && echo "-d:$2"
+}
+
+src_configure() {
+   export XDG_CACHE_HOME=${T}/cache #667182
+   tc-export CC LD
+
+   # Override default CC=gcc.
+   echo "gcc.exe= \"$(tc-getCC)\"" >> config/nim.cfg || die
+   echo "gcc.linkerexe  = \"$(tc-getCC)\"" >> config/nim.cfg || die
+}
+
+src_compile() {
+
+   _run ./build.sh
+
+   _run ./bin/nim --parallelBuild:$(makeopts_jobs) c koch
+   _run ./koch boot --parallelBuild:$(makeopts_jobs) -d:release 
$(nim_use_enable readline useGnuReadline)
+   # --stable to avoid pulling HEAD, toolsNoExternal to avoid pulling 
nimble from git
+   PATH="./bin:$PATH" _run ./koch --stable toolsNoExternal 
--parallelBuild:$(makeopts_jobs)
+
+   if use doc; then
+   # TODO: '--parallelBuild:' does ont seem to work
+   PATH="./bin:$PATH" _run ./koch doc 
--parallelBuild:$(makeopts_jobs)
+   fi
+}
+
+src_test() {
+   PATH="./bin:$PATH" _run ./koch test --parallelBuild:$(makeopts_jobs)
+}
+
+src_install() {
+   PATH="./bin:$PATH" _run ./koch install "${ED}"
+   rm -r "${ED}/usr/share/nim/doc" || die "failed to remove 'doc'"
+
+   exeinto /usr/bin
+
+   local bin_exe
+   for bin_exe in bin/*; do
+   # './koch install' installs only 'nim' binary
+   # but not the rest
+   [[ ${bin_exe} == bin/nim ]] && continue
+   doexe "${bin_exe}"
+   done
+
+   use doc && dodoc doc/html/*.html
+   newbashcomp tools/nim.bash-completion ${PN}
+}



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

2020-10-16 Thread Sergei Trofimovich
commit: 3dd34737aa802fea94321eea8e79b4e7d4f5217f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 16 20:54:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 16 21:12:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd34737

dev-lang/elixir: bump up to 1.11.1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/elixir/Manifest |  1 +
 dev-lang/elixir/elixir-1.11.1.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest
index 1aabe8290a2..f082e84d5a3 100644
--- a/dev-lang/elixir/Manifest
+++ b/dev-lang/elixir/Manifest
@@ -1,2 +1,3 @@
 DIST elixir-1.10.4.tar.gz 2331003 BLAKE2B 
8cb54bcb16762ae345ad9d36a25c28696fd5bb57cf97c5037c21458671e001cfe51a722287243c6a70fe3cea65c9c219e759c8312fc168e93974ac5f0870b47a
 SHA512 
844e405cf344539a9d32dc7f1ead0dc1dfb0d70a9ab718269f4e25e5262f611f96346f5be93cf8e34a75c58c6aabb12e8a796c5cb182955922510c270ef169e7
 DIST elixir-1.11.0.tar.gz 2389848 BLAKE2B 
211b17091ebd47bb0eff3279f171b6dcc9fde98b0670ec842fa4a07fb9e32fba0b04eb5dc7af971df045af01c56af472a7df0ba4734e86c9a2a12715c60f24c0
 SHA512 
c4d93253098b820e42b7f26aa13e7684c41fd390dba30bb158e897f40fca92b81d54029f987484301f3b71d472faf7c22319759181ab6f0c0c126d2c84d253bd
+DIST elixir-1.11.1.tar.gz 2390974 BLAKE2B 
2cf8d3490bcd40e6157a2ce1f21087591db2586fd259d1a287883c4dbc74cd21ccefc1393c37401aaa635abd0848333682965cdf405def6849f5dad919458a0f
 SHA512 
39f8e0cf14545b3ec72e6bfb414204869f8e252e0d2b5538b85d966fcc7c7879b1696d7a02e0e230d38bda20559a14ab03699f9c65cbf4c37d33e8aeadf6ec53

diff --git a/dev-lang/elixir/elixir-1.11.1.ebuild 
b/dev-lang/elixir/elixir-1.11.1.ebuild
new file mode 100644
index 000..74f24bfac27
--- /dev/null
+++ b/dev-lang/elixir/elixir-1.11.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Elixir programming language"
+HOMEPAGE="https://elixir-lang.org;
+SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 ErlPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-lang/erlang-21:0=[ssl]
+"
+# 'mix' tool collides with sci-biology/phylip, bug #537514
+RDEPEND="${DEPEND}
+   !!sci-biology/phylip
+"
+DEPEND+="
+   test? ( dev-vcs/git )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.9.1-disable-network-tests.patch
+   "${FILESDIR}"/${PN}-1.10.3-no-Q.patch
+   "${FILESDIR}"/${PN}-1.10.3-epmd-daemon.patch
+)
+
+src_install() {
+   emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" 
install
+   dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/

2020-10-16 Thread Andreas K. Hüttel
commit: a4742a4a03827492fd6f2fafe7aacccdae95278f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct 16 20:59:34 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Oct 16 20:59:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4742a4a

media-gfx/imagemagick: Add /dev/dri/card0 to SANDBOX_PREDICT

Closes: https://bugs.gentoo.org/670761
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../{imagemagick-6.9.11.31.ebuild => imagemagick-6.9.11.31-r1.ebuild}   | 2 +-
 .../{imagemagick-6.9.11.34.ebuild => imagemagick-6.9.11.34-r1.ebuild}   | 2 +-
 .../{imagemagick-7.0.10.31.ebuild => imagemagick-7.0.10.31-r1.ebuild}   | 2 +-
 .../{imagemagick-7.0.10.34.ebuild => imagemagick-7.0.10.34-r1.ebuild}   | 2 +-
 media-gfx/imagemagick/imagemagick-.ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.11.31.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.11.31-r1.ebuild
similarity index 99%
rename from media-gfx/imagemagick/imagemagick-6.9.11.31.ebuild
rename to media-gfx/imagemagick/imagemagick-6.9.11.31-r1.ebuild
index f37a0010b4c..cd12c1cb279 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.11.31.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.11.31-r1.ebuild
@@ -211,7 +211,7 @@ src_install() {
 
if use opencl; then
cat <<-EOF > "${T}"/99${PN}
-   
SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-uvm:/dev/ati/card:/dev/dri/card:/dev/dri/renderD128"
+   
SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-uvm:/dev/ati/card:/dev/dri/card:/dev/dri/card0:/dev/dri/renderD128"
EOF
 
insinto /etc/sandbox.d

diff --git a/media-gfx/imagemagick/imagemagick-6.9.11.34.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.11.34-r1.ebuild
similarity index 99%
rename from media-gfx/imagemagick/imagemagick-6.9.11.34.ebuild
rename to media-gfx/imagemagick/imagemagick-6.9.11.34-r1.ebuild
index 02b0c9655fe..89225318062 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.11.34.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.11.34-r1.ebuild
@@ -211,7 +211,7 @@ src_install() {
 
if use opencl; then
cat <<-EOF > "${T}"/99${PN}
-   
SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-uvm:/dev/ati/card:/dev/dri/card:/dev/dri/renderD128"
+   
SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-uvm:/dev/ati/card:/dev/dri/card:/dev/dri/card0:/dev/dri/renderD128"
EOF
 
insinto /etc/sandbox.d

diff --git a/media-gfx/imagemagick/imagemagick-7.0.10.31.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.10.31-r1.ebuild
similarity index 99%
rename from media-gfx/imagemagick/imagemagick-7.0.10.31.ebuild
rename to media-gfx/imagemagick/imagemagick-7.0.10.31-r1.ebuild
index f54a5b0369e..9407d6f5b2d 100644
--- a/media-gfx/imagemagick/imagemagick-7.0.10.31.ebuild
+++ b/media-gfx/imagemagick/imagemagick-7.0.10.31-r1.ebuild
@@ -224,7 +224,7 @@ src_install() {
 
if use opencl; then
cat <<-EOF > "${T}"/99${PN}
-   
SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-uvm:/dev/ati/card:/dev/dri/card:/dev/dri/renderD128"
+   
SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-uvm:/dev/ati/card:/dev/dri/card:/dev/dri/card0:/dev/dri/renderD128"
EOF
 
insinto /etc/sandbox.d

diff --git a/media-gfx/imagemagick/imagemagick-7.0.10.34.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.10.34-r1.ebuild
similarity index 99%
rename from media-gfx/imagemagick/imagemagick-7.0.10.34.ebuild
rename to media-gfx/imagemagick/imagemagick-7.0.10.34-r1.ebuild
index ac9609f64ef..ac497e7554e 100644
--- a/media-gfx/imagemagick/imagemagick-7.0.10.34.ebuild
+++ b/media-gfx/imagemagick/imagemagick-7.0.10.34-r1.ebuild
@@ -224,7 +224,7 @@ src_install() {
 
if use opencl; then
cat <<-EOF > "${T}"/99${PN}
-   
SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-uvm:/dev/ati/card:/dev/dri/card:/dev/dri/renderD128"
+   
SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-uvm:/dev/ati/card:/dev/dri/card:/dev/dri/card0:/dev/dri/renderD128"
EOF
 
insinto /etc/sandbox.d

diff --git a/media-gfx/imagemagick/imagemagick-.ebuild 
b/media-gfx/imagemagick/imagemagick-.ebuild
index eb7593072ec..542b188a282 100644
--- a/media-gfx/imagemagick/imagemagick-.ebuild
+++ b/media-gfx/imagemagick/imagemagick-.ebuild
@@ -224,7 +224,7 @@ src_install() {
 
if use opencl; then
cat <<-EOF > "${T}"/99${PN}
-   
SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-uvm:/dev/ati/card:/dev/dri/card:/dev/dri/renderD128"
+   
SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-uvm:/dev/ati/card:/dev/dri/card:/dev/dri/card0:/dev/dri/renderD128"
EOF
 
insinto /etc/sandbox.d



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/gr/

2020-10-16 Thread Andreas K. Hüttel
commit: ec2b5a7fc6005e59a5aa54c24b1c11604b4aaa5c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct 16 19:19:30 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Oct 16 19:19:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2b5a7f

sci-visualization/gr: Add missing build dep on libXt

Closes: https://bugs.gentoo.org/737076
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sci-visualization/gr/gr-0.50.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gr/gr-0.50.0-r1.ebuild 
b/sci-visualization/gr/gr-0.50.0-r1.ebuild
index ddb28dbc246..48bf3b397e6 100644
--- a/sci-visualization/gr/gr-0.50.0-r1.ebuild
+++ b/sci-visualization/gr/gr-0.50.0-r1.ebuild
@@ -28,7 +28,7 @@ DEPEND="
postscript? ( app-text/ghostscript-gpl )
tiff? ( media-libs/tiff )
truetype? ( media-libs/freetype )
-   X? ( x11-libs/libX11 )
+   X? ( x11-libs/libX11 x11-libs/libXt )
 "
 RDEPEND="${DEPEND}"
 BDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/, dev-ml/ppx_compare/, dev-ml/ppx_sexp_conv/

2020-10-16 Thread Matt Turner
commit: 115deb4d7b9ba023e7aa5927aeaa350891ec25ce
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 16 18:41:36 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 16 18:41:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115deb4d

dev-ml: Add some ~x86 keywords to resolve breakage

Fixes: 19968c73cf7 ("dev-ml/ppx_assert: Fix deps and compile fail")
Signed-off-by: Matt Turner  gentoo.org>

 dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild   | 2 +-
 dev-ml/ppx_compare/ppx_compare-0.14.0.ebuild | 2 +-
 dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild 
b/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild
index c62da018445..113694a97d8 100644
--- a/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild
+++ b/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="

diff --git a/dev-ml/ppx_compare/ppx_compare-0.14.0.ebuild 
b/dev-ml/ppx_compare/ppx_compare-0.14.0.ebuild
index 977b67b09d9..df515a998c8 100644
--- a/dev-ml/ppx_compare/ppx_compare-0.14.0.ebuild
+++ b/dev-ml/ppx_compare/ppx_compare-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="

diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild 
b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
index 4f793b5ea46..e10f2710fb1 100644
--- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
+++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_sexp_conv/archive/v${PV}.tar.gz -> ${
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-16 Thread Michał Górny
commit: d6a11f1b66d6a4256dba65af599ab607061b1458
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 05:58:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a11f1b

dev-python/fields: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748372
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/fields/fields-5.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/fields/fields-5.0.0-r2.ebuild 
b/dev-python/fields/fields-5.0.0-r2.ebuild
index 06fbc514ec8..c20e1053d87 100644
--- a/dev-python/fields/fields-5.0.0-r2.ebuild
+++ b/dev-python/fields/fields-5.0.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_SETUPTOOLS=bdepend
 PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1



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

2020-10-16 Thread Michał Górny
commit: a0d32701d706e9be458f3ad8405d57ad2bcec21c
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 06:15:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d32701

dev-python/python-prctl: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748678
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-prctl/python-prctl-1.7.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/python-prctl/python-prctl-1.7.ebuild 
b/dev-python/python-prctl/python-prctl-1.7.ebuild
index 853ab34592b..c9e28fe3934 100644
--- a/dev-python/python-prctl/python-prctl-1.7.ebuild
+++ b/dev-python/python-prctl/python-prctl-1.7.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
@@ -15,7 +17,4 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="sys-libs/libcap"
-
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2020-10-16 Thread Michał Górny
commit: 0855767c0af2f07608dccf7ba0500b50666b2aca
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 06:18:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0855767c

dev-python/snapshottest: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748885
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snapshottest/snapshottest-0.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/snapshottest/snapshottest-0.5.1.ebuild 
b/dev-python/snapshottest/snapshottest-0.5.1.ebuild
index f460c89932a..fce9e06a65d 100644
--- a/dev-python/snapshottest/snapshottest-0.5.1.ebuild
+++ b/dev-python/snapshottest/snapshottest-0.5.1.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..8} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
 inherit distutils-r1
 
 # no tests on pypi, no tags on github



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

2020-10-16 Thread Michał Górny
commit: 7978256266f8f310b6b066a7bf915c4c53659e5c
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 06:05:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79782562

dev-python/pythonz-bd: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748432
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild 
b/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild
index cf6ac40e702..3f29f890c6c 100644
--- a/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild
+++ b/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
@@ -16,9 +17,5 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/resumable-urlretrieve[${PYTHON_USEDEP}]' 'python3*')"
+DEPEND="$(python_gen_cond_dep 
'dev-python/resumable-urlretrieve[${PYTHON_USEDEP}]' 'python3*')"



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

2020-10-16 Thread Michał Górny
commit: 602176f88d65b81c45c2c721b25136f1cc6d149a
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 17:39:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602176f8

dev-python/zope-schema: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/749128
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/zope-schema-6.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-6.0.0.ebuild 
b/dev-python/zope-schema/zope-schema-6.0.0.ebuild
index c7a777c6d32..948e40c240c 100644
--- a/dev-python/zope-schema/zope-schema-6.0.0.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.0.0.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1
 



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

2020-10-16 Thread Michał Górny
commit: c94db7d6cea8b44d850609e2d64d347082d728f1
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 17:38:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94db7d6

dev-python/zope-testrunner: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/749134
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-testrunner/zope-testrunner-5.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/zope-testrunner/zope-testrunner-5.2.ebuild 
b/dev-python/zope-testrunner/zope-testrunner-5.2.ebuild
index a052ac999f6..04312331c57 100644
--- a/dev-python/zope-testrunner/zope-testrunner-5.2.ebuild
+++ b/dev-python/zope-testrunner/zope-testrunner-5.2.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1
 



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

2020-10-16 Thread Michał Górny
commit: cf003b2c73bb015d875bbed1bf2ce8a65c570efa
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 17:35:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf003b2c

dev-python/zope-configuration: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/749140
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-configuration/zope-configuration-4.4.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/zope-configuration/zope-configuration-4.4.0.ebuild 
b/dev-python/zope-configuration/zope-configuration-4.4.0.ebuild
index e9aa585b0c3..cd32630d40f 100644
--- a/dev-python/zope-configuration/zope-configuration-4.4.0.ebuild
+++ b/dev-python/zope-configuration/zope-configuration-4.4.0.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



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

2020-10-16 Thread Michał Górny
commit: d2a9a910ac41acfe2765dba558e720ffa3fd44f4
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 06:12:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a9a910

dev-python/python-daemon: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748657
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-daemon/python-daemon-2.2.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-daemon/python-daemon-2.2.4.ebuild 
b/dev-python/python-daemon/python-daemon-2.2.4.ebuild
index c056689964c..c732f2ebbde 100644
--- a/dev-python/python-daemon/python-daemon-2.2.4.ebuild
+++ b/dev-python/python-daemon/python-daemon-2.2.4.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1



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

2020-10-16 Thread Michał Górny
commit: e02b2e4476a86ed50f20dec431c3849604cbbdb3
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 05:59:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02b2e44

dev-python/nose_warnings_filters: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748375
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild 
b/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild
index a63e32099f5..aab58b96e27 100644
--- a/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild
+++ b/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_SETUPTOOLS=bdepend
 PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1



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

2020-10-16 Thread Michał Górny
commit: 861498c3b53f367bc599bb8c0732d01433077b57
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 05:55:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861498c3

dev-python/ipdb: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748345
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/ipdb/ipdb-0.10.3.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/ipdb/ipdb-0.10.3.ebuild 
b/dev-python/ipdb/ipdb-0.10.3.ebuild
index 659f91f7613..912f24e149b 100644
--- a/dev-python/ipdb/ipdb-0.10.3.ebuild
+++ b/dev-python/ipdb/ipdb-0.10.3.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=5
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
@@ -14,13 +15,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
-IUSE=""
 
 RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
-   app-arch/unzip
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   "
+   app-arch/unzip"
 
 DOCS=( HISTORY.txt )
 



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

2020-10-16 Thread Michał Górny
commit: 4f2c7cfbd718d185799232c166ecf75b26e36217
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 17:37:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2c7cfb

dev-python/zope-exceptions: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/749137
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-exceptions/zope-exceptions-4.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild 
b/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild
index 5b427b0dd30..a8f296dc741 100644
--- a/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild
+++ b/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1
 



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

2020-10-16 Thread Michał Górny
commit: d21840cd8404e0807fd167f403ffe44234654050
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 06:07:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21840cd

dev-python/ptpython: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748471
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/ptpython/ptpython-2.0.6.ebuild 
b/dev-python/ptpython/ptpython-2.0.6.ebuild
index c78a3359a53..c543ecf4590 100644
--- a/dev-python/ptpython/ptpython-2.0.6.ebuild
+++ b/dev-python/ptpython/ptpython-2.0.6.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
@@ -13,7 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="
dev-python/docopt[${PYTHON_USEDEP}]



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

2020-10-16 Thread Michał Górny
commit: 5d7e968d3954e1b6aa1284960d0e3d596311e685
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 06:02:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7e968d

dev-python/pew: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748426
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pew/pew-1.1.1.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-python/pew/pew-1.1.1.ebuild b/dev-python/pew/pew-1.1.1.ebuild
index 820b45fbbb7..e766feacb2d 100644
--- a/dev-python/pew/pew-1.1.1.ebuild
+++ b/dev-python/pew/pew-1.1.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
@@ -16,12 +17,8 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-17.1[${PYTHON_USEDEP}]
+DEPEND=">=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}]
>=dev-python/shutilwhich-1.1.0[${PYTHON_USEDEP}]
>=dev-python/virtualenv-1.11.6[${PYTHON_USEDEP}]
>=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}]"



  1   2   3   >