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

2020-01-16 Thread Michał Górny
commit: f2690dae243e84caf2210b0af855c4c59439c18a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 17 06:16:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:47:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2690dae

dev-python/patsy: Use HTTPS

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

 dev-python/patsy/patsy-0.4.1.ebuild | 2 +-
 dev-python/patsy/patsy-0.5.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/patsy/patsy-0.4.1.ebuild 
b/dev-python/patsy/patsy-0.4.1.ebuild
index 613596d543e..922367425e1 100644
--- a/dev-python/patsy/patsy-0.4.1.ebuild
+++ b/dev-python/patsy/patsy-0.4.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Python module to describe statistical models and design matrices"
-HOMEPAGE="http://patsy.readthedocs.org/en/latest/index.html;
+HOMEPAGE="https://patsy.readthedocs.org/en/latest/index.html;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="BSD"

diff --git a/dev-python/patsy/patsy-0.5.1.ebuild 
b/dev-python/patsy/patsy-0.5.1.ebuild
index 5bc5806..005ace41e31 100644
--- a/dev-python/patsy/patsy-0.5.1.ebuild
+++ b/dev-python/patsy/patsy-0.5.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Python module to describe statistical models and design matrices"
-HOMEPAGE="http://patsy.readthedocs.org/en/latest/index.html;
+HOMEPAGE="https://patsy.readthedocs.org/en/latest/index.html;
 
SRC_URI="https://files.pythonhosted.org/packages/49/c7/b971d8685c52512dbaa45bf8d076695432245a9f59509fb20a6c8e4ff69a/patsy-0.5.1.tar.gz;
 
 LICENSE="BSD"



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

2020-01-16 Thread Michał Górny
commit: 6e9cacc35c6915f926a4207db906a168a4d1bce7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 20:42:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:47:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9cacc3

dev-python/pandas: Remove Python 2

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

 dev-python/pandas/pandas-0.19.1.ebuild | 5 +
 dev-python/pandas/pandas-0.23.4.ebuild | 5 +
 dev-python/pandas/pandas-0.24.2.ebuild | 3 +--
 dev-python/pandas/pandas-.ebuild   | 9 ++---
 4 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/dev-python/pandas/pandas-0.19.1.ebuild 
b/dev-python/pandas/pandas-0.19.1.ebuild
index 4992553b1a9..a31f645ef92 100644
--- a/dev-python/pandas/pandas-0.19.1.ebuild
+++ b/dev-python/pandas/pandas-0.19.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="threads(+)"
 
 VIRTUALX_REQUIRED="manual"
@@ -33,14 +33,12 @@ OPTIONAL_DEPEND="
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/blosc[${PYTHON_USEDEP}]
dev-python/boto[${PYTHON_USEDEP}]
-   >=dev-python/google-api-python-client-1.2.0[$(python_gen_usedep 
python2_7 pypy)]
|| ( dev-python/html5lib[${PYTHON_USEDEP}] 
dev-python/lxml[${PYTHON_USEDEP}] )
dev-python/httplib2[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
|| ( >=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}] 
dev-python/xlsxwriter[${PYTHON_USEDEP}] )
>=dev-python/pytables-3.2.1[${PYTHON_USEDEP}]
-   dev-python/python-gflags[$(python_gen_usedep python2_7 pypy)]
dev-python/rpy[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/statsmodels[${PYTHON_USEDEP}]
@@ -49,7 +47,6 @@ OPTIONAL_DEPEND="
dev-python/xlwt[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
X? (
-   dev-python/pygtk[$(python_gen_usedep python2_7)]
|| (
x11-misc/xclip
x11-misc/xsel

diff --git a/dev-python/pandas/pandas-0.23.4.ebuild 
b/dev-python/pandas/pandas-0.23.4.ebuild
index fe01a85bcdf..c47caae50e5 100644
--- a/dev-python/pandas/pandas-0.23.4.ebuild
+++ b/dev-python/pandas/pandas-0.23.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="threads(+)"
 
 VIRTUALX_REQUIRED="manual"
@@ -28,7 +28,6 @@ OPTIONAL_DEPEND="
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/blosc[${PYTHON_USEDEP}]
dev-python/boto[${PYTHON_USEDEP}]
-   >=dev-python/google-api-python-client-1.2.0[$(python_gen_usedep 
python2_7 pypy)]
|| (
dev-python/html5lib[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
@@ -41,7 +40,6 @@ OPTIONAL_DEPEND="
dev-python/xlsxwriter[${PYTHON_USEDEP}]
)
>=dev-python/pytables-3.2.1[${PYTHON_USEDEP}]
-   dev-python/python-gflags[$(python_gen_usedep python2_7 pypy)]
dev-python/rpy[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/statsmodels[${PYTHON_USEDEP}]
@@ -53,7 +51,6 @@ OPTIONAL_DEPEND="
X? (
|| (
dev-python/PyQt5[${PYTHON_USEDEP}]
-   dev-python/pygtk[$(python_gen_usedep python2_7)]
)
|| (
x11-misc/xclip

diff --git a/dev-python/pandas/pandas-0.24.2.ebuild 
b/dev-python/pandas/pandas-0.24.2.ebuild
index 90ca74ada21..123c6c0523b 100644
--- a/dev-python/pandas/pandas-0.24.2.ebuild
+++ b/dev-python/pandas/pandas-0.24.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="threads(+)"
 
 VIRTUALX_REQUIRED="manual"
@@ -50,7 +50,6 @@ OPTIONAL_DEPEND="
X? (
|| (
dev-python/PyQt5[${PYTHON_USEDEP}]
-   dev-python/pygtk[$(python_gen_usedep python2_7)]
x11-misc/xclip
x11-misc/xsel
)

diff --git a/dev-python/pandas/pandas-.ebuild 
b/dev-python/pandas/pandas-.ebuild
index dcb1f71f9a0..52f01145061 100644
--- a/dev-python/pandas/pandas-.ebuild
+++ b/dev-python/pandas/pandas-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="threads(+)"
 
 VIRTUALX_REQUIRED="manual"
@@ -29,7 +29,6 @@ OPTIONAL_DEPEND="
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/blosc[${PYTHON_USEDEP}]
dev-python/boto[${PYTHON_USEDEP}]
-   >=dev-python/google-api-python-client-1.2.0[$(python_gen_usedep 
python2_7 pypy)]
|| (
dev-python/html5lib[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
@@ -42,7 

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

2020-01-16 Thread Michał Górny
commit: f2cbc1cfc60fd600c14cd2332ca41f6314845544
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 20:40:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:47:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2cbc1cf

dev-python/dask: Remove Python 2

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

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

diff --git a/dev-python/dask/dask-1.2.0.ebuild 
b/dev-python/dask/dask-1.2.0.ebuild
index a043828eb99..561a15e629d 100644
--- a/dev-python/dask/dask-1.2.0.ebuild
+++ b/dev-python/dask/dask-1.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-01-16 Thread Michał Górny
commit: 6040a9c4310454a76789b8631e6c3e17dd2249e7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 20:41:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:47:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6040a9c4

dev-python/xarray: Remove Python 2

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

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

diff --git a/dev-python/xarray/xarray-0.10.8.ebuild 
b/dev-python/xarray/xarray-0.10.8.ebuild
index 71388345bd9..750b2c63e93 100644
--- a/dev-python/xarray/xarray-0.10.8.ebuild
+++ b/dev-python/xarray/xarray-0.10.8.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-01-16 Thread Michał Górny
commit: 34898706d100819e50a753b238bd23cbf0a181fc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 17 06:14:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:47:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34898706

dev-python/pandas: Use HTTPS

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

 dev-python/pandas/pandas-0.19.1.ebuild | 2 +-
 dev-python/pandas/pandas-0.23.4.ebuild | 2 +-
 dev-python/pandas/pandas-0.24.2.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pandas/pandas-0.19.1.ebuild 
b/dev-python/pandas/pandas-0.19.1.ebuild
index a31f645ef92..c4c2ef5163e 100644
--- a/dev-python/pandas/pandas-0.19.1.ebuild
+++ b/dev-python/pandas/pandas-0.19.1.ebuild
@@ -11,7 +11,7 @@ VIRTUALX_REQUIRED="manual"
 inherit distutils-r1 eutils flag-o-matic virtualx
 
 DESCRIPTION="Powerful data structures for data analysis and statistics"
-HOMEPAGE="http://pandas.pydata.org/;
+HOMEPAGE="https://pandas.pydata.org/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"

diff --git a/dev-python/pandas/pandas-0.23.4.ebuild 
b/dev-python/pandas/pandas-0.23.4.ebuild
index c47caae50e5..d8ac3018bf4 100644
--- a/dev-python/pandas/pandas-0.23.4.ebuild
+++ b/dev-python/pandas/pandas-0.23.4.ebuild
@@ -11,7 +11,7 @@ VIRTUALX_REQUIRED="manual"
 inherit distutils-r1 eutils flag-o-matic virtualx
 
 DESCRIPTION="Powerful data structures for data analysis and statistics"
-HOMEPAGE="http://pandas.pydata.org/;
+HOMEPAGE="https://pandas.pydata.org/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/_/}.tar.gz"
 
 SLOT="0"

diff --git a/dev-python/pandas/pandas-0.24.2.ebuild 
b/dev-python/pandas/pandas-0.24.2.ebuild
index 123c6c0523b..fd193a5c024 100644
--- a/dev-python/pandas/pandas-0.24.2.ebuild
+++ b/dev-python/pandas/pandas-0.24.2.ebuild
@@ -11,7 +11,7 @@ VIRTUALX_REQUIRED="manual"
 inherit distutils-r1 eutils flag-o-matic virtualx
 
 DESCRIPTION="Powerful data structures for data analysis and statistics"
-HOMEPAGE="http://pandas.pydata.org/;
+HOMEPAGE="https://pandas.pydata.org/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/_/}.tar.gz"
 
 SLOT="0"



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

2020-01-16 Thread Michał Górny
commit: 4f08f0df4e7882e0e95681e0bd977e0c4c1d9664
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 17 06:13:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:47:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f08f0df

dev-python/distributed: Remove Python 2

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

 dev-python/distributed/distributed-1.18.0-r1.ebuild | 2 +-
 dev-python/distributed/distributed-1.18.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/distributed/distributed-1.18.0-r1.ebuild 
b/dev-python/distributed/distributed-1.18.0-r1.ebuild
index 48b6bb8e415..8a2721f904a 100644
--- a/dev-python/distributed/distributed-1.18.0-r1.ebuild
+++ b/dev-python/distributed/distributed-1.18.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/distributed/distributed-1.18.0.ebuild 
b/dev-python/distributed/distributed-1.18.0.ebuild
index f085b6ea7ff..201b8cd32d4 100644
--- a/dev-python/distributed/distributed-1.18.0.ebuild
+++ b/dev-python/distributed/distributed-1.18.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



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

2020-01-16 Thread Michał Górny
commit: ddde52153b2bb5ee4149ec8ee51da6376d5f2876
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 17 06:17:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:47:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddde5215

dev-python/xarray: Use HTTPS

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

 dev-python/xarray/xarray-0.10.8.ebuild | 2 +-
 dev-python/xarray/xarray-0.12.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/xarray/xarray-0.10.8.ebuild 
b/dev-python/xarray/xarray-0.10.8.ebuild
index 750b2c63e93..77476c88680 100644
--- a/dev-python/xarray/xarray-0.10.8.ebuild
+++ b/dev-python/xarray/xarray-0.10.8.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="N-D labeled arrays and datasets in Python"
-HOMEPAGE="http://xarray.pydata.org/;
+HOMEPAGE="https://xarray.pydata.org/;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/xarray/xarray-0.12.1.ebuild 
b/dev-python/xarray/xarray-0.12.1.ebuild
index 222eefe6c42..4a18a506562 100644
--- a/dev-python/xarray/xarray-0.12.1.ebuild
+++ b/dev-python/xarray/xarray-0.12.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="N-D labeled arrays and datasets in Python"
-HOMEPAGE="http://xarray.pydata.org/;
+HOMEPAGE="https://xarray.pydata.org/;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"



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

2020-01-16 Thread Michał Górny
commit: 6049b7d125ab3de8d28204115ddd417376c04925
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 20:41:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:47:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6049b7d1

dev-python/patsy: Remove Python 2

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

 dev-python/patsy/patsy-0.4.1.ebuild | 2 +-
 dev-python/patsy/patsy-0.5.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/patsy/patsy-0.4.1.ebuild 
b/dev-python/patsy/patsy-0.4.1.ebuild
index ddc0a1cc41d..613596d543e 100644
--- a/dev-python/patsy/patsy-0.4.1.ebuild
+++ b/dev-python/patsy/patsy-0.4.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/patsy/patsy-0.5.1.ebuild 
b/dev-python/patsy/patsy-0.5.1.ebuild
index 7d2a0db0b34..5bc5806 100644
--- a/dev-python/patsy/patsy-0.5.1.ebuild
+++ b/dev-python/patsy/patsy-0.5.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-01-16 Thread Michał Górny
commit: afe6f9f5e95ce03740e113f12a87e4325b17d1c0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 20:41:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:47:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe6f9f5

dev-python/statsmodels: Remove Python 2

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

 dev-python/statsmodels/statsmodels-0.9.0.ebuild | 2 +-
 dev-python/statsmodels/statsmodels-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/statsmodels/statsmodels-0.9.0.ebuild 
b/dev-python/statsmodels/statsmodels-0.9.0.ebuild
index 16cdf47ab6b..2f681a3d845 100644
--- a/dev-python/statsmodels/statsmodels-0.9.0.ebuild
+++ b/dev-python/statsmodels/statsmodels-0.9.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils
 

diff --git a/dev-python/statsmodels/statsmodels-.ebuild 
b/dev-python/statsmodels/statsmodels-.ebuild
index 113b10d44fc..a5784025a63 100644
--- a/dev-python/statsmodels/statsmodels-.ebuild
+++ b/dev-python/statsmodels/statsmodels-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils git-r3 virtualx
 



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

2020-01-16 Thread Michał Górny
commit: 56858e91d1b5ef0db35f65027f3854e961060d74
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 20:41:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:47:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56858e91

dev-python/partd: Remove Python 2

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

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

diff --git a/dev-python/partd/partd-0.3.8.ebuild 
b/dev-python/partd/partd-0.3.8.ebuild
index 1596103bd4c..ac2be9a64b1 100644
--- a/dev-python/partd/partd-0.3.8.ebuild
+++ b/dev-python/partd/partd-0.3.8.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2020-01-16 Thread Michał Górny
commit: 498f167a0a20b1f9eacfacb3d3f40bae27526d57
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 17 06:16:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:47:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498f167a

dev-python/patsy: Return to reusable SRC_URI

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

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

diff --git a/dev-python/patsy/patsy-0.5.1.ebuild 
b/dev-python/patsy/patsy-0.5.1.ebuild
index 005ace41e31..af9d564db12 100644
--- a/dev-python/patsy/patsy-0.5.1.ebuild
+++ b/dev-python/patsy/patsy-0.5.1.ebuild
@@ -8,7 +8,7 @@ inherit distutils-r1
 
 DESCRIPTION="Python module to describe statistical models and design matrices"
 HOMEPAGE="https://patsy.readthedocs.org/en/latest/index.html;
-SRC_URI="https://files.pythonhosted.org/packages/49/c7/b971d8685c52512dbaa45bf8d076695432245a9f59509fb20a6c8e4ff69a/patsy-0.5.1.tar.gz;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"



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

2020-01-16 Thread Michał Górny
commit: 7f19157cb4c7c45305bd3b708d35f7379717d287
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 17 07:22:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:22:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f19157c

dev-python/html2text: Revert "Remove redundant version"

app-text/calibre needs it.

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

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

diff --git a/dev-python/html2text/Manifest b/dev-python/html2text/Manifest
index f543752a7c8..de6268bc8b9 100644
--- a/dev-python/html2text/Manifest
+++ b/dev-python/html2text/Manifest
@@ -1,3 +1,4 @@
 DIST html2text-2018.1.9-1.tar.gz 51173 BLAKE2B 
a21cd3e579d47081e669fda3f3147fc28d816478885942565a1b93b86292e2729e93bfea6b5326703e575f209f5bd7dd905d72011b8153b8c40d31c83acf9057
 SHA512 
773b508864a2fa31e961e132118702429f5b7836e90bd521db2ed6b4215de49d63991a99b7ad7d5aac3074a3c14e4d384557a4eb5b43c7e2aada46d5434ed229
+DIST html2text-2019.8.11.tar.gz 48721 BLAKE2B 
6a63a9608c29374a510d7026717de4b94eb63d366513990623b9bfbf679680c85f5cf06ec7076143397d160a5c484bf5dfef3e24b1862be09e0cc0d7cd86051a
 SHA512 
f405bccea18b2898fc8816483e8fa8912b2d508f139d7a65c54218acc87006d8b89e00a12018dc7b911f729036fe4e8a5069242dc00edb40171d4bc149e39ba6
 DIST html2text-2019.9.26.tar.gz 48634 BLAKE2B 
efece48c7b05171f9bae833663292d7804838b5a791f1f734b3a258843a71616ada2ebee7cee406e0bfa1a3dce67040d41621bd87be100a2c0d4ca6d75829aa9
 SHA512 
4c6a52e96d3997a6ebe41c2955e2f6bd5189f49aadd7d7afbe67b85a2f61a0aafd0fc09fef184cb9407b9ab26f120ef235294e4e9d8f41e3b6b8f6fc29aa386d
 DIST html2text-2020.1.16.tar.gz 49464 BLAKE2B 
f0331daa63b9e5d7508e0446e19b4dd4d05e5f7af0279efd71dc43b633f8273666189899a27cb598e8afdd5bd8ffb3d566b97327d82870ef44a81310d8e7e7c9
 SHA512 
14453c98e81d05afb3241b04a9e50caf63e4b6f857337b4bd9f53e6b8fa7146aa6a1f4f64777db9fa350316b19fe62a0033dce5748191ca9fbd17a8757002855

diff --git a/dev-python/html2text/html2text-2019.8.11.ebuild 
b/dev-python/html2text/html2text-2019.8.11.ebuild
new file mode 100644
index 000..484d4f543a3
--- /dev/null
+++ b/dev-python/html2text/html2text-2019.8.11.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=( pypy3 python{2_7,3_{6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Turn HTML into equivalent Markdown-structured text"
+HOMEPAGE="https://github.com/Alir3z4/html2text 
https://pypi.org/project/html2text/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# pkg_resources is used for entry points
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+DOCS=( AUTHORS.rst ChangeLog.rst README.md )
+
+python_prepare_all() {
+   # naming conflict with app-text/html2text, bug 421647
+   sed -i 's/html2text = html2text.cli:main/py\0/' setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   pytest -vv || die "tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/

2020-01-16 Thread Joonas Niilola
commit: cef17268a818f3f5826b10d7961129ef988fb3e4
Author: Robert Siebeck  r123  de>
AuthorDate: Thu Jan 16 18:41:10 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 17 06:23:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef17268

net-im/signal-desktop-bin: add new version 1.29.5

Signed-off-by: Robert Siebeck  r123.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 +
 .../signal-desktop-bin-1.29.5.ebuild   | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 91b60752aa9..8d10c45b64d 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1 +1,2 @@
 DIST signal-desktop_1.29.4_amd64.deb 86008616 BLAKE2B 
8944839bc970c8b96e245addb2ad4508eaee3a5a532f0c8446a7837299dcd1650fbde0fd536ca9714a5a916eedb9d7395b568c15bff8a374d4c5024c2efa9a29
 SHA512 
a68a63c852b39840e20351070febf8d38b69b99d71e38fd0688649f2acce7ab97ae9b706a346ca728f58bea15bd9bee6d9a3d19446807b4d7eb3ed67a5599964
+DIST signal-desktop_1.29.5_amd64.deb 86027040 BLAKE2B 
374f1c38cb7d64b126218ec913ea414094795d2d089a17fb718c614fff9f8dd87af16dca8bf3b6f3cf257611275bb15e3d178dc690e78b39aa2fcd293c8f7097
 SHA512 
f64afbd327ce71a1f7c75c57bfed358ad19a16b0e47b40ca008ed67083470fb6929f46a6141168be6c2e4233ed20ced34a00eb0e03b27b58dda8d4d2f717

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.29.5.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.29.5.ebuild
new file mode 100644
index 000..3c0cd1c8eaf
--- /dev/null
+++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.29.5.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-bin/}"
+
+inherit pax-utils unpacker xdg-utils
+
+DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
+HOMEPAGE="https://signal.org/
+   https://github.com/signalapp/Signal-Desktop;
+SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb;
+
+LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl 
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-libs/nss
+   media-libs/mesa[X(+)]
+   net-print/cups
+   x11-libs/gtk+:3[X]
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst"
+
+QA_PREBUILT="opt/Signal/signal-desktop
+   opt/Signal/chrome-sandbox
+   opt/Signal/libffmpeg.so
+   opt/Signal/libGLESv2.so
+   opt/Signal/libnode.so
+   opt/Signal/libVkICD_mock_icd.so
+   opt/Signal/swiftshader/libGLESv2.so"
+
+S="${WORKDIR}"
+
+src_prepare(){
+   default
+   sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
+   -i usr/share/applications/signal-desktop.desktop || die
+   unpack usr/share/doc/signal-desktop/changelog.gz
+}
+
+src_install() {
+   insinto /
+   dodoc changelog
+   doins -r opt
+   insinto /usr/share
+   doins -r usr/share/applications
+   doins -r usr/share/icons
+   fperms +x /opt/Signal/signal-desktop /opt/Signal/chrome-sandbox
+   pax-mark m opt/Signal/signal-desktop opt/Signal/chrome-sandbox
+
+   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
+   dosym ../../usr/lib64/libEGL.so opt/Signal/libEGL.so
+   dosym ../../../usr/lib64/libEGL.so opt/Signal/swiftshader/libEGL.so
+}
+
+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: net-p2p/amule/

2020-01-16 Thread Joonas Niilola
commit: f451a49ee156623b9d3549b0a8c34a7ed0dc249c
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Mon Jan  6 21:15:13 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 17 06:23:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f451a49e

net-p2p/amule: remove old

Signed-off-by: Alexander Tsoy  tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/14114
Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/amule/amule-2.3.2-r3.ebuild | 106 
 1 file changed, 106 deletions(-)

diff --git a/net-p2p/amule/amule-2.3.2-r3.ebuild 
b/net-p2p/amule/amule-2.3.2-r3.ebuild
deleted file mode 100644
index 7a7035ef43e..000
--- a/net-p2p/amule/amule-2.3.2-r3.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0-gtk3"
-
-inherit wxwidgets user
-
-MY_P="${PN/m/M}-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="aMule, the all-platform eMule p2p client"
-HOMEPAGE="http://www.amule.org/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE="daemon debug geoip nls remote stats upnp +X"
-
-COMMON_DEPEND="
-   dev-libs/boost:=
-   dev-libs/crypto++:=
-   sys-libs/binutils-libs:0=
-   sys-libs/zlib
-   >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X?]
-   stats? ( media-libs/gd:=[jpeg,png] )
-   geoip? ( dev-libs/geoip )
-   upnp? ( net-libs/libupnp:* )
-   remote? ( media-libs/libpng:0= )
-   !net-p2p/imule"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.3.2-fix-crash-shared-dir-utf8.patch"
-   "${FILESDIR}/${PN}-2.3.2-fix-crash-closing-last-search-tab-1.patch"
-   "${FILESDIR}/${PN}-2.3.2-fix-crash-closing-last-search-tab-2.patch"
-   "${FILESDIR}/${PN}-2.3.2-cryptopp-6.patch"
-   "${FILESDIR}/${PN}-2.3.2-disable-version-check.patch"
-   "${FILESDIR}/${PN}-2.3.2-fix-crash-when-shared-files-changed.patch"
-)
-
-pkg_setup() {
-   if use stats && ! use X; then
-   einfo "Note: You would need both the X and stats USE flags"
-   einfo "to compile aMule Statistics GUI."
-   einfo "I will now compile console versions only."
-   fi
-
-   setup-wxwidgets
-}
-
-pkg_preinst() {
-   if use daemon || use remote; then
-   enewgroup p2p
-   enewuser p2p -1 -1 /home/p2p p2p
-   fi
-}
-
-src_configure() {
-   local myconf
-
-   if use X; then
-   myconf="
-   $(use_enable remote amule-gui)
-   $(use_enable stats alc)
-   $(use_enable stats wxcas)
-   "
-   else
-   myconf="
-   --disable-monolithic
-   --disable-amule-gui
-   --disable-alc
-   --disable-wxcas
-   "
-   fi
-
-   econf \
-   --with-denoise-level=0 \
-   --with-wx-config="${WX_CONFIG}" \
-   --enable-amulecmd \
-   --with-boost \
-   $(use_enable debug) \
-   $(use_enable daemon amule-daemon) \
-   $(use_enable geoip) \
-   $(use_enable nls) \
-   $(use_enable remote webserver) \
-   $(use_enable stats cas) \
-   $(use_enable stats alcc) \
-   $(use_enable upnp) \
-   ${myconf}
-}
-
-src_install() {
-   default
-
-   if use daemon; then
-   newconfd "${FILESDIR}"/amuled.confd amuled
-   newinitd "${FILESDIR}"/amuled.initd amuled
-   fi
-   if use remote; then
-   newconfd "${FILESDIR}"/amuleweb.confd amuleweb
-   newinitd "${FILESDIR}"/amuleweb.initd amuleweb
-   fi
-}



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

2020-01-16 Thread Joonas Niilola
commit: 1b3f24853bf082af1a378c215ccf39558e11474a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jan 17 06:22:33 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 17 06:23:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3f2485

media-fonts/jetbrains-mono: new font designed for developers

Closes: https://github.com/gentoo/gentoo/pull/14360
Signed-off-by: Joonas Niilola  gentoo.org>

 media-fonts/jetbrains-mono/Manifest  |  1 +
 .../jetbrains-mono/jetbrains-mono-1.0.0.ebuild   | 20 
 media-fonts/jetbrains-mono/metadata.xml  | 15 +++
 3 files changed, 36 insertions(+)

diff --git a/media-fonts/jetbrains-mono/Manifest 
b/media-fonts/jetbrains-mono/Manifest
new file mode 100644
index 000..96214fba91f
--- /dev/null
+++ b/media-fonts/jetbrains-mono/Manifest
@@ -0,0 +1 @@
+DIST jetbrains-mono-1.0.0.zip 514933 BLAKE2B 
66067752bdabd173dbc3e0143483948ae94a4e67ec93579588f555c9e36fbdf6dfd6627fba8c8acdd976e76c4d23d0760953ed33ab4d6ba9d497aa06de70173b
 SHA512 
7fd953f65951448bb358b3ade3b5be68b9994527781ee1059dc2e36e3b4042aa879472dadc37b13791c908238eb793bcfa06c4b3aedb4472943cd3852f512c30

diff --git a/media-fonts/jetbrains-mono/jetbrains-mono-1.0.0.ebuild 
b/media-fonts/jetbrains-mono/jetbrains-mono-1.0.0.ebuild
new file mode 100644
index 000..be5ad1a80a9
--- /dev/null
+++ b/media-fonts/jetbrains-mono/jetbrains-mono-1.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit font
+
+DESCRIPTION="A free and open-source typeface for developers"
+HOMEPAGE="https://www.jetbrains.com/lp/mono/;
+SRC_URI="https://download.jetbrains.com/fonts/JetBrainsMono-${PV}.zip -> 
${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+
+FONT_SUFFIX="ttf"

diff --git a/media-fonts/jetbrains-mono/metadata.xml 
b/media-fonts/jetbrains-mono/metadata.xml
new file mode 100644
index 000..c4c2aa2c7ca
--- /dev/null
+++ b/media-fonts/jetbrains-mono/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gen...@taujhe.de
+   Jan Henke
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   JetBrains/JetBrainsMono
+   
+



[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/

2020-01-16 Thread Joonas Niilola
commit: a4de77693beb92e6bf370bba1ea01d9c2a5f20fb
Author: Robert Siebeck  r123  de>
AuthorDate: Thu Jan 16 18:41:11 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 17 06:23:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4de7769

net-im/signal-desktop-bin: remove old version

Signed-off-by: Robert Siebeck  r123.de>
Closes: https://github.com/gentoo/gentoo/pull/14356
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 -
 .../signal-desktop-bin-1.29.4.ebuild   | 68 --
 2 files changed, 69 deletions(-)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 8d10c45b64d..e24d3ca68bb 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1,2 +1 @@
-DIST signal-desktop_1.29.4_amd64.deb 86008616 BLAKE2B 
8944839bc970c8b96e245addb2ad4508eaee3a5a532f0c8446a7837299dcd1650fbde0fd536ca9714a5a916eedb9d7395b568c15bff8a374d4c5024c2efa9a29
 SHA512 
a68a63c852b39840e20351070febf8d38b69b99d71e38fd0688649f2acce7ab97ae9b706a346ca728f58bea15bd9bee6d9a3d19446807b4d7eb3ed67a5599964
 DIST signal-desktop_1.29.5_amd64.deb 86027040 BLAKE2B 
374f1c38cb7d64b126218ec913ea414094795d2d089a17fb718c614fff9f8dd87af16dca8bf3b6f3cf257611275bb15e3d178dc690e78b39aa2fcd293c8f7097
 SHA512 
f64afbd327ce71a1f7c75c57bfed358ad19a16b0e47b40ca008ed67083470fb6929f46a6141168be6c2e4233ed20ced34a00eb0e03b27b58dda8d4d2f717

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.29.4.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.29.4.ebuild
deleted file mode 100644
index 3c0cd1c8eaf..000
--- a/net-im/signal-desktop-bin/signal-desktop-bin-1.29.4.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-bin/}"
-
-inherit pax-utils unpacker xdg-utils
-
-DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
-HOMEPAGE="https://signal.org/
-   https://github.com/signalapp/Signal-Desktop;
-SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb;
-
-LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl 
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-RDEPEND="
-   dev-libs/nss
-   media-libs/mesa[X(+)]
-   net-print/cups
-   x11-libs/gtk+:3[X]
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst"
-
-QA_PREBUILT="opt/Signal/signal-desktop
-   opt/Signal/chrome-sandbox
-   opt/Signal/libffmpeg.so
-   opt/Signal/libGLESv2.so
-   opt/Signal/libnode.so
-   opt/Signal/libVkICD_mock_icd.so
-   opt/Signal/swiftshader/libGLESv2.so"
-
-S="${WORKDIR}"
-
-src_prepare(){
-   default
-   sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
-   -i usr/share/applications/signal-desktop.desktop || die
-   unpack usr/share/doc/signal-desktop/changelog.gz
-}
-
-src_install() {
-   insinto /
-   dodoc changelog
-   doins -r opt
-   insinto /usr/share
-   doins -r usr/share/applications
-   doins -r usr/share/icons
-   fperms +x /opt/Signal/signal-desktop /opt/Signal/chrome-sandbox
-   pax-mark m opt/Signal/signal-desktop opt/Signal/chrome-sandbox
-
-   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
-   dosym ../../usr/lib64/libEGL.so opt/Signal/libEGL.so
-   dosym ../../../usr/lib64/libEGL.so opt/Signal/swiftshader/libEGL.so
-}
-
-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: acct-user/amule/

2020-01-16 Thread Joonas Niilola
commit: 358954bc20423804c0e0f6e91bc368394b6b2bee
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Thu Dec 26 11:33:12 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 17 06:23:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358954bc

acct-user/amule: new user for net-p2p/amule, UID 468

Signed-off-by: Alexander Tsoy  tsoy.me>
Signed-off-by: Joonas Niilola  gentoo.org>

 acct-user/amule/amule-0.ebuild | 12 
 acct-user/amule/metadata.xml   | 12 
 2 files changed, 24 insertions(+)

diff --git a/acct-user/amule/amule-0.ebuild b/acct-user/amule/amule-0.ebuild
new file mode 100644
index 000..58d59281ccb
--- /dev/null
+++ b/acct-user/amule/amule-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for net-p2p/amule"
+ACCT_USER_ID=468
+ACCT_USER_GROUPS=( amule )
+
+acct-user_add_deps

diff --git a/acct-user/amule/metadata.xml b/acct-user/amule/metadata.xml
new file mode 100644
index 000..039cf44c703
--- /dev/null
+++ b/acct-user/amule/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   alexan...@tsoy.me
+   Alexander Tsoy
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+



[gentoo-commits] repo/gentoo:master commit in: net-p2p/amule/files/, net-p2p/amule/

2020-01-16 Thread Joonas Niilola
commit: 34130dbd1646b428aa766cb957629ed6e7c270cb
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Sat Aug 10 01:01:18 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 17 06:23:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34130dbd

net-p2p/amule: EAPI=7 bump

* add missing pkgconfig dependency
* convert myconf variable to array
* remove obsolete imule blocker
* fix license
* fix build with >=net-libs/libupnp-1.8
* switch to acct-{user,group}

Signed-off-by: Alexander Tsoy  tsoy.me>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/amule/amule-2.3.2-r4.ebuild   | 126 
 net-p2p/amule/files/amule-2.3.2-libupnp-1.6.patch | 350 ++
 net-p2p/amule/files/amule-2.3.2-libupnp-1.8.patch | 263 
 net-p2p/amule/files/amuled.confd-r1   |   9 +
 net-p2p/amule/files/amuleweb.confd-r1 |  24 ++
 5 files changed, 772 insertions(+)

diff --git a/net-p2p/amule/amule-2.3.2-r4.ebuild 
b/net-p2p/amule/amule-2.3.2-r4.ebuild
new file mode 100644
index 000..8199a8471f0
--- /dev/null
+++ b/net-p2p/amule/amule-2.3.2-r4.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0-gtk3"
+
+inherit wxwidgets
+
+MY_P="${PN/m/M}-${PV}"
+
+DESCRIPTION="aMule, the all-platform eMule p2p client"
+HOMEPAGE="http://www.amule.org/;
+SRC_URI="https://download.sourceforge.net/${PN}/${MY_P}.tar.xz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+IUSE="daemon debug geoip nls remote stats upnp +X"
+
+RDEPEND="
+   dev-libs/boost:=
+   dev-libs/crypto++:=
+   sys-libs/binutils-libs:0=
+   sys-libs/zlib
+   >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X?]
+   daemon? ( acct-user/amule )
+   geoip? ( dev-libs/geoip )
+   remote? (
+   acct-user/amule
+   media-libs/libpng:0=
+   )
+   stats? ( media-libs/gd:=[jpeg,png] )
+   upnp? ( net-libs/libupnp:0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.3.2-fix-crash-shared-dir-utf8.patch"
+   "${FILESDIR}/${PN}-2.3.2-fix-crash-closing-last-search-tab-1.patch"
+   "${FILESDIR}/${PN}-2.3.2-fix-crash-closing-last-search-tab-2.patch"
+   "${FILESDIR}/${PN}-2.3.2-cryptopp-6.patch"
+   "${FILESDIR}/${PN}-2.3.2-disable-version-check.patch"
+   "${FILESDIR}/${PN}-2.3.2-fix-crash-when-shared-files-changed.patch"
+   "${FILESDIR}/${PN}-2.3.2-libupnp-1.8.patch"
+   "${FILESDIR}/${PN}-2.3.2-libupnp-1.6.patch"
+)
+
+pkg_setup() {
+   setup-wxwidgets
+}
+
+src_configure() {
+   local myconf=(
+   --with-denoise-level=0
+   --with-wx-config="${WX_CONFIG}"
+   --enable-amulecmd
+   --with-boost
+   $(use_enable debug)
+   $(use_enable daemon amule-daemon)
+   $(use_enable geoip)
+   $(use_enable nls)
+   $(use_enable remote webserver)
+   $(use_enable stats cas)
+   $(use_enable stats alcc)
+   $(use_enable upnp)
+   )
+
+   if use X; then
+   myconf+=(
+   $(use_enable remote amule-gui)
+   $(use_enable stats alc)
+   $(use_enable stats wxcas)
+   )
+   else
+   myconf+=(
+   --disable-monolithic
+   --disable-amule-gui
+   --disable-alc
+   --disable-wxcas
+   )
+   fi
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   if use daemon; then
+   newconfd "${FILESDIR}"/amuled.confd-r1 amuled
+   newinitd "${FILESDIR}"/amuled.initd amuled
+   fi
+   if use remote; then
+   newconfd "${FILESDIR}"/amuleweb.confd-r1 amuleweb
+   newinitd "${FILESDIR}"/amuleweb.initd amuleweb
+   fi
+
+   if use daemon || use remote; then
+   keepdir /var/lib/${PN}
+   fowners amule:amule /var/lib/${PN}
+   fperms 0750 /var/lib/${PN}
+   fi
+}
+
+pkg_postinst() {
+   local ver
+
+   if use daemon || use remote; then
+   for ver in ${REPLACING_VERSIONS}; do
+   if ver_test ${ver} -lt "2.3.2-r4"; then
+   elog "Default user under which amuled and 
amuleweb daemons are started"
+   elog "have been changed from p2p to amule. 
Default home directory have been"
+   elog "changed as well."
+   echo
+   elog "If you want to preserve old 
download/share location, you can create"
+   elog "symlink /var/lib/amule/.aMule pointing to 

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

2020-01-16 Thread Joonas Niilola
commit: 0e7675b43f2c8041c15ed6e2e335cf8331b0ce1b
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Thu Dec 26 11:32:36 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 17 06:23:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7675b4

acct-group/amule: new group for net-p2p/amule, GID 468

Signed-off-by: Alexander Tsoy  tsoy.me>
Signed-off-by: Joonas Niilola  gentoo.org>

 acct-group/amule/amule-0.ebuild |  9 +
 acct-group/amule/metadata.xml   | 12 
 2 files changed, 21 insertions(+)

diff --git a/acct-group/amule/amule-0.ebuild b/acct-group/amule/amule-0.ebuild
new file mode 100644
index 000..354dc87a119
--- /dev/null
+++ b/acct-group/amule/amule-0.ebuild
@@ -0,0 +1,9 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="Group for net-p2p/amule"
+ACCT_GROUP_ID=468

diff --git a/acct-group/amule/metadata.xml b/acct-group/amule/metadata.xml
new file mode 100644
index 000..039cf44c703
--- /dev/null
+++ b/acct-group/amule/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   alexan...@tsoy.me
+   Alexander Tsoy
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+



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

2020-01-16 Thread Michał Górny
commit: 77d8347916135e7c797b75fbc265ceb06bf82346
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 17 05:18:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 05:52:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d83479

dev-python/html2text: Bump to 2020.1.16

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

 dev-python/html2text/Manifest   |  1 +
 dev-python/html2text/html2text-2020.1.16.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-python/html2text/Manifest b/dev-python/html2text/Manifest
index e832f9d7c99..f543752a7c8 100644
--- a/dev-python/html2text/Manifest
+++ b/dev-python/html2text/Manifest
@@ -1,2 +1,3 @@
 DIST html2text-2018.1.9-1.tar.gz 51173 BLAKE2B 
a21cd3e579d47081e669fda3f3147fc28d816478885942565a1b93b86292e2729e93bfea6b5326703e575f209f5bd7dd905d72011b8153b8c40d31c83acf9057
 SHA512 
773b508864a2fa31e961e132118702429f5b7836e90bd521db2ed6b4215de49d63991a99b7ad7d5aac3074a3c14e4d384557a4eb5b43c7e2aada46d5434ed229
 DIST html2text-2019.9.26.tar.gz 48634 BLAKE2B 
efece48c7b05171f9bae833663292d7804838b5a791f1f734b3a258843a71616ada2ebee7cee406e0bfa1a3dce67040d41621bd87be100a2c0d4ca6d75829aa9
 SHA512 
4c6a52e96d3997a6ebe41c2955e2f6bd5189f49aadd7d7afbe67b85a2f61a0aafd0fc09fef184cb9407b9ab26f120ef235294e4e9d8f41e3b6b8f6fc29aa386d
+DIST html2text-2020.1.16.tar.gz 49464 BLAKE2B 
f0331daa63b9e5d7508e0446e19b4dd4d05e5f7af0279efd71dc43b633f8273666189899a27cb598e8afdd5bd8ffb3d566b97327d82870ef44a81310d8e7e7c9
 SHA512 
14453c98e81d05afb3241b04a9e50caf63e4b6f857337b4bd9f53e6b8fa7146aa6a1f4f64777db9fa350316b19fe62a0033dce5748191ca9fbd17a8757002855

diff --git a/dev-python/html2text/html2text-2020.1.16.ebuild 
b/dev-python/html2text/html2text-2020.1.16.ebuild
new file mode 100644
index 000..d0b10482441
--- /dev/null
+++ b/dev-python/html2text/html2text-2020.1.16.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Turn HTML into equivalent Markdown-structured text"
+HOMEPAGE="https://github.com/Alir3z4/html2text 
https://pypi.org/project/html2text/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
+
+DOCS=( AUTHORS.rst ChangeLog.rst README.md )
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # naming conflict with app-text/html2text, bug 421647
+   sed -i 's/html2text = html2text.cli:main/py\0/' setup.py || die
+   distutils-r1_python_prepare_all
+}



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

2020-01-16 Thread Michał Górny
commit: 746f1cff775c516b72d4752af3dc779eeb500ffa
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 17 05:15:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 05:52:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746f1cff

dev-python/html2text: Copy ~arm to newest

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

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

diff --git a/dev-python/html2text/html2text-2019.9.26.ebuild 
b/dev-python/html2text/html2text-2019.9.26.ebuild
index bf119c0911e..5f3b2785c16 100644
--- a/dev-python/html2text/html2text-2019.9.26.ebuild
+++ b/dev-python/html2text/html2text-2019.9.26.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-01-16 Thread Michał Górny
commit: 0287910abae342a347d4f97fe1eca80c792b6e9b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 17 05:16:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 05:52:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0287910a

dev-python/html2text: Remove redundant version

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

 dev-python/html2text/Manifest   |  1 -
 dev-python/html2text/html2text-2019.8.11.ebuild | 36 -
 2 files changed, 37 deletions(-)

diff --git a/dev-python/html2text/Manifest b/dev-python/html2text/Manifest
index 840cdbc1d92..e832f9d7c99 100644
--- a/dev-python/html2text/Manifest
+++ b/dev-python/html2text/Manifest
@@ -1,3 +1,2 @@
 DIST html2text-2018.1.9-1.tar.gz 51173 BLAKE2B 
a21cd3e579d47081e669fda3f3147fc28d816478885942565a1b93b86292e2729e93bfea6b5326703e575f209f5bd7dd905d72011b8153b8c40d31c83acf9057
 SHA512 
773b508864a2fa31e961e132118702429f5b7836e90bd521db2ed6b4215de49d63991a99b7ad7d5aac3074a3c14e4d384557a4eb5b43c7e2aada46d5434ed229
-DIST html2text-2019.8.11.tar.gz 48721 BLAKE2B 
6a63a9608c29374a510d7026717de4b94eb63d366513990623b9bfbf679680c85f5cf06ec7076143397d160a5c484bf5dfef3e24b1862be09e0cc0d7cd86051a
 SHA512 
f405bccea18b2898fc8816483e8fa8912b2d508f139d7a65c54218acc87006d8b89e00a12018dc7b911f729036fe4e8a5069242dc00edb40171d4bc149e39ba6
 DIST html2text-2019.9.26.tar.gz 48634 BLAKE2B 
efece48c7b05171f9bae833663292d7804838b5a791f1f734b3a258843a71616ada2ebee7cee406e0bfa1a3dce67040d41621bd87be100a2c0d4ca6d75829aa9
 SHA512 
4c6a52e96d3997a6ebe41c2955e2f6bd5189f49aadd7d7afbe67b85a2f61a0aafd0fc09fef184cb9407b9ab26f120ef235294e4e9d8f41e3b6b8f6fc29aa386d

diff --git a/dev-python/html2text/html2text-2019.8.11.ebuild 
b/dev-python/html2text/html2text-2019.8.11.ebuild
deleted file mode 100644
index 484d4f543a3..000
--- a/dev-python/html2text/html2text-2019.8.11.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Turn HTML into equivalent Markdown-structured text"
-HOMEPAGE="https://github.com/Alir3z4/html2text 
https://pypi.org/project/html2text/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# pkg_resources is used for entry points
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-DOCS=( AUTHORS.rst ChangeLog.rst README.md )
-
-python_prepare_all() {
-   # naming conflict with app-text/html2text, bug 421647
-   sed -i 's/html2text = html2text.cli:main/py\0/' setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   pytest -vv || die "tests failed with ${EPYTHON}"
-}



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

2020-01-16 Thread Michał Górny
commit: 810e8db30e0169d6d359e88ef4e7eaca4ec7bb70
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 17 05:43:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 05:52:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810e8db3

app-text/xhtml11: New package for XHTML 1.1 DTD

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

 app-text/xhtml11/Manifest|  1 +
 app-text/xhtml11/metadata.xml|  8 +
 app-text/xhtml11/xhtml11-20101123.ebuild | 62 
 3 files changed, 71 insertions(+)

diff --git a/app-text/xhtml11/Manifest b/app-text/xhtml11/Manifest
new file mode 100644
index 000..04a97549912
--- /dev/null
+++ b/app-text/xhtml11/Manifest
@@ -0,0 +1 @@
+DIST xhtml11-20101123.tar.gz 236494 BLAKE2B 
06a4e43354c16d583a0d60c450cb9dc6e088bde3be3958da70b2c5ea2e85e137666032c8a25848d9acba459d829d7ba82da414483d8f855ac3c893a7ac7f5931
 SHA512 
8a38a61d44809459f1f8b02992a623836df1b4b7fb6b5e844ca039264d4c99e80170c84d8b90dede7142f5972e9668f4ff71c9e0ded82887e5b4116cf56a8506

diff --git a/app-text/xhtml11/metadata.xml b/app-text/xhtml11/metadata.xml
new file mode 100644
index 000..0319eec4c8b
--- /dev/null
+++ b/app-text/xhtml11/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mgo...@gentoo.org
+   Michał Górny
+   
+

diff --git a/app-text/xhtml11/xhtml11-20101123.ebuild 
b/app-text/xhtml11/xhtml11-20101123.ebuild
new file mode 100644
index 000..f16bd3fd2d9
--- /dev/null
+++ b/app-text/xhtml11/xhtml11-20101123.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit sgml-catalog-r1
+
+DESCRIPTION="DTDs for the eXtensible HyperText Markup Language 1.0"
+HOMEPAGE="http://www.w3.org/TR/xhtml11/;
+SRC_URI="http://www.w3.org/TR/xhtml11/xhtml11.tgz -> ${P}.tar.gz"
+
+LICENSE="W3C"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+DEPEND="app-text/sgml-common
+   dev-libs/libxml2"
+
+xml_catalog_setup() {
+   CATALOG="${EROOT}/etc/xml/catalog"
+   XMLTOOL="${BROOT}/usr/bin/xmlcatalog"
+   DTDDIR="${EROOT}/usr/share/sgml/${PN}"
+
+   [[ -x ${XMLTOOL} ]]
+}
+
+src_install() {
+   insinto /usr/share/sgml/${PN}
+   doins DTD/*.{cat,dcl,dtd,mod}
+
+   insinto /etc/sgml
+   newins - xhtml11.cat <<-EOF
+   CATALOG "${EPREFIX}/usr/share/sgml/xhtml11/xhtml11.cat"
+   EOF
+
+   dodoc *.pdf *.ps
+   docinto html
+   dodoc *.html *.gif *.css
+}
+
+pkg_postinst() {
+   sgml-catalog-r1_pkg_postinst
+
+   xml_catalog_setup || return
+   einfo "Installing xhtml11 in the global XML catalog"
+   "${XMLTOOL}" --noout --add 'public' '-//W3C//DTD XHTML 1.1//EN' \
+   "${DTDDIR}"/xhtml11-flat.dtd "${CATALOG}"
+   "${XMLTOOL}" --noout --add 'rewriteSystem' 
'http://www.w3.org/TR/xhtml11/DTD' \
+   "${DTDDIR}" "${CATALOG}"
+   "${XMLTOOL}" --noout --add 'rewriteURI' 
'http://www.w3.org/TR/xhtml11/DTD' \
+   "${DTDDIR}" "${CATALOG}"
+}
+
+pkg_postrm() {
+   sgml-catalog-r1_pkg_postrm
+
+   [[ -n ${REPLACED_BY_VERSION} ]] && return
+   xml_catalog_setup || return
+   einfo "Removing xhtml1 from the global XML catalog"
+   "${XMLTOOL}" --noout --del '-//W3C//DTD XHTML 1.1//EN' "${CATALOG}"
+   "${XMLTOOL}" --noout --del 'http://www.w3.org/TR/xhtml11/DTD' 
"${CATALOG}"
+}



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

2020-01-16 Thread Michał Górny
commit: ced874146fb07c642d12eabde46d9d3c09ece021
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 17 05:26:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 05:52:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced87414

distutils-r1.eclass: Look for entry_points in setup.cfg

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

 eclass/distutils-r1.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 30265185835..a840769cdec 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -449,6 +449,8 @@ _distutils_verify_use_setuptools() {
elif grep -E -q -s '(from|import)\s+setuptools' setup.py; then
if grep -E -q -s 'entry_points\s*=' setup.py; then
expected=rdepend
+   elif grep -F -q -s '[options.entry_points]' setup.cfg; then
+   expected=rdepend
else
expected=bdepend
fi



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

2020-01-16 Thread Andreas K. Hüttel
commit: ee97adb346fdc1c532b8f45f3dcfde9713208617
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jan 17 05:25:23 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jan 17 05:25:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee97adb3

dev-libs/redland-bindings: Finish the bump somewhat experimentally

Closes: https://bugs.gentoo.org/526158
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild 
b/dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild
index b03e9531a93..73d8c3bf66e 100644
--- a/dev-libs/redland-bindings/redland-bindings-1.0.17.1.ebuild
+++ b/dev-libs/redland-bindings/redland-bindings-1.0.17.1.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=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
 
-USE_PHP="php7-2"
+USE_PHP="php7-2 php7-3 php7-4"
 PHP_EXT_NAME="redland"
 PHP_EXT_OPTIONAL_USE="php"
 PHP_EXT_SKIP_PHPIZE="yes"
@@ -18,7 +18,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-#KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux 
~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-linux ~ppc-macos"
 IUSE="lua perl python php ruby"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -27,8 +27,12 @@ RDEPEND=">=dev-libs/redland-1.0.14
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
ruby? ( dev-lang/ruby dev-ruby/log4r )
+   php? (
+   php_targets_php7-2? ( dev-lang/php:7.2[-threads] )
+   php_targets_php7-3? ( dev-lang/php:7.3[-threads] )
+   php_targets_php7-4? ( dev-lang/php:7.4[-threads] )
+   )
 "
-#  php? ( php_targets_php5-6? ( dev-lang/php:5.6[-threads] ) )
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=dev-lang/swig-2



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

2020-01-16 Thread Joonas Niilola
commit: 8b863ffa1f39e84ef9f0c61fd8cefb6395b9933d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jan 17 05:10:04 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 17 05:15:50 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=8b863ffa

uid-gid.txt: update amule to acct method

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

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

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 66b2395..a5f3dfe 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -236,7 +236,7 @@ deluge  454 454 acct
 mogilefs   460 -   user.eclass
 rstudio-server 466 466 acctUsed by 
sci-mathematics/rstudio
 geneweb 467 467 acct
-amule  468 468 requested
+amule  468 468 acct
 xrootd 469 469 acct
 i2pd   470 470 acct
 i2p471 471 acct



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

2020-01-16 Thread Eray Aslan
commit: 9dd562f5dc340aa5cb9d81c9f142523b0fbc0cae
Author: Eray Aslan  gentoo  org>
AuthorDate: Fri Jan 17 05:17:26 2020 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Fri Jan 17 05:17:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd562f5

mail-mta/postfix: bump to 3.5_pre20200112

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

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.5_pre20200105.ebuild => postfix-3.5_pre20200112.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 8668732b626..bd8134d8084 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -2,4 +2,4 @@ DIST postfix-3.4.5.tar.gz 4581301 BLAKE2B 
9de66cab6eea610fc83e4629980b3e201b4e3f
 DIST postfix-3.4.6.tar.gz 4571771 BLAKE2B 
e08b2e6c01fe54fcc7439182783190f4adb81758a1bbcc1bfec71e02dca91a779308f624e081837f7e2deec8666f10bc51238e90cc952de6c8371fb18790604f
 SHA512 
96430d60cf58b9876e52a742dbfe3ca1da4ec82eeea5cd35c6ee4e69714ddd5601561a6663aac51a34b2d64db4f7678d7c5d720ec9ead807b5d7e87e37434961
 DIST postfix-3.4.7.tar.gz 4572758 BLAKE2B 
8d811293672fc2a1e0e3276fadd172d9e130a3e0b5ccbaf27ddf183a50f25ca9bbf5c0a28806bb1f79d5648c4de44edd8ee98192355077e29a0c69a2685878dc
 SHA512 
2bc29a87a65c46d06b6fc51c4cdf22da773e63f19488871e040eba6250bf686eecc7de11e14224018c35b061e66e1759c69dc649d7388f724a58080195209e68
 DIST postfix-3.4.8.tar.gz 4573099 BLAKE2B 
cef447c8eeb9e2afbb869a94c5d67680ed7e633ea23108c1c109b632bd3f53f9f666302e8d1dac70affcd7d02d27b71a83b06c8e4564b6187268aa656b4c8132
 SHA512 
782fe83e4b40c7aadfb4c55850db4c7163dd0f647f4ef133e59f7b47c993b2b4fa6c43ebbc45131caa54d968259f9c8568f47e81bfccda02ab142be52aa95d45
-DIST postfix-3.5-20200105.tar.gz 4626122 BLAKE2B 
76dd7f76b8aa3eb7f1017bd45108f9e544f3f68034dbc5f50c8d86e1d9289b8db335888902409511547c6a7832a9878e51ac2d712c1bc2a7b29734d7a04d0aa6
 SHA512 
9c3096aeb98a8b6c9a38b6282d084009f8ff14a7bd1c6e1ed48e5799aef4b65e74ee3a0b71f25bd5ff6c64b0dc0afe8151110488d7f198237b7726deb51e5ee7
+DIST postfix-3.5-20200112.tar.gz 4620031 BLAKE2B 
ba83fa70b84befcf0b19a745d0016d0f95c919b67afe1b2929f79925c9e25a22dcc080ce7c594e5f3df09055763850b97daa84ccd4f7427ae980bc89a0d59054
 SHA512 
ea7974c3e474c723042876659b01c0fdc8629db550b30b2086b87fe5e810581cf253c2af14cc5b85e569a15f326a855a1ca3fc38578f84accf2efac74d0a15ab

diff --git a/mail-mta/postfix/postfix-3.5_pre20200105.ebuild 
b/mail-mta/postfix/postfix-3.5_pre20200112.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.5_pre20200105.ebuild
rename to mail-mta/postfix/postfix-3.5_pre20200112.ebuild



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

2020-01-16 Thread Joonas Niilola
commit: 7937f51d4828a66920a03d0d6a5236ca0c6bba95
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jan 17 05:13:02 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 17 05:16:51 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=7937f51d

uid-gid.txt: align

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

 files/uid-gid.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index a5f3dfe..f05a0ce 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -230,7 +230,7 @@ ldap439 439 user.eclass
 collectd   440 440 requested
 firebird   450 450 user.eclass
 redmine451 451 acct
-vdr452 452 requested
+vdr452 452 requested
 vdradmin   453 453 requested
 deluge 454 454 acct
 mogilefs   460 -   user.eclass
@@ -244,7 +244,7 @@ quassel 472 472 acct
 jenkins473 473 requested
 varnish474 474 acct
 sogo   475 475 acct
-stubby 476 476 acctUsed by net-dns/getdns
+stubby 476 476 acctUsed by net-dns/getdns
 suricata   477 477 acct
 graylog478 478 acct
 openrct2   479 479 acct



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

2020-01-16 Thread Tim Harder
commit: bc79b90ef79e4bcc95f17263f7eccbb714a05eec
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Jan 17 03:29:06 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Jan 17 03:30:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc79b90e

media-sound/din: use edos2unix from eutils instead of dos2unix

Signed-off-by: Tim Harder  gentoo.org>

 media-sound/din/din-43.0.1.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-sound/din/din-43.0.1.ebuild 
b/media-sound/din/din-43.0.1.ebuild
index 1dda28bdfe0..b8471d76fd3 100644
--- a/media-sound/din/din-43.0.1.ebuild
+++ b/media-sound/din/din-43.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools xdg
+inherit autotools eutils xdg
 
 DESCRIPTION="a software musical instrument and audio synthesizer"
 HOMEPAGE="http://dinisnoise.org/;
@@ -14,21 +14,21 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+alsa jack"
 
-BDEPEND="
-   app-text/dos2unix
-   virtual/pkgconfig
-"
-CDEPEND="dev-lang/tcl:0=
+RDEPEND="
+   dev-lang/tcl:0=
media-libs/libsdl:=
virtual/opengl
alsa? ( media-libs/alsa-lib )
jack? ( virtual/jack )
 "
-RDEPEND="${CDEPEND}"
 DEPEND="
${RDEPEND}
dev-libs/boost
 "
+BDEPEND="
+   virtual/pkgconfig
+"
+
 REQUIRED_USE="|| ( alsa jack )"
 
 PATCHES=(
@@ -39,7 +39,7 @@ PATCHES=(
 src_prepare() {
default
 
-   dos2unix pixmaps/${PN}.desktop || die "Failed to fix desktop file"
+   edos2unix pixmaps/${PN}.desktop
 
use jack && (sed -i "s/-lasound/-ljack/g" src/Makefile.am || die 
"Failed to fix jack linking")
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/icu-layoutex/files/, dev-libs/icu-layoutex/

2020-01-16 Thread Andreas Sturmlechner
commit: ffe3088754fb5e071f7bb1f396ea875e198a87b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 23:45:40 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 17 02:50:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe30887

dev-libs/icu-layoutex: Drop 64.2

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

 dev-libs/icu-layoutex/Manifest |   1 -
 .../files/icu-layoutex-58.1-remove-bashisms.patch  | 224 -
 dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild | 110 --
 3 files changed, 335 deletions(-)

diff --git a/dev-libs/icu-layoutex/Manifest b/dev-libs/icu-layoutex/Manifest
index 852d3209dce..5b6c81f24b9 100644
--- a/dev-libs/icu-layoutex/Manifest
+++ b/dev-libs/icu-layoutex/Manifest
@@ -1,2 +1 @@
-DIST icu4c-64_2-src.tgz 24013250 BLAKE2B 
4a286e7a952f5faa74d942f6b6a73147a46aa10fe6d54d024e2d18d1e01056444d56118ded04b4fe084d6a0f9058d7d9e76973960ac8fe5bd9ee105d9e214318
 SHA512 
5ecb4c230ba45918747a1cf9aef86f555aa07d5b29b1d07ab674e8013f46dfb907a0e9d6945db41155f9dc3012fd94e1152ffc19f61a68b6dfcbabdcb8ae9d78
 DIST icu4c-65_1-src.tgz 24267934 BLAKE2B 
3c62781201c02a2b1027c9b6db4586f8ccdfb339c0765301a381242d5218f3503a1cdbdc1dc9a1a23ffa657096adc4bf7f0b7fe702461f14beba293a7e82e02c
 SHA512 
8f1ef33e1f4abc9a8ee870331c59f01b473d6da1251a19ce403f822f3e3871096f0791855d39c8f20c612fc49cda2c62c06864aa32ddab2dbd186d2b21ce9139

diff --git 
a/dev-libs/icu-layoutex/files/icu-layoutex-58.1-remove-bashisms.patch 
b/dev-libs/icu-layoutex/files/icu-layoutex-58.1-remove-bashisms.patch
deleted file mode 100644
index ef60ce4569b..000
--- a/dev-libs/icu-layoutex/files/icu-layoutex-58.1-remove-bashisms.patch
+++ /dev/null
@@ -1,224 +0,0 @@
-diff -ruN a/config/Makefile.inc.in b/config/Makefile.inc.in
 a/config/Makefile.inc.in   2016-09-09 23:28:18.0 +0200
-+++ b/config/Makefile.inc.in   2016-11-05 19:43:07.68848 +0100
-@@ -124,12 +124,6 @@
- # with usually. Many applications will want to add $(ICULIBS_I18N) as well. 
- ICULIBS = $(ICULIBS_BASE) $(ICULIBS_I18N) $(ICULIBS_COMMON) $(ICULIBS_DATA) 
- 
--# Proper echo newline handling is needed in icu-config
--ECHO_N=@ICU_ECHO_N@
--ECHO_C=@ICU_ECHO_C@
--# Not currently being used but good to have for proper tab handling
--ECHO_T=@ICU_ECHO_T@
--
- ##
- ##
- #
-diff -ruN a/config/icu-config-bottom b/config/icu-config-bottom
 a/config/icu-config-bottom 2016-09-09 23:28:18.0 +0200
-+++ b/config/icu-config-bottom 2016-11-05 19:49:00.854481361 +0100
-@@ -218,65 +218,65 @@
-   ;;
- 
-   --cflags)
--  echo $ECHO_N "${CFLAGS} ${ECHO_C}"
-+  printf "%s" "${CFLAGS} "
-   ;;
- 
-   --cc)
--  echo $ECHO_N "${CC} ${ECHO_C}"
-+  printf "%s" "${CC} "
-   ;;
- 
-   --cxx)
--  echo $ECHO_N "${CXX} ${ECHO_C}"
-+  printf "%s" "${CXX} "
-   ;;
- 
-   --cxxflags)
--  echo $ECHO_N "${CXXFLAGS} ${ECHO_C}"
-+  printf "%s" "${CXXFLAGS} "
-   ;;
- 
-   --cppflags)
-   # Don't echo the -I. - it's unneeded.
--  echo $ECHO_N "${CPPFLAGS} ${ECHO_C}" | sed -e 's/-I. //'
-+  printf "%s" "${CPPFLAGS} " | sed -e 's/-I. //'
-   ;;
- 
-   --cppflags-searchpath)
--  echo $ECHO_N "-I${prefix}/include ${ECHO_C}"
-+  printf "%s" "-I${prefix}/include "
-   ;;
- 
-   --cppflags-dynamic)
--  echo $ECHO_N "${SHAREDLIBCPPFLAGS} ${ECHO_C}"
-+  printf "%s" "${SHAREDLIBCPPFLAGS} "
-   ;;
- 
-   --cxxflags-dynamic)
--  echo $ECHO_N "${SHAREDLIBCXXFLAGS} ${ECHO_C}"
-+  printf "%s" "${SHAREDLIBCXXFLAGS} "
-   ;;
- 
-   --cflags-dynamic)
--  echo $ECHO_N "${SHAREDLIBCFLAGS} ${ECHO_C}"
-+  printf "%s" "${SHAREDLIBCFLAGS} "
-   ;;
- 
-   --ldflags-system)
--  echo $ECHO_N "${LIBS} ${ECHO_C}"
-+  printf "%s" "${LIBS} "
-   ;;
- 
-   --ldflags)
--  echo $ECHO_N "${LDFLAGS} ${ICULIBS} ${ECHO_C}"
-+  printf "%s" "${LDFLAGS} ${ICULIBS} "
- # $RPATH_LDFLAGS
-   ;;
- 
-   --ldflags-libsonly)
--  echo $ECHO_N "${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} 
${ECHO_C}"
-+  printf "%s" "${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} "
-   ;;
- 
-   --ldflags-icuio)
--  echo $ECHO_N " ${ICULIBS_ICUIO} ${ECHO_C}"
-+  printf "%s" " ${ICULIBS_ICUIO} "
-   ;;
- 
-   --ldflags-obsolete)
--  echo $ECHO_N "${ICULIBS_OBSOLETE} ${ECHO_C}"
-+  printf "%s" "${ICULIBS_OBSOLETE} "
-   ;;
- 
-   --ldflags-toolutil)
--  echo $ECHO_N " ${ICULIBS_TOOLUTIL} ${ECHO_C}"
-+  printf "%s" " ${ICULIBS_TOOLUTIL} "
-

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

2020-01-16 Thread Andreas Sturmlechner
commit: a7228509a3911a2988bf0e5b9415fec49488c86b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 23:44:53 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 17 02:50:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7228509

dev-libs/icu: Drop 64.2

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

 dev-libs/icu/Manifest |   1 -
 dev-libs/icu/files/icu-58.1-remove-bashisms.patch | 224 --
 dev-libs/icu/files/icu-64.2-extern_c.patch| 789 --
 dev-libs/icu/icu-64.2.ebuild  | 143 
 4 files changed, 1157 deletions(-)

diff --git a/dev-libs/icu/Manifest b/dev-libs/icu/Manifest
index 852d3209dce..5b6c81f24b9 100644
--- a/dev-libs/icu/Manifest
+++ b/dev-libs/icu/Manifest
@@ -1,2 +1 @@
-DIST icu4c-64_2-src.tgz 24013250 BLAKE2B 
4a286e7a952f5faa74d942f6b6a73147a46aa10fe6d54d024e2d18d1e01056444d56118ded04b4fe084d6a0f9058d7d9e76973960ac8fe5bd9ee105d9e214318
 SHA512 
5ecb4c230ba45918747a1cf9aef86f555aa07d5b29b1d07ab674e8013f46dfb907a0e9d6945db41155f9dc3012fd94e1152ffc19f61a68b6dfcbabdcb8ae9d78
 DIST icu4c-65_1-src.tgz 24267934 BLAKE2B 
3c62781201c02a2b1027c9b6db4586f8ccdfb339c0765301a381242d5218f3503a1cdbdc1dc9a1a23ffa657096adc4bf7f0b7fe702461f14beba293a7e82e02c
 SHA512 
8f1ef33e1f4abc9a8ee870331c59f01b473d6da1251a19ce403f822f3e3871096f0791855d39c8f20c612fc49cda2c62c06864aa32ddab2dbd186d2b21ce9139

diff --git a/dev-libs/icu/files/icu-58.1-remove-bashisms.patch 
b/dev-libs/icu/files/icu-58.1-remove-bashisms.patch
deleted file mode 100644
index ef60ce4569b..000
--- a/dev-libs/icu/files/icu-58.1-remove-bashisms.patch
+++ /dev/null
@@ -1,224 +0,0 @@
-diff -ruN a/config/Makefile.inc.in b/config/Makefile.inc.in
 a/config/Makefile.inc.in   2016-09-09 23:28:18.0 +0200
-+++ b/config/Makefile.inc.in   2016-11-05 19:43:07.68848 +0100
-@@ -124,12 +124,6 @@
- # with usually. Many applications will want to add $(ICULIBS_I18N) as well. 
- ICULIBS = $(ICULIBS_BASE) $(ICULIBS_I18N) $(ICULIBS_COMMON) $(ICULIBS_DATA) 
- 
--# Proper echo newline handling is needed in icu-config
--ECHO_N=@ICU_ECHO_N@
--ECHO_C=@ICU_ECHO_C@
--# Not currently being used but good to have for proper tab handling
--ECHO_T=@ICU_ECHO_T@
--
- ##
- ##
- #
-diff -ruN a/config/icu-config-bottom b/config/icu-config-bottom
 a/config/icu-config-bottom 2016-09-09 23:28:18.0 +0200
-+++ b/config/icu-config-bottom 2016-11-05 19:49:00.854481361 +0100
-@@ -218,65 +218,65 @@
-   ;;
- 
-   --cflags)
--  echo $ECHO_N "${CFLAGS} ${ECHO_C}"
-+  printf "%s" "${CFLAGS} "
-   ;;
- 
-   --cc)
--  echo $ECHO_N "${CC} ${ECHO_C}"
-+  printf "%s" "${CC} "
-   ;;
- 
-   --cxx)
--  echo $ECHO_N "${CXX} ${ECHO_C}"
-+  printf "%s" "${CXX} "
-   ;;
- 
-   --cxxflags)
--  echo $ECHO_N "${CXXFLAGS} ${ECHO_C}"
-+  printf "%s" "${CXXFLAGS} "
-   ;;
- 
-   --cppflags)
-   # Don't echo the -I. - it's unneeded.
--  echo $ECHO_N "${CPPFLAGS} ${ECHO_C}" | sed -e 's/-I. //'
-+  printf "%s" "${CPPFLAGS} " | sed -e 's/-I. //'
-   ;;
- 
-   --cppflags-searchpath)
--  echo $ECHO_N "-I${prefix}/include ${ECHO_C}"
-+  printf "%s" "-I${prefix}/include "
-   ;;
- 
-   --cppflags-dynamic)
--  echo $ECHO_N "${SHAREDLIBCPPFLAGS} ${ECHO_C}"
-+  printf "%s" "${SHAREDLIBCPPFLAGS} "
-   ;;
- 
-   --cxxflags-dynamic)
--  echo $ECHO_N "${SHAREDLIBCXXFLAGS} ${ECHO_C}"
-+  printf "%s" "${SHAREDLIBCXXFLAGS} "
-   ;;
- 
-   --cflags-dynamic)
--  echo $ECHO_N "${SHAREDLIBCFLAGS} ${ECHO_C}"
-+  printf "%s" "${SHAREDLIBCFLAGS} "
-   ;;
- 
-   --ldflags-system)
--  echo $ECHO_N "${LIBS} ${ECHO_C}"
-+  printf "%s" "${LIBS} "
-   ;;
- 
-   --ldflags)
--  echo $ECHO_N "${LDFLAGS} ${ICULIBS} ${ECHO_C}"
-+  printf "%s" "${LDFLAGS} ${ICULIBS} "
- # $RPATH_LDFLAGS
-   ;;
- 
-   --ldflags-libsonly)
--  echo $ECHO_N "${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} 
${ECHO_C}"
-+  printf "%s" "${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} "
-   ;;
- 
-   --ldflags-icuio)
--  echo $ECHO_N " ${ICULIBS_ICUIO} ${ECHO_C}"
-+  printf "%s" " ${ICULIBS_ICUIO} "
-   ;;
- 
-   --ldflags-obsolete)
--  echo $ECHO_N "${ICULIBS_OBSOLETE} ${ECHO_C}"
-+  printf "%s" "${ICULIBS_OBSOLETE} "
-   ;;
- 
-   --ldflags-toolutil)
--  echo $ECHO_N " ${ICULIBS_TOOLUTIL} ${ECHO_C}"
-+  printf "%s" " ${ICULIBS_TOOLUTIL} "
-   ;;
- 
-   --ldflags-layout)
-@@ 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/, app-office/libreoffice/files/

2020-01-16 Thread Andreas Sturmlechner
commit: 7156ff0cfa6aa70d6baece38d6cb2767fe18d8cb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 23:42:07 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 17 02:50:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7156ff0c

app-office/libreoffice: Drop 6.2.8.2

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

 app-office/libreoffice/Manifest|   2 -
 .../files/libreoffice-6.2-ldap-optional.patch  | 178 ---
 .../files/libreoffice-6.2.8.2-poppler-0.82.patch   | 123 -
 app-office/libreoffice/libreoffice-6.2.8.2.ebuild  | 554 -
 4 files changed, 857 deletions(-)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index ef8dbf6702a..1083824bebe 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -3,8 +3,6 @@ DIST 185d60944ea767075d27247c3162b3bc-unowinreg.dll 12288 
BLAKE2B c067f60d0ee325
 DIST 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip 9796 BLAKE2B 
a30b0225313b23092bc57ccd989f26ea04a323dcb17a0ea8baaa6a21b5d5e2b6e29fcae9d18ecd043073030e104ad56c86a115760590f57eda86c22c9fe478b0
 SHA512 
4a48f1e32907fb2dee601cda3cd7a0d7198b2d51f2a572b647f1e93f901fd511eef3567676e52dfb1723a2cdfbc01f2015ca0bb22903b0bc1476dd618cc9aa8a
 DIST 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip 1521926 BLAKE2B 
d2769842c180997055648a8b1a33cc89988b74628bad8aa012242e0c1afa5b5b8568323c107187072207ee69bd841ba4ca3bbfe27ef65223ddc729d1a1aa6590
 SHA512 
ec5ae23c8fe2f5efc377f7a9665039afadf28b4d8f2791379296766a5fbc9a3bf7548f9b0e3b3b07762229ec733a92ccbb69791ee0318c9c6f78f8e847253d3f
 DIST a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip 23150 BLAKE2B 
51db6bd90585b13857ecb494c805c9fb6874e1e65d7aee73d23e1716670836a14b376bcca810f96fd55b0ed653b2660a268030f246c822cbb04f867ef763a3b3
 SHA512 
2d3835f7ac356805025cafedcad97faa48d0f5da386e6ac7b7451030059df8e2fdb0861ade07a576ebf9fb5b88a973585ab0437944b06aac9289d6898ba8586a
-DIST libreoffice-6.2.8.2.tar.xz 215070800 BLAKE2B 
d6bc1e94de1df4dd20dafaeac9702435f305fe15117e8aee02233c6d2e74423bb475aeaf79ff6dcd30e22d69a5d6f0648218819b08003524a2c7b1db340281c4
 SHA512 
cf1dd708f10ea4b9a3134851cad45fe91c1d535e2b2068f7e65f1cb1bf4076c5c41ec253f628c5b912590e91ccfe16f5c8bcf39bc92df2ec7c8aef84210349bd
 DIST libreoffice-6.3.4.2.tar.xz 225632492 BLAKE2B 
587fe7e6298ded60fa08963f572733eb8e387c00b428201bb6f1de7eddcf9d9ee97438231ed3f961bd22628bde0fd9dfeacb63febdc566cde781bcebb9c9a71d
 SHA512 
2ed687ae805da36635419729066a2924f1e38a6b0f8d2692c42b366450a261012adfcd8a5d7915d9cfd292d07519fc32c596cdb56d7be6b12a49618b18d6f3d2
 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 BLAKE2B 
f03c7ddeb53c5ca3fd23401679601fcf2c4037ba17be4eb7b784c7ce7ebb71a24b8ab4aac8b7da8c6b1f14dd23bc1294ba85ff4f70ad271fb4ee3c5372e10883
 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
-DIST libreoffice-help-6.2.8.2.tar.xz 13024032 BLAKE2B 
524ba3ff77670afebf8be4724b5e54f9b157582cfcac8640e2184b8ae24c8e5e01b924415949f1756c18e2d54b8eab7efb78c979321e50b6d52b741ddd49
 SHA512 
c1f5b1b3c50da0a47a9724c9fc3544a15b7df72e66c5c2008afeae7732e2b29f0e57e64ce9a216c3237acdb4345715525f32be290f3196ba6e28685fa6c0925c
 DIST libreoffice-help-6.3.4.2.tar.xz 13191636 BLAKE2B 
c1696efa0ec9fef9dbcc0c0388de8a384484af1453d200e08820ba910cdcb65638b189566a19868281fd1777213812fde06adb07c1a662302eea1d0a791ff5a0
 SHA512 
8c74c82c7d73adb1523300d1f7500769f5a623fdba60b440a63c122cbfeb631a6a34ecbcb115b0154a6957be1918306f7d0c1f465030f8e8cfd5c9a1acad17c9

diff --git a/app-office/libreoffice/files/libreoffice-6.2-ldap-optional.patch 
b/app-office/libreoffice/files/libreoffice-6.2-ldap-optional.patch
deleted file mode 100644
index c9268973252..000
--- a/app-office/libreoffice/files/libreoffice-6.2-ldap-optional.patch
+++ /dev/null
@@ -1,178 +0,0 @@
-From 6776c53b7ce2e431d8636f4e5a755f50f787ec8f Mon Sep 17 00:00:00 2001
-From: Andrew Udvare 
-Date: Tue, 8 Jan 2019 04:53:51 -0500
-Subject: Make LDAP support optional
-
-Change-Id: Ifbd3903494a81e7b155bf6468f6ca2c50b3370a4
-Reviewed-on: https://gerrit.libreoffice.org/65958
-Tested-by: Jenkins
-Reviewed-by: Markus Mohrhard 

- Repository.mk |  2 +-
- RepositoryExternal.mk |  3 ++-
- configure.ac  | 24 ++-
- connectivity/Library_postgresql-sdbc-impl.mk  |  2 +-
- extensions/Module_extensions.mk   |  7 ++-
- external/postgresql/ExternalProject_postgresql.mk |  5 +++--
- postprocess/Rdb_services.mk   |  2 +-
- 7 files changed, 37 insertions(+), 8 deletions(-)
-
-diff --git a/Repository.mk b/Repository.mk
-index 4ae8528..4d8389b 100644
 a/Repository.mk
-+++ b/Repository.mk
-@@ -389,7 +389,7 @@ $(eval $(call 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/

2020-01-16 Thread Andreas Sturmlechner
commit: f7af0aa7eebad6c7465100a27010ad58f3df007a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 23:42:27 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 17 02:50:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7af0aa7

app-office/libreoffice-bin-debug: Drop 6.2.8.2

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

 app-office/libreoffice-bin-debug/Manifest  | 12 ---
 .../libreoffice-bin-debug-6.2.8.2.ebuild   | 87 --
 2 files changed, 99 deletions(-)

diff --git a/app-office/libreoffice-bin-debug/Manifest 
b/app-office/libreoffice-bin-debug/Manifest
index 9457afba401..9573c48041e 100644
--- a/app-office/libreoffice-bin-debug/Manifest
+++ b/app-office/libreoffice-bin-debug/Manifest
@@ -1,24 +1,12 @@
-DIST amd64-debug-libreoffice-6.2.8.2.tar.xz 1642014084 BLAKE2B 
40d13fbcc3ce16eb52ce88455c06d7252f4dd486704191f8a132dfd5532e96cb3fdb835137c1cc96ae7d7c62a01bc1c817b48e791ee52a2f52d7da9d3fccc212
 SHA512 
6e4fc5e3a2335403701d0589f8693507713eedb896bc3eb23dc2cc4ba5817362e8dd4a41bd705fbffd8df253a5b23c77e1cf603df53952bb8d9b541445bc45d5
 DIST amd64-debug-libreoffice-6.3.4.2.tar.xz 1581963020 BLAKE2B 
457d29040c129e4a9425b11c74437813be10f840291c0b675d687226f2f82030fb42140f2ed6828768f48b2574b18c5eb96423ce56ae6b29c5112ca442467b4f
 SHA512 
64bdf5fbb08276e5d34d0a5f7fea43f4ae07e443f48b64721dfef9ae7ac237aafcc043b4facbcc4d5fc93de1a1558c559add244661ed1b578dc61dbaae8bdf1e
-DIST amd64-debug-libreoffice-gnome-6.2.8.2.xd3 1609778 BLAKE2B 
dedb6cc6c2b05ec4514e3bedda54cbf2dc507a8ee85289b3f847aa6786bce46a916ddf6b63256e66fe55707ec8b960d90634feeb4a19668d015cd1f21610a5b3
 SHA512 
239efa94c35a7ff313d607d5aa237b387f55d72c958efc4819a8bd31bc986d931c7e6131317c8daf10f5be3b002d728fb3441b3442948d36c9c00dabfdd31cf0
 DIST amd64-debug-libreoffice-gnome-6.3.4.2.xd3 1634833 BLAKE2B 
125ec2babfa430940e1eedd02ac20ea5331ebdcc7e24175671c80848f1a5e388555b07afa0618c9a443247bbce6d852bf2ea5ff1c4fca515b623e3202e1ed935
 SHA512 
6cc6893bbe3d6c852e0d407c6a3e94b76910161e115b4f84f254f30ad2fc609571fc1af98822f30d2f54ca3a6e1c8f963e89868f17422a6c0278f6e80ba91d96
-DIST amd64-debug-libreoffice-gnome-java-6.2.8.2.xd3 858666487 BLAKE2B 
f70a02ef90049c1e209fd5f9847c538f726a52a893ee4f404731d4b5a154508d7739f70f2f221431d6df5518a4f19eb25c1c950d597c56ca621f50cd1062c71b
 SHA512 
bffcb1b9d0eea6d86489ec3cd72ffc5481b57e2b8ab2e79bd0c8a177e2c50a5f628bc55470678603c086a79876e0383d20e0daa55425394901d8ad5fa4b3185a
 DIST amd64-debug-libreoffice-gnome-java-6.3.4.2.xd3 783362580 BLAKE2B 
8d45422533ab257c5e6ad51cee7da492a23f7244f40146b55ad151422a9ccd43bf33c19f9c38e3362b629760125a8430d5175e7f85be377a258e4c481d6ed878
 SHA512 
fdb1adb08c7df3364ac0b90ee8f16e970a94d7e0bf981e338122250258fd4cc53a9913013d54361169f3e10dfae8e1ba590fd3529a71195c661c252267456f73
-DIST amd64-debug-libreoffice-java-6.2.8.2.xd3 857026842 BLAKE2B 
96ff47f0fc56ae09f9e3e081c4d0379301ea06a056da9be6d24400b2711ba14e07993d0d245917e45e81c4dbdc7e7cf02026686f6d1b00243adbb27e3e006550
 SHA512 
3bf2a8b8f49bc6b37d6ea1d7e78f1bb0dcc5232e3837b34029341a4fdbc13e79845afb31a0bd31b132c4dcc95320cad72f3b087cdacfe2e6fde5400e6c40f456
 DIST amd64-debug-libreoffice-java-6.3.4.2.xd3 781722382 BLAKE2B 
096a56ae8be46fc5b05f6d11deb4e4e33db6c50eb3f97720ddd30666a12d8b477c391855d3ba1b6780ba34a9fb1a1ed6d5bb68b0049b9eee09ec6b383d30c62a
 SHA512 
91c5641007cd37bbe26fd9ada674bae8f8d3c5cd182d2ec8b005acfe2cc895aae24174751f4a7c089f447bf5c26e654eb8404a47bc55fb344489374dade8e75c
-DIST amd64-debug-libreoffice-kde-6.2.8.2.xd3 462401347 BLAKE2B 
a3ced18dd28a95a3de37f0d45687c94e7f06854e3e5a17505d14e07e4799cb5c176fa0b472a6ed9bf0701337d19e899a3d23d5dbf60584bf6c4b3e2e40019796
 SHA512 
89f14e53e3371c512083612d9b2891c2f971301482aba4cae64ce2ebae87c7d4b2b521e25753cd8dd69313ceb34ab845a5696304c295ebcd56e7758c13aec340
 DIST amd64-debug-libreoffice-kde-6.3.4.2.xd3 480580759 BLAKE2B 
55fc612e56bfff7710216670af11e8b2711daacb1af6a9bf20e124f9efe3eb928dd543ab44a7ac3754d439040c12d445eb3921ea9d54484d9ffcf3ab85dceb36
 SHA512 
8dc2c5b53a8dccac789ad0fb4ea88fb3191348870b1f8d94800e3cbbb468d85dd6bc0eeedd1cec28f03e8c97eaf9fd0f980170dff80a8f14d3a1a5e0e5129478
-DIST amd64-debug-libreoffice-kde-java-6.2.8.2.xd3 862023938 BLAKE2B 
5c19e18aa0a96e54fd664c01102e2315c0c008d3fe6c030cc01f92f72364616183267dd8cc8febb05b7a8be5842dcff4a72c4b418395073d49292fddebc30b65
 SHA512 
2094f528396b85e20bbf40970e1ca762f820514d76f39175043e6d613036b4c4db941279cad19b0c1d4f89a65693d2d70ae9c65660e03b2d1f6cb7c16ffed40f
 DIST amd64-debug-libreoffice-kde-java-6.3.4.2.xd3 785403537 BLAKE2B 
13e20b78c161ab08cf6b4b8f065a9e21ae81ef8fe6e749909d7da639ff2eb7b881f39efb3e036fd450c8d9f579d645f7ee89ca880cb83d08d96f72b79e39aa74
 SHA512 
d2150ed588ae8ab8f45a44ff96725d9735437750a690e39a4b4b58c438f425c6b77cc97caf6c3d403016eb00cb6e13b6a6c5ad9c39a6ce29f3a0e9ab46b79b66
-DIST x86-debug-libreoffice-6.2.8.2.tar.xz 1602844880 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-l10n/

2020-01-16 Thread Andreas Sturmlechner
commit: 38702a1fe2b44c401e3d606f11c0798af974e73d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 23:43:27 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 17 02:50:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38702a1f

app-office/libreoffice-l10n: Drop 6.2.8.2

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

 app-office/libreoffice-l10n/Manifest   | 168 -
 .../libreoffice-l10n-6.2.8.2.ebuild|  91 ---
 2 files changed, 259 deletions(-)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index 22b9b247c02..93f8345d015 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -1,171 +1,3 @@
-DIST LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_am.tar.gz 2494426 BLAKE2B 
fc89ff22d56871c8bdf347f8cf3ef839b33c3c700ac02ae53d3b727123d7d6adf13a57454a551fbd7a9ab8650acbdf95f1033ecf81b6d39ccfca804dfeaf3606
 SHA512 
4d2122c6c80a4ea742a8731a98eefd4191b000edc2a5d0ac0af353c7487aefa4a37fd65d1d03daa1f2952b3ae83778e9d88f2a55e48bc26ba997aef25ca04ed8
-DIST LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ast.tar.gz 2388900 BLAKE2B 
802936f84418a50a9abb51085ba2f3dd8f458eb40a9bf0480312d89bbc7770e1444b425e1513243a37d940a02556d8addb8e638b092344ee6db21ff0a3df795c
 SHA512 
bca9c25d52c7563182be78e51e9126e94862d49ebfd0c77bf3c20c4d54127ed9a8443222a9a8b867442818767393b49e786460f8937921717e9160c1ec2b30c8
-DIST LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bg.tar.gz 2567538 BLAKE2B 
8613c1cb30ab258a4598a17f29cc1b99809bbd6f7024e19ebcef79ee8247c324cdf6737c5c4b347f2d462bff1aa7b26960aecdfd63a49fa584d2379fc06a9ecf
 SHA512 
4f9ae6ef4f143d23b3e55be216711f045cb73ed0c2c942ca0120a6d13abc575069d1fb484ad8f1746b7fdfa3ad6933d5bda4aa5c8cf1cf5d3cf000a134099cd7
-DIST LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bn-IN.tar.gz 2578914 BLAKE2B 
4c83f0da2b858828ae4e3cfcae5234db7ce6077b5f41ea4d8086b84773c1d08e540bddd4959a13bdc9789e972dd05aea2a357624e8406000e29e3e230fda5a87
 SHA512 
1ac3adcc5fecebcd70e3a1c05bc19944418f6f0c477e1b9493b1d48c54edf243c2ece921e6c44473281187b51b5083f8a2b6bc05b2e6e7bb025487df370cac7a
-DIST LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bn.tar.gz 2561182 BLAKE2B 
cd0d32149830e9fbf2b9fc41d645b78601e6687ce5b61aa115b78806bba80552219b2497eccf267d804bd68c3c04dc3b1d56aa1dda834ffb6fd500d0218fce3f
 SHA512 
457cde86812bf67a72d5074848152d2cdc079eb6a6abef000449632011d69a56b54990bd744e6d0f17dcbeffce32d1ceaebbfe41414dd248d9e0e4f92adaffdb
-DIST LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bo.tar.gz 2576710 BLAKE2B 
dd886462751b3ca3f4a8db667c9533d6ec8cbf07dc010fcc60c408a37b2301758b995757e85320e9630a3b2c74e28d9c23d912c061588f2f5df797874362b9c3
 SHA512 
6cf68025973e9f8b97fed26dbda87e23cde6122859421846def0f5a3b9bb3a5ae3ac29c40bbf1f0109f0c58ca61584b249af171bd4fb3d6bf916b684f84c5de7
-DIST LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bs.tar.gz 2302244 BLAKE2B 
3495accdefcbea1f9bfa69f67cbd08d886d6024bdd7cb242bc0a1676e6068a7ff6dcedf643f9448a03e915655f856730309ee527995c12e40e9feb6170fa03fc
 SHA512 
fa585dfc3469b0187ac85671a63aaac422edd9c822b2372c780bbc0a809c0ec6efd5c9a3fb8b096c61a0a9ed90b715b2707fc89109902e9a12a68107cc39
-DIST LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ca-valencia.tar.gz 2380577 
BLAKE2B 
e7293a58f0e2be91a4412c743a227cf961adee0b0e5ecc71f92c8a4b0daeb26d03ec6293e39b78a6debcda75db7fd1766df789ce493247e30e5bd20c544558e1
 SHA512 
7c618745391b32acf7ac62d9de212a98d18a310116e41cf74047ff8a60c3d23e0b1b49f1d9c0438789ebcbb470dcd14479b9a5d73f75816009a34914a3bdca55
-DIST LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ca.tar.gz 2366256 BLAKE2B 
6cf4e79f799a9219c36b5406d10bbb0d33e7808d35c66121a67dc3e81816b3dd432fcfc132a15f10e7c91a865aca7e9e25544dc6c9a630829ef20960abfa1b78
 SHA512 
6ae330dee0788b219e64edab67a59e6efa2620b3251982bcfabfd8b1514a5bd598231d88ef58fcc816ed46b7da1df04bb32feda915d3904eb8fb64857804b257
-DIST LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_cs.tar.gz 2362430 BLAKE2B 
92aa160bd7466f81ef01e83446843bcb0a1aa16d45f48805d5e7350eb22837e3a767954fe5935ccde372d751f8ec3575f5fbae40bc336701ed4a964b06bdf3db
 SHA512 
536432d6210e072acc18e155b4382d342959f678bf91ae8572a7dbc656118119ea2335d95854380e9bef6857cf6a56633881278ae1b6dd6f20160b6aaf048c4b
-DIST LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_da.tar.gz 2328530 BLAKE2B 
396956bfa717189fae7cdd85b1b5d902047f8a4d60e9043c1efef83b4f72fda6e175bb8077cefa7e8099c806e342ce8ef0eaa1f42eb7ccbe12555f273d34d787
 SHA512 
21b762ca2204f56e8726c08053a8ce5ef1bc391d78daa87fd8fa69a88f3d43dc1e1406ca8802f6d7ef55e12ff42039aaaf0798431a9ab5f9930e8e9b498baf22
-DIST LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_de.tar.gz 2422553 BLAKE2B 
f3e28ac8d2cb2f74cae15cfab23e540f24501cbee24dcca6ff6844eb0daa20b53bf702234d1e95f290ac3b06407e2c1902a627ef521fbb6fd827c38bc9d6f18a
 SHA512 
49b15f520912ab9be7759696f2dd5c2ca47910519a4ae8a7c50c397a02986add142d407109cb71d16d501b283bcd59ad860d73f04be365226e8313e1c37106c3

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/

2020-01-16 Thread Andreas Sturmlechner
commit: b9c210500b070086a72d1ed8b304a8c423ddc3c7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 23:42:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 17 02:50:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c21050

app-office/libreoffice-bin: Drop 6.2.8.2

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

 app-office/libreoffice-bin/Manifest|  12 -
 .../libreoffice-bin/libreoffice-bin-6.2.8.2.ebuild | 257 -
 2 files changed, 269 deletions(-)

diff --git a/app-office/libreoffice-bin/Manifest 
b/app-office/libreoffice-bin/Manifest
index 13124b7f726..bcc60557f0c 100644
--- a/app-office/libreoffice-bin/Manifest
+++ b/app-office/libreoffice-bin/Manifest
@@ -1,24 +1,12 @@
-DIST amd64-bin-libreoffice-6.2.8.2.tar.xz 104308312 BLAKE2B 
417a04efdf839e27a63bf63bafccb57c4eec644f73a2e2651a11e8b61540c81e6a4235c4ae3f903ae155927876cf9ce23e8d12178527196cf44ad267b973e693
 SHA512 
bec10c3ca57cdef43e6ad580e1a69c7d419d523a4268d484497f067b3e6387e905dc8e98606fc749442c32ec6c36046576a0e237542acdccb9c2add679f2ab4b
 DIST amd64-bin-libreoffice-6.3.4.2.tar.xz 120383964 BLAKE2B 
2e03acd9de791650263609a370ea7c0ec2ae4af3086f937f9160f17523fe1f2ef9727e1e630875cac24bd28d30d91d88c8e6ea5c227b57705c3af8691ba624ee
 SHA512 
c369cd02b81fba3682080ad99a6f039bd2c99ffa7fe299b1b1e59eb998a712d0c9be1d96e953e37acebe1e1b9e7d94ed7ae143742ed1da4aeb68c5ec081be736
-DIST amd64-bin-libreoffice-gnome-6.2.8.2.xd3 811884 BLAKE2B 
56f33945bad7912cd0aeba5adb19c4086b96f1d01dc11d389da3758a77ddd229ba671ba779c8febe2887ab790e991c8ad44a885b34d8956e8bc41f17e3763ab2
 SHA512 
9b14f9db785ceb59cb8ff193bbcf59bae8ef52d5295c4f505aeed57e6d7d14f2ef2c805e145bb7a598e963dfbf1de6cfa1532c2d38e7ea6843fc808e8513cec2
 DIST amd64-bin-libreoffice-gnome-6.3.4.2.xd3 1044405 BLAKE2B 
f3e0822f7f6254fc63b5f794f89864d6609a08d3f708847bd0c2153a3910b481f042273a929bfd813d613ed7c84c862f6b00222f072393a7395b5f6dbfdc995a
 SHA512 
95113bd128851d3b61361fc2c0b4ef00e676fa9cec8607e08573bafa02c8a9034c590b2e56c5deba607659dc4ebcc0f27373969792f9db29f10f92fc5042ef77
-DIST amd64-bin-libreoffice-gnome-java-6.2.8.2.xd3 29523177 BLAKE2B 
c9104ade23ccfdeb4feeabf5ababd7de0c3609cf3c607e80c1226a75a3b7cc7b88f0e997592c6fabea05f6b5043cca7f118a1326f1eec2978b444584cf88e6f0
 SHA512 
ca4edac5a9c72b913a37ef09099a089546e450101cf87a56c5e65b959a67c02ce37c4167e5c1220bdfb0a181a2511f3df68d1ef36c4c0eb97d37fd56876b
 DIST amd64-bin-libreoffice-gnome-java-6.3.4.2.xd3 28710042 BLAKE2B 
d2ec91775f4225e38b424365d96b3b3be288a27b71f59f4b3fbdc6b6ac1304aa79c881dfa0c1119d519c697cf397504a9d57f383fd5afac158d4dc201f154cc6
 SHA512 
f4ef915a1eef9658ae1200adf2374646f5a8d117dba5f169920d0a662e8e16fa8e700f726bdd5cc9913973c0d5d55a61f303d2b13cd8c3372159ebb19308601b
-DIST amd64-bin-libreoffice-java-6.2.8.2.xd3 29390594 BLAKE2B 
301566a9fefcf8c0ffcff02df78598c066fde089e39cb13c7ebfdf82e6f7d294a013d2ec3758315bcbde0ed2466d645e0e096a9264cbc4caf77df5ab24e22e88
 SHA512 
c00f63a713ee32e941486ebe4573a11bd939fa91cfb618a4f66916b8aa6f82382d5b3db9ea6cf92fefdbaadb48c18ec4465418ab3806b8d2a8156d22e9471e3e
 DIST amd64-bin-libreoffice-java-6.3.4.2.xd3 28561387 BLAKE2B 
e4524e07151178167c4e60442b04d665fcf3d10e2a9ae1226d23cbe86e04a3ac2fb8026f2dc17723e747cba54684ebc525c23a0950a57fff7c77bb602f7d7307
 SHA512 
11cf85d0ef3fd88be747ff324b211cd3ae2e4432b1a8e6d54f4308d0e2f86df209fd26ce4e2309c8c406e655ee217852c817cc46bab1a1135e61020177081c7b
-DIST amd64-bin-libreoffice-kde-6.2.8.2.xd3 18180052 BLAKE2B 
487fcdd3560d0f3455d1418421492cdb87984c4cbea9ed0dcf021acd6e880fa867dc04ba2b3dd360e8f872ad2580ae8a9cab0c5d1958fd0b9b3df236389ff865
 SHA512 
4eb038394dc5b2cc9a65b1e2d254779294008e57cee1fb7663aef7b04bebde3e1633bec5f79a1bab70c5778fea01d78815dff37036212095c737249bc21cd945
 DIST amd64-bin-libreoffice-kde-6.3.4.2.xd3 17993497 BLAKE2B 
9be9c0190f0fe2ca56bc470d27938a6a199b384847252027e7b4573bd00370a57d685dcc45f62a30766d3a7f97366e8754a34f426f2cfee4c2669dfa0c37eebf
 SHA512 
7ef1be0c8d837e8ffb88ab03dbbbc0bfeb7442f81e695a7325b7c130e3175a3b8cf22aa71fbf8e175684fd0e39259c17621b6b0dac7f6681c63ca497888ba59c
-DIST amd64-bin-libreoffice-kde-java-6.2.8.2.xd3 29672937 BLAKE2B 
43cd3e217bacda3a049a9ffd818fbc6773c810d47e4052997ced8622741acea9fb749ce984b7cf7036e63b8ac25bbb16ab5d5fda871df10eb564c4fd993d2837
 SHA512 
fdea6190c8ef83935007377e9e25fc6bf8985606137d7d12575c45392ff6fadf60fbd0c027575114cd8755130549c1208c87225931618ac076aac1b74cfec923
 DIST amd64-bin-libreoffice-kde-java-6.3.4.2.xd3 28568852 BLAKE2B 
649a4d3d4191a8806c7ad047c5ef47f4516ffeaa111646b72dce5bc10a5a5aab9b5feec2c93c6cb2479031dd5d3d464869d63093a5c0254ac6e58feae6439e71
 SHA512 
c9c1c30ccb279351a00e2389a47dff6468abfe0d28fb2afb1a94e68631601bbb89f83192bddee55b8c155959e92259b1b171409e846b8be6f761041452196ede
-DIST x86-bin-libreoffice-6.2.8.2.tar.xz 106649560 BLAKE2B 

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

2020-01-16 Thread Andreas Sturmlechner
commit: 7ec605c4b65aee2fa1981227c221502063c252d4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 17 02:32:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 17 02:38:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec605c4

dev-libs/zziplib: Fix multiple security vulnerabilities

- CVE-2018-7725
- CVE-2018-7726
- CVE-2018-16548
- CVE-2018-17828

Patches fetched from openSUSE, many thanks.

Bug: https://bugs.gentoo.org/614040
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/zziplib/Manifest  | 1 +
 dev-libs/zziplib/zziplib-0.13.69-r1.ebuild | 6 ++
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-libs/zziplib/Manifest b/dev-libs/zziplib/Manifest
index 75d60a5e23b..9c8fa1075fe 100644
--- a/dev-libs/zziplib/Manifest
+++ b/dev-libs/zziplib/Manifest
@@ -1,3 +1,4 @@
 DIST zziplib-0.13.69-html.tar.xz 152536 BLAKE2B 
05f14b2e6d2e3af4488096eabc1614222cb9607e832618e7534cb55a022f2ba3d2c6f8c6337f4bf9e80a350e43eb05a4c1708b63efa5e0ed10297a5f19ec7adb
 SHA512 
211a83594d4043a29472f9c556d72ad486e40f28d55426b970b8b0617aca76f9dcbd4a3ca5991df943dfac1a1cab623b19aa04fb6ef7807a7740730e01926205
 DIST zziplib-0.13.69-man.tar.xz 10988 BLAKE2B 
2c3c5cfd17b3d3e17a3e72031b2246e32c9fe471b9578a4717c128725493054ceafc34763a763d31cf5532f082a596a6bceb8e417ef70476a59f4daa0a14b587
 SHA512 
5a804896a2d06b1d32d6b8715ffdb374ff7179145d033e919acecd46426dad3e44d4889adabce33e7f6bbc18e2b70b50a8a059498bf4f1f3d6844dda90c33c7e
+DIST zziplib-0.13.69-patches.tar.xz 5000 BLAKE2B 
4612052bb8a312831daec9283cad8593b2161e2acd76122a982339154cd76d58b5398c61f605e3e29e0f63399c9a176710f95a1e6632ff4e1249ac596978006b
 SHA512 
16190e20b8c722f3aee8e77ef7cc24026976b067402430c833d21761a13e32ed5f2eff543a2c13469e442d01c2ed5ae373badd6b8851c962852d6c09620a0d91
 DIST zziplib-0.13.69.tar.gz 1132204 BLAKE2B 
92e9f5e95665c7a47d1e472f570402e3c174d404abf461bed644ea8a37ff7661ee98b8fa241728aae375e32c470f2f48a817f72410eeda81a6a3be6e6bdb2635
 SHA512 
ade026289737f43ca92a8746818d87dd7618d473dbce159546ce9071c9e4cbe164a6b1c9efff16efb7aa0327b2ec6b34f3256c6bda19cd6e325703fffc810ef0

diff --git a/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild 
b/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild
index 54f0d278073..582884e002c 100644
--- a/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild
+++ b/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild
@@ -9,6 +9,7 @@ inherit autotools libtool flag-o-matic python-any-r1
 DESCRIPTION="Lightweight library for extracting data from files archived in a 
single zip file"
 HOMEPAGE="http://zziplib.sourceforge.net/;
 SRC_URI="https://github.com/gdraheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   https://dev.gentoo.org/~asturm/distfiles/${P}-patches.tar.xz
https://dev.gentoo.org/~asturm/distfiles/${P}-man.tar.xz
doc? ( https://dev.gentoo.org/~asturm/distfiles/${P}-html.tar.xz )"
 
@@ -32,10 +33,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-PATCHES=(
-   "${FILESDIR}"/${P}-SDL-test.patch
-   "${FILESDIR}"/${P}-disable-docs.patch
-)
+PATCHES=( "${WORKDIR}"/${P}-patches )
 
 src_prepare() {
default



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

2020-01-16 Thread Andreas Sturmlechner
commit: 96a37b919d95cd982eb4bbee6901dca6f3c54c17
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 17 01:31:11 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 17 02:38:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a37b91

dev-libs/zziplib: Patch away docs build depending on python2

So far, man and html docs were always built with only html installed
conditionally. Provide pre-generated tarballs instead.

Python dependency remains only for test.

Add missing || die.

Bug: https://bugs.gentoo.org/700490
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/zziplib/Manifest  |  2 +
 .../files/zziplib-0.13.69-disable-docs.patch   | 48 
 dev-libs/zziplib/zziplib-0.13.69-r1.ebuild | 90 ++
 3 files changed, 140 insertions(+)

diff --git a/dev-libs/zziplib/Manifest b/dev-libs/zziplib/Manifest
index 5ec366a6c5a..75d60a5e23b 100644
--- a/dev-libs/zziplib/Manifest
+++ b/dev-libs/zziplib/Manifest
@@ -1 +1,3 @@
+DIST zziplib-0.13.69-html.tar.xz 152536 BLAKE2B 
05f14b2e6d2e3af4488096eabc1614222cb9607e832618e7534cb55a022f2ba3d2c6f8c6337f4bf9e80a350e43eb05a4c1708b63efa5e0ed10297a5f19ec7adb
 SHA512 
211a83594d4043a29472f9c556d72ad486e40f28d55426b970b8b0617aca76f9dcbd4a3ca5991df943dfac1a1cab623b19aa04fb6ef7807a7740730e01926205
+DIST zziplib-0.13.69-man.tar.xz 10988 BLAKE2B 
2c3c5cfd17b3d3e17a3e72031b2246e32c9fe471b9578a4717c128725493054ceafc34763a763d31cf5532f082a596a6bceb8e417ef70476a59f4daa0a14b587
 SHA512 
5a804896a2d06b1d32d6b8715ffdb374ff7179145d033e919acecd46426dad3e44d4889adabce33e7f6bbc18e2b70b50a8a059498bf4f1f3d6844dda90c33c7e
 DIST zziplib-0.13.69.tar.gz 1132204 BLAKE2B 
92e9f5e95665c7a47d1e472f570402e3c174d404abf461bed644ea8a37ff7661ee98b8fa241728aae375e32c470f2f48a817f72410eeda81a6a3be6e6bdb2635
 SHA512 
ade026289737f43ca92a8746818d87dd7618d473dbce159546ce9071c9e4cbe164a6b1c9efff16efb7aa0327b2ec6b34f3256c6bda19cd6e325703fffc810ef0

diff --git a/dev-libs/zziplib/files/zziplib-0.13.69-disable-docs.patch 
b/dev-libs/zziplib/files/zziplib-0.13.69-disable-docs.patch
new file mode 100644
index 000..8b492d10f56
--- /dev/null
+++ b/dev-libs/zziplib/files/zziplib-0.13.69-disable-docs.patch
@@ -0,0 +1,48 @@
+From b34cf087aaa0b02c4a9c9ab6959a3567ad31acea Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Fri, 17 Jan 2020 02:01:01 +0100
+Subject: [PATCH] Disable building docs (requires python2)
+
+---
+ Makefile.am | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index c54b2cc..560c9e6 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -3,8 +3,8 @@ ACLOCAL_AMFLAGS = -I m4
+ WANT_AUTOMAKE = 1.7
+ WANT_AUTOCONF = 2.57
+ 
+-DIST_SUBDIRS = zzip zzipwrap bins test docs  SDL
+-SUBDIRS =  zzip zzipwrap bins test docs @SDL@
++DIST_SUBDIRS = zzip zzipwrap bins test  SDL
++SUBDIRS =  zzip zzipwrap bins test @SDL@
+ 
+ rpm: dist-bzip2 $(PACKAGE).spec
+   rpmbuild -ta $(PACKAGE)-$(VERSION).tar.bz2
+@@ -62,9 +62,9 @@ osc-distclean:
+ indent-check:
+   (cd zzip && $(MAKE) `basename $@`)
+ 
+-doc docs docu clean-doc clean-docs clean-docu   zzip.html zzip.xml zzip.pdf \
++doc docu clean-doc clean-clean-docu   zzip.html zzip.xml zzip.pdf \
+ man mans manpages htmpages unpack clean-unpack  changes.htm pdfs \
+-omf install-omf install-doc install-docs install-man3 install-mans \
++omf install-omf install-doc install-install-man3 install-mans \
+ upload-sourceforge www:
+   (cd docs && $(MAKE) `basename $@`)
+ 
+@@ -104,7 +104,7 @@ msvc6/zziptest.dsp msvc6/zzip.dsp
+ EXTRA_DIST =   zziplib.spec zzipback.sed Makefile.mk \
+$(MSVC8) $(MSVC7) $(MSVC6) $(am__aclocal_m4_deps)
+ 
+-PHONY = auto boottrap rpm doc docs man manpages htmpages sdl testsdl \
++PHONY = auto boottrap rpm doc man manpages htmpages sdl testsdl \
+   comp compats msvc6 msvc7
+ # 
+ 
+-- 
+2.25.0
+

diff --git a/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild 
b/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild
new file mode 100644
index 000..54f0d278073
--- /dev/null
+++ b/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+inherit autotools libtool flag-o-matic python-any-r1
+
+DESCRIPTION="Lightweight library for extracting data from files archived in a 
single zip file"
+HOMEPAGE="http://zziplib.sourceforge.net/;
+SRC_URI="https://github.com/gdraheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   https://dev.gentoo.org/~asturm/distfiles/${P}-man.tar.xz
+   doc? ( https://dev.gentoo.org/~asturm/distfiles/${P}-html.tar.xz )"
+
+LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips 

[gentoo-commits] proj/musl:master commit in: app-admin/hardinfo/, app-admin/hardinfo/files/

2020-01-16 Thread Jory Pratt
commit: bf0e101eb7fc70352c3a398978c8ea669fbb0aaa
Author: Jory Pratt  gentoo  org>
AuthorDate: Fri Jan 17 00:42:07 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Fri Jan 17 00:42:07 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=bf0e101e

app-admin/hardinfo: rebase patch

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

 app-admin/hardinfo/files/hardinfo-musl.patch   | 25 --
 .../hardinfo/hardinfo-0.5.2_pre20130823.ebuild |  2 +-
 2 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/app-admin/hardinfo/files/hardinfo-musl.patch 
b/app-admin/hardinfo/files/hardinfo-musl.patch
index 70151eb..4aac094 100644
--- a/app-admin/hardinfo/files/hardinfo-musl.patch
+++ b/app-admin/hardinfo/files/hardinfo-musl.patch
@@ -1,11 +1,19 @@
-Rename struct member to fix build failure with musl:
+From 9410c0a22d07b87e4ab38c35626cbe5c49ec471d Mon Sep 17 00:00:00 2001
+From: 
+Date: Thu, 16 Jan 2020 18:39:27 -0600
+Subject: [PATCH] Rename struct member to fix build failure with musl:
 
   modules/computer.c:240:27: error: expected identifier before '(' token
 if (detect_lang[i].stdout) {
-   ^
 hardinfo-0.5.2_pre20130823/modules/computer.c.orig 2018-05-22 
13:02:50.873031729 -0700
-+++ hardinfo-0.5.2_pre20130823/modules/computer.c  2018-05-22 
13:02:54.537055912 -0700
-@@ -194,7 +194,7 @@
+---
+ modules/computer.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules/computer.c b/modules/computer.c
+index cd015cf..13c8022 100644
+--- a/modules/computer.c
 b/modules/computer.c
+@@ -194,7 +194,7 @@ void scan_dev(gboolean reload)
 gchar *compiler_name;
 gchar *version_command;
 gchar *regex;
@@ -14,12 +22,15 @@ Rename struct member to fix build failure with musl:
  } detect_lang[] = {
 { "Scripting Languages", NULL, FALSE },
 { "CPython", "python -V", "\\d+\\.\\d+\\.\\d+", FALSE },
-@@ -237,7 +237,7 @@
+@@ -237,7 +237,7 @@ void scan_dev(gboolean reload)
  continue;
 }
-  
+
 -   if (detect_lang[i].stdout) {
 +   if (detect_lang[i].out) {
  found = g_spawn_command_line_sync(detect_lang[i].version_command, 
, NULL, NULL, NULL);
 } else {
  found = g_spawn_command_line_sync(detect_lang[i].version_command, 
NULL, , NULL, NULL);
+-- 
+2.25.0
+

diff --git a/app-admin/hardinfo/hardinfo-0.5.2_pre20130823.ebuild 
b/app-admin/hardinfo/hardinfo-0.5.2_pre20130823.ebuild
index bd12e60..b006400 100644
--- a/app-admin/hardinfo/hardinfo-0.5.2_pre20130823.ebuild
+++ b/app-admin/hardinfo/hardinfo-0.5.2_pre20130823.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5



[gentoo-commits] repo/gentoo:master commit in: net-im/qtox/files/, net-im/qtox/

2020-01-16 Thread Andreas Sturmlechner
commit: 664209dc8505d9aa1fd12ed289969ee181b9e551
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 21:22:44 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 17 00:12:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664209dc

net-im/qtox: EAPI-7 bump, use cmake.eclass, fix build with Qt-5.13

Closes: https://bugs.gentoo.org/699152
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/qtox/files/qtox-1.16.3-qt-5.13.patch | 18 +
 net-im/qtox/qtox-1.16.3.ebuild  | 31 -
 net-im/qtox/qtox-.ebuild| 26 +---
 3 files changed, 40 insertions(+), 35 deletions(-)

diff --git a/net-im/qtox/files/qtox-1.16.3-qt-5.13.patch 
b/net-im/qtox/files/qtox-1.16.3-qt-5.13.patch
new file mode 100644
index 000..16805843253
--- /dev/null
+++ b/net-im/qtox/files/qtox-1.16.3-qt-5.13.patch
@@ -0,0 +1,18 @@
+--- a/CMakeLists.txt   2020-01-15 22:17:59.921502029 +0100
 b/CMakeLists.txt   2020-01-15 22:19:55.834885195 +0100
+@@ -48,7 +48,6 @@
+ set(RCC_OPTIONS -compress 9 -threshold 0)
+ 
+ # Use C++11.
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-exceptions")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti")
+ 
+@@ -56,7 +55,6 @@
+ set(POSITION_INDEPENDENT_CODE True)
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wstrict-overflow")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wstrict-aliasing")
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
+ 
+ if (NOT WIN32)
+   set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fstack-protector-all")

diff --git a/net-im/qtox/qtox-1.16.3.ebuild b/net-im/qtox/qtox-1.16.3.ebuild
index 44236e1bfab..57aabd1c8f0 100644
--- a/net-im/qtox/qtox-1.16.3.ebuild
+++ b/net-im/qtox/qtox-1.16.3.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=6
-
-inherit cmake-utils gnome2-utils xdg-utils
+EAPI=7
 
 MY_P="qTox-${PV}"
+inherit cmake xdg
+
 DESCRIPTION="Most feature-rich GUI for net-libs/tox using Qt5"
 HOMEPAGE="https://github.com/qTox/qTox;
 SRC_URI="https://github.com/qTox/qTox/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
@@ -14,10 +14,15 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="notification test X"
+
 RESTRICT="!test? ( test )"
 
 S="${WORKDIR}/${MY_P}"
 
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
 RDEPEND="
dev-db/sqlcipher
dev-libs/libsodium:=
@@ -40,13 +45,13 @@ RDEPEND="
x11-libs/libXScrnSaver )
 "
 DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
test? ( dev-qt/qttest:5 )
 "
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.13.patch" ) # bug #699152
+
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
# bug 628574
if ! use test; then
@@ -64,15 +69,5 @@ src_configure() {
-DGIT_DESCRIBE="${PV}"
)
 
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
+   cmake_src_configure
 }

diff --git a/net-im/qtox/qtox-.ebuild b/net-im/qtox/qtox-.ebuild
index 955d7a8edce..c2f80f279d6 100644
--- a/net-im/qtox/qtox-.ebuild
+++ b/net-im/qtox/qtox-.ebuild
@@ -1,21 +1,25 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils eutils git-r3 gnome2-utils xdg-utils
+inherit cmake git-r3 xdg
 
 DESCRIPTION="Most feature-rich GUI for net-libs/tox using Qt5"
 HOMEPAGE="https://github.com/qTox/qTox;
-SRC_URI=""
 EGIT_REPO_URI="https://github.com/qTox/qTox.git;
 
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS=""
 IUSE="notification test X"
+
 RESTRICT="!test? ( test )"
 
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
 RDEPEND="
dev-db/sqlcipher
dev-libs/libsodium:=
@@ -38,13 +42,11 @@ RDEPEND="
x11-libs/libXScrnSaver )
 "
 DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
test? ( dev-qt/qttest:5 )
 "
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
# bug 628574
if ! use test; then
@@ -61,15 +63,5 @@ src_configure() {
-DUSE_FILTERAUDIO=OFF
)
 
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
+   cmake_src_configure
 }



[gentoo-commits] proj/musl:master commit in: x11-base/xorg-server/, x11-base/xorg-server/files/

2020-01-16 Thread Anthony G. Basile
commit: 0671a09797e58cfe79df93de1ddde1dccf86b76a
Author: stefson  yahoo  de>
AuthorDate: Tue Jan 14 08:10:15 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jan 17 00:01:17 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=0671a097

Revert "x11-base/xorg-server: bump to v1.20.6"

This reverts commit c6cdc79a4c4289d8212269ba51ea0c79434fff3b.

the draft was accidently merged, this is unfinished and needs
to be re-evaluated.

Signed-off-by: Steffen Kuhn  yandex.com>
Signed-off-by: Anthony G. Basile  gentoo.org>

 x11-base/xorg-server/Manifest  |   2 +-
 ...ck-the-shm-dir-at-run-time-not-build-time.patch | 174 +
 ...1.20.4-shm-Use-memfd_create-when-possible.patch |  89 +++
 ...ndent-shm_tmpfile-to-follow-our-standards.patch |  72 +
 ...ver-1.20.6.ebuild => xorg-server-1.20.5.ebuild} |  35 +++--
 5 files changed, 354 insertions(+), 18 deletions(-)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index 6f02874..f978f86 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -1 +1 @@
-DIST xorg-server-1.20.6.tar.bz2 6298697 BLAKE2B 
30e505cf83bb2b20e17533b89b81521d029412ea6bd804ecf20458af20364172eb7b21561f14c885d5e16597e6d09985b255b6cec2beb30662658d9e316bc953
 SHA512 
9aa0ba4aee92fe628f2b8c41e4fe0134dc86154bb8787f907884ef2fd970e18e68e72ea8a1beb706d11ecf155b2abc9731f1abadff251ed592f8cca3b1240dd6
+DIST xorg-server-1.20.5.tar.bz2 6126757 BLAKE2B 
2374c6f39acd80174d9cf9c15b6a75f420de3a9b7b51a41385a326fed106fc57fdc5a0a4a08beba36a8d65bff1c8c8d35bb50c73c5285ee206f3293a212369be
 SHA512 
625f0626b122cf95600abe382c3217348999357a0e2d2443092f1b67cff1c98d7ef09303884ceaeac181e0555dc56b0d4d44bda45cc464dac2d9a50c5b32d631

diff --git 
a/x11-base/xorg-server/files/xorg-server-1.20.4-shm-Pick-the-shm-dir-at-run-time-not-build-time.patch
 
b/x11-base/xorg-server/files/xorg-server-1.20.4-shm-Pick-the-shm-dir-at-run-time-not-build-time.patch
new file mode 100644
index 000..54ed629
--- /dev/null
+++ 
b/x11-base/xorg-server/files/xorg-server-1.20.4-shm-Pick-the-shm-dir-at-run-time-not-build-time.patch
@@ -0,0 +1,174 @@
+From 19f6cb570becbc4e355807199c6e251fc7935132 Mon Sep 17 00:00:00 2001
+From: Eric Anholt 
+Date: Wed, 19 Sep 2018 13:28:06 -0700
+Subject: [PATCH xserver] shm: Pick the shm dir at run time, not build time.
+
+Prodding the builder's filesystem for tmp dirs doesn't necessarily
+tell you anything about what the actual host's filesystem is going to
+look like, so we should just try the dirs at runtime.
+
+Signed-off-by: Eric Anholt 
+---
+ Xext/shm.c  | 48 +
+ configure.ac| 43 
+ include/dix-config.h.in |  3 ---
+ include/meson.build |  5 -
+ 4 files changed, 29 insertions(+), 70 deletions(-)
+
+diff --git a/Xext/shm.c b/Xext/shm.c
+index ed43b9202..2739a59e7 100644
+--- a/Xext/shm.c
 b/Xext/shm.c
+@@ -1194,36 +1194,46 @@ ProcShmAttachFd(ClientPtr client)
+ static int
+ shm_tmpfile(void)
+ {
+-#ifdef SHMDIR
++const char *shmdirs[] = {
++"/run/shm",
++"/var/tmp",
++"/tmp",
++};
+ int   fd;
+-char  template[] = SHMDIR "/shmfd-XX";
++
+ #ifdef O_TMPFILE
+-fd = open(SHMDIR, O_TMPFILE|O_RDWR|O_CLOEXEC|O_EXCL, 0666);
+-if (fd >= 0) {
+-DebugF ("Using O_TMPFILE\n");
+-return fd;
++for (int i = 0; i < ARRAY_SIZE(shmdirs); i++) {
++fd = open(shmdirs[i], O_TMPFILE|O_RDWR|O_CLOEXEC|O_EXCL, 0666);
++if (fd >= 0) {
++DebugF ("Using O_TMPFILE\n");
++return fd;
++}
+ }
+ ErrorF ("Not using O_TMPFILE\n");
+ #endif
++
++for (int i = 0; i < ARRAY_SIZE(shmdirs); i++) {
++char template[PATH_MAX];
++snprintf(template, ARRAY_SIZE(template), "%s/shmfd-XX", 
shmdirs[i]);
+ #ifdef HAVE_MKOSTEMP
+-fd = mkostemp(template, O_CLOEXEC);
++fd = mkostemp(template, O_CLOEXEC);
+ #else
+-fd = mkstemp(template);
++fd = mkstemp(template);
+ #endif
+-if (fd < 0)
+-return -1;
+-unlink(template);
++if (fd < 0)
++continue;
++unlink(template);
+ #ifndef HAVE_MKOSTEMP
+-int flags = fcntl(fd, F_GETFD);
+-if (flags != -1) {
+-flags |= FD_CLOEXEC;
+-(void) fcntl(fd, F_SETFD, );
+-}
++int flags = fcntl(fd, F_GETFD);
++if (flags != -1) {
++flags |= FD_CLOEXEC;
++(void) fcntl(fd, F_SETFD, );
++}
+ #endif
+-return fd;
+-#else
++return fd;
++}
++
+ return -1;
+-#endif
+ }
+ 
+ static int
+diff --git a/configure.ac b/configure.ac
+index 359b62cb5..57a233102 100644
+--- a/configure.ac
 b/configure.ac
+@@ -1115,49 +1115,6 @@ case "$DRI2,$HAVE_DRI2PROTO" in
+ esac
+ AM_CONDITIONAL(DRI2, test "x$DRI2" = xyes)
+ 
+-dnl
+-dnl Locate a suitable tmp file system for creating shared 

[gentoo-commits] proj/musl:master commit in: x11-base/xorg-server/

2020-01-16 Thread Anthony G. Basile
commit: 7764b1a89a9209e6c639fa3dd5a56b6fb7957e85
Author: stefson  yahoo  de>
AuthorDate: Tue Jan 14 08:09:56 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jan 17 00:01:11 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7764b1a8

Revert "x11-base/xorg-server: Fix metadata.xml for missing IUSE libglvnd"

This reverts commit c28c059b60a3e754888658e647841938be27fa72.

Signed-off-by: Steffen Kuhn  yandex.com>
Signed-off-by: Anthony G. Basile  gentoo.org>

 x11-base/xorg-server/metadata.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-base/xorg-server/metadata.xml 
b/x11-base/xorg-server/metadata.xml
index 2e8d879..74e5219 100644
--- a/x11-base/xorg-server/metadata.xml
+++ b/x11-base/xorg-server/metadata.xml
@@ -7,13 +7,12 @@
 
 
Build the Distributed Multiheaded X server
-   Use elogind to get control over framebuffer when 
running as regular user
+   Enable Glamor OpenGL 2D acceleration
Build the kdrive X servers
-   Use libglvnd for dispatch.
Enable libunwind usage for backtraces
Build Security extension
-   Build the Xephyr server
Build the Xnest server
+   Build the Xephyr server
Build the Xorg X server (HIGHLY RECOMMENDED)
Build the Xvfb server
 



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/, dev-qt/qtgui/files/

2020-01-16 Thread Andreas Sturmlechner
commit: 2097e30779ee62d4846364fbc86a33a61798ad37
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 22:51:22 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 23:53:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2097e307

dev-qt/qtgui: Restore QHighDPIScaling::isActive() 5.13 behavior

See also: https://phabricator.kde.org/D26185
See also: https://bugreports.qt.io/browse/QTBUG-80967

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

 .../qtgui/files/qtgui-5.14.0-restore-scaling.patch |  34 
 dev-qt/qtgui/qtgui-5.14.0-r2.ebuild| 187 +
 2 files changed, 221 insertions(+)

diff --git a/dev-qt/qtgui/files/qtgui-5.14.0-restore-scaling.patch 
b/dev-qt/qtgui/files/qtgui-5.14.0-restore-scaling.patch
new file mode 100644
index 000..5fc047aa7ec
--- /dev/null
+++ b/dev-qt/qtgui/files/qtgui-5.14.0-restore-scaling.patch
@@ -0,0 +1,34 @@
+From b31852c4caa36cc564e25adbdacfa534e1dfe7c0 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Morten=20Johan=20S=C3=B8rvig?= 
+Date: Mon, 13 Jan 2020 14:48:32 +0100
+Subject: [PATCH] Restore QHighDPIScaling::isActive() 5.13 behavior
+
+In 5.13, isActive() would become true only if there
+was a scale factor >1 present. This was accidentally
+changed in 5.14, where isActive() becomes true whenever
+e.g. AA_EneableHighDpiScaling is set, no matter the actual
+scale factor values.
+
+Change-Id: Iacbe2010cddbc3b9015ac24004ae2fe417d4f434
+Fixes: QTBUG-80967
+Reviewed-by: Friedemann Kleint 
+---
+ src/gui/kernel/qhighdpiscaling.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/gui/kernel/qhighdpiscaling.cpp 
b/src/gui/kernel/qhighdpiscaling.cpp
+index fde6bb0180b..671c2d93ef6 100644
+--- a/src/gui/kernel/qhighdpiscaling.cpp
 b/src/gui/kernel/qhighdpiscaling.cpp
+@@ -535,7 +535,7 @@ void QHighDpiScaling::updateHighDpiScaling()
+ ++i;
+ }
+ }
+-m_active = m_globalScalingActive || m_screenFactorSet || 
m_usePixelDensity;
++m_active = m_globalScalingActive || m_screenFactorSet || 
m_pixelDensityScalingActive;
+ }
+ 
+ /*
+-- 
+2.16.3
+

diff --git a/dev-qt/qtgui/qtgui-5.14.0-r2.ebuild 
b/dev-qt/qtgui/qtgui-5.14.0-r2.ebuild
new file mode 100644
index 000..1f814dd0fe5
--- /dev/null
+++ b/dev-qt/qtgui/qtgui-5.14.0-r2.ebuild
@@ -0,0 +1,187 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+QT5_MODULE="qtbase"
+inherit qt5-build
+
+DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+# TODO: linuxfb
+
+IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus
+   jpeg +libinput +png tslib tuio +udev vnc wayland +xcb"
+REQUIRED_USE="
+   || ( eglfs xcb )
+   accessibility? ( dbus xcb )
+   eglfs? ( egl )
+   ibus? ( dbus )
+   libinput? ( udev )
+   xcb? ( gles2? ( egl ) )
+"
+
+COMMON_DEPEND="
+   dev-libs/glib:2
+   ~dev-qt/qtcore-${PV}
+   dev-util/gtk-update-icon-cache
+   media-libs/fontconfig
+   >=media-libs/freetype-2.6.1:2
+   >=media-libs/harfbuzz-1.6.0:=
+   sys-libs/zlib:=
+   virtual/opengl
+   dbus? ( ~dev-qt/qtdbus-${PV} )
+   egl? ( media-libs/mesa[egl] )
+   eglfs? (
+   media-libs/mesa[gbm]
+   x11-libs/libdrm
+   )
+   evdev? ( sys-libs/mtdev )
+   gles2? ( media-libs/mesa[gles2] )
+   jpeg? ( virtual/jpeg:0 )
+   libinput? (
+   dev-libs/libinput:=
+   >=x11-libs/libxkbcommon-0.5.0
+   )
+   png? ( media-libs/libpng:0= )
+   tslib? ( >=x11-libs/tslib-1.21 )
+   tuio? ( ~dev-qt/qtnetwork-${PV} )
+   udev? ( virtual/libudev:= )
+   vnc? ( ~dev-qt/qtnetwork-${PV} )
+   xcb? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.12:=[xkb]
+   >=x11-libs/libxkbcommon-0.5.0[X]
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   evdev? ( sys-kernel/linux-headers )
+   udev? ( sys-kernel/linux-headers )
+"
+# bug 703306, _populate_Gui_plugin_properties breaks installed cmake modules
+RDEPEND="${COMMON_DEPEND}
+   !

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

2020-01-16 Thread Miroslav Šulc
commit: c96727f6e1b60909d00ee8c6933c2773c19b2011
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Jan 16 23:44:15 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Jan 16 23:44:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96727f6

media-gfx/plantuml: bump to 1.2020.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-gfx/plantuml/Manifest |  1 +
 media-gfx/plantuml/plantuml-1.2020.0.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/media-gfx/plantuml/Manifest b/media-gfx/plantuml/Manifest
index a947021cf40..6a0c599a475 100644
--- a/media-gfx/plantuml/Manifest
+++ b/media-gfx/plantuml/Manifest
@@ -1,2 +1,3 @@
 DIST plantuml-1.2019.13.tar.gz 4552633 BLAKE2B 
f6ea05bdd1e4e3cf748dc4d48ca9a89f06246d135bfcc410ec1b2094d1e53ab6ae415c2b39a3fc56441d17999794c1862b95718932d6a20152550deaa42a6c0e
 SHA512 
8d2a2520821a5f75c3508bf2598186718469c6cf2c411f3b975de1abbb4792be8ae70ec84da7ae0bf4668738ca052de5463701dafc5805f362876f1d770ad494
+DIST plantuml-1.2020.0.tar.gz 4552164 BLAKE2B 
c78da31cffbeb0cf1a8852e53d07126c9b0dc80bf12f36f1039c806651c6802dd63456610307836207158bc871c4e2a8d9cf12a80bafa9dbde3b2be29b02f2e8
 SHA512 
1c3a7f735a197e5fd044547a6c48f21c2ee774d553d3de82d4931b2684a56dc4ef8af5f524e6aa4eebcb16f214620f6c99c038101d6703f03642a5b94f124fa8
 DIST plantuml-8046.tar.gz 2966063 BLAKE2B 
8634fbccbcd0ae2038a5e611215dd4343baba5e9562c02d6ebfc2a9fe702359fd035f490a9fd06484c08431993792efd1b3afd35f2a9812fb052f92f3616e284
 SHA512 
2ddae800fb30c0e352b44ef06476f7d770c12d516d93fe6f82ec1f33dd3bc1cb3330ba4a0cc89e06daa6eec9a56dc772a4f901d441dea86a8ce82b8d298cdfd5

diff --git a/media-gfx/plantuml/plantuml-1.2020.0.ebuild 
b/media-gfx/plantuml/plantuml-1.2020.0.ebuild
new file mode 100644
index 000..62b6323d8b9
--- /dev/null
+++ b/media-gfx/plantuml/plantuml-1.2020.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_PKG_IUSE="source"
+inherit java-pkg-2 java-ant-2 desktop xdg
+
+DESCRIPTION="Draw UML diagrams using a simple and human readable text 
description"
+HOMEPAGE="http://plantuml.com;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8"
+
+RDEPEND=">=virtual/jre-1.8
+   dev-java/ant-core:0
+   >=media-gfx/graphviz-2.26.3"
+
+EANT_BUILD_TARGET="dist"
+EANT_GENTOO_CLASSPATH="ant-core"
+JAVA_ANT_REWRITE_CLASSPATH="true"
+
+src_install() {
+   java-pkg_dojar ${PN}.jar
+   java-pkg_dolauncher ${PN} --jar ${PN}.jar
+   use source && java-pkg_dosrc src/*
+
+   make_desktop_entry plantuml PlantUML
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client/files/

2020-01-16 Thread Conrad Kostecki
commit: 81116d72966bc622614bd1274a4aba97bb74ff4f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jan  7 14:49:22 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jan 16 23:43:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81116d72

media-sound/teamspeak-client: remove unused file

Closes: https://github.com/gentoo/gentoo/pull/14276
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-sound/teamspeak-client/files/ts3client-bin-r1 | 13 -
 1 file changed, 13 deletions(-)

diff --git a/media-sound/teamspeak-client/files/ts3client-bin-r1 
b/media-sound/teamspeak-client/files/ts3client-bin-r1
deleted file mode 100644
index 3edbc2e7907..000
--- a/media-sound/teamspeak-client/files/ts3client-bin-r1
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-# Sets BASEDIR for teamspeak3-client
-BASEDIR="/opt/teamspeak3-client"
-
-# Work around DT_RPATH (.) security issue by chdir'ing into expected 
$LD_LIBRARY_PATH
-export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
-
-# Preload the library that provides calloc@Qt_5 and such (gentoo bug 675874)
-export LD_PRELOAD="${BASEDIR}/overrides.so${LD_PRELOAD:+:}${LD_PRELOAD}"
-
-# Launch teamspeak3-client
-cd "${BASEDIR}" && exec "${BASEDIR}/ts3client" $*



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

2020-01-16 Thread Conrad Kostecki
commit: ef801aa2cd66b6bd60e1cc80c767fe93ad24dad2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jan 16 23:39:52 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jan 16 23:39:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef801aa2

media-sound/teamspeak-server: bump to version 3.11.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-sound/teamspeak-server/Manifest  |   2 +
 .../teamspeak-server-3.11.0.ebuild | 119 +
 2 files changed, 121 insertions(+)

diff --git a/media-sound/teamspeak-server/Manifest 
b/media-sound/teamspeak-server/Manifest
index ef01ec3875c..54bb992039a 100644
--- a/media-sound/teamspeak-server/Manifest
+++ b/media-sound/teamspeak-server/Manifest
@@ -1,2 +1,4 @@
 DIST teamspeak3-server_linux_amd64-3.10.2.tar.bz2 9242362 BLAKE2B 
ad275eac241182aa15410ba32983bc1e598f55090eb35559fe6cf3f18fd6b3a1395a36f320dd36ea3fa44390afd698f6734b034536cd48d049028e09943df7f4
 SHA512 
3be39004d557fb58efd272dac3e005c08db8ae05e04cc5cfdc146296bca7b0a02d7011bb77d6d45074056b458e14111dbd79882603b4be9fba58de7c9b384b84
+DIST teamspeak3-server_linux_amd64-3.11.0.tar.bz2 9245357 BLAKE2B 
ae40cb8d651d2dce71590836a72e9798b312e54363416a863926924be7eda0327f03349cef0006633661d8789c3f8495b700a8d278255cde59d42e8d0c79ce52
 SHA512 
e72d042e971f98a55f53eaf55d716c85db28f67fd72be545e47bcef8e4c8bd03281963eb757a0b1293bcc2e37630769b66f4c3daebf2c3510fd323dad849dbc0
 DIST teamspeak3-server_linux_x86-3.10.2.tar.bz2 9049720 BLAKE2B 
86f854c2b18397bde3cbb02b9d0024af8d3fbbdc695dae0f7f950fb5670cc6c983e8eb20dee97409a87b6cd572772cf72cfddee0254857023aa4e8446ea71068
 SHA512 
5ad16efc1a0b8dad6696d4121560cc793a35b15473391fcb18a8edd72031415775fb10d0c686a2af550f36748c17db03ac8caae76b0ef7e4ffa528d3ab416951
+DIST teamspeak3-server_linux_x86-3.11.0.tar.bz2 9052940 BLAKE2B 
6b045232734e7b19e2f2acbeaac9d254bf9c58f26cbb2cbb3f8bd1992492033694201b8ea0386e397f0237a9cc43ba96c181ae450615a64f607b6799654afc0b
 SHA512 
18deaeb10f7753f68ec1c3cd6612f04d9c057fe4c4f566a3d1f0874836d554d602630d0890540d7e0f7a5c150bd098073eba7f84f4c3aed7e002a3677304c654

diff --git a/media-sound/teamspeak-server/teamspeak-server-3.11.0.ebuild 
b/media-sound/teamspeak-server/teamspeak-server-3.11.0.ebuild
new file mode 100644
index 000..bf9ed274267
--- /dev/null
+++ b/media-sound/teamspeak-server/teamspeak-server-3.11.0.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+DESCRIPTION="A server software for hosting quality voice communication via the 
internet"
+HOMEPAGE="https://www.teamspeak.com/;
+SRC_URI="
+   amd64? ( 
https://files.teamspeak-services.com/releases/server/${PV}/teamspeak3-server_linux_amd64-${PV}.tar.bz2
 )
+   x86? ( 
https://files.teamspeak-services.com/releases/server/${PV}/teamspeak3-server_linux_x86-${PV}.tar.bz2
 )
+"
+
+LICENSE="Apache-2.0 Boost-1.0 BSD LGPL-2.1 LGPL-3 MIT teamspeak3"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="doc mysql tsdns"
+
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   acct-group/teamspeak
+   acct-user/teamspeak
+"
+
+QA_PREBUILT="
+   opt/teamspeak3-server/libmariadb.so.2
+   opt/teamspeak3-server/libts3db_mariadb.so
+   opt/teamspeak3-server/libts3db_sqlite3.so
+   opt/teamspeak3-server/libts3_ssh.so
+   opt/teamspeak3-server/ts3server
+   opt/teamspeak3-server/tsdnsserver
+"
+
+src_unpack() {
+   default
+
+   mv teamspeak3-server_linux_$(usex amd64 amd64 x86) "${P}" || die
+}
+
+src_install() {
+   diropts -o teamspeak -g teamspeak
+   keepdir /opt/teamspeak3-server /var/log/teamspeak3-server
+
+   diropts
+   keepdir /etc/teamspeak3-server
+
+   touch "${ED}"/opt/teamspeak3-server/.ts3server_license_accepted || die
+
+   exeinto /opt/teamspeak3-server
+   doexe ts3server
+
+   dodir /opt/bin
+   dosym ../teamspeak3-server/ts3server /opt/bin/ts3server
+
+   exeinto /opt/teamspeak3-server
+   doexe libts3db_sqlite3.so libts3_ssh.so
+
+   insinto /opt/teamspeak3-server/serverquerydocs
+   doins -r serverquerydocs/.
+
+   insinto /opt/teamspeak3-server/sql
+   doins sql/*.sql
+   doins -r sql/create_sqlite
+
+   insinto /etc/teamspeak3-server
+   newins "${FILESDIR}"/ts3server.ini-r1 ts3server.ini
+
+   dodoc CHANGELOG
+   docinto ts3server
+   dodoc doc/*.txt
+
+   newinitd "${FILESDIR}"/teamspeak.initd-r1 teamspeak3-server
+   systemd_newunit "${FILESDIR}"/teamspeak.service 
teamspeak3-server.service
+
+   newenvd - 99teamspeak3-server <<- EOF
+   CONFIG_PROTECT="/etc/teamspeak3-server/ts3server.ini 
/etc/teamspeak3-server/ts3server_mariadb.ini 
/etc/teamspeak3-server/tsdns_settings.ini"
+   EOF
+
+   if use doc; then
+   docinto html
+   dodoc -r doc/serverquery/.
+  

[gentoo-commits] proj/kde:master commit in: eclass/

2020-01-16 Thread Andreas Sturmlechner
commit: feb67d5fd7e7838639cd878b2322d00b4b83897a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 23:29:33 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 23:29:33 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=feb67d5f

kde.org.eclass: Support kde-plasma unstable point release tarballs

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 eclass/kde.org.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 98cfe73c0e..2776b5b972 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -136,7 +136,7 @@ _kde.org_calculate_src_uri() {
;;
kde-plasma)
case ${PV} in
-   5.??.[6-9]? )
+   5.??.[6-9]?* )
_src_uri+="unstable/plasma/$(ver_cut 
1-3)/"
RESTRICT+=" mirror"
;;



[gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/, kde-plasma/plasma-nm/, profiles/package.mask/

2020-01-16 Thread Andreas Sturmlechner
commit: bc33e04b3c49ac00ccf2be5353e1f982e8a56d62
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 23:34:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 23:35:01 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bc33e04b

kde-plasma: Updates to plasma-nm and libkscreen

See also: https://mail.kde.org/pipermail/kde-announce/2020-January/80.html

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

 .../{libkscreen-5.17.90.ebuild => libkscreen-5.17.90.1.ebuild}| 0
 .../{plasma-nm-5.17.90.2.ebuild => plasma-nm-5.17.90.4.ebuild}| 0
 profiles/package.mask/kde-plasma-5.17.90  | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/libkscreen/libkscreen-5.17.90.ebuild 
b/kde-plasma/libkscreen/libkscreen-5.17.90.1.ebuild
similarity index 100%
rename from kde-plasma/libkscreen/libkscreen-5.17.90.ebuild
rename to kde-plasma/libkscreen/libkscreen-5.17.90.1.ebuild

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.17.90.2.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.17.90.4.ebuild
similarity index 100%
rename from kde-plasma/plasma-nm/plasma-nm-5.17.90.2.ebuild
rename to kde-plasma/plasma-nm/plasma-nm-5.17.90.4.ebuild

diff --git a/profiles/package.mask/kde-plasma-5.17.90 
b/profiles/package.mask/kde-plasma-5.17.90
index ab2bbe690f..739a8ae68b 100644
--- a/profiles/package.mask/kde-plasma-5.17.90
+++ b/profiles/package.mask/kde-plasma-5.17.90
@@ -25,7 +25,7 @@
 ~kde-plasma/kwayland-integration-5.17.90
 ~kde-plasma/kwin-5.17.90
 ~kde-plasma/kwrited-5.17.90
-~kde-plasma/libkscreen-5.17.90
+~kde-plasma/libkscreen-5.17.90.1
 ~kde-plasma/libksysguard-5.17.90
 ~kde-plasma/libkworkspace-5.17.90
 ~kde-plasma/milou-5.17.90
@@ -34,7 +34,7 @@
 ~kde-plasma/plasma-desktop-5.17.90
 ~kde-plasma/plasma-integration-5.17.90
 ~kde-plasma/plasma-meta-5.17.90
-~kde-plasma/plasma-nm-5.17.90.2
+~kde-plasma/plasma-nm-5.17.90.4
 ~kde-plasma/plasma-pa-5.17.90
 ~kde-plasma/plasma-sdk-5.17.90
 ~kde-plasma/plasma-thunderbolt-5.17.90



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

2020-01-16 Thread Miroslav Šulc
commit: 12ecd188222d98780f1f768bdf0d606a74246b5b
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Jan 16 23:07:45 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Jan 16 23:07:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ecd188

media-sound/qtractor: bump to 0.9.12

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/qtractor/Manifest   |  1 +
 media-sound/qtractor/qtractor-0.9.12.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/media-sound/qtractor/Manifest b/media-sound/qtractor/Manifest
index 154ec024730..b65fe25d83e 100644
--- a/media-sound/qtractor/Manifest
+++ b/media-sound/qtractor/Manifest
@@ -1,2 +1,3 @@
 DIST qtractor-0.9.11.tar.gz 1849813 BLAKE2B 
747916fe45285b00c837af5868ebdaa6b9bf5812b8fa58c4bfbd8662c5519106cbb0a9708121f3391ca4f45bf0af0715994ad8400edf01fa8bd0dcec848aa438
 SHA512 
8c6cb7ce5f5b5162c4a233aa733f0cb8424f4f84a91546fbbe7af35d534ffc3db6a583712d8ca906adc7edd5e92d28cce6927b340ec4750eafe14500eb8dd8c6
+DIST qtractor-0.9.12.tar.gz 1893356 BLAKE2B 
221062e1557fbfa209a3a55b3eaa8c80a5026886d33bb1c27de2fa410f0ab301bf3323cb7b451e2b326d26c9de9904e19578c02f602aed681fa9100b6124842e
 SHA512 
cdd7414e2b287272164e3876603f4b051f22399e14aeb61c0e8d30a159a146d0028d36463400a239630cb31ba66bcd96302fb522fd8304342e533fd9d420cb2d
 DIST qtractor-0.9.9.tar.gz 1831016 BLAKE2B 
caef9b7a29ae30661dd08c302b16a2f12c66e2f1ffd63ca847ffd4272bcd114ecf74f1e1c37788e635896f25ca62283adc773734754d65ea12618248368b
 SHA512 
151a3a92cfb98b9c9b19d18730109bce83744d4c24d3ca200f53a04938cbab1f33dd8080d3faae47b5026ee750a74f64a5a046b0967278e848f424ff962a

diff --git a/media-sound/qtractor/qtractor-0.9.12.ebuild 
b/media-sound/qtractor/qtractor-0.9.12.ebuild
new file mode 100644
index 000..ac61f7e7896
--- /dev/null
+++ b/media-sound/qtractor/qtractor-0.9.12.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic qmake-utils xdg
+
+DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt 
framework"
+HOMEPAGE="https://qtractor.sourceforge.io;
+SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="aubio cpu_flags_x86_sse debug dssi libsamplerate mad osc rubberband 
vorbis zlib"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dev-qt/qtx11extras:5
+   media-libs/alsa-lib
+   media-libs/ladspa-sdk
+   media-libs/libsndfile
+   >=media-libs/lilv-0.16.0
+   media-libs/lv2
+   media-libs/suil
+   virtual/jack
+   aubio? ( media-libs/aubio )
+   dssi? ( media-libs/dssi )
+   libsamplerate? ( media-libs/libsamplerate )
+   mad? ( media-libs/libmad )
+   osc? ( media-libs/liblo )
+   rubberband? ( media-libs/rubberband )
+   vorbis? ( media-libs/libvorbis )
+   zlib? ( sys-libs/zlib )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.9.4-dont-compress-manpages.patch"
+)
+
+src_configure() {
+   append-cxxflags -std=c++11
+   econf \
+   --enable-ladspa \
+   --enable-lilv \
+   $(use_enable debug) \
+   $(use_enable aubio libaubio) \
+   $(use_enable dssi) \
+   $(use_enable libsamplerate) \
+   $(use_enable mad libmad) \
+   $(use_enable osc liblo) \
+   $(use_enable rubberband librubberband) \
+   $(use_enable cpu_flags_x86_sse sse) \
+   $(use_enable vorbis libvorbis) \
+   $(use_enable zlib libz)
+
+   eqmake5 ${PN}.pro -o ${PN}.mak
+}



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

2020-01-16 Thread Thomas Deutschmann
commit: 65d93c81b1e33aca04a6ef7865e4cf89597200e4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jan 16 22:02:32 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jan 16 22:02:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d93c81

sys-kernel/genkernel: drop old

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

 sys-kernel/genkernel/Manifest   |   4 -
 sys-kernel/genkernel/genkernel-4.0.1.ebuild | 264 
 2 files changed, 268 deletions(-)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index 46f67561c66..21ab5c55024 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -3,7 +3,6 @@ DIST LVM2.2.02.186.tgz 2389759 BLAKE2B 
e094c0135d455386ea5789208899d4dbdd5e78beb
 DIST LVM2.2.02.88.tgz 1029151 BLAKE2B 
e3ce91b6c43155a66b79cf25da3973abb19decde3acc37d28daf80d14b1bd574f7d31fbcee4b397f0a146b2e221599079e521d0ac21932ff58b7c9d4fdf93501
 SHA512 
5c334c2c78220f4f9f082a74cbf0b156e96f2a07b5e55f054ff70c752ada97a67f83fa1d89c02accb7cbe5a62e356588831d96a102b7bf16cdce2591d4e37e4b
 DIST boost_1_72_0.tar.bz2 106907358 BLAKE2B 
ab270a0e3cb24da687d86785e2d2e6d7731b4dbc07bd839eadb642dfa5a428ad584acb1f3529661a8de9a986008ff3427491041059ea2b742348d02e00761cd8
 SHA512 
63bbd1743e7c904b2e69fdc2eafd1c2a8a30fd70d960dcd366059d0100f000cb605d56cbd9397bb18421631f1c9552a772c434d0f0caddbe56302273f51fd1f6
 DIST btrfs-progs-v5.4.1.tar.xz 2107476 BLAKE2B 
1ea58f49b0f8185e944010804e544643a2eafeea58fecb480b13095c362350c218f0602fbb43a96705a81befe88ec3e3abe35cc90d4732006479b059aa7fed32
 SHA512 
56381b37036aecea61b758fb4971abfeda24a387bb3a828f7d54eb068982a37763a8ebe2bcc6be61d6a8bc2057dddcd4754325b236e14d8ec02e58cf711f192f
-DIST btrfs-progs-v5.4.tar.xz 2103432 BLAKE2B 
8ed1321c61d73b66bd27b37a255056e601302dacdcf2dd3122d1b7c41e537ebd1aa5df51100e61458084ec15efd6a1aa478d13f424d45d33d7454d886214a994
 SHA512 
cc445b9e2b7c5a0adeaa0c467de797f240e4ee9b58c6ac51b9dad51bc0ba0c580fd265efebc04fa46dc23e5b3c4d6baf3ad0b8e2e82728cf34ef51973f028a90
 DIST busybox-1.20.2.tar.bz2 2186738 BLAKE2B 
3efa01ee81a9f3af0ccbcf28b1a24e817a28012d27a27c714b3f13fe4a73200af66fb93dcd9adc65de3e3abb26757939ff3d3ba620af08101c27c5f3550e7501
 SHA512 
089b67cd920f332daf910711739b1e55ba4c76cfa2122dfe5464432e0d76d3af8327837ebc3cc9954deef3e8f766d16a1928aecb2c169fe3de5a722eea7ea3dd
 DIST busybox-1.26.0.tar.bz2 2143958 BLAKE2B 
3a4a227a4308d9d5e00c00fc5e90ee9a1d6345574bdb571cd8b4adab63dcdad3ff7edf30154bb8f8f31a3a658c85641af0f7875d4d533d56bb7c79f28980ebe6
 SHA512 
9e38c2f4c5ddb6c3a184170b5526c1a78cf53a575ed359fb18c407976cab9788fa95a26ca2d4e5c32e1d639890944d98e118149ee1402b18fe085b0baf0186d3
 DIST busybox-1.27.2.tar.bz2 2216527 BLAKE2B 
77b8fa325b9ba691c0ac944537efdf5d87011b1a87c1c244588136f78055be9f2a71c77eea5edf1d20cfe50e59b15527511b14160930c946ed4e82c9608cb991
 SHA512 
d99e86b652562ebe1a5d50e1ba3877a1d1612997c17cb8d8e4212da181211a9b741a881cb051f14cb3ee8aea40226cf2cde80a076baed265d3bc0a4e96a5031c
@@ -11,7 +10,6 @@ DIST busybox-1.31.1.tar.bz2 2430221 BLAKE2B 
95c2345bc715eb7a1f08816a40add9b7a617
 DIST cryptsetup-2.2.2.tar.xz 10808684 BLAKE2B 
d8d864d9ec2a5d646706d3ba003a21aa83d2373ca7afed5663c5167172116ea9342704483559f49c06979cbe0f6ac5670f4e9baae88ab908423b793043ba4a68
 SHA512 
d04123a622438ecbee28145cbdc71886b6f13db87df1c67522bff6e6e3cba817e895e2d085bdb08c78f9cafba557b1203177811a0c316ccd9b7c19939f3fc851
 DIST dmraid-1.0.0.rc16-3.tar.bz2 232743 BLAKE2B 
290c5bb7f1b12ac48627d8afcc346327b2fcce31b1015d5974c956d94f607b297e383158cd8741f03a770cdeb3f42c3e6341ebfcbc2220e122d89c2603eee512
 SHA512 
7c45e5117adc52fc2094b1b2bad4f4c518a46317a2196611966d72085ba3587c4ac8d1080f9d934888c01788f2b2d3d621c6f0d3e2a023c0fb1f9f3fa7fc127e
 DIST dropbear-2019.78.tar.bz2 2708659 BLAKE2B 
212b173cfea8655b43a8d93422dd4d3e0d669a67681cb17d6494b6083e6e4c58d21d52850c0cdf414617ee3dcaa071e376d0b5b156b6856cee2e4fe111550f7d
 SHA512 
f667ba8dae17ea89c118642b566f2c134c71bfd0b8bacea5cf7ec87d75ac79bd7cd1864a8788367a89d30ee35427d389ef6416375adff6e83caae30ff3e0549f
-DIST e2fsprogs-1.45.4.tar.xz 5567164 BLAKE2B 
ab7be15e504b674290a25572d09d1ca4bacebc14d23a0ae400636bdcf3bf117f3aaf82b806ca7fd25dcd6ef9fedff588de7c72134b095e27f7a363f7d70c94c7
 SHA512 
408f093a6674ef2316c451173481851041957617c550308d2969b983e11d988ddfc120626cd957c0759648bc357edf1d9971e6d46bed109c2af5f8a09bdc5bda
 DIST e2fsprogs-1.45.5.tar.xz 5569796 BLAKE2B 
cf9633caa6c00afa51408364d0c0a1515a9989ad1582fb485a300fd71bf61ec56b57dbb26f152609eaf2d63bfb04fe1e3f271085c26aa0c832c1f467960e6480
 SHA512 
d1a8611b525742387061f390fb24825dfa175997cc7db05decea913fcc7b97a95a3e787091f2920d4a7d4eb1d813568af734a1610229ead09bcbf9f3e262e4ce
 DIST expat-2.2.8.tar.xz 422324 BLAKE2B 
1f3e8bbce7f05aa080ca647d12a4ff9bf6d21cd31366d70daabcf8db48985e0b644faac5e251e0a559a74f0a27b247ede64b6f117940a5f7f70dc1cce0f0036a
 SHA512 

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

2020-01-16 Thread Thomas Deutschmann
commit: 36bae17802c803557156d8cfcd08332203eb45eb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jan 16 22:02:02 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jan 16 22:02:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bae178

sys-kernel/genkernel: move stable keywords

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

 sys-kernel/genkernel/genkernel-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel/genkernel-4.0.2.ebuild 
b/sys-kernel/genkernel/genkernel-4.0.2.ebuild
index d33291659fa..1ce8e9a8662 100644
--- a/sys-kernel/genkernel/genkernel-4.0.2.ebuild
+++ b/sys-kernel/genkernel/genkernel-4.0.2.ebuild
@@ -76,7 +76,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://dev.gentoo.org/~whissi/dist/genkernel/${P}.tar.xz
${COMMON_URI}"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc 
x86"
 fi
 
 DESCRIPTION="Gentoo automatic kernel building scripts"



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

2020-01-16 Thread Tim Harder
commit: fe90be3e96ff929d228b596dbb5e27a277d603ed
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jan 16 20:47:33 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jan 16 20:51:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe90be3e

sys-apps/mawk: version bump to 1.3.4_p20200106

Signed-off-by: Tim Harder  gentoo.org>

 sys-apps/mawk/Manifest|  1 +
 sys-apps/mawk/mawk-1.3.4_p20200106.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/sys-apps/mawk/Manifest b/sys-apps/mawk/Manifest
index ee0c5d1bfec..831f0d87f33 100644
--- a/sys-apps/mawk/Manifest
+++ b/sys-apps/mawk/Manifest
@@ -1,3 +1,4 @@
 DIST mawk-1.3.4-20161120.tgz 461464 BLAKE2B 
7481345b391198cc9ec47f6ad84f0f07e31c931a40d59bde401d00ea7bc74b728c8149f80187e5d73923496e2eef1ec70bc097aedf0b68630f73264d45d96ebd
 SHA512 
c5edcbff4ab1e40eb9b178a045fcd426a5f3c93a3ab5bc1ca1fa85a0977b8c9060967fcbda4e4a6e9e68628f50a2814e22939676008dced529377d2cf9bda5b2
 DIST mawk-1.3.4-20171017.tgz 460819 BLAKE2B 
91cb4cd039ea7773b788db87389f8ec34914afc8b299fecfdd579fe89fc4e6d731bfdc9c06a2c6c3d75ab9e1022bf5dbe1c662962d6ccd8a8f6fe4f8589927ca
 SHA512 
4ed6ca0ecca12e7409d3d364b72dc6a2b411c61bf53fe8aa0b0cac65a3bdb941921c0b81d94f34c8ac9f4922c8c7566d347b5e6b5c74518ae3a88904f9e20f27
 DIST mawk-1.3.4-20190203.tgz 466481 BLAKE2B 
f647c52872ff510f02ab44f13f6c51497abdecf3d6ab40faa2e419f726a15ebdb531607465bcaf2f53d032284251f9fd25e73734a72fc31c014a0a9f200613ed
 SHA512 
64d5b1838d34d30e32966f46cb7457c865caccfe9fe1049d2645ba301b1ddb4efc18588115dbcf96234a2a0b791211a7f82264a3c81899459dc3029e65837646
+DIST mawk-1.3.4-20200106.tgz 468031 BLAKE2B 
b125eecf780f0658d3a1c06875fdac221ffe5999e38646d71b15159c50271a7bbfb594fb6347442239c3eab6703f9c782739bd2a5a055e1ff8cd44a0e8a6545d
 SHA512 
f6f65f3b73965f520a6f9bb7e2b6ad2a3c532c0768461744e6cfb2e72e2c718dacd1c5eea995dfa267facfc4e0ee71d337809cd45d5c75cfbc65294b45280ff9

diff --git a/sys-apps/mawk/mawk-1.3.4_p20200106.ebuild 
b/sys-apps/mawk/mawk-1.3.4_p20200106.ebuild
new file mode 100644
index 000..c0ef9e890ec
--- /dev/null
+++ b/sys-apps/mawk/mawk-1.3.4_p20200106.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/_p/-}"
+DESCRIPTION="an (often faster than gawk) awk-interpreter"
+HOMEPAGE="https://invisible-island.net/mawk/mawk.html;
+SRC_URI="https://invisible-mirror.net/archives/${PN}/${MY_P}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="forced-sandbox"
+
+RDEPEND="app-eselect/eselect-awk"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( ACKNOWLEDGMENT CHANGES README )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.3.4-sandbox.patch
+   "${FILESDIR}"/${PN}-1.3.4-sandbox-default.patch
+)
+
+src_configure() {
+   tc-export BUILD_CC
+   econf $(use_enable forced-sandbox)
+}
+
+src_install() {
+   default
+
+   exeinto /usr/share/doc/${PF}/examples
+   doexe examples/*
+   docompress -x /usr/share/doc/${PF}/examples
+}
+
+pkg_postinst() {
+   eselect awk update ifunset
+}
+
+pkg_postrm() {
+   eselect awk update ifunset
+}



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

2020-01-16 Thread Tim Harder
commit: a1c0a81cb58522eaf51f7e612b0208ce0cb83524
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jan 16 20:40:24 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jan 16 20:51:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c0a81c

dev-libs/libpcre2: use https for SRC_URI and HOMEPAGE

Signed-off-by: Tim Harder  gentoo.org>

 dev-libs/libpcre2/libpcre2-10.34.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libpcre2/libpcre2-10.34.ebuild 
b/dev-libs/libpcre2/libpcre2-10.34.ebuild
index 905bcad3168..91c82fa3b0a 100644
--- a/dev-libs/libpcre2/libpcre2-10.34.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.34.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
@@ -8,14 +8,14 @@ inherit flag-o-matic libtool multilib-minimal toolchain-funcs 
usr-ldscript
 PATCH_SET="${P}-patchset-01.tar.xz"
 
 DESCRIPTION="Perl-compatible regular expression library"
-HOMEPAGE="http://www.pcre.org/;
+HOMEPAGE="https://www.pcre.org/;
 MY_P="pcre2-${PV/_rc/-RC}"
 if [[ ${PV} != *_rc* ]] ; then
# Only the final releases are available here.
SRC_URI="mirror://sourceforge/pcre/${MY_P}.tar.bz2
-   
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${MY_P}.tar.bz2;
+   https://ftp.pcre.org/pub/pcre/${MY_P}.tar.bz2;
 else
-   
SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/${MY_P}.tar.bz2;
+   SRC_URI="https://ftp.pcre.org/pub/pcre/Testing/${MY_P}.tar.bz2;
 fi
 
 if [[ -n "${PATCH_SET}" ]] ; then



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

2020-01-16 Thread Craig Andrews
commit: 4cc09f87e750c8eda3f67840770d8a435e136392
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Jan 16 20:46:31 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Jan 16 20:46:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc09f87

net-p2p/cpuminer-opt: 3.11.4 version bump

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/cpuminer-opt/Manifest   |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.11.4.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 57b642f22da..bcc9715c533 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,3 +1,4 @@
 DIST cpuminer-opt-3.11.1.tar.gz 1924178 BLAKE2B 
1ed7f07f89c94e7e15ac370e7873e5b37ec45c5b0132c3a8f2772558eb37666f1db41fbf78311f539d69f2b0858ef91478a9b1b469220e09fe07e20bd0147db3
 SHA512 
af6a70e0e60d7c6ab904fe29f37ba3f18327d9eb7b9700b53c28ca5d4f6693d124b01a9f382f608f4449f5a412ca57216bac354bc40d1793a1f1d40f7191dd7b
 DIST cpuminer-opt-3.11.2.tar.gz 1923535 BLAKE2B 
24ee1f4e64771ac1f007fd5934569e53959692f95dfd9fe4a7b38d4d32cbd4d5dd3731a285ad4e9e1e9bbbfd56a86bc9a69de9d5392d6d9a858a816ad031575f
 SHA512 
bdbe99b358e37d8170259e5575f28d0b8c2e7faa6159b389f173e1a74299483ae6c5b2173f7565943f4c36e8e99d436ffbb485e3012f53337599d9dbd004b1b9
 DIST cpuminer-opt-3.11.3.tar.gz 1924724 BLAKE2B 
1e0cd26b7400b1d09fcc74bcadedb7da478f8b0be9c4c8ad8ce097e0a4c438068214139e9eb4901f0fa80a3c997ff9bb802788198236aba418703bdfc5edd0f8
 SHA512 
fd061644b15b5d2e68bca949a67bc6d2eab53e5d309c4e0c6766ccea0e956f49229e385e582144ef2dadf80530a16b7409df3aad3184d68eb03c32ef1258
+DIST cpuminer-opt-3.11.4.tar.gz 1926931 BLAKE2B 
ecec5bb87c7d1d72d42d516b791ce925a2bc3499bf1e8eb4e66a318e12bf60b99eb3d83ca39da04d78e68e84e08b8e7708489cdd77c997d9295f3e97cb8bf140
 SHA512 
a32d7080badf9d89030a4887a5c181c3dec2bac329b25052f060f7134e00111e8aac458d3f248bb9374be5558bee628c7fa8b1e6ef0c78d0cc4942dd5a513d2c

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.4.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.4.ebuild
new file mode 100644
index 000..a5d436b3b8b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   >=net-misc/curl-7.15[ssl]
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto --with-curl
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}
+
+src_test() {
+   ./cpuminer --cputest || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/

2020-01-16 Thread Tim Harder
commit: 8141fee392b238e75e84ac01ec379bf1bd2c2efd
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jan 16 20:24:41 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jan 16 20:24:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8141fee3

dev-embedded/u-boot-tools: use HTTPS for HOMEPAGE

Signed-off-by: Tim Harder  gentoo.org>

 dev-embedded/u-boot-tools/u-boot-tools-2019.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2019.10.ebuild 
b/dev-embedded/u-boot-tools/u-boot-tools-2019.10.ebuild
index 5e06655915d..6d75f56e506 100644
--- a/dev-embedded/u-boot-tools/u-boot-tools-2019.10.ebuild
+++ b/dev-embedded/u-boot-tools/u-boot-tools-2019.10.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 MY_P="u-boot-${PV/_/-}"
 DESCRIPTION="utilities for working with Das U-Boot"
-HOMEPAGE="http://www.denx.de/wiki/U-Boot/WebHome;
+HOMEPAGE="https://www.denx.de/wiki/U-Boot/WebHome;
 SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"



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

2020-01-16 Thread Tim Harder
commit: 5898d9d0da96a108460e8878c8529363e5ebeb42
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jan 16 20:20:04 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jan 16 20:21:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5898d9d0

dev-util/byacc: remove old

Signed-off-by: Tim Harder  gentoo.org>

 dev-util/byacc/Manifest  |  2 --
 dev-util/byacc/byacc-20170201.ebuild | 18 --
 dev-util/byacc/byacc-20180609.ebuild | 18 --
 3 files changed, 38 deletions(-)

diff --git a/dev-util/byacc/Manifest b/dev-util/byacc/Manifest
index 917df2ae3bf..1c3a84dc013 100644
--- a/dev-util/byacc/Manifest
+++ b/dev-util/byacc/Manifest
@@ -1,4 +1,2 @@
-DIST byacc-20170201.tgz 741550 BLAKE2B 
d72e2361cbc02d37754d7ca2b0cdabe39bc5b60728e7edf6c0040ca87f991469c918fb0d4c96239d1483ccce0b729698cae9fd6d9988626c1a7ca2d58f47bf1c
 SHA512 
f45e6f5eefe4a4bbcd233fbe06cf25fecec3ecabebea9064db0f52d900ae90783dd180f90d70901f82e2b632ce0432d28a913d312b15225e6256344c176a3638
-DIST byacc-20180609.tgz 745317 BLAKE2B 
d544e2c81540c711fac57ac3179aec9f44b4db808e44318b3046443c29870351b5251383542caec9f65e06a6d83f481f2c8c4e73a28e59d5a57e854532404df4
 SHA512 
45aa6de839ca23385ab832685fdaa49225dcde6a40bdb990eefde8ab1be2cfe063875072e844629ac91e9533e6e310fa0bb8a6bd01e246a1cefc67bbc3c175f9
 DIST byacc-20190617.tgz 799465 BLAKE2B 
2baf34b20da049b3b1d2a569ec6b5470fe4935c9b13062fc58e6c73de6cbb1823736532686d4c9c083771432ce1caccc369c87070b27d59e9cb7c5c5bf1391c9
 SHA512 
79d04d7aa976e8b4e1bbd69f75ac1f0dbe005b1a7b072ce5ef75c877e8ece043e4adf48645c10ef036ee02de639b56b9befebb34f6e46cac1a59f8f641cc7cc8
 DIST byacc-20191125.tgz 871913 BLAKE2B 
b779fd05a98bc794544d84568720979ede374c7c821f3883e2568dd97bb2ded2dbc85471f5dadb7aa2953d9cc9665f4f1f18b77717aa63eae0786f70683fd9b7
 SHA512 
ef35ec6a294b07c71958dbd7106cc9b4a99d0eb45336d71c2763b3861a2cf97ed1de7f8c242a5eeb2841578711ed4a0bd874b7d6ac5e63db7f1d418847767c7f

diff --git a/dev-util/byacc/byacc-20170201.ebuild 
b/dev-util/byacc/byacc-20170201.ebuild
deleted file mode 100644
index e15ab9e8588..000
--- a/dev-util/byacc/byacc-20170201.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="the best variant of the Yacc parser generator"
-HOMEPAGE="https://invisible-island.net/byacc/byacc.html;
-SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-
-DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
-
-src_configure() {
-   econf --program-prefix=b
-}

diff --git a/dev-util/byacc/byacc-20180609.ebuild 
b/dev-util/byacc/byacc-20180609.ebuild
deleted file mode 100644
index e0e5a971f5d..000
--- a/dev-util/byacc/byacc-20180609.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="the best variant of the Yacc parser generator"
-HOMEPAGE="https://invisible-island.net/byacc/byacc.html;
-SRC_URI="https://invisible-mirror.net/archives/byacc/${P}.tgz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-
-DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
-
-src_configure() {
-   econf --program-prefix=b
-}



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

2020-01-16 Thread Tim Harder
commit: 384c15eb0758cdf06b4b0bbf669f3e436964c30d
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jan 16 20:19:25 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jan 16 20:20:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384c15eb

dev-util/diffstat: version bump to 1.63

Signed-off-by: Tim Harder  gentoo.org>

 dev-util/diffstat/Manifest |  1 +
 dev-util/diffstat/diffstat-1.63.ebuild | 13 +
 2 files changed, 14 insertions(+)

diff --git a/dev-util/diffstat/Manifest b/dev-util/diffstat/Manifest
index fe5d0e9d3d3..2589c013a8b 100644
--- a/dev-util/diffstat/Manifest
+++ b/dev-util/diffstat/Manifest
@@ -1,2 +1,3 @@
 DIST diffstat-1.60.tgz 255922 BLAKE2B 
325be7c283580066cd5c2665078320d33f9a97761a641ce53e7a53200cfdd0d047adb3bec527a5c8489320a685bd43979066465886fefd7ce5a29926c43dd95b
 SHA512 
6cbcff7dfe6d51583d59d2c9dfe4cb958202491ca3c4b1096616380564a1842065434d30858c55c3ddcfc76cd07b58dfc4c4cb6cfdcf6346af60998170f51bd2
 DIST diffstat-1.61.tgz 257242 BLAKE2B 
8506944255991f3fb093c77e04d1c19e75cce5deffe7ade19f6917c9775e00d02cc8013fcd88440a9d116b66859ffebb0d1c92755ca0ebcca465dd0595fe4bd2
 SHA512 
48166e1241904b955c0f5543b1f11724a1a91516fcba5ad0603441d985728de3e0fca5f5212704dd0fc9a9e5062788b1b34062869137fd851932233d4abad114
+DIST diffstat-1.63.tgz 270855 BLAKE2B 
01a54c49200396a102c42d982e952d38d23c78452ae467e799d29ae1199aa179927ff719955d700081c4b4f4296c0b73229fa35823e3e18f80b2edc51e3316e2
 SHA512 
e1319f95088e615d442b0b02af922605d0c76e15ba2f0e8cf8c4db56949ac63f4a6e3e42099254480b9aab388cbd6550f515ed4d4995c6723d24f392d1872b16

diff --git a/dev-util/diffstat/diffstat-1.63.ebuild 
b/dev-util/diffstat/diffstat-1.63.ebuild
new file mode 100644
index 000..7d76d1956d4
--- /dev/null
+++ b/dev-util/diffstat/diffstat-1.63.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Display a histogram of diff changes"
+HOMEPAGE="https://invisible-island.net/diffstat/;
+SRC_URI="https://invisible-mirror.net/archives/${PN}/${P}.tgz;
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+IUSE=""



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

2020-01-16 Thread Tim Harder
commit: 84012c653ccc810bcf987e6399ccc8998d44a912
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jan 16 20:21:25 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jan 16 20:21:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84012c65

dev-util/diffstat: use HTTPS for upstream changelog metadata

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/dev-util/diffstat/metadata.xml b/dev-util/diffstat/metadata.xml
index a657c717c2c..209e691702d 100644
--- a/dev-util/diffstat/metadata.xml
+++ b/dev-util/diffstat/metadata.xml
@@ -6,6 +6,6 @@
 Gentoo Shell Tools Project
   
   
-http://invisible-island.net/diffstat/CHANGES
+https://invisible-island.net/diffstat/CHANGES
   
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/files/

2020-01-16 Thread Andreas Sturmlechner
commit: 91b67ce86892d7b9315ae469cc02e371359653be
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 20:16:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 20:22:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b67ce8

net-libs/libproxy: Properly fix patch to avoid NM dependency loop

Previously a second attempt at finding it would succeed.

Bug: https://bugs.gentoo.org/705552
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/libproxy-0.4.15-avoid-nm-build-dep.patch | 53 --
 1 file changed, 38 insertions(+), 15 deletions(-)

diff --git a/net-libs/libproxy/files/libproxy-0.4.15-avoid-nm-build-dep.patch 
b/net-libs/libproxy/files/libproxy-0.4.15-avoid-nm-build-dep.patch
index 0b9320a6dfd..e896baa3bac 100644
--- a/net-libs/libproxy/files/libproxy-0.4.15-avoid-nm-build-dep.patch
+++ b/net-libs/libproxy/files/libproxy-0.4.15-avoid-nm-build-dep.patch
@@ -1,4 +1,4 @@
-From 518214ee85e10c5bc99d3b115ae7ac9cc3fc14fc Mon Sep 17 00:00:00 2001
+From 703ac16ea2b508dc16d433b3fd597fcd496d05c1 Mon Sep 17 00:00:00 2001
 From: Alexandre Rostovtsev 
 Date: Mon, 29 Apr 2013 23:02:25 -0400
 Subject: [PATCH] Avoid build-time dependency on NetworkManager
@@ -9,25 +9,47 @@ nm -> libsoup -> glib-networking -> libproxy -> nm
 https://bugs.gentoo.org/467696
 
 * ast...@gentoo.org: Rebased on top of 0.4.15
+  also revert 423801295921ab1ec0d98565fcbc2635088d45da
 ---
- libproxy/cmake/modules/network_networkmanager.cmk |  4 ++--
- libproxy/modules/network_networkmanager.cpp   | 23 +--
- 2 files changed, 19 insertions(+), 8 deletions(-)
+ libproxy/cmake/modules.cmk|  6 ++---
+ .../cmake/modules/network_networkmanager.cmk  |  5 +---
+ libproxy/modules/network_networkmanager.cpp   | 23 ++-
+ 3 files changed, 21 insertions(+), 13 deletions(-)
 
 a/libproxy/cmake/modules/network_networkmanager.cmk2017-05-11 
11:33:33.0 +0200
-+++ b/libproxy/cmake/modules/network_networkmanager.cmk2019-10-06 
15:17:37.881932672 +0200
-@@ -1,6 +1,6 @@
+diff --git a/libproxy/cmake/modules.cmk b/libproxy/cmake/modules.cmk
+index b3211f2..d4436e1 100644
+--- a/libproxy/cmake/modules.cmk
 b/libproxy/cmake/modules.cmk
+@@ -38,10 +38,10 @@ px_module(config_w32reg"${WIN32}"1)
+ px_module(ignore_domain1 1)
+ px_module(ignore_hostname  1 1)
+ px_module(ignore_ip1 1)
+-if(NM_FOUND OR NMold_FOUND)
++if(NM_FOUND)
+   set(NM_BUILD 1)
+-endif(NM_FOUND OR NMold_FOUND)
+-px_module(network_networkmanager   "${NM_BUILD}" 0   
${NM_LIBRARIES}${NMold_LIBRARIES})
++endif(NM_FOUND)
++px_module(network_networkmanager   "${NM_BUILD}" 0   ${NM_LIBRARIES})
+ px_module(pacrunner_mozjs  "${MOZJS_FOUND}"  ${BIPR} 
${MOZJS_LIBRARIES})
+ px_module(pacrunner_natus  "${NATUS_FOUND}"  ${BIPR} 
${NATUS_LIBRARIES})
+ px_module(pacrunner_webkit "${WEBKIT_FOUND}" ${BIPR} 
${WEBKIT_LIBRARIES})
+diff --git a/libproxy/cmake/modules/network_networkmanager.cmk 
b/libproxy/cmake/modules/network_networkmanager.cmk
+index 6ef6ead..2586bbd 100644
+--- a/libproxy/cmake/modules/network_networkmanager.cmk
 b/libproxy/cmake/modules/network_networkmanager.cmk
+@@ -1,6 +1,3 @@
  if (NOT WIN32 AND NOT APPLE)
 -  px_check_modules(NM libnm dbus-1)
-+  px_check_modules(NM dbus-1)
-   if (NOT NM_FOUND)
+-  if (NOT NM_FOUND)
 -px_check_modules(NMold NetworkManager dbus-1)
-+px_check_modules(NMold dbus-1)
-   endif (NOT NM_FOUND)
+-  endif (NOT NM_FOUND)
++  px_check_modules(NM dbus-1)
  endif()
-
 a/libproxy/modules/network_networkmanager.cpp  2017-05-11 
11:33:33.0 +0200
-+++ b/libproxy/modules/network_networkmanager.cpp  2019-10-06 
15:24:21.621173178 +0200
+diff --git a/libproxy/modules/network_networkmanager.cpp 
b/libproxy/modules/network_networkmanager.cpp
+index 546a8ee..4dc3d8d 100644
+--- a/libproxy/modules/network_networkmanager.cpp
 b/libproxy/modules/network_networkmanager.cpp
 @@ -23,13 +23,24 @@
  using namespace libproxy;
  
@@ -60,4 +82,5 @@ https://bugs.gentoo.org/467696
  class networkmanager_network_extension : public network_extension {
  public:
 -- 
-1.8.2.1
+2.25.0
+



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

2020-01-16 Thread Bernard Cafarelli
commit: f4ebd1736eba22017310514a7b081edcffa7c511
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Jan 16 20:10:53 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Jan 16 20:20:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ebd173

app-text/tesseract: fix live ebuild repo URI

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli  gentoo.org>

 app-text/tesseract/tesseract-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/tesseract/tesseract-.ebuild 
b/app-text/tesseract/tesseract-.ebuild
index f44c6f3d8fc..36477196d95 100644
--- a/app-text/tesseract/tesseract-.ebuild
+++ b/app-text/tesseract/tesseract-.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
@@ -7,7 +7,7 @@ inherit autotools git-r3 multilib-minimal toolchain-funcs
 
 DESCRIPTION="An OCR Engine, orginally developed at HP, now open source."
 HOMEPAGE="https://github.com/tesseract-ocr;
-EGIT_REPO_URI="https://github.com/${MY_PN}/${PN}.git;
+EGIT_REPO_URI="https://github.com/tesseract-ocr/${PN}.git;
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/

2020-01-16 Thread Andreas Sturmlechner
commit: b0b6e4bbdf09f5805f4903cbf48e6f0204ceeba5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 19:44:36 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 19:44:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b6e4bb

net-libs/libproxy: Drop unused CMake variables

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

 net-libs/libproxy/libproxy-0.4.15-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-libs/libproxy/libproxy-0.4.15-r1.ebuild 
b/net-libs/libproxy/libproxy-0.4.15-r1.ebuild
index 36b6342d56c..4dcab470c23 100644
--- a/net-libs/libproxy/libproxy-0.4.15-r1.ebuild
+++ b/net-libs/libproxy/libproxy-0.4.15-r1.ebuild
@@ -65,8 +65,6 @@ multilib_src_configure() {
-DWITH_KDE=$(usex kde)
-DWITH_DOTNET=$(multilib_is_native_abi && usex mono || echo OFF)
-DWITH_NM=$(usex networkmanager)
-   -DWITH_NMold=$(usex networkmanager)
-   -DPERL_VENDORINSTALL=OFF
-DWITH_PERL=OFF # bug 705410, uses reserved target name "test"
-DWITH_PYTHON3=OFF # Major issue: 
https://github.com/libproxy/libproxy/issues/65
-DWITH_MOZJS=$(multilib_is_native_abi && usex spidermonkey || 
echo OFF)



[gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/

2020-01-16 Thread Andreas Sturmlechner
commit: 7b26254e22f3a8b5b4f38d00f31c87dec2d69345
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 19:42:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 19:42:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b26254e

net-libs/libproxy: Drop 0.4.15 (r0)

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

 net-libs/libproxy/libproxy-0.4.15.ebuild | 87 
 1 file changed, 87 deletions(-)

diff --git a/net-libs/libproxy/libproxy-0.4.15.ebuild 
b/net-libs/libproxy/libproxy-0.4.15.ebuild
deleted file mode 100644
index 8f8f6a2ec5a..000
--- a/net-libs/libproxy/libproxy-0.4.15.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib flag-o-matic mono-env
-
-DESCRIPTION="Library for automatic proxy configuration management"
-HOMEPAGE="https://github.com/libproxy/libproxy;
-SRC_URI="https://github.com/libproxy/libproxy/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="gnome kde mono networkmanager perl spidermonkey test webkit"
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   virtual/pkgconfig:0[${MULTILIB_USEDEP}]
-"
-DEPEND="
-   gnome? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )
-   mono? ( dev-lang/mono )
-   networkmanager? ( sys-apps/dbus:0[${MULTILIB_USEDEP}] )
-   perl? ( dev-lang/perl:= )
-   spidermonkey? ( >=dev-lang/spidermonkey-52.0.0:= )
-   webkit? ( net-libs/webkit-gtk:4 )
-"
-RDEPEND="${DEPEND}
-   kde? ( kde-frameworks/kconfig:5 )
-"
-# avoid dependency loop, bug #467696
-PDEPEND="networkmanager? ( net-misc/networkmanager )"
-
-PATCHES=(
-   # get-pac-test freezes when run by the ebuild, succeeds when building
-   # manually; virtualx.eclass doesn't help :(
-   "${FILESDIR}/${PN}-0.4.10-disable-pac-test.patch"
-
-   # https://github.com/libproxy/libproxy/issues/27
-   "${FILESDIR}/${PN}-0.4.12-macosx.patch"
-
-   # prevent dependency loop with networkmanager, libsoup, 
glib-networking; bug #467696
-   # https://github.com/libproxy/libproxy/issues/28
-   "${FILESDIR}/${P}-avoid-nm-build-dep.patch"
-
-   # backports from git master:
-   "${FILESDIR}"/${P}-python-3.7.patch # find python-3.7 and 3.8 as well
-   "${FILESDIR}"/${P}-mozjs-52-{1,2}.patch
-)
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_C_FLAGS="${CFLAGS}"
-   -DCMAKE_CXX_FLAGS="${CXXFLAGS}"
-   -DWITH_NATUS=OFF
-   -DWITH_PYTHON2=OFF
-   # WITH_VALA just copies the .vapi file over and needs no deps,
-   # hence always enable it unconditionally
-   -DWITH_VALA=ON
-   -DWITH_WEBKIT=OFF
-   $(multilib_is_native_abi && usex mono 
-DGMCS_EXECUTABLE="${EPREFIX}"/usr/bin/mcs)
-   -DWITH_GNOME3=$(usex gnome)
-   -DWITH_KDE=$(usex kde)
-   -DWITH_DOTNET=$(multilib_is_native_abi && usex mono || echo OFF)
-   -DWITH_NM=$(usex networkmanager)
-   $(multilib_is_native_abi && usex perl -DPERL_VENDORINSTALL=ON)
-   -DWITH_PERL=$(multilib_is_native_abi && usex perl || echo OFF)
-   -DWITH_PYTHON3=OFF # Major issue: 
https://github.com/libproxy/libproxy/issues/65
-   -DWITH_MOZJS=$(multilib_is_native_abi && usex spidermonkey || 
echo OFF)
-   -DBUILD_TESTING=$(usex test)
-   -DWITH_WEBKIT3=$(multilib_is_native_abi && usex webkit || echo 
OFF)
-   )
-   cmake_src_configure
-}
-
-src_configure() {
-   [[ ${CHOST} == *-solaris* ]] && append-libs -lsocket -lnsl
-
-   multilib-minimal_src_configure
-}
-
-multilib_src_install_all() {
-   doman "${FILESDIR}"/proxy.1
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/

2020-01-16 Thread Andreas Sturmlechner
commit: bc0a50d2bcf7e361d8b9a31f316720ebc751804a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 19:41:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 19:41:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0a50d2

net-libs/libproxy: Drop USE perl

No revdeps. Feel free to revert after fixing build system (upstream!).

Closes: https://bugs.gentoo.org/705410
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-libs/libproxy/libproxy-0.4.15-r1.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-libs/libproxy/libproxy-0.4.15-r1.ebuild 
b/net-libs/libproxy/libproxy-0.4.15-r1.ebuild
index c194f52a8c6..36b6342d56c 100644
--- a/net-libs/libproxy/libproxy-0.4.15-r1.ebuild
+++ b/net-libs/libproxy/libproxy-0.4.15-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/libproxy/libproxy/archive/${PV}.tar.gz -> ${P}.tar.g
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="gnome kde mono networkmanager perl spidermonkey test webkit"
+IUSE="gnome kde mono networkmanager spidermonkey test webkit"
 
 RESTRICT="!test? ( test )"
 
@@ -24,7 +24,6 @@ DEPEND="
gnome? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )
mono? ( dev-lang/mono )
networkmanager? ( sys-apps/dbus:0[${MULTILIB_USEDEP}] )
-   perl? ( dev-lang/perl:= )
spidermonkey? ( >=dev-lang/spidermonkey-52.0.0:= )
webkit? ( net-libs/webkit-gtk:4 )
 "
@@ -67,8 +66,8 @@ multilib_src_configure() {
-DWITH_DOTNET=$(multilib_is_native_abi && usex mono || echo OFF)
-DWITH_NM=$(usex networkmanager)
-DWITH_NMold=$(usex networkmanager)
-   $(multilib_is_native_abi && usex perl -DPERL_VENDORINSTALL=ON)
-   -DWITH_PERL=$(multilib_is_native_abi && usex perl || echo OFF)
+   -DPERL_VENDORINSTALL=OFF
+   -DWITH_PERL=OFF # bug 705410, uses reserved target name "test"
-DWITH_PYTHON3=OFF # Major issue: 
https://github.com/libproxy/libproxy/issues/65
-DWITH_MOZJS=$(multilib_is_native_abi && usex spidermonkey || 
echo OFF)
-DBUILD_TESTING=$(usex test)



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

2020-01-16 Thread Mikle Kolyada
commit: 9753537cfaf24e80397a0236a169ded2ccc19fdf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 16 19:36:09 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 16 19:36:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9753537c

app-emulation/docker: force cgroupv1 on systemd

Closes: https://bugs.gentoo.org/691844
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-emulation/docker/docker-19.03.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/docker/docker-19.03.5.ebuild 
b/app-emulation/docker/docker-19.03.5.ebuild
index b1fb15056e3..083a97987cf 100644
--- a/app-emulation/docker/docker-19.03.5.ebuild
+++ b/app-emulation/docker/docker-19.03.5.ebuild
@@ -51,6 +51,7 @@ DEPEND="
 # 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
 RDEPEND="
${COMMON_DEPEND}
+   !sys-apps/systemd[-cgroup-hybrid(+)]
>=net-firewall/iptables-1.4
sys-process/procps
>=dev-vcs/git-1.7



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

2020-01-16 Thread Mikle Kolyada
commit: 242d8d194d68098f0aa1c28daa25dade53bcbc91
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 16 19:19:18 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 16 19:20:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242d8d19

net-p2p/qbittorrent: mark stable

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
index 22b2a5ad4a4..91e0d2f3769 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git;
 else

SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 x86"
S="${WORKDIR}/qBittorrent-release-${PV}"
 fi
 



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

2020-01-16 Thread Mikle Kolyada
commit: 3ee6cd57b22d1240c4985f501958700b642c7ddb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 16 19:20:18 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 16 19:20:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee6cd57

net-p2p/qbittorrent: Drop old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-p2p/qbittorrent/Manifest   |  3 --
 net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild   | 70 --
 net-p2p/qbittorrent/qbittorrent-4.1.8.ebuild   | 70 --
 net-p2p/qbittorrent/qbittorrent-4.1.9.1.ebuild | 70 --
 4 files changed, 213 deletions(-)

diff --git a/net-p2p/qbittorrent/Manifest b/net-p2p/qbittorrent/Manifest
index a07d8b4ef67..af16d9489ff 100644
--- a/net-p2p/qbittorrent/Manifest
+++ b/net-p2p/qbittorrent/Manifest
@@ -1,4 +1 @@
-DIST qbittorrent-4.1.7.tar.gz 7803389 BLAKE2B 
6a8cf01c2bd86b63b629877fd3446db4aedd1591058af24c14dd4b69f0abae7f3ca715190fa0496b1a3ec742d4ee12585dd27e27c1465a1d22a149c2d47608ca
 SHA512 
59fc6dc9696fbcfb9325017dcb5514f866e7f9e9eda9b4487c29c94d445709f1f3fab35f9817b62da75757360239362d77024d708eae48e89dffdde4ed272be4
-DIST qbittorrent-4.1.8.tar.gz 7803739 BLAKE2B 
ee56e004945025f06b179b08e938c6a3182f252c3bed6990158634ea1fdfd525fd67d105fd7ecdf0217a4bd73d847c5007d1e95f492f4f4e41c32d22dd6b7523
 SHA512 
8920e98f8db5dd738caab8815cc4a10950c34ba2eaa19b50479bb2ab548f6f297534759d71791caa4c8bfbea92d4b71d223a27fae150e00cc0a262eb3370a1e3
-DIST qbittorrent-4.1.9.1.tar.gz 7804066 BLAKE2B 
b5fddfdef8773318991ee5a3a818101b46fd0f258c24eebe2a9dde3f9e806544159c373406f609a911b330e32257b3d58a7d81e830ed91cce205182cde16052a
 SHA512 
2a132202762461293ee8e4248bf7d512b3c33ec73670bf4c5c22261be546a69a69775b6c4baacd97a3f9055145cdb4153de17704b6b574b33370f3b454b1def9
 DIST qbittorrent-4.2.1.tar.gz 7824636 BLAKE2B 
06aa493b4e59f8e064955c604846cd4e4d404988819aa4f0b7a555cd3d8c74f42d4b40b581bc5c2360e5b75f0ce33f77882051360453176a9540d03d4d5de82d
 SHA512 
345c702a49d284fe28b45e52719a79195a784ba07339ea49c340d10d387482d3ba59335b2e41616de97e3813531e808c41239e597ef4b710fcebceb0c837483c

diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild
deleted file mode 100644
index 19a8c92ab04..000
--- a/net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="BitTorrent client in C++ and Qt"
-HOMEPAGE="https://www.qbittorrent.org
- https://github.com/qbittorrent;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git;
-else
-   
SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64 x86"
-   S="${WORKDIR}/qBittorrent-release-${PV}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+dbus debug webui +X"
-REQUIRED_USE="dbus? ( X )"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-RDEPEND="
-   >=dev-libs/boost-1.62.0-r1:=
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5[ssl]
-   >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt5(+),X?]
-   dev-qt/qtxml:5
-   =net-libs/libtorrent-rasterbar-1.1*:0=
-   sys-libs/zlib
-   dbus? ( dev-qt/qtdbus:5 )
-   X? (
-   dev-libs/geoip
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   )"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
-
-src_configure() {
-   econf --with-qtsingleapplication=system \
-   $(use_enable dbus qt-dbus) \
-   $(use_enable debug) \
-   $(use_enable webui) \
-   $(use_enable X gui)
-}
-
-src_install() {
-   emake STRIP="/bin/false" INSTALL_ROOT="${D}" install
-   einstalldocs
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}

diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.8.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.1.8.ebuild
deleted file mode 100644
index e4e1c16a315..000
--- a/net-p2p/qbittorrent/qbittorrent-4.1.8.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="BitTorrent client in C++ and Qt"
-HOMEPAGE="https://www.qbittorrent.org
- https://github.com/qbittorrent;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git;
-else
-   
SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz
 -> ${P}.tar.gz"
- 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/

2020-01-16 Thread Ben Kohler
commit: 7cd662dd30c20f23c1ac804f06f08936dac0e372
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jan 16 19:12:50 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jan 16 19:12:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd662dd

net-libs/libproxy: fix installation for USE="-networkmanager"

Closes: https://bugs.gentoo.org/705552
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ben Kohler  gentoo.org>

 net-libs/libproxy/libproxy-0.4.15-r1.ebuild | 88 +
 1 file changed, 88 insertions(+)

diff --git a/net-libs/libproxy/libproxy-0.4.15-r1.ebuild 
b/net-libs/libproxy/libproxy-0.4.15-r1.ebuild
new file mode 100644
index 000..c194f52a8c6
--- /dev/null
+++ b/net-libs/libproxy/libproxy-0.4.15-r1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+inherit cmake-multilib flag-o-matic mono-env
+
+DESCRIPTION="Library for automatic proxy configuration management"
+HOMEPAGE="https://github.com/libproxy/libproxy;
+SRC_URI="https://github.com/libproxy/libproxy/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="gnome kde mono networkmanager perl spidermonkey test webkit"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   virtual/pkgconfig:0[${MULTILIB_USEDEP}]
+"
+DEPEND="
+   gnome? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )
+   mono? ( dev-lang/mono )
+   networkmanager? ( sys-apps/dbus:0[${MULTILIB_USEDEP}] )
+   perl? ( dev-lang/perl:= )
+   spidermonkey? ( >=dev-lang/spidermonkey-52.0.0:= )
+   webkit? ( net-libs/webkit-gtk:4 )
+"
+RDEPEND="${DEPEND}
+   kde? ( kde-frameworks/kconfig:5 )
+"
+# avoid dependency loop, bug #467696
+PDEPEND="networkmanager? ( net-misc/networkmanager )"
+
+PATCHES=(
+   # get-pac-test freezes when run by the ebuild, succeeds when building
+   # manually; virtualx.eclass doesn't help :(
+   "${FILESDIR}/${PN}-0.4.10-disable-pac-test.patch"
+
+   # https://github.com/libproxy/libproxy/issues/27
+   "${FILESDIR}/${PN}-0.4.12-macosx.patch"
+
+   # prevent dependency loop with networkmanager, libsoup, 
glib-networking; bug #467696
+   # https://github.com/libproxy/libproxy/issues/28
+   "${FILESDIR}/${P}-avoid-nm-build-dep.patch"
+
+   # backports from git master:
+   "${FILESDIR}"/${P}-python-3.7.patch # find python-3.7 and 3.8 as well
+   "${FILESDIR}"/${P}-mozjs-52-{1,2}.patch
+)
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_C_FLAGS="${CFLAGS}"
+   -DCMAKE_CXX_FLAGS="${CXXFLAGS}"
+   -DWITH_NATUS=OFF
+   -DWITH_PYTHON2=OFF
+   # WITH_VALA just copies the .vapi file over and needs no deps,
+   # hence always enable it unconditionally
+   -DWITH_VALA=ON
+   -DWITH_WEBKIT=OFF
+   $(multilib_is_native_abi && usex mono 
-DGMCS_EXECUTABLE="${EPREFIX}"/usr/bin/mcs)
+   -DWITH_GNOME3=$(usex gnome)
+   -DWITH_KDE=$(usex kde)
+   -DWITH_DOTNET=$(multilib_is_native_abi && usex mono || echo OFF)
+   -DWITH_NM=$(usex networkmanager)
+   -DWITH_NMold=$(usex networkmanager)
+   $(multilib_is_native_abi && usex perl -DPERL_VENDORINSTALL=ON)
+   -DWITH_PERL=$(multilib_is_native_abi && usex perl || echo OFF)
+   -DWITH_PYTHON3=OFF # Major issue: 
https://github.com/libproxy/libproxy/issues/65
+   -DWITH_MOZJS=$(multilib_is_native_abi && usex spidermonkey || 
echo OFF)
+   -DBUILD_TESTING=$(usex test)
+   -DWITH_WEBKIT3=$(multilib_is_native_abi && usex webkit || echo 
OFF)
+   )
+   cmake_src_configure
+}
+
+src_configure() {
+   [[ ${CHOST} == *-solaris* ]] && append-libs -lsocket -lnsl
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_install_all() {
+   doman "${FILESDIR}"/proxy.1
+}



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

2020-01-16 Thread Hans de Graaff
commit: 89b9094daeed53bc97df08751b61af7007d34289
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 16 18:57:06 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 16 18:58:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b9094d

app-admin/puppet: add 5.5.18

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

 app-admin/puppet/Manifest |   1 +
 app-admin/puppet/puppet-5.5.18.ebuild | 141 ++
 2 files changed, 142 insertions(+)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 93f7ebb1a92..8dc2c676543 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,5 +1,6 @@
 DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 
03757857868b1544078ae5e40d6e438631c788f1b01a3e62ba90e477b754601d2c085228e084363ff20ee39728b02ebe8ca83e17f7c79dddae1c3968aef4e320
 SHA512 
ff7accf70b1d4de7282cf3b41246151c49c4758a41ace56a470e4723749638027011cf170747e66fa5812280e1612e754e12d92dd35fa6c93171f7187bb9cfa2
 DIST puppet-5.5.17.tar.gz 3090402 BLAKE2B 
7722ec4196ee766c29eddd7dc73539a4a5a0e4cc781a84af25210488328b5ae01178ca64e8eef14152cbeca06dc8fe145b5e39ce6a120d7689fc32cbbbe16f9f
 SHA512 
95c6cd836a9f732ccfe2d8b83096e79c32428c43390c0826663f896ca1388e1fe3b55d93a5a7548831e95de85247db717866c36786d591e207341c734d70168b
+DIST puppet-5.5.18.tar.gz 2984835 BLAKE2B 
d5a1d023d3d26e04ccc81efa772131c06fc7ace8ec59c7efa97bddb775bb492d3256290824a87d54df5c28862cbba98c58cf41bb4a0c27a4128701652c06eee0
 SHA512 
86f210ee783ca36340b22463cd4ac237d8dc1c6a35526530af0696bb3f0373b0b22f690d3e3f8e31655ea182a33eb60b66b5826bd6c4d1b0059a8e46152416e6
 DIST puppet-6.10.1.tar.gz 2809383 BLAKE2B 
1589dcfa7d73b81ab7fbc3fca4b2fe956f5d240d11583c484262d5243e4713bb4aa9cd5c655e9566468050ab2e5c0ec0cc720e3ff9088add0744e02147b4e3bb
 SHA512 
211c9837eb4a77a54bf09811a1a84709eef06f17e0c5c9c598d01bce2e183e69974709ad4dfb8f5fecd7433c1ff52757aa699c623155d1a0742f2e07eaf2ec56
 DIST puppet-6.11.1.tar.gz 2816525 BLAKE2B 
c4b188d5bf76b70a2748b86df78f1ca6ab99951cbc3a16377d3f2d38e165bc78ef8e5648cb09264a25ae81ac4d379b9323b1f2bbdea6679292c2cf38cabee662
 SHA512 
f44196206331448651e0ff0e865b09c6ccbb19115edeba4c58c8a29aa35e7d76676d5a3cb35c51cd511a44115c9c9434f1f90d5cbb0a5551a4004741d305c879
 DIST puppet-6.12.0.tar.gz 2825392 BLAKE2B 
fdb7007ca337654f5ee89cd6f3beae300c3eb952570eaf1aa9baad407b84b418916e42aed63855bbb250f1d367be12f98261df54253f6438d33950134ef01cce
 SHA512 
bcb77699f4a4a058ea0fa47ee2b449f19053e3ae859e3e30c65a57ad65fc052a4f05d7a932b9cc4b9974b36dc343ac482258ad8d5a44a151362df474b82c11fe

diff --git a/app-admin/puppet/puppet-5.5.18.ebuild 
b/app-admin/puppet/puppet-5.5.18.ebuild
new file mode 100644
index 000..003415b6fd8
--- /dev/null
+++ b/app-admin/puppet/puppet-5.5.18.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC="doc:all"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locales"
+
+inherit eutils user ruby-fakegem eapi7-ver
+
+DESCRIPTION="A system automation and configuration management software."
+HOMEPAGE="https://puppet.com/;
+SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
+RESTRICT="test"
+
+ruby_add_rdepend "
+   dev-ruby/hiera
+   dev-ruby/json:=
+   >=dev-ruby/facter-3.0.0
+   augeas? ( dev-ruby/ruby-augeas )
+   diff? ( dev-ruby/diff-lcs )
+   doc? ( dev-ruby/rdoc )
+   ldap? ( dev-ruby/ruby-ldap )
+   shadow? ( dev-ruby/ruby-shadow )
+   sqlite? ( dev-ruby/sqlite3 )
+   virtual/ruby-ssl
+   dev-ruby/hocon"
+
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/mocha
+   dev-ruby/rack
+   dev-ruby/rspec-its
+   )"
+# this should go in the above lists, but isn't because of test deps not being 
keyworded
+#   dev-ruby/rspec-collection_matchers
+
+RDEPEND+=" ${RDEPEND}
+   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
+   >=app-portage/eix-0.18.0"
+PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/lib/puppet puppet
+}
+
+all_ruby_prepare() {
+   # Avoid spec that require unpackaged json-schema.
+   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
+
+   # fix systemd path
+   epatch "${FILESDIR}/puppet-systemd.patch"
+
+   # Avoid specs that can only run in the puppet.git repository. This
+   # should be narrowed down to the specific specs.

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/github-pages-publish/

2020-01-16 Thread Rafael Martins
commit: ae32e7790a48e5d8b9eb06972da4d61459975356
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan 16 18:54:48 2020 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Thu Jan 16 18:55:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae32e779

dev-vcs/github-pages-publish: version bump

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins  gentoo.org>

 dev-vcs/github-pages-publish/Manifest  |  2 +-
 ...-publish-0.1.2.ebuild => github-pages-publish-0.1.3.ebuild} | 10 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/github-pages-publish/Manifest 
b/dev-vcs/github-pages-publish/Manifest
index 15f48e80dff..1d0157df759 100644
--- a/dev-vcs/github-pages-publish/Manifest
+++ b/dev-vcs/github-pages-publish/Manifest
@@ -1 +1 @@
-DIST github-pages-publish-0.1.2.tar.gz 3295 BLAKE2B 
6c891dde4fe450bb8708a5428fb1b205e111ebf876a7c8348e69dc89b95c43472a0ecc70ed75de7a3d137a8beead8ca00b12206dc8508371aa34c57ce53d6133
 SHA512 
3011a070c0798bc3f2853c32c6d97e20eb4711a23b4e2c2b188b4158d46d1434d89f8400bebed0806b9781cd8e13800f3e10d9e99ff2fc4e02059329fbee2658
+DIST github-pages-publish-0.1.3.tar.gz 3568 BLAKE2B 
d19d9d218d584f92a70016b6522b1e27edecf7de8dcc1fb4ca790980ec2a4ffd4f401f11ac7cd2483e5e723f9ae088678dc3aa346eb66de536a5c10435ff1953
 SHA512 
a501a6fbdf10038a35b5df8add58a79813d6cc2b26b2bfed2a2db7d02740c587a60402459c2fcdeeec66c72f1d5df532023490219daba14ce60782a2018b93d6

diff --git a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild 
b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
similarity index 80%
rename from dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild
rename to dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
index 13890ea8da5..d24e31d07ff 100644
--- a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild
+++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
@@ -1,9 +1,10 @@
-# 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
 
-PYTHON_COMPAT=( python2_7 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 GIT_ECLASS=
 if [[ ${PV} = ** ]]; then
@@ -28,6 +29,5 @@ LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-DEPEND="dev-python/setuptools
-   >=dev-python/pygit2-0.20.0"
+DEPEND=">=dev-python/pygit2-0.20.0"
 RDEPEND="${DEPEND}"



[gentoo-commits] proj/devmanual:master commit in: appendices/contributors/

2020-01-16 Thread Ulrich Müller
commit: f8415e7853e8f02a5940c002ca3e33664bdfe399
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jan 16 07:33:02 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jan 16 18:49:09 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f8415e78

appendices/contributors: Drop attribution for auto-generated page.

Signed-off-by: Ulrich Müller  gentoo.org>

 appendices/contributors/text.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/appendices/contributors/text.xml b/appendices/contributors/text.xml
index d06ccf9..bf0a12d 100644
--- a/appendices/contributors/text.xml
+++ b/appendices/contributors/text.xml
@@ -16,8 +16,7 @@ This page lists the contributions to the Gentoo Development 
Guide:
   
 
 
-  ,
-  
+  
 
 
   



[gentoo-commits] proj/devmanual:master commit in: tasks-reference/completion/, ebuild-writing/functions/src_unpack/svn-sources/, ...

2020-01-16 Thread Ulrich Müller
commit: 67b22764d134fdf6812efaa495c563ae1e639b9c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jan 15 20:08:13 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jan 16 18:49:08 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=67b22764

Revert "Fixed eclass-reference links"

This is now fixed in devbook.xsl, so the changes in the text
(which were meant as a stop-gap measure) can be reverted again.

This reverts commit 481c88ea7ca8d93b17ac6668186216baf50daab9.

Bug: https://bugs.gentoo.org/475332
Signed-off-by: Ulrich Müller  gentoo.org>

 appendices/contributors/text.xml| 2 +-
 ebuild-writing/functions/src_compile/build-environment/text.xml | 2 +-
 ebuild-writing/functions/src_compile/building/text.xml  | 5 +++--
 ebuild-writing/functions/src_unpack/svn-sources/text.xml| 4 ++--
 ebuild-writing/using-eclasses/text.xml  | 8 
 tasks-reference/completion/text.xml | 3 +--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/appendices/contributors/text.xml b/appendices/contributors/text.xml
index db7694d..d06ccf9 100644
--- a/appendices/contributors/text.xml
+++ b/appendices/contributors/text.xml
@@ -17,7 +17,7 @@ This page lists the contributions to the Gentoo Development 
Guide:
 
 
   ,
-  subversion.eclass
+  
 
 
   

diff --git a/ebuild-writing/functions/src_compile/build-environment/text.xml 
b/ebuild-writing/functions/src_compile/build-environment/text.xml
index 9d2122e..706b9fc 100644
--- a/ebuild-writing/functions/src_compile/build-environment/text.xml
+++ b/ebuild-writing/functions/src_compile/build-environment/text.xml
@@ -141,7 +141,7 @@ functions can be used here.
 
 
 
-See flag-o-matic.eclass for a 
full reference.
+See  for a full reference.
 
 
 

diff --git a/ebuild-writing/functions/src_compile/building/text.xml 
b/ebuild-writing/functions/src_compile/building/text.xml
index 679879a..4245c5f 100644
--- a/ebuild-writing/functions/src_compile/building/text.xml
+++ b/ebuild-writing/functions/src_compile/building/text.xml
@@ -34,8 +34,9 @@ some MIPS and SPARC systems.
 
 Sometimes a package will try to use a bizarre compiler, or will need to be told
 which compiler to use. In these situations, the tc-getCC() function from
-toolchain-funcs.eclass 
should be used. Other similar functions are available
- these are documented in man toolchain-funcs.eclass.
+ should be used.
+Other similar functions are available  these are documented in
+man toolchain-funcs.eclass.
 
 
 

diff --git a/ebuild-writing/functions/src_unpack/svn-sources/text.xml 
b/ebuild-writing/functions/src_unpack/svn-sources/text.xml
index ed76798..5e0b2a8 100644
--- a/ebuild-writing/functions/src_unpack/svn-sources/text.xml
+++ b/ebuild-writing/functions/src_unpack/svn-sources/text.xml
@@ -6,7 +6,7 @@
 
 
 As with CVS, an eclass exists for working directly with upstream
-Subversion repositories. See subversion.eclass
+Subversion repositories. See 
 for a full list of functions and variables. Also see
 the  
 section.
@@ -89,7 +89,7 @@ following variables are also noteworthy:
 
 
 
-See the eclass itself and subversion.eclass
+See the eclass itself and 
 for the full range of options. To perform the actual checkout, use
 the subversion_src_unpack function, which calls
 both subversion_svn_fetch and subversion_bootstrap

diff --git a/ebuild-writing/using-eclasses/text.xml 
b/ebuild-writing/using-eclasses/text.xml
index c46d16f..b957ca2 100644
--- a/ebuild-writing/using-eclasses/text.xml
+++ b/ebuild-writing/using-eclasses/text.xml
@@ -7,7 +7,7 @@
 
 An eclass is a collection (library) of functions or functionality that is 
shared
 between packages. See  for the full story on 
what
-eclasses can do, how they work and how to write them, and the eclass reference
+eclasses can do, how they work and how to write them, and 
 for documentation on various commonly used eclasses. This section only explains
 how to use an eclass which has already been written.
 
@@ -78,10 +78,10 @@ Note the inherit immediately after the header.
 
 
 
-The autotools eclass (see autotools.eclass) is needed 
to get the
+The autotools eclass (see ) is needed to get the
 eautoreconf function.  The flag-o-matic eclass (see flag-o-matic.eclass) is 
needed for replace-flags, and
-the bash-completion-r1 eclass (bash-completion-r1.eclass)
 is used
+link="::eclass-reference/flag-o-matic.eclass/"/>) is needed for 
replace-flags, and
+the bash-completion-r1 eclass () is used
 to handle the bash completion file via dobashcomp.
 
 

diff --git a/tasks-reference/completion/text.xml 
b/tasks-reference/completion/text.xml
index bda584c..8b76be7 100644
--- a/tasks-reference/completion/text.xml
+++ b/tasks-reference/completion/text.xml
@@ -8,8 +8,7 @@
 Since v2.05a, bash has offered intelligent programmable completion.  
Writing
 such completions for your own programs/things you maintain is relatively 

[gentoo-commits] proj/devmanual:master commit in: bin/

2020-01-16 Thread Ulrich Müller
commit: e1543d5e7ac5b0244b43feeb9aca44ca1b33604c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jan 16 07:45:45 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jan 16 18:49:09 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e1543d5e

bin/gen-eclass-html.sh: Don't include "Reference" in link texts.

This was redundant and inconsistent with the text generated by the
XSL stylesheet.

Signed-off-by: Ulrich Müller  gentoo.org>

 bin/gen-eclass-html.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index 2234926..db19761 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -141,7 +141,7 @@ installed by emerging app-doc/eclass-manpages.
 EOF
 
 for i in $(find $OUTPUTDIR/ -maxdepth 1 -mindepth 1 -type d | sort); do
-   echo "$(basename $i) 
Reference" >> ${OUTPUTDIR}/text.xml
+   echo "$(basename 
$i)" >> ${OUTPUTDIR}/text.xml
 done
 
 cat << EOF >> ${OUTPUTDIR}/text.xml



[gentoo-commits] proj/devmanual:master commit in: /

2020-01-16 Thread Ulrich Müller
commit: 3d9337265a479f4025207348138877d844a9d943
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jan 15 20:04:15 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jan 16 18:49:08 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3d933726

devbook.xsl: Fix links to eclass references.

Closes: https://bugs.gentoo.org/442194
Signed-off-by: Ulrich Müller  gentoo.org>

 devbook.xsl | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/devbook.xsl b/devbook.xsl
index a85d81c..19012ff 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -329,6 +329,12 @@
   
 
   
+  
+
+
+  
   
 
   



[gentoo-commits] proj/devmanual:master commit in: appendices/devbook-guide/

2020-01-16 Thread Ulrich Müller
commit: 81df8e36aeecf7234cd669ae593d1b5731cc01c5
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jan 16 18:44:20 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jan 16 18:44:20 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=81df8e36

devbook-guide: Drop redundant subsection levels.

Guide XML allowed body elements only at the lowest section level.
DevBook XML doesn't have that strict rule, therefore we can drop
the unnecessary intermediate levels.

Signed-off-by: Ulrich Müller  gentoo.org>

 appendices/devbook-guide/text.xml | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/appendices/devbook-guide/text.xml 
b/appendices/devbook-guide/text.xml
index 9b7a0c3..66f85c2 100644
--- a/appendices/devbook-guide/text.xml
+++ b/appendices/devbook-guide/text.xml
@@ -4,8 +4,6 @@
 Gentoo DevBook XML Guide
 
 
-DevBook XML basics
-
 DevBook XML design goals
 
 
@@ -23,7 +21,6 @@ documents.
 
 
 
-
 
 
 
@@ -515,8 +512,6 @@ I could have written the two examples above in more compact 
form:
 
 
 Coding Style
-
-Introduction
 
 
 
@@ -532,7 +527,7 @@ Both sections are described next.
 
 
 
-
+
 
 Internal Coding Style
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/kdav2/

2020-01-16 Thread Andreas Sturmlechner
commit: 76f70dd1a74ae20a99bc2d1a2e414648e44cd414
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 18:45:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 18:45:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f70dd1

net-libs/kdav2: Port to ecm.eclass and kde.org.eclass

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

 net-libs/kdav2/kdav2-0.3.0.ebuild | 22 --
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/net-libs/kdav2/kdav2-0.3.0.ebuild 
b/net-libs/kdav2/kdav2-0.3.0.ebuild
index d379a656545..7d81ec4752a 100644
--- a/net-libs/kdav2/kdav2-0.3.0.ebuild
+++ b/net-libs/kdav2/kdav2-0.3.0.ebuild
@@ -1,24 +1,26 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-KDE_TEST="forceoptional"
-inherit kde5
+ECM_TEST="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="KJob based DAV protocol implementation"
 SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2+"
+SLOT="5"
 KEYWORDS="~amd64"
-IUSE=""
 
 DEPEND="
-   $(add_frameworks_dep kcoreaddons)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtxml)
-   $(add_qt_dep qtxmlpatterns)
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=dev-qt/qtxmlpatterns-${QTMIN}:5
 "
 RDEPEND="${DEPEND}"
 
@@ -28,5 +30,5 @@ src_test() {
-E "(kdav2-davcollectionfetchjob|kdav2-davcollectioncreatejob)"
)
 
-   kde5_src_test
+   ecm_src_test
 }



[gentoo-commits] repo/gentoo:master commit in: net-libs/kimap2/

2020-01-16 Thread Andreas Sturmlechner
commit: e8003d9d56de37d0cd7bef1efc9a98e0e5dbc385
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 18:43:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 18:43:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8003d9d

net-libs/kimap2: Port to ecm.eclass and kde.org.eclass

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

 net-libs/kimap2/kimap2-0.3.0.ebuild | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/net-libs/kimap2/kimap2-0.3.0.ebuild 
b/net-libs/kimap2/kimap2-0.3.0.ebuild
index 87ebec63372..77a3df3a903 100644
--- a/net-libs/kimap2/kimap2-0.3.0.ebuild
+++ b/net-libs/kimap2/kimap2-0.3.0.ebuild
@@ -1,23 +1,25 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit kde5
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="Library for interacting with IMAP servers - successor of kimap"
 SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="LGPL-2+"
+SLOT="5"
 KEYWORDS="~amd64"
-IUSE=""
 
 DEPEND="
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_kdeapps_dep kmime)
-   $(add_qt_dep qtnetwork 'ssl')
dev-libs/cyrus-sasl:2
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=kde-apps/kmime-19.04.3:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
 "
 RDEPEND="${DEPEND}"
 



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

2020-01-16 Thread Andreas Sturmlechner
commit: 8da960059e7f296f89df7bcc9e7d21293a77a6f2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 11 00:08:01 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 18:32:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da96005

www-client/falkon: Port to ecm.eclass and kde.org.eclass

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

 www-client/falkon/falkon-3.1.0-r1.ebuild | 53 +++-
 1 file changed, 24 insertions(+), 29 deletions(-)

diff --git a/www-client/falkon/falkon-3.1.0-r1.ebuild 
b/www-client/falkon/falkon-3.1.0-r1.ebuild
index 01a00bd0452..c9d68b12622 100644
--- a/www-client/falkon/falkon-3.1.0-r1.ebuild
+++ b/www-client/falkon/falkon-3.1.0-r1.ebuild
@@ -3,9 +3,11 @@
 
 EAPI=7
 
-KDE_TEST="true"
+ECM_TEST="true"
+KFMIN=5.60.0
+QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"
-inherit kde5
+inherit ecm kde.org
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/${P}.tar.xz"
@@ -19,43 +21,42 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="dbus kde libressl +X"
 
-# drop qtwebengine subslot operator when QT_MINIMAL >= 5.12.0
 COMMON_DEPEND="
-   $(add_qt_dep qtdeclarative 'widgets')
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork 'ssl')
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql 'sqlite')
-   $(add_qt_dep qtwebchannel)
-   $(add_qt_dep qtwebengine 'widgets' '' '5=')
-   $(add_qt_dep qtwidgets)
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5[sqlite]
+   >=dev-qt/qtwebchannel-${QTMIN}:5
+   >=dev-qt/qtwebengine-${QTMIN}:5=[widgets]
+   >=dev-qt/qtwidgets-${QTMIN}:5
virtual/libintl
-   dbus? ( $(add_qt_dep qtdbus) )
+   dbus? ( >=dev-qt/qtdbus-${QTMIN}:5 )
kde? (
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep purpose)
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/purpose-${KFMIN}:5
)
libressl? ( dev-libs/libressl:= )
!libressl? ( dev-libs/openssl:0= )
X? (
-   $(add_qt_dep qtx11extras)
+   >=dev-qt/qtx11extras-${QTMIN}:5
x11-libs/libxcb:=
x11-libs/xcb-util
)
 "
 DEPEND="${COMMON_DEPEND}
-   $(add_qt_dep linguist-tools)
-   $(add_qt_dep qtconcurrent)
+   >=dev-qt/linguist-tools-${QTMIN}:5
+   >=dev-qt/qtconcurrent-${QTMIN}:5
 "
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   DEPEND+=" $(add_frameworks_dep ki18n)"
+   DEPEND+=" >=kde-frameworks/ki18n-${KFMIN}:5"
 fi
 RDEPEND="${COMMON_DEPEND}
!www-client/qupzilla
-   $(add_qt_dep qtsvg)
+   >=dev-qt/qtsvg-${QTMIN}:5
 "
 
 PATCHES=(
@@ -77,11 +78,5 @@ src_configure() {
$(cmake_use_find_package kde KF5KIO)
-DNO_X11=$(usex !X)
)
-   kde5_src_configure
-}
-
-pkg_postinst() {
-   kde5_pkg_postinst
-   elog "If you were previously using QupZilla, you can manually migrate 
your profiles"
-   elog "by moving the config directory from ~/.config/qupzilla to 
~/.config/falkon"
+   ecm_src_configure
 }



[gentoo-commits] proj/sci:master commit in: sci-biology/afni/

2020-01-16 Thread Horea Christian
commit: ab307a97b24eb48f5e7c7e7570a0486d0748
Author: Horea Christian  chymera  eu>
AuthorDate: Thu Jan 16 18:27:52 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu Jan 16 18:27:52 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ab307a97

sci-biology/afni: deprecated old hard-masked versions

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Horea Christian  chymera.eu>

 sci-biology/afni/afni-18.1.04.ebuild | 69 
 sci-biology/afni/afni-19.0.21.ebuild | 69 
 2 files changed, 138 deletions(-)

diff --git a/sci-biology/afni/afni-18.1.04.ebuild 
b/sci-biology/afni/afni-18.1.04.ebuild
deleted file mode 100644
index c3f1be074..0
--- a/sci-biology/afni/afni-18.1.04.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils multilib pax-utils toolchain-funcs
-
-DESCRIPTION="An open-source environment for processing and displaying 
functional MRI data"
-HOMEPAGE="http://afni.nimh.nih.gov/;
-SRC_URI="https://github.com/afni/afni/archive/AFNI_${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/expat
-   media-libs/glu
-   media-libs/netpbm
-   media-libs/qhull
-   media-video/mpeg-tools
-   sci-libs/gsl
-   sys-devel/llvm:*
-   virtual/jpeg:0
-   x11-libs/libGLw
-   x11-libs/libXft
-   x11-libs/libXi
-   x11-libs/libXpm
-   x11-libs/motif[-static-libs]"
-
-# x11-libs/motif[static-libs] breaks the build.
-# See upstream discussion
-# 
http://afni.nimh.nih.gov/afni/community/board/read.php?1,85348,85348#msg-85348
-
-DEPEND="${RDEPEND}
-   app-shells/tcsh"
-
-S="${WORKDIR}/${PN}-AFNI_${PV}/src"
-BUILD="linux_fedora_19_64"
-BIN_CONFLICTS=(qdelaunay whirlgif djpeg cjpeg qhull rbox count mpeg_encode)
-
-src_prepare() {
-   find -type f -exec sed -i -e "s/-lXp //g" {} +
-   cp other_builds/Makefile.${BUILD} Makefile || die "Could not copy 
Makefile"
-   sed -e "s~CC = /usr/bin/gcc -O2 -m64~CC = $(tc-getCC) 
\$(CFLAGS)~" \
-   -e "s~CCMIN  = /usr/bin/gcc -m64~CCMIN  = $(tc-getCC) 
\$(CFLAGS)~" \
-   -e "s~LD = /usr/bin/gcc~LD = $(tc-getCC)~" \
-   -e "s~AR = /usr/bin/ar~AR = $(tc-getAR)~" \
-   -e "s~RANLIB = /usr/bin/ranlib~RANLIB = $(tc-getRANLIB)~" \
-   -i Makefile || die "Could not edit Makefile"
-   # they provide somewhat problematic makefiles :(
-   sed -e "s~ifeq ($(CC),gcc)~ifeq (1,1)~"\
-   -i SUMA/SUMA_Makefile || die "Could not edit SUMA/SUMA_Makefile"
-   # upstream checks if $CC is EXACTLY gcc, else sets variables 
for Mac
-   find "${S}" -iname "*Makefile*" | xargs sed -e 
"s~/usr/~${EROOT}/usr/~g;" -i
-   eapply_user
-}
-
-src_compile() {
-   emake -j1 all plugins suma_exec
-}
-
-src_install() {
-   emake INSTALLDIR="${ED}/usr/bin" -j1 install install_plugins
-   emake INSTALLDIR="${ED}/usr/$(get_libdir)" -j1 install_lib
-   for CONFLICT in ${BIN_CONFLICTS[@]}; do
-   rm "${ED}/usr/bin/${CONFLICT}"
-   done
-}

diff --git a/sci-biology/afni/afni-19.0.21.ebuild 
b/sci-biology/afni/afni-19.0.21.ebuild
deleted file mode 100644
index c3f1be074..0
--- a/sci-biology/afni/afni-19.0.21.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils multilib pax-utils toolchain-funcs
-
-DESCRIPTION="An open-source environment for processing and displaying 
functional MRI data"
-HOMEPAGE="http://afni.nimh.nih.gov/;
-SRC_URI="https://github.com/afni/afni/archive/AFNI_${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/expat
-   media-libs/glu
-   media-libs/netpbm
-   media-libs/qhull
-   media-video/mpeg-tools
-   sci-libs/gsl
-   sys-devel/llvm:*
-   virtual/jpeg:0
-   x11-libs/libGLw
-   x11-libs/libXft
-   x11-libs/libXi
-   x11-libs/libXpm
-   x11-libs/motif[-static-libs]"
-
-# x11-libs/motif[static-libs] breaks the build.
-# See upstream discussion
-# 
http://afni.nimh.nih.gov/afni/community/board/read.php?1,85348,85348#msg-85348
-
-DEPEND="${RDEPEND}
-   app-shells/tcsh"
-
-S="${WORKDIR}/${PN}-AFNI_${PV}/src"
-BUILD="linux_fedora_19_64"
-BIN_CONFLICTS=(qdelaunay whirlgif djpeg cjpeg qhull rbox count mpeg_encode)
-
-src_prepare() {
-   find -type f -exec sed -i -e "s/-lXp //g" {} +
-   cp other_builds/Makefile.${BUILD} Makefile || die "Could not copy 
Makefile"
-   sed -e "s~CC = /usr/bin/gcc -O2 -m64~CC = $(tc-getCC) 
\$(CFLAGS)~" \
-   -e "s~CCMIN  = /usr/bin/gcc -m64~CCMIN  = $(tc-getCC) 
\$(CFLAGS)~" \
- 

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

2020-01-16 Thread Mike Gilbert
commit: 47a83c3d522ed96752afd46d88afe037adddac27
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Thu Jan 16 14:30:24 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jan 16 18:28:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a83c3d

www-client/chromium: beta channel bump to 80.0.3987.53

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14351

 www-client/chromium/Manifest| 2 +-
 .../{chromium-80.0.3987.42.ebuild => chromium-80.0.3987.53.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 0dcfa3a3aa9..38967257cb9 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,2 +1,2 @@
 DIST chromium-79.0.3945.117.tar.xz 778215364 BLAKE2B 
0803710f12bbaa65c186927068feffb7a8028203b93c1bc7e77f967fad0ad25188e1b0fd76b2b3adc256bfcd0f838fa79c6a93720b453875ee103b7d544fe684
 SHA512 
bba4f52eec8011f92e3098d29269d978b6e2571593b66c93bf6767bab00f7984e733e6df5fde883b9f643e86b1ad527c3ec7d43ba381b48935512ad82e931e26
-DIST chromium-80.0.3987.42.tar.xz 798712640 BLAKE2B 
ab2ec22f38e757b1cdeec1584a68839400433747768d55c871dc925a25574181945650a03510e76320622055c75d6a0567bc19954f1fcaeb11c2d6ca7afe7588
 SHA512 
9d2d159309b0e93f09e9783f555740fa7ed723eb4484bae8a3e118b74edd6aec6e12b7cd354c80dbfff2515c1a04b8e058f0bc54c839722afb7c44af06f81b2a
+DIST chromium-80.0.3987.53.tar.xz 798716580 BLAKE2B 
922023deb0662b50b09db0261a56cfe124e8d15f5ae3e87bb0ac27206821f1a1c7fc223402d5ac8744fb88b00ff677aef21c9b09240d9f9ba4812d7f74d20ec2
 SHA512 
585501363c1e46d710a3ced89a91ae94e6e876a5cde9db3d0cc83a887f174f61a05d489274a62a832c30862ef5121e2838fc90b69d8ad17895afad94147d2b3f

diff --git a/www-client/chromium/chromium-80.0.3987.42.ebuild 
b/www-client/chromium/chromium-80.0.3987.53.ebuild
similarity index 100%
rename from www-client/chromium/chromium-80.0.3987.42.ebuild
rename to www-client/chromium/chromium-80.0.3987.53.ebuild



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

2020-01-16 Thread Andreas Sturmlechner
commit: b3e3cccb2706c57d2b32cf938916b6ac64130130
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 18:17:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 18:19:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e3cccb

dev-libs/sink: Disable broken tests everywhere

Incidentally also changes install image. What a mess.

Closes: https://bugs.gentoo.org/704280
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/sink/sink-0.8.0-r2.ebuild | 54 ++
 1 file changed, 54 insertions(+)

diff --git a/dev-libs/sink/sink-0.8.0-r2.ebuild 
b/dev-libs/sink/sink-0.8.0-r2.ebuild
new file mode 100644
index 000..02e229bc471
--- /dev/null
+++ b/dev-libs/sink/sink-0.8.0-r2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Data access layer handling synchronization, caching and indexing"
+HOMEPAGE="https://kube-project.com;
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64"
+
+# qtgui is bogus but is required because something else in the deptree
+# uses it as a public dependency but doesn't search for it properly
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:5
+"
+RDEPEND="
+   dev-db/lmdb:=
+   dev-libs/flatbuffers
+   >=dev-libs/kasync-0.3:5
+   >=dev-libs/xapian-1.4.4:0=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   kde-apps/kmime:5
+   kde-frameworks/kcalendarcore:5
+   kde-frameworks/kcontacts:5
+   kde-frameworks/kcoreaddons:5
+   >=net-libs/kdav2-0.3:5
+   >=net-libs/kimap2-0.3:5
+   net-misc/curl
+   sys-libs/readline:0=
+"
+DEPEND="${RDEPEND}
+   dev-qt/qtconcurrent:5
+"
+
+# fails to build
+RESTRICT+=" test"
+
+src_prepare() {
+   cmake_src_prepare
+   # tests are sprinkled all over the place, and examples are needed...
+   # disabling tests disables installing 'hawd'... what a mess
+   sed -e "/add_subdirectory(tests)/ s/^/#DONT/" \
+   -i CMakeLists.txt examples/imapresource/CMakeLists.txt \
+   examples/mail{transport,dir}resource/CMakeLists.txt \
+   examples/ca{l,rd}davresource/CMakeLists.txt \
+   || die "Failed to disable tests everywhere"
+}



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

2020-01-16 Thread Andreas Sturmlechner
commit: a280b2a57df29621ec19aa33a17c160d5dc8a284
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 18:17:53 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 18:19:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a280b2a5

dev-libs/sink: Drop 0.8.0-r1

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

 dev-libs/sink/sink-0.8.0-r1.ebuild | 54 --
 1 file changed, 54 deletions(-)

diff --git a/dev-libs/sink/sink-0.8.0-r1.ebuild 
b/dev-libs/sink/sink-0.8.0-r1.ebuild
deleted file mode 100644
index 439b04419d7..000
--- a/dev-libs/sink/sink-0.8.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Data access layer handling synchronization, caching and indexing"
-HOMEPAGE="https://kube-project.com;
-SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64"
-
-# qtgui is bogus but is required because something else in the deptree
-# uses it as a public dependency but doesn't search for it properly
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-db/lmdb:=
-   dev-libs/flatbuffers
-   >=dev-libs/kasync-0.3:5
-   >=dev-libs/xapian-1.4.4:0=
-   kde-frameworks/extra-cmake-modules:5
-   || (
-   kde-frameworks/kcalendarcore:5
-   kde-apps/kcalcore:5
-   )
-   || (
-   kde-frameworks/kcontacts:5
-   kde-apps/kcontacts:5
-   )
-   kde-frameworks/kcoreaddons:5
-   kde-apps/kmime:5
-   >=net-libs/kdav2-0.3:5
-   >=net-libs/kimap2-0.3:5
-   net-misc/curl
-   sys-libs/readline:0=
-"
-DEPEND="${RDEPEND}
-   dev-qt/qtconcurrent:5
-"
-
-# fails to build
-RESTRICT+=" test"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_Libgit2=ON
-   )
-   cmake_src_configure
-}



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

2020-01-16 Thread Sergei Trofimovich
commit: 7ecb11a877d704c37a308a6d21baed5576ae56db
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jan 16 17:23:47 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan 16 18:14:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecb11a8

media-libs/mutagen: stable 1.43.0 for hppa, bug #704472

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/mutagen/mutagen-1.43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mutagen/mutagen-1.43.0.ebuild 
b/media-libs/mutagen/mutagen-1.43.0.ebuild
index 1070b0307c4..eee51ff76ab 100644
--- a/media-libs/mutagen/mutagen-1.43.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.43.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE="doc test"
 
 # TODO: Missing support for >=dev-python/eyeD3-0.7 API



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

2020-01-16 Thread Sergei Trofimovich
commit: f954764f44ea64cfee36fd3b9b6fe4b075a71da0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jan 16 17:30:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan 16 18:14:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f954764f

media-libs/imlib2: stable 1.6.1 for hppa/sparc, bug #705460

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/imlib2/imlib2-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/imlib2/imlib2-1.6.1.ebuild 
b/media-libs/imlib2/imlib2-1.6.1.ebuild
index 0efb4f51945..9d8409d3ec4 100644
--- a/media-libs/imlib2/imlib2-1.6.1.ebuild
+++ b/media-libs/imlib2/imlib2-1.6.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+X bzip2 cpu_flags_x86_mmx cpu_flags_x86_sse2 doc +gif +jpeg mp3 +png 
+shm
static-libs +tiff +webp zlib"
 



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

2020-01-16 Thread Sergei Trofimovich
commit: ecf665ffbb95c561e7743c381c627284757d862d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jan 16 17:24:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan 16 18:14:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf665ff

dev-python/pyflakes: stable 2.1.1 for hppa, bug #704472

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pyflakes/pyflakes-2.1.1.ebuild 
b/dev-python/pyflakes/pyflakes-2.1.1.ebuild
index 946c7628c9a..84236758e7d 100644
--- a/dev-python/pyflakes/pyflakes-2.1.1.ebuild
+++ b/dev-python/pyflakes/pyflakes-2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${BDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-im/choqok/

2020-01-16 Thread Andreas Sturmlechner
commit: 0ada49b09d6e22c8a8dfdfcaf1f3b49073c9a0b1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 13 01:49:27 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 17:36:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ada49b0

net-im/choqok: Port to ecm.eclass and kde.org.eclass

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

 net-im/choqok/choqok-1.6.0_p20190726.ebuild | 73 -
 1 file changed, 40 insertions(+), 33 deletions(-)

diff --git a/net-im/choqok/choqok-1.6.0_p20190726.ebuild 
b/net-im/choqok/choqok-1.6.0_p20190726.ebuild
index 96d27704336..c6bfef43b41 100644
--- a/net-im/choqok/choqok-1.6.0_p20190726.ebuild
+++ b/net-im/choqok/choqok-1.6.0_p20190726.ebuild
@@ -1,49 +1,56 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="Free/Open Source micro-blogging client by KDE"
-HOMEPAGE="https://choqok.kde.org/;
-SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz;
+HOMEPAGE="https://choqok.kde.org/
+https://kde.org/applications/internet/org.kde.choqok;
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+   SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz;
+   KEYWORDS="amd64 x86"
+fi
 
 LICENSE="GPL-2+"
-KEYWORDS="amd64 x86"
+SLOT="5"
 IUSE="attica konqueror telepathy"
 
 DEPEND="
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kemoticons)
-   $(add_frameworks_dep kglobalaccel)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetworkauth)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
app-crypt/qca[qt5(+)]
-   attica? ( $(add_frameworks_dep attica) )
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetworkauth-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kemoticons-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5
+   attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
konqueror? (
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kdewebkit)
>=dev-qt/qtwebkit-5.212.0_pre20180120:5
+   >=kde-frameworks/kdewebkit-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
)
telepathy? ( net-libs/telepathy-qt[qt5(+)] )
 "
@@ -57,7 +64,7 @@ src_configure() {
$(cmake_use_find_package telepathy TelepathyQt5)
)
 
-   kde5_src_configure
+   ecm_src_configure
 }
 
 PATCHES=( "${FILESDIR}"/${P}-missing-header.patch )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/

2020-01-16 Thread Andreas Sturmlechner
commit: 36a5d2709e4698731591308201aa080a4d5ab0b8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 17:04:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 17:28:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a5d270

kde-misc/krusader: Port to ecm.eclass and kde.org.eclass

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

 kde-misc/krusader/krusader-2.7.2.ebuild | 70 +
 1 file changed, 37 insertions(+), 33 deletions(-)

diff --git a/kde-misc/krusader/krusader-2.7.2.ebuild 
b/kde-misc/krusader/krusader-2.7.2.ebuild
index a920d6d4764..63b6bcebb4c 100644
--- a/kde-misc/krusader/krusader-2.7.2.ebuild
+++ b/kde-misc/krusader/krusader-2.7.2.ebuild
@@ -1,10 +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
 
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
@@ -13,49 +15,51 @@ fi
 
 DESCRIPTION="Advanced twin-panel (commander-style) file-manager with many 
extras"
 HOMEPAGE="https://krusader.org/;
+
 LICENSE="GPL-2+"
+SLOT="5"
 IUSE=""
 
 COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
sys-apps/acl
sys-libs/zlib
 "
 DEPEND="${COMMON_DEPEND}
-   $(add_qt_dep qtconcurrent)
+   >=dev-qt/qtconcurrent-${QTMIN}:5
 "
 RDEPEND="${COMMON_DEPEND}
-   $(add_kdeapps_dep kio-extras)
+   kde-apps/kio-extras:5
 "
 
 pkg_postinst() {
-   kde5_pkg_postinst
+   ecm_pkg_postinst
 
if ! has_version kde-apps/thumbnailers:${SLOT} ||
! has_version kde-apps/ffmpegthumbs:${SLOT} ; then



[gentoo-commits] repo/gentoo:master commit in: app-office/libalkimia/

2020-01-16 Thread Andreas Sturmlechner
commit: ca7604468ddcc7162aa0cb44a706845751ab44ad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 17:19:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 17:28:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca760446

app-office/libalkimia: Port to ecm.eclass and kde.org.eclass

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

 app-office/libalkimia/libalkimia-7.0.2-r1.ebuild | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-7.0.2-r1.ebuild 
b/app-office/libalkimia/libalkimia-7.0.2-r1.ebuild
index 4a61fccbf5c..eab11cea7ef 100644
--- a/app-office/libalkimia/libalkimia-7.0.2-r1.ebuild
+++ b/app-office/libalkimia/libalkimia-7.0.2-r1.ebuild
@@ -1,19 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-KDE_TEST="forceoptional"
-KMNAME="alkimia"
-inherit kde5
+ECM_TEST="forceoptional"
+KDE_ORG_NAME="alkimia"
+QTMIN=5.12.3
+inherit ecm kde.org
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/${KMNAME}-${PV}.tar.xz"
+   
SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Library with common classes and functionality used by KDE finance 
applications"
 
HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323;
+
 LICENSE="LGPL-2.1"
 SLOT="0/7"
 IUSE="doc gmp"
@@ -23,7 +25,7 @@ BDEPEND="
doc? ( app-doc/doxygen )
 "
 DEPEND="
-   $(add_qt_dep qtdbus)
+   >=dev-qt/qtdbus-${QTMIN}:5
!gmp? ( sci-libs/mpir:=[cxx] )
gmp? ( dev-libs/gmp:0=[cxx] )
 "
@@ -34,5 +36,5 @@ src_configure() {
$(cmake_use_find_package doc Doxygen)
$(cmake_use_find_package !gmp MPIR)
)
-   kde5_src_configure
+   ecm_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/kdesvn/

2020-01-16 Thread Andreas Sturmlechner
commit: 5d2347dbfd37637083318987681ce6fcc7a613bf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 13 01:49:00 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 17:28:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2347db

dev-vcs/kdesvn: Port to ecm.eclass and kde.org.eclass

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

 dev-vcs/kdesvn/kdesvn-2.1.0.ebuild | 61 --
 1 file changed, 32 insertions(+), 29 deletions(-)

diff --git a/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild 
b/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild
index a6bf20965e1..251a929b751 100644
--- a/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild
+++ b/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild
@@ -1,10 +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
 
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="A frontend to the subversion vcs"
 HOMEPAGE="https://kde.org/applications/development/org.kde.kdesvn;
@@ -15,46 +17,47 @@ if [[ ${PV} != * ]]; then
 fi
 
 LICENSE="GPL-2"
+SLOT="5"
 IUSE="+man"
 
 BDEPEND="
-   man? ( $(add_frameworks_dep kdoctools) )
+   man? ( >=kde-frameworks/kdoctools-${KFMIN}:5 )
 "
 DEPEND="
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtsql 'sqlite')
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
dev-libs/apr:1
dev-libs/apr-util:1
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5[sqlite]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
dev-vcs/subversion
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
!kde-apps/kdesdk-kioslaves:4[subversion(-)]
 "
 
 src_prepare(){
-   kde5_src_prepare
+   ecm_src_prepare
 
if ! use man ; then
sed -i -e "/kdoctools_create_manpage/ s/^/#/" 
doc/CMakeLists.txt || die



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

2020-01-16 Thread Andreas Sturmlechner
commit: 7870794a3c3eb9e6640e111b9bdaa7a563c84aa5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 13 01:49:42 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 17:28:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7870794a

net-irc/konversation: Port to ecm.eclass and kde.org.eclass

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

 net-irc/konversation/konversation-1.7.5-r1.ebuild | 76 ---
 1 file changed, 40 insertions(+), 36 deletions(-)

diff --git a/net-irc/konversation/konversation-1.7.5-r1.ebuild 
b/net-irc/konversation/konversation-1.7.5-r1.ebuild
index 133d38ba0b7..3ee8154581f 100644
--- a/net-irc/konversation/konversation-1.7.5-r1.ebuild
+++ b/net-irc/konversation/konversation-1.7.5-r1.ebuild
@@ -1,51 +1,55 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="User friendly IRC Client"
-HOMEPAGE="https://kde.org/applications/internet/konversation/ 
https://konversation.kde.org;
+HOMEPAGE="https://konversation.kde.org
+https://kde.org/applications/internet/org.kde.konversation;
 SRC_URI="mirror://kde/stable/${PN}/${PV/_/-}/src/${P/_/-}.tar.xz"
 
 LICENSE="GPL-2"
+SLOT="5"
 KEYWORDS="amd64 ~arm64 x86"
 IUSE="+crypt"
 
 BDEPEND="sys-devel/gettext"
 DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kemoticons)
-   $(add_frameworks_dep kglobalaccel)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kidletime)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kemoticons-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kidletime-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
media-libs/phonon[qt5(+)]
crypt? ( app-crypt/qca:2[qt5(+)] )
 "
@@ -63,11 +67,11 @@ src_configure() {
$(cmake_use_find_package crypt Qca-qt5)
)
 
-   kde5_src_configure
+   ecm_src_configure
 }
 
 src_install() {
-   kde5_src_install
+   ecm_src_install
 
# Bug 616162
insinto /etc/xdg



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

2020-01-16 Thread Andreas Sturmlechner
commit: baddb4217a5a404cd02a28a0db249ad3b2043c2a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 17:21:55 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 17:28:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baddb421

media-gfx/kuickshow: Port to ecm.eclass and kde.org.eclass

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

 media-gfx/kuickshow/kuickshow-0.10.1.ebuild | 41 -
 1 file changed, 22 insertions(+), 19 deletions(-)

diff --git a/media-gfx/kuickshow/kuickshow-0.10.1.ebuild 
b/media-gfx/kuickshow/kuickshow-0.10.1.ebuild
index b75ef6343d8..9e8a35b597b 100644
--- a/media-gfx/kuickshow/kuickshow-0.10.1.ebuild
+++ b/media-gfx/kuickshow/kuickshow-0.10.1.ebuild
@@ -1,36 +1,39 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="Image viewer based on KDE Frameworks"
 HOMEPAGE="https://userbase.kde.org/KuickShow;
 SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
+SLOT="5"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
 DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kinit)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtx11extras)
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kinit-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
media-libs/imlib
x11-libs/libX11
 "



[gentoo-commits] repo/gentoo:master commit in: app-backup/kup/

2020-01-16 Thread Andreas Sturmlechner
commit: f0cb212bc42531e5784f406efe64ff2df4ad7bdb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 17:15:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 17:28:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cb212b

app-backup/kup: Port to ecm.eclass and kde.org.eclass

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

 app-backup/kup/kup-0.7.3.ebuild | 56 +
 1 file changed, 29 insertions(+), 27 deletions(-)

diff --git a/app-backup/kup/kup-0.7.3.ebuild b/app-backup/kup/kup-0.7.3.ebuild
index 36e2caeb59b..d479069e1b3 100644
--- a/app-backup/kup/kup-0.7.3.ebuild
+++ b/app-backup/kup/kup-0.7.3.ebuild
@@ -1,48 +1,50 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="Backup scheduler for KDE's Plasma desktop"
 HOMEPAGE="https://www.linux-apps.com/p/1127689;
 SRC_URI="https://github.com/spersson/${PN^}/archive/${P}.tar.gz;
 
 LICENSE="GPL-2"
+SLOT="5"
 KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kidletime)
-   $(add_frameworks_dep kinit)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep plasma)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
dev-libs/libgit2:=
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kidletime-${KFMIN}:5
+   >=kde-frameworks/kinit-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtsvg)
app-backup/bup
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
net-misc/rsync
-   !app-text/kup
 "
 
 S="${WORKDIR}/${PN^}-${P}"
@@ -51,5 +53,5 @@ src_configure() {
local mycmakeargs=(
-DUSE_SYSTEM_LIBGIT2=ON
)
-   kde5_src_configure
+   ecm_src_configure
 }



[gentoo-commits] proj/kde:master commit in: dev-vcs/kdesvn/

2020-01-16 Thread Andreas Sturmlechner
commit: e2dcff475a8bf14c28a60363745072c3deb69324
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 17:27:03 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 16 17:27:03 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e2dcff47

dev-vcs/kdesvn: Add missing BDEPEND really this time

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

 dev-vcs/kdesvn/kdesvn-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/kdesvn/kdesvn-.ebuild 
b/dev-vcs/kdesvn/kdesvn-.ebuild
index ff8cd25ea0..db153f184e 100644
--- a/dev-vcs/kdesvn/kdesvn-.ebuild
+++ b/dev-vcs/kdesvn/kdesvn-.ebuild
@@ -20,6 +20,9 @@ LICENSE="GPL-2"
 SLOT="5"
 IUSE="+man"
 
+BDEPEND="
+   man? ( >=kde-frameworks/kdoctools-${KFMIN}:5 )
+"
 DEPEND="
dev-libs/apr:1
dev-libs/apr-util:1
@@ -28,6 +31,7 @@ DEPEND="
>=dev-qt/qtsql-${QTMIN}:5[sqlite]
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
+   dev-vcs/subversion
>=kde-frameworks/kbookmarks-${KFMIN}:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
@@ -47,7 +51,6 @@ DEPEND="
>=kde-frameworks/kwallet-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
-   dev-vcs/subversion
 "
 RDEPEND="${DEPEND}"
 



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

2020-01-16 Thread Matthew Thode
commit: 591c411d217c8be6921bb0641781afd7c1d7
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan 16 17:22:36 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan 16 17:22:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591c411d

app-admin/puppetdb: 6.8.0 bump

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

 app-admin/puppetdb/Manifest  |  1 +
 app-admin/puppetdb/puppetdb-6.8.0.ebuild | 92 
 2 files changed, 93 insertions(+)

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index 52de874631a..a84af7302a5 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -1 +1,2 @@
 DIST puppetdb-6.7.2.tar.gz 43566885 BLAKE2B 
b90376330cb084c2c14154d647ce334673c526e6f9b9d4430e0be4b420132a0c4c518a0c8ed98b15cfacc6716044f78c384123f3ff87ea1463736a352744b840
 SHA512 
2e32f7a5a3daf37d74082aa3a66c26fa23643e456dbf80cd16815687f289093c96defc9bfa10c3502f9a9f9a7674cef83b838163f11339c13d4b12c82f8e0664
+DIST puppetdb-6.8.0.tar.gz 44216021 BLAKE2B 
ac5641ee0bceef3948d108c725e2ff53d76e897cafd75c9bc6978462f4b157c3d30146ce2f57fd2aa7610b2defc4e074c168847d8aba5501cde16ee0ab7b5aaf
 SHA512 
2dd01058edbd8a4bb3f4717dc518e58ac57139ccc0651e8e39c721a32651bd932fe4ec747c7da23561ab33d7d4d7ddc448fe9b05734d1562f799e183c5e236d5

diff --git a/app-admin/puppetdb/puppetdb-6.8.0.ebuild 
b/app-admin/puppetdb/puppetdb-6.8.0.ebuild
new file mode 100644
index 000..93e0bdc2929
--- /dev/null
+++ b/app-admin/puppetdb/puppetdb-6.8.0.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib systemd user
+
+DESCRIPTION="PuppetDB collects data generated by Puppet."
+HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
+SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND+=">=virtual/jdk-1.8.0"
+DEPEND+=""
+
+pkg_setup() {
+   enewgroup puppetdb
+   enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb "puppetdb"
+}
+
+src_prepare() {
+   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
+   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
+   sed -i 's/sysconfig/conf\.d/g' install.sh || die
+   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
+   sed -i 's/var\/run/run/g' install.sh || die
+   default
+}
+
+src_compile() {
+   einfo "not compiling"
+}
+
+src_install() {
+   dodir /opt/puppetlabs/server/data/puppetdb
+   insinto /opt/puppetlabs/server/apps/puppetdb
+   insopts -m0744
+   doins ext/ezbake-functions.sh
+   insopts -m0644
+   doins ext/ezbake.manifest
+   doins puppetdb.jar
+   insinto /etc/puppetlabs/puppetdb
+   doins ext/config/logback.xml
+   doins ext/config/bootstrap.cfg
+   doins ext/config/request-logging.xml
+   insinto /etc/puppetlabs/puppetdb/conf.d
+   doins ext/config/conf.d/jetty.ini
+   doins ext/config/conf.d/repl.ini
+   doins ext/config/conf.d/database.ini
+   doins ext/config/conf.d/config.ini
+   insopts -m0755
+   insinto /opt/puppetlabs/server/apps/puppetdb/scripts
+   doins install.sh
+   insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
+   doins ext/cli/foreground
+   doins ext/cli/ssl-setup
+   doins ext/cli/config-migration
+   doins ext/cli/foreground
+   doins ext/cli/anonymize
+   doins ext/cli/reload
+   doins ext/cli/start
+   doins ext/cli/stop
+   insinto /opt/puppetlabs/server/apps/puppetdb/bin
+   doins ext/bin/puppetdb
+   insopts -m0644
+   dodir /opt/puppetlabs/server/bin
+   dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
+   dodir /opt/puppetlabs/bin
+   dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
+   dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
+   # init type tasks
+   newconfd ext/default puppetdb
+   systemd_dounit ext/redhat/puppetdb.service
+   systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf
+   newinitd "${FILESDIR}/puppetdb.initd-r2" puppetdb
+   # misc
+   insinto /etc/logrotate.d
+   newins ext/puppetdb.logrotate.conf puppetdb
+   fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb
+   fperms -R 770 /opt/puppetlabs/server/data/puppetdb
+}
+
+pkg_postinst() {
+   elog "to install please run '/opt/puppetlabs/server/bin/puppetdb 
ssl-setup'"
+   elog
+   elog "to upgrade please run '/opt/puppetlabs/server/bin/puppetdb 
config-migration'"
+}



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

2020-01-16 Thread Matthew Thode
commit: 073a80fbaa97329f8b14c098a7c885c689bc0eef
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan 16 17:21:32 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan 16 17:21:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073a80fb

app-admin/puppet-agent: 6.12.0 bump

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

 app-admin/puppet-agent/Manifest   |  2 +
 app-admin/puppet-agent/puppet-agent-6.12.0.ebuild | 77 +++
 2 files changed, 79 insertions(+)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 71b725f3c03..a4d5d74bb12 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,2 +1,4 @@
 DIST puppet-agent_6.11.1-1stretch_amd64.deb 19948710 BLAKE2B 
256588922cfacb1d8146cd1142c43d893a55dfb67d7f70ca311df6178e7f9a82a0702d8306e0575d3f817e53c091fd3010027512cb4ce95956bdfa968372cc21
 SHA512 
90c39d55a8761185f82c9ac106d696ae48a170679e6043b6b3db32254e918b1b9c1b32c4e9721e5751189f84f002415f21a627daa22738a8c1ae3cb5df514eb3
 DIST puppet-agent_6.11.1-1stretch_i386.deb 20327410 BLAKE2B 
c2a105139df97395f54bb54d7ac971d914dcd3b69614dca55fe443d9fe5360118b899610a6d2d85b96b8b45715864df608d0783a3aabad3a2aea0d510a2e
 SHA512 
5d1173534beb53325d3c7c2fd500a7bd82a389fa8cbc9e867f6acbb6c2647190339d3b096e8a054aff268f27c5bd7de65c371a474b9c8263e8fa36bab75452bd
+DIST puppet-agent_6.12.0-1stretch_amd64.deb 20011636 BLAKE2B 
f83b795f07771d70220cac71d9b6d8ac7270a20fd5b78471ccef1c8ff802af3c035477f7741e775b10bc609d016a6e9fb79b199987e34b7d4f9a427c4adcd39f
 SHA512 
dda8fa45b961d4a775da7eb128887eee3ceb9887d1062bc2fc748f6055811600162dfb2c4fbf87e401ad404813d2de0cc58ce7aade0aa23af637bb3707896126
+DIST puppet-agent_6.12.0-1stretch_i386.deb 20369446 BLAKE2B 
f01e39a1b307657569084e2ade1d41f17eefaa2048035f635437159e4373386c6413fa71756594d4a8748ffa0bbbdc2c54c72e696a390380bc9c57721ef010b3
 SHA512 
fc58e5ea22bd3dd36278db37e46d20809e284db5645ab680fb2c461ee9e4f9e635550f924278905ec13a8f9a71fbf604959e8522e4c0da52709c42f309a04921

diff --git a/app-admin/puppet-agent/puppet-agent-6.12.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-6.12.0.ebuild
new file mode 100644
index 000..36e4354f6f3
--- /dev/null
+++ b/app-admin/puppet-agent/puppet-agent-6.12.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit eutils systemd unpacker user
+
+DESCRIPTION="general puppet client utils along with hiera and facter"
+HOMEPAGE="https://puppetlabs.com/;
+SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch;
+SRC_URI="
+   amd64? ( ${SRC_BASE}_amd64.deb )
+   x86?   ( ${SRC_BASE}_i386.deb )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="puppetdb selinux"
+RESTRICT="strip"
+
+CDEPEND="!app-admin/puppet
+   !dev-ruby/hiera
+   !dev-ruby/facter
+   !app-emulation/virt-what"
+
+DEPEND="
+   ${CDEPEND}
+   app-admin/augeas"
+RDEPEND="${CDEPEND}
+   app-portage/eix
+   sys-apps/dmidecode
+   sys-libs/glibc
+   sys-libs/readline:0/7
+   sys-libs/ncurses:0[tinfo]
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
+
+S=${WORKDIR}
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/run/puppet puppet
+}
+
+src_install() {
+   # conf.d
+   doconfd etc/default/puppet
+   doconfd etc/default/pxp-agent
+   # logrotate.d
+   insinto /etc/logrotate.d
+   doins etc/logrotate.d/pxp-agent
+   # puppet itself
+   insinto /etc/puppetlabs
+   doins -r etc/puppetlabs/*
+   # logdir for systemd
+   dodir var/log/puppetlabs/puppet/
+   fperms 0750 var/log/puppetlabs/puppet/
+   # the rest
+   insinto /opt
+   dodir opt/puppetlabs/puppet/cache
+   doins -r opt/*
+   fperms 0750 /opt/puppetlabs/puppet/cache
+   # init
+   newinitd "${FILESDIR}/puppet.initd" puppet
+   systemd_dounit lib/systemd/system/puppet.service
+   systemd_dounit lib/systemd/system/pxp-agent.service
+   systemd_newtmpfilesd "${FILESDIR}/puppet-agent.conf.tmpfilesd" 
puppet-agent.conf
+   # symlinks
+   chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
+   chmod 0755 
"${D}//opt/puppetlabs/puppet/lib/virt-what/virt-what-cpuid-helper"
+   dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
+   dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
+   dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet
+   dosym ../../opt/puppetlabs/puppet/bin/virt-what /usr/bin/virt-what
+}



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

2020-01-16 Thread Matthew Thode
commit: 035a294e47f58842549fb7c8984f31234b4a85a2
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan 16 17:25:36 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan 16 17:25:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035a294e

dev-ruby/puppetdb-termini: 6.8.0 bump

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

 dev-ruby/puppetdb-termini/Manifest |  1 +
 .../puppetdb-termini/puppetdb-termini-6.8.0.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/puppetdb-termini/Manifest 
b/dev-ruby/puppetdb-termini/Manifest
index 85f2415598d..85da28d45d8 100644
--- a/dev-ruby/puppetdb-termini/Manifest
+++ b/dev-ruby/puppetdb-termini/Manifest
@@ -1 +1,2 @@
 DIST puppetdb-termini_6.7.2-1stretch_all.deb 21298 BLAKE2B 
4f4af664b45385487061c26051060d2fae668e80841e48a7a2db899769ca7cdad84bd7956fd1806526db307a42604bb3fa3e686d6c960a3c7c760286f39e794c
 SHA512 
7e3279b4e82ddece9350399cd1579bb0297f235c5003c93dc37aa23ae81bd1efd83739de5fc2634cc0fccfd222e8eb0603c622acabdce968fa05252c5ae8747f
+DIST puppetdb-termini_6.8.0-1stretch_all.deb 21302 BLAKE2B 
d3524f7acfb60ba73ca5ec42d3d4f2c79efb944ad597e97b664dd7925f24aa80905b2fa7f8dfb98ef7da777242f34d36711affabb179b005703bed8e5d4b33e3
 SHA512 
8d92e9bffe8e377823b644a54aa73e59c32cf1a69b2b97b9bbf61d9e5149f31c03bb5d39175844f2651a33f6028d44bf0eb6dc2e3ac3236faab9f11a801d4981

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.8.0.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-6.8.0.ebuild
new file mode 100644
index 000..a7f2b53b2dd
--- /dev/null
+++ b/dev-ruby/puppetdb-termini/puppetdb-termini-6.8.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+inherit unpacker
+
+DESCRIPTION="Library needed to connect puppet to puppetdb"
+HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
+SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND+=""
+DEPEND+=""
+
+S=${WORKDIR}
+
+src_install() {
+   insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
+   doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
+}



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

2020-01-16 Thread Matthew Thode
commit: 283dbbf5002d496c63fdd2149a32ad4c047d6d29
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan 16 17:24:20 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan 16 17:24:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283dbbf5

app-admin/puppetserver: 6.8.0 bump

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

 app-admin/puppetserver/Manifest  |   1 +
 app-admin/puppetserver/puppetserver-6.8.0.ebuild | 135 +++
 2 files changed, 136 insertions(+)

diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest
index cf8e7bbd5d6..f4d4b5c9185 100644
--- a/app-admin/puppetserver/Manifest
+++ b/app-admin/puppetserver/Manifest
@@ -1 +1,2 @@
 DIST puppetserver-6.7.2.tar.gz 59340246 BLAKE2B 
635312cb2ea2f638617c10e05b9e1e8efa58caf3da8786155f44081f040a7b167d923e2266c57b43d855feb4bfd5280da85b5100a188e7f0f7dfde847f5abc45
 SHA512 
e2015554648dc861d513b5778c274e2b09c4ea2ebd53141d152a5bba1046ac6ef163083296c176008a7606581b8368df99aa72907e0edd59e687aa9991209fb5
+DIST puppetserver-6.8.0.tar.gz 59370389 BLAKE2B 
227512d3a054980867730882459bff32559f8baa5fb0c807a14fcc827b8f41fc1da2cceab6bdbd6162bb4e6e6e4312f5d47d478f6887a978c359c6a4225d663d
 SHA512 
9e4d0ea1aad1209342151cfcfd304e4a296df0e95fefde46d4e4a28a9da62422194492d430c3492cc717a7c872ee0f448a89a40fe1e1cb565f865fc0aca7089b

diff --git a/app-admin/puppetserver/puppetserver-6.8.0.ebuild 
b/app-admin/puppetserver/puppetserver-6.8.0.ebuild
new file mode 100644
index 000..18d113cb5e6
--- /dev/null
+++ b/app-admin/puppetserver/puppetserver-6.8.0.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib systemd user
+
+DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents."
+HOMEPAGE="http://docs.puppetlabs.com/puppetserver/;
+SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="puppetdb"
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND+="
+   >=virtual/jdk-1.8.0
+   app-admin/puppet-agent[puppetdb?]"
+DEPEND+=""
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /opt/puppetlabs/server/data/puppetserver "puppet"
+}
+
+src_prepare() {
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/redhat/puppetserver.service || die
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/bin/puppetserver || die
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh 
|| die
+   sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die
+   sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die
+   sed -i 's/var\/run/run/g' install.sh || die
+   default
+}
+
+src_compile() {
+   einfo "not compiling"
+}
+
+src_install() {
+   insinto /opt/puppetlabs/server/apps/puppetserver
+   insopts -m0774
+   doins ext/ezbake-functions.sh
+   insopts -m0644
+   doins ext/ezbake.manifest
+   doins puppet-server-release.jar
+   insinto /etc/puppetlabs/puppetserver
+   doins ext/config/logback.xml
+   doins ext/config/request-logging.xml
+   insinto /etc/puppetlabs/puppetserver/services.d
+   doins ext/system-config/services.d/bootstrap.cfg
+   doins ext/config/services.d/ca.cfg
+   insinto /etc/puppetlabs/puppetserver/conf.d
+   doins ext/config/conf.d/puppetserver.conf
+   doins ext/config/conf.d/auth.conf
+   doins ext/config/conf.d/global.conf
+   doins ext/config/conf.d/web-routes.conf
+   doins ext/config/conf.d/metrics.conf
+   doins ext/config/conf.d/webserver.conf
+   insopts -m0755
+   insinto /opt/puppetlabs/server/apps/puppetserver/scripts
+   doins install.sh
+   insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps
+   doins ext/cli/ca
+   doins ext/cli/irb
+   doins ext/cli/foreground
+   doins ext/cli/gem
+   doins ext/cli/ruby
+   doins ext/cli/reload
+   doins ext/cli/start
+   doins ext/cli/stop
+   insinto /opt/puppetlabs/server/apps/puppetserver/cli
+   doins ext/cli_defaults/cli-defaults.sh
+   insinto /opt/puppetlabs/server/apps/puppetserver/bin
+   doins ext/bin/puppetserver
+   insopts -m0644
+   dodir /opt/puppetlabs/server/bin
+   dosym ../apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/server/bin/puppetserver
+   dodir /opt/puppetlabs/bin
+   dosym ../server/apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/bin/puppetserver
+   dosym ../../opt/puppetlabs/server/apps/puppetserver/bin/puppetserver 
/usr/bin/puppetserver
+   dodir /opt/puppetlabs/server/apps/puppetserver/config/services.d
+   # other sys stuff
+   dodir /etc/puppetlabs/code
+   # needed for systemd
+   

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

2020-01-16 Thread Matthew Thode
commit: d9adb6d3013b9afca7dd261c885cb2587bef945b
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan 16 17:17:46 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan 16 17:17:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9adb6d3

app-admin/puppet: 6.12.0 bump

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

 app-admin/puppet/Manifest |   1 +
 app-admin/puppet/puppet-6.12.0.ebuild | 139 ++
 2 files changed, 140 insertions(+)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 0fc04e5dd33..93f7ebb1a92 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -2,3 +2,4 @@ DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 
03757857868b1544078ae5e40d6e438631c78
 DIST puppet-5.5.17.tar.gz 3090402 BLAKE2B 
7722ec4196ee766c29eddd7dc73539a4a5a0e4cc781a84af25210488328b5ae01178ca64e8eef14152cbeca06dc8fe145b5e39ce6a120d7689fc32cbbbe16f9f
 SHA512 
95c6cd836a9f732ccfe2d8b83096e79c32428c43390c0826663f896ca1388e1fe3b55d93a5a7548831e95de85247db717866c36786d591e207341c734d70168b
 DIST puppet-6.10.1.tar.gz 2809383 BLAKE2B 
1589dcfa7d73b81ab7fbc3fca4b2fe956f5d240d11583c484262d5243e4713bb4aa9cd5c655e9566468050ab2e5c0ec0cc720e3ff9088add0744e02147b4e3bb
 SHA512 
211c9837eb4a77a54bf09811a1a84709eef06f17e0c5c9c598d01bce2e183e69974709ad4dfb8f5fecd7433c1ff52757aa699c623155d1a0742f2e07eaf2ec56
 DIST puppet-6.11.1.tar.gz 2816525 BLAKE2B 
c4b188d5bf76b70a2748b86df78f1ca6ab99951cbc3a16377d3f2d38e165bc78ef8e5648cb09264a25ae81ac4d379b9323b1f2bbdea6679292c2cf38cabee662
 SHA512 
f44196206331448651e0ff0e865b09c6ccbb19115edeba4c58c8a29aa35e7d76676d5a3cb35c51cd511a44115c9c9434f1f90d5cbb0a5551a4004741d305c879
+DIST puppet-6.12.0.tar.gz 2825392 BLAKE2B 
fdb7007ca337654f5ee89cd6f3beae300c3eb952570eaf1aa9baad407b84b418916e42aed63855bbb250f1d367be12f98261df54253f6438d33950134ef01cce
 SHA512 
bcb77699f4a4a058ea0fa47ee2b449f19053e3ae859e3e30c65a57ad65fc052a4f05d7a932b9cc4b9974b36dc343ac482258ad8d5a44a151362df474b82c11fe

diff --git a/app-admin/puppet/puppet-6.12.0.ebuild 
b/app-admin/puppet/puppet-6.12.0.ebuild
new file mode 100644
index 000..6c3ebe7649a
--- /dev/null
+++ b/app-admin/puppet/puppet-6.12.0.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC="doc:all"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locales"
+
+inherit eutils user ruby-fakegem eapi7-ver
+
+DESCRIPTION="A system automation and configuration management software."
+HOMEPAGE="https://puppet.com/;
+SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
+RESTRICT="test"
+
+ruby_add_rdepend "
+   dev-ruby/hiera
+   dev-ruby/json:=
+   dev-ruby/semantic_puppet
+   >=dev-ruby/facter-3.0.0
+   dev-ruby/concurrent-ruby
+   augeas? ( dev-ruby/ruby-augeas )
+   diff? ( dev-ruby/diff-lcs )
+   doc? ( dev-ruby/rdoc )
+   ldap? ( dev-ruby/ruby-ldap )
+   shadow? ( dev-ruby/ruby-shadow )
+   sqlite? ( dev-ruby/sqlite3 )
+   virtual/ruby-ssl
+   dev-ruby/hocon"
+
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/mocha
+   dev-ruby/rack
+   dev-ruby/rspec-its
+   )"
+# this should go in the above lists, but isn't because of test deps not being 
keyworded
+#   dev-ruby/rspec-collection_matchers
+
+RDEPEND+=" ${RDEPEND}
+   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
+   >=app-portage/eix-0.18.0"
+PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/lib/puppet puppet
+}
+
+all_ruby_prepare() {
+   # Avoid spec that require unpackaged json-schema.
+   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
+
+   # can't be run within portage.
+   epatch "${FILESDIR}/puppet-fix-tests-6.10.1.patch"
+
+   # fix systemd path
+   epatch "${FILESDIR}/puppet-systemd.patch"
+
+   # Avoid specs that can only run in the puppet.git repository. This
+   # should be narrowed down to the specific specs.
+   rm spec/integration/parser/compiler_spec.rb || die
+
+   # Avoid failing spec that need further investigation.
+   rm spec/unit/module_tool/metadata_spec.rb || die
+}
+
+each_ruby_install() {
+   each_fakegem_install
+#  dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" 
"/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}"

[gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-pam-ldapd/, sys-auth/nss-pam-ldapd/files/

2020-01-16 Thread Matthew Thode
commit: 83d109e72915e161c21be0d9abd28447ab0fa97c
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan 16 17:09:10 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan 16 17:13:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d109e7

sys-auth/nss-pam-ldapd: fix /var/run path for systemd service

Fixes: https://bugs.gentoo.org/705380
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 sys-auth/nss-pam-ldapd/files/nslcd-2.service   |  14 ++
 sys-auth/nss-pam-ldapd/files/nslcd-init-r3 |  28 
 sys-auth/nss-pam-ldapd/files/pynslcd.initd-r2  |  28 
 .../nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild   | 163 +
 4 files changed, 233 insertions(+)

diff --git a/sys-auth/nss-pam-ldapd/files/nslcd-2.service 
b/sys-auth/nss-pam-ldapd/files/nslcd-2.service
new file mode 100644
index 000..b6b167aaed9
--- /dev/null
+++ b/sys-auth/nss-pam-ldapd/files/nslcd-2.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=NSS and PAM LDAP client daemon
+After=network-online.target
+Wants=network-online.target nss-lookup.target syslog.service
+Before=nss-user-lookup.target
+
+[Service]
+Type=forking
+PIDFile=/run/nslcd/nslcd.pid
+ExecStart=/usr/sbin/nslcd
+
+[Install]
+WantedBy=multi-user.target
+RequiredBy=nss-user-lookup.target

diff --git a/sys-auth/nss-pam-ldapd/files/nslcd-init-r3 
b/sys-auth/nss-pam-ldapd/files/nslcd-init-r3
new file mode 100644
index 000..513ad9af3fe
--- /dev/null
+++ b/sys-auth/nss-pam-ldapd/files/nslcd-init-r3
@@ -0,0 +1,28 @@
+#!/sbin/openrc-run
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+command=/usr/sbin/nslcd
+pidfile=/run/nslcd/nslcd.pid
+extra_commands="checkconfig"
+cfg="/etc/nslcd.conf"
+
+depend() {
+   need net
+   use dns logger
+}
+
+checkconfig() {
+   if [ ! -f "$cfg" ] ; then
+   eerror "Please create $cfg"
+   eerror "Example config: /usr/share/nss-ldapd/nslcd.conf"
+   return 1
+   fi
+   return 0
+}
+
+start_pre() {
+   checkpath -q -d /run/nslcd -o nslcd:nslcd
+   checkconfig
+   return $?
+}

diff --git a/sys-auth/nss-pam-ldapd/files/pynslcd.initd-r2 
b/sys-auth/nss-pam-ldapd/files/pynslcd.initd-r2
new file mode 100644
index 000..21762ae5fd2
--- /dev/null
+++ b/sys-auth/nss-pam-ldapd/files/pynslcd.initd-r2
@@ -0,0 +1,28 @@
+#!/sbin/openrc-run
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+command=/usr/sbin/pynslcd
+pidfile=/run/nslcd/nslcd.pid
+extra_commands="checkconfig"
+cfg="/etc/nslcd.conf"
+
+depend() {
+   need net
+   use dns logger
+}
+
+checkconfig() {
+   if [ ! -f "$cfg" ] ; then
+   eerror "Please create $cfg"
+   eerror "Example config: /usr/share/nss-ldapd/nslcd.conf"
+   return 1
+   fi
+   return 0
+}
+
+start_pre() {
+   checkpath -q -d /run/nslcd -o nslcd:nslcd
+   checkconfig
+   return $?
+}

diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild 
b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild
new file mode 100644
index 000..53e23ca1d64
--- /dev/null
+++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=(python2_7 python3_6)
+inherit eutils prefix user python-r1 multilib multilib-minimal systemd s6
+
+DESCRIPTION="NSS module for name lookups using LDAP"
+HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/;
+SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug kerberos +pam pynslcd sasl test +utils"
+RESTRICT="!test? ( test )"
+
+COMMON_DEP="
+   net-nds/openldap[${MULTILIB_USEDEP}]
+   sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] )
+   kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
+   sys-libs/pam[${MULTILIB_USEDEP}]
+   utils? ( ${PYTHON_DEPS} )
+   pynslcd? (
+   dev-python/python-ldap[${PYTHON_USEDEP}]
+   dev-python/python-daemon[${PYTHON_USEDEP}]
+   )
+   !sys-auth/nss_ldap
+   !sys-auth/pam_ldap"
+RDEPEND="${COMMON_DEP}"
+DEPEND="${COMMON_DEP}
+   test? (
+   ${PYTHON_DEPS}
+   dev-python/pylint[${PYTHON_USEDEP}]
+   )
+   sys-devel/automake"
+
+REQUIRED_USE="
+   utils? ( ${PYTHON_REQUIRED_USE} )
+   test? ( ${PYTHON_REQUIRED_USE} pynslcd )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.9.4-disable-py3-only-linters.patch
+   "${FILESDIR}"/${PN}-0.9.11-pynslcd-module-paths.patch
+)
+
+pkg_setup() {
+   enewgroup nslcd
+   enewuser nslcd -1 -1 -1 nslcd
+}
+
+src_prepare() {
+   cp pynslcd/pynslcd.py "${S}" || die "Copying pynslcd failed"
+
+   default
+

[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/

2020-01-16 Thread Matthew Thode
commit: db87e8968dffbf3ffe119f9aeb5c534c2b51
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan 16 17:03:59 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan 16 17:03:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db87e896

app-crypt/certbot-apache: 1.1.0 bump

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

 app-crypt/certbot-apache/Manifest  |  1 +
 .../certbot-apache/certbot-apache-1.1.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index 3d0ed9497a6..8c05e2a1f47 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-0.40.1.tar.gz 1353347 BLAKE2B 
86b3df4047101d00d5f17cf3a1a11e5800e850f5a9f736507ad373e552c27e9e4a3a17695f5a817d191cad383fc17336214fc1d8de7a99354ce4d2f5c6e728c1
 SHA512 
e5517a20cf26efba850728b3f81db5d6c3c5570b0a1c8c9d4a4401ac04bcf44c6a2f1c248bf6e0b1be4a21b54f6168ccd11dc766304805f13b4cb16336b3
 DIST certbot-1.0.0.tar.gz 1336032 BLAKE2B 
ca26cfd3d9f802b09eaf387225f24fbb01385f81dfa661dfb5acbd97982a6fc773c56abf6b3f99db7f2b0cdc8c5a7175d264714592858b38217e444d4e1d2b4b
 SHA512 
649ddd3d9305e166ef36de4e4e48b1171d5f369d9d60c026ab37a03e7b221cd815e93e69460662e6436b56cec076005582457e9d45499114306ad808a2497912
+DIST certbot-1.1.0.tar.gz 1346768 BLAKE2B 
5c86edec3102ce0eb822465458ec86cbc98eb5e76c3c582d8a72ecab91e709f16e7a1576c684bc04bfd0c70918f34e84e0b3b264f949a1fb9bf9503fa9d6b179
 SHA512 
905b21a8a50b4df4eb92b464d10dec094ba4e7f5eaf3ad3dae1704a794952df6b51873ca919246a9b6698fd652a7c264efc742617ba0a25757ab99397759c343

diff --git a/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild
new file mode 100644
index 000..d7739ed00d8
--- /dev/null
+++ b/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(python{2_7,3_6,3_7})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-1.0.0[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/python-augeas[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/

2020-01-16 Thread Matthew Thode
commit: e187098c4a9282ec7475d01431eb61b21f32ed41
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan 16 16:55:56 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan 16 16:55:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e187098c

app-crypt/acme: 1.1.0 bump

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

 app-crypt/acme/Manifest  |  1 +
 app-crypt/acme/acme-1.1.0.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index 3f85f23b598..67e69bb7f4f 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,3 +1,4 @@
 DIST certbot-0.39.0.tar.gz 1350312 BLAKE2B 
5f21c45d25754cb1ed0ad92e8d03637928a274637de09903509c7e78c40fd197e95cfa1f3effecef938d6ab8369dc6811714ddb5a93a806048e0998d1032e4f9
 SHA512 
17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0
 DIST certbot-0.40.1.tar.gz 1353347 BLAKE2B 
86b3df4047101d00d5f17cf3a1a11e5800e850f5a9f736507ad373e552c27e9e4a3a17695f5a817d191cad383fc17336214fc1d8de7a99354ce4d2f5c6e728c1
 SHA512 
e5517a20cf26efba850728b3f81db5d6c3c5570b0a1c8c9d4a4401ac04bcf44c6a2f1c248bf6e0b1be4a21b54f6168ccd11dc766304805f13b4cb16336b3
 DIST certbot-1.0.0.tar.gz 1336032 BLAKE2B 
ca26cfd3d9f802b09eaf387225f24fbb01385f81dfa661dfb5acbd97982a6fc773c56abf6b3f99db7f2b0cdc8c5a7175d264714592858b38217e444d4e1d2b4b
 SHA512 
649ddd3d9305e166ef36de4e4e48b1171d5f369d9d60c026ab37a03e7b221cd815e93e69460662e6436b56cec076005582457e9d45499114306ad808a2497912
+DIST certbot-1.1.0.tar.gz 1346768 BLAKE2B 
5c86edec3102ce0eb822465458ec86cbc98eb5e76c3c582d8a72ecab91e709f16e7a1576c684bc04bfd0c70918f34e84e0b3b264f949a1fb9bf9503fa9d6b179
 SHA512 
905b21a8a50b4df4eb92b464d10dec094ba4e7f5eaf3ad3dae1704a794952df6b51873ca919246a9b6698fd652a7c264efc742617ba0a25757ab99397759c343

diff --git a/app-crypt/acme/acme-1.1.0.ebuild b/app-crypt/acme/acme-1.1.0.ebuild
new file mode 100644
index 000..da68660fa26
--- /dev/null
+++ b/app-crypt/acme/acme-1.1.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   S=${WORKDIR}/certbot-${PV}/acme
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of the ACME protocol"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
+   >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.13.1[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10[${PYTHON_USEDEP}]
+   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+   >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
+"
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+   if use doc ; then
+   cd docs || die
+   sphinx-build -b html -d _build/doctrees   . _build/html
+   fi
+}
+
+python_test() {
+   nosetests -w ${PN} || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2020-01-16 Thread Matthew Thode
commit: 0f32a766f7d26f8b2cd771d52af91093e2f0c2fc
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan 16 16:50:20 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan 16 16:50:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f32a766

app-emulation/diskimage-builder: 2.33.0 bump

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

 app-emulation/diskimage-builder/Manifest   |  1 +
 .../diskimage-builder-2.33.0.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index 090171eacae..b1e1fd4d518 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1 +1,2 @@
 DIST diskimage-builder-2.32.0.tar.gz 435328 BLAKE2B 
78f306430819d94045e3b8c424cdf7a0fee9a306a317e44cd363d53bbbcd1af1f06731b83b63e490bb8ad3903630daf84a544878b87d6c7f377786778229f276
 SHA512 
357b56aba979cabd7a857d6646412893361c05a83e4260d1ef468de1d6fb0fbc2582ab8bf37428c56a52fafcf708b86be470f2c885008b10368bc92a2b679a09
+DIST diskimage-builder-2.33.0.tar.gz 434041 BLAKE2B 
16d14c68e7a54b785426516ecced4adb53b4e84f36d36846732ef7c4823644375373249ceacd1371e39262ebc9050f2f86184718dc3fb17b44eaa20f561410c0
 SHA512 
125bdcc0a2d4249918485115c49482746e4f86cb7883d3689afd4288a0d18ca97bcb669b811034ccb159879520172ca37bd9f9d7ba4ea509f788be0f3cf2259b

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.33.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.33.0.ebuild
new file mode 100644
index 000..17a0c622b03
--- /dev/null
+++ b/app-emulation/diskimage-builder/diskimage-builder-2.33.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Golden Disk Image builder."
+HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
+   =dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   app-emulation/qemu
+   sys-block/parted
+   sys-fs/multipath-tools
+   sys-fs/dosfstools
+   sys-apps/gptfdisk
+   !dev-python/dib-utils[${PYTHON_USEDEP}]"



  1   2   >