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

2020-07-27 Thread Hans de Graaff
commit: c80b0885094e01a512f9b5aa5da39590fb6ddf25
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 28 05:15:17 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 28 05:15:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80b0885

dev-util/jenkins-bin: add 2.235.3

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

 dev-util/jenkins-bin/Manifest   |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.235.3.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 8d70e486be5..0a3f54437d5 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,4 +1,5 @@
 DIST jenkins-bin-2.235.1.war 66437256 BLAKE2B 
900f5616db3e4e1913e9e07f1d40951fdb0a467e2acd93441a52fed7d9f5961103c46b34627e0add76da11a3e4787535d0a47e5eee20a474f65c14b03fefe9a4
 SHA512 
1be1f1845de87316107469b9b7c4d0e1e6b0f014f495981f2ecc2ce3acbfd820275c187c61b3f9664ad2a61312e4504171c45edf05e1711bbf61554c5f3fd653
 DIST jenkins-bin-2.235.2.war 66458792 BLAKE2B 
1d06fb3bed60c7bcfdbbc1e0fc507143b5f01e2d254fcbbf75ee219156e2ceea177f96f2ed8b4b9988563803c71fc4f01a7186834abfe15ebc5817f1c7260f55
 SHA512 
9e75500682d470a913c88430fc0b8ae7a94a99907a0dedff08b19f99503a30bb9a19fc0a66410d0b2cf47a568bce536c70bc669f6918cf317359f5a40b4809ed
+DIST jenkins-bin-2.235.3.war 66451796 BLAKE2B 
7587d64d3e1ebd88684b549891c7ef42fe567ef0e8573358eaeec9a2877b5e90da263d55ebf5e8afa83745f1216a16bdda45d3bbe2ab84460d5ad7183bc765c9
 SHA512 
a0c7aeb3ece86f9c09ec9dd0b988b8ed63d5baaa3fddbf090b3ade8aaea16e01c1b353f67a8cdd7c92009b189ffc170be54597d98e5bd17bfb0bf949c5a31eb3
 DIST jenkins-bin-2.242.war 67003152 BLAKE2B 
cc20efde5196ed66af3cfb0b52404e35bf3954422734278ce2c3bfad5402c0f005579a1c406e519e8e04b28e3d0f26cff2d4fb5a40c2b722dd3a93d54cf86cb4
 SHA512 
22e138d4c3291b2885b9cb9db51e5dedcca13ca93a2fb8b11bd1dc81da981e9404717ff791fa2a1d9dd4530fb806e8cf9c79931cdb968723f02177fc00321f92
 DIST jenkins-bin-2.245.war 67169055 BLAKE2B 
25578c24c0957af95dbdc4b9e723d70b0d0af7d48128b77bf695c73563f924ccdda9acd71a407ed5066cbeb4d3cbbe2d2e7b3a5d4feca059560b1e223c56b7dc
 SHA512 
9f6d0fc155924b8ae7160b9520c379fa57afd0a77075557e2f921bf25f36995db1c916ebfaf6a76f5049c89cb69a6997ac5795289d1b1d122d75a904089163cb

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.235.3.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.235.3.ebuild
new file mode 100644
index 000..8ab8d5db213
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.235.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
+RESTRICT="mirror"
+SLOT="lts"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:0
+   >=virtual/jre-1.8.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service2 jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2020-07-27 Thread Jeroen Roovers
commit: abcfdb3481eca4311364fdbe35c695df7f7ad6e2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 28 04:24:23 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 28 04:28:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abcfdb34

net-misc/youtube-dl: Version 2020.07.28

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

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2020.07.28.ebuild | 74 
 2 files changed, 75 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 2c88023fad1..38a034c10d4 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1 +1,2 @@
 DIST youtube-dl-2020.06.16.1.tar.gz 3177873 BLAKE2B 
8bf2df25b416c4a48b2b4a14466f15f99b1bbe0b4900c18e30bc3edab66a54b036f95025218cb584f820f3c45b2ab2e805f21e2d6548078d49c6a122fb52716d
 SHA512 
2f0c01cd1a52293afd8c4fddc20b6f7baca94903fbe852769ad1d25740bd87e38d42ee4a275c2e3d611c639c432f6245d27f361471c6b566da03677384a04e54
+DIST youtube-dl-2020.07.28.tar.gz 3179686 BLAKE2B 
0f4a611a8d455a79193711746fee592995d1965128a866fc7f7f8833bc76a09b2197c15625399ea5f44f5de5695ad5e40e4c50bb11ddc2ed88ad5df44a9db93b
 SHA512 
be18cd53577a1e750a9610d481225b5683414ee4a095aa90b1a9ef150e9009bec4c2188f19f13505c88ac0179872751a07f5fb4b591beca3cefd11ccf071132d

diff --git a/net-misc/youtube-dl/youtube-dl-2020.07.28.ebuild 
b/net-misc/youtube-dl/youtube-dl-2020.07.28.ebuild
new file mode 100644
index 000..27edc068096
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2020.07.28.ebuild
@@ -0,0 +1,74 @@
+# 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 bash-completion-r1 distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://github.com/ytdl-org/youtube-dl/;
+SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+LICENSE="public-domain"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/flake8[${PYTHON_USEDEP}]
+   )
+"
+S=${WORKDIR}/${PN}
+
+src_compile() {
+   distutils-r1_src_compile
+}
+
+python_test() {
+   emake offlinetest
+}
+
+python_install_all() {
+   dodoc README.txt
+   doman ${PN}.1
+
+   newbashcomp ${PN}.bash-completion ${PN}
+
+   insinto /usr/share/zsh/site-functions
+   newins ${PN}.zsh _${PN}
+
+   insinto /usr/share/fish/vendor_completions.d
+   doins ${PN}.fish
+
+   distutils-r1_python_install_all
+
+   rm -r "${ED}"/usr/etc || die
+   rm -r "${ED}"/usr/share/doc/youtube_dl || die
+}
+
+pkg_postinst() {
+   elog "${PN}(1) / https://bugs.gentoo.org/355661 /"
+   elog "https://github.com/rg3/${PN}/blob/master/README.md#faq :"
+   elog
+   elog "${PN} works fine on its own on most sites. However, if you want"
+   elog "to convert video/audio, you'll need ffmpeg (media-video/ffmpeg)."
+   elog "On some sites - most notably YouTube - videos can be retrieved in"
+   elog "a higher quality format without sound. ${PN} will detect whether"
+   elog "ffmpeg is present and automatically pick the best option."
+   elog
+   elog "Videos or video formats streamed via RTMP protocol can only be"
+   elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
+   elog
+   elog "Downloading MMS and RTSP videos requires either mplayer"
+   elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
+   elog
+   elog "If you want ${PN} to embed thumbnails from the metadata into the"
+   elog "resulting MP4 files, consider installing 
media-video/atomicparsley"
+}



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

2020-07-27 Thread Michał Górny
commit: fb13c210ff15feb21de300a590ef973b068cfa21
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 28 02:35:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 28 02:41:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb13c210

dev-python/path-py: Remove old

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

 dev-python/path-py/Manifest|  1 -
 .../path-py/files/path-py-11.5.2-tests.patch   | 15 --
 dev-python/path-py/path-py-11.5.2-r1.ebuild| 60 --
 3 files changed, 76 deletions(-)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index cbed46aa7a2..e5acd2e041f 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,3 +1,2 @@
 DIST path-14.0.1.tar.gz 73830 BLAKE2B 
7528f90708423802dbb177309b1a608bf8dd6b8b1563fcf3904a805830b1c53b76866ec8055bb8d4afda4adb88209b789aed90a33916e450748866479cad1889
 SHA512 
195abf3e70f3e82566653c8a1154047a8ab82b98eda09a2ae38ba8989e382fd3225fb5c772b827be54a3eafa696829afda2a0198d1bef7ee369e6dc40b0bf11c
 DIST path-15.0.0.tar.gz 73642 BLAKE2B 
186b77b6571dd878a5b64b575289bb5ee549145ccd0c7b858f99c9e3772cf98f2cc7ff5da759e7fa660296abc49c053a388ad95466c51adccce2162c682c6566
 SHA512 
e41684c576b959e27258f60c0d8b69719c38a5a7a04d9646089aea91227781573368a08f01230dca831732ae687741d22caf52efd9a481378b8d4e77627fe3a5
-DIST path.py-11.5.2.tar.gz 43542 BLAKE2B 
6b376eebf5b9197c4a2e23ee25c8261c7a8b9428007a626bc0f7d1be71496f4abf7fc6f11cee628432304e6a684bd690d6895f325981c4dd0092bdf3c4a4a4e3
 SHA512 
8a76ffd7d369adb4c5cbc25f2a52c5cabe899bf59d248d217fc5a086e45438d9dfe6b65b63aa2c89edd7662a793d213662cd6726d15f5ce49dc6bdaf22425865

diff --git a/dev-python/path-py/files/path-py-11.5.2-tests.patch 
b/dev-python/path-py/files/path-py-11.5.2-tests.patch
deleted file mode 100644
index 4760b20d3cb..000
--- a/dev-python/path-py/files/path-py-11.5.2-tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/test_path.py b/test_path.py
-index 2a7ddb8..cc7a58f 100644
 a/test_path.py
-+++ b/test_path.py
-@@ -420,6 +420,10 @@ class TestScratchDir:
- platform.system() == 'Windows' and path.PY3,
- reason="Can't write latin characters. See #133",
- )
-+@pytest.mark.xfail(
-+path.PY2,
-+reason="Broken on python 2.7",
-+)
- def test_listdir_other_encoding(self, tmpdir):
- """
- Some filesystems allow non-character sequences in path names.

diff --git a/dev-python/path-py/path-py-11.5.2-r1.ebuild 
b/dev-python/path-py/path-py-11.5.2-r1.ebuild
deleted file mode 100644
index cb5c96e6844..000
--- a/dev-python/path-py/path-py-11.5.2-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
-
-inherit distutils-r1
-
-MY_P="path.py-${PV}"
-
-DESCRIPTION="A module wrapper for os.path"
-HOMEPAGE="https://pypi.org/project/path.py/ https://github.com/jaraco/path.py;
-SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   $(python_gen_cond_dep 'dev-python/backports-os[${PYTHON_USEDEP}]' -2)
-   $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' 
python3_{5,6,7} pypy3)
-   dev-python/appdirs[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=(
-   "${FILESDIR}/path-py-11.5.2-tests.patch"
-)
-
-S="${WORKDIR}/${MY_P}"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # avoid a setuptools_scm dependency
-   sed -i "s:use_scm_version=True:version='${PV}',name='${PN//-/.}':" 
setup.py || die
-   sed -r -i 
"s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+)[[:space:]]*::"
 \
-   setup.cfg || die
-
-   # disable flake8 tests
-   sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \
-   pytest.ini || die
-
-   # fragile test for import time
-   sed -i -e 's:test_import_time:_&:' test_path.py || die
-
-   # fails on py3.9
-   sed -i -e 's:test_version:_&:' test_path.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   PYTHONPATH=. pytest -v || die
-}



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

2020-07-27 Thread Michał Górny
commit: 4c4cf66a5027ecf33cf60161eef57352a4f62aef
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 28 02:34:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 28 02:41:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4cf66a

dev-python/path-py: Remove py2

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

 dev-python/path-py/path-py-11.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-py/path-py-11.5.2-r1.ebuild 
b/dev-python/path-py/path-py-11.5.2-r1.ebuild
index fe2a341258d..cb5c96e6844 100644
--- a/dev-python/path-py/path-py-11.5.2-r1.ebuild
+++ b/dev-python/path-py/path-py-11.5.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-07-27 Thread Michał Górny
commit: 6a55eafcda92a3e6dba7d018b8753676f7b4af77
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 28 02:22:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 28 02:41:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a55eafc

dev-python/cheroot: Bump to 8.4.2

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

 dev-python/cheroot/Manifest |  1 +
 dev-python/cheroot/cheroot-8.4.2.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/cheroot/Manifest b/dev-python/cheroot/Manifest
index 8fcfcb69296..7bc87abcab7 100644
--- a/dev-python/cheroot/Manifest
+++ b/dev-python/cheroot/Manifest
@@ -2,3 +2,4 @@ DIST cheroot-8.3.0.tar.gz 100557 BLAKE2B 
f5f2fd8a11a1a8660fc37030d501e93787be46d
 DIST cheroot-8.3.1.tar.gz 104332 BLAKE2B 
ac79a5e84c534456067b83f11bd72cb34c0e3c850e49c69e0ff329cbe71fd4331397a38bc3b354529a8c4daea6e527733965ba8aafb33fb67e29e6a714b345cb
 SHA512 
5aed493904d7e60118ae4b9498c10d48da553b3cbc1d713e3e870d771a7b669988d55bb0aa3223436cacdbc2249538be759a9145cf655603fbe5b88ee10e94dd
 DIST cheroot-8.4.0.tar.gz 106091 BLAKE2B 
4749e8dbbe3b368fb350ee11f1494919cae71b5d1dbda8ddee1b0ca812343c09d800646c0e757e0d1e711e486bd1985ba516a5f95541d56623ded78741e25d76
 SHA512 
b030cced23811659070dccacf3790288d4a0ba326b35a683c7eff9fd3902581f6afbf408315cef129187085c6adb2a813bc5d30cbaf56d2d00369b6e19336a37
 DIST cheroot-8.4.1.tar.gz 107221 BLAKE2B 
cddfe305b472df4a20b5f93911a941c7d2f36dd5a7edfd593832d705b50aca2fa4bbac9f9e3a3b586623da2edafb115ebdf13b34ee3b284264ba6a31c544c8f8
 SHA512 
44ae1fc9a47160d3469ef1218dc60fc4c4bdb445c69b32d597fb6341b130ba36e9f04d2082e7218911ae07f4fa1a271526590db16840ff798a3788209498c10c
+DIST cheroot-8.4.2.tar.gz 107264 BLAKE2B 
d28d602ebd442ad5d85dfb2f4618b279e733cfca9d3c516ad1fbefcd318449155819549f6b929713d51d44fbaa9a7db383af81ea65271c6646a9245e521b3178
 SHA512 
d0b807969d491e0b3423453d27acfbe51147f6786c0b2c8a1b4774589e3e82b027277bf0ddd5ff406f31e0ac7d9dfbd6c2f02efe6911889986e72e9f16b8e62f

diff --git a/dev-python/cheroot/cheroot-8.4.2.ebuild 
b/dev-python/cheroot/cheroot-8.4.2.ebuild
new file mode 100644
index 000..c66aaa7c635
--- /dev/null
+++ b/dev-python/cheroot/cheroot-8.4.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by 
CherryPy."
+HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ 
https://github.com/cherrypy/cheroot;
+SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   >=dev-python/six-1.11.0[${PYTHON_USEDEP}]
+   >=dev-python/more-itertools-2.6[${PYTHON_USEDEP}]
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/jaraco-context[${PYTHON_USEDEP}]
+   dev-python/jaraco-text[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   >=dev-python/pytest-mock-1.11.0[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -e "s/use_scm_version=True/version='${PV}'/" -i setup.py || die
+   sed -e '/setuptools_scm/d' -i setup.cfg || die
+   sed -e '/--cov/d' \
+   -e '/--testmon/d' \
+   -e '/--numproc/d' \
+   -i pytest.ini || die
+
+   # broken
+   sed -e '/False.*localhost/d' \
+   -i cheroot/test/test_ssl.py || die
+
+   distutils-r1_python_prepare_all
+}



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

2020-07-27 Thread Michał Górny
commit: 7ed8da8c612549f4873dab933652d6382fb28d3f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 28 02:35:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 28 02:41:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed8da8c

dev-python/path-py: Bump to 15.0.0

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

 dev-python/path-py/Manifest  |  1 +
 dev-python/path-py/path-py-15.0.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index d1883a315cb..cbed46aa7a2 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1,3 @@
 DIST path-14.0.1.tar.gz 73830 BLAKE2B 
7528f90708423802dbb177309b1a608bf8dd6b8b1563fcf3904a805830b1c53b76866ec8055bb8d4afda4adb88209b789aed90a33916e450748866479cad1889
 SHA512 
195abf3e70f3e82566653c8a1154047a8ab82b98eda09a2ae38ba8989e382fd3225fb5c772b827be54a3eafa696829afda2a0198d1bef7ee369e6dc40b0bf11c
+DIST path-15.0.0.tar.gz 73642 BLAKE2B 
186b77b6571dd878a5b64b575289bb5ee549145ccd0c7b858f99c9e3772cf98f2cc7ff5da759e7fa660296abc49c053a388ad95466c51adccce2162c682c6566
 SHA512 
e41684c576b959e27258f60c0d8b69719c38a5a7a04d9646089aea91227781573368a08f01230dca831732ae687741d22caf52efd9a481378b8d4e77627fe3a5
 DIST path.py-11.5.2.tar.gz 43542 BLAKE2B 
6b376eebf5b9197c4a2e23ee25c8261c7a8b9428007a626bc0f7d1be71496f4abf7fc6f11cee628432304e6a684bd690d6895f325981c4dd0092bdf3c4a4a4e3
 SHA512 
8a76ffd7d369adb4c5cbc25f2a52c5cabe899bf59d248d217fc5a086e45438d9dfe6b65b63aa2c89edd7662a793d213662cd6726d15f5ce49dc6bdaf22425865

diff --git a/dev-python/path-py/path-py-15.0.0.ebuild 
b/dev-python/path-py/path-py-15.0.0.ebuild
new file mode 100644
index 000..4779263856c
--- /dev/null
+++ b/dev-python/path-py/path-py-15.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+MY_P="path-${PV}"
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
+SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-python/eunuchs/, net-wireless/airpwn/, dev-python/python-iwscan/files/, ...

2020-07-27 Thread Aaron Bauman
util/confix/files/2.3.0/new-automake.patch 
dev-util/confix/files/confix-2.3.5-nodist-shar.patch 
dev-util/confix/files/confix-2.3.5-support-no_undefined.patch 
dev-util/confix/metadata.xml dev-util/qmtest/Manifest 
dev-util/qmtest/metadata.xml dev-util/qmtest/qmtest-2.4.1-r1.ebuild 
dev-util/unrpyc/Manifest dev-util/unrpyc/metadata.xml 
dev-util/unrpyc/unrpyc-1.1.3.ebuild games-engines/gemrb/Manifest 
games-engines/gemrb/gemrb-0.8.3-r1.ebuild games-engines/gemrb/metadata.xml 
media-sound/lilycomp/Manifest media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild 
media-sound/lilycomp/metadata.xml media-video/tovid/Manifest 
media-video/tovid/metadata.xml media-video/tovid/tovid-0.35.2-r2.ebuild 
net-mail/archivemail/Manifest net-mail/archivemail/archivemail-0.9.0-r1.ebuild 
net-mail/archivemail/metadata.xml net-mail/getmail/Manifest 
net-mail/getmail/getmail-5.14.ebuild net-mail/getmail/metadata.xml 
net-wireless/airpwn/Manifest net-wireless/airpwn/airpwn-1.4-r2.ebuild 
net-wireless/airpwn/metadata.xml profil
 es/package.mask sci-chemistry/bkchem/Manifest 
sci-chemistry/bkchem/bkchem-0.14.0_pre2-r2.ebuild 
sci-chemistry/bkchem/files/bkchem-0.14.0_pre2-nolauncher.patch 
sci-chemistry/bkchem/metadata.xml 
sci-chemistry/pymol-plugins-bni-tools/Manifest 
sci-chemistry/pymol-plugins-bni-tools/metadata.xml 
sci-chemistry/pymol-plugins-bni-tools/pymol-plugins-bni-tools-0.27.ebuild 
sci-chemistry/pymol-plugins-emovie/Manifest 
sci-chemistry/pymol-plugins-emovie/files/1.0.4-indent.patch 
sci-chemistry/pymol-plugins-emovie/metadata.xml 
sci-chemistry/pymol-plugins-emovie/pymol-plugins-emovie-1.0.4.ebuild 
sci-chemistry/viewmol/Manifest 
sci-chemistry/viewmol/files/2.4.1-change-default-paths.patch 
sci-chemistry/viewmol/files/2.4.1-remove-icc-check.patch 
sci-chemistry/viewmol/metadata.xml 
sci-chemistry/viewmol/viewmol-2.4.1-r3.ebuild sci-libs/chemkit/Manifest 
sci-libs/chemkit/chemkit-0.1-r2.ebuild 
sci-libs/chemkit/files/chemkit-0.1-multilib.patch 
sci-libs/chemkit/files/chemkit-0.1-unbundle.patch sci-libs/chemkit
 /metadata.xml www-misc/surl/Manifest www-misc/surl/me
tadata.xml www-misc/surl/surl-0.7.1.1-r1.ebuild x11-wm/plwm/Manifest 
x11-wm/plwm/files/plwm-2.7_rc1-pep0263.patch x11-wm/plwm/metadata.xml 
x11-wm/plwm/plwm-2.7_rc1-r1.ebuild
X-VCS-Directories: sci-chemistry/viewmol/ 
sci-chemistry/pymol-plugins-emovie/files/ app-text/queequeg/ 
dev-libs/libmacaroons/ dev-util/qmtest/ app-text/referencer/ 
dev-python/eunuchs/ dev-util/unrpyc/ dev-python/python-iwscan/files/ 
net-wireless/airpwn/ sci-libs/chemkit/files/ dev-python/medusa/ 
media-sound/lilycomp/ dev-util/confix/files/2.1.0/ app-arch/deltarpm/ 
app-crypt/virtualsmartcard/ sci-libs/chemkit/ media-video/tovid/ 
sci-chemistry/viewmol/files/ dev-libs/tut/ profiles/ net-mail/archivemail/ 
dev-util/confix/files/ dev-python/eunuchs/files/ dev-python/python-iwscan/ 
x11-wm/plwm/files/ net-mail/getmail/ dev-util/confix/ app-text/duali/ 
x11-wm/plwm/ app-text/referencer/files/ sci-chemistry/bkchem/ 
games-engines/gemrb/ app-dicts/duali-data/ app-text/mftrace/ 
sci-chemistry/bkchem/files/ dev-util/confix/files/2.3.0/ 
sci-chemistry/pymol-plugins-bni-tools/ sci-chemistry/pymol-plugins-emovie/ 
dev-python/elib-intl/ www-misc/surl/
X-VCS-Committer: bman
X-VCS-Committer-Name: Aaron Bauman
X-VCS-Revision: f63396228c129fdbac0b2b6bf90ca0dbe64bfb08
X-VCS-Branch: master
Date: Tue, 28 Jul 2020 02:35:21 + (UTC)

commit: f63396228c129fdbac0b2b6bf90ca0dbe64bfb08
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jul 28 02:33:32 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 28 02:33:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6339622

*/*: Drop last-rited Py2 only pkgs

Bug: https://bugs.gentoo.org/616064
Closes: https://bugs.gentoo.org/721904
Closes: https://bugs.gentoo.org/609686
Closes: https://bugs.gentoo.org/695016
Closes: https://bugs.gentoo.org/722616
Closes: https://bugs.gentoo.org/684098
Closes: https://bugs.gentoo.org/672164
Closes: https://bugs.gentoo.org/699136
Closes: https://bugs.gentoo.org/690776
Closes: https://bugs.gentoo.org/695912
Closes: https://bugs.gentoo.org/697004
Closes: https://bugs.gentoo.org/711026

Signed-off-by: Aaron Bauman  gentoo.org>

 app-arch/deltarpm/Manifest |   1 -
 app-arch/deltarpm/deltarpm-3.6.ebuild  |  54 --
 app-arch/deltarpm/metadata.xml |  13 --
 app-crypt/virtualsmartcard/Manifest|   1 -
 app-crypt/virtualsmartcard/metadata.xml|   8 -
 .../virtualsmartcard/virtualsmartcard-0.7.ebuild   |  37 
 app-dicts/duali-data/Manifest  |   1 -
 app-dicts/duali-data/duali-data-0.1b-r1.ebuild |  38 
 app-dicts/duali-data/metadata.xml  |   8 -
 app-text/duali/Manifest|   1 -
 app-text/duali/duali-0.2.0-r1.ebuild   |  40 
 app-text/duali/metadata.xml|   8 -
 app-text/mftrace/Manifest  

[gentoo-commits] repo/proj/guru:dev commit in: net-misc/gallery-dl/

2020-07-27 Thread Maciej Barć
commit: 73213ffb5d0da2b1a05c0573f2c511ac0e18225e
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Jul 27 22:27:56 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Mon Jul 27 22:27:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73213ffb

net-misc/gallery-dl: restrict tests

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

 net-misc/gallery-dl/gallery-dl-1.14.3.ebuild | 3 ++-
 net-misc/gallery-dl/gallery-dl-.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
index 3d34bec..b8344db 100644
--- a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
@@ -19,6 +19,7 @@ else
KEYWORDS="~amd64"
 fi
 
+RESTRICT="test"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="bash-completion zsh-completion"
@@ -28,7 +29,7 @@ RDEPEND="
 "
 
 # tests require network access
-#distutils_enable_tests setup.py
+distutils_enable_tests setup.py
 
 src_compile() {
if use bash-completion || use zsh-completion

diff --git a/net-misc/gallery-dl/gallery-dl-.ebuild 
b/net-misc/gallery-dl/gallery-dl-.ebuild
index 3d34bec..b8344db 100644
--- a/net-misc/gallery-dl/gallery-dl-.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-.ebuild
@@ -19,6 +19,7 @@ else
KEYWORDS="~amd64"
 fi
 
+RESTRICT="test"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="bash-completion zsh-completion"
@@ -28,7 +29,7 @@ RDEPEND="
 "
 
 # tests require network access
-#distutils_enable_tests setup.py
+distutils_enable_tests setup.py
 
 src_compile() {
if use bash-completion || use zsh-completion



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/gallery-dl/

2020-07-27 Thread Maciej Barć
commit: 5f72262e86181b04cc015bc3b87e2b256b6fb6c3
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Jul 27 21:46:38 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Mon Jul 27 21:46:38 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f72262e

net-misc/gallery-dl: fix metadata

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

 net-misc/gallery-dl/metadata.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/gallery-dl/metadata.xml b/net-misc/gallery-dl/metadata.xml
index 5346852..9a5ad89 100644
--- a/net-misc/gallery-dl/metadata.xml
+++ b/net-misc/gallery-dl/metadata.xml
@@ -6,9 +6,10 @@
 Maciej Barć
   
   
-cdr/code-server
+mikf/gallery-dl
   
   
-gallery-dl is a command-line program to download image-galleries and 
-collections from several image hosting sites (see Supported Sites). It is a 
cross-platform tool with many configuration options and powerful filenaming 
capabilities.
+  gallery-dl is a command-line program to download image-galleries and 
-collections from several image hosting sites.
+  It is a cross-platform tool with many configuration options and powerful 
filenaming capabilities.
   
 



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

2020-07-27 Thread Patrick McLean
commit: 2ebe340f1d57fb85b1eb064ef7d81b3e23910aac
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jul 28 01:42:30 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jul 28 01:42:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebe340f

app-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev rules

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

 app-misc/OpenRGB/{OpenRGB-0.3.ebuild => OpenRGB-0.3-r1.ebuild} | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-misc/OpenRGB/OpenRGB-0.3.ebuild 
b/app-misc/OpenRGB/OpenRGB-0.3-r1.ebuild
similarity index 91%
rename from app-misc/OpenRGB/OpenRGB-0.3.ebuild
rename to app-misc/OpenRGB/OpenRGB-0.3-r1.ebuild
index e4bec3567f5..9f8cacca569 100644
--- a/app-misc/OpenRGB/OpenRGB-0.3.ebuild
+++ b/app-misc/OpenRGB/OpenRGB-0.3-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}-${COMMIT_HASH}"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="udev"
 
 DEPEND="
dev-libs/hidapi:=
@@ -48,4 +48,9 @@ src_install() {
emake INSTALL_ROOT="${D}" install
 
dodoc README.md OpenRGB.patch
+
+   if use udev; then
+   insinto /lib/udev/rules.d
+   doins 60-openrgb.rules
+   fi
 }



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/gallery-dl/

2020-07-27 Thread Maciej Barć
commit: b937683d6f15e78e519f0234ddfe348b5ce1d6d5
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Jul 27 21:44:37 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Mon Jul 27 21:44:37 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b937683d

net-misc/gallery-dl: new package; add version 1.14.3 and 

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

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.14.3.ebuild | 49 
 net-misc/gallery-dl/gallery-dl-.ebuild   | 49 
 net-misc/gallery-dl/metadata.xml | 14 
 4 files changed, 113 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
new file mode 100644
index 000..d505f12
--- /dev/null
+++ b/net-misc/gallery-dl/Manifest
@@ -0,0 +1 @@
+DIST v1.14.3.tar.gz 317004 BLAKE2B 
9ff327dde9e4fb361e87e40b835cf5324f639b0f2d61ff762854d685a381c0f2b098545c295eae0b92fdb67aea23cd03379af3bae22a9a928e4dcb3d5b40f689
 SHA512 
66971ed49c7d90bf249fe5b48848c05f2e085cca04a448fd818b69a0fcd27b8739414ec506f429ef4ca9ae45f7a8919fdfefbd9206bb5bb475ca3e783f5ef494

diff --git a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
new file mode 100644
index 000..3d34bec
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
@@ -0,0 +1,49 @@
+# 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 eutils distutils-r1
+
+DESCRIPTION="Download image galleries and collections from several image 
hosting sites"
+HOMEPAGE="https://github.com/mikf/gallery-dl;
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="bash-completion zsh-completion"
+
+RDEPEND="
+   >=dev-python/requests-2.11.0[${PYTHON_USEDEP}]
+"
+
+# tests require network access
+#distutils_enable_tests setup.py
+
+src_compile() {
+   if use bash-completion || use zsh-completion
+   then
+   emake completion
+   fi
+
+   emake man
+
+   # this will install shell completion and man pages generated above (if 
any)
+   distutils-r1_src_compile
+}
+
+pkg_postinst() {
+   elog "Optionad dependencies:"
+   elog "media-video/ffmpeg - for Pixiv Ugoira to WebM conversion"
+   elog "net-misc/youtube-dl - for video downloads"
+}

diff --git a/net-misc/gallery-dl/gallery-dl-.ebuild 
b/net-misc/gallery-dl/gallery-dl-.ebuild
new file mode 100644
index 000..3d34bec
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-.ebuild
@@ -0,0 +1,49 @@
+# 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 eutils distutils-r1
+
+DESCRIPTION="Download image galleries and collections from several image 
hosting sites"
+HOMEPAGE="https://github.com/mikf/gallery-dl;
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="bash-completion zsh-completion"
+
+RDEPEND="
+   >=dev-python/requests-2.11.0[${PYTHON_USEDEP}]
+"
+
+# tests require network access
+#distutils_enable_tests setup.py
+
+src_compile() {
+   if use bash-completion || use zsh-completion
+   then
+   emake completion
+   fi
+
+   emake man
+
+   # this will install shell completion and man pages generated above (if 
any)
+   distutils-r1_src_compile
+}
+
+pkg_postinst() {
+   elog "Optionad dependencies:"
+   elog "media-video/ffmpeg - for Pixiv Ugoira to WebM conversion"
+   elog "net-misc/youtube-dl - for video downloads"
+}

diff --git a/net-misc/gallery-dl/metadata.xml b/net-misc/gallery-dl/metadata.xml
new file mode 100644
index 000..5346852
--- /dev/null
+++ b/net-misc/gallery-dl/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+x...@protonmail.com
+Maciej Barć
+  
+  
+cdr/code-server
+  
+  
+gallery-dl is a command-line program to download image-galleries and 
-collections from several image hosting sites (see Supported Sites). It is a 
cross-platform tool with many configuration options and powerful filenaming 
capabilities.
+  
+



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

2020-07-27 Thread Patrick McLean
commit: d76c369315931a571ff40ad6e978e85eab47a493
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jul 28 01:35:02 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jul 28 01:35:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76c3693

app-misc/OpenRGB-0.3: Add kernel patch as part of docs

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

 app-misc/OpenRGB/OpenRGB-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/OpenRGB/OpenRGB-0.3.ebuild 
b/app-misc/OpenRGB/OpenRGB-0.3.ebuild
index eb6dc109ba4..e4bec3567f5 100644
--- a/app-misc/OpenRGB/OpenRGB-0.3.ebuild
+++ b/app-misc/OpenRGB/OpenRGB-0.3.ebuild
@@ -47,5 +47,5 @@ src_configure() {
 src_install() {
emake INSTALL_ROOT="${D}" install
 
-   dodoc README.md
+   dodoc README.md OpenRGB.patch
 }



[gentoo-commits] repo/gentoo:master commit in: app-misc/OpenRGB/, app-misc/OpenRGB/files/

2020-07-27 Thread Patrick McLean
commit: c7de1a67c9ee6cc9645a674b3c7d93eb99167abc
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jul 28 01:33:03 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jul 28 01:33:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7de1a67

app-misc/OpenRGB-0.3: Version bump

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

 app-misc/OpenRGB/Manifest  |  2 +-
 .../{OpenRGB-0.2.ebuild => OpenRGB-0.3.ebuild} | 10 ++--
 app-misc/OpenRGB/files/OpenRGB-0.2-install.patch   | 23 -
 .../files/OpenRGB-0.2-use-system-hidapi.patch  | 57 --
 4 files changed, 4 insertions(+), 88 deletions(-)

diff --git a/app-misc/OpenRGB/Manifest b/app-misc/OpenRGB/Manifest
index 951fffac07a..436a2c36c15 100644
--- a/app-misc/OpenRGB/Manifest
+++ b/app-misc/OpenRGB/Manifest
@@ -1 +1 @@
-DIST OpenRGB-0.2.tar.bz2 2064388 BLAKE2B 
0001a4f66576cd26e04a87abb2f7d36df243c5d45b449f689a51d7523f6f26079622d58aa1f33166f52634326552ba1788344ff5f6034ceb9123dbc1eadb992b
 SHA512 
06b5026c014674097c5f6b9ad54b1232f9aaa192663dd6324a402be8d12169e648b8ed4e748b4aebd970538519a88203621b45d8cb794fc0e6bae562e15c5f2b
+DIST OpenRGB-0.3.tar.bz2 2153970 BLAKE2B 
2b913fd867cfd2d856d70d15ec91abd6a6d2822b367bc72f8f4275784793474beab4f442bc1af0ec3c3f33630b2f6b09d490d4f326fa4dbc4dbe11e4944cbc6f
 SHA512 
629eb654636051b18da0f49cccf4e35dbe11a1373941cd355b27492b8382c113637d80039fa7aa749ae3f36bf838ad4da8da00f5abf5a0b8910be0ad1ecd999c

diff --git a/app-misc/OpenRGB/OpenRGB-0.2.ebuild 
b/app-misc/OpenRGB/OpenRGB-0.3.ebuild
similarity index 75%
rename from app-misc/OpenRGB/OpenRGB-0.2.ebuild
rename to app-misc/OpenRGB/OpenRGB-0.3.ebuild
index c9b8a8b6db1..eb6dc109ba4 100644
--- a/app-misc/OpenRGB/OpenRGB-0.2.ebuild
+++ b/app-misc/OpenRGB/OpenRGB-0.3.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=7
 
-inherit desktop qmake-utils
+inherit qmake-utils
 
 MY_P="${PN}-release_${PV}"
-COMMIT_HASH="13414ec9b84c299631e5100744f2b83923cba3c8"
+COMMIT_HASH="308bb6f9b8169c8e1c5123f9499373509f140268"
 
 DESCRIPTION="Open source RGB lighting control that doesn't depend on 
manufacturer software"
 HOMEPAGE="https://gitlab.com/CalcProgrammer1/OpenRGB/;
-SRC_URI="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_0.2/${P}.tar.bz2;
+SRC_URI="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_${PV}/${P}.tar.bz2;
 S="${WORKDIR}/${MY_P}-${COMMIT_HASH}"
 
 LICENSE="GPL-2"
@@ -33,8 +33,6 @@ BDEPEND="
 
 PATCHES=(
"${FILESDIR}/OpenRGB-0.2-build-system.patch"
-   "${FILESDIR}/OpenRGB-0.2-use-system-hidapi.patch"
-   "${FILESDIR}/OpenRGB-0.2-install.patch"
 )
 
 src_prepare() {
@@ -50,6 +48,4 @@ src_install() {
emake INSTALL_ROOT="${D}" install
 
dodoc README.md
-
-   make_desktop_entry ${PN} ${PN} ${PN} 'System;Monitor;HardwareSettings;'
 }

diff --git a/app-misc/OpenRGB/files/OpenRGB-0.2-install.patch 
b/app-misc/OpenRGB/files/OpenRGB-0.2-install.patch
deleted file mode 100644
index 745efe57b2c..000
--- a/app-misc/OpenRGB/files/OpenRGB-0.2-install.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/OpenRGB.pro b/OpenRGB.pro
-index 9553b1f..fb4e4be 100644
 a/OpenRGB.pro
-+++ b/OpenRGB.pro
-@@ -389,3 +389,18 @@ unix:SOURCES +=   
  \
- RGBController/OpenRazerDetect.cpp   \
- RGBController/RGBController_Faustus.cpp \
- RGBController/RGBController_OpenRazer.cpp   \
-+
-+#---#
-+# Set up install paths  #
-+# These install paths are used for AppImage and .deb packaging  #
-+#---#
-+isEmpty(PREFIX) {
-+PREFIX = /usr
-+}
-+
-+target.path=$$PREFIX/bin/
-+desktop.path=$$PREFIX/share/applications/
-+desktop.files+=qt/OpenRGB.desktop
-+pixmap.path=$$PREFIX/share/pixmaps/
-+pixmap.files+=qt/OpenRGB.png
-+INSTALLS += target desktop pixmap

diff --git a/app-misc/OpenRGB/files/OpenRGB-0.2-use-system-hidapi.patch 
b/app-misc/OpenRGB/files/OpenRGB-0.2-use-system-hidapi.patch
deleted file mode 100644
index 51ca8fca5cc..000
--- a/app-misc/OpenRGB/files/OpenRGB-0.2-use-system-hidapi.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff --git a/OpenRGB.pro b/OpenRGB.pro
-index 91e0079..306085b 100644
 a/OpenRGB.pro
-+++ b/OpenRGB.pro
-@@ -23,7 +23,6 @@ RC_ICONS = qt/OpenRGB.ico
- 
- INCLUDEPATH +=  \
- dependencies/ColorWheel \
--dependencies/hidapi \
- dependencies/libe131/src/   \
- i2c_smbus/ 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/kokkos/

2020-07-27 Thread Christoph Junghans
commit: c0f181f144f3db3448abaa54f7160e21bab3da7f
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jul 27 23:55:45 2020 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Jul 28 00:29:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f181f1

dev-cpp/kokkos: mark x86 as unsupported

Bug: https://github.com/kokkos/kokkos/issues/2312
Closes: https://bugs.gentoo.org/734156
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Christoph Junghans  gentoo.org>

 dev-cpp/kokkos/kokkos-3.0.00.ebuild | 2 +-
 dev-cpp/kokkos/kokkos-3.1.00.ebuild | 2 +-
 dev-cpp/kokkos/kokkos-3.1.01.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/kokkos/kokkos-3.0.00.ebuild 
b/dev-cpp/kokkos/kokkos-3.0.00.ebuild
index 1707ae8abba..b8bceaa6fda 100644
--- a/dev-cpp/kokkos/kokkos-3.0.00.ebuild
+++ b/dev-cpp/kokkos/kokkos-3.0.00.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 -x86"
 IUSE="+openmp test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-cpp/kokkos/kokkos-3.1.00.ebuild 
b/dev-cpp/kokkos/kokkos-3.1.00.ebuild
index 1707ae8abba..b8bceaa6fda 100644
--- a/dev-cpp/kokkos/kokkos-3.1.00.ebuild
+++ b/dev-cpp/kokkos/kokkos-3.1.00.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 -x86"
 IUSE="+openmp test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-cpp/kokkos/kokkos-3.1.01.ebuild 
b/dev-cpp/kokkos/kokkos-3.1.01.ebuild
index 1707ae8abba..b8bceaa6fda 100644
--- a/dev-cpp/kokkos/kokkos-3.1.01.ebuild
+++ b/dev-cpp/kokkos/kokkos-3.1.01.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 -x86"
 IUSE="+openmp test"
 RESTRICT="!test? ( test )"
 



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

2020-07-27 Thread Patrick McLean
commit: 0649522d1987df1844e32c7f3a2229871be417a9
Author: Patrick McLean  sony  com>
AuthorDate: Tue Jul 28 00:14:07 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jul 28 00:14:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0649522d

dev-util/trace-cmd-2.9.1: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/trace-cmd/Manifest   |   1 +
 dev-util/trace-cmd/trace-cmd-2.9.1.ebuild | 130 ++
 2 files changed, 131 insertions(+)

diff --git a/dev-util/trace-cmd/Manifest b/dev-util/trace-cmd/Manifest
index 4c4cec3dacc..53023f987a4 100644
--- a/dev-util/trace-cmd/Manifest
+++ b/dev-util/trace-cmd/Manifest
@@ -1 +1,2 @@
 DIST trace-cmd-v2.8.3.tar.gz 1996617 BLAKE2B 
0ab77649af90a0a9368ff118dc94e6fd003b18ceb2065ae3a4559a1d2cfa93be44d87bfb97e2e2f06898508699ff5ce18face4edefd7e40b3b9cca405a626cff
 SHA512 
51166c4276abda209a099cc6fe9081ad6d403cbfd9d4a53bc5bb068392327e88fe647e9324a527e68730d73d1a5f7f74126718547f94c652bb12e51c7518a58b
+DIST trace-cmd-v2.9.1.tar.gz 4298008 BLAKE2B 
f7aa2f12b2c90f35390857ed6f5818b74c42be36ce70835d86410f9f4931d27410123baaad007fa2795c1ba1f5bafc739db620f467ccc48021d774ee7be8a68d
 SHA512 
186bfdd8ff1e88e9e6d3ae87b123f049892deaaa8d6a42944b6f8abee6b828946b88774029aa96daf4423a3dfc01b42835508f44f636dd02579ef9a8ef425131

diff --git a/dev-util/trace-cmd/trace-cmd-2.9.1.ebuild 
b/dev-util/trace-cmd/trace-cmd-2.9.1.ebuild
new file mode 100644
index 000..05cc150deec
--- /dev/null
+++ b/dev-util/trace-cmd/trace-cmd-2.9.1.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_OPTIONAL=1
+
+inherit linux-info bash-completion-r1 python-r1 toolchain-funcs
+
+DESCRIPTION="User-space front-end for Ftrace"
+HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git;
+
+if [[ ${PV} == * ]] ; then
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/${PN}.git;
+   inherit git-r3
+else
+   
SRC_URI="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/${PN}-v${PV}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0/${PV}"
+IUSE="+audit doc python test udis86"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   audit? ( sys-process/audit )
+   python? ( ${PYTHON_DEPS} )
+   udis86? ( dev-libs/udis86 )
+"
+DEPEND="${RDEPEND}
+   sys-kernel/linux-headers
+   test? ( dev-util/cunit )
+"
+BDEPEND="
+   python? (
+   virtual/pkgconfig
+   dev-lang/swig
+   )
+   doc? ( app-text/asciidoc )
+"
+
+# having trouble getting tests to compile
+RESTRICT+=" test"
+
+pkg_setup() {
+   local CONFIG_CHECK="
+   ~TRACING
+   ~FTRACE
+   ~BLK_DEV_IO_TRACE"
+
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   default
+   sed -r -e 's:([[:space:]]+)install_bash_completion($|[[:space:]]+):\1:' 
\
+   -i Makefile || die "sed failed"
+}
+
+src_configure() {
+   EMAKE_FLAGS=(
+   BUILD_OUTPUT="${WORKDIR}/${P}_build"
+   "prefix=${EPREFIX}/usr"
+   "libdir=${EPREFIX}/usr/$(get_libdir)"
+   "CC=$(tc-getCC)"
+   "AR=$(tc-getAR)"
+   "BASH_COMPLETE_DIR=$(get_bashcompdir)"
+   "etcdir=/etc"
+   $(usex audit '' 'NO_AUDIT=' '' '1')
+   $(usex test 'CUNIT_INSTALLED=' '' '1' '')
+   $(usex udis86 '' 'NO_UDIS86=' '' '1')
+   VERBOSE=1
+   )
+}
+
+src_compile() {
+   emake "${EMAKE_FLAGS[@]}" NO_PYTHON=1 \
+   trace-cmd
+
+   if use python; then
+   python_copy_sources
+   python_foreach_impl python_compile
+   fi
+
+   use doc && emake doc
+}
+
+python_compile() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+
+   emake "${EMAKE_FLAGS[@]}" \
+   PYTHON_VERS="${EPYTHON}" \
+   PYTHON_PKGCONFIG_VERS="${EPYTHON//python/python-}" \
+   python_dir=$(python_get_sitedir)/${PN} \
+   python ctracecmd.so
+
+   popd > /dev/null || die
+}
+
+src_test() {
+   emake "${EMAKE_FLAGS[@]}" test
+}
+
+src_install() {
+   emake "${EMAKE_FLAGS[@]}" NO_PYTHON=1 \
+   DESTDIR="${D}" \
+   install install_libs
+
+   newbashcomp tracecmd/trace-cmd.bash "${PN}"
+
+   use doc && emake DESTDIR="${D}" install_doc
+   use python && python_foreach_impl python_install
+}
+
+python_install() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+
+   emake "${EMAKE_FLAGS[@]}" DESTDIR="${D}" \
+   PYTHON_VERS="${EPYTHON}" \
+   

[gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/

2020-07-27 Thread Sam James
commit: 103e640133ef1d7cab6806198bddd56e3057d6db
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 28 00:11:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 28 00:11:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103e6401

net-wireless/hostapd: join as co-maintainer

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

 net-wireless/hostapd/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-wireless/hostapd/metadata.xml 
b/net-wireless/hostapd/metadata.xml
index c840abc0945..09503282fa4 100644
--- a/net-wireless/hostapd/metadata.xml
+++ b/net-wireless/hostapd/metadata.xml
@@ -19,6 +19,10 @@
zeroch...@gentoo.org
Rick Farina

+   
+   s...@gentoo.org
+   Sam James
+   

cpe:/a:w1.fi:hostapd




[gentoo-commits] repo/gentoo:master commit in: media-libs/raspberrypi-userland-bin/

2020-07-27 Thread Sam James
commit: 5b9536058f8ea677cda510e8305ba8dc62a561b1
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 28 00:09:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 28 00:09:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b953605

media-libs/raspberrypi-userland-bin: adopt package

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

 media-libs/raspberrypi-userland-bin/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/raspberrypi-userland-bin/metadata.xml 
b/media-libs/raspberrypi-userland-bin/metadata.xml
index 7e9cc8e5385..59f566c541e 100644
--- a/media-libs/raspberrypi-userland-bin/metadata.xml
+++ b/media-libs/raspberrypi-userland-bin/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   andrey_ut...@gentoo.org
-   Andrey Utkin
+   s...@gentoo.org
+   Sam James


Use armv6 hardfp ABI



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

2020-07-27 Thread Sam James
commit: b5927071b5d33c7b49406989e1753a8d6aba8e7d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 28 00:07:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 28 00:09:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5927071

sys-kernel/raspberrypi-image: adopt package

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

 sys-kernel/raspberrypi-image/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/raspberrypi-image/metadata.xml 
b/sys-kernel/raspberrypi-image/metadata.xml
index faba5c3daf1..729e6b37150 100644
--- a/sys-kernel/raspberrypi-image/metadata.xml
+++ b/sys-kernel/raspberrypi-image/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   andrey_ut...@gentoo.org
-   Andrey Utkin
+   s...@gentoo.org
+   Sam James


raspberrypi/firmware



[gentoo-commits] repo/gentoo:master commit in: sys-boot/raspberrypi-firmware/

2020-07-27 Thread Sam James
commit: 23c7d4680ef9ef431be336bd90a9d5ca173b4c5b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 28 00:08:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 28 00:09:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c7d468

sys-boot/raspberrypi-firmware: adopt package

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

 sys-boot/raspberrypi-firmware/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-boot/raspberrypi-firmware/metadata.xml 
b/sys-boot/raspberrypi-firmware/metadata.xml
index faba5c3daf1..729e6b37150 100644
--- a/sys-boot/raspberrypi-firmware/metadata.xml
+++ b/sys-boot/raspberrypi-firmware/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   andrey_ut...@gentoo.org
-   Andrey Utkin
+   s...@gentoo.org
+   Sam James


raspberrypi/firmware



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

2020-07-27 Thread Sam James
commit: 1cfda82081ac395e447c080a85738128f45ee96e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 28 00:07:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 28 00:09:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cfda820

sys-kernel/raspberrypi-sources: adopt package

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

 sys-kernel/raspberrypi-sources/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/raspberrypi-sources/metadata.xml 
b/sys-kernel/raspberrypi-sources/metadata.xml
index 0012a7428d0..3bc86a94264 100644
--- a/sys-kernel/raspberrypi-sources/metadata.xml
+++ b/sys-kernel/raspberrypi-sources/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   andrey_ut...@gentoo.org
-   Andrey Utkin
+   s...@gentoo.org
+   Sam James


raspberrypi/linux



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

2020-07-27 Thread Andrey Utkin
commit: 924aec2cf2104efee19df359f93974f83b433499
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Jul 27 23:09:21 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Jul 27 23:47:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924aec2c

dev-python/guzzle_sphinx_theme: drop to maintainer-needed

dev-python/botocore maintainers are notified. I am highly confident it
will be picked up instantly.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrey Utkin  gentoo.org>

 dev-python/guzzle_sphinx_theme/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/guzzle_sphinx_theme/metadata.xml 
b/dev-python/guzzle_sphinx_theme/metadata.xml
index 19bc64eb692..572599ea3f4 100644
--- a/dev-python/guzzle_sphinx_theme/metadata.xml
+++ b/dev-python/guzzle_sphinx_theme/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   andrey_ut...@gentoo.org
-   Andrey Utkin
-   
+   


guzzle_sphinx_theme



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

2020-07-27 Thread Andrey Utkin
commit: dda05cd1a758cbfd3ccb8e58e801f15e8eb9b911
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Jul 27 22:56:15 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Jul 27 23:47:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda05cd1

media-gfx/propaganda: drop to maintainer-needed

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrey Utkin  gentoo.org>

 media-gfx/propaganda/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-gfx/propaganda/metadata.xml 
b/media-gfx/propaganda/metadata.xml
index 0d42cb6211d..7a38bb90096 100644
--- a/media-gfx/propaganda/metadata.xml
+++ b/media-gfx/propaganda/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   andrey_ut...@gentoo.org
-   Andrey Utkin
-   
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/

2020-07-27 Thread Andrey Utkin
commit: e1b4d4976954beed731ed3b759cb1b1e0d0e1cdc
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Jul 27 22:55:18 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Jul 27 23:47:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b4d497

net-wireless/hostapd: remove myself from maintainers

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrey Utkin  gentoo.org>

 net-wireless/hostapd/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-wireless/hostapd/metadata.xml 
b/net-wireless/hostapd/metadata.xml
index 444076ebea2..c840abc0945 100644
--- a/net-wireless/hostapd/metadata.xml
+++ b/net-wireless/hostapd/metadata.xml
@@ -15,10 +15,6 @@
Adding support for NSA Suite B 
Cryptography
Add support for Wi-Fi Protected Setup

-   
-   andrey_ut...@gentoo.org
-   Andrey Utkin
-   

zeroch...@gentoo.org
Rick Farina



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

2020-07-27 Thread Andrey Utkin
commit: a6b83edd3a7a5d85e0bf43266cc37faf2bbade4b
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Jul 27 22:23:47 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Jul 27 23:47:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b83edd

dev-util/tup: drop to maintainer-needed

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrey Utkin  gentoo.org>

 dev-util/tup/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-util/tup/metadata.xml b/dev-util/tup/metadata.xml
index 390ab1cc501..c16fe2d5fe2 100644
--- a/dev-util/tup/metadata.xml
+++ b/dev-util/tup/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   andrey_ut...@gentoo.org
-   Andrey Utkin
-   
+   

gittup/tup




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

2020-07-27 Thread Andrey Utkin
commit: f383f1d80730fe6652ec120f81689b21bf985c08
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Jul 27 23:32:57 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Jul 27 23:47:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f383f1d8

profiles: last-rite dev-python/ruamel-std-pathlib as unused

Signed-off-by: Andrey Utkin  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e77ebb9ebe3..552702cdba5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andrey Utkin  (2020-07-28)
+# Not used by other packages anymore.
+# Removal in 30 days.
+dev-python/ruamel-std-pathlib
+
 # Marek Szuba  (2020-07-27)
 # No longer available upstream. Potentially copyrighted.
 # Removal in 30 days. Bug #734116.



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

2020-07-27 Thread Sam James
commit: 9c5b2740c74256aaf16b8d4edbb862a68ff440e7
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 23:38:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 23:38:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5b2740

dev-libs/serdisplib: x86 stable (bug #724104)

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

 dev-libs/serdisplib/serdisplib-2.02.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/serdisplib/serdisplib-2.02.ebuild 
b/dev-libs/serdisplib/serdisplib-2.02.ebuild
index 3014edbec36..779d6ac3d71 100644
--- a/dev-libs/serdisplib/serdisplib-2.02.ebuild
+++ b/dev-libs/serdisplib/serdisplib-2.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE="threads tools"
 
 # Define the list of valid lcd devices.



[gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/

2020-07-27 Thread Sam James
commit: 43520dac1f888765b1301066757961fc1a4d0fd9
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 23:36:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 23:36:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43520dac

sci-physics/lammps: x86 stable (bug #721420)

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

 sci-physics/lammps/lammps-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/lammps/lammps-20200303.ebuild 
b/sci-physics/lammps/lammps-20200303.ebuild
index d27137f6fee..2324517171a 100644
--- a/sci-physics/lammps/lammps-20200303.ebuild
+++ b/sci-physics/lammps/lammps-20200303.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/lammps/lammps/archive/${MY_PV}.tar.gz -> ${MY_P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="cuda examples gzip kokkos lammps-memalign mpi netcdf python test"
 RESTRICT="!test? ( test )"
 



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

2020-07-27 Thread Sam James
commit: 5751408712aa551a7873b85c95679eb64440c100
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 23:22:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 23:22:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57514087

net-libs/libetpan: amd64 stable (bug #734130)

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

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
index c823bf3eb59..8f037d7d944 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



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

2020-07-27 Thread Sam James
commit: 07ba98a155fc3bf56499ef018ad2dcd06601ffe7
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 23:21:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 23:21:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ba98a1

net-libs/libetpan: x86 stable (bug #734130)

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

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
index 9c243979d6d..c823bf3eb59 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] proj/releng:master commit in: tools/

2020-07-27 Thread Andreas K. Hüttel
commit: afffdb82731793c43b533b458fd99971d655051c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jul 27 23:13:35 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Jul 27 23:13:35 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=afffdb82

Add first experimental riscv catalyst-auto-riscv.conf

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 tools/catalyst-auto-riscv.conf | 51 ++
 1 file changed, 51 insertions(+)

diff --git a/tools/catalyst-auto-riscv.conf b/tools/catalyst-auto-riscv.conf
new file mode 100644
index ..843b7da4
--- /dev/null
+++ b/tools/catalyst-auto-riscv.conf
@@ -0,0 +1,51 @@
+# This is the config file for the catalyst-auto script. It should be pretty
+# self-explanatory.
+
+ARCH="riscv"
+host=$(hostname)
+
+SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
+
+SETS="
+   multilib
+   lp64d
+   lp64
+"
+
+SET_multilib_SPECS="stage1-multilib.spec stage2-multilib.spec 
stage3-multilib.spec"
+SET_lp64d_SPECS="stage1-lp64d.spec stage2-lp64d.spec stage3-lp64d.spec"
+SET_lp64_SPECS="stage1-lp64.spec stage2-lp64.spec stage3-lp64.spec"
+
+#KCONFIG_DIR=${REPO_DIR}/releases/kconfig/${ARCH}
+
+update_symlinks() {
+   # Symlink the latest stages3 to build from
+   local d f
+   for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
+   pushd "${d}" >/dev/null
+   for f in $(ls stage3*xz | grep -v latest | 
give_latest_from_dates) ; do
+   local of=$(echo "${f}" | convert_filename)
+   ln -sf "${f}" "${of}"
+   done
+   popd >/dev/null
+   done
+}
+
+upload() {
+   echo NOT Uploading "$@"
+#  rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o 
VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" 
al...@releng-incoming.gentoo.org:
+}
+
+post_build() {
+   local set=$1 spec=$2
+
+   pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
+
+   case ${spec} in
+   stage3*.spec)
+   upload stage3-$(echo ${spec}|sed -e 's:^stage3-::g' -e 
's:\.spec$::g')-${TIMESTAMP}*.xz*
+   ;;
+   esac
+
+   popd >/dev/null
+}



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

2020-07-27 Thread Patrick McLean
commit: 276b2824dfc8274edb1f6a1658136981217ff1c8
Author: Patrick McLean  sony  com>
AuthorDate: Mon Jul 27 23:07:12 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Jul 27 23:07:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276b2824

app-misc/tmuxp-1.5.5: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/tmuxp/Manifest   |  1 +
 app-misc/tmuxp/tmuxp-1.5.5.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index 467b93f0b23..b9df7cead87 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -1 +1,2 @@
 DIST tmuxp-1.5.4.tar.gz 843048 BLAKE2B 
863b428198e8bb2895802ba7365ac2ec43fc75c708b41929934b6803c79b8f6436b5233ad567f1ab010e6ae372d89261a7ee19953fa01ab9defd1e290b6da621
 SHA512 
f6fdecff23de883076461fcef3fb1555242d8a96f1c05c88fd0fb3216bbb99fb321680f484972b10f54ff87eb032d8627397f76960262612954eaab6bbf7c7a9
+DIST tmuxp-1.5.5.tar.gz 856665 BLAKE2B 
fa18222840b9c221de48a78291243776a66a7aec3221f23be3218f81eae0d15ce5a4568f7eff679c01793d4ac4d441f6714c37d9ac3c9f705af49214f5dc2570
 SHA512 
61c14197af7742b48dab95443bb818ede20d26aa46ab2e89b883a34e2bcec910d8210fc1358fc88f96ccc637c47d6432082cd58995b80a43234cebba95240ebc

diff --git a/app-misc/tmuxp/tmuxp-1.5.5.ebuild 
b/app-misc/tmuxp/tmuxp-1.5.5.ebuild
new file mode 100644
index 000..69f10ba8f18
--- /dev/null
+++ b/app-misc/tmuxp/tmuxp-1.5.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="tmux session manager. built on libtmux"
+HOMEPAGE="https://tmuxp.git-pull.com;
+SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=app-misc/tmux-3.0a
+   dev-python/kaptan[${PYTHON_USEDEP}]
+   >=dev-python/libtmux-0.8[${PYTHON_USEDEP}]
+   =dev-python/click-7.0[${PYTHON_USEDEP}]
+   =dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}
+   test? (
+   >=dev-python/pytest-4.1.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   SHELL="/bin/bash" pytest -vv || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nomad/, sys-cluster/nomad/files/

2020-07-27 Thread William Hubbs
commit: 6af57e471c364b0feb5c452e0395708a56ac5edb
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Jul 27 22:29:31 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Jul 27 22:30:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af57e47

sys-cluster/nomad: workload orchestrator for VMs and containers

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/nomad/Manifest   |  1 +
 sys-cluster/nomad/files/nomad.confd  |  2 ++
 sys-cluster/nomad/files/nomad.initd  | 20 
 sys-cluster/nomad/files/nomad.logrotated |  7 ++
 sys-cluster/nomad/metadata.xml   |  8 +++
 sys-cluster/nomad/nomad-0.12.1.ebuild| 41 
 6 files changed, 79 insertions(+)

diff --git a/sys-cluster/nomad/Manifest b/sys-cluster/nomad/Manifest
new file mode 100644
index 000..bd2b94e2844
--- /dev/null
+++ b/sys-cluster/nomad/Manifest
@@ -0,0 +1 @@
+DIST nomad-0.12.1.tar.gz 51227967 BLAKE2B 
1354641dfcfd4d3fca44261792f65ca117be77aaf0d5a028e424b5ced2c14c1cc5e82a8dcac587c3fcb7796e8e260bee8b65fcf202ddd3b766f96373e996a874
 SHA512 
cbb6b2b89f4922108d10c832638460ad2b234fdfd95e61aa57fb5d89f9852dca1a42527bfd7cbcb166916394b38d7d6451c8f5fd2e56b02599926209e395d9e2

diff --git a/sys-cluster/nomad/files/nomad.confd 
b/sys-cluster/nomad/files/nomad.confd
new file mode 100644
index 000..b0a05ca40c6
--- /dev/null
+++ b/sys-cluster/nomad/files/nomad.confd
@@ -0,0 +1,2 @@
+# extra arguments for nomad
+command_args="agent -config=/etc/nomad.d"

diff --git a/sys-cluster/nomad/files/nomad.initd 
b/sys-cluster/nomad/files/nomad.initd
new file mode 100644
index 000..2c3df5ff1e0
--- /dev/null
+++ b/sys-cluster/nomad/files/nomad.initd
@@ -0,0 +1,20 @@
+#!/sbin/openrc-run
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="simple and flexible workload orchestrator"
+command="/usr/bin/${RC_SVCNAME}"
+pidfile="/run/${RC_SVCNAME}.pid"
+command_background="true"
+start_stop_daemon_args="--stdout /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log \
+   --stderr /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log"
+stopsig=SIGINT
+extra_started_commands=reload
+
+depend() {
+   after net
+}
+
+reload() {
+   start-stop-daemon --signal HUP --pidfile "${pidfile}"
+}

diff --git a/sys-cluster/nomad/files/nomad.logrotated 
b/sys-cluster/nomad/files/nomad.logrotated
new file mode 100644
index 000..6cae2fdd4f7
--- /dev/null
+++ b/sys-cluster/nomad/files/nomad.logrotated
@@ -0,0 +1,7 @@
+/var/log/nomad/nomad.log {
+   missingok
+   size 5M
+   rotate 3
+   compress
+   copytruncate
+}

diff --git a/sys-cluster/nomad/metadata.xml b/sys-cluster/nomad/metadata.xml
new file mode 100644
index 000..3c49bd23955
--- /dev/null
+++ b/sys-cluster/nomad/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+   

diff --git a/sys-cluster/nomad/nomad-0.12.1.ebuild 
b/sys-cluster/nomad/nomad-0.12.1.ebuild
new file mode 100644
index 000..f51d35a6474
--- /dev/null
+++ b/sys-cluster/nomad/nomad-0.12.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module systemd
+GIT_COMMIT=00263bf92ee3fe7964fbc08b150600a43df0abb8
+
+DESCRIPTION="A simple and flexible workload orchestrator "
+HOMEPAGE="https://nomadproject.io;
+SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+src_compile() {
+   local go_ldflags go_tags
+   go_ldflags="-X 
github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}"
+   go_tags="codegen_generated"
+   CGO_ENABLED=1 \
+   go build \
+   -trimpath \
+   -ldflags "${go_ldflags}" \
+   -mod=vendor \
+   -tags "${go_tags}" \
+   -o bin/${PN} || die "compile failed"
+}
+
+src_install() {
+   dobin bin/${PN}
+   systemd_dounit dist/systemd/nomad.service
+   insinto /etc/nomad.d
+   newins dist/client.hcl client.hcl.example
+   newins dist/server.hcl server.hcl.example
+   keepdir /var/lib/nomad /var/log/nomad
+   newconfd "${FILESDIR}/nomad.confd" nomad
+   newinitd "${FILESDIR}/nomad.initd" nomad
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/nomad.logrotated" nomad
+}



[gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/

2020-07-27 Thread Sam James
commit: 7e30d676a05f25705b15b265aed4807e6f97f322
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 21:34:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 22:25:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e30d676

mail-client/neomutt: x86 stable (bug #728302)

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

 mail-client/neomutt/neomutt-20200626.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/neomutt/neomutt-20200626.ebuild 
b/mail-client/neomutt/neomutt-20200626.ebuild
index bcbc1fc4634..73acfc7fb6d 100644
--- a/mail-client/neomutt/neomutt-20200626.ebuild
+++ b/mail-client/neomutt/neomutt-20200626.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} =~ $ ]]; then
EGIT_CHECKOUT_DIR="${WORKDIR}/neomutt-${P}"
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="A small but very powerful text-based mail client"



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

2020-07-27 Thread Sam James
commit: 7bfc78f12bbfd6cfc58b975eb920187be0fae2f6
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 21:32:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 22:25:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfc78f1

kde-misc/tellico: x86 stable (bug #729004)

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

 kde-misc/tellico/tellico-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/tellico/tellico-3.3.1.ebuild 
b/kde-misc/tellico/tellico-3.3.1.ebuild
index d03a715da53..17945c0039b 100644
--- a/kde-misc/tellico/tellico-3.3.1.ebuild
+++ b/kde-misc/tellico/tellico-3.3.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://tellico-project.org/;
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="https://tellico-project.org/files/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="|| ( GPL-2 GPL-3 )"



[gentoo-commits] proj/releng:master commit in: releases/specs/riscv/

2020-07-27 Thread Andreas K. Hüttel
commit: 62b11e6601d98d2f35ce246b5ea986fa11c400de
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jul 27 22:12:58 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Jul 27 22:12:58 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=62b11e66

riscv: add latest spec files

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 releases/specs/riscv/stage1-lp64.spec | 15 +++
 releases/specs/riscv/stage1-lp64d.spec| 15 +++
 ...{stage1-riscv64-multilib.spec => stage1-multilib.spec} |  9 +
 releases/specs/riscv/stage2-lp64.spec | 13 +
 releases/specs/riscv/stage2-lp64d.spec| 13 +
 ...{stage2-riscv64-multilib.spec => stage2-multilib.spec} |  9 +
 releases/specs/riscv/stage3-lp64.spec | 13 +
 releases/specs/riscv/stage3-lp64d.spec| 13 +
 ...{stage3-riscv64-multilib.spec => stage3-multilib.spec} |  9 +
 9 files changed, 97 insertions(+), 12 deletions(-)

diff --git a/releases/specs/riscv/stage1-lp64.spec 
b/releases/specs/riscv/stage1-lp64.spec
new file mode 100644
index ..d1755917
--- /dev/null
+++ b/releases/specs/riscv/stage1-lp64.spec
@@ -0,0 +1,15 @@
+subarch: rv64_lp64
+target: stage1
+version_stamp: @TIMESTAMP@
+cflags: -O2 -pipe -g
+interpreter: /usr/bin/qemu-riscv64
+rel_type: default
+profile: default/linux/riscv/17.0/rv64gc/lp64
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-rv64_lp64-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs/riscv/stage1-lp64d.spec 
b/releases/specs/riscv/stage1-lp64d.spec
new file mode 100644
index ..9c0841cc
--- /dev/null
+++ b/releases/specs/riscv/stage1-lp64d.spec
@@ -0,0 +1,15 @@
+subarch: rv64_lp64d
+target: stage1
+version_stamp: @TIMESTAMP@
+cflags: -O2 -pipe -g
+interpreter: /usr/bin/qemu-riscv64
+rel_type: default
+profile: default/linux/riscv/17.0/rv64gc/lp64d
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-rv64_lp64d-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs/riscv/stage1-riscv64-multilib.spec 
b/releases/specs/riscv/stage1-multilib.spec
similarity index 58%
rename from releases/specs/riscv/stage1-riscv64-multilib.spec
rename to releases/specs/riscv/stage1-multilib.spec
index 530d4153..7d45d08f 100644
--- a/releases/specs/riscv/stage1-riscv64-multilib.spec
+++ b/releases/specs/riscv/stage1-multilib.spec
@@ -1,14 +1,15 @@
-subarch: riscv
+subarch: rv64_multilib
 target: stage1
 version_stamp: @TIMESTAMP@
 cflags: -O2 -pipe -g
-rel_type: riscv64-multilib
+interpreter: /usr/bin/qemu-riscv64
+rel_type: default
 profile: default/linux/riscv/17.0/rv64gc
 snapshot: @TIMESTAMP@
-source_subpath: riscv64-multilib/stage3-riscv-latest
+source_subpath: default/stage3-rv64_multilib-latest
 compression_mode: pixz
 decompressor_search_order: xz bzip2
 update_seed: yes
 update_seed_command: -uDN @world
-portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
 portage_prefix: releng

diff --git a/releases/specs/riscv/stage2-lp64.spec 
b/releases/specs/riscv/stage2-lp64.spec
new file mode 100644
index ..1b261f70
--- /dev/null
+++ b/releases/specs/riscv/stage2-lp64.spec
@@ -0,0 +1,13 @@
+subarch: rv64_lp64
+target: stage2
+version_stamp: @TIMESTAMP@
+cflags: -O2 -pipe -g
+interpreter: /usr/bin/qemu-riscv64
+rel_type: default
+profile: default/linux/riscv/17.0/rv64gc/lp64
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-rv64_lp64-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs/riscv/stage2-lp64d.spec 
b/releases/specs/riscv/stage2-lp64d.spec
new file mode 100644
index ..dea3d1e0
--- /dev/null
+++ b/releases/specs/riscv/stage2-lp64d.spec
@@ -0,0 +1,13 @@
+subarch: rv64_lp64d
+target: stage2
+version_stamp: @TIMESTAMP@
+cflags: -O2 -pipe -g
+interpreter: /usr/bin/qemu-riscv64
+rel_type: default
+profile: default/linux/riscv/17.0/rv64gc/lp64d
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-rv64_lp64d-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs/riscv/stage2-riscv64-multilib.spec 
b/releases/specs/riscv/stage2-multilib.spec
similarity index 52%
rename from releases/specs/riscv/stage2-riscv64-multilib.spec
rename to releases/specs/riscv/stage2-multilib.spec
index 33e1e2d1..d232956b 

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

2020-07-27 Thread Thomas Deutschmann
commit: 5a8c2df53d8abbe67ae89546075dcd31b65b61f9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul 27 22:08:19 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul 27 22:08:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8c2df5

dev-libs/apr-util: update my_bool patch

We need to take a different solution because MariaDB Connector C
is still defining my_bool.

Closes: https://bugs.gentoo.org/734020
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../{apr-util-1.6.1-r5.ebuild => apr-util-1.6.1-r6.ebuild}| 0
 dev-libs/apr-util/files/apr-util-1.6.1-my_bool.patch  | 8 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-libs/apr-util/apr-util-1.6.1-r5.ebuild 
b/dev-libs/apr-util/apr-util-1.6.1-r6.ebuild
similarity index 100%
rename from dev-libs/apr-util/apr-util-1.6.1-r5.ebuild
rename to dev-libs/apr-util/apr-util-1.6.1-r6.ebuild

diff --git a/dev-libs/apr-util/files/apr-util-1.6.1-my_bool.patch 
b/dev-libs/apr-util/files/apr-util-1.6.1-my_bool.patch
index 48816555a21..eda0cd04128 100644
--- a/dev-libs/apr-util/files/apr-util-1.6.1-my_bool.patch
+++ b/dev-libs/apr-util/files/apr-util-1.6.1-my_bool.patch
@@ -1,12 +1,14 @@
 --- a/dbd/apr_dbd_mysql.c
 +++ b/dbd/apr_dbd_mysql.c
-@@ -41,6 +41,10 @@
+@@ -41,6 +41,12 @@
  #endif
  #endif
  #include 
-+#ifndef HAVE_TYPE_MY_BOOL
-+#include 
++// MariaDB still include definition of my_bool but has a higher version ID
++#ifndef MARIADB_VERSION_ID
++#if MYSQL_VERSION_ID > 8
 +typedef bool my_bool;
++#endif
 +#endif
  #include 
  #endif



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

2020-07-27 Thread Thomas Deutschmann
commit: 835aa6465a6a5eca8f5fd80438e8bb7747a4d12c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul 27 21:51:07 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul 27 21:51:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835aa646

www-client/firefox: needs >=rust-1.43.0

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

 www-client/firefox/firefox-79.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-79.0.ebuild 
b/www-client/firefox/firefox-79.0.ebuild
index 9ec54ea10d2..446adc17053 100644
--- a/www-client/firefox/firefox-79.0.ebuild
+++ b/www-client/firefox/firefox-79.0.ebuild
@@ -140,7 +140,7 @@ DEPEND="${CDEPEND}
>=sys-devel/binutils-2.30
sys-apps/findutils
virtual/pkgconfig
-   >=virtual/rust-1.41.0
+   >=virtual/rust-1.43.0
|| (
(
sys-devel/clang:10



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

2020-07-27 Thread Robin H. Johnson
commit: 69493cb0203d66df3b9bb47e7df55c990380ab3f
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jul 27 21:44:52 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jul 27 21:45:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69493cb0

app-misc/solaar: bump

Signed-off-by: Robin H. Johnson  gentoo.org>

 app-misc/solaar/Manifest|  1 +
 app-misc/solaar/solaar-1.0.3_rc1.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/app-misc/solaar/Manifest b/app-misc/solaar/Manifest
index 45eb9fd5351..40ff7fa0b81 100644
--- a/app-misc/solaar/Manifest
+++ b/app-misc/solaar/Manifest
@@ -1,2 +1,3 @@
 DIST solaar-1.0.1.tar.gz 1195660 BLAKE2B 
e6cd89b5735e125dd438255a8961b1d5d38feb515c5097efec0403d99b9db6e29c439c13e279fcffe69cb314bf2650a7a11770830fdf1e971ade27ce8331aed2
 SHA512 
e0b2bbfd97d9650d94f1a4b47e4e70f09c75f684e7e1d3e67d2cf6dd197109084e941b98333e173fb205d5c9464dd07e17390d9c2d5b46393fee2efdb20429ac
 DIST solaar-1.0.2.tar.gz 1540722 BLAKE2B 
66c6f7c347f5eba538d3d48ff1c1137c1c71bf84dfb1a306a94e3cb24810378864066644a82d27eaaee2d80d30bcd30bb71ebe80fdb12363e9b194df9054946d
 SHA512 
5f97b51e7853386311c5b9ff968a72529d55837f7262786e86085e130d219ac22095c20c984e340f619a15b8242f90e66a6c678c5e0c507c261d0430b74eacd6
+DIST solaar-1.0.3rc1.tar.gz 782803 BLAKE2B 
a4dde7238f2616d98cafafa775050fd0c3a3aaf8a11b0eab333993a9246c321c45ebe4d30adddf82d826e1909a8e90cb0914472ab40f9ed5560d380931aea591
 SHA512 
845c55865ef93c163bae80dfe6e8e3013363cff1be03b167dcd4f30c541ae16e1828ed6e51c8c77aa8b067e3a75cd8e1980fb8847b308d067a816598f83c8d83

diff --git a/app-misc/solaar/solaar-1.0.3_rc1.ebuild 
b/app-misc/solaar/solaar-1.0.3_rc1.ebuild
new file mode 100644
index 000..37fb735fd59
--- /dev/null
+++ b/app-misc/solaar/solaar-1.0.3_rc1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit linux-info udev xdg distutils-r1
+
+DESCRIPTION="Linux Device Manager for Logitech Unifying Receivers and Paired 
Devices"
+HOMEPAGE="https://pwr-solaar.github.io/Solaar/;
+SRC_URI="https://github.com/pwr-Solaar/Solaar/archive/${PV/_rc/rc}.tar.gz -> 
${P/_rc/rc}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc appindicator libnotify"
+
+RDEPEND="
+   acct-group/plugdev
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   >=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
+   x11-libs/gtk+:3[introspection]
+   appindicator? ( dev-libs/libappindicator:3 )
+   libnotify? ( x11-libs/libnotify )"
+# libappindicator & libnotify are entirely optional and detected at runtime
+
+S="${WORKDIR}"/Solaar-${PV/_rc/rc}
+
+CONFIG_CHECK="~HID_LOGITECH_DJ ~HIDRAW"
+
+python_prepare_all() {
+   # don't autostart (bug #494608)
+   sed -i \
+   -e '/yield autostart_path/d' \
+   setup.py || die
+
+   sed -i -r \
+   -e '/yield.*udev.*rules.d/{s,/etc,/lib,g}' \
+   setup.py || die
+
+   # grant plugdev group rw access
+   sed -i 's/#MODE=/MODE=/' rules.d/42-logitech-unify-permissions.rules || 
die
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   dodoc docs/devices.md
+   if use doc; then
+   dodoc -r docs/*
+   else
+   newdoc docs/index.md README.md
+   fi
+   udev_dorules "${S}"/rules.d/42-logitech-unify-permissions.rules
+}



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

2020-07-27 Thread Patrick McLean
commit: 0dc8c82d4cd5ad3976601916b0afe4f9427f513b
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Jul 27 17:17:48 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Jul 27 21:19:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc8c82d

net-misc/openssh-9.3_p1-r4: Default enable the scp USE flag (bug #733802)

Bug: https://bugs.gentoo.org/733802
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Patrick McLean  gentoo.org>

 net-misc/openssh/{openssh-8.3_p1-r3.ebuild => openssh-8.3_p1-r4.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-8.3_p1-r3.ebuild 
b/net-misc/openssh/openssh-8.3_p1-r4.ebuild
similarity index 99%
rename from net-misc/openssh/openssh-8.3_p1-r3.ebuild
rename to net-misc/openssh/openssh-8.3_p1-r4.ebuild
index 4b456430ead..a3d261036a7 100644
--- a/net-misc/openssh/openssh-8.3_p1-r3.ebuild
+++ b/net-misc/openssh/openssh-8.3_p1-r4.ebuild
@@ -36,7 +36,7 @@ LICENSE="BSD GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 # Probably want to drop ssl defaulting to on in a future version.
-IUSE="abi_mips_n32 audit bindist debug hpn kerberos kernel_linux ldns libedit 
libressl livecd pam +pie scp sctp security-key selinux +ssl static test X X509 
xmss"
+IUSE="abi_mips_n32 audit bindist debug hpn kerberos kernel_linux ldns libedit 
libressl livecd pam +pie +scp sctp security-key selinux +ssl static test X X509 
xmss"
 
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/

2020-07-27 Thread Sam James
commit: 3422c82f2137a0e25ec1d30583e725c81d5829a5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 21:14:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 21:14:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3422c82f

mail-client/neomutt: amd64 stable (bug #728302)

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

 mail-client/neomutt/neomutt-20200626.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/neomutt/neomutt-20200626.ebuild 
b/mail-client/neomutt/neomutt-20200626.ebuild
index 169bb2a3aa6..bcbc1fc4634 100644
--- a/mail-client/neomutt/neomutt-20200626.ebuild
+++ b/mail-client/neomutt/neomutt-20200626.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} =~ $ ]]; then
EGIT_CHECKOUT_DIR="${WORKDIR}/neomutt-${P}"
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="A small but very powerful text-based mail client"



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

2020-07-27 Thread Sam James
commit: db82324b972bdc0db54775f8acbe6a633baabc20
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 20:50:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 20:50:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db82324b

dev-libs/rapidjson: amd64 stable (bug #734100)

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

 dev-libs/rapidjson/rapidjson-1.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/rapidjson/rapidjson-1.1.0-r2.ebuild 
b/dev-libs/rapidjson/rapidjson-1.1.0-r2.ebuild
index 54296713339..5065de1c95f 100644
--- a/dev-libs/rapidjson/rapidjson-1.1.0-r2.ebuild
+++ b/dev-libs/rapidjson/rapidjson-1.1.0-r2.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/miloyip/rapidjson/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~x86"
S="${WORKDIR}/rapidjson-${PV}"
 fi
 



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

2020-07-27 Thread Sam James
commit: 88232e0cc29073ba8863f65eccb8529dacf8e479
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 20:47:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 20:50:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88232e0c

dev-python/jupyter: x86 stable (bug #711802)

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

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

diff --git a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild 
b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild
index a681abb393f..c9a71bab31e 100644
--- a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild
+++ b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-vim/editorconfig-vim/

2020-07-27 Thread Sam James
commit: 29f17864898c31a93096a1af4e0eae333656515c
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 20:49:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 20:50:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f17864

app-vim/editorconfig-vim: x86 stable (bug #722492)

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

 app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild 
b/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild
index 22f3e5f7857..214d44b754c 100644
--- a/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild
+++ b/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN%-vim}/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD-2 PSF-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN%-vim}.txt"
 



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

2020-07-27 Thread Sam James
commit: 0d9ac0d8e07e564f8a630fb7c6e0e4f40442698b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 20:45:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 20:50:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9ac0d8

media-video/vcdimager: ppc64 stable (bug #648954)

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

 media-video/vcdimager/vcdimager-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vcdimager/vcdimager-2.0.1.ebuild 
b/media-video/vcdimager/vcdimager-2.0.1.ebuild
index e7f3715817f..abd7f20377e 100644
--- a/media-video/vcdimager/vcdimager-2.0.1.ebuild
+++ b/media-video/vcdimager/vcdimager-2.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="static-libs +xml"
 
 RDEPEND="



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

2020-07-27 Thread Sam James
commit: 16bec7d346bcac6d8c6c77e6bdff324fb122c6cc
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 20:47:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 20:50:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bec7d3

dev-python/jupyter_console: x86 stable (bug #711802)

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

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

diff --git a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild 
b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild
index b7609e6be49..3ce4cef073a 100644
--- a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-07-27 Thread Aaron Bauman
commit: d34a5b5b6935fce94bee820c77cfe445a8e7eb5f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 27 20:35:15 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:35:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34a5b5b

dev-libs/libressl: drop old versions

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/libressl/Manifest  |  2 --
 dev-libs/libressl/libressl-2.6.5.ebuild | 57 -
 dev-libs/libressl/libressl-2.8.3.ebuild | 57 -
 3 files changed, 116 deletions(-)

diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
index 5722de5a68a..35bc7d85487 100644
--- a/dev-libs/libressl/Manifest
+++ b/dev-libs/libressl/Manifest
@@ -1,5 +1,3 @@
-DIST libressl-2.6.5.tar.gz 3225481 BLAKE2B 
fcdf0d8b4b68fdb6c17299f4b9897c84f51ec3407abc6c1bf8d474c4424161c563667ca1fb26c45dd20a0e895457e9210b7bd0539581472b94d594cc32a68191
 SHA512 
0601c73bb5c3d149df7eca3566831f1b35713aa16a15788a291922fce0bffa1ba0bc6ea9cac1fcecfd980009f2292b08b2a57d66b517fc1bc8c7364a24dbbd9d
-DIST libressl-2.8.3.tar.gz 3366196 BLAKE2B 
e32c097b31998d68a31266fbbf3624d5ab8ca716f8c53e423bcf09b3a8ab3542c92a99e259ded7b86f99b45cc199cd44791520a609f18c35d150365de5768eec
 SHA512 
3967e08b3dc2277bf77057ea1f11148df7f96a2203cd21cf841902f2a1ec11320384a001d01fa58154d35612f7981bf89d5b1a60a2387713d5657677f76cc682
 DIST libressl-2.9.2.tar.gz 3607549 BLAKE2B 
496e993e4f1c85167e0344afab61259d4e3f094a7e5dfac85878191070e2c196753162532efb921fab582481aeda3705fca9a2b48921cba82465192f2c1eef95
 SHA512 
b43e73e47c1f14da3c702ab42f29f1d67645a4fa425441337bd6c125b481ef78a40fd13e6b34dadb2af337e1c0c190cfb616186d4db9c9a743a37e594b9b8033
 DIST libressl-3.0.2.tar.gz 3669468 BLAKE2B 
84ad2c1fea8d2119f191ec8ab3f999fb0354636d48aabb76fa1786139c669c9d8ca105d79cc8416dd20683818eccc84490cdadc9ca94cb2b0e411644e923a3d6
 SHA512 
19226da3bc9776e1da40b8e94dfa53564d5e6acc80edee539ba12d7a75c1bb8c0603e7633f26a6ef8b12adc56bb677ccda448575aa6be2ad3df5447465a4b080
 DIST libressl-3.1.2.tar.gz 3765944 BLAKE2B 
b0181a1936af3aad3908668cae14aa87e8dca594ebb1effa354eb57529c21aca2052ce6bc85958dd83645c9026c84410939018d16c8e70a60f336145d45790e6
 SHA512 
b024c5661777daa73feff7085ce7be76a2e766d2f3cb5ca35c208c471e5651a365252758ca36782e20cdfb2bc8171919a08ad592420878a5c95fbe646f5288c8

diff --git a/dev-libs/libressl/libressl-2.6.5.ebuild 
b/dev-libs/libressl/libressl-2.6.5.ebuild
deleted file mode 100644
index 6ec84c36c7e..000
--- a/dev-libs/libressl/libressl-2.6.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
-HOMEPAGE="https://www.libressl.org/;
-SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz;
-
-LICENSE="ISC openssl"
-# Reflects ABI of libcrypto.so and libssl.so.  Since these can differ,
-# we'll try to use the max of either.  However, if either change between
-# versions, we have to change the subslot to trigger rebuild of consumers.
-SLOT="0/44"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="+asm static-libs test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="test? ( static-libs )"
-
-RDEPEND="!dev-libs/openssl:0"
-DEPEND="${RDEPEND}"
-PDEPEND="app-misc/ca-certificates"
-
-PATCHES=( "${FILESDIR}/libressl-2.6.4-hppa-asm.patch" )
-
-src_prepare() {
-   touch crypto/Makefile.in
-
-   sed -i \
-   -e '/^[ \t]*CFLAGS=/s#-g ##' \
-   -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
-   -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
-   -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
-   -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
-   -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
-   configure || die "fixing CFLAGS failed"
-
-   default
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable asm) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_test() {
-   emake check
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${D}" -name '*.la' -exec rm -f {} + || die
-}

diff --git a/dev-libs/libressl/libressl-2.8.3.ebuild 
b/dev-libs/libressl/libressl-2.8.3.ebuild
deleted file mode 100644
index 03ba04935f9..000
--- a/dev-libs/libressl/libressl-2.8.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-minimal libtool
-
-DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
-HOMEPAGE="https://www.libressl.org/;
-SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz;
-
-LICENSE="ISC openssl"
-# Reflects ABI of libcrypto.so and libssl.so.  Since these can differ,
-# we'll try to use the max of either.  

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

2020-07-27 Thread Aaron Bauman
commit: 112dfed4131cb2e0256d5a37647467b88ec46208
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 27 20:30:27 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:30:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112dfed4

dev-libs/libressl: drop vulnerable

* TLS 1.3 was not introduced in older versions or was not default
  enabled yet

Bug: https://bugs.gentoo.org/724512
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/libressl/Manifest  |  1 -
 dev-libs/libressl/libressl-3.1.1.ebuild | 63 -
 2 files changed, 64 deletions(-)

diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
index fe269b65c8b..5722de5a68a 100644
--- a/dev-libs/libressl/Manifest
+++ b/dev-libs/libressl/Manifest
@@ -2,7 +2,6 @@ DIST libressl-2.6.5.tar.gz 3225481 BLAKE2B 
fcdf0d8b4b68fdb6c17299f4b9897c84f51ec
 DIST libressl-2.8.3.tar.gz 3366196 BLAKE2B 
e32c097b31998d68a31266fbbf3624d5ab8ca716f8c53e423bcf09b3a8ab3542c92a99e259ded7b86f99b45cc199cd44791520a609f18c35d150365de5768eec
 SHA512 
3967e08b3dc2277bf77057ea1f11148df7f96a2203cd21cf841902f2a1ec11320384a001d01fa58154d35612f7981bf89d5b1a60a2387713d5657677f76cc682
 DIST libressl-2.9.2.tar.gz 3607549 BLAKE2B 
496e993e4f1c85167e0344afab61259d4e3f094a7e5dfac85878191070e2c196753162532efb921fab582481aeda3705fca9a2b48921cba82465192f2c1eef95
 SHA512 
b43e73e47c1f14da3c702ab42f29f1d67645a4fa425441337bd6c125b481ef78a40fd13e6b34dadb2af337e1c0c190cfb616186d4db9c9a743a37e594b9b8033
 DIST libressl-3.0.2.tar.gz 3669468 BLAKE2B 
84ad2c1fea8d2119f191ec8ab3f999fb0354636d48aabb76fa1786139c669c9d8ca105d79cc8416dd20683818eccc84490cdadc9ca94cb2b0e411644e923a3d6
 SHA512 
19226da3bc9776e1da40b8e94dfa53564d5e6acc80edee539ba12d7a75c1bb8c0603e7633f26a6ef8b12adc56bb677ccda448575aa6be2ad3df5447465a4b080
-DIST libressl-3.1.1.tar.gz 3765769 BLAKE2B 
8524a4d83e05b0f2992df8e3797cbf43220a8619431f4737887db2fa35419a925907691ac1aec5b3cc1660179d4ac5e44714540ae591c5aa4957db1f26068a7e
 SHA512 
353a5c95bb0c160b698b95b91d6857ddb63a75b0685a233ed2515f46ad8369d40857aa1ff8407aa9bc78a5c3c29c25376e7a55a3c96fce40840633411944fb1d
 DIST libressl-3.1.2.tar.gz 3765944 BLAKE2B 
b0181a1936af3aad3908668cae14aa87e8dca594ebb1effa354eb57529c21aca2052ce6bc85958dd83645c9026c84410939018d16c8e70a60f336145d45790e6
 SHA512 
b024c5661777daa73feff7085ce7be76a2e766d2f3cb5ca35c208c471e5651a365252758ca36782e20cdfb2bc8171919a08ad592420878a5c95fbe646f5288c8
 DIST libressl-3.1.3.tar.gz 3766345 BLAKE2B 
4956fa0ae6030e9e9969d584db3bc0084c4b155207d1472ebfa40c8e68e925214b66ed1bc7e32d98a9a48de0b61909323a0380a973c724422c92bfe88b9fdfb2
 SHA512 
f9f497fe5d09b8b762175da038a8e67d9d2567462fefc49e434d306a3071ba3a4d369c89143d9d90e3bbcc7b9ba051c9c923a0dfc41d856edc08ae59fa727ee8
 DIST libressl-3.2.0.tar.gz 3775925 BLAKE2B 
99d74fad16e272be8e3b23b873c35970ce3693e088baf365670ad8e8cbb846e90f4232bbc6c65b70a35060da99b9b210b3debce1c78d531e810de26e3e2f05cb
 SHA512 
e8bf95af4e4e855b0462eb12df8f802102a3bee5bb40fb1859e7c40d9e3ce89f0d2eb0acdd923e7c592b4aeb7ecc556f753c0a12d0dace05d2ef342bffdd9d07

diff --git a/dev-libs/libressl/libressl-3.1.1.ebuild 
b/dev-libs/libressl/libressl-3.1.1.ebuild
deleted file mode 100644
index 48642f97b49..000
--- a/dev-libs/libressl/libressl-3.1.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal libtool
-
-DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
-HOMEPAGE="https://www.libressl.org/;
-SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz;
-
-LICENSE="ISC openssl"
-# Reflects ABI of libcrypto.so and libssl.so.  Since these can differ,
-# we'll try to use the max of either.  However, if either change between
-# versions, we have to change the subslot to trigger rebuild of consumers.
-SLOT="0/48"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="+asm static-libs test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="test? ( static-libs )"
-
-RDEPEND="!dev-libs/openssl:0"
-DEPEND="${RDEPEND}"
-PDEPEND="app-misc/ca-certificates"
-
-src_prepare() {
-   touch crypto/Makefile.in
-
-   sed -i \
-   -e '/^[ \t]*CFLAGS=/s#-g ##' \
-   -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
-   -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
-   -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
-   -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
-   -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
-   configure || die "fixing CFLAGS failed"
-
-   if ! use test ; then
-   sed -i \
-   -e '/^[ \t]*SUBDIRS =/s#tests##' \
-   Makefile.in || die "Removing tests failed"
-   fi
-
-   eapply "${FILESDIR}"/${PN}-2.8.3-solaris10.patch
-   eapply_user
-
-   elibtoolize  # for 

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

2020-07-27 Thread Aaron Bauman
commit: c79c9f8136bc661d9c0b5d749615afe362e5a34b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 21 14:34:50 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:06:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79c9f81

dev-python/paver: update HOMEPAGE

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/paver/paver-1.3.4-r1.ebuild 
b/dev-python/paver/paver-1.3.4-r1.ebuild
index f6905683aac..b885fd9569f 100644
--- a/dev-python/paver/paver-1.3.4-r1.ebuild
+++ b/dev-python/paver/paver-1.3.4-r1.ebuild
@@ -11,7 +11,7 @@ MY_PN=${PN/p/P}
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="Python-based software project scripting tool along the lines of 
Make"
-HOMEPAGE="http://www.blueskyonmars.com/projects/paver/ 
https://github.com/paver/paver;
+HOMEPAGE="https://pythonhosted.org/Paver/ https://github.com/paver/paver;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"



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

2020-07-27 Thread Aaron Bauman
commit: 00c0334b5eba6f1a2f731e2bd5ce474e06388c46
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 21 14:43:32 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:06:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c0334b

dev-python/sarge: use HTTPS

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/sarge/sarge-0.1.5.ebuild 
b/dev-python/sarge/sarge-0.1.5.ebuild
index 725b7b072db..0e5c8bd6a3e 100644
--- a/dev-python/sarge/sarge-0.1.5.ebuild
+++ b/dev-python/sarge/sarge-0.1.5.ebuild
@@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}.post0"
 S=$WORKDIR/$MY_P
 
 DESCRIPTION="wrapper for subprocess which provides command pipeline 
functionality"
-HOMEPAGE="http://sarge.readthedocs.org/;
+HOMEPAGE="https://sarge.readthedocs.org/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"



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

2020-07-27 Thread Aaron Bauman
commit: 47952a090cd27304718f869d1dc507c977de5d7f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jul 26 08:32:56 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:06:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47952a09

dev-libs/elfutils: remove unused patch

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16831
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/elfutils-0.179-PaX-support.patch | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-libs/elfutils/files/elfutils-0.179-PaX-support.patch 
b/dev-libs/elfutils/files/elfutils-0.179-PaX-support.patch
deleted file mode 100644
index 5246d1ad9fc..000
--- a/dev-libs/elfutils/files/elfutils-0.179-PaX-support.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Add support for PaX ELF markings
-
-Patch by Kevin F. Quinn 
-
-http://bugs.gentoo.org/115100
-
 a/libelf/elf.h
-+++ b/libelf/elf.h
-@@ -721,6 +721,7 @@ typedef struct
- #define PT_GNU_EH_FRAME   0x6474e550  /* GCC .eh_frame_hdr segment */
- #define PT_GNU_STACK  0x6474e551  /* Indicates stack executability */
- #define PT_GNU_RELRO  0x6474e552  /* Read-only after relocation */
-+#define PT_PAX_FLAGS  0x65041580  /* Indicates PaX flag markings */
- #define PT_LOSUNW 0x6ffa
- #define PT_SUNWBSS0x6ffa  /* Sun Specific segment */
- #define PT_SUNWSTACK  0x6ffb  /* Stack segment */
 a/src/elflint.c
-+++ b/src/elflint.c
-@@ -4493,6 +4493,7 @@ only executables, shared objects, and core files can 
have program headers\n"));
- 
-   if (phdr->p_type >= PT_NUM && phdr->p_type != PT_GNU_EH_FRAME
- && phdr->p_type != PT_GNU_STACK && phdr->p_type != PT_GNU_RELRO
-+&& phdr->p_type != PT_PAX_FLAGS
- && phdr->p_type != PT_GNU_PROPERTY
- /* Check for a known machine-specific type.  */
- && ebl_segment_type_name (ebl, phdr->p_type, NULL, 0) == NULL)



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

2020-07-27 Thread Aaron Bauman
commit: 7f1b47ae0fc2ba7c96c90ec60f43d734f1f6f830
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jul 27 12:05:47 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:06:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1b47ae

dev-db/redis: remove unused patches

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16853
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-db/redis/files/redis-4.0.1-shared.patch| 32 
 dev-db/redis/files/redis-4.0.1-sharedlua.patch | 60 --
 .../redis/files/redis-sentinel-4.0.6-config.patch  |  9 
 3 files changed, 101 deletions(-)

diff --git a/dev-db/redis/files/redis-4.0.1-shared.patch 
b/dev-db/redis/files/redis-4.0.1-shared.patch
deleted file mode 100644
index 945d114ae2f..000
--- a/dev-db/redis/files/redis-4.0.1-shared.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff --git a/src/Makefile b/src/Makefile
-index 86e0b3fe..c7db0ee9 100644
 a/src/Makefile
-+++ b/src/Makefile
-@@ -29,14 +29,7 @@ INSTALL_BIN=$(PREFIX)/bin
- INSTALL=install
- 
- # Default allocator defaults to Jemalloc if it's not an ARM
--MALLOC=libc
--ifneq ($(uname_M),armv6l)
--ifneq ($(uname_M),armv7l)
--ifeq ($(uname_S),Linux)
--  MALLOC=jemalloc
--endif
--endif
--endif
-+MALLOC?=jemalloc
- 
- # To get ARM stack traces if Redis crashes we need a special C flag.
- ifneq (,$(findstring armv,$(uname_M)))
-@@ -120,9 +113,8 @@ ifeq ($(MALLOC),tcmalloc_minimal)
- endif
- 
- ifeq ($(MALLOC),jemalloc)
--  DEPENDENCY_TARGETS+= jemalloc
--  FINAL_CFLAGS+= -DUSE_JEMALLOC -I../deps/jemalloc/include
--  FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a
-+  FINAL_CFLAGS+= -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE
-+  FINAL_LIBS+= -ljemalloc -ldl
- endif
- 
- REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS)

diff --git a/dev-db/redis/files/redis-4.0.1-sharedlua.patch 
b/dev-db/redis/files/redis-4.0.1-sharedlua.patch
deleted file mode 100644
index d2b572250e8..000
--- a/dev-db/redis/files/redis-4.0.1-sharedlua.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-diff --git a/deps/lua/src/lua_cjson.c b/deps/lua/src/lua_cjson.c
-index c26c0d7b..fa50c410 100644
 a/deps/lua/src/lua_cjson.c
-+++ b/deps/lua/src/lua_cjson.c
-@@ -46,7 +46,7 @@
- #include "strbuf.h"
- #include "fpconv.h"
- 
--#include "../../../src/solarisfixes.h"
-+#include "solarisfixes.h"
- 
- #ifndef CJSON_MODNAME
- #define CJSON_MODNAME   "cjson"
-diff --git a/src/Makefile b/src/Makefile
-index 86e0b3fe..09630321 100644
 a/src/Makefile
-+++ b/src/Makefile
-@@ -16,7 +16,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh')
- uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
- uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')
- OPTIMIZATION?=-O2
--DEPENDENCY_TARGETS=hiredis linenoise lua
-+DEPENDENCY_TARGETS=hiredis linenoise
- NODEPS:=clean distclean
- 
- # Default settings
-@@ -66,6 +66,7 @@ endif
- FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS)
- FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG)
- FINAL_LIBS=-lm
-+FINAL_LIBS+=@LUA_LIBS@
- DEBUG=-g -ggdb
- 
- ifeq ($(uname_S),SunOS)
-@@ -107,7 +108,7 @@ endif
- endif
- endif
- # Include paths to dependencies
--FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src
-+FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise @LUA_CFLAGS@
- 
- ifeq ($(MALLOC),tcmalloc)
-   FINAL_CFLAGS+= -DUSE_TCMALLOC
-@@ -145,6 +146,7 @@ endif
- REDIS_SERVER_NAME=redis-server
- REDIS_SENTINEL_NAME=redis-sentinel
- REDIS_SERVER_OBJ=adlist.o quicklist.o ae.o anet.o dict.o server.o sds.o 
zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o 
networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o 
t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o 
intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o 
rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o 
blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o 
redis-check-aof.o geo.o lazyfree.o module.o evict.o expire.o geohash.o 
geohash_helper.o childinfo.o defrag.o siphash.o rax.o
-+REDIS_SERVER_OBJ+=fpconv.o strbuf.o lua_bit.o lua_cjson.o lua_cmsgpack.o 
lua_struct.o
- REDIS_CLI_NAME=redis-cli
- REDIS_CLI_OBJ=anet.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o 
crc64.o
- REDIS_BENCHMARK_NAME=redis-benchmark
-@@ -196,7 +198,7 @@ endif
- 
- # redis-server
- $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ)
--  $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a 
../deps/lua/src/liblua.a $(FINAL_LIBS)
-+  $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a $(FINAL_LIBS)
- 
- # redis-sentinel
- $(REDIS_SENTINEL_NAME): $(REDIS_SERVER_NAME)

diff --git a/dev-db/redis/files/redis-sentinel-4.0.6-config.patch 
b/dev-db/redis/files/redis-sentinel-4.0.6-config.patch
deleted file mode 

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

2020-07-27 Thread Aaron Bauman
commit: a93f0a6f388a2fd8645c36599fddd99b4b1ad70f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 21 14:42:58 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:06:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93f0a6f

dev-python/requests: update HOMEPAGE

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/requests/requests-2.21.0-r1.ebuild | 2 +-
 dev-python/requests/requests-2.23.0.ebuild| 2 +-
 dev-python/requests/requests-2.24.0.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/requests/requests-2.21.0-r1.ebuild 
b/dev-python/requests/requests-2.21.0-r1.ebuild
index d6647c3d37b..6151447ebb1 100644
--- a/dev-python/requests/requests-2.21.0-r1.ebuild
+++ b/dev-python/requests/requests-2.21.0-r1.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
 inherit distutils-r1
 
 DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="http://python-requests.org/;
+HOMEPAGE="https://requests.readthedocs.io/;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/requests/requests-2.23.0.ebuild 
b/dev-python/requests/requests-2.23.0.ebuild
index 307ba137aee..28ef5b6c04f 100644
--- a/dev-python/requests/requests-2.23.0.ebuild
+++ b/dev-python/requests/requests-2.23.0.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
 inherit distutils-r1
 
 DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="http://python-requests.org/;
+HOMEPAGE="https://requests.readthedocs.io/;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/requests/requests-2.24.0.ebuild 
b/dev-python/requests/requests-2.24.0.ebuild
index 69032ab9b14..5264a9b6097 100644
--- a/dev-python/requests/requests-2.24.0.ebuild
+++ b/dev-python/requests/requests-2.24.0.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
 inherit distutils-r1
 
 DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="http://python-requests.org/;
+HOMEPAGE="https://requests.readthedocs.io/;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"



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

2020-07-27 Thread Aaron Bauman
commit: 6f9203768a174315e630c78fbaf5b230c0ca230c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 21 14:39:59 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:06:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f920376

dev-python/pygresql: use HTTPS

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/pygresql/pygresql-5.1.ebuild 
b/dev-python/pygresql/pygresql-5.1.ebuild
index 36e8b55fb19..dc7d664eb53 100644
--- a/dev-python/pygresql/pygresql-5.1.ebuild
+++ b/dev-python/pygresql/pygresql-5.1.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1 postgres
 MY_P="PyGreSQL-${PV}"
 
 DESCRIPTION="A Python interface for the PostgreSQL database"
-HOMEPAGE="http://www.pygresql.org/;
+HOMEPAGE="https://pygresql.org/;
 SRC_URI="mirror://pypi/P/PyGreSQL/${MY_P}.tar.gz"
 
 LICENSE="POSTGRESQL"



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

2020-07-27 Thread Aaron Bauman
commit: 3ed7f7fe560c749e61be1712f64dfc4ef8b1956f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 21 14:04:27 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:06:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed7f7fe

app-emulation/virtualbox: remove unused patches

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16761
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/virtualbox-6.0.20-qt-5.15.patch  | 82 --
 .../files/virtualbox-6.1.6-qt-5.15.patch   | 10 ---
 2 files changed, 92 deletions(-)

diff --git a/app-emulation/virtualbox/files/virtualbox-6.0.20-qt-5.15.patch 
b/app-emulation/virtualbox/files/virtualbox-6.0.20-qt-5.15.patch
deleted file mode 100644
index 7ba03f02259..000
--- a/app-emulation/virtualbox/files/virtualbox-6.0.20-qt-5.15.patch
+++ /dev/null
@@ -1,82 +0,0 @@
 a/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.cpp 2020-05-29 
23:51:41.504432532 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.cpp 2020-05-29 
23:49:26.943858460 +0300
-@@ -17,6 +17,8 @@
- 
- /* Qt includes: */
- #include 
-+#include 
-+#include 
- 
- /* GUI include */
- #include "UIImageTools.h"
-
 a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h 2020-05-30 
00:09:50.369275092 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h 2020-05-30 
00:01:14.152354690 +0300
-@@ -24,6 +24,7 @@
- /* Qt includes: */
- #include 
- #include 
-+#include 
- 
- /* GUI includes: */
- #include "UILibraryDefs.h"
 a/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.cpp 2020-05-30 
00:39:54.773447224 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.cpp 2020-05-30 
00:41:36.274371761 +0300
-@@ -21,6 +21,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- /* GUI includes: */
- #include "UIMenuToolBar.h"
 a/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp 2020-05-30 
00:39:47.613523134 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp 2020-05-30 
00:41:29.655441857 +0300
-@@ -29,6 +29,7 @@
- #include 
- #include 
- #include 
-+#include 
- #ifdef VBOX_WS_MAC
- # include 
- #endif
 a/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.cpp 2020-05-30 
00:40:01.624374596 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.cpp 2020-05-30 
00:41:40.654325376 +0300
-@@ -23,6 +23,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- /* GUI includes: */
- #include "UIFilmContainer.h"
 a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp 2020-05-30 
00:40:08.844298062 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp 2020-05-30 
00:41:44.594283652 +0300
-@@ -22,6 +22,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- /* GUI includes: */
- #include "UIPopupBox.h"
 a/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp 2020-05-30 
00:40:16.064221530 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp 2020-05-30 
00:41:52.014205079 +0300
-@@ -27,6 +27,7 @@
- #include 
- #include 
- #include 
-+#include 
- #ifdef VBOX_WS_X11
- # include 
- #endif
 a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp 2020-05-30 
00:40:34.375027462 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp 2020-05-30 
00:42:01.244107347 +0300
-@@ -18,6 +18,7 @@
- /* Qt includes: */
- #include 
- #include 
-+#include 
- 
- /* GUI includes: */
- #include "UIPopupPane.h"

diff --git a/app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch 
b/app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch
deleted file mode 100644
index 6518f60d080..000
--- a/app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 
a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsScrollBar.cpp 
2020-05-30 00:40:22.314155286 +0300
-+++ 
b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsScrollBar.cpp 
2020-05-30 00:41:56.544157111 +0300
-@@ -28,6 +28,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- /* GUI includes: */
- #include "UIGraphicsButton.h"



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

2020-07-27 Thread Aaron Bauman
commit: d8480ea08633477c4e6110b86ab3c0d45d806737
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 21 14:44:58 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:06:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8480ea0

dev-python/werkzeug: update HOMEPAGE

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16765
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/werkzeug/werkzeug-1.0.1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-1.0.1.ebuild 
b/dev-python/werkzeug/werkzeug-1.0.1.ebuild
index 8491e6fa715..aa43e65dc42 100644
--- a/dev-python/werkzeug/werkzeug-1.0.1.ebuild
+++ b/dev-python/werkzeug/werkzeug-1.0.1.ebuild
@@ -11,7 +11,10 @@ MY_PN="Werkzeug"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Collection of various utilities for WSGI applications"
-HOMEPAGE="http://werkzeug.pocoo.org/ https://pypi.org/project/Werkzeug/ 
https://github.com/pallets/werkzeug;
+HOMEPAGE="
+   https://werkzeug.palletsprojects.com/
+   https://pypi.org/project/Werkzeug/
+   https://github.com/pallets/werkzeug;
 #SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 SRC_URI="https://github.com/pallets/werkzeug/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
 



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

2020-07-27 Thread Aaron Bauman
commit: 90d1e0a89a370b3e0860eb68bdff654a04994499
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 21 14:38:13 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:06:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d1e0a8

dev-python/psycopg: update HOMEPAGE

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/psycopg/psycopg-2.7.7.ebuild | 2 +-
 dev-python/psycopg/psycopg-2.8.4.ebuild | 2 +-
 dev-python/psycopg/psycopg-2.8.5.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/psycopg/psycopg-2.7.7.ebuild 
b/dev-python/psycopg/psycopg-2.7.7.ebuild
index 47078b85fcc..0603fb1b177 100644
--- a/dev-python/psycopg/psycopg-2.7.7.ebuild
+++ b/dev-python/psycopg/psycopg-2.7.7.ebuild
@@ -11,7 +11,7 @@ MY_PN="${PN}2"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="PostgreSQL database adapter for Python"
-HOMEPAGE="http://initd.org/psycopg/ https://pypi.org/project/psycopg2/;
+HOMEPAGE="https://www.psycopg.org https://pypi.org/project/psycopg2/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-3+"

diff --git a/dev-python/psycopg/psycopg-2.8.4.ebuild 
b/dev-python/psycopg/psycopg-2.8.4.ebuild
index 0552c717acc..15c005f09ae 100644
--- a/dev-python/psycopg/psycopg-2.8.4.ebuild
+++ b/dev-python/psycopg/psycopg-2.8.4.ebuild
@@ -11,7 +11,7 @@ MY_PN="${PN}2"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="PostgreSQL database adapter for Python"
-HOMEPAGE="http://initd.org/psycopg/ https://pypi.org/project/psycopg2/;
+HOMEPAGE="https://www.psycopg.org https://pypi.org/project/psycopg2/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 S=${WORKDIR}/${MY_P}
 

diff --git a/dev-python/psycopg/psycopg-2.8.5.ebuild 
b/dev-python/psycopg/psycopg-2.8.5.ebuild
index 418f438ce30..451f724542c 100644
--- a/dev-python/psycopg/psycopg-2.8.5.ebuild
+++ b/dev-python/psycopg/psycopg-2.8.5.ebuild
@@ -11,7 +11,7 @@ MY_PN="${PN}2"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="PostgreSQL database adapter for Python"
-HOMEPAGE="http://initd.org/psycopg/ https://pypi.org/project/psycopg2/;
+HOMEPAGE="https://www.psycopg.org https://pypi.org/project/psycopg2/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 S=${WORKDIR}/${MY_P}
 



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

2020-07-27 Thread Aaron Bauman
commit: c8c54028a55e85dc38d6d1be0f03b8f43c35327c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 21 14:29:09 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:06:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c54028

dev-python/jinja: use HTTPS

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/jinja/jinja-2.11.2.ebuild 
b/dev-python/jinja/jinja-2.11.2.ebuild
index d5bd0bcfa14..5b1673de238 100644
--- a/dev-python/jinja/jinja-2.11.2.ebuild
+++ b/dev-python/jinja/jinja-2.11.2.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads(+)"
 inherit distutils-r1
 
 DESCRIPTION="A full-featured template engine for Python"
-HOMEPAGE="http://jinja.pocoo.org/ https://pypi.org/project/Jinja2/;
+HOMEPAGE="https://jinja.palletsprojects.com/ https://pypi.org/project/Jinja2/;
 # pypi tarball is missing tests
 SRC_URI="https://github.com/pallets/jinja/archive/${PV}.tar.gz -> ${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ros/cv_bridge/files/

2020-07-27 Thread Aaron Bauman
commit: 6d17c37ff02249a7070a62f2477df7ab956e5f33
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jul 22 18:08:06 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:06:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d17c37f

dev-ros/cv_bridge: remove unused patch

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16782
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-ros/cv_bridge/files/ocv4.patch | 432 -
 1 file changed, 432 deletions(-)

diff --git a/dev-ros/cv_bridge/files/ocv4.patch 
b/dev-ros/cv_bridge/files/ocv4.patch
deleted file mode 100644
index 8a58408c9e8..000
--- a/dev-ros/cv_bridge/files/ocv4.patch
+++ /dev/null
@@ -1,432 +0,0 @@
-From b0281a5c844ea0b0d9e0104674474adf50810f49 Mon Sep 17 00:00:00 2001
-From: BrutusTT 
-Date: Wed, 4 Sep 2019 11:39:30 +0100
-Subject: [PATCH 1/2] add OpenCV4 support addresses
- ros-perception/vision_opencv#272
-

- cv_bridge/CMakeLists.txt | 2 +-
- cv_bridge/src/CMakeLists.txt | 8 +---
- 2 files changed, 6 insertions(+), 4 deletions(-)
-
-diff --git a/cv_bridge/CMakeLists.txt b/cv_bridge/CMakeLists.txt
-index 997bef3e..c203aad1 100644
 a/cv_bridge/CMakeLists.txt
-+++ b/cv_bridge/CMakeLists.txt
-@@ -13,7 +13,7 @@ if(NOT ANDROID)
- else()
- find_package(Boost REQUIRED)
- endif()
--find_package(OpenCV 3 REQUIRED
-+find_package(OpenCV REQUIRED
-   COMPONENTS
- opencv_core
- opencv_imgproc
-diff --git a/cv_bridge/src/CMakeLists.txt b/cv_bridge/src/CMakeLists.txt
-index 37ba30ee..6d91003b 100644
 a/cv_bridge/src/CMakeLists.txt
-+++ b/cv_bridge/src/CMakeLists.txt
-@@ -32,10 +32,12 @@ if (PYTHON_VERSION_MAJOR VERSION_EQUAL 3)
-   add_definitions(-DPYTHON3)
- endif()
- 
--if (OpenCV_VERSION_MAJOR VERSION_EQUAL 3)
--add_library(${PROJECT_NAME}_boost module.cpp module_opencv3.cpp)
-+if (OpenCV_VERSION_MAJOR VERSION_EQUAL 4)
-+  add_library(${PROJECT_NAME}_boost module.cpp module_opencv4.cpp)
-+elseif(OpenCV_VERSION_MAJOR VERSION_EQUAL 3)
-+  add_library(${PROJECT_NAME}_boost module.cpp module_opencv3.cpp)
- else()
--add_library(${PROJECT_NAME}_boost module.cpp module_opencv2.cpp)
-+  add_library(${PROJECT_NAME}_boost module.cpp module_opencv2.cpp)
- endif()
- target_link_libraries(${PROJECT_NAME}_boost ${Boost_LIBRARIES}
- ${catkin_LIBRARIES}
-
-From 8e01b44c5c1c0003dc91273076f8ca7feb9a8025 Mon Sep 17 00:00:00 2001
-From: BrutusTT 
-Date: Thu, 17 Oct 2019 14:37:40 +0100
-Subject: [PATCH 2/2] added missig file
-

- cv_bridge/src/module_opencv4.cpp | 371 +++
- 1 file changed, 371 insertions(+)
- create mode 100644 cv_bridge/src/module_opencv4.cpp
-
-diff --git a/cv_bridge/src/module_opencv4.cpp 
b/cv_bridge/src/module_opencv4.cpp
-new file mode 100644
-index ..60a9d05d
 /dev/null
-+++ b/cv_bridge/src/module_opencv4.cpp
-@@ -0,0 +1,371 @@
-+// Taken from opencv/modules/python/src2/cv2.cpp
-+
-+#include "module.hpp"
-+
-+#include "opencv2/core/types_c.h"
-+
-+#include "opencv2/opencv_modules.hpp"
-+
-+#include "pycompat.hpp"
-+
-+static PyObject* opencv_error = 0;
-+
-+static int failmsg(const char *fmt, ...)
-+{
-+char str[1000];
-+
-+va_list ap;
-+va_start(ap, fmt);
-+vsnprintf(str, sizeof(str), fmt, ap);
-+va_end(ap);
-+
-+PyErr_SetString(PyExc_TypeError, str);
-+return 0;
-+}
-+
-+struct ArgInfo
-+{
-+const char * name;
-+bool outputarg;
-+// more fields may be added if necessary
-+
-+ArgInfo(const char * name_, bool outputarg_)
-+: name(name_)
-+, outputarg(outputarg_) {}
-+
-+// to match with older pyopencv_to function signature
-+operator const char *() const { return name; }
-+};
-+
-+class PyAllowThreads
-+{
-+public:
-+PyAllowThreads() : _state(PyEval_SaveThread()) {}
-+~PyAllowThreads()
-+{
-+PyEval_RestoreThread(_state);
-+}
-+private:
-+PyThreadState* _state;
-+};
-+
-+class PyEnsureGIL
-+{
-+public:
-+PyEnsureGIL() : _state(PyGILState_Ensure()) {}
-+~PyEnsureGIL()
-+{
-+PyGILState_Release(_state);
-+}
-+private:
-+PyGILState_STATE _state;
-+};
-+
-+#define ERRWRAP2(expr) \
-+try \
-+{ \
-+PyAllowThreads allowThreads; \
-+expr; \
-+} \
-+catch (const cv::Exception ) \
-+{ \
-+PyErr_SetString(opencv_error, e.what()); \
-+return 0; \
-+}
-+
-+using namespace cv;
-+
-+static PyObject* failmsgp(const char *fmt, ...)
-+{
-+  char str[1000];
-+
-+  va_list ap;
-+  va_start(ap, fmt);
-+  vsnprintf(str, sizeof(str), fmt, ap);
-+  va_end(ap);
-+
-+  PyErr_SetString(PyExc_TypeError, str);
-+  return 0;
-+}
-+
-+class NumpyAllocator : public MatAllocator
-+{
-+public:
-+NumpyAllocator() { stdAllocator = Mat::getStdAllocator(); }
-+~NumpyAllocator() {}
-+
-+UMatData* allocate(PyObject* o, int dims, 

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

2020-07-27 Thread Aaron Bauman
commit: 1efadb5354b668c25ac40c9d48074029d230971a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 21 14:27:02 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 27 20:06:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efadb53

dev-python/docutils: use HTTPS

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/docutils/docutils-0.16.ebuild 
b/dev-python/docutils/docutils-0.16.ebuild
index 2e88fd1d63a..9054e4d8eb7 100644
--- a/dev-python/docutils/docutils-0.16.ebuild
+++ b/dev-python/docutils/docutils-0.16.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Python Documentation Utilities"
-HOMEPAGE="http://docutils.sourceforge.net/ https://pypi.org/project/docutils/;
+HOMEPAGE="https://docutils.sourceforge.net/ https://pypi.org/project/docutils/;
 #SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/

2020-07-27 Thread Nicolas Bock
commit: 91b07cdad4baf740d28423902536fa81d75100ab
Author: Nicolas Bock  gentoo  org>
AuthorDate: Mon Jul 27 19:48:22 2020 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Mon Jul 27 19:51:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b07cda

mail-client/neomutt: Upgrade to EAPI 7

Signed-off-by: Nicolas Bock  gentoo.org>

 mail-client/neomutt/neomutt-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/neomutt/neomutt-.ebuild 
b/mail-client/neomutt/neomutt-.ebuild
index ed9a77dec26..7cfa7fbe26d 100644
--- a/mail-client/neomutt/neomutt-.ebuild
+++ b/mail-client/neomutt/neomutt-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit eutils flag-o-matic
 



[gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/

2020-07-27 Thread Nicolas Bock
commit: 8005d1631e0cfab528407180940052c18d69f3b2
Author: Nicolas Bock  gentoo  org>
AuthorDate: Mon Jul 27 19:20:57 2020 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Mon Jul 27 19:51:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8005d163

mail-client/neomutt: Disable tests

Upstream split the unit tests out into a separate repository. Until this
neomutt-test-files repository is packaged, the unit tests in this
package will fail. This change disables the tests.

Bug: https://bugs.gentoo.org/734122
Bug: https://bugs.gentoo.org/734122
Signed-off-by: Nicolas Bock  gentoo.org>

 mail-client/neomutt/neomutt-20200626-r1.ebuild | 132 +
 1 file changed, 132 insertions(+)

diff --git a/mail-client/neomutt/neomutt-20200626-r1.ebuild 
b/mail-client/neomutt/neomutt-20200626-r1.ebuild
new file mode 100644
index 000..d07e9f9f684
--- /dev/null
+++ b/mail-client/neomutt/neomutt-20200626-r1.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils flag-o-matic
+
+if [[ ${PV} =~ $ ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/neomutt/neomutt.git;
+   EGIT_CHECKOUT_DIR="${WORKDIR}/neomutt-${P}"
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="https://neomutt.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="berkdb doc gdbm gnutls gpgme idn kerberos kyotocabinet libressl
+   lmdb nls notmuch pgp-classic qdbm sasl selinux slang smime-classic
+   ssl tokyocabinet"
+
+# Disable tests until neomutt-test-files are avablae
+# (https://bugs.gentoo.org/734122)
+RESTRICT=test
+
+CDEPEND="
+   app-misc/mime-types
+   berkdb? (
+   || (
+   sys-libs/db:6.2
+   sys-libs/db:5.3
+   sys-libs/db:4.8
+   )
+   =net-libs/gnutls-1.0.17 )
+   gpgme? ( >=app-crypt/gpgme-0.9.0 )
+   idn? ( net-dns/libidn:= )
+   kerberos? ( virtual/krb5 )
+   notmuch? ( net-mail/notmuch )
+   sasl? ( >=dev-libs/cyrus-sasl-2 )
+   !slang? ( sys-libs/ncurses:0 )
+   slang? ( sys-libs/slang )
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6:0 )
+   libressl? ( dev-libs/libressl )
+   )
+"
+DEPEND="${CDEPEND}
+   dev-lang/tcl
+   net-mail/mailbase
+   doc? (
+   dev-libs/libxml2
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+   || ( www-client/lynx www-client/w3m www-client/elinks )
+   )"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-mutt )
+"
+
+src_configure() {
+   local myconf=(
+   "$(usex doc --full-doc --disable-doc)"
+   "$(use_enable nls)"
+   "$(use_enable notmuch)"
+
+   "$(use_enable gpgme)"
+   "$(use_enable pgp-classic pgp)"
+   "$(use_enable smime-classic smime)"
+
+   # Database backends.
+   "$(use_enable berkdb bdb)"
+   "$(use_enable gdbm)"
+   "$(use_enable kyotocabinet)"
+   "$(use_enable qdbm)"
+   "$(use_enable tokyocabinet)"
+
+   "$(use_enable idn)"
+   "$(use_enable kerberos gss)"
+   "$(use_enable lmdb)"
+   "$(use_enable sasl)"
+   "--with-ui=$(usex slang slang ncurses)"
+   "--sysconfdir=${EPREFIX}/etc/${PN}"
+   "$(use_enable ssl)"
+   "$(use_enable gnutls)"
+   )
+
+   econf CCACHE=none "${myconf[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   # A man-page is always handy, so fake one - here neomuttrc.5 (neomutt.1
+   # already exists)
+   if use !doc; then
+   sed -n \
+   -e '/^\(CC_FOR_BUILD\|CFLAGS_FOR_BUILD\)\s*=/p' \
+   -e 
'/^\(EXTRA_CFLAGS_FOR_BUILD\|LDFLAGS_FOR_BUILD\)\s*=/p' \
+   -e '/^\(EXEEXT\|SRCDIR\)\s*=/p' \
+   Makefile > docs/Makefile.fakedoc || die
+   sed -n \
+   -e '/^MAKEDOC_CPP\s*=/,/^\s*$/p' \
+   -e 
'/^docs\/\(makedoc$(EXEEXT)\|neomutt\.1\|neomuttrc\.5\)\s*:/,/^\s*$/p' \
+   docs/Makefile.autosetup >> docs/Makefile.fakedoc || die
+   emake -f docs/Makefile.fakedoc docs/neomutt.1
+   emake -f docs/Makefile.fakedoc docs/neomuttrc.5
+   doman docs/neomutt.1 docs/neomuttrc.5
+   fi
+
+   dodoc LICENSE* ChangeLog* README*
+}
+
+pkg_postinst() {
+   if use gpgme && ( use pgp-classic || use smime-classic ); then
+   ewarn "  Note that gpgme (old gpg) includes both pgp and smime"
+  

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-vfs-rar/

2020-07-27 Thread Craig Andrews
commit: 53809b5a1e54463ab6f71d26643759020e76bde7
Author: Karlson2k (Evgeny Grin)  narod  ru>
AuthorDate: Mon Jul 27 19:12:13 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Jul 27 19:24:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53809b5a

media-plugins/kodi-vfs-rar-2.3.1: fixed dependencies, minors tweaks, corrected 
license

Signed-off-by: Karlson2k (Evgeny Grin)  narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/16862
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-vfs-rar/kodi-vfs-rar-2.3.1.ebuild | 13 -
 media-plugins/kodi-vfs-rar/kodi-vfs-rar-.ebuild  | 11 ++-
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-2.3.1.ebuild 
b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-2.3.1.ebuild
index 800adb13571..529f08dce3c 100644
--- a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-2.3.1.ebuild
+++ b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-2.3.1.ebuild
@@ -13,22 +13,25 @@ case ${PV} in
 )
SRC_URI=""
EGIT_REPO_URI="https://github.com/xbmc/vfs.rar.git;
+   EGIT_BRANCH="Matrix"
inherit git-r3
+   DEPEND="~media-tv/kodi-"
;;
 *)
CODENAME="Leia"
KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/xbmc/vfs.rar/archive/${PV}-${CODENAME}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/vfs.rar-${PV}-${CODENAME}"
+   DEPEND="=media-tv/kodi-18*:="
;;
 esac
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 IUSE=""
 
-DEPEND="
-   =dev-libs/libplatform-2*
-   =media-libs/kodi-platform-18*
-   =media-tv/kodi-18*
+DEPEND+="
+   dev-libs/tinyxml
"
+
+RDEPEND="$DEPEND"

diff --git a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-.ebuild 
b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-.ebuild
index a3a654fefd4..529f08dce3c 100644
--- a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-.ebuild
+++ b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-.ebuild
@@ -15,22 +15,23 @@ case ${PV} in
EGIT_REPO_URI="https://github.com/xbmc/vfs.rar.git;
EGIT_BRANCH="Matrix"
inherit git-r3
+   DEPEND="~media-tv/kodi-"
;;
 *)
CODENAME="Leia"
KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/xbmc/vfs.rar/archive/${PV}-${CODENAME}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/vfs.rar-${PV}-${CODENAME}"
+   DEPEND="=media-tv/kodi-18*:="
;;
 esac
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 IUSE=""
 
-RDEPEND="
+DEPEND+="
dev-libs/tinyxml
-   ~media-libs/kodi-platform-
-   ~media-tv/kodi-
"
-DEPEND="${RDEPEND}"
+
+RDEPEND="$DEPEND"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-vfs-rar/

2020-07-27 Thread Craig Andrews
commit: b87d1ff1721dcbfe0ee44fb7c2624e173290d615
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Jul 27 19:24:25 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Jul 27 19:24:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87d1ff1

media-plugins/kodi-vfs-rar: remove longdescription

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

 media-plugins/kodi-vfs-rar/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-plugins/kodi-vfs-rar/metadata.xml 
b/media-plugins/kodi-vfs-rar/metadata.xml
index 3698906773d..e3b16f64161 100644
--- a/media-plugins/kodi-vfs-rar/metadata.xml
+++ b/media-plugins/kodi-vfs-rar/metadata.xml
@@ -5,7 +5,6 @@
 candr...@gentoo.org
 Craig Andrews
 
-RAR VFS addon for Kodi
 
 xbmc/vfs.rar
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/ntp/, net-misc/ntp/files/

2020-07-27 Thread Lars Wendler
commit: 2c65d47e903eb2c2b3792563530b12b2321bdc38
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul 27 18:56:04 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul 27 19:02:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c65d47e

net-misc/ntp: Security cleanup

Bug: https://bugs.gentoo.org/729458
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/ntp/Manifest  |   2 -
 .../ntp/files/ntp-4.2.8-gcc10-fno-common.patch |  22 
 net-misc/ntp/ntp-4.2.8_p14-r2.ebuild   | 145 -
 3 files changed, 169 deletions(-)

diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest
index 745c406ddbe..c61825354c7 100644
--- a/net-misc/ntp/Manifest
+++ b/net-misc/ntp/Manifest
@@ -1,4 +1,2 @@
-DIST ntp-4.2.8p14-manpages.tar.xz 25720 BLAKE2B 
fbb7342729155be6863962136a779b338a5a24be5ba95893260c4308e48afc7364630da726d19077a50a607c3a1ac545b76fa6250ac21d18ed08a345624cd65c
 SHA512 
6efeef479b24841dca1db09fbb6e8469cb32ecb3f84f55ac38cc1dbe5fe6354a0842649755bcf7e2cc6151c05d65ffa5445f1fc34a003f6d3df08ec9dbcbe6d1
-DIST ntp-4.2.8p14.tar.gz 7007263 BLAKE2B 
addcf94b58ea1938914115b662b4aa071586f1ff2cb66823c85fa92d4097c8fe5ce8583a7fae6dd4f7d8ff433348f1eff740bbeb210a1c08d322fc9076a84847
 SHA512 
b0183b4b2f2c6ea0a49d0aca1fa28a7b5cd21e20696a2f633f5afa37c4ea2c59fa7769af82a55c626db49b9eb5a531608710dc1977c4d518583577ef95940ae8
 DIST ntp-4.2.8p15-manpages.tar.xz 25700 BLAKE2B 
6a225bc19dcebee31cb8e0d621963863d567a882655b57be8b65a16f9d3dd138787c7c6b9ff08853306f2e9b11d65cb76e3215cc5b2262a91c411d437974fc18
 SHA512 
21721550864b4e7e91bf20ca894109253439b737799dfc803e1496b3454199f34646f40e0156c08a39d5914e5a92f35908cec0245e1e2627c75c0e64939ba028
 DIST ntp-4.2.8p15.tar.gz 7015970 BLAKE2B 
5697d6623d79686f9ca9ad907172bf942383067d1e9817117d20db042e9f7410644f236f1a0d77ab6bf6ec468476e12ea65b494a28f0dd8674bf08fc8875cfef
 SHA512 
f5ad765e45fc302263dd40e94c287698fd235b94f3684e49f1d5d09d7d8bdd6b8c0fb96ecdabffea3d233e1e79b3c9687b76dc204ba76bad3f554682f4a97794

diff --git a/net-misc/ntp/files/ntp-4.2.8-gcc10-fno-common.patch 
b/net-misc/ntp/files/ntp-4.2.8-gcc10-fno-common.patch
deleted file mode 100644
index d2ed719d8ff..000
--- a/net-misc/ntp/files/ntp-4.2.8-gcc10-fno-common.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 ntp-4.2.8p14/include/ntp_config.h.psl
-+++ ntp-4.2.8p14/include/ntp_config.h
-@@ -280,7 +280,7 @@ typedef struct settrap_parms_tag {
-  * Poll Skew List
-  */
- 
--psl_item psl[17-3+1]; /* values for polls 3-17 */
-+extern psl_item psl[17-3+1];  /* values for polls 3-17 */
-   /* To simplify the runtime code we */
-   /* don't want to have to special-case */
-   /* dealing with a default */
 ntp-4.2.8p14/ntpd/ntp_config.c.psl
-+++ ntp-4.2.8p14/ntpd/ntp_config.c
-@@ -202,6 +202,8 @@ intcryptosw;   /* crypto command called
- 
- extern char *stats_drift_file;/* name of the driftfile */
- 
-+psl_item psl[17-3+1];/* values for polls 3-17 */
-+
- #ifdef BC_LIST_FRAMEWORK_NOT_YET_USED
- /*
-  * backwards compatibility flags

diff --git a/net-misc/ntp/ntp-4.2.8_p14-r2.ebuild 
b/net-misc/ntp/ntp-4.2.8_p14-r2.ebuild
deleted file mode 100644
index 2b72249e997..000
--- a/net-misc/ntp/ntp-4.2.8_p14-r2.ebuild
+++ /dev/null
@@ -1,145 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs flag-o-matic systemd
-
-MY_P=${P/_p/p}
-DESCRIPTION="Network Time Protocol suite/programs"
-HOMEPAGE="http://www.ntp.org/;
-SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV:0:3}/${MY_P}.tar.gz
-   https://dev.gentoo.org/~polynomial-c/${MY_P}-manpages.tar.xz;
-
-LICENSE="HPND BSD ISC"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~m68k-mint"
-IUSE="caps debug ipv6 libressl openntpd parse-clocks readline samba selinux 
snmp ssl +threads vim-syntax zeroconf"
-
-COMMON_DEPEND="readline? ( >=sys-libs/readline-4.1:0= )
-   >=dev-libs/libevent-2.0.9:=[threads?]
-   kernel_linux? ( caps? ( sys-libs/libcap ) )
-   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
-   snmp? ( net-analyzer/net-snmp )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   parse-clocks? ( net-misc/pps-tools )"
-BDEPEND="virtual/pkgconfig
-   acct-group/ntp
-   acct-user/ntp"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   acct-group/ntp
-   acct-user/ntp
-   selinux? ( sec-policy/selinux-ntp )
-   vim-syntax? ( app-vim/ntp-syntax )
-   !net-misc/ntpsec
-   !openntpd? ( !net-misc/openntpd )
-"
-PDEPEND="openntpd? ( net-misc/openntpd )"
-

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

2020-07-27 Thread Lars Wendler
commit: 4846a34e18629746a1b06a162b2b12e530d6dcfe
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul 27 19:01:56 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul 27 19:02:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4846a34e

sys-libs/ldb: Security cleanup

Bug: https://bugs.gentoo.org/730472
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/ldb/Manifest  |   1 -
 sys-libs/ldb/ldb-2.0.10.ebuild | 108 -
 2 files changed, 109 deletions(-)

diff --git a/sys-libs/ldb/Manifest b/sys-libs/ldb/Manifest
index 10fd7b3fe67..2292f56bcdc 100644
--- a/sys-libs/ldb/Manifest
+++ b/sys-libs/ldb/Manifest
@@ -1,4 +1,3 @@
-DIST ldb-2.0.10.tar.gz 1676630 BLAKE2B 
9ae9e6579fd7b15b91a4c0f52ad5ea3a9ba3135efe408b76db53db211a48d3952a790f2f856e5f9573174b2203840b7d6a6ad10976a4b6bf3e0d294731b89b31
 SHA512 
51954969e3121295ea99856c254f455cb746102e9d7895fbd7c66997f33763ae4522ed456e4bae7921b2edd73575a0a10738d21a90a067a57ff770cf0fe35aef
 DIST ldb-2.0.12.tar.gz 1680114 BLAKE2B 
44d7b8f9ff0c1d2adc59378b9da814fb280043c8bbf5ea59920a23448db5abdd53b69c93002e2d621268610ee202377a35676ecf6bd6601d2a2ef9269e71dd6c
 SHA512 
9f26dadee16c50844b28edf03a05ad11067bfb7678cc3e8baf278709a813498a620db3dad463bfe54adb6a44cb5b551cf1224bc30316be5fc8d29ef17295bdd8
 DIST ldb-2.1.3.tar.gz 1673208 BLAKE2B 
32723fb8cbf404258a1334589e08f1a1b1ee78a6260327e4793d338f73132ae89a5655f77ef4160a0c4b751f5e33e841420c2027034c78d371bf5fd7f3931a37
 SHA512 
3f5adf5ed6c98cefce56ba47c986c5d59619731def8fa66440957aba1483de19bcfdc4ec5498d34db70753312b1ad47b864020269df924d3d431c8d4d223af10
 DIST ldb-2.1.4.tar.gz 1673335 BLAKE2B 
581ea127715d82d849f78c11fc66eb278e45f6c9ff9b379d5a3cfaa8c9c424004614a5a9c2120710d23feb1252294e2abd4983158a2a46e5d70180ad3c765dbd
 SHA512 
7e0ee973881dde2390568dc71a2ffe7c7ed894daaa9cadf80c221e1b969fd9a8729f3c48a0f611a64b2941c295a2bc7bd8ba869881ba14f75b8bf331167e

diff --git a/sys-libs/ldb/ldb-2.0.10.ebuild b/sys-libs/ldb/ldb-2.0.10.ebuild
deleted file mode 100644
index ef525af0a11..000
--- a/sys-libs/ldb/ldb-2.0.10.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit python-single-r1 waf-utils multilib-minimal eutils
-
-DESCRIPTION="An LDAP-like embedded database"
-HOMEPAGE="https://ldb.samba.org;
-SRC_URI="https://www.samba.org/ftp/pub/${PN}/${P}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="doc +ldap +lmdb python test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
-   dev-libs/popt[${MULTILIB_USEDEP}]
-   >=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}]
-   >=sys-libs/talloc-2.2.0[python?,${MULTILIB_USEDEP}]
-   >=sys-libs/tdb-1.4.2[python?,${MULTILIB_USEDEP}]
-   >=sys-libs/tevent-0.10.0[python(+)?,${MULTILIB_USEDEP}]
-   ldap? ( net-nds/openldap )
-   lmdb? ( >=dev-db/lmdb-0.9.16[${MULTILIB_USEDEP}] )
-   python? ( ${PYTHON_DEPS} )
-"
-
-DEPEND="dev-libs/libxslt
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig
-   ${PYTHON_DEPS}
-   ${RDEPEND}
-"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
-   test? ( python )"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-MULTILIB_WRAPPED_HEADERS=( /usr/include/pyldb.h )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.5.2-optional_packages.patch
-   "${FILESDIR}"/${PN}-1.1.31-fix_PKGCONFIGDIR-when-python-disabled.patch
-)
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   local myconf=(
-   $(usex ldap '' --disable-ldap)
-   $(usex lmdb '' --without-ldb-lmdb)
-   --disable-rpath
-   --disable-rpath-install --bundled-libraries=NONE
-   --with-modulesdir="${EPREFIX}"/usr/$(get_libdir)/samba
-   --builtin-libraries=NONE
-   )
-   if ! multilib_is_native_abi; then
-   myconf+=( --disable-python )
-   else
-   use python || myconf+=( --disable-python )
-   fi
-   waf-utils_src_configure "${myconf[@]}"
-}
-
-multilib_src_compile() {
-   waf-utils_src_compile
-   multilib_is_native_abi && use doc && doxygen Doxyfile
-}
-
-multilib_src_test() {
-   if multilib_is_native_abi; then
-   WAF_MAKE=1 \
-   
PATH=buildtools/bin:../../../buildtools/bin:$PATH:"${BUILD_DIR}"/bin/shared/private/
 \
-   
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"${BUILD_DIR}"/bin/shared/private/:"${BUILD_DIR}"/bin/shared
 \
-   waf test || die
-   fi
-}
-
-multilib_src_install() {
-   waf-utils_src_install
-
-   if 

[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2020-07-27 Thread Lars Wendler
commit: 519b96d13806d2ced7b374ea263c51cfdcb9e03c
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul 27 18:58:29 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul 27 19:02:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519b96d1

net-fs/samba: Security cleanup

Bug: https://bugs.gentoo.org/730472
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 net-fs/samba/Manifest   |   3 -
 net-fs/samba/samba-4.11.8.ebuild| 314 ---
 net-fs/samba/samba-4.11.9-r1.ebuild | 318 
 net-fs/samba/samba-4.12.3-r1.ebuild | 316 ---
 4 files changed, 951 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 8aeae996979..beba2a92f5a 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,5 +1,2 @@
 DIST samba-4.11.11.tar.gz 18590837 BLAKE2B 
0d585d4561717c6a08ac51fb8ae9944901aa81e437fc8e78ca22e5a43232295002f5456d78b302278aa7a0a4596f8c5b0b910e092aa54a8d9c46fd804b772d33
 SHA512 
71403fe4c1de3730b115a7e1b1cdfcae6f2e8c7ca8b18ed154be309f06484d136e66ef64379409c6e39ade3b5bfa5587f9229755e9ee1747915c546fd1f08d5f
-DIST samba-4.11.8.tar.gz 18571308 BLAKE2B 
024920789ac8fcedfc79f4d094a47e4c1399a0bbc3ad79908f66b9bbabd765865795763c1017cc0caba18dbc11ce6a7e25231804d7dff11ab3d97a599ab8d9ed
 SHA512 
a036c46e060d9edc11bf4e45e0449042fe44b74ff083d305779c68dad943f87fb6d2680f3a68e6bbcd0b19c8c397ec9fc5794229a311c25dad9efc366add613a
-DIST samba-4.11.9.tar.gz 18576961 BLAKE2B 
584e62df96bd7de6c0ff93f8fb45b85583b048c300cae020e1e1b467e773b4198c215cbef3b9c34ddf2e138118cca1dd7002ab9c671d111606e735ba8595f720
 SHA512 
77c1e928d23115eed0cc20f5836b02e73a26b0c23b2061c6148177fbf5b140e3d3a7a9fabfee3a2306158bc157708636c58c6655a57a64f0ff9a20c1a91e4f23
-DIST samba-4.12.3.tar.gz 18203604 BLAKE2B 
4d95e472fe4dbec259c6efe14db56d38056209f22a1ad98a62f7b8a9efb09c09ef4ff16ac1ee287e5a93cc86cb7472ee7c1d4feb1d0e1bdc4b887b1a7213fdf2
 SHA512 
5de66c21db0710880b6e0347ae1eff17ff1881eb926e9a0cf5af9ddc27599cf8daa9ca6ea35b2a0a2158226a38cdf7074b28a51e460a139720c78a522b1a5908
 DIST samba-4.12.4.tar.gz 18212485 BLAKE2B 
90b356ca989bd4724468da4d5eab4540e00d3ee5cd648295ef9cfca9a0bd79a7f2ee1d3fdc65e697220ad3cec8b0b97819fa8cc4dc0c42147f287b2b8fcd9294
 SHA512 
d52a76e8896790756810db6a2cebc5c4f67f4172dad9e411493301a9941345d360f720108d2ab49bf4d590a43622b174583bbf0f87d433593c88b26f00753f69

diff --git a/net-fs/samba/samba-4.11.8.ebuild b/net-fs/samba/samba-4.11.8.ebuild
deleted file mode 100644
index f250d29d96f..000
--- a/net-fs/samba/samba-4.11.8.ebuild
+++ /dev/null
@@ -1,314 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE='threads(+),xml(+)'
-inherit python-single-r1 waf-utils multilib-minimal linux-info systemd pam
-
-MY_PV="${PV/_rc/rc}"
-MY_P="${PN}-${MY_PV}"
-
-SRC_PATH="stable"
-[[ ${PV} = *_rc* ]] && SRC_PATH="rc"
-
-SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
-[[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-
-DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="https://www.samba.org/;
-LICENSE="GPL-3"
-
-SLOT="0"
-
-IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gpg iprint
-json ldap pam profiling-data python quota selinux syslog system-heimdal
-+system-mitkrb5 systemd test winbind zeroconf"
-
-MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/samba-4.0/policy.h
-   /usr/include/samba-4.0/dcerpc_server.h
-   /usr/include/samba-4.0/ctdb.h
-   /usr/include/samba-4.0/ctdb_client.h
-   /usr/include/samba-4.0/ctdb_protocol.h
-   /usr/include/samba-4.0/ctdb_private.h
-   /usr/include/samba-4.0/ctdb_typesafe_cb.h
-   /usr/include/samba-4.0/ctdb_version.h
-)
-
-CDEPEND="
-   >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}]
-   dev-lang/perl:=
-   dev-libs/libbsd[${MULTILIB_USEDEP}]
-   dev-libs/libtasn1[${MULTILIB_USEDEP}]
-   dev-libs/popt[${MULTILIB_USEDEP}]
-   >=net-libs/gnutls-3.2.0[${MULTILIB_USEDEP}]
-   net-libs/libnsl:=[${MULTILIB_USEDEP}]
-   sys-apps/dbus[${MULTILIB_USEDEP}]
-   sys-libs/e2fsprogs-libs[${MULTILIB_USEDEP}]
-   
>=sys-libs/ldb-2.0.10[ldap(+)?,python?,${PYTHON_SINGLE_USEDEP},${MULTILIB_USEDEP}]
-   
=sys-libs/talloc-2.2.0[python?,${PYTHON_SINGLE_USEDEP},${MULTILIB_USEDEP}]
-   >=sys-libs/tdb-1.4.2[python?,${PYTHON_SINGLE_USEDEP},${MULTILIB_USEDEP}]
-   
>=sys-libs/tevent-0.10.0[python?,${PYTHON_SINGLE_USEDEP},${MULTILIB_USEDEP}]
-   sys-libs/zlib[${MULTILIB_USEDEP}]
-   virtual/libiconv
-   pam? ( sys-libs/pam )
-   acl? ( virtual/acl )
-   $(python_gen_cond_dep "
-   dev-python/subunit[\${PYTHON_MULTI_USEDEP},${MULTILIB_USEDEP}]
-   addns? (
-   net-dns/bind-tools[gssapi]
-

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-screensaver-matrixtrails/

2020-07-27 Thread Craig Andrews
commit: 6ee7a9dcc2fc0f013ddc489f79ea83a6808b0852
Author: Karlson2k (Evgeny Grin)  narod  ru>
AuthorDate: Mon Jul 27 18:44:02 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Jul 27 18:54:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee7a9dc

media-plugins/kodi-screensaver-matrixtrails: Kodi Matrix screensaver

Signed-off-by: Karlson2k (Evgeny Grin)  narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/16860
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-screensaver-matrixtrails/Manifest |  1 +
 .../kodi-screensaver-matrixtrails-2.2.3.ebuild | 44 ++
 .../kodi-screensaver-matrixtrails-.ebuild  | 44 ++
 .../kodi-screensaver-matrixtrails/metadata.xml | 15 
 4 files changed, 104 insertions(+)

diff --git a/media-plugins/kodi-screensaver-matrixtrails/Manifest 
b/media-plugins/kodi-screensaver-matrixtrails/Manifest
new file mode 100644
index 000..3fef241f912
--- /dev/null
+++ b/media-plugins/kodi-screensaver-matrixtrails/Manifest
@@ -0,0 +1 @@
+DIST kodi-screensaver-matrixtrails-2.2.3.tar.gz 1669456 BLAKE2B 
ebc44866ad1c7b42ff3f0efd0fc1fdb33c2552e432735b0a196388f57e7405e6115b0fa316ccf0840f593aaf1ad0eb333ba0ca0b8271e7152a2cd5d1707619d4
 SHA512 
5347dc6b7ec32bc305ee71859070229609367a3231f8ca18e4712588f56387cec4c5591abbda2375d047f951f8482d96ed93e8224cb1afd92cbbecdbf151b03e

diff --git 
a/media-plugins/kodi-screensaver-matrixtrails/kodi-screensaver-matrixtrails-2.2.3.ebuild
 
b/media-plugins/kodi-screensaver-matrixtrails/kodi-screensaver-matrixtrails-2.2.3.ebuild
new file mode 100644
index 000..7ac2462f089
--- /dev/null
+++ 
b/media-plugins/kodi-screensaver-matrixtrails/kodi-screensaver-matrixtrails-2.2.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+KODI_PLUGIN_NAME="screensaver.matrixtrails"
+DESCRIPTION="Matrix Trails screensaver for Kodi"
+HOMEPAGE="https://github.com/xbmc/screensaver.matrixtrails;
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}.git;
+   inherit git-r3
+   DEPEND="~media-tv/kodi-"
+
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/${KODI_PLUGIN_NAME}-${PV}-${CODENAME}"
+   DEPEND="=media-tv/kodi-18*:="
+   ;;
+esac
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+   virtual/opengl
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   if [ -d depends ]; then rm -rf depends || die; fi
+   cmake_src_prepare
+}

diff --git 
a/media-plugins/kodi-screensaver-matrixtrails/kodi-screensaver-matrixtrails-.ebuild
 
b/media-plugins/kodi-screensaver-matrixtrails/kodi-screensaver-matrixtrails-.ebuild
new file mode 100644
index 000..7ac2462f089
--- /dev/null
+++ 
b/media-plugins/kodi-screensaver-matrixtrails/kodi-screensaver-matrixtrails-.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+KODI_PLUGIN_NAME="screensaver.matrixtrails"
+DESCRIPTION="Matrix Trails screensaver for Kodi"
+HOMEPAGE="https://github.com/xbmc/screensaver.matrixtrails;
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}.git;
+   inherit git-r3
+   DEPEND="~media-tv/kodi-"
+
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/${KODI_PLUGIN_NAME}-${PV}-${CODENAME}"
+   DEPEND="=media-tv/kodi-18*:="
+   ;;
+esac
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+   virtual/opengl
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   if [ -d depends ]; then rm -rf depends || die; fi
+   cmake_src_prepare
+}

diff --git a/media-plugins/kodi-screensaver-matrixtrails/metadata.xml 
b/media-plugins/kodi-screensaver-matrixtrails/metadata.xml
new file mode 100644
index 000..6584d4783bb
--- /dev/null
+++ b/media-plugins/kodi-screensaver-matrixtrails/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+candr...@gentoo.org
+Craig Andrews
+
+
+k...@narod.ru
+Karlson2k (Evgeny Grin)
+
+
+xbmc/screensaver.matrixtrails
+
+



[gentoo-commits] repo/gentoo:master commit in: app-text/xiphos/, app-text/xiphos/files/

2020-07-27 Thread Marek Szuba
commit: 4abb3e1488e73d15d8980b9a07e72f4c6bd8beb7
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 27 18:35:02 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 27 18:37:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abb3e14

app-text/xiphos: bump to 4.2.1

The first Python-free release - upstream has switched from Waf to CMake.

Signed-off-by: Marek Szuba  gentoo.org>

 app-text/xiphos/Manifest   |  1 +
 .../files/xiphos-4.2.1-appdata_metainfo.patch  | 11 
 app-text/xiphos/xiphos-4.2.1.ebuild| 63 ++
 3 files changed, 75 insertions(+)

diff --git a/app-text/xiphos/Manifest b/app-text/xiphos/Manifest
index 3bb3026e088..6ee6ace6925 100644
--- a/app-text/xiphos/Manifest
+++ b/app-text/xiphos/Manifest
@@ -1,2 +1,3 @@
 DIST xiphos-4.0.6a-20170820.tar.gz 30584893 BLAKE2B 
a3b76543c8d1c0d03fcc2f567751df49230ef1d35019bec98ef726edb6a519424d0c773d4ff6f7eb3ad714f56af6dac19fc1ac2dc29560b03e3ec3ea9a46ccfd
 SHA512 
a0577521c6b9033b74b3b0a0fd7a88222de00dc2e9db100d66e1bb60bc117173badd26c47d2e896ffa167c52a263c9bf9046d650a9b4ae497bec6164bfb0a29b
 DIST xiphos-4.1.0.tar.gz 30623199 BLAKE2B 
3f4e804b346b5f3225458bf3653d033c95fb4cb8148b5e1c7d7ba875637877df1489d43b22e6d47ed1d477545d564da57d864f54e4a4e30c61e4b4c94b3f2066
 SHA512 
f2da65a0cf10cda5ca471a09d351be8e2e5601857b4cb363ba45865e4595bebbc9b8cfa47660a1106b1521b4059d341c7e8c04c0c712387b913bdf994d1c6400
+DIST xiphos-4.2.1.tar.gz 28373966 BLAKE2B 
33f4cb8884add292047d4c9a594ee467f6a294c0732af54802ffa556c5d97978f398fc1b5da52d5620413305d4efe9ea1a3e680dc4db1dde962d5c9028c360cf
 SHA512 
4ce92b86e1915fa4d0ffa867a3542ff697195dd176dff1c5d00193a9556ecfc60623049bf45837a2f60317c392b3c4365742a7490ac8304a6f1b9491e3318077

diff --git a/app-text/xiphos/files/xiphos-4.2.1-appdata_metainfo.patch 
b/app-text/xiphos/files/xiphos-4.2.1-appdata_metainfo.patch
new file mode 100644
index 000..fddfd2eca95
--- /dev/null
+++ b/app-text/xiphos/files/xiphos-4.2.1-appdata_metainfo.patch
@@ -0,0 +1,11 @@
+--- a/desktop/CMakeLists.txt
 b/desktop/CMakeLists.txt
+@@ -96,7 +96,7 @@
+ )
+   # install file
+   install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.appdata.xml
+-DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/appdata
++DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo
+ COMPONENT data
+ )
+ 

diff --git a/app-text/xiphos/xiphos-4.2.1.ebuild 
b/app-text/xiphos/xiphos-4.2.1.ebuild
new file mode 100644
index 000..7a03b2cb28b
--- /dev/null
+++ b/app-text/xiphos/xiphos-4.2.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="A Gtk+-based Bible-study frontend for SWORD"
+HOMEPAGE="https://xiphos.org/;
+SRC_URI="https://github.com/crosswire/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2 MIT MPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="dbus debug"
+
+COMMON="sys-apps/util-linux
+   dev-libs/libxml2
+   dev-libs/libxslt
+   dbus? ( dev-libs/dbus-glib )"
+RDEPEND="${COMMON}
+   >=app-text/sword-1.8.1
+   dev-libs/glib:2
+   dev-libs/icu
+   gnome-extra/gtkhtml:4.0
+   >=net-libs/biblesync-1.2.0
+   net-libs/webkit-gtk:4
+   sys-libs/zlib[minizip]
+   x11-libs/gtk+:3"
+DEPEND="${RDEPEND}"
+BDEPEND="${COMMON}
+   app-arch/zip
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   dev-util/desktop-file-utils
+   dev-util/glib-utils
+   dev-util/itstool
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.2.1-appdata_metainfo.patch
+)
+
+src_configure() {
+   # TODO: stop using gtkhtml, it is deprecated (Bug #667914). However, as
+   # of 4.2.1 it is still required because the WebKit-based editor
+   # does not support webkit-gtk:4.
+   local mycmakeargs=(
+   -DDBUS=$(usex dbus)
+   -DDEBUG=$(usex debug)
+   -DGTKHTML=on
+   -DPOSTINST=off
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2020-07-27 Thread Marek Szuba
commit: 1bbecfd9f532b6e9e4a855f9eb0b04a5d281c1cc
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 27 18:36:14 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 27 18:37:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbecfd9

app-text/xiphos: remove unstable releases requiring python2_7

Signed-off-by: Marek Szuba  gentoo.org>

 app-text/xiphos/Manifest   |  1 -
 app-text/xiphos/xiphos-4.1.0-r2.ebuild | 91 --
 2 files changed, 92 deletions(-)

diff --git a/app-text/xiphos/Manifest b/app-text/xiphos/Manifest
index 6ee6ace6925..c2950457f74 100644
--- a/app-text/xiphos/Manifest
+++ b/app-text/xiphos/Manifest
@@ -1,3 +1,2 @@
 DIST xiphos-4.0.6a-20170820.tar.gz 30584893 BLAKE2B 
a3b76543c8d1c0d03fcc2f567751df49230ef1d35019bec98ef726edb6a519424d0c773d4ff6f7eb3ad714f56af6dac19fc1ac2dc29560b03e3ec3ea9a46ccfd
 SHA512 
a0577521c6b9033b74b3b0a0fd7a88222de00dc2e9db100d66e1bb60bc117173badd26c47d2e896ffa167c52a263c9bf9046d650a9b4ae497bec6164bfb0a29b
-DIST xiphos-4.1.0.tar.gz 30623199 BLAKE2B 
3f4e804b346b5f3225458bf3653d033c95fb4cb8148b5e1c7d7ba875637877df1489d43b22e6d47ed1d477545d564da57d864f54e4a4e30c61e4b4c94b3f2066
 SHA512 
f2da65a0cf10cda5ca471a09d351be8e2e5601857b4cb363ba45865e4595bebbc9b8cfa47660a1106b1521b4059d341c7e8c04c0c712387b913bdf994d1c6400
 DIST xiphos-4.2.1.tar.gz 28373966 BLAKE2B 
33f4cb8884add292047d4c9a594ee467f6a294c0732af54802ffa556c5d97978f398fc1b5da52d5620413305d4efe9ea1a3e680dc4db1dde962d5c9028c360cf
 SHA512 
4ce92b86e1915fa4d0ffa867a3542ff697195dd176dff1c5d00193a9556ecfc60623049bf45837a2f60317c392b3c4365742a7490ac8304a6f1b9491e3318077

diff --git a/app-text/xiphos/xiphos-4.1.0-r2.ebuild 
b/app-text/xiphos/xiphos-4.1.0-r2.ebuild
deleted file mode 100644
index b65bbc5e791..000
--- a/app-text/xiphos/xiphos-4.1.0-r2.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit flag-o-matic gnome2-utils python-single-r1 toolchain-funcs
-
-DESCRIPTION="A bible study frontend for Sword (formerly known as GnomeSword)"
-HOMEPAGE="https://xiphos.org/;
-SRC_URI="https://github.com/crosswire/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2 FDL-1.1 LGPL-2 MIT MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dbus debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   >=app-text/sword-1.8.0
-   dev-libs/glib:2
-   gnome-extra/gtkhtml:4.0
-   >=gnome-extra/libgsf-1.14
-   net-libs/webkit-gtk:4
-   x11-libs/gtk+:3
-   $(python_gen_cond_dep '
-   dev-libs/libxml2:2[${PYTHON_MULTI_USEDEP}]
-   gnome-base/gconf[${PYTHON_MULTI_USEDEP}]
-   ')
-   dbus? ( dev-libs/dbus-glib )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook2X
-   app-text/rarian
-   dev-util/glib-utils
-   dev-util/intltool
-   >=net-libs/biblesync-1.2.0-r1[-static]
-   virtual/pkgconfig
-   sys-devel/gettext
-   app-text/gnome-doc-utils
-   dev-libs/libxslt
-"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   sed -i \
-   -e '/FLAGS_DEBUG/s:-g:-Wall:' \
-   -e '/FLAGS_RELEASE/s:-O2:-Wall:' \
-   wscript || die
-   default
-}
-
-src_configure() {
-   append-cppflags -DNO_SWORD_SET_RENDER_NOTE_NUMBERS=1
-
-   tc-export AR CC CPP CXX RANLIB
-
-   CCFLAGS="${CFLAGS}" \
-   LINKFLAGS="${LDFLAGS}" \
-   SGML2MAN="$(type -P docbook2man.pl)" \
-   ./waf -v \
-   --prefix=/usr \
-   --gtk=3 \
-   --enable-webkit2 \
-   --debug-level=$(use debug && echo debug || echo 
release) \
-   $(use dbus || echo --disable-dbus) \
-   configure || die
-}
-
-src_compile() {
-   ./waf -v build || die
-}
-
-src_install() {
-   ./waf -v --destdir="${D}" install || die
-
-   doman ${PN}.1
-   dodoc AUTHORS ChangeLog RELEASE-NOTES TODO
-
-   dodoc Xiphos.ogg
-   docompress -x /usr/share/doc/${PF}/Xiphos.ogg
-
-   rm -rf "${ED}"/usr/share/doc/${PN}
-}
-
-pkg_preinst() {gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



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

2020-07-27 Thread Sergei Trofimovich
commit: e236c75045281f55994fa9a990a58373e1d5af33
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 27 18:31:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:36:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e236c750

x11-misc/xdg-utils: stable 1.1.3_p20200220 for hppa, bug #733598

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

 x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220.ebuild 
b/x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220.ebuild
index 37c717100c2..10923364b1b 100644
--- a/x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220.ebuild
+++ b/x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}/xdg-utils-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="



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

2020-07-27 Thread Sergei Trofimovich
commit: c581883a84054ec09dd9c0fb0cb7f1c1a7545f01
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 27 16:24:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:36:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c581883a

sci-libs/fftw: stable 3.3.8-r1 for hppa, bug #733576

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

 sci-libs/fftw/fftw-3.3.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/fftw/fftw-3.3.8-r1.ebuild 
b/sci-libs/fftw/fftw-3.3.8-r1.ebuild
index 0baa63ed39b..fa52ef3aa6b 100644
--- a/sci-libs/fftw/fftw-3.3.8-r1.ebuild
+++ b/sci-libs/fftw/fftw-3.3.8-r1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/FFTW/fftw3.git;
 else
SRC_URI="http://www.fftw.org/${PN}-${PV/_p/-pl}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins/

2020-07-27 Thread Sergei Trofimovich
commit: cba1ed98ce78319a7f002b83a4a35863198c6c7f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 27 16:19:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:36:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba1ed98

net-analyzer/nagios-plugins: stable 2.3.1-r1 for sparc, bug #733652

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

 net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild 
b/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild
index 417ff6ce57a..c8f043b7943 100644
--- a/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild
+++ b/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://nagios-plugins.org/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="ipv6 ldap libressl mysql nagios-dns nagios-ping nagios-game postgres 
radius samba selinux snmp ssh +ssl"
 
 # Most of the plugins use automagic dependencies, i.e. the plugin will



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

2020-07-27 Thread Sergei Trofimovich
commit: c936af5a934c3bf4191cbdb9fb1dcaf5c88a321d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 27 16:22:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:36:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c936af5a

dev-libs/check: stable 0.15.0 for hppa, bug #733476

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

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

diff --git a/dev-libs/check/check-0.15.0.ebuild 
b/dev-libs/check/check-0.15.0.ebuild
index a361b4cd96b..f88cbbcb9a9 100644
--- a/dev-libs/check/check-0.15.0.ebuild
+++ b/dev-libs/check/check-0.15.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libcheck/check/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc subunit test"
 
 RESTRICT="!test? ( test )"



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

2020-07-27 Thread Sergei Trofimovich
commit: 68a639c233076afd73fa262d6adec1e1f3906b58
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 27 16:23:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:36:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a639c2

media-libs/freetype: stable 2.10.2-r1 for hppa, bug #733552

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

 media-libs/freetype/freetype-2.10.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/freetype/freetype-2.10.2-r1.ebuild 
b/media-libs/freetype/freetype-2.10.2-r1.ebuild
index 633509ad430..14660282a55 100644
--- a/media-libs/freetype/freetype-2.10.2-r1.ebuild
+++ b/media-libs/freetype/freetype-2.10.2-r1.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" !=  ]] ; then
mirror://nongnu/freetype/ft2demos-${PV}.tar.xz )
doc?( mirror://sourceforge/freetype/${PN}-doc-${PV}.tar.xz
mirror://nongnu/freetype/${PN}-doc-${PV}.tar.xz )"
-   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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
+   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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
IUSE+=" doc"
 else
inherit autotools git-r3



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

2020-07-27 Thread Sergei Trofimovich
commit: 1c664d3f0c43642a935528773703f3ee71455791
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 27 16:21:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:36:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c664d3f

sys-devel/gcc: stable 9.3.0-r1 for hppa, bug #730900

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

 sys-devel/gcc/gcc-9.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-9.3.0-r1.ebuild 
b/sys-devel/gcc/gcc-9.3.0-r1.ebuild
index e93a1469917..c08d53c6cb7 100644
--- a/sys-devel/gcc/gcc-9.3.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-9.3.0-r1.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="3"
 
 inherit toolchain
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2020-07-27 Thread Sergei Trofimovich
commit: 03e13524c9648c53b5eb799a32fc44e577a6d948
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 27 16:23:00 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:36:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e13524

sys-libs/gdbm: stable 1.18.1 for hppa, bug #733408

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

 sys-libs/gdbm/gdbm-1.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/gdbm/gdbm-1.18.1.ebuild b/sys-libs/gdbm/gdbm-1.18.1.ebuild
index fd189276ff6..6645a43250f 100644
--- a/sys-libs/gdbm/gdbm-1.18.1.ebuild
+++ b/sys-libs/gdbm/gdbm-1.18.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gdbm/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0/6" # libgdbm.so version
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+berkdb nls +readline static-libs"
 
 DEPEND="



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

2020-07-27 Thread Sergei Trofimovich
commit: 99dc3ce42c6eaec9c327eb424c33ee12207923dd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 27 16:18:32 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:36:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99dc3ce4

dev-python/hypothesis: stable 5.16.3 for sparc, bug #733780

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

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

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



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

2020-07-27 Thread Sergei Trofimovich
commit: ec3ad4deae7f818196c792d793f5ae7aa24e5289
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 27 16:17:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:36:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3ad4de

dev-util/ccache: stable 3.7.10 for sparc, bug #733866

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

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

diff --git a/dev-util/ccache/ccache-3.7.10.ebuild 
b/dev-util/ccache/ccache-3.7.10.ebuild
index 6cdce3932ae..148e17d49d7 100644
--- a/dev-util/ccache/ccache-3.7.10.ebuild
+++ b/dev-util/ccache/ccache-3.7.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="test"
 
 DEPEND="app-arch/xz-utils



[gentoo-commits] repo/gentoo:master commit in: app-arch/zopfli/

2020-07-27 Thread Sergei Trofimovich
commit: 29823eb03df8c178025410b78d074b0e1f267d1a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 27 16:22:32 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:36:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29823eb0

app-arch/zopfli: stable 1.0.3 for hppa, bug #733528

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

 app-arch/zopfli/zopfli-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/zopfli/zopfli-1.0.3.ebuild 
b/app-arch/zopfli/zopfli-1.0.3.ebuild
index e3887087d9f..351eed8423c 100644
--- a/app-arch/zopfli/zopfli-1.0.3.ebuild
+++ b/app-arch/zopfli/zopfli-1.0.3.ebuild
@@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 
 DOCS=( CONTRIBUTORS README README.zopflipng )



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-config/

2020-07-27 Thread Sergei Trofimovich
commit: b43b4077871c28d3bf3c015568e990e55c65c884
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 27 16:16:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:36:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43b4077

sys-devel/gcc-config: stable 2.3.1 for sparc, bug #733870

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

 sys-devel/gcc-config/gcc-config-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.3.1.ebuild 
b/sys-devel/gcc-config/gcc-config-2.3.1.ebuild
index 7c3d86c375c..b319adef4a5 100644
--- a/sys-devel/gcc-config/gcc-config-2.3.1.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.3.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 fi
 
 DESCRIPTION="Utility to manage compilers"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-config/

2020-07-27 Thread Sergei Trofimovich
commit: 212ec4d13da29db114ef1ef34e8fe7732b97aeeb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 27 16:16:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:36:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212ec4d1

sys-devel/binutils-config: stable 5.3.2 for sparc, bug #733868

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

 sys-devel/binutils-config/binutils-config-5.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils-config/binutils-config-5.3.2.ebuild 
b/sys-devel/binutils-config/binutils-config-5.3.2.ebuild
index 456c3e1e39f..59c3bc212db 100644
--- a/sys-devel/binutils-config/binutils-config-5.3.2.ebuild
+++ b/sys-devel/binutils-config/binutils-config-5.3.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 fi
 
 DESCRIPTION="Utility to change the binutils version being used"



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

2020-07-27 Thread Brian Dolbec
commit: cad0f318b03f1c1d383b8b17f54e10b7070c1074
Author: zshzero  gmail  com>
AuthorDate: Thu May 14 06:45:33 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jul 27 18:33:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad0f318

sys-process/bashtop: Updated ebuild, bump to 0.9.25

Updated ebuild and fixed typo
Signed-off-by: Ashwin A Kumar  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16823
Signed-off-by: Brian Dolbec  gentoo.org>

 sys-process/bashtop/Manifest   | 2 +-
 .../bashtop/{bashtop-0.9.23.ebuild => bashtop-0.9.25.ebuild}   | 7 +--
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/sys-process/bashtop/Manifest b/sys-process/bashtop/Manifest
index 3d09e2ef1f4..297f4752bd4 100644
--- a/sys-process/bashtop/Manifest
+++ b/sys-process/bashtop/Manifest
@@ -1 +1 @@
-DIST bashtop-0.9.23.tar.gz 443555 BLAKE2B 
138a77191e8c0d7c060ccaa65bc09465bf9a24f45bb08822b687ad8a6922fdee887e46f88b66b5e069ce025f66ac888feea979836978db58edfc2863535e450a
 SHA512 
4c9fda09113e0551112ebff61f3cb93d9f17ddbe36b9c7621096f1656585bed6b0312b5ccdff7a8331ccd7b356c0e865fb40c7ba4a89946d77ca23b9fd65440d
+DIST bashtop-0.9.25.tar.gz 443776 BLAKE2B 
e778f7657a0502a47ed008d9a54514a7397fa3d2f04a3cac0f98faf67b0b183329f0a760121b0e1e7f7bc28a0ff37b43fe514a524eae81468c9cac573da249d2
 SHA512 
bd70c1e5b8876be38afe5987e60af0d59496532e6f0a87d2b3cd62c2a251fe627d0fac77e757f01979a6d20b43948860f0bcba4d8a1c54f8ef52d02ad4547a7f

diff --git a/sys-process/bashtop/bashtop-0.9.23.ebuild 
b/sys-process/bashtop/bashtop-0.9.25.ebuild
similarity index 84%
rename from sys-process/bashtop/bashtop-0.9.23.ebuild
rename to sys-process/bashtop/bashtop-0.9.25.ebuild
index cdca7f1c1cd..c92ad3eeb80 100644
--- a/sys-process/bashtop/bashtop-0.9.23.ebuild
+++ b/sys-process/bashtop/bashtop-0.9.25.ebuild
@@ -12,11 +12,6 @@ 
SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-DOCS=( README.md )
-
-DEPEND="${RDEPEND}"
-RDEPEND=""
 
 src_prepare() {
default
@@ -26,6 +21,6 @@ src_prepare() {
 
 pkg_postinst() {
optfeature "CPU Temperature support" sys-apps/lm-sensors
-   optfeature "Update news and Theme Downlaod feature" net-misc/curl
+   optfeature "Update news and Theme Download feature" net-misc/curl
optfeature "Disk Stats support" app-admin/sysstat
 }



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

2020-07-27 Thread Lars Wendler
commit: d7fe2e20aa1d6cecd9b076e4f0bbe06911576c66
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul 27 18:29:18 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul 27 18:30:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fe2e20

net-libs/libetpan: Security revbump to fix CVE-2020-15953

Bug: https://bugs.gentoo.org/734130
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 .../files/libetpan-1.9.4-CVE-2020-15953.patch  | 86 ++
 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 78 
 2 files changed, 164 insertions(+)

diff --git a/net-libs/libetpan/files/libetpan-1.9.4-CVE-2020-15953.patch 
b/net-libs/libetpan/files/libetpan-1.9.4-CVE-2020-15953.patch
new file mode 100644
index 000..19e573569fa
--- /dev/null
+++ b/net-libs/libetpan/files/libetpan-1.9.4-CVE-2020-15953.patch
@@ -0,0 +1,86 @@
+From 1002a0121a8f5a9aee25357769807f2c519fa50b Mon Sep 17 00:00:00 2001
+From: Damian Poddebniak 
+Date: Fri, 24 Jul 2020 19:39:53 +0200
+Subject: [PATCH 1/2] Detect extra data after STARTTLS response and exit (#387)
+
+---
+ src/low-level/imap/mailimap.c | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/src/low-level/imap/mailimap.c b/src/low-level/imap/mailimap.c
+index bb17119..4ffcf55 100644
+--- a/src/low-level/imap/mailimap.c
 b/src/low-level/imap/mailimap.c
+@@ -2428,6 +2428,13 @@ int mailimap_starttls(mailimap * session)
+ 
+   mailimap_response_free(response);
+ 
++  // Detect if the server send extra data after the STARTTLS response.
++  // This *may* be a "response injection attack".
++  if (session->imap_stream->read_buffer_len != 0) {
++  // Since it is also an IMAP protocol violation, exit.
++  return MAILIMAP_ERROR_STARTTLS;
++  }
++
+   switch (error_code) {
+   case MAILIMAP_RESP_COND_STATE_OK:
+ return MAILIMAP_NO_ERROR;
+-- 
+2.28.0
+
+
+From 298460a2adaabd2f28f417a0f106cb3b68d27df9 Mon Sep 17 00:00:00 2001
+From: Fabian Ising 
+Date: Fri, 24 Jul 2020 19:40:48 +0200
+Subject: [PATCH 2/2] Detect extra data after STARTTLS responses in SMTP and
+ POP3 and exit (#388)
+
+* Detect extra data after STLS response and return error
+
+* Detect extra data after SMTP STARTTLS response and return error
+---
+ src/low-level/pop3/mailpop3.c | 8 
+ src/low-level/smtp/mailsmtp.c | 8 
+ 2 files changed, 16 insertions(+)
+
+diff --git a/src/low-level/pop3/mailpop3.c b/src/low-level/pop3/mailpop3.c
+index ab9535b..e2124bf 100644
+--- a/src/low-level/pop3/mailpop3.c
 b/src/low-level/pop3/mailpop3.c
+@@ -959,6 +959,14 @@ int mailpop3_stls(mailpop3 * f)
+ 
+   if (r != RESPONSE_OK)
+ return MAILPOP3_ERROR_STLS_NOT_SUPPORTED;
++
++  // Detect if the server send extra data after the STLS response.
++  // This *may* be a "response injection attack".
++  if (f->pop3_stream->read_buffer_len != 0) {
++// Since it is also protocol violation, exit.
++// There is no error type for STARTTLS errors in POP3
++return MAILPOP3_ERROR_SSL;
++  }
+   
+   return MAILPOP3_NO_ERROR;
+ }
+diff --git a/src/low-level/smtp/mailsmtp.c b/src/low-level/smtp/mailsmtp.c
+index b7fc459..3145cad 100644
+--- a/src/low-level/smtp/mailsmtp.c
 b/src/low-level/smtp/mailsmtp.c
+@@ -,6 +,14 @@ int mailesmtp_starttls(mailsmtp * session)
+ return MAILSMTP_ERROR_STREAM;
+   r = read_response(session);
+ 
++  // Detect if the server send extra data after the STARTTLS response.
++  // This *may* be a "response injection attack".
++  if (session->stream->read_buffer_len != 0) {
++// Since it is also protocol violation, exit.
++// There is no general error type for STARTTLS errors in SMTP
++return MAILSMTP_ERROR_SSL;
++  }
++
+   switch (r) {
+   case 220:
+ return MAILSMTP_NO_ERROR;
+-- 
+2.28.0
+

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
new file mode 100644
index 000..9c243979d6d
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
+
+# BerkDB is only supported up to version 6.0
+DEPEND="sys-libs/zlib
+   !lmdb? ( berkdb? ( sys-libs/db:= ) )
+   lmdb? ( dev-db/lmdb )
+   ssl? (
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( 

[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/files/

2020-07-27 Thread Sergei Trofimovich
commit: 34117b5bad608bd2630011008d281b9a5f4ae3f9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jul 27 12:07:17 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 27 18:17:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34117b5b

net-ftp/proftpd: remove unused patch

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

 net-ftp/proftpd/files/proftpd-1.3.6c-gcc-10.patch | 21 -
 1 file changed, 21 deletions(-)

diff --git a/net-ftp/proftpd/files/proftpd-1.3.6c-gcc-10.patch 
b/net-ftp/proftpd/files/proftpd-1.3.6c-gcc-10.patch
deleted file mode 100644
index c3ee704c085..000
--- a/net-ftp/proftpd/files/proftpd-1.3.6c-gcc-10.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 a/contrib/mod_quotatab.c
-+++ b/contrib/mod_quotatab.c
-@@ -50,6 +50,7 @@ typedef struct regtab_obj {
- module quotatab_module;
- 
- /* Quota objects for the current session */
-+quota_deltas_t quotatab_deltas;
- static quota_table_t *limit_tab = NULL;
- static quota_limit_t sess_limit;
- 
 a/contrib/mod_quotatab.h
-+++ b/contrib/mod_quotatab.h
-@@ -188,7 +188,7 @@ typedef struct table_obj {
- #define QUOTATAB_TALLY_SRC  0x0002
- 
- /* Quota objects for the current session. */
--quota_deltas_t quotatab_deltas;
-+extern quota_deltas_t quotatab_deltas;
- 
- /* Function prototypes necessary for quotatab sub-modules */
- int quotatab_log(const char *, ...)



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

2020-07-27 Thread Lars Wendler
commit: aa9fc2f73a7615d728980b3e05c3f91beb3f06c8
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul 27 18:16:39 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul 27 18:16:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9fc2f7

dev-vcs/git: Bump to version 2.28.0

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

 dev-vcs/git/Manifest  |   3 +
 dev-vcs/git/git-2.28.0.ebuild | 728 ++
 2 files changed, 731 insertions(+)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 92225303196..7b5f389d7fc 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -3,13 +3,16 @@ DIST git-2.24.3.tar.xz 5774192 BLAKE2B 
a8bea56f85a12863565325984a303ac2d964e0371
 DIST git-2.25.4.tar.xz 5880976 BLAKE2B 
a3ac79918ba174a93844d9518a2f1c6970abe2cd31acea260742d3c03a31a03131f53603a3bd3e525a60f8ebcfbbaa3b92228e2486717ca2d389a978e39bd5ec
 SHA512 
ca2ecc561d06dbb393fe47d445f0d69423d114766d9bcc125ef1d6d37e350ad903c456540cea420c1a51635b750cde3901e4196f29ce95b315fda11270173450
 DIST git-2.26.2.tar.xz 6007864 BLAKE2B 
efce003a95e24dbb6e14feebd35874c9ed1a5c06d7f0722d4dfefae830613b64b81faa41d5952400fa382b385d15d48829f8ee3b4d065e134bd38fa0e10bf570
 SHA512 
5d92d07b171c5cd6e89a29c1211c73c1c900cd51c74d690aebfb4a3d0e93b541b09b42b6d6a1a82f5c3d953096771f9a8605c63be139f559f58698c1a0eabcfc
 DIST git-2.27.0.tar.xz 6074636 BLAKE2B 
72c992ee35a50cdeb2363f04edfab65358216b8415f31f217b6e837d1f7bc28b90e49850006596a8f5f1932fd3011c4253df287d445dca58e335d2f6e7bab8c2
 SHA512 
8ddea44503db7caf1f6080e6441aa64a7b8761fd6541965ee244d9c4a47befccda1a239f11d86c2ad0ff24923d084f65712f5f2d6cfa178573e3471c6c33
+DIST git-2.28.0.tar.xz 6117608 BLAKE2B 
81c834dfda5b8e3065d098e411eb2408a1e7ccfde9c447a4164c131c9c2c32dcfd888980bcd180952435c05976a4fa18c155830432170deff70aa1aa2989cd2a
 SHA512 
a6159c0a15e3c5f9603157d4010664a6d74e7d65b9fe97a03b36fac12607248ed57980d96565841e88eae343001c16732737d3af812608c8db011941df1a
 DIST git-htmldocs-2.23.3.tar.xz 1295344 BLAKE2B 
7a6d8198cf8285717f11731ea907ea06786c486701a729d071deedc5437a595dab355ae2d0ac2814b10503ab4161e76a1245663a9ce35ce48d03be9905315db3
 SHA512 
2c86c03f29f1a4fc2acb17a17a9e1a3df2ec95138895f5c8e776859772ebc7b95c24af0e328508ccf1ea85b7adaa86a9aedc4d0c353ffc91ad5810ecc9a48059
 DIST git-htmldocs-2.24.3.tar.xz 1307828 BLAKE2B 
5d6dda03e2c51346326a1258a14a0ee16fab7fe83c80b4a1a0b307a6343db851d89b96afcf616e10ad5831352a90332ac602e5713444855327e11be8992a5274
 SHA512 
14289fb46cff48bece0cdafea9ef201facdb58eafce4b735ce50489356deb993c481ac1b6e96a2f98cfe30434280997c47f2cca0bdb2b6e85c31cb7cf17cc257
 DIST git-htmldocs-2.25.4.tar.xz 1296896 BLAKE2B 
4f6469acdcd699698bd1f19bd0d911fd522c1890115f25c087a7870b855eb9354340fe17e9e6aaec7fb27cd951fe28cadbf26e1aeadc76f3c3a1cde4d23e42cd
 SHA512 
e10c6fa52e213a2b18290fed375f6e176eef17b0a19f6906f09d6228d18bece88ff0ec97d871db0ba29fc0fbff73740312ab01eab809bd6a9a41c8b295cf8d67
 DIST git-htmldocs-2.26.2.tar.xz 1304788 BLAKE2B 
e0de88c5c41646d5fb9b54e2ee873c7904e1b85c67f971499f0227eb2dd59cabd4ffc58c468cf8a7a7466920af972dbc7f95d78003e487edac9a15a9c49b80a2
 SHA512 
b577693180b4fc035af211e3b83e98ad5e1bfbb98706924858df6558383b82ca05f870bdae90f8a14c8bf664f091ee928af52dcdebdfb98dc7387fdfe2e3a396
 DIST git-htmldocs-2.27.0.tar.xz 1325820 BLAKE2B 
a86cb62b6e42e451201a69e92c897566a78ed4965a98ef7b09f7c4674f60a334357ea8834ec5d97764f5f7e8fe580b8ac3af4da588b72a0e01f065adcd019aec
 SHA512 
6af974ea6c8458f72c5fc7a372611e0153b705a85092a5fe37587a3165368712e077f582ce4085538f48df925d60898b96c32275182b7ef034711ab53e7ab811
+DIST git-htmldocs-2.28.0.tar.xz 1347596 BLAKE2B 
9c447f951cc31eb306841d12a94aefd3bb9699f374f2919f7eed0789f6b49cd54df74ecddaa1475203a5dca33140787f53272774f71ccbb48e5da5f1ab6bfbde
 SHA512 
bbe7a7c221d1bb8d9852d5210a80b3d60c5b66f159591971abb2d9a08570cb7bf85686c7eba8cf37e04d37d63702906b308692a68c05fdbd0e3f3d60322003f0
 DIST git-manpages-2.23.3.tar.xz 449464 BLAKE2B 
bfc0153e43724df7210110e836d47f17258e45a876aa9bf4604c3f38e690e0e5379d4394df96c3dd84ea4d7371b7843729e6fb5d4b43fd7d4a9b4c3f4062a922
 SHA512 
a7b5fc48a5b840eb9b668b441ad3c30f65adc73c22cda461ffaca1cfddf154bf1974cab6c372b4534fd45a43a2e2ab96513364845a7db4285b88e31bf7619f8e
 DIST git-manpages-2.24.3.tar.xz 454796 BLAKE2B 
b340b33593e596a7a87385110fea53a96b68f0b0c5c02e046a1aff5ff7c7a6bf3d7a55c4d33796db8e84824df72451ad51db9fc44df4840ecd0183c0ef49eba0
 SHA512 
22709e159196da27befc26eef3ab40dab9700c95abf6892860a81c8e5df7d85ad423c877e6c88949cfc611c4dfebd956f02a78f0340c1cd4d58c48f80e3e1cce
 DIST git-manpages-2.25.4.tar.xz 459344 BLAKE2B 
b0ac88f691984f39f6cfbf41d2d61ab443573974277536641daddf0e9b7755ea9cb6bc96ecf3c14479809036171e461eff72cb498c63a56eea041341b8a65af5
 SHA512 
a67b881f289d5b3e2187ad55c5176258c30108c73fc7c18d50c1a6b42b241ce46dba28acf2f7bfc994b04a6678096a35ad60936ea6cba07b52ddf647da17
 DIST git-manpages-2.26.2.tar.xz 462052 BLAKE2B 

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

2020-07-27 Thread Sam James
commit: a340783595e212781858bca81232465a53924d13
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 17:34:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 17:34:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3407835

media-libs/vulkan-loader: ppc keyworded (bug #733966)

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

 media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild
index df5e32f75e3..1d88e48af04 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2020-07-27 Thread Sam James
commit: ef7c48a1f2da39ef775425585a71d1f662cda735
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 17:34:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 17:34:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7c48a1

dev-util/vulkan-headers: ppc keyworded (bug #733966)

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

 dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild
index ca60e7d5b6a..7bea2760fcf 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2020-07-27 Thread Sam James
commit: bce5b35d01b8d11ec07dadba64e5507b81609507
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 17:35:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 17:35:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce5b35d

dev-util/vulkan-tools: ppc keyworded (bug #733966)

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

 dev-util/vulkan-tools/vulkan-tools-1.2.141.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-tools/vulkan-tools-1.2.141.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.2.141.ebuild
index 5ff8e9e5135..a23ebee9369 100644
--- a/dev-util/vulkan-tools/vulkan-tools-1.2.141.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.2.141.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2020-07-27 Thread Sam James
commit: 0a7e1b39a53b8b066716bdbdff819dffcaa27316
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 17:34:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 17:34:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7e1b39

media-libs/vulkan-layers: ppc keyworded (bug #733966)

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

 media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild
index 3512a5925eb..d9be98b4afb 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2020-07-27 Thread Sam James
commit: e93ec59a632bf24f1067c9796f3fd90ff609a94e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 17:36:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 17:36:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93ec59a

dev-util/spirv-headers: ppc keyworded (bug #733966)

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

 dev-util/spirv-headers/spirv-headers-1.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-headers/spirv-headers-1.5.3.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.5.3.ebuild
index 1364d395318..38d9ad01c4b 100644
--- a/dev-util/spirv-headers/spirv-headers-1.5.3.ebuild
+++ b/dev-util/spirv-headers/spirv-headers-1.5.3.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"



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

2020-07-27 Thread Sam James
commit: 67b6ee2b8b1fa47582bd057231fb6179dde4d887
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 17:35:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 17:35:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b6ee2b

dev-util/spirv-tools: ppc keyworded (bug #733966)

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

 dev-util/spirv-tools/spirv-tools-2020.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-tools/spirv-tools-2020.3.ebuild 
b/dev-util/spirv-tools/spirv-tools-2020.3.ebuild
index d7801cb2742..8cf8dca6539 100644
--- a/dev-util/spirv-tools/spirv-tools-2020.3.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-2020.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2020-07-27 Thread Sam James
commit: 7f52d9e85eb803bed1bb3eb7b212e1f9e011f04b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 17:35:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 17:35:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f52d9e8

dev-util/glslang: ppc keyworded (bug #733966)

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

 dev-util/glslang/glslang-8.13.3743-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glslang/glslang-8.13.3743-r1.ebuild 
b/dev-util/glslang/glslang-8.13.3743-r1.ebuild
index 47d55f8c31d..95e57fdafa6 100644
--- a/dev-util/glslang/glslang-8.13.3743-r1.ebuild
+++ b/dev-util/glslang/glslang-8.13.3743-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
 else
SNAPSHOT_COMMIT="${PV}"

SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}/${PN}-${SNAPSHOT_COMMIT}"
 fi
 



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

2020-07-27 Thread Sam James
commit: 89644325a59cdd919812f2c9dc20444bb6e363bc
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 17:32:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 17:32:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89644325

app-text/recode: x86 stable (bug #717054)

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

 app-text/recode/recode-3.7.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/recode/recode-3.7.6-r1.ebuild 
b/app-text/recode/recode-3.7.6-r1.ebuild
index 3add853c862..d526e447012 100644
--- a/app-text/recode/recode-3.7.6-r1.ebuild
+++ b/app-text/recode/recode-3.7.6-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/rrthomas/recode/releases/download/v${PV}/${P}.tar.gz
 LICENSE="GPL-2"
 # librecode soname version
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="nls static-libs"
 
 DEPEND="sys-devel/flex"



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

2020-07-27 Thread Marek Szuba
commit: 33c414e7a20298a8eb089cfd30185945b7c5f887
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 27 17:07:12 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 27 17:15:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c414e7

app-text/sword-modules: do not depend on masked modules

Signed-off-by: Marek Szuba  gentoo.org>

 app-text/sword-modules/sword-modules-1-r2.ebuild | 12 
 1 file changed, 12 deletions(-)

diff --git a/app-text/sword-modules/sword-modules-1-r2.ebuild 
b/app-text/sword-modules/sword-modules-1-r2.ebuild
index 81eda86d869..55fc661077d 100644
--- a/app-text/sword-modules/sword-modules-1-r2.ebuild
+++ b/app-text/sword-modules/sword-modules-1-r2.ebuild
@@ -32,10 +32,8 @@ RDEPEND="app-dicts/sword-Abbott
app-dicts/sword-Chamorro
app-dicts/sword-Clarke
app-dicts/sword-Common
-   app-dicts/sword-Cro
app-dicts/sword-CzeBKR
app-dicts/sword-Daily
-   app-dicts/sword-Dan
app-dicts/sword-Darby
app-dicts/sword-Diaglott
app-dicts/sword-DRC
@@ -44,14 +42,11 @@ RDEPEND="app-dicts/sword-Abbott
app-dicts/sword-DutSVV
app-dicts/sword-Easton
app-dicts/sword-Esperanto
-   app-dicts/sword-FarsiOPV
app-dicts/sword-FinBiblia
app-dicts/sword-Finney
app-dicts/sword-FinPR
app-dicts/sword-FreBBB
app-dicts/sword-FreCrampon
-   app-dicts/sword-FreLSG
-   app-dicts/sword-FreMartin
app-dicts/sword-FreSegond
app-dicts/sword-Geneva
app-dicts/sword-Geneva1599
@@ -63,7 +58,6 @@ RDEPEND="app-dicts/sword-Abbott
app-dicts/sword-HebrewGreek
app-dicts/sword-Heretics
app-dicts/sword-Hitchcock
-   app-dicts/sword-HNV
app-dicts/sword-HunKar
app-dicts/sword-Institutes
app-dicts/sword-ISBE
@@ -76,7 +70,6 @@ RDEPEND="app-dicts/sword-Abbott
app-dicts/sword-JST
app-dicts/sword-Jubilee2000
app-dicts/sword-KJV
-   app-dicts/sword-KJVD
app-dicts/sword-KLV
app-dicts/sword-KLVen_iklingon
app-dicts/sword-KLViklingon_en
@@ -103,7 +96,6 @@ RDEPEND="app-dicts/sword-Abbott
app-dicts/sword-RNKJV
app-dicts/sword-Robinson
app-dicts/sword-Rotherham
-   app-dicts/sword-RST
app-dicts/sword-RusMakarij
app-dicts/sword-RWebster
app-dicts/sword-RWP
@@ -113,8 +105,6 @@ RDEPEND="app-dicts/sword-Abbott
app-dicts/sword-SME
app-dicts/sword-Smith
app-dicts/sword-SpaRV
-   app-dicts/sword-SpaRVG2004
-   app-dicts/sword-SpaSEV
app-dicts/sword-SpaVNT
app-dicts/sword-Spurious
app-dicts/sword-StrongsGreek
@@ -135,9 +125,7 @@ RDEPEND="app-dicts/sword-Abbott
app-dicts/sword-Uma
app-dicts/sword-Vulgate
app-dicts/sword-Vulgate_HebPs
-   app-dicts/sword-WEB
app-dicts/sword-Webster
-   app-dicts/sword-WebstersDict
app-dicts/sword-Wesley
app-dicts/sword-Weymouth
app-dicts/sword-WHNU



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

2020-07-27 Thread Marek Szuba
commit: 41d1e61ad7d7c063beb200b8e322e39a48aca08c
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 27 17:05:52 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 27 17:15:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d1e61a

profiles: last-ride SWORD modules no longer published upstream

Bug: https://bugs.gentoo.org/734116
Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 455697af87d..e77ebb9ebe3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,22 @@
 
 #--- END OF EXAMPLES ---
 
+# Marek Szuba  (2020-07-27)
+# No longer available upstream. Potentially copyrighted.
+# Removal in 30 days. Bug #734116.
+app-dicts/sword-Cro
+app-dicts/sword-Dan
+app-dicts/sword-FarsiOPV
+app-dicts/sword-FreLSG
+app-dicts/sword-FreMartin
+app-dicts/sword-HNV
+app-dicts/sword-KJVD
+app-dicts/sword-RST
+app-dicts/sword-SpaRVG2004
+app-dicts/sword-SpaSEV
+app-dicts/sword-WEB
+app-dicts/sword-WebstersDict
+
 # Ulrich Müller  (2020-07-25)
 # Included with TeX Live. The separate Gentoo package is
 # unmaintained and had its last version bump in 2015.



[gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/

2020-07-27 Thread Lars Wendler
commit: 7c80d0119b53394265b092f29823dd63cc9dd440
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul 27 17:13:15 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul 27 17:13:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c80d011

mail-client/claws-mail: Security cleanup

Bug: https://bugs.gentoo.org/733684
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 mail-client/claws-mail/Manifest|   1 -
 mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild | 224 -
 2 files changed, 225 deletions(-)

diff --git a/mail-client/claws-mail/Manifest b/mail-client/claws-mail/Manifest
index d47d3827e31..7dcfa0896c3 100644
--- a/mail-client/claws-mail/Manifest
+++ b/mail-client/claws-mail/Manifest
@@ -1,2 +1 @@
-DIST claws-mail-3.17.5.tar.xz 6290944 BLAKE2B 
b060d4513ecd61ba8589d701970c733b683d93b03beb22e37669e9856797f6d0d404c09a49f0a1d9c8a576807806ec22959079c9ff79786d226ea6b6f3817904
 SHA512 
a1d3576eba70b83a6fe70aafead3d80681e6372d146b573f5d43fee63bdcf84b5350d4dc8a4290b11d11320381417253d893daee8169c110e294178d10ea542f
 DIST claws-mail-3.17.6.tar.xz 6400692 BLAKE2B 
ce5fc914db89835a2a678e68da950d7487e8df919847f3d69baabc73012908f3853dcb274ae4c0e1a4f0f46fb38903b77fe7a2aa7e5b9169bd8eb597035d2ce5
 SHA512 
07fdf7fce722ee1e50aa155bca720323a58842b372d8295bed33c7245fce5790a1bd3ed7462130664a218a804ab6bd1ba3663ee3e53fbbac6a4a477dd676ede0

diff --git a/mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild 
b/mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild
deleted file mode 100644
index f7c9b9aac7b..000
--- a/mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild
+++ /dev/null
@@ -1,224 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-inherit autotools desktop python-single-r1 xdg
-
-DESCRIPTION="An email client (and news reader) based on GTK+"
-HOMEPAGE="https://www.claws-mail.org/;
-
-if [[ "${PV}" ==  ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="git://git.claws-mail.org/claws.git"
-else
-   
SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
-fi
-
-SLOT="0"
-LICENSE="GPL-3"
-
-IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls 
+imap ipv6 ldap +libcanberra +libindicate +libnotify litehtml networkmanager 
nls nntp +notification pda pdf perl +pgp python rss session sieve smime 
spamassassin spam-report spell startup-notification svg valgrind xface"
-
-REQUIRED_USE="libcanberra? ( notification )
-   libindicate? ( notification )
-   libnotify? ( notification )
-   networkmanager? ( dbus )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   smime? ( pgp )"
-
-COMMONDEPEND="
-   dev-libs/nettle:=
-   net-mail/ytnef
-   sys-libs/zlib:=
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2[jpeg]
-   >=x11-libs/gtk+-2.24:2
-   x11-libs/libX11
-   x11-libs/pango
-   archive? (
-   app-arch/libarchive
-   >=net-misc/curl-7.9.7
-   )
-   bogofilter? ( mail-filter/bogofilter )
-   calendar? (
-   >=dev-libs/libical-2.0.0:=
-   >=net-misc/curl-7.9.7
-   )
-   dbus? (
-   >=dev-libs/dbus-glib-0.60
-   sys-apps/dbus
-   )
-   gdata? ( >=dev-libs/libgdata-0.17.2 )
-   dillo? ( www-client/dillo )
-   gnutls? ( >=net-libs/gnutls-3.0 )
-   imap? ( >=net-libs/libetpan-0.57 )
-   ldap? ( >=net-nds/openldap-2.0.7 )
-   litehtml? (
-   >=dev-libs/glib-2.36:2
-   >=dev-libs/gumbo-0.10
-   net-misc/curl
-   media-libs/fontconfig
-   )
-   nls? ( >=sys-devel/gettext-0.18 )
-   nntp? ( >=net-libs/libetpan-0.57 )
-   notification? (
-   dev-libs/glib:2
-   libcanberra? (  media-libs/libcanberra[gtk] )
-   libindicate? ( dev-libs/libindicate:3[gtk] )
-   libnotify? ( x11-libs/libnotify )
-   )
-   pda? ( >=app-pda/jpilot-0.99 )
-   pdf? ( app-text/poppler[cairo] )
-   pgp? ( >=app-crypt/gpgme-1.0.0 )
-   session? (
-   x11-libs/libICE
-   x11-libs/libSM
-   )
-   smime? ( >=app-crypt/gpgme-1.0.0 )
-   spam-report? ( >=net-misc/curl-7.9.7 )
-   spell? ( >=app-text/enchant-2.0.0:2= )
-   startup-notification? ( x11-libs/startup-notification )
-   svg? ( >=gnome-base/librsvg-2.40.5 )
-   valgrind? ( dev-util/valgrind )
-"
-
-DEPEND="${COMMONDEPEND}
-   xface? ( >=media-libs/compface-1.4 )
-"
-BDEPEND="
-   app-arch/xz-utils
-   virtual/pkgconfig
-"
-RDEPEND="${COMMONDEPEND}
-   app-misc/mime-types
-   x11-misc/shared-mime-info
-   clamav? ( app-antivirus/clamav )
-   networkmanager? ( net-misc/networkmanager )
-   

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

2020-07-27 Thread Craig Andrews
commit: 13d9d50932d6b7962d5941ac88d406c66b9de5a9
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Jul 27 17:10:34 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Jul 27 17:10:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d9d509

media-libs/libprojectm: 3.1.6_pre version bump

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

 media-libs/libprojectm/Manifest|  1 +
 .../libprojectm/libprojectm-3.1.6_pre.ebuild   | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/media-libs/libprojectm/Manifest b/media-libs/libprojectm/Manifest
index f5ad3df8f03..5e5c5e09c32 100644
--- a/media-libs/libprojectm/Manifest
+++ b/media-libs/libprojectm/Manifest
@@ -1,4 +1,5 @@
 DIST libprojectm-3.1.1_rc8.tar.gz 54503673 BLAKE2B 
f7d781c6a0e54414d0a9ba5ab601556384e6af9b6a23a3123d3f3e0b1613549727b75901681beba1cd3fdd4193415d9e0bb927c4f7b69c41f4e4e85adb5f8597
 SHA512 
dcf2e7a0a826438bee538f052287b2057a303f5c29e77804874c9d5ea9f3cc0395a51f7734eec027a4f4e687c7b9f818bf908084c8b9da0953cd95d7fa12c864
 DIST libprojectm-3.1.2.tar.gz 54503159 BLAKE2B 
5b520a6c1553e80de3fc8b0aedff12c50226252ae7a6d651dff910104244e2f0747fc43791b0524f46f8fa305688749fc4f508b76d04506aa17292f2c8789d1c
 SHA512 
c7c8e61b6262324a7d4094f92796732f7c7bf9fdd82df3dc327efe82fd1d3d8277763059ba72e3fea70875952dd763998cd3b69ed64f594fbff8ae489110dfa2
 DIST libprojectm-3.1.3.tar.gz 54503797 BLAKE2B 
2aa8900887201f00f85cbd2e4eb908d5825b95364a2df39cecd9ccdd63e677766bc45fc5280b4b773632b920b3331127be159d9e5e29304c3df4f049e49021c3
 SHA512 
c9910ec9dd3e6625df885a23cb72616723142974ee80cc40d108992e997342f7b8962c63d5a0512b793f425c7abb0477dbd5d641a70161d8e42f1489e08f402b
+DIST libprojectm-3.1.6_pre.tar.gz 55378555 BLAKE2B 
8a5c7dfdeae0806b1a10150be21256438173a004ec5915c7cf03c432dcfd49b3e3ef32cba0dcfc709838a5677a75f7129ce2343828bbb6a1ee94b824110d90ed
 SHA512 
d1b90539a2eeb01fdb96f699743d086e58c604756ea11676ac3db8d9c0a1071d39f8d48885abdb9b0c41f347cece7c104eb0081e197ad5d8dea8e2832e9c5f97
 DIST projectM-complete-2.1.0-Source.tar.gz 31130351 BLAKE2B 
ec3540326751aba45b9620adfe1e7aed21347c97278de6d23b53ed7fb03878c2d02982fba17b4cda4f713d2cf624fd24adeb15b28fed9d2ab165567f9ff49eaa
 SHA512 
53f4531208d2594f1c28a7f7842fb5ee3349ca9e48f9f0d999a90b6a62d315c9c0ae9cba1cdfacb8a149eba3e5ddc4517ac406ee2c53718191be8e26ee2cca5f

diff --git a/media-libs/libprojectm/libprojectm-3.1.6_pre.ebuild 
b/media-libs/libprojectm/libprojectm-3.1.6_pre.ebuild
new file mode 100644
index 000..1dc01b43566
--- /dev/null
+++ b/media-libs/libprojectm/libprojectm-3.1.6_pre.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A graphical music visualization plugin similar to milkdrop"
+HOMEPAGE="https://github.com/projectM-visualizer/projectm;
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/projectM-visualizer/projectm.git;
+   inherit git-r3
+else
+   MY_PV="${PV/_/-}"
+   
SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   S=${WORKDIR}/projectm-${MY_PV}/
+fi
+
+LICENSE="LGPL-2"
+SLOT="0/2"
+IUSE="gles2 jack qt5 sdl"
+
+RDEPEND="gles2? ( media-libs/mesa[gles2] )
+   media-libs/glm
+   media-libs/mesa[X(+)]
+   jack? (
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtopengl:5
+   virtual/jack
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtopengl:5
+   media-sound/pulseaudio
+   )
+   sdl? ( >=media-libs/libsdl2-2.0.5 )
+   sys-libs/zlib"
+
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable gles2 gles)
+   $(use_enable jack)
+   $(use_enable qt5 qt)
+   $(use_enable sdl)
+   --enable-emscripten=no
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



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

2020-07-27 Thread Mike Pagano
commit: 72f845f3b17ed8276a442be88da8d3fc8354022f
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jul 27 16:45:51 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jul 27 16:45:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f845f3

profiles/arch/arm64: Mask jbr11 for dev-util/idea-community

Fails to build

Bug: https://bugs.gentoo.org/732966

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

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index ae968c7171b..a36c46706d5 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Mike Pagano  (2020-07-27)
+# Failed build on arm64
+# bug #732966
+dev-util/idea-community jbr11
+
 # Sam James  (2020-07-16)
 # Failed build on arm64
 # bug #674346



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

2020-07-27 Thread Sam James
commit: 065a1819feed2a808780c5baf0ac39abe7283e54
Author: John Helmert III  posteo  net>
AuthorDate: Fri Jul 24 03:25:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 16:40:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065a1819

profiles/package.use.mask: version restrict ffmpeg mask

The problematic dependency is only needed for a subset of ffmpeg
versions. Restricting this allows for cleaning up old ffmpegs.

Signed-off-by: John Helmert III  posteo.net>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index beda37699c8..2b42b8fa926 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -20,7 +20,7 @@ sys-block/fio -io-uring -zbc
 
 # Thomas Deutschmann  (2020-06-20)
 # media-libs/nv-codec-headers is not available for x86
-media-video/ffmpeg video_cards_nvidia
+>=media-video/ffmpeg-4.3 video_cards_nvidia
 
 # Marek Szuba  (2020-06-17)
 # Unmask globally-masked flashrom drivers and tools which do work on x86



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

2020-07-27 Thread Sam James
commit: 7b1198dd1434efe452f7cc5317b5fdb728ba2837
Author: John Helmert III  posteo  net>
AuthorDate: Fri Jul 24 17:22:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 16:40:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1198dd

*/*: fix NonexistentDeps post ffmpeg cleanup

Signed-off-by: John Helmert III  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/16793
Signed-off-by: Sam James  gentoo.org>

 media-video/obs-studio/obs-studio-25.0.8-r1.ebuild | 7 +--
 media-video/obs-studio/obs-studio-.ebuild  | 7 +--
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/media-video/obs-studio/obs-studio-25.0.8-r1.ebuild 
b/media-video/obs-studio/obs-studio-25.0.8-r1.ebuild
index ee66d6d6d66..56761ed95a4 100644
--- a/media-video/obs-studio/obs-studio-25.0.8-r1.ebuild
+++ b/media-video/obs-studio/obs-studio-25.0.8-r1.ebuild
@@ -59,12 +59,7 @@ DEPEND="
imagemagick? ( media-gfx/imagemagick:= )
jack? ( virtual/jack )
luajit? ( dev-lang/luajit:2 )
-   nvenc? (
-   || (
-   =media-video/ffmpeg-4[video_cards_nvidia]
-   )
-   )
+   nvenc? ( >=media-video/ffmpeg-4[video_cards_nvidia] )
pulseaudio? ( media-sound/pulseaudio )
python? ( ${PYTHON_DEPS} )
speex? ( media-libs/speexdsp )

diff --git a/media-video/obs-studio/obs-studio-.ebuild 
b/media-video/obs-studio/obs-studio-.ebuild
index a433abe939f..52c2c2e7f3b 100644
--- a/media-video/obs-studio/obs-studio-.ebuild
+++ b/media-video/obs-studio/obs-studio-.ebuild
@@ -59,12 +59,7 @@ DEPEND="
imagemagick? ( media-gfx/imagemagick:= )
jack? ( virtual/jack )
luajit? ( dev-lang/luajit:2 )
-   nvenc? (
-   || (
-   =media-video/ffmpeg-4[video_cards_nvidia]
-   )
-   )
+   nvenc? ( >=media-video/ffmpeg-4[video_cards_nvidia] )
pulseaudio? ( media-sound/pulseaudio )
python? ( ${PYTHON_DEPS} )
speex? ( media-libs/speexdsp )



  1   2   3   >