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

2020-09-26 Thread Horea Christian
commit: 08cb203ae14acd64b0d0c5a7489d9fca813154de
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Sep 27 06:50:26 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Sep 27 06:50:26 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=08cb203a

sci-biology/pybedtools: PYTHON_COMPAT update and actually install files

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

 sci-biology/pybedtools/pybedtools-0.8.0.ebuild | 17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/sci-biology/pybedtools/pybedtools-0.8.0.ebuild 
b/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
index 440e644b7..9edb8f366 100644
--- a/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
+++ b/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
@@ -15,6 +15,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc minimal"
+RESTRICT="test"
+# Tests reported to fail on Gentoo:
+# https://github.com/daler/pybedtools/issues/329
 
 RDEPEND="
sci-biology/bedtools
@@ -26,12 +29,16 @@ DEPEND="${RDEPEND}
 
 src_compile(){
python setup.py cythonize
-   default
+   distutils-r1_src_compile
use doc && cd docs && emake html
 }
 
 src_install(){
-   default
-   insinto /usr/share/doc/"${PN}"
-   doins -r docs/build/html
+   distutils-r1_src_install
+   if use doc; then
+   insinto /usr/share/doc/"${PN}"
+   doins -r docs/build/html
+   fi
 }
+
+distutils_enable_tests pytest



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

2020-09-26 Thread Matt Turner
commit: 040ff29cc0b79ebc6be67326affcf8efc099e3a4
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:12 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040ff29c

dev-python/sphinx-aiohttp-theme: Keyword 0.1.6 alpha, #737618

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

 dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild 
b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild
index 9901d7169e9..d9bfc113af1 100644
--- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild
+++ b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2020-09-26 Thread Matt Turner
commit: 3bb4ef34649661de1a875604411aedbb850aac7b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:11 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb4ef34

dev-python/sphinxcontrib-blockdiag: Keyword 2.0.0 alpha, #737618

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

 dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild 
b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
index 11b7e45bee7..8225357c130 100644
--- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
+++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]



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

2020-09-26 Thread Matt Turner
commit: 48864f5f8ef9a07396f7dacccdc304459b07c490
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:13 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48864f5f

www-servers/gunicorn: Keyword 20.0.4 alpha, #737618

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

 www-servers/gunicorn/gunicorn-20.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/gunicorn/gunicorn-20.0.4.ebuild 
b/www-servers/gunicorn/gunicorn-20.0.4.ebuild
index 03560b76018..39f4261a8dd 100644
--- a/www-servers/gunicorn/gunicorn-20.0.4.ebuild
+++ b/www-servers/gunicorn/gunicorn-20.0.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT PSF-2 doc? ( BSD )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"
 



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

2020-09-26 Thread Matt Turner
commit: f7c96f832cb80c6572fbc859fbab01871c74d583
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:10 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c96f83

dev-python/funcparserlib: Keyword 0.3.6-r1 alpha, #737618

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

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

diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild 
b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
index 83574dcad3f..58e06a1cc87 100644
--- a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
+++ b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=""



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

2020-09-26 Thread Matt Turner
commit: 36863e401c2f07bedc6ba90201bf706a9501c875
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:15 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36863e40

dev-python/idna-ssl: Keyword 1.1.0 alpha, #737618

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

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

diff --git a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild 
b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild
index 802b3e0ff9a..bfa486ba3f2 100644
--- a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild
+++ b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/idna[${PYTHON_USEDEP}]"



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

2020-09-26 Thread Matt Turner
commit: 18f09586d788e2d9169928d14cbb818fcb3ab865
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:10 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f09586

dev-python/blockdiag: Keyword 2.0.1 alpha, #737618

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

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

diff --git a/dev-python/blockdiag/blockdiag-2.0.1.ebuild 
b/dev-python/blockdiag/blockdiag-2.0.1.ebuild
index f7f629704e8..2a481caaf80 100644
--- a/dev-python/blockdiag/blockdiag-2.0.1.ebuild
+++ b/dev-python/blockdiag/blockdiag-2.0.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-09-26 Thread Matt Turner
commit: fdf680035ab18bace87f623f0f5ac94ed6fb28d9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:13 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf68003

dev-python/async_generator: Keyword 1.10 alpha, #737618

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

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

diff --git a/dev-python/async_generator/async_generator-1.10.ebuild 
b/dev-python/async_generator/async_generator-1.10.ebuild
index 6fc53dac5a0..328f79e69dc 100644
--- a/dev-python/async_generator/async_generator-1.10.ebuild
+++ b/dev-python/async_generator/async_generator-1.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT Apache-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 DOCS=( README.rst )
 



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

2020-09-26 Thread Matt Turner
commit: 68bb9f215597fe7d6c72e7cd06dbce8a48958384
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:14 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bb9f21

dev-python/hypothesis: Keyword 5.36.1 alpha, #737618

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

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

diff --git a/dev-python/hypothesis/hypothesis-5.36.1.ebuild 
b/dev-python/hypothesis/hypothesis-5.36.1.ebuild
index c8d53477c0b..b817839fd0a 100644
--- a/dev-python/hypothesis/hypothesis-5.36.1.ebuild
+++ b/dev-python/hypothesis/hypothesis-5.36.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="cli test"
 RESTRICT="!test? ( test )"
 



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

2020-09-26 Thread Matt Turner
commit: 4b7c1ec36afdc9190e6d878f478b77547d140226
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:11 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7c1ec3

dev-python/sphinxcontrib-newsfeed: Keyword 0.1.4 alpha, #737618

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

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

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index 1f7123b6c31..2dfc216fea8 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-09-26 Thread Matt Turner
commit: 79cd6ff92d522d465a67b2f14c86ad4cbf86bf4c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:14 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79cd6ff9

dev-python/aiohttp-cors: Keyword 0.7.0-r1 alpha, #737618

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

 dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild 
b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild
index 355a196ad40..7b154442adf 100644
--- a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild
+++ b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND=">=dev-python/aiohttp-1.1.1[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-09-26 Thread Matt Turner
commit: 53b018945f05489d37e22b0f55987123e4760dba
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:12 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b01894

dev-python/pytest-aiohttp: Keyword 0.3.0-r1 alpha, #737618

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

 dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild 
b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild
index 558fcf85a76..f3e488461a0 100644
--- a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild
+++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE=""
 
 RDEPEND="



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

2020-09-26 Thread Matt Turner
commit: b155340ba0b6a9393f753472070e89cd42569d15
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:11 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b155340b

dev-python/pyenchant: Keyword 3.1.0 alpha, #737618

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

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

diff --git a/dev-python/pyenchant/pyenchant-3.1.0.ebuild 
b/dev-python/pyenchant/pyenchant-3.1.0.ebuild
index efc28ba4879..b128cfe80b2 100644
--- a/dev-python/pyenchant/pyenchant-3.1.0.ebuild
+++ b/dev-python/pyenchant/pyenchant-3.1.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="app-text/enchant:*"
 BDEPEND="



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

2020-09-26 Thread Matt Turner
commit: 366041f57e0500d19b64492a35f9b6b111963543
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:13 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366041f5

dev-python/selenium: Keyword 3.141.0-r1 alpha, #737618

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

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

diff --git a/dev-python/selenium/selenium-3.141.0-r1.ebuild 
b/dev-python/selenium/selenium-3.141.0-r1.ebuild
index a5962b98373..5e7af5e1fa4 100644
--- a/dev-python/selenium/selenium-3.141.0-r1.ebuild
+++ b/dev-python/selenium/selenium-3.141.0-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-> ${P}.gh.tar.gz
)"
 
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 LICENSE="Apache-2.0"
 SLOT="0"
 



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

2020-09-26 Thread Matt Turner
commit: db80bcd2837196a471ba3439009a2fb507a02e12
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:13 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db80bcd2

dev-python/aiohttp: Keyword 3.6.2 alpha, #737618

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

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

diff --git a/dev-python/aiohttp/aiohttp-3.6.2.ebuild 
b/dev-python/aiohttp/aiohttp-3.6.2.ebuild
index b2089b92c17..8576aff21c9 100644
--- a/dev-python/aiohttp/aiohttp-3.6.2.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.6.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-09-26 Thread Matt Turner
commit: 630a8a93401fbfc72a15b05fe8cb9dff13cbe15d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:10 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630a8a93

dev-python/sphinx-testing: Keyword 1.0.1-r1 alpha, #737618

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

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

diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild 
b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
index c9e677f2f19..d48aba0f4f7 100644
--- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
+++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-09-26 Thread Matt Turner
commit: ef8fcdc152d1a976a34e95e406add6e2e342e17a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:09 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8fcdc1

dev-python/mypy_extensions: Keyword 0.4.3-r1 alpha, #737618

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

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

diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild 
b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild
index 5451fe4f4b2..f8af82c56a7 100644
--- a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild
+++ b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" =~ [9]{4,} ]]; then
EGIT_REPO_URI="https://github.com/python/${PN}";
EGIT_COMMIT="master"
 else
-   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 fi
 
 LICENSE="MIT"



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

2020-09-26 Thread Matt Turner
commit: 673081d8425019b40b7daabdb027f256ee56c597
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:14 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673081d8

dev-python/hypothesis: Keyword 5.29.4 alpha, #737618

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

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

diff --git a/dev-python/hypothesis/hypothesis-5.29.4.ebuild 
b/dev-python/hypothesis/hypothesis-5.29.4.ebuild
index 5065388770f..1b73cd15acf 100644
--- a/dev-python/hypothesis/hypothesis-5.29.4.ebuild
+++ b/dev-python/hypothesis/hypothesis-5.29.4.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="cli test"
 RESTRICT="!test? ( test )"
 



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

2020-09-26 Thread Matt Turner
commit: fa4cfca0ed4d54472f3621f5c48a953e2fed875a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:11 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4cfca0

dev-python/sphinxcontrib-spelling: Keyword 5.3.0 alpha, #737618

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

 dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild 
b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild
index c3cae6ec6a8..9202602394b 100644
--- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild
+++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2020-09-26 Thread Matt Turner
commit: 4284c1528024f9eb1d5db151cc8d76b73b436990
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:12 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4284c152

dev-python/async_timeout: Keyword 3.0.1 alpha, #737618

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

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index a9291b7803c..618cfd9b570 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-09-26 Thread Matt Turner
commit: 8f3c74a48d436f7b9dadd35ef3afbd99968d9770
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:14 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3c74a4

dev-python/black: Keyword 20.8_beta1 alpha, #737618

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

 dev-python/black/black-20.8_beta1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/black/black-20.8_beta1.ebuild 
b/dev-python/black/black-20.8_beta1.ebuild
index 229cdc66ac7..68248b52a45 100644
--- a/dev-python/black/black-20.8_beta1.ebuild
+++ b/dev-python/black/black-20.8_beta1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2020-09-26 Thread Matt Turner
commit: 85c212205633fad3b755e0b4fe5db29aacb9193b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:09 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c21220

dev-python/dataclasses: Keyword 0.7 alpha, #737618

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

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

diff --git a/dev-python/dataclasses/dataclasses-0.7.ebuild 
b/dev-python/dataclasses/dataclasses-0.7.ebuild
index 3abafb733cd..e76e64feb12 100644
--- a/dev-python/dataclasses/dataclasses-0.7.ebuild
+++ b/dev-python/dataclasses/dataclasses-0.7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 src_test() {
cd test || die



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

2020-09-26 Thread Michał Górny
commit: 232d6d788b56c39529a286eb5b4104c663c492fd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 27 04:23:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 27 06:16:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232d6d78

sys-kernel/vanilla-kernel: Bump to 5.8.12

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

 sys-kernel/vanilla-kernel/Manifest |   1 +
 .../vanilla-kernel/vanilla-kernel-5.8.12.ebuild| 127 +
 2 files changed, 128 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 4c9d85eafaf..3cc0195554d 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -29,6 +29,7 @@ DIST linux-5.7.18.tar.xz 112759392 BLAKE2B 
22fb5388521bd824a8ecbde7484db3319817e
 DIST linux-5.7.19.tar.xz 112742648 BLAKE2B 
408fdc49f8a341f6d7c0fead1ddc1b0816caf4a7393286127440a6ec1b513cd413067d6e56180310cc9d634b95c9583b7f38ae4711cd115f4ac2f08918e6b916
 SHA512 
c64aacd11f90dd1fb4f163ba3757ba52543c8a3c3932b9600109ad2b8ac97c8819d430067266e1e347998b5e9df92f7c0f1945a73142442ba5bccd41439a4988
 DIST linux-5.8.10.tar.xz 114493036 BLAKE2B 
9cfc3a8ac707e3b08ee690661b9b5ad1ac249158c34416563ccb3bd8988814faf3ead9b2ec7405ef5d75a9672365ee96e1d4c0c659a63728e5c5bdea768bee7a
 SHA512 
cff8cbbf30b8a8b3e151573d36dd6a36e3ddf849f1866f02c811c30a95945d76752051aff6c5b680d19d72dc42a6238ba438f3e00755c1eb64b5ba0276fbad0f
 DIST linux-5.8.11.tar.xz 114496860 BLAKE2B 
64a128f29cc18146625e5a7424438324cd41da18a10fc6cac89a0da2b9deda9df039b516b79a8d3e8fdabf23d03608cc30aff15bf673e27c8febfbbd8a200540
 SHA512 
bb6994f09aabfb0076f3023dd8359c5c569a4b398d3a3c3c8d6b27052092cab56ad675f45dd6ceba7fe431f2a6a587858f3c21415b5a00adb346bd2c68d85b0f
+DIST linux-5.8.12.tar.xz 114510484 BLAKE2B 
85edb8bea54dc1952e7f3ec439d01b22181ac9ba527ca387a04168966398e615a052d7d9585cde47fa4a4f9f09a7daa41508af9b0cb7c93357e9f54ecf15
 SHA512 
c1daa20dcdaa2cb805e7a973b684ea40327088d8fadf0cf44f4c73284923363397b12f2e1958d64d6a0ff348198366d46b59a5301a72d3431389d319a4bde489
 DIST linux-5.8.3.tar.xz 114473912 BLAKE2B 
9d2913bbaf4afabd8f654abd0a2a3c62df043a613cbc2518944f5889d1a760ab6401e76d0b67b0cc9fbe05c8a0e280fe9b2ebf125f50ff5962f097956642fd8e
 SHA512 
a23973139bf105e202621f6181be366e1a933aefd1da9a347d3a19c0917ba16dd271b5c8d90a8c527791fb0f7535a1cc1bbecd118598b500c881d16ff7d64157
 DIST linux-5.8.4.tar.xz 114478188 BLAKE2B 
d9cb7a130e69de2fd176e5ce4236cfe5f4f31cf96f963a1f04e94958d0b064a7cf34c5a2d7e37500892fd840214ce1fc6f2ffb3050cbf8678ffe612bbd1cf51d
 SHA512 
b1fb4586932369f2853360aaab702baaa994be5a88c0a746b7272d7c29c864ac2f0302bd82664f58d29f7b464bc98603167211ea886aa15ea1cd6d12d422ba61
 DIST linux-5.8.5.tar.xz 114482912 BLAKE2B 
751cded511b08dd541cd6ae2365602068138641d4a6ade4205936dd1ec1de5a01441a2822afde25fd83004896e8ae02a70af37482dc4b09fa9fc52ca8bd05a8c
 SHA512 
30832e10d14f87f62542cc8a58d2d7d54cbfd0e99de772f79364354a09c2aff2c5bd07bcd06e1e7523a404aa39829355b6b198334472d3070dc7a4f810ed0f20

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.8.12.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.8.12.ebuild
new file mode 100644
index 000..540a5ea3c74
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.8.12.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.8.5
+CONFIG_HASH=af8da8d54d21231fd8c7b943216bb985f0a4e223
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> kernel-ppc64le-fedora.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686-fedora.config
+   -> kernel-i686-fedora.config.${CONFIG_VER}
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="debug"
+REQUIRED_USE="
+   arm? ( savedconfig )"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+BDEPEND="
+   debug? ( dev-util/dwarves )"
+
+pkg_pretend() {
+   ewarn "Starting with 5.7.9, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.

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

2020-09-26 Thread Michał Górny
commit: 1d8c58f5ebd7eef10c9c62ed3db4f4a6bcd05514
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 27 04:23:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 27 06:16:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8c58f5

sys-kernel/gentoo-kernel: Bump to 5.8.12

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.8.12.ebuild  | 134 +
 2 files changed, 136 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 904913624b3..09d174c5464 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -32,6 +32,8 @@ DIST genpatches-5.8-13.base.tar.xz 453844 BLAKE2B 
4d6bb86ba3238f969784a2496799f5
 DIST genpatches-5.8-13.extras.tar.xz 1768 BLAKE2B 
7b70ebda93c52dc86d61e8040a48278a4cd61dc4e6a1317afb3bcc33a25fcc63dd3bbeb966244910cc38ef5d5a02be9875b5b1f8b7ed8ae9d1c46d7e00348146
 SHA512 
a36406969d495057e7685743b74379e88688861a3db1f0bc870ec9d7860a08f61f9dc4840742f69223198bbdf4597f9a96e3b3997b44d5b65cc2dc1afcfb7d71
 DIST genpatches-5.8-14.base.tar.xz 482452 BLAKE2B 
a9b6d3be1666d75d95b4e7d12679c70df363e0d264255e8f49282a478f13c1a716dd9e6d66dd589fe997eb8271736fe562b731dc1185b0bcf2f420b9ed942e7a
 SHA512 
b5a553daf43fd4c315b03ffbe12cfdbffa31c5c9030d41a9fb33214332db734a640b66dc552a33098831e8dc274c41248119ae2ecc5cfc1fcccffbc36f5d23d7
 DIST genpatches-5.8-14.extras.tar.xz 1768 BLAKE2B 
b6373b4b1c04b177c0200ce1cb0cbef6e130a449cf38dc4900502479f646994509f044a784db2642008f9e66885ff97c2a2bbbfb124642269675b54269ec644e
 SHA512 
3b34181e5a3af01cfc602cee52979f7592ad92c2f6cb715482344e99b591841e41cecc620871dd0147c8c60e7412c539ea85da26280449eeb5dfad961470acd5
+DIST genpatches-5.8-15.base.tar.xz 498912 BLAKE2B 
429c079f836b9dc6d2086fe818f4e705264f002bcfcf4e5bdbe144af53aca53c8bfc1c0ac23aa33939bc59111e2194747088bbccff61015fd59ac0e3150aab62
 SHA512 
936414eaaa159a84bf016080332a8ba29c2024c02e5b83ed559df7b1a910ba405093e5ed36d54a346091a534f1389eba99b95852b23328a92e2f7ba5b07723ee
+DIST genpatches-5.8-15.extras.tar.xz 1772 BLAKE2B 
690935cb537f442dd48dea34000bc444b9c2861b259ebb156722f1027ba28b037fafe4cfdb71e68c40603f2dcb27d2639d949d4e4fbada8811fce2716329
 SHA512 
8dcc4ebb194603036323dcc559b5827d02c6a678b2f162191e306fe6ae52cc860e651937962ac8b52e2a4e229b1326a2cb24f938638556b0ddf4369f140f997b
 DIST genpatches-5.8-5.base.tar.xz 216176 BLAKE2B 
8c57c2b91b6a395b490fedcee8e0f5ba8c7698903d0e1017fb66bb3d5ced1c6675fcd6e7ecc2405ccd237fd9ef4c641b10a0b4c32403c757ada5ccec3dbf0f26
 SHA512 
64bf8a331ba97a1d86159dff23c46c94c63f07158e66f9e86b02de6cc1a4476064fb6a924573c93fa117ea88bf6d6bb05f89c82c1883700af9fcdbbfaa5b72bc
 DIST genpatches-5.8-5.extras.tar.xz 1768 BLAKE2B 
b49e51d13c594029950911a1c7689b13710b8102330a475edb774f967b6162a036cb830b3cc25187e0ee3ec577d607baae036d136111ae1c64b7bebf1f544fe0
 SHA512 
a3fa7af02966567b5a2f4caab584ae19d7a1b955d2c8e599355b1ee5f3aed8971c26ecca6ab453280ea7bd8c9c004b53045848934d121f52474046293a2f554d
 DIST genpatches-5.8-6.base.tar.xz 253496 BLAKE2B 
69163867676a60639683b75a51a281642bb7cdf51439dc2871a72e8e9fbd3121a93767ccd0f17e95627eba5876e3f119905c3fb93292b16393f3736d2a4c
 SHA512 
352c4f32780e24e4e9721e3792377070806cc756dc68f3266ad3140f5508c303c52c6573736915dfc27f92501a5b56f0fcb25e76916f338e5e737bf75fbb939d

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.8.12.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.8.12.ebuild
new file mode 100644
index 000..1527024779c
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.8.12.ebuild
@@ -0,0 +1,134 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.8.5
+CONFIG_HASH=af8da8d54d21231fd8c7b943216bb985f0a4e223
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> kernel-ppc64le-fedora.config.${CONFIG_VER}
+   )
+   x86? (
+

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

2020-09-26 Thread Michał Górny
commit: 36f6b4f15ced5c4802d0cadb801ab8dbe5c0ba80
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 27 04:22:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 27 06:16:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f6b4f1

sys-kernel/gentoo-kernel: Bump to 5.4.68

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.4.68.ebuild  | 137 +
 2 files changed, 139 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index bc460e75783..904913624b3 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -14,6 +14,8 @@ DIST genpatches-5.4-67.base.tar.xz 2335352 BLAKE2B 
ae98701f88da8c3ab823499c6d568
 DIST genpatches-5.4-67.extras.tar.xz 1768 BLAKE2B 
6e6718c80465485c0271d46231d45412e4bb7e713caed3a333b27f1a655048c2ccea871d5331fc4d6413ddbeb2776df02acf00ad1c399a1d86e65615f05d5c69
 SHA512 
7da85f2ff8f50f43ae1eb814e34402fa8a55629c7b8e9b362ad657974be2ac60489157adf474f91c05587475d89deb1cb1511c5241b80885d695651bfb122af3
 DIST genpatches-5.4-68.base.tar.xz 2349792 BLAKE2B 
e7c2dec93508a89d24ac5a8cc08a40289953abf1715a0f624872a5b327e8c957489fd37d6486bfd2362ee745ff252595f3371becfb88c54980c4db48e62e30f0
 SHA512 
8b4e19b5cbdd7e18113f72736338eb6f23438fc5beaa051ffe48c9a23d58acabddecc3742588865cc3ef1e3b73e200c0125c388b19640444a81df52404c5
 DIST genpatches-5.4-68.extras.tar.xz 1764 BLAKE2B 
af078c5e8d444d6b5f615fa6c1d07b810d2cf55a425ebbee3febd8cf3a327525a384139fa140576dacbfac197e50eb01bd32599e09ab2132f821f4018868aa93
 SHA512 
727bcde520c62b67dc7bceea8252a9ebe351b8797a0a3e79d3c47817c8841321d3a5d69cf5e38e592070bbb383280923a1688091fc272a1ecd71a9e7140d8edb
+DIST genpatches-5.4-69.base.tar.xz 2362320 BLAKE2B 
5f0a1f950d6b4edd2eb2189256e128350df0d9682c218527e8f2c8283cdebefddaddaabb7d77e3f8bc8a09d4fb23fea37a9208ffe3c3bbf748eb5e05df85ba28
 SHA512 
d323506ceb6d8cdb01ff7be8ee80d6b7d5a72fc7a2411d96a84f58ae12392f2f72565413878cc7b4abf9221bdcd0b505d8dc5ee5920945aebbe6984250f13d88
+DIST genpatches-5.4-69.extras.tar.xz 1768 BLAKE2B 
ab83c9bd71bb08d7356aa93c27c3596911fe67fcadfe97a80313d2a038001be7ccada663ab25aee1d5cc348b220d3c82970d08bd3ebd538a729918a7487e0a1a
 SHA512 
6a780c1a4ab2d2acd313e45c3fca0ae013104e916961855c76b4bc2c4f732f8eec27240b728677bf8e3c0042694605f477e672af41e5e4e50e266320d126fc32
 DIST genpatches-5.7-18.base.tar.xz 778720 BLAKE2B 
384315c8e0e23db1137f73d6d60bc6f681d7b74e23e2b5288ad741ae8f005255164074c08a4ece67667d5eaff15dd0f955fb2eb23d9745c8647ce7761aad3f47
 SHA512 
8c36cb71a02d9bff7d3257c527c16191a8ba05e08e4cd836047e97264d93cd93343d13e2a550f2b8321d638a00069d8108296240c7d2656023185c80ad640c0d
 DIST genpatches-5.7-18.extras.tar.xz 1768 BLAKE2B 
7312c4b26f1e3aaa51b8a8e67f9fade727b1ec6dbcc256d581061ea6ab878a47dcecfe6d949d677500a49d62928ce4a8c6aae75ce618b9555fcf7fa11fee4ecc
 SHA512 
6b4459fef57765cf67503265ea094ffebbf5f2f9db7c753e1182f524f44981e9b047b6a1661f45b9d99f39e2c2ec57bb1a93e35dfc4a62997d9b629728c2b5c6
 DIST genpatches-5.7-19.base.tar.xz 806520 BLAKE2B 
1eba96a84e0a75a6dd53cbe24181ee761579f49ab95b2d128dac2bb2780fb0e5b2d5751b95368df70dbe8a9e6ea2ddde960b04e7961d52be02928f17ae2b43c4
 SHA512 
e654d6444e82e083996f57cb3a8775898e37ec1ab71cd0f639ee0398d6b1f4e875c5bc661db83f46b1d67c5d77a9528182f9ef7980e5c222084d0f016d6e57d5

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.68.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.68.ebuild
new file mode 100644
index 000..ff0e401cd76
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.68.ebuild
@@ -0,0 +1,137 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 1 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://src.fedorapr

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

2020-09-26 Thread Michał Górny
commit: 27eb72210e55baa0236b556041482f4fbf2300be
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 27 04:33:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 27 06:17:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27eb7221

dev-python/argcomplete: Bump to 1.12.1

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

 dev-python/argcomplete/Manifest  |  1 +
 dev-python/argcomplete/argcomplete-1.12.1.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/dev-python/argcomplete/Manifest b/dev-python/argcomplete/Manifest
index 2a793df6115..3a20667d218 100644
--- a/dev-python/argcomplete/Manifest
+++ b/dev-python/argcomplete/Manifest
@@ -1 +1,2 @@
 DIST argcomplete-1.12.0.tar.gz 53625 BLAKE2B 
29b4f620537a087629c63dc71c6a0101d40967145680518b566b9c81e3e744c5d73e1ed016795f0ea4338be4e8f20b7df1968e388e1ff09308e012ed1ba6d0c0
 SHA512 
5e21e3caf1dcee661c0dadf28d7b127147325475fe3ae569fae8797a762c34b55125df9f52de8d76f0aa6dd4efdac260a358b325a7659beae02b1dedab501c18
+DIST argcomplete-1.12.1.tar.gz 53677 BLAKE2B 
85c5d75b59875b6fe5bb932ed05916f3af23ef64b993544c69ae431d9e6b5d8c23a9bd35d76b570538ce8e722a6ffc8cbcbfbc9209fbf29ddb000c60a809c03c
 SHA512 
236871966361ac781c04f52c02d90c20badabad12d34bd7c5cb1cf1a74d442f9147e04b320530b55abc0490f7bcd11494cdc13ed5c339c91737f1c979010d096

diff --git a/dev-python/argcomplete/argcomplete-1.12.1.ebuild 
b/dev-python/argcomplete/argcomplete-1.12.1.ebuild
new file mode 100644
index 000..c0644771b08
--- /dev/null
+++ b/dev-python/argcomplete/argcomplete-1.12.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Bash tab completion for argparse"
+HOMEPAGE="https://pypi.org/project/argcomplete/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   

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

2020-09-26 Thread Michał Górny
commit: c9d38616e2c4bee7f9e5460ae04e2ecc2bba4999
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 27 04:25:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 27 06:16:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d38616

dev-python/yarl: Remove old

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

 dev-python/yarl/Manifest   |  1 -
 .../files/yarl-1.4.2-disable-broken-tests.patch| 25 ---
 dev-python/yarl/yarl-1.4.2.ebuild  | 29 --
 3 files changed, 55 deletions(-)

diff --git a/dev-python/yarl/Manifest b/dev-python/yarl/Manifest
index d6e5bf4557a..bf25570e6c4 100644
--- a/dev-python/yarl/Manifest
+++ b/dev-python/yarl/Manifest
@@ -1,3 +1,2 @@
-DIST yarl-1.4.2.tar.gz 163521 BLAKE2B 
ababd1d35bca51a84c8d189266ef5d35f7a4dc65c84c4097a260e86fb838b1a35d2a639c1cf2a407aac8e68c5f67222aae6fa1f6cbfa5cb71dd851b385bae45a
 SHA512 
036562b645d7b9b3ed4a749decb189587b41ab13b5dda5ff461b00eebadf1ecdbd8d5ae06932cc7d8b7ff551cd630f8671eb0f6c854b20996cda4a6897994fa0
 DIST yarl-1.5.1.tar.gz 173005 BLAKE2B 
08bfbe914a2f9a148e558d6db955b61c0d95d3f19d6da6290cf6bcd82f3b46ca58836aebd57e148d6f0fd2dfc4b1244f633e7f472b759c3a4fe0d620f80e3f3d
 SHA512 
c82b0722f347279a03d3f6e82b7c0c357678e850b80ed87befab570846a71c55897cfa25d36757a93ac42c023334ecdf890beaeca7fde4536f68b6f70fdf2127
 DIST yarl-1.6.0.tar.gz 175492 BLAKE2B 
e6e3ebb30a591fa1e94d07c353700b1ebf7c21a729d8c9a4cd582f591235d54dee40a109e28fb806893e281b9ab36ca2b1ca1cdf7f093587bde8a5a9c4e7bf89
 SHA512 
d08d2c4a906706bba3c1fad2b02e01299d076d9f6c1a1eb172d116d0ccbb1e6143b7dd959d242f2a1b5d450416bb15ab6e53ee9e05876b161d61ec23e054f29b

diff --git a/dev-python/yarl/files/yarl-1.4.2-disable-broken-tests.patch 
b/dev-python/yarl/files/yarl-1.4.2-disable-broken-tests.patch
deleted file mode 100644
index b6f774a77ea..000
--- a/dev-python/yarl/files/yarl-1.4.2-disable-broken-tests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From ca06b26582c08c6e75fa5588f712c4c2f7247223 Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping 
-Date: Wed, 4 Mar 2020 22:36:58 +0100
-Subject: [PATCH] Disable failing test TestScheme.test_no_scheme1
-

- tests/test_url_parsing.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/test_url_parsing.py b/tests/test_url_parsing.py
-index beea365..58fa198 100644
 a/tests/test_url_parsing.py
-+++ b/tests/test_url_parsing.py
-@@ -38,7 +38,7 @@ class TestScheme:
- assert u.query_string == ""
- assert u.fragment == ""
- 
--def test_no_scheme1(self):
-+def _test_no_scheme1(self):
- u = URL("google.com:80")
- assert u.scheme == ""
- assert u.host is None
--- 
-2.24.1
-

diff --git a/dev-python/yarl/yarl-1.4.2.ebuild 
b/dev-python/yarl/yarl-1.4.2.ebuild
deleted file mode 100644
index 8b0deec64b0..000
--- a/dev-python/yarl/yarl-1.4.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Yet another URL library"
-HOMEPAGE="https://github.com/aio-libs/yarl/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/multidict-4.0[${PYTHON_USEDEP}]
-   >=dev-python/idna-2.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.4.2-test-without-coverage.patch
-
-   # Upstream: https://github.com/aio-libs/yarl/issues/410
-   "${FILESDIR}"/${PN}-1.4.2-disable-broken-tests.patch
-)



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

2020-09-26 Thread Michał Górny
commit: b67c6a85069313d33ecf8b32ee227ca5689a8279
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 27 04:32:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 27 06:17:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b67c6a85

profiles/base: Unmask tests in new telepathy-salut

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

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d7d3437264a..8a2e4e83800 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -72,7 +72,7 @@ dev-db/mariadb columnstore
 # Michał Górny  (2020-08-01)
 # Require dev-python/twisted with py2.7.
 net-voip/telepathy-haze test
-net-voip/telepathy-salut test
+ (2020-08-01)
 # dev-python/distributed is going to be last rited.



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

2020-09-26 Thread Michał Górny
commit: 8476588e83795a34db61b9a2525f320194b5cf0c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 27 06:14:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 27 06:17:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8476588e

sys-kernel/gentoo-kernel-bin: Bump to 5.4.68

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  2 +
 .../gentoo-kernel-bin-5.4.68.ebuild| 53 ++
 2 files changed, 55 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 92c90b93af7..ec2c269eac3 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -22,6 +22,8 @@ DIST gentoo-kernel-5.4.66-1.x86.xpak 53349561 BLAKE2B 
bac28002f62d4974acd09df425
 DIST gentoo-kernel-5.4.67-1.amd64.xpak 61551155 BLAKE2B 
55263b960a7278ddb1ff63c05e48a8e014f97e0f5c3ec32775efcd1321ac258b1e23812ff3fffd40f5bb43e546a22bd6fbac6cc5022d1b1c377e687933872521
 SHA512 
3b5a1bf691fac95a5dd7440303d2f73c97f02a57ea1556f084f1f3a745290d8597a187dc101fdfa036c367e11497d4bf816cd6f1263b22017627b837b9abe0cf
 DIST gentoo-kernel-5.4.67-1.arm64.xpak 56452313 BLAKE2B 
9d18f2796455427df43a0fe5a73666b446dee817ca1cd9bd9a80d9726f25787e09cb3d669834c20cd3e0594d209068db4f6d4bb4ed7ef9b2c7bc29916ed17325
 SHA512 
5a9b747bee7d64100090b1e6b02a3d011fe2c4caa0c2a182e736f03b241b1fea26e9ea1a56f1e41eadc27784cf33efb0c46cc1ef0705d21ba5e015cb994aad80
 DIST gentoo-kernel-5.4.67-1.x86.xpak 53349995 BLAKE2B 
a871a00a1629f46c06474a00c3ab696cf5a924633b6b88587a742a2357a2bfacf387b56040e207270be85c76d8c5355fa53b22f628acd15d4d0c2948d992a533
 SHA512 
72a1e44af59d29854841db24020825aa8454e3c15d33c2120dceb8d73bc69e797c471af8a3f3f2217cba63516e6bd20a601b808af1e2c9455adbd6bf31eda44a
+DIST gentoo-kernel-5.4.68-1.amd64.xpak 61493744 BLAKE2B 
3f1797046b421bd1b374e1bfda0cf407a3b13de8d222adbed33bf5d6d3dcb7fce30bc29d823ed34d854701535dbf7e211f3e60022ae8a2da2d52c511af3938d3
 SHA512 
b7fda56c7d43a962c964acad088a32a763e1fca468fee4b78503c7cf4a75790e3e0d6fb24abbab52d2b8ffb8faf243bfa57f061902755ac08402072409ed3cd9
+DIST gentoo-kernel-5.4.68-1.x86.xpak 53358098 BLAKE2B 
6a35264a7514c1daa61e590d64c1400a298b602bfe5ef09c4a1f00ad8f5da1e10e6446152b69dd9e6d0eda6d5976d9a225a257efda9a6efb24928909816e9630
 SHA512 
f0c8ca982dbf382fff4642ffcad6f2bd295a605d7169eec8a2c5c434b663c6030e2679526dae59be30c18ac64bc1842a0e95dd31d604fb7b311a4498fea12999
 DIST gentoo-kernel-5.7.17-1.amd64.xpak 63476985 BLAKE2B 
1a31855979a309c7bb4565208aa92dcac9d4fcf0714ea224c2a909b534ca65bac2778f6c2cee24cb5dbcfd825bc896b52cb14eb37cc36aedffadcc0217a32269
 SHA512 
4071bb9eb192da7823834365b8d6817dd043c256ff0803eb70a35278aa92b63a66fa1c8d86b2c91d90fceb7c7b4fb1ac41b347457d6ccda78e02c6e0f123c044
 DIST gentoo-kernel-5.7.17-1.arm64.xpak 59769706 BLAKE2B 
e7f3180e3d4373a7923250b8fe12141c0138e04f81d08b014386270defcc25517028ef404163c5d81097c72d6605cd5a6b4f1ad6df15a0f77d13daebb6045268
 SHA512 
59b33b487c170bad68de3527506c3a13a1edd232de40281cfac463fd8641222c0e86c4aef3b47127746a54dde94456a7b21fb150ca66674f1efadaf5c5db7d34
 DIST gentoo-kernel-5.7.17-1.x86.xpak 55460526 BLAKE2B 
42a6e4d92b5c4a4c5d358d7b0d56c5e29f9ab4371aeae4fb261b5dbedba60b7333f9bd656b35747effa2cbd820dd0cbbf6be3f10c5bd3504822105c73451de32
 SHA512 
27897f33a65fbd5f889267b52b897730934dc9ec04ec70968582c817fee9cf49b661c3613397d8cb76279c332fa6d4afc589141b920fe328fabe0bdf8d1afc6b

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.68.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.68.ebuild
new file mode 100644
index 000..d6e61fa6936
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.68.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpackin

[gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-rakia/

2020-09-26 Thread Michał Górny
commit: 600e33d66bc80bfdc9f55dfae027f5c8a6d94ef9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 27 04:15:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 27 06:16:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600e33d6

net-voip/telepathy-rakia: Port to py3 / any-r1

Backport a py3 compat patch and correct the package to use python-any-r1
as it does not seem to install anything Python.

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

 net-voip/telepathy-rakia/Manifest   |  1 +
 ...0.8.0.ebuild => telepathy-rakia-0.8.0-r1.ebuild} | 21 -
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/net-voip/telepathy-rakia/Manifest 
b/net-voip/telepathy-rakia/Manifest
index ac9c3d861c6..ca1cb26dff4 100644
--- a/net-voip/telepathy-rakia/Manifest
+++ b/net-voip/telepathy-rakia/Manifest
@@ -1 +1,2 @@
+DIST telepathy-rakia-0.8.0-py3.patch 4472 BLAKE2B 
6eb45f91f351ba6ee0afa16022921efaa764168acf9a0891b57cba4ab90c5f2f3f58c7704ecc7224d9aa1a9559a6be7b96cb8ab3c5382552fe2d640ecfd94ab5
 SHA512 
cf76d730001da55e1bececbfab9810c83643c6b4cabc6c92c106fafae8a64d75b2eaa455599d70a0e40f13ea6d293f0621948e3a3d047d4002ce3b08b58858f0
 DIST telepathy-rakia-0.8.0.tar.gz 659116 BLAKE2B 
b940d28828220f83c3408aeb9effc26f17d62729f01073539ca4381604bc762b411064d6de92a557ff0f7a8a1920799163f6ede2dba6cfec01967145501a1da2
 SHA512 
5378e1a2909c4218cc9c6fecf0b01beff0b52fd40cc040a601090dbaae330b3506fc74dc5ae86e5f0c954dd3c41fd7ba4e5a294f8fc11d74aa6eb9025097e9ae

diff --git a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild 
b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
similarity index 78%
rename from net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild
rename to net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
index 93507fcb941..e6a644508e3 100644
--- a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild
+++ b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
@@ -1,25 +1,24 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..9} )
 
-inherit python-single-r1
+inherit python-any-r1
 
 DESCRIPTION="A SIP connection manager for Telepathy based around the Sofia-SIP 
library"
 HOMEPAGE="https://telepathy.freedesktop.org/";
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz";
+SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz
+   
https://patch-diff.githubusercontent.com/raw/TelepathyIM/telepathy-rakia/pull/1.patch
+   -> ${P}-py3.patch"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="test"
 
 COMMON_DEPEND="
-   ${PYTHON_DEPS}
>=dev-libs/dbus-glib-0.60
>=dev-libs/glib-2.30:2
>=net-libs/sofia-sip-1.12.11
@@ -31,11 +30,15 @@ RDEPEND="${COMMON_DEPEND}
 "
 # telepathy-rakia was formerly known as telepathy-sofiasip
 DEPEND="${COMMON_DEPEND}
+   ${PYTHON_DEPS}
dev-libs/libxslt
-   test? ( dev-python/twisted-core )
 "
 # eautoreconf requires: gtk-doc-am
 
+PATCHES=(
+   "${DISTDIR}"/${P}-py3.patch
+)
+
 src_configure() {
econf --disable-fatal-warnings
 }



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

2020-09-26 Thread Michał Górny
commit: 0d9c78c323898b90cf77eebcbc17d517737ec3a5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 27 06:15:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 27 06:17:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9c78c3

sys-kernel/gentoo-kernel-bin: Bump to 5.8.12

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  2 +
 .../gentoo-kernel-bin-5.8.12.ebuild| 53 ++
 2 files changed, 55 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index ec2c269eac3..3c7ffb73251 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -39,6 +39,8 @@ DIST gentoo-kernel-5.8.10-1.x86.xpak 56121777 BLAKE2B 
13b731eb2a9fedbde173797467
 DIST gentoo-kernel-5.8.11-1.amd64.xpak 64083966 BLAKE2B 
98a770773074e41f232921a1eeece65d0b029836337d14bc4792b5a6f1f59c4f46b20ca5f1de4e28d12d52f9cec98e51827dc3e89df1a58c2cba8fb344ffdfdf
 SHA512 
269ed6430ffbfc7159de0da1618d277dadd6b98084d2419271ff767e8cffa165b8fae6a822335369ab4e66b22fe038929678c396e9c236efa266dd3ea4c04499
 DIST gentoo-kernel-5.8.11-1.arm64.xpak 60542737 BLAKE2B 
134a5d129217507ad84eed33448d150b4161d25fcb8284dd85a2b4cc05258503dcd82bac51efc4d1cda5e57cc34c53bc717928fcefdda4d51865a9c08ef85afd
 SHA512 
494dabb509d55ed7ca242b6379079078fc31e7b9236135d330c50f7714b915acecca7e4f7f4b094f3dd6963c179d8bd208949a9175510c8c68f919741d3fda33
 DIST gentoo-kernel-5.8.11-1.x86.xpak 56120164 BLAKE2B 
9f7bf8fb5c818bf31411411b3c148e40a48cbe166268cfc6598430ce3292625e2047ee9ad6dfb1927ba7a31f01682ab22a9946a96f5161367582aab261f86ada
 SHA512 
863d3de8bfe710305ceb5a82b148ba0e8d127061b2111af19fa12be761a783a53531aeeb5d56095e621120ec041608c060152b0c0dd0c548dbe62acd7b245dfa
+DIST gentoo-kernel-5.8.12-1.amd64.xpak 64106657 BLAKE2B 
a8167bc714130a6f05811ec522c14c84b5038a6130a4a0ca7d581cad6ada7f47b55a9940198524ecf4a28debad79286929a888cd2f433a7b22e4bce4342254e3
 SHA512 
e952c7efbd007ad12be3074ffb488593dc5ddd4fb7dba70d7c73173d9ffdfbfc5013c06307ead53daed43c7d816789a608feb2a5d48818341d179e947edbc446
+DIST gentoo-kernel-5.8.12-1.x86.xpak 56133532 BLAKE2B 
c969778b746896cde2af60afc5b7049db6dba8906079a26db905b7342ef099b1dc400ea482ed2548f3a160b8e3a4ac32eed3243315c4cff6f26e9423e9c8fe8b
 SHA512 
2b1470d9d4d08c29ad0635a65b1ea9e2291210f814ed26c47c52cbe4155cc6bdd59b829a85163f76ad377da6cbc7022771fc5fdbc6f540e43a01ab3a5038e0c0
 DIST gentoo-kernel-5.8.3-1.amd64.xpak 64633724 BLAKE2B 
af5a903684829c3761fa29e7f84b050870479b5bb5105b91d5d53c7c2773a90cede547e2b03b95c0da08fbc6f75c2f48316960a3d8948acf8eb419d48a8a4dbf
 SHA512 
f09ac10e1e26703db6e0a4bf1384ec90fdafacafdbd5595f953648112278acb78c37646dffa8bd6be09502224cd63fd706aadfbe4b9601dfd5a41eeb4efe8db9
 DIST gentoo-kernel-5.8.3-1.arm64.xpak 60976315 BLAKE2B 
6cd9a830735d6a3e3acc0d8115032cc373b6238fc314308784862ccb9e0994a0c023bd13e058a5ba61e1b3f3fc2ce7ab468078e46c092534da117e534076bd59
 SHA512 
b5f5451e0a4661a47f00fb7eec8f836cafdc94e6c2b879036b3a3b37e237ea1a930a6d4fc61edf9655f6becf1fd8714fd854933e8f707d2d437cf71fc0ef06bc
 DIST gentoo-kernel-5.8.3-1.x86.xpak 56549915 BLAKE2B 
0d456bb683530704c32045ffd9b28d0e9353de1f3010433e2e90f1298513b7c6c4796841a100a57b55787a6464df9e02b9656955c8f30e97b69e2190aaf5cb58
 SHA512 
035accade13e17d2da8564c6e188198b63f52e3f901282a78ffbc800038c395ec711d69c7c53f1d99d8ae6b9d0262cbbd71dd618093e16b114bcf5e40988c84d

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.8.12.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.8.12.ebuild
new file mode 100644
index 000..dca6aedbd78
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.8.12.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+pkg_pretend() {
+   ewarn "Starting with 5.7.9, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${

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

2020-09-26 Thread Michał Górny
commit: 16d88f0b70932cac8af8ff089587d209824fc28d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 27 04:26:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 27 06:17:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d88f0b

dev-vcs/subversion: Remove old

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

 dev-vcs/subversion/Manifest|   1 -
 dev-vcs/subversion/metadata.xml|   2 -
 dev-vcs/subversion/subversion-1.13.0-r2.ebuild | 443 -
 3 files changed, 446 deletions(-)

diff --git a/dev-vcs/subversion/Manifest b/dev-vcs/subversion/Manifest
index e1436d3cc10..b8414805d46 100644
--- a/dev-vcs/subversion/Manifest
+++ b/dev-vcs/subversion/Manifest
@@ -1,3 +1,2 @@
 DIST subversion-1.10.0_rc1-patches-1.tar.xz 2984 BLAKE2B 
7c9619b95ca6b433a58dc5baf3a1e1b14ef0017f714af81762b975d50a37b743788a4da65cf7f9eb8e633cbc813ad8dd974b530a19ec2d3fc74b75921f8f0c17
 SHA512 
aa7a25a253ea2da99520399d292d3e1602985392bae6dc5582003fdb9719d654638754b6e370b68b184ee6729ba3833bd511c09b2cb36f8f476b42063f55fbb2
-DIST subversion-1.13.0.tar.bz2 8508122 BLAKE2B 
761def1bb3a1fe5333534ebda0940b618c343f919688055cdef69552bc515ad6cd9db3ac67c8c73075487d4f45d93bb57fa467288756dfa163fc72c8e8c7b548
 SHA512 
36f390b412bf772bf894efc2aadc247f12ca30ac407e04f664c14411c3519e1bb242d1239f2f44cbcb86eafc7c413efc8eadbfe1d1e75118235a7b7adc6c85b2
 DIST subversion-1.14.0.tar.bz2 8497531 BLAKE2B 
261f1401a96b181ccbdea9ab6e1dde301aa2c67296a0dc458a1d7e544530411b656d0d5335f985c9222c2d44fc8f962b1a960b81e4ff4883d373cb4405af2461
 SHA512 
af6b706fdc91f7ab292fce9d9de582da306fd11e92767dc852687e71a6a8b65bb867fa70d5afd7f76a46005acb1b3c2d3193e690def48cd26875b3a7851cd13b

diff --git a/dev-vcs/subversion/metadata.xml b/dev-vcs/subversion/metadata.xml
index 90882d9cd88..f829d60721e 100644
--- a/dev-vcs/subversion/metadata.xml
+++ b/dev-vcs/subversion/metadata.xml
@@ -10,9 +10,7 @@
Mikle Kolyada


-   Enable runtime module search
Install extra scripts (examples, tools, 
hooks)
-   Enable http support using 
net-libs/serf
Enable encrypted storage of passwords with 
kde-frameworks/kwallet

 

diff --git a/dev-vcs/subversion/subversion-1.13.0-r2.ebuild 
b/dev-vcs/subversion/subversion-1.13.0-r2.ebuild
deleted file mode 100644
index 4d9e70f3d1a..000
--- a/dev-vcs/subversion/subversion-1.13.0-r2.ebuild
+++ /dev/null
@@ -1,443 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-USE_RUBY="ruby26 ruby25 ruby24"
-DISTUTILS_OPTIONAL=1
-WANT_AUTOMAKE="none"
-GENTOO_DEPEND_ON_PERL="no"
-
-inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic 
java-pkg-opt-2 libtool ltprune multilib perl-module python-any-r1 ruby-single 
toolchain-funcs xdg-utils
-
-MY_P="${P/_/-}"
-DESCRIPTION="Advanced version control system"
-HOMEPAGE="https://subversion.apache.org/";
-SRC_URI="mirror://apache/${PN}/${MY_P}.tar.bz2
-   https://dev.gentoo.org/~polynomial-c/${PN}-1.10.0_rc1-patches-1.tar.xz";
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Subversion GPL-2"
-SLOT="0"
-[[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="apache2 berkdb debug doc +dso extras gnome-keyring +http java kwallet 
nls perl ruby sasl test vim-syntax"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   app-arch/bzip2
-   app-arch/lz4
-   >=dev-db/sqlite-3.7.12
-   >=dev-libs/apr-1.3:1
-   >=dev-libs/apr-util-1.3:1
-   dev-libs/expat
-   dev-libs/libutf8proc:=
-   sys-apps/file
-   sys-libs/zlib
-   berkdb? ( >=sys-libs/db-4.0.14:= )
-   gnome-keyring? (
-   dev-libs/glib:2
-   app-crypt/libsecret
-   sys-apps/dbus
-   )
-   http? ( >=net-libs/serf-1.3.4 )
-   kwallet? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/ki18n:5
-   kde-frameworks/kwallet:5
-   sys-apps/dbus
-   )
-   perl? ( dev-lang/perl:= )
-   ruby? ( ${RUBY_DEPS} )
-   sasl? ( dev-libs/cyrus-sasl )"
-RDEPEND="${COMMON_DEPEND}
-   apache2? ( www-servers/apache[apache2_modules_dav] )
-   java? ( >=virtual/jre-1.8 )
-   nls? ( virtual/libintl )
-   perl? ( dev-perl/URI )"
-# Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once
-DEPEND="${COMMON_DEPEND}
-   !!=virtual/jdk-1.8 )
-   kwallet? (
-   kde-frameworks/kdelibs4support:5
-   virtual/pkgconfig
-   )
-   nls? ( sys-devel/gettext )
-   perl? ( dev-lang/swig )
-   ruby? ( dev-lang/swig )
-   test? ( ${PYTHON_DEPS} )"
-
-REQUIRED_USE="
-   test? ( !dso )"
-
-want_apache
-
-pkg_setup() {
-  

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

2020-09-26 Thread Michał Górny
commit: c7bc06d0a7c0420253fa144b1e41b0b132b3b09a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 27 04:22:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 27 06:16:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bc06d0

sys-kernel/vanilla-kernel: Bump to 5.4.68

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

 sys-kernel/vanilla-kernel/Manifest |   1 +
 .../vanilla-kernel/vanilla-kernel-5.4.68.ebuild| 129 +
 2 files changed, 130 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 863b1a65c08..4c9d85eafaf 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -23,6 +23,7 @@ DIST linux-5.4.64.tar.xz 109593152 BLAKE2B 
f0bea4ef1fac7a4744848d6328175d1cd2000
 DIST linux-5.4.65.tar.xz 109587504 BLAKE2B 
3cc1040e324ba0ffb95b1b075621264623a1f17b929b77af4231dfff0a494fbab2d4acbe20fcd39bc216ac21ad425ed8ff3b703b46aebf9df7009626621b8f8b
 SHA512 
f457e7cf3f1a241a187ab8251238e0fad5308ca0f30623908ddaead32041797db02438a4a926c73b504774516db400e9c95427f4f24f60efbde65bb9e7926f0f
 DIST linux-5.4.66.tar.xz 109584352 BLAKE2B 
5b2f08dfac6069f2a5a842de69b572691d4d6857f07c38c3fee2e2d327b3ddfd2ed7c17e18ef60bfaad3f36161ca61d8796ac537b2a783c5a6580d0abae49357
 SHA512 
06cfd689542805cb843b19993242adee5d41a383ae6f4c730073f4d56e78a2d9e92f8d012de7635a67290c83cf204302a839ca8d4395869a4c0d4e2457283c05
 DIST linux-5.4.67.tar.xz 109587704 BLAKE2B 
0870c932888bbd75e04195e2a8106bf83e1df0ba99d1bab625cdd973d4c96d6ca99e8ec2d2cf9633c116c431beaa035046c4b971a9b6e50733eb64051d5f52d6
 SHA512 
1b1b1db72df2dc4a438ae64f1a099a5e5ca4e9aeec0d18688fdb4310cd8080b57d0c4bd718b715a5b1f608bb372079a0a49994f0cadefe68a8bc4189d5d9d658
+DIST linux-5.4.68.tar.xz 109601148 BLAKE2B 
03e25fdfa93a892aa7b8ea0ba4822c1dbf1f8cb498cdb80b3c3f4f8ea2b7d4f02bcecdf3788afc84dd1fbd4de02add0c2a5f9e5d9ededaa02fff4bf5e8310300
 SHA512 
027f63296a2b3a0fda3eaeed8ac1a3e0075d90469888c7f355a69f2c81384e9245d31991f74f6fbba657d35ba32bf280a455e7b5abd68b039990f5f8efaa
 DIST linux-5.7.17.tar.xz 112744000 BLAKE2B 
ef73f9c940d678465d1ff2c4eb880b6878827f563942666aab0fb49be9c24d6a12a78a2c569c9cb35023c82a195945b392ca00a933726701c0cff092f71141b6
 SHA512 
e4618e3d28882b81699892eb04b266a3e0b508806d02bd9671c84027a5a343535561b7094755ab6358ffd72e9ce5a2296b126ce9218a334b260c31535e2de59f
 DIST linux-5.7.18.tar.xz 112759392 BLAKE2B 
22fb5388521bd824a8ecbde7484db3319817eaebc6c74b5f615b872ec18b1cf6abd6b9aed651400bfee2b12e2d759a066ea79412021202a05b8fa1934b9b14aa
 SHA512 
d84a1dfb3ae6fad1f4ca3b42bbd01e9b6e1543e23f319237bc4db2381770df5a30d799cf5ed6ca85c5ece6779502327afdb4892452f612b9e4dbca3305c9901c
 DIST linux-5.7.19.tar.xz 112742648 BLAKE2B 
408fdc49f8a341f6d7c0fead1ddc1b0816caf4a7393286127440a6ec1b513cd413067d6e56180310cc9d634b95c9583b7f38ae4711cd115f4ac2f08918e6b916
 SHA512 
c64aacd11f90dd1fb4f163ba3757ba52543c8a3c3932b9600109ad2b8ac97c8819d430067266e1e347998b5e9df92f7c0f1945a73142442ba5bccd41439a4988

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.68.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.68.ebuild
new file mode 100644
index 000..ee1e12c459a
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.68.ebuild
@@ -0,0 +1,129 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686.config
+   -> kernel-i686.config.${CONFIG_VER}
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+BDEPEND="
+   debug? ( dev-util/dwarves )"
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_prepare() {
+   

[gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-salut/

2020-09-26 Thread Michał Górny
commit: bb0ee0073efe96e5bf0ae44507c5add30550c891
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 27 04:31:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 27 06:17:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0ee007

net-voip/telepathy-salut: Port to py3

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

 net-voip/telepathy-salut/Manifest |  1 +
 ...ut-0.8.1-r2.ebuild => telepathy-salut-0.8.1-r3.ebuild} | 15 +--
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/net-voip/telepathy-salut/Manifest 
b/net-voip/telepathy-salut/Manifest
index 377336256ee..80560322485 100644
--- a/net-voip/telepathy-salut/Manifest
+++ b/net-voip/telepathy-salut/Manifest
@@ -1 +1,2 @@
+DIST telepathy-salut-0.8.1-python3.patch 5878 BLAKE2B 
db76eaf004418d48359c0ca710a59782fc1cda304825c75259daca41f3cd94ced207be06db7e5fd4d290b8021276077076eed330c20c2249b1577f0670697f93
 SHA512 
b924fae314d9efcc6415e5904521593821996cdef9e5149ebc5ee2ceb4c2c210c311aeed3a01e634cb6ddc8f36b83d1473d700a8a6d1171c934217ef4185
 DIST telepathy-salut-0.8.1.tar.gz 1823482 BLAKE2B 
22f93d48cc749ed74ac1ee4103ea0bf5b1f93b2d14c95a4bd2edde977a5c43db5d5fe54dd246c561ee94f13b4030ab42c011f537a0e6688e8be3ac0aa0f1ca67
 SHA512 
34537ac9ce0b78015e184963ea79beaa7332ac11803f9683ff34577d9f0a14f7ed287aacb2c00059f2ff2f300c325a09a78a320e83d0a0031ad976da2c197a90

diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild 
b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild
similarity index 88%
rename from net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild
rename to net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild
index 910016e3338..11d873b5e9a 100644
--- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild
+++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild
@@ -1,14 +1,15 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit python-any-r1
 
 DESCRIPTION="A link-local XMPP connection manager for Telepathy"
 HOMEPAGE="https://telepathy.freedesktop.org/";
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz";
+SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz
+   
https://src.fedoraproject.org/rpms/telepathy-salut/raw/master/f/${P}-python3.patch";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -36,7 +37,6 @@ DEPEND="${RDEPEND}
test? (
>=dev-libs/check-0.9.4
net-libs/libgsasl
-   $(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
)
 "
 # FIXME: needs xmppstream python module
@@ -45,14 +45,9 @@ DEPEND="${RDEPEND}
 PATCHES=(
"${FILESDIR}"/${PN}-0.5.0-uninitialized.patch # upstream bug #37701
"${FILESDIR}"/${P}-openssl-1.1.patch # bug #663994
+   "${DISTDIR}"/${P}-python3.patch
 )
 
-python_check_deps() {
-   if use test ; then
-has_version "dev-python/twisted[${PYTHON_USEDEP}]"
-   fi
-}
-
 pkg_setup() {
python-any-r1_pkg_setup
 }



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

2020-09-26 Thread Hans de Graaff
commit: 898dc13a9337c0945a74fda08f6ce24e1ed12899
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep 27 06:13:38 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 27 06:13:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898dc13a

dev-ruby/simplecov-html: add 0.12.3

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

 dev-ruby/simplecov-html/Manifest   |  1 +
 .../simplecov-html/simplecov-html-0.12.3.ebuild| 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-ruby/simplecov-html/Manifest b/dev-ruby/simplecov-html/Manifest
index ecf3db9773f..a34f12b3cff 100644
--- a/dev-ruby/simplecov-html/Manifest
+++ b/dev-ruby/simplecov-html/Manifest
@@ -3,3 +3,4 @@ DIST simplecov-html-0.11.0.gem 184832 BLAKE2B 
d70fa7688752d0286fc72de57352169749
 DIST simplecov-html-0.12.0.gem 336896 BLAKE2B 
03172ebaf3320e34937dd9715bc15e4bdbe91df41a22922c38089a75a0b85fcf1eb4e7b8a803d298c6789b684df6d5d1ab582d34ce3e07f6fa9a4b5316a22619
 SHA512 
dd05aed77e44d35a54d272abb78d4984655eddc9bf7cee8d24f00da2088e62f486bf160dcd3327833fadcd18b79c15b34f4790300cb9e689e13bb6daf873334d
 DIST simplecov-html-0.12.1.gem 336896 BLAKE2B 
ef068de799698c92b1a2cc9e54c7a85a08b763af43c8e013ca409283ee77ddbbea37b92fe691270fe3fb1675c9e4d9e79264dbb232a1aeaa23bab6e4358f17cf
 SHA512 
9f85694d283588f5be3794edd37af94d22c914bb1659da5b8f846af8a988fc82935441fe60dc61c0345b7991ad3e85673e8aa345a8f8c3337e5fd2ab327ca5c9
 DIST simplecov-html-0.12.2.gem 336896 BLAKE2B 
dbd735855216b395280a3d3b34493bde8fc63594543abb6a2600a4bf87165b06dd3bddd7b161aa82d18b87ef62da51599eae366e5dfb4b85163380062fd4fb77
 SHA512 
5f89cdaba272b841446ae68d40daacbd551f3fcf7750c2491f14b79a3e61c6c32c066305eb2f1862f8cbd2ecc1b020cc9a907a977ef567653276d8d78d584efb
+DIST simplecov-html-0.12.3.gem 336896 BLAKE2B 
94cfbae7085163ba714b2bdf14b7c5eb1a4bc5fcf39d7e99689d74bb1e693d5b534ca067ba5609f6cfecdba64667dc514b4f5dede020aea176ae2328d1806ea0
 SHA512 
7fd6dad02b16f512d7fb859f62e5e8bd0a277af103c7829143795ccae60a9a057c323728ac36a1c42dbd143a2f0d175648f6e223e6e7e3e6394a52491d3733af

diff --git a/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild 
b/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild
new file mode 100644
index 000..880e2e67726
--- /dev/null
+++ b/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="assets public views"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage 
results"
+HOMEPAGE="https://github.com/colszowka/simplecov";
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="$(ver_cut 1-2)"
+IUSE="doc"



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

2020-09-26 Thread Hans de Graaff
commit: 2e0d7c53328c1f14e76e7959918fc7130a3649bf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep 27 06:11:50 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 27 06:11:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0d7c53

dev-ruby/dalli: add 2.7.11

Closes: https://bugs.gentoo.org/719344
Closes: https://bugs.gentoo.org/738656
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/dalli/Manifest|  1 +
 dev-ruby/dalli/dalli-2.7.11.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/dalli/Manifest b/dev-ruby/dalli/Manifest
index 24785f4f7d1..d41fd82a427 100644
--- a/dev-ruby/dalli/Manifest
+++ b/dev-ruby/dalli/Manifest
@@ -1 +1,2 @@
 DIST dalli-2.7.10.tar.gz 52106 BLAKE2B 
0531247c1d615acd7d1124b8aceb5635088b55e5a85753f10b8fbd786ec3573f13df096e1537d9a31f3801632406f28d918de5971cb28ec31d6eb8387d0c74f1
 SHA512 
1b6308ef37d729d85741306c10bf87c9b9733f83f0b4bf089f3eced36c48cddd9a77d2fb44a8844d1cafaa3cec5110a9c90f6a67dee08a96e163e6ccaf65
+DIST dalli-2.7.11.tar.gz 52341 BLAKE2B 
5b3a2bc57f4b0e3a9ac0d24ffa3bba89ea38665ac08ef3d7760fa6ce74db21d323a18e74a4f3009165364332731d7c6890df36c68409afbe21d3ac096275f028
 SHA512 
8f299a19d95293370564b6337bbdfeb32d928e0a95bf5f5df962ea20b039f4765da1797513ca96cabf93309484575481a02fb1e0c6d227f74c81fc72f95be22a

diff --git a/dev-ruby/dalli/dalli-2.7.11.ebuild 
b/dev-ruby/dalli/dalli-2.7.11.ebuild
new file mode 100644
index 000..a8a2a8ccf9e
--- /dev/null
+++ b/dev-ruby/dalli/dalli-2.7.11.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
+HOMEPAGE="https://github.com/petergoldstein/dalli";
+SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+IUSE=""
+
+DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4 )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   >=dev-ruby/mocha-0.13
+   dev-ruby/rack
+   >=dev-ruby/activesupport-5.2
+   dev-ruby/connection_pool )"
+
+all_ruby_prepare() {
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die
+
+   sed -i -e '3igem "minitest", "~> 5.0"; gem "activesupport", ">=5.2.0"' \
+   -e '/bundler/ s:^:#:' test/helper.rb || die
+
+   # Drop rails dependency which is only used to display the version
+   # number, so we only need to depend on activesupport and avoid
+   # complicated circular dependencies.
+   sed -i -e '/rails/I s:^:#:' \
+   -e '14irequire "active_support"' test/helper.rb || die
+
+   # Fix test compatability with memcached 1.5.4 and higher
+   # https://github.com/petergoldstein/dalli/pull/672
+   #sed -i -e '/memcached_low_mem_persistent/,/^end/ s/-M/-M -I 512k/' 
test/memcached_mock.rb || die
+}



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

2020-09-26 Thread Horea Christian
commit: 9866b0e789c6a7d9df37152fb0a028bc0b00b575
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Sep 27 05:33:09 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Sep 27 05:33:09 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=9866b0e7

sci-biology/pyfaidx: version bump 0.5.9.1

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

 .../{pyfaidx-0.4.8.1.ebuild => pyfaidx-0.5.9.1.ebuild}   | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/sci-biology/pyfaidx/pyfaidx-0.4.8.1.ebuild 
b/sci-biology/pyfaidx/pyfaidx-0.5.9.1.ebuild
similarity index 55%
rename from sci-biology/pyfaidx/pyfaidx-0.4.8.1.ebuild
rename to sci-biology/pyfaidx/pyfaidx-0.5.9.1.ebuild
index abea85b56..5c3bdaf6f 100644
--- a/sci-biology/pyfaidx/pyfaidx-0.4.8.1.ebuild
+++ b/sci-biology/pyfaidx/pyfaidx-0.5.9.1.ebuild
@@ -1,17 +1,21 @@
-# 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 )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="Efficient pythonic random access to fasta subsequences"
 HOMEPAGE="https://pypi.python.org/pypi/pyfaidx";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/mdshw5/pyfaidx/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
+
+REPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests nose



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

2020-09-26 Thread Horea Christian
commit: 0a98a3bfa820bf8ffd6d9258daa3a3469f15427a
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Sep 27 04:31:16 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Sep 27 04:31:16 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0a98a3bf

sci-biology/discrover: removed deprecated package

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

 sci-biology/discrover/discrover-1.6.0.ebuild | 78 ---
 sci-biology/discrover/discrover-.ebuild  | 79 
 sci-biology/discrover/metadata.xml   | 28 --
 3 files changed, 185 deletions(-)

diff --git a/sci-biology/discrover/discrover-1.6.0.ebuild 
b/sci-biology/discrover/discrover-1.6.0.ebuild
deleted file mode 100644
index 5840283fd..0
--- a/sci-biology/discrover/discrover-1.6.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="A sequence motif discovery tool that uses discriminative learning"
-HOMEPAGE="https://github.com/maaskola/discrover";
-SRC_URI="https://github.com/maaskola/discrover/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+cairo dreme doc +lto misc_scripts +rmathlib tcmalloc"
-
-RDEPEND="
-   dev-libs/boost
-   cairo? ( x11-libs/cairo )
-   dreme? ( sci-biology/meme )
-   rmathlib? ( dev-lang/R )
-   tcmalloc? ( dev-util/google-perftools )
-"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-   dev-texlive/texlive-latexrecommended
-   media-gfx/imagemagick
-   )
-   lto? ( >=sys-devel/gcc-4.8:* )
-"
-pkg_pretend() {
-   if use lto; then
-   if [[ $(gcc-major-version) -lt 4 ]] || ( [[ 
$(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 8 ]] ) ; then
-   eerror "Compilation with link-time optimization and GCC 
older than 4.8 is not supported."
-   eerror "Please either disable the USE flag 'lto' or use 
>=sys-devel/gcc-4.8."
-   die "Compiling with USE flag 'lto' is not supported 
with https://github.com/maaskola/discrover";
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/maaskola/${PN}";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+cairo dreme doc +lto misc_scripts +rmathlib tcmalloc"
-
-RDEPEND="
-   dev-libs/boost
-   cairo? ( x11-libs/cairo )
-   dreme? ( sci-biology/meme )
-   rmathlib? ( dev-lang/R )
-   tcmalloc? ( dev-util/google-perftools )
-"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-   dev-texlive/texlive-latexrecommended
-   media-gfx/imagemagick
-   )
-   lto? ( >=sys-devel/gcc-4.8:* )
-"
-pkg_pretend() {
-   if use lto; then
-   if [[ $(gcc-major-version) -lt 4 ]] || ( [[ 
$(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 8 ]] ) ; then
-   eerror "Compilation with link-time optimization and GCC 
older than 4.8 is not supported."
-   eerror "Please either disable the USE flag 'lto' or use 
>=sys-devel/gcc-4.8."
-   die "Compiling with USE flag 'lto' is not supported 
with 
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   jo...@maaskola.de
-   Jonas Maaskola
-   
-   
-   
-Use Cairo for sequence logo plotting capabilities
-
-   
-Enable usage of DREME from the MEME package for seeding
-
-   
-Compile with link-time optimization (LTO)
-
-   
-Install miscellaneous scripts
-
-   
-Link to the standalone Rmathlib for statistical routines
-
-   
-   
-   maaskola/discrover
-   
-



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

2020-09-26 Thread Horea Christian
commit: 88fda43fc68444ff772ea289db3deb65fec33448
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Sep 27 04:24:58 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Sep 27 04:24:58 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=88fda43f

sci-biology/nistats: removed deprecated package

nistats functionality will be integrated into >=sci-biology/nilearn-0.7:
https://github.com/nilearn/nistats#nistats-is-being-retired

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

 sci-biology/nistats/metadata.xml| 16 
 sci-biology/nistats/nistats-.ebuild | 33 -
 2 files changed, 49 deletions(-)

diff --git a/sci-biology/nistats/metadata.xml b/sci-biology/nistats/metadata.xml
deleted file mode 100644
index 5b04d23d9..0
--- a/sci-biology/nistats/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   horea.chr...@gmail.com
-   Horea Christian
-   
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-   
-Nistats is a Python module for fast and easy modeling and statistical analysis 
of 
-functional Magnetic Resonance Imaging data.
-
-

diff --git a/sci-biology/nistats/nistats-.ebuild 
b/sci-biology/nistats/nistats-.ebuild
deleted file mode 100644
index c1ea86439..0
--- a/sci-biology/nistats/nistats-.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Neuroimaging tools for Python"
-HOMEPAGE="http://nipy.org/";
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/nistats/${PN}";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-KEYWORDS=""
-
-COMMONDEPEND="
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/patsy[${PYTHON_USEDEP}]
-   "
-DEPEND="${COMMONDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   "
-RDEPEND="${COMMONDEPEND}
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/sympy[${PYTHON_USEDEP}]
-   sci-libs/nibabel[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   sci-biology/nilearn[${PYTHON_USEDEP}]
-   "



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

2020-09-26 Thread Horea Christian
commit: 8867a035bf176626d5ba3c445e1bc1624ea7913f
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Sep 27 04:21:37 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Sep 27 04:21:37 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8867a035

sci-libs/nipy: removed KEYWORDS to match dev-python/prov

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

 sci-libs/nipy/nipy-0.4.1.ebuild | 2 +-
 sci-libs/nipy/nipy-0.4.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/nipy/nipy-0.4.1.ebuild b/sci-libs/nipy/nipy-0.4.1.ebuild
index ea3c05d80..81c038413 100644
--- a/sci-libs/nipy/nipy-0.4.1.ebuild
+++ b/sci-libs/nipy/nipy-0.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="

diff --git a/sci-libs/nipy/nipy-0.4.2.ebuild b/sci-libs/nipy/nipy-0.4.2.ebuild
index 2793dc057..69663fc86 100644
--- a/sci-libs/nipy/nipy-0.4.2.ebuild
+++ b/sci-libs/nipy/nipy-0.4.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] proj/sci:master commit in: sci-mathematics/apron/

2020-09-26 Thread Aisha Tammy
commit: 3b1741fc7f3831c69dc03bafccc1727594c83745
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 23:11:59 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 23:12:31 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b1741fc

sci-mathematics/apron: drop dead package

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

 sci-mathematics/apron/apron-0.9.10-r1.ebuild | 71 
 sci-mathematics/apron/metadata.xml   | 18 ---
 2 files changed, 89 deletions(-)

diff --git a/sci-mathematics/apron/apron-0.9.10-r1.ebuild 
b/sci-mathematics/apron/apron-0.9.10-r1.ebuild
deleted file mode 100644
index c2fd73233..0
--- a/sci-mathematics/apron/apron-0.9.10-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Static analysis of the numerical variables by Abstract 
Interpretation"
-HOMEPAGE="http://apron.cri.ensmp.fr/library/";
-SRC_URI="http://apron.cri.ensmp.fr/library/${P}.tgz";
-
-LICENSE="LGPL-2 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc ocaml"
-
-RDEPEND="
-   ocaml? (
-   >=dev-lang/ocaml-3.09
-   dev-ml/camlidl
-   dev-ml/mlgmpidl
-   )
-   dev-libs/gmp:0=
-   dev-libs/mpfr:0="
-DEPEND="${RDEPEND}
-   doc? (
-   app-text/texlive
-   app-text/ghostscript-gpl
-   )"
-
-src_prepare() {
-   mv Makefile.config.model Makefile.config || die
-
-   #fix compile process
-   sed -i Makefile.config \
-   -e "s/FLAGS = \\\/FLAGS += \\\/g" \
-   -e "s/-O3 -DNDEBUG/-DNDEBUG/g" \
-   -e "s/APRON_PREFIX =.*/APRON_PREFIX = \$(DESTDIR)\/usr/g" \
-   -e "s/MLGMPIDL_PREFIX =.*/MLGMPIDL_PREFIX = \$(DESTDIR)\/usr/g" 
\
-   || die
-
-   #fix doc building process
-   sed -i Makefile -e "s/; make html/; make/g"
-   sed -i apronxx/Makefile \
-   -e "s:cd doc/latex && make:cd doc/latex; rubber refman.tex; 
dvipdf refman.dvi:g"
-   sed -i apronxx/doc/Doxyfile \
-   -e "s/OUTPUT_DIRECTORY   = \/.*/OUTPUT_DIRECTORY   = 
.\//g" \
-   -e "s/STRIP_FROM_PATH= \/.*/STRIP_FROM_PATH= 
.\//g"
-
-   if [[ "$(gcc-major-version)" == "4" ]]; then
-   sed -i -e "s/# HAS_LONG_DOUBLE = 1/HAS_LONG_DOUBLE = 1/g" 
Makefile.config
-   fi
-   if use !ocaml; then
-   sed -i -e "s/HAS_OCAML = 1/#HAS_OCAML = 0/g" Makefile.config
-   fi
-}
-
-src_compile() {
-   emake -j1
-}
-
-src_install(){
-   default
-
-   if use doc; then
-   dodoc apron/apron.pdf
-   if use ocaml; then
-   dodoc mlapronidl/mlapronidl.pdf
-   fi
-   fi
-}

diff --git a/sci-mathematics/apron/metadata.xml 
b/sci-mathematics/apron/metadata.xml
deleted file mode 100644
index d31da6be0..0
--- a/sci-mathematics/apron/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   sci-mathemat...@gentoo.org
-   Gentoo Mathematics Project
-   
-   
-The APRON library is dedicated to the static analysis of the numerical
-variables of a program by Abstract Interpretation. The aim of such an
-analysis is to infer invariants about these variables. The APRON library
-is intended to be a common interface to various underlying
-libraries/abstract domains and to provide additional services that can
-be implemented independently from the underlying library/abstract
-domain, as shown by the poster on the right (presented at the SAS 2007
-conference.
-
-



[gentoo-commits] proj/sci:master commit in: sci-mathematics/aribas/files/, sci-mathematics/aribas/

2020-09-26 Thread Aisha Tammy
commit: 8fcb0ecd67aa70c08011d3bb5ec86c25b071bca8
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 23:17:06 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 23:17:06 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8fcb0ecd

sci-mathematics/aribas: drop dead package

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

 sci-mathematics/aribas/aribas-1.63.ebuild   | 76 -
 sci-mathematics/aribas/files/64aribas-gentoo.el |  3 -
 sci-mathematics/aribas/metadata.xml | 13 -
 3 files changed, 92 deletions(-)

diff --git a/sci-mathematics/aribas/aribas-1.63.ebuild 
b/sci-mathematics/aribas/aribas-1.63.ebuild
deleted file mode 100644
index 0759b3158..0
--- a/sci-mathematics/aribas/aribas-1.63.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp-common versionator
-
-DESCRIPTION="Interpreter for big integer and multi-precision floating point 
arithmetic"
-HOMEPAGE="http://www.mathematik.uni-muenchen.de/~forster/sw/${PN}.html";
-SRC_URI="ftp://ftp.mathematik.uni-muenchen.de/pub/forster/${PN}/UNIX_LINUX/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc emacs examples"
-
-RDEPEND="emacs? ( virtual/emacs )"
-DEPEND="${RDEPEND}"
-
-SITEFILE=64${PN}-gentoo.el
-CH_PV=$(delete_all_version_separators)
-
-src_prepare() {
-   # Linux x86 assembly piece
-   if use x86; then
-   mv LINUX/arito386.S . || die
-   mv LINUX/Makefile.linux Makefile || die
-   fi
-
-   # removing strip
-   sed -e '/^  strip \$(PROGRAM)$/d' -i Makefile || die "sed failed"
-}
-
-src_compile() {
-   cd src || die
-   if use x86; then
-   emake CFLAGS="-DLiNUX -DPROTO ${CFLAGS}"
-   else
-   emake CC=gcc CFLAGS="-DUNiX -DPROTO ${CFLAGS}"
-   fi
-
-   if use emacs; then
-   cd EL || doe
-   elisp-compile *.el
-   fi
-}
-
-src_install() {
-   dobin src/${PN}
-   doman doc/*.1
-   dodoc CHANGES${CH_PV}.txt
-
-   if use doc; then
-   dodoc doc/${PN}.doc doc/${PN}.tut
-   fi
-
-   if use examples; then
-   insinto /usr/share/${P}
-   doins -r examples
-   fi
-
-   if use emacs; then
-   cd src/EL || die
-   elisp-install ${PN} *.el *.elc
-   elisp-site-file-install "${FILESDIR}"/${SITEFILE}
-   newdoc EL/README README.emacs
-   fi
-}
-
-pkg_postinst() {
-   use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-   use emacs && elisp-site-regen
-}

diff --git a/sci-mathematics/aribas/files/64aribas-gentoo.el 
b/sci-mathematics/aribas/files/64aribas-gentoo.el
deleted file mode 100644
index 3598e39ca..0
--- a/sci-mathematics/aribas/files/64aribas-gentoo.el
+++ /dev/null
@@ -1,3 +0,0 @@
-;; aribas mode
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'run-aribas "aribas" "Run ARIBAS." t)

diff --git a/sci-mathematics/aribas/metadata.xml 
b/sci-mathematics/aribas/metadata.xml
deleted file mode 100644
index 146901339..0
--- a/sci-mathematics/aribas/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   gro...@gentoo.org
-   Andrey Grozin
-   
-   
-   sci-mathemat...@gentoo.org
-   Gentoo Mathematics Project
-   
-   Interpreter for big integer and multi-precision 
floating point arithmetic
-



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

2020-09-26 Thread Horea Christian
commit: 557ba3d69a2ce659ad917478c8103633682e67a5
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Sep 27 03:33:38 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Sep 27 03:33:38 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=557ba3d6

sci-biology/dcmstack: added tests, PYTHON_COMPAT update

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

 sci-biology/dcmstack/dcmstack-0.8.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sci-biology/dcmstack/dcmstack-0.8.ebuild 
b/sci-biology/dcmstack/dcmstack-0.8.ebuild
index b537b959f..6fc505010 100644
--- a/sci-biology/dcmstack/dcmstack-0.8.ebuild
+++ b/sci-biology/dcmstack/dcmstack-0.8.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
 
-inherit distutils-r1 git-r3 multilib
+inherit distutils-r1
 
 DESCRIPTION="DICOM to Nifti coversion"
 HOMEPAGE="https://dcmstack.readthedocs.org/en/latest/";
@@ -14,11 +14,12 @@ EGIT_REPO_URI="https://github.com/moloney/dcmstack";
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 KEYWORDS="~amd64 ~x86"
+IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
sci-libs/nibabel[${PYTHON_USEDEP}]
sci-libs/pydicom[${PYTHON_USEDEP}]
 "
+
+distutils_enable_tests setup.py



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

2020-09-26 Thread Horea Christian
commit: 4efd7d1c7665e0e3370005e1016311952a5d4460
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Sep 27 03:26:29 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Sep 27 03:26:29 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4efd7d1c

sci-libs/nibabel: removed old version, PYTHON_COMPAT update

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

 sci-libs/nibabel/nibabel-2.3.1.ebuild | 43 ---
 sci-libs/nibabel/nibabel-2.5.1.ebuild |  5 ++--
 sci-libs/nibabel/nibabel-3.0.2.ebuild |  5 ++--
 sci-libs/nibabel/nibabel-.ebuild  | 10 
 4 files changed, 8 insertions(+), 55 deletions(-)

diff --git a/sci-libs/nibabel/nibabel-2.3.1.ebuild 
b/sci-libs/nibabel/nibabel-2.3.1.ebuild
deleted file mode 100644
index 1b571d4b0..0
--- a/sci-libs/nibabel/nibabel-2.3.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Access a cacophony of neuro-imaging file formats"
-HOMEPAGE="http://nipy.org/nibabel/";
-SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="dicom doc test"
-
-RDEPEND="
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dicom? (
-   sci-libs/pydicom
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )
-   "
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   "
-
-python_test() {
-   cd "${BUILD_DIR}" || die
-   echo "backend: Agg" > matplotlibrc
-   MPLCONFIGDIR=. nosetests || die
-}

diff --git a/sci-libs/nibabel/nibabel-2.5.1.ebuild 
b/sci-libs/nibabel/nibabel-2.5.1.ebuild
index e377513f2..c3143ae9c 100644
--- a/sci-libs/nibabel/nibabel-2.5.1.ebuild
+++ b/sci-libs/nibabel/nibabel-2.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
@@ -11,10 +11,9 @@ DESCRIPTION="Access a cacophony of neuro-imaging file 
formats"
 HOMEPAGE="http://nipy.org/nibabel/";
 SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
-
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE="dicom doc test"
 
 RDEPEND="

diff --git a/sci-libs/nibabel/nibabel-3.0.2.ebuild 
b/sci-libs/nibabel/nibabel-3.0.2.ebuild
index e377513f2..c3143ae9c 100644
--- a/sci-libs/nibabel/nibabel-3.0.2.ebuild
+++ b/sci-libs/nibabel/nibabel-3.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
@@ -11,10 +11,9 @@ DESCRIPTION="Access a cacophony of neuro-imaging file 
formats"
 HOMEPAGE="http://nipy.org/nibabel/";
 SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
-
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE="dicom doc test"
 
 RDEPEND="

diff --git a/sci-libs/nibabel/nibabel-.ebuild 
b/sci-libs/nibabel/nibabel-.ebuild
index 8c4e25842..cd12b33de 100644
--- a/sci-libs/nibabel/nibabel-.ebuild
+++ b/sci-libs/nibabel/nibabel-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1 git-r3
 
@@ -14,8 +14,8 @@ EGIT_REPO_URI="https://github.com/nipy/nibabel.git";
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="dicom doc test"
 KEYWORDS=""
+IUSE="dicom doc test"
 
 RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
@@ -25,8 +25,7 @@ RDEPEND="
sci-libs/pydicom
dev-python/pillow[${PYTHON_USEDEP}]
)
-   "
-
+"
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
@@ -34,10 +33,9 @@ DEPEND="
dev-python/nose[${PYTHON_USEDEP}]
)
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   "
+"
 
 python_test() {
-   distutils-r1_install_for_testing
cd "${BUILD_DIR}" || die
echo "backend: Agg" > matplotlibrc
MPLCONFIGDIR=. nosetests || die



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

2020-09-26 Thread Horea Christian
commit: 345ed850dfacd1eca12fa02afdd61dc8fc90e92b
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Sep 27 03:20:22 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Sep 27 03:20:22 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=345ed850

sci-libs/pydicom: rm old, live versions; updated PYTHON_COMPAT

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

 sci-libs/pydicom/pydicom-0.9.9.ebuild | 17 -
 sci-libs/pydicom/pydicom-1.1.0.ebuild |  4 ++--
 sci-libs/pydicom/pydicom-1.4.2.ebuild |  2 +-
 sci-libs/pydicom/pydicom-.ebuild  | 20 
 4 files changed, 3 insertions(+), 40 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild 
b/sci-libs/pydicom/pydicom-0.9.9.ebuild
deleted file mode 100644
index df6e11172..0
--- a/sci-libs/pydicom/pydicom-0.9.9.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""

diff --git a/sci-libs/pydicom/pydicom-1.1.0.ebuild 
b/sci-libs/pydicom/pydicom-1.1.0.ebuild
index 0c2e1b15e..1838de682 100644
--- a/sci-libs/pydicom/pydicom-1.1.0.ebuild
+++ b/sci-libs/pydicom/pydicom-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 

diff --git a/sci-libs/pydicom/pydicom-1.4.2.ebuild 
b/sci-libs/pydicom/pydicom-1.4.2.ebuild
index 2ab96e750..ef819cd72 100644
--- a/sci-libs/pydicom/pydicom-1.4.2.ebuild
+++ b/sci-libs/pydicom/pydicom-1.4.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 

diff --git a/sci-libs/pydicom/pydicom-.ebuild 
b/sci-libs/pydicom/pydicom-.ebuild
deleted file mode 100644
index 10a12a436..0
--- a/sci-libs/pydicom/pydicom-.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/";
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/darcymason/pydicom";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-S="${S}/source"



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

2020-09-26 Thread Aisha Tammy
commit: 262ab1d954eda1c0557944c4a9ddb37c9d156db1
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 23:02:59 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 23:02:59 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=262ab1d9

dev-python/numba: fix use flag checks

found when doing compilations without tbb

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

 dev-python/numba/numba-0.51.2.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/numba/numba-0.51.2.ebuild 
b/dev-python/numba/numba-0.51.2.ebuild
index 597d6ac54..9f9af4049 100644
--- a/dev-python/numba/numba-0.51.2.ebuild
+++ b/dev-python/numba/numba-0.51.2.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="openmp threads"
 
-DEPEND="
+RDEPEND="${PYTHON_DEPS}
>=dev-python/llvmlite-0.34.0[${PYTHON_USEDEP}]


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

2020-09-26 Thread Maciej Mrozowski
commit: 856eb894275918aedd662d24c2f1b0a16f1e2f20
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sun Sep 27 02:52:09 2020 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sun Sep 27 02:52:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856eb894

net-libs/libgadu: remove OpenSSL support

Closes: https://bugs.gentoo.org/742521
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Mrozowski  gentoo.org>

 net-libs/libgadu/libgadu-1.11.4.ebuild | 24 
 1 file changed, 4 insertions(+), 20 deletions(-)

diff --git a/net-libs/libgadu/libgadu-1.11.4.ebuild 
b/net-libs/libgadu/libgadu-1.11.4.ebuild
index 61ed84a41b1..889a044752b 100644
--- a/net-libs/libgadu/libgadu-1.11.4.ebuild
+++ b/net-libs/libgadu/libgadu-1.11.4.ebuild
@@ -17,17 +17,11 @@ RESTRICT="test"
 LICENSE="LGPL-2.1"
 KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 SLOT="0"
-IUSE="doc gnutls ssl static-libs threads"
+IUSE="doc ssl static-libs threads"
 
-REQUIRED_USE="
-   gnutls? ( ssl )
-"
 COMMON_DEPEND="
sys-libs/zlib
-   ssl? (
-   gnutls? ( net-libs/gnutls )
-   !gnutls? ( >=dev-libs/openssl-0.9.6m:0 )
-   )
+   ssl? ( net-libs/gnutls:= )
 "
 DEPEND="${COMMON_DEPEND}
doc? ( app-doc/doxygen )
@@ -43,21 +37,11 @@ DOCS=(AUTHORS ChangeLog NEWS README)
 
 src_configure() {
local myeconfargs=(
+   --without-openssl
$(use_with threads pthread)
+   $(use_with ssl gnutls)
)
 
-   if use ssl; then
-   myeconfargs+=(
-   $(use_with gnutls gnutls)
-   $(use_with !gnutls openssl)
-   )
-   else
-   myeconfargs+=(
-   --without-gnutls
-   --without-openssl
-   )
-   fi
-
autotools-utils_src_configure
 }
 



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

2020-09-26 Thread Maciej Mrozowski
commit: 8758e2d2c63cc8ec5d1434365dc1fc7215d65135
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sun Sep 27 02:56:38 2020 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sun Sep 27 02:56:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8758e2d2

net-im/pidgin: no need to restrict OpenSSL from libgadu - dropped in all 
versions

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Mrozowski  gentoo.org>

 net-im/pidgin/pidgin-2.14.1.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-im/pidgin/pidgin-2.14.1.ebuild 
b/net-im/pidgin/pidgin-2.14.1.ebuild
index 107090103e0..b162dd02955 100644
--- a/net-im/pidgin/pidgin-2.14.1.ebuild
+++ b/net-im/pidgin/pidgin-2.14.1.ebuild
@@ -60,10 +60,7 @@ RDEPEND="
')
)
perl? ( >=dev-lang/perl-5.16:= )
-   gadu? ( || (
-   >=net-libs/libgadu-1.11.0[ssl,gnutls(+)]
-   >=net-libs/libgadu-1.11.0[-ssl]
-   ) )
+   gadu? ( >=net-libs/libgadu-1.11.0 )
gnutls? ( net-libs/gnutls:= )
!gnutls? (
dev-libs/nspr



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

2020-09-26 Thread Aisha Tammy
commit: 7f1918391ec2139131d1bd47b0c9edfdbd718918
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 22:25:27 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 22:25:27 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7f191839

dev-python/pynndescent: nearest neighbours in python

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

 dev-python/pynndescent/metadata.xml | 12 ++
 dev-python/pynndescent/pynndescent-0.4.8.ebuild | 30 +
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pynndescent/metadata.xml 
b/dev-python/pynndescent/metadata.xml
new file mode 100644
index 0..2f2c0b51c
--- /dev/null
+++ b/dev-python/pynndescent/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+gen...@aisha.cc
+Aisha Tammy
+
+
+s...@gentoo.org
+Gentoo Science Project
+
+

diff --git a/dev-python/pynndescent/pynndescent-0.4.8.ebuild 
b/dev-python/pynndescent/pynndescent-0.4.8.ebuild
new file mode 100644
index 0..fd9e76744
--- /dev/null
+++ b/dev-python/pynndescent/pynndescent-0.4.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..8} )
+
+inherit distutils-r1
+
+DESCRIPTION="nearest neighbor descent for approximate nearest neighbors"
+HOMEPAGE="https://github.com/lmcinnes/pynndescent";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/joblib[${PYTHON_USEDEP}]
+   >=dev-python/numba-0.51.2[${PYTHON_USEDEP}]
+   >=dev-python/llvmlite-0.34[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   <=sci-libs/scikits_learn-0.24.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? ( dev-python/nose )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools/

2020-09-26 Thread Aisha Tammy
commit: c8e7a8f135c291e0c0d7570d34a43899b7fb6641
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 22:05:15 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 22:05:15 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c8e7a8f1

sci-chemistry/mgltools: drop package

if someone wants to readd, theres ALOT
of work to be done

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

 sci-chemistry/mgltools/metadata.xml  |  8 -
 sci-chemistry/mgltools/mgltools-1.5.6.ebuild | 47 
 2 files changed, 55 deletions(-)

diff --git a/sci-chemistry/mgltools/metadata.xml 
b/sci-chemistry/mgltools/metadata.xml
deleted file mode 100644
index da36ecbfc..0
--- a/sci-chemistry/mgltools/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   sci-chemis...@gentoo.org
-   Gentoo Chemistry Project
-   
-

diff --git a/sci-chemistry/mgltools/mgltools-1.5.6.ebuild 
b/sci-chemistry/mgltools/mgltools-1.5.6.ebuild
deleted file mode 100644
index 488d1553d..0
--- a/sci-chemistry/mgltools/mgltools-1.5.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-r1
-
-PLUGINS="autodocktools bhtree cadd cmolkit dejavu geomutils gle mglutil molkit
-   networkeditor opengltk pmv pyautodock pybabel pyglf qslimlib scenario2 
sff
-   support symserv utpackages viewer-framework vision visionlib volume
-   webservices"
-
-DESCRIPTION="Software to visualization and analysis of molecular structures"
-HOMEPAGE="http://mgltools.scripps.edu/";
-SRC_URI="http://mgltools.scripps.edu/downloads/downloads/tars/releases/REL${PV}/${PN}_source_${PV}.tar.gz";
-
-LICENSE="MGLTOOLS MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S="${WORKDIR}"/${PN}_source_${PV/_/}
-
-for plug in ${PLUGINS}; do
-   PLUG_DEP="${PLUG_DEP} 
=sci-chemistry/mgltools-${plug}-${PV}*[${PYTHON_USEDEP}]"
-done
-
-RDEPEND="${PLUG_DEP}
-   ${PYTHON_DEPS}
-   dev-lang/tk:0
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/simpy[${PYTHON_USEDEP}]
-   sci-libs/msms
-   dev-python/pillow[tk,${PYTHON_USEDEP}]
-   virtual/python-pmw[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   ecvs_clean
-   insinto /usr/share/${PN}
-   doins -r Data
-}



[gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-opengltk/, sci-chemistry/mgltools-pybabel/, ...

2020-09-26 Thread Aisha Tammy
sci-chemistry/mgltools-pybabel/mgltools-pybabel-1.5.6.ebuild 
sci-chemistry/mgltools-pyglf/metadata.xml 
sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild 
sci-chemistry/mgltools-qslimlib/files/1.5.4-gcc4.3.patch 
sci-chemistry/mgltools-qslimlib/files/1.5.4-gcc4.7.patch 
sci-chemistry/mgltools-qslimlib/metadata.xml 
sci-chemistry/mgltools-qslimlib/mgltools-qslimlib-1.5.6.ebuild 
sci-chemistry/mgltools-scenario2/metadata.xml 
sci-chemistry/mgltools-scenario2/mgltools-scenario2-1.5.6.ebuild 
sci-chemistry/mgltools-sff/files/1.5.4-impl-dec.patch 
sci-chemistry/mgltools-sff/metadata.xml 
sci-chemistry/mgltools-sff/mgltools-sff-1.5.6.ebuild 
sci-chemistry/mgltools-support/metadata.xml 
sci-chemistry/mgltools-support/mgltools-support-1.5.6.ebuild 
sci-chemistry/mgltools-symserv/metadata.xml 
sci-chemistry/mgltools-symserv/mgltools-symserv-1.5.6.ebuild 
sci-chemistry/mgltools-utpackages/files/1.5.4-gcc4.3.patch 
sci-chemistry/mgltools-utpackages/metadata.xml 
sci-chemistry/mgltools-utpackages/mgltools
 -utpackages-1.5.6.ebuild sci-chemistry/mgltools-viewer-framework/metadata.xml 
sci-chemistry/mgltools-viewer-framework/mgltools-viewer-framework-1.5.6.ebuild 
sci-chemistry/mgltools-vision/metadata.xml 
sci-chemistry/mgltools-vision/mgltools-vision-1.5.6.ebuild 
sci-chemistry/mgltools-visionlib/metadata.xml 
sci-chemistry/mgltools-visionlib/mgltools-visionlib-1.5.6.ebuild 
sci-chemistry/mgltools-volume/metadata.xml 
sci-chemistry/mgltools-volume/mgltools-volume-1.5.6.ebuild 
sci-chemistry/mgltools-webservices/metadata.xml 
sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild
X-VCS-Directories: sci-chemistry/mgltools-gle/ sci-chemistry/mgltools-dejavu/ 
sci-chemistry/mgltools-cmolkit/ sci-chemistry/mgltools-webservices/ 
sci-chemistry/mgltools-opengltk/files/ sci-chemistry/mgltools-utpackages/ 
sci-chemistry/mgltools-qslimlib/ sci-chemistry/mgltools-mglutil/files/ 
sci-chemistry/mgltools-visionlib/ sci-chemistry/mgltools-sff/files/ 
sci-chemistry/mgltools-geomutils/files/ sci-chemistry/mgltools-qslimlib/files/ 
sci-chemistry/mgltools-pmv/ sci-chemistry/mgltools-pyautodock/ 
sci-chemistry/mgltools-sff/ sci-chemistry/mgltools-molkit/ 
sci-chemistry/mgltools-mglutil/ sci-chemistry/mgltools-vision/ 
sci-chemistry/mgltools-pybabel/ sci-chemistry/mgltools-geomutils/ 
sci-chemistry/mgltools-gle/files/ sci-chemistry/mgltools-pmv/files/ 
sci-chemistry/mgltools-autodocktools/ sci-chemistry/mgltools-viewer-framework/ 
sci-chemistry/mgltools-opengltk/ sci-chemistry/mgltools-symserv/ 
sci-chemistry/mgltools-utpackages/files/ sci-chemistry/mgltools-scenario2/ 
sci-chemistry/mgltools
 -volume/ sci-chemistry/mgltools-dejavu/files/ sci-chemistry/mgltools-cadd/ 
sci-chemistry/mgltools-bhtree/ sci-chemistry/mgltools-support/ 
sci-chemistry/mgltools-networkeditor/ sci-chemistry/mgltools-pyglf/
X-VCS-Committer: epsilon-0
X-VCS-Committer-Name: Aisha Tammy
X-VCS-Revision: 7ca6bd50be8603a79a15c575669a7fb7e04732fb
X-VCS-Branch: master
Date: Sat, 26 Sep 2020 22:00:46 + (UTC)

commit: 7ca6bd50be8603a79a15c575669a7fb7e04732fb
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 21:59:56 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 21:59:56 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ca6bd50

sci-chemistry/mgltools-*: drop all subpackages

debating if i should keep the top one

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

 sci-chemistry/mgltools-autodocktools/metadata.xml  |   8 --
 .../mgltools-autodocktools-1.5.6.ebuild|  66 -
 sci-chemistry/mgltools-bhtree/metadata.xml |   8 --
 .../mgltools-bhtree/mgltools-bhtree-1.5.6.ebuild   |  43 -
 sci-chemistry/mgltools-cadd/metadata.xml   |   8 --
 .../mgltools-cadd/mgltools-cadd-1.5.6.ebuild   |  42 -
 sci-chemistry/mgltools-cmolkit/metadata.xml|   8 --
 .../mgltools-cmolkit/mgltools-cmolkit-1.5.6.ebuild |  42 -
 .../files/mgltools-dejavu-1.5.6-pil.patch  |  43 -
 sci-chemistry/mgltools-dejavu/metadata.xml |   8 --
 .../mgltools-dejavu-1.5.6-r1.ebuild|  47 --
 .../mgltools-geomutils/files/1.5.4-gcc4.3.patch|   9 --
 .../mgltools-geomutils/files/1.5.4-impl-dec.patch  |  12 ---
 sci-chemistry/mgltools-geomutils/metadata.xml  |   8 --
 .../mgltools-geomutils-1.5.6.ebuild|  42 -
 .../files/mgltools-gle-1.5.6-swig.patch|  43 -
 sci-chemistry/mgltools-gle/metadata.xml|   8 --
 .../mgltools-gle/mgltools-gle-1.5.6.ebuild |  44 -
 .../mgltools-mglutil/files/1.5.4-python.patch  |  13 ---
 .../files/mgltools-mglutil-1.5.6-tcltk86.patch | 104 -
 sci-chemistry/mgltools-mglutil/metadata.xml|   8 --
 .../mgltools-mglutil-1.5.6-r1.ebuild   |  48 --
 sci-chemistry/mgltools-molkit/metadata.xml |   8 --
 .../mgltools-molkit/m

[gentoo-commits] proj/sci:master commit in: sci-libs/gotoblas2/files/, sci-libs/gotoblas2/

2020-09-26 Thread Aisha Tammy
commit: c0fad24c7bbf32c0a11e431e3fccfee484260f69
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 21:38:05 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 21:38:05 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0fad24c

sci-libs/gotoblas2: drop dead package

suggested replacement - openblas (direct successor)

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

 .../gotoblas2/files/gotoblas2-1.13-aliasing.patch  |  11 --
 .../gotoblas2/files/gotoblas2-1.13-dynamic.patch   |  17 ---
 .../gotoblas2/files/gotoblas2-1.13-fcheck.patch|  10 --
 .../files/gotoblas2-1.13-sharedlibs.patch  |  54 -
 sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild| 130 -
 sci-libs/gotoblas2/metadata.xml|  21 
 6 files changed, 243 deletions(-)

diff --git a/sci-libs/gotoblas2/files/gotoblas2-1.13-aliasing.patch 
b/sci-libs/gotoblas2/files/gotoblas2-1.13-aliasing.patch
deleted file mode 100644
index 874de7080..0
--- a/sci-libs/gotoblas2/files/gotoblas2-1.13-aliasing.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 driver/others/init.c.orig  2011-05-31 23:23:24.0 +0100
-+++ driver/others/init.c   2011-05-31 23:23:49.0 +0100
-@@ -215,7 +215,7 @@
-   for (node = 0; node < MAX_NODES; node ++) common -> node_info[node] = 0;
- 
-   while ((dir = readdir(dp)) != NULL) {
--if (*(unsigned int *) dir -> d_name == 0x065646f6eU) {
-+if (*(char *) dir -> d_name == 0x065646f6eU) {
- 
-   node = atoi(&dir -> d_name[4]);
- 

diff --git a/sci-libs/gotoblas2/files/gotoblas2-1.13-dynamic.patch 
b/sci-libs/gotoblas2/files/gotoblas2-1.13-dynamic.patch
deleted file mode 100644
index 71021e435..0
--- a/sci-libs/gotoblas2/files/gotoblas2-1.13-dynamic.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Authors:  Elias Pipping 
-Upstream: no
-Synopsis: Fix compilation under KATMAI and PRESCOTT architecture.
 old/driver/others/dynamic.c 2010-01-20 17:28:45.0 +0100
-+++ new/driver/others/dynamic.c 2010-05-28 16:04:10.190975461 +0200
-@@ -181,9 +181,9 @@
-   gotoblas = get_coretype();
-   
- #ifdef ARCH_X86
--  if (gotoblas == NULL) gotoblas = gotoblas_KATMAI;
-+  if (gotoblas == NULL) gotoblas = &gotoblas_KATMAI;
- #else
--  if (gotoblas == NULL) gotoblas = gotoblas_PRESCOTT;
-+  if (gotoblas == NULL) gotoblas = &gotoblas_PRESCOTT;
- #endif
-   
-   if (gotoblas && gotoblas -> init) {

diff --git a/sci-libs/gotoblas2/files/gotoblas2-1.13-fcheck.patch 
b/sci-libs/gotoblas2/files/gotoblas2-1.13-fcheck.patch
deleted file mode 100644
index 809a1edc1..0
--- a/sci-libs/gotoblas2/files/gotoblas2-1.13-fcheck.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 f_check.orig   2011-05-31 23:12:41.508268623 +0100
-+++ f_check2011-05-31 23:12:50.208268398 +0100
-@@ -274,6 +274,7 @@
-   && ($flags !~ /kernel32/)
-   && ($flags !~ /advapi32/)
-   && ($flags !~ /shell32/)
-+  && ($flags !~ /^\-l$/)
-   ) {
-   $linker_l .= $flags . " ";
-   }

diff --git a/sci-libs/gotoblas2/files/gotoblas2-1.13-sharedlibs.patch 
b/sci-libs/gotoblas2/files/gotoblas2-1.13-sharedlibs.patch
deleted file mode 100644
index 862a00c24..0
--- a/sci-libs/gotoblas2/files/gotoblas2-1.13-sharedlibs.patch
+++ /dev/null
@@ -1,54 +0,0 @@
 exports/Makefile.orig  2010-02-06 05:01:00.0 +1300
-+++ exports/Makefile   2012-03-16 11:43:30.028487068 +1300
-@@ -84,7 +84,7 @@
-   perl ./gensymbol win2khpl $(ARCH) dummy $(EXPRECISION) $(NO_CBLAS) > 
$(@F)
- 
- $(LIBDYNNAME) : ../$(LIBNAME) osx.def
--  $(PREFIX)gcc $(CFLAGS) -all_load -dynamiclib -o $(LIBDYNNAME) $< 
-Wl,-exported_symbols_list,osx.def  $(FEXTRALIB)
-+  $(PREFIX)gcc $(CFLAGS) -all_load -dynamiclib -o ../$(LIBDYNNAME) $< 
-Wl,-exported_symbols_list,osx.def  $(FEXTRALIB)
- 
- symbol.$(SUFFIX) : symbol.S
-   $(CC) $(CFLAGS) -c -o $(@F) $^
-@@ -97,10 +97,10 @@
- so : ../$(LIBSONAME)
- 
- ../$(LIBSONAME) : ../$(LIBNAME) linux.def linktest.c
--  $(CC) $(CFLAGS) -shared -o ../$(LIBSONAME) \
--  -Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive \
--  -Wl,--retain-symbols-file=linux.def $(EXTRALIB)
--  $(CC) $(CFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(FEXTRALIB) 
&& echo OK.
-+  $(CC) $(LDFLAGS) -shared  \
-+  -Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive 
-Wl,--soname=$(LIBSONAME) \
-+  -Wl,--retain-symbols-file=linux.def $(EXTRALIB) -o ../$(LIBSONAME)
-+  $(CC) $(CFLAGS) -w linktest.c ../$(LIBSONAME) $(FEXTRALIB) -o linktest 
&& echo OK.
-   rm -f linktest
- 
- endif
-@@ -110,10 +110,10 @@
- so : ../$(LIBSONAME)
- 
- ../$(LIBSONAME) : ../$(LIBNAME) linux.def linktest.c
--  $(CC) $(CFLAGS)  -shared -o ../$(LIBSONAME) \
--  -Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive \
--  -Wl,--retain-symbols-file=linux.def $(EXTRALIB)
--  $(CC) $(CFLAGS) -w -o linktest linktest.c ../$(LIBSONA

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

2020-09-26 Thread Maciej Mrozowski
commit: b46f3a54378c7ddc015dfbf484a95ee83f0beb32
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sun Sep 27 01:28:22 2020 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sun Sep 27 01:28:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46f3a54

dev-util/ddd: update clang patch to not fail with gcc

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Mrozowski  gentoo.org>

 dev-util/ddd/files/ddd-3.3.12-clang.patch | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-util/ddd/files/ddd-3.3.12-clang.patch 
b/dev-util/ddd/files/ddd-3.3.12-clang.patch
index c8c016db467..a1f8da27b11 100644
--- a/dev-util/ddd/files/ddd-3.3.12-clang.patch
+++ b/dev-util/ddd/files/ddd-3.3.12-clang.patch
@@ -1,12 +1,15 @@
 diff -ruN ddd-3.3.12/ddd/exit.C ddd-my/ddd/exit.C
 --- ddd-3.3.12/ddd/exit.C  2009-02-11 18:25:07.0 +0100
-+++ ddd-my/ddd/exit.C  2020-09-27 03:02:53.734445711 +0200
-@@ -769,7 +769,7 @@
 ddd-my/ddd/exit.C  2020-09-27 03:23:14.713650981 +0200
+@@ -769,7 +769,11 @@
  
  static XtAppContext xt_error_app_context = 0;
  
--static void ddd_xt_error(String message = 0)
++#ifdef __clang__
 +static void ddd_xt_error(String message = 0) _X_NORETURN
++#else
+ static void ddd_xt_error(String message = 0)
++#endif
  {
  ddd_has_crashed = true;
  



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

2020-09-26 Thread Maciej Mrozowski
commit: 838a3e5d487ca2faeebfebf024abe3c387703251
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sun Sep 27 01:16:40 2020 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sun Sep 27 01:16:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838a3e5d

dev-util/ddd: fix clang compilation

Closes: https://bugs.gentoo.org/730686
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Mrozowski  gentoo.org>

 dev-util/ddd/ddd-3.3.12-r4.ebuild |  1 +
 dev-util/ddd/files/ddd-3.3.12-clang.patch | 12 
 2 files changed, 13 insertions(+)

diff --git a/dev-util/ddd/ddd-3.3.12-r4.ebuild 
b/dev-util/ddd/ddd-3.3.12-r4.ebuild
index 329b7ac91fe..5d5268c2c71 100644
--- a/dev-util/ddd/ddd-3.3.12-r4.ebuild
+++ b/dev-util/ddd/ddd-3.3.12-r4.ebuild
@@ -43,6 +43,7 @@ PATCHES=(
"${FILESDIR}/${PN}-3.3.12-tinfo.patch"
"${FILESDIR}/${PN}-3.3.12-gcc9.patch"
"${FILESDIR}/${PN}-3.3.12-parallel.patch"
+   "${FILESDIR}/${PN}-3.3.12-clang.patch"
 )
 
 DOCS=(

diff --git a/dev-util/ddd/files/ddd-3.3.12-clang.patch 
b/dev-util/ddd/files/ddd-3.3.12-clang.patch
new file mode 100644
index 000..c8c016db467
--- /dev/null
+++ b/dev-util/ddd/files/ddd-3.3.12-clang.patch
@@ -0,0 +1,12 @@
+diff -ruN ddd-3.3.12/ddd/exit.C ddd-my/ddd/exit.C
+--- ddd-3.3.12/ddd/exit.C  2009-02-11 18:25:07.0 +0100
 ddd-my/ddd/exit.C  2020-09-27 03:02:53.734445711 +0200
+@@ -769,7 +769,7 @@
+ 
+ static XtAppContext xt_error_app_context = 0;
+ 
+-static void ddd_xt_error(String message = 0)
++static void ddd_xt_error(String message = 0) _X_NORETURN
+ {
+ ddd_has_crashed = true;
+ 



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

2020-09-26 Thread Aisha Tammy
commit: 056a56563c34c27a75b0079b82d5fb8fd7ae04d0
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 20:50:38 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 20:50:54 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=056a5656

dev-libs/optix: Add optix v7.{1.0,0.0}

Blender utilizes optix as an alternative to CUDA to utilize the
raytracing cores in the RTX series of video cards. version 7.0 has been
tested with Blender 2.8.4.

Closes: https://github.com/gentoo/sci/pull/972

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Richard F. Ostrow Jr  warfaresdl.com>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-libs/optix/metadata.xml   |  3 +++
 dev-libs/optix/optix-7.0.0.ebuild | 37 +
 dev-libs/optix/optix-7.1.0.ebuild | 37 +
 3 files changed, 77 insertions(+)

diff --git a/dev-libs/optix/metadata.xml b/dev-libs/optix/metadata.xml
index 7203fb853..43be4e4e4 100644
--- a/dev-libs/optix/metadata.xml
+++ b/dev-libs/optix/metadata.xml
@@ -4,4 +4,7 @@

hero...@gentoo.org

+   
+   r...@warfaresdl.com
+   
 

diff --git a/dev-libs/optix/optix-7.0.0.ebuild 
b/dev-libs/optix/optix-7.0.0.ebuild
new file mode 100644
index 0..c419a9cee
--- /dev/null
+++ b/dev-libs/optix/optix-7.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="NVIDIA Ray Tracing Engine"
+HOMEPAGE="https://developer.nvidia.com/optix";
+SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64.sh"
+
+SLOT="0/7"
+KEYWORDS="~amd64"
+RESTRICT="fetch"
+LICENSE="NVIDIA-r2"
+
+RDEPEND="
+   dev-util/nvidia-cuda-toolkit
+   media-libs/freeglut
+   virtual/opengl
+"
+S="${WORKDIR}"
+
+pkg_nofetch() {
+   einfo "Please download ${SRC_URI} from:"
+   einfo "  ${HOMEPAGE}"
+   einfo "and move it to your DISTDIR directory."
+   einfo 'DISTDIR value is available from `emerge --info`'
+}
+
+src_unpack() {
+   tail -n +223 "${DISTDIR}"/${A} | tar -zx || die
+}
+
+src_install() {
+   insinto /opt/${PN}
+   dodoc -r doc
+   doins -r include SDK
+}

diff --git a/dev-libs/optix/optix-7.1.0.ebuild 
b/dev-libs/optix/optix-7.1.0.ebuild
new file mode 100644
index 0..afeda2b32
--- /dev/null
+++ b/dev-libs/optix/optix-7.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="NVIDIA Ray Tracing Engine"
+HOMEPAGE="https://developer.nvidia.com/optix";
+SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64-x86_64.sh"
+
+SLOT="0/7"
+KEYWORDS="~amd64"
+RESTRICT="fetch"
+LICENSE="NVIDIA-r2"
+
+RDEPEND="
+   dev-util/nvidia-cuda-toolkit
+   media-libs/freeglut
+   virtual/opengl
+"
+S="${WORKDIR}"
+
+pkg_nofetch() {
+   einfo "Please download ${SRC_URI} from:"
+   einfo "  ${HOMEPAGE}"
+   einfo "and move it to your DISTDIR directory."
+   einfo 'DISTDIR value is available from `emerge --info`'
+}
+
+src_unpack() {
+   tail -n +223 "${DISTDIR}"/${A} | tar -zx || die
+}
+
+src_install() {
+   insinto /opt/${PN}
+   dodoc -r doc
+   doins -r include SDK
+}



[gentoo-commits] proj/sci:master commit in: sys-cluster/modules/

2020-09-26 Thread Aisha Tammy
commit: 7013e9c211d9d6831c9471ea99a224304ec181af
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 20:45:32 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 20:45:32 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7013e9c2

sys-cluster/modules: actually upload the fixed tests

also add python3_9 compat

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

 sys-cluster/modules/modules-4.6.0.ebuild | 18 --
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/modules/modules-4.6.0.ebuild 
b/sys-cluster/modules/modules-4.6.0.ebuild
index d4053b39c..8e1272dad 100644
--- a/sys-cluster/modules/modules-4.6.0.ebuild
+++ b/sys-cluster/modules/modules-4.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit autotools python-single-r1
 
@@ -16,6 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="compat test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
 
 DEPEND="
${PYTHON_DEPS}
@@ -43,6 +44,9 @@ src_prepare() {
 src_configure() {
local myconf=(
--disable-versioning
+   --with-initconf-in=etcdir
+   --enable-multilib-support
+   --disable-set-shell-startup
--prefix="${EPREFIX}/usr/share/Modules"
--mandir="${EPREFIX}/usr/share/man"
--docdir="${EPREFIX}/usr/share/doc/${P}"
@@ -51,9 +55,19 @@ src_configure() {
--modulefilesdir="${EPREFIX}/etc/modulefiles"
--with-tcl="${EPREFIX}/usr/$(get_libdir)"
--with-python="${PYTHON}"
+   --with-quarantine-vars="LD_LIBRARY_PATH LD_PRELOAD"
$(use_enable compat compat-version)
)
-   ./configure "${myconf[@]}" ${EXTRA_ECONF[@]} || die "configure failed"
+   econf "${myconf[@]}" "${EXTRA_ECONF[@]}" || die "configure failed"
+}
+
+src_test() {
+   # Remove known-broken tests
+   # These test fine, but fail for random differences in the gentoo 
environment
+   rm "${S}"/testsuite/modules.70-maint/210-clear.exp || die "rm failed"
+   rm "${S}"/testsuite/modules.00-init/110-quar.exp || die "rm failed"
+
+   RUNTESTARGS=-v emake test
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-games/simgear/, dev-games/simgear/files/

2020-09-26 Thread Maciej Mrozowski
commit: 66544855b91f4862cad89525c1956f15ca1a3561
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sun Sep 27 00:25:40 2020 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sun Sep 27 00:31:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66544855

dev-games/simgear: fix compilation against >boost-1.73

Closes: https://bugs.gentoo.org/722900
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Mrozowski  gentoo.org>

 dev-games/simgear/files/simgear-2020.1.2-boost.patch | 11 +++
 dev-games/simgear/simgear-2020.1.2.ebuild|  1 +
 2 files changed, 12 insertions(+)

diff --git a/dev-games/simgear/files/simgear-2020.1.2-boost.patch 
b/dev-games/simgear/files/simgear-2020.1.2-boost.patch
new file mode 100644
index 000..d28853cb381
--- /dev/null
+++ b/dev-games/simgear/files/simgear-2020.1.2-boost.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -227,7 +227,7 @@
+ endif()
+
+ find_package(Boost REQUIRED)
+-set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION")
++set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION 
-DBOOST_NO_STDLIB_CONFIG")
+ include(BoostTestTargets)
+
+ if(SIMGEAR_HEADLESS)

diff --git a/dev-games/simgear/simgear-2020.1.2.ebuild 
b/dev-games/simgear/simgear-2020.1.2.ebuild
index 0b85c837275..2408384dadb 100644
--- a/dev-games/simgear/simgear-2020.1.2.ebuild
+++ b/dev-games/simgear/simgear-2020.1.2.ebuild
@@ -35,6 +35,7 @@ RDEPEND="${COMMON_DEPEND}
 
 PATCHES=(
"${FILESDIR}/${PN}-2019.1.1-gdal3.patch"
+   "${FILESDIR}/${P}-boost.patch"
 )
 
 pkg_pretend() {



[gentoo-commits] repo/gentoo:master commit in: games-simulation/flightgear/files/, games-simulation/flightgear/

2020-09-26 Thread Maciej Mrozowski
commit: d50ea0a6972a176f2f5ef05e9ea39a8ea5ebb436
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sun Sep 27 00:29:09 2020 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sun Sep 27 00:31:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50ea0a6

games-simulation/flightgear: fix compilation against >boost-1.73

Closes: https://bugs.gentoo.org/722902
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Mrozowski  gentoo.org>

 .../flightgear/files/flightgear-2020.1.2-boost.patch  | 11 +++
 games-simulation/flightgear/flightgear-2020.1.2.ebuild|  1 +
 2 files changed, 12 insertions(+)

diff --git a/games-simulation/flightgear/files/flightgear-2020.1.2-boost.patch 
b/games-simulation/flightgear/files/flightgear-2020.1.2-boost.patch
new file mode 100644
index 000..43e2a7d0cb1
--- /dev/null
+++ b/games-simulation/flightgear/files/flightgear-2020.1.2-boost.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -515,7 +515,7 @@
+ set(NOMINMAX 1)
+ endif(WIN32)
+
+-set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION")
++set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION 
-DBOOST_NO_STDLIB_CONFIG")
+
+ # append the SIMD flags if requested
+ if (ENABLE_SIMD)

diff --git a/games-simulation/flightgear/flightgear-2020.1.2.ebuild 
b/games-simulation/flightgear/flightgear-2020.1.2.ebuild
index 3a428d9e25a..5ea0ecfd859 100644
--- a/games-simulation/flightgear/flightgear-2020.1.2.ebuild
+++ b/games-simulation/flightgear/flightgear-2020.1.2.ebuild
@@ -65,6 +65,7 @@ RDEPEND="${COMMON_DEPEND}
 
 PATCHES=(
"${FILESDIR}/${PN}-2020.1.2-cmake.patch"
+   "${FILESDIR}/${P}-boost.patch"
 )
 
 DOCS=(AUTHORS ChangeLog NEWS README Thanks)



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

2020-09-26 Thread Conrad Kostecki
commit: 789799cad385d9036ff428a5940cf38cc362476d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep 26 14:34:57 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 27 00:14:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789799ca

app-crypt/monkeysphere: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/17682
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/monkeysphere-0.37_default_shell.patch| 12 ---
 .../files/monkeysphere-0.37_hd_od.patch| 14 
 .../files/monkeysphere-0.38-asprintf.patch | 45 --
 ...monkeysphere-0.38-revert-executable-patch.patch | 98 --
 .../monkeysphere-0.38-syssharedir-whitespace.patch | 53 
 ...re-0.39-make-tests-work-with-gnupg-2.1.15.patch | 45 --
 6 files changed, 267 deletions(-)

diff --git a/app-crypt/monkeysphere/files/monkeysphere-0.37_default_shell.patch 
b/app-crypt/monkeysphere/files/monkeysphere-0.37_default_shell.patch
deleted file mode 100644
index f979114181d..000
--- a/app-crypt/monkeysphere/files/monkeysphere-0.37_default_shell.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -r d0c02fe6a949 src/share/common
 a/src/share/common Sun Oct 06 19:21:18 2013 +0200
-+++ b/src/share/common Sun Oct 06 19:21:49 2013 +0200
-@@ -108,7 +108,7 @@
-  # if root, su command as monkeysphere user
-   'root')
- # requote arguments using bash builtin feature (see "help 
printf"):
--  su "$MONKEYSPHERE_USER" -c "$(printf "%q " "$@")"
-+  su -s /bin/bash "$MONKEYSPHERE_USER" -c "$(printf "%q " "$@")"
-   ;;
- 
-   # otherwise, fail

diff --git a/app-crypt/monkeysphere/files/monkeysphere-0.37_hd_od.patch 
b/app-crypt/monkeysphere/files/monkeysphere-0.37_hd_od.patch
deleted file mode 100644
index 7cdaa74b573..000
--- a/app-crypt/monkeysphere/files/monkeysphere-0.37_hd_od.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -r 6150774ec7f4 tests/keytrans
 a/tests/keytrans   Sun Feb 16 20:11:02 2014 +0100
-+++ b/tests/keytrans   Sun Feb 16 20:11:40 2014 +0100
-@@ -104,8 +104,8 @@
- <(gpg --list-packets < "$TEMPDIR"/converted.secret.key)
- 
- diff -u \
--<(hd "$TEMPDIR"/secret.key) \
--<(hd "$TEMPDIR"/converted.secret.key)
-+<(od -xc "$TEMPDIR"/secret.key) \
-+<(od -xc "$TEMPDIR"/converted.secret.key)
- 
- KEYFPR=$(gpg --fingerprint --with-colons --list-keys | grep ^fpr | cut -f10 
-d:)
- KEYID=$(printf "%s" "$KEYFPR" | cut -b25-40)

diff --git a/app-crypt/monkeysphere/files/monkeysphere-0.38-asprintf.patch 
b/app-crypt/monkeysphere/files/monkeysphere-0.38-asprintf.patch
deleted file mode 100644
index dbf9d5f590c..000
--- a/app-crypt/monkeysphere/files/monkeysphere-0.38-asprintf.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From b756fd2e58ab013b5c9bfc2658ed9ad48868067c Mon Sep 17 00:00:00 2001
-From: Daniel Kahn Gillmor 
-Date: Sun, 7 Aug 2016 18:24:47 -0400
-Subject: [PATCH] avoid warning about unused asprintf return value
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-some versions of gcc produce this warning, which is treated as an
-error due to our conservative defaults in Makefile:
-
-src/agent-transfer/main.c: In function ‘main’:
-src/agent-transfer/main.c:676:5: error: ignoring return value of ‘asprintf’, 
declared with attribute warn_unused_result [-Werror=unused-result]
- asprintf (&alt_comment, "GnuPG keygrip %s", args.keygrip);
- ^
-cc1: all warnings being treated as errors
-
-this patch avoids the warning.

- src/agent-transfer/main.c | 9 +++--
- 1 file changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/src/agent-transfer/main.c b/src/agent-transfer/main.c
-index 406aaa3..3038f5c 100644
 a/src/agent-transfer/main.c
-+++ b/src/agent-transfer/main.c
-@@ -672,8 +672,13 @@ int main (int argc, const char* argv[]) {
- return 1;
-   }
- 
--  if (!args.comment)
--asprintf (&alt_comment, "GnuPG keygrip %s", args.keygrip);
-+  if (!args.comment) {
-+err = asprintf (&alt_comment, "GnuPG keygrip %s", args.keygrip);
-+if (err < 0) {
-+  fprintf (stderr, "failed to generate key comment\n");
-+  return 1;
-+}
-+  }
-   
-   err = send_to_ssh_agent (&e, ssh_sock_fd, args.seconds, args.confirm,
-args.comment ? args.comment : alt_comment);
--- 
-2.7.3
-

diff --git 
a/app-crypt/monkeysphere/files/monkeysphere-0.38-revert-executable-patch.patch 
b/app-crypt/monkeysphere/files/monkeysphere-0.38-revert-executable-patch.patch
deleted file mode 100644
index 4d98c0a7cf5..000
--- 
a/app-crypt/monkeysphere/files/monkeysphere-0.38-revert-executable-patch.patch
+++ /dev/null
@@ -1,98 +0,0 @@
-From c75c7553a88e387013e2b4310f4c4956adfd8a98 Mon Sep 17 00:00:00 2001
-From: Daniel Kahn Gillmor 
-Date: Mon, 8 Aug 2016 20:45:07 -0400

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

2020-09-26 Thread Conrad Kostecki
commit: 588356653cb057c8057e5bed87656bc9f24ab891
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep 26 14:37:03 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 27 00:14:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58835665

media-libs/netpbm: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/17682
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../netpbm/files/netpbm-10.66-failing-tests.patch  |  28 --
 .../netpbm/files/netpbm-10.66-jasper-hack.patch|  41 
 media-libs/netpbm/files/netpbm-10.66-jbig-2.patch  |  19 
 .../netpbm/files/netpbm-10.66-jpeg-dirs.patch  |  28 --
 .../netpbm/files/netpbm-10.66-options-case.patch   | 105 -
 .../files/netpbm-10.66-wordaccess_be_aligned.patch |  23 -
 6 files changed, 244 deletions(-)

diff --git a/media-libs/netpbm/files/netpbm-10.66-failing-tests.patch 
b/media-libs/netpbm/files/netpbm-10.66-failing-tests.patch
deleted file mode 100644
index 63260de2e49..000
--- a/media-libs/netpbm/files/netpbm-10.66-failing-tests.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-punt failing tests; already notified upstream
-
 a/test/Test-Order
-+++ b/test/Test-Order
-@@ -50,7 +50,6 @@ pamditherbw.test
- pbmclean.test
- pamcut.test
- pnmcat.test
--pamflip.test
- pamenlarge.test
- pnminvert.test
- pamchannel.test
-@@ -70,7 +69,6 @@ ppmmix.test
- 
- # Symmetry test
- 
--symmetry.test
- 
- # Format converter tests
- 
-@@ -87,7 +85,6 @@ ppmdfont.test
- pnm-plain-roundtrip.test
- pnm-pam-roundtrip.test
- pnminvert-roundtrip.test
--pamflip-roundtrip.test
- pamdepth-roundtrip.test
- pad-crop-roundtrip.test
- cut-paste-roundtrip.test

diff --git a/media-libs/netpbm/files/netpbm-10.66-jasper-hack.patch 
b/media-libs/netpbm/files/netpbm-10.66-jasper-hack.patch
deleted file mode 100644
index 285475dab06..000
--- a/media-libs/netpbm/files/netpbm-10.66-jasper-hack.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-https://bugs.gentoo.org/513240
-
-the jasper headers are horribly broken and break things like stdbool.h.
-re-order the includes to work around this.
-
 a/converter/other/jpeg2000/jpeg2ktopam.c
-+++ b/converter/other/jpeg2000/jpeg2ktopam.c
-@@ -13,13 +13,14 @@
- #define _XOPEN_SOURCE 600
- #include 
- 
-+#include 
-+
- #include "pm_c_util.h"
- #include "pam.h"
- #include "shhopt.h"
- #include "nstring.h"
- #include "mallocvar.h"
- 
--#include 
- #include "libjasper_compat.h"
- 
- enum compmode {COMPMODE_INTEGER, COMPMODE_REAL};
 a/converter/other/jpeg2000/pamtojpeg2k.c
-+++ b/converter/other/jpeg2000/pamtojpeg2k.c
-@@ -13,13 +13,14 @@
- #define _XOPEN_SOURCE 600
- #include 
- 
-+#include 
-+
- #include "pm_c_util.h"
- #include "pam.h"
- #include "shhopt.h"
- #include "nstring.h"
- #include "mallocvar.h"
- 
--#include 
- #include "libjasper_compat.h"
- 
- 

diff --git a/media-libs/netpbm/files/netpbm-10.66-jbig-2.patch 
b/media-libs/netpbm/files/netpbm-10.66-jbig-2.patch
deleted file mode 100644
index f7e8cf80d6c..000
--- a/media-libs/netpbm/files/netpbm-10.66-jbig-2.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-fix building w/jbig-2.x
-
 a/converter/other/jbig/jbigtopnm.c
-+++ b/converter/other/jbig/jbigtopnm.c
-@@ -230,8 +230,12 @@ int main (int argc, char **argv)
- if (ferror(fin)) 
- pm_error("Problem while reading input file '%s", fnin);
- if (result != JBG_EOK && result != JBG_EOK_INTR) 
--pm_error("Problem with input file '%s': %s\n", 
-- fnin, jbg_strerror(result, JBG_EN));
-+pm_error("Problem with input file '%s': %s\n", fnin,
-+#ifdef JBG_EN
-+ jbg_strerror(result, JBG_EN));
-+#else
-+ jbg_strerror(result));
-+#endif
- if (plane >= 0 && jbg_dec_getplanes(&s) <= plane) 
- pm_error("Image has only %d planes!\n", jbg_dec_getplanes(&s));
- 

diff --git a/media-libs/netpbm/files/netpbm-10.66-jpeg-dirs.patch 
b/media-libs/netpbm/files/netpbm-10.66-jpeg-dirs.patch
deleted file mode 100644
index fcf98211ba0..000
--- a/media-libs/netpbm/files/netpbm-10.66-jpeg-dirs.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-use same -I style as converter/other/Makefile so people can disable these
-
 a/converter/other/jbig/Makefile
-+++ b/converter/other/jbig/Makefile
-@@ -11,7 +11,9 @@ LIBJBIG_OBJECTS = jbig.o jbig_tab.o
- 
- EXTERN_INCLUDES =
- ifneq ($(JBIGHDR_DIR),NONE)
--  EXTERN_INCLUDES += -I$(JBIGHDR_DIR)
-+  ifneq ($(JBIGHDR_DIR)x,x)
-+EXTERN_INCLUDES += -I$(JBIGHDR_DIR)
-+  endif
- endif
- 
- ifneq ($(JBIGHDR_DIR),NONE)
 a/converter/other/jpeg2000/Makefile
-+++ b/converter/other/jpeg2000/Makefile
-@@ -11,7 +11,9 @@ include $(BUILDDIR)/config.mk
- 
- EXTERN_INCLUDES =
- ifneq ($(JASPERHDR_DIR),NONE)
--  EXTERN_INCLUDES += -I$(JASPERHDR_DIR)
-+  ifneq ($(JASPERHDR_DIR)x,x)
-+EXTERN_INCLUDES += -I$(JASPERHDR_DIR)
-+  endif
- endif
- 
- 

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

2020-09-26 Thread Conrad Kostecki
commit: 6388dbe41ac1ff266f9caee1112e188f9bfb7f60
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep 26 14:33:51 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 27 00:14:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6388dbe4

app-backup/rear: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/17682
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../rear-1.15-add-support-for-gentoo-kernels.patch| 19 ---
 1 file changed, 19 deletions(-)

diff --git 
a/app-backup/rear/files/rear-1.15-add-support-for-gentoo-kernels.patch 
b/app-backup/rear/files/rear-1.15-add-support-for-gentoo-kernels.patch
deleted file mode 100644
index 60868541867..000
--- a/app-backup/rear/files/rear-1.15-add-support-for-gentoo-kernels.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/usr/share/rear/pack/Linux-i386/30_copy_kernel.sh 
b/usr/share/rear/pack/Linux-i386/30_copy_kernel.sh
-index 6816f37..ec437e4 100644
 a/usr/share/rear/pack/Linux-i386/30_copy_kernel.sh
-+++ b/usr/share/rear/pack/Linux-i386/30_copy_kernel.sh
-@@ -50,6 +50,14 @@ if [ ! -s "$KERNEL_FILE" ]; then
-   else
-   Error "Could not find Arch kernel 
/boot/vmlinuz[-linux|26]"
-   fi
-+  elif [ -f /etc/gentoo-release ]; then
-+  if [ -f 
"/boot/kernel-genkernel-${REAL_MACHINE}-${KERNEL_VERSION}" ]; then
-+  
KERNEL_FILE="/boot/kernel-genkernel-${REAL_MACHINE}-${KERNEL_VERSION}"
-+  elif [ -f "/boot/kernel-${KERNEL_VERSION}" ]; then
-+  KERNEL_FILE="/boot/kernel-${KERNEL_VERSION}"
-+  else
-+  Error "Could not find Gentoo kernel"
-+  fi
-   else
-   Error "Could not find a matching kernel in /boot !"
-   fi



[gentoo-commits] repo/gentoo:master commit in: net-dns/opendnssec/

2020-09-26 Thread Conrad Kostecki
commit: 07c203efa6c209002bbc794b4052a65046229ea6
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep 26 14:43:00 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 27 00:14:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c203ef

net-dns/opendnssec: fix metadata.xml, remove unused USE description

Closes: https://github.com/gentoo/gentoo/pull/17683
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-dns/opendnssec/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-dns/opendnssec/metadata.xml b/net-dns/opendnssec/metadata.xml
index f81a154f2ec..05f2788d150 100644
--- a/net-dns/opendnssec/metadata.xml
+++ b/net-dns/opendnssec/metadata.xml
@@ -5,8 +5,6 @@
msch...@gentoo.org


-   Enables auditing capabilities for 
OpenDNSSEC
-   Enables support for automatic submission 
of DNSSEC keys to an upstream epp server
Enables signing capabilities for 
OpenDNSSEC
Enables support for storing DNSSEC keys 
through a dev-libs/opensc PKCS#11 interface
Enables support for storing DNSSEC keys in 
a dev-libs/softhsm PKCS#11 object



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

2020-09-26 Thread Conrad Kostecki
commit: bda071544c420ea8b908c5704ec26b7f484f4557
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep 26 14:35:42 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 27 00:14:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda07154

dev-lang/polyml: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/17682
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lang/polyml/files/polyml-5.4.1-asm.patch   |  28 
 dev-lang/polyml/files/polyml-5.4.1-configure.patch |  11 --
 dev-lang/polyml/files/polyml-5.5.0-asm.patch   |  10 --
 dev-lang/polyml/files/polyml-5.5.0-configure.patch | 138 
 .../polyml/files/polyml-5.5.0-x-it-basis.patch |  21 ---
 ...polyml-5.5.1-inputN-return-for-zero-chars.patch |  33 -
 .../files/polyml-5.5.1-optimize-closure.patch  | 141 -
 5.2-r1952-check_for_negative_sized_array.patch |  13 --
 ...ult_in_FFI_when_malloc_runs_out_of_memory.patch | 112 
 ...the_large_object_cache_pointer_is_cleared.patch |  27 
 ...largeObjectCache_fully_in_the_constructor.patch |  21 ---
 11 files changed, 555 deletions(-)

diff --git a/dev-lang/polyml/files/polyml-5.4.1-asm.patch 
b/dev-lang/polyml/files/polyml-5.4.1-asm.patch
deleted file mode 100644
index af8bd8d4914..000
--- a/dev-lang/polyml/files/polyml-5.4.1-asm.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 polyml.5.4.1-orig/libpolyml/x86asm.asm 2011-07-13 00:06:49.0 
+1000
-+++ polyml.5.4.1/libpolyml/x86asm.asm  2012-01-08 16:00:09.740684843 +1100
-@@ -2714,4 +2714,7 @@
- 
- 
- ENDIF
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
- END
 polyml.5.4.1-orig/libpolyml/power_assembly.S   2010-04-09 
01:49:20.0 +1000
-+++ polyml.5.4.1/libpolyml/power_assembly.S2012-01-08 15:46:35.006200143 
+1100
-@@ -1735,3 +1735,6 @@
- dd  Mask_assign_byte /* 254 */
- dd  Mask_assign_word /* 255 */
- 
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
 polyml.5.4.1-orig/libpolyml/sparc_assembly.S   2010-08-13 
01:01:36.0 +1000
-+++ polyml.5.4.1/libpolyml/sparc_assembly.S2012-01-08 15:46:12.516642791 
+1100
-@@ -1498,3 +1498,6 @@
- .long   Mask_assign_byte /* 254 */
- .long   Mask_assign_word /* 255 */
- 
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif

diff --git a/dev-lang/polyml/files/polyml-5.4.1-configure.patch 
b/dev-lang/polyml/files/polyml-5.4.1-configure.patch
deleted file mode 100644
index aaaed02f8e1..000
--- a/dev-lang/polyml/files/polyml-5.4.1-configure.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 polyml.5.4.1-orig/configure.ac 2010-09-03 21:22:40.0 +1000
-+++ polyml.5.4.1/configure.ac  2012-01-09 22:44:04.153668402 +1100
-@@ -321,7 +321,7 @@
- AC_ARG_WITH([portable],
- [AS_HELP_STRING([--with-portable],
-   [Build the portable interpreter version of Poly/ML instead of 
native @<:@default=no@:>@])], [
--ac_cv_with_portable=yes], [
-+ac_cv_with_portable="$withval"], [
- ac_cv_with_portable=no])
- 
- case "${host_cpu}" in

diff --git a/dev-lang/polyml/files/polyml-5.5.0-asm.patch 
b/dev-lang/polyml/files/polyml-5.5.0-asm.patch
deleted file mode 100644
index cffa627b9f3..000
--- a/dev-lang/polyml/files/polyml-5.5.0-asm.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 polyml.5.5-orig/libpolyml/x86asm.asm   2012-05-03 21:07:59.0 
+1000
-+++ polyml.5.5/libpolyml/x86asm.asm2012-09-19 17:41:51.767737295 +1000
-@@ -3003,4 +3003,7 @@
- dd  Mask_assign_byte ;# 254
- dd  Mask_assign_word ;# 255
- 
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
- END

diff --git a/dev-lang/polyml/files/polyml-5.5.0-configure.patch 
b/dev-lang/polyml/files/polyml-5.5.0-configure.patch
deleted file mode 100644
index 1a2e114e650..000
--- a/dev-lang/polyml/files/polyml-5.5.0-configure.patch
+++ /dev/null
@@ -1,138 +0,0 @@
-Index: polyml/configure
-===
 polyml/configure   (revision 1599)
-+++ polyml/configure   (revision 1600)
-@@ -20870,10 +20870,8 @@
- # Check whether --with-portable was given.
- if test "${with_portable+set}" = set; then :
-   withval=$with_portable;
--ac_cv_with_portable=yes
- else
--
--ac_cv_with_portable=no
-+  with_portable=check
- fi
- 
- 
-@@ -20894,36 +20892,46 @@
- 
- $as_echo "#define HOSTARCHITECTURE_SPARC 1" >>confdefs.h
- 
--ac_cv_with_portable=yes
-+polyarch=interpret
- ;;
-   power* | ppc*)
- 
- $as_echo "#define HOSTARCHITECTURE_PPC 1" >>confdefs.h
- 
--ac_cv_with_portable=yes
-+polya

[gentoo-commits] repo/gentoo:master commit in: net-dns/opendnssec/files/

2020-09-26 Thread Conrad Kostecki
commit: ac80ac59b84559e6217bb4047e65918313887d00
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep 26 14:43:17 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 27 00:14:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac80ac59

net-dns/opendnssec: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/17683
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/opendnssec-1.3.14-drop-privileges.patch  |  43 ---
 .../files/opendnssec-1.3.14-use-system-trang.patch |  21 
 ...nssec-1.3.18-eppclient-curl-CVE-2012-5582.patch |  12 --
 .../files/opendnssec-drop-privileges.patch |  28 -
 .../files/opendnssec-fix-localstatedir.patch   |  32 --
 .../opendnssec/files/opendnssec-fix-run-dir.patch  |  26 -
 net-dns/opendnssec/files/opendnssec.confd-1.3.x|  13 ---
 net-dns/opendnssec/files/opendnssec.initd-1.3.x| 123 -
 8 files changed, 298 deletions(-)

diff --git a/net-dns/opendnssec/files/opendnssec-1.3.14-drop-privileges.patch 
b/net-dns/opendnssec/files/opendnssec-1.3.14-drop-privileges.patch
deleted file mode 100644
index 7c9f72355d2..000
--- a/net-dns/opendnssec/files/opendnssec-1.3.14-drop-privileges.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-Index: conf/conf.xml.in
-===
 conf/conf.xml.in   (revision 3022)
-+++ conf/conf.xml.in   (working copy)
-@@ -38,12 +38,10 @@
-   
- 
-   
--
- 
-   
@OPENDNSSEC_STATE_DIR@/kasp.db
-   PT3600S
-@@ -56,12 +54,10 @@
-   
- 
-   
--
- 
-   @OPENDNSSEC_STATE_DIR@/tmp
-   8
-@@ -80,12 +76,10 @@
-   
- 
-   
--
- 
-   @OPENDNSSEC_STATE_DIR@/tmp
-   

diff --git a/net-dns/opendnssec/files/opendnssec-1.3.14-use-system-trang.patch 
b/net-dns/opendnssec/files/opendnssec-1.3.14-use-system-trang.patch
deleted file mode 100644
index 39678408264..000
--- a/net-dns/opendnssec/files/opendnssec-1.3.14-use-system-trang.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urN opendnssec-1.3.0rc3.old/conf/Makefile.am 
opendnssec-1.3.0rc3/conf/Makefile.am
 opendnssec-1.3.0rc3.old/conf/Makefile.am   2011-07-01 21:15:25.0 
+0200
-+++ opendnssec-1.3.0rc3/conf/Makefile.am   2011-07-01 21:17:00.0 
+0200
-@@ -7,7 +7,7 @@
- XML = conf.xml kasp.xml zonelist.xml signconf.xml zonefetch.xml
- XSL=  kasp2html.xsl
- 
--TRANG=$(srcdir)/trang/trang.jar
-+TRANG=/usr/bin/trang
- 
- sysconfdir = @sysconfdir@/opendnssec
- datadir = @datadir@/opendnssec
-@@ -25,7 +25,7 @@
- .rnc.rng:
-   @test -x "${JAVA}" || \
-   (echo "java is required for converting RelaxNG Compact to 
RelaxNG"; false)
--  ${JAVA} -jar ${TRANG} $< $@
-+  ${TRANG} $< $@
- 
- regress: $(RNG)
-   @test -x "${XMLLINT}" || \

diff --git 
a/net-dns/opendnssec/files/opendnssec-1.3.18-eppclient-curl-CVE-2012-5582.patch 
b/net-dns/opendnssec/files/opendnssec-1.3.18-eppclient-curl-CVE-2012-5582.patch
deleted file mode 100644
index a0676dd091b..000
--- 
a/net-dns/opendnssec/files/opendnssec-1.3.18-eppclient-curl-CVE-2012-5582.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN opendnssec-1.3.18.orig/plugins/eppclient/src/epp.c 
opendnssec-1.3.18/plugins/eppclient/src/epp.c
 opendnssec-1.3.18.orig/plugins/eppclient/src/epp.c 2014-07-21 
11:16:10.0 +0200
-+++ opendnssec-1.3.18/plugins/eppclient/src/epp.c  2016-03-23 
22:25:18.679354984 +0100
-@@ -390,7 +390,7 @@
- curl_easy_setopt(curl, CURLOPT_URL, url);
- curl_easy_setopt(curl, CURLOPT_CONNECT_ONLY, 1L);
- curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 1L);
--curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 1L);
-+curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 2L);
- curl_easy_setopt(curl, CURLOPT_USE_SSL, CURLUSESSL_ALL);
- curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, curlerr);
- curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1L);

diff --git a/net-dns/opendnssec/files/opendnssec-drop-privileges.patch 
b/net-dns/opendnssec/files/opendnssec-drop-privileges.patch
deleted file mode 100644
index c1972bbc3d1..000
--- a/net-dns/opendnssec/files/opendnssec-drop-privileges.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 conf/conf.xml.in.orig  2013-05-12 22:36:47.530988182 +0200
-+++ conf/conf.xml.in   2013-05-12 22:37:56.459817918 +0200
-@@ -38,12 +38,10 @@
-   
- 
-   
--
- 
- 
- 
-   @OPENDNSSEC_STATE_DIR@/tmp
-   4

diff --git a/net-dns/opendnssec/files/opendnssec-fix-localstatedir.patch 
b/net-dns/opendnssec/files/opendnssec-fix-localstatedir.patch
deleted file mode 100644
index 3958c6c70cc..000
--- a/net-dns/opendnssec/files/opendnssec-fix-localstatedir.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -urN opendnssec-1.3.0rc2.old/Makefile.am opendnssec-1.3.

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

2020-09-26 Thread Conrad Kostecki
commit: 1f45c9a4fdcf926b91041438fd43440bff45bc1a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep 26 14:47:46 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 27 00:14:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f45c9a4

www-apps/webdavcgi: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/17684
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/0.8.3-logout-var-expansion.patch | 21 --
 .../files/apache-webdavcgi-0.8-example.conf| 59 ---
 www-apps/webdavcgi/files/postinstall-en.txt| 29 ---
 .../files/postinstall-webdavwrapper-en.txt | 32 
 www-apps/webdavcgi/files/reconfig  | 32 
 www-apps/webdavcgi/files/reconfig-suid | 26 ---
 www-apps/webdavcgi/files/webdav-0.8.conf   | 88 --
 7 files changed, 287 deletions(-)

diff --git a/www-apps/webdavcgi/files/0.8.3-logout-var-expansion.patch 
b/www-apps/webdavcgi/files/0.8.3-logout-var-expansion.patch
deleted file mode 100644
index 739ff7f4c79..000
--- a/www-apps/webdavcgi/files/0.8.3-logout-var-expansion.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ru cgi-bin.orig/logout-dist cgi-bin/logout-dist
 cgi-bin.orig/logout-dist   2011-03-22 17:25:52.0 +0100
-+++ cgi-bin/logout-dist2012-10-03 21:44:35.057437306 +0200
-@@ -34,13 +34,13 @@
- # -
- ### REALM: the basic authentication realm 
- ### (must be equal to your AuthName value for Apache)
--REALM="Change Me"
-+REALM="${REALM:=Change Me}"
- 
- ### HOMEURL: the home URL
--HOMEURL="/changemyhomeurl"
-+HOMEURL="${HOMEURL:=/changemyhomeurl}"
- 
--### TIMEOUT: the refresh timeout for the logut page
--TIMEOUT=0
-+### TIMEOUT: the refresh timeout for the logout page
-+TIMEOUT=${TIMEOUT:=0}
- 
- # SETUP END
- 

diff --git a/www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf 
b/www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf
deleted file mode 100644
index cf1d4d4dafe..000
--- a/www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf
+++ /dev/null
@@ -1,59 +0,0 @@
-# Example Apache HTTP server configuration snippet for WebDAV CGI
-#
-# Add the following lines to the Apache HTTP virtual host which should run
-# WebDAV CGI.
-#
-# WebDAV CGI will be accessible via http://www.example.com/webdav/ and uses
-# basic HTTP authentication (by default). For this to work, you need to add all
-# valid users to the AuthUserFile with the help of the htpasswd command:
-#
-# htpasswd -c /etc/webdavcgi-0.8/default/users.htpasswd user1
-# htpasswd /etc/webdavcgi-0.8/default/users.htpasswd user2
-#
-# Note, that if you have the UID/GID wrapper enabled (USE=suid), WebDAV CGI 
will
-# switch to the login user after a successful login, thus the users within the
-# AuthType need to present on the system as well.
-#
-# You probably want to review and change the following settings:
-# - /webdavcgi should point to your desired webdavwrapper, which is either
-#   webdavwrapper, webdavwrapper-afs, webdavwrapper-krb or in case you disabled
-#   the UID/GID wrapper (USE=-suid), webdav.pl
-#
-# - The /webdav location
-#   If you change this location, make sure to reflect the new path within the
-#   WebDAV CGI configuration (WEBDAVCONF -> $VIRTUAL_BASE) as well.
-#
-# - The authentication provider and/or AuthUserFile
-#
-# - The HOMEURL environment variable. After a user logs out, the browser will
-#   be redirected to this URL.
-#
-# - The WEBDAVCONF environment variable has to point to your configuration
-#
-# For further informations and other configuration possibilities consult the
-# WebDAV CGI documentation which is located at http://webdavcgi.sourceforge.net
-# and the Apache HTTP server documentation at https://httpd.apache.org/docs/
-#
-ScriptAlias /webdavcgi "/usr/libexec/webdavcgi-0.8/cgi-bin/webdavwrapper"
-ScriptAlias /webdav/logout "/usr/libexec/webdavcgi-0.8/cgi-bin/logout"
-
-
-Order Allow,Deny
-Allow from all
-
-
-
-AuthType Basic
-AuthName "WebDAV-CGI"
-AuthUserFile /etc/webdavcgi-0.8/default/users.htpasswd
-Require valid-user
-Order Allow,Deny
-Allow from all
-
-
-
-RewriteEngine On
-
-RewriteRule ^/webdav/logout -  
[L,E=REALM:WebDAV-CGI,E=HOMEURL:/webdav,E=TIMEOUT:5]
-
-RewriteRule ^/webdav/webdavcgi 
[PT,L,E=WEBDAVCONF:/etc/webdavcgi-0.8/default/webdav.conf,E=PERLLIB:/usr/share/webdavcgi-0.8/lib/perl,E=LOGOUTURL:/webdav/logout]

diff --git a/www-apps/webdavcgi/files/postinstall-en.txt 
b/www-apps/webdavcgi/files/postinstall-en.txt
deleted file mode 100644
index 8aa6f95d87a..000
--- a/www-apps/webdavcgi/files/postinstall-en.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-Before you can run WebDAV CGI you need to configure your web server and WebDAV
-

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

2020-09-26 Thread Zac Medico
commit: 99e2920a969d062aae6a167c25ff989c80688819
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Sep 27 00:04:15 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep 27 00:04:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e2920a

sys-apps/portage: Remove old version 3.0.7

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

 sys-apps/portage/Manifest |   1 -
 sys-apps/portage/portage-3.0.7.ebuild | 267 --
 2 files changed, 268 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index dcb0c98700e..2b1ad98362c 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,5 +1,4 @@
 DIST portage-2.3.89-bug-718578.patch 1325 BLAKE2B 
7a3bc520274617736eac2e3d078e90d151bdb5d8615f6217a499c0f5d4c80813f2c753e7902cf34482df0725ad0b43a38707764c8be14aae9f7ca34f0bd8721f
 SHA512 
6f1c5d7b42beb8078c45cccbad2bd65374b69af92521d9be3beb6784477ca5bcdd75d8e762b239e44e3121e6fe5e3a040c92c9b61521e4a9b1d6bafee10d4c88
 DIST portage-2.3.99.tar.bz2 1051210 BLAKE2B 
dd3f990dbc87e655a767ce01e1ee3f0b1d5226fa818949408e54b81a2f96e50a4215a79af42b00dc795792858c4f86453b238b14baef4f0793c937b5617534b8
 SHA512 
176842318a4134ce54c5aa6485fef296f5a14edd2a72421c2011973a0f1a6af39bc5398f1e9eb3b8666d5fc307589c5b91ab93c219bdedb2d307357d8ddefbf5
 DIST portage-3.0.4.tar.bz2 1042654 BLAKE2B 
6f869b2eb24f9e590bf8e01172050105a1bd9ea88657db5893133b4620231a0ddcda871d6fcc10623f7f2ef809116310c76355263819be6c3734b0ca184d5fc0
 SHA512 
7a0c39cd4ed65aebd84ff8bbadba29760b3aa392a0d606c5b29a1112fd0845c42f74eebb0728a069b2b097a6eb7eec2d18af615fd9edcc38f1018ae6ff686812
-DIST portage-3.0.7.tar.bz2 1045185 BLAKE2B 
1fe5e13bbbfaecd1b850b29b17908fb2c2756d559b0583174833672b68a67cfc7e7080334729ee5295b646423ca3925284f42eeace0c0b79d02305a170aed5d9
 SHA512 
701f6bddb9255d5ac86ed6e73f869124925bafd09f7c2e458376b54aebf030fa7f0d80beda1626350755cc1e8a2b9c2636b3fde1105787f2d2a0f742a73cf5e8
 DIST portage-3.0.8.tar.bz2 1046968 BLAKE2B 
662147c37a9e7b81030fadb4d6438b734ee57a9eb9bfcee80991d137a017aa3541565961282ebf8736db71aeb05532ffa139ff3a34a84bc9064cf74427acb666
 SHA512 
5f97870a11ecca30ffe8f463f87cd16a1edb52b44832c6eaba15cadcfde2b4f7edf963749e45c8043b45b38e53ee210dc913aa2d2432a2bd3928cc27c8765a85

diff --git a/sys-apps/portage/portage-3.0.7.ebuild 
b/sys-apps/portage/portage-3.0.7.ebuild
deleted file mode 100644
index 28cd3d04cca..000
--- a/sys-apps/portage/portage-3.0.7.ebuild
+++ /dev/null
@@ -1,267 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( pypy3 python3_{6..9} )
-PYTHON_REQ_USE='bzip2(+),threads(+)'
-
-inherit distutils-r1 linux-info tmpfiles prefix
-
-DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-SLOT="0"
-IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( dev-vcs/git )"
-DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/sed-4.0.5 sys-devel/patch
-   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
-   apidoc? (
-   dev-python/sphinx
-   dev-python/sphinx-epytext
-   )"
-# Require sandbox-2.2 for bug #288863.
-# For whirlpool hash, require python[ssl] (bug #425046).
-# For compgen, require bash[readline] (bug #445576).
-# app-portage/gemato goes without PYTHON_USEDEP since we're calling
-# the executable.
-RDEPEND="
-   app-arch/zstd
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/findutils-4.4
-   !build? (
-   >=sys-apps/sed-4.0.5
-   app-shells/bash:0[readline]
-   >=app-admin/eselect-1.2
-   rsync-verify? (
-   >=app-portage/gemato-14.5[${PYTHON_USEDEP}]
-   >=app-crypt/openpgp-keys-gentoo-release-20180706
-   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
-   )
-   )
-   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
-   elibc_musl? ( >=sys-apps/sandbox-2.2 )
-   elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
-   kernel_linux? ( sys-apps/util-linux )
-   >=app-misc/pax-utils-0.1.17
-   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
-   xattr? ( kernel_linux? (
-   >=sys-apps/install-xattr-0.3
-   ) )
-   !https://dev.gentoo.org/~zmedico/portage/archives";
-
-prefix_src_archives() {
-   local x y
-   for x in ${@}; do
-   for y in ${SRC_ARCHIVES}; do
-   echo ${y}/${x}
-   done
-   done
-}
-

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

2020-09-26 Thread Maciej Mrozowski
commit: aa74135485d60360050c7b10cf7cab7c1d9bafa4
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sat Sep 26 23:45:32 2020 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sat Sep 26 23:46:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa741354

net-libs/libgadu: restore, 1.12.2 apparently hangs net-im/ekg2

This reverts commit 42e134e806039ba4f804fd129bacf88019fffacf.

Signed-off-by: Maciej Mrozowski  gentoo.org>

 net-libs/libgadu/Manifest  |  1 +
 net-libs/libgadu/libgadu-1.11.4.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/net-libs/libgadu/Manifest b/net-libs/libgadu/Manifest
index 3d5259346d2..a5e8481cce0 100644
--- a/net-libs/libgadu/Manifest
+++ b/net-libs/libgadu/Manifest
@@ -1 +1,2 @@
+DIST libgadu-1.11.4.tar.gz 210937 BLAKE2B 
05719b31f1d3ffd7df059d33597943787c1f10ac1dea89dce893050719394e1f2c7b5858b4ff3d0d2421bf68c977d4dfafd20689b3a7c0dc2c0593cb4d49599c
 SHA512 
3fc8e414470864eb953d6d0d7dc6071679907c435d76e05a0b95a2e58365fc795427679f893d337dbf9896611a6bf68047c36806b977643cf4a773d930916639
 DIST libgadu-1.12.2.tar.gz 298884 BLAKE2B 
eee364204e9106b080a62ed4e180739b4dd9f2699fe3ddcb36493e3e29cc4e8074df17601900372c0a68da4b119f938521d4dd33baf730b279a13d80f74dbbee
 SHA512 
d3b4fde94327ef312b1df668b8eb73fea9325c9258d85aa65e2746b73f00c2606ebe23f3330493a135a0fec1d0f24988f0cec607d4d899d880853ee8bf60e677

diff --git a/net-libs/libgadu/libgadu-1.11.4.ebuild 
b/net-libs/libgadu/libgadu-1.11.4.ebuild
new file mode 100644
index 000..61ed84a41b1
--- /dev/null
+++ b/net-libs/libgadu/libgadu-1.11.4.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+
+inherit autotools-utils
+
+DESCRIPTION="This library implements the client side of the Gadu-Gadu protocol"
+HOMEPAGE="http://toxygen.net/libgadu/";
+SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+# Bug 373215, last checked 2012.01.28
+RESTRICT="test"
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+SLOT="0"
+IUSE="doc gnutls ssl static-libs threads"
+
+REQUIRED_USE="
+   gnutls? ( ssl )
+"
+COMMON_DEPEND="
+   sys-libs/zlib
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? ( >=dev-libs/openssl-0.9.6m:0 )
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   doc? ( app-doc/doxygen )
+"
+RDEPEND="${COMMON_DEPEND}
+   !=net-im/kadu-0.6.0.2
+   !=net-im/kadu-0.6.0.1
+"
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+DOCS=(AUTHORS ChangeLog NEWS README)
+
+src_configure() {
+   local myeconfargs=(
+   $(use_with threads pthread)
+   )
+
+   if use ssl; then
+   myeconfargs+=(
+   $(use_with gnutls gnutls)
+   $(use_with !gnutls openssl)
+   )
+   else
+   myeconfargs+=(
+   --without-gnutls
+   --without-openssl
+   )
+   fi
+
+   autotools-utils_src_configure
+}
+
+src_install() {
+   use doc && HTML_DOCS=(docs/html/)
+   autotools-utils_src_install
+}



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

2020-09-26 Thread Maciej Mrozowski
commit: 42e134e806039ba4f804fd129bacf88019fffacf
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sat Sep 26 23:33:00 2020 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sat Sep 26 23:33:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e134e8

net-libs/libgadu: remove old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Mrozowski  gentoo.org>

 net-libs/libgadu/Manifest  |  1 -
 net-libs/libgadu/libgadu-1.11.4.ebuild | 67 --
 2 files changed, 68 deletions(-)

diff --git a/net-libs/libgadu/Manifest b/net-libs/libgadu/Manifest
index a5e8481cce0..3d5259346d2 100644
--- a/net-libs/libgadu/Manifest
+++ b/net-libs/libgadu/Manifest
@@ -1,2 +1 @@
-DIST libgadu-1.11.4.tar.gz 210937 BLAKE2B 
05719b31f1d3ffd7df059d33597943787c1f10ac1dea89dce893050719394e1f2c7b5858b4ff3d0d2421bf68c977d4dfafd20689b3a7c0dc2c0593cb4d49599c
 SHA512 
3fc8e414470864eb953d6d0d7dc6071679907c435d76e05a0b95a2e58365fc795427679f893d337dbf9896611a6bf68047c36806b977643cf4a773d930916639
 DIST libgadu-1.12.2.tar.gz 298884 BLAKE2B 
eee364204e9106b080a62ed4e180739b4dd9f2699fe3ddcb36493e3e29cc4e8074df17601900372c0a68da4b119f938521d4dd33baf730b279a13d80f74dbbee
 SHA512 
d3b4fde94327ef312b1df668b8eb73fea9325c9258d85aa65e2746b73f00c2606ebe23f3330493a135a0fec1d0f24988f0cec607d4d899d880853ee8bf60e677

diff --git a/net-libs/libgadu/libgadu-1.11.4.ebuild 
b/net-libs/libgadu/libgadu-1.11.4.ebuild
deleted file mode 100644
index 61ed84a41b1..000
--- a/net-libs/libgadu/libgadu-1.11.4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils
-
-DESCRIPTION="This library implements the client side of the Gadu-Gadu protocol"
-HOMEPAGE="http://toxygen.net/libgadu/";
-SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-# Bug 373215, last checked 2012.01.28
-RESTRICT="test"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-SLOT="0"
-IUSE="doc gnutls ssl static-libs threads"
-
-REQUIRED_USE="
-   gnutls? ( ssl )
-"
-COMMON_DEPEND="
-   sys-libs/zlib
-   ssl? (
-   gnutls? ( net-libs/gnutls )
-   !gnutls? ( >=dev-libs/openssl-0.9.6m:0 )
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   doc? ( app-doc/doxygen )
-"
-RDEPEND="${COMMON_DEPEND}
-   !=net-im/kadu-0.6.0.2
-   !=net-im/kadu-0.6.0.1
-"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-DOCS=(AUTHORS ChangeLog NEWS README)
-
-src_configure() {
-   local myeconfargs=(
-   $(use_with threads pthread)
-   )
-
-   if use ssl; then
-   myeconfargs+=(
-   $(use_with gnutls gnutls)
-   $(use_with !gnutls openssl)
-   )
-   else
-   myeconfargs+=(
-   --without-gnutls
-   --without-openssl
-   )
-   fi
-
-   autotools-utils_src_configure
-}
-
-src_install() {
-   use doc && HTML_DOCS=(docs/html/)
-   autotools-utils_src_install
-}



[gentoo-commits] proj/sci:master commit in: sys-cluster/modules/files/, sys-cluster/modules/

2020-09-26 Thread Aisha Tammy
commit: 4d41973331898406b86f2a3f11da50b7a1812336
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 15:43:58 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 19:11:03 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d419733

sys-cluster/modules: version bump + new maintainer

Closes: https://github.com/gentoo/sci/pull/952

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

 sys-cluster/modules/files/createmodule.py  | 186 -
 sys-cluster/modules/files/createmodule.sh  | 166 --
 .../modules/files/modules-3.2.10-avail.patch   |  12 --
 .../modules/files/modules-3.2.10-bindir.patch  |  11 --
 .../modules/files/modules-3.2.10-clear.patch   |  11 --
 .../modules/files/modules-3.2.10-defs.patch|  20 ---
 .../modules/files/modules-3.2.10-errorline.patch   |  14 --
 .../modules/files/modules-3.2.10-versioning.patch  |  10 --
 .../modules/files/modules-3.2.9c-errorline.patch   |  14 --
 sys-cluster/modules/files/modules.sh.in|   7 -
 sys-cluster/modules/metadata.xml   |  23 +--
 sys-cluster/modules/modules-3.2.10-r2.ebuild   |  66 
 sys-cluster/modules/modules-3.2.9c-r1.ebuild   |  48 --
 sys-cluster/modules/modules-4.6.0.ebuild   |  64 +++
 14 files changed, 77 insertions(+), 575 deletions(-)

diff --git a/sys-cluster/modules/files/createmodule.py 
b/sys-cluster/modules/files/createmodule.py
deleted file mode 100644
index 60c6ba7fa..0
--- a/sys-cluster/modules/files/createmodule.py
+++ /dev/null
@@ -1,186 +0,0 @@
-#!/usr/bin/python
-#
-# createmodule.py - Takes the name of a environment init script and 
-# produces a modulefile that duplicates the changes made by the init script
-#
-# Copyright (C) 2012 by Orion E. Poplawski 
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 2 of the License, or
-# (at your option) any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see .
-
-from optparse import OptionParser
-import os,sys
-from subprocess import *
-
-# Handle options
-usage = "Usage: %prog [-p prefix]  [args]"
-parser = OptionParser()
-parser.set_usage(usage)
-parser.add_option('-p', '--prefix', dest='prefix', help='Specify path prefix')
-(options, args) = parser.parse_args()
-
-# Need a script name
-if not args:
-parser.print_usage()
-exit(1)
-
-# Return environment after a command
-def getenv(cmd = ':'):
-env = {}
-p = Popen(cmd + ";env", shell=True, stdout=PIPE, stderr=PIPE)
-(stdout, stderr) = p.communicate()
-if p.returncode != 0:
-print "EROR: Could not execute initscript:"
-print "%s returned exit code %d" % (cmd, p.returncode)
-print stderr
-exit(1)
-if stderr != '':
-print "WARNING: initscript sent the following to stderr:"
-print stderr
-# Parse the output key=value pairs
-for line in stdout.splitlines():
-try:
-(var,value) = line.split('=',1)
-except ValueError:
-print "ERROR: Could not parse output:"
-print stdout
-exit(1)
-env[var] = value
-return env
-
-#Record initial environment
-env1=getenv()
-
-#Record environment after sourcing the initscript
-env2=getenv(". " + " ".join(args))
-
-# Initialize our variables for storing modifications
-chdir = None
-appendpath = {}
-prependpath = {}
-setenv = {}
-unsetenv = []
-pathnames = []
-
-# Function to nomalize all paths in a list of paths and remove duplicate items
-def normpaths(paths):
-newpaths = []
-for path in paths:
-normpath = os.path.normpath(path)
-if normpath not in newpaths:
- newpaths.append(os.path.normpath(path))
-return newpaths
-
-# Start with existing keys and look for changes
-for key in env1.keys():
-# Test for delete
-if key not in env2:
-unsetenv.append(key)
-continue
-# No change
-if env1[key] == env2[key]:
-del env2[key]
-continue
-#Working directory change
-if key == 'PWD':
-   chdir=os.path.normpath(env2[key])
-pathnames.append(chdir)
-del env2[key]
-continue
-# Determine modifcations to beginning and end of the string
-(prepend,append) = env2[key].split(env1[key])
-if prepend:
-prependpaths = prepend.strip(':').split(':')
-# LICENSE variables often include paths outside install directory
-if 'LICENSE'

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

2020-09-26 Thread Mike Pagano
commit: 8a03d2c06a474ab3b43f685eb17857d68d14ec67
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 26 22:53:43 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 26 22:53:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a03d2c0

sys-kernel/gentoo-sources: Linux patch 5.8.12 and upd Kconfig distro patch

Add CONFIG_USER_NS to GENTOO_LINUX_INIT_SYSTEMD

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.8.12.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index d46ca71a405..9d41fcd5ae6 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -112,6 +112,9 @@ DIST genpatches-5.8-13.extras.tar.xz 1768 BLAKE2B 
7b70ebda93c52dc86d61e8040a4827
 DIST genpatches-5.8-14.base.tar.xz 482452 BLAKE2B 
a9b6d3be1666d75d95b4e7d12679c70df363e0d264255e8f49282a478f13c1a716dd9e6d66dd589fe997eb8271736fe562b731dc1185b0bcf2f420b9ed942e7a
 SHA512 
b5a553daf43fd4c315b03ffbe12cfdbffa31c5c9030d41a9fb33214332db734a640b66dc552a33098831e8dc274c41248119ae2ecc5cfc1fcccffbc36f5d23d7
 DIST genpatches-5.8-14.experimental.tar.xz 6064 BLAKE2B 
c0d28c5358176934f4a2dd93fe5da55b367f112bfa07aab24276e94a14be4a562c25a0316024fe457fcf2e9a3b6e14859ea4a3c4cbd2ad85c907e56aa90d63a3
 SHA512 
39b605dcd4a3bc8f50a52160d71094eca7b0c8c9d106d953426ac84dae2ffa76a9f7c86b7b066f530e632e078da732d319e38117ad576d6c5cbf9efa4adf9826
 DIST genpatches-5.8-14.extras.tar.xz 1768 BLAKE2B 
b6373b4b1c04b177c0200ce1cb0cbef6e130a449cf38dc4900502479f646994509f044a784db2642008f9e66885ff97c2a2bbbfb124642269675b54269ec644e
 SHA512 
3b34181e5a3af01cfc602cee52979f7592ad92c2f6cb715482344e99b591841e41cecc620871dd0147c8c60e7412c539ea85da26280449eeb5dfad961470acd5
+DIST genpatches-5.8-15.base.tar.xz 498912 BLAKE2B 
429c079f836b9dc6d2086fe818f4e705264f002bcfcf4e5bdbe144af53aca53c8bfc1c0ac23aa33939bc59111e2194747088bbccff61015fd59ac0e3150aab62
 SHA512 
936414eaaa159a84bf016080332a8ba29c2024c02e5b83ed559df7b1a910ba405093e5ed36d54a346091a534f1389eba99b95852b23328a92e2f7ba5b07723ee
+DIST genpatches-5.8-15.experimental.tar.xz 6064 BLAKE2B 
d447307c194e9e62fff29e71b640730f16d0a88ce148a331d74cac74b1b4661ac2d4b4827f4e9c05edd25de2522e295c15d2a37ed62bed329fc8365cb8333afd
 SHA512 
e6f4701e88cfde590d75bd8fc3954eed48e179bcc84704a4cc0b2ccd2379754a74a16d65355021de7c372571499a290d11d150624b1eeb91ea3170d038048565
+DIST genpatches-5.8-15.extras.tar.xz 1772 BLAKE2B 
690935cb537f442dd48dea34000bc444b9c2861b259ebb156722f1027ba28b037fafe4cfdb71e68c40603f2dcb27d2639d949d4e4fbada8811fce2716329
 SHA512 
8dcc4ebb194603036323dcc559b5827d02c6a678b2f162191e306fe6ae52cc860e651937962ac8b52e2a4e229b1326a2cb24f938638556b0ddf4369f140f997b
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.8.12.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.8.12.ebuild
new file mode 100644
index 000..1098d7a4991
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.8.12.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="15"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-09-26 Thread Mike Pagano
commit: b0d918c859f122d919424d8ba177b1d574c785b2
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 26 22:51:07 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 26 22:51:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d918c8

sys-kernel/gentoo-sources: Linux patch 5.4.8 and update to distro Kconfig

Add CONFIG_USER_NS to GENTOO_LINUX_INIT_SYSTEMD

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.4.68.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index ff824e346f8..d46ca71a405 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -94,6 +94,9 @@ DIST genpatches-5.4-67.extras.tar.xz 1768 BLAKE2B 
6e6718c80465485c0271d46231d454
 DIST genpatches-5.4-68.base.tar.xz 2349792 BLAKE2B 
e7c2dec93508a89d24ac5a8cc08a40289953abf1715a0f624872a5b327e8c957489fd37d6486bfd2362ee745ff252595f3371becfb88c54980c4db48e62e30f0
 SHA512 
8b4e19b5cbdd7e18113f72736338eb6f23438fc5beaa051ffe48c9a23d58acabddecc3742588865cc3ef1e3b73e200c0125c388b19640444a81df52404c5
 DIST genpatches-5.4-68.experimental.tar.xz 6696 BLAKE2B 
3c7110eb367f23edaa5a5e0d6d66c4abff32070cc9563bf486e6a25121288629359ae5551bef93d134d09ac7db438e9ca3b9c47d8451ea3f1c8c275a634117c5
 SHA512 
7147e654417817f4faedad8df82353443e8661564e53b725ba2ab7df522728b7096523c3656ea0325f9466e303eea987bddd8829696754411d73c18e8443910a
 DIST genpatches-5.4-68.extras.tar.xz 1764 BLAKE2B 
af078c5e8d444d6b5f615fa6c1d07b810d2cf55a425ebbee3febd8cf3a327525a384139fa140576dacbfac197e50eb01bd32599e09ab2132f821f4018868aa93
 SHA512 
727bcde520c62b67dc7bceea8252a9ebe351b8797a0a3e79d3c47817c8841321d3a5d69cf5e38e592070bbb383280923a1688091fc272a1ecd71a9e7140d8edb
+DIST genpatches-5.4-69.base.tar.xz 2362320 BLAKE2B 
5f0a1f950d6b4edd2eb2189256e128350df0d9682c218527e8f2c8283cdebefddaddaabb7d77e3f8bc8a09d4fb23fea37a9208ffe3c3bbf748eb5e05df85ba28
 SHA512 
d323506ceb6d8cdb01ff7be8ee80d6b7d5a72fc7a2411d96a84f58ae12392f2f72565413878cc7b4abf9221bdcd0b505d8dc5ee5920945aebbe6984250f13d88
+DIST genpatches-5.4-69.experimental.tar.xz 6700 BLAKE2B 
5dc77757b202a6196554e89a956167b07793315178ada78153a0129673e8e391fdb6eafee51e23fb3e0c66bcadb1e70ba8d7db9b5d2e3fe0cd75d96a652ba3dd
 SHA512 
e36e092a14fa3c5a301d25d09d98c27f32fff0a7900ead1dbcdaa9c94d49e627963f07ef5a4b2b92ad79e31bfd1df8389a635e987d2c3fafc382f23dd235
+DIST genpatches-5.4-69.extras.tar.xz 1768 BLAKE2B 
ab83c9bd71bb08d7356aa93c27c3596911fe67fcadfe97a80313d2a038001be7ccada663ab25aee1d5cc348b220d3c82970d08bd3ebd538a729918a7487e0a1a
 SHA512 
6a780c1a4ab2d2acd313e45c3fca0ae013104e916961855c76b4bc2c4f732f8eec27240b728677bf8e3c0042694605f477e672af41e5e4e50e266320d126fc32
 DIST genpatches-5.7-20.base.tar.xz 809256 BLAKE2B 
92ceaa6c9cd0a71cd7b86745240c2c018265dcbe8be124375ee3cde3f6fa4e00981f6c8762ec369461fe75542efb9154a09f90499ddf127405716ffcfdac4027
 SHA512 
900283861dec83bbaba8aafbff3b9d689d7f729917130c3d6760a05f919903b079203c48b768cad2bdae5b197192d5fe8764b786aec95fab77bee6384803b7f0
 DIST genpatches-5.7-20.experimental.tar.xz 14144 BLAKE2B 
f1ddef4ebf7a4905f14c74c365a5be9590c2f38b4194c935e8572f00431b8653e5459db1592ff022db4c04326f552f41e333a3d89a150dbd7db31011510379cd
 SHA512 
6d8aa8b5364d77d427c47b907991f23d6a7e6cf5c0b1a74febe2251f9ad46b144852feb8a064bc158774116b6ccdfd5fe6ef3933b066ee3c353b73a815a72a46
 DIST genpatches-5.7-20.extras.tar.xz 1768 BLAKE2B 
016fb07a98245121971534b7f9d40f1bc627325fbda893342ecaf330b2ad4a2caee6ff39a7a24e7c46e2eefba8df4cf901bd3d46d7041f1c8781288ddc1d63fc
 SHA512 
b8aa2c75b014fdefc7f56f67be6a7bbfd57e55f6f08346899a7a64892bd0975d0494864614c2bb485bb5dcfe262a280c51f43c7f0ff18256a2370b1fa93add3b

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.68.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.68.ebuild
new file mode 100644
index 000..fcdcdc1cbbd
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.68.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="69"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-09-26 Thread Mike Pagano
commit: 9fa39e61bd93129deaf4f0e8701014cd2f95cc2e
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 26 22:48:36 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 26 22:48:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa39e61

sys-kernel/gentoo-sources: Linuxpatch 4.19.148 and Kconfig distro update

Add CONFIG_USER_NS to GENTOO_LINUX_INIT_SYSTEMD

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.19.148.ebuild  | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 656b311e38a..ff824e346f8 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -37,6 +37,9 @@ DIST genpatches-4.19-145.extras.tar.xz 3316 BLAKE2B 
b8ea2c727280adcbc4cd30cce7a2
 DIST genpatches-4.19-146.base.tar.xz 3902228 BLAKE2B 
c746dc0f83350e8ac6584b8284db7442188d9cf658a707b8986780dca391ecdec84c0192af90cfbbe0947b9fe0286f6dec8fafe40ed4a2183c679984d1e21286
 SHA512 
12144dacf34cc4c885a7be93e4748243928cc7df1afc114f2a761384b1876dbafb594e9f15ce0b30daae81aa9dc6cd0c787098f640c3a5e539b8e42324c64664
 DIST genpatches-4.19-146.experimental.tar.xz 6976 BLAKE2B 
07c8d0e8c3427f15351ecba95b0d7f5e0677998f337b825cc0fabfa3f24b3b04faa576b50f5f08353d706d28e2051c172900e66b349d1f79b20a2495343bebf4
 SHA512 
9a8dedbb4a5ca3f5c42974224ce8f1b9bac66acb2c99161892828dd6644e03f93f5fbce5f358d0349a324185ca97a87b54f6610736f43f23d4fce0b6aee5b1b5
 DIST genpatches-4.19-146.extras.tar.xz 3316 BLAKE2B 
2de572d8e8ec70f4abde0b2681a9b7b8786683d72ec5dc5664389d32e89d0ec101137232e4113f1720f91aa4e87b24f1180f46cdfb3bdc618805bb5aa81fb579
 SHA512 
e461223ea3f32da0ca5c5337832b9c508aa9665198bb6b2da08ee2394485288a3701d8819cc4f779bc396c7b5eb94b4fe1c3c3afc9ddc7f580594f79d66617af
+DIST genpatches-4.19-147.base.tar.xz 3914028 BLAKE2B 
b6f113387ad1b9270448b01d178ab833d2a91bf52716756fc89a1df0c879fa806edea09cb53336e5584afe1238d914d22434e6abcbb7f8a41055e1aea4cd6a90
 SHA512 
cf9ea9e52a6a20b2713eab3249e393653ba09baf71fe289af581a341359a5263d00817ff7d9ef6e38c8f3200d24770c88bfc82c3bd556919c99980d1268f546b
+DIST genpatches-4.19-147.experimental.tar.xz 6976 BLAKE2B 
d3a5a26863931de047396f73bc15a19712eaa7d76d836baf3b7e75ab42f263c1f04c95947c69189acf15f7d1df998706277004dfe07d78d1f1f97667f6c999ad
 SHA512 
f34befc03887f2150466b65d7dee1b6b98a019d88348b5a965604412b78b2ca7ab25bc1a705866476f1839d77a64734fb424543fe86a855387de930f0a416e84
+DIST genpatches-4.19-147.extras.tar.xz 3316 BLAKE2B 
168a00fdecab7530c7e94876a15ac37619db16a6f63956edbcb69e31991908d849671c0dbcd354ebab129f59b79ae3f90b718714940443098ab11a0b1005a75c
 SHA512 
5677ac0a8c9d485b6beddefbb0525101f2ab53633f8eb36d41f98613b6f4de856e5941f9d0c7b9e0acf8566e9478878f8bc096de6cdab9daa6ce5d4c
 DIST genpatches-4.4-234.base.tar.xz 3796056 BLAKE2B 
eab6e9711dccb5d53ccc8aff4cbb51218c3f2af98e5423fbfdf97eb38388b84e680287d595a30a94a1811ad2d7d8665996e89a09e48a11dd5d541ff3ebad
 SHA512 
c35e78b2e13c8fbbcfcbaeff8343334da892af53c10d3f5194bcabc24a3beb5316b71c2afb399bcbfc3bf8e2707999a396240f3725a723fa0ccc4b72daf7f025
 DIST genpatches-4.4-234.experimental.tar.xz 83304 BLAKE2B 
85ae8e6bfa90de01ae1a72530d2f404784376402b5742895f66e9bd336b653b416bcd014372db25b7950d0f32598dd384aaba40a7f3b7fd4685ef95ece229b6f
 SHA512 
d12ea54b57d4fca7a8f16879d79ad6216cc13742d308d811c806d12040c44095d9830d8cf2f68249c3e7fedf17bafb1ab3f6b1b86663e354b40c1546d8404a1a
 DIST genpatches-4.4-234.extras.tar.xz 16504 BLAKE2B 
162cf8fa92659ed171184a6dc5c7117a0f16ff1c38481bdd8f98785ce800f9d19d3aebc41dc58d9128fa01ec97e40c5c5bf518fb536c532ed3cd3396181d2547
 SHA512 
7d7598a5e1c5aae430deae50f94c2b8ca3140256709be7fcbe27341d87a1b2926a558a0764aef45a9b4e038cfea2404aad0536ea8e71de87dcd2f1be6cc595e3

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.148.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.148.ebuild
new file mode 100644
index 000..1263aac713f
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.148.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="147"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: dev-games/irrlicht/

2020-09-26 Thread Zac Medico
commit: 071d4cef4eb389c5c85d020abdc22ad542edc6b1
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Sep 26 22:32:40 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Sep 26 22:34:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071d4cef

dev-games/irrlicht: Fix eapply failure due to trailing CRs

(Stripping trailing CRs from patch; use --binary to disable.)
patching file source/Irrlicht/COSOperator.cpp
Hunk #1 FAILED at 13 (different line endings).
1 out of 1 hunk FAILED -- saving rejects to file 
source/Irrlicht/COSOperator.cpp.rej

Closes: https://bugs.gentoo.org/740678
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Zac Medico  gentoo.org>

 dev-games/irrlicht/irrlicht-1.8.4-r1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-games/irrlicht/irrlicht-1.8.4-r1.ebuild 
b/dev-games/irrlicht/irrlicht-1.8.4-r1.ebuild
index 8a74c20ddcf..93fb56f1380 100644
--- a/dev-games/irrlicht/irrlicht-1.8.4-r1.ebuild
+++ b/dev-games/irrlicht/irrlicht-1.8.4-r1.ebuild
@@ -51,6 +51,12 @@ src_prepare() {
$(grep -rl '\.\./\.\./media' examples) \
|| die 'sed failed'
 
+   # Fix line endings so ${P}-remove-sys-sysctl.h.patch applies
+   sed -i \
+   -e 's/\r$//' \
+   source/Irrlicht/COSOperator.cpp \
+   || die 'sed failed'
+
default
 }
 



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

2020-09-26 Thread Aisha Tammy
commit: c21cfa7e2374652a8776fc202d2ab8175d603f17
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 18:13:47 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 18:13:47 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c21cfa7e

sci-libs/ensmallen: fast numerical library

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

 sci-libs/ensmallen/ensmallen-2.14.2.ebuild | 28 
 sci-libs/ensmallen/metadata.xml| 15 +++
 2 files changed, 43 insertions(+)

diff --git a/sci-libs/ensmallen/ensmallen-2.14.2.ebuild 
b/sci-libs/ensmallen/ensmallen-2.14.2.ebuild
new file mode 100644
index 0..bb93e8246
--- /dev/null
+++ b/sci-libs/ensmallen/ensmallen-2.14.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="header only C++ library for numerical optimization"
+HOMEPAGE="https://ensmallen.org";
+SRC_URI="https://github.com/mlpack/ensmallen/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="openmp test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sci-libs/armadillo[lapack]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_OPENMP=$(usex openmp)
+   -DBUILD_TESTS=$(usex test)
+   )
+   cmake_src_configure
+}

diff --git a/sci-libs/ensmallen/metadata.xml b/sci-libs/ensmallen/metadata.xml
new file mode 100644
index 0..043f7babc
--- /dev/null
+++ b/sci-libs/ensmallen/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   gen...@aisha.cc
+   Aisha Tammy
+   
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   mlpack/ensmallen
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/apidb/

2020-09-26 Thread Azael Reyes
commit: fab1bee14edfc9b3f185bf8ea8e89f2e49e3b6ea
Author: Azael Reyes  gmail  com>
AuthorDate: Sat Sep 26 22:18:34 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Sat Sep 26 22:18:34 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fab1bee1

app-misc/apidb: fixing uses.

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes  gmail.com>

 app-misc/apidb/apidb-5.0.0_alpha19.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild 
b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
index 22587414..0cced2bc 100644
--- a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
+++ b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
@@ -21,7 +21,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
-IUSE="mariadb postgresql commands gui corelibs"
+IUSE="+mariadb postgresql commands gtk +corelibs"
 
 DEPEND=""
 RDEPEND="${DEPEND}"
@@ -30,7 +30,7 @@ BDEPEND="
dev-libs/boost
sys-devel/bison
sys-devel/flex
-   gui? ( x11-libs/gtk+ )
+   gtk? ( x11-libs/gtk+ )
dev-libs/libtar
mariadb? ( dev-libs/octetos-db-maria )
postgresql? ( dev-libs/octetos-db-postgresql )
@@ -65,7 +65,7 @@ src_configure() {
if use commands ;then
APIDBINSTALL="$APIDBINSTALL;COMMANDS"
fi
-   if use gui ;then
+   if use gtk ;then
APIDBINSTALL="$APIDBINSTALL;GTK3"
fi
local mycmakeargs=(-DAPIDB_VERSION_STAGE=alpha -DPLATFORM=LINUX_GENTOO 
-DAPIDBBUILD=$APIDBBUILD -DAPIDBINSTALL=$APIDBINSTALL)



[gentoo-commits] proj/linux-patches: New tag: 5.8-15

2020-09-26 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 26 22:18:14 2020 +

New tag: 5.8-15




[gentoo-commits] proj/linux-patches: New tag: 5.4-69

2020-09-26 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 26 22:13:47 2020 +

New tag: 5.4-69




[gentoo-commits] proj/linux-patches: New tag: 4.19-147

2020-09-26 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 26 22:07:52 2020 +

New tag: 4.19-147




[gentoo-commits] proj/linux-patches:4.19 commit in: /

2020-09-26 Thread Mike Pagano
commit: 21a9e44cc1f2393d129a2b558b1379a84e3dbfa3
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 26 22:06:54 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 26 22:06:54 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=21a9e44c

Fix gentoo Kconfig patch

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

 4567_distro-Gentoo-Kconfig.patch | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index e754a3e..fe71b18 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -1,9 +1,9 @@
 a/Kconfig  2020-04-15 11:05:30.202413863 -0400
-+++ b/Kconfig  2020-04-15 10:37:45.683952949 -0400
-@@ -32,3 +32,5 @@ source "lib/Kconfig"
- source "lib/Kconfig.debug"
+--- a/Kconfig  2020-09-26 18:03:43.918963345 -0400
 b/Kconfig  2020-09-26 18:04:12.439182521 -0400
+@@ -30,3 +30,5 @@ source "crypto/Kconfig"
+ source "lib/Kconfig"
  
- source "Documentation/Kconfig"
+ source "lib/Kconfig.debug"
 +
 +source "distro/Kconfig"
 --- /dev/null  2020-09-24 03:06:47.59000 -0400



[gentoo-commits] proj/linux-patches:4.19 commit in: /

2020-09-26 Thread Mike Pagano
commit: de1ca00a7d2ca5589f537b73addb0c569d7821e5
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 26 22:00:27 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 26 22:00:27 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=de1ca00a

Linux patch 4.19.148

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

 _README   |4 +
 1147_linux-4.19.148.patch | 1529 +
 2 files changed, 1533 insertions(+)

diff --git a/_README b/_README
index 4996714..9707ae7 100644
--- a/_README
+++ b/_README
@@ -627,6 +627,10 @@ Patch:  1146_linux-4.19.147.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.19.147
 
+Patch:  1147_linux-4.19.148.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.19.148
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1147_linux-4.19.148.patch b/1147_linux-4.19.148.patch
new file mode 100644
index 000..30160d9
--- /dev/null
+++ b/1147_linux-4.19.148.patch
@@ -0,0 +1,1529 @@
+diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst
+new file mode 100644
+index 0..c776b6eee969f
+--- /dev/null
 b/Documentation/kbuild/llvm.rst
+@@ -0,0 +1,87 @@
++==
++Building Linux with Clang/LLVM
++==
++
++This document covers how to build the Linux kernel with Clang and LLVM
++utilities.
++
++About
++-
++
++The Linux kernel has always traditionally been compiled with GNU toolchains
++such as GCC and binutils. Ongoing work has allowed for `Clang
++`_ and `LLVM `_ utilities to be
++used as viable substitutes. Distributions such as `Android
++`_, `ChromeOS
++`_, and `OpenMandriva
++`_ use Clang built kernels.  `LLVM is a
++collection of toolchain components implemented in terms of C++ objects
++`_. Clang is a front-end to LLVM that
++supports C and the GNU C extensions required by the kernel, and is pronounced
++"klang," not "see-lang."
++
++Clang
++-
++
++The compiler used can be swapped out via `CC=` command line argument to 
`make`.
++`CC=` should be set when selecting a config and during a build.
++
++  make CC=clang defconfig
++
++  make CC=clang
++
++Cross Compiling
++---
++
++A single Clang compiler binary will typically contain all supported backends,
++which can help simplify cross compiling.
++
++  ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make CC=clang
++
++`CROSS_COMPILE` is not used to prefix the Clang compiler binary, instead
++`CROSS_COMPILE` is used to set a command line flag: `--target `. For
++example:
++
++  clang --target aarch64-linux-gnu foo.c
++
++LLVM Utilities
++--
++
++LLVM has substitutes for GNU binutils utilities. Kbuild supports `LLVM=1`
++to enable them.
++
++  make LLVM=1
++
++They can be enabled individually. The full list of the parameters:
++
++  make CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \\
++OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump OBJSIZE=llvm-size \\
++READELF=llvm-readelf HOSTCC=clang HOSTCXX=clang++ HOSTAR=llvm-ar \\
++HOSTLD=ld.lld
++
++Currently, the integrated assembler is disabled by default. You can pass
++`LLVM_IAS=1` to enable it.
++
++Getting Help
++
++
++- `Website `_
++- `Mailing List 
`_: 

++- `Issue Tracker `_
++- IRC: #clangbuiltlinux on chat.freenode.net
++- `Telegram `_: @ClangBuiltLinux
++- `Wiki `_
++- `Beginner Bugs 
`_
++
++Getting LLVM
++-
++
++- http://releases.llvm.org/download.html
++- https://github.com/llvm/llvm-project
++- https://llvm.org/docs/GettingStarted.html
++- https://llvm.org/docs/CMake.html
++- https://apt.llvm.org/
++- https://www.archlinux.org/packages/extra/x86_64/llvm/
++- https://github.com/ClangBuiltLinux/tc-build
++- https://github.com/ClangBuiltLinux/linux/wiki/Building-Clang-from-source
++- https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/
+diff --git a/MAINTAINERS b/MAINTAINERS
+index b9f9da0b886f5..1061db6fbc326 100644
+--- a/MAINTAINERS
 b/MAINTAINERS
+@@ -3613,6 +3613,15 @@ M:  Miguel Ojeda 
+ S:Maintained
+ F:.clang-format
+ 
++CLANG/LLVM BUILD SUPPORT
++L:clang-built-li...@googlegroups.com
++W:https://clangbuiltlinux.github.io/
++B:https://github.com/ClangBuiltLinux/linux/issues
++C:irc://chat.freenode.net/clangbuiltlin

[gentoo-commits] proj/linux-patches:5.4 commit in: /

2020-09-26 Thread Mike Pagano
commit: 39ab397fef7a1a3b1656abfef80a92a913c61a99
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 26 21:59:11 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 26 21:59:11 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=39ab397f

Linux patch 5.4.68

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

 _README |4 +
 1067_linux-5.4.68.patch | 1672 +++
 2 files changed, 1676 insertions(+)

diff --git a/_README b/_README
index e42eb75..83f469d 100644
--- a/_README
+++ b/_README
@@ -311,6 +311,10 @@ Patch:  1066_linux-5.4.67.patch
 From:   http://www.kernel.org
 Desc:   Linux 5.4.67
 
+Patch:  1067_linux-5.4.68.patch
+From:   http://www.kernel.org
+Desc:   Linux 5.4.68
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1067_linux-5.4.68.patch b/1067_linux-5.4.68.patch
new file mode 100644
index 000..9e3a07e
--- /dev/null
+++ b/1067_linux-5.4.68.patch
@@ -0,0 +1,1672 @@
+diff --git a/Makefile b/Makefile
+index d2e46ca4c955b..acb2499d9b053 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 4
+-SUBLEVEL = 67
++SUBLEVEL = 68
+ EXTRAVERSION =
+ NAME = Kleptomaniac Octopus
+ 
+diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
+index 390568afee9fd..fc0160e8ed334 100644
+--- a/drivers/iommu/Kconfig
 b/drivers/iommu/Kconfig
+@@ -138,7 +138,7 @@ config AMD_IOMMU
+   select PCI_PASID
+   select IOMMU_API
+   select IOMMU_IOVA
+-  depends on X86_64 && PCI && ACPI
++  depends on X86_64 && PCI && ACPI && HAVE_CMPXCHG_DOUBLE
+   ---help---
+ With this option you can enable support for AMD IOMMU hardware in
+ your system. An IOMMU is a hardware component which provides
+diff --git a/drivers/iommu/amd_iommu.c b/drivers/iommu/amd_iommu.c
+index fa91d856a43ee..7b724f7b27a99 100644
+--- a/drivers/iommu/amd_iommu.c
 b/drivers/iommu/amd_iommu.c
+@@ -3873,6 +3873,7 @@ out:
+ static int modify_irte_ga(u16 devid, int index, struct irte_ga *irte,
+ struct amd_ir_data *data)
+ {
++  bool ret;
+   struct irq_remap_table *table;
+   struct amd_iommu *iommu;
+   unsigned long flags;
+@@ -3890,10 +3891,18 @@ static int modify_irte_ga(u16 devid, int index, struct 
irte_ga *irte,
+ 
+   entry = (struct irte_ga *)table->table;
+   entry = &entry[index];
+-  entry->lo.fields_remap.valid = 0;
+-  entry->hi.val = irte->hi.val;
+-  entry->lo.val = irte->lo.val;
+-  entry->lo.fields_remap.valid = 1;
++
++  ret = cmpxchg_double(&entry->lo.val, &entry->hi.val,
++   entry->lo.val, entry->hi.val,
++   irte->lo.val, irte->hi.val);
++  /*
++   * We use cmpxchg16 to atomically update the 128-bit IRTE,
++   * and it cannot be updated by the hardware or other processors
++   * behind us, so the return value of cmpxchg16 should be the
++   * same as the old value.
++   */
++  WARN_ON(!ret);
++
+   if (data)
+   data->ref = entry;
+ 
+diff --git a/drivers/iommu/amd_iommu_init.c b/drivers/iommu/amd_iommu_init.c
+index 135ae5222cf35..31d7e2d4f3040 100644
+--- a/drivers/iommu/amd_iommu_init.c
 b/drivers/iommu/amd_iommu_init.c
+@@ -1522,7 +1522,14 @@ static int __init init_iommu_one(struct amd_iommu 
*iommu, struct ivhd_header *h)
+   iommu->mmio_phys_end = MMIO_REG_END_OFFSET;
+   else
+   iommu->mmio_phys_end = MMIO_CNTR_CONF_OFFSET;
+-  if (((h->efr_attr & (0x1 << IOMMU_FEAT_GASUP_SHIFT)) == 0))
++
++  /*
++   * Note: GA (128-bit IRTE) mode requires cmpxchg16b supports.
++   * GAM also requires GA mode. Therefore, we need to
++   * check cmpxchg16b support before enabling it.
++   */
++  if (!boot_cpu_has(X86_FEATURE_CX16) ||
++  ((h->efr_attr & (0x1 << IOMMU_FEAT_GASUP_SHIFT)) == 0))
+   amd_iommu_guest_ir = AMD_IOMMU_GUEST_IR_LEGACY;
+   break;
+   case 0x11:
+@@ -1531,8 +1538,18 @@ static int __init init_iommu_one(struct amd_iommu 
*iommu, struct ivhd_header *h)
+   iommu->mmio_phys_end = MMIO_REG_END_OFFSET;
+   else
+   iommu->mmio_phys_end = MMIO_CNTR_CONF_OFFSET;
+-  if (((h->efr_reg & (0x1 << IOMMU_EFR_GASUP_SHIFT)) == 0))
++
++  /*
++   * Note: GA (128-bit IRTE) mode requires cmpxchg16b supports.
++   * XT, GAM also requires GA mode. Therefore, we need to
++   * check cmpxchg16b support before enabling them.
++   */
++  if (!boot_cpu_has(X86_FEATURE_CX16) ||
++  ((h->efr_reg & (0x1 << I

[gentoo-commits] repo/proj/guru:dev commit in: app-misc/apidb/

2020-09-26 Thread Azael Reyes
commit: 74010022e01fc71d1b211ab6c59cf76202dd3738
Author: Azael Reyes  gmail  com>
AuthorDate: Sat Sep 26 21:51:36 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Sat Sep 26 21:51:36 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74010022

app-misc/apidb: fixing no build application.

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes  gmail.com>

 app-misc/apidb/apidb-5.0.0_alpha19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild 
b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
index e13f5fe5..22587414 100644
--- a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
+++ b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
@@ -66,7 +66,7 @@ src_configure() {
APIDBINSTALL="$APIDBINSTALL;COMMANDS"
fi
if use gui ;then
-   APIDBINSTALL="$APIDBINSTALL;GUI"
+   APIDBINSTALL="$APIDBINSTALL;GTK3"
fi
local mycmakeargs=(-DAPIDB_VERSION_STAGE=alpha -DPLATFORM=LINUX_GENTOO 
-DAPIDBBUILD=$APIDBBUILD -DAPIDBINSTALL=$APIDBINSTALL)
cmake_src_configure



[gentoo-commits] proj/linux-patches:5.8 commit in: /

2020-09-26 Thread Mike Pagano
commit: 63e318c66258ba6be277fb558bc364ef2f2c126f
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 26 21:50:07 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 26 21:50:07 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=63e318c6

Linux patch 5.8.12

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

 _README |4 +
 1011_linux-5.8.12.patch | 2440 +++
 2 files changed, 2444 insertions(+)

diff --git a/_README b/_README
index d438f0f..51cee27 100644
--- a/_README
+++ b/_README
@@ -87,6 +87,10 @@ Patch:  1010_linux-5.8.11.patch
 From:   http://www.kernel.org
 Desc:   Linux 5.8.11
 
+Patch:  1011_linux-5.8.12.patch
+From:   http://www.kernel.org
+Desc:   Linux 5.8.12
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1011_linux-5.8.12.patch b/1011_linux-5.8.12.patch
new file mode 100644
index 000..ac579a3
--- /dev/null
+++ b/1011_linux-5.8.12.patch
@@ -0,0 +1,2440 @@
+diff --git a/Makefile b/Makefile
+index 0b025b3a56401..d0d40c628dc34 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 8
+-SUBLEVEL = 11
++SUBLEVEL = 12
+ EXTRAVERSION =
+ NAME = Kleptomaniac Octopus
+ 
+diff --git a/drivers/net/dsa/microchip/ksz8795.c 
b/drivers/net/dsa/microchip/ksz8795.c
+index 7c17b0f705ec3..87db588bcdd6b 100644
+--- a/drivers/net/dsa/microchip/ksz8795.c
 b/drivers/net/dsa/microchip/ksz8795.c
+@@ -1269,7 +1269,7 @@ static int ksz8795_switch_init(struct ksz_device *dev)
+   }
+ 
+   /* set the real number of ports */
+-  dev->ds->num_ports = dev->port_cnt;
++  dev->ds->num_ports = dev->port_cnt + 1;
+ 
+   return 0;
+ }
+diff --git a/drivers/net/dsa/rtl8366.c b/drivers/net/dsa/rtl8366.c
+index 1368816abaed1..99cdb2f18fa2f 100644
+--- a/drivers/net/dsa/rtl8366.c
 b/drivers/net/dsa/rtl8366.c
+@@ -452,13 +452,19 @@ int rtl8366_vlan_del(struct dsa_switch *ds, int port,
+   return ret;
+ 
+   if (vid == vlanmc.vid) {
+-  /* clear VLAN member configurations */
+-  vlanmc.vid = 0;
+-  vlanmc.priority = 0;
+-  vlanmc.member = 0;
+-  vlanmc.untag = 0;
+-  vlanmc.fid = 0;
+-
++  /* Remove this port from the VLAN */
++  vlanmc.member &= ~BIT(port);
++  vlanmc.untag &= ~BIT(port);
++  /*
++   * If no ports are members of this VLAN
++   * anymore then clear the whole member
++   * config so it can be reused.
++   */
++  if (!vlanmc.member && vlanmc.untag) {
++  vlanmc.vid = 0;
++  vlanmc.priority = 0;
++  vlanmc.fid = 0;
++  }
+   ret = smi->ops->set_vlan_mc(smi, i, &vlanmc);
+   if (ret) {
+   dev_err(smi->dev,
+diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt.c 
b/drivers/net/ethernet/broadcom/bnxt/bnxt.c
+index cd5c7a1412c6d..dd07db656a5c3 100644
+--- a/drivers/net/ethernet/broadcom/bnxt/bnxt.c
 b/drivers/net/ethernet/broadcom/bnxt/bnxt.c
+@@ -4198,7 +4198,7 @@ static int bnxt_hwrm_do_send_msg(struct bnxt *bp, void 
*msg, u32 msg_len,
+   u32 bar_offset = BNXT_GRCPF_REG_CHIMP_COMM;
+   u16 dst = BNXT_HWRM_CHNL_CHIMP;
+ 
+-  if (test_bit(BNXT_STATE_FW_FATAL_COND, &bp->state))
++  if (BNXT_NO_FW_ACCESS(bp))
+   return -EBUSY;
+ 
+   if (msg_len > BNXT_HWRM_MAX_REQ_LEN) {
+@@ -5530,7 +5530,7 @@ static int hwrm_ring_free_send_msg(struct bnxt *bp,
+   struct hwrm_ring_free_output *resp = bp->hwrm_cmd_resp_addr;
+   u16 error_code;
+ 
+-  if (test_bit(BNXT_STATE_FW_FATAL_COND, &bp->state))
++  if (BNXT_NO_FW_ACCESS(bp))
+   return 0;
+ 
+   bnxt_hwrm_cmd_hdr_init(bp, &req, HWRM_RING_FREE, cmpl_ring_id, -1);
+@@ -7502,7 +7502,7 @@ static int bnxt_set_tpa(struct bnxt *bp, bool set_tpa)
+ 
+   if (set_tpa)
+   tpa_flags = bp->flags & BNXT_FLAG_TPA;
+-  else if (test_bit(BNXT_STATE_FW_FATAL_COND, &bp->state))
++  else if (BNXT_NO_FW_ACCESS(bp))
+   return 0;
+   for (i = 0; i < bp->nr_vnics; i++) {
+   rc = bnxt_hwrm_vnic_set_tpa(bp, i, tpa_flags);
+@@ -8993,18 +8993,16 @@ static ssize_t bnxt_show_temp(struct device *dev,
+   struct hwrm_temp_monitor_query_output *resp;
+   struct bnxt *bp =

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

2020-09-26 Thread Aisha Tammy
commit: e9da317aa051172dcdffc6cfa472fac67d4586d3
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 17:33:38 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 17:33:38 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e9da317a

sci-libs/tensorflow: drop package

present in ::gentoo
(recommended additions - pointy stick in eye)

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

 sci-libs/tensorflow/metadata.xml|  15 ---
 sci-libs/tensorflow/tensorflow-1.0.1.ebuild |  28 
 sci-libs/tensorflow/tensorflow-1.5.0.ebuild |  43 --
 sci-libs/tensorflow/tensorflow-1.7.0.ebuild | 111 ---
 sci-libs/tensorflow/tensorflow-1.8.0.ebuild | 200 
 5 files changed, 397 deletions(-)

diff --git a/sci-libs/tensorflow/metadata.xml b/sci-libs/tensorflow/metadata.xml
deleted file mode 100644
index b94b432fa..0
--- a/sci-libs/tensorflow/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   mmokr...@fold.natur.cuni.cz
-   Martin Mokrejs
-   
-   
-   sci-biol...@gentoo.org
-   Gentoo Biology Project
-   
-   
-   Enable CUDA support
-   
-

diff --git a/sci-libs/tensorflow/tensorflow-1.0.1.ebuild 
b/sci-libs/tensorflow/tensorflow-1.0.1.ebuild
deleted file mode 100644
index b2e2e596a..0
--- a/sci-libs/tensorflow/tensorflow-1.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Library for numerical computation using data flow graphs"
-HOMEPAGE="https://www.tensorflow.org
-   https://github.com/tensorflow/tensorflow";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="cuda mpi"
-
-DEPEND="dev-util/bazel
-   dev-python/wheel
-   dev-python/numpy
-   dev-libs/protobuf-c
-   cuda? ( x11-drivers/nvidia-drivers dev-util/nvidia-cuda-toolkit )
-   mpi? ( virtual/mpi )"
-RDEPEND="${DEPEND}"
-
-# TODO: seems it also support some MPI implementation

diff --git a/sci-libs/tensorflow/tensorflow-1.5.0.ebuild 
b/sci-libs/tensorflow/tensorflow-1.5.0.ebuild
deleted file mode 100644
index 0dae0c1d0..0
--- a/sci-libs/tensorflow/tensorflow-1.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Library for numerical computation using data flow graphs"
-HOMEPAGE="https://www.tensorflow.org
-   https://github.com/tensorflow/tensorflow";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="cuda mpi"
-
-# TensorFlow 1.7 may be the last time we support Cuda versions below 8.0.
-# Starting with TensorFlow 1.8 release, 8.0 will be the minimum supported
-# version.
-# TensorFlow 1.7 may be the last time we support cuDNN versions below 6.0.
-# Starting with TensorFlow 1.8 release, 6.0 will be the minimum supported
-# version.
-DEPEND="dev-util/bazel
-   dev-python/wheel
-   dev-python/numpy
-   dev-libs/protobuf-c
-   cuda? ( >=dev-util/nvidia-cuda-toolkit-7.0[profiler] >=dev-libs/cudnn-3 
)
-   mpi? ( virtual/mpi )"
-RDEPEND="${DEPEND}"
-
-# TODO: seems it also supports some MPI implementation
-
-src_configure(){
-   # there is no setup.py but there is configure
-   # https://www.tensorflow.org/install/install_sources
-   # https://www.tensorflow.org/install/install_linux#InstallingNativePip
-   #
-   # usage: configure.py [-h] [--workspace WORKSPACE]
-   ./configure || die
-}

diff --git a/sci-libs/tensorflow/tensorflow-1.7.0.ebuild 
b/sci-libs/tensorflow/tensorflow-1.7.0.ebuild
deleted file mode 100644
index 758872b99..0
--- a/sci-libs/tensorflow/tensorflow-1.7.0.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
-
-inherit python-r1 distutils-r1 eutils
-
-DESCRIPTION="Library for numerical computation using data flow graphs"
-HOMEPAGE="https://www.tensorflow.org
-   https://github.com/tensorflow/tensorflow";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="cuda mpi"
-
-# TensorFlow 1.7 may be the last time we support Cuda versions below 8.0.
-# Starting with TensorFlow 1.8 release, 8.0 will be the minimum supported
-# version.
-# TensorFlow 1.7 may be the last time we support cuDNN ve

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

2020-09-26 Thread Sergei Trofimovich
commit: 6fa35134f72e455d8b9dc087fbf13c15654277c9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 26 21:32:47 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 26 21:32:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa35134

dev-vcs/subversion: stable 1.14.0-r1 for hppa

stable wrt bug #735342

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

 dev-vcs/subversion/subversion-1.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild 
b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild
index 4b8fa97efe1..b4b3155cf33 100644
--- a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild
+++ b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="Subversion GPL-2"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="apache2 berkdb debug doc extras gnome-keyring java kwallet nls perl ruby 
sasl test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/

2020-09-26 Thread Sergei Trofimovich
commit: 0ac303385e94ffe9b1e635393a06b5e90cd5106e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 26 21:32:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 26 21:32:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac30338

dev-scheme/guile: stable 2.2.6 for hppa

stable wrt bug #739826

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

 dev-scheme/guile/guile-2.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-scheme/guile/guile-2.2.6.ebuild 
b/dev-scheme/guile/guile-2.2.6.ebuild
index d668bfec4ad..da6b38c1906 100644
--- a/dev-scheme/guile/guile-2.2.6.ebuild
+++ b/dev-scheme/guile/guile-2.2.6.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/guile/${P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="12/2.2-1" # libguile-2.2.so.1 => 2.2-1
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug debug-malloc +deprecated +networking +nls +regex +threads" # 
upstream recommended +networking +nls
 REQUIRED_USE="regex" # workaround for bug 596322
 RESTRICT="strip"



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

2020-09-26 Thread Sergei Trofimovich
commit: 70754794782e0b73fc63c36b2159960658caabb0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 26 21:32:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 26 21:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70754794

dev-python/process-tests: stable 2.1.1 for hppa

stable wrt bug #744241

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

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

diff --git a/dev-python/process-tests/process-tests-2.1.1.ebuild 
b/dev-python/process-tests/process-tests-2.1.1.ebuild
index b38f6e25940..d24ec603e51 100644
--- a/dev-python/process-tests/process-tests-2.1.1.ebuild
+++ b/dev-python/process-tests/process-tests-2.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc x86 ~amd64-linux ~x86-linux"
 
 # There are no tests at all, under TODO
 # see https://pypi.org/project/process-tests/2.0.2/



[gentoo-commits] repo/gentoo:master commit in: app-shells/quoter/

2020-09-26 Thread Sergei Trofimovich
commit: 364e684278365386dc47782e7b8d2e067ff1da23
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 26 21:32:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 26 21:32:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364e6842

app-shells/quoter: stable 4.2 for hppa

stable wrt bug #744220

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

 app-shells/quoter/quoter-4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/quoter/quoter-4.2.ebuild 
b/app-shells/quoter/quoter-4.2.ebuild
index 99521848c62..88f395fbbcf 100644
--- a/app-shells/quoter/quoter-4.2.ebuild
+++ b/app-shells/quoter/quoter-4.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 
 src_configure() {
tc-export CC



[gentoo-commits] repo/gentoo:master commit in: mail-filter/pyzor/

2020-09-26 Thread Sergei Trofimovich
commit: 5252fd36ef8174f292b9092ffe70d38c21c9ae5a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 26 21:33:49 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 26 21:33:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5252fd36

mail-filter/pyzor: stable 1.0.0_p20200523 for hppa

stable wrt bug #718326

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

 mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild 
b/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild
index 243f4943c4b..67282d84566 100644
--- a/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild
+++ b/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/SpamExperts/pyzor/archive/${COMMIT}.tar.gz -> ${P}.t
 
 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 gdbm gevent mysql pyzord redis test"
 RESTRICT="!test? ( test )"



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

2020-09-26 Thread Sergei Trofimovich
commit: c6b59effda26eff5ba38440a506287640985e859
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 26 21:33:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 26 21:33:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b59eff

dev-python/mysqlclient: stable 1.4.6-r1 for hppa

stable wrt bug #718326

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

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

diff --git a/dev-python/mysqlclient/mysqlclient-1.4.6-r1.ebuild 
b/dev-python/mysqlclient/mysqlclient-1.4.6-r1.ebuild
index f90942112b2..9dd4e5a530d 100644
--- a/dev-python/mysqlclient/mysqlclient-1.4.6-r1.ebuild
+++ b/dev-python/mysqlclient/mysqlclient-1.4.6-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="doc"
 
 RDEPEND="



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

2020-09-26 Thread Sergei Trofimovich
commit: 2fb6f4891a2b84646deb8d155206b3900d83b7a8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 26 21:32:23 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 26 21:32:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb6f489

dev-python/typing-extensions: stable 3.7.4.3 for hppa

stable wrt bug #741310

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

 dev-python/typing-extensions/typing-extensions-3.7.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/typing-extensions/typing-extensions-3.7.4.3.ebuild 
b/dev-python/typing-extensions/typing-extensions-3.7.4.3.ebuild
index 1c3081259af..0ad35ce658c 100644
--- a/dev-python/typing-extensions/typing-extensions-3.7.4.3.ebuild
+++ b/dev-python/typing-extensions/typing-extensions-3.7.4.3.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
 
 python_test() {
cd "${S}"/src_py3 || die



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

2020-09-26 Thread Sergei Trofimovich
commit: 4b8ec6023b5b449033c7204f28365938bf86c62a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 26 21:32:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 26 21:32:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8ec602

dev-libs/libnl: stable 3.5.0 for hppa

stable wrt bug #741174

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

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

diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild 
b/dev-libs/libnl/libnl-3.5.0.ebuild
index b59acf1f18f..6a56b881381 100644
--- a/dev-libs/libnl/libnl-3.5.0.ebuild
+++ b/dev-libs/libnl/libnl-3.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 "
 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="+debug static-libs python +threads utils"
 
 RDEPEND="



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

2020-09-26 Thread Sergei Trofimovich
commit: 0813dc224db12748bd07ce5f3347e3d9117f4a69
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 26 21:32:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 26 21:32:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0813dc22

sys-process/psmisc: stable 23.3-r1 for hppa

stable wrt bug #738318

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

 sys-process/psmisc/psmisc-23.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/psmisc/psmisc-23.3-r1.ebuild 
b/sys-process/psmisc/psmisc-23.3-r1.ebuild
index 60feb032dd8..09a5c56c924 100644
--- a/sys-process/psmisc/psmisc-23.3-r1.ebuild
+++ b/sys-process/psmisc/psmisc-23.3-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="ipv6 nls selinux X"
 
 RDEPEND=">=sys-libs/ncurses-5.7-r7:0=



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

2020-09-26 Thread Sergei Trofimovich
commit: 9993554ae3118a7d5966941a5a03ffa632de0026
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 26 21:32:52 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 26 21:32:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9993554a

dev-libs/libdnet: stable 1.14 for hppa

stable wrt bug #735288

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

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

diff --git a/dev-libs/libdnet/libdnet-1.14.ebuild 
b/dev-libs/libdnet/libdnet-1.14.ebuild
index 8e8edf205be..3c236abaf8f 100644
--- a/dev-libs/libdnet/libdnet-1.14.ebuild
+++ b/dev-libs/libdnet/libdnet-1.14.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/ofalk/${PN}/archive/${P}.tar.gz";
 LICENSE="LGPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE="python static-libs test"
 
 DEPEND="



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

2020-09-26 Thread Sergei Trofimovich
commit: ee4f52d9a679fce46a506b9a7a1e53e0b98b9564
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 26 21:32:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 26 21:32:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4f52d9

net-libs/serf: stable 1.3.9-r2 for hppa

stable wrt bug #730632

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

 net-libs/serf/serf-1.3.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/serf/serf-1.3.9-r2.ebuild 
b/net-libs/serf/serf-1.3.9-r2.ebuild
index 689e56fe3f9..e0703ec1591 100644
--- a/net-libs/serf/serf-1.3.9-r2.ebuild
+++ b/net-libs/serf/serf-1.3.9-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://apache/${PN}/${P}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE="kerberos static-libs libressl"
 RESTRICT="test"
 



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

2020-09-26 Thread Sergei Trofimovich
commit: 3222d20ec600951020f08b067f60252c265ac852
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 26 21:33:24 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 26 21:33:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3222d20e

dev-python/yarl: stable 1.5.1 for hppa

stable wrt bug #741310

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

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

diff --git a/dev-python/yarl/yarl-1.5.1.ebuild 
b/dev-python/yarl/yarl-1.5.1.ebuild
index 9a90299772c..335b8d485e0 100644
--- a/dev-python/yarl/yarl-1.5.1.ebuild
+++ b/dev-python/yarl/yarl-1.5.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/multidict-4.0[${PYTHON_USEDEP}]



[gentoo-commits] proj/sci:master commit in: sci-electronics/tnt/, sci-electronics/tnt/files/

2020-09-26 Thread Aisha Tammy
commit: bbfa5aaf614dd599639f8d6e3864b82a3b0f5888
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 17:26:58 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 17:26:58 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=bbfa5aaf

sci-electronics/tnt: drop dead package

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

 .../tnt/files/tnt-1.2.2-autotools.patch| 277 
 .../tnt/files/tnt-1.2.2-bem-nmmtl.patch|  11 -
 sci-electronics/tnt/files/tnt-1.2.2-calc.patch | 503 -
 sci-electronics/tnt/files/tnt-1.2.2-docs.patch |  66 ---
 sci-electronics/tnt/files/tnt-1.2.2-f77.patch  |  14 -
 sci-electronics/tnt/files/tnt-1.2.2-gui.patch  |  24 -
 .../tnt/files/tnt-1.2.2-namespaces.patch   | 230 --
 sci-electronics/tnt/files/tnt-1.2.2-tkcon.patch|  16 -
 sci-electronics/tnt/metadata.xml   |  11 -
 sci-electronics/tnt/tnt-1.2.2.ebuild   |  62 ---
 10 files changed, 1214 deletions(-)

diff --git a/sci-electronics/tnt/files/tnt-1.2.2-autotools.patch 
b/sci-electronics/tnt/files/tnt-1.2.2-autotools.patch
deleted file mode 100644
index 36fe517b9..0
--- a/sci-electronics/tnt/files/tnt-1.2.2-autotools.patch
+++ /dev/null
@@ -1,277 +0,0 @@
- bem/Makefile.am |  5 +++--
- calcCAP/Makefile.am |  3 ++-
- calcRL/Makefile.am  |  3 ++-
- csdl/Makefile.am|  5 +++--
- gui/Makefile.am | 12 +++-
- sppdgTcllib/Makefile.am |  3 ++-
- sppdgTcllib/addressDialog/Makefile.am   |  3 ++-
- sppdgTcllib/addressDialog/configure.ac  |  2 +-
- sppdgTcllib/configure.ac|  2 +-
- sppdgTcllib/console/Makefile.am |  7 +++
- sppdgTcllib/console/configure.ac|  4 ++--
- sppdgTcllib/getFilePreview/Makefile.am  |  3 ++-
- sppdgTcllib/getFilePreview/configure.ac |  2 +-
- sppdgTcllib/sgraph/Makefile.am  |  3 ++-
- sppdgTcllib/sgraph/configure.ac |  2 +-
- units/Makefile.am   |  3 ++-
- 16 files changed, 32 insertions(+), 30 deletions(-)
-
-diff --git a/bem/Makefile.am b/bem/Makefile.am
-index c2af1cd..9b784ca 100755
 a/bem/Makefile.am
-+++ b/bem/Makefile.am
-@@ -31,9 +31,10 @@ AUTOMAKE_OPTIONS = foreign subdir-objects
- #---
- # tcl/tk scripts that may need to be installed.
- #---
--pkglib_SCRIPTS = \
-+scriptsdir=${pkgdatadir}/scripts
-+scripts_DATA = \
- lib/bem.tcl \
--  lib/bem_gpge.itcl \
-+lib/bem_gpge.itcl \
- lib/bem_graphs.itcl \
- lib/bem_iterate.tcl \
- lib/bem_parameters.tcl \
-diff --git a/calcCAP/Makefile.am b/calcCAP/Makefile.am
-index 703cb0f..ce34995 100755
 a/calcCAP/Makefile.am
-+++ b/calcCAP/Makefile.am
-@@ -30,7 +30,8 @@ AUTOMAKE_OPTIONS = foreign subdir-objects
- #---
- # tcl/tk scripts that may need to be installed.
- #---
--pkglib_SCRIPTS = \
-+scriptsdir=${pkgdatadir}/scripts
-+scripts_DATA = \
-   lib/calcCAP_exe.tcl  \
-   lib/calcCAP.tcl \
-   lib/epl.bit \
-diff --git a/calcRL/Makefile.am b/calcRL/Makefile.am
-index 34dbb8d..9c2986c 100755
 a/calcRL/Makefile.am
-+++ b/calcRL/Makefile.am
-@@ -31,7 +31,8 @@ AUTOMAKE_OPTIONS = foreign subdir-objects
- #---
- # tcl/tk scripts that may need to be installed.
- #---
--pkglib_SCRIPTS = \
-+scriptsdir=${pkgdatadir}/scripts
-+scripts_SCRIPTS = \
-   lib/calcRL.tcl \
-   lib/calcRL_exe.tcl \
-   lib/pkgIndex.tcl
-diff --git a/csdl/Makefile.am b/csdl/Makefile.am
-index c49af20..2b74c89 100755
 a/csdl/Makefile.am
-+++ b/csdl/Makefile.am
-@@ -31,7 +31,8 @@ AUTOMAKE_OPTIONS = foreign subdir-objects
- #---
- # tcl/tk scripts that may need to be installed.
- #---
--pkglib_SCRIPTS = \
-+scriptsdir=${pkgdatadir}/scripts
-+scripts_DATA = \
-   csdl.tcl \
-   csdl_hlcsdl.itcl \
-   csdl_llcsdl.itcl \
-@@ -44,4 +45,4 @@ pkglib_SCRIPTS = \
- #---
- pkglibdir = $(libdir)/$(PACKAGE)$(PACKAGE_VERSION)
- 
--
-+ 
-diff --git a/gui/Makefile.am b/gui/Makefile.am
-index 44a4308..df8c284 100755
 a/gui/Makefile.am
-+++ b/gui/Makefile.am
-@@ -30,7 +30,8 @@ AUTOMAKE_OPTIONS = foreign
- #---
- # tcl/tk scripts to be installed.
- #---
--pkglib_SCRIPTS = \
-+s

[gentoo-commits] proj/sci:master commit in: sci-electronics/stage/files/, sci-electronics/stage/

2020-09-26 Thread Aisha Tammy
commit: 15cdf9d6a2f7a3207249ccdba91efea3a844b2d6
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 17:25:25 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 17:25:25 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=15cdf9d6

sci-electronics/stage: drop dead package

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

 .../stage/files/stage-2.0.3-docdst-fix.patch   | 12 -
 sci-electronics/stage/metadata.xml | 11 
 sci-electronics/stage/stage-2.0.3.ebuild   | 60 --
 3 files changed, 83 deletions(-)

diff --git a/sci-electronics/stage/files/stage-2.0.3-docdst-fix.patch 
b/sci-electronics/stage/files/stage-2.0.3-docdst-fix.patch
deleted file mode 100644
index 889a03d22..0
--- a/sci-electronics/stage/files/stage-2.0.3-docdst-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur stage-2.0.3/docsrc/Makefile.am stage-2.0.3-fix/docsrc/Makefile.am
 stage-2.0.3/docsrc/Makefile.am 2006-06-09 02:39:47.0 +0200
-+++ stage-2.0.3-fix/docsrc/Makefile.am 2007-07-14 15:06:31.414020298 +0200
-@@ -9,7 +9,7 @@
- 
- #header.html
- 
--DOCDIR = $(prefix)/share/doc
-+DOCDIR = $(DESTDIR)$(prefix)/share/doc
- 
- # build docs manually with 'make doc'
- doc:

diff --git a/sci-electronics/stage/metadata.xml 
b/sci-electronics/stage/metadata.xml
deleted file mode 100644
index c131c2eda..0
--- a/sci-electronics/stage/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   sci-electron...@gentoo.org
-   Gentoo Electronics Project
-   
-   
-   playerstage
-   
-

diff --git a/sci-electronics/stage/stage-2.0.3.ebuild 
b/sci-electronics/stage/stage-2.0.3.ebuild
deleted file mode 100644
index fe93f8fcb..0
--- a/sci-electronics/stage/stage-2.0.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="2D multiple-robot simulator"
-HOMEPAGE="http://playerstage.sourceforge.net/index.php?src=stage";
-SRC_URI="mirror://sourceforge/playerstage/stage-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="doc"
-
-RDEPEND="
-   x11-libs/gtk+:2
-   >=sci-electronics/player-2.0.2
-   x11-apps/rgb"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-docdst-fix.patch
-   sed -i \
-   -e 's;/usr/X11R6/lib/X11/rgb.txt;/usr/share/X11/rgb.txt;' \
-   configure.ac || die "sed failed"
-   eautoreconf
-}
-
-src_configure() {
-   #Disable gnome-canvas since its experimental
-   econf --disable-gnomecanvas
-}
-
-src_compile() {
-   default
-
-   if use doc; then
-   pushd docsrc
-   doxygen -u stage.dox || die "doxygen failed"
-   touch header.html || die
-   emake "doc"
-   popd
-   fi
-}
-
-src_install() {
-   default
-
-   if use doc; then
-   pushd docsrc
-   emake DESTDIR="${D}" "doc-install"
-   popd
-   fi
-
-   dodoc AUTHORS ChangeLog NEWS README
-}



[gentoo-commits] proj/sci:master commit in: sci-electronics/player/

2020-09-26 Thread Aisha Tammy
commit: 1aba20484ba8c38e93e8d062511a3f9d80aa504d
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 17:21:49 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 17:21:49 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1aba2048

sci-electronics/player: drop dead package

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

 sci-electronics/player/metadata.xml|  17 
 sci-electronics/player/player-2.0.4.ebuild | 126 -
 2 files changed, 143 deletions(-)

diff --git a/sci-electronics/player/metadata.xml 
b/sci-electronics/player/metadata.xml
deleted file mode 100644
index ddd7312d4..0
--- a/sci-electronics/player/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   sci-electron...@gentoo.org
-   Gentoo Electronics Project
-   
-   
-   Automatically generated description for 
sphinx2
-   Automatically generated description for 
boost
-   Automatically generated description for 
openssl
-   Automatically generated description for 
festival
-   
-   
-   playerstage
-   
-

diff --git a/sci-electronics/player/player-2.0.4.ebuild 
b/sci-electronics/player/player-2.0.4.ebuild
deleted file mode 100644
index a0058a12d..0
--- a/sci-electronics/player/player-2.0.4.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils java-pkg-opt-2 python-single-r1
-
-DESCRIPTION="A network server for robot control"
-HOMEPAGE="http://playerstage.sourceforge.net/index.php?src=player";
-SRC_URI="mirror://sourceforge/playerstage/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-#DRIVERS NOT INCLUDED
-#  nd- unknown
-#  passthrough   - unknown
-#   artoolkitplus - needs arToolKitPlus (not in portage)
-#  garcia- needs Garcia (not in portage)
-#  imageseq  - needs openCV (not in portage)
-#  shapetracker  - needs openCV (not in portage)
-#  simpleshape   - needs openCV (not in portage)
-#  upcbarcode- needs openCV (not in portage)
-#  isense- needs iSense (not in portage)
-#  nomad - needs Creative Nomad (maybe in portage)
-#  yarpimage - needs YarpCam (not in portage)
-#  rcore_xbridge - needs libparticle (not in portage)
-
-IUSE="ieee1394 imagemagick sphinx2 test v4l wifi
-   boost gnome gtk openssl festival
-   opengl glut gsl java python doc"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   virtual/jpeg:0
-   boost? ( dev-libs/boost:= )
-   festival? ( app-accessibility/festival )
-   gtk? ( x11-libs/gtk+:2 )
-   glut? ( media-libs/freeglut )
-   gnome? ( >=gnome-base/libgnomecanvas-2.0 )
-   gsl? ( sci-libs/gsl )
-   ieee1394? ( sys-libs/libraw1394 media-libs/libdc1394 )
-   imagemagick? ( media-gfx/imagemagick )
-   java? ( virtual/jdk:* )
-   opengl? ( virtual/opengl )
-   openssl? ( dev-libs/openssl:0= )
-   python? ( ${PYTHON_DEPS} )
-   sphinx2? ( app-accessibility/sphinx2 )"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   java? ( dev-lang/swig:0 )
-   python? ( dev-lang/swig:0 )"
-
-pkg_setup () {
-   use python && python-single-r1_pkg_setup
-   use java && java-pkg-opt-2_pkg_setup
-}
-
-src_prepare() {
-   use java && java-pkg-opt-2_src_prepare
-}
-
-src_configure() {
-   local drivers driver nodep_drivers
-
-   nodep_drivers="acoustics acts amcl amtecpowercube
-   aodv bumpersafe canonvcc4 clodbuster cmucam2
-   cmvision dummy er1 fakelocalize flockofbirds
-   garminnmea iwspy khepera laserbar laserbarcode
-   lasercspace laserposeinterpolator laserrescan
-   lasersafe laservisualbarcode laservisualbw
-   lifomcom linuxjoystick logfile mapcspace
-   microstrain mixer obot p2os erratic wbr914
-   ptu46 reb relay kartowriter rflex segwayrmp
-   service_adv_mdns sicklms200 sicknav200 sickpls
-   sicks3000 highspeedsick sonyevid30 urglaser vfh
-   vmapfile waveaudio roomba wavefront insideM300
-   skyetekM1 mica2 cameracompress"
-
-   for driver in ${NODEP_DRIVERS}; do
-   drivers="${drivers} $(use_enable ${driver})"
-   done
-   drivers="${drivers}
-   $(use_enable sphinx2)
-   $(use_enable gtk mapfile)
-   $(use_enable gtk mapscale)
-   $(use_enable wifi linuxwifi)
-   $(use_enable festival)
-   $(use_enable v4l camerauvc)
-   $(use_enable v4l camerav4l)
-   $(use_enable v4l sphere)
-   

[gentoo-commits] proj/sci:master commit in: sci-electronics/minipro/

2020-09-26 Thread Aisha Tammy
commit: d6fe0dd37a271fb1cf88a442daecddf4a6a8ebb5
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep 26 17:20:32 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep 26 17:20:32 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d6fe0dd3

sci-electronics/minipro: version bump

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

 sci-electronics/minipro/minipro-0.4.ebuild  | 24 
 sci-electronics/minipro/minipro-.ebuild | 26 --
 2 files changed, 24 insertions(+), 26 deletions(-)

diff --git a/sci-electronics/minipro/minipro-0.4.ebuild 
b/sci-electronics/minipro/minipro-0.4.ebuild
new file mode 100644
index 0..ab75d6774
--- /dev/null
+++ b/sci-electronics/minipro/minipro-0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 udev
+
+DESCRIPTION="A free and open TL866XX programmer"
+HOMEPAGE="https://gitlab.com/DavidGriffith/minipro";
+SRC_URI="https://gitlab.com/DavidGriffith/minipro/-/archive/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="virtual/libusb:1"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   dobin minipro miniprohex
+   doman man/minipro.1
+   udev_dorules udev/*.rules
+   dobashcomp bash_completion.d/minipro
+}

diff --git a/sci-electronics/minipro/minipro-.ebuild 
b/sci-electronics/minipro/minipro-.ebuild
deleted file mode 100644
index 4d0d0924b..0
--- a/sci-electronics/minipro/minipro-.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1 git-r3 udev
-
-DESCRIPTION="A free and open TL866XX programmer"
-HOMEPAGE="https://github.com/vdudouyt/minipro";
-EGIT_REPO_URI="https://github.com/vdudouyt/minipro.git";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="virtual/libusb:1"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   dobin ${PN}{,-query-db,hex}
-   udev_dorules udev/rules.d/80-${PN}.rules
-   doman man/${PN}.1
-   dobashcomp bash_completion.d/${PN}
-   bashcomp_alias ${PN} ${PN}-query-db
-}



  1   2   3   4   >