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

2020-11-08 Thread Benda XU
commit: 53ad8ddd1a2925e798cddca903e50b64318976e2
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Sep 24 12:55:11 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov  9 07:54:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ad8ddd

dev-python/chart-studio: chart utilities for plotly

made into a separate package for >=4.x.x

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

 dev-python/chart-studio/Manifest  |  1 +
 dev-python/chart-studio/chart-studio-1.1.0.ebuild | 23 +++
 dev-python/chart-studio/metadata.xml  | 20 
 3 files changed, 44 insertions(+)

diff --git a/dev-python/chart-studio/Manifest b/dev-python/chart-studio/Manifest
new file mode 100644
index 000..dc46b9a16cb
--- /dev/null
+++ b/dev-python/chart-studio/Manifest
@@ -0,0 +1 @@
+DIST chart-studio-1.1.0.tar.gz 51680 BLAKE2B 
02aeb188dae3c1ff73faea891b0a9bef775ecac58e79ec4a43f2c0e0ca1ad71f5ba0cd93bd35779e7358b9495549915e23acb2817cb7ecd3becd4afccec71077
 SHA512 
1ee049b79df9e5f781cf279f03df718597ef4c0cc0dc02975a16b5a8f34f9330636453868f54e12e9ec8484a23c3481dc6a367995b359e1a4c2363860a962256

diff --git a/dev-python/chart-studio/chart-studio-1.1.0.ebuild 
b/dev-python/chart-studio/chart-studio-1.1.0.ebuild
new file mode 100644
index 000..04fdd115fd2
--- /dev/null
+++ b/dev-python/chart-studio/chart-studio-1.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plot.ly/python/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/plotly[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/retrying[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/chart-studio/metadata.xml 
b/dev-python/chart-studio/metadata.xml
new file mode 100644
index 000..301f9875d59
--- /dev/null
+++ b/dev-python/chart-studio/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+s...@gentoo.org
+Gentoo Science Project
+  
+  
+gen...@aisha.cc
+Aisha Tammy
+  
+  
+Python plotting library for collaborative, interactive, publication-quality
+graphs. Plotly is an online collaborative data analysis and graphing tool. 
+  
+  
+plotly
+plotly/plotly.py
+  
+



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

2020-11-08 Thread Benda XU
commit: ce5fe98e21cfd86d051066b1d832c84196f205e9
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Sep 24 12:57:30 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov  9 07:54:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5fe98e

dev-python/plotly-geo: geo files for plotly

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

 dev-python/plotly-geo/Manifest|  1 +
 dev-python/plotly-geo/metadata.xml| 20 
 dev-python/plotly-geo/plotly-geo-1.0.0.ebuild | 20 
 3 files changed, 41 insertions(+)

diff --git a/dev-python/plotly-geo/Manifest b/dev-python/plotly-geo/Manifest
new file mode 100644
index 000..43ba51a2d31
--- /dev/null
+++ b/dev-python/plotly-geo/Manifest
@@ -0,0 +1 @@
+DIST plotly-geo-1.0.0.tar.gz 23718591 BLAKE2B 
f78b36cd7ac6ec10e830f6be5758ed31ad2382882454d96ef652a73a11aa9b3be46ea24fd3f49a6189d9fd9eeaa89ca6777c691be9fc65f4d2a04a4d2bd58823
 SHA512 
977621c0fc84a6c72b2a91bcba27cc25b277f32cc87a7098675b3d7cb8c468a8291ef66397f3ceb45fbaa3484eba53d7649f809cf9d02af6309562af0b4fdf4a

diff --git a/dev-python/plotly-geo/metadata.xml 
b/dev-python/plotly-geo/metadata.xml
new file mode 100644
index 000..301f9875d59
--- /dev/null
+++ b/dev-python/plotly-geo/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+s...@gentoo.org
+Gentoo Science Project
+  
+  
+gen...@aisha.cc
+Aisha Tammy
+  
+  
+Python plotting library for collaborative, interactive, publication-quality
+graphs. Plotly is an online collaborative data analysis and graphing tool. 
+  
+  
+plotly
+plotly/plotly.py
+  
+

diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild 
b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild
new file mode 100644
index 000..8e9ea441129
--- /dev/null
+++ b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plot.ly/python/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/plotly[${PYTHON_USEDEP}]
+"



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

2020-11-08 Thread Benda XU
commit: e6c6f26ab199eb11f4479d6870de262f9a9fb53d
Author: Aisha Tammy  aisha  cc>
AuthorDate: Wed Sep 23 01:28:43 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov  9 07:54:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c6f26a

dev-python/plotly: version bump to 4.10.0

Closes: https://bugs.gentoo.org/641650
Closes: https://github.com/gentoo/gentoo/pull/17643
Reported-by: Martin H, Anton Bolshakov

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Benda Xu  gentoo.org>

 dev-python/plotly/Manifest |  1 +
 dev-python/plotly/metadata.xml |  4 
 dev-python/plotly/plotly-4.10.0.ebuild | 29 +
 3 files changed, 34 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index 311b96dad54..3e25f85db56 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1 +1,2 @@
 DIST plotly-1.9.6.tar.gz 546722 BLAKE2B 
5905af517ef40bc077492f01b49c367c0aa03a96accb86ec072e188a43e463c187a0b9dee3d0df33669aa6d600ed9127b067c7099947e5235331d14ce10bf33c
 SHA512 
7564036ed3745fc06ee7428942e45ca6bfaefa1e47b08a5868a918924268ee632515f1de4bf3e90911234f18a4d85b092ecb6ef9f213b939093dcb433a12dec4
+DIST plotly-4.10.0.tar.gz 6263967 BLAKE2B 
a78ddf286993621a555cc7f34a5ad0f44e93dcceb9bdac2a20f0cd80257e90485f20b4c89a350a3718b104401d7677a762231c6a774e5c2757a2de1454822875
 SHA512 
bc32dac7e5621b254c3868e85ed18133ad8341bed5784f707a89242c5e1ef9959afc603a91ccb068aca24032d3ff5b44678811c405d579284334f051f59f93aa

diff --git a/dev-python/plotly/metadata.xml b/dev-python/plotly/metadata.xml
index b92ec11d752..301f9875d59 100644
--- a/dev-python/plotly/metadata.xml
+++ b/dev-python/plotly/metadata.xml
@@ -5,6 +5,10 @@
 s...@gentoo.org
 Gentoo Science Project
   
+  
+gen...@aisha.cc
+Aisha Tammy
+  
   
 Python plotting library for collaborative, interactive, publication-quality
 graphs. Plotly is an online collaborative data analysis and graphing tool. 

diff --git a/dev-python/plotly/plotly-4.10.0.ebuild 
b/dev-python/plotly/plotly-4.10.0.ebuild
new file mode 100644
index 000..24a60e31680
--- /dev/null
+++ b/dev-python/plotly/plotly-4.10.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="https://plot.ly/python/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/retrying[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   mkdir -p "${ED}"/etc/ || die
+   mv "${ED}"/usr/etc/jupyter "${ED}"/etc/ || die
+   rmdir "${ED}"/usr/etc || die
+}



[gentoo-commits] proj/sci:master commit in: sci-libs/mkl/

2020-11-08 Thread Benda XU
commit: 20c05ff28aa7deb559aa5d33196f29e07f39ddc6
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Nov  9 07:39:17 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov  9 07:39:17 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=20c05ff2

sci-libs/mkl: landed on to ::gentoo.

Signed-off-by: Benda Xu  gentoo.org>

 sci-libs/mkl/metadata.xml  |  19 ---
 sci-libs/mkl/mkl-18.0.2.199.ebuild | 108 -
 sci-libs/mkl/mkl-19.0.4.243.ebuild | 105 
 sci-libs/mkl/mkl-2020.1.217.ebuild | 101 --
 4 files changed, 333 deletions(-)

diff --git a/sci-libs/mkl/metadata.xml b/sci-libs/mkl/metadata.xml
deleted file mode 100644
index 5d7029a9d..0
--- a/sci-libs/mkl/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-   
-The Intel(R) Math Kernel Library is a mathematical library mostly
-optimized for Intel processors (also works on AMDs). It contains BLAS
-and LAPACK implementations, Fast Fourier Transforms, a vector math
-library, and random number generators. It also has multiprocessor
-capacities. The package is installed as binary and has a restrictive
-license. Please see license terms and home page for proper use.
-
-   
-   Build the 64 bits integer library
-   
-

diff --git a/sci-libs/mkl/mkl-18.0.2.199.ebuild 
b/sci-libs/mkl/mkl-18.0.2.199.ebuild
deleted file mode 100644
index 26c8fd725..0
--- a/sci-libs/mkl/mkl-18.0.2.199.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-INTEL_DIST_SKU=3235
-INTEL_DIST_PV=2018_update2_professional_edition
-
-inherit alternatives-2 intel-sdp-r1 numeric-int64-multibuild
-
-DESCRIPTION="Intel Math Kernel Library: linear algebra, fft, math functions"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-mkl/";
-
-IUSE="doc int64"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND=""
-RDEPEND="~dev-libs/intel-common-${PV}[compiler]"
-
-CHECKREQS_DISK_BUILD=3500M
-
-INTEL_DIST_DAT_RPMS=(
-   "mkl-cluster-c-2018.2-199-2018.2-199.noarch.rpm"
-   "mkl-cluster-common-2018.2-199-2018.2-199.noarch.rpm"
-   "mkl-cluster-f-2018.2-199-2018.2-199.noarch.rpm"
-   "mkl-common-2018.2-199-2018.2-199.noarch.rpm"
-   "mkl-common-c-2018.2-199-2018.2-199.noarch.rpm"
-   "mkl-common-c-ps-2018.2-199-2018.2-199.noarch.rpm"
-   "mkl-common-f-2018.2-199-2018.2-199.noarch.rpm"
-   "mkl-common-ps-2018.2-199-2018.2-199.noarch.rpm"
-   "mkl-f95-common-2018.2-199-2018.2-199.noarch.rpm")
-INTEL_DIST_AMD64_RPMS=(
-   "mkl-cluster-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-cluster-rt-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-core-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-core-c-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-core-f-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-core-ps-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-core-rt-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-f95-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-gnu-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-gnu-c-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-gnu-f-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-gnu-f-rt-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-gnu-rt-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-pgi-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-pgi-c-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-pgi-f-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-pgi-rt-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-tbb-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-tbb-rt-2018.2-199-2018.2-199.x86_64.rpm")
-INTEL_DIST_X86_RPMS=(
-   "mkl-core-32bit-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-core-c-32bit-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-core-f-32bit-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-core-ps-32bit-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-core-rt-32bit-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-f95-32bit-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-gnu-32bit-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-gnu-c-32bit-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-gnu-f-32bit-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-gnu-f-rt-32bit-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-gnu-rt-32bit-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-tbb-32bit-2018.2-199-2018.2-199.x86_64.rpm"
-   "mkl-tbb-rt-32bit-2018.2-199-2018.2-199.x86_64.rpm")
-
-pkg_setup() {
-   if use doc; then
-   INTEL_DIST_DAT_RPMS+=(
-   "mkl-doc-2018-2018.2-199.noarch.rpm"
-   "mkl-doc-ps-2018-2018.2-199.noarch.rpm")
-   fi
-}
-
-_mkl_add_alternative_provider() {
-   local prov=$1; shift
-   local alt
-   for alt in $*; do
-   NUMERIC_MODUL

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2020-11-08 Thread Agostino Sarubbo
commit: fc602d15a6a5ae3b2cdfb56d42646b16e29e5ac3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  9 07:40:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  9 07:40:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc602d15

sys-kernel/git-sources: Automated version bump to 5.10_rc3.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/git-sources/Manifest|  1 +
 sys-kernel/git-sources/git-sources-5.10_rc3.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index ecdfa7071ad..a2cec6b9021 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,3 +1,4 @@
 DIST linux-5.9.tar.xz 115507140 BLAKE2B 
e8d11472d63a9f8409ca12a2e8c97c6963a3d4516b5a398b627d6ece565584526f9b5a1377a2fa4bd184c09c7db94c987428bc5d52df0c788464a67e9e8d6dcb
 SHA512 
d3d92ce4246bad74c9a784212f160d98449b1e8793970c2c308276568d852b8effe0528686bdb87d55d691f09a826abf7938d69bdd4759ce65ddd5c05ffe4eca
 DIST patch-5.10-rc1.patch 63423359 BLAKE2B 
83bd8492121f572584805667cda35964a1ab68730f7a61e2f6d5de950b61c29b08728596fd8802cfa02b58986da3559ffbb41be70816533bd6139fda55b9f233
 SHA512 
80f493f134cdce969f80ebf39dd473d1dce00b3fa419569ba761a4b91172fca2112892a91ca1d2f996e1a85e60840ec1244af0e735be46d285e941efa42b5bb1
 DIST patch-5.10-rc2.patch 65041019 BLAKE2B 
1bba1e257e24d6bf601cc8bc90143ec547a78218738af03d35edab9979d281a3071456c925c248c5f73d8e1d02ce07f5cf7255df5f957fe6a69fcf390149f8f7
 SHA512 
91b322b6cfc65b056332353b242cd2ce25148643cf96d19af5c37ec0a67a150c2d1757d1c665e7158a7e50f764b7645d553a7688d878a7fd7e5756f906dbc7ef
+DIST patch-5.10-rc3.patch 65452543 BLAKE2B 
c93fc460613fc75b323580916376d6300faea9856f1873e193ffd552f375a7348e278a37e949bbe5ef2ce4ab26eea5fee6ada4cf610650caed1c974ec7d5c226
 SHA512 
7cab607fb72b524217f39f1aabd6f7f24a3c5ec08a68cc6346d574c8bebcaef46aaf51d91d13ba9117f55ac9efeb95aaff6b95e683f9a87262028cbc0910426d

diff --git a/sys-kernel/git-sources/git-sources-5.10_rc3.ebuild 
b/sys-kernel/git-sources/git-sources-5.10_rc3.ebuild
new file mode 100644
index 000..90316ad9986
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.10_rc3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="5.9"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org";
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.5"
+
+pkg_postinst() {
+   postinst_sources
+}



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

2020-11-08 Thread Benda XU
commit: 56846e03ed7c84387775b9ef6b99f8fdf65add10
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Nov  5 13:47:11 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov  9 07:38:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56846e03

sci-libs/mkl: version bump to 2020.4.304

Use eselect-ldso mechanism.
Respect Prefix.

Closes: https://bugs.gentoo.org/587338
Closes: https://bugs.gentoo.org/592662
Closes: https://bugs.gentoo.org/747304
Closes: https://bugs.gentoo.org/260810
Closes: https://bugs.gentoo.org/715548
Closes: https://bugs.gentoo.org/719976

Reported-by: Juergen Rose, François Bissey, Florian D., Martin Mokrejš
Reported-by: Michel Lang, juantxorena  gmail.com, Chris Larson, jorge

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

 sci-libs/mkl/Manifest  |   1 +
 sci-libs/mkl/mkl-2020.4.304.ebuild | 230 +
 2 files changed, 231 insertions(+)

diff --git a/sci-libs/mkl/Manifest b/sci-libs/mkl/Manifest
index 015a339f3b9..78d062bccf5 100644
--- a/sci-libs/mkl/Manifest
+++ b/sci-libs/mkl/Manifest
@@ -1 +1,2 @@
 DIST l_mkl_p_10.0.5.025.tgz 230389719 BLAKE2B 
622dd0076c8e6d747f170685b6a378db95aa2453d15a53c93ef863729bb8dc76409d7bf72f8bab8ef9a07d8efe1e448cb9e7fc8e6f0c0b2cbbf0a0f6944e2a86
 SHA512 
621c3bfdecb57313e375424e391c0630a29efd70196e3e4bfc5b4ddd03aa45fda4761523652d875f2e60d466a0010c06659306b11f20966fba4943c308fa6f84
+DIST mkl-2020.4.304.tar.gz 549319314 BLAKE2B 
9ffdb0dc87c9fba1f003961f09cabef7376bd3d10e98085900c863383f0eb1e026f0f804390b2edf4e29d5b0b685af7b74092a7cb5cc871ca656462cec9487e4
 SHA512 
9c4ff7710484a1c0dd3e6ba7401eb6cb599f771651006b6a570c45b9abf1f43e8e400940d859a656c6892aa81e634c4d74eefe88e8287fdbb19a513f332326b7

diff --git a/sci-libs/mkl/mkl-2020.4.304.ebuild 
b/sci-libs/mkl/mkl-2020.4.304.ebuild
new file mode 100644
index 000..ed552ffeb60
--- /dev/null
+++ b/sci-libs/mkl/mkl-2020.4.304.ebuild
@@ -0,0 +1,230 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit multilib-build
+
+MAGIC=16917# from registration center
+MY_P=${P/-/_}  # mkl_2020.4.304
+MY_PV=$(ver_rs 2 '-')  # 2020.4-304
+
+DESCRIPTION="Intel Math Kernel Library"
+HOMEPAGE="https://software.intel.com/en-us/intel-mkl";
+SRC_URI="http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/${MAGIC}/l_${MY_P}.tgz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/l_${MY_P}
+
+LICENSE="ISSL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+RESTRICT="strip"
+
+# MKL uses Intel/LLVM OpenMP by default.
+# One can change the threadding layer to "gnu" or "tbb"
+# through the MKL_THREADING_LAYER env var.
+RDEPEND="
+   app-eselect/eselect-blas
+   app-eselect/eselect-lapack
+   sys-libs/libomp[${MULTILIB_USEDEP}]
+"
+
+QA_PREBUILT="*"
+QA_TEXTRELS="*"
+QA_SONAME="*"
+
+# first unpack all rpms
+# find folders containing header like, static and dynamic lib files
+# these are the only folders we care about
+# find "${S}"/rpm -type f \( -name "*.a" -o -name "*.so" -o -wholename 
"*mkl/include*" \) \
+#  | tr '/' ' ' | awk '{ print $2 }' | sort | uniq
+
+# ignore all conda-* rpms
+# ignore all empty rpms
+# information about rest:
+#
+# mkl-core-ps-32bit-2020.3-279-2020.3-279.x86_64.rpm | some prebuilt benchmark 
executables
+# psxe-common-2020.3-111-2020.3-111.noarch.rpm
+# comp-l-all-vars-19.1.2-279-19.1.2-279.noarch.rpm
+# comp-nomcu-vars-19.1.2-279-19.1.2-279.noarch.rpm
+# mkl-cluster-c-2020.3-279-2020.3-279.noarch.rpm
+# mkl-cluster-f-2020.3-279-2020.3-279.noarch.rpm
+# mkl-doc-2020-2020.3-279.noarch.rpm
+# mkl-common-ps-2020.3-279-2020.3-279.noarch.rpm | only contains benchmarks
+# compxe-pset-2020.3-111-2020.3-111.noarch.rpm | only contains benchmarks
+# mkl-doc-ps-2020-2020.3-279.noarch.rpm
+# mkl-common-2020.3-279-2020.3-279.noarch.rpm | setting up environment vars 
(might be needed for parallel studio)
+# mkl-installer-license-2020.3-279-2020.3-279.noarch.rpm | already have license
+# mkl-psxe-2020.3-111-2020.3-111.noarch.rpm | useless files
+# mkl-common-c-ps-2020.3-279-2020.3-279.noarch.rpm | contained in common-c
+
+INTEL_DIST_X86_RPMS=(
+   mkl-core-32bit
+   mkl-core-rt-32bit
+   mkl-f95-32bit
+   mkl-gnu-32bit
+   mkl-gnu-f-32bit
+   mkl-gnu-f-rt-32bit
+   mkl-gnu-rt-32bit
+   mkl-tbb-32bit
+   mkl-tbb-rt
+   intel-openmp-32bit-19.1.3-304-19.1.3-304.x86_64.rpm
+)
+INTEL_DIST_AMD64_RPMS=(
+   mkl-cluster
+   mkl-cluster-rt
+   mkl-core
+   mkl-core-ps
+   mkl-core-rt
+   mkl-f95
+   mkl-gnu
+   mkl-gnu-f
+   mkl-gnu-rt
+   mkl-gnu-f-rt
+   mkl-pgi
+   mkl-pgi-rt
+   mkl-tbb
+   mkl-tbb-rt
+   intel-openmp-19.1.3-304-19.1.3-304.x86_64.rpm
+)
+INTEL_DIST_DAT_RPMS=(
+   mkl-common-c
+   mkl-common-f
+   mk

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

2020-11-08 Thread Benda XU
commit: 94b1a98a4d9480266163c56c84990d042a5b98e7
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Nov  5 13:49:33 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov  9 07:38:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b1a98a

profiles/package.mask: mask sci-libs/mkl-rt, provided by mkl

Bug: https://bugs.gentoo.org/747310
Closes: https://github.com/gentoo/gentoo/pull/18137
Closes: https://bugs.gentoo.org/725552
Closes: https://bugs.gentoo.org/731920
Closes: https://bugs.gentoo.org/731922
Closes: https://bugs.gentoo.org/731924

Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Benda Xu  gentoo.org>

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 465ab96e818..789b2c17828 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Benda Xu  (2020-11-09)
+# sci-libs/mkl-rt is now subsumed by the updated sci-libs/mkl package
+# which also provides development header files and pkgconfig files
+# Removal in 30 days. Bug #747310.
+sci-libs/mkl-rt
+
 # Matt Turner  (2020-11-08)
 # Uninstallable because of fetch restriction and dead download link.
 # Removal in 30 days.  Bug #725646.



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

2020-11-08 Thread Benda XU
commit: 3020504e452e37e5304dd8465aed9c9040edc3db
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Nov  5 13:47:39 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov  9 07:38:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3020504e

sci-libs/mkl: drop really old version.

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

 sci-libs/mkl/Manifest |   1 -
 sci-libs/mkl/metadata.xml |   4 -
 sci-libs/mkl/mkl-10.0.5.025-r1.ebuild | 366 --
 3 files changed, 371 deletions(-)

diff --git a/sci-libs/mkl/Manifest b/sci-libs/mkl/Manifest
index 78d062bccf5..42f2d6c292c 100644
--- a/sci-libs/mkl/Manifest
+++ b/sci-libs/mkl/Manifest
@@ -1,2 +1 @@
-DIST l_mkl_p_10.0.5.025.tgz 230389719 BLAKE2B 
622dd0076c8e6d747f170685b6a378db95aa2453d15a53c93ef863729bb8dc76409d7bf72f8bab8ef9a07d8efe1e448cb9e7fc8e6f0c0b2cbbf0a0f6944e2a86
 SHA512 
621c3bfdecb57313e375424e391c0630a29efd70196e3e4bfc5b4ddd03aa45fda4761523652d875f2e60d466a0010c06659306b11f20966fba4943c308fa6f84
 DIST mkl-2020.4.304.tar.gz 549319314 BLAKE2B 
9ffdb0dc87c9fba1f003961f09cabef7376bd3d10e98085900c863383f0eb1e026f0f804390b2edf4e29d5b0b685af7b74092a7cb5cc871ca656462cec9487e4
 SHA512 
9c4ff7710484a1c0dd3e6ba7401eb6cb599f771651006b6a570c45b9abf1f43e8e400940d859a656c6892aa81e634c4d74eefe88e8287fdbb19a513f332326b7

diff --git a/sci-libs/mkl/metadata.xml b/sci-libs/mkl/metadata.xml
index 446435794d0..59fd7e51f0f 100644
--- a/sci-libs/mkl/metadata.xml
+++ b/sci-libs/mkl/metadata.xml
@@ -13,8 +13,4 @@
capacities. The package is installed as binary and has a 
restrictive
license. Please see license terms and home page for proper use.

-   
-   Installs the BLAS/LAPACK FORTRAN95 
static libraries
-   Installs the 64 bits integer libraries
-   
 

diff --git a/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild 
b/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild
deleted file mode 100644
index bd88e59f5c5..000
--- a/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild
+++ /dev/null
@@ -1,366 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit check-reqs fortran-2 toolchain-funcs
-
-PID=1232
-PB=${PN}
-P_ARCHIVE=l_${PN}_p_${PV}
-
-DESCRIPTION="Intel(R) Math Kernel Library: linear algebra, fft, math functions"
-HOMEPAGE="https://software.intel.com/en-us/mkl";
-SRC_URI="http://registrationcenter-download.intel.com/irc_nas/${PID}/${P_ARCHIVE}.tgz";
-
-SLOT="0"
-LICENSE="Intel-SDP"
-KEYWORDS="-* ~amd64 ~ia64 ~x86"
-IUSE="doc fftw fortran95 int64 mpi"
-
-RESTRICT="bindist strip mirror"
-
-DEPEND="
-   app-eselect/eselect-blas
-   app-eselect/eselect-cblas
-   app-eselect/eselect-lapack"
-RDEPEND="${DEPEND}
-   doc? ( app-doc/blas-docs app-doc/lapack-docs )
-   mpi? ( virtual/mpi )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-10.0.2.018-openmpi.patch # allow openmpi to work
-)
-
-MKL_DIR=/opt/intel/${PN}/${PV}
-INTEL_LIC_DIR=/opt/intel/licenses
-
-CHECKREQS_DISK_BUILD=3500M
-
-QA_PREBUILT="opt/intel/${PN}/${PV}/*"
-
-get_fcomp() {
-   case $(tc-getFC) in
-   *gfortran* )
-   FCOMP="gfortran" ;;
-   ifort )
-   FCOMP="ifc" ;;
-   * )
-   FCOMP=$(tc-getFC) ;;
-   esac
-}
-
-pkg_setup() {
-   check-reqs_pkg_setup
-   fortran-2_pkg_setup
-   # Check the license
-   if [[ -z ${MKL_LICENSE} ]]; then
-   MKL_LICENSE="$(grep -ls MKern ${ROOT}${INTEL_LIC_DIR}/* | tail 
-n 1)"
-   MKL_LICENSE=${MKL_LICENSE/${ROOT}/}
-   fi
-   if  [[ -z ${MKL_LICENSE} ]]; then
-   eerror "Did not find any valid mkl license."
-   eerror "Register at ${HOMEPAGE} to receive a license"
-   eerror "and place it in ${INTEL_LIC_DIR} or run:"
-   eerror "export MKL_LICENSE=/my/license/file emerge mkl"
-   die "license setup failed"
-   fi
-
-   # Check if we have enough free diskspace to install
-   CHECKREQS_DISK_BUILD="1100M"
-   check-reqs_pkg_setup
-
-   # Check and setup fortran
-   if use fortran95; then
-   # blas95 and lapack95 don't compile with gfortran < 4.2
-   [[ $(tc-getFC) =~ (gfortran|g77) ]] && [[ 
$(gcc-major-version)$(gcc-minor-version) -lt 42 ]] &&
-   die "blas95 and lapack95 don't compile with gfortran < 4.2"
-   fi
-   MKL_FC="gnu"
-   [[ $(tc-getFC) =~ if ]] && MKL_FC="intel"
-
-   # build profiles according to what compiler is installed
-   MKL_CC="gnu"
-   [[ $(tc-getCC) == icc ]] && MKL_CC="intel"
-
-   if has_version sys-cluster/mpich; then
-   MKL_MPI=mpich
-   elif has_version sys-cluster/mpich2; then
-   MKL_MPI=mpich2
-   elif has_version sys-cl

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Bytes-Human/

2020-11-08 Thread Joonas Niilola
commit: 9ec664e43ce663f8e9f4530c16fdfa6bc20c2184
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Nov  9 07:02:44 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov  9 07:33:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec664e4

dev-perl/Number-Bytes-Human: stabilize 0.110.0 on x86

Bug: https://bugs.gentoo.org/731798
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild 
b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
index 4c4daf3cc87..a4854d065e9 100644
--- a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
+++ b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Convert byte count to human readable format"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-11-08 Thread Joonas Niilola
commit: 9d54e3ddfeb9bc082f9182c64fb7b4747b94d8f5
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Nov  9 07:30:56 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov  9 07:33:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d54e3dd

x11-misc/shutter: stabilize 0.94.3_p20200621 on amd64

Closes: https://bugs.gentoo.org/753599
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/shutter/shutter-0.94.3_p20200621.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/shutter/shutter-0.94.3_p20200621.ebuild 
b/x11-misc/shutter/shutter-0.94.3_p20200621.ebuild
index 40d17934d89..24c6be4534e 100644
--- a/x11-misc/shutter/shutter-0.94.3_p20200621.ebuild
+++ b/x11-misc/shutter/shutter-0.94.3_p20200621.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${MY_COMMIT}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-lang/perl



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Bytes-Human/

2020-11-08 Thread Joonas Niilola
commit: 83b4b8ec27cce8652860a41a50a55ea3139955eb
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Nov  9 07:07:30 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov  9 07:33:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b4b8ec

dev-perl/Number-Bytes-Human: stabilize 0.11.0 on amd64

Closes: https://bugs.gentoo.org/731798
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild 
b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
index a4854d065e9..24c00f3e62b 100644
--- a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
+++ b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Convert byte count to human readable format"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-11-08 Thread Joonas Niilola
commit: f8ea46338d78ba7f25028e12ad980568a8dd2053
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Nov  9 07:26:23 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov  9 07:33:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ea4633

x11-misc/shutter: stabilize 0.94.3_p20200621 on x86

Bug: https://bugs.gentoo.org/753599
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/shutter/shutter-0.94.3_p20200621.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/shutter/shutter-0.94.3_p20200621.ebuild 
b/x11-misc/shutter/shutter-0.94.3_p20200621.ebuild
index b50087351ae..40d17934d89 100644
--- a/x11-misc/shutter/shutter-0.94.3_p20200621.ebuild
+++ b/x11-misc/shutter/shutter-0.94.3_p20200621.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${MY_COMMIT}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
dev-lang/perl



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/lens-family-th/files/

2020-11-08 Thread Sergei Trofimovich
commit: 0790140e3489a48aaacc8f824554823e5d34fe3a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Nov  8 19:01:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov  9 07:32:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0790140e

dev-haskell/lens-family-th: remove unused patch(es)

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18190
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../files/lens-family-th-0.4.1.0-ghc-8.patch   | 40 --
 1 file changed, 40 deletions(-)

diff --git 
a/dev-haskell/lens-family-th/files/lens-family-th-0.4.1.0-ghc-8.patch 
b/dev-haskell/lens-family-th/files/lens-family-th-0.4.1.0-ghc-8.patch
deleted file mode 100644
index 06be29a8131..000
--- a/dev-haskell/lens-family-th/files/lens-family-th-0.4.1.0-ghc-8.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff --git a/Lens/Family/THCore.hs b/Lens/Family/THCore.hs
-index d4f2740..2f53db6 100644
 a/Lens/Family/THCore.hs
-+++ b/Lens/Family/THCore.hs
-@@ -1 +1,2 @@
-+{-# LANGUAGE CPP #-}
- {-# LANGUAGE TemplateHaskell #-}
-@@ -52,4 +53,9 @@ extractLensTypeInfo datatype = do
-   return $ case i of
-+#if MIN_VERSION_template_haskell(2,11,0)
-+TyConI (DataD_ n ts _ _ _) -> (n, ts)
-+TyConI (NewtypeD _ n ts _ _ _) -> (n, ts)
-+#else
- TyConI (DataD_ n ts _ _) -> (n, ts)
- TyConI (NewtypeD _ n ts _ _) -> (n, ts)
-+#endif
- _ -> error $ "Can't derive Lens for: "  ++ datatypeStr
-@@ -63,2 +69,8 @@ extractConstructorFields datatype = do
-   return $ case i of
-+#if MIN_VERSION_template_haskell(2,11,0)
-+TyConI (DataD_ _ _ _ [RecC _ fs] _) -> fs
-+TyConI (NewtypeD _ _ _ _ (RecC _ fs) _) -> fs
-+TyConI (DataD_ _ _ _ [_] _) ->
-+  error $ "Can't derive Lens without record selectors: " ++ datatypeStr
-+#else
- TyConI (DataD_ _ _ [RecC _ fs] _) -> fs
-@@ -67,2 +79,3 @@ extractConstructorFields datatype = do
-   error $ "Can't derive Lens without record selectors: " ++ datatypeStr
-+#endif
- TyConI NewtypeD{} ->
-@@ -134,4 +147,9 @@ extractConstructorInfo datatype = do
-   return $ case i of
-+#if MIN_VERSION_template_haskell(2,11,0)
-+TyConI (DataD_ _ _ _ fs _) -> fs
-+TyConI (NewtypeD _ _ _ _ f  _) -> [f]
-+#else
- TyConI (DataD_ _ _ fs _) -> fs
- TyConI (NewtypeD _ _ _ f  _) -> [f]
-+#endif
- _ -> error $ "Can't derive traversal for: " ++ datatypeStr



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

2020-11-08 Thread Sergei Trofimovich
commit: bd26a4acc79cb740181fae57b9d9c53d21ac5a34
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Nov  8 19:03:37 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov  9 07:32:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd26a4ac

dev-libs/elfutils: remove unused patch

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18189
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../elfutils/files/elfutils-0.180-readelf.patch| 23 --
 1 file changed, 23 deletions(-)

diff --git a/dev-libs/elfutils/files/elfutils-0.180-readelf.patch 
b/dev-libs/elfutils/files/elfutils-0.180-readelf.patch
deleted file mode 100644
index a347d03041d..000
--- a/dev-libs/elfutils/files/elfutils-0.180-readelf.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Use tool-prefixed readelf.
 a/configure.ac
-+++ b/configure.ac
-@@ -200,7 +200,7 @@ fi
- # We really want build-ids. Warn and force generating them if gcc was
- # configure without --enable-linker-build-id
- AC_CACHE_CHECK([whether the compiler generates build-ids], ac_cv_buildid, [dnl
--AC_LINK_IFELSE([AC_LANG_PROGRAM()],[ac_cv_buildid=yes; readelf -n 
conftest$EXEEXT | grep -q NT_GNU_BUILD_ID || 
ac_cv_buildid=no],AC_MSG_FAILURE([unexpected compile failure]))])
-+AC_LINK_IFELSE([AC_LANG_PROGRAM()],[ac_cv_buildid=yes; $READELF -n 
conftest$EXEEXT | grep -q NT_GNU_BUILD_ID || 
ac_cv_buildid=no],AC_MSG_FAILURE([unexpected compile failure]))])
- if test "$ac_cv_buildid" = "no"; then
-   AC_MSG_WARN([compiler doesn't generate build-id by default])
-   LDFLAGS="$LDFLAGS -Wl,--build-id"
 a/configure
-+++ b/configure
-@@ -5343,7 +5343,7 @@ main ()
- }
- _ACEOF
- if ac_fn_c_try_link "$LINENO"; then :
--  ac_cv_buildid=yes; readelf -n conftest$EXEEXT | grep -q NT_GNU_BUILD_ID || 
ac_cv_buildid=no
-+  ac_cv_buildid=yes; $READELF -n conftest$EXEEXT | grep -q NT_GNU_BUILD_ID || 
ac_cv_buildid=no
- else
-   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
- $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}



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

2020-11-08 Thread Fabian Groffen
commit: ffcf405cd800665176ae8393b10b6cf11e053c5d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Nov  9 07:10:35 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Nov  9 07:10:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcf405c

profiles/profiles.desc: add 17.1 amd64 prefix profiles

Closes: https://bugs.gentoo.org/753626
Signed-off-by: Fabian Groffen  gentoo.org>

 profiles/profiles.desc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 258698f08ab..c7dab8d650c 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -272,6 +272,9 @@ x86-linux   prefix/linux/x86
exp
 amd64-linuxdefault/linux/amd64/17.0/no-multilib/prefix/kernel-3.2+ 
dev
 amd64-linux
default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.32+  exp
 amd64-linux
default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.16+  exp
+amd64-linuxdefault/linux/amd64/17.1/no-multilib/prefix/kernel-3.2+ 
dev
+amd64-linux
default/linux/amd64/17.1/no-multilib/prefix/kernel-2.6.32+  exp
+amd64-linux
default/linux/amd64/17.1/no-multilib/prefix/kernel-2.6.16+  exp
 x86-linux  default/linux/x86/17.0/prefix/kernel-3.2+   exp
 x86-linux  default/linux/x86/17.0/prefix/kernel-2.6.32+exp
 x86-linux  default/linux/x86/17.0/prefix/kernel-2.6.16+exp



[gentoo-commits] proj/sci:master commit in: sci-astronomy/wcslib/

2020-11-08 Thread Benda XU
commit: 3f625fd09936b125b4bb5cdd6c2a6019ba054ce0
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Nov  9 07:05:50 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov  9 07:07:01 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=3f625fd0

sci-astronomy/wcslib: landed on to ::gentoo.

Signed-off-by: Benda Xu  gentoo.org>

 sci-astronomy/wcslib/metadata.xml  | 26 --
 sci-astronomy/wcslib/wcslib-6.4.ebuild | 66 --
 2 files changed, 92 deletions(-)

diff --git a/sci-astronomy/wcslib/metadata.xml 
b/sci-astronomy/wcslib/metadata.xml
deleted file mode 100644
index 212df238a..0
--- a/sci-astronomy/wcslib/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-davidroma...@gmail.com
-  David Roman
-  
-  
-  WCSLIB is a C library, supplied with a full set of Fortran wrappers,
-  that implements the "World Coordinate System" (WCS) convention in FITS
-  (Flexible Image Transport System).  It also includes a PGPLOT-based routine,
-  PGSBOX, for drawing general curvilinear coordinate graticules and a number of
-  utility programs.
-
-  
-
-Enable support for the FITS format through sci-libs/cfitsio
-  
-
-Builds PGBSOX routines, needs sci-libs/pgplot library
-  
-
-Builds and installs extra command line utilities for WCS checking
-  
-  
-

diff --git a/sci-astronomy/wcslib/wcslib-6.4.ebuild 
b/sci-astronomy/wcslib/wcslib-6.4.ebuild
deleted file mode 100644
index 69d402a7b..0
--- a/sci-astronomy/wcslib/wcslib-6.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-FORTRAN_NEEDED=fortran
-
-inherit fortran-2
-
-DESCRIPTION="Astronomical World Coordinate System transformations library"
-HOMEPAGE="http://www.atnf.csiro.au/people/mcalabre/WCS/";
-SRC_URI="ftp://ftp.atnf.csiro.au/pub/software/${PN}/${P}.tar.bz2";
-
-SLOT="0/6"
-LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc fortran fits pgplot static-libs +tools"
-
-RDEPEND="
-   fits? ( sci-libs/cfitsio:0= )
-   pgplot? ( sci-libs/pgplot:0= )"
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   --htmldir="${EPREFIX}"/usr/share/doc/${PF}
-   $(use_enable fortran)
-   $(use_enable tools utils)
-   )
-   # hacks because cfitsio and pgplot directories are hard-coded
-   if use fits; then
-   myconf+=(
-   --with-cfitsioinc="${EPREFIX}/usr/include"
-   --with-cfitsiolib="${EPREFIX}/usr/$(get_libdir)"
-   )
-   else
-   myconf+=( --without-cfitsio )
-   fi
-   if use pgplot; then
-   myconf+=(
-   --with-pgplotinc="${EPREFIX}/usr/include"
-   --with-pgplotlib="${EPREFIX}/usr/$(get_libdir)"
-   )
-   else
-   myconf+=( --without-pgplot )
-   fi
-   econf ${myconf[@]}
-   sed -i -e 's/COPYING\*//' GNUmakefile || die
-}
-
-src_test() {
-   emake check
-}
-
-src_install () {
-   default
-   # static libs share the same symbols as shared (i.e. compiled with PIC)
-   # so they are not compiled twice
-   use static-libs || rm "${ED}"/usr/$(get_libdir)/lib*.a
-   use doc || rm -r \
-   "${ED}"/usr/share/doc/${PF}/html \
-   "${ED}"/usr/share/doc/${PF}/*.pdf
-}



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2020-11-08 Thread Eray Aslan
commit: 04192594d2dfb68ab60251660feddc0d6eed6861
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Nov  9 06:54:27 2020 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Nov  9 06:54:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04192594

mail-mta/postfix: bump to 3.5.8

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Eray Aslan  gentoo.org>

 mail-mta/postfix/Manifest |   1 +
 mail-mta/postfix/postfix-3.5.8.ebuild | 317 ++
 2 files changed, 318 insertions(+)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 2b667276d75..17274eb09b9 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -1,3 +1,4 @@
 DIST postfix-3.5.6.tar.gz 4613310 BLAKE2B 
b7d236677cc698bb7028b39a25441c1163e65112573756da6c17b3ef64d0917f86fdcb96ab4a20f13ccee0381420301b57e1e41c3fad11d28c7ad70bd2e1f7e3
 SHA512 
9187981357a3861d735b8601c61851a5b9e53cde5668a0ebc62ca8b922a2629e53fe3369af6beb9df1a6fe6d4d87822d8882e27410a460ea8c98418b17287b9c
 DIST postfix-3.5.7.tar.gz 4613756 BLAKE2B 
9fa7de3e6d7d20c549c6f26d77d9a0973e789f1b6650a13be08ddc35d047b0ba6e7e75dcb5749e0772cd1e821a9e2f40891c0422bc47a90be166cc937050bc52
 SHA512 
7828210bc9d3eadfd47f1121ae2f7ca057e03391048e8e79fbf2f96f6677f5e17145f5869d6f5c0b735ecd8584f420df7ba4922f54686f1a5be663bff257f2c2
+DIST postfix-3.5.8.tar.gz 4614733 BLAKE2B 
13166e854f70987f981bb5e7e5dabfaa73b3170ab16fc1ff8f70f6b98a0697ac980bdf74bbfb39fdfd1972f922a31a28882b1575b79fd8f01d81e08e68d756bc
 SHA512 
0abb07d99e343b76e6a26b4a090af9d592f4dfd03c8c737cc72bfb0f4267dafcbb0cb0aa7b6255f8b834c9289d89a5c47b167be3758239309937cb77e0d9464b
 DIST postfix-3.6-20201104.tar.gz 4660754 BLAKE2B 
cffe101af56d01e9bd55992f6f12a2e1a7a4c05f0813ab4cedda2e4c4d363ac69ba4e30b8eb85bfe36419a826c94c3c37a2d48cd46307e42446d81d865e16bf9
 SHA512 
2653ddf5f3b07d4b1cd5931c28258859268c4c0cbb004d352d2bbfe80075a79723f55eeab2adc95cdea87e1a6f3985c6469c68aad28efe438dad16e574420462

diff --git a/mail-mta/postfix/postfix-3.5.8.ebuild 
b/mail-mta/postfix/postfix-3.5.8.ebuild
new file mode 100644
index 000..35c320b932a
--- /dev/null
+++ b/mail-mta/postfix/postfix-3.5.8.ebuild
@@ -0,0 +1,317 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic pam systemd toolchain-funcs
+
+MY_PV="${PV/_rc/-RC}"
+MY_SRC="${PN}-${MY_PV}"
+MY_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official";
+RC_VER="2.7"
+
+DESCRIPTION="A fast and secure drop-in replacement for sendmail"
+HOMEPAGE="http://www.postfix.org/";
+SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
+
+LICENSE="|| ( IBM EPL-2.0 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE="+berkdb cdb dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb 
memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
+
+DEPEND="
+   acct-group/postfix
+   acct-group/postdrop
+   acct-user/postfix
+   >=dev-libs/libpcre-3.4
+   dev-lang/perl
+   berkdb? ( >=sys-libs/db-3.2:* )
+   cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r4 ) )
+   eai? ( dev-libs/icu:= )
+   ldap? ( net-nds/openldap )
+   ldap-bind? ( net-nds/openldap[sasl] )
+   lmdb? ( >=dev-db/lmdb-0.9.11 )
+   mysql? ( dev-db/mysql-connector-c:0= )
+   nis? ( net-libs/libnsl )
+   pam? ( sys-libs/pam )
+   postgres? ( dev-db/postgresql:* )
+   sasl? (  >=dev-libs/cyrus-sasl-2 )
+   sqlite? ( dev-db/sqlite:3 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( >=dev-libs/libressl-2.9.1:0= )
+   )"
+
+RDEPEND="${DEPEND}
+   memcached? ( net-misc/memcached )
+   net-mail/mailbase
+   !mail-mta/courier
+   !mail-mta/esmtp
+   !mail-mta/exim
+   !mail-mta/mini-qmail
+   !mail-mta/msmtp[mta]
+   !mail-mta/netqmail
+   !mail-mta/nullmailer
+   !mail-mta/qmail-ldap
+   !mail-mta/sendmail
+   !mail-mta/opensmtpd
+   !mail-mta/ssmtp[mta]
+   !net-mail/fastforward
+   selinux? ( sec-policy/selinux-postfix )"
+
+REQUIRED_USE="ldap-bind? ( ldap sasl )"
+
+S="${WORKDIR}/${MY_SRC}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-libressl-certkey.patch"
+   "${FILESDIR}/${PN}-libressl-server.patch"
+)
+
+src_prepare() {
+   default
+   sed -i -e "/^#define ALIAS_DB_MAP/s|:/etc/aliases|:/etc/mail/aliases|" \
+   src/util/sys_defs.h || die "sed failed"
+   # change default paths to better comply with portage standard paths
+   sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed"
+}
+
+src_configure() {
+   for name in CDB LDAP LMDB MYSQL PCRE PGSQL SDBM SQLITE
+   do
+   local AUXLIBS_${name}=""
+   done
+
+   # Make sure LDFLAGS get passed down to the executables.
+   local mycc="-DHAS_PCRE" mylibs="${LDFLAGS} -ldl"
+   AUXLIBS_PCRE="$(pcre-co

[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/wcslib/

2020-11-08 Thread Benda XU
commit: 189e49f7a6ebd821e81ff48611d90c1b935162f6
Author: David Roman  gmail  com>
AuthorDate: Sat Sep 26 11:08:15 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov  9 06:52:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189e49f7

sci-astronomy/wcslib: verbump to 7.3

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

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Roman  gmail.com>
Signed-off-by: Benda Xu  gentoo.org>

 sci-astronomy/wcslib/Manifest  |  1 +
 sci-astronomy/wcslib/metadata.xml  |  4 +++
 sci-astronomy/wcslib/wcslib-7.3.ebuild | 66 ++
 3 files changed, 71 insertions(+)

diff --git a/sci-astronomy/wcslib/Manifest b/sci-astronomy/wcslib/Manifest
index 15dd9483799..1b39294abf0 100644
--- a/sci-astronomy/wcslib/Manifest
+++ b/sci-astronomy/wcslib/Manifest
@@ -1 +1,2 @@
 DIST wcslib-5.16.tar.bz2 111 BLAKE2B 
e11da145db6366804321cf415bdac621a930418f09d788c8b94413980710bb43357129a830462339127398082700a9f44f56dc0b8c96ef923d41ea0174dfd07f
 SHA512 
bf7ab586995bdade8b96c77dee891c7d7ab6de82a7e2f94a09d89643e93658063f832efdb66e0bba11ad114b6e0ca555cba9308a84f0f22fb833e3a6303cefe6
+DIST wcslib-7.3.tar.bz2 2435669 BLAKE2B 
c0f641b4c2fdd9d332816195f399eb2ab3c5aa585f08c4857af77bd5ed4074e653663f7cbddc6d7678cd85bed2c0bd95719cd83a5138d21ad24841396d4c11b9
 SHA512 
8c98c4b575056e2d966b77a4bc951256d02ecee3a11847e140fd38d93afd0f76b3e906d590c952dc9fc58ceeb1ba062b19d8e1e676ee0032f5b7ed13a9dfa892

diff --git a/sci-astronomy/wcslib/metadata.xml 
b/sci-astronomy/wcslib/metadata.xml
index f74e78465e2..809842b35b0 100644
--- a/sci-astronomy/wcslib/metadata.xml
+++ b/sci-astronomy/wcslib/metadata.xml
@@ -5,6 +5,10 @@
 sci-astron...@gentoo.org
 Gentoo Astronomy Project
   
+  
+davidroma...@gmail.com
+David Roman
+  
   
   WCSLIB is a C library, supplied with a full set of Fortran wrappers,
   that implements the "World Coordinate System" (WCS) convention in FITS

diff --git a/sci-astronomy/wcslib/wcslib-7.3.ebuild 
b/sci-astronomy/wcslib/wcslib-7.3.ebuild
new file mode 100644
index 000..1a490f77abd
--- /dev/null
+++ b/sci-astronomy/wcslib/wcslib-7.3.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+FORTRAN_NEEDED=fortran
+
+inherit fortran-2
+
+DESCRIPTION="Astronomical World Coordinate System transformations library"
+HOMEPAGE="https://www.atnf.csiro.au/people/mcalabre/WCS/";
+SRC_URI="ftp://ftp.atnf.csiro.au/pub/software/${PN}/${P}.tar.bz2";
+
+SLOT="0/7"
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc fortran fits pgplot static-libs +tools"
+
+RDEPEND="
+   fits? ( sci-libs/cfitsio:0= )
+   pgplot? ( sci-libs/pgplot:0= )"
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   --docdir="${EPREFIX}"/usr/share/doc/${PF}
+   --htmldir="${EPREFIX}"/usr/share/doc/${PF}
+   $(use_enable fortran)
+   $(use_enable tools utils)
+   )
+   # hacks because cfitsio and pgplot directories are hard-coded
+   if use fits; then
+   myconf+=(
+   --with-cfitsioinc="${EPREFIX}/usr/include"
+   --with-cfitsiolib="${EPREFIX}/usr/$(get_libdir)"
+   )
+   else
+   myconf+=( --without-cfitsio )
+   fi
+   if use pgplot; then
+   myconf+=(
+   --with-pgplotinc="${EPREFIX}/usr/include"
+   --with-pgplotlib="${EPREFIX}/usr/$(get_libdir)"
+   )
+   else
+   myconf+=( --without-pgplot )
+   fi
+   econf ${myconf[@]}
+   sed -i -e 's/COPYING\*//' GNUmakefile || die
+}
+
+src_test() {
+   emake check
+}
+
+src_install () {
+   default
+   # static libs share the same symbols as shared (i.e. compiled with PIC)
+   # so they are not compiled twice
+   use static-libs || rm "${ED}"/usr/$(get_libdir)/lib*.a
+   use doc || rm -r \
+   "${ED}"/usr/share/doc/${PF}/html \
+   "${ED}"/usr/share/doc/${PF}/*.pdf
+}



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

2020-11-08 Thread Hans de Graaff
commit: 4890cf11147d0da6dacba07dbb4f1af6b6d5c659
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov  9 06:02:56 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov  9 06:32:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4890cf11

dev-ruby/ruby-oembed: add 0.14.0

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

 dev-ruby/ruby-oembed/Manifest  |  1 +
 dev-ruby/ruby-oembed/ruby-oembed-0.14.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/ruby-oembed/Manifest b/dev-ruby/ruby-oembed/Manifest
index ce5a59e8f5f..01989da665b 100644
--- a/dev-ruby/ruby-oembed/Manifest
+++ b/dev-ruby/ruby-oembed/Manifest
@@ -1 +1,2 @@
 DIST ruby-oembed-0.13.1.gem 4509184 BLAKE2B 
212cdb606a1155349c23c1c06f25fedbcc2436dc22a52c8f405b63e27457881617b41d79db15e92e5caac8094c7a9ea912f1b16d994448f5296d3c6117062f17
 SHA512 
d87f65f1d76d485488c81d4fa2b2df5580a03104a16e3af5e65e6987f4652b3f5652ebcb0a79eab882ef0e5cc9c7b35537032a849de7b848b609f13ca3b83dd8
+DIST ruby-oembed-0.14.0.gem 4510208 BLAKE2B 
c27df5f0cb48e64b754ecbf526dbb82efff66401ca28a9a45243c5e78397a114203a1a997545055fe2ef45c49bfcdc2005540af9b35b97b8f278e8a173211218
 SHA512 
101a9f8a35bfa5cd5fb7ecab1f8ee8b616286d6d880506c936ec20fb1749bc6c4ed7c61ebd9ea2247017567ca7e885dc9d83b38f3c55ed9e97a1b7cbe7e53d29

diff --git a/dev-ruby/ruby-oembed/ruby-oembed-0.14.0.ebuild 
b/dev-ruby/ruby-oembed/ruby-oembed-0.14.0.ebuild
new file mode 100644
index 000..39b5682b558
--- /dev/null
+++ b/dev-ruby/ruby-oembed/ruby-oembed-0.14.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An oEmbed consumer library written in Ruby."
+HOMEPAGE="https://github.com/judofyr/ruby-oembed";
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test?
+   (
+   dev-ruby/json
+   dev-ruby/vcr:5
+   dev-ruby/xml-simple
+   dev-ruby/nokogiri
+   dev-ruby/webmock:3
+   )"
+
+all_ruby_prepare() {
+   # Remove bundler but keep vcr version requirement
+   rm -f Gemfile || die
+   sed -i -e '1igem "vcr", "~> 5.0"' spec/spec_helper.rb || die
+
+   # Avoid development dependencies
+   sed -i -e '/coverall/I s:^:#:' spec/spec_helper.rb || die
+}



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

2020-11-08 Thread Hans de Graaff
commit: fa2d4628ff5d231e4415b195beedfa7b9d1bbda3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov  9 06:32:39 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov  9 06:32:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2d4628

dev-ruby/ruby-prof: add 1.4.2

Closes: https://bugs.gentoo.org/741482
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ruby-prof/Manifest   |  1 +
 dev-ruby/ruby-prof/ruby-prof-1.4.2.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/ruby-prof/Manifest b/dev-ruby/ruby-prof/Manifest
index 8560a5d3fca..07c13e32180 100644
--- a/dev-ruby/ruby-prof/Manifest
+++ b/dev-ruby/ruby-prof/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-prof-0.18.0.tgz 93925 BLAKE2B 
f7e0825e5291fdab017035b2a71029407d2b01161f4c4c7aa1f10a80b4080ac14f7adaa2c0340fe5c80f7352181d085d724dee66597ed29825ab7116d37c5e58
 SHA512 
1743bbd97789c9de66e9479384d204b0870e43a265471f0fbdf7a72bb19d77a30afc25da9d0ac66a921c28ce83d8a8d72279bdd9b23cf8505ccde952092dd9a5
 DIST ruby-prof-1.4.1.tgz 90180 BLAKE2B 
d996474330146a5daac50f1dcc2e39ed9d3c43ab5f4851805ab264168d3a242371cf216df53c474360de164dd42c14465b4d660c4a6aee7e8983d69ea52dc4e0
 SHA512 
a436f5fb81bc972c799591ee1077d8fe3d092680c8c0c40ca3607f7ba49611e6fb986464df16bacc7e429ad51276f76c800457a3a68beb659ef8ad01d183434a
+DIST ruby-prof-1.4.2.tgz 90386 BLAKE2B 
55263f6cd24b18112a917c2b03a57ca91619419244f79b2b06f6d6794f76d9411d4e1b39dbb2e4b7e2ca6cc03b244f529f4b56fec54ef5fda18853ec2ef05fb4
 SHA512 
e75a8898533dd2ce9098fcf940883e3cbeaeaecdaebe3592ee67321feb4e294e25bdf14ce6cac50fb6d582cd55d33f175929a1d5446a21b74eb86c468e779fc3

diff --git a/dev-ruby/ruby-prof/ruby-prof-1.4.2.ebuild 
b/dev-ruby/ruby-prof/ruby-prof-1.4.2.ebuild
new file mode 100644
index 000..46325890cca
--- /dev/null
+++ b/dev-ruby/ruby-prof/ruby-prof-1.4.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc CHANGES"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_GEMSPEC="ruby-prof.gemspec"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A module for profiling Ruby code"
+HOMEPAGE="https://github.com/ruby-prof/ruby-prof";
+SRC_URI="https://github.com/ruby-prof/${PN}/archive/${PV}.tar.gz -> ${P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   # Avoid bundler
+   sed -i -e '/bundler/I s:^:#:' -e '/:build/ s:^:#:' Rakefile || die
+
+   sed -i -e '2igem "test-unit"' -e '/bundler/ s:^:#:' test/test_helper.rb 
|| die
+
+   # We install the shared object in lib, not ext.
+   sed -i -e 's#../ext/ruby_prof#../lib/ruby_prof#' lib/ruby-prof.rb || die
+
+   # Avoid unneeded dependency on rake-compiler
+   sed -i -e '/extensiontask/ s:^:#:' \
+   -e '/ExtensionTask/,/end/ s:^:#:' Rakefile || die
+
+   # Create directory required for the test suite to pass
+   mkdir tmp || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/ruby_prof extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/ruby_prof || die "build failed"
+
+   cp ext/ruby_prof/*$(get_modname) lib/ || die "copy of extension failed"
+}



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

2020-11-08 Thread Lars Wendler
commit: e9fc80da9c73d2a5060a3cef6e5701e17942beed
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  9 06:32:04 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  9 06:32:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fc80da

sys-apps/grep: License is GPL-3+

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

 sys-apps/grep/grep-3.4.ebuild | 2 +-
 sys-apps/grep/grep-3.5.ebuild | 2 +-
 sys-apps/grep/grep-3.6.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/grep/grep-3.4.ebuild b/sys-apps/grep/grep-3.4.ebuild
index 9f94192b419..1ceaf434310 100644
--- a/sys-apps/grep/grep-3.4.ebuild
+++ b/sys-apps/grep/grep-3.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/grep/";
 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
mirror://gentoo/${P}.tar.xz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls pcre static"

diff --git a/sys-apps/grep/grep-3.5.ebuild b/sys-apps/grep/grep-3.5.ebuild
index a581969446e..542b48fef4e 100644
--- a/sys-apps/grep/grep-3.5.ebuild
+++ b/sys-apps/grep/grep-3.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/grep/";
 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
mirror://gentoo/${P}.tar.xz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="nls pcre static"

diff --git a/sys-apps/grep/grep-3.6.ebuild b/sys-apps/grep/grep-3.6.ebuild
index 63864682919..2c6c26102d4 100644
--- a/sys-apps/grep/grep-3.6.ebuild
+++ b/sys-apps/grep/grep-3.6.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="GNU regular expression matcher"
 HOMEPAGE="https://www.gnu.org/software/grep/";
 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="nls pcre static"



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

2020-11-08 Thread Lars Wendler
commit: f26f7755f38be87fe1d0d2b61886fa671382c570
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  9 06:26:50 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  9 06:27:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26f7755

sys-apps/grep: Removed old

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

 sys-apps/grep/Manifest   |  1 -
 sys-apps/grep/grep-3.3-r1.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/sys-apps/grep/Manifest b/sys-apps/grep/Manifest
index 32c0b8251cd..086cfa8d075 100644
--- a/sys-apps/grep/Manifest
+++ b/sys-apps/grep/Manifest
@@ -1,4 +1,3 @@
-DIST grep-3.3.tar.xz 1473056 BLAKE2B 
e1592b623d1f32d1b21d127b0d28f8f6501d4b854ff2de810d12d43292c00e6af887b038f22d0c4c45c314b6e9d73a82dec6d737519c674bb139c2ef70511aa0
 SHA512 
e4805dbddf7cd0f0faf412557d408509650c1ccf703bc450f10a3f727c690dbfaa1235aa81939a0e4b7ac6190f88c15ea1fcc562b343d4b4c7550f967aeb15db
 DIST grep-3.4.tar.xz 1555820 BLAKE2B 
4e1924d6d5eb66faca93b405cce9784d726a476f26a384c3b44375cb09f817008aeedaa701a30b6c1f21c030902d603a80ec80105b2d5d76eadf09b910d573a7
 SHA512 
0f1506bd19971fbdcb47a111277ca63e8ad045456f096980852fd0a61c860f29f4b369bbaaa5cbce4b0a81718e3e3274d9a078b491f2109baa9a02ce600ee206
 DIST grep-3.5.tar.xz 1586396 BLAKE2B 
62c98acb29b9998e60b64cacbe82df4f03a8d8a427a060d00283506155e6acadc4d77e8b8c2fa110227715c314ac7cde38a38eff0b92eb0ec793c59ba2562ea5
 SHA512 
8367aa930ecf7fa5c07153666bf7991097648bd7bf4ca672e6b14e0bb806c89991ec55d2880812877761cbde1d33562f22803835d74bfcd293c2246e274306c4
 DIST grep-3.6.tar.xz 1589412 BLAKE2B 
86be3af6718ea3bf29982e1618c0ea9afc135f07e452a7ac8b618b863c0754a979482d4d418e558e703e03a4afcef7818a84ebcbe119aa63cd2892ad09e1a772
 SHA512 
8934544a19ded61344d83ff2cab501e86f17f8ae338892e0c36c2d2d8e63c76817840a0071ef5e3fcbca9115eba8a1aae0e4c46b024e75cd9a2e3bd05f933d90

diff --git a/sys-apps/grep/grep-3.3-r1.ebuild b/sys-apps/grep/grep-3.3-r1.ebuild
deleted file mode 100644
index f8c15a4f4d6..000
--- a/sys-apps/grep/grep-3.3-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="GNU regular expression matcher"
-HOMEPAGE="https://www.gnu.org/software/grep/";
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
-   mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="nls pcre static"
-
-LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"
-RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
-   nls? ( virtual/libintl )
-   virtual/libiconv"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   static? ( ${LIB_DEPEND} )"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-src_prepare() {
-   sed -i \
-   -e "s:@SHELL@:${EPREFIX}/bin/sh:g" \
-   -e "s:@grep@:${EPREFIX}/bin/grep:" \
-   src/egrep.sh || die #523898
-
-   default
-}
-
-src_configure() {
-   use static && append-ldflags -static
-   # don't link against libsigsegv even when available
-   export ac_cv_libsigsegv=no
-   # Always use pkg-config to get lib info for pcre.
-   export ac_cv_search_pcre_compile=$(
-   usex pcre "$($(tc-getPKG_CONFIG) --libs $(usex static --static 
'') libpcre)" ''
-   )
-   econf \
-   --bindir="${EPREFIX}"/bin \
-   $(use_enable nls) \
-   $(use_enable pcre perl-regexp)
-}



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

2020-11-08 Thread Lars Wendler
commit: e9e60ce4ef3b37a1936951bde912ba53c7565017
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  9 06:25:15 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  9 06:27:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e60ce4

sys-apps/grep: Bump to version 3.6

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

 sys-apps/grep/Manifest|  1 +
 sys-apps/grep/grep-3.6.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/sys-apps/grep/Manifest b/sys-apps/grep/Manifest
index adc41b7c6e7..32c0b8251cd 100644
--- a/sys-apps/grep/Manifest
+++ b/sys-apps/grep/Manifest
@@ -1,3 +1,4 @@
 DIST grep-3.3.tar.xz 1473056 BLAKE2B 
e1592b623d1f32d1b21d127b0d28f8f6501d4b854ff2de810d12d43292c00e6af887b038f22d0c4c45c314b6e9d73a82dec6d737519c674bb139c2ef70511aa0
 SHA512 
e4805dbddf7cd0f0faf412557d408509650c1ccf703bc450f10a3f727c690dbfaa1235aa81939a0e4b7ac6190f88c15ea1fcc562b343d4b4c7550f967aeb15db
 DIST grep-3.4.tar.xz 1555820 BLAKE2B 
4e1924d6d5eb66faca93b405cce9784d726a476f26a384c3b44375cb09f817008aeedaa701a30b6c1f21c030902d603a80ec80105b2d5d76eadf09b910d573a7
 SHA512 
0f1506bd19971fbdcb47a111277ca63e8ad045456f096980852fd0a61c860f29f4b369bbaaa5cbce4b0a81718e3e3274d9a078b491f2109baa9a02ce600ee206
 DIST grep-3.5.tar.xz 1586396 BLAKE2B 
62c98acb29b9998e60b64cacbe82df4f03a8d8a427a060d00283506155e6acadc4d77e8b8c2fa110227715c314ac7cde38a38eff0b92eb0ec793c59ba2562ea5
 SHA512 
8367aa930ecf7fa5c07153666bf7991097648bd7bf4ca672e6b14e0bb806c89991ec55d2880812877761cbde1d33562f22803835d74bfcd293c2246e274306c4
+DIST grep-3.6.tar.xz 1589412 BLAKE2B 
86be3af6718ea3bf29982e1618c0ea9afc135f07e452a7ac8b618b863c0754a979482d4d418e558e703e03a4afcef7818a84ebcbe119aa63cd2892ad09e1a772
 SHA512 
8934544a19ded61344d83ff2cab501e86f17f8ae338892e0c36c2d2d8e63c76817840a0071ef5e3fcbca9115eba8a1aae0e4c46b024e75cd9a2e3bd05f933d90

diff --git a/sys-apps/grep/grep-3.6.ebuild b/sys-apps/grep/grep-3.6.ebuild
new file mode 100644
index 000..63864682919
--- /dev/null
+++ b/sys-apps/grep/grep-3.6.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="GNU regular expression matcher"
+HOMEPAGE="https://www.gnu.org/software/grep/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="nls pcre static"
+
+LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   nls? ( virtual/libintl )
+   virtual/libiconv"
+DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )"
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
+
+src_prepare() {
+   sed -i \
+   -e "s:@SHELL@:${EPREFIX}/bin/sh:g" \
+   -e "s:@grep@:${EPREFIX}/bin/grep:" \
+   src/egrep.sh || die #523898
+
+   default
+}
+
+src_configure() {
+   use static && append-ldflags -static
+   # don't link against libsigsegv even when available
+   export ac_cv_libsigsegv=no
+   # Always use pkg-config to get lib info for pcre.
+   export ac_cv_search_pcre_compile=$(
+   usex pcre "$($(tc-getPKG_CONFIG) --libs $(usex static --static 
'') libpcre)" ''
+   )
+   local myeconfargs=(
+   --bindir="${EPREFIX}"/bin
+   $(use_enable nls)
+   $(use_enable pcre perl-regexp)
+   )
+   econf "${myeconfargs[@]}"
+}



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

2020-11-08 Thread Aisha Tammy
commit: 34ea68d787a9e5d48c9e3adf3b015f9e5957b04b
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sun Nov  8 22:32:13 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sun Nov  8 22:32:13 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=34ea68d7

dev-python/xopen: version bump to 1.0.0

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

 dev-python/xopen/xopen-1.0.0.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-python/xopen/xopen-1.0.0.ebuild 
b/dev-python/xopen/xopen-1.0.0.ebuild
new file mode 100644
index 0..9e5e480c6
--- /dev/null
+++ b/dev-python/xopen/xopen-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Open compressed files transparently"
+HOMEPAGE="https://pypi.python.org/pypi/xopen";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-arch/pigz
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gsettings-desktop-schemas/

2020-11-08 Thread Matt Turner
commit: 4f7317dfb96366e5cf2f8c0fc286368558787609
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Nov  9 01:33:25 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Nov  9 01:54:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7317df

gnome-base/gsettings-desktop-schemas: Version bump to 3.38.0

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

 gnome-base/gsettings-desktop-schemas/Manifest  |  1 +
 .../gsettings-desktop-schemas-3.38.0.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/gnome-base/gsettings-desktop-schemas/Manifest 
b/gnome-base/gsettings-desktop-schemas/Manifest
index 8a0f8c9734f..147df8952c4 100644
--- a/gnome-base/gsettings-desktop-schemas/Manifest
+++ b/gnome-base/gsettings-desktop-schemas/Manifest
@@ -1,2 +1,3 @@
 DIST gsettings-desktop-schemas-3.34.0.tar.xz 650468 BLAKE2B 
a275cd011c255531b293ccb875159ea4465c79852a3d1be2a03faafa8dbb6ba7137d72c7a59bce93b6ce5f187ebf92aca334dc3c51c8de5ee3af3092fc250fe5
 SHA512 
6cbe59facf77566ed93faabafc6b00ad03fb398a9a4686ba94a08b1c2d0df1d44bd673fb4d51340209a66ebc0aa32095615e7e63b78f4cc4c10d240a7b0a8fa1
 DIST gsettings-desktop-schemas-3.36.1.tar.xz 679788 BLAKE2B 
f49f98274f48cdb2eab0d3d94147cc0994245156999d5ed71adbbe4c949bb4da1ba230fe185938542b9854c77b6e0d7084d1919c26bf9939cd58baf4fcc8f129
 SHA512 
623a3759fe84cc5ea897043cc7c337a4f83302ebe5cfb9d214210a48e460e22b180518f5d768382ec18396bb2e86f22649dbc9b367a858e56b1ee8d2cab58fa8
+DIST gsettings-desktop-schemas-3.38.0.tar.xz 685868 BLAKE2B 
a5fe8baf6d7178cfba74c82974dfb854fbc2accfb9c98db2edbf46271b54626150a570fb3b578cdd86acfd1b21b432da0947e273c3ab94ec3f416c4a51b44e4a
 SHA512 
5af7da90b8e7eec1c98e9e44653955f2882961dd9b5e2bf00e4eeb9f4f1149ae5171c600d457c6ab9c7482471c1a0e98f92f645a7ee7298e1b843c608f660756

diff --git 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.38.0.ebuild 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.38.0.ebuild
new file mode 100644
index 000..34729655bb5
--- /dev/null
+++ 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.38.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
+HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas";
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="+introspection"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
+
+BDEPEND="
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   # Revert change to 'Source Code Pro 10' and 'Cantarell 11' fonts back 
to generic sans and monospace aliases
+   "${FILESDIR}"/3.32.0-default-fonts.patch
+)
+
+src_configure() {
+   meson_src_configure $(meson_use introspection)
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfixes/

2020-11-08 Thread Matt Turner
commit: 7ecc3e21a0c3386fdfba207a4ee67fd679508420
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Nov  9 01:13:54 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Nov  9 01:54:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecc3e21

x11-libs/libXfixes: Move x11-proto/xorg-proto to DEPEND

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

 .../{libXfixes-5.0.3-r2.ebuild => libXfixes-5.0.3-r3.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libXfixes/libXfixes-5.0.3-r2.ebuild 
b/x11-libs/libXfixes/libXfixes-5.0.3-r3.ebuild
similarity index 89%
rename from x11-libs/libXfixes/libXfixes-5.0.3-r2.ebuild
rename to x11-libs/libXfixes/libXfixes-5.0.3-r3.ebuild
index 8de3786ab7b..944f00f0577 100644
--- a/x11-libs/libXfixes/libXfixes-5.0.3-r2.ebuild
+++ b/x11-libs/libXfixes/libXfixes-5.0.3-r3.ebuild
@@ -11,6 +11,7 @@ DESCRIPTION="X.Org Xfixes library"
 
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 
-RDEPEND="x11-base/xorg-proto
+RDEPEND="
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/

2020-11-08 Thread Georgy Yakovlev
commit: 023537dc0c603d0811825c38407c415e137adcfd
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Nov  9 01:05:06 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Nov  9 01:06:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023537dc

net-mail/notmuch: bump to 0.31.2

crypt tests fixed

Bug: https://bugs.gentoo.org/749969
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-mail/notmuch/Manifest  |   1 +
 net-mail/notmuch/notmuch-0.31.2.ebuild | 277 +
 2 files changed, 278 insertions(+)

diff --git a/net-mail/notmuch/Manifest b/net-mail/notmuch/Manifest
index 734ae5657a7..9456c2345c8 100644
--- a/net-mail/notmuch/Manifest
+++ b/net-mail/notmuch/Manifest
@@ -1,4 +1,5 @@
 DIST database-v1.tar.xz 204876 BLAKE2B 
846a8d2f17edb61ed1c3d3c655becd1f60b4046772058706f13d516f65421a5105593660f1c556907bb2bb9607a3c2521243d1be07bffb70817ad3b8461680ca
 SHA512 
e2d87373e00b65756d7fea40c54fb236d7a37ce839145c3afd99ab26efdc17796e540c021e2c24e521df2d0a01ccbf918994f87a0d83235ff9b109a51555b3d0
 DIST notmuch-0.29.3.tar.xz 660536 BLAKE2B 
bd5d62eba06102acbc0615cd97ac9ff5578c1f68d50b24a79ea9fb1ea77850d84e0713fb648cb04e74a61ac3321ea5ef82db714786adf38ea10d00c5846decff
 SHA512 
b1e0b47ebf2d2de0ccd39976782eb8a7b417e36f2f9d78ef19e27e55719a02ee919508843a0eaf258f58138914ab2e8796d2fc1782b9cfe2d8937abb6184be65
 DIST notmuch-0.30.tar.xz 711904 BLAKE2B 
fb1523f3939b78797e448e804fc52c4fe1e4e8ff87b346917488d3911027b9ccb67b9fddf611f0e960fd1e158463cbe005e038f31bb54549e2a922926dd512bd
 SHA512 
a5c812eb141c293c61b5483eafd31d3e3ab19b2c84429a1558986c415d30ead4afa79db64b2672e9549a40f5eb4c69e54ea5beeaeb9c783051c3f965a65e
+DIST notmuch-0.31.2.tar.xz 713388 BLAKE2B 
20029f55206b66e7956316fca2d16ae53a49fc196ea2e730ae5ebd96ce893fa2065b7eee9b625629bbb0d3816a70d98e8943920cf8895ef81a97a1d8dc59dd62
 SHA512 
b134ef79648cb6fe9f17b2f1b600d651d57359ae9fa576c808b794aa64a09955f0597a624cc3c498da4ef56e44bca6bb485bc402c2dff48cd000959f9a9ceeaa
 DIST notmuch-0.31.tar.xz 713144 BLAKE2B 
91b0a01543e438e6ccb40a01ad0a100a5c6ae15fe832bb29367d4bc288dae5a915f89a743ecee814041caf53430e2593cb4b5f69faaec396ad6dacfe8cc67d2f
 SHA512 
928acc07b9dbed4275e7d39d94202bea7685e9d433a7bf4c07e40e191ed4fe8cf15ac04c18792e46f4605ffac548b942998005d8176a58ad76c82d4085a408e5

diff --git a/net-mail/notmuch/notmuch-0.31.2.ebuild 
b/net-mail/notmuch/notmuch-0.31.2.ebuild
new file mode 100644
index 000..bf63e1d7f55
--- /dev/null
+++ b/net-mail/notmuch/notmuch-0.31.2.ebuild
@@ -0,0 +1,277 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_OPTIONAL=1
+NEED_EMACS="24.1"
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+
+inherit bash-completion-r1 desktop distutils-r1 elisp-common eutils 
flag-o-matic pax-utils toolchain-funcs xdg-utils
+
+DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
+HOMEPAGE="https://notmuchmail.org/";
+SRC_URI="https://notmuchmail.org/releases/${P}.tar.xz
+   test? ( 
https://notmuchmail.org/releases/test-databases/database-v1.tar.xz )"
+
+LICENSE="GPL-3"
+# Sub-slot corresponds to major wersion of libnotmuch.so.X.Y. Bump of Y is
+# meant to be binary backward compatible.
+SLOT="0/5"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~x86"
+REQUIRED_USE="
+   apidoc? ( doc )
+   nmbug? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   test? ( crypt emacs python valgrind )
+"
+IUSE="apidoc crypt doc emacs mutt nmbug python test valgrind"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   virtual/pkgconfig
+   apidoc? (
+   app-doc/doxygen
+   dev-lang/perl
+   )
+   doc? (
+   dev-python/sphinx
+   sys-apps/texinfo
+   )
+   python? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+COMMON_DEPEND="
+   dev-libs/glib
+   dev-libs/gmime:3.0[crypt]
+   >=dev-libs/xapian-1.4.0:=
+   sys-libs/talloc
+   sys-libs/zlib:=
+   emacs? ( >=app-editors/emacs-${NEED_EMACS}:* )
+   python? (
+   ${PYTHON_DEPS}
+   virtual/python-cffi[${PYTHON_USEDEP}]
+   )
+"
+
+DEPEND="${COMMON_DEPEND}
+   test? (
+   >=app-editors/emacs-${NEED_EMACS}:*[libxml2]
+   app-misc/dtach
+   sys-devel/gdb
+   crypt? (
+   app-crypt/gnupg
+   dev-libs/openssl
+   )
+   )
+   valgrind? ( dev-util/valgrind )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   crypt? ( app-crypt/gnupg )
+   mutt? (
+   dev-perl/File-Which
+   dev-perl/Mail-Box
+   dev-perl/MailTools
+   dev-perl/String-ShellQuote
+   dev-perl/Term-ReadLine-Gnu
+   virtual/perl-Digest-SHA
+   virtual/perl-File-Path
+   virtual/perl-Getopt-Long
+   virtual

[gentoo-commits] repo/proj/guru:dev commit in: app-office/pyspread/

2020-11-08 Thread Maciej Barć
commit: be5b1bf3e812fe99dd839860ae79a7ca76a90b76
Author: Maciej Barć  protonmail  com>
AuthorDate: Sun Nov  8 20:56:47 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Sun Nov  8 20:57:09 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be5b1bf3

app-office/pyspread: bump to 1.99.4

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 app-office/pyspread/Manifest   |  1 +
 app-office/pyspread/pyspread-1.99.4.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-office/pyspread/Manifest b/app-office/pyspread/Manifest
index 2fab60d0..8a0e83a0 100644
--- a/app-office/pyspread/Manifest
+++ b/app-office/pyspread/Manifest
@@ -1 +1,2 @@
 DIST pyspread-v1.99.2.tar.gz 2350002 BLAKE2B 
61550fa44ad32b32cf69a0aa423a053d90b91c54ee9a17a13a39665a2a7e719c1aa81063aca6216a6f0675e444bc705d21e5cdd927c542fcc229acba304ad2e0
 SHA512 
9261cf96f19d92a5743c09854236ccec5e1b103e22b78143ddee8fce0d25f793b86e7cc3775f13c5a43cf8dd4e3f434461677b6da5311fb439067d63ce6ac968
+DIST pyspread-v1.99.4.tar.gz 2344373 BLAKE2B 
033aec481812e37e30c8ab43962128f94ece11c9106460b33de51467ede959f30bd00c70cd7be6d9b496862337c21197a9ff8b231ff34b2aaf28c6f8697011f8
 SHA512 
e865238fbe32aca5785b4a83f3c901367925326d0b2c6d86b0fa0b3cc04b56605e8e0809df1f09f642553fd94e6bbacc6abc80153a50835b1ef49c6161efc5dc

diff --git a/app-office/pyspread/pyspread-1.99.4.ebuild 
b/app-office/pyspread/pyspread-1.99.4.ebuild
new file mode 100644
index ..f88641b1
--- /dev/null
+++ b/app-office/pyspread/pyspread-1.99.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit eutils xdg distutils-r1
+
+DESCRIPTION="Pyspread is a non-traditional spreadsheet written in Python"
+HOMEPAGE="https://pyspread.gitlab.io";
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.com/pyspread/${PN}.git";
+else
+   
SRC_URI="https://gitlab.com/pyspread/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/PyQt5-5.10.0[svg,${PYTHON_USEDEP}]
+   >=dev-python/matplotlib-1.1.1[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.1.1[${PYTHON_USEDEP}]
+   >=dev-python/pyenchant-1.1.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+
+   # Fix the provided desktop file
+   sed -i -e '/Path/d' "${PN}.desktop" || die
+}
+
+python_install() {
+   distutils-r1_python_install
+
+   # Install the provided desktop file
+   insinto /usr/share/applications
+   doins "${PN}.desktop"
+}



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

2020-11-08 Thread Sebastian Pipping
commit: 2b1292819dfc3d6625c2bdd9fd6eefa86cfc1662
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Nov  9 00:38:10 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Nov  9 00:38:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b129281

dev-python/python-dotenv: 0.15.0

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23

 dev-python/python-dotenv/Manifest  |  1 +
 .../python-dotenv/python-dotenv-0.15.0.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/python-dotenv/Manifest 
b/dev-python/python-dotenv/Manifest
index e36530020e5..53503d1fc36 100644
--- a/dev-python/python-dotenv/Manifest
+++ b/dev-python/python-dotenv/Manifest
@@ -1 +1,2 @@
 DIST python-dotenv-0.14.0.tar.gz 29029 BLAKE2B 
33db159192faf9b74439b5e98e2b9a090a68001ac19eafd2925071ac7fc1872f7ee585b575dd96615c2ef934041dbfacca7948b7a8a69419243f9823f3bf6b42
 SHA512 
e8f6d575cd76cb231d14d98befe8a75017c927e0de39fbffc0ecb852b2aab1ada964cf37ed51c50968a4e8a96822a794c960a058a6deb6a2f0a8f8061d0560df
+DIST python-dotenv-0.15.0.tar.gz 30008 BLAKE2B 
1a406145f0d0497aa037dc95b80fb04854b2889ba4014e4689a24b142d5d71c49d24ac60406f8b2dc873e661c19e36604ef58eb03c7bc9f890f6d4561be199a6
 SHA512 
f1f16d2688041259027b12920ac5f47c2d1d96cfc3ec8a362a05ddfb13fee2cf4926c20ad38eda521fcafb6eef8d7895d86dedadef1b1ea2ecd7e33734b07cbe

diff --git a/dev-python/python-dotenv/python-dotenv-0.15.0.ebuild 
b/dev-python/python-dotenv/python-dotenv-0.15.0.ebuild
new file mode 100644
index 000..facf646f4b7
--- /dev/null
+++ b/dev-python/python-dotenv/python-dotenv-0.15.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Manage .env files"
+HOMEPAGE="https://github.com/theskumar/python-dotenv";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+DEPEND="test? (
+   >=dev-python/click-5[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/sh-1.09[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( CHANGELOG.md README.md )
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Tests call the "dotenv" command which needs to be in PATH
+   # https://bugs.gentoo.org/743784
+   distutils_install_for_testing
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



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

2020-11-08 Thread Thomas Deutschmann
commit: f5fb3a642acdc18e1a717686972eca217aa5cdee
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  8 22:53:52 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  8 23:44:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fb3a64

dev-db/percona-server: bump to v8.0.21-12

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

 dev-db/percona-server/Manifest |3 +
 .../percona-server/percona-server-8.0.21.12.ebuild | 1219 
 2 files changed, 1222 insertions(+)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index a67ac8cb269..ebe13c616cf 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,8 +1,11 @@
 DIST boost_1_59_0.tar.gz 83709983 BLAKE2B 
8c6676fa05fa401a6ecb3b890d95aceb4421ec48dd0eab38ce8d170c618e177c82dc67a165938f6be1a01daab24ce41888f5442dbc19ad3dd41368a01a6f89e4
 SHA512 
05fdbe5637543defdbc630b921515425885593d16db14534ed7b9aa60925ade8fb598d50cb894aed6dae688e789047216daa1bf03fa1aeb6b531060d9dae52ae
 DIST boost_1_70_0.tar.bz2 97887058 BLAKE2B 
dc7a974c6dc2662b767dbd87cb832cd1749c24fb745779d1059b73f19f7e52b33b645adfe72b0296c5e098e5cdb3b9f5eddd382374f33fbcd2ad5739287b2206
 SHA512 
7f2ea9636baf0210e8ed1d21ee798efb6ce23c0710ff8228b285e2214f82193bcd2d912fd435929c554289a59101c7be2e27ce798f93833f307976f0dd070b49
+DIST boost_1_72_0.tar.bz2 106907358 BLAKE2B 
ab270a0e3cb24da687d86785e2d2e6d7731b4dbc07bd839eadb642dfa5a428ad584acb1f3529661a8de9a986008ff3427491041059ea2b742348d02e00761cd8
 SHA512 
63bbd1743e7c904b2e69fdc2eafd1c2a8a30fd70d960dcd366059d0100f000cb605d56cbd9397bb18421631f1c9552a772c434d0f0caddbe56302273f51fd1f6
 DIST mysql-extras-20190822-1908Z.tar.bz2 338830 BLAKE2B 
bc197f8e541206548d8982814e82e028d699ba9c41aec8d5191bcc46581f7880ed2741dbe2206fde44a5e8d8d54bbcf40efbd0709b357636c4c8fdb2ccc3a7bb
 SHA512 
be469e55f7e9966638600d6836a44258c74e5600240fafe2d79eaeebe7d1695b043678184b5d18ee9946f28154bc2529586a7f860b510180a30c82454ed575c8
 DIST percona-server-5.7.27-30.tar.gz 84672298 BLAKE2B 
8431d231f602b704195868110e8eb73adb3db7c761906c15eff182e54634ef091a3ffa0d4f3498a93dbfbf65cd5cdd12102871ab0f32378ba3068d083b2b
 SHA512 
d62c66de3128df87dce52292ad1671e01fe2c923e668ef0faf9cb663c11c9cd0b976345aea1de6ea2bc458d0e1066b42c022849e422121d96cea082ed12c8f4b
 DIST percona-server-8.0.19-10.tar.gz 490703179 BLAKE2B 
731e9498c4934eb53451c202e8b1de93618190d9b6334b761428ab223756d515d958db77515517e6b5db3ba6cd908c8b238c18b63f4c73b256ec251f8b161ff3
 SHA512 
39aa805474c6655980e70c97e0d2c0f21ae16e2c1e2e9c7e1d615f46320f1615620368fbdfc24f5d1784aae856090856c3ccda3d6f09ed86c6c9ffe3197be90e
 DIST percona-server-8.0.19.10-patches-01.tar.xz 8288 BLAKE2B 
2f79c538ac1512b052210439a27b71491917cb9eab08ac3a3b21c188458c2989f0c998d973b8dd654a7d7606acd70ccf374f1e2f5e0088d0c6b96a794dc4c4a5
 SHA512 
43313797ec405be82f15745185bfab25fda093045f981a8caa8a019522e432415e4b3cca4ca5ffb735d102f98b3c2fccafccbd4695bd2d1f011707f709fcc2b3
 DIST percona-server-8.0.20-11.tar.gz 494288758 BLAKE2B 
202f0cbd7395a6b8ae367ed96d1b6d2c6ae2a56ba6d85e8aad55a6b36a6966a0c3285836dc829e1583a46e28fd2903540e520f6347b1e8c18d99b08f58daef8b
 SHA512 
cf8aa999bd0205bded526838246d023eae5dfadeec1aaf0be99565def5a1cdcc8041bcff90ba6a49f5e903e4f436d416181a9f134555d5c71b7cf44d2ba58a6d
 DIST percona-server-8.0.20.11-patches-02.tar.xz 8876 BLAKE2B 
34cb3cd0c6d6fb8b2fca98efa53e6e163e4f6b251f629e40169018c328da5319a77ecceec92c925019d13a4ba2dba8c96a23dccf8ba8a3aa95452d4dc9278ffa
 SHA512 
372885f22e7e37bcd63f382d4b064d99b6f826cd2d053148fcdfa1c7f062f51531d5366c198976797f9a3349539e59f5ba96187dc79fdf00365c618b0f83b7c2
+DIST percona-server-8.0.21-12.tar.gz 522004727 BLAKE2B 
bc6bf77d862a4827839d1942f58e4124f4692abfa9298eaa7cebdaaa7a6cff036247edda51d9cbb878b0e79858e54cbe5326bc30479b1d5977a655240df438fd
 SHA512 
66076a6774cf18afb83aa8977a55e1a2d634c30e190d3bd8e82ba079fb772ac2a2402356be0b79677b54ca0b24c441d87444b68d1e66cd298ca6a0108d31
+DIST percona-server-8.0.21.12-patches-01.tar.xz 8916 BLAKE2B 
3a40f63383ad0c63830056b15453a0e7429f2507e8205cca660aaf6787c9d6ed9e741df8d09fc887fe07b82f86e7aa53730b3aa97788421ed4dde3e83c992c01
 SHA512 
f7599293dced8ea2bc98d88e8dfc4f20288974fecfe481f446b071c1d393119c22317819fcc054bf9cdd4c557044332d450ffc99b3a14c91b51a4c0b6c1c0896

diff --git a/dev-db/percona-server/percona-server-8.0.21.12.ebuild 
b/dev-db/percona-server/percona-server-8.0.21.12.ebuild
new file mode 100644
index 000..14f08b79a9b
--- /dev/null
+++ b/dev-db/percona-server/percona-server-8.0.21.12.ebuild
@@ -0,0 +1,1219 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+CMAKE_MAKEFILE_GENERATOR=emake
+
+inherit check-reqs cmake flag-o-matic linux-info \
+   multiprocessing prefix toolchain-funcs
+
+MY_BOOST_VERSION="1.72.0"
+MY_PV=$(ver_rs 3 '-')
+MY_PV="${MY_PV//_pre*}"
+MY_PN="Percona-Server"
+MY

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

2020-11-08 Thread Matt Turner
commit: e3f312ee8ad7a91c705e2603f8566f13aaa10e47
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov  8 23:43:24 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov  8 23:43:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f312ee

profiles: Correct date

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 355e29f6152..465ab96e818 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,7 +32,7 @@
 
 #--- END OF EXAMPLES ---
 
-# Matt Turner  (2019-09-01)
+# Matt Turner  (2020-11-08)
 # Uninstallable because of fetch restriction and dead download link.
 # Removal in 30 days.  Bug #725646.
 media-fonts/mathematica-fonts



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

2020-11-08 Thread Matt Turner
commit: afa09408e7a82393c4888ed90bc5a0e34871d18a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov  8 23:38:44 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov  8 23:39:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa09408

profiles: Mask media-fonts/mathematica-fonts for removal

Bug: https://bugs.gentoo.org/725646
Signed-off-by: Matt Turner  gentoo.org>

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0e942a81f59..355e29f6152 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (2019-09-01)
+# Uninstallable because of fetch restriction and dead download link.
+# Removal in 30 days.  Bug #725646.
+media-fonts/mathematica-fonts
+
 # Michał Górny  (2020-11-07)
 # sys-cluster/cluster-glue fails to install for almost a year now.
 # The remaining packages are its reverse dependencies.



[gentoo-commits] repo/gentoo:master commit in: media-video/ccextractor/files/, media-video/ccextractor/

2020-11-08 Thread Sam James
commit: 56b84c7fc59ef6085d5080e679bda72470255d07
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 23:04:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 23:04:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b84c7f

media-video/ccextractor: bump to 0.88

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

 media-video/ccextractor/Manifest   |  1 +
 media-video/ccextractor/ccextractor-0.88.ebuild| 33 +
 .../files/ccextractor-0.88-cflags.patch| 13 +
 .../files/ccextractor-0.88-fno-common.patch| 55 ++
 .../files/ccextractor-0.88-libdir.patch| 12 +
 5 files changed, 114 insertions(+)

diff --git a/media-video/ccextractor/Manifest b/media-video/ccextractor/Manifest
index 58c7c84ab38..3dd0343cb3f 100644
--- a/media-video/ccextractor/Manifest
+++ b/media-video/ccextractor/Manifest
@@ -1 +1,2 @@
+DIST ccextractor-0.88.tar.gz 41110344 BLAKE2B 
c0223f482eba2b1c0b80f24fcfbf0654fe6899d6123d4278b21df2558ba77da4e2212c5a0e67d27c670f466767022f1b3e5f557e156564f61269bc48c8ebfd31
 SHA512 
bb9442905f3c5d095b9b34eb318dc445a0ba484c22c4f061071cc2a1159ec9304b8aab5ea9e95348679e8c5ed378d4b2e471d6f7f933b7fa968f3443f1d5380f
 DIST ccextractor-src-nowin.0.85.zip 1843154 BLAKE2B 
507018e76ed075de033df10c8af235ab7095b3dcf85c10398d9a7c8dbec338c6fe43f98b4f337419945b5deb9290d8652caa54c70de5fdfb0364b9dc48468379
 SHA512 
53adc017b7b1679302677e3773aabdcceddabdd8a6550cf8b9fb98150b7323a1cc6dbe67a48ebcdf22a4d013c00831907799032dd0f7f6f06943252be8177cec

diff --git a/media-video/ccextractor/ccextractor-0.88.ebuild 
b/media-video/ccextractor/ccextractor-0.88.ebuild
new file mode 100644
index 000..72d1707c169
--- /dev/null
+++ b/media-video/ccextractor/ccextractor-0.88.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Extract closed captioning subtitles from video to SRT"
+HOMEPAGE="https://www.ccextractor.org/";
+SRC_URI="https://github.com/CCExtractor/ccextractor/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${P}/src"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-arch/unzip
+   virtual/pkgconfig"
+RDEPEND="
+   media-libs/libpng:0=
+   sys-libs/zlib:="
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/ccextractor-0.88-fno-common.patch"
+   "${FILESDIR}/ccextractor-0.88-libdir.patch"
+   "${FILESDIR}/ccextractor-0.88-cflags.patch"
+)
+
+src_install() {
+   cmake_src_install
+   dodoc ../docs/*.TXT
+}

diff --git a/media-video/ccextractor/files/ccextractor-0.88-cflags.patch 
b/media-video/ccextractor/files/ccextractor-0.88-cflags.patch
new file mode 100644
index 000..7f0e0e9b23d
--- /dev/null
+++ b/media-video/ccextractor/files/ccextractor-0.88-cflags.patch
@@ -0,0 +1,13 @@
+diff --git a/lib_ccx/CMakeLists.txt b/lib_ccx/CMakeLists.txt
+index 172ef42..0d00660 100644
+--- a/lib_ccx/CMakeLists.txt
 b/lib_ccx/CMakeLists.txt
+@@ -3,7 +3,7 @@ cmake_policy (SET CMP0037 NEW)
+ if(MSVC)
+ set (CMAKE_C_FLAGS "-W3 /wd4005 /wd4996")
+ else (MSVC)
+-set (CMAKE_C_FLAGS "-Wall -g -std=gnu99")
++set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99")
+ endif(MSVC)
+ 
+ if(WIN32)

diff --git a/media-video/ccextractor/files/ccextractor-0.88-fno-common.patch 
b/media-video/ccextractor/files/ccextractor-0.88-fno-common.patch
new file mode 100644
index 000..1f42132bf8b
--- /dev/null
+++ b/media-video/ccextractor/files/ccextractor-0.88-fno-common.patch
@@ -0,0 +1,55 @@
+From dfd25022e2a775a8b5eb03e4ad28bab6fe6a0658 Mon Sep 17 00:00:00 2001
+From: Ed Marshall 
+Date: Sat, 1 Feb 2020 15:03:22 -0800
+Subject: [PATCH] Fix multiple definitions with new -fno-common default in GCC
+ 10
+
+---
+ ccextractor.c  | 3 +++
+ ccextractor.h  | 4 ++--
+ lib_ccx/ccx_decoders_708.h | 4 ++--
+ 3 files changed, 7 insertions(+), 4 deletions(-)
+
+diff --git a/ccextractor.c b/ccextractor.c
+index a2fb0a24f..8ed27936d 100644
+--- a/ccextractor.c
 b/ccextractor.c
+@@ -9,6 +9,9 @@ License: GPL 2.0
+ 
+ volatile int terminate_asap = 0;
+ 
++struct ccx_s_options ccx_options;
++struct lib_ccx_ctx *signal_ctx;
++
+ void sigusr1_handler(int sig)
+ {
+   mprint("Caught SIGUSR1. Filename Change Requested\n");
+diff --git a/ccextractor.h b/ccextractor.h
+index 4e9ae68f6..e5cde3055 100644
+--- a/ccextractor.h
 b/ccextractor.h
+@@ -41,8 +41,8 @@ char * api_param(struct ccx_s_options* api_options, int 
count);
+ #endif
+ 
+ 
+-struct ccx_s_options ccx_options;
+-struct lib_ccx_ctx *signal_ctx;
++extern struct ccx_s_options ccx_options;
++extern struct lib_ccx_ctx *signal_ctx;
+ //volatile int terminate_asap = 0;
+ 
+ struct ccx_s_options* api_init_options();
+diff --git a/lib_ccx/ccx_decoders_708.h b/lib_ccx/ccx_dec

[gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/

2020-11-08 Thread Patrick McLean
commit: eb4ddb8c8386ae6441a5b618e94eabe657943bee
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Nov  8 22:39:00 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Nov  8 22:39:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4ddb8c

app-misc/tmuxp-1.6.2: Version bump

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/tmuxp/Manifest   | 2 +-
 app-misc/tmuxp/{tmuxp-1.6.1.ebuild => tmuxp-1.6.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index 684eefc43fc..1e0abca880d 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -1,4 +1,4 @@
 DIST tmuxp-1.5.4.tar.gz 843048 BLAKE2B 
863b428198e8bb2895802ba7365ac2ec43fc75c708b41929934b6803c79b8f6436b5233ad567f1ab010e6ae372d89261a7ee19953fa01ab9defd1e290b6da621
 SHA512 
f6fdecff23de883076461fcef3fb1555242d8a96f1c05c88fd0fb3216bbb99fb321680f484972b10f54ff87eb032d8627397f76960262612954eaab6bbf7c7a9
 DIST tmuxp-1.5.5.tar.gz 856665 BLAKE2B 
fa18222840b9c221de48a78291243776a66a7aec3221f23be3218f81eae0d15ce5a4568f7eff679c01793d4ac4d441f6714c37d9ac3c9f705af49214f5dc2570
 SHA512 
61c14197af7742b48dab95443bb818ede20d26aa46ab2e89b883a34e2bcec910d8210fc1358fc88f96ccc637c47d6432082cd58995b80a43234cebba95240ebc
 DIST tmuxp-1.5.6.tar.gz 883700 BLAKE2B 
c8ad08c709aa1763cc046a05c6241983d2cdd33ca530ce0510ae7bb68ce3e340d40c6ec23c9544ef8b0d8da38aad74305e13d7b6348b0f46da929e94b3e862ff
 SHA512 
1db74aa9ee6274aacec127aff210e8ed64176142991a9691c31c59ef0370503dddeb35b69c0a8229204968308c68788d408d6a5e0bc2ad1fb3320727ea4994f9
-DIST tmuxp-1.6.1.tar.gz 1013956 BLAKE2B 
db2d875f27aa6cdcbcbc4cf62f9115738a74c56a66c5f03d61baf293250558212025cdf7d9a7a426da0b520777e27ed959f557b814932cb42d473dca38a088e9
 SHA512 
8d9a0a72b99ed4d3e4ee230c28c204c7da5cb48fab2dfc9c8415e7ac359dcc7868e55c6b6c3b126ba0ab14439f22ed50308b6cb082d1e88f518a234893d7bd7c
+DIST tmuxp-1.6.2.tar.gz 1014758 BLAKE2B 
c6c60978938892311151cfff35bdc74e2daa9a615b2952a14c4a0020e434af7c28d36466a5ae82db683c6bda9a95f12f7e032d04eb58c5b164aeb05b144b2005
 SHA512 
a38c3f46a726df0cd885113d82ed5a186d68f6d643a7bde6d169908373e6881fac14c8c46c00ede727e47e4e1af5f9d3cd79cb0057457478ace1ec0ba0632cfb

diff --git a/app-misc/tmuxp/tmuxp-1.6.1.ebuild 
b/app-misc/tmuxp/tmuxp-1.6.2.ebuild
similarity index 100%
rename from app-misc/tmuxp/tmuxp-1.6.1.ebuild
rename to app-misc/tmuxp/tmuxp-1.6.2.ebuild



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

2020-11-08 Thread Zac Medico
commit: 1f3ab8b7eb4a515099561445bc345c0bb674cf68
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Nov  8 14:39:39 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov  8 22:28:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3ab8b7

dev-python/vine: add python3_9

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Zac Medico  gentoo.org>

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

diff --git a/dev-python/vine/vine-1.3.0.ebuild 
b/dev-python/vine/vine-1.3.0.ebuild
index 00af47b6f1e..0fe385d0d7f 100644
--- a/dev-python/vine/vine-1.3.0.ebuild
+++ b/dev-python/vine/vine-1.3.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1



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

2020-11-08 Thread Zac Medico
commit: 2896d6fcfa34bebc8551b40f2c4380cdea6c58ad
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Nov  8 14:55:50 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov  8 22:28:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2896d6fc

dev-python/pyu2f: add python3_9

Closes: https://github.com/gentoo/gentoo/pull/18185
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Zac Medico  gentoo.org>

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

diff --git a/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild 
b/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild
index dec1edfe279..02de258571f 100644
--- a/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild
+++ b/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



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

2020-11-08 Thread Zac Medico
commit: 5f55b4828c47b7f2a66c4758a1f03884790e5ef1
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Nov  8 14:51:32 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov  8 22:28:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f55b482

dev-python/socketio-client: add python3_9

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/socketio-client/socketio-client-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/socketio-client/socketio-client-0.7.2.ebuild 
b/dev-python/socketio-client/socketio-client-0.7.2.ebuild
index df9873324c2..acd0452688c 100644
--- a/dev-python/socketio-client/socketio-client-0.7.2.ebuild
+++ b/dev-python/socketio-client/socketio-client-0.7.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



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

2020-11-08 Thread Zac Medico
commit: 5fe392d104581d4f192d2af89d5c84121b899bec
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Nov  8 14:31:17 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov  8 22:28:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe392d1

dev-python/case: add python3_9

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Zac Medico  gentoo.org>

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

diff --git a/dev-python/case/case-1.5.3.ebuild 
b/dev-python/case/case-1.5.3.ebuild
index 884af8823b8..1d43b7d1b91 100644
--- a/dev-python/case/case-1.5.3.ebuild
+++ b/dev-python/case/case-1.5.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



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

2020-11-08 Thread Zac Medico
commit: 29270cde6cac9f01d6fe17b88f5f1f89c470fd63
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Nov  8 14:42:14 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov  8 22:28:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29270cde

dev-python/sphinx_celery: add python3_9, fix DISTUTILS_USE_SETUPTOOLS

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild 
b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
index 44b953238ab..c8c72c46f79 100644
--- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
+++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1
 
@@ -14,6 +15,5 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screensaver/

2020-11-08 Thread Michał Górny
commit: 923233bb808b4b859684beb824d74c50f8b0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  8 22:17:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  8 22:18:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92323bbb

xfce-extra/xfce4-screensaver: Regen icon cache

Closes: https://bugs.gentoo.org/753611
Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.11.ebuild | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.11.ebuild 
b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.11.ebuild
index 4b044eaf870..948b2c2e6f9 100644
--- a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.11.ebuild
+++ b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.11.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit xdg-utils
+
 DESCRIPTION="Screen saver and locker (port of MATE screensaver)"
 HOMEPAGE="https://git.xfce.org/apps/xfce4-screensaver/about/";
 SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
@@ -71,3 +73,11 @@ src_install() {
 
find "${D}" -name '*.la' -delete || die
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mailwatch-plugin/

2020-11-08 Thread Michał Górny
commit: 9c92d700845cd3a6e3ce27a0dd6d48a61cf193b9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  8 21:41:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  8 22:18:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c92d700

xfce-extra/xfce4-mailwatch-plugin: Bump to 1.3.0

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

 xfce-extra/xfce4-mailwatch-plugin/Manifest |  1 +
 .../xfce4-mailwatch-plugin-1.3.0.ebuild| 46 ++
 2 files changed, 47 insertions(+)

diff --git a/xfce-extra/xfce4-mailwatch-plugin/Manifest 
b/xfce-extra/xfce4-mailwatch-plugin/Manifest
index 41117a4d9e4..691d422c009 100644
--- a/xfce-extra/xfce4-mailwatch-plugin/Manifest
+++ b/xfce-extra/xfce4-mailwatch-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mailwatch-plugin-1.2.0.tar.bz2 509649 BLAKE2B 
7749914cf4e8ca34e27c63033e84718c4bc8d9da11ca9f6487bf9291c145f5b062d6b7b07d03d2eb273d0e88b96946641721f6f24dd19c19db9f923e9b33ff53
 SHA512 
6f5128b2341ab275427e02b1ef063cb2fdcf4027f5c47cfc0ed26086462eb0e9f7353441ea1b9380b91a892414934203b781445f604d67200786e3dd85183a83
+DIST xfce4-mailwatch-plugin-1.3.0.tar.bz2 551687 BLAKE2B 
3ec841c32df059a2be99ad21c706be794d97c493e9ae1c1be5ec9006c45df51a766c8c89ef9f2941f6c411c18bfd5d01e8a510acfc4233cb349e1528346d0617
 SHA512 
07d4e4cc2f7d299a142d9e9b307c2797892a5febd8451d5291cb9574be0bd5daba677ee893fea3af49b6a8acbfb827ae0125ba11014df37b6c68a2734ecde11b

diff --git 
a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0.ebuild 
b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0.ebuild
new file mode 100644
index 000..f652fef4599
--- /dev/null
+++ b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="An mail notification panel plug-in for the Xfce desktop 
environment"
+HOMEPAGE="https://spuriousinterrupt.org/projects/xfce4-mailwatch-plugin/";
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE="ipv6 ssl"
+
+RDEPEND=">=dev-libs/glib-2.42:=
+   >=x11-libs/gtk+-3.22:3=
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/libxfce4ui-4.14:=
+   >=xfce-base/libxfce4util-4.14:=
+   >=xfce-base/xfce4-panel-4.14:=
+   ssl? ( >=net-libs/gnutls-2:= )
+"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   econf $(use_enable ssl) $(use_enable ipv6)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/, dev-python/dulwich/files/

2020-11-08 Thread Michał Górny
commit: b1505c7c6dd57e2cf66991671382efe4190212eb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  8 22:18:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  8 22:18:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1505c7c

dev-python/dulwich: Remove old

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

 dev-python/dulwich/Manifest|  2 -
 dev-python/dulwich/dulwich-0.19.15-r1.ebuild   | 61 --
 dev-python/dulwich/dulwich-0.20.5-r1.ebuild| 53 ---
 .../files/dulwich-0.18.3-skip-failing-test.patch   | 20 ---
 4 files changed, 136 deletions(-)

diff --git a/dev-python/dulwich/Manifest b/dev-python/dulwich/Manifest
index 7f0c4dc3a6d..ba8c44fd8d7 100644
--- a/dev-python/dulwich/Manifest
+++ b/dev-python/dulwich/Manifest
@@ -1,3 +1 @@
-DIST dulwich-0.19.15.tar.gz 369491 BLAKE2B 
ffaabbd68ee228e771b8a56c9a5b70498e49a4547f3f0ff87225ca4ee0a222fca5cd75a36293fb0d111615f4fe9550acd2825732a178f67d9f6b538abf9fc37f
 SHA512 
ae56cf4748ea5f9d275f2d1456bf9fce77859ad2eeba6b7d8f34283e212404ba385f377f4fb86b88dc40982649ec8cfb12ea407dd25ada7cb2b0e862568ac7da
-DIST dulwich-0.20.5.tar.gz 384166 BLAKE2B 
f11ef1467a7f850666a850c42871b2bb798cdad54b4ad5a7d6fef8171cb5378982537574f9d2c783e2c9e7357624eec4c617c0b014d789d9f40f5bdfd56d8b39
 SHA512 
88c546fdc6cb4fbde1ebab5160e1f226259d85c934bee456c8a93b14f4c292550e685696fd25c27635f3342f82b0c67572059fb90e3e9b339aa0d11b9e010c25
 DIST dulwich-0.20.6.tar.gz 388660 BLAKE2B 
1a193d03e0f21a9fdd125617823742b87e9bea74c73734da10eb79f1ecbec0263cb90224f78413c724db8998f4d06ff6c448e7a6d50ce760ba1545f3321b95d8
 SHA512 
2f11ce9a1c716fb4242f1f93fce92f756bd93ed8f0951fc2e6b3fb18b0a495b0f372966149fca587efcafc0eaf00e9fbfcfd957442a96cc2004eb66cb7f0773e

diff --git a/dev-python/dulwich/dulwich-0.19.15-r1.ebuild 
b/dev-python/dulwich/dulwich-0.19.15-r1.ebuild
deleted file mode 100644
index 45305d3af9c..000
--- a/dev-python/dulwich/dulwich-0.19.15-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python implementation of the Git file formats and protocols"
-HOMEPAGE="https://github.com/jelmer/dulwich/ https://pypi.org/project/dulwich/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/certifi[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.23[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   ${RDEPEND}
-   !hppa? ( !ia64? (
-   dev-python/gevent[${PYTHON_USEDEP}]
-   dev-python/geventhttpclient[${PYTHON_USEDEP}]
-   ) )
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/python-fastimport[${PYTHON_USEDEP}]
-   )"
-
-DISTUTILS_IN_SOURCE_BUILD=1
-
-# One test sometimes fails
-# https://github.com/jelmer/dulwich/issues/541
-PATCHES=( "${FILESDIR}/${PN}-0.18.3-skip-failing-test.patch" )
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   # Do not use make check which rebuilds the extension and uses -Werror,
-   # causing unexpected failures.
-   "${EPYTHON}" -m unittest -v dulwich.tests.test_suite \
-   || die "tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/build/html/. )
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/dulwich/dulwich-0.20.5-r1.ebuild 
b/dev-python/dulwich/dulwich-0.20.5-r1.ebuild
deleted file mode 100644
index fe78bc73abb..000
--- a/dev-python/dulwich/dulwich-0.20.5-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python implementation of the Git file formats and protocols"
-HOMEPAGE="https://github.com/jelmer/dulwich/ https://pypi.org/project/dulwich/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/certifi[${PYTHON_USEDEP}]
-  

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

2020-11-08 Thread Michał Górny
commit: 1c245c7aae88271dc4bfd2e00ee6a7d3f2c2fb7a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  8 21:41:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  8 22:18:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c245c7a

dev-python/hypothesis: Bump to 5.41.2

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

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-5.41.2.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 4bc76e13ebc..649e2887ec5 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -4,3 +4,4 @@ DIST hypothesis-python-5.36.2.tar.gz 9088227 BLAKE2B 
578c28d045f3b3f288d43765d55
 DIST hypothesis-python-5.37.5.tar.gz 9092380 BLAKE2B 
b5bf9f5c5bb1002154ea6041c38b727e926ae65641a05ddd2bfe919fdb7b6457963ddcc5bf1d57a929c57a3912b15a13c52b4568708348f4f308146cf64caa61
 SHA512 
ddf2db9d8f9318b0b3ae872fdfebbc4ac8376a86816e7c9a0350738a68a4e3adbe41aaf19a8f54471f551542f3252172cc34f5bc140483989ef8c04c5735f044
 DIST hypothesis-python-5.41.0.tar.gz 9094817 BLAKE2B 
3025caf9a0ccba19abfd12273edefe1db825a40615a378fb076e8d3ba96bfecc64ec23be6ef72b6fcd89d7d6b5c94bbf12abf3212e4a521a21def892b0d95a56
 SHA512 
76a0147d36179368d62a3d9e6f9f27effa903476fa0cccdba4574937c470bbfd020daccf9b3df73f457b543b6a94ce0858fe4d9abdfe9c16a8c49858c8bc0e92
 DIST hypothesis-python-5.41.1.tar.gz 9095771 BLAKE2B 
29c5c091f4b827d1f1e6276d0401c1a673077304b3ee8b0252536c3eeda066a4cfa764856edb222ba6cbaebb424b08aebc8d8ec00c5e0d445774b1c62ed98593
 SHA512 
b1f02e32e6c5bdb6ca0a338901715508a03d2734898c673c5b3a5b25dee34922d7fbfcc2534b0c658d003d5de3e97abecb5a9b4f00ada0cc85c457b4b870a873
+DIST hypothesis-python-5.41.2.tar.gz 9095799 BLAKE2B 
c1743f2e9872cefdd82dd79b60f78ae02bb975be2156bf7c05054627ca8386092588721450dfe14954129e46ea3556b78f7784102640d84368bdc98af2980b04
 SHA512 
712a6b3a007e4b354e9ed2137b7dd53652abbbf0b324467ce540ca886fb956eae5d00f83cbc1c9b1799a4a3abc64f4d26d9aed85d5fb689e904e1125b87b88eb

diff --git a/dev-python/hypothesis/hypothesis-5.41.2.ebuild 
b/dev-python/hypothesis/hypothesis-5.41.2.ebuild
new file mode 100644
index 000..b817839fd0a
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-5.41.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils multiprocessing optfeature
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/";
+SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz";
+S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="cli test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' python3_{6..9})
+   )
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   >=dev-python/pytest-5.3.5[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!

[gentoo-commits] repo/gentoo:master commit in: app-officeext/texmaths/

2020-11-08 Thread Andreas K. Hüttel
commit: dad9968ac558dbcd9563c5bfd53d5bb70a27c6bb
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Nov  8 22:10:18 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Nov  8 22:10:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad9968a

app-officeext/texmaths: Version bump

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-officeext/texmaths/Manifest   |  1 +
 app-officeext/texmaths/texmaths-0.48.2.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-officeext/texmaths/Manifest b/app-officeext/texmaths/Manifest
index 801307fc38b..b5885cf3fd1 100644
--- a/app-officeext/texmaths/Manifest
+++ b/app-officeext/texmaths/Manifest
@@ -1 +1,2 @@
+DIST TexMaths-0.48.2.oxt 1163062 BLAKE2B 
5afcecfd436ff0c6eae7d6ba3cbd2e2b56b0d7b08220279eabda5264c995d9ab43252166a227103c7bd3f40acfa36d9258d158d774bc2dde7d5e7cdcd26918d6
 SHA512 
1bdaa018c4b5702a9fb5e8e0cac6e4bf177ab179c033ea232b4ef9524b69ef28f6a1bd6ecc2a4e5e0c941cc8b620d883cbb82b70b5dc441478e51e186fd3e783
 DIST TexMaths-0.48.oxt 666714 BLAKE2B 
63d811ec60fde66f0ac6d41760eee87df2a1e9cfa023b5f3177bc845a693b54d99bb56fbcbfda64a9ec23ed342e11fa7af0be4241dadb267e06cf6543413
 SHA512 
29e42fd8fe75d1f14bec7fa0eaf531877d50720c8240a144a1cc3a47ee1feb4ba4b163672deb8e0d0b5ecf354370116d31a1ea3bb013a188122433f41e48cd0b

diff --git a/app-officeext/texmaths/texmaths-0.48.2.ebuild 
b/app-officeext/texmaths/texmaths-0.48.2.ebuild
new file mode 100644
index 000..50a931a3deb
--- /dev/null
+++ b/app-officeext/texmaths/texmaths-0.48.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="TexMaths-${PV}"
+
+OFFICE_EXTENSIONS=(
+   "${MY_P}.oxt"
+)
+
+inherit office-ext-r1
+
+DESCRIPTION="LaTeX Equation Editor for LibreOffice"
+HOMEPAGE="http://roland65.free.fr/texmaths/";
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.oxt"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   app-text/dvisvgm
+   virtual/tex-base
+"



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

2020-11-08 Thread Sam James
commit: 79b93cd1c9fa9481391ed62db6bf3f43f8294460
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 22:08:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 22:09:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b93cd1

dev-python/pyglet: Stabilize 1.5.7-r1 amd64, #739758

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

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

diff --git a/dev-python/pyglet/pyglet-1.5.7-r1.ebuild 
b/dev-python/pyglet/pyglet-1.5.7-r1.ebuild
index 13aa03ae4b4..10c64f849c6 100644
--- a/dev-python/pyglet/pyglet-1.5.7-r1.ebuild
+++ b/dev-python/pyglet/pyglet-1.5.7-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pyglet/pyglet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples image +sound"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenetwork-meta/

2020-11-08 Thread Andreas Sturmlechner
commit: b9d143c223f8cbd99dc6b4c21656393d17f651b8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  8 22:06:58 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  8 22:08:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d143c2

kde-apps/kdenetwork-meta: Fix metadata

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kdenetwork-meta/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdenetwork-meta/metadata.xml 
b/kde-apps/kdenetwork-meta/metadata.xml
index 1cc63ad7963..9d22eab38f6 100644
--- a/kde-apps/kdenetwork-meta/metadata.xml
+++ b/kde-apps/kdenetwork-meta/metadata.xml
@@ -7,6 +7,6 @@


Enable support for Dropbox in 
kde-apps/dolphin via 
kde-apps/dolphin-plugins-dropbox
-   Enable Google Drive support via 
kde-apps/kio-gdrive and instant messaging integration via 
kde-apps/plasma-telepathy-meta
+   Enable Google Drive support via 
kde-misc/kio-gdrive and instant messaging integration via 
kde-apps/plasma-telepathy-meta

 



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

2020-11-08 Thread Sam James
commit: ae6ab6e3b04788f95a4ce873af17aa8b93248b65
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:52:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:52:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6ab6e3

dev-python/dulwich: Stabilize 0.20.6 amd64, #741256

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

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

diff --git a/dev-python/dulwich/dulwich-0.20.6.ebuild 
b/dev-python/dulwich/dulwich-0.20.6.ebuild
index 9b1cd600d69..20fba49d37f 100644
--- a/dev-python/dulwich/dulwich-0.20.6.ebuild
+++ b/dev-python/dulwich/dulwich-0.20.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



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

2020-11-08 Thread Sam James
commit: 3eacd7f9c2cb301022917772aff0383733e91749
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:43:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:45:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eacd7f9

dev-python/mccabe: Stabilize 0.6.1-r2 on now-kwed arches

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

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

diff --git a/dev-python/mccabe/mccabe-0.6.1-r2.ebuild 
b/dev-python/mccabe/mccabe-0.6.1-r2.ebuild
index e37565b033a..71e71d8c8e7 100644
--- a/dev-python/mccabe/mccabe-0.6.1-r2.ebuild
+++ b/dev-python/mccabe/mccabe-0.6.1-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="flake8 plugin: McCabe complexity checker"
 HOMEPAGE="https://github.com/PyCQA/mccabe";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/readthedocs-sphinx-ext/

2020-11-08 Thread Sam James
commit: 4826f21ce53c09b9ef3c7c5a74b23d6f185c8c51
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:44:45 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:45:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4826f21c

dev-python/readthedocs-sphinx-ext: Stabilise 753539 hppa, #753539

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

 dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
index 94c861c338a..2b127f33de6 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2020-11-08 Thread Cédric Krier
commit: 03ccc3cbd869b898ea11e85dc69f4ca07da8ea8b
Author: Cédric Krier  gentoo  org>
AuthorDate: Sun Nov  8 21:40:43 2020 +
Commit: Cédric Krier  gentoo  org>
CommitDate: Sun Nov  8 21:41:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ccc3cb

dev-python/braintree: new ebuild

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Cédric Krier  gentoo.org>

 dev-python/braintree/Manifest   |  1 +
 dev-python/braintree/braintree-4.4.0.ebuild | 21 +
 dev-python/braintree/metadata.xml   | 15 +++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/braintree/Manifest b/dev-python/braintree/Manifest
new file mode 100644
index 000..74cf5b358b9
--- /dev/null
+++ b/dev-python/braintree/Manifest
@@ -0,0 +1 @@
+DIST braintree-4.4.0.tar.gz 75010 BLAKE2B 
5f59960117a59ae12d51e47bbeecfa9422eda5d2fe29456eaac3a37720878d0e853bbd2bc9d4bae2df4008da8dd80e4c5cbe9b8708734e2d112f7c9482946a06
 SHA512 
b5ad359ad4dd0459b1468b7281495d4f9eb781d7788060cfdcd0b9c9eb877da07bbe227f149ac07f6445164d25932bb2cfb966bd36cb1402eb8182df6869a489

diff --git a/dev-python/braintree/braintree-4.4.0.ebuild 
b/dev-python/braintree/braintree-4.4.0.ebuild
new file mode 100644
index 000..686add5196d
--- /dev/null
+++ b/dev-python/braintree/braintree-4.4.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 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="Braintree Python Library"
+HOMEPAGE="https://developers.braintreepayments.com/python/sdk/server/overview";
+SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-python/requests-0.11.1[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+DOCS=(README.md)

diff --git a/dev-python/braintree/metadata.xml 
b/dev-python/braintree/metadata.xml
new file mode 100644
index 000..a50d9e2445c
--- /dev/null
+++ b/dev-python/braintree/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   
+   
+   c...@gentoo.org
+   Cédric Krier
+   
+   
+   braintree
+   braintree/braintree_python
+   
+



[gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/

2020-11-08 Thread Sam James
commit: 37b96af17cb8b4385a48a2b023c108bf178001ff
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:33:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:33:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b96af1

media-video/gaupol: Stabilize 1.8-r2 ALLARCHES, #753560

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

 media-video/gaupol/gaupol-1.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/gaupol/gaupol-1.8-r2.ebuild 
b/media-video/gaupol/gaupol-1.8-r2.ebuild
index e08179fb61d..37de3f3e506 100644
--- a/media-video/gaupol/gaupol-1.8-r2.ebuild
+++ b/media-video/gaupol/gaupol-1.8-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/otsaloma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="spell test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/

2020-11-08 Thread Sam James
commit: e1af9fe1721d5e6b1dc42cf891c988786d289cbd
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:33:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:33:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1af9fe1

media-video/gaupol: mark ALLARCHES

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

 media-video/gaupol/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-video/gaupol/metadata.xml b/media-video/gaupol/metadata.xml
index 873dce631ad..2efc7b4777e 100644
--- a/media-video/gaupol/metadata.xml
+++ b/media-video/gaupol/metadata.xml
@@ -9,6 +9,7 @@
media-vi...@gentoo.org
Gentoo Video project

+   

otsaloma/gaupol
https://github.com/otsaloma/gaupol/issues



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gammy/

2020-11-08 Thread Maciej Barć
commit: c986e5a0674446f395670ff584252c0ef6ebe3a0
Author: Maciej Barć  protonmail  com>
AuthorDate: Sun Nov  8 17:20:07 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Sun Nov  8 17:20:17 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c986e5a0

x11-misc/gammy: bump to 0.9.59

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 x11-misc/gammy/Manifest|  1 +
 x11-misc/gammy/gammy-0.9.59.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/x11-misc/gammy/Manifest b/x11-misc/gammy/Manifest
index f0d51f1b..7534ccf4 100644
--- a/x11-misc/gammy/Manifest
+++ b/x11-misc/gammy/Manifest
@@ -1 +1,2 @@
 DIST gammy-0.9.58a.tar.gz 208411 BLAKE2B 
1681f5bbe49d8645a5f55be338c82fe6728bd2b643d5cff1343a3c3bc00ba06c7a903a1c4c6d8ca21f1e2e2991ecec79c392f17aeacb75f1b17f0994cc05b1f6
 SHA512 
fced7b742e15a70933146901dc07c8375bd7fffc6e000e8fa323029366e09d090c9c9c3e5d783fc5ad923259abf798649652af40e1a9bc83f6c60cbb81ee53a8
+DIST gammy-0.9.59.tar.gz 209514 BLAKE2B 
948bc841361217cde846288e93e67ed944d99fdf682f56a42e85036fe2455ba900f3c80bda712012116280bd2f2a6038f2cb4d783fcc7e2037f2df096c486b6e
 SHA512 
1fd1255f9681b1b59457ad817e604cf73cc81397e927db62d3f53a1c39f7b634544c50931ece71f116f2f01c7fb7d7dc33696e0400fe23785b2a23b112bd8aa5

diff --git a/x11-misc/gammy/gammy-0.9.59.ebuild 
b/x11-misc/gammy/gammy-0.9.59.ebuild
new file mode 100644
index ..3a75f14f
--- /dev/null
+++ b/x11-misc/gammy/gammy-0.9.59.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils qmake-utils xdg
+
+DESCRIPTION="Adaptive screen brightness/temperature"
+HOMEPAGE="https://getgammy.com/";
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Fushko/${PN}.git";
+else
+   SRC_URI="https://github.com/Fushko/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   x11-libs/libXxf86vm
+"
+DEPEND="
+   ${RDEPEND}
+   media-gfx/imagemagick
+"
+
+src_configure() {
+   eqmake5 PREFIX="${D}/usr"
+}
+
+src_install() {
+   default
+
+   local sizes="
+   128
+   16
+   32
+   64
+   "
+   cd ./icons || die
+   for size in ${sizes}; do
+   convert "${size}x${size}ball.ico" "${size}x${size}ball.png" || 
die
+   newicon -s "${size}" "${size}x${size}ball.png" "${PN}.png"
+   done
+
+   make_desktop_entry "${PN}" "${PN^}" "${PN}" "Graphics;Settings"
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2020-11-08 Thread Sam James
commit: a38a396bfbaaa36047de73d73d3d105c3365409f
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:13:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:13:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38a396b

dev-python/flake8: Stabilize 3.8.3-r1 ALLARCHES, #753539

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

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

diff --git a/dev-python/flake8/flake8-3.8.3-r1.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
index 0c51e5d1db7..7f9df80e88f 100644
--- a/dev-python/flake8/flake8-3.8.3-r1.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



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

2020-11-08 Thread Sam James
commit: b6bf7ac32ef468ee02c5396a019fd07822974c6d
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:13:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:13:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bf7ac3

dev-python/sphinx_rtd_theme: Stabilize 0.4.3-r1 ALLARCHES, #753539

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

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

diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild 
b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
index 97bd85d526b..13ba208b1fa 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE=""
 
 PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2020-11-08 Thread Sam James
commit: 6464578140d58473e96903718bf5defc47bfeb8c
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:12:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:12:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64645781

dev-python/sphinx-prompt: stabilise 1.3.0 ALLARCHES, #753539

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

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

diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.3.0.ebuild 
b/dev-python/sphinx-prompt/sphinx-prompt-1.3.0.ebuild
index 0389e756858..bb8ae58962b 100644
--- a/dev-python/sphinx-prompt/sphinx-prompt-1.3.0.ebuild
+++ b/dev-python/sphinx-prompt/sphinx-prompt-1.3.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/sbrunner/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2020-11-08 Thread Sam James
commit: 536646a4b80bb64d1526f533f1238661227a7122
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:09:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:10:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536646a4

dev-python/sphinx-prompt: Stabilize 1.3.0 arm64, #753539

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

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

diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.3.0.ebuild 
b/dev-python/sphinx-prompt/sphinx-prompt-1.3.0.ebuild
index 7c3ecf3477a..0389e756858 100644
--- a/dev-python/sphinx-prompt/sphinx-prompt-1.3.0.ebuild
+++ b/dev-python/sphinx-prompt/sphinx-prompt-1.3.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/sbrunner/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2020-11-08 Thread Sam James
commit: 369217bbe9deffc1357c325369af9e286b62c9ae
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:09:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:10:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369217bb

dev-python/flake8: Stabilize 3.8.3-r1 arm64, #753539

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

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

diff --git a/dev-python/flake8/flake8-3.8.3-r1.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
index 57ef4dfea5f..0c51e5d1db7 100644
--- a/dev-python/flake8/flake8-3.8.3-r1.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



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

2020-11-08 Thread Sam James
commit: fc20b7e251e5dd2a0fb88e088e1e3867e0ecbde5
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:08:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:08:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc20b7e2

dev-python/flake8: Stabilize 3.8.3-r1 amd64, #753539

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

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

diff --git a/dev-python/flake8/flake8-3.8.3-r1.ebuild 
b/dev-python/flake8/flake8-3.8.3-r1.ebuild
index 838f055ce2e..57ef4dfea5f 100644
--- a/dev-python/flake8/flake8-3.8.3-r1.ebuild
+++ b/dev-python/flake8/flake8-3.8.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 # requires.txt inc. mccabe however that creates a circular dep
 RDEPEND="



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

2020-11-08 Thread Thomas Deutschmann
commit: b21049f4543765e830a2f933b7f2e795d9b82ded
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  8 21:07:23 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  8 21:09:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21049f4

dev-lang/spidermonkey: skip waiterlist-order-of-operations-is-fifo.js test

Test is known to timeout on some systems.

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

 dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild 
b/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild
index 3e22f62affb..1a3cf72f182 100644
--- a/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild
@@ -180,6 +180,7 @@ src_test() {
fi
 
local -a KNOWN_TESTFAILURES
+   KNOWN_TESTFAILURES+=( 
test262/built-ins/Atomics/wait/bigint/waiterlist-order-of-operations-is-fifo.js 
)
KNOWN_TESTFAILURES+=( 
test262/intl402/RelativeTimeFormat/prototype/format/en-us-numeric-auto.js )
KNOWN_TESTFAILURES+=( 
non262/Intl/DateTimeFormat/timeZone_backward_links.js )
KNOWN_TESTFAILURES+=( 
non262/Intl/DateTimeFormat/tz-environment-variable.js )



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

2020-11-08 Thread Thomas Deutschmann
commit: 824f8c56b557de79804eee177b7ae328279ca287
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  8 21:04:29 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  8 21:09:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824f8c56

dev-lang/spidermonkey: check for /dev/shm

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

 dev-lang/spidermonkey/spidermonkey-78.4.0.ebuild | 9 +
 1 file changed, 9 insertions(+)

diff --git a/dev-lang/spidermonkey/spidermonkey-78.4.0.ebuild 
b/dev-lang/spidermonkey/spidermonkey-78.4.0.ebuild
index 3c1c747cd0e..065952b5eb4 100644
--- a/dev-lang/spidermonkey/spidermonkey-78.4.0.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-78.4.0.ebuild
@@ -111,6 +111,15 @@ pkg_setup() {
check-reqs_pkg_setup
 
python-any-r1_pkg_setup
+
+   # Build system is using /proc/self/oom_score_adj, bug #604394
+   addpredict /proc/self/oom_score_adj
+
+   if ! mountpoint -q /dev/shm ; then
+   # If /dev/shm is not available, configure is known to fail with
+   # a traceback report referencing 
/usr/lib/pythonN.N/multiprocessing/synchronize.py
+   ewarn "/dev/shm is not mounted -- expect build failures!"
+   fi
 }
 
 src_prepare() {



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

2020-11-08 Thread Sam James
commit: 76ec90737dd5ee36718e2f5e05975dc8e39a6d2a
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 21:08:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 21:08:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ec9073

dev-python/sphinx-prompt: Stabilize 1.3.0 amd64, #753539

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

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

diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.3.0.ebuild 
b/dev-python/sphinx-prompt/sphinx-prompt-1.3.0.ebuild
index 119fe077130..7c3ecf3477a 100644
--- a/dev-python/sphinx-prompt/sphinx-prompt-1.3.0.ebuild
+++ b/dev-python/sphinx-prompt/sphinx-prompt-1.3.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/sbrunner/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-cbp2/

2020-11-08 Thread James Le Cuirot
commit: a534004c6d3aa482ecd8cb2bd9afd94a49e7597c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Nov  8 20:57:48 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Nov  8 20:59:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a534004c

games-fps/ut2004-bonuspack-cbp2: ut2004.ut-files.com cert has expired

I only used HTTPS because it worked before but it's now been 45 days
so I guess they're not renewing it in a hurry.

Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild 
b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild
index a25036f26be..c67e88e1774 100644
--- a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild
+++ b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="UT2004 Community Bonus Pack 2 Volume 1 and 2"
 HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004";
-SRC_URI="https://ut2004.ut-files.com/BonusPacks/cbp2-volume1_zip.zip
-   https://ut2004.ut-files.com/BonusPacks/cbp2-volume2_zip.zip";
+SRC_URI="http://ut2004.ut-files.com/BonusPacks/cbp2-volume1_zip.zip
+   http://ut2004.ut-files.com/BonusPacks/cbp2-volume2_zip.zip";
 LICENSE="free-noncomm all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004/

2020-11-08 Thread James Le Cuirot
commit: 4cde63f0d6c2602cccdf8101a7eba0615d0ee4a2
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Nov  8 20:57:24 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Nov  8 20:59:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cde63f0

games-fps/ut2004: ut2004.ut-files.com cert has expired

I only used HTTPS because it worked before but it's now been 45 days
so I guess they're not renewing it in a hurry.

Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/ut2004/ut2004-3369.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/ut2004/ut2004-3369.3-r3.ebuild 
b/games-fps/ut2004/ut2004-3369.3-r3.ebuild
index 13d59140205..cfef6283f8f 100644
--- a/games-fps/ut2004/ut2004-3369.3-r3.ebuild
+++ b/games-fps/ut2004/ut2004-3369.3-r3.ebuild
@@ -9,7 +9,7 @@ PATCH_P="${PN}-lnxpatch${PV%.*}-2.tar.bz2"
 DESCRIPTION="Editor's Choice Edition plus Mega Pack for the well-known 
first-person shooter"
 HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004";
 SRC_URI="
-   https://ut2004.ut-files.com/Patches/Linux/${PATCH_P}
+   http://ut2004.ut-files.com/Patches/Linux/${PATCH_P}

https://dev.gentoo.org/~chewi/distfiles/ut2004-v${PV/./-}-linux-dedicated.7z
 "
 



[gentoo-commits] repo/gentoo:master commit in: games-server/ut2004-ded/

2020-11-08 Thread James Le Cuirot
commit: 6b16592efa5280b4503e65937f0b14f6d3ad235e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Nov  8 20:58:00 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Nov  8 20:59:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b16592e

games-server/ut2004-ded: ut2004.ut-files.com cert has expired

I only used HTTPS because it worked before but it's now been 45 days
so I guess they're not renewing it in a hurry.

Closes: https://bugs.gentoo.org/753548
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild 
b/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild
index 63f7dcb5240..2f6413ad120 100644
--- a/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild
+++ b/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,8 +10,8 @@ PATCH_P="ut2004-lnxpatch${PV%.*}-2.tar.bz2"
 DESCRIPTION="Unreal Tournament 2004 Linux Dedicated Server"
 HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004";
 SRC_URI="
-   https://ut2004.ut-files.com/Entire_Server_Download/${BONUSPACK_P}
-   https://ut2004.ut-files.com/Patches/Linux/${PATCH_P}
+   http://ut2004.ut-files.com/Entire_Server_Download/${BONUSPACK_P}
+   http://ut2004.ut-files.com/Patches/Linux/${PATCH_P}

https://dev.gentoo.org/~chewi/distfiles/ut2004-v${PV/./-}-linux-dedicated.7z
 "
 



[gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-cbp1/

2020-11-08 Thread James Le Cuirot
commit: d066ebfd07f454d2d5d286a40a7632598654560c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Nov  8 20:57:38 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Nov  8 20:59:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d066ebfd

games-fps/ut2004-bonuspack-cbp1: ut2004.ut-files.com cert has expired

I only used HTTPS because it worked before but it's now been 45 days
so I guess they're not renewing it in a hurry.

Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild 
b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild
index e2723ebdde7..76aca526c4b 100644
--- a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild
+++ b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="UT2003 Community Bonus Pack for UT2004 Volume 1"
 HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004";
-SRC_URI="https://ut2004.ut-files.com/BonusPacks/cbp1.zip";
+SRC_URI="http://ut2004.ut-files.com/BonusPacks/cbp1.zip";
 LICENSE="free-noncomm"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: sys-boot/lilo/, sys-boot/lilo/files/

2020-11-08 Thread Joshua Kinard
commit: 6f94f3741de3665ae7b1d32d52438c52cd366cf0
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sun Nov  8 20:50:35 2020 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sun Nov  8 20:51:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f94f374

sys-boot/lilo: EAPI update and gcc-10 fix

Update lilo-24.1's ebuild to EAPI7 and add a patch from Debian to fix
compilation issues with gcc-10.x and up to both lilo-24.1 and lilo-24.2.

Closes: https://bugs.gentoo.org/723262
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.9, Repoman-3.0.2

 sys-boot/lilo/files/lilo-24.x-fix-gcc-10.patch | 51 ++
 sys-boot/lilo/lilo-24.1.ebuild | 10 +++--
 sys-boot/lilo/lilo-24.2.ebuild |  1 +
 3 files changed, 59 insertions(+), 3 deletions(-)

diff --git a/sys-boot/lilo/files/lilo-24.x-fix-gcc-10.patch 
b/sys-boot/lilo/files/lilo-24.x-fix-gcc-10.patch
new file mode 100644
index 000..c46b9eebdea
--- /dev/null
+++ b/sys-boot/lilo/files/lilo-24.x-fix-gcc-10.patch
@@ -0,0 +1,51 @@
+Description: Fix ftbfs with GCC-10
+
+Author: Ryan Finnie 
+Bug-Debian: https://bugs.debian.org/957490
+Forwarded: no
+
+---
+
+--- a/src/raid.h
 b/src/raid.h
+@@ -8,7 +8,7 @@
+  * in the source directory.
+  */
+ 
+-int do_md_install, ndisk, md_bios;
++extern int ndisk, md_bios;
+ 
+ int raid_setup(void);
+ void raid_final(void);
+--- a/src/bsect.c
 b/src/bsect.c
+@@ -54,8 +54,6 @@
+ #endif
+ 
+ 
+-int boot_dev_nr;
+-
+ static BOOT_SECTOR bsect,bsect_orig;
+ static MENUTABLE menuparams;
+ static DESCR_SECTORS descrs;
+--- a/src/identify.c
 b/src/identify.c
+@@ -19,7 +19,6 @@
+ #include "common.h"
+ #include "cfg.h"
+ 
+-char *identify;
+ static char *opt;
+ static char *first, *dflt;
+ static int idefault;
+--- a/src/raid.c
 b/src/raid.c
+@@ -41,7 +41,7 @@
+ static int raid_bios[MAX_RAID+1];
+ static int device;
+ enum {MD_NULL=0, MD_PARALLEL, MD_MIXED, MD_SKEWED};
+-int do_md_install, ndisk, md_bios;
++int ndisk, md_bios;
+ static char *raid_list[MAX_RAID];
+ static int list_index[MAX_RAID];
+ static int nlist, faulty;

diff --git a/sys-boot/lilo/lilo-24.1.ebuild b/sys-boot/lilo/lilo-24.1.ebuild
index aa4787b06c1..4627ce7347c 100644
--- a/sys-boot/lilo/lilo-24.1.ebuild
+++ b/sys-boot/lilo/lilo-24.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="7"
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -25,10 +25,14 @@ DEPEND=">=sys-devel/bin86-0.15.5"
 RDEPEND="device-mapper? ( >=sys-fs/lvm2-2.02.45 )"
 
 src_prepare() {
+   default
+
# this patch is needed when booting PXE and the device you're using
# emulates vga console via serial console.
# IE..  B.B.o.o.o.o.t.t.i.i.n.n.g.gl.l.i.i.n.n.u.u.x.x and stair 
stepping.
-   use pxeserial && epatch "${FILESDIR}/${P}-novga.patch"
+   use pxeserial && eapply "${FILESDIR}/${P}-novga.patch"
+
+   eapply "${FILESDIR}/${PN}-24.x-fix-gcc-10.patch"
 
# Do not strip and have parallel make
# FIXME: images/Makefile does weird stuff

diff --git a/sys-boot/lilo/lilo-24.2.ebuild b/sys-boot/lilo/lilo-24.2.ebuild
index 73f9ea6efbb..66ac79f0314 100644
--- a/sys-boot/lilo/lilo-24.2.ebuild
+++ b/sys-boot/lilo/lilo-24.2.ebuild
@@ -33,6 +33,7 @@ src_prepare() {
use pxeserial && eapply "${FILESDIR}/${PN}-24.1-novga.patch"
 
eapply "${FILESDIR}/${PN}-24.2-add-nvme-support.patch"
+   eapply "${FILESDIR}/${PN}-24.x-fix-gcc-10.patch"
 
# Do not strip and have parallel make
# FIXME: images/Makefile does weird stuff



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-systemmonitor/

2020-11-08 Thread Georgy Yakovlev
commit: 6336bf99d56d264ee871f0924b9bf031bd0f7839
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Nov  8 20:43:49 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Nov  8 20:43:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6336bf99

kde-plasma/plasma-systemmonitor: add ~ppc64 keyword

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0.ebuild 
b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0.ebuild
index 1a522697749..71730279591 100644
--- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0.ebuild
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plasma-systemmonitor";
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~ppc64"
 fi
 
 LICENSE="|| ( GPL-3 GPL-2 )"



[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-bin/

2020-11-08 Thread Georgy Yakovlev
commit: c75e8e3f4b3759cf37a4aca98e5330fc8b4dd4fe
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Nov  8 20:20:38 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Nov  8 20:20:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75e8e3f

dev-java/openjdk-bin: fix installation on arm

Closes: https://bugs.gentoo.org/753575
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-bin/openjdk-bin-8.272_p10.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/dev-java/openjdk-bin/openjdk-bin-8.272_p10.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-8.272_p10.ebuild
index 04cf2523582..e4bdf87e57c 100644
--- a/dev-java/openjdk-bin/openjdk-bin-8.272_p10.ebuild
+++ b/dev-java/openjdk-bin/openjdk-bin-8.272_p10.ebuild
@@ -52,6 +52,14 @@ QA_PREBUILT="*"
 
 S="${WORKDIR}/jdk${MY_PV}"
 
+src_unpack() {
+   default
+   # 753575
+   if use arm; then
+   mv -v "${S}"* "${S}" || die
+   fi
+}
+
 src_install() {
local dest="/opt/${P}"
local ddest="${ED%/}/${dest#/}"



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

2020-11-08 Thread Aisha Tammy
commit: e00b4faa41df701e9072db63491ebd080e080006
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sun Nov  8 16:25:43 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sun Nov  8 16:25:53 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e00b4faa

dev-python/dnaio: version bump to 0.4.3

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

 dev-python/dnaio/dnaio-0.4.3.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-python/dnaio/dnaio-0.4.3.ebuild 
b/dev-python/dnaio/dnaio-0.4.3.ebuild
new file mode 100644
index 0..73615c246
--- /dev/null
+++ b/dev-python/dnaio/dnaio-0.4.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="efficient reader for FASTA and FASTQ files"
+HOMEPAGE="https://pypi.python.org/pypi/xopen";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/xopen
+"
+
+# no tests in package



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_yaml/files/

2020-11-08 Thread Hanno Böck
commit: f99eb66d37aaf40c9cacefd8e95a3592a4517f26
Author: Hanno Böck  gentoo  org>
AuthorDate: Sun Nov  8 20:10:45 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Sun Nov  8 20:10:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99eb66d

dev-erlang/fast_yaml: Remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/18191
Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-3.0.9, Repoman-3.0.2

 ...fast_yaml-1.0.20-dont-escape-simple-quote.patch | 31 --
 1 file changed, 31 deletions(-)

diff --git 
a/dev-erlang/fast_yaml/files/fast_yaml-1.0.20-dont-escape-simple-quote.patch 
b/dev-erlang/fast_yaml/files/fast_yaml-1.0.20-dont-escape-simple-quote.patch
deleted file mode 100644
index 453374dbf17..000
--- a/dev-erlang/fast_yaml/files/fast_yaml-1.0.20-dont-escape-simple-quote.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From e789f68895f71b7ad31057177810ca0161bf790e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= 
-Date: Tue, 6 Aug 2019 12:37:28 +0200
-Subject: [PATCH] Don't escape ' inside "", this is not valid yaml
-
-This fixes issue #13

- src/fast_yaml.erl | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/src/fast_yaml.erl b/src/fast_yaml.erl
-index db2be4a..11e453c 100644
 a/src/fast_yaml.erl
-+++ b/src/fast_yaml.erl
-@@ -146,7 +146,6 @@ encode(B, _) when is_binary(B) ->
-($\s) -> [$\s];  % $\s ==  "space"
-($\t) -> [$\\, "t"];  % $\t ==  "tab"
-($\v) -> [$\\, "v"];  % $\v ==  "vertical tab"
--   ($') -> [$\\, $'];% $"  ==  simple quote
-($") -> [$\\, $"];% $"  ==  double quote
-($\\) -> [$\\, $\\];  % $\\ ==  backslash
-   (C) -> C
-@@ -382,7 +381,7 @@ encode_decode_vertical_tab_test() ->
- 
- encode_decode_simple_quote_test() ->
- FileName = filename:join(["..", "test", "temp_test.yml"]),
--Binary = <<"\'\"\'">>,
-+Binary = <<"'\"'">>,
- Encoded = encode([[{'Source', Binary}]]),
- file:write_file(FileName, Encoded),
- Decoded = decode_from_file(FileName, [plain_as_atom]),



[gentoo-commits] proj/musl:master commit in: net-misc/connman/files/, net-misc/connman/

2020-11-08 Thread Jory Pratt
commit: 239e233b5b2eed128d9d425aabd6b26ed65a931b
Author: Michael Everitt  veremit  xyz>
AuthorDate: Tue Sep  8 17:24:20 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Nov  8 20:06:56 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=239e233b

net-misc/connman: Sync with ::gentoo, bump to 1.38, update patches

Closes: https://github.com/gentoo/musl/pull/346

Package-Manager: Portage-2.3.84, Repoman-2.3.11
Signed-off-by: Michael Everitt  veremit.xyz>
Signed-off-by: Jory Pratt  gentoo.org>

 net-misc/connman/Manifest  |   1 +
 net-misc/connman/connman-1.38.ebuild   | 106 +
 net-misc/connman/connman-.ebuild   | 106 +
 .../connman/files/connman-1.38-musl-fixes.patch|  81 
 .../connman/files/connman--musl-fixes.patch|  81 
 net-misc/connman/metadata.xml  |   9 +-
 6 files changed, 380 insertions(+), 4 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index f6fd7ea..8900f8b 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1 +1,2 @@
 DIST connman-1.35.tar.xz 686092 BLAKE2B 
706d8333dc2fcbee8d0ef3849325c4975dfe312a7a542ee96859a1724e05b1302c244a0108ab70033b398301c235fb13cb9509e9147dc2bb049e900f3799cd98
 SHA512 
2234b4d18b038f9a33939035cddebd31c74ce962e5616c2c30b2912476612ef3f7d5b9edca64bf6e69fa358252ed432124e036ac3516b291b86695cb9a96c6a8
+DIST connman-1.38.tar.xz 749288 BLAKE2B 
3f0ec95c87d9b3bf4f188e2523cb8ed97f462953ed95180fadf98bfe0d01c67a3b73e18e39d616e9299fa0251b9a86afea6161b9e280ae6999eb66e6bd5c4406
 SHA512 
9c8f77c4dd62763ccb9ea5cc5d285a8a1c51bb09a82eafc73246231557a4f627ae1e5e4a9df5e104457390ebba643349d7d67800a4ee4c17c6dceff192afe8d4

diff --git a/net-misc/connman/connman-1.38.ebuild 
b/net-misc/connman/connman-1.38.ebuild
new file mode 100644
index 000..bf2a96d
--- /dev/null
+++ b/net-misc/connman/connman-1.38.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit autotools systemd tmpfiles
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git";
+else
+   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz";
+   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://01.org/connman";
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-libs/glib-2.16
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   iwd? ( net-wireless/iwd )
+   l2tp? ( net-dialup/xl2tpd )
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0= )
+   ofono? ( net-misc/ofono )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   policykit? ( sys-auth/polkit )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
+   wispr? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+PATCHES=(
+   # musl fixes
+   "${FILESDIR}/${PN}-musl-libresolv.patch"
+   "${FILESDIR}/${P}-musl-fixes.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable iwd) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable networkmanager nmcompat) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+   $(use_enable openvpn openvpn builtin) \
+   $(use_enable policykit polkit builtin) \
+   $(use_enable pptp pptp builtin) \
+   $(use_enable tools) \
+   $(use_enable vpnc vpnc builtin) \
+   $(use_enable wifi wifi builtin) \
+   $(use_enable wireguard) \
+   $(use_enable wispr wispr bu

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

2020-11-08 Thread Lars Wendler
commit: 75a5b2ddc650c6a9ea64a38de263561ed3b13d89
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Nov  8 19:49:37 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Nov  8 19:51:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a5b2dd

dev-util/geany: Bump to version 1.37.1

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

 dev-util/geany/Manifest|  1 +
 dev-util/geany/geany-1.37.1.ebuild | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/dev-util/geany/Manifest b/dev-util/geany/Manifest
index 37a39dc47ad..be168c29429 100644
--- a/dev-util/geany/Manifest
+++ b/dev-util/geany/Manifest
@@ -1,2 +1,3 @@
 DIST geany-1.36.tar.bz2 4644521 BLAKE2B 
80eeceee31a49e9728a358904ad40e353d3407a22492340e6aa9a82091d32fa004f4494d3ae027732174e7cf7f6fae620b511680e06e58c5b71dd259125900c4
 SHA512 
15005772b64e8321d7fa8552363df425eb25e9d7b0760c561c8fb3f34d7acae2bf25da8e04fda38a2a1b64cc31ff613b7ff2786d432ff014050c138c7473c810
+DIST geany-1.37.1.tar.bz2 4689173 BLAKE2B 
fe17674294e314204b490d0586bc360229a95348236f48a9d25bb49b0d1face415a11e60925501f22018ad047061521258d90af55d8d250499bbf6a09b02028a
 SHA512 
9dafaa540ba4d37ae66f3cc1c4d9670aa8ea30e74e960f0ad010dcbcd1647d1dc2eea4ae7454f589fc6ec0ded0da2de98d85fecc92d8d1ff36cd62d3255a47f4
 DIST geany-1.37.tar.bz2 4689385 BLAKE2B 
b726fffc18cc780fb399472a93a1787ec06ec47caf5dfe9a89f88e5939f071bdb90f337c7dbb9f8681c8383a89fa9d4a8c42d9361771a3e8bb7103cab4629f21
 SHA512 
ffaa906eaa6198d24e91e21dafc4acc0811c8d90f714a36f646d70aa9f4eee7c53c29a063c39db41857de3c7729282ca7f88419ddc6b67b73ac35e91a376ea62

diff --git a/dev-util/geany/geany-1.37.1.ebuild 
b/dev-util/geany/geany-1.37.1.ebuild
new file mode 100644
index 000..2dde606ada7
--- /dev/null
+++ b/dev-util/geany/geany-1.37.1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# eutils required for strip-linguas
+inherit eutils xdg
+
+LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja 
kk ko ku lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW"
+NOSHORTLANGS="en_GB zh_CN zh_TW"
+
+DESCRIPTION="GTK+ based fast and lightweight IDE"
+HOMEPAGE="https://www.geany.org";
+if [[ "${PV}" = * ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/geany/geany.git";
+else
+   [[ "${PV}" == *_pre* ]] && inherit autotools
+   SRC_URI="https://download.geany.org/${P}.tar.bz2";
+   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+LICENSE="GPL-2+ HPND"
+SLOT="0"
+
+IUSE="gtk2 +vte"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-libs/glib-2.32:2
+   gtk2? (
+   >=x11-libs/gtk+-2.24:2
+   vte? ( x11-libs/vte:0 )
+   )
+   !gtk2? (
+   >=x11-libs/gtk+-3.0:3
+   vte? ( x11-libs/vte:2.91 )
+   )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext"
+
+pkg_setup() {
+   strip-linguas ${LANGS}
+}
+
+src_prepare() {
+   xdg_src_prepare #588570
+
+   # Syntax highlighting for Portage
+   sed -i -e "s:*.sh;:*.sh;*.ebuild;*.eclass;:" \
+   data/filetype_extensions.conf || die
+
+   if [[ ${PV} = *_pre* ]] || [[ ${PV} = * ]] ; then
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-html-docs
+   --disable-pdf-docs
+   --disable-static
+   $(use_enable gtk2)
+   $(use_enable vte)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   find "${ED}" \( -name '*.a' -o -name '*.la' \) -delete || die
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+}



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

2020-11-08 Thread Lars Wendler
commit: 80fd887db26ca17ce6d7f6f55af1bc19a05e825b
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Nov  8 19:51:43 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Nov  8 19:51:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fd887d

dev-util/cmake: Bump to version 3.19.0_rc3. Removed old

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

 dev-util/cmake/Manifest | 2 +-
 dev-util/cmake/{cmake-3.19.0_rc2.ebuild => cmake-3.19.0_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 6bda42552ef..555d9da9551 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -3,4 +3,4 @@ DIST cmake-3.16.5.tar.gz 9111262 BLAKE2B 
5f996113a4979563d7b9f298b4b1a32d6f91eeb
 DIST cmake-3.17.4.tar.gz 9473549 BLAKE2B 
2ce29415525b5292ae9e06d73570ed0af2173d8d15612f4d645f22d4f55cb99018663c374c4282731e09f8c6e4ffd59316d65f38aef9db5c34d874ca8992382b
 SHA512 
6af879502e52388f3be02a4edfb006274840ad1afa8f28ffd6ec69b0310c7f718812b2272e5f77ffa422717f61407a6d482deb95941555c21c73fc5f62356a4e
 DIST cmake-3.18.3.tar.gz 8976093 BLAKE2B 
266432f8647828359e0f1a4390d62ac6449fcee5c7bc95d96fea62bc0ae94af9734edf6e0366efe95e3c65c5f29e16abbec0ae6b086781926ac0ae0a08a64b19
 SHA512 
28c0c310b6cd8117d4a8b9ad60064b22b00bdc170303b190994e9a3d4fe83fbd9cae6c8f36da62faf6c356b5acf430c78878f19210386ec26844b56334d3941e
 DIST cmake-3.18.4.tar.gz 8976659 BLAKE2B 
b121a641f5470c5e210bd0ee5506cdc2165ad186074b54bc81de72f36ff6b5748fe846794eff16a13c52e98ce246561fb1aab0f0fd1fdcf9173c4bdacd9cbb8f
 SHA512 
2f0c5647ed58bf911d0bfeafc7f22a3de09aa3be86301158fa51c8560e994534d7500869067432ecf91e82213a0b36ddb5db11c5c55d2ca5e5647ac9f75717b9
-DIST cmake-3.19.0-rc2.tar.gz 9261537 BLAKE2B 
22bcfd613310b4f2a0416d0cefe0f288d5f1ca1f05709278b871eac2753517e115096459c596ae6e9c913d2779e12384706b85a1d77fd9f8dbf33b90739b6f54
 SHA512 
7e28918aa1659b360e89173b05b9bde88b431a8e78f9edcacff9a53d33a811c2cef65f284ddf3232bad71dafe8eeff890c43292d47578fa00c69667187c7035c
+DIST cmake-3.19.0-rc3.tar.gz 9257384 BLAKE2B 
7a865c77b953e0629ce21f751df03bed93d8d5c4ddd3576fa02e980f651e6987f71e57107653541ae33822d2f9fba5151e509feca2adb5e1d72748d2bb31
 SHA512 
d9b3927d13097187cf60cb207158e3df555f50a92aee8a4f775b9e3e038e76dbe3e1a35214eaa8923935cdf8a11e6f38bb433898b45752f42ab1583c29697d35

diff --git a/dev-util/cmake/cmake-3.19.0_rc2.ebuild 
b/dev-util/cmake/cmake-3.19.0_rc3.ebuild
similarity index 100%
rename from dev-util/cmake/cmake-3.19.0_rc2.ebuild
rename to dev-util/cmake/cmake-3.19.0_rc3.ebuild



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

2020-11-08 Thread Sven Wegener
commit: cc42dbc4feed75c770e42a9151179de9ae95d03a
Author: Sven Wegener  gentoo  org>
AuthorDate: Sun Nov  8 19:31:57 2020 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Sun Nov  8 19:51:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc42dbc4

profiles/updates: add slotmove for media-gfx/gimp

Signed-off-by: Sven Wegener  gentoo.org>

 profiles/updates/4Q-2020 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/updates/4Q-2020 b/profiles/updates/4Q-2020
index fcb19f19f1b..650f10040e2 100644
--- a/profiles/updates/4Q-2020
+++ b/profiles/updates/4Q-2020
@@ -1,3 +1,4 @@
 move acct-group/openldap acct-group/ldap
 move acct-user/openldap acct-user/ldap
 move x11-apps/copyq x11-misc/copyq
+slotmove media-gfx/gimp 2 0



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

2020-11-08 Thread Kent Fredric
commit: 8b6c520d730c77eaf799bd54f5f442b42b58546d
Author: Alexey Sokolov  google  com>
AuthorDate: Tue Oct 20 19:05:18 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Nov  8 19:42:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6c520d

dev-perl/Gtk3-ImageView: new package

This will be future dependency of x11-misc/shutter and media-gfx/gscan2pdf

Closes: https://github.com/gentoo/gentoo/pull/17983
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Kent Fredric  gentoo.org>

 .../Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild | 40 ++
 dev-perl/Gtk3-ImageView/Manifest   |  1 +
 dev-perl/Gtk3-ImageView/metadata.xml   | 24 +
 3 files changed, 65 insertions(+)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild 
b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild
new file mode 100644
index 000..921e28e06dc
--- /dev/null
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RATCLIFFE
+DIST_VERSION=4
+inherit perl-module virtualx
+
+DESCRIPTION="Image viewer widget for Gtk3"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-perl/Cairo
+   >=dev-perl/glib-perl-1.210.0
+   dev-perl/Gtk3
+   dev-perl/Readonly
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Carp-Always
+   dev-perl/Test-Differences
+   dev-perl/Test-MockObject
+   dev-perl/Try-Tiny
+   media-gfx/imagemagick[jpeg,perl,png,svg,X]
+   virtual/perl-Test-Simple
+   )
+"
+
+PERL_RM_FILES=(
+   t/90_MANIFEST.t
+   t/91_critic.t
+)
+
+src_test() {
+   virtx perl-module_src_test
+}

diff --git a/dev-perl/Gtk3-ImageView/Manifest b/dev-perl/Gtk3-ImageView/Manifest
new file mode 100644
index 000..c91e269e8ba
--- /dev/null
+++ b/dev-perl/Gtk3-ImageView/Manifest
@@ -0,0 +1 @@
+DIST Gtk3-ImageView-4.tar.gz 14329 BLAKE2B 
e4dee495e83392cc14e8fbd050658a1647bfa3f71e3711610e4df502d92adcce67800fd3c1e5ce09464fdb2e22a92ad7a1bdb52fb119f86712ef898cbf208abf
 SHA512 
d723fb826f510ceccc6116b43baac4e1e42b59f91a0da5d8e9acf5b4ce608807119533fa965ba5aa623511aa9843b81488fd931d58417a2f3dd4f5db45238d64

diff --git a/dev-perl/Gtk3-ImageView/metadata.xml 
b/dev-perl/Gtk3-ImageView/metadata.xml
new file mode 100644
index 000..12276aedf7d
--- /dev/null
+++ b/dev-perl/Gtk3-ImageView/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   alexey+gen...@asokolov.org
+   Alexey Sokolov
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   p...@gentoo.org
+   Gentoo Perl Project
+   
+   
+   Gtk3-ImageView
+   Gtk3::ImageView
+   Gtk3::ImageView::Tool
+   Gtk3::ImageView::Tool::Dragger
+   Gtk3::ImageView::Tool::Selector
+   Gtk3::ImageView::Tool::SelectorDragger
+   
+



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenetwork-meta/

2020-11-08 Thread Andreas Sturmlechner
commit: 1819fd45dc6cdd3c3ea6a9879d7c03b79a7f0d1d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  8 19:32:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  8 19:32:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1819fd45

kde-apps/kdenetwork-meta: Put kde-apps/kio-gdrive behind IUSE=webengine

Closes: https://bugs.gentoo.org/753274
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...etwork-meta-20.08.3.ebuild => kdenetwork-meta-20.08.3-r1.ebuild} | 6 --
 kde-apps/kdenetwork-meta/metadata.xml   | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-20.08.3.ebuild 
b/kde-apps/kdenetwork-meta/kdenetwork-meta-20.08.3-r1.ebuild
similarity index 86%
rename from kde-apps/kdenetwork-meta/kdenetwork-meta-20.08.3.ebuild
rename to kde-apps/kdenetwork-meta/kdenetwork-meta-20.08.3-r1.ebuild
index bb656cd7a24..995087b9d4c 100644
--- a/kde-apps/kdenetwork-meta/kdenetwork-meta-20.08.3.ebuild
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-20.08.3-r1.ebuild
@@ -19,7 +19,9 @@ RDEPEND="
>=kde-apps/krfb-${PV}:${SLOT}
>=kde-apps/zeroconf-ioslave-${PV}:${SLOT}
>=kde-misc/kdeconnect-${PV}:${SLOT}
-   >=kde-misc/kio-gdrive-${PV}:${SLOT}
dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:${SLOT} )
-   webengine? ( >=kde-apps/plasma-telepathy-meta-${PV}:${SLOT} )
+   webengine? (
+   >=kde-apps/plasma-telepathy-meta-${PV}:${SLOT}
+   >=kde-misc/kio-gdrive-${PV}:${SLOT}
+   )
 "

diff --git a/kde-apps/kdenetwork-meta/metadata.xml 
b/kde-apps/kdenetwork-meta/metadata.xml
index e4a1a29dbb9..1cc63ad7963 100644
--- a/kde-apps/kdenetwork-meta/metadata.xml
+++ b/kde-apps/kdenetwork-meta/metadata.xml
@@ -7,6 +7,6 @@


Enable support for Dropbox in 
kde-apps/dolphin via 
kde-apps/dolphin-plugins-dropbox
-   Enable support for Plasma Telepathy 
(instant messaging) integration via 
kde-apps/plasma-telepathy-meta
+   Enable Google Drive support via 
kde-apps/kio-gdrive and instant messaging integration via 
kde-apps/plasma-telepathy-meta

 



[gentoo-commits] proj/musl:master commit in: dev-java/icedtea-bin/

2020-11-08 Thread Jory Pratt
commit: fc58106f0a083eba4e8bfd2341527a5e1ee9e7fe
Author: Jory Pratt  gentoo  org>
AuthorDate: Sun Nov  8 19:24:25 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Nov  8 19:24:25 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=fc58106f

dev-java/icedtea-bin: sync stable keywords with ::gentoo

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jory Pratt  gentoo.org>

 dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild 
b/dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild
index fdcbaca..ba90f6a 100644
--- a/dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild
+++ b/dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild
@@ -39,7 +39,7 @@ SRC_URI="
 
 LICENSE="GPL-2-with-classpath-exception"
 SLOT="8"
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86"
+KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~x86"
 IUSE="big-endian elibc_musl cups +gtk pulseaudio selinux debug examples alsa 
headless-awt"
 
 REQUIRED_USE="



[gentoo-commits] proj/musl:master commit in: dev-java/icedtea-bin/, dev-java/icedtea-bin/files/

2020-11-08 Thread Jory Pratt
commit: 6bdcf16a4c67d58ca05da8f65e7d602ceaff4e65
Author: Jory Pratt  gentoo  org>
AuthorDate: Sun Nov  8 19:22:00 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Nov  8 19:22:00 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=6bdcf16a

dev-java/icedtea-bin: uses alpine's package for musl users

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jory Pratt  gentoo.org>

 dev-java/icedtea-bin/Manifest  |  49 
 dev-java/icedtea-bin/files/icedtea-bin.env.sh  |  17 +++
 dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild | 155 +
 dev-java/icedtea-bin/metadata.xml  |  15 +++
 4 files changed, 236 insertions(+)

diff --git a/dev-java/icedtea-bin/Manifest b/dev-java/icedtea-bin/Manifest
new file mode 100644
index 000..f65e528
--- /dev/null
+++ b/dev-java/icedtea-bin/Manifest
@@ -0,0 +1,49 @@
+DIST icedtea-bin-3.16.0-aarch64.tar.gz 15786735 BLAKE2B 
a8a2b06bcf8f60665123015a18f2aafb46c09f46daa04dd4eb655e3232585c4c06e7b919b93975b84040c0a222f69874420fff3dcaa9c51afff1cb467590d0c8
 SHA512 
5aa792b61e97d445a233daf2b44e9793bc2466defc2760e4da99af3103fd509080e657e3167c5abf4598e5a224b5dbaf6185bef6acab2011d1a7ea8c0619b9ff
+DIST icedtea-bin-3.16.0-armhf.tar.gz 15804792 BLAKE2B 
2db23008af16f3d3a7346764f70c967a6ee1c85eda955bcd3add51b898abef21b21341bf3b418c9e974d310297c3c20c34dd2fe98028c385149d6c742b52
 SHA512 
25cde724d26e3288dec7a765a1500cfc0486d53cb9dc209ab6f384c8febc67c6fbd68ff90029ae33ff780ffd5be50fe4310c0f559d5a1150d5c8ec7a19a868c2
+DIST icedtea-bin-3.16.0-armv7.tar.gz 15804401 BLAKE2B 
4d25028929831fc2891e2791ceb0dfd894b1f226236421c46114259a3725f2332dce0dcce12c7037cf4d23b1ab041f1300e8d8600a37cc9f16951cc4a4537b67
 SHA512 
9e4871788498c2e6d75514354295e7b7b8f38ab617e47d2e7caf42f9ad9dfe5c47dc3454be6a52129dddf5b43067791fa246fa5f2797b022f4688a5a5795bd42
+DIST icedtea-bin-3.16.0-dbg-aarch64.tar.gz 84291199 BLAKE2B 
861e5a0fdb6bb70d663abfc034014384a2282f3d14e4982e7a946fe2bba9c97f921e6fab8571b4e16021e50653a44a4d073beb1a604fe9b6b1e0f08f333f8cac
 SHA512 
8862d259d0debcd0c8761f07e7a4bcb809ebf684abcbf88981c5f149e981f91228a5c58a066b17f9f029f126fb5c008ef10107424ed2169e28c09f6db6725cf2
+DIST icedtea-bin-3.16.0-dbg-armhf.tar.gz 56838771 BLAKE2B 
0ee32e7b2012f5d119f50da25f3e7c9bd172a2e6df4c9290d210167fbe18e537ea7ceac0cf14031c86096ef521b2e46d80d2c952d49396d21753056d09961cbb
 SHA512 
a8189448dcb2674021fc7cb50d763d7fc5168dfc9f4dc980a70fb2b076bd1a56c8139cb74a9519e31d204ca1385f83f8f3b8e0a5ed69871ed1edcdd036dff0d0
+DIST icedtea-bin-3.16.0-dbg-armv7.tar.gz 57130735 BLAKE2B 
d4ddec53934a2102cb4ed638d5fc3c242128c9ff74de9cc3ff28b4ccd58fcad4a860770fd4342f5b5dfc3faf1a4809854eb8db6c6efa2e27b4e71c58706064bd
 SHA512 
07d8364bde430f23ffb8a536c72a19741e4ed266af0287050291e5a4c07b3fe584fc6f480f3e26f2723cc3f9efa71547164765bbd1e0ba297d583761769ffd2f
+DIST icedtea-bin-3.16.0-dbg-ppc64le.tar.gz 76056356 BLAKE2B 
d95e3f695759774f0f4ebbc47f91c441a9deec5c97776255fa56ccf71a1fa5b07113656dac49d8e296c7f07ce0d84976eb1eba27e95f389064c58c373b38e7cf
 SHA512 
498787a58d251698cd006f7c3b4caca88db85b82454c5c34828d01510e6b12981ce721449102a9434d22ecf80821b6fa12c54b5dc7ed8273d7bac3a0325c4efd
+DIST icedtea-bin-3.16.0-dbg-s390x.tar.gz 59229152 BLAKE2B 
82deaced39b2108e92b89a53e98f78047f140e885029ea26f9b3e4c32338bf04de11f87c6ef33bfb0c4b5a55e0d5ee2b4b04382946c77204bdfc4b83ee58bf98
 SHA512 
8096b400855890f5a99f12b4577e3ed43cb0771ac55777fd9a2684f9bcdbef2772c7f4cd013c3f981098952cb0bf475560f8d903190e3be6fe750c9bde71c8e8
+DIST icedtea-bin-3.16.0-dbg-x86.tar.gz 82006906 BLAKE2B 
b890a0711a115e5d63bcbf4ded12bf2655de6626c9432298efea12bd76671389640abae56ef4ce8195d9704e5bd24daf47cf1f114d45ba92576b0350125f
 SHA512 
819be1a2b1b08eab3e33922721440c248427022bbf86c2a9df779e79450f73340227240c220e71c6a221ad14e0bba6eddee76148c6b6c4a50275712ff58073d7
+DIST icedtea-bin-3.16.0-dbg-x86_64.tar.gz 85815207 BLAKE2B 
df424b3bbdcccf810ebcab836fb4dd105924570bfdcc4b0091cbac5b2ac5f94bf787588ecf2150a68c3b7505a9f0154475acd2aaf5a22cad998ceccf9b4c2082
 SHA512 
58ae893c963ce8bf0fc241db0bdd060be95c076cee82eacfa0a7279c34dc585de9e5f454765bbc048f373438b969afc32cde308441431273abd98ce1c6d9e6dc
+DIST icedtea-bin-3.16.0-demos-aarch64.tar.gz 2574348 BLAKE2B 
0846e4e1574312e98d829d6ba4a8a8ad922a74ad8aa77ea9f8979270f522e1e5a64d267e57c1d84fbf98c805643055f6925b129e0b899396f2b42f1448ae4f33
 SHA512 
fa91c15e559a4423c9d4c17e78014b5d771ca3d2a4866255ca7394469d0b264af28feb177f634a7c565765d3cc98a7c5bb08bb8118abde8c871a0042fbbcc5a3
+DIST icedtea-bin-3.16.0-demos-armhf.tar.gz 2553523 BLAKE2B 
8e192b4bc474bbec6384bcd1411f223a617a8784a5e49fc41694c6df52524ab196a4870945f17dc3d1fedcd8eb607f021364d0034fca0d629af9a2698dd61324
 SHA512 
9db66513d77bfec05adc0756e4b4320ad0d19246834a51a2a1ebcfff2f5dd3ec024c045fd03122d8f5354f7410266373f34773b6e535379751aa95f27f18a471
+DIST icedtea-bin-3.16.0-demos-armv7.tar.gz 2535093 BLAKE2B 
cd26fc1ad999f710fd6a18b70b9a87a61e97d14d2d3441bd0039ea3b1f7f961e9472b4666c3fc0ee335bc3b720edd9ec57e7d97

[gentoo-commits] proj/musl:master commit in: dev-java/openjdk/

2020-11-08 Thread Jory Pratt
commit: c987710ac3ffb729f0fae69179ad90cf8e2fcbf7
Author: Jory Pratt  gentoo  org>
AuthorDate: Sun Nov  8 19:20:47 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Nov  8 19:20:47 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c987710a

dev-java/openjdk: cleanup

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jory Pratt  gentoo.org>

 dev-java/openjdk/Manifest  |  17 --
 dev-java/openjdk/openjdk-11.0.8_p10.ebuild | 288 -
 dev-java/openjdk/openjdk-8.265_p01.ebuild  | 267 --
 3 files changed, 572 deletions(-)

diff --git a/dev-java/openjdk/Manifest b/dev-java/openjdk/Manifest
index 6fff35e..676253a 100644
--- a/dev-java/openjdk/Manifest
+++ b/dev-java/openjdk/Manifest
@@ -1,34 +1,17 @@
-DIST openjdk-11.0.8_p10.tar.bz2 91141175 BLAKE2B 
eeef0f6b6a8f804e043cde01de256c86ed35d5a391588100caea49c8c2b617c3f06aa37df894feaa89734e68c32fe28d8bc5337755050c457d657cf88fcff7f3
 SHA512 
f8fd26a11cb044197d3b04a1347e27e177e79cb58436e67116f63025a2a5c39c0083ac17362e7d2234caf89df530422ead088e3fc4546f8d9f68482fc75eb7a0
 DIST openjdk-11.0.9_p11.tar.bz2 91638327 BLAKE2B 
a04b7fb5ebde3b6c024e5f3931a2efe796e08ad66c0190cddfa4268d5181f46f24685d9d51ae328547916e8ece723967bf653feeac87347ee14ecbe213ad657a
 SHA512 
a0a6726d5adbe95904b78d8b4319bc4386c594a563f80f63d59072cf72d00928b451163b91258b44193a80851400ce8b8d142fecfd2bd902ff7a5e47cb4a9976
-DIST openjdk-8.265_p01.tar.bz2 456095 BLAKE2B 
8de4d0293f3062583654da99a29d5be02197c323772f663d37ab21bdfdf32a723412d301094e6f70cbba99883241f52406a799a91c3d7c2a69ab7b35932c0a38
 SHA512 
686b869f9278462c6cb52036c4c9261e1689b917ce0afd4e6b47bb3d3207b2e79b2d03c2d3808a5853ab2fa070ac2206877849f5837282cb6deb80f610ba67f5
 DIST openjdk-8.272_p10.tar.bz2 457222 BLAKE2B 
51e487d36c1922c5fc04d8922f1000a776e4872142517933ef5e8d5fd825f221fa02325bd755bf3f48f7f3221a2da3ca182301fb303675cb7d712d7b2f1c7751
 SHA512 
488b7fa0ed725936d483efd54242dbf4409752c685f29277023fb47c4375b5700b34e743d819d7d7c2406a2f8845d1c3d4fc548c156b6c7c30e43574c1b51527
-DIST openjdk-aarch64-shenandoah-8.265_p01.tar.bz2 461443 BLAKE2B 
169cc30062efd93e93a16c909494d5817e3f6108ed22d4cb09f618732b990091a47c1149fff0f3e5657c2e21443d357e5d11091ef1d4f8eb61a14bcc35d74951
 SHA512 
b85714731f9a102585308d2df5b271243b523daa7541635f5d4a22e7322890bc024f8abafbacbd1885c07cec479e00b5edb936936fcfefcfe0f6e2e6e2211689
 DIST openjdk-aarch64-shenandoah-8.272_p10.tar.bz2 462755 BLAKE2B 
abeabf704d2135da9df6746545209f5a658ec547be5852041bb9bd1dfc4546cef143541df61b4705b6d2181ae7ec91a8c64e2b27347c24d146da49bbf8c228ef
 SHA512 
7cae0cf80e09e1d2ad3eef8bf6740942788d0af4d3c9821bb0785ea42d4b38319d0ec57a8d21add25a40eebdc5ecba8234c9f04e6922e87c80480f71b04e2e3d
-DIST openjdk-aarch64-shenandoah-corba-8.265_p01.tar.bz2 1050861 BLAKE2B 
6803ee3ad1e3804cec3a1008f38538d793b2ae4f0a3c22d48d3c9885af37f4baf2ba94b91824e2e2bb170a5c9a59b28edc5d0c94646fd6265fe2b32fad759cb7
 SHA512 
859afe2ef587f7151a1fce4a43617a3afa0d8b9e04a07332c8a412b1b8deba4e00d7676cf1579cb2a8a18a307d094d22938ea9a3d70acb9094e268e701c35982
 DIST openjdk-aarch64-shenandoah-corba-8.272_p10.tar.bz2 1052989 BLAKE2B 
8d6f79758ccf1719396fb56fd47c258c2440beea79516025b4911027a59b6cf4b5826c5eb01ba3a4c45847915531989c74665cbedf6349541df38732e7b828de
 SHA512 
12547c8b5f1fe4efcc58f5b148977d519c954b964e814fc3fce717bd6d6221c2e7eda98a0e1e8157ed2f509f3b89e1e7b529da81cd1ee768daf4ad6369c57e8b
-DIST openjdk-aarch64-shenandoah-hotspot-8.265_p01.tar.bz2 8757379 BLAKE2B 
aefc9c9b9f5a369db14cc5a22ea54373518daf594b794f74533ea4365416b8adc91cdd6c79934d93f5e0f019d7b07723630f849ab93464d7416d15de54a5c65e
 SHA512 
3f44dadc5a5d9a75d4b6b632991b9fbbcae499e19139e1d902f8f2df101141060bc063996e995b22c462c76962b1312e719495eae99b392da3080c7d875deae5
 DIST openjdk-aarch64-shenandoah-hotspot-8.272_p10.tar.bz2 8767088 BLAKE2B 
85b2dcbd696c58db72a7aeb4dc9a4752d742ed90bfd2e06ce5ddd8ed4ec5c63ab2de40a41aab5747fa120d8865c1d57f02a99b27a6ebf7c68c0891e19f5a7f27
 SHA512 
7866495487b271228f1a2d95cecfa6b76bb912d8c1c63d3d92e7b2cda88dd151b3b6c4c3bc717e37a0bd972762620ae7fb456c1aee281772a145a1dd1b11758b
-DIST openjdk-aarch64-shenandoah-jaxp-8.265_p01.tar.bz2 2696501 BLAKE2B 
1b1a459a4400d78c7921593a173059156b53a2cfc5fce695571e5c827bf609c08e02accdd56e1585723d50d93cae6ed0b5cef91f7597de21a16daa9b951046c5
 SHA512 
a377505e17299ba8fdd9e24fb9d3f786f1e6288e485319f2accf6abe9be957814ceb08c14867839bfd29690e91afb70f2aadfd9cc43db81e924960275792d61c
 DIST openjdk-aarch64-shenandoah-jaxp-8.272_p10.tar.bz2 2718084 BLAKE2B 
1e6cc999d84a49c03731a2a2ca73dfe684940509a64199ad52571ef51b3da035e41b41bf262ea88af9f77418c7b1b5721724d86f67a5f737e53eaf3673f4eab8
 SHA512 
a73e5a4628c936cf9b19082ad49ed2134984d15a1165c45206c74dff45118c50922fd0a668efe93a46c3839775ec567d56eee19cd0e3a9f90e7995d1b6a42f11
-DIST openjdk-aarch64-shenandoah-jaxws-8.265_p01.tar.bz2 2556505 BLAKE2B 
70a963e625b04717a7dfd8f913d8dad20158abb1c7d5ea474c53692181d5ba099c9c6ebec0efa28d6732275d02380fda613ba446f854052476fdb2b

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

2020-11-08 Thread Patrick McLean
commit: 7a5d6912fe4638dc6e3504c43e7952300064fbb3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Nov  8 19:05:30 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Nov  8 19:12:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5d6912

dev-libs/simdjson: remove unused patch(es)

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18192
Signed-off-by: Patrick McLean  gentoo.org>

 .../files/simdjson-0.4.7-tests-compiler.patch  | 41 --
 1 file changed, 41 deletions(-)

diff --git a/dev-libs/simdjson/files/simdjson-0.4.7-tests-compiler.patch 
b/dev-libs/simdjson/files/simdjson-0.4.7-tests-compiler.patch
deleted file mode 100644
index b641373e1a3..000
--- a/dev-libs/simdjson/files/simdjson-0.4.7-tests-compiler.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff --git a/examples/quickstart/Makefile b/examples/quickstart/Makefile
-index 4d3f227..90c2237 100644
 a/examples/quickstart/Makefile
-+++ b/examples/quickstart/Makefile
-@@ -5,7 +5,7 @@ JSONEXAMPLES=$(ROOT)/jsonexamples
- test: quickstart twitter.json
-   ./quickstart
- quickstart: quickstart.cpp simdjson.cpp simdjson.h
--  c++ -o ./quickstart quickstart.cpp simdjson.cpp
-+  $(CXX) -o ./quickstart quickstart.cpp simdjson.cpp
- clean:
-   rm -f simdjson.cpp simdjson.h twitter.json quickstart quickstart11 
quickstart14
- simdjson.cpp: $(SINGLEHEADER)/simdjson.cpp
-@@ -17,16 +17,16 @@ twitter.json: $(JSONEXAMPLES)/twitter.json
- 
- quickstart11: $(ROOT)/src/**.h $(ROOT)/src/**.cpp $(ROOT)/include/**.h 
$(ROOT)/src/**.cpp
-   rm -f simdjson.h simdjson.cpp
--  c++ -o ./quickstart11 quickstart.cpp $(ROOT)/src/simdjson.cpp 
-I$(ROOT)/src -I$(ROOT)/include -std=c++11
-+  $(CXX) -o ./quickstart11 quickstart.cpp $(ROOT)/src/simdjson.cpp 
-I$(ROOT)/src -I$(ROOT)/include -std=c++11
- test11: quickstart11 twitter.json
-   ./quickstart11
- quickstart14: $(ROOT)/src/**.h $(ROOT)/src/**.cpp $(ROOT)/include/**.h 
$(ROOT)/src/**.cpp
-   rm -f simdjson.h simdjson.cpp
--  c++ -o ./quickstart14 quickstart.cpp $(ROOT)/src/simdjson.cpp 
-I$(ROOT)/src -I$(ROOT)/include -std=c++14
-+  $(CXX) -o ./quickstart14 quickstart.cpp $(ROOT)/src/simdjson.cpp 
-I$(ROOT)/src -I$(ROOT)/include -std=c++14
- test14: quickstart14 twitter.json
-   ./quickstart14
- quickstart17: $(ROOT)/src/**.h $(ROOT)/src/**.cpp $(ROOT)/include/**.h 
$(ROOT)/src/**.cpp
-   rm -f simdjson.h simdjson.cpp
--  c++ -o ./quickstart17 quickstart.cpp $(ROOT)/src/simdjson.cpp 
-I$(ROOT)/src -I$(ROOT)/include -std=c++17
-+  $(CXX) -o ./quickstart17 quickstart.cpp $(ROOT)/src/simdjson.cpp 
-I$(ROOT)/src -I$(ROOT)/include -std=c++17
- test17: quickstart17 twitter.json
-   ./quickstart17
-diff --git a/singleheader/README.md b/singleheader/README.md
-index fd58a7a..e495ec9 100644
 a/singleheader/README.md
-+++ b/singleheader/README.md
-@@ -1,2 +1,2 @@
- Try :
--c++ -O3 -std=c++17 -pthread -o amalgamate_demo amalgamate_demo.cpp  && 
./amalgamate_demo ../jsonexamples/twitter.json 
../jsonexamples/amazon_cellphones.ndjson
-+${CXX} -O3 -std=c++17 -pthread -o amalgamate_demo amalgamate_demo.cpp  && 
./amalgamate_demo ../jsonexamples/twitter.json 
../jsonexamples/amazon_cellphones.ndjson



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/swaylock-effects/

2020-11-08 Thread Matthias Coppens
commit: 108d45756b0f4a99110d3b9636e85b102b5376c5
Author: Matthias Coppens  gmail  com>
AuthorDate: Sun Nov  8 19:08:12 2020 +
Commit: Matthias Coppens  gmail  com>
CommitDate: Sun Nov  8 19:08:29 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=108d4575

gui-apps/swaylock-effects: Version bump 1.6.2

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/swaylock-effects/Manifest| 2 +-
 gui-apps/swaylock-effects/swaylock-effects-1.6.1.ebuild   | 7 +--
 ...waylock-effects-1.6.0.ebuild => swaylock-effects-1.6.2.ebuild} | 8 ++--
 gui-apps/swaylock-effects/swaylock-effects-.ebuild| 7 +--
 4 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/gui-apps/swaylock-effects/Manifest 
b/gui-apps/swaylock-effects/Manifest
index 8d7ac51e..5f6afc54 100644
--- a/gui-apps/swaylock-effects/Manifest
+++ b/gui-apps/swaylock-effects/Manifest
@@ -1,2 +1,2 @@
-DIST swaylock-effects-1.6.0.tar.gz 609458 BLAKE2B 
3efe72d9124b410fe4a6c6d751716f9dbc7aaf9357786b3e87171ef12c9eb8f01425fa86247b940316708214195faf49df3b5cfdbe884ebf88367915da2868eb
 SHA512 
9e93ee9dc8f5e984a195abc50937125b19cd9fec8f71a373430980d6995510947c71bf3c3c26152ef3d4fe2c39f8d875c249aa8ec085d60c670d94b633dcea83
 DIST swaylock-effects-1.6.1.tar.gz 616395 BLAKE2B 
1d66fe012f6a5c7202a5ad73344e50bb7544680cb9414bc0b93ab7cec835dee6887ef09fb89bebb5df4ffb35a2f6e8ecbe5ff418f976d870edb7485deefcf40c
 SHA512 
5b2e2537e683e50814a4dc5c2109a902a9f9533c13d2d656e965694a0727dd819420c979d323d6d0353b03111782064ecc61d712479049d1df9ff84f30bb
+DIST swaylock-effects-1.6.2.tar.gz 618709 BLAKE2B 
8e6ad4fb5e8f219b73dd6e043bc59e31b7fdcc30f76ecfd311a741526d65b13254f20bbe0dcf877dd0755db2ea289aac3d5709b616dec1daef982833d71a9e9e
 SHA512 
3ca4e03975eba15c19c173fea88915d5b85c28d300d07cb5914d0553214e3362b93302d3ce2e2d678e6dd775df0f1267b2e0841407bb708cbbb3e6e276d12e2b

diff --git a/gui-apps/swaylock-effects/swaylock-effects-1.6.1.ebuild 
b/gui-apps/swaylock-effects/swaylock-effects-1.6.1.ebuild
index 10e238b7..d82af2e2 100644
--- a/gui-apps/swaylock-effects/swaylock-effects-1.6.1.ebuild
+++ b/gui-apps/swaylock-effects/swaylock-effects-1.6.1.ebuild
@@ -23,7 +23,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="fish-completion +gdk-pixbuf +man +pam zsh-completion"
 
-RESTRICT="mirror"
+RESTRICT="mirror test"
 
 DEPEND="
!gui-apps/swaylock
@@ -35,7 +35,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
-   >=sys-devel/gcc-9
>=dev-libs/wayland-protocols-1.14
virtual/pkgconfig
man? ( app-text/scdoc )
@@ -55,6 +54,10 @@ src_configure() {
meson_src_configure
 }
 
+pkg_setup() {
+   [ $(gcc-major-version) -ge 9 ] || die "This package needs to be built 
with GCC >=9"
+}
+
 pkg_postinst() {
if ! use pam; then
fcaps cap_sys_admin usr/bin/swaylock

diff --git a/gui-apps/swaylock-effects/swaylock-effects-1.6.0.ebuild 
b/gui-apps/swaylock-effects/swaylock-effects-1.6.2.ebuild
similarity index 88%
rename from gui-apps/swaylock-effects/swaylock-effects-1.6.0.ebuild
rename to gui-apps/swaylock-effects/swaylock-effects-1.6.2.ebuild
index 01f13fbb..28f604cb 100644
--- a/gui-apps/swaylock-effects/swaylock-effects-1.6.0.ebuild
+++ b/gui-apps/swaylock-effects/swaylock-effects-1.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit fcaps meson
+inherit fcaps meson toolchain-funcs
 
 DESCRIPTION="Swaylock, with fancy effects"
 HOMEPAGE="https://github.com/mortie/swaylock-effects";
@@ -23,7 +23,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="fish-completion +gdk-pixbuf +man +pam zsh-completion"
 
-RESTRICT="mirror"
+RESTRICT="mirror test"
 
 DEPEND="
!gui-apps/swaylock
@@ -54,6 +54,10 @@ src_configure() {
meson_src_configure
 }
 
+pkg_setup() {
+   [ $(gcc-major-version) -ge 9 ] || die "This package needs to be built 
with GCC >=9"
+}
+
 pkg_postinst() {
if ! use pam; then
fcaps cap_sys_admin usr/bin/swaylock

diff --git a/gui-apps/swaylock-effects/swaylock-effects-.ebuild 
b/gui-apps/swaylock-effects/swaylock-effects-.ebuild
index 10e238b7..d82af2e2 100644
--- a/gui-apps/swaylock-effects/swaylock-effects-.ebuild
+++ b/gui-apps/swaylock-effects/swaylock-effects-.ebuild
@@ -23,7 +23,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="fish-completion +gdk-pixbuf +man +pam zsh-completion"
 
-RESTRICT="mirror"
+RESTRICT="mirror test"
 
 DEPEND="
!gui-apps/swaylock
@@ -35,7 +35,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
-   >=sys-devel/gcc-9
>=dev-libs/wayland-protocols-1.14
virtual/pkgconfig
man? ( app-text/scdoc )
@@ -55,6 +54,10 @@ src_configure() {
meson_src_configure
 }
 
+pkg_setup() {
+   [ $(gcc-major-version) -ge 9 ] || die "This package needs to be built 
with GCC >=9"
+}
+
 pkg_postinst() {
if ! use pam; then
fcaps cap_sys_admin usr/bin/swaylock



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

2020-11-08 Thread Steve Arnold
commit: c25dfdf2ddff5c9c8d2b079be6e97c3f2d2022de
Author: Steve Arnold  gentoo  org>
AuthorDate: Sun Nov  8 19:08:33 2020 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Sun Nov  8 19:08:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25dfdf2

dev-python/minimock: keyword for arm64 (test deps)

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Steve Arnold  gentoo.org>

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

diff --git a/dev-python/minimock/minimock-1.2.8-r1.ebuild 
b/dev-python/minimock/minimock-1.2.8-r1.ebuild
index 6d973164842..526c5687240 100644
--- a/dev-python/minimock/minimock-1.2.8-r1.ebuild
+++ b/dev-python/minimock/minimock-1.2.8-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ppc x86"
+KEYWORDS="amd64 arm ~arm64 ppc x86"
 
 DOCS=( docs/changelog.rst docs/index.rst )
 



[gentoo-commits] proj/musl:master commit in: sys-devel/gcc/

2020-11-08 Thread Jory Pratt
commit: 5114ec265aa20a997ec34c6cb24b28e807fdd740
Author: Jory Pratt  gentoo  org>
AuthorDate: Sun Nov  8 18:16:48 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Nov  8 18:16:48 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5114ec26

sys-devel/gcc: sync with ::gentoo

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jory Pratt  gentoo.org>

 sys-devel/gcc/Manifest |  6 ++---
 sys-devel/gcc/gcc-10.1.0-r1.ebuild | 27 --
 .../{gcc-10.2.0-r1.ebuild => gcc-10.2.0-r3.ebuild} |  2 +-
 .../{gcc-9.3.0-r1.ebuild => gcc-9.3.0-r2.ebuild}   |  2 +-
 4 files changed, 4 insertions(+), 33 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 3fad69d..8e1a008 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,6 +1,4 @@
-DIST gcc-10.1.0-patches-2.tar.bz2 15808 BLAKE2B 
8275c2ac3eda8e87255fefe2bb4ed2a10d790bf6085517cd26589fa6a98aa417f4578da88da91b4639d78ed9c897a07447d2048698b4e003f3adc397881c7ee5
 SHA512 
f3ef55103346a0ca40a5633a520091e93e98a3226d24a2b677f791af511460ea5bb5f6dbda6cdf706af2aeb22eb39d37cf226e012bd378c330db17246da88d09
-DIST gcc-10.1.0.tar.xz 74591240 BLAKE2B 
d64cf01beaaff7af9e7d5b1d5e6fdfb37cce5667b4455c1c9bbfd190e631f03555d63d52d31e7be5ac232256be11058f89d5bc7d0dcb01de44e90a52645ad87f
 SHA512 
0cb2a74c793face751f42bc580960b00e2bfea785872a0a2155f1f1dbfaa248f9591b67f4322db0f096f8844aca9243bc02732bda106c3b6e43b02bb67eb3096
-DIST gcc-10.2.0-patches-2.tar.bz2 17701 BLAKE2B 
bed0cf2dcb6b2e35dbd86c43db617cfa0a0973b3d55bd6e12baf9e6495afd0fec855fefd223172c23f11449769996c18359abacfac36f62681310c861d5d2850
 SHA512 
6ebf5875ecc9f10dea67d4793fcc47178ddd6abe8959fc0390c6ff967fba7318013b4bf251abf451999b86697e97390c8698685b12086956c8e6bc2e97708bc9
+DIST gcc-10.2.0-patches-4.tar.bz2 23266 BLAKE2B 
8173474d3dea27a440b36eb80c89aabb08c37528c3ec2382839c46fc36336aff7f9cdf3dfbc66947df9286b1cfe9f479d615f77d81ab24ff68a3edf5df5b2350
 SHA512 
17080f358a3f231837de35188ad1a6ae554a4ca6199efae6dacf9b17706937379559d6c8de330b4237480fea6f5cc1158c1d5ecc36ec3a7b410546a2684b
 DIST gcc-10.2.0.tar.xz 75004144 BLAKE2B 
1d79397330354e61439283cac96a109bf78ffc726265442e6d3ec131f107589ab7349d6612836edd8c8512f7bcc1d901a65a0d5d925d28a5bf3ef5cc3f9787ee
 SHA512 
42ae38928bd2e8183af445da34220964eb690b675b1892bbeb7cd5bb62be499011ec9a93397dba5e2fb681afadfc6f2767d03b9035b44ba9be807187ae6dc65e
-DIST gcc-9.3.0-patches-3.tar.bz2 14193 BLAKE2B 
4863fec1af41a8cdb2c24479b28812df36c1f71ab71d267ff0efc467cfb8ce99ed77714ceaedfb08b0d1eb0eb9316758cc7cbc5a8ad0bb582050690935e64b46
 SHA512 
8b90a5826df64e6f74e4f6c0e5acead695b38f671e26485b110d5b341daaad4ac21aabb04baae9ad457408eed274888b7f785bbc782611acfc7261e6a315d110
+DIST gcc-9.3.0-patches-4.tar.bz2 15474 BLAKE2B 
b06fdfce4402850bb1c6c211ace4c3a07ad2114ffa48eac58d1624124d5d1bddd6d2b4faa18be3291a340272c022bea26dfcaf17929828ceb6474a5211401389
 SHA512 
54904a4a1c4a784f1a707cbdd9f6f498457e4aa550dc6f3d6eff71ed05a75685e23e6b71c2a614b1dea7e506b9f42fb0109ecfde00ef00373275bbc0409cb7e0
 DIST gcc-9.3.0.tar.xz 70533868 BLAKE2B 
21efb1432aefad5ed9b9b395e88ef2adfda3a8ea6e3e808cd151da6e66df9fed1bafdc8b8ff055d4b2272ac786d8b7ddc4293bb6b51c55c40a261a0eda0e7cb4
 SHA512 
4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de

diff --git a/sys-devel/gcc/gcc-10.1.0-r1.ebuild 
b/sys-devel/gcc/gcc-10.1.0-r1.ebuild
deleted file mode 100644
index b77a69d..000
--- a/sys-devel/gcc/gcc-10.1.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PATCH_VER="2"
-
-inherit toolchain
-
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
-
-RDEPEND=""
-DEPEND=">=${CATEGORY}/binutils-2.20"
-
-src_prepare() {
-   toolchain_src_prepare
-
-   if use elibc_musl || [[ ${CATEGORY} = cross-*-musl* ]]; then
-   eapply "${FILESDIR}"/10.1.0/cpu_indicator.patch
-   eapply "${FILESDIR}"/7.1.0/posix_memalign.patch
-   case $(tc-arch) in
-   amd64|arm64|ppc64) eapply 
"${FILESDIR}"/9.3.0/gcc-pure64.patch ;;
-   esac
-   fi
-
-   eapply_user
-}

diff --git a/sys-devel/gcc/gcc-10.2.0-r1.ebuild 
b/sys-devel/gcc/gcc-10.2.0-r3.ebuild
similarity index 97%
rename from sys-devel/gcc/gcc-10.2.0-r1.ebuild
rename to sys-devel/gcc/gcc-10.2.0-r3.ebuild
index 7f803a3..e0640cd 100644
--- a/sys-devel/gcc/gcc-10.2.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-10.2.0-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PATCH_VER="2"
+PATCH_VER="4"
 
 inherit toolchain
 

diff --git a/sys-devel/gcc/gcc-9.3.0-r1.ebuild 
b/sys-devel/gcc/gcc-9.3.0-r2.ebuild
similarity index 98%
rename from sys-devel/gcc/gcc-9.3.0-r1.ebuild
rename to sys-devel/gcc/gcc-9.3.0-r2.ebuild
index 2ada81c..04fcb86 100644
--- a/sys-devel/gcc/gcc-9.3.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-9.3.0-r2.ebuild

[gentoo-commits] proj/musl:master commit in: dev-java/openjdk/

2020-11-08 Thread Jory Pratt
commit: 90fc0d6e363b8170e567d1ad44cf08e6c6f579fd
Author: Jory Pratt  gentoo  org>
AuthorDate: Sun Nov  8 18:24:04 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Nov  8 18:24:12 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=90fc0d6e

dev-java/openjdk: Fix whitespace on last line

Closes: https://github.com/gentoo/musl/pull/353
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jory Pratt  gentoo.org>

 dev-java/openjdk/openjdk-11.0.8_p10.ebuild | 1 -
 dev-java/openjdk/openjdk-8.265_p01.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-java/openjdk/openjdk-11.0.8_p10.ebuild 
b/dev-java/openjdk/openjdk-11.0.8_p10.ebuild
index 7eb8e19..af0cd66 100644
--- a/dev-java/openjdk/openjdk-11.0.8_p10.ebuild
+++ b/dev-java/openjdk/openjdk-11.0.8_p10.ebuild
@@ -286,4 +286,3 @@ pkg_postinst() {
ewarn "absolute location under 
${EPREFIX}/usr/$(get_libdir)/${PN}-${SLOT}."
fi
 }
-

diff --git a/dev-java/openjdk/openjdk-8.265_p01.ebuild 
b/dev-java/openjdk/openjdk-8.265_p01.ebuild
index 4af9ae6..1b52496 100644
--- a/dev-java/openjdk/openjdk-8.265_p01.ebuild
+++ b/dev-java/openjdk/openjdk-8.265_p01.ebuild
@@ -265,4 +265,3 @@ pkg_postinst() {
java-vm-2_pkg_postinst
einfo "JavaWebStart functionality provided by icedtea-web package"
 }
-



[gentoo-commits] proj/musl:master commit in: dev-java/openjdk/files/musl/8/, dev-java/openjdk/, ...

2020-11-08 Thread Jory Pratt
commit: c968b4ab1494e7d7b25a183252ce3932cbd13c0c
Author: xor  gmail  com>
AuthorDate: Sun Nov  8 17:58:52 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Nov  8 18:22:07 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c968b4ab

OpenJDK: add musl patches to OpenJDK 8 + OpenJDK 11. Patches are hidden behind 
elibc_musl

Signed-off-by: Jory Pratt  gentoo.org>

 dev-java/openjdk/Manifest  |  34 ++
 dev-java/openjdk/files/bootcycle_jobs.patch|  26 +
 dev-java/openjdk/files/musl/11/aarch64.patch   |  15 +
 dev-java/openjdk/files/musl/11/build.patch | 545 +
 .../openjdk/files/musl/11/fix-bootjdk-check.patch  |  18 +
 dev-java/openjdk/files/musl/11/ppc64le.patch   | 226 +
 .../openjdk/files/musl/8/0001_musl_hotspot.patch   | 116 +
 .../files/musl/8/0002_musl_hotspot_ppc.patch   |  24 +
 .../files/musl/8/0003_musl_hotspot_aarch64.patch   |  12 +
 .../files/musl/8/0004_musl_hotspot_noagent.patch   |  85 
 .../files/musl/8/0005_musl_fix_libjvm_load.patch   |  12 +
 dev-java/openjdk/files/musl/8/0006_musl_jdk.patch  |  83 
 .../files/musl/8/0007_musl_jdk_includes.patch  | 144 ++
 .../files/musl/8/0008_musl_jdk_execinfo.patch  |  21 +
 .../files/musl/8/0009_fix_jdk_ipv6_init.patch  |  43 ++
 .../files/musl/8/0010_fix_jdk_close_fds.patch  | 103 
 dev-java/openjdk/files/openjdk-11.env.sh   |  16 +
 dev-java/openjdk/files/openjdk-8.env.sh|  16 +
 dev-java/openjdk/metadata.xml  |  29 ++
 dev-java/openjdk/openjdk-11.0.8_p10.ebuild | 289 +++
 dev-java/openjdk/openjdk-11.0.9_p11.ebuild | 288 +++
 dev-java/openjdk/openjdk-8.265_p01.ebuild  | 268 ++
 dev-java/openjdk/openjdk-8.272_p10.ebuild  | 267 ++
 23 files changed, 2680 insertions(+)

diff --git a/dev-java/openjdk/Manifest b/dev-java/openjdk/Manifest
new file mode 100644
index 000..6fff35e
--- /dev/null
+++ b/dev-java/openjdk/Manifest
@@ -0,0 +1,34 @@
+DIST openjdk-11.0.8_p10.tar.bz2 91141175 BLAKE2B 
eeef0f6b6a8f804e043cde01de256c86ed35d5a391588100caea49c8c2b617c3f06aa37df894feaa89734e68c32fe28d8bc5337755050c457d657cf88fcff7f3
 SHA512 
f8fd26a11cb044197d3b04a1347e27e177e79cb58436e67116f63025a2a5c39c0083ac17362e7d2234caf89df530422ead088e3fc4546f8d9f68482fc75eb7a0
+DIST openjdk-11.0.9_p11.tar.bz2 91638327 BLAKE2B 
a04b7fb5ebde3b6c024e5f3931a2efe796e08ad66c0190cddfa4268d5181f46f24685d9d51ae328547916e8ece723967bf653feeac87347ee14ecbe213ad657a
 SHA512 
a0a6726d5adbe95904b78d8b4319bc4386c594a563f80f63d59072cf72d00928b451163b91258b44193a80851400ce8b8d142fecfd2bd902ff7a5e47cb4a9976
+DIST openjdk-8.265_p01.tar.bz2 456095 BLAKE2B 
8de4d0293f3062583654da99a29d5be02197c323772f663d37ab21bdfdf32a723412d301094e6f70cbba99883241f52406a799a91c3d7c2a69ab7b35932c0a38
 SHA512 
686b869f9278462c6cb52036c4c9261e1689b917ce0afd4e6b47bb3d3207b2e79b2d03c2d3808a5853ab2fa070ac2206877849f5837282cb6deb80f610ba67f5
+DIST openjdk-8.272_p10.tar.bz2 457222 BLAKE2B 
51e487d36c1922c5fc04d8922f1000a776e4872142517933ef5e8d5fd825f221fa02325bd755bf3f48f7f3221a2da3ca182301fb303675cb7d712d7b2f1c7751
 SHA512 
488b7fa0ed725936d483efd54242dbf4409752c685f29277023fb47c4375b5700b34e743d819d7d7c2406a2f8845d1c3d4fc548c156b6c7c30e43574c1b51527
+DIST openjdk-aarch64-shenandoah-8.265_p01.tar.bz2 461443 BLAKE2B 
169cc30062efd93e93a16c909494d5817e3f6108ed22d4cb09f618732b990091a47c1149fff0f3e5657c2e21443d357e5d11091ef1d4f8eb61a14bcc35d74951
 SHA512 
b85714731f9a102585308d2df5b271243b523daa7541635f5d4a22e7322890bc024f8abafbacbd1885c07cec479e00b5edb936936fcfefcfe0f6e2e6e2211689
+DIST openjdk-aarch64-shenandoah-8.272_p10.tar.bz2 462755 BLAKE2B 
abeabf704d2135da9df6746545209f5a658ec547be5852041bb9bd1dfc4546cef143541df61b4705b6d2181ae7ec91a8c64e2b27347c24d146da49bbf8c228ef
 SHA512 
7cae0cf80e09e1d2ad3eef8bf6740942788d0af4d3c9821bb0785ea42d4b38319d0ec57a8d21add25a40eebdc5ecba8234c9f04e6922e87c80480f71b04e2e3d
+DIST openjdk-aarch64-shenandoah-corba-8.265_p01.tar.bz2 1050861 BLAKE2B 
6803ee3ad1e3804cec3a1008f38538d793b2ae4f0a3c22d48d3c9885af37f4baf2ba94b91824e2e2bb170a5c9a59b28edc5d0c94646fd6265fe2b32fad759cb7
 SHA512 
859afe2ef587f7151a1fce4a43617a3afa0d8b9e04a07332c8a412b1b8deba4e00d7676cf1579cb2a8a18a307d094d22938ea9a3d70acb9094e268e701c35982
+DIST openjdk-aarch64-shenandoah-corba-8.272_p10.tar.bz2 1052989 BLAKE2B 
8d6f79758ccf1719396fb56fd47c258c2440beea79516025b4911027a59b6cf4b5826c5eb01ba3a4c45847915531989c74665cbedf6349541df38732e7b828de
 SHA512 
12547c8b5f1fe4efcc58f5b148977d519c954b964e814fc3fce717bd6d6221c2e7eda98a0e1e8157ed2f509f3b89e1e7b529da81cd1ee768daf4ad6369c57e8b
+DIST openjdk-aarch64-shenandoah-hotspot-8.265_p01.tar.bz2 8757379 BLAKE2B 
aefc9c9b9f5a369db14cc5a22ea54373518daf594b794f74533ea4365416b8adc91cdd6c79934d93f5e0f019d7b07723630f849ab93464d7416d15de54a5c65e
 SHA512 
3f44dadc5a5d9a75d4b6b632991b9fbbcae499e19139e1d902f8f2df101141060bc063996e995b2

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

2020-11-08 Thread Michał Górny
commit: 32d0b87e5e0ff4904cc66e110f2b3f70213679f8
Author: reagentoo  gmail  com>
AuthorDate: Sun Nov  8 17:30:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  8 18:21:02 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=32d0b87e

repositories: Move reagentoo overlay to gitlab

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

 files/overlays/repositories.xml | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index cce52a1..a4a05fc 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -3922,14 +3922,13 @@
   
 reagentoo
 reagentoo's overlay
-https://github.com/reagentoo/gentoo-overlay
+https://gitlab.com/reagentoo/gentoo-overlay
 
   reagen...@gmail.com
 
-https://github.com/reagentoo/gentoo-overlay.git
-git://github.com/reagentoo/gentoo-overlay.git
-g...@github.com:reagentoo/gentoo-overlay.git
-
https://github.com/reagentoo/gentoo-overlay/commits/master.atom
+https://gitlab.com/reagentoo/gentoo-overlay.git
+git+ssh://g...@gitlab.com/reagentoo/gentoo-overlay.git
+
https://gitlab.com/reagentoo/gentoo-overlay/commits/master.atom
   
   
 rebutia



[gentoo-commits] repo/proj/guru:dev commit in: x11-themes/papirus-claws-mail-theme/

2020-11-08 Thread Ronny Gutbrod
commit: 811cb0fc72dfd3a78eb8a0b7ce504df2de036bde
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sun Nov  8 18:07:12 2020 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Sun Nov  8 18:09:20 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=811cb0fc

x11-themes/papirus-claws-mail-theme: Version bump 0_pre20201019.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 x11-themes/papirus-claws-mail-theme/Manifest|  1 +
 .../papirus-claws-mail-theme-0_pre20201019.ebuild   | 17 +
 2 files changed, 18 insertions(+)

diff --git a/x11-themes/papirus-claws-mail-theme/Manifest 
b/x11-themes/papirus-claws-mail-theme/Manifest
index 89782212..68457011 100644
--- a/x11-themes/papirus-claws-mail-theme/Manifest
+++ b/x11-themes/papirus-claws-mail-theme/Manifest
@@ -1 +1,2 @@
 DIST papirus-claws-mail-theme-0_pre20181023.tar.gz 572227 BLAKE2B 
6557576fcc8a2e377d5efef7d6412c57b6acf9737139b1c5eb930b4d4d554849034acf0808790d9ed37e831664d771025d74fd4ad6f40576c47330781c880c04
 SHA512 
fd2b57fe8f49247071ad53ebb4679f5f2fff8546a199d4f017f35efb1c6ec0f5f045f7e0dc260d81d747bd2932311bd19e2baf8131b8b5083793f00e8d31664e
+DIST papirus-claws-mail-theme-0_pre20201019.tar.gz 478727 BLAKE2B 
b9906331afa40a3fd74912025046acbe9974ca9e1850f3e0203f5664b503cb654b068432c6fb5d5045eebc941cd575a3716a0dda66d939ad1e3d4a346e743eb3
 SHA512 
b810144e1b8e81fd432439ae99bdacc3f38915b32de55d1f446089d65379ac3973c2746ab136c4c8a06d92a8fc17cd17df0f0d16dbe906d1e0b7738763580ac4

diff --git 
a/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20201019.ebuild
 
b/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20201019.ebuild
new file mode 100644
index ..a6f1d0de
--- /dev/null
+++ 
b/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20201019.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_COMMIT="3017a659a613489f110c2aa600496ac49c61da55"
+
+DESCRIPTION="Papirus icon theme for Claws Mail"
+HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme";
+SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme/archive/${MY_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+S="${WORKDIR}/${PN}-${MY_COMMIT}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/, sys-apps/systemd/files/

2020-11-08 Thread Mike Gilbert
commit: e25dac18a28a39570cbd3bc258be1b573c8fa9dc
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov  8 17:50:35 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov  8 17:50:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25dac18

sys-apps/systemd: bump to 247-rc1

Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/Manifest  |  1 +
 .../gentoo-systemctl-disable-sysv-sync-r1.patch| 25 ++
 ...{systemd-.ebuild => systemd-247_rc1.ebuild} |  2 +-
 sys-apps/systemd/systemd-.ebuild   |  2 +-
 4 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 470a6c699a3..530182fc3ff 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,2 +1,3 @@
 DIST systemd-246.tar.gz 9534036 BLAKE2B 
71b72abcd4d066d35d45d9835d41bec8faa9a7eddc80b48fe7073223f07d32f78a8442c52dc0800940f9750d9c5502123a633738981d797cf610d85df2035bf0
 SHA512 
7103f7da53f7ced3b5543c238f23bd11c82af8e37166c1720a90576b6b431b4329320c78726166c65a9f5e101dd465c0a86dd13c586c4e55e608a6273d8f324f
+DIST systemd-247-rc1.tar.gz 9838448 BLAKE2B 
99eeafb9ef35d7786f39e8089820ea7b838e06b7ad74271a193c27e716275cb96e0cfe213fa546abc304978fdf95be37e23f31c2059aa6aff28739979a1a036d
 SHA512 
5c04b013ceebbf466c917d093189a60a2a77c57a844eed840c911669855d4d9d783dcaec1ba6b488c5e96e7f9a9f3d4e39cff240c46c013ec2fcce5a5b7c4aee
 DIST systemd-stable-246.6.tar.gz 9545237 BLAKE2B 
5290736b30ca1a3188335a74d49b4f3e8b48007d9563efac1985ea6428a8b8fd6cad7ae87c35e13a32f851ebd27821829738274d35cfbff9340750bd3b086621
 SHA512 
1936b291d9831cf61f800fe718a4c2c2fe9b2a11fd817fe32bd48da2087a675dfc91013209a3478ea52e8ada593300ed906e248b8081dcf9141bf1cc17483ea9

diff --git a/sys-apps/systemd/files/gentoo-systemctl-disable-sysv-sync-r1.patch 
b/sys-apps/systemd/files/gentoo-systemctl-disable-sysv-sync-r1.patch
new file mode 100644
index 000..a9d40be4ab7
--- /dev/null
+++ b/sys-apps/systemd/files/gentoo-systemctl-disable-sysv-sync-r1.patch
@@ -0,0 +1,25 @@
+From d9059d2ef1b0d6034267cc8ff44871d0f82f840f Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Sun, 8 Nov 2020 12:34:11 -0500
+Subject: [PATCH] systemctl: disable synchronizaion of sysv init scripts
+
+---
+ src/systemctl/systemctl-sysv-compat.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/systemctl/systemctl-sysv-compat.c 
b/src/systemctl/systemctl-sysv-compat.c
+index 2dca9e480f..5dcf13ba17 100644
+--- a/src/systemctl/systemctl-sysv-compat.c
 b/src/systemctl/systemctl-sysv-compat.c
+@@ -111,7 +111,7 @@ int parse_shutdown_time_spec(const char *t, usec_t *ret) {
+ int enable_sysv_units(const char *verb, char **args) {
+ int r = 0;
+ 
+-#if HAVE_SYSV_COMPAT
++#if 0
+ _cleanup_(lookup_paths_free) LookupPaths paths = {};
+ unsigned f = 0;
+ 
+-- 
+2.29.0
+

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-247_rc1.ebuild
similarity index 99%
copy from sys-apps/systemd/systemd-.ebuild
copy to sys-apps/systemd/systemd-247_rc1.ebuild
index 4c0c3699148..016f308320d 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-247_rc1.ebuild
@@ -208,7 +208,7 @@ src_prepare() {
if ! use vanilla; then
PATCHES+=(
"${FILESDIR}/gentoo-generator-path-r2.patch"
-   "${FILESDIR}/gentoo-systemctl-disable-sysv-sync.patch"
+   
"${FILESDIR}/gentoo-systemctl-disable-sysv-sync-r1.patch"
"${FILESDIR}/gentoo-journald-audit.patch"
"${FILESDIR}/gentoo-pam.patch"
)

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 4c0c3699148..016f308320d 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -208,7 +208,7 @@ src_prepare() {
if ! use vanilla; then
PATCHES+=(
"${FILESDIR}/gentoo-generator-path-r2.patch"
-   "${FILESDIR}/gentoo-systemctl-disable-sysv-sync.patch"
+   
"${FILESDIR}/gentoo-systemctl-disable-sysv-sync-r1.patch"
"${FILESDIR}/gentoo-journald-audit.patch"
"${FILESDIR}/gentoo-pam.patch"
)



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

2020-11-08 Thread Lars Wendler
commit: 1b316b1d83daa0409ef02e40c2423209a07781d2
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Nov  8 17:46:36 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Nov  8 17:46:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b316b1d

sys-apps/fwupd: Revbump to no longer build/install platform-integrity

Closes: https://bugs.gentoo.org/753521
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/fwupd/{fwupd-1.5.1.ebuild => fwupd-1.5.1-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-apps/fwupd/fwupd-1.5.1.ebuild 
b/sys-apps/fwupd/fwupd-1.5.1-r1.ebuild
similarity index 98%
rename from sys-apps/fwupd/fwupd-1.5.1.ebuild
rename to sys-apps/fwupd/fwupd-1.5.1-r1.ebuild
index 58e4ad3c5ea..f7eee108ca5 100644
--- a/sys-apps/fwupd/fwupd-1.5.1.ebuild
+++ b/sys-apps/fwupd/fwupd-1.5.1-r1.ebuild
@@ -99,6 +99,8 @@ src_prepare() {
# c.f. https://github.com/fwupd/fwupd/issues/1414
sed -e "/test('thunderbolt-self-test', e, env: test_env, timeout : 
120)/d" \
-i plugins/thunderbolt/meson.build || die
+   sed '/platform-integrity/d' \
+   -i plugins/meson.build || die #753521
vala_src_prepare
 }
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kcalendarcore/files/, kde-frameworks/kcalendarcore/

2020-11-08 Thread Andreas Sturmlechner
commit: 5596375bc69792df4b86f7159461a84339c54855
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  8 17:14:07 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  8 17:15:04 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5596375b

kde-frameworks/kcalendarcore: Tarball respun, >=dev-libs/libical-3.0.5

See also: https://mail.kde.org/pipermail/release-team/2020-November/012102.html

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...76.0-rfc7986-colour-support-for-incidence.patch | 141 +
 .../kcalendarcore/kcalendarcore-5.76.0.ebuild  |   4 +-
 .../kcalendarcore/kcalendarcore-.ebuild|   2 +-
 3 files changed, 145 insertions(+), 2 deletions(-)

diff --git 
a/kde-frameworks/kcalendarcore/files/kcalendarcore-5.76.0-rfc7986-colour-support-for-incidence.patch
 
b/kde-frameworks/kcalendarcore/files/kcalendarcore-5.76.0-rfc7986-colour-support-for-incidence.patch
new file mode 100644
index 00..3be1f0c4a5
--- /dev/null
+++ 
b/kde-frameworks/kcalendarcore/files/kcalendarcore-5.76.0-rfc7986-colour-support-for-incidence.patch
@@ -0,0 +1,141 @@
+From b567a3af18a19009a1e0fc637bdd004ce4ca857f Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 8 Nov 2020 18:07:09 +0100
+Subject: [PATCH] Revert Revert "Add COLOR property serialization from
+ RFC7986."
+
+The raised minimum dependency is no problem for us.
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ src/icalformat_p.cpp | 10 ++
+ src/incidence.cpp| 21 +
+ src/incidence.h  | 16 
+ src/incidencebase.h  |  3 ++-
+ 4 files changed, 49 insertions(+), 1 deletion(-)
+
+diff --git a/src/icalformat_p.cpp b/src/icalformat_p.cpp
+index 51ebda04a..aa7b526d9 100644
+--- a/src/icalformat_p.cpp
 b/src/icalformat_p.cpp
+@@ -530,6 +530,12 @@ void ICalFormatImpl::writeIncidence(icalcomponent *parent,
+ icalcomponent_add_property(parent, icalproperty_new_class(secClass));
+ }
+ 
++// color
++if (!incidence->color().isEmpty()) {
++icalcomponent_add_property(
++parent, 
icalproperty_new_color(incidence->color().toUtf8().constData()));
++}
++
+ // geo
+ if (incidence->hasGeo()) {
+ icalgeotype geo;
+@@ -1881,6 +1887,10 @@ void ICalFormatImpl::readIncidence(icalcomponent 
*parent, const Incidence::Ptr &
+ incidence->addAttachment(readAttachment(p));
+ break;
+ 
++case ICAL_COLOR_PROPERTY:
++incidence->setColor(QString::fromUtf8(icalproperty_get_color(p)));
++break;
++
+ default:
+ // TODO: do something about unknown properties?
+ break;
+diff --git a/src/incidence.cpp b/src/incidence.cpp
+index db0d3255b..ab13048d5 100644
+--- a/src/incidence.cpp
 b/src/incidence.cpp
+@@ -73,6 +73,7 @@ public:
+ , mPriority(p.mPriority)
+ , mStatus(p.mStatus)
+ , mSecrecy(p.mSecrecy)
++, mColor(p.mColor)
+ , mDescriptionIsRich(p.mDescriptionIsRich)
+ , mSummaryIsRich(p.mSummaryIsRich)
+ , mLocationIsRich(p.mLocationIsRich)
+@@ -150,6 +151,7 @@ public:
+ int mPriority;  // priority: 1 = highest, 2 = less, 
etc.
+ Status mStatus; // status
+ Secrecy mSecrecy;   // secrecy
++QString mColor; // background color
+ bool mDescriptionIsRich = false;// description string is 
richtext.
+ bool mSummaryIsRich = false;// summary string is richtext.
+ bool mLocationIsRich = false;   // location string is 
richtext.
+@@ -284,6 +286,7 @@ bool Incidence::equals(const IncidenceBase &incidence) 
const
+ && secrecy() == i2->secrecy()
+ && priority() == i2->priority()
+ && stringCompare(location(), i2->location())
++&& stringCompare(color(), i2->color())
+ && stringCompare(schedulingID(), i2->schedulingID())
+ && recurrenceId() == i2->recurrenceId()
+ && thisAndFuture() == i2->thisAndFuture();
+@@ -542,6 +545,24 @@ QString Incidence::relatedTo(RelType relType) const
+ return d->mRelatedToUid.value(relType);
+ }
+ 
++void Incidence::setColor(const QString &colorName)
++{
++if (mReadOnly) {
++return;
++}
++if (!stringCompare(d->mColor, colorName)) {
++update();
++d->mColor = colorName;
++setFieldDirty(FieldColor);
++updated();
++}
++}
++
++QString Incidence::color() const
++{
++return d->mColor;
++}
++
+ //   Recurrence-related methods 
+ 
+ Recurrence *Incidence::recurrence() const
+diff --git a/src/incidence.h b/src/incidence.h
+index 622ddb6f5..5ea625042 100644
+--- a/src/incidence.h
 b/src/incidence.h
+@@ -397,6 +397,22 @@ public:
+ */
+ Q_REQUIRED_RESULT QString relatedTo(RelType relType = 

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

2020-11-08 Thread Stephan Hartmann
commit: 4aa66591f26eb5468ec4acb7419981e08f8490a0
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Sun Nov  8 16:52:52 2020 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Sun Nov  8 17:01:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa66591

www-client/chromium: add PYTHON_REQUIRED_USE

Closes: https://bugs.gentoo.org/749354
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/chromium/chromium-86.0.4240.183.ebuild | 1 +
 www-client/chromium/chromium-87.0.4280.47.ebuild  | 1 +
 www-client/chromium/chromium-88.0.4315.5.ebuild   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/www-client/chromium/chromium-86.0.4240.183.ebuild 
b/www-client/chromium/chromium-86.0.4240.183.ebuild
index 61eaeefbea4..425634bbca4 100644
--- a/www-client/chromium/chromium-86.0.4240.183.ebuild
+++ b/www-client/chromium/chromium-86.0.4240.183.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
 
 CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr

diff --git a/www-client/chromium/chromium-87.0.4280.47.ebuild 
b/www-client/chromium/chromium-87.0.4280.47.ebuild
index 76066729756..b334bffc88c 100644
--- a/www-client/chromium/chromium-87.0.4280.47.ebuild
+++ b/www-client/chromium/chromium-87.0.4280.47.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
 
 CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr

diff --git a/www-client/chromium/chromium-88.0.4315.5.ebuild 
b/www-client/chromium/chromium-88.0.4315.5.ebuild
index c14c2f338f4..7baa24d1344 100644
--- a/www-client/chromium/chromium-88.0.4315.5.ebuild
+++ b/www-client/chromium/chromium-88.0.4315.5.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
 
 CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

2020-11-08 Thread Matt Turner
commit: 02d5f708eb60933493ea90846b2bf80ffc72111f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov  8 16:25:04 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov  8 16:26:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d5f708

app-admin/gnome-abrt: Drop old versions

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

 app-admin/gnome-abrt/Manifest|  1 -
 app-admin/gnome-abrt/gnome-abrt-1.2.7.ebuild | 60 
 2 files changed, 61 deletions(-)

diff --git a/app-admin/gnome-abrt/Manifest b/app-admin/gnome-abrt/Manifest
index b773b4cb94e..90321a1e1bc 100644
--- a/app-admin/gnome-abrt/Manifest
+++ b/app-admin/gnome-abrt/Manifest
@@ -1,2 +1 @@
-DIST gnome-abrt-1.2.7.tar.gz 339961 BLAKE2B 
cdacc079c4661c364f13af3102e2231adbeaf4226ba937436f5ce3ae109f28b87c9424c6dfbc016b912599205386f92c32b036ca31adbea79b9a54d7f3a27c4a
 SHA512 
57446b1c1c312f3a47ea3dd2a40ac1d4ec5392df3181eac73086675b65d45cad9a01fba5252d073970878ef97d7d272508bc5b86a56779543ffdc8d083fb5413
 DIST gnome-abrt-1.3.6.tar.gz 112255 BLAKE2B 
d0e87ef5543e84c246f9e98aac8f92984af9e8220357359ffa76f91e00bb35ccb9b60a00c8e0b00d3464ecfc9ddffaeb61fb15b57480066d957a2af44b49c3be
 SHA512 
7bd15c9956d2e4bafce7d1ef73e930f679119fe8ccebda8a27171a5b3b1dfa90255c572e3a0c70606fe389d50079870399b89f61f683896d4ca6380a7d3f7cc2

diff --git a/app-admin/gnome-abrt/gnome-abrt-1.2.7.ebuild 
b/app-admin/gnome-abrt/gnome-abrt-1.2.7.ebuild
deleted file mode 100644
index e068f001905..000
--- a/app-admin/gnome-abrt/gnome-abrt-1.2.7.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit autotools python-r1
-
-DESCRIPTION="A utility for viewing problems that have occurred with the system"
-HOMEPAGE="https://github.com/abrt/gnome-abrt";
-SRC_URI="https://github.com/abrt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   >=x11-libs/gtk+-3.10.0:3
-   >=dev-libs/libreport-2.0.20[python,${PYTHON_USEDEP}]
-   >=app-admin/abrt-2.10.10-r1
-   >=dev-python/pygobject-3.29.1:3[${PYTHON_USEDEP}]
-   x11-libs/libX11
-   >=dev-python/pyxdg-0.19[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-text/asciidoc
-   app-text/xmlto
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-   >=sys-devel/gettext-0.17
-"
-
-src_prepare() {
-   default
-   ./gen-version > gnome-abrt-version || die
-   eautoreconf
-   python_copy_sources
-}
-
-src_configure() {
-   myeconfargs=(
-   --localstatedir="${EPREFIX}/var"
-   --with-nopylint
-   )
-
-   python_foreach_impl run_in_build_dir econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   python_foreach_impl run_in_build_dir default
-   find "${D}" -name '*.la' -type f -delete || die
-}



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

2020-11-08 Thread Matt Turner
commit: f82f0839dbd3e156fe7c8b63da8291773c27
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov  8 16:23:22 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov  8 16:26:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82f0333

dev-libs/satyr: Drop stable keywords

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

 dev-libs/satyr/satyr-0.27.ebuild | 2 +-
 dev-libs/satyr/satyr-0.30.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/satyr/satyr-0.27.ebuild b/dev-libs/satyr/satyr-0.27.ebuild
index face20cac54..8293ade15b7 100644
--- a/dev-libs/satyr/satyr-0.27.ebuild
+++ b/dev-libs/satyr/satyr-0.27.ebuild
@@ -16,7 +16,7 @@ SLOT="0/3"
 IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )
>=dev-libs/elfutils-0.158

diff --git a/dev-libs/satyr/satyr-0.30.ebuild b/dev-libs/satyr/satyr-0.30.ebuild
index 525f046328c..f654d70e26b 100644
--- a/dev-libs/satyr/satyr-0.30.ebuild
+++ b/dev-libs/satyr/satyr-0.30.ebuild
@@ -16,7 +16,7 @@ SLOT="0/4"
 IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )
>=dev-libs/elfutils-0.158



[gentoo-commits] repo/gentoo:master commit in: app-admin/abrt/

2020-11-08 Thread Matt Turner
commit: 216a607bb2718be5fa161da916e1f6c8793b6b07
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov  8 16:24:47 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov  8 16:26:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216a607b

app-admin/abrt: Drop old versions

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

 app-admin/abrt/Manifest   |   2 -
 app-admin/abrt/abrt-2.14.0.ebuild | 129 --
 app-admin/abrt/abrt-2.14.1.ebuild | 129 --
 3 files changed, 260 deletions(-)

diff --git a/app-admin/abrt/Manifest b/app-admin/abrt/Manifest
index 373d7214a7b..a73e494894e 100644
--- a/app-admin/abrt/Manifest
+++ b/app-admin/abrt/Manifest
@@ -1,3 +1 @@
-DIST abrt-2.14.0.tar.gz 6102393 BLAKE2B 
6bba45604406c1f2f84d778475acc6b5db3747f292fcb74a881703491b2d92adda3cc88d6ed741087c1ed2f88a68cdc4858f3640b506a6be650ea4d1d1f2bfd3
 SHA512 
26cf04ef6f52da445e825d5f1074186c4c77d1b093174bb6f7b0a8fa6175e265fcaf56fa4a977851a2352f9fd004425bc397e35a91f6f8e78f37564cd492c571
-DIST abrt-2.14.1.tar.gz 6113024 BLAKE2B 
ddceda689fa51b04a0c201fe560c31ba5c8233c1f75c878b391b0b61cff241e6c2ce5b1829faa6e5f286c3c5efe96941c823234affe94b59fdd2aa3d7cd33cc3
 SHA512 
24126a54778b7e612c8b950321686bdee7ce15a16e79c8d967f8126c89f7da7060270fc0929cfabfc35100d069b0a626c3380833a3f62614cea6b00a44238ec3
 DIST abrt-2.14.2.tar.gz 6113632 BLAKE2B 
904ec2ca4c3aa70b62573ca2730742689f4446c1e5f04bfb6dc4267a4a9a6d44ef8c2b6e82c1e0aba04876b400c3a965a879da65bbff7ec729846f1b5c28cdf9
 SHA512 
82ba10cb151b4585024e3dfc626f46a7d967797e0375158cd76355c4f6a66c59578cc7b41bc5d5aaa3e694b3653b8658650df458676225660cfe95ec318c6886

diff --git a/app-admin/abrt/abrt-2.14.0.ebuild 
b/app-admin/abrt/abrt-2.14.0.ebuild
deleted file mode 100644
index 0c87155270c..000
--- a/app-admin/abrt/abrt-2.14.0.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit autotools python-single-r1 systemd xdg-utils
-
-DESCRIPTION="Automatic bug detection and reporting tool"
-HOMEPAGE="https://github.com/abrt/abrt/wiki/ABRT-Project";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="selinux test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.56:2
-   >=dev-libs/libreport-2.10.0[gtk,python]
-   dev-libs/libxml2:2
-   >=gnome-base/gsettings-desktop-schemas-3.15.1
-   net-libs/libsoup:2.4
-   sys-apps/dbus
-   sys-apps/systemd:0=
-   sys-auth/polkit
-   sys-libs/libcap
-   sys-fs/inotify-tools
-   x11-libs/gtk+:3
-"
-RDEPEND="${DEPEND}
-   acct-user/abrt
-   acct-group/abrt
-   app-arch/cpio
-   app-arch/rpm[python,${PYTHON_SINGLE_USEDEP}]
-   dev-libs/elfutils
-   dev-libs/json-c:0=
-   sys-apps/util-linux
-   >=sys-devel/gdb-7
-   $(python_gen_cond_dep '
-   dev-libs/satyr[${PYTHON_MULTI_USEDEP}]
-   dev-python/argcomplete[${PYTHON_MULTI_USEDEP}]
-   dev-python/argh[${PYTHON_MULTI_USEDEP}]
-   dev-python/humanize[${PYTHON_MULTI_USEDEP}]
-   ')
-"
-BDEPEND="
-   test? (
-   $(python_gen_cond_dep 
'dev-python/pytest[${PYTHON_MULTI_USEDEP}]')
-   )
-   app-text/asciidoc
-   app-text/xmlto
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-   >=sys-devel/gettext-0.17
-"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   python_fix_shebang .
-   default
-
-   # Install under proper directory
-   sed -i -e 's:dbusabrtdocdir = 
${datadir}/doc/abrt-dbus-${VERSION}/html:dbusabrtdocdir = 
${datadir}/doc/${PF}/html:' doc/problems-service/Makefile.am || die
-
-   # Ensure this works for systems with and without /usr merge
-   sed -i -e "s:/usr/bin/bash:$(which bash):" init-scripts/abrtd.service 
|| die
-
-   # Fix hardcoded "pytest-3"
-   sed -i -e "s:pytest-3:pytest:" \
-   configure.ac src/python-problem/tests/Makefile.am src/cli/test 
|| die
-
-   # pyhook test is sensitive to the format of python's error messages, and
-   # fails with certain python versions
-   sed -e '/pyhook.at/ d' \
-   -i tests/Makefile.* tests/testsuite.at || die "sed remove 
pyhook tests failed"
-   ./gen-version || die # Needed to be run before autoreconf
-   eautoreconf
-}
-
-src_configure() {
-   myeconfargs=(
-   --libdir="${EPREFIX}/usr/$(get_libdir)"
-   --localstatedir="${EPREFIX}/var"
-   --without-bodhi
-   # package breaks due to not finding libreport-web with bodhi 
plugin enabled
-   --without-rpm
-   $(usex selinux "" "--w

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

2020-11-08 Thread Matt Turner
commit: b75077c7d79d3096276942b0d859c3c883028e69
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov  8 16:24:21 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov  8 16:26:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75077c7

dev-libs/libreport: Drop old versions

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

 dev-libs/libreport/Manifest|   3 -
 dev-libs/libreport/libreport-2.10.0.ebuild |  89 -
 dev-libs/libreport/libreport-2.12.0.ebuild |  99 
 dev-libs/libreport/libreport-2.13.0.ebuild | 100 -
 4 files changed, 291 deletions(-)

diff --git a/dev-libs/libreport/Manifest b/dev-libs/libreport/Manifest
index d0e14d2ccf7..da5d5dc3381 100644
--- a/dev-libs/libreport/Manifest
+++ b/dev-libs/libreport/Manifest
@@ -1,4 +1 @@
-DIST libreport-2.10.0.tar.gz 2278084 BLAKE2B 
95ac1fbf32e6e021e9553b35b10f9e46b7ea2e9cc6f21e53eb39a32a5261f7a6e49b2172381fdea30341fcc4311928691e68749a8bb5c41a4bf709151935687a
 SHA512 
978ea442d82b75abf80b2075f540cb05c5577387a9221f2070c9695c4546d36169738d223f5e903d0b774b7e1566a6111c55a6bb51a0822ad1676095f067c45b
-DIST libreport-2.12.0.tar.gz 1842875 BLAKE2B 
930666ec0c675a8ff457412a80511652dfa3bd3d771115506370432a7b74f3d1d9f6264dc3696c582b4a0939b2493137a18e1379eca268f25bc787a03a7d6c39
 SHA512 
d85c1beea330e4b21ce66b6f4acadaa132010738496a6701d161ee75b2254e629c496270145a6167e8eb81cf2204b0488aa0eb15c1e898f49aa3aec1331bff0c
-DIST libreport-2.13.0.tar.gz 1840841 BLAKE2B 
822bbbfb1e03a6e486f12263fe60231045c9b2153dc743168b93c976b2db76f2bbff3c98da0107e660d713a0d9bac25bf36ee55064a15e0c72ae66fa7fdf0aaa
 SHA512 
f650ba83bfa48d3c897ec4415d4942ed3412a55240d950d78e15b935ea71c3665cdfe1c155f3eee202911e7bb4c09a0a50fbfdc2b54f4d32d00da1a98c1fe7e2
 DIST libreport-2.13.1.tar.gz 1841698 BLAKE2B 
e0fbebbb557fb9fb320dea0a8face6a2eabdb0ad80b5de092e5e4dfe2a0439a4804d4ec99c1286aaafa31064496a94fabce5e26f851001eb9c3bb9989a46e4bb
 SHA512 
6c2ea47e6efa36f23030fbe08946d1e524690e5f6279cbfdaf7c463ef71b23ae82a5e4471ddce89b35d4024f58197cef9f58a07dfcf5bbc1a9b310e39966f81a

diff --git a/dev-libs/libreport/libreport-2.10.0.ebuild 
b/dev-libs/libreport/libreport-2.10.0.ebuild
deleted file mode 100644
index f44fc8f3ffb..000
--- a/dev-libs/libreport/libreport-2.10.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit autotools python-r1 user
-
-DESCRIPTION="Generic library for reporting software bugs"
-HOMEPAGE="https://github.com/abrt/libreport";
-SRC_URI="https://github.com/abrt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="+gtk python"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   app-admin/augeas
-   >=dev-libs/glib-2.43.4:2
-   dev-libs/satyr:0=
-   dev-libs/json-c:=
-   dev-libs/libtar
-   dev-libs/libxml2:2
-   dev-libs/newt:=
-   dev-libs/xmlrpc-c:=
-   net-libs/libproxy:=
-   net-misc/curl:=[ssl]
-   sys-apps/dbus
-   sys-apps/systemd
-   gtk? ( >=x11-libs/gtk+-3.3.12:3 )
-   python? ( ${PYTHON_DEPS} )
-   x11-misc/xdg-utils
-"
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/asciidoc
-   app-text/xmlto
-   >=dev-util/intltool-0.3.50
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-"
-
-# Tests require python-meh, which is highly redhat-specific.
-RESTRICT="test"
-
-pkg_setup() {
-   enewgroup abrt
-   enewuser abrt -1 -1 -1 abrt
-}
-
-src_prepare() {
-   default
-   ./gen-version || die # Needed to be run before autoreconf
-   eautoreconf
-   use python && python_copy_sources
-}
-
-src_configure() {
-   local myargs=(
-   --localstatedir="${EPREFIX}/var"
-   --without-bugzilla
-   # Fixes "syntax error in VERSION script" and we aren't 
supporting Python2 anyway
-   --without-python2
-   $(usex python "--with-python3" "--without-python3")
-   )
-   if use python; then
-   python_foreach_impl run_in_build_dir \
-   econf "${myargs[@]}"
-   else
-   econf "${myargs[@]}"
-   fi
-}
-
-src_compile() {
-   use python && python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   use python && python_foreach_impl run_in_build_dir default
-   # Need to set correct ownership for use by app-admin/abrt
-   diropts -o abrt -g abrt
-   keepdir /var/spool/abrt
-
-   find "${D}" -name '*.la' -exec rm -f {} + || die
-}

diff --git a/dev-libs/libreport/libreport-2.12.0.ebuild 
b/dev-libs/libreport/libreport-2.12.0.ebuild
deleted file mode 100644
index 4c4304d9da2..000
--- a/dev-libs/libreport/libreport-2.12.0.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 19

[gentoo-commits] repo/gentoo:master commit in: app-admin/abrt/

2020-11-08 Thread Matt Turner
commit: 2a111f8c5a3cce523011c04d9a9063141ae3b025
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov  8 16:22:56 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov  8 16:26:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a111f8c

app-admin/abrt: Drop stable keywords

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

 app-admin/abrt/abrt-2.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/abrt/abrt-2.14.0.ebuild 
b/app-admin/abrt/abrt-2.14.0.ebuild
index 2664d60151a..0c87155270c 100644
--- a/app-admin/abrt/abrt-2.14.0.ebuild
+++ b/app-admin/abrt/abrt-2.14.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 IUSE="selinux test"
 RESTRICT="!test? ( test )"



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

2020-11-08 Thread Matt Turner
commit: f938353a17e28866e13ead0238bbc6b3cb053ad1
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov  8 16:23:12 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov  8 16:26:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f938353a

dev-libs/libreport: Drop stable keywords

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

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

diff --git a/dev-libs/libreport/libreport-2.10.0.ebuild 
b/dev-libs/libreport/libreport-2.10.0.ebuild
index 16e818b499d..f44fc8f3ffb 100644
--- a/dev-libs/libreport/libreport-2.10.0.ebuild
+++ b/dev-libs/libreport/libreport-2.10.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/abrt/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 IUSE="+gtk python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2020-11-08 Thread Matt Turner
commit: 16484703032dce5bd38936631aad4f2f779a8479
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov  8 16:23:55 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov  8 16:26:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16484703

dev-libs/satyr: Drop old versions

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

 dev-libs/satyr/Manifest  |  2 -
 dev-libs/satyr/satyr-0.27.ebuild | 45 --
 dev-libs/satyr/satyr-0.30.ebuild | 99 
 3 files changed, 146 deletions(-)

diff --git a/dev-libs/satyr/Manifest b/dev-libs/satyr/Manifest
index 69fd9486808..b78f27a448f 100644
--- a/dev-libs/satyr/Manifest
+++ b/dev-libs/satyr/Manifest
@@ -1,3 +1 @@
-DIST satyr-0.27.tar.gz 435341 BLAKE2B 
ade40bc6a1c48e6fc0af7913ff94ed044c63fdb63b8d86ba010bebcfd2098831bc6c7361d116851aee88f49c640d1457dd8953becad60b6ff6dc32deec6c7942
 SHA512 
7b01cf16489644fbfbe2150477279a94c6fa9b3310edebc84b83bab58d1058df0be478ab6bf4c6910b4168122721dde10d573711abb983b0eb5ccda09cb80710
-DIST satyr-0.30.tar.gz 427940 BLAKE2B 
97fedef59cc77b2ae81857c491532552c352a272658d02564d2661d06a4ccc99c18bcd57e5e68e5a612e9e65c5878f19b2f18bbe74066874a7295e2f65d64149
 SHA512 
ebc6e9c0fd8cd130cf1701573c8ecdadf73fe54efa563759a47f990a91b217cf1dec01045be624d15cfa96b1370ddf2412b0537e57ed628dc27e860be46e21cf
 DIST satyr-0.31.tar.gz 428719 BLAKE2B 
23c6ea53db261fee366566101c2b0f1e23cf530728332fe752897ee982ffac057b98de3d9a52dbfc64932cdb73aaff7e35c976e7a55e30b4417f3880782f9125
 SHA512 
a5aafa1ca5f85a0a817c6fa9a3b428672c9f4f529fb7d73a3e819cc836b78c01a0ca44b47317fcdd4a40dc6386688a450bd78564b6e466091cdc9a2c730c3fda

diff --git a/dev-libs/satyr/satyr-0.27.ebuild b/dev-libs/satyr/satyr-0.27.ebuild
deleted file mode 100644
index 8293ade15b7..000
--- a/dev-libs/satyr/satyr-0.27.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit autotools python-r1 toolchain-funcs
-
-DESCRIPTION="Satyr is a collection of low-level algorithms for program failure 
processing"
-HOMEPAGE="https://github.com/abrt/satyr";
-SRC_URI="https://github.com/abrt/${PN}/archive/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-
-IUSE="python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="python? ( ${PYTHON_DEPS} )
-   >=dev-libs/elfutils-0.158
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   ./gen-version || die # Needs to be run before full autoreconf
-   eautoreconf
-   use python && python_copy_sources
-}
-
-src_configure() {
-   local myargs=(
-   --localstatedir="${EPREFIX}/var"
-   --without-rpm
-   # Build breaks without and we aren't supporting Python2 anyway
-   --without-python2
-   $(usex python "--with-python3" "--without-python3")
-   )
-
-   econf "${myargs[@]}"
-}

diff --git a/dev-libs/satyr/satyr-0.30.ebuild b/dev-libs/satyr/satyr-0.30.ebuild
deleted file mode 100644
index f654d70e26b..000
--- a/dev-libs/satyr/satyr-0.30.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit autotools multiprocessing python-r1
-
-DESCRIPTION="Satyr is a collection of low-level algorithms for program failure 
processing"
-HOMEPAGE="https://github.com/abrt/satyr";
-SRC_URI="https://github.com/abrt/${PN}/archive/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0/4"
-
-IUSE="python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="python? ( ${PYTHON_DEPS} )
-   >=dev-libs/elfutils-0.158
-   dev-libs/json-c:=
-   dev-libs/nettle:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   dev-util/gperf
-"
-
-src_prepare() {
-   default
-   ./gen-version || die # Needs to be run before full autoreconf
-   eautoreconf
-   use python && python_copy_sources
-}
-
-src_configure() {
-   use python && python_setup
-
-   local myargs=(
-   --localstatedir="${EPREFIX}/var"
-   --without-rpm
-   $(usex python "--with-python3" "--without-python3")
-   )
-
-   if use python; then
-   python_configure() {
-   econf "${myargs[@]}"
-   }
-   python_foreach_impl run_in_build_dir python_configure
-   else
-   econf "${myargs[@]}"
-   fi
-}
-
-src_compile() {
-   if use python; then
-   python_foreach_impl run_in_build_dir default
-   else
-   default
-   fi
-
-}
-
-src_test() {
-   local extra_args
-
-   # In order to pass --jobs to the test runner
-   run_tests() {
-   cd tests || die
- 

[gentoo-commits] repo/proj/guru:master commit in: app-text/stdman/files/, app-text/stdman/

2020-11-08 Thread Andrew Ammerlaan
commit: 499a43881828e1cfe40b5b6be0f3d4f16b922455
Author: David Roman  gmail  com>
AuthorDate: Sun Nov  8 15:13:58 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Nov  8 15:13:58 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=499a4388

app-text/stdman: add new package

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Roman  gmail.com>

 .../stdman/files/stdman-dont-compress-files.patch  | 11 +
 app-text/stdman/metadata.xml   |  8 +++
 app-text/stdman/stdman-.ebuild | 27 ++
 3 files changed, 46 insertions(+)

diff --git a/app-text/stdman/files/stdman-dont-compress-files.patch 
b/app-text/stdman/files/stdman-dont-compress-files.patch
new file mode 100644
index ..fdc609ed
--- /dev/null
+++ b/app-text/stdman/files/stdman-dont-compress-files.patch
@@ -0,0 +1,11 @@
+diff --git a/do_install b/do_install
+index acce4650..121c1b82 100755
+--- a/do_install
 b/do_install
+@@ -16,6 +16,5 @@ mkdir -p $mandir/man3
+ for file in "$tmp_man"/*.3 ; do
+   out=$mandir/man3/$(basename "$file");
+   install -m 0644 "$file" "$out";
+-  gzip -f "$out";
+ done
+ echo "Done; it's advised to run 'sudo mandb' (GNU) or 'sudo makewhatis' (BSD) 
now."

diff --git a/app-text/stdman/metadata.xml b/app-text/stdman/metadata.xml
new file mode 100644
index ..01c1fc84
--- /dev/null
+++ b/app-text/stdman/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   davidroma...@gmail.com
+   David Roman
+   
+

diff --git a/app-text/stdman/stdman-.ebuild 
b/app-text/stdman/stdman-.ebuild
new file mode 100644
index ..70d17373
--- /dev/null
+++ b/app-text/stdman/stdman-.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+DESCRIPTION="Formatted C++ stdlib man pages (cppreference)"
+HOMEPAGE="https://github.com/jeaye/stdman";
+LICENSE="MIT"
+
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+
+PATCHES=( "${FILESDIR}/${PN}-dont-compress-files.patch" )
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/jeaye/stdman";
+fi
+
+src_compile() {
+   # don't need to compile anything
+   true
+}



  1   2   3   >