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

2021-06-19 Thread Michał Górny
commit: 2e4605fda77eae51c9806a0e9ab6d4648e1861f9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 20 05:10:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 20 05:10:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4605fd

dev-python/amodem: Bump to 1.15.2

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

 dev-python/amodem/Manifest |  1 +
 dev-python/amodem/amodem-1.15.2.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/amodem/Manifest b/dev-python/amodem/Manifest
index 6a3f57ffa2d..cdc1e9c0ac6 100644
--- a/dev-python/amodem/Manifest
+++ b/dev-python/amodem/Manifest
@@ -1 +1,2 @@
 DIST amodem-1.15.1.tar.gz 30482 BLAKE2B 
964cb6b6e674044650898d1f9ae67b3b181f836a4c52caad08046841ea222a0b8e7aab23789ca440b5ae98c1b5f20ce6a7f31707032471fe3543397f2818d731
 SHA512 
16d1ab37146181432da5388f5a387e477979578a656c73efca18d721ba90dc47ced28ef054c589ea693dcf1bf2744317ddc22110cc61b9330ff8665b9f209240
+DIST amodem-1.15.2.tar.gz 30438 BLAKE2B 
ca8e4d0a1aad5a3c9b10568e7613cba95a7bb356b5ac46cbfb383ce057012ed385abcc7b348ef18090b49fe00f402f79b6ebf719e0b938c960f38593c0acd3e7
 SHA512 
3d0a366c19fbdaccfb990e875e49935fdb2b6d2a3bac69182ec2c7e51e67901429c968f41edcc2dd98dc74e90958a58a09b24d0d4d36ea7256a4b945881483b6

diff --git a/dev-python/amodem/amodem-1.15.2.ebuild 
b/dev-python/amodem/amodem-1.15.2.ebuild
new file mode 100644
index 000..d39040a3afe
--- /dev/null
+++ b/dev-python/amodem/amodem-1.15.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Transmit data between two computers using audio"
+HOMEPAGE="https://github.com/romanz/amodem;
+SRC_URI="https://github.com/romanz/amodem/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2021-06-19 Thread Michał Górny
commit: 30cf043a0aedab5072b87a573ba01f4d6b2ac91e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 20 05:37:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 20 05:37:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cf043a

dev-python/pygit2: Bump to 1.6.1

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

 dev-python/pygit2/Manifest|  1 +
 dev-python/pygit2/pygit2-1.6.1.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/pygit2/Manifest b/dev-python/pygit2/Manifest
index 2513d300978..56186c75db2 100644
--- a/dev-python/pygit2/Manifest
+++ b/dev-python/pygit2/Manifest
@@ -1,2 +1,3 @@
 DIST pygit2-1.5.0.tar.gz 255958 BLAKE2B 
696a4c39920e7f66962b69d2a838c55bfb6f96e7e5ee56a39aaa732926accc3bb6331042382fd22f377959cbc129be0320d94765d13db95fdb7c7f87a14f7608
 SHA512 
3f915c855ad08641391565906023d231550a38d4e7f8938fad4634a30e2ee1c81e2a0d3289052426e21d2c14814300a0f789eaaa9f3e62c3ece73cf53803bb80
 DIST pygit2-1.6.0.tar.gz 265798 BLAKE2B 
8244cbcecdd9b9edcb8fb0cfbc2024f1d36a01c8a3e519e05770ca80d7a482393892bcbd4a61402e7622b84f02909a2a36b9767273d6322a94a15eb974fdb8fa
 SHA512 
c051ce09d227b6ec0c7d3068b5b0220f5c150936d788462dfb3236c97954f9b76f6a1fd61cd42e604810582e3d1a5bc8784fc51c9fedac66ad1b42af580af494
+DIST pygit2-1.6.1.tar.gz 258338 BLAKE2B 
dc223e2a5231728c42ca7e0581483731fbab6ee090cf4aeeb27f186973b3c753fdf54c89679a88b97d834d717135f9b8f9a2adf492ed8572affa938c79d0f905
 SHA512 
67a78313493ba096cbae6805bda861495f33644fd180b5fb1cd99dcd226ef5a09ee85bd27d04d0697ef15503a4e902aa1384980870551f430fd9560ac949fe2f

diff --git a/dev-python/pygit2/pygit2-1.6.1.ebuild 
b/dev-python/pygit2/pygit2-1.6.1.ebuild
new file mode 100644
index 000..b69f1d68cbe
--- /dev/null
+++ b/dev-python/pygit2/pygit2-1.6.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for libgit2"
+HOMEPAGE="https://github.com/libgit2/pygit2 https://pypi.org/project/pygit2/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   =dev-libs/libgit2-1.1*
+   dev-python/cached-property[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.0:=[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+
+   # unconditionally prevent it from using network
+   sed -i -e '/has_network/s:True:False:' test/utils.py || die
+
+   # we need to move them away to prevent pytest from forcing '..'
+   # for imports
+   mkdir hack || die
+   mv test hack/ || die
+   ln -s hack/test test || die
+}
+
+python_test() {
+   pytest -vv hack/test || die
+}



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

2021-06-19 Thread Zac Medico
commit: db0891ddf4c2213cdbbe687a9fdc80ab4623ed39
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jun 20 04:03:32 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jun 20 04:54:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0891dd

dev-lang/starlark-rust: Initial import

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 dev-lang/starlark-rust/Manifest   | 157 ++
 dev-lang/starlark-rust/metadata.xml   |  14 ++
 dev-lang/starlark-rust/starlark-rust-0.4.0.ebuild | 189 ++
 3 files changed, 360 insertions(+)

diff --git a/dev-lang/starlark-rust/Manifest b/dev-lang/starlark-rust/Manifest
new file mode 100644
index 000..aca88600600
--- /dev/null
+++ b/dev-lang/starlark-rust/Manifest
@@ -0,0 +1,157 @@
+DIST Inflector-0.11.4.crate 17438 BLAKE2B 
eaf0c7f983b3186e9bc89353021a10592f2877e46585bd50b96db9b087343d1199c7b6cf3fa53cd274fb6d33de025a904b8aa31a7ac9599ae3689ecdbcec34cd
 SHA512 
f1f6463e033b6d3c16c51dc1e1a3f5569954308b95b59058294b7f9310919bbda797e99e6a07529071bb83f0688867a243997d33795a7136b0af73977004296e
+DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
+DIST annotate-snippets-0.9.0.crate 31491 BLAKE2B 
d62d0d0da8b38d570f6efac995ec9014074d44500fb8634d2215187d063cda2c523c37d690551a536c8a1e30b8fbb2974b577b695a02fd4c236520fae5fefb9f
 SHA512 
bdcdf3ce7fae0232a804604b3580ca8b68d29f8cb67f10fd39411b2ca2dc4c497dc9882bbcddecb15977809bdc58f8a946f25ce0152d27e4d128b3dd83087d9c
+DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
+DIST anyhow-1.0.41.crate 34561 BLAKE2B 
32889ec5ad2750e97f9d5486c7b367edc2fbaf19480bbe8114a2deed3f78e4c3e2cc31304a33fd60bc70c33c17ed8020f6df0c05a958f4016d363803dc5a08b8
 SHA512 
c6fba5fbb5646d195fdbda65003a8741188d49db02b805a84e695c81a054d9d5265b1c296c23d65cf089af35ce470083de88e1b65aadcc3ce33c8fb22b9cb91f
+DIST ascii-canvas-3.0.0.crate 10575 BLAKE2B 
fc40c40551e3e1b2bec6ae5a85ee8b0a1ab1ef3425cdd19ec6dd47d849205004781a2c8f51470417fe7556cf8524cc63b84a532532c5081604adbcd92d286b44
 SHA512 
216056640604f5faba6d46e2c94ff75234fec83d3bc2dc7cf34dd279706362874e3a513c717b23bc591da07cc3088458913c4e9aa5f280550c93d261095c8703
+DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
+DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
+DIST base64-0.11.0.crate 48362 BLAKE2B 
90d2a64496e20c4bcca6f21c2546474ec88283679ccae95303ea7521133414eba021810e64e5916e3980b6878f90281f09295ebadcc12324fc9a9060ac41a707
 SHA512 
31b5f56d4907a5e4ae40e92ef1629a446126525186f5236afc2475829bf2e5e067554db200a18f7b3ab741d0cc9c01e20612e77cc0cbc1bc2a4a8d11c0fdbf33
+DIST beef-0.4.4.crate 14801 BLAKE2B 
8b6e7cec0503d0fa05becf60a9d9a9073f6eb81f61f36b04f7f7ec4db99029a3e4ef148734be07b25d96ca4061819bd1caa69475080853340e70287a282f2346
 SHA512 
8c0e04e749860bd42b8fd9a73a981ce948ac2de09710304b4a909b587347c2fa141f53d0c84abd8ff8a62c8d0242baf5f7a57416d3da3f7814f18ed29324
+DIST bit-set-0.5.2.crate 14093 BLAKE2B 
06d41a217438d9a00f8e57e592d12364b671d082f21a4d174673bc820dde28ef5ce02e782002d03c9311f71b0130eeeca7cfacbc4c1b27475069479163643ef3
 SHA512 
9709f35c7e69b84eed61f73da99ffe0693d1d0fa5fb94d13759cfbbb9dd4b0bb27628c3200e4b29ef29cdb0aede5fd3d7ddf663012b2c5946975bc169efbac34
+DIST bit-vec-0.6.3.crate 19927 BLAKE2B 
f5bd3bb9c87fdf3b206739b74df20cab50a1a45af3a58b2642a5a061c26207884be58ef8369a3cd06dfd3615bff0ce15915fdd4b6b6f03facc4a0f86c0b7e910
 SHA512 
b4b4a82c80d0ff13527ae4fff449ac9c1c7bc519c013af6ea3428348e0e5b9306b725c0a13a42d7d9dcf0f895a9eee0c63695a2503eb7fd2200083c9ea3a9aa8
+DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
+DIST bstr-0.2.16.crate 330346 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: sci-libs/gmsh/

2021-06-19 Thread Matthias Maier
commit: eac3b3f1ac50642de1223f59b1e1ce28f379c765
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jun 20 04:06:04 2021 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jun 20 04:06:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac3b3f1

sci-libs/gmsh: version bump to 4.8.4, fix gcc-11 compilation error

Closes: https://bugs.gentoo.org/786678
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 sci-libs/gmsh/Manifest  |  1 +
 sci-libs/gmsh/gmsh-4.8.4.ebuild | 76 +
 2 files changed, 77 insertions(+)

diff --git a/sci-libs/gmsh/Manifest b/sci-libs/gmsh/Manifest
index 5caf274443b..d0057e753b7 100644
--- a/sci-libs/gmsh/Manifest
+++ b/sci-libs/gmsh/Manifest
@@ -1 +1,2 @@
 DIST gmsh-4.6.0-source.tgz 12048076 BLAKE2B 
2de1ded477ec675fa7bcb56c1e2a1352f6f6d642b9872dd5c167bafac0e7648cbbce6921b556d59796e035f40bc24e9ce38ccedb690ca54cbeab5f3ab94a
 SHA512 
9d6dde6b1f6b6193eb859cc6425a0161d42ccf449aeb84f43e1dba661b0ccb593821b9371272e06351c4dd26b7b8b6a5c39475c0f5b1332be188551abc88ae45
+DIST gmsh-4.8.4-source.tgz 13838352 BLAKE2B 
26c7f68e41d1c339c7d5fd499b2261c2ce79c38648df9f4f3853ba69421d59be36992d8aac1d1ebc1fe872bb828769693c12fd9770878fa3b59c179176105ea4
 SHA512 
c3880e67af03aa6d00300b5f56fd229ffe37da9af66e8c7c87a3bbf7abcb3a90b4858ec76093ef8f039a70d4da1d5cc7f7c687c05b6642299c95e1a07f9513bf

diff --git a/sci-libs/gmsh/gmsh-4.8.4.ebuild b/sci-libs/gmsh/gmsh-4.8.4.ebuild
new file mode 100644
index 000..df5ea5533a0
--- /dev/null
+++ b/sci-libs/gmsh/gmsh-4.8.4.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit cmake-utils flag-o-matic fortran-2 python-any-r1 toolchain-funcs
+
+DESCRIPTION="A three-dimensional finite element mesh generator"
+HOMEPAGE="http://www.geuz.org/gmsh/;
+SRC_URI="http://www.geuz.org/gmsh/src/${P}-source.tgz;
+
+LICENSE="GPL-3 free-noncomm"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+## cgns is not compiling ATM, maybe fix cgns lib first
+IUSE="blas cgns examples jpeg med metis mpi netgen opencascade petsc png 
python X zlib"
+
+REQUIRED_USE="med? ( mpi )"
+
+RDEPEND="
+   virtual/fortran
+   X? ( x11-libs/fltk:1 )
+   blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 )
+   cgns? ( sci-libs/cgnslib )
+   jpeg? ( virtual/jpeg:0 )
+   med? ( sci-libs/med[mpi] )
+   opencascade? ( sci-libs/opencascade:* )
+   png? ( media-libs/libpng:0 )
+   petsc? ( sci-mathematics/petsc[mpi=] )
+   zlib? ( sys-libs/zlib )
+   mpi? ( virtual/mpi[cxx] )"
+
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   python? ( dev-lang/swig:0 )
+   "
+
+S=${WORKDIR}/${P}-source
+
+pkg_setup() {
+   fortran-2_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=( )
+
+   use blas && \
+   mycmakeargs+=(-DCMAKE_Fortran_COMPILER=$(tc-getF77))
+
+   mycmakeargs+=(
+   -DENABLE_BLAS_LAPACK="$(usex blas)"
+   -DENABLE_CGNS="$(usex cgns)"
+   -DENABLE_FLTK="$(usex X)"
+   -DENABLE_GRAPHICS="$(usex X)"
+   -DENABLE_MED="$(usex med)"
+   -DENABLE_MPI="$(usex mpi)"
+   -DENABLE_METIS="$(usex metis)"
+   -DENABLE_NETGEN="$(usex netgen)"
+   -DENABLE_OCC="$(usex opencascade)"
+   -DENABLE_PETSC="$(usex petsc)"
+   -DENABLE_WRAP_PYTHON="$(usex python)")
+
+   cmake-utils_src_configure mycmakeargs
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   if use examples ; then
+   insinto /usr/share/doc/${PF}
+   doins -r demos tutorial
+   fi
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinx-tabs/

2021-06-19 Thread Theo Anderson
commit: f6affc81d05d38f52c90063322f8ea1b2d69d773
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 22:03:39 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 22:03:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6affc81

dev-python/sphinx-tabs: treeclean

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sphinx-tabs/Manifest |  1 -
 dev-python/sphinx-tabs/metadata.xml | 13 -
 dev-python/sphinx-tabs/sphinx-tabs-2.1.0.ebuild | 38 -
 3 files changed, 52 deletions(-)

diff --git a/dev-python/sphinx-tabs/Manifest b/dev-python/sphinx-tabs/Manifest
deleted file mode 100644
index d0248b5ba..0
--- a/dev-python/sphinx-tabs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinx-tabs-2.1.0.tar.gz 519866 BLAKE2B 
d67f573a1394ac6ebe2e36b66e400c7704c2c0dc5136a52107915defa3efafed73898b444759b20d6ecc232e05423ed8d614c1ba32b416c80ab58be317f67b9f
 SHA512 
7c9f7332422813d994af7e7023ebc63bef3819c73b09765d5af8c33d19990c649b049c6d6479ff6a763a868828ebe5510081a547aab7af1414966b555b1a45b5

diff --git a/dev-python/sphinx-tabs/metadata.xml 
b/dev-python/sphinx-tabs/metadata.xml
deleted file mode 100644
index 901d83f83..0
--- a/dev-python/sphinx-tabs/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   samuelbernardo.m...@gmail.com
-   Samuel Bernardo
-   
-   
-   sphinx-tabs
-   executablebooks/sphinx-tabs
-   
https://github.com/executablebooks/sphinx-tabs/issues
-   
-

diff --git a/dev-python/sphinx-tabs/sphinx-tabs-2.1.0.ebuild 
b/dev-python/sphinx-tabs/sphinx-tabs-2.1.0.ebuild
deleted file mode 100644
index 5ec8a858c..0
--- a/dev-python/sphinx-tabs/sphinx-tabs-2.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Create tabbed content in Sphinx documentation when building HTML"
-HOMEPAGE="https://github.com/executablebooks/sphinx-tabs 
https://pypi.org/project/sphinx-tabs/;
-SRC_URI="https://github.com/executablebooks/${PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/path-py[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytest-regressions[${PYTHON_USEDEP}]
-   dev-python/sphinx-testing[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # TODO: package https://pypi.org/project/rinohtype/
-   epytest --deselect tests/test_build.py::test_rinohtype_pdf
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/strictyaml/

2021-06-19 Thread Theo Anderson
commit: 34ff4c8eac5ec39f336a2216d61362d8e5e46a51
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:28:50 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34ff4c8e

dev-python/strictyaml: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/strictyaml/Manifest|  1 +
 dev-python/strictyaml/metadata.xml| 10 ++
 dev-python/strictyaml/strictyaml-1.3.2.ebuild | 21 +
 3 files changed, 32 insertions(+)

diff --git a/dev-python/strictyaml/Manifest b/dev-python/strictyaml/Manifest
new file mode 100644
index 0..d1006928d
--- /dev/null
+++ b/dev-python/strictyaml/Manifest
@@ -0,0 +1 @@
+DIST strictyaml-1.3.2.tar.gz 115883 BLAKE2B 
5e56bd46c7ecf8194ec786282ad569b6b50c2151f4250ab93c62df795d5d028e718a91bef329bf4c7fff4117433cf8fe9e24fc96a2c11db4434ac2eb914d2a45
 SHA512 
35d1a0fc48518911944ddaff37d71f9c2ad8bdc8f2e7a94693c88f7283da39cac4ff28eccdf01be41295649cd362a1fa93c9022e19e9837c392e7e31800205e9

diff --git a/dev-python/strictyaml/metadata.xml 
b/dev-python/strictyaml/metadata.xml
new file mode 100644
index 0..0dcdc7b36
--- /dev/null
+++ b/dev-python/strictyaml/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+
+https://github.com/crdoconnor/strictyaml/issues
+crdoconnor/strictyaml
+strictyaml
+
+

diff --git a/dev-python/strictyaml/strictyaml-1.3.2.ebuild 
b/dev-python/strictyaml/strictyaml-1.3.2.ebuild
new file mode 100644
index 0..d83fc5439
--- /dev/null
+++ b/dev-python/strictyaml/strictyaml-1.3.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} pypy3 )
+
+inherit distutils-r1
+
+SRC_URI="https://github.com/crdoconnor/strictyaml/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+DESCRIPTION="A type-safe YAML parser built atop ruamel.yaml"
+HOMEPAGE="https://github.com/crdoconnor/strictyaml;
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/guru:master commit in: dev-python/portio/

2021-06-19 Thread Theo Anderson
commit: ced7b49435c6416bb304f380e139049071f704c7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun 20 02:14:42 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Jun 20 02:23:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ced7b494

dev-python/portio: improve metadata

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/portio/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/portio/metadata.xml b/dev-python/portio/metadata.xml
index cfa4420f2..c6d964af1 100644
--- a/dev-python/portio/metadata.xml
+++ b/dev-python/portio/metadata.xml
@@ -1,8 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   PortIO is a Python wrapper for the port I/O macros 
like outb, inb, etc. provided by the C library on Linux x86 platforms. Both 
python 2 and 3 are supported. This module is useful when a general pourpose 
port I/O at the low level is needed. Programmers that want to perform I/O on 
the parallel port at an higher level, will be better satisfied by the 
pyParallel module. A similar module Ioport has inspired the writing of 
PortIO.
+   
+   PortIO is a Python wrapper for the port I/O 
macros like outb, inb, etc. provided by the C library on Linux x86 platforms. 
Both python 2 and 3 are supported. This module is useful when a general 
pourpose port I/O at the low level is needed. Programmers that want to perform 
I/O on the parallel port at an higher level, will be better satisfied by the 
pyParallel module. A similar module Ioport has inspired the writing of 
PortIO.

+   mailto:f.pollas...@inrim.it
http://portio.inrim.it/#changelog

Fabrizio Pollastri



[gentoo-commits] repo/proj/guru:master commit in: dev-python/cffsubr/

2021-06-19 Thread Theo Anderson
commit: 0afe37ea756d48aa166b93b1f21e1f7200d14223
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun 20 02:13:44 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Jun 20 02:23:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0afe37ea

dev-python/cffsubr: improve metadata

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/cffsubr/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/cffsubr/metadata.xml b/dev-python/cffsubr/metadata.xml
index 6f49eba8f..fd5a7d893 100644
--- a/dev-python/cffsubr/metadata.xml
+++ b/dev-python/cffsubr/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+https://github.com/adobe-type-tools/cffsubr/issues
+adobe-type-tools/cffsubr
+cffsubr
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/unicodedata2/

2021-06-19 Thread Theo Anderson
commit: 1b05ad238e8ba5f20c2494107d0b2f0582a3fefa
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:27:43 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b05ad23

dev-python/unicodedata2: improve metadata

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/unicodedata2/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/unicodedata2/metadata.xml 
b/dev-python/unicodedata2/metadata.xml
index c6442c759..d0f138e87 100644
--- a/dev-python/unicodedata2/metadata.xml
+++ b/dev-python/unicodedata2/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+https://github.com/mikekap/unicodedata2/issues
+mikekap/unicodedata2
+unicodedata2
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoLib2/

2021-06-19 Thread Theo Anderson
commit: db2ba2f4924484d078bf327cbca7965ae4665463
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:26:01 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db2ba2f4

dev-python/ufoLib2: new version

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/ufoLib2/Manifest|  3 +-
 dev-python/ufoLib2/metadata.xml|  1 +
 ...ufoLib2-0.10.0.ebuild => ufoLib2-0.11.1.ebuild} |  5 +--
 dev-python/ufoLib2/ufoLib2-0.8.0.ebuild| 40 --
 4 files changed, 5 insertions(+), 44 deletions(-)

diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index d99ec21bc..216d3fdbd 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1,2 +1 @@
-DIST ufoLib2-0.10.0.zip 84972 BLAKE2B 
7dde59ec9cfda6e2f8213ccdc24fd786b515935f2b7ef9495eb276f10b9ed472ca2fc58d8b63ddf4d48c8025250e0569d4060454aa23ada0834a76e9afa42c18
 SHA512 
aac5ccb27311812947d7bd678e82dc950b042dd1660622ac31f7c772436259924b5bf7b2dc1639b7f70e36302abbb11bc0cdb153d3ef061234c0fcbd22d63d58
-DIST ufoLib2-0.8.0.zip 82448 BLAKE2B 
496980d61a6d46dee3fc3ae6e69df92db78fa3ba0e2262032cfb45dc77f842ea04c7ea019764deb7565b9ded9dbe5263022376212d7c42782180d0b5d5c0dcc2
 SHA512 
8ce5af30b77dfbadc16beda2028f2d62468e3fb54998209f0940cb82dac0f0c1bf33813905aae5ea9cb2b05c7e29fdcd0a8ba8058b44ddc0d43f2863f71e4ebd
+DIST ufoLib2-0.11.1.zip 118203 BLAKE2B 
74e8fca0ed8c7ceda204d518e5be71bed2f753bba454cbdb380b379f9767e5c5a733471b2107ab32040ba729d067ebac94a1cf92ad24f190fa42ddc1f20ea005
 SHA512 
4e9b2ab04bb93825c698ff62d2676ffa6a92b83230aaf94176226330852431c9e2d3816b89b0fcd052cf71e91a871c9395c6053d60bdd9cf7e54a08cbe5768d5

diff --git a/dev-python/ufoLib2/metadata.xml b/dev-python/ufoLib2/metadata.xml
index bfbb323e6..a5090cc2f 100644
--- a/dev-python/ufoLib2/metadata.xml
+++ b/dev-python/ufoLib2/metadata.xml
@@ -2,6 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
 
+  
   
 fonttools/ufoLib2
 ufoLib2

diff --git a/dev-python/ufoLib2/ufoLib2-0.10.0.ebuild 
b/dev-python/ufoLib2/ufoLib2-0.11.1.ebuild
similarity index 92%
rename from dev-python/ufoLib2/ufoLib2-0.10.0.ebuild
rename to dev-python/ufoLib2/ufoLib2-0.11.1.ebuild
index 0fafba099..18d2c70c5 100644
--- a/dev-python/ufoLib2/ufoLib2-0.10.0.ebuild
+++ b/dev-python/ufoLib2/ufoLib2-0.11.1.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..9} )
 DOCS_DEPEND="
dev-python/sphinx_rtd_theme
dev-python/typing-extensions
 "
 DOCS_DIR="${S}/docs/source"
 DOCS_BUILDER="sphinx"
+
 inherit distutils-r1 docs
 
 DESCRIPTION="A UFO font library"

diff --git a/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild 
b/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild
deleted file mode 100644
index c0126dbfc..0
--- a/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A UFO font library"
-HOMEPAGE="https://github.com/fonttools/ufoLib2;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# fs not pulled in by fonttools
-RDEPEND="
-   >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
-   dev-python/fs[${PYTHON_USEDEP}]
-   >=dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   )
-"
-BDEPEND="app-arch/unzip"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs/source dev-python/typing-extensions 
dev-python/sphinx_rtd_theme
-
-python_prepare_all() {
-   sed -e '/\/d' -i setup.cfg || die
-   distutils-r1_python_prepare_all
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoProcessor/

2021-06-19 Thread Theo Anderson
commit: bbaf3196ec8a557012d802004b56dbb19223ea1c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:27:00 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbaf3196

dev-python/ufoProcessor: improve metadata

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/ufoProcessor/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/ufoProcessor/metadata.xml 
b/dev-python/ufoProcessor/metadata.xml
index 46f4785f7..aaf351efa 100644
--- a/dev-python/ufoProcessor/metadata.xml
+++ b/dev-python/ufoProcessor/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+https://github.com/LettError/ufoProcessor/issues
+LettError/ufoProcessor
+ufoProcessor
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/fontMath/

2021-06-19 Thread Theo Anderson
commit: 242d4236f50886d5558c8ace866f79d805ebb079
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:20:23 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=242d4236

dev-python/fontMath: improve metadata

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/fontMath/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/fontMath/metadata.xml b/dev-python/fontMath/metadata.xml
index 46f4785f7..3c9380c0c 100644
--- a/dev-python/fontMath/metadata.xml
+++ b/dev-python/fontMath/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+https://github.com/robotools/fontMath/issues
+robotools/fontMath
+fontMath
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/ots-python/

2021-06-19 Thread Theo Anderson
commit: d096255ef7b24f860d5296cb95f4165063592dab
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:22:35 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d096255e

dev-python/ots-python: improve metadata

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/ots-python/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/ots-python/metadata.xml 
b/dev-python/ots-python/metadata.xml
index 6f49eba8f..2e32cef81 100644
--- a/dev-python/ots-python/metadata.xml
+++ b/dev-python/ots-python/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+https://github.com/googlefonts/ots-python/issues
+googlefonts/ots-python
+ots-python
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/fontParts/

2021-06-19 Thread Theo Anderson
commit: d3e79f87ca6c8f82c40d53d7236850b7288f24ad
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:22:00 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3e79f87

dev-python/fontParts: improve metadata

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/fontParts/fontParts-0.9.10.ebuild | 1 -
 dev-python/fontParts/metadata.xml| 7 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/fontParts/fontParts-0.9.10.ebuild 
b/dev-python/fontParts/fontParts-0.9.10.ebuild
index b2747a46d..c1698a672 100644
--- a/dev-python/fontParts/fontParts-0.9.10.ebuild
+++ b/dev-python/fontParts/fontParts-0.9.10.ebuild
@@ -30,7 +30,6 @@ pkg_setup() {
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
 }
 
-
 python_test() {
"${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed 
with ${EPYTHON}"
 }

diff --git a/dev-python/fontParts/metadata.xml 
b/dev-python/fontParts/metadata.xml
index 46f4785f7..25ac58c03 100644
--- a/dev-python/fontParts/metadata.xml
+++ b/dev-python/fontParts/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+https://github.com/robotools/fontParts/issues
+robotools/fontParts
+fontParts
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/browserstack-local-python/

2021-06-19 Thread Theo Anderson
commit: 1ef304d29ec23907c8a65c01c6b9fecff9ca072f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:20:56 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ef304d2

dev-python/browserstack-local-python: improve metadata

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/browserstack-local-python/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/browserstack-local-python/metadata.xml 
b/dev-python/browserstack-local-python/metadata.xml
index 6f49eba8f..49996cacb 100644
--- a/dev-python/browserstack-local-python/metadata.xml
+++ b/dev-python/browserstack-local-python/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+
https://github.com/browserstack/browserstack-local-python/issues
+browserstack/browserstack-local-python
+browserstack-local-python
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/fontPens/

2021-06-19 Thread Theo Anderson
commit: d25d7b84da55fb0babbac4eeec0a3b00516e81e4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:19:52 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d25d7b84

dev-python/fontPens: improve metadata

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/fontPens/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/fontPens/metadata.xml b/dev-python/fontPens/metadata.xml
index 6f49eba8f..be7fa5d69 100644
--- a/dev-python/fontPens/metadata.xml
+++ b/dev-python/fontPens/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+https://github.com/robotools/fontPens/issues
+robotools/fontPens
+fontPens
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-util/fontmake/

2021-06-19 Thread Theo Anderson
commit: 71e03ec6efa434218335f334dfe76ab7295b0fe4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:15:27 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71e03ec6

dev-util/fontmake: enable py3.9

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-util/fontmake/fontmake-2.4.0.ebuild | 2 +-
 dev-util/fontmake/metadata.xml  | 7 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-util/fontmake/fontmake-2.4.0.ebuild 
b/dev-util/fontmake/fontmake-2.4.0.ebuild
index 94e6b5391..a16e48a19 100644
--- a/dev-util/fontmake/fontmake-2.4.0.ebuild
+++ b/dev-util/fontmake/fontmake-2.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit distutils-r1
 

diff --git a/dev-util/fontmake/metadata.xml b/dev-util/fontmake/metadata.xml
index 6f49eba8f..2283d3363 100644
--- a/dev-util/fontmake/metadata.xml
+++ b/dev-util/fontmake/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+https://github.com/googlefonts/fontmake/issues
+googlefonts/fontmake
+fontmake
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/pybrowserstack-screenshots/

2021-06-19 Thread Theo Anderson
commit: 8915f8112119572a57521bc5a8ad4897dd8009f6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:23:15 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8915f811

dev-python/pybrowserstack-screenshots: improve metadata

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/pybrowserstack-screenshots/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/pybrowserstack-screenshots/metadata.xml 
b/dev-python/pybrowserstack-screenshots/metadata.xml
index 6f49eba8f..0cbad0f37 100644
--- a/dev-python/pybrowserstack-screenshots/metadata.xml
+++ b/dev-python/pybrowserstack-screenshots/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+
https://github.com/cmck/pybrowserstack-screenshots/issues
+cmck/pybrowserstack-screenshots
+pybrowserstack-screenshot
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/glyphsLib/

2021-06-19 Thread Theo Anderson
commit: 9964a255cc3d67d2be0deea0f123d196ecf87309
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:10:36 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9964a255

dev-python/glyphsLib: enable py3.9

Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild 
b/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild
index 1e2d086d1..f01689346 100644
--- a/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 inherit distutils-r1
 
 DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"



[gentoo-commits] repo/proj/guru:master commit in: dev-python/MutatorMath/

2021-06-19 Thread Theo Anderson
commit: 64f7b454a08c17b321d10885e52a30f4bfdd7ec9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:17:42 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64f7b454

dev-python/MutatorMath: improve metadata

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/MutatorMath/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/MutatorMath/metadata.xml 
b/dev-python/MutatorMath/metadata.xml
index 6f49eba8f..06b5de9f3 100644
--- a/dev-python/MutatorMath/metadata.xml
+++ b/dev-python/MutatorMath/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+https://github.com/LettError/MutatorMath/issues
+LettError/MutatorMath
+MutatorMath
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/

2021-06-19 Thread Theo Anderson
commit: 8538985a1ff358b68b95e7fcbf28b2994f45bd15
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:19:09 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8538985a

dev-python/babelfont: enable py3.9

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/babelfont/babelfont-2.0.1.ebuild | 2 +-
 dev-python/babelfont/metadata.xml   | 7 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-python/babelfont/babelfont-2.0.1.ebuild 
b/dev-python/babelfont/babelfont-2.0.1.ebuild
index 537cbc950..fd0a82b88 100644
--- a/dev-python/babelfont/babelfont-2.0.1.ebuild
+++ b/dev-python/babelfont/babelfont-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 

diff --git a/dev-python/babelfont/metadata.xml 
b/dev-python/babelfont/metadata.xml
index 6f49eba8f..fd6362237 100644
--- a/dev-python/babelfont/metadata.xml
+++ b/dev-python/babelfont/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+https://github.com/simoncozens/babelfont/issues
+simoncozens/babelfont
+babelfont
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-util/ots/

2021-06-19 Thread Theo Anderson
commit: 52fc09af14d20e39a3d747668fe79119cf5a6685
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:16:43 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52fc09af

dev-util/ots: improve metadata

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-util/ots/metadata.xml | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-util/ots/metadata.xml b/dev-util/ots/metadata.xml
index a60848aed..fec4b9f5b 100644
--- a/dev-util/ots/metadata.xml
+++ b/dev-util/ots/metadata.xml
@@ -1,8 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   
-   Sanitize Graphite tables
-   
+
+
+https://github.com/khaledhosny/ots/issues
+khaledhosny/ots
+
+
+Sanitize Graphite tables
+
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/statmake/

2021-06-19 Thread Theo Anderson
commit: 79d5f304ca254acde4109ae53761233efa2407ea
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:12:59 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79d5f304

dev-python/statmake: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/statmake/Manifest  |  1 +
 dev-python/statmake/metadata.xml  | 10 
 dev-python/statmake/statmake-0.3.0.ebuild | 40 +++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/statmake/Manifest b/dev-python/statmake/Manifest
new file mode 100644
index 0..fac72d7bb
--- /dev/null
+++ b/dev-python/statmake/Manifest
@@ -0,0 +1 @@
+DIST statmake-0.3.0.tar.gz 34099 BLAKE2B 
42286bc7f56a74a4aa4baeda58f71ef8122caa5b9a4fe84605c0e66f659000ca969c038bb4c080734465349ef7bffeada90064f00d47ba372a0c7a4a5c54a57c
 SHA512 
b24452e2e670900378d0a8a725810140928da2a6dbb282597ac0f2202ffababa70de9a0bbfa2fe0bd77ff9251f3c5bfbf6735c42b4a246eb8ef061b809da0db3

diff --git a/dev-python/statmake/metadata.xml b/dev-python/statmake/metadata.xml
new file mode 100644
index 0..fac8946e1
--- /dev/null
+++ b/dev-python/statmake/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+
+https://github.com/daltonmaag/statmake/issues
+daltonmaag/statmake
+statmake
+
+

diff --git a/dev-python/statmake/statmake-0.3.0.ebuild 
b/dev-python/statmake/statmake-0.3.0.ebuild
new file mode 100644
index 0..76567e93b
--- /dev/null
+++ b/dev-python/statmake/statmake-0.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+SRC_URI="https://github.com/daltonmaag/statmake/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+DESCRIPTION="Generate STAT tables for variable fonts from .stylespace files"
+HOMEPAGE="https://github.com/daltonmaag/statmake;
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   dev-python/fonttools[${PYTHON_USEDEP}]
+   dev-python/cattrs[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/ufo2ft[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_install() {
+   distutils-r1_python_install --skip-build
+   python_domodule "src/${PN}"
+}
+
+python_test() {
+   local -x PYTHONPATH="${S}/src:${PYTHONPATH}"
+   epytest -vv || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/cffsubr/

2021-06-19 Thread Theo Anderson
commit: 53fdc69e2c051d85b4c62c385c38f4271851677d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:07:40 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53fdc69e

dev-python/cffsubr: enable py3.9

Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/cffsubr/cffsubr-0.2.8.ebuild 
b/dev-python/cffsubr/cffsubr-0.2.8.ebuild
index d98815a40..8f691deed 100644
--- a/dev-python/cffsubr/cffsubr-0.2.8.ebuild
+++ b/dev-python/cffsubr/cffsubr-0.2.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/ufo2ft/

2021-06-19 Thread Theo Anderson
commit: aee27cb5f74e8153c4a3b61badd4ec5114f69f54
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:11:34 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aee27cb5

dev-python/ufo2ft: bump, remove old

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/ufo2ft/Manifest |  1 -
 dev-python/ufo2ft/metadata.xml |  1 +
 dev-python/ufo2ft/ufo2ft-2.19.1.ebuild | 39 --
 dev-python/ufo2ft/ufo2ft-2.21.0.ebuild |  2 +-
 4 files changed, 2 insertions(+), 41 deletions(-)

diff --git a/dev-python/ufo2ft/Manifest b/dev-python/ufo2ft/Manifest
index ff2a5ca8e..dbc091a99 100644
--- a/dev-python/ufo2ft/Manifest
+++ b/dev-python/ufo2ft/Manifest
@@ -1,2 +1 @@
-DIST ufo2ft-2.19.1.zip 313131 BLAKE2B 
a0972beb5a94ee3f1cb3dcf5cb6ecf210543afe752aed6bf008d5674d10077a4bdc93cc4c3d5bea33ca140584b1ac7400f4bdb19ce721512ccd92f915800840b
 SHA512 
6a26bfb1a1598770e2c40855d8ed2de16f9f1b678df6d673cc205f7c03212ce894e475c77d92f3602eead6c5f8789000d5d51ded711be91d75a5a74954f31f84
 DIST ufo2ft-2.21.0.zip 331745 BLAKE2B 
06d273e18bd1d0b2bdc4ac187a119d04cd5385f6629a6ed30fa2b8da269714359506fb6db62b49c9f7d7b2c78f18cd1b7df5c84e531f25eee969e305537bf5e0
 SHA512 
c432f1c47c40ab3d97b83279fe3bd9955bc6d3bfa8fce1c00e4e54c22ac5f22036320fc39f761dc85c5ae33be0eb384bea0ea2ba8b7ef69b9fd89b92e9fe72db

diff --git a/dev-python/ufo2ft/metadata.xml b/dev-python/ufo2ft/metadata.xml
index 8d8c0285e..ca465d1a5 100644
--- a/dev-python/ufo2ft/metadata.xml
+++ b/dev-python/ufo2ft/metadata.xml
@@ -2,6 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
 
+  
   
 googlefonts/ufo2ft
 ufo2ft

diff --git a/dev-python/ufo2ft/ufo2ft-2.19.1.ebuild 
b/dev-python/ufo2ft/ufo2ft-2.19.1.ebuild
deleted file mode 100644
index 27f92f653..0
--- a/dev-python/ufo2ft/ufo2ft-2.19.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A bridge from UFOs to FontTool objects"
-HOMEPAGE="https://github.com/googlefonts/ufo2ft;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
-
-#26 failed tests
-RESTRICT="test"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/compreffor-0.4.6[${PYTHON_USEDEP}]
-   >=dev-python/cu2qu-1.6.6[${PYTHON_USEDEP}]
-   dev-python/defcon[${PYTHON_USEDEP}]
-   >=dev-python/fonttools-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/skia-pathops-0.2.0[${PYTHON_USEDEP}]
-   >=dev-python/ufoLib2-0.5.1[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   app-arch/unzip
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/glyphsLib[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/ufo2ft/ufo2ft-2.21.0.ebuild 
b/dev-python/ufo2ft/ufo2ft-2.21.0.ebuild
index f7588afa1..7c37ac03e 100644
--- a/dev-python/ufo2ft/ufo2ft-2.21.0.ebuild
+++ b/dev-python/ufo2ft/ufo2ft-2.21.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/skia-pathops/

2021-06-19 Thread Theo Anderson
commit: 25c17b45e3023167a863a2c0cc09f69cccaaca54
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 20:29:17 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25c17b45

dev-python/skia-pathops: enable py3.9 and disable py3.7

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild 
b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
index 1ef3ac4ba..40e47553f 100644
--- a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8} )
+MYP="${P/_p/.post}"
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
-MYP="${P/_p/.post}"
 DESCRIPTION="Python bindings for the Skia Path Ops"
 HOMEPAGE="
https://github.com/fonttools/skia-pathops



[gentoo-commits] repo/proj/guru:dev commit in: dev-dotnet/dotnet-aspnet-bin/, dev-dotnet/dotnet-sdk-bin/, ...

2021-06-19 Thread Theo Anderson
commit: d7d0ab74fbb12410104c39dca2f1bf3faead18dd
Author: James Beddek  posteo  de>
AuthorDate: Sun Jun 20 03:51:51 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Jun 20 03:51:51 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7d0ab74

dev-dotnet/*: fix maintainer type

Signed-off-by: James Beddek  posteo.de>

 dev-dotnet/dotnet-aspnet-bin/metadata.xml | 2 +-
 dev-dotnet/dotnet-runtime-bin/metadata.xml| 2 +-
 dev-dotnet/dotnet-sdk-bin-common/metadata.xml | 2 +-
 dev-dotnet/dotnet-sdk-bin/metadata.xml| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-dotnet/dotnet-aspnet-bin/metadata.xml 
b/dev-dotnet/dotnet-aspnet-bin/metadata.xml
index 33df7f9aa..e29f0a4a0 100644
--- a/dev-dotnet/dotnet-aspnet-bin/metadata.xml
+++ b/dev-dotnet/dotnet-aspnet-bin/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
tel...@posteo.de
James Beddek


diff --git a/dev-dotnet/dotnet-runtime-bin/metadata.xml 
b/dev-dotnet/dotnet-runtime-bin/metadata.xml
index 33df7f9aa..e29f0a4a0 100644
--- a/dev-dotnet/dotnet-runtime-bin/metadata.xml
+++ b/dev-dotnet/dotnet-runtime-bin/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
tel...@posteo.de
James Beddek


diff --git a/dev-dotnet/dotnet-sdk-bin-common/metadata.xml 
b/dev-dotnet/dotnet-sdk-bin-common/metadata.xml
index 33df7f9aa..e29f0a4a0 100644
--- a/dev-dotnet/dotnet-sdk-bin-common/metadata.xml
+++ b/dev-dotnet/dotnet-sdk-bin-common/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
tel...@posteo.de
James Beddek


diff --git a/dev-dotnet/dotnet-sdk-bin/metadata.xml 
b/dev-dotnet/dotnet-sdk-bin/metadata.xml
index 33df7f9aa..e29f0a4a0 100644
--- a/dev-dotnet/dotnet-sdk-bin/metadata.xml
+++ b/dev-dotnet/dotnet-sdk-bin/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
tel...@posteo.de
James Beddek




[gentoo-commits] repo/proj/guru:dev commit in: dev-python/debugpy/

2021-06-19 Thread Theo Anderson
commit: 9d0a1e06ae2640b5d3e8b482f1a40a55e9a884dd
Author: James Beddek  posteo  de>
AuthorDate: Sun Jun 20 03:52:20 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Jun 20 03:52:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d0a1e06

dev-python/debugpy: fix maintainer type

Signed-off-by: James Beddek  posteo.de>

 dev-python/debugpy/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/debugpy/metadata.xml b/dev-python/debugpy/metadata.xml
index a33a25939..78a9e96df 100644
--- a/dev-python/debugpy/metadata.xml
+++ b/dev-python/debugpy/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
 b...@edevau.net
 Andreas Billmeier
   



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/

2021-06-19 Thread Sam Jorna
commit: 5d5e8fc988ac4cce9d445815f90cbdcedf3bff82
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jun 20 02:47:00 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jun 20 02:47:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5e8fc9

net-irc/limnoria-plugins-chantracker: bump to 1.5_p20210619

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-chantracker/Manifest  |  1 +
 ...mnoria-plugins-chantracker-1.5_p20210619.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest 
b/net-irc/limnoria-plugins-chantracker/Manifest
index f1afaabf8c3..5df17e3d222 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-plugins-chantracker-1.5_p20210210.tar.gz 46836 BLAKE2B 
f97418160f6261a87ef6239def036b629ffe88d06e5f4980722ca1b6d05c1cd0c12d8c6d425150c8aa2a43a1b21e3f0070dfe55fc71a8aa0cf5bed20d57adcaa
 SHA512 
c6d25d2d84cda24a5e589952e75dd79569296d23e24f3872c553d1b78ebb782c2f6257248238a4bdd9d6a1efdad2836e4fad1546adb81581d7daedcc153a90b5
 DIST limnoria-plugins-chantracker-1.5_p20210530.tar.gz 47071 BLAKE2B 
b38cbe399d6cda9ee9d5e873a50d2f529d91b697c32ed4d74fb8812b8090a42103283878f8874f0a974cfdf1d117e2401935edef678d1d71af338760555a7a92
 SHA512 
7b5e459d17b28fd00b9306a7acd8c2a36eb668031c24eb05b9c51354e5cf270fb1b388949047c0531d9e8cd62291d8f7ec9bd339d3b3b6c1680dc184c44d3b21
+DIST limnoria-plugins-chantracker-1.5_p20210619.tar.gz 4 BLAKE2B 
14e44e025d4044c38504ec9cea31b08d9a442769b5dc3cf6d71b89526ec98a43a31068a5557b3fc257c6254b0f6aab989d148066b79667b17c75f01e741c10ea
 SHA512 
8ef99fbd41929172ae362a656030fda7f4d522eddfd29a3f9e8f9e9a138903faa672c4b872ce76da39d716f3443c159e7c40111cee015230e781bc387c299718

diff --git 
a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210619.ebuild
 
b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210619.ebuild
new file mode 100644
index 000..b1b787904b8
--- /dev/null
+++ 
b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210619.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="a3d25c44b7a56e3af7b3d8b48ee68a311deed5df"
+
+DESCRIPTION="supybot ban management and channel flood/spam/repeat protections 
plugin"
+HOMEPAGE="https://github.com/ncoevoet/ChanTracker;
+SRC_URI="https://github.com/ncoevoet/ChanTracker/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT=0
+
+RDEPEND="net-irc/limnoria"
+
+DOCS="README.md"
+
+src_install() {
+   default
+   insinto /usr/share/limnoria-extra-plugins/ncoevoet/ChanTracker
+   doins -r *
+}
+
+pkg_postinst() {
+   elog "Before this plugin can be used, your bot will need to be told 
where to"
+   elog "load it from. To do this, add 
/usr/share/limnoria-extra-plugins/ncoevoet when"
+   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
+   elog "with the command"
+   elog
+   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/ncoevoet"
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/

2021-06-19 Thread Sam Jorna
commit: 84ef8ac737b808388376087e90adab5b5feff489
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jun 20 02:18:21 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jun 20 02:18:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ef8ac7

net-irc/limnoria: bump to 2021-06-17

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria/Manifest |  1 +
 net-irc/limnoria/limnoria-20210617.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/net-irc/limnoria/Manifest b/net-irc/limnoria/Manifest
index ab0318c46eb..560d6f06f36 100644
--- a/net-irc/limnoria/Manifest
+++ b/net-irc/limnoria/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-20210411.tar.gz 1084991 BLAKE2B 
6bca9a2583748ae2b1c26670a762d0ee1307478b6d587e32c816c880d4d1ac6495f79d07bd8d7068867b1a9dd1bff51233e5636c0d0371e2ee1c19617a9a7872
 SHA512 
2c53d6ecd2457fae77076ad5ee0c4fa61c42970f8d43891b6d9adbabae80176ccab2789fc6a7129db3545a76f1850cf86de50aa3814b335d42f1220a2818c36c
 DIST limnoria-20210527.tar.gz 1092017 BLAKE2B 
1c01ecbb47927d62e30e1768bb8e4574bad7422fea379ddd3d6700351a2f8dd006370a24aeeb7a5b10003e53f1010c8fb3998ecf1ef4f11a2ce48f9145605d30
 SHA512 
2e09415931cb3bdc358d4a243be3f1abccd569f2371d5d2b2c67e856492475affa473c8c32c77cb2c973b64202f9c6657397fa35b5b16086fbaf4e5b44706184
+DIST limnoria-20210617.tar.gz 1094438 BLAKE2B 
3253af8ad764acfaadf90ce49d0f40a47f32554d75c3860079284f98373eb3bc8f60f1f308b501265973c0e6c2a552211415f4f9c3044ce78f818d305b598cbe
 SHA512 
25dddf843e22967a95c769c62f9398129830f63e23d506f0a9abaf7044fa9ffbeca95138c494caf3b36813919c7b1f0880b0715a06bc519de1a87837a948a039

diff --git a/net-irc/limnoria/limnoria-20210617.ebuild 
b/net-irc/limnoria/limnoria-20210617.ebuild
new file mode 100644
index 000..03b9171f694
--- /dev/null
+++ b/net-irc/limnoria/limnoria-20210617.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=no
+inherit distutils-r1
+
+MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
+MY_PN="Limnoria"
+MY_P="${MY_PN}-${MY_PV}"
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git;
+   EGIT_BRANCH="testing"
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/ProgVal/${MY_PN}/archive/master-${MY_PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/${MY_PN}-master-${MY_PV}"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Python based extensible IRC infobot and channel bot"
+HOMEPAGE="https://docs.limnoria.net;
+LICENSE="BSD GPL-2 GPL-2+"
+SLOT="0"
+IUSE="crypt ssl test"
+RESTRICT=" !test? ( test )"
+
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/ecdsa[${PYTHON_USEDEP}]
+   dev-python/feedparser[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/PySocks[${PYTHON_USEDEP}]
+   dev-python/sqlalchemy[${PYTHON_USEDEP}]
+   crypt? ( dev-python/python-gnupg[${PYTHON_USEDEP}] )
+   ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
+   !net-irc/supybot
+   !net-irc/supybot-plugins"
+BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+python_prepare() {
+   einfo "Removing the RSS plugin because of clashes between libxml2's 
Python3"
+   einfo "bindings and feedparser."
+   rm -r "plugins/RSS" || die
+}
+
+python_test() {
+   pushd "${T}" > /dev/null || die
+   PLUGINS_DIR="${BUILD_DIR}"/lib/supybot/plugins
+   EXCLUDE_PLUGINS=()
+   # intermittent failure due to issues loading libsandbox.so from 
LD_PRELOAD
+   # runs successfully when running the tests on the installed system
+   EXCLUDE_PLUGINS+=( --exclude="${PLUGINS_DIR}/Unix" )
+   # Runs despite --no-network (GH #1392)
+   EXCLUDE_PLUGINS+=( --exclude="${PLUGINS_DIR}/Aka" )
+   "${EPYTHON}" "${BUILD_DIR}"/scripts/supybot-test "${BUILD_DIR}/../test" 
\
+   --plugins-dir="${PLUGINS_DIR}" --no-network \
+   --disable-multiprocessing "${EXCLUDE_PLUGINS[@]}" \
+   || die "Tests failed under ${EPYTHON}"
+   popd > /dev/null || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/*
+}
+
+pkg_postinst() {
+   elog "Complete user documentation is available at 
https://limnoria-doc.readthedocs.org/;
+   elog ""
+   elog "Use supybot-wizard to create a configuration file."
+   elog "Run supybot  to use the bot."
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/

2021-06-19 Thread Sam Jorna
commit: 8b4d8b73b0c5c5b187a175e947ae36e993d32fbc
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jun 20 02:47:22 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jun 20 02:47:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4d8b73

net-irc/limnoria-plugins-chantracker: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-chantracker/Manifest  |  1 -
 ...mnoria-plugins-chantracker-1.5_p20210210.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest 
b/net-irc/limnoria-plugins-chantracker/Manifest
index 5df17e3d222..773fe5b9a4f 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,3 +1,2 @@
-DIST limnoria-plugins-chantracker-1.5_p20210210.tar.gz 46836 BLAKE2B 
f97418160f6261a87ef6239def036b629ffe88d06e5f4980722ca1b6d05c1cd0c12d8c6d425150c8aa2a43a1b21e3f0070dfe55fc71a8aa0cf5bed20d57adcaa
 SHA512 
c6d25d2d84cda24a5e589952e75dd79569296d23e24f3872c553d1b78ebb782c2f6257248238a4bdd9d6a1efdad2836e4fad1546adb81581d7daedcc153a90b5
 DIST limnoria-plugins-chantracker-1.5_p20210530.tar.gz 47071 BLAKE2B 
b38cbe399d6cda9ee9d5e873a50d2f529d91b697c32ed4d74fb8812b8090a42103283878f8874f0a974cfdf1d117e2401935edef678d1d71af338760555a7a92
 SHA512 
7b5e459d17b28fd00b9306a7acd8c2a36eb668031c24eb05b9c51354e5cf270fb1b388949047c0531d9e8cd62291d8f7ec9bd339d3b3b6c1680dc184c44d3b21
 DIST limnoria-plugins-chantracker-1.5_p20210619.tar.gz 4 BLAKE2B 
14e44e025d4044c38504ec9cea31b08d9a442769b5dc3cf6d71b89526ec98a43a31068a5557b3fc257c6254b0f6aab989d148066b79667b17c75f01e741c10ea
 SHA512 
8ef99fbd41929172ae362a656030fda7f4d522eddfd29a3f9e8f9e9a138903faa672c4b872ce76da39d716f3443c159e7c40111cee015230e781bc387c299718

diff --git 
a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210210.ebuild
 
b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210210.ebuild
deleted file mode 100644
index ac0863ae66d..000
--- 
a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210210.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="2962c3190b72f432d60a558bb711983a235e7bb9"
-
-DESCRIPTION="supybot ban management and channel flood/spam/repeat protections 
plugin"
-HOMEPAGE="https://github.com/ncoevoet/ChanTracker;
-SRC_URI="https://github.com/ncoevoet/ChanTracker/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT=0
-
-RDEPEND="net-irc/limnoria"
-
-DOCS="README.md"
-
-src_install() {
-   default
-   insinto /usr/share/limnoria-extra-plugins/ncoevoet/ChanTracker
-   doins -r *
-}
-
-pkg_postinst() {
-   elog "Before this plugin can be used, your bot will need to be told 
where to"
-   elog "load it from. To do this, add 
/usr/share/limnoria-extra-plugins/ncoevoet when"
-   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
-   elog "with the command"
-   elog
-   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/ncoevoet"
-}



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-progval/

2021-06-19 Thread Sam Jorna
commit: 8a4d9d320b33722b89f30b98ec6b6c648b9fba71
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jun 20 02:20:07 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jun 20 02:20:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4d9d32

net-irc/limnoria-plugins-progval: bump to 20210616

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-progval/Manifest  |  1 +
 .../limnoria-plugins-progval-20210616.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/net-irc/limnoria-plugins-progval/Manifest 
b/net-irc/limnoria-plugins-progval/Manifest
index 12ae5d76760..065d0fd287f 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1 +1,2 @@
 DIST limnoria-plugins-progval-20210523.tar.gz 4936882 BLAKE2B 
3404d6d07f1d2e55357759000734df37566f2b9563149ea2efbcc2b4b3dbbc73e321280ee2846ed61df8b23400bcd8e1f5088921ffa1a77bf86625713c00aa98
 SHA512 
6a3b9d0c65070b8c6c4f762f273f4ebee37550c4aca00e82fc7232a957863aaff5bd5d1768eb8b00b40666b71f4d83ec6253d0f42132ebf7563208aadaacd48d
+DIST limnoria-plugins-progval-20210616.tar.gz 4940211 BLAKE2B 
c6bdc9e1949303c18081d7ab16bb12e6c51b3af6ac70c5ba5cf5352fe13befe7b1896a8178df4b60c19ff10bb81f9454d20cff89218ead55ea218bb9d5e5c728
 SHA512 
b2f962890bf0d125ec77f0cdfec0e4449444565bd429c3bb6c2f0386e2dfdee9f9bdaa8c25334fced4866c19cb29220a045e83f40c6e35476d44e2c1d0d4c325

diff --git 
a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild 
b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild
new file mode 100644
index 000..be3aa84bc1c
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="2049ffbf1fe1e6f26ffad74e628c2adbb84097fb"
+
+DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked."
+HOMEPAGE="https://github.com/ProgVal/Supybot-plugins;
+SRC_URI="https://github.com/ProgVal/Supybot-plugins/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD GPL-2 GPL-3 MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT=0
+
+RDEPEND="net-irc/limnoria"
+
+DOCS=(
+   "README.md"
+   "requirements.txt"
+)
+
+src_install() {
+   default
+   insinto /usr/share/limnoria-extra-plugins/ProgVal
+   doins -r *
+}
+
+pkg_postinst() {
+   elog "Before this plugin can be used, your bot will need to be told 
where to"
+   elog "load it from. To do this, add 
/usr/share/limnoria-extra-plugins/ProgVal when"
+   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
+   elog "with the command"
+   elog
+   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/ProgVal"
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-jlu5/

2021-06-19 Thread Sam Jorna
commit: 4b0526594b6e074e446ee00640aeaea48aad936d
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jun 20 02:21:24 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jun 20 02:21:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b052659

net-irc/limnoria-plugins-jlu5: bump to 20200105_p20210610

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-jlu5/Manifest |  1 +
 ...limnoria-plugins-jlu5-20200105_p20210610.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/net-irc/limnoria-plugins-jlu5/Manifest 
b/net-irc/limnoria-plugins-jlu5/Manifest
index 5c680d29744..af4a1e7dedc 100644
--- a/net-irc/limnoria-plugins-jlu5/Manifest
+++ b/net-irc/limnoria-plugins-jlu5/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-plugins-jlu5-20200105_p20210305.tar.gz 95273 BLAKE2B 
cfdea4fadbfa050c56dd0f307cf43506391d0e35e31b46a649aaf70cfd4c8979e14192d66af408e33b4cc8c0e1917fdb5d2d2cf86029a9b6b204a56936c22b76
 SHA512 
b031cd9be28989499ed063e8bd2af8079415075710be4dcfd73051eb325e2e321a1589c6d7adc69a0e5ce8b4a0a96c4bb6b1108c4ee479bc074b70738727dd64
 DIST limnoria-plugins-jlu5-20200105_p20210530.tar.gz 99973 BLAKE2B 
a67e53a75a99ed406782cc74cc93c19ad4e7298a4e9b47781559609c7ed77fed157febb646147254f0fb8e73627f1fdfa23e80cd1893d394c779ee54f93357d9
 SHA512 
03f537b7100a747c408a754d368e679ceea313747cd27dea9ca26cc7d3cf9b4319faf37656b0c7b5134d8ca6a94a9bbf4c345aa8015bcab2a99648d38dddc272
+DIST limnoria-plugins-jlu5-20200105_p20210610.tar.gz 100971 BLAKE2B 
4000ce710f287d40e0ce84946fc682f702bfa562cfc114b98a8951714d30cdceff32a599850818cf4e2072167797e6db1f3fa9a3209712a04b16ecea491b87ba
 SHA512 
bd1eaa294af7909f400c622008dfcedbe0ac9df2eb2414f2bfe97b5eff83c0d635c09861686359ec1d8103f404ce6ea606db3434917caf1b406a8875bbfb1dac

diff --git 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210610.ebuild 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210610.ebuild
new file mode 100644
index 000..09cf4219cae
--- /dev/null
+++ 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210610.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="3ea070a8036e7262c6fdbd39bf2c7d6407a20f7c"
+
+DESCRIPTION="A collection of plugins for the Limnoria IRC bot."
+HOMEPAGE="https://github.com/jlu5/SupyPlugins;
+SRC_URI="https://github.com/jlu5/SupyPlugins/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD GPL-2+"
+KEYWORDS="~amd64 ~x86"
+SLOT=0
+
+RDEPEND="
+   net-irc/limnoria
+   dev-python/beautifulsoup
+"
+
+DOCS=(
+   "README.md"
+   "requirements.txt"
+)
+
+src_install() {
+   default
+   insinto /usr/share/limnoria-extra-plugins/jlu5
+   doins -r *
+}
+
+pkg_postinst() {
+   elog "Before these plugins can be used, your bot will need to be told 
where to"
+   elog "load them from. To do this, add 
/usr/share/limnoria-extra-plugins/jlu5 when"
+   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
+   elog "with the command"
+   elog
+   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/jlu5"
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/

2021-06-19 Thread Sam Jorna
commit: 25770c6f2e7e1dba38aa93a8f7b0d071efb7110e
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jun 20 02:18:49 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jun 20 02:18:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25770c6f

net-irc/limnoria: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria/Manifest |  1 -
 net-irc/limnoria/limnoria-20210411.ebuild | 78 ---
 2 files changed, 79 deletions(-)

diff --git a/net-irc/limnoria/Manifest b/net-irc/limnoria/Manifest
index 560d6f06f36..8e5be245f5c 100644
--- a/net-irc/limnoria/Manifest
+++ b/net-irc/limnoria/Manifest
@@ -1,3 +1,2 @@
-DIST limnoria-20210411.tar.gz 1084991 BLAKE2B 
6bca9a2583748ae2b1c26670a762d0ee1307478b6d587e32c816c880d4d1ac6495f79d07bd8d7068867b1a9dd1bff51233e5636c0d0371e2ee1c19617a9a7872
 SHA512 
2c53d6ecd2457fae77076ad5ee0c4fa61c42970f8d43891b6d9adbabae80176ccab2789fc6a7129db3545a76f1850cf86de50aa3814b335d42f1220a2818c36c
 DIST limnoria-20210527.tar.gz 1092017 BLAKE2B 
1c01ecbb47927d62e30e1768bb8e4574bad7422fea379ddd3d6700351a2f8dd006370a24aeeb7a5b10003e53f1010c8fb3998ecf1ef4f11a2ce48f9145605d30
 SHA512 
2e09415931cb3bdc358d4a243be3f1abccd569f2371d5d2b2c67e856492475affa473c8c32c77cb2c973b64202f9c6657397fa35b5b16086fbaf4e5b44706184
 DIST limnoria-20210617.tar.gz 1094438 BLAKE2B 
3253af8ad764acfaadf90ce49d0f40a47f32554d75c3860079284f98373eb3bc8f60f1f308b501265973c0e6c2a552211415f4f9c3044ce78f818d305b598cbe
 SHA512 
25dddf843e22967a95c769c62f9398129830f63e23d506f0a9abaf7044fa9ffbeca95138c494caf3b36813919c7b1f0880b0715a06bc519de1a87837a948a039

diff --git a/net-irc/limnoria/limnoria-20210411.ebuild 
b/net-irc/limnoria/limnoria-20210411.ebuild
deleted file mode 100644
index 03b9171f694..000
--- a/net-irc/limnoria/limnoria-20210411.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1
-
-MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
-MY_PN="Limnoria"
-MY_P="${MY_PN}-${MY_PV}"
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git;
-   EGIT_BRANCH="testing"
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/ProgVal/${MY_PN}/archive/master-${MY_PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/${MY_PN}-master-${MY_PV}"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Python based extensible IRC infobot and channel bot"
-HOMEPAGE="https://docs.limnoria.net;
-LICENSE="BSD GPL-2 GPL-2+"
-SLOT="0"
-IUSE="crypt ssl test"
-RESTRICT=" !test? ( test )"
-
-RDEPEND="
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/ecdsa[${PYTHON_USEDEP}]
-   dev-python/feedparser[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/PySocks[${PYTHON_USEDEP}]
-   dev-python/sqlalchemy[${PYTHON_USEDEP}]
-   crypt? ( dev-python/python-gnupg[${PYTHON_USEDEP}] )
-   ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
-   !net-irc/supybot
-   !net-irc/supybot-plugins"
-BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-python_prepare() {
-   einfo "Removing the RSS plugin because of clashes between libxml2's 
Python3"
-   einfo "bindings and feedparser."
-   rm -r "plugins/RSS" || die
-}
-
-python_test() {
-   pushd "${T}" > /dev/null || die
-   PLUGINS_DIR="${BUILD_DIR}"/lib/supybot/plugins
-   EXCLUDE_PLUGINS=()
-   # intermittent failure due to issues loading libsandbox.so from 
LD_PRELOAD
-   # runs successfully when running the tests on the installed system
-   EXCLUDE_PLUGINS+=( --exclude="${PLUGINS_DIR}/Unix" )
-   # Runs despite --no-network (GH #1392)
-   EXCLUDE_PLUGINS+=( --exclude="${PLUGINS_DIR}/Aka" )
-   "${EPYTHON}" "${BUILD_DIR}"/scripts/supybot-test "${BUILD_DIR}/../test" 
\
-   --plugins-dir="${PLUGINS_DIR}" --no-network \
-   --disable-multiprocessing "${EXCLUDE_PLUGINS[@]}" \
-   || die "Tests failed under ${EPYTHON}"
-   popd > /dev/null || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/*
-}
-
-pkg_postinst() {
-   elog "Complete user documentation is available at 
https://limnoria-doc.readthedocs.org/;
-   elog ""
-   elog "Use supybot-wizard to create a configuration file."
-   elog "Run supybot  to use the bot."
-}



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-jlu5/

2021-06-19 Thread Sam Jorna
commit: 07da51495ccea6f640b4c3025951c9a1ca1aeb9f
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jun 20 02:21:59 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jun 20 02:21:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07da5149

net-irc/limnoria-plugins-jlu5: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-jlu5/Manifest |  1 -
 ...limnoria-plugins-jlu5-20200105_p20210305.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/net-irc/limnoria-plugins-jlu5/Manifest 
b/net-irc/limnoria-plugins-jlu5/Manifest
index af4a1e7dedc..0498b7ed54f 100644
--- a/net-irc/limnoria-plugins-jlu5/Manifest
+++ b/net-irc/limnoria-plugins-jlu5/Manifest
@@ -1,3 +1,2 @@
-DIST limnoria-plugins-jlu5-20200105_p20210305.tar.gz 95273 BLAKE2B 
cfdea4fadbfa050c56dd0f307cf43506391d0e35e31b46a649aaf70cfd4c8979e14192d66af408e33b4cc8c0e1917fdb5d2d2cf86029a9b6b204a56936c22b76
 SHA512 
b031cd9be28989499ed063e8bd2af8079415075710be4dcfd73051eb325e2e321a1589c6d7adc69a0e5ce8b4a0a96c4bb6b1108c4ee479bc074b70738727dd64
 DIST limnoria-plugins-jlu5-20200105_p20210530.tar.gz 99973 BLAKE2B 
a67e53a75a99ed406782cc74cc93c19ad4e7298a4e9b47781559609c7ed77fed157febb646147254f0fb8e73627f1fdfa23e80cd1893d394c779ee54f93357d9
 SHA512 
03f537b7100a747c408a754d368e679ceea313747cd27dea9ca26cc7d3cf9b4319faf37656b0c7b5134d8ca6a94a9bbf4c345aa8015bcab2a99648d38dddc272
 DIST limnoria-plugins-jlu5-20200105_p20210610.tar.gz 100971 BLAKE2B 
4000ce710f287d40e0ce84946fc682f702bfa562cfc114b98a8951714d30cdceff32a599850818cf4e2072167797e6db1f3fa9a3209712a04b16ecea491b87ba
 SHA512 
bd1eaa294af7909f400c622008dfcedbe0ac9df2eb2414f2bfe97b5eff83c0d635c09861686359ec1d8103f404ce6ea606db3434917caf1b406a8875bbfb1dac

diff --git 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210305.ebuild 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210305.ebuild
deleted file mode 100644
index 49b7c565b8c..000
--- 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210305.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="f9b6b4c24786460a4ad12d39af4d7865ebdf2904"
-
-DESCRIPTION="A collection of plugins for the Limnoria IRC bot."
-HOMEPAGE="https://github.com/jlu5/SupyPlugins;
-SRC_URI="https://github.com/jlu5/SupyPlugins/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD GPL-2+"
-KEYWORDS="~amd64 ~x86"
-SLOT=0
-
-RDEPEND="
-   net-irc/limnoria
-   dev-python/beautifulsoup
-"
-
-DOCS=(
-   "README.md"
-   "requirements.txt"
-)
-
-src_install() {
-   default
-   insinto /usr/share/limnoria-extra-plugins/jlu5
-   doins -r *
-}
-
-pkg_postinst() {
-   elog "Before these plugins can be used, your bot will need to be told 
where to"
-   elog "load them from. To do this, add 
/usr/share/limnoria-extra-plugins/jlu5 when"
-   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
-   elog "with the command"
-   elog
-   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/jlu5"
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/cffsubr/

2021-06-19 Thread Alessandro Barbieri
commit: 0afe37ea756d48aa166b93b1f21e1f7200d14223
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun 20 02:13:44 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jun 20 02:23:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0afe37ea

dev-python/cffsubr: improve metadata

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/cffsubr/metadata.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/cffsubr/metadata.xml b/dev-python/cffsubr/metadata.xml
index 6f49eba8f..fd5a7d893 100644
--- a/dev-python/cffsubr/metadata.xml
+++ b/dev-python/cffsubr/metadata.xml
@@ -1,5 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+
+https://github.com/adobe-type-tools/cffsubr/issues
+adobe-type-tools/cffsubr
+cffsubr
+
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/portio/

2021-06-19 Thread Alessandro Barbieri
commit: ced7b49435c6416bb304f380e139049071f704c7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun 20 02:14:42 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jun 20 02:23:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ced7b494

dev-python/portio: improve metadata

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/portio/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/portio/metadata.xml b/dev-python/portio/metadata.xml
index cfa4420f2..c6d964af1 100644
--- a/dev-python/portio/metadata.xml
+++ b/dev-python/portio/metadata.xml
@@ -1,8 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   PortIO is a Python wrapper for the port I/O macros 
like outb, inb, etc. provided by the C library on Linux x86 platforms. Both 
python 2 and 3 are supported. This module is useful when a general pourpose 
port I/O at the low level is needed. Programmers that want to perform I/O on 
the parallel port at an higher level, will be better satisfied by the 
pyParallel module. A similar module Ioport has inspired the writing of 
PortIO.
+   
+   PortIO is a Python wrapper for the port I/O 
macros like outb, inb, etc. provided by the C library on Linux x86 platforms. 
Both python 2 and 3 are supported. This module is useful when a general 
pourpose port I/O at the low level is needed. Programmers that want to perform 
I/O on the parallel port at an higher level, will be better satisfied by the 
pyParallel module. A similar module Ioport has inspired the writing of 
PortIO.

+   mailto:f.pollas...@inrim.it
http://portio.inrim.it/#changelog

Fabrizio Pollastri



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

2021-06-19 Thread Sam James
commit: 29f1f1288433f83a886668cb84ea27ee7e55ef77
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f1f128

dev-python/jedi: Keyword 0.17.2-r1 sparc, #796365

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

 dev-python/jedi/jedi-0.17.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jedi/jedi-0.17.2-r1.ebuild 
b/dev-python/jedi/jedi-0.17.2-r1.ebuild
index 83f3117e4c7..2008df3339a 100644
--- a/dev-python/jedi/jedi-0.17.2-r1.ebuild
+++ b/dev-python/jedi/jedi-0.17.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,7 +23,7 @@ SRC_URI="
 LICENSE="MIT
test? ( Apache-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86"
 
 RDEPEND="=dev-python/parso-0.7*[${PYTHON_USEDEP}]"
 



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

2021-06-19 Thread Sam James
commit: d0d8878ed9b4d2bf2e6792e8ec8535d0c0cd8e7a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d8878e

dev-python/parso: Keyword 0.7.1-r1 sparc, #796365

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

 dev-python/parso/parso-0.7.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/parso/parso-0.7.1-r1.ebuild 
b/dev-python/parso/parso-0.7.1-r1.ebuild
index 18fc937494c..d06ec052d5b 100644
--- a/dev-python/parso/parso-0.7.1-r1.ebuild
+++ b/dev-python/parso/parso-0.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-06-19 Thread Sam James
commit: cb7e6a7781aa06830a92d7cee7b39e9a61207e4b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb7e6a77

dev-python/parso: Keyword 0.8.2 sparc, #796365

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

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

diff --git a/dev-python/parso/parso-0.8.2.ebuild 
b/dev-python/parso/parso-0.8.2.ebuild
index 73f29103699..d06ec052d5b 100644
--- a/dev-python/parso/parso-0.8.2.ebuild
+++ b/dev-python/parso/parso-0.8.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/

2021-06-19 Thread Sam James
commit: 4e51667f737c25dfe3f451ea4a00ee514ecc6c12
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e51667f

app-doc/mathjax-docs: Keyword 2.7.7 sparc, #796365

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

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild 
b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 6706659e7ac..16a2e6a42e0 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
 
 BDEPEND="
dev-python/sphinx



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

2021-06-19 Thread Sam James
commit: 3fac1bd54ec05631a4ffe566e110796491bcecd1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fac1bd5

dev-python/xmltodict: Keyword 0.12.0-r1 sparc, #796365

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

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

diff --git a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild 
b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
index 35fa73a9e45..f0d1927efc6 100644
--- a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
+++ b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~sparc x86"
 
 distutils_enable_tests nose



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

2021-06-19 Thread Sam James
commit: 72f8bce585d8f1c5ad8dd943c5365e9c84089257
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f8bce5

dev-python/fastjsonschema: Keyword 2.15.1 sparc, #796365

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

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

diff --git a/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild 
b/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
index 7e80f411a41..1d50bcea73b 100644
--- a/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
+++ b/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 ~arm arm64 ~sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-06-19 Thread Sam James
commit: 2b142f315c7b213fb2cbceb11612cbb702968034
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b142f31

dev-python/cppy: Keyword 1.1.0 sparc, #796365

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

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

diff --git a/dev-python/cppy/cppy-1.1.0.ebuild 
b/dev-python/cppy/cppy-1.1.0.ebuild
index 5f9d6012ecd..2f2ab7ba396 100644
--- a/dev-python/cppy/cppy-1.1.0.ebuild
+++ b/dev-python/cppy/cppy-1.1.0.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86"
 
 distutils_enable_tests pytest



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

2021-06-19 Thread Sam James
commit: 406411b4256b002da0ad0395a3429e8b8eb059c4
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406411b4

dev-python/xcffib: Keyword 0.11.1 sparc, #796365

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

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

diff --git a/dev-python/xcffib/xcffib-0.11.1.ebuild 
b/dev-python/xcffib/xcffib-0.11.1.ebuild
index 60c1ed82f7c..c9185bb6b8a 100644
--- a/dev-python/xcffib/xcffib-0.11.1.ebuild
+++ b/dev-python/xcffib/xcffib-0.11.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86"
 
 DEPEND="x11-libs/libxcb"
 RDEPEND="



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

2021-06-19 Thread Sam James
commit: 59b7ea6778ca7b566d82472362819ea0f8b2bc2f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b7ea67

dev-python/pandocfilters: Keyword 1.4.3 sparc, #796365

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

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

diff --git a/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild 
b/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild
index f33d568c281..d614d21ccae 100644
--- a/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild
+++ b/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~sparc x86 ~amd64-linux ~x86-linux"



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

2021-06-19 Thread Sam James
commit: 43a95116984dbb4912e245391e3da87555fdf1f5
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a95116

dev-python/requests-unixsocket: Keyword 0.2.0 sparc, #796365

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

 dev-python/requests-unixsocket/requests-unixsocket-0.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/requests-unixsocket/requests-unixsocket-0.2.0.ebuild 
b/dev-python/requests-unixsocket/requests-unixsocket-0.2.0.ebuild
index b0e1e9cef6d..cf17d405c33 100644
--- a/dev-python/requests-unixsocket/requests-unixsocket-0.2.0.ebuild
+++ b/dev-python/requests-unixsocket/requests-unixsocket-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]



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

2021-06-19 Thread Sam James
commit: 09dc588e5952f83601b1ad91194d17548f6f1fd1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09dc588e

dev-python/nest_asyncio: Keyword 1.5.1 sparc, #796365

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

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

diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild 
b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
index df3a1a7f22b..256fec2c5b5 100644
--- a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
+++ b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 ~arm arm64 ~sparc x86"
 
 distutils_enable_tests setup.py



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

2021-06-19 Thread Sam James
commit: dadaa42fb2246ca02b2ccda5ed8d71649c71f9de
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dadaa42f

dev-python/argon2-cffi: Keyword 20.1.0 sparc, #796365

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

 dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild 
b/dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild
index f79a971bb20..8f2dbc345dd 100644
--- a/dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild
+++ b/dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
+KEYWORDS="amd64 arm arm64 ~sparc x86"
 
 DEPEND="
app-crypt/argon2:=



[gentoo-commits] repo/gentoo:master commit in: media-fonts/stix-fonts/

2021-06-19 Thread Sam James
commit: a2b8a6cd0e2bea6a52e449684ee3bc0d557eb360
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b8a6cd

media-fonts/stix-fonts: Keyword 2.11 sparc, #796365

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

 media-fonts/stix-fonts/stix-fonts-2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/stix-fonts/stix-fonts-2.11.ebuild 
b/media-fonts/stix-fonts/stix-fonts-2.11.ebuild
index 3955c4a4081..f3657945f89 100644
--- a/media-fonts/stix-fonts/stix-fonts-2.11.ebuild
+++ b/media-fonts/stix-fonts/stix-fonts-2.11.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/static_otf"
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 RESTRICT="binchecks strip test"



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

2021-06-19 Thread Sam James
commit: a93ca1744fad18959cc21af4beac616a9b19aed9
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93ca174

dev-python/cairocffi: Keyword 1.2.0 sparc, #796365

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

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

diff --git a/dev-python/cairocffi/cairocffi-1.2.0.ebuild 
b/dev-python/cairocffi/cairocffi-1.2.0.ebuild
index 41baab69a33..39f10d4e3df 100644
--- a/dev-python/cairocffi/cairocffi-1.2.0.ebuild
+++ b/dev-python/cairocffi/cairocffi-1.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-06-19 Thread Sam James
commit: e5e1202dc74ed46581c424b3b95dcda0adaf1362
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e1202d

media-libs/qhull: Keyword 2020.2-r3 sparc, #796365

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

 media-libs/qhull/qhull-2020.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/qhull/qhull-2020.2-r3.ebuild 
b/media-libs/qhull/qhull-2020.2-r3.ebuild
index 839985c989c..66b6330a868 100644
--- a/media-libs/qhull/qhull-2020.2-r3.ebuild
+++ b/media-libs/qhull/qhull-2020.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/qhull/qhull/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 SLOT="0/8"
 LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 IUSE="doc static-libs"
 
 DOCS=( Announce.txt File_id.diz README.txt REGISTER.txt )



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

2021-06-19 Thread Sam James
commit: 2ef9edf7b4502f7f2fa17d4d91053c8e36ba020d
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef9edf7

dev-python/kiwisolver: Keyword 1.3.1 sparc, #796365

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

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

diff --git a/dev-python/kiwisolver/kiwisolver-1.3.1.ebuild 
b/dev-python/kiwisolver/kiwisolver-1.3.1.ebuild
index 0bb58273599..269d9ad95ad 100644
--- a/dev-python/kiwisolver/kiwisolver-1.3.1.ebuild
+++ b/dev-python/kiwisolver/kiwisolver-1.3.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/kiwi-${PV}
 
 LICENSE="Clear-BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-python/cppy-1.1.0[${PYTHON_USEDEP}]



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

2021-06-19 Thread Sam James
commit: 8a20064c93a07f3226673b8611b5bbd200e23c32
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a20064c

dev-python/ipython_genutils: Keyword 0.2.0-r2 sparc, #796365

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

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
index aa4c43d5ec0..1b26443f2e8 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86"
 
 # Needed because package provides decorators which use nose
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"



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

2021-06-19 Thread Sam James
commit: 3459614a218c4468192d4a7dd03ba6c9c54b3550
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3459614a

dev-python/numpydoc: Keyword 1.1.0 sparc, #796365

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

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

diff --git a/dev-python/numpydoc/numpydoc-1.1.0.ebuild 
b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
index 068db237c9e..e8e6a1d9766 100644
--- a/dev-python/numpydoc/numpydoc-1.1.0.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]



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

2021-06-19 Thread Sam James
commit: 31f08b8cc5be0847ec0268777ede2bc2c2c8d95b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f08b8c

dev-python/xlwt: Keyword 1.3.0-r1 sparc, #796365

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

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

diff --git a/dev-python/xlwt/xlwt-1.3.0-r1.ebuild 
b/dev-python/xlwt/xlwt-1.3.0-r1.ebuild
index 1f3044a907d..d6f988af1ea 100644
--- a/dev-python/xlwt/xlwt-1.3.0-r1.ebuild
+++ b/dev-python/xlwt/xlwt-1.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 distutils_enable_sphinx docs \



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

2021-06-19 Thread Sam James
commit: 9c41496b47e929c8291cabfe24378951901b337f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c41496b

dev-python/cycler: Keyword 0.10.0-r1 sparc, #796365

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

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

diff --git a/dev-python/cycler/cycler-0.10.0-r1.ebuild 
b/dev-python/cycler/cycler-0.10.0-r1.ebuild
index e188e828080..af92a35ba95 100644
--- a/dev-python/cycler/cycler-0.10.0-r1.ebuild
+++ b/dev-python/cycler/cycler-0.10.0-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



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

2021-06-19 Thread Sam James
commit: 68d0f3b17c4085e4020e8e06946939380b8b951f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d0f3b1

dev-libs/mathjax: Keyword 2.7.7 sparc, #796365

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

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

diff --git a/dev-libs/mathjax/mathjax-2.7.7.ebuild 
b/dev-libs/mathjax/mathjax-2.7.7.ebuild
index c30baaa60e5..02f0e0b7163 100644
--- a/dev-libs/mathjax/mathjax-2.7.7.ebuild
+++ b/dev-libs/mathjax/mathjax-2.7.7.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/MathJax-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="doc examples"
 
 RDEPEND="doc? ( app-doc/mathjax-docs:${SLOT} )"



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

2021-06-19 Thread Sam James
commit: 1fff34dd46d3774415340e8f53983a8d178ac635
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fff34dd

dev-python/pebble: Keyword 4.6.1 sparc, #796365

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

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

diff --git a/dev-python/pebble/pebble-4.6.1.ebuild 
b/dev-python/pebble/pebble-4.6.1.ebuild
index 76af158e3fc..38022831d25 100644
--- a/dev-python/pebble/pebble-4.6.1.ebuild
+++ b/dev-python/pebble/pebble-4.6.1.ebuild
@@ -17,6 +17,6 @@ S=${WORKDIR}/${P^}
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~sparc x86"
 
 distutils_enable_tests pytest



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

2021-06-19 Thread Sam James
commit: cf37eccb8391368f3c7a1e541547f2e5c77d5d5e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf37eccb

dev-python/terminado: Keyword 0.10.1 sparc, #796365

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

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

diff --git a/dev-python/terminado/terminado-0.10.1.ebuild 
b/dev-python/terminado/terminado-0.10.1.ebuild
index 17dea5b1553..381e53433fd 100644
--- a/dev-python/terminado/terminado-0.10.1.ebuild
+++ b/dev-python/terminado/terminado-0.10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/ptyprocess[${PYTHON_USEDEP}]



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

2021-06-19 Thread Sam James
commit: cc4402202eb78652a1e934504e416b72038aae7c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc440220

dev-python/send2trash: Keyword 1.5.0-r1 sparc, #796365

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

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

diff --git a/dev-python/send2trash/send2trash-1.5.0-r1.ebuild 
b/dev-python/send2trash/send2trash-1.5.0-r1.ebuild
index e17b9c8f827..33c385d63ab 100644
--- a/dev-python/send2trash/send2trash-1.5.0-r1.ebuild
+++ b/dev-python/send2trash/send2trash-1.5.0-r1.ebuild
@@ -19,6 +19,6 @@ S="${WORKDIR}"/${MY_P}
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~sparc x86"
 
 distutils_enable_tests pytest



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

2021-06-19 Thread Sam James
commit: edcd9e45ee3e574fb4c7847d75b81b76349dbf2a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edcd9e45

dev-python/prometheus_client: Keyword 0.11.0 sparc, #796365

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

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

diff --git a/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild 
b/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild
index c1d5757fc61..5accd5943f5 100644
--- a/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/client_python-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
 
 RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
 



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

2021-06-19 Thread Sam James
commit: eded758442c95077a6455d7370aa884e75d71bb6
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eded7584

dev-python/tree-sitter: Keyword 0.19.0_p20210506-r1 sparc, #795276

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

 dev-python/tree-sitter/tree-sitter-0.19.0_p20210506-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tree-sitter/tree-sitter-0.19.0_p20210506-r1.ebuild 
b/dev-python/tree-sitter/tree-sitter-0.19.0_p20210506-r1.ebuild
index 356bd0132b3..b0c6e0c2a39 100644
--- a/dev-python/tree-sitter/tree-sitter-0.19.0_p20210506-r1.ebuild
+++ b/dev-python/tree-sitter/tree-sitter-0.19.0_p20210506-r1.ebuild
@@ -25,7 +25,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="dev-libs/tree-sitter:="
 DEPEND=${RDEPEND}



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

2021-06-19 Thread Sam James
commit: 8c0a1605ae34024dd3b08d0f13549629fee296f4
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0a1605

dev-python/diskcache: Keyword 5.2.1-r1 sparc, #795318

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

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

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index 124ab565322..739a463995d 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-06-19 Thread Sam James
commit: 67462245cc352e830768bfc94f898fc414005d08
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67462245

dev-libs/tree-sitter: Keyword 0.19.5 sparc, #795276

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

 dev-libs/tree-sitter/tree-sitter-0.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tree-sitter/tree-sitter-0.19.5.ebuild 
b/dev-libs/tree-sitter/tree-sitter-0.19.5.ebuild
index 60833984005..72db0046161 100644
--- a/dev-libs/tree-sitter/tree-sitter-0.19.5.ebuild
+++ b/dev-libs/tree-sitter/tree-sitter-0.19.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN};
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



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

2021-06-19 Thread Sam James
commit: ac2a5c498f6bd8f657593128b2093445ca5e925d
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2a5c49

dev-python/fasteners: Keyword 0.16.3 sparc, #795318

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

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

diff --git a/dev-python/fasteners/fasteners-0.16.3.ebuild 
b/dev-python/fasteners/fasteners-0.16.3.ebuild
index b7e5c084b1e..a0df50659ab 100644
--- a/dev-python/fasteners/fasteners-0.16.3.ebuild
+++ b/dev-python/fasteners/fasteners-0.16.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]"



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

2021-06-19 Thread Sam James
commit: 6a2de2334a3a62baa4dfa151493d6d811978c532
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2de233

dev-python/nbclient: Keyword 0.5.3 arm, #796365

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.3.ebuild 
b/dev-python/nbclient/nbclient-0.5.3.ebuild
index ac9c8e17af1..13323bcdf86 100644
--- a/dev-python/nbclient/nbclient-0.5.3.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-06-19 Thread Sam James
commit: 3dde71cb0efa3016dfa457c42c89e78a1b2f9314
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dde71cb

dev-python/pebble: Keyword 4.6.1 arm, #796365

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

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

diff --git a/dev-python/pebble/pebble-4.6.1.ebuild 
b/dev-python/pebble/pebble-4.6.1.ebuild
index 5ef0f7a539a..76af158e3fc 100644
--- a/dev-python/pebble/pebble-4.6.1.ebuild
+++ b/dev-python/pebble/pebble-4.6.1.ebuild
@@ -17,6 +17,6 @@ S=${WORKDIR}/${P^}
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 distutils_enable_tests pytest



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

2021-06-19 Thread Sam James
commit: 565c66d8c81620b5086451e60a2bd34aface4117
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565c66d8

dev-python/fastjsonschema: Keyword 2.15.1 arm, #796365

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

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

diff --git a/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild 
b/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
index 375ee9426e3..7e80f411a41 100644
--- a/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
+++ b/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 distutils_enable_tests pytest
 



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

2021-06-19 Thread Sam James
commit: f4e869081eb6040171b86c742a7de8589d23902a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e86908

dev-python/jupyterlab_pygments: Keyword 0.1.2 arm, #796365

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

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

diff --git a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild 
b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
index fea31fa0e56..64ef9482be6 100644
--- a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
+++ b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,6 +13,6 @@ 
SRC_URI="https://github.com/jupyterlab/jupyterlab_pygments/archive/${PV}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"



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

2021-06-19 Thread Sam James
commit: 1e4ec39fb834af45e8ad7e304f564d27229c9508
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4ec39f

dev-util/catalyst: Keyword 3.0.19 sparc, #795318

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

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

diff --git a/dev-util/catalyst/catalyst-3.0.19.ebuild 
b/dev-util/catalyst/catalyst-3.0.19.ebuild
index 886a109dff0..25513071967 100644
--- a/dev-util/catalyst/catalyst-3.0.19.ebuild
+++ b/dev-util/catalyst/catalyst-3.0.19.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
EGIT_BRANCH="master"
 else

SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc64 ~sparc ~x86"
 fi
 
 PYTHON_COMPAT=( python3_{8,9} )



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

2021-06-19 Thread Sam James
commit: 01cb96ca781f24f77c0aa43c46b1dbc5a313d83e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01cb96ca

dev-python/send2trash: Keyword 1.5.0-r1 arm, #796365

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

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

diff --git a/dev-python/send2trash/send2trash-1.5.0-r1.ebuild 
b/dev-python/send2trash/send2trash-1.5.0-r1.ebuild
index de7f741d891..e17b9c8f827 100644
--- a/dev-python/send2trash/send2trash-1.5.0-r1.ebuild
+++ b/dev-python/send2trash/send2trash-1.5.0-r1.ebuild
@@ -19,6 +19,6 @@ S="${WORKDIR}"/${MY_P}
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 distutils_enable_tests pytest



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

2021-06-19 Thread Sam James
commit: d48f5e5b9c01b89c726730cc990104861a0cea71
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48f5e5b

dev-python/widgetsnbextension: Keyword 3.5.1-r1 arm, #796365

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

 dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild
index 58815ccbbd9..3d849d4fafd 100644
--- a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild
+++ b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-python/notebook[${PYTHON_USEDEP}]"



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

2021-06-19 Thread Sam James
commit: 45a1206f2e4aa3a869091d513e1aa634f9df152d
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a1206f

dev-python/pandocfilters: Keyword 1.4.3 arm, #796365

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

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

diff --git a/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild 
b/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild
index c9f5a18b60b..f33d568c281 100644
--- a/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild
+++ b/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"



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

2021-06-19 Thread Sam James
commit: 770da13d8865dc631708c21a5c8b20f61246e091
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770da13d

dev-python/nest_asyncio: Keyword 1.5.1 arm, #796365

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

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

diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild 
b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
index 92d0be54ac5..df3a1a7f22b 100644
--- a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
+++ b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 distutils_enable_tests setup.py



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

2021-06-19 Thread Sam James
commit: 06e79ed10dc7b126b6a27181b20d5475911ff52a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e79ed1

dev-python/notebook: Keyword 6.4.0 arm, #796365

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

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

diff --git a/dev-python/notebook/notebook-6.4.0.ebuild 
b/dev-python/notebook/notebook-6.4.0.ebuild
index 9de1aeb1b61..abaf5464f0a 100644
--- a/dev-python/notebook/notebook-6.4.0.ebuild
+++ b/dev-python/notebook/notebook-6.4.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

2021-06-19 Thread Sam James
commit: 1b644ffc0da0873f4c73e9ff02abcdbd236e1422
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:43:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:43:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b644ffc

dev-python/nbconvert: Keyword 6.0.7 arm, #796365

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

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

diff --git a/dev-python/nbconvert/nbconvert-6.0.7.ebuild 
b/dev-python/nbconvert/nbconvert-6.0.7.ebuild
index b023b8b5984..2657fc26cf8 100644
--- a/dev-python/nbconvert/nbconvert-6.0.7.ebuild
+++ b/dev-python/nbconvert/nbconvert-6.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
dev-python/bleach[${PYTHON_USEDEP}]



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

2021-06-19 Thread Sam James
commit: c9f89a96ea30140b3767e57a1b0bd80131d09560
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f89a96

dev-python/nose_warnings_filters: Keyword 0.1.5-r3 arm, #796365

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

 .../nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 1be4ff91bf4..c80c536d0ee 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc x86"
 
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
 



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

2021-06-19 Thread Sam James
commit: b9477a8815b366f5a8a2cf2a744662ef03f46e27
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9477a88

dev-python/jupyter_core: Keyword 4.7.1 arm, #796365

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

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

diff --git a/dev-python/jupyter_core/jupyter_core-4.7.1.ebuild 
b/dev-python/jupyter_core/jupyter_core-4.7.1.ebuild
index ebe9d474f3d..6b5921965c7 100644
--- a/dev-python/jupyter_core/jupyter_core-4.7.1.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-4.7.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="dev-python/traitlets[${PYTHON_USEDEP}]"
 BDEPEND="



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

2021-06-19 Thread Sam James
commit: 9bf438ed0da8c2f6d82971d8482dcc830f065d17
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:44:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:44:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf438ed

dev-python/prometheus_client: Keyword 0.11.0 arm, #796365

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

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

diff --git a/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild 
b/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild
index dfe3fc49a70..c1d5757fc61 100644
--- a/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/client_python-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
 



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

2021-06-19 Thread Sam James
commit: ad0cbf687d52959cf43445993c458e1db7247ad0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:43:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:43:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0cbf68

dev-python/nbformat: Keyword 5.1.3 arm, #796365

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

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

diff --git a/dev-python/nbformat/nbformat-5.1.3.ebuild 
b/dev-python/nbformat/nbformat-5.1.3.ebuild
index 701c62f2817..47e54aa294c 100644
--- a/dev-python/nbformat/nbformat-5.1.3.ebuild
+++ b/dev-python/nbformat/nbformat-5.1.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="
>=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]



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

2021-06-19 Thread Sam James
commit: 5be6df3a96a74c82f69f8a21eae9e5e2fb67f226
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:43:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:43:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be6df3a

dev-python/ipywidgets: Keyword 7.6.3 arm, #796365

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

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

diff --git a/dev-python/ipywidgets/ipywidgets-7.6.3.ebuild 
b/dev-python/ipywidgets/ipywidgets-7.6.3.ebuild
index dae94f88ffb..9e81cd3680d 100644
--- a/dev-python/ipywidgets/ipywidgets-7.6.3.ebuild
+++ b/dev-python/ipywidgets/ipywidgets-7.6.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ipykernel-4.5.1[${PYTHON_USEDEP}]



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

2021-06-19 Thread Sam James
commit: bbcf63ceea92d86b7c6209ef564cdbe771af2832
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:43:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:43:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbcf63ce

dev-python/python-dotenv: Keyword 0.17.1 arm, #796365

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

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

diff --git a/dev-python/python-dotenv/python-dotenv-0.17.1.ebuild 
b/dev-python/python-dotenv/python-dotenv-0.17.1.ebuild
index 35d8910bd0d..31a6c6768a6 100644
--- a/dev-python/python-dotenv/python-dotenv-0.17.1.ebuild
+++ b/dev-python/python-dotenv/python-dotenv-0.17.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~x86"
 
 DEPEND="
test? (



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

2021-06-19 Thread Sam James
commit: b1ea333c1688729addde6c70719f589792930b21
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:43:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:43:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ea333c

dev-python/ipykernel: Keyword 5.5.4-r1 arm, #796365

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

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

diff --git a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild 
b/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
index 51ea86e2993..57faba93b40 100644
--- a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
+++ b/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE="test"
 
 RDEPEND="



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

2021-06-19 Thread Sam James
commit: a43059a800b6cdd0344702897389530b821e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:43:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:43:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43059a2

dev-python/ipyparallel: Keyword 6.3.0-r1 arm, #796365

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

 dev-python/ipyparallel/ipyparallel-6.3.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ipyparallel/ipyparallel-6.3.0-r1.ebuild 
b/dev-python/ipyparallel/ipyparallel-6.3.0-r1.ebuild
index ab64a2e382c..d406d4834e7 100644
--- a/dev-python/ipyparallel/ipyparallel-6.3.0-r1.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-6.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2021-06-19 Thread Sam James
commit: c2f6f7b70d045ab62160d4e9ccb1e3deccec21f8
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:43:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:43:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f6f7b7

dev-python/ipython: Keyword 7.24.1-r1 arm, #796365

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

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

diff --git a/dev-python/ipython/ipython-7.24.1-r1.ebuild 
b/dev-python/ipython/ipython-7.24.1-r1.ebuild
index 54a061fe2da..d3f1f34b8d7 100644
--- a/dev-python/ipython/ipython-7.24.1-r1.ebuild
+++ b/dev-python/ipython/ipython-7.24.1-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test"
 RESTRICT="!test? ( test )"
 



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

2021-06-19 Thread Sam James
commit: 13855189797aa8948402d73136ebe925e6770cd7
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:43:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:43:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13855189

dev-python/sh: Keyword 1.14.2 arm, #796365

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

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

diff --git a/dev-python/sh/sh-1.14.2.ebuild b/dev-python/sh/sh-1.14.2.ebuild
index 60153157598..f6b37ccc7f5 100644
--- a/dev-python/sh/sh-1.14.2.ebuild
+++ b/dev-python/sh/sh-1.14.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
 
 PATCHES=(
"${FILESDIR}/sh-1.12.14-skip-unreliable-test.patch"



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

2021-06-19 Thread Nick Sarnie
commit: 6097de8085757a8e7902112a913419d089e91f28
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Jun 20 01:09:35 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Jun 20 01:11:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6097de80

app-emulation/wine-vanilla: Sync with ::wine

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-6.11.ebuild  | 577 +
 2 files changed, 578 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 6947414a541..6f219488b0d 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -2,6 +2,7 @@ DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c809562
 DIST wine-6.0.1.tar.xz 24210540 BLAKE2B 
2075e59024e75594e0be0851db33981ebfcc57477bb9864055a938db0e39b8480f3c501b1d1fc39a9eee52303ad71ef71d24a0fb546697eecf3bb098f13317f1
 SHA512 
06b720d6adbbb7e2f15b963e4f3f1ff06e6d0d3973064d866ae720e6380bab8881fd1ebf16665435f5f7976b2c6dc72fd20631678a28e9d4d7b068c30cd22bb0
 DIST wine-6.0.tar.xz 24192280 BLAKE2B 
baf0eee582190ede8d210390b51d330c1879cb442100bc2e957052898fbd84bcc047a885065f9bf96ac4f072f92eee44f0e1c3baddc68937286e7cc6f976bd4e
 SHA512 
c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057
 DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e47d49de87ecf06556008e83d6e3d8655fa4439293820663910897d512a77bb78ab771632f893b46745915af
 SHA512 
f0e8f0bdab09c979772965d167d687e88998f3fd6537a592e201a2dc9097552e03b1c413516cc8c82665a8bf17580777f48bd1ed9033641f04e7ef7f0b29cc60
+DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
 DIST wine-6.7.tar.xz 24449368 BLAKE2B 
002bd6e74205217d4517c8697ddb212d8bcb8ba66ac1594996e24e2d5e771119e73e65a0b42608133ebaab699a31cd6567a0ab954e8d4e1f94492ebb929d0ffb
 SHA512 
42920921eaff5a483859fba2b9e866c6afad25427d030f971efe2136f9619b675d5eb1ddfffd54bba8caa172c3e91eb347d673cb16f45560f0ab40a184a34758
 DIST wine-6.8.tar.xz 24481304 BLAKE2B 
37643eb75b29a646f23620df4084809aa15ac9d390e34e2e1ffb9e0c5211df9e7595dd0d877ede61f914f4a4373a450c50f4f2da5f7a0fa880881404cd918c88
 SHA512 
784863e3aa11f692cee2ab3b3d99cc896c1eb41cfab8cc6b52b5a31671d82fc7f6783bae72c65d8806a8c4096000401cbd0a1a7f1a88fd980685fae67fa9bd91
 DIST wine-6.9.tar.xz 24526724 BLAKE2B 
9e39bbc84380f7f40a9f41e1dbd1728ae8833eab4fe977eaf9386a92b9f089cf63147e35093b084d3a61e5c7209b405caea9cee2a4bebb294b77c65fc3551d66
 SHA512 
e9dc4da8cd6553db4227f09b5734513939d7e361449f52472a1f51ae569377a2931a0ab6f402aef751587ff1fa50f10f222b4479aba44f862db320931eeff363

diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild
new file mode 100644
index 000..497755a1ba2
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild
@@ -0,0 +1,577 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(ver_cut 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20200523"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl 
osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner 
sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vkd3d 
vulkan +X +xcomposite xinerama +xml"

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

2021-06-19 Thread Nick Sarnie
commit: a3889c3cab8eeec627ba8808e2d0c0f92ced829d
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Jun 20 01:10:54 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Jun 20 01:11:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3889c3c

app-emulation/wine-staging: Drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/Manifest|   2 -
 app-emulation/wine-staging/wine-staging-6.7.ebuild | 665 -
 2 files changed, 667 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index d45743d66fb..f01712b1655 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,11 +1,9 @@
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e47d49de87ecf06556008e83d6e3d8655fa4439293820663910897d512a77bb78ab771632f893b46745915af
 SHA512 
f0e8f0bdab09c979772965d167d687e88998f3fd6537a592e201a2dc9097552e03b1c413516cc8c82665a8bf17580777f48bd1ed9033641f04e7ef7f0b29cc60
 DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
-DIST wine-6.7.tar.xz 24449368 BLAKE2B 
002bd6e74205217d4517c8697ddb212d8bcb8ba66ac1594996e24e2d5e771119e73e65a0b42608133ebaab699a31cd6567a0ab954e8d4e1f94492ebb929d0ffb
 SHA512 
42920921eaff5a483859fba2b9e866c6afad25427d030f971efe2136f9619b675d5eb1ddfffd54bba8caa172c3e91eb347d673cb16f45560f0ab40a184a34758
 DIST wine-6.8.tar.xz 24481304 BLAKE2B 
37643eb75b29a646f23620df4084809aa15ac9d390e34e2e1ffb9e0c5211df9e7595dd0d877ede61f914f4a4373a450c50f4f2da5f7a0fa880881404cd918c88
 SHA512 
784863e3aa11f692cee2ab3b3d99cc896c1eb41cfab8cc6b52b5a31671d82fc7f6783bae72c65d8806a8c4096000401cbd0a1a7f1a88fd980685fae67fa9bd91
 DIST wine-6.9.tar.xz 24526724 BLAKE2B 
9e39bbc84380f7f40a9f41e1dbd1728ae8833eab4fe977eaf9386a92b9f089cf63147e35093b084d3a61e5c7209b405caea9cee2a4bebb294b77c65fc3551d66
 SHA512 
e9dc4da8cd6553db4227f09b5734513939d7e361449f52472a1f51ae569377a2931a0ab6f402aef751587ff1fa50f10f222b4479aba44f862db320931eeff363
 DIST wine-staging-6.10.tar.gz 9673740 BLAKE2B 
3ec1dcc96dcf583f061408b7bdf4adf14fddf6bf0dcefbb9a060a63de7ea87c3df0a5a76c14e01b248c9b21c1ed25379867f9e4d392b251f56deb93a78b2752a
 SHA512 
9ba4fb7451f675fd9ad3e872adada708e9e7e8875f69567d9f2bef2cc8024667112538a385769eac2fd4b3c157266488458e76a1abc92d0a76109ca032103bcf
 DIST wine-staging-6.11.tar.gz 9672754 BLAKE2B 
a2d77fcfe198f9c474bb754b02c3e279faec73a30678b899aeaab53cba38b74bf43724d5b1f3d46dfa7a502b0ce637d5908dea09b386009acb937d1033445d99
 SHA512 
b9b6f206d7a37699887a9bd65c30b9d2fc333b507461dbd532fe17db881db1e79ef5620ce2421cdde8548411924fabba0f98123342f30c8d93a019b3a2125303
-DIST wine-staging-6.7.tar.gz 9722531 BLAKE2B 
1df164ea23808f40baddbbe30ed92125563c3c952e13817ddea124cf780a397237e70aa48532d5b49c8b80919122a09e579f1928a13b6d17329d51f0ba03da74
 SHA512 
74805846e2e6e5d751c25f4b98ac671f8507d3a9b13d572e166b1885e397a6bb74bd3ea4b456d46298306d632499a4b88f97eb6d53ff049c2495cf055347611d
 DIST wine-staging-6.8.tar.gz 9709006 BLAKE2B 
48a100f43cedc4217c083421d4391e5f052faf354483990552d271a5820b654b4dd4db0b3d2d1478cbdf8414da56c86e7bce05ebdb70c347d81ce0b6df811498
 SHA512 
a2dfe74b07b687af147b61f235ea2843ff38a563f37ed2ed68dce1cc0ff3d50dbd7c9596836c6e236e368e7a55cbe1ba881dac11bb0966e61a76a7376f92bdcc
 DIST wine-staging-6.9.tar.gz 9687986 BLAKE2B 
72cf53616a619638fdc91d7501c8fcc2bb9c102a1a445a9c58dd23fbb5bccc27fcf2f9635ec65b23d93839514d8aa9ede29d84d6737e49776a1d99b716295ea4
 SHA512 
09732ce6fe5e5460ef5f30ab3dd5581c94b27e1d2c228bc395b1defd32fc5e908ab32eb2a56e489b154e1d0f638ad792c80a64d82d90a33c943102b379bef937

diff --git a/app-emulation/wine-staging/wine-staging-6.7.ebuild 
b/app-emulation/wine-staging/wine-staging-6.7.ebuild
deleted file mode 100644
index f1e4e79a20a..000
--- a/app-emulation/wine-staging/wine-staging-6.7.ebuild
+++ /dev/null
@@ -1,665 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx 

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

2021-06-19 Thread Nick Sarnie
commit: 0224867892f7254ed5ac2bfa676b3a1af1f5f596
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Jun 20 01:10:08 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Jun 20 01:11:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02248678

app-emulation/wine-vanilla: Drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 -
 app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild | 577 -
 2 files changed, 578 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 6f219488b0d..c0fd71e5013 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -3,6 +3,5 @@ DIST wine-6.0.1.tar.xz 24210540 BLAKE2B 
2075e59024e75594e0be0851db33981ebfcc5747
 DIST wine-6.0.tar.xz 24192280 BLAKE2B 
baf0eee582190ede8d210390b51d330c1879cb442100bc2e957052898fbd84bcc047a885065f9bf96ac4f072f92eee44f0e1c3baddc68937286e7cc6f976bd4e
 SHA512 
c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057
 DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e47d49de87ecf06556008e83d6e3d8655fa4439293820663910897d512a77bb78ab771632f893b46745915af
 SHA512 
f0e8f0bdab09c979772965d167d687e88998f3fd6537a592e201a2dc9097552e03b1c413516cc8c82665a8bf17580777f48bd1ed9033641f04e7ef7f0b29cc60
 DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
-DIST wine-6.7.tar.xz 24449368 BLAKE2B 
002bd6e74205217d4517c8697ddb212d8bcb8ba66ac1594996e24e2d5e771119e73e65a0b42608133ebaab699a31cd6567a0ab954e8d4e1f94492ebb929d0ffb
 SHA512 
42920921eaff5a483859fba2b9e866c6afad25427d030f971efe2136f9619b675d5eb1ddfffd54bba8caa172c3e91eb347d673cb16f45560f0ab40a184a34758
 DIST wine-6.8.tar.xz 24481304 BLAKE2B 
37643eb75b29a646f23620df4084809aa15ac9d390e34e2e1ffb9e0c5211df9e7595dd0d877ede61f914f4a4373a450c50f4f2da5f7a0fa880881404cd918c88
 SHA512 
784863e3aa11f692cee2ab3b3d99cc896c1eb41cfab8cc6b52b5a31671d82fc7f6783bae72c65d8806a8c4096000401cbd0a1a7f1a88fd980685fae67fa9bd91
 DIST wine-6.9.tar.xz 24526724 BLAKE2B 
9e39bbc84380f7f40a9f41e1dbd1728ae8833eab4fe977eaf9386a92b9f089cf63147e35093b084d3a61e5c7209b405caea9cee2a4bebb294b77c65fc3551d66
 SHA512 
e9dc4da8cd6553db4227f09b5734513939d7e361449f52472a1f51ae569377a2931a0ab6f402aef751587ff1fa50f10f222b4479aba44f862db320931eeff363

diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild
deleted file mode 100644
index d1662b9c437..000
--- a/app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild
+++ /dev/null
@@ -1,577 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
-
-MY_PN="${PN%%-*}"
-MY_P="${MY_PN}-${PV}"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   #KEYWORDS=""
-else
-   MAJOR_V=$(ver_cut 1)
-   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
-   KEYWORDS="-* ~amd64 ~x86"
-fi
-S="${WORKDIR}/${MY_P}"
-
-GWP_V="20200523"
-PATCHDIR="${WORKDIR}/gentoo-wine-patches"
-
-DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
-HOMEPAGE="https://www.winehq.org/;
-SRC_URI="${SRC_URI}
-   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl 
osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner 
sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vkd3d 
vulkan +X +xcomposite xinerama +xml"
-REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
-   X? ( truetype )
-   elibc_glibc? ( threads )
-   osmesa? ( opengl )
-   test? ( abi_x86_32 )
-   vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
-
-# FIXME: the test suite is unsuitable for us; many tests require net access
-# or fail due to 

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

2021-06-19 Thread Nick Sarnie
commit: 2f5b2a00944405fd32bd877c989ecc763b59d5d8
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Jun 20 01:10:41 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Jun 20 01:11:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5b2a00

app-emulation/wine-staging: Sync with ::wine

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/Manifest|   2 +
 .../wine-staging/wine-staging-6.11.ebuild  | 665 +
 2 files changed, 667 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 216adf6768c..d45743d66fb 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,9 +1,11 @@
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e47d49de87ecf06556008e83d6e3d8655fa4439293820663910897d512a77bb78ab771632f893b46745915af
 SHA512 
f0e8f0bdab09c979772965d167d687e88998f3fd6537a592e201a2dc9097552e03b1c413516cc8c82665a8bf17580777f48bd1ed9033641f04e7ef7f0b29cc60
+DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
 DIST wine-6.7.tar.xz 24449368 BLAKE2B 
002bd6e74205217d4517c8697ddb212d8bcb8ba66ac1594996e24e2d5e771119e73e65a0b42608133ebaab699a31cd6567a0ab954e8d4e1f94492ebb929d0ffb
 SHA512 
42920921eaff5a483859fba2b9e866c6afad25427d030f971efe2136f9619b675d5eb1ddfffd54bba8caa172c3e91eb347d673cb16f45560f0ab40a184a34758
 DIST wine-6.8.tar.xz 24481304 BLAKE2B 
37643eb75b29a646f23620df4084809aa15ac9d390e34e2e1ffb9e0c5211df9e7595dd0d877ede61f914f4a4373a450c50f4f2da5f7a0fa880881404cd918c88
 SHA512 
784863e3aa11f692cee2ab3b3d99cc896c1eb41cfab8cc6b52b5a31671d82fc7f6783bae72c65d8806a8c4096000401cbd0a1a7f1a88fd980685fae67fa9bd91
 DIST wine-6.9.tar.xz 24526724 BLAKE2B 
9e39bbc84380f7f40a9f41e1dbd1728ae8833eab4fe977eaf9386a92b9f089cf63147e35093b084d3a61e5c7209b405caea9cee2a4bebb294b77c65fc3551d66
 SHA512 
e9dc4da8cd6553db4227f09b5734513939d7e361449f52472a1f51ae569377a2931a0ab6f402aef751587ff1fa50f10f222b4479aba44f862db320931eeff363
 DIST wine-staging-6.10.tar.gz 9673740 BLAKE2B 
3ec1dcc96dcf583f061408b7bdf4adf14fddf6bf0dcefbb9a060a63de7ea87c3df0a5a76c14e01b248c9b21c1ed25379867f9e4d392b251f56deb93a78b2752a
 SHA512 
9ba4fb7451f675fd9ad3e872adada708e9e7e8875f69567d9f2bef2cc8024667112538a385769eac2fd4b3c157266488458e76a1abc92d0a76109ca032103bcf
+DIST wine-staging-6.11.tar.gz 9672754 BLAKE2B 
a2d77fcfe198f9c474bb754b02c3e279faec73a30678b899aeaab53cba38b74bf43724d5b1f3d46dfa7a502b0ce637d5908dea09b386009acb937d1033445d99
 SHA512 
b9b6f206d7a37699887a9bd65c30b9d2fc333b507461dbd532fe17db881db1e79ef5620ce2421cdde8548411924fabba0f98123342f30c8d93a019b3a2125303
 DIST wine-staging-6.7.tar.gz 9722531 BLAKE2B 
1df164ea23808f40baddbbe30ed92125563c3c952e13817ddea124cf780a397237e70aa48532d5b49c8b80919122a09e579f1928a13b6d17329d51f0ba03da74
 SHA512 
74805846e2e6e5d751c25f4b98ac671f8507d3a9b13d572e166b1885e397a6bb74bd3ea4b456d46298306d632499a4b88f97eb6d53ff049c2495cf055347611d
 DIST wine-staging-6.8.tar.gz 9709006 BLAKE2B 
48a100f43cedc4217c083421d4391e5f052faf354483990552d271a5820b654b4dd4db0b3d2d1478cbdf8414da56c86e7bce05ebdb70c347d81ce0b6df811498
 SHA512 
a2dfe74b07b687af147b61f235ea2843ff38a563f37ed2ed68dce1cc0ff3d50dbd7c9596836c6e236e368e7a55cbe1ba881dac11bb0966e61a76a7376f92bdcc
 DIST wine-staging-6.9.tar.gz 9687986 BLAKE2B 
72cf53616a619638fdc91d7501c8fcc2bb9c102a1a445a9c58dd23fbb5bccc27fcf2f9635ec65b23d93839514d8aa9ede29d84d6737e49776a1d99b716295ea4
 SHA512 
09732ce6fe5e5460ef5f30ab3dd5581c94b27e1d2c228bc395b1defd32fc5e908ab32eb2a56e489b154e1d0f638ad792c80a64d82d90a33c943102b379bef937

diff --git a/app-emulation/wine-staging/wine-staging-6.11.ebuild 
b/app-emulation/wine-staging/wine-staging-6.11.ebuild
new file mode 100644
index 000..ca97ca2b378
--- /dev/null
+++ b/app-emulation/wine-staging/wine-staging-6.11.ebuild
@@ -0,0 +1,665 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx 

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/

2021-06-19 Thread Nick Sarnie
commit: 137a6a2a620d3d84b2e550392fd57a016f7e31f4
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Jun 20 00:41:14 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Jun 20 00:41:14 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=137a6a2a

app-emulation/wine-staging: Bump to 6.11

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/Manifest|   2 +
 .../wine-staging/wine-staging-6.11.ebuild  | 665 +
 2 files changed, 667 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index bd639ee..5c7e13e 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -53,6 +53,7 @@ DIST wine-5.9.tar.xz 23802356 BLAKE2B 
1879c164c647a5b849056e4149a809c390814ae832
 DIST wine-6.0.tar.xz 24192280 BLAKE2B 
baf0eee582190ede8d210390b51d330c1879cb442100bc2e957052898fbd84bcc047a885065f9bf96ac4f072f92eee44f0e1c3baddc68937286e7cc6f976bd4e
 SHA512 
c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057
 DIST wine-6.1.tar.xz 24227160 BLAKE2B 
968405fb8a4060732a6070687e28aecc9169692bf18e058d358e859a2626281b5adb67b94d849628ecbfa87ad772a367f62fd3c5f45aecdf7d0a7e7aa8167c33
 SHA512 
49ee77c41e2fb1c4f22417117b26f8a467ec6c99583fca66f147003f776fcaf5ca42227153c7ca3325dfe70141ae9bfb88e3eb6e4cf25dd31a5ba5115d2685d0
 DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e47d49de87ecf06556008e83d6e3d8655fa4439293820663910897d512a77bb78ab771632f893b46745915af
 SHA512 
f0e8f0bdab09c979772965d167d687e88998f3fd6537a592e201a2dc9097552e03b1c413516cc8c82665a8bf17580777f48bd1ed9033641f04e7ef7f0b29cc60
+DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
 DIST wine-6.2.tar.xz 24270924 BLAKE2B 
b83e7ff097d8f48cc46588a672515e8c1eafeafd592d4ced6a8347eaa33c31f9c5a2603958a10ce02463993c8ca5db77b227d0fbce452c1e3a637e5ea42cf635
 SHA512 
d28870ba58fc4ed9dc083f843d7f4ee8921722bb33e0b84c89f281fc27e5f827c0998ad629eb21c92f860dade77194d3c8a0f5b4c6ae3407fe7acef245cfa9a4
 DIST wine-6.3.tar.xz 24301496 BLAKE2B 
d36e46e369abc619d351dd3209c0c86c5e5924509fe98a9e158fd10b9ca57650b9bc20e64dc801ec1b09315ed77fd81b549ebce7f383a3f772717a2031878588
 SHA512 
20108ea5036d612e8dd61fe9254d67cad02d757ede87174ed27774e4e3537e0d1f4d67156fd430f1d01d5c68b899cb0c7b4be298d897a1ce823913efef822242
 DIST wine-6.4.tar.xz 24340220 BLAKE2B 
b09ea9237b71856184a03e64ef8cf7aa30591ebd6534a550e9365ea9ab773d81283520ca6b0efc8aa69063cdeae8da35fc22e08a40c73c6268db4d57b0442ad2
 SHA512 
f190e1b97defb4620e33d1a4e2afffd475f6b3998153c67c6d06840b4f3b93a50f88c6844de15e7f54ca712330f6fea857310861a78b961feb7f64a4869f3fe1
@@ -109,6 +110,7 @@ DIST wine-staging-5.9.tar.gz 9861847 BLAKE2B 
61eb21e4386b772b98472707ea927f74ee7
 DIST wine-staging-6.0.tar.gz 9863425 BLAKE2B 
b51e0c3dc426c637de4ee89ee7d519847edcb04b1fb160f5f196e5560ce570ced682165ac74958433de79e104765d4811f004d323f357b753cf56108b9a631bb
 SHA512 
33845e398e9c3d4bacbd9cd369983e72517fd648747433eabd933b446f9d86f1d61660959ff4e05cb661cf4038550b3df3384f588f3f5504b1f8056196ca3c38
 DIST wine-staging-6.1.tar.gz 9855125 BLAKE2B 
e5bd41294b7f17cd283d4ab90cce4f362740c2b3de2a867ef50c44639f5472392b3c11e199a66da63018f18df2f2a99579b50f27d6dd0163bd989efe1e7983e2
 SHA512 
50bf3f07cf8008731cee131852cbce43c5ec44219e8e96fb70a0fc82954b0a2a9d25ee8b25b7c62b47abd131591ca8fe0461214287601465edccda80be6d598f
 DIST wine-staging-6.10.tar.gz 9673740 BLAKE2B 
3ec1dcc96dcf583f061408b7bdf4adf14fddf6bf0dcefbb9a060a63de7ea87c3df0a5a76c14e01b248c9b21c1ed25379867f9e4d392b251f56deb93a78b2752a
 SHA512 
9ba4fb7451f675fd9ad3e872adada708e9e7e8875f69567d9f2bef2cc8024667112538a385769eac2fd4b3c157266488458e76a1abc92d0a76109ca032103bcf
+DIST wine-staging-6.11.tar.gz 9672754 BLAKE2B 
a2d77fcfe198f9c474bb754b02c3e279faec73a30678b899aeaab53cba38b74bf43724d5b1f3d46dfa7a502b0ce637d5908dea09b386009acb937d1033445d99
 SHA512 
b9b6f206d7a37699887a9bd65c30b9d2fc333b507461dbd532fe17db881db1e79ef5620ce2421cdde8548411924fabba0f98123342f30c8d93a019b3a2125303
 DIST wine-staging-6.2.tar.gz 9820682 BLAKE2B 
3de0c0ecbdabc1ffb965e6d5ebf5689fbeaf24ee33aaa2ff078db39d1542aa935b6d4d940fef570f1c60260748f4ef52b9789625b840f73e70ed3482995d505d
 SHA512 
558c46250babaacda92885c35c438797baff7b8eb45cb3cdf7f7572c35e6412e621182061a3a4e31444cc7580f99a61de6bd433bf2bb2b8139cdd718afd9cd2e
 DIST wine-staging-6.3.tar.gz 9796930 BLAKE2B 
b24e5ec57435a0d797e4d913b027226b3c891477d9df5d098be52348dff4eb704275c7c59d09f6cbdf7f86940a0e6c96bf28f94bd703fd32d6770a31426043fc
 SHA512 

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2021-06-19 Thread Nick Sarnie
commit: b561ade2364a1dd2b425caef4eca7a4ed79dede3
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Jun 20 00:40:26 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Jun 20 00:40:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=b561ade2

app-emulation/wine-vanilla: Bump to 6.11

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-6.11.ebuild  | 577 +
 2 files changed, 578 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 6159cf7..e51db41 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -59,6 +59,7 @@ DIST wine-6.0.1.tar.xz 24210540 BLAKE2B 
2075e59024e75594e0be0851db33981ebfcc5747
 DIST wine-6.0.tar.xz 24192280 BLAKE2B 
baf0eee582190ede8d210390b51d330c1879cb442100bc2e957052898fbd84bcc047a885065f9bf96ac4f072f92eee44f0e1c3baddc68937286e7cc6f976bd4e
 SHA512 
c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057
 DIST wine-6.1.tar.xz 24227160 BLAKE2B 
968405fb8a4060732a6070687e28aecc9169692bf18e058d358e859a2626281b5adb67b94d849628ecbfa87ad772a367f62fd3c5f45aecdf7d0a7e7aa8167c33
 SHA512 
49ee77c41e2fb1c4f22417117b26f8a467ec6c99583fca66f147003f776fcaf5ca42227153c7ca3325dfe70141ae9bfb88e3eb6e4cf25dd31a5ba5115d2685d0
 DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e47d49de87ecf06556008e83d6e3d8655fa4439293820663910897d512a77bb78ab771632f893b46745915af
 SHA512 
f0e8f0bdab09c979772965d167d687e88998f3fd6537a592e201a2dc9097552e03b1c413516cc8c82665a8bf17580777f48bd1ed9033641f04e7ef7f0b29cc60
+DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
 DIST wine-6.2.tar.xz 24270924 BLAKE2B 
b83e7ff097d8f48cc46588a672515e8c1eafeafd592d4ced6a8347eaa33c31f9c5a2603958a10ce02463993c8ca5db77b227d0fbce452c1e3a637e5ea42cf635
 SHA512 
d28870ba58fc4ed9dc083f843d7f4ee8921722bb33e0b84c89f281fc27e5f827c0998ad629eb21c92f860dade77194d3c8a0f5b4c6ae3407fe7acef245cfa9a4
 DIST wine-6.3.tar.xz 24301496 BLAKE2B 
d36e46e369abc619d351dd3209c0c86c5e5924509fe98a9e158fd10b9ca57650b9bc20e64dc801ec1b09315ed77fd81b549ebce7f383a3f772717a2031878588
 SHA512 
20108ea5036d612e8dd61fe9254d67cad02d757ede87174ed27774e4e3537e0d1f4d67156fd430f1d01d5c68b899cb0c7b4be298d897a1ce823913efef822242
 DIST wine-6.4.tar.xz 24340220 BLAKE2B 
b09ea9237b71856184a03e64ef8cf7aa30591ebd6534a550e9365ea9ab773d81283520ca6b0efc8aa69063cdeae8da35fc22e08a40c73c6268db4d57b0442ad2
 SHA512 
f190e1b97defb4620e33d1a4e2afffd475f6b3998153c67c6d06840b4f3b93a50f88c6844de15e7f54ca712330f6fea857310861a78b961feb7f64a4869f3fe1

diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild
new file mode 100644
index 000..497755a
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild
@@ -0,0 +1,577 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(ver_cut 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20200523"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl 
osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner 
sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vkd3d 
vulkan +X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/

2021-06-19 Thread Sam James
commit: e75d8d174545d9f72b1ac36caa220be1946a1458
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 19 23:58:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 19 23:58:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75d8d17

sci-geosciences/qgis: restore IUSE=serial

Closes: https://bugs.gentoo.org/796785
Signed-off-by: Sam James  gentoo.org>

 sci-geosciences/qgis/qgis-3.20.0-r1.ebuild | 4 +++-
 sci-geosciences/qgis/qgis-.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/qgis/qgis-3.20.0-r1.ebuild 
b/sci-geosciences/qgis/qgis-3.20.0-r1.ebuild
index 1d740be8086..54363b3b17a 100644
--- a/sci-geosciences/qgis/qgis-3.20.0-r1.ebuild
+++ b/sci-geosciences/qgis/qgis-3.20.0-r1.ebuild
@@ -22,7 +22,7 @@ HOMEPAGE="https://www.qgis.org/;
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle 
polar postgres python qml"
+IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle 
polar postgres python qml serial"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )"
 
@@ -96,6 +96,7 @@ COMMON_DEPEND="
')
)
qml? ( >=dev-qt/qtdeclarative-${QT_MIN_VER}:5 )
+   serial? ( >=dev-qt/qtserialport-${QT_MIN_VER}:5 )
 "
 DEPEND="${COMMON_DEPEND}
>=dev-qt/qttest-${QT_MIN_VER}:5
@@ -145,6 +146,7 @@ src_configure() {
-DWITH_BINDINGS=$(usex python)
-DWITH_CUSTOM_WIDGETS=$(usex python)
-DWITH_QUICK=$(usex qml)
+   -DWITH_QT5SERIALPORT=$(usex serial)
-DWITH_QTWEBKIT=OFF
)
 

diff --git a/sci-geosciences/qgis/qgis-.ebuild 
b/sci-geosciences/qgis/qgis-.ebuild
index 1d740be8086..54363b3b17a 100644
--- a/sci-geosciences/qgis/qgis-.ebuild
+++ b/sci-geosciences/qgis/qgis-.ebuild
@@ -22,7 +22,7 @@ HOMEPAGE="https://www.qgis.org/;
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle 
polar postgres python qml"
+IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle 
polar postgres python qml serial"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )"
 
@@ -96,6 +96,7 @@ COMMON_DEPEND="
')
)
qml? ( >=dev-qt/qtdeclarative-${QT_MIN_VER}:5 )
+   serial? ( >=dev-qt/qtserialport-${QT_MIN_VER}:5 )
 "
 DEPEND="${COMMON_DEPEND}
>=dev-qt/qttest-${QT_MIN_VER}:5
@@ -145,6 +146,7 @@ src_configure() {
-DWITH_BINDINGS=$(usex python)
-DWITH_CUSTOM_WIDGETS=$(usex python)
-DWITH_QUICK=$(usex qml)
+   -DWITH_QT5SERIALPORT=$(usex serial)
-DWITH_QTWEBKIT=OFF
)
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/

2021-06-19 Thread Sam James
commit: d0027e6499f6174664e09ec9bdf98b7338f00887
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 19 23:56:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 19 23:56:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0027e64

sci-geosciences/qgis: sync live ebuild

Add dev-libs/protobuf dependency here too.

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

 sci-geosciences/qgis/qgis-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-geosciences/qgis/qgis-.ebuild 
b/sci-geosciences/qgis/qgis-.ebuild
index 4c2bb3fd009..1d740be8086 100644
--- a/sci-geosciences/qgis/qgis-.ebuild
+++ b/sci-geosciences/qgis/qgis-.ebuild
@@ -38,6 +38,7 @@ COMMON_DEPEND="
dev-db/sqlite:3
dev-libs/expat
dev-libs/libzip:=
+   dev-libs/protobuf:=
dev-libs/qtkeychain[qt5(+)]
>=dev-qt/designer-${QT_MIN_VER}:5
>=dev-qt/qtconcurrent-${QT_MIN_VER}:5



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

2021-06-19 Thread Sam James
commit: 33aa97319d89718907382aebc47829af85dadc09
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 19 23:53:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 19 23:53:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aa9731

dev-db/postgresql: Stabilize 9.6.22 ppc64, #793734

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

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

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



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

2021-06-19 Thread Sam James
commit: da0f07c829d4cb9f733b9823a1a8c6ef00cd5999
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 19 23:53:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 19 23:53:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0f07c8

dev-perl/HTTP-Message: Stabilize 6.290.0 ppc64, #796782

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

 dev-perl/HTTP-Message/HTTP-Message-6.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTTP-Message/HTTP-Message-6.290.0.ebuild 
b/dev-perl/HTTP-Message/HTTP-Message-6.290.0.ebuild
index 4764d700800..388b517606e 100644
--- a/dev-perl/HTTP-Message/HTTP-Message-6.290.0.ebuild
+++ b/dev-perl/HTTP-Message/HTTP-Message-6.290.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class for Request/Response"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-06-19 Thread Sam James
commit: ba2f9794f67d120d7f30ca500faaab97cbff59d5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 19 23:53:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 19 23:53:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2f9794

dev-db/postgresql: Stabilize 11.12 ppc64, #793734

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

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

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



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

2021-06-19 Thread Sam James
commit: b8f90d37325077b3188de17244919f00c40044fd
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 19 23:53:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 19 23:53:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f90d37

dev-perl/HTTP-Message: Stabilize 6.290.0 sparc, #796782

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

 dev-perl/HTTP-Message/HTTP-Message-6.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTTP-Message/HTTP-Message-6.290.0.ebuild 
b/dev-perl/HTTP-Message/HTTP-Message-6.290.0.ebuild
index f1dcc60a7bd..4764d700800 100644
--- a/dev-perl/HTTP-Message/HTTP-Message-6.290.0.ebuild
+++ b/dev-perl/HTTP-Message/HTTP-Message-6.290.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class for Request/Response"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-06-19 Thread Sam James
commit: 4b84fbe4daa621e112b4cba1a29e00d5c2d0dd61
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 19 23:53:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 19 23:53:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b84fbe4

dev-db/postgresql: Stabilize 10.17 ppc64, #793734

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

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

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



  1   2   3   4   >