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

2019-07-03 Thread Tim Harder
commit: d753e30ba0f57ee63e10074be65a36fec133e30e
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jul  4 04:09:20 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jul  4 04:09:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d753e30b

media-gfx/termtosvg: version bump to 0.8.0

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

 media-gfx/termtosvg/Manifest   |  1 +
 media-gfx/termtosvg/termtosvg-0.8.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/media-gfx/termtosvg/Manifest b/media-gfx/termtosvg/Manifest
index 30a9b15b857..52960e9c93a 100644
--- a/media-gfx/termtosvg/Manifest
+++ b/media-gfx/termtosvg/Manifest
@@ -1,2 +1,3 @@
 DIST termtosvg-0.4.0.tar.gz 88543 BLAKE2B 
a45e15e7d681bb649670d4c73cf09306fa09276b2a34f762db66f4cf2d640d2163f4e98b16dc609e92b4145978e76a00e80950634d1599ee0766c4f08afb15a5
 SHA512 
c0c90fc9e74c892ebe6b7fcd25ff2757a7a8b9ee4da459fc608c96295d0f9b40bf6c98a0ac56f42c3e2a60cb60e9404a9b50863bdf74335d2b4758b124c04fcb
 DIST termtosvg-0.7.0.tar.gz 276936 BLAKE2B 
530bd3ef17aa19cbc23e46e7aea4716dda9369979ae97609ac6f976fecd4f75652b23f47ccf4da8035175f281d1a80b340acc714391882365c01764a92e4588b
 SHA512 
085f6b9728cc641b058c8a060420e8221659a9447119d2c1211cfcd6452c63a187c5dc1e4f98fc7aca2018161ae49a9a71b2264108c5e06167eaaaf18f5aa291
+DIST termtosvg-0.8.0.tar.gz 211057 BLAKE2B 
db34f9b29a05576e8f2c4ac5f6ee606c61ac88d7a169e43e02655c54bc26fff7c8c37c7a7e96cdf84a015f8dfbe8c953c625f27aeda9ab0568751a0c24e84ae6
 SHA512 
7688abddff7d1d600a9c86364518418a1a2ad809c5bb0dca2920542af1c0c0c725a11f76b939ded5b671f5bc8f64bfa198b340465d74243983867689c1940bc5

diff --git a/media-gfx/termtosvg/termtosvg-0.8.0.ebuild 
b/media-gfx/termtosvg/termtosvg-0.8.0.ebuild
new file mode 100644
index 000..fa8c23ae679
--- /dev/null
+++ b/media-gfx/termtosvg/termtosvg-0.8.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Record terminal sessions as SVG animations"
+HOMEPAGE="https://github.com/nbedos/termtosvg;
+SRC_URI="https://github.com/nbedos/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/pyte-0.8.0[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${PYTHON}" -m unittest discover -v || die "tests failed with 
${EPYTHON}"
+}



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

2019-07-03 Thread Tim Harder
commit: 2bb5b5ac124ca8d9faa753c9c9ff3cf31a71121c
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jul  4 04:09:53 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jul  4 04:09:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb5b5ac

media-gfx/termtosvg: remove old

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

 media-gfx/termtosvg/Manifest   |  1 -
 media-gfx/termtosvg/termtosvg-0.4.0.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/media-gfx/termtosvg/Manifest b/media-gfx/termtosvg/Manifest
index 52960e9c93a..68f355a1cd8 100644
--- a/media-gfx/termtosvg/Manifest
+++ b/media-gfx/termtosvg/Manifest
@@ -1,3 +1,2 @@
-DIST termtosvg-0.4.0.tar.gz 88543 BLAKE2B 
a45e15e7d681bb649670d4c73cf09306fa09276b2a34f762db66f4cf2d640d2163f4e98b16dc609e92b4145978e76a00e80950634d1599ee0766c4f08afb15a5
 SHA512 
c0c90fc9e74c892ebe6b7fcd25ff2757a7a8b9ee4da459fc608c96295d0f9b40bf6c98a0ac56f42c3e2a60cb60e9404a9b50863bdf74335d2b4758b124c04fcb
 DIST termtosvg-0.7.0.tar.gz 276936 BLAKE2B 
530bd3ef17aa19cbc23e46e7aea4716dda9369979ae97609ac6f976fecd4f75652b23f47ccf4da8035175f281d1a80b340acc714391882365c01764a92e4588b
 SHA512 
085f6b9728cc641b058c8a060420e8221659a9447119d2c1211cfcd6452c63a187c5dc1e4f98fc7aca2018161ae49a9a71b2264108c5e06167eaaaf18f5aa291
 DIST termtosvg-0.8.0.tar.gz 211057 BLAKE2B 
db34f9b29a05576e8f2c4ac5f6ee606c61ac88d7a169e43e02655c54bc26fff7c8c37c7a7e96cdf84a015f8dfbe8c953c625f27aeda9ab0568751a0c24e84ae6
 SHA512 
7688abddff7d1d600a9c86364518418a1a2ad809c5bb0dca2920542af1c0c0c725a11f76b939ded5b671f5bc8f64bfa198b340465d74243983867689c1940bc5

diff --git a/media-gfx/termtosvg/termtosvg-0.4.0.ebuild 
b/media-gfx/termtosvg/termtosvg-0.4.0.ebuild
deleted file mode 100644
index a9ab7bed95f..000
--- a/media-gfx/termtosvg/termtosvg-0.4.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{5,6} )
-inherit distutils-r1
-
-DESCRIPTION="Record terminal sessions as SVG animations"
-HOMEPAGE="https://github.com/nbedos/termtosvg;
-SRC_URI="https://github.com/nbedos/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}
-   >=dev-python/pyte-0.8.0[${PYTHON_USEDEP}]
-   dev-python/svgwrite[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/scantailor-advanced/files/, media-gfx/scantailor-advanced/

2019-07-03 Thread Tim Harder
commit: e3dd8622b02d8d7ab44689e6a06e11fee9bfdfbc
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jul  4 03:57:29 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jul  4 03:57:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3dd8622

media-gfx/scantailor-advanced: version bump to 1.0.16

Closes: https://bugs.gentoo.org/662004

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

 media-gfx/scantailor-advanced/Manifest |  1 +
 .../files/scantailor-advanced-1.0.16-tests.patch   | 11 +
 .../scantailor-advanced-1.0.16.ebuild  | 48 ++
 3 files changed, 60 insertions(+)

diff --git a/media-gfx/scantailor-advanced/Manifest 
b/media-gfx/scantailor-advanced/Manifest
index acf584a8247..7637dbe5e66 100644
--- a/media-gfx/scantailor-advanced/Manifest
+++ b/media-gfx/scantailor-advanced/Manifest
@@ -1 +1,2 @@
 DIST scantailor-advanced-1.0.14.tar.gz 926267 BLAKE2B 
2d901afebf3d9b405365ba71868f7aa29c23c537af72679a89a29351557a1a12692223b961dfd0ced3ea540c45f90dde8ea13bcd1667aa355e90a1c24a21e932
 SHA512 
113723b8a62da1b7141e03b5ad8ac7c426a2943f882cd229c9c51d10de75ee85d019ac21fc2d9eb4cc0d5bfb9ce66a4c41cf523698adc5a9a5d99da02369baf7
+DIST scantailor-advanced-1.0.16.tar.gz 2792788 BLAKE2B 
d695f9e62bc83569a320f81d2aee5f77064b791f8d59208ca55b0f4a5f25350552a673adce23ab03b92d893bd57815eb6990c91a33c12cd3652c54998d15e29c
 SHA512 
76f103afa44f5fa03f218d237dfe4565abe1d84937ec2ea5e64662c62d073e93d7b25f1e4f66dcfe13ad36bb08abd081b5d52c092f2f54f12f0bc6cdb4340e85

diff --git 
a/media-gfx/scantailor-advanced/files/scantailor-advanced-1.0.16-tests.patch 
b/media-gfx/scantailor-advanced/files/scantailor-advanced-1.0.16-tests.patch
new file mode 100644
index 000..71243077281
--- /dev/null
+++ b/media-gfx/scantailor-advanced/files/scantailor-advanced-1.0.16-tests.patch
@@ -0,0 +1,11 @@
+Skip failing test until it can be properly diagnosed/fixed.
+
+--- scantailor-advanced-1.0.16/imageproc/tests/CMakeLists.txt
 scantailor-advanced-1.0.16/imageproc/tests/CMakeLists.txt
+@@ -39,5 +39,5 @@
+ RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}"
+ )
+ 
+-add_test(NAME imageproc_tests COMMAND imageproc_tests --log_level=message)
++#add_test(NAME imageproc_tests COMMAND imageproc_tests --log_level=message)
+ 

diff --git a/media-gfx/scantailor-advanced/scantailor-advanced-1.0.16.ebuild 
b/media-gfx/scantailor-advanced/scantailor-advanced-1.0.16.ebuild
new file mode 100644
index 000..13b68abef36
--- /dev/null
+++ b/media-gfx/scantailor-advanced/scantailor-advanced-1.0.16.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils desktop virtualx
+
+DESCRIPTION="Interactive post-processing tool for scanned pages"
+HOMEPAGE="http://scantailor.org/ https://github.com/4lex4/scantailor-advanced;
+SRC_URI="https://github.com/4lex4/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3 public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   media-libs/libpng:0=
+   media-libs/tiff:0
+   sys-libs/zlib
+   virtual/jpeg:0
+   x11-libs/libXrender
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   dev-qt/linguist-tools:5
+   !media-gfx/scantailor
+"
+
+PATCHES=( "${FILESDIR}"/${P}-tests.patch )
+
+src_test() {
+   cd "${CMAKE_BUILD_DIR}" || die
+   virtx cmake-utils_src_test
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   newicon resources/appicon.svg ${PN}.svg
+   make_desktop_entry ${PN} "Scan Tailor Advanced"
+}



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

2019-07-03 Thread Tim Harder
commit: f30b8bc6e843fa2e4c029f9ffe71637464a70d2a
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jul  4 03:26:16 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jul  4 03:26:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30b8bc6

media-gfx/cptutils: version bump to 1.71

Closes: https://bugs.gentoo.org/631384

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

 media-gfx/cptutils/Manifest |  1 +
 media-gfx/cptutils/cptutils-1.71.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/media-gfx/cptutils/Manifest b/media-gfx/cptutils/Manifest
index 6999a7e1bf8..4f0e644540b 100644
--- a/media-gfx/cptutils/Manifest
+++ b/media-gfx/cptutils/Manifest
@@ -1 +1,2 @@
 DIST cptutils-1.68.tar.gz 623381 BLAKE2B 
403d8ab3878c14b278d0e006fdd3f3f7223ae106c4b95fa10cebc9ffceb5a3164771a452996038d06e714b07dbeaafde33954f1428d20817fd02a991dcec3121
 SHA512 
e618ea4463a026c56c95e8e4a9bfb0f5d47825568e7f64885bcf3872d4411af4e1ff480f192c61d9d8c946a46100d148c849fd3768f3acd54b070aacdd8dc1cc
+DIST cptutils-1.71.tar.gz 626215 BLAKE2B 
88d0166616d00df13011e8cea88d0cbe183e512f94ca2540ef135e8f77535087694f9aafe43b0e10307e513ba3c305881314bbd0890a3f9fd3f5b22da152a1a0
 SHA512 
65214a50f3741cc89ac4d3d92973f307c3030926e496a5cecf26dd7457d683296daf44ed0df7b1ddf96c657cebe7087193e410c109f6a6dd2fb6ae987158e778

diff --git a/media-gfx/cptutils/cptutils-1.71.ebuild 
b/media-gfx/cptutils/cptutils-1.71.ebuild
new file mode 100644
index 000..9ad0b07f6f4
--- /dev/null
+++ b/media-gfx/cptutils/cptutils-1.71.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION="A number of utilities for the manipulation of color gradient 
files"
+HOMEPAGE="http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/cptutils/;
+SRC_URI="http://soliton.vm.bytemark.co.uk/pub/jjg/src/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+CDEPEND="dev-libs/libxml2:2
+   media-libs/libpng:0="
+RDEPEND="${CDEPEND}
+   ${PYTHON_DEPS}"
+DEPEND="${CDEPEND}
+   test? (
+   app-text/xml2
+   app-text/xmlstarlet
+   >=dev-util/cunit-2.1_p3
+   )"
+
+src_prepare() {
+   default
+   python_fix_shebang src/gradient-convert/gradient-convert.py
+}
+
+src_configure() {
+   econf $(use_enable test tests)
+}
+
+src_test() {
+   emake unit
+}



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

2019-07-03 Thread Tim Harder
commit: 14360383a32aea9855973cbb509bb7a31eedfaf8
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jul  4 03:18:50 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jul  4 03:26:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14360383

dev-python/cython: remove old

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

 dev-python/cython/Manifest |  3 -
 dev-python/cython/cython-0.25.2.ebuild | 84 -
 dev-python/cython/cython-0.26.1.ebuild | 80 
 dev-python/cython/cython-0.28.4.ebuild | 86 --
 .../files/0.25.2-test-cpdef_enums-L-suffix.patch   | 19 -
 5 files changed, 272 deletions(-)

diff --git a/dev-python/cython/Manifest b/dev-python/cython/Manifest
index 8b535526560..c2db85b6dcf 100644
--- a/dev-python/cython/Manifest
+++ b/dev-python/cython/Manifest
@@ -1,6 +1,3 @@
-DIST Cython-0.25.2.tar.gz 1703315 BLAKE2B 
e458604d0843afa128c6019244220bd6b3dd6653013698aa67ee2f71555f09813a8136ef92d6dc51ca38fe085e7bedc5e01d1a32bbd0885e62bd91c2e482bebd
 SHA512 
1974b9374aeedb030307dc95aa6560ce9d5e1652783cd4552e96ef11663c73dd263e3521b68e7712abbb31628011e2e66320c5ee2577968684e2679eb80726e1
-DIST Cython-0.26.1.tar.gz 1725133 BLAKE2B 
b2c0433e8154ad76d921677608cae42a793326015ff320d8cd61818e5eb5fb4daf73ad4e72760d84f4cdaa2386b87d719cf9cd41584b781d4e2021e377a58422
 SHA512 
cdf31afaba78209c37a224345471c5c822b78c6d26c51583c46669b6b2b57b4952b33a839a51d06c3330fdff889345ac611fbaa2b2f17498cb02f3b5675f7948
-DIST Cython-0.28.4.tar.gz 1880943 BLAKE2B 
a97314147294c95fa0bd6d3fa1a1315d81f8abb46a1f2196009c1ef6f0dd7f47f81a7b31ab81d1fd00e8de37878a18a22d225055181ee74ffe4cc8105d84cd75
 SHA512 
67d2da2d776fc02193cfe98c8942e93905ec5e30bf4e0f9d5c965d930a034936d4c29c8248fccefff5db6d4dee054ec854994bea63fa3f64ff65df7550997c29
 DIST Cython-0.29.10.tar.gz 2049468 BLAKE2B 
1cfae1c5e2d7277d3ac25ab0ff5a7b4346242e6c01d0b7945491f4fb64e0c9b98c593efa41b790aa0437ae72275a0ba3b6fe8614c7efaadc6139823f0e453d71
 SHA512 
df8430bb89816df84abfc6d59bee8e50f4117e8e82b9c82a889afca390a42a1569a9b5dcde76f40e7c29d728489af34c6fe0cf359912f7b74ac0d014af2171c3
 DIST Cython-0.29.11.tar.gz 2050170 BLAKE2B 
47ce8b73371b8f4537e4ad7645dfaccdca207573eba68fa7e5da079db5b739b8cede57a55a19b2bfb28aaf30f8d5b5c9eb8492fdfcc07f533f4e9af036a315ad
 SHA512 
d683cd006afb9778c9c2d755646623977d29d05675be8bc85f711d4a0cadcd5bd7ed623a2a2bc2067898b0d5b99819f2047b91345ecd5e4f0828eea6f62ec83c
 DIST Cython-0.29.4.tar.gz 2044382 BLAKE2B 
b36d27706a3270805f66190a4cf2735eaf20b1b932365b324a433c0e58e63e860ce1500333233c3539ae697886ac0adc361a2c158d5d064a3ea05843debc3f26
 SHA512 
8f115e36975aaf64eda4df8b0a85378d0c80b3292dbd162be826b939def03bdc9f3eb937676e2367003c2944b570d97f50d7880becfdb2fdc5144077b4a722dc

diff --git a/dev-python/cython/cython-0.25.2.ebuild 
b/dev-python/cython/cython-0.25.2.ebuild
deleted file mode 100644
index c94da77b78b..000
--- a/dev-python/cython/cython-0.25.2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 flag-o-matic toolchain-funcs elisp-common
-
-MY_PN="Cython"
-MY_P="${MY_PN}-${PV/_/}"
-
-DESCRIPTION="A Python to C compiler"
-HOMEPAGE="https://cython.org https://pypi.org/project/Cython/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
-
-IUSE="doc emacs test"
-
-RDEPEND="
-   emacs? ( virtual/emacs )
-"
-# On testing, setuptools invokes an error in running the testsuite cited in a 
number of recent bugs
-# spanning several packages. This bug has been fixed in the recent release of 
version 9.1
-DEPEND="${RDEPEND}
-   >=dev-python/setuptools-9.1[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/numpy[${PYTHON_USEDEP}] )"
-
-SITEFILE=50cython-gentoo.el
-S="${WORKDIR}/${MY_PN}-${PV%_*}"
-
-PATCHES=(
-   "${FILESDIR}"/0.25.2-test-cpdef_enums-L-suffix.patch
-)
-
-python_compile() {
-   if ! python_is_python3; then
-   local CFLAGS="${CFLAGS}"
-   local CXXFLAGS="${CXXFLAGS}"
-   append-flags -fno-strict-aliasing
-   fi
-
-   # Python gets confused when it is in sys.path before build.
-   local PYTHONPATH=
-   export PYTHONPATH
-
-   distutils-r1_python_compile
-}
-
-python_compile_all() {
-   use emacs && elisp-compile Tools/cython-mode.el
-
-   use doc && unset XDG_CONFIG_HOME && emake -C docs html
-}
-
-python_test() {
-   tc-export CC
-   "${PYTHON}" runtests.py -vv --work-dir "${BUILD_DIR}"/tests \
-   || die "Tests fail with ${EPYTHON}"
-}

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

2019-07-03 Thread Tim Harder
commit: 2e89a7619a2e518297f2bc43060a0bb1550d842b
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Jul  4 03:20:55 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Jul  4 03:26:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e89a761

media-gfx/dcraw: remove old

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

 media-gfx/dcraw/dcraw-9.28.0.ebuild | 110 
 1 file changed, 110 deletions(-)

diff --git a/media-gfx/dcraw/dcraw-9.28.0.ebuild 
b/media-gfx/dcraw/dcraw-9.28.0.ebuild
deleted file mode 100644
index 78f643559b3..000
--- a/media-gfx/dcraw/dcraw-9.28.0.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit readme.gentoo-r1 toolchain-funcs
-
-DESCRIPTION="Command-line decoder for raw digital photos"
-HOMEPAGE="https://www.cybercom.net/~dcoffin/dcraw/;
-SRC_URI="https://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz
-   mirror://gentoo/parse-1.73.tar.bz2
-   gimp? ( mirror://gentoo/rawphoto-1.32.tar.bz2 )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
-LANGS=" ca cs de da eo es fr hu it nl pl pt ru sv zh_CN zh_TW"
-IUSE="nls gimp jpeg jpeg2k lcms"
-
-COMMON_DEPEND="
-   jpeg? ( virtual/jpeg:0 )
-   lcms? ( media-libs/lcms:2 )
-   jpeg2k? ( media-libs/jasper:= )
-   gimp? ( media-gfx/gimp )
-"
-DEPEND="${COMMON_DEPEND}
-   nls? ( sys-devel/gettext )
-   gimp? ( virtual/pkgconfig )
-"
-RDEPEND="${COMMON_DEPEND}
-   media-libs/netpbm
-"
-
-S=${WORKDIR}/dcraw
-
-DOC_CONTENTS="
-   See conversion-examples.txt.gz on how to convert
-   the PPM files produced by dcraw to other image formats.\n
-
-   \nThe functionality of the external program 'fujiturn' was
-   incorporated into dcraw and is automatically used now.\n
-
-   \nThere's an example wrapper script included called 'dcwrap'.
-   This package also includes 'dcparse', which extracts
-   thumbnail images (preferably JPEGs) from any raw digital
-   camera formats that have them, and shows table contents.
-"
-
-run_build() {
-   einfo "${@}"
-   ${@} || die
-}
-
-src_prepare() {
-   default
-   rename dcraw_ dcraw. dcraw_*.1 || die "Failed to rename"
-}
-
-src_compile() {
-   local ECFLAGS="-O2" # Without optimisation build fails
-   local ELIBS="-lm"
-
-   use lcms && ELIBS="-llcms2 ${ELIBS}" || ECFLAGS+=" -DNO_LCMS=yes"
-   use jpeg && ELIBS="-ljpeg ${ELIBS}" || ECFLAGS+=" -DNO_JPEG=yes"
-   use jpeg2k && ELIBS="-ljasper ${ELIBS}" || ECFLAGS+=" -DNO_JASPER=yes"
-   use nls && ECFLAGS+=" -DLOCALEDIR=\"/usr/share/locale/\""
-
-   run_build $(tc-getCC) ${ECFLAGS} ${CFLAGS} ${LDFLAGS} -o dcraw dcraw.c 
${ELIBS}
-
-   run_build $(tc-getCC) -O2 ${CFLAGS} ${LDFLAGS} -o dcparse parse.c
-
-   # rawphoto gimp plugin
-   if use gimp; then
-   run_build $(tc-getCC) ${CFLAGS} ${LDFLAGS} \
-   $(pkg-config --cflags gimpui-2.0) rawphoto.c -o 
rawphoto \
-   $(pkg-config --libs gimpui-2.0)
-   fi
-
-   if use nls; then
-   for lang in ${LANGS}; do
-   has ${lang} ${LINGUAS-${lang}} \
-   && run_build msgfmt -c -o dcraw_${lang}.mo 
dcraw_${lang}.po
-   done
-   fi
-}
-
-src_install() {
-   dobin dcraw dcparse
-   dodoc "${FILESDIR}"/{conversion-examples.txt,dcwrap}
-
-   # rawphoto gimp plugin
-   if use gimp; then
-   insinto "$(pkg-config --variable=gimplibdir gimp-2.0)/plug-ins"
-   insopts -m0755
-   doins rawphoto
-   fi
-
-   doman dcraw.1
-
-   if use nls; then
-   for lang in ${LANGS}; do
-   if has ${lang} ${LINGUAS-${lang}}; then
-   [[ -f dcraw.${lang}.1 ]] && doman 
dcraw.${lang}.1
-   insinto /usr/share/locale/${lang}/LC_MESSAGES
-   newins dcraw_${lang}.mo dcraw.mo || die "failed 
to install dcraw_${lang}.mo"
-   fi
-   done
-   fi
-
-   readme.gentoo_create_doc
-}



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

2019-07-03 Thread Michael Orlitzky
commit: 37776b38953dc2012dad7413487a33c794a605fa
Author: Ralph Seichter  seichter  de>
AuthorDate: Sat Jun 29 16:19:23 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jul  4 01:52:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37776b38

mail-filter/opendkim: Added query_cache and stats USE flags

Added new USE flags "query_cache" to enable query caching and "stats"
to enable statistics. In previous ebuild versions, these features were
always enabled.

Closes: https://bugs.gentoo.org/687972
Signed-off-by: Ralph Seichter  seichter.de>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Orlitzky  gentoo.org>

 mail-filter/opendkim/metadata.xml   |   6 +
 mail-filter/opendkim/opendkim-2.10.3-r16.ebuild | 230 
 2 files changed, 236 insertions(+)

diff --git a/mail-filter/opendkim/metadata.xml 
b/mail-filter/opendkim/metadata.xml
index 88da0199862..e70d2e70d70 100644
--- a/mail-filter/opendkim/metadata.xml
+++ b/mail-filter/opendkim/metadata.xml
@@ -59,6 +59,12 @@
 
   Add support for using dev-db/lmdb
 
+
+  Add support for query caching (requires 'berkdb' flag)
+
+
+  Add support for statistics (requires 'opendbx' flag)
+
   
   
 opendkim

diff --git a/mail-filter/opendkim/opendkim-2.10.3-r16.ebuild 
b/mail-filter/opendkim/opendkim-2.10.3-r16.ebuild
new file mode 100644
index 000..dd5ca50e9a3
--- /dev/null
+++ b/mail-filter/opendkim/opendkim-2.10.3-r16.ebuild
@@ -0,0 +1,230 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools db-use eutils systemd tmpfiles user
+
+DESCRIPTION="A milter providing DKIM signing and verification"
+HOMEPAGE="http://opendkim.org/;
+SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz"
+
+# The GPL-2 is for the init script, bug 425960.
+LICENSE="BSD GPL-2 Sendmail-Open-Source"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="berkdb ldap libressl lmdb lua memcached opendbx poll sasl selinux +ssl 
static-libs stats query_cache test unbound"
+
+COMMON_DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
+   dev-libs/libbsd
+   sys-apps/grep
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   berkdb? ( >=sys-libs/db-3.2:* )
+   opendbx? ( >=dev-db/opendbx-1.4.0 )
+   lua? ( dev-lang/lua:* )
+   ldap? ( net-nds/openldap )
+   lmdb? ( dev-db/lmdb )
+   memcached? ( dev-libs/libmemcached )
+   sasl? ( dev-libs/cyrus-sasl )
+   unbound? ( >=net-dns/unbound-1.4.1:= net-dns/dnssec-root )
+   !unbound? ( net-libs/ldns )"
+
+DEPEND="${COMMON_DEPEND}
+   test? ( dev-lang/lua:* )"
+
+RDEPEND="${COMMON_DEPEND}
+   sys-process/psmisc
+   selinux? ( sec-policy/selinux-dkim )"
+
+REQUIRED_USE="sasl? ( ldap )
+   stats? ( opendbx )
+   query_cache? ( berkdb )"
+
+PATCHES=(
+   "${FILESDIR}/${P}-openrc.patch"
+   "${FILESDIR}/${P}-openssl-1.1.1.patch.r2"
+)
+
+pkg_setup() {
+   # This user can read your private keys, and must therefore not be
+   # shared with any other package.
+   enewgroup opendkim
+   enewuser opendkim -1 -1 -1 opendkim
+}
+
+src_prepare() {
+   default
+   sed -e 's:/var/db/dkim:/var/lib/opendkim:g' \
+   -i opendkim/opendkim.conf.sample 
opendkim/opendkim.conf.simple.in \
+   || die
+   sed -e 's:dist_doc_DATA:dist_html_DATA:' \
+   -i libopendkim/docs/Makefile.am \
+   || die
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=()
+   if use berkdb ; then
+   myconf+=( --with-db-incdir=$(db_includedir) )
+   fi
+   if use unbound; then
+   myconf+=( --with-unbound )
+   else
+   myconf+=( --with-ldns )
+   fi
+   if use ldap; then
+   myconf+=( $(use_with sasl) )
+   fi
+
+   # We install the our configuration filed under e.g. /etc/opendkim,
+   # so the next line is necessary to point the daemon and all of its
+   # documentation to the right location by default.
+   myconf+=( --sysconfdir="${EPREFIX}/etc/${PN}" )
+
+   econf \
+   $(use_with berkdb db) \
+   $(use_with opendbx odbx) \
+   $(use_with lua) \
+   $(use_enable lua rbl) \
+   $(use_with ldap openldap) \
+   $(use_with lmdb) \
+   $(use_enable poll) \
+   $(use_enable query_cache) \
+   $(use_enable static-libs static) \
+   $(use_enable stats) \
+   $(use_with memcached libmemcached) \
+   "${myconf[@]}" \
+   --enable-filter \
+   --enable-atps \
+   --enable-identity_header \
+   --enable-rate_limit \
+   --enable-resign \
+   

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

2019-07-03 Thread Michael Orlitzky
commit: 9f92984a456b8d042ce00baea7a5934fc2eaf2ae
Author: Ralph Seichter  seichter  de>
AuthorDate: Sat Jun 29 20:06:21 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jul  4 01:52:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f92984a

profiles/arch/arm/package.use.mask: Added stats to opendkim

The new 'stats' USE flag for mail-filter/opendkim requires 'opendbx'
which has been masked for ARM since 2014. I've added 'stats' to the
mask file.

Signed-off-by: Ralph Seichter  seichter.de>
Signed-off-by: Michael Orlitzky  gentoo.org>

 profiles/arch/arm/package.use.mask | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 81864055591..b9cdb8f5252 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -345,7 +345,9 @@ lxqt-base/lxqt-meta lximage
 
 # Markus Meier  (2014-05-04)
 # Unkeyworded deps, bug #509082
-mail-filter/opendkim opendbx
+# Ralph Seichter  (2019-06-29)
+# Added 'stats' because it requires 'opendbx'
+mail-filter/opendkim opendbx stats
 
 # S. Suominen  (2014-04-17)
 # First GTK+-3.x version of EasyTAG!



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

2019-07-03 Thread Louis Sautier
commit: 490c9cc150a9617e4b56b705f7a1c4d382642af2
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul  3 23:26:17 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul  3 23:36:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490c9cc1

dev-python/jaraco-packaging: bump to 6.1, switches to pkgutil

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-packaging/Manifest   |  1 +
 .../jaraco-packaging/jaraco-packaging-6.1.ebuild   | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/jaraco-packaging/Manifest 
b/dev-python/jaraco-packaging/Manifest
index 10e3cc5014b..cd34787ed74 100644
--- a/dev-python/jaraco-packaging/Manifest
+++ b/dev-python/jaraco-packaging/Manifest
@@ -2,3 +2,4 @@ DIST jaraco.packaging-4.1.tar.gz 8820 BLAKE2B 
43c14e12439d161f9a42005dcaed4d6945
 DIST jaraco.packaging-5.1.1.tar.gz 11056 BLAKE2B 
6dcca468be3d960674c7de73af48ef78d96c80896a5f09aa99dad35c7dacb90700ce3cd74f59f4a437e26190091e12fb82f3285f30f99a83550a52424cfdebe9
 SHA512 
96ab954c7fe23632284c0493f749c5fda1368df0a5b60f5dc852aa4c47dadd1743a26772c783f0ec46109f166c9e26811324e2beeadb3e0cfdf9808091107032
 DIST jaraco.packaging-5.1.tar.gz 10393 BLAKE2B 
ddef0ea4006b1a114d81238d5182c03cc50186452b326ef9a02f1a2e745bc731fc6969475a306b25a22d6daec5951e8d11cacd61d519e82cb461140e5003813d
 SHA512 
d86cf6fce8037a9a5f2dfe29c7df810376127b3e02d270bfbc11e16bd43c10e0ab76f2739e5cdf904a9e54ca8d7fc3559e51d089ee39b4486c84902b23be530c
 DIST jaraco.packaging-5.2.tar.gz 11573 BLAKE2B 
a119fe4e4de636ef5483cc8d16ca0076533c1cb86c8ec7061c0800aed84532a8689613401530223c0048ccd31d1ead974cc8ba37161b1e5601eb659453962e17
 SHA512 
5199caccf11952ac68f42462652730afec1aaa907495d65dcf9eb7d5ebcde3ebc8d1f2bf7d51543a764222f09606247a28bfedd9fa987d39934724bf7001c459
+DIST jaraco.packaging-6.1.tar.gz 14736 BLAKE2B 
278ab889f236b4a53e6f3978b876952e83777da2e1c096801712bb6833fc85b342fe1c18bb7b1bd78a801c6216dbae74a75a416ef29cd4ec0a7017b8d5bd73bb
 SHA512 
a84c71bd880879f172e6527987e9ffa681da28803112a0195fb21153cb6cd1b3d5c00a6d21c562d7c5542349f335bea4a349fd22662f22dd7bf9bef7b6b0f7d8

diff --git a/dev-python/jaraco-packaging/jaraco-packaging-6.1.ebuild 
b/dev-python/jaraco-packaging/jaraco-packaging-6.1.ebuild
new file mode 100644
index 000..a7e7b8e7779
--- /dev/null
+++ b/dev-python/jaraco-packaging/jaraco-packaging-6.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Tools to supplement packaging Python releases"
+HOMEPAGE="https://github.com/jaraco/jaraco.packaging;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_compile_all() {
+   if use doc; then
+   cd docs || die
+   sphinx-build . _build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # Skip one test which requires network access
+   # Override pytest options to skip flake8
+   PYTHONPATH=. pytest -vv -k "not test_revived_distribution" \
+   --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}
+
+# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
+python_install() {
+   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
+   # note: eclass may default to --skip-build in the future
+   distutils-r1_python_install --skip-build
+}



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

2019-07-03 Thread Louis Sautier
commit: ef3b9e1459534821f257d5c8f0c4d3284aface0a
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul  3 22:16:12 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul  3 23:36:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3b9e14

dev-python/jaraco-text: bump to 3.0, switches to pkgutil

This new version also lifts the circular dependency
on dev-python/jaraco-collections.

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-text/Manifest   |  1 +
 dev-python/jaraco-text/jaraco-text-3.0.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/jaraco-text/Manifest b/dev-python/jaraco-text/Manifest
index 0a0014b4bc2..db56948aa3d 100644
--- a/dev-python/jaraco-text/Manifest
+++ b/dev-python/jaraco-text/Manifest
@@ -1,2 +1,3 @@
 DIST jaraco.text-1.10.1.tar.gz 8790 BLAKE2B 
268c13a9a84c4b29ac9141d8a43c716d8248b87c2b71f6bb8a34c2cf1568acdd012e84b1be0469f70ee8e102f723e218b6d551a9bd0cab5192a28d712ed39f03
 SHA512 
5c09b90f586d5ddf7419013f7e36814598337c257e6bd1c1eec993d7df021440798ec9300a6d45c960c5458c4197b458d1863f478b60a9a003241e98a644f28e
 DIST jaraco.text-1.8.tar.gz 7364 BLAKE2B 
60e3ce561ca5c6dca3093a51f8397e925279882ee5b1c02e5359b518f2344481f3d86a927fbd1c7fc903e3207c46cd052a6efbcfac693debce721884188ab87a
 SHA512 
7f13eee9553d7531bf2f51af1b1c7fbb9d778cf082e6eb49948fc0943b7eb5a0268ec51b363ae9e96df854e0af5e38fbc4a679c746160e422759c044d4a33654
+DIST jaraco.text-3.0.tar.gz 12082 BLAKE2B 
474a3701460dc899015ef0331f2d4de996915e4b840dfcbb8963fd2eb98571bf7f398285dd4df0a0df36e5d1ba8ce04fa59d396dede5ac059c2b991f6a203a1d
 SHA512 
449b917919f074e0b8a285083163fb5141fdee0db0e6d49c58c8e07ca6f284b5d53d01174e266bf8d21914870574672425abf9b094e815d0d9f0c94b1219de16

diff --git a/dev-python/jaraco-text/jaraco-text-3.0.ebuild 
b/dev-python/jaraco-text/jaraco-text-3.0.ebuild
new file mode 100644
index 000..cc95fcac534
--- /dev/null
+++ b/dev-python/jaraco-text/jaraco-text-3.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Text utilities used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.text;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # Override pytest options to skip flake8
+   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}
+
+# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
+python_install() {
+   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
+   # note: eclass may default to --skip-build in the future
+   distutils-r1_python_install --skip-build
+}



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

2019-07-03 Thread Louis Sautier
commit: 48c8dfefe17d17d875335bfd11c00e3b8bbff014
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul  3 23:29:41 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul  3 23:36:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c8dfef

dev-python/jaraco-packaging: remove old

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-packaging/Manifest   |  1 -
 .../jaraco-packaging-5.1.1-r1.ebuild   | 58 --
 2 files changed, 59 deletions(-)

diff --git a/dev-python/jaraco-packaging/Manifest 
b/dev-python/jaraco-packaging/Manifest
index cd34787ed74..1c151cbc676 100644
--- a/dev-python/jaraco-packaging/Manifest
+++ b/dev-python/jaraco-packaging/Manifest
@@ -1,5 +1,4 @@
 DIST jaraco.packaging-4.1.tar.gz 8820 BLAKE2B 
43c14e12439d161f9a42005dcaed4d6945fa35ec3498bed81d2e6d10b08b056838dcf92fd6319951dddcfc908c8d33796bd9515aa5e77a04c02298cdcfd240ba
 SHA512 
381ac1ba3a8eeea1235e719d98b61e38399d3fea1310732b0e2f921a3d46544efbb12c23c03bfa3ecfa07697458cb8930ca5156df7b411509c7b1da0b673d7cd
-DIST jaraco.packaging-5.1.1.tar.gz 11056 BLAKE2B 
6dcca468be3d960674c7de73af48ef78d96c80896a5f09aa99dad35c7dacb90700ce3cd74f59f4a437e26190091e12fb82f3285f30f99a83550a52424cfdebe9
 SHA512 
96ab954c7fe23632284c0493f749c5fda1368df0a5b60f5dc852aa4c47dadd1743a26772c783f0ec46109f166c9e26811324e2beeadb3e0cfdf9808091107032
 DIST jaraco.packaging-5.1.tar.gz 10393 BLAKE2B 
ddef0ea4006b1a114d81238d5182c03cc50186452b326ef9a02f1a2e745bc731fc6969475a306b25a22d6daec5951e8d11cacd61d519e82cb461140e5003813d
 SHA512 
d86cf6fce8037a9a5f2dfe29c7df810376127b3e02d270bfbc11e16bd43c10e0ab76f2739e5cdf904a9e54ca8d7fc3559e51d089ee39b4486c84902b23be530c
 DIST jaraco.packaging-5.2.tar.gz 11573 BLAKE2B 
a119fe4e4de636ef5483cc8d16ca0076533c1cb86c8ec7061c0800aed84532a8689613401530223c0048ccd31d1ead974cc8ba37161b1e5601eb659453962e17
 SHA512 
5199caccf11952ac68f42462652730afec1aaa907495d65dcf9eb7d5ebcde3ebc8d1f2bf7d51543a764222f09606247a28bfedd9fa987d39934724bf7001c459
 DIST jaraco.packaging-6.1.tar.gz 14736 BLAKE2B 
278ab889f236b4a53e6f3978b876952e83777da2e1c096801712bb6833fc85b342fe1c18bb7b1bd78a801c6216dbae74a75a416ef29cd4ec0a7017b8d5bd73bb
 SHA512 
a84c71bd880879f172e6527987e9ffa681da28803112a0195fb21153cb6cd1b3d5c00a6d21c562d7c5542349f335bea4a349fd22662f22dd7bf9bef7b6b0f7d8

diff --git a/dev-python/jaraco-packaging/jaraco-packaging-5.1.1-r1.ebuild 
b/dev-python/jaraco-packaging/jaraco-packaging-5.1.1-r1.ebuild
deleted file mode 100644
index e1a1a2212cd..000
--- a/dev-python/jaraco-packaging/jaraco-packaging-5.1.1-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Tools to supplement packaging Python releases"
-HOMEPAGE="https://github.com/jaraco/jaraco.packaging;
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
-IUSE="doc test"
-
-RDEPEND="
-   >=dev-python/six-1.4[${PYTHON_USEDEP}]
-   

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

2019-07-03 Thread Louis Sautier
commit: d06aef13b23be539a5a459b1ac07d1ed4dcacc37
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul  3 22:00:57 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul  3 23:36:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06aef13

dev-python/jaraco-collections: bump to 2.0, switches to pkgutil

Remove PDEPEND on dev-python/jaraco-text and make it a normal dependency
because it no longer requires dev-python/jaraco-collections since v3.0.

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-collections/Manifest |  1 +
 .../jaraco-collections-2.0.ebuild  | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/jaraco-collections/Manifest 
b/dev-python/jaraco-collections/Manifest
index c921c88e0bc..dbfc06ca2a2 100644
--- a/dev-python/jaraco-collections/Manifest
+++ b/dev-python/jaraco-collections/Manifest
@@ -1,2 +1,3 @@
 DIST jaraco.collections-1.5.3.tar.gz 11669 BLAKE2B 
2dbcac99edf28f4544e354724f8d95c0cbcdd793b33bcf892b403e72410f3b5b72b6eae62a49f0e56991cfb19b4ad5da0e95a3327f11fe5ae885e9a0029a92be
 SHA512 
6e1fa88b468b9d971a7a302ebfdf8b9762404c2fdc1b003eee6653704b9f385f0f2e0c84ac075bdc81f8693195781cc5532c4adb31bcabd87974624a14e287ed
 DIST jaraco.collections-1.6.0.tar.gz 11991 BLAKE2B 
8f8b3da18641d6348a28ef3792afabd504771f31f1de17ebb621aff493cbb7357e11d49d8b3f4ab4fc7b9a662986d10a90d20734cd802c6d34be1d169390aa96
 SHA512 
9bd472b51668129f12fabb90b86ed929e135a17217bc850d67d945a786d1952cf1f11b0cd8f5d4ae16b3b19ac35cf87e0584df622877185362e93ba3915dbe6b
+DIST jaraco.collections-2.0.tar.gz 15102 BLAKE2B 
61fa35070b2342f95b3e6e571417ab2cd62be439250d8f2077b379316488a4af62d943248bad80d0a72d9aab3010c6982fb4a51fa4ddc574ab72943e37ddeb6b
 SHA512 
1cc3482bddf6647b7fd183f091db7fe89e9ad1ac416716a918626134835837c2ed29d533bc00052a514d64c94343a070b9b501984b3dcc5caac87066d9c335cf

diff --git a/dev-python/jaraco-collections/jaraco-collections-2.0.ebuild 
b/dev-python/jaraco-collections/jaraco-collections-2.0.ebuild
new file mode 100644
index 000..d8aefffd077
--- /dev/null
+++ b/dev-python/jaraco-collections/jaraco-collections-2.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Models and classes to supplement the stdlib collections module"
+HOMEPAGE="https://github.com/jaraco/jaraco.collections;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/jaraco-text[${PYTHON_USEDEP}]
+   >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # Override pytest options to skip flake8
+   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}
+
+# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
+python_install() {
+   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
+   # note: eclass may default to --skip-build in the future
+   distutils-r1_python_install --skip-build
+}



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

2019-07-03 Thread Louis Sautier
commit: 452bc883073b060dd89aaf3b016fe92edf049ad4
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul  3 23:13:53 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul  3 23:36:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452bc883

dev-python/jaraco-logging: make pytest more verbose

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-logging/jaraco-logging-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-logging/jaraco-logging-2.0.ebuild 
b/dev-python/jaraco-logging/jaraco-logging-2.0.ebuild
index 392aac0a28e..391cef5963d 100644
--- a/dev-python/jaraco-logging/jaraco-logging-2.0.ebuild
+++ b/dev-python/jaraco-logging/jaraco-logging-2.0.ebuild
@@ -48,7 +48,7 @@ python_compile_all() {
 
 python_test() {
# Override pytest options to skip flake8
-   PYTHONPATH=. pytest -v --override-ini="addopts=--doctest-modules" \
+   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
|| die "tests failed with ${EPYTHON}"
 }
 



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

2019-07-03 Thread Tim Harder
commit: 04ffdf58a819bcd64721423b2256a0d8a88912e4
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 23:05:45 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 23:06:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ffdf58

dev-python/fs: drop support for pypy

Until it's added to dev-python/pyftpdlib.

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

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

diff --git a/dev-python/fs/fs-2.4.8.ebuild b/dev-python/fs/fs-2.4.8.ebuild
index 9ee316c4414..24cbad85b70 100644
--- a/dev-python/fs/fs-2.4.8.ebuild
+++ b/dev-python/fs/fs-2.4.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 
 inherit distutils-r1 eutils
 



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

2019-07-03 Thread Christoph Junghans
commit: cacf2aee7e805eb44c62986a92bf279af23a1042
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Jul  3 22:52:28 2019 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jul  3 22:53:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacf2aee

sys-cluster/legion: version bump

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Christoph Junghans  gentoo.org>

 sys-cluster/legion/Manifest  |  1 +
 sys-cluster/legion/legion-19.06.0.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
index f7e70db3ed2..631be1f9922 100644
--- a/sys-cluster/legion/Manifest
+++ b/sys-cluster/legion/Manifest
@@ -7,3 +7,4 @@ DIST legion-17.10.0.tar.gz 2975023 BLAKE2B 
772f666c0cd8fc96e1e460e4c8253289069ee
 DIST legion-18.02.0.tar.gz 2967232 BLAKE2B 
5f22efe681ee036af95b3d84c104988acfea899b76684860c1a27dda27b757c7a444ea5c1cec70ce0a19ffaa8323c208997402971017f72415a12ff9aabadea5
 SHA512 
052026c6f7e3920bfe097ada83571e4f7d4ad74a59d4a84af4d35f089c5d1b216e90f4f8547ea894e4b53b138b81e594c60342c41557c985b64d08c4aca23794
 DIST legion-18.05.0.tar.gz 3009091 BLAKE2B 
86c113cad11e2fbdcf03233c09fe429ceff12aaac6621e0ae22ac141cf7a6c62f7df23f78861a826ba55a45c3eae46ca60b9e47339f9ed560797733b7d4e
 SHA512 
f7000b5a6b66d07d72de9be7ef0bcdfd7aa95f838bfc1ccb4b146cf0c4407682a5cde75b56311bb07abd808dc67527e02a3a3db10bca874028a7335b54e1120a
 DIST legion-18.12.0.tar.gz 3138868 BLAKE2B 
c85faf51eb528085f05a5e3411253f0ceb4ef6c6252466861d5641bd2df8320738d3cfd864781c05986038ed84cb6bec95d889f3d4d1ef8b25d90f2d339a9300
 SHA512 
26fc5d0fe1743de3e634fa3c2d95c3758b21bba7a1e1eb66c4c69d43d0d557b595b691b1bcd091f2c23ea034f000491ea6d5d81da94fb531781462e3093a202d
+DIST legion-19.06.0.tar.gz 3245617 BLAKE2B 
5f94d423c1ff4e708a7826ead55a4f8f965bb5f49fffb83b0cd1b1909f0c21808a90e0c7c09e03b6e7b6736c212e86ac1765ab3665940f3a3e97551c152e4993
 SHA512 
244b4ff02a20427c81921920c65a64325cea698bb466ba036fc577e4a2722769dafa817083b76ba3c39c7a5fd749ab43122c518b657665aa7c309c8b46833414

diff --git a/sys-cluster/legion/legion-19.06.0.ebuild 
b/sys-cluster/legion/legion-19.06.0.ebuild
new file mode 100644
index 000..400a9b1facf
--- /dev/null
+++ b/sys-cluster/legion/legion-19.06.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="https://legion.stanford.edu/;
+if [[ $PV =  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://StanfordLegion/${PN}.git 
https://github.com/StanfordLegion/${PN}.git;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz;
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="gasnet +hwloc test"
+
+DEPEND="
+   gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+   hwloc? ( 

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

2019-07-03 Thread Tim Harder
commit: 91d2e67fc239363f87d792cbb2ad62ef45219739
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 20:34:17 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d2e67f

dev-python/fs: version bump to 2.4.8

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

 dev-python/fs/Manifest|  1 +
 dev-python/fs/fs-2.4.8.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/fs/Manifest b/dev-python/fs/Manifest
index 58f02a50ae4..3f53537b8ca 100644
--- a/dev-python/fs/Manifest
+++ b/dev-python/fs/Manifest
@@ -1,3 +1,4 @@
 DIST fs-0.5.4.tar.gz 231333 BLAKE2B 
2211aedf02a3eab809b7bfeabe346ed147465db52ef6a069ab3cea6f62e3b420d52b9a58868c3eaab55bd9a6c8c071c5c090e28e9dbfccd182385beee3e246c8
 SHA512 
d67c85f2816cf1a84c25664a6cf71dac551c3eec4eb34154bc92d52eb0efa9739adca6d0ec86b9978ff6af408cfa17b913ee8fd4c143cd2adf862ca0a1dd4c5d
 DIST fs-2.0.21.tar.gz 115844 BLAKE2B 
0f7b3fa087c89a68c27d350233e3e73fa54b761bad7799a895fd79fb5a7df898df381e82bd160ccb782e7e814b00041d3cd309860c96b4ea5dc3078e6d33430b
 SHA512 
d16e02a6ed78a26229b12e71f6286db0243774ae13f6f3d0a6c4fb9240fe65656e4f10cb2b385342fb48d12a163ca33a0b746854ab5ee240eae0ff8f6644ed13
 DIST fs-2.0.26.tar.gz 118831 BLAKE2B 
ce9be9d52882916cd73262556936d55c78fd245f20bea7e7cfbe314d6b1e7a43970ed3758bbd781736b344b65ca03c53ef7b3b5957e93c390b733b7e6ad5bc70
 SHA512 
2efd77ed968a6d711f6020c84a4418aee32f2273dc246fc4cdbf5daed9d4b5ff86b1c22d2726b637031c398bd1d3b03216c70a47248c793fa3b72c678c007d6f
+DIST fs-2.4.8.tar.gz 124808 BLAKE2B 
30e139fe577f90632d04d471edd08ed8113e2e07e9273c58cfde5674b0dd178322ac388738b2220fbe44df4ac89e30df2b879f7566bfe1d8bac72ba18c41a67c
 SHA512 
11e8589f6c078bbc0543276d511dd3fc0762725bd78b46a3fa1cdfb3c8712a2d82675c58a8404d9f12e9b6932ffeb971ce0127df2b9da3ceae68568194d9a385

diff --git a/dev-python/fs/fs-2.4.8.ebuild b/dev-python/fs/fs-2.4.8.ebuild
new file mode 100644
index 000..9ee316c4414
--- /dev/null
+++ b/dev-python/fs/fs-2.4.8.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Filesystem abstraction layer"
+HOMEPAGE="
+   https://pypi.org/project/fs/
+   https://docs.pyfilesystem.org
+   https://www.willmcgugan.com/tag/fs/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pyftpdlib[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   optfeature "S3 support" dev-python/boto
+   optfeature "SFTP support" dev-python/paramiko
+   optfeature "Browser support" dev-python/wxpython
+}



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

2019-07-03 Thread Tim Harder
commit: e0e7a7ecdb6ee78aa0efb8b9d73ea1ea2298990c
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 21:40:28 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e7a7ec

dev-python/parso: version bump to 0.5.0

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

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

diff --git a/dev-python/parso/Manifest b/dev-python/parso/Manifest
index 743749da491..4ec2493778b 100644
--- a/dev-python/parso/Manifest
+++ b/dev-python/parso/Manifest
@@ -1,2 +1,3 @@
 DIST parso-0.1.1.tar.gz 376876 BLAKE2B 
ad0b9492273d23da1f4133a2f1e6edd2fa7f2213dbe12868f891863e9286fa0281de7fc6c6924b78a5820f94867971bbc09f18b3d0f2e4832c9c875850205254
 SHA512 
1199651136af1c9f0801a031a197e367f7fa73b5878b863103a506481e8b325e6b305e4260510a567dccf91f298fd7e9e5674f4dc410765ae1f9112f742aa6a0
 DIST parso-0.3.1.tar.gz 375226 BLAKE2B 
71481f5f382f14e5f2c7826f8eb50a1c35f8c280f14c8bf52bcf44f77aa9872cddce7d7fb7b0a586ab7cda547e43bbce11812077ae84129c418a9f0bb3c5b856
 SHA512 
f83e316a41e21d3132d9ee8a45f9042962c01a2b906e8791046112b9ed938d378b0dc28c4ae05ce03a8c2d19563a49cba9a9a230654345ff62e87cc763536ddb
+DIST parso-0.5.0.tar.gz 386652 BLAKE2B 
f12e34aa9b93a1d3eedca96588148ac1e9ecb3a6af3910627d251e2281df285ce8768c11bf3cac35f8a977f0dac2f7a906fb20171db35fae2bec1c60cd0d7dc6
 SHA512 
cd2a38e538faf4faf3f1828f4e69dfe685ef1fd3e120326ca5260f0edbc23952e51ffd8370a2bb2de513a90ecde76e6ea2fe76d84d3ab4115c7817e3af08e701

diff --git a/dev-python/parso/parso-0.5.0.ebuild 
b/dev-python/parso/parso-0.5.0.ebuild
new file mode 100644
index 000..9c33ffe3718
--- /dev/null
+++ b/dev-python/parso/parso-0.5.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="a python parser that supports error recovery and round-trip 
parsing"
+HOMEPAGE="https://github.com/davidhalter/parso https://pypi.org/project/parso/;
+SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   py.test -vv test || die "tests failed with ${EPYTHON}"
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( "${S}"/docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-07-03 Thread Tim Harder
commit: aadacefe11c37e11ca61bd4a00a6be2e62597e07
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 21:22:19 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadacefe

x11-wm/qtile: remove old

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

 x11-wm/qtile/Manifest|  2 --
 x11-wm/qtile/qtile-0.10.6.ebuild | 57 --
 x11-wm/qtile/qtile-0.12.0.ebuild | 67 
 3 files changed, 126 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index f16e02efc0f..a014287b967 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,4 +1,2 @@
-DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
-DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2
 DIST qtile-0.13.0.tar.gz 468271 BLAKE2B 
e5e95b5bc56a06469e903f025946e6d0ea7b36501d017dd1470950c04a3ae1b35ec56b2a3c12f52daee75ae7b009c26285f49c0fa1ec5dda4993b2cf2da8a40c
 SHA512 
06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286
 DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0

diff --git a/x11-wm/qtile/qtile-0.10.6.ebuild b/x11-wm/qtile/qtile-0.10.6.ebuild
deleted file mode 100644
index efb61955806..000
--- a/x11-wm/qtile/qtile-0.10.6.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
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[xcb]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
-   )
-"
-
-RESTRICT="test"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}

diff --git a/x11-wm/qtile/qtile-0.12.0.ebuild b/x11-wm/qtile/qtile-0.12.0.ebuild
deleted file mode 100644
index 04b9c94bf4b..000
--- a/x11-wm/qtile/qtile-0.12.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="
-   x11-libs/cairo[xcb]
-   x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 

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

2019-07-03 Thread Tim Harder
commit: c0bd9d5726318bb882c8c20d741f9998595a0ec9
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 20:17:31 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bd9d57

media-gfx/panini: version bump to 0.73.0

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

 media-gfx/panini/Manifest |  1 +
 media-gfx/panini/panini-0.73.0.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/media-gfx/panini/Manifest b/media-gfx/panini/Manifest
index 316fb25f681..f33c04211e3 100644
--- a/media-gfx/panini/Manifest
+++ b/media-gfx/panini/Manifest
@@ -1 +1,2 @@
 DIST panini-0.72.0.tar.gz 328528 BLAKE2B 
b5053147d51f308395d2c3505bc0821947cd2c32955f86071cbbdd00c750793729be723c133ec7a619ff0fce5a0d9813580954597137a4e66780390b882bca7f
 SHA512 
b859e723832d2d57de69dcbcd09615245e11d7fce124a55f7795608a8e9337427d9d1d10867ef9eecb16bd792313f5146ae19de553603bd70dedca69ba7c2de1
+DIST panini-0.73.0.tar.gz 329164 BLAKE2B 
1cd592d7c5cf230398a6496a27f8389375a670b1de1a0f6acdb2027884bc5059798ad86ad4deb7795402654b3eb9edf112c3c177c7c716d55a186e48e1567f1c
 SHA512 
4c12c0af5f94079f0da8f08dd19d99fd06c16c653b21532eba01022ed5b78afdcea2a042902fd50d0ea442483699cfdf9b10fd7f4592e3bae60abd5d2dabf657

diff --git a/media-gfx/panini/panini-0.73.0.ebuild 
b/media-gfx/panini/panini-0.73.0.ebuild
new file mode 100644
index 000..32106c22851
--- /dev/null
+++ b/media-gfx/panini/panini-0.73.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop qmake-utils xdg-utils
+
+MY_P="${P/p/P}-src"
+DESCRIPTION="OpenGL-based panoramic image viewer"
+HOMEPAGE="https://github.com/lazarus-pkgs/panini;
+SRC_URI="https://github.com/lazarus-pkgs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtwidgets:5
+   sys-libs/zlib
+   virtual/glu
+"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+"
+
+DOCS=( NEWS {BUILD,README,USAGE}.md )
+
+src_prepare() {
+   default
+   eqmake5 ${PN}.pro
+}
+
+src_install() {
+   einstalldocs
+   dobin panini
+   domenu "${FILESDIR}"/${PN}.desktop
+   newicon ui/panini-icon-blue.jpg ${PN}.jpg
+}
+
+pkg_postinst() {
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}



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

2019-07-03 Thread Tim Harder
commit: 541520a33341a2578264f3c8d3a9789341939a46
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 20:19:30 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541520a3

sci-libs/matio: version bump to 1.5.16

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

 sci-libs/matio/Manifest|  1 +
 sci-libs/matio/matio-1.5.16.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index 45a48713a1e..e4029b6 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,4 +1,5 @@
 DIST matio-1.5.1.tar.gz 8160893 BLAKE2B 
50b1d5204fb4717fedb341f0a69a53a770bb4c6d46c7721b9c455745716b1b3d3142155c26adb7d019ede5703ac5fac7196c2ca15ddc22fdb93c1b1172dcc10a
 SHA512 
bd1e49bcbfe3e073d2339bc3dff803b222c007aad19759ee9b666438fa59ec2b2750b52ffb3b5e911145cf2977538447f5db977fc056a624c5878ddbcf564b26
 DIST matio-1.5.10.tar.gz 8630185 BLAKE2B 
8bb5040c3863ca7eea3069d0ee71d79c588e19a1fde253f7305534a2239dfecae1d877082454b475c1d4d1a3a60f81710002cd14ed5def3c23b4d0aa8dc8531c
 SHA512 
93c40d344fd8282e64cae6104bc6a485cd4ce65c948333c95127cfd54e57166c5e24d7a8d36a50dd896f11615a0274ddd303d8fdb4d3e41b34d4eacb7fc866af
 DIST matio-1.5.13.tar.gz 10037903 BLAKE2B 
8817fa3a1c050a84951c706922b32c5ed082ec057a35cb7fa20cc4d977316208a61604fcb6c0e09c96f592294a65d57a8a95844d15821987bdd337564345e778
 SHA512 
2db430dd47b8ceed850aaadf36c0fd3b405ba32db3eb2d5be320d007754983e2538ab99338d3ae8d69e8a531818c3bde0807c1f4a505eff7dd25d4a77934b737
+DIST matio-1.5.16.tar.gz 10050153 BLAKE2B 
de643c11371a931853c2d60347431a1fc3c46f80d5e3083376e634999ea9d10bb1f5f547ed9844654dcb8ff6ff9492d037b26f693cbced04228a6c5d603c0a86
 SHA512 
38039ddc897b9e44677af08d996dde960355b6d8c5598000fbb23dda5501361d1c2a9e82f0f3e6c1309f0784943976259e5d39d1030f00db323e1756e5bd144a
 DIST matio-1.5.2.tar.gz 8179926 BLAKE2B 
6ac78b09a6874a505984fd75f5a4fd7223c0947d32588a8ca426117b945fbfb550d419b552b9a1d6c88b40d96c99d6c35b7ede780a29afe5f4485dec76f1df0d
 SHA512 
47ee7457db3f2138ecb1db9d7a04bf91d8277024631694e5f5a49b77829d60ce9dd95a1db33cd8eeaa8271e942acf60b522f40e4d7f4cae90f0a7caee7eb6efc

diff --git a/sci-libs/matio/matio-1.5.16.ebuild 
b/sci-libs/matio/matio-1.5.16.ebuild
new file mode 100644
index 000..d9f308de950
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.16.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="https://sourceforge.net/projects/matio/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0/4" # subslot = soname version
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse static-libs"
+
+RDEPEND="
+   sys-libs/zlib
+   hdf5? ( sci-libs/hdf5 )"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+   doc? ( virtual/latex-base )"
+
+src_configure() {
+   econf \
+   $(use_enable hdf5 mat73) \
+   $(use_enable sparse extended-sparse) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && emake -C documentation pdf
+}
+
+src_install() {
+   default
+
+   use doc && dodoc documentation/matio_user_guide.pdf
+   if use examples; then
+   docinto examples
+   dodoc test/test*
+   insinto /usr/share/${PN}
+   doins share/test*
+   fi
+
+   find "${D}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2019-07-03 Thread Tim Harder
commit: a40e26a9a48e37c0a63f7c0542e43e9075e42669
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 21:21:23 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40e26a9

x11-wm/qtile: version bump to 0.14.2

Closes: https://bugs.gentoo.org/683720

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

 x11-wm/qtile/Manifest   | 1 +
 x11-wm/qtile/{qtile-.ebuild => qtile-0.14.2.ebuild} | 8 
 x11-wm/qtile/qtile-.ebuild  | 8 
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 50870b19134..f16e02efc0f 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,4 @@
 DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2
 DIST qtile-0.13.0.tar.gz 468271 BLAKE2B 
e5e95b5bc56a06469e903f025946e6d0ea7b36501d017dd1470950c04a3ae1b35ec56b2a3c12f52daee75ae7b009c26285f49c0fa1ec5dda4993b2cf2da8a40c
 SHA512 
06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286
+DIST qtile-0.14.2.tar.gz 492274 BLAKE2B 
b5418424a4cea6844d500ea00b4fa5c4b93d529503a3ece1f651c82cd1c63689d8ba95a706fd97e7d93cf823a6155196d724f18e47f9fe283e4df2586e55b56f
 SHA512 
c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.14.2.ebuild
similarity index 91%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.14.2.ebuild
index cc30645b5f1..d83d014def7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.14.2.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1 virtualx
 
@@ -26,10 +26,10 @@ RDEPEND="
x11-libs/cairo[xcb]
x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index cc30645b5f1..d83d014def7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1 virtualx
 
@@ -26,10 +26,10 @@ RDEPEND="
x11-libs/cairo[xcb]
x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}



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

2019-07-03 Thread Tim Harder
commit: 15c185d7afa47a1928fc214d9726201230d317c2
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 21:40:52 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c185d7

dev-python/parso: remove old

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

 dev-python/parso/Manifest   |  1 -
 dev-python/parso/parso-0.1.1.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-python/parso/Manifest b/dev-python/parso/Manifest
index 4ec2493778b..0ac76f4241d 100644
--- a/dev-python/parso/Manifest
+++ b/dev-python/parso/Manifest
@@ -1,3 +1,2 @@
-DIST parso-0.1.1.tar.gz 376876 BLAKE2B 
ad0b9492273d23da1f4133a2f1e6edd2fa7f2213dbe12868f891863e9286fa0281de7fc6c6924b78a5820f94867971bbc09f18b3d0f2e4832c9c875850205254
 SHA512 
1199651136af1c9f0801a031a197e367f7fa73b5878b863103a506481e8b325e6b305e4260510a567dccf91f298fd7e9e5674f4dc410765ae1f9112f742aa6a0
 DIST parso-0.3.1.tar.gz 375226 BLAKE2B 
71481f5f382f14e5f2c7826f8eb50a1c35f8c280f14c8bf52bcf44f77aa9872cddce7d7fb7b0a586ab7cda547e43bbce11812077ae84129c418a9f0bb3c5b856
 SHA512 
f83e316a41e21d3132d9ee8a45f9042962c01a2b906e8791046112b9ed938d378b0dc28c4ae05ce03a8c2d19563a49cba9a9a230654345ff62e87cc763536ddb
 DIST parso-0.5.0.tar.gz 386652 BLAKE2B 
f12e34aa9b93a1d3eedca96588148ac1e9ecb3a6af3910627d251e2281df285ce8768c11bf3cac35f8a977f0dac2f7a906fb20171db35fae2bec1c60cd0d7dc6
 SHA512 
cd2a38e538faf4faf3f1828f4e69dfe685ef1fd3e120326ca5260f0edbc23952e51ffd8370a2bb2de513a90ecde76e6ea2fe76d84d3ab4115c7817e3af08e701

diff --git a/dev-python/parso/parso-0.1.1.ebuild 
b/dev-python/parso/parso-0.1.1.ebuild
deleted file mode 100644
index f82f4cde8ef..000
--- a/dev-python/parso/parso-0.1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="a python parser that supports error recovery and round-trip 
parsing"
-HOMEPAGE="https://github.com/davidhalter/parso https://pypi.org/project/parso/;
-SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 x86"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   py.test -v test || die "tests failed with ${EPYTHON}"
-}
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && HTML_DOCS=( "${S}"/docs/_build/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/, sci-libs/matio/files/

2019-07-03 Thread Tim Harder
commit: c2786e305368381b6d219d6a5c1d71e4c0a66c9d
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 20:20:54 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2786e30

sci-libs/matio: remove old

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

 sci-libs/matio/Manifest |  3 --
 sci-libs/matio/files/matio-1.5.0-asneeded.patch | 11 --
 sci-libs/matio/matio-1.5.1.ebuild   | 50 -
 sci-libs/matio/matio-1.5.10.ebuild  | 46 ---
 sci-libs/matio/matio-1.5.2.ebuild   | 50 -
 5 files changed, 160 deletions(-)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index e4029b6..14a905b40bd 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,5 +1,2 @@
-DIST matio-1.5.1.tar.gz 8160893 BLAKE2B 
50b1d5204fb4717fedb341f0a69a53a770bb4c6d46c7721b9c455745716b1b3d3142155c26adb7d019ede5703ac5fac7196c2ca15ddc22fdb93c1b1172dcc10a
 SHA512 
bd1e49bcbfe3e073d2339bc3dff803b222c007aad19759ee9b666438fa59ec2b2750b52ffb3b5e911145cf2977538447f5db977fc056a624c5878ddbcf564b26
-DIST matio-1.5.10.tar.gz 8630185 BLAKE2B 
8bb5040c3863ca7eea3069d0ee71d79c588e19a1fde253f7305534a2239dfecae1d877082454b475c1d4d1a3a60f81710002cd14ed5def3c23b4d0aa8dc8531c
 SHA512 
93c40d344fd8282e64cae6104bc6a485cd4ce65c948333c95127cfd54e57166c5e24d7a8d36a50dd896f11615a0274ddd303d8fdb4d3e41b34d4eacb7fc866af
 DIST matio-1.5.13.tar.gz 10037903 BLAKE2B 
8817fa3a1c050a84951c706922b32c5ed082ec057a35cb7fa20cc4d977316208a61604fcb6c0e09c96f592294a65d57a8a95844d15821987bdd337564345e778
 SHA512 
2db430dd47b8ceed850aaadf36c0fd3b405ba32db3eb2d5be320d007754983e2538ab99338d3ae8d69e8a531818c3bde0807c1f4a505eff7dd25d4a77934b737
 DIST matio-1.5.16.tar.gz 10050153 BLAKE2B 
de643c11371a931853c2d60347431a1fc3c46f80d5e3083376e634999ea9d10bb1f5f547ed9844654dcb8ff6ff9492d037b26f693cbced04228a6c5d603c0a86
 SHA512 
38039ddc897b9e44677af08d996dde960355b6d8c5598000fbb23dda5501361d1c2a9e82f0f3e6c1309f0784943976259e5d39d1030f00db323e1756e5bd144a
-DIST matio-1.5.2.tar.gz 8179926 BLAKE2B 
6ac78b09a6874a505984fd75f5a4fd7223c0947d32588a8ca426117b945fbfb550d419b552b9a1d6c88b40d96c99d6c35b7ede780a29afe5f4485dec76f1df0d
 SHA512 
47ee7457db3f2138ecb1db9d7a04bf91d8277024631694e5f5a49b77829d60ce9dd95a1db33cd8eeaa8271e942acf60b522f40e4d7f4cae90f0a7caee7eb6efc

diff --git a/sci-libs/matio/files/matio-1.5.0-asneeded.patch 
b/sci-libs/matio/files/matio-1.5.0-asneeded.patch
deleted file mode 100644
index 0f1e462c69f..000
--- a/sci-libs/matio/files/matio-1.5.0-asneeded.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 matio-1.5.0.orig/src/Makefile.am   2012-04-24 18:14:45.0 +0100
-+++ matio-1.5.0/src/Makefile.am2012-04-24 18:18:14.0 +0100
-@@ -45,7 +45,7 @@
- lib_LTLIBRARIES= libmatio.la
- libmatio_la_SOURCES= snprintf.c endian.c io.c $(ZLIB_SRC) read_data.c \
-  mat5.c mat4.c mat.c matvar_cell.c matvar_struct.c
--libmatio_la_LIBADD = $(ZLIB_LIBS)
-+libmatio_la_LIBADD = $(ZLIB_LIBS) $(HDF5_LIBS)
- 
- if MAT73
- libmatio_la_SOURCES+= mat73.c

diff --git a/sci-libs/matio/matio-1.5.1.ebuild 
b/sci-libs/matio/matio-1.5.1.ebuild
deleted file mode 100644
index 35b0ae903e3..000
--- a/sci-libs/matio/matio-1.5.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils eutils
-
-DESCRIPTION="Library for reading and writing matlab files"
-HOMEPAGE="https://sourceforge.net/projects/matio/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples hdf5 sparse static-libs"
-
-RDEPEND="
-   sys-libs/zlib
-   hdf5? ( sci-libs/hdf5 )"
-DEPEND="${RDEPEND}
-   doc? ( virtual/latex-base )"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.5.0-asneeded.patch )
-
-src_configure() {
-   local myeconfargs=(
-   --docdir="${EPREFIX}/usr/share/doc/${PF}"
-   $(use_enable hdf5 mat73)
-   $(use_enable sparse extended-sparse)
-   )
-   autotools-utils_src_configure
-}
-
-src_compile() {
-   autotools-utils_src_compile
-   use doc &&  autotools-utils_src_compile -C documentation pdf
-}
-
-src_install() {
-   use doc && DOCS=( "${BUILD_DIR}"/documentation/matio_user_guide.pdf )
-   autotools-utils_src_install
-   if use examples; then
-   docinto examples
-   dodoc test/test*
-   insinto /usr/share/${PN}
-   doins share/test*
-   fi
-}

diff --git a/sci-libs/matio/matio-1.5.10.ebuild 
b/sci-libs/matio/matio-1.5.10.ebuild
deleted file mode 100644
index 78479eb8ba9..000
--- a/sci-libs/matio/matio-1.5.10.ebuild
+++ /dev/null
@@ -1,46 

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

2019-07-03 Thread Zac Medico
commit: fb6dd4afe2540de3ae7de4b6d7ffdd776b14712b
Author: Zac Medico  sony  com>
AuthorDate: Wed Jul  3 21:40:27 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jul  3 21:49:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6dd4af

sys-apps/portage: revbump to 2.3.68-r1

Suppress export error messages like this for eix-update:

/usr/lib/portage/python3.6/ebuild.sh: line 11: export: ___in_portage_iuse: not 
a function

Bug: https://bugs.gentoo.org/680810#c10
Bug: https://bugs.gentoo.org/689128#c3
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/portage/{portage-2.3.68.ebuild => portage-2.3.68-r1.ebuild} | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-apps/portage/portage-2.3.68.ebuild 
b/sys-apps/portage/portage-2.3.68-r1.ebuild
similarity index 98%
rename from sys-apps/portage/portage-2.3.68.ebuild
rename to sys-apps/portage/portage-2.3.68-r1.ebuild
index 841947dcfff..951420b89ea 100644
--- a/sys-apps/portage/portage-2.3.68.ebuild
+++ b/sys-apps/portage/portage-2.3.68-r1.ebuild
@@ -102,6 +102,10 @@ pkg_setup() {
 python_prepare_all() {
distutils-r1_python_prepare_all
 
+   # apply f4aa49bc1ba2
+   sed -e 's|^export -n -f ___in_portage_iuse$|declare -F 
___in_portage_iuse >/dev/null \&\& \0|' \
+   -i bin/ebuild.sh || die
+
if use gentoo-dev; then
einfo "Disabling --dynamic-deps by default for gentoo-dev..."
sed -e 's:\("--dynamic-deps", \)\("y"\):\1"n":' \



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

2019-07-03 Thread Louis Sautier
commit: 9504d4b805a90912329154c27cec32293deab9e1
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul  3 21:43:49 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul  3 21:47:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9504d4b8

dev-python/jaraco-stream: remove old

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-stream/Manifest |  1 -
 dev-python/jaraco-stream/jaraco-stream-1.1.ebuild | 49 ---
 2 files changed, 50 deletions(-)

diff --git a/dev-python/jaraco-stream/Manifest 
b/dev-python/jaraco-stream/Manifest
index 7ac69960f9a..fe2c7ba4b25 100644
--- a/dev-python/jaraco-stream/Manifest
+++ b/dev-python/jaraco-stream/Manifest
@@ -1,4 +1,3 @@
 DIST jaraco.stream-1.1.1.tar.gz 6115 BLAKE2B 
0994abe3c9688722c76e656e87166fa60d4bf45fb22ccc826227629bffb60fe0be78bb7a5f9f00b8766b5ce26d641d4b347d6c0fc73c426b424c230cb7d625b6
 SHA512 
65c8d1652a0d63506cc3cadee590664e6a99e2f770d26f0cea1dce07c54ffe308e1df8619bc728ea81c5ac43c9c6731fe9f71e5d38d2674c4e0d63d635bb5112
-DIST jaraco.stream-1.1.tar.gz 4887 BLAKE2B 
6942db399e3821b176e5c966647aa9337e31dbfe533cbd790b9531fb943b1e5fdb05fa350e9dabdff00817e59b434a0770de32f871176dea34042acf6e2f368a
 SHA512 
5af385084623fbdfe86e9fb620f49b097dee164638bc99622ba557a26cda591e856f1fc4134bc7b73b8f7b61afaf2607686fe20c59c582324a65c22f39d74a13
 DIST jaraco.stream-1.2.tar.gz 7696 BLAKE2B 
fcc1aa8d26da17635b9ee7c68c278ae572cbe36a108cb30f5eb98c7ebfd2255aad499bed38ea044b28e820646b92e64602db0e2cdfc430169035882f7b6abe9b
 SHA512 
47a96c1de12eb64e250c85d97429218606dc9bb212cf7b97e579763dd901ee063711c00307b7442be400856d3fd4e5994afbe1cb91a99e233541ffd7ff4024b9
 DIST jaraco.stream-2.0.tar.gz 11061 BLAKE2B 
86cc9958e11421fe839551e029f839c16a12b80d329466b44224d145be6c2a15a63d03f426a9b8d1510249ea6c129e892dcfec41a32dd5c3c3a3b66acc21030f
 SHA512 
d379d07772d739abb275cfc8ed7809583c728af695294b9d12ae1276add360b9559de64104cd20d05d82a3250237ae1f6eb23420970a95e9fdf6346ef9312331

diff --git a/dev-python/jaraco-stream/jaraco-stream-1.1.ebuild 
b/dev-python/jaraco-stream/jaraco-stream-1.1.ebuild
deleted file mode 100644
index e4a73334710..000
--- a/dev-python/jaraco-stream/jaraco-stream-1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Routines for handling streaming data"
-HOMEPAGE="https://github.com/jaraco/jaraco.stream;
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   )
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/rst-linker[${PYTHON_USEDEP}]
-   )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   # Skip one test which requires network access
-   py.test --ignore=jaraco/stream/test_gzip.py \
-   || die "tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}



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

2019-07-03 Thread Louis Sautier
commit: 08f770ca318c625bbefba001d30ce00d5945831d
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul  3 15:19:14 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul  3 21:47:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f770ca

dev-python/jaraco-stream: bump to 2.0, switches to pkgutil

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/jaraco-stream/Manifest |  1 +
 dev-python/jaraco-stream/jaraco-stream-2.0.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/jaraco-stream/Manifest 
b/dev-python/jaraco-stream/Manifest
index 0f2a55a3ac9..7ac69960f9a 100644
--- a/dev-python/jaraco-stream/Manifest
+++ b/dev-python/jaraco-stream/Manifest
@@ -1,3 +1,4 @@
 DIST jaraco.stream-1.1.1.tar.gz 6115 BLAKE2B 
0994abe3c9688722c76e656e87166fa60d4bf45fb22ccc826227629bffb60fe0be78bb7a5f9f00b8766b5ce26d641d4b347d6c0fc73c426b424c230cb7d625b6
 SHA512 
65c8d1652a0d63506cc3cadee590664e6a99e2f770d26f0cea1dce07c54ffe308e1df8619bc728ea81c5ac43c9c6731fe9f71e5d38d2674c4e0d63d635bb5112
 DIST jaraco.stream-1.1.tar.gz 4887 BLAKE2B 
6942db399e3821b176e5c966647aa9337e31dbfe533cbd790b9531fb943b1e5fdb05fa350e9dabdff00817e59b434a0770de32f871176dea34042acf6e2f368a
 SHA512 
5af385084623fbdfe86e9fb620f49b097dee164638bc99622ba557a26cda591e856f1fc4134bc7b73b8f7b61afaf2607686fe20c59c582324a65c22f39d74a13
 DIST jaraco.stream-1.2.tar.gz 7696 BLAKE2B 
fcc1aa8d26da17635b9ee7c68c278ae572cbe36a108cb30f5eb98c7ebfd2255aad499bed38ea044b28e820646b92e64602db0e2cdfc430169035882f7b6abe9b
 SHA512 
47a96c1de12eb64e250c85d97429218606dc9bb212cf7b97e579763dd901ee063711c00307b7442be400856d3fd4e5994afbe1cb91a99e233541ffd7ff4024b9
+DIST jaraco.stream-2.0.tar.gz 11061 BLAKE2B 
86cc9958e11421fe839551e029f839c16a12b80d329466b44224d145be6c2a15a63d03f426a9b8d1510249ea6c129e892dcfec41a32dd5c3c3a3b66acc21030f
 SHA512 
d379d07772d739abb275cfc8ed7809583c728af695294b9d12ae1276add360b9559de64104cd20d05d82a3250237ae1f6eb23420970a95e9fdf6346ef9312331

diff --git a/dev-python/jaraco-stream/jaraco-stream-2.0.ebuild 
b/dev-python/jaraco-stream/jaraco-stream-2.0.ebuild
new file mode 100644
index 000..35a90f85436
--- /dev/null
+++ b/dev-python/jaraco-stream/jaraco-stream-2.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Routines for handling streaming data"
+HOMEPAGE="https://github.com/jaraco/jaraco.stream;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # Skip one test which requires network access
+   # Override pytest options to skip flake8
+   PYTHONPATH=. pytest -vv --ignore=jaraco/stream/test_gzip.py \
+   --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}
+
+# 
https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
+python_install() {
+   rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
+   # note: eclass may default to --skip-build in the future
+   distutils-r1_python_install --skip-build
+}



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

2019-07-03 Thread Thomas Deutschmann
commit: 49b3052b4b9f46e06987c1988e3ef698481a5c9e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jul  3 21:42:35 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jul  3 21:42:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b3052b

sys-kernel/gentoo-sources: arm stable (#688256)

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

 sys-kernel/gentoo-sources/gentoo-sources-4.14.127.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.19.52.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.4.182.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.9.182.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.127.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.127.ebuild
index f9d2a155811..ccbb19e3240 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.127.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.127.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.52.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.52.ebuild
index 25d74d660ff..34cc3f5006f 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.52.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.52.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.182.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.182.ebuild
index b1e2b9345e4..593b82e594d 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.182.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.182.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.182.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.182.ebuild
index d68f4c8f0d1..74c2a28271d 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.182.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.182.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2019-07-03 Thread Patrick McLean
commit: 232e5f1c871dffeddf6dce91d803a4e8354c0b9c
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Jun 27 16:32:12 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Jul  3 21:35:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232e5f1c

net-dns/dnsmasq: Compatibility with dev-libs/nettle-3.5

Closes: https://bugs.gentoo.org/688778
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Craig Andrews  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/12342
Signed-off-by: Patrick McLean  gentoo.org>

 net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild | 213 +
 .../dnsmasq/files/dnsmasq-2.80-nettle-3.5.patch|  42 
 2 files changed, 255 insertions(+)

diff --git a/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild 
b/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
new file mode 100644
index 000..20c55be8ff0
--- /dev/null
+++ b/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
@@ -0,0 +1,213 @@
+# Copyright 1999-2019 Gentoo Authors
+# Copyright 2017-2018 Sony Interactive Entertainment Inc.
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs flag-o-matic user systemd
+
+DESCRIPTION="Small forwarding DNS server"
+HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/doc.html;
+SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz;
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
+
+IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec +dumpfile id idn libidn2"
+IUSE+=" +inotify ipv6 lua nls script selinux static tftp"
+
+PATCHES=(
+   "${FILESDIR}/${P}-nettle-3.5.patch"
+)
+
+DM_LINGUAS=(de es fi fr id it no pl pt_BR ro)
+
+BDEPEND="app-arch/xz-utils
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+COMMON_DEPEND="dbus? ( sys-apps/dbus:= )
+   idn? (
+   !libidn2? ( net-dns/libidn:0= )
+   libidn2? ( >=net-dns/libidn2-2.0:= )
+   )
+   lua? ( dev-lang/lua:* )
+   conntrack? ( net-libs/libnetfilter_conntrack:= )
+   nls? ( sys-devel/gettext )
+"
+
+DEPEND="${COMMON_DEPEND}
+   dnssec? (
+   dev-libs/nettle:=[gmp]
+   static? ( >=dev-libs/nettle-3.4[static-libs(+)] )
+   )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   dnssec? (
+   !static? (
+   >=dev-libs/nettle-3.4:=[gmp]
+   )
+   )
+   selinux? ( sec-policy/selinux-dnsmasq )
+"
+
+REQUIRED_USE="dhcp-tools? ( dhcp )
+   lua? ( script )
+   libidn2? ( idn )"
+
+use_have() {
+   local useflag no_only uword
+   if [[ ${1} == '-n' ]]; then
+   no_only=1
+   shift
+   fi
+   useflag="${1}"
+   shift
+
+   uword="${1:-${useflag}}"
+   shift
+
+   while [[ ${uword} ]]; do
+   uword="${uword^^}"
+
+   if ! use "${useflag}"; then
+   printf -- " -DNO_%s" "${uword}"
+   elif [[ -z "${no_only}" ]]; then
+   printf -- " -DHAVE_%s" "${uword}"
+   fi
+   uword="${1}"
+   shift
+   done
+}
+
+pkg_pretend() {
+   if use static; then
+   einfo "Only sys-libs/gmp and dev-libs/nettle are statically 
linked."
+   use dnssec || einfo "Thus, ${P}[!dnssec,static] makes no 
sense;" \
+   "the static USE flag is ignored."
+   fi
+}
+
+pkg_setup() {
+   enewgroup dnsmasq
+   enewuser dnsmasq -1 -1 /dev/null dnsmasq
+}
+
+src_prepare() {
+   default
+
+   sed -i -r 's:lua5.[0-9]+:lua:' Makefile
+   sed -i "s:%%PREFIX%%:${EPREFIX}/usr:" dnsmasq.conf.example
+}
+
+src_configure() {
+   COPTS=(
+   "$(use_have -n auth-dns auth)"
+   "$(use_have conntrack)"
+   "$(use_have dbus)"
+   "$(use libidn2 || use_have idn)"
+   "$(use_have libidn2)"
+   "$(use_have -n inotify)"
+   "$(use_have -n dhcp dhcp dhcp6)"
+   "$(use_have -n ipv6 ipv6 dhcp6)"
+   "$(use_have -n id id)"
+   "$(use_have lua luascript)"
+   "$(use_have -n script)"
+   "$(use_have -n tftp)"
+   "$(use_have dnssec)"
+   "$(use_have static dnssec_static)"
+   "$(use_have -n dumpfile)"
+   )
+}
+
+src_compile() {
+   emake \
+   PREFIX=/usr \
+   MANDIR=/usr/share/man \
+   CC="$(tc-getCC)" \
+   PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+   CFLAGS="${CFLAGS}" \
+   LDFLAGS="${LDFLAGS}" \
+   COPTS="${COPTS[*]}" \
+   CONFFILE="/etc/${PN}.conf" \
+   all$(use nls && printf -- "-i18n\n")
+
+   use dhcp-tools && emake -C contrib/lease-tools \
+   PREFIX=/usr \
+   MANDIR=/usr/share/man \
+   

[gentoo-commits] repo/gentoo:master commit in: net-print/gutenprint/

2019-07-03 Thread Sergei Trofimovich
commit: d7f075a9253aeacff2f631569af189b8ff1dc0ec
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jul  3 16:31:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  3 21:31:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f075a9

net-print/gutenprint: stable 5.3.1 for hppa, bug #681616

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

 net-print/gutenprint/gutenprint-5.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/gutenprint/gutenprint-5.3.1.ebuild 
b/net-print/gutenprint/gutenprint-5.3.1.ebuild
index f7e83de67be..3263beab35f 100644
--- a/net-print/gutenprint/gutenprint-5.3.1.ebuild
+++ b/net-print/gutenprint/gutenprint-5.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gimp-print/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
 
 IUSE="cups gimp gtk nls readline ppds static-libs"
 REQUIRED_USE="gimp? ( gtk )"



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

2019-07-03 Thread Sergei Trofimovich
commit: b42a53e0b1d4aa35b61114258459c17ef9e50873
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jul  3 16:29:11 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  3 21:31:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42a53e0

dev-libs/elfutils: stable 0.176-r1 for sparc, bug #688904

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

 dev-libs/elfutils/elfutils-0.176-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/elfutils/elfutils-0.176-r1.ebuild 
b/dev-libs/elfutils/elfutils-0.176-r1.ebuild
index 5b0d49ef487..aba258f8529 100644
--- a/dev-libs/elfutils/elfutils-0.176-r1.ebuild
+++ b/dev-libs/elfutils/elfutils-0.176-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2;
 
 LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 lzma nls static-libs test +threads +utils"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]



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

2019-07-03 Thread Sergei Trofimovich
commit: d7f460bb5153e3f44528a86076f414e36952e670
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jul  3 16:32:32 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  3 21:31:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f460bb

media-gfx/graphicsmagick: stable 1.3.32 for hppa, bug #684320

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

 media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
index 1fa5c4b22cc..bded4bb6077 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code;
 else
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-   KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp



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

2019-07-03 Thread Sergei Trofimovich
commit: b3e6a90210a34c12e665195e16bcb1f6789d1ede
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jul  3 16:30:31 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  3 21:31:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e6a902

sys-libs/binutils-libs: stable 2.32-r1 for sparc, bug #688904

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

 sys-libs/binutils-libs/binutils-libs-2.32-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.32-r1.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.32-r1.ebuild
index 019d23af96f..e5a810f7e9e 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.32-r1.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.32-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0/${PV}"
 IUSE="64-bit-bfd multitarget nls static-libs"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
 DEPEND="${COMMON_DEPEND}



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

2019-07-03 Thread Sergei Trofimovich
commit: 15703552b81c19e92746c3c80fe1118a4ffed3de
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jul  3 16:29:54 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  3 21:31:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15703552

sys-devel/binutils: stable 2.32-r1 for sparc, bug #688904

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

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

diff --git a/sys-devel/binutils/binutils-2.32-r1.ebuild 
b/sys-devel/binutils/binutils-2.32-r1.ebuild
index 81f0b8bb674..5174fd76e31 100644
--- a/sys-devel/binutils/binutils-2.32-r1.ebuild
+++ b/sys-devel/binutils/binutils-2.32-r1.ebuild
@@ -45,7 +45,7 @@ case ${PV} in
*)
SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
SLOT=$(get_version_component_range 1-2)
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
;;
 esac
 



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

2019-07-03 Thread Zac Medico
commit: f4aa49bc1ba210a1257ae6291a60d0944c32691d
Author: Zac Medico  sony  com>
AuthorDate: Wed Jul  3 21:20:00 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jul  3 21:26:25 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=f4aa49bc

ebuild.sh: suppress export error messages for eix-update

Suppress export error messages like this for eix-update:

/usr/lib/portage/python3.6/ebuild.sh: line 11: export: ___in_portage_iuse: not 
a function

Fixes: 7f1aac111320 ("ebuild.sh: unexport ___in_portage_iuse function (bug 
680810)")
Bug: https://bugs.gentoo.org/680810
Bug: https://bugs.gentoo.org/689128
Signed-off-by: Zac Medico  gentoo.org>

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

diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 50a0330f3..56555a5b7 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -8,7 +8,7 @@ unalias -a
 
 # Make sure this isn't exported to scripts we execute.
 unset BASH_COMPAT
-export -n -f ___in_portage_iuse
+declare -F ___in_portage_iuse >/dev/null && export -n -f ___in_portage_iuse
 
 source "${PORTAGE_BIN_PATH}/isolated-functions.sh" || exit 1
 



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

2019-07-03 Thread Lars Wendler
commit: 1018e4b02a7a333b8822bdb90b94ea4ef0a5d207
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  3 21:04:45 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  3 21:05:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1018e4b0

net-fs/samba: Removed old.

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

 net-fs/samba/Manifest   |   1 -
 net-fs/samba/samba-4.9.8.ebuild | 307 
 2 files changed, 308 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index a871940d958..4e26a75be4f 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -7,5 +7,4 @@ DIST samba-4.7.12.tar.gz 16923189 BLAKE2B 
98ea5e535482a4cdfeb4f9ad70bc8c40bb6d5a
 DIST samba-4.8.12.tar.gz 17764832 BLAKE2B 
d2c0c8b9090da7c94b9343fd3f416e9aafad64273abc9be0639b011f71072926a0b303cf53e63c4e470aeb168e8ec23003b5f4ed4258aac8d6b3d029f71fba6f
 SHA512 
f29595f6390d01860cb6acd750d2e36b4d207dd1da16465c21c8d6d732ce27bd0582a0f34296081e2659638d839c8b12f28deccc31982afa94650da8bce8df8b
 DIST samba-4.8.6.tar.gz 17723841 BLAKE2B 
38da52e14b4417f26462eef2226c4498e54d2c276b4056e8c6d6c66079f33bcda24c1eab30b29bc7413280ec89a74a55e043e8274ac50f9a25bae7563717ff34
 SHA512 
f6afab5ca466bd8653a56c205b71ce94ecf0ad0c6e4c9d64cbba7b1e56f1987bc2022e6b629d87eb6078e3f6ba53833c19cfb41e40b6d589e4317ea9d85de273
 DIST samba-4.9.11.tar.gz 18095745 BLAKE2B 
d06a15608f71e73e26dbb15ddfb3512a0cd6f6ce5cffe663451cdf1552473c28cc5a66fc5e28d0e3fbfc80be8524903bd42d75050b664e713efdb09855175bdf
 SHA512 
3d1cd7e3f1ffbfa6bb44fe0cb12be47dd17c9b614b6509ecec20210ac734fa1ab90ea5d2d2180fe7c80bd4eb5bb9a73a09183edf70bdd28dde2d33e092c9e71a
-DIST samba-4.9.8.tar.gz 18081493 BLAKE2B 
026c166ec10c799be0e7e8790b8285671884ae42435895a3f33219ad4a3dc42bb8681c0b2e683fcf6955cf6d27fe3f150ee589fdfb2570a98863045c927d26da
 SHA512 
80d93f10a415960b758c7fd26c91c27eeb9e8371eb82681aa287e139f9388b6131c9ab5460d39b912a22a79bbad9de210753ba01fd55fad8b2db91190ce3f286
 DIST samba-4.9.9.tar.gz 18080757 BLAKE2B 
3cfe741d21584d74654607d6c1450b67f80524f5809607b0c796fad501c06b34ddfb8eb7ef639cca70e8bc54f53805be4c45d78eeb2760aa7728ba907e99589f
 SHA512 
636fc7073cf9dc9ff9bfe46403d35d7a058024708d090bd0ecc7e900a8468ffb7c9a8d564b2df85758c4ef3d184ed3f2c8fa3079ece13d6b9afa816136f0b608

diff --git a/net-fs/samba/samba-4.9.8.ebuild b/net-fs/samba/samba-4.9.8.ebuild
deleted file mode 100644
index b254b52dad4..000
--- a/net-fs/samba/samba-4.9.8.ebuild
+++ /dev/null
@@ -1,307 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-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 gnutls 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
-)
-
-# sys-apps/attr is an automagic dependency (see bug #489748)
-CDEPEND="
-   >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}]
-   dev-lang/perl:=
-   dev-libs/libaio[${MULTILIB_USEDEP}]
-   dev-libs/libbsd[${MULTILIB_USEDEP}]
-   dev-libs/iniparser:0
-   dev-libs/popt[${MULTILIB_USEDEP}]
-   dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
-   >=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
-   net-libs/libnsl:=[${MULTILIB_USEDEP}]
-   sys-apps/attr[${MULTILIB_USEDEP}]
-   
>=sys-libs/ldb-1.4.6[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
-   
=sys-libs/talloc-2.1.14[python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
-   >=sys-libs/tdb-1.3.16[python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
-   >=sys-libs/tevent-0.9.37[python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
-   sys-libs/zlib[${MULTILIB_USEDEP}]
-   virtual/libiconv
-   pam? ( virtual/pam )
-   acl? ( virtual/acl )
-   addns? (
-   net-dns/bind-tools[gssapi]
-   dev-python/dnspython:=[${PYTHON_USEDEP}]
-   )
-   ceph? ( sys-cluster/ceph )
-   cluster? (
-   net-libs/rpcsvc-proto
-   

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

2019-07-03 Thread Lars Wendler
commit: 658517276115773a92e9b86248c57ec644bc3939
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  3 21:03:28 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  3 21:05:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65851727

net-fs/samba: Bump to version 4.9.11

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

 net-fs/samba/Manifest|   1 +
 net-fs/samba/samba-4.9.11.ebuild | 307 +++
 2 files changed, 308 insertions(+)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 64f619f569c..a871940d958 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -6,5 +6,6 @@ DIST samba-4.5.16.tar.gz 21024396 BLAKE2B 
e737559fb748044076608fa233700eb54c7e1c
 DIST samba-4.7.12.tar.gz 16923189 BLAKE2B 
98ea5e535482a4cdfeb4f9ad70bc8c40bb6d5a8920ce9bc6dda84f20698245c3c5d472a5f79984efc81f9c32d1d1e72b1fcdffb137e3a27634f4c521a1d46a48
 SHA512 
951dfc0ea7130da9d9aa3069ca276e630d67171a1995dba368459e0cdf00337d0f6271827bffec694371010614a1a7ce2349840ddedd0231315f6a56dce2fcac
 DIST samba-4.8.12.tar.gz 17764832 BLAKE2B 
d2c0c8b9090da7c94b9343fd3f416e9aafad64273abc9be0639b011f71072926a0b303cf53e63c4e470aeb168e8ec23003b5f4ed4258aac8d6b3d029f71fba6f
 SHA512 
f29595f6390d01860cb6acd750d2e36b4d207dd1da16465c21c8d6d732ce27bd0582a0f34296081e2659638d839c8b12f28deccc31982afa94650da8bce8df8b
 DIST samba-4.8.6.tar.gz 17723841 BLAKE2B 
38da52e14b4417f26462eef2226c4498e54d2c276b4056e8c6d6c66079f33bcda24c1eab30b29bc7413280ec89a74a55e043e8274ac50f9a25bae7563717ff34
 SHA512 
f6afab5ca466bd8653a56c205b71ce94ecf0ad0c6e4c9d64cbba7b1e56f1987bc2022e6b629d87eb6078e3f6ba53833c19cfb41e40b6d589e4317ea9d85de273
+DIST samba-4.9.11.tar.gz 18095745 BLAKE2B 
d06a15608f71e73e26dbb15ddfb3512a0cd6f6ce5cffe663451cdf1552473c28cc5a66fc5e28d0e3fbfc80be8524903bd42d75050b664e713efdb09855175bdf
 SHA512 
3d1cd7e3f1ffbfa6bb44fe0cb12be47dd17c9b614b6509ecec20210ac734fa1ab90ea5d2d2180fe7c80bd4eb5bb9a73a09183edf70bdd28dde2d33e092c9e71a
 DIST samba-4.9.8.tar.gz 18081493 BLAKE2B 
026c166ec10c799be0e7e8790b8285671884ae42435895a3f33219ad4a3dc42bb8681c0b2e683fcf6955cf6d27fe3f150ee589fdfb2570a98863045c927d26da
 SHA512 
80d93f10a415960b758c7fd26c91c27eeb9e8371eb82681aa287e139f9388b6131c9ab5460d39b912a22a79bbad9de210753ba01fd55fad8b2db91190ce3f286
 DIST samba-4.9.9.tar.gz 18080757 BLAKE2B 
3cfe741d21584d74654607d6c1450b67f80524f5809607b0c796fad501c06b34ddfb8eb7ef639cca70e8bc54f53805be4c45d78eeb2760aa7728ba907e99589f
 SHA512 
636fc7073cf9dc9ff9bfe46403d35d7a058024708d090bd0ecc7e900a8468ffb7c9a8d564b2df85758c4ef3d184ed3f2c8fa3079ece13d6b9afa816136f0b608

diff --git a/net-fs/samba/samba-4.9.11.ebuild b/net-fs/samba/samba-4.9.11.ebuild
new file mode 100644
index 000..c983eaa51e3
--- /dev/null
+++ b/net-fs/samba/samba-4.9.11.ebuild
@@ -0,0 +1,307 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+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 gnutls 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
+)
+
+# sys-apps/attr is an automagic dependency (see bug #489748)
+CDEPEND="
+   >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}]
+   dev-lang/perl:=
+   dev-libs/libaio[${MULTILIB_USEDEP}]
+   dev-libs/libbsd[${MULTILIB_USEDEP}]
+   dev-libs/iniparser:0
+   dev-libs/popt[${MULTILIB_USEDEP}]
+   dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   >=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
+   net-libs/libnsl:=[${MULTILIB_USEDEP}]
+   sys-apps/attr[${MULTILIB_USEDEP}]
+   
>=sys-libs/ldb-1.4.7[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   
=sys-libs/talloc-2.1.14[python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   >=sys-libs/tdb-1.3.16[python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   >=sys-libs/tevent-0.9.37[python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   sys-libs/zlib[${MULTILIB_USEDEP}]
+  

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

2019-07-03 Thread Lars Wendler
commit: cde43a73e2a2bd069dc6d9428e6f82228d118665
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  3 20:39:09 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  3 21:05:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde43a73

media-libs/libraw: Removed old.

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

 media-libs/libraw/Manifest |  1 -
 media-libs/libraw/libraw-0.19.1.ebuild | 57 --
 2 files changed, 58 deletions(-)

diff --git a/media-libs/libraw/Manifest b/media-libs/libraw/Manifest
index a01080afa57..820728acd1b 100644
--- a/media-libs/libraw/Manifest
+++ b/media-libs/libraw/Manifest
@@ -1,5 +1,4 @@
 DIST LibRaw-0.18.13.tar.gz 1287631 BLAKE2B 
cb335dd21b897222a80ae7b486d751a080dafe93d9c4ce72ad337bc724707831a70428323027f5f343c4b0ff08820b6f68553436240a85d115eaaa30b6b0c269
 SHA512 
80e6ca48b00176e7c4dd21d8249c60e71e987c01e719abc3bda8b859645301b9dee4bb365bbcb79cbe0067220d3b966add4757b35d4b6ada0a59bbdb29925254
-DIST LibRaw-0.19.1.tar.gz 1302921 BLAKE2B 
fcd8756179a0a93526fe138b6cbea596f2bb5f662637c21c48e1ff589c7d3b3d34ad20c774fba10842519a5c932b3f6c8826a1d3763c7477600343336aa0ec20
 SHA512 
8d15361bf403fbf5e439456897a6d40ee756fcf3f510d2de033304c676583562149618ec40c665ac9db10eda411dbe02e0446d9c7611c5decc9baaebca98b77a
 DIST LibRaw-0.19.2.tar.gz 553780 BLAKE2B 
45cf88208a902fff476a51cc95434d1033caa9162278db64bc610d63bafa5a29f7281ebf353bea7242fc1aef2ce315f45e34e91a4079d4b6da5217e46a04fdaa
 SHA512 
a1472720ca40a86e19fab7579e37246ad7f512249594c2162d7d6bd5a29bb756f1e4d7948fb8f23137661aea8a9423d7b8c7672834102155ead5546155f6be88
 DIST LibRaw-0.19.3.tar.gz 1302745 BLAKE2B 
3db3a07c5535a325c69d65ccc75e6a8c7d04e7b1c1d87506fd1c56a0d8f4a7c581467f6350922a4c62d4bc49372f31c86ae2a26a087c4ec11c3ab69763403a0b
 SHA512 
e025695fb7f0016aeec76c0843a94387633457eee838cc48e65d1e84e703c8530b3fdd1e31d85dc322d3f2f6092b7c313fa6d1c3009fe1257c3d9411128b6fe2
 DIST LibRaw-demosaic-pack-GPL2-0.18.8.tar.gz 30868 BLAKE2B 
30cef85c49e066fa4b1d86ee4d7bfd7bff07897f91edd57aa52428f7ecf2d6e930703e496d4e55e034c6da2f68735f8b20f493a1d7a00d51b0430a4b98e6ee45
 SHA512 
c34419cec055ea976a348c342f5ec2141e2686b5eb50dd23d7b9fd707eefd86779d331f06b4570dedb1682c33fcd6ac0446b3167ca1f3e3fd2566a0c66c6fd3d

diff --git a/media-libs/libraw/libraw-0.19.1.ebuild 
b/media-libs/libraw/libraw-0.19.1.ebuild
deleted file mode 100644
index 9604a7e73f3..000
--- a/media-libs/libraw/libraw-0.19.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal toolchain-funcs
-
-MY_PN=LibRaw
-MY_PV="${PV/_b/-B}"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="LibRaw is a library for reading RAW files obtained from digital 
photo cameras"
-HOMEPAGE="https://www.libraw.org/ https://github.com/LibRaw/LibRaw;
-SRC_URI="https://www.libraw.org/data/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1 CDDL"
-SLOT="0/19" # subslot = libraw soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
-IUSE="examples jpeg jpeg2k +lcms openmp"
-
-RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
-   jpeg2k? ( >=media-libs/jasper-1.900.1-r6:=[${MULTILIB_USEDEP}] )
-   lcms? ( >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( Changelog.txt README.md )
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-multilib_src_configure() {
-   local myeconfargs=(
-   --disable-static
-   $(use_enable examples)
-   $(use_enable jpeg)
-   $(use_enable jpeg2k jasper)
-   $(use_enable lcms)
-   $(use_enable openmp)
-   )
-   ECONF_SOURCE="${S}" \
-   econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
-   einstalldocs
-
-   # package installs .pc files
-   find "${D}" -name '*.la' -delete || die
-}



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

2019-07-03 Thread Lars Wendler
commit: 516ca0cd08cf4ff64baaee788c1b81752a101b33
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  3 20:59:55 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  3 21:05:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516ca0cd

sys-libs/ldb: Bump to versions 1.4.7 and 1.5.5

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

 sys-libs/ldb/Manifest |   2 +
 sys-libs/ldb/ldb-1.4.7.ebuild | 105 ++
 sys-libs/ldb/ldb-1.5.5.ebuild | 105 ++
 3 files changed, 212 insertions(+)

diff --git a/sys-libs/ldb/Manifest b/sys-libs/ldb/Manifest
index 2aa9b8ad86a..db0b4ee53c7 100644
--- a/sys-libs/ldb/Manifest
+++ b/sys-libs/ldb/Manifest
@@ -6,6 +6,8 @@ DIST ldb-1.2.4.tar.gz 1346413 BLAKE2B 
441cdf679ab4852e1c8d90ca8d9544d7983436c864
 DIST ldb-1.3.6.tar.gz 1374574 BLAKE2B 
654f35eb25aeb373540ead7cb10da66c92970ea6b100631cb14bacf937fec64e09b19ed3e09a976406e3f8d6347c4e17144c0a0bff8795316559be45353edbf7
 SHA512 
8fcd72598e948c55adaa832d6ebcbc03b979281032cb900af4304c1c68ce9cc94a1e1d4729d0c2a0b83a618cab716749d851160005a0093cf8a178e6dbea298d
 DIST ldb-1.3.8.tar.gz 1375782 BLAKE2B 
dbca935e762af86b268308253615019b24af6727411e77947ceeadd3e0114c2ad2a14d4a4f1121bf58ccb080d44a8513d2094314b043604d885977a26e622c57
 SHA512 
06d1b4c2badbf0c27733a64f979c48af8b599747cef7cd7f5417cd55a76447e8f8987bd061694c5af63261fdb35433e3844122c14103d5cc8b4eaab1f4752541
 DIST ldb-1.4.6.tar.gz 1431798 BLAKE2B 
748d6054af4b898fa475692a425d96541fa2c055ffdd4b8ca6635fea04d7b143b4e7301886f307300662140bc449a3ee3932801c7c5df10f6ba3ee5a10c7a46b
 SHA512 
fb2be7842ecfda8788e8982831e34487f016814d1e8a757e93f8716019aaba4b9b7dd469e4ba11eb3990846fb55cdb2db2ec494eb7b0ff04f261d8309b1c98f4
+DIST ldb-1.4.7.tar.gz 1430560 BLAKE2B 
b6b9a12b6f17ffee8e9a47673786d1247310655ca87bb0280fb8ce04a69c52435721fe5e8ab1ce18406e28dfeef57fe30b3b3fc42a4951505f8772bf5e7553ce
 SHA512 
e53bdd831d37b87b5adaf17f46b883f177f97541ad957d134dbfc196bc37749074df7c8cafb8e2993c6aae9bc150ae8d88daad56c26de9f62c5259c479da7016
 DIST ldb-1.5.4.tar.gz 1629123 BLAKE2B 
3c71af079f2e5cb81e493d16d453c53bd0ee4c63720b0261ea6116244b2652ca581499c0b8c64949dccc95460aba7b4ef3afe7850563a830f3fb4b8753bdea2f
 SHA512 
fc323e4283671c14d6dd4feb7e9ca943a63a166688077dbf3591f9d957cf821f9e739869842e15ca1ec4fd3764123d5afc6f4954b1af437bd1ec54df58366a22
+DIST ldb-1.5.5.tar.gz 1629070 BLAKE2B 
374042c77c9ec7bd88ad1d97757f171ae831a630751fc06bf22190355c1448fa8c2327d308cdbe5b46ca21236738548d2c1041c3dfb428e1dfee8053edf90050
 SHA512 
562e08b3d6564d08fed80dc43ca299c38fbd958dbe27ed1400e5eb5c3df0f4c7b7eaf502b13eec5544b168f26c5e6537615f65e28dcaeb6473d2ff3c3c7a4e4b
 DIST ldb-1.6.2.tar.gz 1629794 BLAKE2B 
5219479c773aa87c4bd6917e60b963df9cf3c481468ed020b4e9c4a175110ce80fd1c7a4ca4e28d99c972e0891287485261310eab1bbd7b8b138ea59f168ac8c
 SHA512 
089dee2465efe0811ff745b52b15d2d7638b940112a06680706d5401231864859605ff0392245d4c815e9b85f5a4ba782fc61d8dba215cc8198e7d9a6ddd255e
 DIST ldb-1.6.3.tar.gz 1628668 BLAKE2B 
e9b6535eddf49496151e544f6879641c58a614f6de95463f7d0bf1953744953a5d55dde935d39b690d4c87e66914d8de0f0f5d4816a61fdecc81f8797584013e
 SHA512 
a41b1fd2afa9a02dec37519f28e0e720b649c2a0aa6caebeb6697dbefdc6a055ef26500c5ccb0439b495d8c03218920b389fb9601d1cf5ca4d5046f192a5fefd

diff --git a/sys-libs/ldb/ldb-1.4.7.ebuild b/sys-libs/ldb/ldb-1.4.7.ebuild
new file mode 100644
index 000..deef89dbbf0
--- /dev/null
+++ b/sys-libs/ldb/ldb-1.4.7.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+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 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="doc +ldap +lmdb python"
+
+RDEPEND="
+   !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+   dev-libs/popt[${MULTILIB_USEDEP}]
+   >=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
+   >=sys-libs/talloc-2.1.14[python?,${MULTILIB_USEDEP}]
+   >=sys-libs/tdb-1.3.16[python?,${MULTILIB_USEDEP}]
+   >=sys-libs/tevent-0.9.37[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} )"
+
+WAF_BINARY="${S}/buildtools/bin/waf"
+
+MULTILIB_WRAPPED_HEADERS=( /usr/include/pyldb.h )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.4.0-optional_packages.patch
+   

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

2019-07-03 Thread Lars Wendler
commit: bc6f480df15c166dafdb094c09ce05d69bf471c7
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  3 20:38:31 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  3 21:05:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6f480d

media-libs/libraw: Bump to version 0.19.3

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

 media-libs/libraw/Manifest |  1 +
 media-libs/libraw/libraw-0.19.3.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/media-libs/libraw/Manifest b/media-libs/libraw/Manifest
index 4d68dd500ff..a01080afa57 100644
--- a/media-libs/libraw/Manifest
+++ b/media-libs/libraw/Manifest
@@ -1,5 +1,6 @@
 DIST LibRaw-0.18.13.tar.gz 1287631 BLAKE2B 
cb335dd21b897222a80ae7b486d751a080dafe93d9c4ce72ad337bc724707831a70428323027f5f343c4b0ff08820b6f68553436240a85d115eaaa30b6b0c269
 SHA512 
80e6ca48b00176e7c4dd21d8249c60e71e987c01e719abc3bda8b859645301b9dee4bb365bbcb79cbe0067220d3b966add4757b35d4b6ada0a59bbdb29925254
 DIST LibRaw-0.19.1.tar.gz 1302921 BLAKE2B 
fcd8756179a0a93526fe138b6cbea596f2bb5f662637c21c48e1ff589c7d3b3d34ad20c774fba10842519a5c932b3f6c8826a1d3763c7477600343336aa0ec20
 SHA512 
8d15361bf403fbf5e439456897a6d40ee756fcf3f510d2de033304c676583562149618ec40c665ac9db10eda411dbe02e0446d9c7611c5decc9baaebca98b77a
 DIST LibRaw-0.19.2.tar.gz 553780 BLAKE2B 
45cf88208a902fff476a51cc95434d1033caa9162278db64bc610d63bafa5a29f7281ebf353bea7242fc1aef2ce315f45e34e91a4079d4b6da5217e46a04fdaa
 SHA512 
a1472720ca40a86e19fab7579e37246ad7f512249594c2162d7d6bd5a29bb756f1e4d7948fb8f23137661aea8a9423d7b8c7672834102155ead5546155f6be88
+DIST LibRaw-0.19.3.tar.gz 1302745 BLAKE2B 
3db3a07c5535a325c69d65ccc75e6a8c7d04e7b1c1d87506fd1c56a0d8f4a7c581467f6350922a4c62d4bc49372f31c86ae2a26a087c4ec11c3ab69763403a0b
 SHA512 
e025695fb7f0016aeec76c0843a94387633457eee838cc48e65d1e84e703c8530b3fdd1e31d85dc322d3f2f6092b7c313fa6d1c3009fe1257c3d9411128b6fe2
 DIST LibRaw-demosaic-pack-GPL2-0.18.8.tar.gz 30868 BLAKE2B 
30cef85c49e066fa4b1d86ee4d7bfd7bff07897f91edd57aa52428f7ecf2d6e930703e496d4e55e034c6da2f68735f8b20f493a1d7a00d51b0430a4b98e6ee45
 SHA512 
c34419cec055ea976a348c342f5ec2141e2686b5eb50dd23d7b9fd707eefd86779d331f06b4570dedb1682c33fcd6ac0446b3167ca1f3e3fd2566a0c66c6fd3d
 DIST LibRaw-demosaic-pack-GPL3-0.18.8.tar.gz 39002 BLAKE2B 
544a1eab61c825c7f2202107d623a56e1f81ad3e5111b419bf12708e2d8a9903f192c23904ab8fb274636d9262d3d89f02fa5e05a0e70d7834782c2df8ec0548
 SHA512 
10e8cb6694159d04deb813a88e5c3195eed6e2e438f41533db91b17997af1b9d54f286303447ca6e3d1b377922e388f6fcc8a8370254011e11b85612c914d500

diff --git a/media-libs/libraw/libraw-0.19.3.ebuild 
b/media-libs/libraw/libraw-0.19.3.ebuild
new file mode 100644
index 000..053b22516ab
--- /dev/null
+++ b/media-libs/libraw/libraw-0.19.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal toolchain-funcs
+
+MY_PN=LibRaw
+MY_PV="${PV/_b/-B}"
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="LibRaw is a library for reading RAW files obtained from digital 
photo cameras"
+HOMEPAGE="https://www.libraw.org/ https://github.com/LibRaw/LibRaw;
+SRC_URI="https://www.libraw.org/data/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1 CDDL"
+SLOT="0/19" # subslot = libraw soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="examples jpeg jpeg2k +lcms openmp"
+
+RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
+   jpeg2k? ( >=media-libs/jasper-1.900.1-r6:=[${MULTILIB_USEDEP}] )
+   lcms? ( >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( Changelog.txt README.md )
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --disable-static
+   $(use_enable examples)
+   $(use_enable jpeg)
+   $(use_enable jpeg2k jasper)
+   $(use_enable lcms)
+   $(use_enable openmp)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # package installs .pc files
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-07-03 Thread Jonas Stein
commit: d4fea6429c44c177397d664f45cd0cc063a6a149
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul  3 20:37:48 2019 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul  3 20:37:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fea642

dev-python/bibtexparser: Update License

Dual license: LGPLv3 BSD

Package-Manager: Portage-2.3.68, Repoman-2.3.14
Signed-off-by: Jonas Stein  gentoo.org>

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

diff --git a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild 
b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
index dd0c7218525..040473cf060 100644
--- a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
+++ b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A BibTeX parser written in python"
 HOMEPAGE="https://github.com/sciunto-org/python-bibtexparser;
 
SRC_URI="https://github.com/sciunto-org/python-bibtexparser/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
 
-LICENSE="BSD"
+LICENSE="|| ( BSD LGPL-3 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"



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

2019-07-03 Thread Jonas Stein
commit: 9dfa6e22bb654ac2052e1e4d14614c1ae8d9
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul  3 20:43:23 2019 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul  3 20:43:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfa6e22

dev-python/bibtexparser: Version bump to 1.1.0

Version bump to 1.1.0
and EAPI=7

Package-Manager: Portage-2.3.68, Repoman-2.3.14
Signed-off-by: Jonas Stein  gentoo.org>

 dev-python/bibtexparser/Manifest  |  1 +
 dev-python/bibtexparser/bibtexparser-1.1.0.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/bibtexparser/Manifest b/dev-python/bibtexparser/Manifest
index 26d7af1f882..a2670d3c193 100644
--- a/dev-python/bibtexparser/Manifest
+++ b/dev-python/bibtexparser/Manifest
@@ -1 +1,2 @@
 DIST bibtexparser-0.6.2.tar.gz 50876 BLAKE2B 
660508717a224d1c1c28a52c8d7ccc8de7248e61b45ce73bb46729ee7feb8872bdaf92bd6b07cdfb7934fa57993b39749b9961185d4dc9cec2d55809761a783e
 SHA512 
43a1c0475bc9e97c201a850e944f082e9eb316ac475cce4128b821008fc5b1597317f28c594f5462daee992b455fb4254fdf76a5baa02ff8e8a0e36f43c52491
+DIST bibtexparser-1.1.0.tar.gz 88656 BLAKE2B 
e5285953fbf79558643e19ea39f6421394f93afbfc6820be9bee0583c1efa010b9fe3478c9f3e36bea0c64e35c9d5bcb8341f1ee784c4150883e160723b94119
 SHA512 
f984cb307bfb8ee8143499469c0a83a28b3e9f061b17e5b43b7f9aa730c91427f2b2c441e501d37ab62f99ce2b7dd1cd7dee40b21c9f1a8e8b2dddf8eac2e74b

diff --git a/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild 
b/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild
new file mode 100644
index 000..9d0a491d8df
--- /dev/null
+++ b/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1 python-r1
+
+DESCRIPTION="A BibTeX parser written in python"
+HOMEPAGE="https://github.com/sciunto-org/python-bibtexparser;
+SRC_URI="https://github.com/sciunto-org/python-bibtexparser/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="|| ( BSD LGPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/python-${P}"
+
+src_test() {
+   python_foreach_impl nosetests
+}



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

2019-07-03 Thread Tim Harder
commit: df4651bc158cee01bb16e88d38684756caaabc7c
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 19:52:57 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 20:08:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4651bc

media-libs/exiftool: version bump to 11.54

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

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-11.54.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 1be1ace3a02..468e5378891 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -3,3 +3,4 @@ DIST Image-ExifTool-11.49.tar.gz 4566133 BLAKE2B 
f4b74a7ee20fd0cb44943eb3ddeaa04
 DIST Image-ExifTool-11.51.tar.gz 4573052 BLAKE2B 
9b38550127e9d21471ce11d25fa267a13e21deb65da3e0f1fbee7f7970f65b82e9e3a1b30ba6340739a2fc402fa8aac874a1813edf5e71634e5f23268a3fff96
 SHA512 
e6f48d803714a3fb8e12f869d3f9d3957db9aa330cf4e910a6eaadde759aa4ec0fc4873576d46bcbe40462d87bac341e6a546813f4753ba0bf61cf36dde7deeb
 DIST Image-ExifTool-11.52.tar.gz 4574091 BLAKE2B 
898d7e79ef3d5fe0b284c1c7099731ee3dec5544ff2e48b0830a69b094299e49954ecd43c2ae25e91734402eef419083f8927e5c80a7ce24001cb1e33cb39d52
 SHA512 
de8ed55144cde96efddac1d83416bf0252763dbb53ccc428ac2d4f6b4ea87605c3f85b22bb07339e3b460adf5662738adc4150c478d06da80ef33fa739f5
 DIST Image-ExifTool-11.53.tar.gz 4577849 BLAKE2B 
aae1b13fe37f8a3f5428cac71c7c37b0e2a77cab3ff6e3442f4453ada7a702193906d7de8a42309d636e697fee80ff48be30dfaf171198ac0a13ef41d26f2580
 SHA512 
3c404d00606b46febc9fb09149e47ea80c36bba4df6f9d4717c5bee8893e99dbadc47bbf0aad4b87e0d5d55cb5ad3b5c2b06b36a7c4d5b3d5d0a1ee255ad9ec0
+DIST Image-ExifTool-11.54.tar.gz 4598312 BLAKE2B 
2543f56a9d7b59d085bf147a51f90be3764093853a66f522cc8ea96caefa0389a64cc1c2ae18d9eb1d79dd97f406c13a561c495a249c025b5cb6bd3af3acd5c6
 SHA512 
3d21ac6208b2410b9e39afc21738da14528fa891a4115472b66a489345bcc9580c922924c6060c413cef30671a7508bc5ec1ce9ec6c3645838210f025059d37f

diff --git a/media-libs/exiftool/exiftool-11.54.ebuild 
b/media-libs/exiftool/exiftool-11.54.ebuild
new file mode 100644
index 000..d65975820b7
--- /dev/null
+++ b/media-libs/exiftool/exiftool-11.54.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
+SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+
+   insinto /usr/share/${PN}
+   doins -r fmt_files config_files arg_files
+}



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

2019-07-03 Thread Tim Harder
commit: bc8780b4cb8c406f32dfbcf57b596ad3eb57948c
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 19:55:05 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 20:08:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8780b4

media-sound/pianobar: version bump to 2019.02.14

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

 media-sound/pianobar/Manifest   |  1 +
 media-sound/pianobar/pianobar-2019.02.14.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/media-sound/pianobar/Manifest b/media-sound/pianobar/Manifest
index 50a1020834d..723fa034901 100644
--- a/media-sound/pianobar/Manifest
+++ b/media-sound/pianobar/Manifest
@@ -1 +1,2 @@
 DIST pianobar-2019.01.25.tar.bz2 48340 BLAKE2B 
09078b0fdf43baab99c343a86d5f1c1e0ee7ab39e2af20e7cdde6c21320a74d82ed9bc02e821b02ab045329944aa7d273d637c80bcb0ce96692281dc2e1a0568
 SHA512 
bfcec235ff01e40a2f650166a29020276b43b241008fd5eb8b84944744b1ce6262cf3be140354404c9410b88d6910e4bcf77b4de787742a7898bbc8511fef0f6
+DIST pianobar-2019.02.14.tar.bz2 48396 BLAKE2B 
3b25cdbd086efdb4c5f3239b9c47af6c6f647929573dd8fda93a569252dcace34654fc9460bc0cc9925057bb56a10912788a9aedaba8f217dfc2f9eae9718275
 SHA512 
00491118ed46df4871e8d019e7139d0779d07d03ab4c8a2312f024613a8b849430bb7c23339a021604023f2c5234015fdbd5d7078caf8cf6d690d03e7c648755

diff --git a/media-sound/pianobar/pianobar-2019.02.14.ebuild 
b/media-sound/pianobar/pianobar-2019.02.14.ebuild
new file mode 100644
index 000..dff31a20e21
--- /dev/null
+++ b/media-sound/pianobar/pianobar-2019.02.14.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs flag-o-matic
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/PromyLOPh/pianobar.git;
+else
+   SRC_URI="https://6xq.net/${PN}/${P}.tar.bz2;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A console-based replacement for Pandora's flash player"
+HOMEPAGE="https://6xq.net/pianobar/;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="libav static-libs"
+
+RDEPEND="media-libs/libao
+   net-misc/curl
+   dev-libs/libgcrypt:0=
+   dev-libs/json-c:=
+   libav? ( >=media-video/libav-12:0= )
+   !libav? ( >=media-video/ffmpeg-3.1:0= )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_compile() {
+   append-cflags -std=c99
+   tc-export AR CC
+   emake V=1 DYNLINK=1
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX=/usr LIBDIR=/usr/$(get_libdir) DYNLINK=1 
install
+   dodoc ChangeLog README.md
+
+   use static-libs || { rm "${D}"/usr/lib*/*.a || die; }
+
+   docinto contrib
+   dodoc -r contrib/{config-example,*.sh,eventcmd-examples}
+   docompress -x /usr/share/doc/${PF}/contrib
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/speedtest-cli/

2019-07-03 Thread Tim Harder
commit: 4471249af5b08da54b7b045f4b3ac661dcf2d270
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 19:57:12 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 20:08:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4471249a

net-analyzer/speedtest-cli: version bump to 2.1.1

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

 net-analyzer/speedtest-cli/Manifest|  1 +
 .../speedtest-cli/speedtest-cli-2.1.1.ebuild   | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/net-analyzer/speedtest-cli/Manifest 
b/net-analyzer/speedtest-cli/Manifest
index 1b249e12211..afff8f4266a 100644
--- a/net-analyzer/speedtest-cli/Manifest
+++ b/net-analyzer/speedtest-cli/Manifest
@@ -1 +1,2 @@
 DIST speedtest-cli-2.0.2.tar.gz 23915 BLAKE2B 
95b88e1666d7bc50c525ae7eb587e1b53babe02549e3b6b81f59451166fdbfb5561daa29e1de308d3ca7340989bcb6e7b43edd84bf371716284c034cdeb21fd8
 SHA512 
12fa9a5dd8bcb7a7ee68ecc9075dc5c18f089cecf003e7e643dbb6b1c3663f17c2aba48d1e84aa27bff6b66e207d39ecaf874aebad1d71cac772c58b62191723
+DIST speedtest-cli-2.1.1.tar.gz 24380 BLAKE2B 
ea6f5fc3127246ad4cf90dee4b53529fa9f3b9b9558c9ebb92661380663a5e5950490e91cda97f9207b26c23464026b91c8faa50ef5a515b817b0f84fcb2e13b
 SHA512 
afc1fc0264d5124efe5afc9b0583b2b37ae50eac229e6971656a906b9a7a78d44158485d5c2e44c3430694fd7355926f578a54a196cc9b9baf6cfbc357a789d1

diff --git a/net-analyzer/speedtest-cli/speedtest-cli-2.1.1.ebuild 
b/net-analyzer/speedtest-cli/speedtest-cli-2.1.1.ebuild
new file mode 100644
index 000..8c5b2bfd8f8
--- /dev/null
+++ b/net-analyzer/speedtest-cli/speedtest-cli-2.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Command line interface for testing internet bandwidth using 
speedtest.net"
+HOMEPAGE="https://github.com/sivel/speedtest-cli;
+SRC_URI="https://github.com/sivel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+DOCS=( CONTRIBUTING.md README.rst )
+
+python_install_all() {
+   doman ${PN}.1
+   distutils-r1_python_install_all
+}



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

2019-07-03 Thread Tim Harder
commit: 8127c76258dcf546f077b3527f4e3a9a9d88c3ea
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 19:51:23 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 20:08:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8127c762

www-client/lynx: version bump to 2.9.0_pre1

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

 www-client/lynx/Manifest   |   1 +
 www-client/lynx/lynx-2.9.0_pre1.ebuild | 105 +
 2 files changed, 106 insertions(+)

diff --git a/www-client/lynx/Manifest b/www-client/lynx/Manifest
index 4d4a15e592b..1146a51cb27 100644
--- a/www-client/lynx/Manifest
+++ b/www-client/lynx/Manifest
@@ -1,2 +1,3 @@
 DIST lynx2.8.9dev.16.tar.bz2 2674662 BLAKE2B 
3771199e4d74dcc38c15b8b75207810d3a4f3afabb76d5d8dc7dcd33c5dd0119f0f28a1a719f54df7ed0ecdfb972942c6439536486f99a685febbc252127cc3f
 SHA512 
6aa5e869924c6e42aa68113985aecfb75dc6eb68d5d7db8cedb9843621d29c36c17078e7a692f472e3e7f1edf7ca666e3614bc3bdb092a3631877733d5e3d518
 DIST lynx2.8.9rel.1.tar.bz2 2689171 BLAKE2B 
7cff536660e8fe77d40a56262c2f12e2093ffbb3e22a5ac8e7eab4410f0255e98df19e51f0c98d53aeb3ba63d0d1c2fcabe145242811bebcafb6e548a162a9fb
 SHA512 
61edbe082684fcbd91bdbf4f4d27c3baf92358811aaffc2f8af46adf23ca7b48aede1520fc5f2a8fc974a2f4bbf4e57e7e6027a187bfc6101e56878c98178e6d
+DIST lynx2.9.0dev.1.tar.bz2 2689103 BLAKE2B 
c82b208e8628efc0f01f35be554fa9c7de0f942cbd76307f7c8aa0d04638a9b89e206e84603c750096036e3469a310d274079caf6a535f15041e119046014845
 SHA512 
b17361de68fccb8f446210f806fb325468110354858353bc8aaf9b9ae38f9c9f33f592b9fc5ffd31738fe632032cc952347391cd77c5a7b5e5b85be579203e19

diff --git a/www-client/lynx/lynx-2.9.0_pre1.ebuild 
b/www-client/lynx/lynx-2.9.0_pre1.ebuild
new file mode 100644
index 000..c5180789737
--- /dev/null
+++ b/www-client/lynx/lynx-2.9.0_pre1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# VERSIONING SCHEME TRANSLATION
+# Upstream :   Gentoo
+# rel. :   _p
+# pre. :   _rc
+# dev. :   _pre
+
+case ${PV} in
+   *_pre*) MY_P="${PN}${PV/_pre/dev.}" ;;
+   *_rc*)  MY_P="${PN}${PV/_rc/pre.}" ;;
+   *_p*|*) MY_P="${PN}${PV/_p/rel.}" ;;
+esac
+
+DESCRIPTION="An excellent console-based web browser with ssl support"
+HOMEPAGE="http://lynx.invisible-island.net/;
+SRC_URI="http://invisible-mirror.net/archives/lynx/tarballs/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="bzip2 cjk gnutls idn ipv6 nls ssl unicode libressl"
+
+RDEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/zlib
+   nls? ( virtual/libintl )
+   ssl? (
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   gnutls? (
+   dev-libs/libgcrypt:0=
+   >=net-libs/gnutls-2.6.4:=
+   )
+   )
+   bzip2? ( app-arch/bzip2 )
+   idn? ( net-dns/libidn:0= )
+"
+
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.8.6-mint.patch
+   "${FILESDIR}"/${PN}-2.8.9_p1-parallel.patch
+)
+
+pkg_setup() {
+   ! use ssl && elog "SSL support disabled; you will not be able to access 
secure websites."
+}
+
+src_configure() {
+   local myconf=(
+   --enable-nested-tables
+   --enable-cgi-links
+   --enable-persistent-cookies
+   --enable-prettysrc
+   --enable-nsl-fork
+   --enable-file-upload
+   --enable-read-eta
+   --enable-color-style
+   --enable-scrollbar
+   --enable-included-msgs
+   --enable-externs
+   --with-zlib
+   $(use_enable nls)
+   $(use_enable idn idna)
+   $(use_enable ipv6)
+   $(use_enable cjk)
+   $(use_enable unicode japanese-utf8)
+   $(use_with bzip2 bzlib)
+   $(usex ssl "--with-$(usex gnutls gnutls ssl)=${EPREFIX}/usr" "")
+   --with-screen=$(usex unicode "ncursesw" "ncurses")
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   # generating translation files in parallel is currently broken
+   use nls && emake -C po -j1
+   emake
+}
+
+src_install() {
+   emake install DESTDIR="${D}"
+
+   sed -i 
"s|^HELPFILE.*$|HELPFILE:file://localhost/usr/share/doc/${PF}/lynx_help/lynx_help_main.html|"
 \
+   "${ED}"/etc/lynx.cfg || die "lynx.cfg not found"
+   if use 

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

2019-07-03 Thread Tim Harder
commit: 67db2ad3482a8bfe3445ecf9c2fef8e9869f6982
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 20:07:29 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 20:08:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67db2ad3

app-arch/pigz: remove old

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

 app-arch/pigz/Manifest  |  1 -
 app-arch/pigz/pigz-2.3.4.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/app-arch/pigz/Manifest b/app-arch/pigz/Manifest
index e16548c850c..cefc6fb77bc 100644
--- a/app-arch/pigz/Manifest
+++ b/app-arch/pigz/Manifest
@@ -1,2 +1 @@
-DIST pigz-2.3.4.tar.gz 105412 BLAKE2B 
821fac7cd0f113ea81b284c1df5d464c2a2bf8f88742ee432eb6fdc31d097983983f22280a52dda04c3f1735297af690bcebdfd70679560525a5c3731652695e
 SHA512 
c0d5da6c5b2da50841aaf3958d5694edca0356d4bef211175e9f2f17e0c815e80b2e62bb39c7761c8f83fdaa84ca7373e130cdb0fa2c96f91c397556cbf7ba2a
 DIST pigz-2.4.tar.gz 98234 BLAKE2B 
763fe3975c6a83f46b94741d4e16b40a4edef20b7677e8d32b99856498f951edebd86634c227b0f212f0aff87fd3626e21348fdb3839a6abfb21a547bed88be6
 SHA512 
79b2357176f93b9f3e2bc07fee393fc4d79b7bd0041808f8ddfd23eafccde72e60ca95e97595bb624a4f732fe3612bf46d57c44541c36ae62f9aa6336abe16ba

diff --git a/app-arch/pigz/pigz-2.3.4.ebuild b/app-arch/pigz/pigz-2.3.4.ebuild
deleted file mode 100644
index 8ce1f35518a..000
--- a/app-arch/pigz/pigz-2.3.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="A parallel implementation of gzip"
-HOMEPAGE="http://www.zlib.net/pigz/;
-SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz;
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~ppc-macos ~sparc64-solaris"
-IUSE="static symlink test"
-
-LIB_DEPEND="sys-libs/zlib[static-libs(+)]"
-RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
-DEPEND="${RDEPEND}
-   static? ( ${LIB_DEPEND} )
-   test? ( app-arch/ncompress )"
-
-src_compile() {
-   use static && append-ldflags -static
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   dobin ${PN}
-   dosym ${PN} /usr/bin/un${PN}
-   dodoc README
-   doman ${PN}.1
-
-   if use symlink; then
-   dosym ${PN} /usr/bin/gzip
-   dosym un${PN} /usr/bin/gunzip
-   fi
-}



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

2019-07-03 Thread Alon Bar-Lev
commit: ac1362559f5f84d43e121b0899927e8b9a15b741
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Wed Jul  3 18:58:19 2019 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Wed Jul  3 18:58:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac136255

dev-libs/crypto++: fix amd64 asm

Closes: https://bugs.gentoo.org/show_bug.cgi?id=689162
Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 ...++-8.2.0-r1.ebuild => crypto++-8.2.0-r2.ebuild} |   0
 dev-libs/crypto++/crypto++-8.2.0.ebuild|   4 +
 dev-libs/crypto++/files/crypto++-8.2.0-build.patch | 260 +
 3 files changed, 264 insertions(+)

diff --git a/dev-libs/crypto++/crypto++-8.2.0-r1.ebuild 
b/dev-libs/crypto++/crypto++-8.2.0-r2.ebuild
similarity index 100%
rename from dev-libs/crypto++/crypto++-8.2.0-r1.ebuild
rename to dev-libs/crypto++/crypto++-8.2.0-r2.ebuild

diff --git a/dev-libs/crypto++/crypto++-8.2.0.ebuild 
b/dev-libs/crypto++/crypto++-8.2.0.ebuild
index bc8c3cb23df..25541d774a7 100644
--- a/dev-libs/crypto++/crypto++-8.2.0.ebuild
+++ b/dev-libs/crypto++/crypto++-8.2.0.ebuild
@@ -18,6 +18,10 @@ BDEPEND="app-arch/unzip"
 
 S="${WORKDIR}"
 
+PATCHES=(
+   "${FILESDIR}/${P}-build.patch"
+)
+
 config_uncomment() {
sed -i -e "s://\s*\(#define\s*$1\):\1:" config.h || die
 }

diff --git a/dev-libs/crypto++/files/crypto++-8.2.0-build.patch 
b/dev-libs/crypto++/files/crypto++-8.2.0-build.patch
index 903c6817e86..7c7e8a9c1b6 100644
--- a/dev-libs/crypto++/files/crypto++-8.2.0-build.patch
+++ b/dev-libs/crypto++/files/crypto++-8.2.0-build.patch
@@ -9,3 +9,263 @@
#define CRYPTOPP_SSE2_INTRIN_AVAILABLE 1
  #endif
  
+From fbbf0a08e8cf4faca661b0f75f806ea652abea70 Mon Sep 17 00:00:00 2001
+From: Jeffrey Walton 
+Date: Tue, 2 Jul 2019 16:55:00 -0400
+Subject: [PATCH] Add missing XOP header for blake2b_simd.cpp (GH #859) The
+ Gentoo folks caught a bug at https://bugs.gentoo.org/689162. The 689162 bug
+ uses -march=bdver1 -msse4.1 on a AMD Bulldozer machine.
+
+Investigating the issue we are missing the XOP header blake2b_simd.cpp. 
However, adding the XOP header is not enough for this particular config. Four 
source files fail to compile with the expected headers. We are waiting on the 
GCC folks to get back to us with a fix.
+---
+ blake2b_simd.cpp  | 5 +
+ keccak_simd.cpp   | 5 +
+ simon128_simd.cpp | 1 +
+ speck128_simd.cpp | 1 +
+ 4 files changed, 12 insertions(+)
+
+diff --git a/blake2b_simd.cpp b/blake2b_simd.cpp
+index ff138321..b246824c 100644
+--- a/blake2b_simd.cpp
 b/blake2b_simd.cpp
+@@ -32,6 +32,11 @@
+ # undef CRYPTOPP_ALTIVEC_AVAILABLE
+ #endif
+ 
++#if defined(__XOP__)
++# include 
++# include 
++#endif
++
+ #if (CRYPTOPP_SSE41_AVAILABLE)
+ # include 
+ # include 
+diff --git a/keccak_simd.cpp b/keccak_simd.cpp
+index 45674ac2..ae2f2095 100644
+--- a/keccak_simd.cpp
 b/keccak_simd.cpp
+@@ -26,6 +26,11 @@
+ # include 
+ #endif
+ 
++#if defined(__XOP__)
++# include 
++# include 
++#endif
++
+ // Squash MS LNK4221 and libtool warnings
+ extern const char KECCAK_SIMD_FNAME[] = __FILE__;
+ 
+diff --git a/simon128_simd.cpp b/simon128_simd.cpp
+index 5331c351..4b551f8f 100644
+--- a/simon128_simd.cpp
 b/simon128_simd.cpp
+@@ -23,6 +23,7 @@
+ #endif
+ 
+ #if defined(__XOP__)
++# include 
+ # include 
+ #endif
+ 
+diff --git a/speck128_simd.cpp b/speck128_simd.cpp
+index 2c356346..fb3eb1e6 100644
+--- a/speck128_simd.cpp
 b/speck128_simd.cpp
+@@ -23,6 +23,7 @@
+ #endif
+ 
+ #if defined(__XOP__)
++# include 
+ # include 
+ #endif
+ 
+-- 
+2.21.0
+
+From eeb7dadc76572b7061922ca6ac5f247bdfd985ad Mon Sep 17 00:00:00 2001
+From: Jeffrey Walton 
+Date: Tue, 2 Jul 2019 19:10:11 -0400
+Subject: [PATCH] Fix missing _mm_roti_epi32 and _mm_roti_epi64 under GCC (GH
+ #859)
+
+---
+ blake2b_simd.cpp  | 4 +++-
+ blake2s_simd.cpp  | 7 +++
+ chacha_simd.cpp   | 3 +++
+ cham_simd.cpp | 3 +++
+ keccak_simd.cpp   | 4 +++-
+ lea_simd.cpp  | 3 +++
+ simeck_simd.cpp   | 3 +++
+ simon128_simd.cpp | 4 +++-
+ simon64_simd.cpp  | 3 +++
+ speck128_simd.cpp | 4 +++-
+ speck64_simd.cpp  | 3 +++
+ 11 files changed, 37 insertions(+), 4 deletions(-)
+
+diff --git a/blake2b_simd.cpp b/blake2b_simd.cpp
+index b246824c..6803d0ae 100644
+--- a/blake2b_simd.cpp
 b/blake2b_simd.cpp
+@@ -33,8 +33,10 @@
+ #endif
+ 
+ #if defined(__XOP__)
+-# include 
+ # include 
++# if defined(__GNUC__)
++#  include 
++# endif
+ #endif
+ 
+ #if (CRYPTOPP_SSE41_AVAILABLE)
+diff --git a/blake2s_simd.cpp b/blake2s_simd.cpp
+index f02b9771..4b6d1bd6 100644
+--- a/blake2s_simd.cpp
 b/blake2s_simd.cpp
+@@ -42,6 +42,13 @@
+ # undef CRYPTOPP_ALTIVEC_AVAILABLE
+ #endif
+ 
++#if defined(__XOP__)
++# include 
++# if defined(__GNUC__)
++#  include 
++# endif
++#endif
++
+ #if (CRYPTOPP_SSE41_AVAILABLE)
+ # include 
+ # include 
+diff --git a/chacha_simd.cpp b/chacha_simd.cpp
+index a983ab69..5a63ecee 100644
+--- a/chacha_simd.cpp
 

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

2019-07-03 Thread Mike Gilbert
commit: b0a85d55fb29fb948a90be36282f089722ca4775
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Mon Jul  1 09:48:19 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul  3 17:43:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a85d55

www-client/chromium: add patch to fix random crash in stable channel

See https://bugs.chromium.org/p/chromium/issues/detail?id=977786 for
more details.

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

 ...100.ebuild => chromium-75.0.3770.100-r1.ebuild} |  1 +
 .../files/chromium-75-post-task-crash.patch| 52 ++
 2 files changed, 53 insertions(+)

diff --git a/www-client/chromium/chromium-75.0.3770.100.ebuild 
b/www-client/chromium/chromium-75.0.3770.100-r1.ebuild
similarity index 99%
rename from www-client/chromium/chromium-75.0.3770.100.ebuild
rename to www-client/chromium/chromium-75.0.3770.100-r1.ebuild
index 20bf2709a39..7ed2919d5f8 100644
--- a/www-client/chromium/chromium-75.0.3770.100.ebuild
+++ b/www-client/chromium/chromium-75.0.3770.100-r1.ebuild
@@ -151,6 +151,7 @@ PATCHES=(
"${FILESDIR}/chromium-75-noexcept.patch"
"${FILESDIR}/chromium-75-llvm8.patch"
"${FILESDIR}/chromium-75-pure-virtual.patch"
+   "${FILESDIR}/chromium-75-post-task-crash.patch"
 )
 
 pre_build_checks() {

diff --git a/www-client/chromium/files/chromium-75-post-task-crash.patch 
b/www-client/chromium/files/chromium-75-post-task-crash.patch
new file mode 100644
index 000..5cc97559d30
--- /dev/null
+++ b/www-client/chromium/files/chromium-75-post-task-crash.patch
@@ -0,0 +1,52 @@
+From 00281713519dbd84b90d2996a009bf3a7e294435 Mon Sep 17 00:00:00 2001
+From: Alex Clarke 
+Date: Wed, 24 Apr 2019 13:15:09 +
+Subject: [PATCH] BindProcessNode to take a render process host id
+
+It's dangerous to post a task with a RenderProcessHost pointer because
+the RenderProcessHost can go away before the task is run.
+
+Bug: 863341
+Change-Id: I9a5e3ae068dd42ea5a68d6e4afcf77d7486eeac4
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581580
+Auto-Submit: Alex Clarke 
+Commit-Queue: Sigurður Ásgeirsson 
+Reviewed-by: Sigurður Ásgeirsson 
+Cr-Commit-Position: refs/heads/master@{#653553}
+---
+
+diff --git 
a/chrome/browser/performance_manager/chrome_content_browser_client_performance_manager_part.cc
 
b/chrome/browser/performance_manager/chrome_content_browser_client_performance_manager_part.cc
+index 519d355..e0a2801 100644
+--- 
a/chrome/browser/performance_manager/chrome_content_browser_client_performance_manager_part.cc
 
b/chrome/browser/performance_manager/chrome_content_browser_client_performance_manager_part.cc
+@@ -12,13 +12,19 @@
+ #include "chrome/browser/performance_manager/graph/process_node_impl.h"
+ #include "chrome/browser/performance_manager/performance_manager.h"
+ #include "chrome/browser/performance_manager/render_process_user_data.h"
++#include "content/public/browser/render_process_host.h"
+ #include 
"services/resource_coordinator/public/mojom/coordination_unit.mojom.h"
+ 
+ namespace {
+ 
+ void BindProcessNode(
+-content::RenderProcessHost* render_process_host,
++int render_process_host_id,
+ resource_coordinator::mojom::ProcessCoordinationUnitRequest request) {
++  content::RenderProcessHost* render_process_host =
++  content::RenderProcessHost::FromID(render_process_host_id);
++  if (!render_process_host)
++return;
++
+   performance_manager::RenderProcessUserData* user_data =
+   performance_manager::RenderProcessUserData::GetForRenderProcessHost(
+   render_process_host);
+@@ -47,8 +53,7 @@
+ blink::AssociatedInterfaceRegistry* associated_registry,
+ content::RenderProcessHost* render_process_host) {
+   registry->AddInterface(
+-  base::BindRepeating(,
+-  base::Unretained(render_process_host)),
++  base::BindRepeating(, render_process_host->GetID()),
+   base::SequencedTaskRunnerHandle::Get());
+ 
+   // Ideally this would strictly be a "CreateForRenderProcess", but when a



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

2019-07-03 Thread Craig Andrews
commit: 048ff5497878d1a255671e4f6e0f7ffc0a8b04bd
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jul  3 16:26:23 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jul  3 16:26:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048ff549

net-analyzer/netdata: CONFIG_PROTECT /usr/lib64/netdata/conf.d

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

 net-analyzer/netdata/{netdata-.ebuild => netdata-1.15.0-r2.ebuild} | 3 +++
 net-analyzer/netdata/netdata-.ebuild   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/net-analyzer/netdata/netdata-.ebuild 
b/net-analyzer/netdata/netdata-1.15.0-r2.ebuild
similarity index 96%
copy from net-analyzer/netdata/netdata-.ebuild
copy to net-analyzer/netdata/netdata-1.15.0-r2.ebuild
index 19ed4f693a0..77427218be1 100644
--- a/net-analyzer/netdata/netdata-.ebuild
+++ b/net-analyzer/netdata/netdata-1.15.0-r2.ebuild
@@ -125,4 +125,7 @@ src_install() {
systemd_dounit system/netdata.service
insinto /etc/netdata
doins system/netdata.conf
+
+   echo "CONFIG_PROTECT=\"${EPREFIX}/usr/$(get_libdir)/netdata/conf.d\"" > 
99netdata
+   doenvd 99netdata
 }

diff --git a/net-analyzer/netdata/netdata-.ebuild 
b/net-analyzer/netdata/netdata-.ebuild
index 19ed4f693a0..77427218be1 100644
--- a/net-analyzer/netdata/netdata-.ebuild
+++ b/net-analyzer/netdata/netdata-.ebuild
@@ -125,4 +125,7 @@ src_install() {
systemd_dounit system/netdata.service
insinto /etc/netdata
doins system/netdata.conf
+
+   echo "CONFIG_PROTECT=\"${EPREFIX}/usr/$(get_libdir)/netdata/conf.d\"" > 
99netdata
+   doenvd 99netdata
 }



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2019-07-03 Thread Rick Farina
commit: 13611461754cb0e974d5a2f0d926c970cc2bdb1f
Author: Rick Farina (Zero_Chaos)  gentoo  org>
AuthorDate: Wed Jul  3 16:20:22 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Jul  3 16:20:22 2019 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=13611461

loopback is required, be sure to fail if it does

 targets/support/create-iso.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 1b0f05e1..8338e301 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -261,7 +261,7 @@ case ${clst_hostarch} in
mkdir 
"${clst_target_path}/gentoo.efimg.mountPoint"
echo "Mounting FAT16 loopback file"
mount -t vfat -o loop 
"${clst_target_path}/gentoo.efimg" \
-   
"${clst_target_path}/gentoo.efimg.mountPoint"
+   
"${clst_target_path}/gentoo.efimg.mountPoint" || die "Failed to mount EFI image 
file"
 
echo "Populating EFI image file from 
${clst_target_path}/boot/EFI"
cp -rv "${clst_target_path}"/boot/EFI/ \



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

2019-07-03 Thread Marek Szuba
commit: c5584f42965842cba68d65cf5a0c2da5369eda7e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul  3 11:38:54 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  3 16:11:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5584f42

dev-libs/opencl-clang: bump to version 8.0.1 and EAPI-7

Note that this release changes the name of the installed library
from the old common_clang to opencl-clang, requiring changes in
dev-libs/intel-graphics-compiler ebuilds.

Signed-off-by: Marek Szuba  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-libs/opencl-clang/Manifest  |  1 +
 dev-libs/opencl-clang/opencl-clang-8.0.1.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/opencl-clang/Manifest b/dev-libs/opencl-clang/Manifest
index 4073b5140ae..aa1ed4914d7 100644
--- a/dev-libs/opencl-clang/Manifest
+++ b/dev-libs/opencl-clang/Manifest
@@ -1 +1,2 @@
 DIST opencl-clang-8.0.0.tar.gz 40789 BLAKE2B 
baa559e90bf7f57cc59942c279b0488e306c7fd481582b213707d1cf0382f717965cd0fc7278e9c5a359847cead097243509a0730cd38f70fbbb2586c3145265
 SHA512 
4a353e2b28d54671be0eea00536c05093d358dec9950ea5b0732c8f46dd03bc29884487fb88f762f2c20311b928496c3b5729a8c6a72a7ce9caf30b23895340f
+DIST opencl-clang-8.0.1.tar.gz 42069 BLAKE2B 
9d095b2f14b1fb0cbe3eacfba9cae013dbe41e90a367d7acfe4f56496fbdd673fccf16a09a78affa43aa427f5bd0abc400319128525a660d57308cf16bd4e638
 SHA512 
3e1714b65311b5c07537329c94d55f037c219eaf41380960e5220b0e85761a69b45b469507dc168c09ae4801fb6e14db256acdb7bd2f7e9734f6f84ad3ba49b2

diff --git a/dev-libs/opencl-clang/opencl-clang-8.0.1.ebuild 
b/dev-libs/opencl-clang/opencl-clang-8.0.1.ebuild
new file mode 100644
index 000..914e05911fe
--- /dev/null
+++ b/dev-libs/opencl-clang/opencl-clang-8.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-multilib llvm
+
+DESCRIPTION="OpenCL-oriented thin wrapper library around clang"
+HOMEPAGE="https://github.com/intel/opencl-clang;
+SRC_URI="https://github.com/intel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="UoI-NCSA"
+SLOT="8"
+KEYWORDS="~amd64"
+
+BDEPEND="dev-vcs/git"
+COMMON="sys-devel/clang:8=[static-analyzer,${MULTILIB_USEDEP}]"
+DEPEND="${COMMON}
+   dev-util/spirv-llvm-translator:8=[${MULTILIB_USEDEP}]"
+RDEPEND="${COMMON}"
+
+LLVM_MAX_SLOT=8
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-8.0.0-clang_library_dir.patch
+)
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_PREFIX="$(get_llvm_prefix)"
+   -DCLANG_LIBRARY_DIRS="${EPREFIX}"/usr/lib/clang
+   )
+   cmake-utils_src_configure
+}



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

2019-07-03 Thread Marek Szuba
commit: 23a2be9419901f1bb14ad0d507b84cd94d786175
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul  3 14:55:59 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  3 16:11:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a2be94

dev-util/spirv-llvm-translator: bump to version 8.0.1-1 and EAPI-7

Signed-off-by: Marek Szuba  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-util/spirv-llvm-translator/Manifest|  1 +
 .../spirv-llvm-translator-8.0.1.1.ebuild   | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/dev-util/spirv-llvm-translator/Manifest 
b/dev-util/spirv-llvm-translator/Manifest
index 336d1277a9f..88a049877b4 100644
--- a/dev-util/spirv-llvm-translator/Manifest
+++ b/dev-util/spirv-llvm-translator/Manifest
@@ -1,2 +1,3 @@
 DIST 
spirv-llvm-translator-8.0.0.1-LowerOpenCL_new_block_representation.patch.xz 
10108 BLAKE2B 
96492a7d3ab25e1fe837ced225d50c7450595af52bc3aa6c17e02dc08c1cccaf7ca8dc5949da17da7cc6ea5fcae8688a5994a50bb7693a52493520e57981bc48
 SHA512 
574ca7b7fe054e82ee154556555e2d184f102faa7da08ce9d6ca5d2ca37463c7a86b3861b93969f9c886544551af8c8f95e57363ea017f7fc426b56d97eb7cf2
 DIST spirv-llvm-translator-8.0.0.1.tar.gz 437384 BLAKE2B 
bca52bfec04d0adc08b00f5fdbcb6cf953be00f835d2a393545e77bd8776063ef91e8fb62c232b50cbeab58a0a01bea6e47b89c1756699bf35481e87823995de
 SHA512 
85faf176d1ce79d19f10c88055f4a102a5952dcdcd6709e5e5cfdbf69eb958d51020a3ad34198c7c874b42ee8e318f1ce3169ea92853134dfff3dc5843f84414
+DIST spirv-llvm-translator-8.0.1.1.tar.gz 451282 BLAKE2B 
6c1a5f7b9d280b040a48d987304f11c743180cb53d7068705a5be2c66a5235fd04344e31e3538cded1e9c5bce81155e00089de65b2b8baceebe54598a1305dd3
 SHA512 
b0e06b967caecf9b47921e7df1fef42c5c112ccf7962888c6e2f34358e9c27acb4a549cd855625fc942c4a6bcf0e5992e4c7e4d40ff962115733fc8901d04bcc

diff --git 
a/dev-util/spirv-llvm-translator/spirv-llvm-translator-8.0.1.1.ebuild 
b/dev-util/spirv-llvm-translator/spirv-llvm-translator-8.0.1.1.ebuild
new file mode 100644
index 000..cbf22d71b61
--- /dev/null
+++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-8.0.1.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-multilib flag-o-matic llvm
+
+MY_PN="SPIRV-LLVM-Translator"
+MY_PV="$(ver_rs 3 -)"
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="Bi-directional translator between SPIR-V and LLVM IR"
+HOMEPAGE="https://github.com/KhronosGroup/SPIRV-LLVM-Translator;
+SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="UoI-NCSA"
+SLOT="8"
+KEYWORDS="~amd64"
+IUSE="test"
+
+S="${WORKDIR}/${MY_P}"
+
+COMMON="sys-devel/llvm:8=[${MULTILIB_USEDEP}]"
+DEPEND="${COMMON}
+   test? ( dev-python/lit )"
+RDEPEND="${COMMON}"
+
+LLVM_MAX_SLOT=8
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-8.0.0.1-no_pkgconfig_files.patch
+)
+
+src_prepare() {
+   append-flags -fPIC
+   cmake-utils_src_prepare
+}
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_PREFIX="$(get_llvm_prefix)"
+   $(usex test "-DLLVM_INCLUDE_TESTS=ON" "")
+   )
+   cmake-utils_src_configure
+}
+
+multilib_src_compile() {
+   cmake-utils_src_compile llvm-spirv
+}
+
+multilib_src_install() {
+   cmake-utils_src_install
+   # CMake does not install the executable so do it by hand
+   if multilib_is_native_abi; then
+   exeinto "$(get_llvm_prefix)"/bin
+   doexe "${BUILD_DIR}"/tools/llvm-spirv/llvm-spirv
+   fi
+}
+
+multilib_src_test() {
+   # TODO: figure out why some tests fail on amd64 when ABI==x86
+   if multilib_is_native_abi; then
+   lit "${BUILD_DIR}/test" || die "Error running tests for ABI 
${ABI}"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/intel-graphics-compiler/, dev-util/intel-graphics-compiler/files/

2019-07-03 Thread Marek Szuba
commit: a4749674721f792eccb5e794a61e1e49ddcc3351
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul  3 16:10:40 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  3 16:11:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4749674

dev-util/intel-graphics-compiler: bump to 1.0.9

Signed-off-by: Marek Szuba  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-util/intel-graphics-compiler/Manifest  |  1 +
 .../intel-graphics-compiler-1.0.9-no_Werror.patch  | 10 ++
 .../intel-graphics-compiler-1.0.9.ebuild   | 36 ++
 3 files changed, 47 insertions(+)

diff --git a/dev-util/intel-graphics-compiler/Manifest 
b/dev-util/intel-graphics-compiler/Manifest
index 2033ddd9879..606121b059a 100644
--- a/dev-util/intel-graphics-compiler/Manifest
+++ b/dev-util/intel-graphics-compiler/Manifest
@@ -1 +1,2 @@
 DIST intel-graphics-compiler-1.0.8.tar.gz 6428984 BLAKE2B 
1835f86da24162af0f568794fd084c12cf8950601a74d3aaef928739d7ef942a23b2309713976b2fd67684d7360706155610ee7a80db0dbc217ff5b502b254d2
 SHA512 
43c54858fcc5ec5941d79ed34774077bcd5ece80d6d2bb28526b15ffe5237dddbcef2c13e4cc21faf35851174ed5a5b1af65db9bdd3281657e1e09456b761c18
+DIST intel-graphics-compiler-1.0.9.tar.gz 5684971 BLAKE2B 
c3a07773f1ee4ef53bae4af61a85e8ac60f3ddde3573fa853c12c887f94191b344b905bfb0d6ef7e489b2bbb05c01719981199fa85397c87f4ef74b0338bfffe
 SHA512 
67c9efafab1cce4c34fb00cf9b20660c2107daeff27e3837a52c9f24405cb5c11c4632692d47b4490584890cc5a5791de358196dcabc6e566e22b1aafd53

diff --git 
a/dev-util/intel-graphics-compiler/files/intel-graphics-compiler-1.0.9-no_Werror.patch
 
b/dev-util/intel-graphics-compiler/files/intel-graphics-compiler-1.0.9-no_Werror.patch
new file mode 100644
index 000..433b0e9caae
--- /dev/null
+++ 
b/dev-util/intel-graphics-compiler/files/intel-graphics-compiler-1.0.9-no_Werror.patch
@@ -0,0 +1,10 @@
+--- a/IGC/CMakeLists.txt
 b/IGC/CMakeLists.txt
+@@ -2769,7 +2769,6 @@
+   -march=corei7
+   -mstackrealign
+   -fms-extensions
+-  -Werror
+   -Wno-unused-parameter
+   -Wno-missing-field-initializers
+   -Wwrite-strings

diff --git 
a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.9.ebuild 
b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.9.ebuild
new file mode 100644
index 000..54d2ad4034c
--- /dev/null
+++ b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-multilib llvm
+
+DESCRIPTION="LLVM-based OpenCL compiler targetting Intel Gen graphics hardware"
+HOMEPAGE="https://github.com/intel/intel-graphics-compiler;
+SRC_URI="https://github.com/intel/${PN}/archive/igc-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+COMMON="sys-devel/llvm:8=[${MULTILIB_USEDEP}]
+   >=dev-libs/opencl-clang-8.0.1:8=[${MULTILIB_USEDEP}]"
+DEPEND="${COMMON}"
+RDEPEND="${COMMON}"
+
+LLVM_MAX_SLOT=8
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0.9-no_Werror.patch
+)
+
+S="${WORKDIR}"/${PN}-igc-${PV}
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_LIBRARY_PATH=$(get_llvm_prefix)/$(get_libdir)
+   -DIGC_OPTION__FORCE_SYSTEM_LLVM=ON
+   -DIGC_PREFERRED_LLVM_VERSION=8
+   )
+   cmake-utils_src_configure
+}



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

2019-07-03 Thread Agostino Sarubbo
commit: 21b46ef873b3b32d32e2007f5dbbdf2a16ede70e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  3 15:11:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  3 15:11:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b46ef8

sys-kernel/vanilla-sources: Automated version bump to {4.14.132,4.19.57,5.1.16} 
- remove old.

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

 sys-kernel/vanilla-sources/Manifest | 6 +++---
 ...illa-sources-4.14.131.ebuild => vanilla-sources-4.14.132.ebuild} | 0
 ...anilla-sources-4.19.56.ebuild => vanilla-sources-4.19.57.ebuild} | 0
 ...{vanilla-sources-5.1.15.ebuild => vanilla-sources-5.1.16.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 4e4d22e7967..bbf7a1f8b54 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -5,8 +5,8 @@ DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.1.tar.xz 106244476 BLAKE2B 
ae3c63ced819737e34f8ec3a78138f87704a2f2956454411e3a4830ec8c0aaf2c288af6ca080f1892540e50f4a422482360010be8641afdeeeaf7231e7d8da97
 SHA512 
ae96f347badc95f1f3acf506c52b6cc23c0bd09ce8f4ce6705d4b4058b62593059bba1bc603c8d8b00a2f19131e7e56c31ac62b45883a346fa61d655e178f236
 DIST patch-3.16.69.xz 2432712 BLAKE2B 
e9b3c2d9ea1e36beedf0d85920e2691f0a6abbb2014161aebdcf6508f3006a4989962f562d97899617f2568898c64a6f642832138ea00922b2db8abaf3106e64
 SHA512 
32001578c1c585118799437f5dee83da354a81d7a3da9ce463f3020b01f1211f401ffc606ca4308a843904009a719bb52f1b57440f8640f62085a54577ed1a46
-DIST patch-4.14.131.xz 2668028 BLAKE2B 
930cc9370e0137329e940e38c972de2c526d731f046a70cc26863aea2fecf0f46001834e130d3ad1c51c7c6dedf41cc14b9a5631fe0e1db570cd8b7e8974a845
 SHA512 
e6c67f89ec6f52ee8af564dd96ebd37c63e8aeaf645e2ca1132e23751ce4800ca3fee6d8b7799eaa46f32a9cd4fe8c5c427f1b126d950ce0b1430de321ab9492
-DIST patch-4.19.56.xz 1438896 BLAKE2B 
a9e602701087d4cf644544e700c61f925fcca0dc350f2e0fde047f9e65a7a3bc2380df1e79ac4b8d74db24ead4bd4197a983334ba8fc6b7c7d1810d594aff6d3
 SHA512 
6e74cdaccba27e7e5fcac45c1acb4631ff22df3830cf01cefa8c9219ff3ac2c7d7928de9d124655ca3e538bf3a5e688ce52e72dc95824c51f1f7fd78122b7917
+DIST patch-4.14.132.xz 2674680 BLAKE2B 
bc9bc230df5c956d8a5927ba6b16ebb33c298ede9df0a60bcee0578847efb97034f1be1f0bbc5139899817a9f356329abb3b346c52a84db11b0cfd65fa0fe2df
 SHA512 
b6a447672a63b301e922ea38c19025b04e9b4e0f9b3e5520a0c79ba910d5738ea9c70ad4586830cb8c07eb11b7ff32efd53a5fa72a8515e7cb9b556d02dd65f2
+DIST patch-4.19.57.xz 1462588 BLAKE2B 
a305bb6fd5a174b658132b0cbb69e42f3c3b5a5896291560fa6914978660b1119038a0e2327b257348d1a80987edb118207d34ab2d9b8ab6131d069eeb807c5e
 SHA512 
39e7ab66c4346e96559fe987d0f76f524c2875994e6ed5757b87f75dc579298c2cb5350e5588cb35d9bd06ccab465e3894eb95bc7e75e6aa282dd6c679fc6ce8
 DIST patch-4.4.184.xz 2601580 BLAKE2B 
26ed5446a23f81cd249745c6dca7f766a905e80269d5d98669ca4f80f7935b8296ad39b60eeb6978ad6a8d4b6850f35bc8b0b4ba4692761739ad0ac2155e3afc
 SHA512 
926fc53ea1c787d1fb7a080af47d0a57bd404beb369f9c60e73c7132d39219c618e8d204bc3486d1b18946263d71f34ba20cc7c6ee2adb5ea9947ba46a1fc586
 DIST patch-4.9.184.xz 2833596 BLAKE2B 
e68f3c194d30f1d6c2e915399c550ba9af48a200e1b7fd7e8cc315ecabc924c23cbc8e241cbbaba5e2c64ef61d50c087c1831f7b850b8f79641637555b9ab69f
 SHA512 
ded14c1900eda2f11c9b1d8491567ed938db7502542ec56fae92e5aaedd28769d17a758676d422f6771cc7a7842c39c5f1c4d5ea5effb20b6b6b448eafdb3d11
-DIST patch-5.1.15.xz 426292 BLAKE2B 
45a90fd8faafce8bb52273494adfb3b16f6e6c31fa8fba3fa89c71622db6a9db4868ca1a805cd32344cb72cf4cf0049af9215fceec5274c6796a91081db51b6f
 SHA512 
0b2e4436644da2699cf6fdfb38d80dd7156fac74c1d99bec718f74171fb91815e3de1d08b892effc0ae39080c90b569a2bd30c1c4665c6b3a156cbb8e4c2ba61
+DIST patch-5.1.16.xz 444812 BLAKE2B 
9ad53181b5e55dcb938015f0f8a81302041c077aafc832cde00c05b568666c3128ffc5d6aa5e2372790bb08b1da5aa2864decfcb4005e91b32c341bf932279b4
 SHA512 
4e5a2946c4db9f5be24332eee217fddf8f0a8ce13935fad8936de02c97a0549185f931709b185cd289756011551f6876c14db751c522b0f6c4215b7d47b231be

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.131.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.14.132.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.131.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.132.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.56.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.19.57.ebuild
similarity index 100%
rename from 

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

2019-07-03 Thread Lars Wendler
commit: 442f37d91495636e0101cc34e7690ac7357d953e
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  3 11:10:21 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  3 14:03:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442f37d9

sys-apps/util-linux: Synced live ebuild.

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

 sys-apps/util-linux/util-linux-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-apps/util-linux/util-linux-.ebuild 
b/sys-apps/util-linux/util-linux-.ebuild
index ef3a8b6b324..89fd6458e7b 100644
--- a/sys-apps/util-linux/util-linux-.ebuild
+++ b/sys-apps/util-linux/util-linux-.ebuild
@@ -247,12 +247,13 @@ python_install() {
 }
 
 multilib_src_install() {
-   emake DESTDIR="${D}" install
-
if multilib_is_native_abi && use python; then
python_foreach_impl python_install
fi
 
+   # This needs to be called AFTER python_install call (#689190)
+   emake DESTDIR="${D}" install
+
if multilib_is_native_abi && use userland_GNU; then
# need the libs in /
gen_usr_ldscript -a blkid fdisk mount smartcols uuid



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

2019-07-03 Thread Mike Gilbert
commit: c68d4a1625d2b8dd5c28c2c510514af8173ebfbc
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul  3 13:54:52 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul  3 14:01:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68d4a16

sys-apps/util-linux: pass --enable-fs-paths-extra always

Bug: https://bugs.gentoo.org/689190
Package-Manager: Portage-2.3.67_p17_p668925, Repoman-2.3.16_p1_p668925
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/util-linux/util-linux-2.34-r2.ebuild | 8 +++-
 sys-apps/util-linux/util-linux-.ebuild| 8 +++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/sys-apps/util-linux/util-linux-2.34-r2.ebuild 
b/sys-apps/util-linux/util-linux-2.34-r2.ebuild
index 2b00a2ad6fa..89fd6458e7b 100644
--- a/sys-apps/util-linux/util-linux-2.34-r2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.34-r2.ebuild
@@ -109,6 +109,7 @@ lfs_fallocate_test() {
 
 python_configure() {
local myeconfargs=(
+   "${commonargs[@]}"
--disable-all-programs
--disable-bash-completion
--without-systemdsystemunitdir
@@ -136,8 +137,13 @@ multilib_src_configure() {
export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) 
#485486
export ac_cv_header_security_pam_appl_h=$(multilib_native_usex pam) 
#545042
 
-   local myeconfargs=(
+   # configure args shared by python and non-python builds
+   local commonargs=(

--enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin"
+   )
+
+   local myeconfargs=(
+   "${commonargs[@]}"
--with-bashcompletiondir="$(get_bashcompdir)"
--without-python
$(multilib_native_use_enable suid makeinstall-chown)

diff --git a/sys-apps/util-linux/util-linux-.ebuild 
b/sys-apps/util-linux/util-linux-.ebuild
index b15e6ad1a43..ef3a8b6b324 100644
--- a/sys-apps/util-linux/util-linux-.ebuild
+++ b/sys-apps/util-linux/util-linux-.ebuild
@@ -109,6 +109,7 @@ lfs_fallocate_test() {
 
 python_configure() {
local myeconfargs=(
+   "${commonargs[@]}"
--disable-all-programs
--disable-bash-completion
--without-systemdsystemunitdir
@@ -136,8 +137,13 @@ multilib_src_configure() {
export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) 
#485486
export ac_cv_header_security_pam_appl_h=$(multilib_native_usex pam) 
#545042
 
-   local myeconfargs=(
+   # configure args shared by python and non-python builds
+   local commonargs=(

--enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin"
+   )
+
+   local myeconfargs=(
+   "${commonargs[@]}"
--with-bashcompletiondir="$(get_bashcompdir)"
--without-python
$(multilib_native_use_enable suid makeinstall-chown)



[gentoo-commits] repo/gentoo:master commit in: dev-util/intel-graphics-compiler/

2019-07-03 Thread Marek Szuba
commit: 4119a7e2259ef930dd3a4a20deb1941b8925a318
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul  3 11:40:14 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  3 13:43:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4119a7e2

dev-util/intel-graphics-compiler: remove old

Signed-off-by: Marek Szuba  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-util/intel-graphics-compiler/Manifest  |  2 -
 .../intel-graphics-compiler-1.0.3.ebuild   | 35 -
 .../intel-graphics-compiler-1.0.4.ebuild   | 45 --
 3 files changed, 82 deletions(-)

diff --git a/dev-util/intel-graphics-compiler/Manifest 
b/dev-util/intel-graphics-compiler/Manifest
index 8519d5367a4..2033ddd9879 100644
--- a/dev-util/intel-graphics-compiler/Manifest
+++ b/dev-util/intel-graphics-compiler/Manifest
@@ -1,3 +1 @@
-DIST intel-graphics-compiler-1.0.3.tar.gz 6721202 BLAKE2B 
2934778e931a4b38a239ede5944757cc42c0a965e700ba471272ba8e9ca08b1c1c790c920ed6896a870985b1d2819a182a9aaf5a5a8cbfc13038ecd7cf1def1e
 SHA512 
c0c0cc21263b71bc57aed43a3e8bd641ea7853db0a574823a70abb592a69b7f8a9f426e88e7fddea4cf6a14de44e064f80abcfa3ea709701e5003e0d4b7adfb0
-DIST intel-graphics-compiler-1.0.4.tar.gz 6720515 BLAKE2B 
2f9ac9a2435bac785b6a9f3cb8c63eb570ee1a87eca9682fa1c09363f5da3b258e22ad1c5b1628a1537b36afb7c6f6e66f2052b31ef7fdff0bc43cf67fad55ba
 SHA512 
0b748b33c4c1822d8fb159dbbbeb35f0573d3eb464e3be0a94771069e47a019d6cbe878d2d2a1969ec87b051d62ff2f77db88b02238e9a74d8f62fc71f07e264
 DIST intel-graphics-compiler-1.0.8.tar.gz 6428984 BLAKE2B 
1835f86da24162af0f568794fd084c12cf8950601a74d3aaef928739d7ef942a23b2309713976b2fd67684d7360706155610ee7a80db0dbc217ff5b502b254d2
 SHA512 
43c54858fcc5ec5941d79ed34774077bcd5ece80d6d2bb28526b15ffe5237dddbcef2c13e4cc21faf35851174ed5a5b1af65db9bdd3281657e1e09456b761c18

diff --git 
a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.3.ebuild 
b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.3.ebuild
deleted file mode 100644
index b15c94ceace..000
--- a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib llvm
-
-DESCRIPTION="LLVM-based OpenCL compiler targetting Intel Gen graphics hardware"
-HOMEPAGE="https://github.com/intel/intel-graphics-compiler;
-SRC_URI="https://github.com/intel/${PN}/archive/igc-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-COMMON="sys-devel/llvm:8=[${MULTILIB_USEDEP}]
-   dev-libs/opencl-clang:8=[${MULTILIB_USEDEP}]"
-DEPEND="${COMMON}"
-RDEPEND="${COMMON}"
-
-LLVM_MAX_SLOT=8
-
-S="${WORKDIR}"/${PN}-igc-${PV}
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DCCLANG_BUILD_INTREE_LLVM=OFF
-   -DCMAKE_LIBRARY_PATH=$(get_llvm_prefix)/$(get_libdir)
-   -DIGC_OPTION__FORCE_SYSTEM_LLVM=ON
-   -DIGC_PREFERRED_LLVM_VERSION=8
-   # Until a new official release of opencl-clang
-   -DCOMMON_CLANG_LIBRARY_NAME=common_clang
-   )
-   cmake-utils_src_configure
-}

diff --git 
a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.4.ebuild 
b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.4.ebuild
deleted file mode 100644
index 2a30895b768..000
--- a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-multilib llvm toolchain-funcs
-
-DESCRIPTION="LLVM-based OpenCL compiler targetting Intel Gen graphics hardware"
-HOMEPAGE="https://github.com/intel/intel-graphics-compiler;
-SRC_URI="https://github.com/intel/${PN}/archive/igc-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-COMMON="sys-devel/llvm:8=[${MULTILIB_USEDEP}]
-   dev-libs/opencl-clang:8=[${MULTILIB_USEDEP}]"
-DEPEND="${COMMON}"
-RDEPEND="${COMMON}"
-
-LLVM_MAX_SLOT=8
-
-S="${WORKDIR}"/${PN}-igc-${PV}
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != "binary" ]]; then
-   if tc-is-gcc && [[ $(gcc-major-version) -ge 9 ]]; then
-   # Bug #685790
-   eerror "Compilation with gcc-9+ is not supported yet. 
Switch to an older version and try again."
-   die "Tried to use too new gcc."
-   fi
-   fi
-}
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DCCLANG_BUILD_INTREE_LLVM=OFF
-   -DCMAKE_LIBRARY_PATH=$(get_llvm_prefix)/$(get_libdir)
-   -DIGC_OPTION__FORCE_SYSTEM_LLVM=ON
-   -DIGC_PREFERRED_LLVM_VERSION=8
-   # Until a new official release of opencl-clang
-   

[gentoo-commits] repo/gentoo:master commit in: dev-util/intel-graphics-compiler/

2019-07-03 Thread Marek Szuba
commit: 066af34bc112712e0306404ae9d6fbb35a2ef3a9
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul  3 13:42:02 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  3 13:43:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066af34b

dev-util/intel-graphics-compiler: set dev-libs/opencl-clang version cap

>From 8.0.1 onwards opencl-clang uses the new library name in place of
the legacy "common_clang". Make sure old IGC ebuilds do not try to use
newer versions.

Signed-off-by: Marek Szuba  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8.ebuild 
b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8.ebuild
index e792758ac3d..9ab4c699762 100644
--- a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8.ebuild
+++ b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 COMMON="sys-devel/llvm:8=[${MULTILIB_USEDEP}]
-   dev-libs/opencl-clang:8=[${MULTILIB_USEDEP}]"
+   

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

2019-07-03 Thread Marek Szuba
commit: 7f7fa39637544d8700741fe8bd6a16b07607e145
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul  3 11:28:51 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  3 13:43:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7fa396

dev-libs/opencl-clang: depend on sys-devel/clang[static-analyzer]

Turns out that the absence of static-analyzer among sys-devel/clang USE
flags causes build-time linker errors. The flag in question is enabled by
default so only a subset of users has been affected.

Closes: https://bugs.gentoo.org/689170
Signed-off-by: Marek Szuba  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild 
b/dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild
index 119d5523a02..ac93a0e876b 100644
--- a/dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild
+++ b/dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="UoI-NCSA"
 SLOT="8"
 KEYWORDS="~amd64"
 
-COMMON="sys-devel/clang:8=[${MULTILIB_USEDEP}]"
+COMMON="sys-devel/clang:8=[static-analyzer,${MULTILIB_USEDEP}]"
 DEPEND="${COMMON}
dev-util/spirv-llvm-translator:8=[${MULTILIB_USEDEP}]
dev-vcs/git"



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

2019-07-03 Thread Mike Pagano
commit: 987a487a32c3f51989a6bda14f162b2d2c834c7d
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  3 13:28:55 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  3 13:29:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987a487a

sys-kernel/gentoo-sources: Linux patch 4.14.132

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

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index b36f467dbfe..58164837899 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -22,6 +22,9 @@ DIST genpatches-4.14-138.extras.tar.xz 17500 BLAKE2B 
f2eda9ac4167201997fd08a6ece
 DIST genpatches-4.14-139.base.tar.xz 2983740 BLAKE2B 
071e5f5b014027829df419e7009c64f68e97223c81801250ec297f805713678241a0e00bebec986b86ee845c980a7fc29f5621b3a81d4cb96f2f5d7e57454e82
 SHA512 
e1ea7da99bb63cdc85d8bfb167f8a626b8a84a4e555a62270c7b1c66db4f45e632782ed83caaeb951fca2fa0b366932bfb01dec33f10851fbcdf10ec1bf91dd4
 DIST genpatches-4.14-139.experimental.tar.xz 5224 BLAKE2B 
13dee8d06539387fbbda29fa27d35aeb02d5a1923c98e4c9d95fe121166ea7fbdae28fe36f48a725df98c3fb05b21ea35bb769d29d2f02118519a8a370af9fe1
 SHA512 
a4ff98d8a14b83dcdbd3335d719bd297773443eb971370c42c441e945c2910429b2ea56ba39dee391200eb391975797c02c7e1c7ad29fbfa9183d650b9894930
 DIST genpatches-4.14-139.extras.tar.xz 17496 BLAKE2B 
a9f079401a9fee1beb51a202b911d649e44ea547ba80ffc6a54108fb03d55da126e8458df505db977e77a2d43cde47b0b2a670ebc89522869b83e5f5092cf7ce
 SHA512 
bb47f4e4bc0df00f6170f419dab5122c642eccfd60c945a101496c47c6ca999f79f3f1e317ae4b2d4a988734ba97cb674983039c58d8e754884b20ed79a38596
+DIST genpatches-4.14-141.base.tar.xz 2992544 BLAKE2B 
db9f0fa6dd30ce3888fc16787756a53350af46ecefa2960961cf5b5da33e37d2211a03da7f16fbe1d41cd3742817e7afe1258dfe202d6f4aa3e896ad7c68dde7
 SHA512 
6609edd26f1108b790dd20dda59c68c90d26daf5400152b24e5b2dde2879035caf44ae896516dd0bd37b1848fb1dfed33550cb22243ef9fc331613a2848442ee
+DIST genpatches-4.14-141.experimental.tar.xz 5224 BLAKE2B 
e965f041d0dfcfda6d9c88186392089364b122ef11dd1808f282f0d298acb304234c961a6bdff1012c8661d5a2b93c16fb3ee70485e21ee18dc68f5c60a7916c
 SHA512 
6c5ce9c9138e21f487463667409b9616463890c5caa15ae3fae28e81d7e9fceab0a03b2db673dd101ad890625fd7499e8695a0695002cceebbe6c17b61285393
+DIST genpatches-4.14-141.extras.tar.xz 17504 BLAKE2B 
a45e5567bd9d520f8d50649bd3e8e0d9c78f5b88b2c8efb0881ea6db8c69589eaead4abaf15a751472aa3c27efb6c580ab9103475107412f94f95e2f9748ebad
 SHA512 
4d6711c59baffbc062509302c64b90e6a4fe6b4d36675e989786d8b17c0675d580cc26c99e3baf6837166aac8d7242688e0f162f927b842b75cc3e3916abc919
 DIST genpatches-4.19-28.base.tar.xz 809620 BLAKE2B 
2bf07264d3d65e7908b27727bbfb295c53a0cb2c8a9358bb41fa75a04b3094b0a9ca68721a440f6ffcbee3420b5cd31211f5e1673f8fe8043fdb5d913efe312a
 SHA512 
00c9225dd966e02cba66b039e6bead431162d13b64c3a1680fd5c8b2f1f12af86bcb3c0bb553e88bdc12b4675d99be5944f280a5fad7fbf59e8bc6ab6d041ec8
 DIST genpatches-4.19-28.experimental.tar.xz 5804 BLAKE2B 
6c4a52ce04f35a0c971ef438f32acec66395b763f725176312d4ea7e7467e9b2bab953afb64df744acc0827bb96cb13f2537427a56cee10dc95227300bfb6b02
 SHA512 
e04c94dd53325e89f25343999da5b66f4624605d66859884f2768c073b203126f7aad5fb5a1012fc56a4e2906fb2f3a3f8fda48d8e300a1a0bb8dc7c1719fa82
 DIST genpatches-4.19-28.extras.tar.xz 17480 BLAKE2B 
599e85a011c87a7a9bcec44579fd4e54ff9ab78a4b8ee727f6b741acea29902c0531988d5abc6ff9512a205601363837639b5ba31190a044009bac13cb44067b
 SHA512 
e201383a2fd00d063bd3d9817fbc40052db19e46db105ddb15dfd1dd90001a11de12495372f2225adcc80b620252ea20d49e73da46b8b3c88e62baa71a71a8c5

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



[gentoo-commits] proj/linux-patches: New tag: 4.14-141

2019-07-03 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  3 13:13:06 2019 +

New tag: 4.14-141




[gentoo-commits] repo/gentoo:master commit in: acct-user/mysql/

2019-07-03 Thread Brian Evans
commit: ee4e6026e5d78c243922e2f18384744d8d9ebbbd
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  3 13:03:53 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  3 13:04:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4e6026

acct-user/mysql:  New user package for UID 60

This UID is already in the ebuilds for the consumers so there is no conflicts

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Brian Evans  gentoo.org>

 acct-user/mysql/metadata.xml   |  8 
 acct-user/mysql/mysql-0.ebuild | 12 
 2 files changed, 20 insertions(+)

diff --git a/acct-user/mysql/metadata.xml b/acct-user/mysql/metadata.xml
new file mode 100644
index 000..24aafd06dba
--- /dev/null
+++ b/acct-user/mysql/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mysql-b...@gentoo.org
+MySQL Project
+  
+

diff --git a/acct-user/mysql/mysql-0.ebuild b/acct-user/mysql/mysql-0.ebuild
new file mode 100644
index 000..1f57c7899a2
--- /dev/null
+++ b/acct-user/mysql/mysql-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="MySQL program user"
+ACCT_USER_ID=60
+ACCT_USER_GROUPS=( mysql )
+acct-user_add_deps
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"



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

2019-07-03 Thread Brian Evans
commit: 84daf07b6e5a15d5ee8d472fb2440898024bfd1f
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  3 13:00:01 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  3 13:04:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84daf07b

acct-group/mysql: New group package for GID 60

This GID is already in the ebuilds for the consumers so there is no conflicts

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Brian Evans  gentoo.org>

 acct-group/mysql/metadata.xml   |  8 
 acct-group/mysql/mysql-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/mysql/metadata.xml b/acct-group/mysql/metadata.xml
new file mode 100644
index 000..24aafd06dba
--- /dev/null
+++ b/acct-group/mysql/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mysql-b...@gentoo.org
+MySQL Project
+  
+

diff --git a/acct-group/mysql/mysql-0.ebuild b/acct-group/mysql/mysql-0.ebuild
new file mode 100644
index 000..3ade1e2896a
--- /dev/null
+++ b/acct-group/mysql/mysql-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="MySQL program group"
+ACCT_GROUP_ID=60
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"



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

2019-07-03 Thread Mike Pagano
commit: 9fc5452dd8c052ea92d385760f8c73c5e0429a44
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  3 13:02:31 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  3 13:02:31 2019 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=9fc5452d

Linux patch 4.14.132

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

 _README   |4 +
 1131_linux-4.14.132.patch | 1558 +
 2 files changed, 1562 insertions(+)

diff --git a/_README b/_README
index 562acb4..f51c89c 100644
--- a/_README
+++ b/_README
@@ -567,6 +567,10 @@ Patch:  1130_linux-4.14.131.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.14.131
 
+Patch:  1131_linux-4.14.132.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.14.132
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1131_linux-4.14.132.patch b/1131_linux-4.14.132.patch
new file mode 100644
index 000..4119e06
--- /dev/null
+++ b/1131_linux-4.14.132.patch
@@ -0,0 +1,1558 @@
+diff --git a/Documentation/robust-futexes.txt 
b/Documentation/robust-futexes.txt
+index 6c42c75103eb..6361fb01c9c1 100644
+--- a/Documentation/robust-futexes.txt
 b/Documentation/robust-futexes.txt
+@@ -218,5 +218,4 @@ All other architectures should build just fine too - but 
they won't have
+ the new syscalls yet.
+ 
+ Architectures need to implement the new futex_atomic_cmpxchg_inatomic()
+-inline function before writing up the syscalls (that function returns
+--ENOSYS right now).
++inline function before writing up the syscalls.
+diff --git a/Makefile b/Makefile
+index 275343cf27f7..23b2916ef0ff 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 14
+-SUBLEVEL = 131
++SUBLEVEL = 132
+ EXTRAVERSION =
+ NAME = Petit Gorille
+ 
+diff --git a/arch/arm64/include/asm/futex.h b/arch/arm64/include/asm/futex.h
+index c7e30a6ed56e..232917e9c1d9 100644
+--- a/arch/arm64/include/asm/futex.h
 b/arch/arm64/include/asm/futex.h
+@@ -134,7 +134,9 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user 
*_uaddr,
+   : "memory");
+   uaccess_disable();
+ 
+-  *uval = val;
++  if (!ret)
++  *uval = val;
++
+   return ret;
+ }
+ 
+diff --git a/arch/arm64/include/asm/insn.h b/arch/arm64/include/asm/insn.h
+index 4214c38d016b..e3193fd39d8d 100644
+--- a/arch/arm64/include/asm/insn.h
 b/arch/arm64/include/asm/insn.h
+@@ -271,6 +271,7 @@ __AARCH64_INSN_FUNCS(adrp, 0x9F00, 0x9000)
+ __AARCH64_INSN_FUNCS(prfm,0x3FC0, 0x3980)
+ __AARCH64_INSN_FUNCS(prfm_lit,0xFF00, 0xD800)
+ __AARCH64_INSN_FUNCS(str_reg, 0x3FE0EC00, 0x38206800)
++__AARCH64_INSN_FUNCS(ldadd,   0x3F20FC00, 0x3820)
+ __AARCH64_INSN_FUNCS(ldr_reg, 0x3FE0EC00, 0x38606800)
+ __AARCH64_INSN_FUNCS(ldr_lit, 0xBF00, 0x1800)
+ __AARCH64_INSN_FUNCS(ldrsw_lit,   0xFF00, 0x9800)
+@@ -383,6 +384,13 @@ u32 aarch64_insn_gen_load_store_ex(enum 
aarch64_insn_register reg,
+  enum aarch64_insn_register state,
+  enum aarch64_insn_size_type size,
+  enum aarch64_insn_ldst_type type);
++u32 aarch64_insn_gen_ldadd(enum aarch64_insn_register result,
++ enum aarch64_insn_register address,
++ enum aarch64_insn_register value,
++ enum aarch64_insn_size_type size);
++u32 aarch64_insn_gen_stadd(enum aarch64_insn_register address,
++ enum aarch64_insn_register value,
++ enum aarch64_insn_size_type size);
+ u32 aarch64_insn_gen_add_sub_imm(enum aarch64_insn_register dst,
+enum aarch64_insn_register src,
+int imm, enum aarch64_insn_variant variant,
+diff --git a/arch/arm64/kernel/insn.c b/arch/arm64/kernel/insn.c
+index 2718a77da165..4381aa7b071d 100644
+--- a/arch/arm64/kernel/insn.c
 b/arch/arm64/kernel/insn.c
+@@ -793,6 +793,46 @@ u32 aarch64_insn_gen_load_store_ex(enum 
aarch64_insn_register reg,
+   state);
+ }
+ 
++u32 aarch64_insn_gen_ldadd(enum aarch64_insn_register result,
++ enum aarch64_insn_register address,
++ enum aarch64_insn_register value,
++ enum aarch64_insn_size_type size)
++{
++  u32 insn = aarch64_insn_get_ldadd_value();
++
++  switch (size) {
++  case AARCH64_INSN_SIZE_32:
++  case AARCH64_INSN_SIZE_64:
++  break;
++  default:
++  pr_err("%s: unimplemented size encoding %d\n", __func__, size);
++  return AARCH64_BREAK_FAULT;
++  }
++
++  insn = aarch64_insn_encode_ldst_size(size, insn);
++
++  insn = 

[gentoo-commits] repo/gentoo:master commit in: sci-libs/blis/, sci-libs/blis/files/

2019-07-03 Thread Benda XU
commit: d0944e08f322eed61cfcd1293792732a8eb72bfd
Author: Mo Zhou  gmail  com>
AuthorDate: Sun Jun 30 06:48:01 2019 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Jul  3 13:01:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0944e08

sci-libs/blis: bump to 0.6.0, getting rid of a patch.

Closes: https://github.com/gentoo/gentoo/pull/12358
Signed-off-by: Mo Zhou  gmail.com>
Signed-off-by: Benda Xu  gentoo.org>

 sci-libs/blis/Manifest |   1 +
 sci-libs/blis/blis-0.6.0.ebuild| 106 +
 sci-libs/blis/files/blis-0.6.0-blas-provider.patch |  13 +++
 sci-libs/blis/files/blis-0.6.0-rpath.patch |  13 +++
 4 files changed, 133 insertions(+)

diff --git a/sci-libs/blis/Manifest b/sci-libs/blis/Manifest
index 7d42eadf47b..a251246c916 100644
--- a/sci-libs/blis/Manifest
+++ b/sci-libs/blis/Manifest
@@ -1 +1,2 @@
 DIST blis-0.5.2.tar.gz 3502383 BLAKE2B 
b09fda20711086c8bde0d4efc3f3c9b0f6072e1ddb8bd2846465877f0353cced27548abe1239b6a042fe655e85e4b7b3c960322e39b2c733866b8e1718bd
 SHA512 
4f91a7834ef0ed39544dd21856814467416a40050cca323917b0fc61b9201ae4dbd109aa687cdecb27ddee5d6bf4510ef023e1c1dc73599faef0482d3d04
+DIST blis-0.6.0.tar.gz 5107257 BLAKE2B 
cd589ad1216486e8bb0cf574cc096c1e1f2bb9587b182c2bcff44db322468d9f027323c0bf2d22ea0fabb1902dc047d2bf62253ef1c2797fc3de9ba53d7fc34a
 SHA512 
74e9da5146f7986cbd11651d7cd0837562a1603c667b9e6d3f79b5057443de657b60d7463cb2d64daf3eff7d33fc05a64e6d8eb807f4cabe0c3121517924a206

diff --git a/sci-libs/blis/blis-0.6.0.ebuild b/sci-libs/blis/blis-0.6.0.ebuild
new file mode 100644
index 000..fd8ccbe5c4c
--- /dev/null
+++ b/sci-libs/blis/blis-0.6.0.ebuild
@@ -0,0 +1,106 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit eutils
+
+DESCRIPTION="BLAS-like Library Instantiation Software Framework"
+HOMEPAGE="https://github.com/flame/blis;
+SRC_URI="https://github.com/flame/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="openmp pthread serial static-libs eselect-ldso doc 64bit-index"
+REQUIRED_USE="?? ( openmp pthread serial ) ?? ( eselect-ldso 64bit-index )"
+
+RDEPEND="eselect-ldso? ( !app-eselect/eselect-cblas
+  >=app-eselect/eselect-blas-0.2 )"
+
+DEPEND="${RDEPEND}
+   dev-lang/python
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-rpath.patch"
+   "${FILESDIR}/${P}-blas-provider.patch"
+)
+
+src_configure () {
+   local BLIS_FLAGS=()
+   local confname
+   # determine flags
+   if use openmp; then
+   BLIS_FLAGS+=( -t openmp )
+   elif use pthread; then
+   BLIS_FLAGS+=( -t pthreads )
+   else
+   BLIS_FLAGS+=( -t no )
+   fi
+   use 64bit-index && BLIS_FLAGS+=( -b 64 -i 64 )
+   # determine config name
+   case "${ARCH}" in
+   "x86" | "amd64")
+   confname=auto ;;
+   "ppc64")
+   confname=generic ;;
+   *)
+   confname=generic ;;
+   esac
+   # This is not an autotools configure file. We don't use econf here.
+   ./configure \
+   --enable-verbose-make \
+   --prefix="${BROOT}"/usr \
+   --libdir="${BROOT}"/usr/$(get_libdir) \
+   $(use_enable static-libs static) \
+   --enable-blas \
+   --enable-cblas \
+   ${BLIS_FLAGS[@]} \
+   --enable-shared \
+   $confname || die
+}
+
+src_compile() {
+   DEB_LIBBLAS=libblas.so.3 DEB_LIBCBLAS=libcblas.so.3 \
+   LDS_BLAS="${FILESDIR}"/blas.lds 
LDS_CBLAS="${FILESDIR}"/cblas.lds \
+   default
+}
+
+src_test () {
+   emake check
+}
+
+src_install () {
+   default
+   use doc && dodoc README.md docs/*.md
+
+   if use eselect-ldso; then
+   dodir /usr/$(get_libdir)/blas/blis
+   insinto /usr/$(get_libdir)/blas/blis
+   doins lib/*/lib{c,}blas.so.3
+   dosym libblas.so.3 usr/$(get_libdir)/blas/blis/libblas.so
+   dosym libcblas.so.3 usr/$(get_libdir)/blas/blis/libcblas.so
+   fi
+}
+
+pkg_postinst() {
+   use eselect-ldso || return
+
+   local libdir=$(get_libdir) me="blis"
+
+   # check blas
+   eselect blas add ${libdir} "${EROOT}"/usr/${libdir}/blas/${me} ${me}
+   local current_blas=$(eselect blas show ${libdir})
+   if [[ ${current_blas} == blis || -z ${current_blas} ]]; then
+   eselect blas set ${libdir} ${me}
+   elog "Current eselect: BLAS/CBLAS ($libdir) -> 
[${current_blas}]."
+   else
+   elog "Current eselect: BLAS/CBLAS ($libdir) -> 
[${current_blas}]."
+   elog "To use blas [${me}] implementation, you have to issue (as 
root):"
+   elog "\t eselect blas set 

[gentoo-commits] proj/linux-patches: New tag: 4.14-140

2019-07-03 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  3 12:58:29 2019 +

New tag: 4.14-140




[gentoo-commits] proj/qa-scripts:master commit in: /

2019-07-03 Thread Michał Górny
commit: 8703e8b898ad16c420893130e6265af871e5e0dc
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  3 12:51:41 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  3 12:51:41 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=8703e8b8

gpyutils: PyPy3 is at 3.6 now

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

 Makefile.gpyutils | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index d24042d..9d5f613 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -10,7 +10,7 @@ upgr_base = $(outdir)/35-to-36.txt $(outdir)/36-to-37.txt
 # related stabilizations
 upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
 # all upgrade stuff
-upgr_txt = $(upgr_base) $(upgr_streq) $(outdir)/pypy3-to-35.txt
+upgr_txt = $(upgr_base) $(upgr_streq) $(outdir)/pypy3-to-36.txt
 upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt))
 upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot))
 upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg)
@@ -59,9 +59,9 @@ $(outdir)/36-to-37-stablereq.txt: $(timestamp)
gpy-upgrade-impl -s python3_6 python3_7 > $@.new
mv $@.new $@
 
-$(outdir)/pypy3-to-35.txt: $(timestamp)
+$(outdir)/pypy3-to-36.txt: $(timestamp)
mkdir -p $(outdir)
-   gpy-upgrade-impl pypy3 python3_5 > $@.new
+   gpy-upgrade-impl pypy3 python3_6 > $@.new
mv $@.new $@
 
 $(outdir)/missing-meta.txt: $(timestamp)



[gentoo-commits] proj/qa-scripts:master commit in: /

2019-07-03 Thread Michał Górny
commit: 7dc2a39faa51ca49a1eb1abde079f73bc916f6fd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  3 12:51:02 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  3 12:51:02 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7dc2a39f

gpyutils: py3.4 is long gone

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

 Makefile.gpyutils | 12 +---
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 525057e..d24042d 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -6,7 +6,7 @@ timestamp = $(PORTDIR)/metadata/timestamp.commit
 outdir = /dev/null
 
 # upgrades for stable impls
-upgr_base = $(outdir)/34-to-35.txt $(outdir)/35-to-36.txt 
$(outdir)/36-to-37.txt
+upgr_base = $(outdir)/35-to-36.txt $(outdir)/36-to-37.txt
 # related stabilizations
 upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
 # all upgrade stuff
@@ -39,16 +39,6 @@ $(outdir)/depcheck.txt: $(timestamp)
gpy-depcheck > $@.new
mv $@.new $@
 
-$(outdir)/34-to-35.txt: $(timestamp)
-   mkdir -p $(outdir)
-   gpy-upgrade-impl python3_4 python3_5 > $@.new
-   mv $@.new $@
-
-$(outdir)/34-to-35-stablereq.txt: $(timestamp)
-   mkdir -p $(outdir)
-   gpy-upgrade-impl -s python3_4 python3_5 > $@.new
-   mv $@.new $@
-
 $(outdir)/35-to-36.txt: $(timestamp)
mkdir -p $(outdir)
gpy-upgrade-impl python3_5 python3_6 > $@.new



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2019-07-03 Thread Michał Górny
commit: 2dda62fab787d50f243140348f7deb4a3827d4e9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  3 12:46:32 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  3 12:46:32 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=2dda62fa

Update gpyutils report links

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

 htdocs/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 2215b1c..7ad304b 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -95,10 +95,10 @@
 
   Python reports
   
-Py3.5 → 3.6 testing
-Py3.5 → 3.6 stabilizations
 Py3.6 → 3.7 testing
-PyPy3 → 3.5 testing
+Py3.6 → 3.7 stabilizations
+
+
 Packages missing python*-r1 eclass
 python*-r1 eclass usage issues
   



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

2019-07-03 Thread Mike Pagano
commit: ed5533ffc0ba265e16f4dcc6777ad0a1ce2e5ebd
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  3 12:39:22 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  3 12:39:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5533ff

sys-kernel/gentoo-sources: Linux patch 5.1.16

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

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 33097a4a03d..b36f467dbfe 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -94,6 +94,9 @@ DIST genpatches-5.1-14.extras.tar.xz 1720 BLAKE2B 
beed1a76c3e70f6ed73bd9760a5d0c
 DIST genpatches-5.1-15.base.tar.xz 440208 BLAKE2B 
604230a0e9d32122242ad1f9996bc9c607298432bc7761f71c5fa39a15645fa1a22de69ee5536f9a26f087ccf5500dd6d638eea01cf7778b940db40dd8a2c99d
 SHA512 
d19acbb4ee7599bc5ac61ff91576ae79cd4b41035b650d564cd5ff06951d6eb66b13d995320f366f425c0bd82cbd50106907ba499bfb4af65094da9a72df9a69
 DIST genpatches-5.1-15.experimental.tar.xz 5808 BLAKE2B 
605a5bdd7cc827d37e25b1c4e9c907727454f574005a6179eb27547e6e0844f8e2e3d4c1daf83e09183f2e58efdd9518958b7719546c50fffc3e01808f5bff1d
 SHA512 
2e8bb2285fff04ee9a453d1fbe28b535430737f3da680a2fd10ad8b8eda7100cf7fb1ddd307d7a15b8e7ec0851cc8c264ac6ae6f54cd2a4529fd3160ab1872a5
 DIST genpatches-5.1-15.extras.tar.xz 1720 BLAKE2B 
20f11d3d74fd03108247b8f8ebc6e6cebc90ea704724ba90bf842afbfb2e3dbc6d8c7ff4c46c267d9efe9a55051c4feab23654273e7a286c1449bc8663e912fd
 SHA512 
e03f547465c14999a1671d4e5a35f491412fabd993f6a7cc7abb617abaf2f9a54a5791f32b203380b951186af7e1057d7ed16d1687ef1350cd433d43a7c2da86
+DIST genpatches-5.1-16.base.tar.xz 459880 BLAKE2B 
91dc7025cf19180c6c5ae5a73d218115aaf5af48f81db63808db4833edf3fcdffbd5792093ef215d7a5f9470aca441eb0fed6e78bee66d0e963cc8333e4e41e9
 SHA512 
fdb1cb33f4078431069fc0a20124b3cdde7f4ea2b751c27f72d68866e5110386f28b9e56076416cb79a0679c3c0ff0fa57d620713c53705b4a22e555305f9297
+DIST genpatches-5.1-16.experimental.tar.xz 5804 BLAKE2B 
af7d5d83862f857bcce13432229c58a3da56a556ceace776438f87d29e9594abe596d4c1ab78fa9b53d19c5aa9d6f7fc2d2cc7143bf2ed27453e820a35106fca
 SHA512 
beada1011d1141678adb0db34f3552aeba1bc782139842349bd03313ece4b5c19c2f39337f78db44d864bd047a3088f26b23a89bc74bd8d9d4d69be17b74d5af
+DIST genpatches-5.1-16.extras.tar.xz 1720 BLAKE2B 
5f9a60d596b2fe1c3bcc7ec1f271768f833beaff5c9ec00fe6fe5c7a90c25d4992052bf7eb204de488407e122b14e935dba157899a8c8cab1490a0bf79dabaa7
 SHA512 
67e10444b2ae3c52bf8ea2df5e37006e56c06000cd8467bc971a5d045dc129b58538ebcd1f0ffa56319aa302b27312ffcfc003c8f7198af77f8837c6fcbea25e
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e

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



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

2019-07-03 Thread Mike Pagano
commit: 24cb51ffdd78f2677933d9b0493bd6e6c32ae7d6
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  3 12:37:21 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  3 12:37:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24cb51ff

sys-kernel/gentoo-sources: Linux patch 4.19.57

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

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 308425293f6..33097a4a03d 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -43,6 +43,9 @@ DIST genpatches-4.19-55.extras.tar.xz 17472 BLAKE2B 
7769783501eb74753e94624ade17
 DIST genpatches-4.19-56.base.tar.xz 1529752 BLAKE2B 
cba4bf44cefd7737c8ea7b02555745fe5b145ca2949e1b6c2fca46577069404056d52fea24bf70579ab9e203bd36fe907ac3fd9587185a897b8f2e94f1954c15
 SHA512 
95892721d2608fc8b364f538c07ddbd15d8ab7ced4d6625a38e808bd1f7ee6a695f20a82fc3c34256ea26202aeb1ceb593b8bcb0c604fcd500828a7b8da28da6
 DIST genpatches-4.19-56.experimental.tar.xz 5808 BLAKE2B 
62fd37ac7016986ac8f81aed80fdc5075eeb90cd2ae99e330e881b4b9fa264dd2c0349681b29864ac15d2cbc3659e736013d0207749cc864dc5bb284daa740f0
 SHA512 
2da0a57f419e288d46e6877f9ad1873299f3db184ce92fc3bed9f059a0a3a2e7eaa733996ed42ea11ef3d651ad5b6b90adbe3edba9c5455f0ed93e2e3f091f7a
 DIST genpatches-4.19-56.extras.tar.xz 17480 BLAKE2B 
2b88905cdd0388fc7b2a48b99b040c93623a8de930b729d838f155072d7f525c20ee8a57e675a13a8e3722fcc1d555a5906a76ae2078979cadaa04fcb5c7d520
 SHA512 
9927064b15b69f323e35e937f94fc667dd096cb39ec24fa74b2a2cf95f23b0e8db130170f8b850bd868abd9fae91593b5fb8d9756bb9c34ef1b960e702395590
+DIST genpatches-4.19-57.base.tar.xz 1555700 BLAKE2B 
e1d6d04de6b22dadf737a927883580aff444d18e2b16010ea5b0cc64a7c14f66615f6bbe117edc3b4a09df93e70b2b4bfb2183509bc539922da82de3c59fe508
 SHA512 
598f7f85cdd5f63e9cdadc2e33ac556e71a0711bfbc518b7f1b0f77f76c65a68c4844a160fe7092f7c2ac3b123c0aeaa147064007fae03ff97b3e1b16ee4a01d
+DIST genpatches-4.19-57.experimental.tar.xz 5808 BLAKE2B 
44f72723d72260c39200227610fc4c952bac4e2d767020ad69f8f58bc68e154a30772e612c799aef4f0ca52906cb02a326275dd3d3286c6f0bf846fd3303e2b2
 SHA512 
94a00f9b6c72486f869245176e311a6fffd6d6b4a0a3b533b19b25d4571f8c149d0ed34a90357cd43135596f9901b25af7bc8cec9f8bb78748a12082a48f79bb
+DIST genpatches-4.19-57.extras.tar.xz 17476 BLAKE2B 
6ba89592e66f964600d509d1ed4e01c5e59dbb00df75cc7fbde3d3aa6505e50722c4d4b565df03a595dd4fc55d89ce133421fb7e29816c751559929198d3842d
 SHA512 
5e67c9f60306c915a1645b522039c4f4436073babaaae8029beb53104f407f242d8f6bf539b4c54e2ce9494fb271e5bfa33da1e3992ae6e1ecb2627aaf216cb3
 DIST genpatches-4.4-177.base.tar.xz 2683240 BLAKE2B 
663016d9fc9bc7be441364e929d0bf6c2e78872c809174ddc08149f04d484a8abaaacb5abb58fb46bfac9704bd480ca446cb6bbfb2a12aab2e43dfc1313b12bc
 SHA512 
1e3371429f322c76c619c89c8d99c15ee9c3413f7fc54e71a021732f6941ee1e385634e45877c834ed3cb3d7a1d1971c5a89de7fce5c456ec14fad0276bf9cb8
 DIST genpatches-4.4-177.experimental.tar.xz 83316 BLAKE2B 
2ea31e71b0838d9ff82d195fc8f1412fd2224ed6863ce0bb8b44785f9c66905132a53acb6cf7ac4b612d85239cb719eb6cb790f79064eebf46e2977411219098
 SHA512 
498d59dafeb326cbf072c3b65ad1d44ad88a576a66d85131d979185787bfbcbf084cf193530f6df6eb0d4ff5b93135ce083c4c66abfee9991dff71ff2522c870
 DIST genpatches-4.4-177.extras.tar.xz 16464 BLAKE2B 
a46eddeea412631293ee0c3a4a4fa9fcc35967c4fc26986363b74f5182b495fad1cf66f2c4247eac128ba826d1a3bb36862929d1aa63a9a13e64f0700d8fa0f4
 SHA512 
250a2f2ddb8464fe245a41ace354b04047c9850b4073ce7764a24ebaee52d3dcf726771b222a976a806f08f6aa95e3ce4a226c5c6896484c029d08a9fe600480

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



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

2019-07-03 Thread Mike Pagano
commit: ab6d15b180a09a6e3feca1c4ca604c72b252e483
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Jun 27 12:32:36 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  3 12:37:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6d15b1

sys-kernel/gentoo-sources: Linux patch 4.14.131

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

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 79eb3822833..308425293f6 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -19,6 +19,9 @@ DIST genpatches-4.14-137.extras.tar.xz 17488 BLAKE2B 
6aec813e98811803d2111fa2757
 DIST genpatches-4.14-138.base.tar.xz 2983688 BLAKE2B 
4d1a90fe7d0515819f489d92b7018e02fc6923667012a80dd1ca7a2eef09d620693d91829666acb7f37fc7bab9274a40d4852230b4f3f4b16e85f9a2f75172ab
 SHA512 
b1f3a74d5a0a086bdf7305d24e2b2ceea6ed2436186893bb06d0e2c1535ac72224118eb97474d9faf1c537db5536d642e5130329bc3f223608039b7b993c0013
 DIST genpatches-4.14-138.experimental.tar.xz 5224 BLAKE2B 
c9de4616c94ead96e182bae0b353f5d83b94527c11bf8469bc570b6225a77681db2ceeb5b592d95e174023569091b4ef2480dafbe1d2d0713f11ca58fd4fa6f7
 SHA512 
59b03f9b91180e39bc822f65765bb39a00c66590e9353612cd41cff867977f3863702a09a71e5e807cbac05450d90bc508e3271a7063ae10d84f9836ed2f
 DIST genpatches-4.14-138.extras.tar.xz 17500 BLAKE2B 
f2eda9ac4167201997fd08a6ece8d07336d09e720c73e22579efe66d8728942e2603bd2fb3a96d2fb2f56ca3ce3d03ec89458df8e00ebcfeda3e63f8c7ad29d2
 SHA512 
b76fb1da1c81d5bb89487f858ec161c2c44833d1e98d4885f62623f11515e27db4f36bd756728f9c7fbf30ca8dcdb7bc123eb5ddadfc69413dc75a6849a73bf5
+DIST genpatches-4.14-139.base.tar.xz 2983740 BLAKE2B 
071e5f5b014027829df419e7009c64f68e97223c81801250ec297f805713678241a0e00bebec986b86ee845c980a7fc29f5621b3a81d4cb96f2f5d7e57454e82
 SHA512 
e1ea7da99bb63cdc85d8bfb167f8a626b8a84a4e555a62270c7b1c66db4f45e632782ed83caaeb951fca2fa0b366932bfb01dec33f10851fbcdf10ec1bf91dd4
+DIST genpatches-4.14-139.experimental.tar.xz 5224 BLAKE2B 
13dee8d06539387fbbda29fa27d35aeb02d5a1923c98e4c9d95fe121166ea7fbdae28fe36f48a725df98c3fb05b21ea35bb769d29d2f02118519a8a370af9fe1
 SHA512 
a4ff98d8a14b83dcdbd3335d719bd297773443eb971370c42c441e945c2910429b2ea56ba39dee391200eb391975797c02c7e1c7ad29fbfa9183d650b9894930
+DIST genpatches-4.14-139.extras.tar.xz 17496 BLAKE2B 
a9f079401a9fee1beb51a202b911d649e44ea547ba80ffc6a54108fb03d55da126e8458df505db977e77a2d43cde47b0b2a670ebc89522869b83e5f5092cf7ce
 SHA512 
bb47f4e4bc0df00f6170f419dab5122c642eccfd60c945a101496c47c6ca999f79f3f1e317ae4b2d4a988734ba97cb674983039c58d8e754884b20ed79a38596
 DIST genpatches-4.19-28.base.tar.xz 809620 BLAKE2B 
2bf07264d3d65e7908b27727bbfb295c53a0cb2c8a9358bb41fa75a04b3094b0a9ca68721a440f6ffcbee3420b5cd31211f5e1673f8fe8043fdb5d913efe312a
 SHA512 
00c9225dd966e02cba66b039e6bead431162d13b64c3a1680fd5c8b2f1f12af86bcb3c0bb553e88bdc12b4675d99be5944f280a5fad7fbf59e8bc6ab6d041ec8
 DIST genpatches-4.19-28.experimental.tar.xz 5804 BLAKE2B 
6c4a52ce04f35a0c971ef438f32acec66395b763f725176312d4ea7e7467e9b2bab953afb64df744acc0827bb96cb13f2537427a56cee10dc95227300bfb6b02
 SHA512 
e04c94dd53325e89f25343999da5b66f4624605d66859884f2768c073b203126f7aad5fb5a1012fc56a4e2906fb2f3a3f8fda48d8e300a1a0bb8dc7c1719fa82
 DIST genpatches-4.19-28.extras.tar.xz 17480 BLAKE2B 
599e85a011c87a7a9bcec44579fd4e54ff9ab78a4b8ee727f6b741acea29902c0531988d5abc6ff9512a205601363837639b5ba31190a044009bac13cb44067b
 SHA512 
e201383a2fd00d063bd3d9817fbc40052db19e46db105ddb15dfd1dd90001a11de12495372f2225adcc80b620252ea20d49e73da46b8b3c88e62baa71a71a8c5

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



[gentoo-commits] repo/gentoo:master commit in: virtual/cblas/, virtual/blas/, virtual/lapack/, virtual/lapacke/

2019-07-03 Thread Benda XU
commit: 0721aba4db4bc8ce37d11eab06ff528f31e4ce9f
Author: Benda Xu  gentoo  org>
AuthorDate: Thu Jun 27 05:41:31 2019 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Jul  3 12:30:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0721aba4

virtual/{blas,cblas,lapack,lapacke}: add virtual packages.

  These virtual packages are used by the BLAS/LAPACK runtime switching
  mechanism.

Closes: https://github.com/gentoo/gentoo/pull/12323
Closes: https://bugs.gentoo.org/373613
Closes: https://bugs.gentoo.org/381801
Closes: https://bugs.gentoo.org/498490
Closes: https://bugs.gentoo.org/563674
Closes: https://bugs.gentoo.org/564546
Closes: https://bugs.gentoo.org/565776
Closes: https://bugs.gentoo.org/646316
Closes: https://bugs.gentoo.org/657984
Closes: https://bugs.gentoo.org/659014
Closes: https://bugs.gentoo.org/659264
Closes: https://bugs.gentoo.org/669644

Signed-off-by: Mo Zhou  gmail.com>
Signed-off-by: Benda Xu  gentoo.org>

 virtual/blas/blas-3.8.ebuild   | 14 ++
 virtual/blas/metadata.xml  | 10 +++---
 virtual/cblas/cblas-3.8.ebuild | 14 ++
 virtual/cblas/metadata.xml | 10 +++---
 virtual/lapack/lapack-3.8.ebuild   | 14 ++
 virtual/lapack/metadata.xml| 10 +++---
 virtual/lapacke/lapacke-3.8.ebuild | 14 ++
 virtual/{blas => lapacke}/metadata.xml | 10 +++---
 8 files changed, 84 insertions(+), 12 deletions(-)

diff --git a/virtual/blas/blas-3.8.ebuild b/virtual/blas/blas-3.8.ebuild
new file mode 100644
index 000..e3807aaa8c4
--- /dev/null
+++ b/virtual/blas/blas-3.8.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris"
+IUSE="eselect-ldso"
+
+RDEPEND="
+   >=sci-libs/lapack-3.8.0[eselect-ldso?]
+"
+DEPEND="${RDEPEND}"

diff --git a/virtual/blas/metadata.xml b/virtual/blas/metadata.xml
index 1b4d6e817c0..35dd50fb445 100644
--- a/virtual/blas/metadata.xml
+++ b/virtual/blas/metadata.xml
@@ -6,7 +6,11 @@
 Gentoo Science Project
   
   
-Gentoo virtual package for the Basic Linear Algebra Subprograms
-FORTRAN 77 implementation.
-
+Gentoo virtual package for the Basic Linear Algebra Subprograms
+FORTRAN 77 implementation.
+  
+  
+Enable runtime library switching by
+eselect and ld.so.
+  
 

diff --git a/virtual/cblas/cblas-3.8.ebuild b/virtual/cblas/cblas-3.8.ebuild
new file mode 100644
index 000..0b295963f8d
--- /dev/null
+++ b/virtual/cblas/cblas-3.8.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Virtual for BLAS C implementation"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="eselect-ldso"
+
+RDEPEND="
+   >=sci-libs/lapack-3.8.0[eselect-ldso?]
+"
+DEPEND="${RDEPEND}"

diff --git a/virtual/cblas/metadata.xml b/virtual/cblas/metadata.xml
index 9aac1c20c93..204ea7552ca 100644
--- a/virtual/cblas/metadata.xml
+++ b/virtual/cblas/metadata.xml
@@ -6,7 +6,11 @@
 Gentoo Science Project
   
   
-Gentoo virtual package for the Basic Linear Algebra Subprograms
-C implementation.
-
+Gentoo virtual package for the Basic Linear Algebra Subprograms
+C implementation.
+  
+  
+Enable runtime library switching by
+eselect and ld.so.
+  
 

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
new file mode 100644
index 000..93ddd49d8b7
--- /dev/null
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) 
implementation"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="eselect-ldso"
+
+RDEPEND="
+   >=sci-libs/lapack-3.8.0[eselect-ldso?]
+"
+DEPEND="${RDEPEND}"

diff --git a/virtual/lapack/metadata.xml b/virtual/lapack/metadata.xml
index ccb7a1fa1fa..0b91d851efe 100644
--- a/virtual/lapack/metadata.xml
+++ b/virtual/lapack/metadata.xml
@@ -6,7 +6,11 @@
 Gentoo Science Project
   
   
-Gentoo virtual package for the Linear Algebra PACKAge
-FORTRAN 77 implementation.
-
+Gentoo virtual package for the Linear Algebra PACKAge
+FORTRAN 77 implementation.
+  
+  
+Enable runtime library switching by
+eselect and ld.so.
+  
 

diff --git 

[gentoo-commits] repo/gentoo:master commit in: virtual/cblas/, virtual/blas/

2019-07-03 Thread Benda XU
commit: a56935f3b33cc88e50909dfea016deb08988cade
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jun 26 05:43:34 2019 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Jul  3 12:30:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56935f3

virtual/{c,}blas: add sci-libs/blis as a candidate.

  On ld.so-based systems, runtime library switching is possible.  We
  use 'eselect-ldso' to flag this possibility.  In this case, blis can
  used as a drop-in replacement via an `eselect` call.

  Otherwise If USE eselect-ldso is not set, only reference
  implementation will be pulled in.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Benda Xu  gentoo.org>

 virtual/blas/blas-3.8.ebuild   | 5 -
 virtual/cblas/cblas-3.8.ebuild | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/virtual/blas/blas-3.8.ebuild b/virtual/blas/blas-3.8.ebuild
index e3807aaa8c4..45bf1cc0301 100644
--- a/virtual/blas/blas-3.8.ebuild
+++ b/virtual/blas/blas-3.8.ebuild
@@ -9,6 +9,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~s390 ~sparc ~
 IUSE="eselect-ldso"
 
 RDEPEND="
-   >=sci-libs/lapack-3.8.0[eselect-ldso?]
+   !eselect-ldso? ( >=sci-libs/lapack-3.8.0[-eselect-ldso] )
+   eselect-ldso? ( || (
+   >=sci-libs/lapack-3.8.0[eselect-ldso]
+   sci-libs/blis[eselect-ldso] ) )
 "
 DEPEND="${RDEPEND}"

diff --git a/virtual/cblas/cblas-3.8.ebuild b/virtual/cblas/cblas-3.8.ebuild
index 0b295963f8d..440e9fc4a54 100644
--- a/virtual/cblas/cblas-3.8.ebuild
+++ b/virtual/cblas/cblas-3.8.ebuild
@@ -9,6 +9,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 
~s390 ~sparc ~x86 ~a
 IUSE="eselect-ldso"
 
 RDEPEND="
-   >=sci-libs/lapack-3.8.0[eselect-ldso?]
+   !eselect-ldso? ( >=sci-libs/lapack-3.8.0[-eselect-ldso] )
+   eselect-ldso? ( || (
+   >=sci-libs/lapack-3.8.0[eselect-ldso]
+   sci-libs/blis[eselect-ldso] ) )
 "
 DEPEND="${RDEPEND}"



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

2019-07-03 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  3 12:06:20 2019 +

New tag: 4.19-57




[gentoo-commits] proj/linux-patches: New tag: 5.1-16

2019-07-03 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  3 11:59:56 2019 +

New tag: 5.1-16




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

2019-07-03 Thread Mike Pagano
commit: ec31621f64416a0fd7a9d9db43542b98820cd285
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  3 11:35:36 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  3 11:35:36 2019 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ec31621f

Linux patch 5.1.16

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

 _README |4 +
 1015_linux-5.1.16.patch | 2889 +++
 2 files changed, 2893 insertions(+)

diff --git a/_README b/_README
index db80d60..941f7f1 100644
--- a/_README
+++ b/_README
@@ -103,6 +103,10 @@ Patch:  1014_linux-5.1.15.patch
 From:   https://www.kernel.org
 Desc:   Linux 5.1.15
 
+Patch:  1015_linux-5.1.16.patch
+From:   https://www.kernel.org
+Desc:   Linux 5.1.16
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1015_linux-5.1.16.patch b/1015_linux-5.1.16.patch
new file mode 100644
index 000..23d3be5
--- /dev/null
+++ b/1015_linux-5.1.16.patch
@@ -0,0 +1,2889 @@
+diff --git a/Documentation/robust-futexes.txt 
b/Documentation/robust-futexes.txt
+index 6c42c75103eb..6361fb01c9c1 100644
+--- a/Documentation/robust-futexes.txt
 b/Documentation/robust-futexes.txt
+@@ -218,5 +218,4 @@ All other architectures should build just fine too - but 
they won't have
+ the new syscalls yet.
+ 
+ Architectures need to implement the new futex_atomic_cmpxchg_inatomic()
+-inline function before writing up the syscalls (that function returns
+--ENOSYS right now).
++inline function before writing up the syscalls.
+diff --git a/Makefile b/Makefile
+index d7b3c8e3ff3e..46a0ae537182 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 1
+-SUBLEVEL = 15
++SUBLEVEL = 16
+ EXTRAVERSION =
+ NAME = Shy Crocodile
+ 
+diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
+index 8fbd583b18e1..e9d2e578cbe6 100644
+--- a/arch/arm64/Makefile
 b/arch/arm64/Makefile
+@@ -51,7 +51,7 @@ endif
+ 
+ KBUILD_CFLAGS += -mgeneral-regs-only $(lseinstr) $(brokengasinst)
+ KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
+-KBUILD_CFLAGS += -Wno-psabi
++KBUILD_CFLAGS += $(call cc-disable-warning, psabi)
+ KBUILD_AFLAGS += $(lseinstr) $(brokengasinst)
+ 
+ KBUILD_CFLAGS += $(call cc-option,-mabi=lp64)
+diff --git a/arch/arm64/include/asm/futex.h b/arch/arm64/include/asm/futex.h
+index 2d78ea6932b7..bdb3c05070a2 100644
+--- a/arch/arm64/include/asm/futex.h
 b/arch/arm64/include/asm/futex.h
+@@ -134,7 +134,9 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user 
*_uaddr,
+   : "memory");
+   uaccess_disable();
+ 
+-  *uval = val;
++  if (!ret)
++  *uval = val;
++
+   return ret;
+ }
+ 
+diff --git a/arch/arm64/include/asm/insn.h b/arch/arm64/include/asm/insn.h
+index 9c01f04db64d..f71b84d9f294 100644
+--- a/arch/arm64/include/asm/insn.h
 b/arch/arm64/include/asm/insn.h
+@@ -277,6 +277,7 @@ __AARCH64_INSN_FUNCS(adrp, 0x9F00, 0x9000)
+ __AARCH64_INSN_FUNCS(prfm,0x3FC0, 0x3980)
+ __AARCH64_INSN_FUNCS(prfm_lit,0xFF00, 0xD800)
+ __AARCH64_INSN_FUNCS(str_reg, 0x3FE0EC00, 0x38206800)
++__AARCH64_INSN_FUNCS(ldadd,   0x3F20FC00, 0x3820)
+ __AARCH64_INSN_FUNCS(ldr_reg, 0x3FE0EC00, 0x38606800)
+ __AARCH64_INSN_FUNCS(ldr_lit, 0xBF00, 0x1800)
+ __AARCH64_INSN_FUNCS(ldrsw_lit,   0xFF00, 0x9800)
+@@ -394,6 +395,13 @@ u32 aarch64_insn_gen_load_store_ex(enum 
aarch64_insn_register reg,
+  enum aarch64_insn_register state,
+  enum aarch64_insn_size_type size,
+  enum aarch64_insn_ldst_type type);
++u32 aarch64_insn_gen_ldadd(enum aarch64_insn_register result,
++ enum aarch64_insn_register address,
++ enum aarch64_insn_register value,
++ enum aarch64_insn_size_type size);
++u32 aarch64_insn_gen_stadd(enum aarch64_insn_register address,
++ enum aarch64_insn_register value,
++ enum aarch64_insn_size_type size);
+ u32 aarch64_insn_gen_add_sub_imm(enum aarch64_insn_register dst,
+enum aarch64_insn_register src,
+int imm, enum aarch64_insn_variant variant,
+diff --git a/arch/arm64/kernel/insn.c b/arch/arm64/kernel/insn.c
+index 7820a4a688fa..9e2b5882cdeb 100644
+--- a/arch/arm64/kernel/insn.c
 b/arch/arm64/kernel/insn.c
+@@ -734,6 +734,46 @@ u32 aarch64_insn_gen_load_store_ex(enum 
aarch64_insn_register reg,
+   state);
+ }
+ 
++u32 aarch64_insn_gen_ldadd(enum aarch64_insn_register result,
++ enum aarch64_insn_register address,
++ enum aarch64_insn_register value,
++ 

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

2019-07-03 Thread Mike Pagano
commit: e44e80b9d1be4c727178c01526c2117350e3f347
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  3 11:34:05 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  3 11:34:05 2019 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e44e80b9

Linux patch 4.19.57

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

 _README  |4 +
 1056_linux-4.19.57.patch | 4354 ++
 2 files changed, 4358 insertions(+)

diff --git a/_README b/_README
index 9ed63b1..82a9cde 100644
--- a/_README
+++ b/_README
@@ -267,6 +267,10 @@ Patch:  1055_linux-4.19.56.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.19.56
 
+Patch:  1056_linux-4.19.57.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.19.57
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1056_linux-4.19.57.patch b/1056_linux-4.19.57.patch
new file mode 100644
index 000..f0cee7d
--- /dev/null
+++ b/1056_linux-4.19.57.patch
@@ -0,0 +1,4354 @@
+diff --git a/Documentation/robust-futexes.txt 
b/Documentation/robust-futexes.txt
+index 6c42c75103eb..6361fb01c9c1 100644
+--- a/Documentation/robust-futexes.txt
 b/Documentation/robust-futexes.txt
+@@ -218,5 +218,4 @@ All other architectures should build just fine too - but 
they won't have
+ the new syscalls yet.
+ 
+ Architectures need to implement the new futex_atomic_cmpxchg_inatomic()
+-inline function before writing up the syscalls (that function returns
+--ENOSYS right now).
++inline function before writing up the syscalls.
+diff --git a/Makefile b/Makefile
+index a76c61f77bcd..5412d556b561 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 19
+-SUBLEVEL = 56
++SUBLEVEL = 57
+ EXTRAVERSION =
+ NAME = "People's Front"
+ 
+diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
+index c12ff63265a9..5d8787f0ca5f 100644
+--- a/arch/arm64/Makefile
 b/arch/arm64/Makefile
+@@ -51,7 +51,7 @@ endif
+ 
+ KBUILD_CFLAGS += -mgeneral-regs-only $(lseinstr) $(brokengasinst)
+ KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
+-KBUILD_CFLAGS += -Wno-psabi
++KBUILD_CFLAGS += $(call cc-disable-warning, psabi)
+ KBUILD_AFLAGS += $(lseinstr) $(brokengasinst)
+ 
+ KBUILD_CFLAGS += $(call cc-option,-mabi=lp64)
+diff --git a/arch/arm64/include/asm/futex.h b/arch/arm64/include/asm/futex.h
+index c7e30a6ed56e..232917e9c1d9 100644
+--- a/arch/arm64/include/asm/futex.h
 b/arch/arm64/include/asm/futex.h
+@@ -134,7 +134,9 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user 
*_uaddr,
+   : "memory");
+   uaccess_disable();
+ 
+-  *uval = val;
++  if (!ret)
++  *uval = val;
++
+   return ret;
+ }
+ 
+diff --git a/arch/arm64/include/asm/insn.h b/arch/arm64/include/asm/insn.h
+index c6802dea6cab..310e47d54d81 100644
+--- a/arch/arm64/include/asm/insn.h
 b/arch/arm64/include/asm/insn.h
+@@ -272,6 +272,7 @@ __AARCH64_INSN_FUNCS(adrp, 0x9F00, 0x9000)
+ __AARCH64_INSN_FUNCS(prfm,0x3FC0, 0x3980)
+ __AARCH64_INSN_FUNCS(prfm_lit,0xFF00, 0xD800)
+ __AARCH64_INSN_FUNCS(str_reg, 0x3FE0EC00, 0x38206800)
++__AARCH64_INSN_FUNCS(ldadd,   0x3F20FC00, 0x3820)
+ __AARCH64_INSN_FUNCS(ldr_reg, 0x3FE0EC00, 0x38606800)
+ __AARCH64_INSN_FUNCS(ldr_lit, 0xBF00, 0x1800)
+ __AARCH64_INSN_FUNCS(ldrsw_lit,   0xFF00, 0x9800)
+@@ -389,6 +390,13 @@ u32 aarch64_insn_gen_load_store_ex(enum 
aarch64_insn_register reg,
+  enum aarch64_insn_register state,
+  enum aarch64_insn_size_type size,
+  enum aarch64_insn_ldst_type type);
++u32 aarch64_insn_gen_ldadd(enum aarch64_insn_register result,
++ enum aarch64_insn_register address,
++ enum aarch64_insn_register value,
++ enum aarch64_insn_size_type size);
++u32 aarch64_insn_gen_stadd(enum aarch64_insn_register address,
++ enum aarch64_insn_register value,
++ enum aarch64_insn_size_type size);
+ u32 aarch64_insn_gen_add_sub_imm(enum aarch64_insn_register dst,
+enum aarch64_insn_register src,
+int imm, enum aarch64_insn_variant variant,
+diff --git a/arch/arm64/kernel/insn.c b/arch/arm64/kernel/insn.c
+index 2b3413549734..3e6229e30109 100644
+--- a/arch/arm64/kernel/insn.c
 b/arch/arm64/kernel/insn.c
+@@ -734,6 +734,46 @@ u32 aarch64_insn_gen_load_store_ex(enum 
aarch64_insn_register reg,
+   state);
+ }
+ 
++u32 aarch64_insn_gen_ldadd(enum aarch64_insn_register result,
++ enum aarch64_insn_register address,
++ enum aarch64_insn_register value,
++

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

2019-07-03 Thread Marek Szuba
commit: e0a1cd1844cfe63968e68442a42d460967ac4426
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul  3 11:21:07 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  3 11:21:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a1cd18

dev-libs/beignet: depend on sys-devel/clang[static-analyzer]

Turns out that the absence of static-analyzer among sys-devel/clang USE
flags causes a configure-time error. The flag in question is enabled by
default so only a subset of users has been affected.

Many thanks to Conrad Kostecki for having finally identified the source
of this problem!

Closes: https://bugs.gentoo.org/664342
Closes: https://bugs.gentoo.org/689088
Signed-off-by: Marek Szuba  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-libs/beignet/beignet-1.3.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/beignet/beignet-1.3.2-r3.ebuild 
b/dev-libs/beignet/beignet-1.3.2-r3.ebuild
index 0d0b8a6bae7..132de5924f5 100644
--- a/dev-libs/beignet/beignet-1.3.2-r3.ebuild
+++ b/dev-libs/beignet/beignet-1.3.2-r3.ebuild
@@ -21,7 +21,7 @@ BDEPEND="${PYTHON_DEPS}
virtual/pkgconfig"
 COMMON="app-eselect/eselect-opencl
media-libs/mesa[${MULTILIB_USEDEP}]
-   =x11-libs/libdrm-2.4.70[video_cards_intel,${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
x11-libs/libXfixes[${MULTILIB_USEDEP}]



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

2019-07-03 Thread Marek Szuba
commit: c36b83b06fbc342740c00f817392d67f9b0e338a
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul  3 11:08:17 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  3 11:09:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36b83b0

net-p2p/syncthing: depend on appropriate acct-{user,group} packages

Signed-off-by: Marek Szuba  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 net-p2p/syncthing/syncthing-1.1.4-r1.ebuild | 149 
 1 file changed, 149 insertions(+)

diff --git a/net-p2p/syncthing/syncthing-1.1.4-r1.ebuild 
b/net-p2p/syncthing/syncthing-1.1.4-r1.ebuild
new file mode 100644
index 000..c0734439f11
--- /dev/null
+++ b/net-p2p/syncthing/syncthing-1.1.4-r1.ebuild
@@ -0,0 +1,149 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/${PN}/${PN}"
+
+EGO_VENDOR=(
+   "github.com/AudriusButkevicius/go-nat-pmp 
452c97607362b2ab5a7839b8d1704f0396b640ca"
+   "github.com/AudriusButkevicius/recli v0.0.5"
+   "github.com/bkaradzic/go-lz4 7224d8d8f27ef618c0a95f1ae69dbb0488abc33a"
+   "github.com/calmh/du v1.0.1"
+   "github.com/calmh/xdr v1.1.0"
+   "github.com/chmduquesne/rollinghash 
a60f8e7142b536ea61bb5d84014171189eeaaa81"
+   "github.com/d4l3k/messagediff v1.2.1"
+   "github.com/davecgh/go-spew v1.1.1"
+   "github.com/flynn-archive/go-shlex 
3f9db97f856818214da2e1057f8ad84803971cff"
+   "github.com/gobwas/glob 51eb1ee00b6d931c66d229ceeb7c31b985563420"
+   "github.com/gogo/protobuf v1.2.1"
+   "github.com/golang/groupcache 84a468cf14b4376def5d68c722b139b881c450a4"
+   "github.com/golang/snappy 553a641470496b2327abcac10b36396bd98e45c9"
+   "github.com/jackpal/gateway 5795ac81146e01d3fab7bcf21c043c3d6a32b006"
+   "github.com/kballard/go-shellquote 
cd60e84ee657ff3dc51de0b4f55dd299a3e136f2"
+   "github.com/kr/pretty v0.1.0"
+   "github.com/lib/pq v1.1.1"
+   "github.com/mattn/go-isatty v0.0.7"
+   "github.com/minio/sha256-simd cc1980cb03383b1d46f518232672584432d7532d"
+   "github.com/onsi/ginkgo 6c46eb8334b30dc55b42f1a1c725d5ce97375390"
+   "github.com/onsi/gomega ba3724c94e4dd5d5690d37c190f1c54b2c1b4e64"
+   "github.com/oschwald/geoip2-golang v1.3.0"
+   "github.com/oschwald/maxminddb-golang 
26fe5ace1c706491c2936119e1dc69c1a9c04d7f"
+   "github.com/petermattis/goid 3db12ebb2a599ba4a96bea1c17b61c2f78a40e02"
+   "github.com/pkg/errors v0.8.1"
+   "github.com/pmezard/go-difflib v1.0.0"
+   "github.com/prometheus/client_golang v0.9.2"
+   "github.com/rcrowley/go-metrics 
e181e095bae94582363434144c61a9653aff6e50"
+   "github.com/sasha-s/go-deadlock v0.2.0"
+   "github.com/stretchr/testify v1.2.2"
+   "github.com/syncthing/notify 4e389ea6c0d84e6195eb585ffaf62c8c143306ae"
+   "github.com/syndtr/goleveldb 34011bf325bce385408353a30b101fe5e923eb6e"
+   "github.com/thejerf/suture v3.0.2"
+   "github.com/urfave/cli v1.20.0"
+   "github.com/vitrun/qart bf64b92db6b05651d6c25a3dabf2d543b360c0aa"
+   "golang.org/x/crypto 0fcca4842a8d74bfddc2c96a073bd2a4d2a7a2e8 
github.com/golang/crypto"
+   "golang.org/x/net 351d144fa1fc0bd934e2408202be0c29f25e35a0 
github.com/golang/net"
+   "golang.org/x/sys 4d1cda033e0619309c606fc686de3adcf599539e 
github.com/golang/sys"
+   "golang.org/x/text e19ae1496984b1c655b8044a65c0300a3c878dd3 
github.com/golang/text"
+   "golang.org/x/time 6dc17368e09b0e8634d71cac8168d853e869a0c7 
github.com/golang/time"
+   "gopkg.in/asn1-ber.v1 v1.2 github.com/go-asn1-ber/asn1-ber"
+   "gopkg.in/check.v1 788fd78401277ebd861206a03c884797c6ec5541 
github.com/go-check/check"
+   "gopkg.in/ldap.v2 v2.5.1 github.com/go-ldap/ldap"
+   "gopkg.in/yaml.v2 v2.0.0 github.com/go-yaml/yaml"
+   # These are only used by the test suite but conditional vendoring is 
messy
+   "github.com/beorn7/perks 3a771d992973f24aa725d07868b467d1ddfceafb"
+   "github.com/golang/protobuf v1.2.0"
+   "github.com/matttproud/golang_protobuf_extensions v1.0.1"
+   "github.com/prometheus/client_model 
5c3871d89910bfb32f5fcab2aa4b9ec68e65a99f"
+   "github.com/prometheus/common v0.1.0"
+   "github.com/prometheus/procfs 1dc9a6cbc91aacc3e8b2d63db4d2e957a5394ac4"
+)
+
+inherit golang-vcs-snapshot systemd xdg-utils
+
+DESCRIPTION="Open Source Continuous File Synchronization"
+HOMEPAGE="https://syncthing.net;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   ${EGO_VENDOR_URI}"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="selinux tools"
+
+BDEPEND=">=dev-lang/go-1.12"
+RDEPEND="acct-group/syncthing
+   acct-user/syncthing
+   tools? ( acct-group/stdiscosrv
+   acct-group/strelaysrv
+   acct-user/stdiscosrv
+   acct-user/strelaysrv )
+   selinux? ( 

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

2019-07-03 Thread Lars Wendler
commit: 0ec5113914c8e4c8e102b6577d641ffd7cf6fc0e
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  3 11:06:37 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  3 11:08:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec51139

sys-apps/util-linux: Attempt to fix ntfs-3g mount with USE="python"

Bug: https://bugs.gentoo.org/689190
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 .../{util-linux-2.34-r1.ebuild => util-linux-2.34-r2.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-apps/util-linux/util-linux-2.34-r1.ebuild 
b/sys-apps/util-linux/util-linux-2.34-r2.ebuild
similarity index 99%
rename from sys-apps/util-linux/util-linux-2.34-r1.ebuild
rename to sys-apps/util-linux/util-linux-2.34-r2.ebuild
index b15e6ad1a43..2b00a2ad6fa 100644
--- a/sys-apps/util-linux/util-linux-2.34-r1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.34-r2.ebuild
@@ -241,12 +241,13 @@ python_install() {
 }
 
 multilib_src_install() {
-   emake DESTDIR="${D}" install
-
if multilib_is_native_abi && use python; then
python_foreach_impl python_install
fi
 
+   # This needs to be called AFTER python_install call (#689190)
+   emake DESTDIR="${D}" install
+
if multilib_is_native_abi && use userland_GNU; then
# need the libs in /
gen_usr_ldscript -a blkid fdisk mount smartcols uuid



[gentoo-commits] repo/gentoo:master commit in: sys-block/di/, sys-block/di/files/

2019-07-03 Thread Lars Wendler
commit: 39e8e24c3f4f1044c5d82e4bb144eb3f5aa05af1
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jul  2 13:00:43 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  3 11:08:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e8e24c

sys-block/di: Removed old.

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

 sys-block/di/Manifest  |   1 -
 sys-block/di/di-4.46.ebuild|  39 
 sys-block/di/files/di-4.46-no_echo-n.patch | 278 -
 3 files changed, 318 deletions(-)

diff --git a/sys-block/di/Manifest b/sys-block/di/Manifest
index 12e3cd9df68..b5fc6ecfff9 100644
--- a/sys-block/di/Manifest
+++ b/sys-block/di/Manifest
@@ -1,3 +1,2 @@
-DIST di-4.46.tar.gz 217096 BLAKE2B 
4757dec7d9c0da121d0057e8088ecb5994f60eec8de49db4a12e84a68d2ad9dc86462f01370786e0c03a792f39984aead2d838d34b4881396aacb39386635bfd
 SHA512 
ead1172dfa9db74d6a8378f8ded460b365c0445d75d71154c67446585d63c0824f8fdc4818438b3d9c3c4795af518f1499c29762712fd62ab97e9be7e680d133
 DIST di-4.47.1.tar.gz 221051 BLAKE2B 
d1012ab500f808363ce445b6c0bb80f3e91f85560faff1d31bbed4f3d44f894dadb5d59d417a16335fce45659861b483dc82b53a59718ee1c8a1b6b21265d4d9
 SHA512 
3312634617b5614d36d7ce9c0725a4d03e55e694b9588db88bb1c2bfab05373516cadbab8a23db3328f4944b99ae07dacabb98d56cc909f0502d58ccc6f5301c
 DIST di-4.47.tar.gz 250479 BLAKE2B 
64156867ab31c448dfc428331a54900a54df4689f851f86f6b8e33403b2f0b785aadd8140576bc75f03ed675cf31fffe15d577b477e5d07a4e678bf625f46f49
 SHA512 
6bb004a9230dd59174c59b823a80ccc9b237a08947ac15502a805cf95e8803c05ac4e8c2282164130db2e23e8f521bf16c30f2c0996c96a9612d139d66df89f5

diff --git a/sys-block/di/di-4.46.ebuild b/sys-block/di/di-4.46.ebuild
deleted file mode 100644
index 220281ec25b..000
--- a/sys-block/di/di-4.46.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="Disk Information Utility"
-HOMEPAGE="http://www.gentoo.com/di/;
-SRC_URI="http://www.gentoo.com/di/${P}.tar.gz;
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="nls"
-
-RESTRICT="test" #405205, #405471
-
-DEPEND="nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.33-build.patch
-   "${FILESDIR}"/${PN}-4.46-no_echo-n.patch
-)
-
-src_configure() {
-   emake checkbuild
-   emake -C C config.h
-}
-
-src_compile() {
-   emake prefix=/usr CC="$(tc-getCC)" NLS=$(usex nls T F)
-}
-
-src_install() {
-   emake install prefix="${D}/usr"
-   # default symlink is broken
-   dosym di /usr/bin/mi
-   dodoc README
-}

diff --git a/sys-block/di/files/di-4.46-no_echo-n.patch 
b/sys-block/di/files/di-4.46-no_echo-n.patch
deleted file mode 100644
index 1b78c6c9ebe..000
--- a/sys-block/di/files/di-4.46-no_echo-n.patch
+++ /dev/null
@@ -1,278 +0,0 @@
-Neither "echo -n" nor "echo ... \c" is POSIX compliant.
-
-See "man 1p echo" section "APPLICATION USAGE" or
-https://www.in-ulm.de/%7Emascheck/various/echo+printf/
-
 di-4.46/C/tests.d/rpmbuild.sh
-+++ di-4.46/C/tests.d/rpmbuild.sh
-@@ -12,13 +12,13 @@
- locatecmd locrpmbuild rpmbuild
- 
- if [ "${locrpmbuild}" = "" ];then
--  echo ${EN} " skipped${EC}" >&5
-+  printf '%s' " skipped" >&5
-   exit 0
- fi
- 
- rvers=`rpmbuild --version | tr -cd '0-9' | sed 's/^\(...\).*/\1/'`
- if [ $rvers -lt 470 ]; then
--  echo ${EN} " old version skipped${EC}" >&5
-+  printf '%s' " old version skipped" >&5
-   exit 0
- fi
- 
 di-4.46/mkconfig/bin/shellfuncs.sh
-+++ di-4.46/mkconfig/bin/shellfuncs.sh
-@@ -28,17 +28,6 @@
-   echo "mkconfig version ${_MKCONFIG_VERSION}"
- }
- 
--setechovars () {
--  EN='-n'
--  EC=''
--  if [ "`echo -n test`" = "-n test" ]; then
--EN=''
--EC='\c'
--  fi
--  export EN
--  export EC
--}
--
- dosubst () {
-   subvar=$1
-   shift
 di-4.46/mkconfig/bin/testfuncs.sh
-+++ di-4.46/mkconfig/bin/testfuncs.sh
-@@ -19,14 +19,14 @@
- 
- chkccompiler () {
-   if [ "${CC}" = "" ]; then
--echo ${EN} " no C compiler; skipped${EC}" >&5
-+printf '%s' " no C compiler; skipped" >&5
- exit 0
-   fi
- }
- 
- chkdcompiler () {
-   if [ "${DC}" = "" ]; then
--echo ${EN} " no D compiler; skipped${EC}" >&5
-+printf '%s' " no D compiler; skipped" >&5
- exit 0
-   fi
- }
 di-4.46/mkconfig/mkconfig.sh
-+++ di-4.46/mkconfig/mkconfig.sh
-@@ -28,7 +28,6 @@
- . ${_MKCONFIG_DIR}/bin/shellfuncs.sh
- 
- doshelltest $0 $@
--setechovars
- 
- LOG="mkconfig.log"
- _MKCONFIG_TMP="_tmp_mkconfig"
-@@ -154,7 +153,7 @@
-   tlabel=$2
- 
-   echo "   $ifleveldisp[${tname}] ${tlabel} ... " >&9
--  echo ${EN} "${ifleveldisp}${tlabel} ... ${EC}" >&1
-+  printf '%s' "${ifleveldisp}${tlabel} ... " >&1
- }
- 
- _doexport () {
 di-4.46/mkconfig/mkc.sh
-+++ di-4.46/mkconfig/mkc.sh
-@@ -16,7 +16,6 @@
- . ${_MKCONFIG_DIR}/bin/shellfuncs.sh
- 
- 

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

2019-07-03 Thread Thomas Deutschmann
commit: c5a1868806508926aa4c4a62517e416507d01e60
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jul  3 10:45:04 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jul  3 10:45:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a18688

dev-lang/php: bump to v7.2.20

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

 dev-lang/php/Manifest  |   1 +
 dev-lang/php/php-7.2.20.ebuild | 749 +
 2 files changed, 750 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 6264591d18e..a6c3cfee733 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -5,6 +5,7 @@ DIST php-7.1.30.tar.xz 12221980 BLAKE2B 
7b2550e8f1c3cbd40223d9ed1d3e9e7a32550a05
 DIST php-7.2.16.tar.xz 12166372 BLAKE2B 
c59ac69b717a8ee88f229baa94c43f9ee1d9c7161c767a95c3a9719ee70cdc9b61aaff75504aca09bba10d224d9a717cb7c985060b6912491857a003e6cbc349
 SHA512 
cd2ea3c68d7ed20317800f4b838b0dd9ae2fde508c79662b296dacdacf6c7e35b6ef30a6564516d7b22e82749a6e9e2ffcfd95b05cd79a9f227fbfaf9e25bc31
 DIST php-7.2.18.tar.xz 12172696 BLAKE2B 
c23f4dffe60ad48b53de1c565ecb4f378f5d3daccde98ec8d9bddcfce8bd1a48a75061a72d0094d0db6719a3c0a96cae25ce0ef0fbfadc28fbeff27b332c8107
 SHA512 
b38034aa13867496009903ba64e4e8bf3216307a9ff1dade60a1477671ecf7bceb5062b349f6997d9af414d58d46ea7bb3f9855e372c230f4a6cff26ad9985d6
 DIST php-7.2.19.tar.xz 12176404 BLAKE2B 
2ca4ffaa525bc4b3c52b394ab667f99e1657307e11ccffe7a01f9a3b2974b69edf3039b52d8b3ab4509265c966a1d4722d60d281245136b57fe0dfb7aef72bab
 SHA512 
debf42e35ad4884efbe54095abd1f067ddbb4b1446a7b168cb5a08ef61400f5b59844b29d51bd5fa740bf24bfe822c94c5889b4be1bb159eadb3751f77e37ab7
+DIST php-7.2.20.tar.xz 12183712 BLAKE2B 
d163afbc56c0d32a3d0f24d3db2c4016a71bb745642f27a01bdfbe29015106f5708ee3aabfc482b01f48c147ca9e28e9b6d1da613284bc3d35651e2aa0862940
 SHA512 
7c61b7277181f70a8abae560e72f765f598712afe9be6cef0b9a50402e0eca74b773237866e0375e41a4e6f76111035c92e823120a4be2b7647517b01ef6b5c7
 DIST php-7.3.5.tar.xz 11981356 BLAKE2B 
f0ea69358519458d1e48f598f3af808f560d824f417995ea80fc63c8610fb04144a471cee7941802b29eaf24b233b506baa4fff390e57292335f88c434b8dc46
 SHA512 
3231947b01333987568ec3304bebf0c089a23cd6bc4a7139683bd36b2490fef13ed494108b645d40d5ab55f65990004445ba04af48393a9a508cfa7379ba81d3
 DIST php-7.3.6.tar.xz 11989392 BLAKE2B 
3aeba998f05a93f21befc1356365586bcf51186fd356948ca15016569b4d4838b2c9079975df45147f017af775cd870770ffa199682837b4b1b3b8b3938f2083
 SHA512 
940085bd4c53b11751d962426c73ba3bc30ffa22ac3b4380465d0d15e383ed68f83fa4f22b1246fcdc4f68b46e59512a52966453463c60fb9241c34d8a340ffc
 DIST php-7.3.7.tar.xz 11992992 BLAKE2B 
90ee433b06d383d26cb7fe5f0eccc966be6b0dac5440652d037fc9904352260196432ccecf16df4497ca8dda64dc1a476b6d2c77512e392d02c4b7f974c36555
 SHA512 
e6d2fec1ec5becaafa648f570c704285a1ee9e0858a01202493b95c298ea6e53b974325e82f08398e9706fee1553b07a43f2dfd473b27ffe3470484c4177abad

diff --git a/dev-lang/php/php-7.2.20.ebuild b/dev-lang/php/php-7.2.20.ebuild
new file mode 100644
index 000..2d85e9d999e
--- /dev/null
+++ b/dev-lang/php/php-7.2.20.ebuild
@@ -0,0 +1,749 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic systemd autotools
+
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="https://php.net/;
+SRC_URI="https://php.net/distributions/${P}.tar.xz;
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2 phpdbg"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} acl argon2 bcmath berkdb bzip2 calendar cdb cjk
+   coverage +ctype curl debug
+   enchant exif +fileinfo +filter firebird
+   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl lmdb
+   mhash mssql mysql mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline recode selinux +session session-mm sharedmem
+   +simplexml snmp soap sockets sodium spell sqlite ssl
+   sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode wddx 
webp
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zip-encryption zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be detected to avoid a repeat of bug #564824.
+COMMON_DEPEND="
+   

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

2019-07-03 Thread Thomas Deutschmann
commit: c0f7ad4aebd54b3578dab13351adfad6928d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jul  3 10:41:45 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jul  3 10:41:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f7ad4a

dev-lang/php: bump to v7.3.7

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

 dev-lang/php/Manifest |   1 +
 dev-lang/php/php-7.3.7.ebuild | 750 ++
 2 files changed, 751 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index e2e89db1c38..6264591d18e 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -7,6 +7,7 @@ DIST php-7.2.18.tar.xz 12172696 BLAKE2B 
c23f4dffe60ad48b53de1c565ecb4f378f5d3dac
 DIST php-7.2.19.tar.xz 12176404 BLAKE2B 
2ca4ffaa525bc4b3c52b394ab667f99e1657307e11ccffe7a01f9a3b2974b69edf3039b52d8b3ab4509265c966a1d4722d60d281245136b57fe0dfb7aef72bab
 SHA512 
debf42e35ad4884efbe54095abd1f067ddbb4b1446a7b168cb5a08ef61400f5b59844b29d51bd5fa740bf24bfe822c94c5889b4be1bb159eadb3751f77e37ab7
 DIST php-7.3.5.tar.xz 11981356 BLAKE2B 
f0ea69358519458d1e48f598f3af808f560d824f417995ea80fc63c8610fb04144a471cee7941802b29eaf24b233b506baa4fff390e57292335f88c434b8dc46
 SHA512 
3231947b01333987568ec3304bebf0c089a23cd6bc4a7139683bd36b2490fef13ed494108b645d40d5ab55f65990004445ba04af48393a9a508cfa7379ba81d3
 DIST php-7.3.6.tar.xz 11989392 BLAKE2B 
3aeba998f05a93f21befc1356365586bcf51186fd356948ca15016569b4d4838b2c9079975df45147f017af775cd870770ffa199682837b4b1b3b8b3938f2083
 SHA512 
940085bd4c53b11751d962426c73ba3bc30ffa22ac3b4380465d0d15e383ed68f83fa4f22b1246fcdc4f68b46e59512a52966453463c60fb9241c34d8a340ffc
+DIST php-7.3.7.tar.xz 11992992 BLAKE2B 
90ee433b06d383d26cb7fe5f0eccc966be6b0dac5440652d037fc9904352260196432ccecf16df4497ca8dda64dc1a476b6d2c77512e392d02c4b7f974c36555
 SHA512 
e6d2fec1ec5becaafa648f570c704285a1ee9e0858a01202493b95c298ea6e53b974325e82f08398e9706fee1553b07a43f2dfd473b27ffe3470484c4177abad
 DIST php-patches-20190307-r1.tar.xz 20796 BLAKE2B 
251f0d8b222e4a6a339a3b1d4aff39fab8bd7203ec34295b7316a366a7d0015bb9e6665614005949da9decbca53aa9ac0aab63845638a6b4d3d462eabff4ea35
 SHA512 
d7a412ec1bc6002c458c6bc3cb53faf4e95a852a6cdad337f6a81a978dd56ba72801cccbe866857d6c5b7e95dfe558878133e44a4e9f9b6efd38e679acc82af9
 DIST php-patches-7.1.28bp.tar.bz2 27464 BLAKE2B 
4babea64a2a24f3127d6a962b3b7506ec1bb77b8e8b4532cce50c1a9eda73829820c2c7883ea97c1a860bab4220e2c576bdd14d8dd80c8e6a3af808c4c52
 SHA512 
171a8e52c70283dee12316ff8449dc7c7d3bf37c803724b63c7aa9bb12468a795de286075af317ba69080a5e1c3ed59a2f5b3891b35fb1e5045ede277d48e56a
 DIST php-patches-7.1.29bp.tar.bz2 28709 BLAKE2B 
ad9510e5f550407895371c615db9dc3329c725e9dc61c7a4a2b3bf92ca96040d720cceb333e5c5cc577a9587530da2b0dca5e5466c2acdb0c12f6395927334e1
 SHA512 
d41fb828cd00473abb9d6d8c8a5f0f2783146874de27c6c7d329437dcd8cc292574f4762e64738d4e7cc584db59d33396908d54a9aef238afda5d445d062065a

diff --git a/dev-lang/php/php-7.3.7.ebuild b/dev-lang/php/php-7.3.7.ebuild
new file mode 100644
index 000..1e66c720846
--- /dev/null
+++ b/dev-lang/php/php-7.3.7.ebuild
@@ -0,0 +1,750 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic systemd autotools
+
+MY_PV=${PV/_rc/RC}
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="https://php.net/;
+SRC_URI="https://php.net/distributions/${P}.tar.xz;
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2 phpdbg"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} acl argon2 bcmath berkdb bzip2 calendar cdb cjk
+   coverage +ctype curl debug
+   enchant exif +fileinfo +filter firebird
+   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl lmdb
+   mhash mssql mysql mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline recode selinux +session session-mm sharedmem
+   +simplexml snmp soap sockets sodium spell sqlite ssl
+   sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode wddx 
webp
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zip-encryption zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be 

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

2019-07-03 Thread Matthias Maier
commit: 858998c1e6b2ab2a3c0a4304ab066f704b2e5310
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Jul  3 10:34:43 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Jul  3 10:35:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858998c1

sci-libs/libqalculate: Bump subslot

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Matthias Maier  gentoo.org>

 .../{libqalculate-3.2.0.ebuild => libqalculate-3.2.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libqalculate/libqalculate-3.2.0.ebuild 
b/sci-libs/libqalculate/libqalculate-3.2.0-r1.ebuild
similarity index 99%
rename from sci-libs/libqalculate/libqalculate-3.2.0.ebuild
rename to sci-libs/libqalculate/libqalculate-3.2.0-r1.ebuild
index 807b7bed7d0..059d1ce9b78 100644
--- a/sci-libs/libqalculate/libqalculate-3.2.0.ebuild
+++ b/sci-libs/libqalculate/libqalculate-3.2.0-r1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://qalculate.github.io/;
 
SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
-SLOT="0/20"
+SLOT="0/22"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="curl icu gnuplot readline static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: acct-user/strelaysrv/

2019-07-03 Thread Marek Szuba
commit: aa88c4d0635dd85e16dc60f9b8c120ea96e56bbc
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul  1 10:19:41 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  3 09:59:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa88c4d0

acct-user/strelaysrv: Add 'strelaysrv' user (UID 496)

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

 acct-user/strelaysrv/metadata.xml|  8 
 acct-user/strelaysrv/strelaysrv-0.ebuild | 14 ++
 2 files changed, 22 insertions(+)

diff --git a/acct-user/strelaysrv/metadata.xml 
b/acct-user/strelaysrv/metadata.xml
new file mode 100644
index 000..3e5026ee375
--- /dev/null
+++ b/acct-user/strelaysrv/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+

diff --git a/acct-user/strelaysrv/strelaysrv-0.ebuild 
b/acct-user/strelaysrv/strelaysrv-0.ebuild
new file mode 100644
index 000..4208dc590e0
--- /dev/null
+++ b/acct-user/strelaysrv/strelaysrv-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for the Syncthing relay server"
+ACCT_USER_ID=496
+ACCT_USER_HOME=/var/lib/strelaysrv
+ACCT_USER_HOME_PERMS=0770
+ACCT_USER_GROUPS=( strelaysrv )
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: acct-user/stdiscosrv/

2019-07-03 Thread Marek Szuba
commit: 62e4ea40ae04d1fa776b1ad1c2817c97e7342200
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul  1 10:19:15 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  3 09:59:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e4ea40

acct-user/stdiscosrv: Add 'stdiscosrv' user (UID 497)

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

 acct-user/stdiscosrv/metadata.xml|  8 
 acct-user/stdiscosrv/stdiscosrv-0.ebuild | 14 ++
 2 files changed, 22 insertions(+)

diff --git a/acct-user/stdiscosrv/metadata.xml 
b/acct-user/stdiscosrv/metadata.xml
new file mode 100644
index 000..3e5026ee375
--- /dev/null
+++ b/acct-user/stdiscosrv/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+

diff --git a/acct-user/stdiscosrv/stdiscosrv-0.ebuild 
b/acct-user/stdiscosrv/stdiscosrv-0.ebuild
new file mode 100644
index 000..06485edd765
--- /dev/null
+++ b/acct-user/stdiscosrv/stdiscosrv-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for the Syncthing discovery server"
+ACCT_USER_ID=497
+ACCT_USER_HOME=/var/lib/stdiscosrv
+ACCT_USER_HOME_PERMS=0770
+ACCT_USER_GROUPS=( stdiscosrv )
+
+acct-user_add_deps



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

2019-07-03 Thread Marek Szuba
commit: e2c788dcee75f607ae25bef89a438c0d3346f72f
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul  1 10:17:46 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  3 09:58:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c788dc

acct-group/stdiscosrv: Add 'stdiscosrv' group (GID 497)

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

 acct-group/stdiscosrv/metadata.xml| 8 
 acct-group/stdiscosrv/stdiscosrv-0.ebuild | 9 +
 2 files changed, 17 insertions(+)

diff --git a/acct-group/stdiscosrv/metadata.xml 
b/acct-group/stdiscosrv/metadata.xml
new file mode 100644
index 000..3e5026ee375
--- /dev/null
+++ b/acct-group/stdiscosrv/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+

diff --git a/acct-group/stdiscosrv/stdiscosrv-0.ebuild 
b/acct-group/stdiscosrv/stdiscosrv-0.ebuild
new file mode 100644
index 000..478159a9351
--- /dev/null
+++ b/acct-group/stdiscosrv/stdiscosrv-0.ebuild
@@ -0,0 +1,9 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="Group for the Syncthing discovery server"
+ACCT_GROUP_ID=497



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

2019-07-03 Thread Marek Szuba
commit: 8583f7f049344e421d9e3c8767bf101c7be6b35d
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul  1 10:18:22 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  3 09:59:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8583f7f0

acct-group/strelaysrv: Add 'strelaysrv' group (GID 496)

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

 acct-group/strelaysrv/metadata.xml| 8 
 acct-group/strelaysrv/strelaysrv-0.ebuild | 9 +
 2 files changed, 17 insertions(+)

diff --git a/acct-group/strelaysrv/metadata.xml 
b/acct-group/strelaysrv/metadata.xml
new file mode 100644
index 000..3e5026ee375
--- /dev/null
+++ b/acct-group/strelaysrv/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+

diff --git a/acct-group/strelaysrv/strelaysrv-0.ebuild 
b/acct-group/strelaysrv/strelaysrv-0.ebuild
new file mode 100644
index 000..ddb60b5ea64
--- /dev/null
+++ b/acct-group/strelaysrv/strelaysrv-0.ebuild
@@ -0,0 +1,9 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="Group for the Syncthing relay server"
+ACCT_GROUP_ID=496



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

2019-07-03 Thread Aaron W. Swenson
commit: 3155f83669b403aaa8047bd27eef03c2ba6a7df4
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Wed Jul  3 09:36:17 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Wed Jul  3 09:36:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3155f836

app-doc/gnucash-docs: Bump to 3.6

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Aaron W. Swenson  gentoo.org>

 app-doc/gnucash-docs/Manifest|  1 +
 app-doc/gnucash-docs/gnucash-docs-3.6.ebuild | 85 
 2 files changed, 86 insertions(+)

diff --git a/app-doc/gnucash-docs/Manifest b/app-doc/gnucash-docs/Manifest
index cd4db27b4ff..88f3bc1a717 100644
--- a/app-doc/gnucash-docs/Manifest
+++ b/app-doc/gnucash-docs/Manifest
@@ -2,3 +2,4 @@ DIST gnucash-docs-3.2.tar.gz 92387447 BLAKE2B 
dac502975f885b777c1e91a7ea57478994
 DIST gnucash-docs-3.3.tar.gz 92417386 BLAKE2B 
200f9b8d3006589eac5f0d66300d658f69f5c55078371c5b416e34784835350de9bd40fc5d85e59116022874294f74e259a034d6ebcaf315b1ea9942b8350c7b
 SHA512 
5887171cbe95f545eb6e647aee2d04a26ab9102643acd8d3e5754000613a7fb08e4470777f7dfbfd0d1ed7609de7a6241cd82f5c7d62f632b2e3751b005bc01e
 DIST gnucash-docs-3.4.tar.gz 92762652 BLAKE2B 
1aad3f1e7fe5b6ec11b38dc778e8994544d50f9549450b4632e5fcbd370332f05c7c68f9f6bf0e274b654dee6304924d17089b61318e0e4356bf01133ad47508
 SHA512 
0a64c8fcc88988a08d5b2f7c472356c580dff17b1a2a37b66a6bed790fba9d7bb437955050656656a0be399b2ce1635902f4548f44b62233c1fcd1d75fbb38ec
 DIST gnucash-docs-3.5.tar.gz 97187415 BLAKE2B 
f35a3a25a120d3807771d74ee1c97713e21617f7ac7b4fdc1f58b9d12f7c0cc899a9af6abca21bd4f91a0978ebf5b93604deaae29f39c8ab86bd83ec93e32642
 SHA512 
aa832a1929ae91b9fe2a6a4ada0c7dbd8c1a4cf76086ec3ab0b82c7396d45aabbb6971f2db788bbdde71a68c8faca5f4621429819ef6c0d1156bcefdc5d289b5
+DIST gnucash-docs-3.6.tar.gz 96986567 BLAKE2B 
753ee011cadec37320fafe3c0973bc5772c300dcf641ba34f05d03b9c13ec159c10f8571876adecfd7816956f2dfa9e83ad5879387536c15e7d1b138f7e38a47
 SHA512 
1fd36c74633ba699116914eaef245d4b84ab85a6e65578c602db8b2e3150f7fb97b549c12068a691e38b90ae0fa5cc22f8026b6d50de1ac967eb52b8296eb135

diff --git a/app-doc/gnucash-docs/gnucash-docs-3.6.ebuild 
b/app-doc/gnucash-docs/gnucash-docs-3.6.ebuild
new file mode 100644
index 000..2fd86099fbd
--- /dev/null
+++ b/app-doc/gnucash-docs/gnucash-docs-3.6.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="C de it ja pt ru"
+PLOCALE_BACKUP="C"
+
+inherit autotools gnome2 l10n
+
+DESCRIPTION="Documentation package for GnuCash"
+HOMEPAGE="http://www.gnucash.org/;
+SRC_URI="https://github.com/Gnucash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2 FDL-1.1"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+for my_locale in ${PLOCALES}; do
+   IUSE+=" l10n_${my_locale}"
+done
+
+DEPEND="
+   app-text/docbook-xml-dtd
+   app-text/docbook-xsl-stylesheets
+   app-text/rarian
+   dev-libs/libxml2
+   dev-libs/libxslt
+"
+
+my_l10n_get_locales() {
+   local l locales
+   for l in ${PLOCALES[@]}; do
+   use "l10n_${l}" && locales+=( $l )
+   done
+   if [[ ${#locales[@]} -gt 0 ]]; then
+   echo ${locales[@]}
+   else
+   echo $PLOCALE_BACKUP
+   fi
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   local doc_type my_lang
+
+   for doc_type in help guide; do
+   for my_lang in $(my_l10n_get_locales); do
+   case $my_lang in
+   # Both help and guides translated
+   C|de|it|pt) ;;
+   ru|ja) # Only guides translated
+   if [[ ${doc_type} = "help" ]] ; then
+   elog "Help documentation hasn't 
been translated for $my_lang"
+   elog "Will do English instead."
+   my_lang=C
+   fi
+   ;;
+   *)
+   die "Invalid locale: $my_lang"
+   ;;
+   esac
+
+   cd "${S}/${doc_type}/${my_lang}" || die
+   emake DESTDIR="${D}" install
+   done
+   done
+
+   cd "${S}" || die
+   einstalldocs
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   optfeature "You need dev-java/fop to generate pdf files." dev-java/fop
+   optfeature "You need gnome-extra/yelp to view the docs." 
gnome-extra/yelp
+}



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

2019-07-03 Thread Aaron W. Swenson
commit: eff0d514d816f4a62e2cf5819b893a5f5f529993
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Wed Jul  3 09:37:18 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Wed Jul  3 09:37:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff0d514

app-office/gnucash: Bump to 3.6

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Aaron W. Swenson  gentoo.org>

 app-office/gnucash/Manifest   |   1 +
 app-office/gnucash/gnucash-3.6.ebuild | 176 ++
 2 files changed, 177 insertions(+)

diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest
index 707c4a6c8c8..910176d4776 100644
--- a/app-office/gnucash/Manifest
+++ b/app-office/gnucash/Manifest
@@ -2,4 +2,5 @@ DIST gnucash-3.2.tar.bz2 13383942 BLAKE2B 
ce4beb9eab290bbc85c4b3bf68b205a8ebb274
 DIST gnucash-3.3.tar.bz2 13440713 BLAKE2B 
a308af90d8a8e50eb732d29c7eadac1fb75b63006da5bbaa9044039c43c1c17976c6b6fdb1706a08a527b75b1300df3a8ed469151370097b0308a173a170e41b
 SHA512 
4bf0369ca9b3c91c98a0d916f0befc7e5675a246559a6a72dba6592b64f56f3cbd1885b0711e44e8d9cca290be742812763691ae2f639ea31ec534e52e17b3f9
 DIST gnucash-3.4.tar.bz2 13564432 BLAKE2B 
478d8e2e4acbd0725ceaf997a1e62ba3875e9d4a003e8a3e69111a9d29118447fb2da8ef3e5dd5274d83a3adef1ee9f4a153cdfd17cabe69864b53bab8c7e813
 SHA512 
4cebef0ba70e59a82d3b2b7b0b138ddb22e8866dc761e156ff1f15920145d12923719effef21ad4c65ccd62fbd14a1529cf0bfcaab70c5b33d103761d08062e0
 DIST gnucash-3.5.tar.bz2 13766397 BLAKE2B 
b840fa6af719e1d21daabd8e26f7026a12ca9cefe8c0f644a8382b42c34a6dec2dfc67350645437c2f12792518f289f446824a8c99ea83453e69d976c3cd5c9c
 SHA512 
76230d2fe1ba4cc605d0d58976ed3214b10a2549fc7eaa1e327bbf85c861baa082523c70ed088a59bb56deb6af9a7808752fc719eda0df3e9209cec05c9c8d13
+DIST gnucash-3.6.tar.bz2 13811045 BLAKE2B 
aa722755e168b6096a8ad0bb05d3c67be9525d5e9e6fcf076c0b6bdc3188815017c2b1bcb308a6f8a7581315f7d9ab67f85b24486214ebbe7ea5a0428e552ea7
 SHA512 
3d99235a6171e7189dbb15fed11e7f3acb4f49ef8dc6124b26807e74ce4326ac5ae6e23e693a34947604ecb0253ecbcd80f669803a629eb7d236fd3444dbfe82
 DIST gtest-1.8.0.tar.gz 1281617 BLAKE2B 
ac052b4d0eb0d8ded03a8c7dff05177818627b8a51f2dbc2c162b2ee2a5d1323539e7d0d02236d9ebb75e018f0171c2fdaeb4de3bb339548265e50de79e6
 SHA512 
1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d

diff --git a/app-office/gnucash/gnucash-3.6.ebuild 
b/app-office/gnucash/gnucash-3.6.ebuild
new file mode 100644
index 000..712e8bf
--- /dev/null
+++ b/app-office/gnucash/gnucash-3.6.ebuild
@@ -0,0 +1,176 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# google{test,mock} version
+GV="1.8.0"
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="A personal finance manager"
+HOMEPAGE="http://www.gnucash.org/;
+SRC_URI="https://github.com/Gnucash/${PN}/releases/download/${PV}/${P}.tar.bz2
+   https://github.com/google/googletest/archive/release-${GV}.tar.gz -> 
gtest-${GV}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+IUSE="aqbanking chipcard debug doc examples gnome-keyring +gui mysql nls ofx
+ postgres python quotes -register2 sqlite"
+
+REQUIRED_USE="
+   chipcard? ( aqbanking )
+   python? ( ${PYTHON_REQUIRED_USE} )"
+
+# libdbi version requirement for sqlite taken from bug #455134
+#
+# dev-libs/boost must always be built with nls enabled.
+# guile[deprecated] because of SCM_LIST*() use
+RDEPEND="
+   >=dev-libs/glib-2.46.0:2
+   >=dev-libs/libxml2-2.7.0:2
+   >=sys-libs/zlib-1.1.4
+   >=dev-scheme/guile-2.2.0:12=[deprecated,regex]
+   dev-libs/boost:=[icu,nls]
+   dev-libs/icu:=
+   dev-libs/libxslt
+   aqbanking? (
+   >=net-libs/aqbanking-5[gtk,ofx?]
+   sys-libs/gwenhywfar[gtk]
+   chipcard? ( sys-libs/libchipcard )
+   )
+   gnome-keyring? ( >=app-crypt/libsecret-0.18 )
+   gui? (
+   gnome-base/dconf
+   net-libs/webkit-gtk:4=
+   >=x11-libs/gtk+-3.14.0:3
+   )
+   mysql? (
+   dev-db/libdbi
+   dev-db/libdbi-drivers[mysql]
+   )
+   ofx? ( >=dev-libs/libofx-0.9.1 )
+   postgres? (
+   dev-db/libdbi
+   dev-db/libdbi-drivers[postgres]
+   )
+   python? ( ${PYTHON_DEPS} )
+   quotes? (
+   >=dev-perl/Finance-Quote-1.11
+   dev-perl/Date-Manip
+   dev-perl/HTML-TableExtract
+   )
+   sqlite? (
+   >=dev-db/libdbi-0.9.0
+   >=dev-db/libdbi-drivers-0.9.0[sqlite]
+   )
+"
+
+DEPEND="${RDEPEND}
+   ~dev-cpp/gtest-${GV}
+   >=sys-devel/gettext-0.19.6
+   dev-lang/perl
+   dev-perl/XML-Parser
+   sys-devel/libtool
+   virtual/pkgconfig
+"
+

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

2019-07-03 Thread Agostino Sarubbo
commit: c6fbc2ab807b49256811a7a353d10913ff8e59cc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  3 09:00:25 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  3 09:00:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fbc2ab

mail-mta/postfix: ia64 stable wrt bug #683132

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 mail-mta/postfix/postfix-3.4.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/postfix-3.4.5-r1.ebuild 
b/mail-mta/postfix/postfix-3.4.5-r1.ebuild
index 84ded6ddc28..89c376b9e8b 100644
--- a/mail-mta/postfix/postfix-3.4.5-r1.ebuild
+++ b/mail-mta/postfix/postfix-3.4.5-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
 
 LICENSE="|| ( IBM EPL-2.0 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd"
 IUSE="+berkdb cdb dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb 
memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
 
 DEPEND=">=dev-libs/libpcre-3.4



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

2019-07-03 Thread Bernard Cafarelli
commit: 3eda743a78060ddb28495038c10a56ff8e9d8b49
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jul  3 08:24:02 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jul  3 08:24:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eda743a

dev-python/pyocr: 0.7.2 bump

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

 dev-python/pyocr/Manifest   |  1 +
 dev-python/pyocr/pyocr-0.7.2.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pyocr/Manifest b/dev-python/pyocr/Manifest
index 2ae620f43df..0b8dd725279 100644
--- a/dev-python/pyocr/Manifest
+++ b/dev-python/pyocr/Manifest
@@ -1,3 +1,4 @@
 DIST pyocr-0.5.3.tar.gz 18067 BLAKE2B 
f7e668630f0227d1e3df90de673f7c7b437f0c7ac0c5fb567ea1633df0184870d4472d5c2c4c48e7b65ebd8fa6516ae04409643910a527eb4a17ce2cfc00e504
 SHA512 
bc1010fab290e96a973dbdd6a4fe7ffae3bed0ecdf20615dc609e4a784faf9668c2673c2398626a3b08f1d840d1aa07661506d35343ae122ad2666f6a7107ba5
 DIST pyocr-0.6.tar.gz 17826 BLAKE2B 
bc7239a5a9d07f55650247d0586bc0856c8f0be6aa549d2816a3703559fffc8b53aee5e23b9e5a24a2e1c655d5c605c73dbaff9fd3129fe08ffbd6f24709b07b
 SHA512 
f517f5c9180cd1cbf0faa56f733a8b6015abb4af25647f513f95022dd72ee0ba07350475b238dff810a35677278f457dfbf9448a50b9c275fa4f1aa08f4a4c2f
+DIST pyocr-0.7.2.tar.gz 65376 BLAKE2B 
065084c19c7722e590c5f20abe5248b2be0c76dab864b4a4e2c457770ff61dec84df7254f19e4926753f39a5d1ed0618ed87827b85773ab96a51e3f7798c656f
 SHA512 
002c3302ed20e19e06dc6fd995ce30150fb95650824df9e0a3d6b2bdcb4c0ae3f2295342c2df44e0d5a9c9bbf5432f47a9d7562e4866b87738ac3436a8c0dec9
 DIST pyocr-0.7.tar.gz 67838 BLAKE2B 
a5bb88ca981cf2bc68344d739ce35eaa7db26cae28c581cd72a7855e67ac668ea064ff2a71845ededa640a8e9a54fc0aaba464527cc43acea5eb4edf3812bd9a
 SHA512 
054f3190eaaafea0e2b591af2220af519d8a2fe3c623417e4b84c52faf9d98339570e896983713e9fbb54087f5eb4afe0b1d6f56e43ea894f7206a7c17203438

diff --git a/dev-python/pyocr/pyocr-0.7.2.ebuild 
b/dev-python/pyocr/pyocr-0.7.2.ebuild
new file mode 100644
index 000..07ad6371df5
--- /dev/null
+++ b/dev-python/pyocr/pyocr-0.7.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="An optical character recognition (OCR) tool wrapper for python"
+HOMEPAGE="https://github.com/openpaperwork/pyocr;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+IUSE="cuneiform +tesseract"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="cuneiform? ( app-text/cuneiform )
+   tesseract? ( app-text/tesseract )
+   dev-python/pillow
+   dev-python/six"
+DEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]"
+
+REQUIRED_USE="|| ( cuneiform tesseract )"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmail/

2019-07-03 Thread Bernard Cafarelli
commit: 93203b1e09b6bb264b71654f5ac30ceacfc74fa2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jul  3 07:55:43 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jul  3 08:24:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93203b1e

x11-plugins/wmail: 2.3 bump

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

 x11-plugins/wmail/Manifest |  1 +
 x11-plugins/wmail/wmail-2.3.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/x11-plugins/wmail/Manifest b/x11-plugins/wmail/Manifest
index 8c9bf59e21f..d5aee35e6a1 100644
--- a/x11-plugins/wmail/Manifest
+++ b/x11-plugins/wmail/Manifest
@@ -1,2 +1,3 @@
 DIST wmail-2.0.tar.gz 46468 BLAKE2B 
316743065f72e14339e4c7d9bc1d394d0f5ccfa5772efd94856bef184fa3a60a1892c510f07655dacbf0b470492e085e413dcb29e3ec166c5d1a1f03d388636e
 SHA512 
62ca761619af006221ac64003246b8d7b0dacee65cd4dd6a5c31e6fc152f9f97646ceb7e757bd81333a792c73280479591dc24bb29f9da2023f2927ec2827039
 DIST wmail-2.2.tar.gz 127443 BLAKE2B 
fc94f94e9a87ccf038bf75eb8c01e9cca738dbb468b60632ba9a04c1ca0f4266ee5be032cca37ae14a58a444f733dd9d20bad57789c24d497f2af87c80d801d2
 SHA512 
59217e190e6c296ee457e0c0e06297c4b7f9e627a52848f0012c4158a0c7a6a39415e63fffe722a5c2ba79ff8f59721b5e1ecbd25219f10c24fdde401e6556e8
+DIST wmail-2.3.tar.gz 128013 BLAKE2B 
cef12b8546bd68c6bc7a191fafc325a3bdab853b458dafe03a3960b2de198222b4d903272ea27a20d4a635e97647fa1d1c7ed8316f84aba821bb77cfac3e2276
 SHA512 
f8c2aacf4cb0b798f6c67641417d9242a7d23ed5e9b1144899fc9f574f2e25099feeafda9d3ee9ce8227dcbbeb19c6092e79f96748ffb6b9e989074285e43c0a

diff --git a/x11-plugins/wmail/wmail-2.3.ebuild 
b/x11-plugins/wmail/wmail-2.3.ebuild
new file mode 100644
index 000..6491f6f0206
--- /dev/null
+++ b/x11-plugins/wmail/wmail-2.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Window Maker dock application showing incoming mail"
+HOMEPAGE="https://www.dockapps.net/wmail;
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=x11-libs/libdockapp-0.7:="
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog README wmailrc-sample)
+
+src_configure() {
+   econf --enable-delt-xpms
+}



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

2019-07-03 Thread Bernard Cafarelli
commit: ac8d5f3f6ddbc09e2c6f65171ec8781bb67b0c89
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jul  3 08:19:05 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jul  3 08:24:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8d5f3f

media-gfx/displaycal: 3.8.3.0 bump

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

 media-gfx/displaycal/Manifest  |  1 +
 media-gfx/displaycal/displaycal-3.8.3.0.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/media-gfx/displaycal/Manifest b/media-gfx/displaycal/Manifest
index 314215b8f7a..7f6fc75ee5a 100644
--- a/media-gfx/displaycal/Manifest
+++ b/media-gfx/displaycal/Manifest
@@ -1,2 +1,3 @@
 DIST DisplayCAL-3.7.2.0.tar.gz 10536990 BLAKE2B 
c3e0c1b75c10911b1624d56f4e5d612eba8c257b5abd8a4632f13d91285283d870d928ad3eb17a9cd620b7fed4b9e5414495e12227fb2b94e3da2551d14042bd
 SHA512 
f516376a84680daa2baffa0b4738f52e5dc6df374ae5d97ed385430e2744a087e044faa4929fdc84b01d79878b44e15eda5fa75b40b8a78e6962f66fc06876d4
 DIST DisplayCAL-3.8.1.1.tar.gz 10611516 BLAKE2B 
797c20aa7d26014ce5d039de352639b6d9f045eb06701044a0cb4a1b34c9744b0ca4f659a33cd23d16fe918e5d7e270def4ecd5007ddfc82682b486d3a413e44
 SHA512 
75d4ff038ad4f98b2d234b99d473a9e951983a607c28bc4eadcaa89bcfaa02ca13ed18fca8d4608cd881f215cbb37c36f91f7862a8c83541423524aca35b4688
+DIST DisplayCAL-3.8.3.0.tar.gz 10602825 BLAKE2B 
f74df1b9c1c9a63c84c3f78e1d38324075a65c54e289fe6c1a1871af69046f49e2b893f82db0542ad6062cd5bab4c3ffa98a25f21f428a9cb50483337a84e3c6
 SHA512 
8ede8200910dbef3d81e7d3aee89dd67f1f7ee3f22a8205780c63a05673ca7273e9e4138c418c7bc1e6c57240aab79453949d97a0651fbbbc4926b80cd50a8cd

diff --git a/media-gfx/displaycal/displaycal-3.8.3.0.ebuild 
b/media-gfx/displaycal/displaycal-3.8.3.0.ebuild
new file mode 100644
index 000..6d9baac97b2
--- /dev/null
+++ b/media-gfx/displaycal/displaycal-3.8.3.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 gnome2-utils xdg
+
+MY_PN="DisplayCAL"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Display calibration and characterization powered by Argyll CMS"
+HOMEPAGE="https://displaycal.net/;
+SRC_URI="mirror://sourceforge/dispcalgui/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=media-gfx/argyllcms-1.1.0
+   dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+   >=x11-libs/libX11-1.3.3
+   >=x11-apps/xrandr-1.3.2
+   >=x11-libs/libXxf86vm-1.1.0
+   >=x11-libs/libXinerama-1.1
+"
+RDEPEND="${DEPEND}
+   dev-python/faulthandler[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.2.1[${PYTHON_USEDEP}]
+"
+
+# Just in case someone renames the ebuild
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   # Do not generate udev/hotplug files
+   sed -e '/if 
os.path.isdir/s#/etc/udev/rules.d\|/etc/hotplug#\0-non-existant#' \
+   -i DisplayCAL/setup.py || die
+   # Prohibit setup from running xdg-* programs, resulting to sandbox 
violation
+   sed -e '/if which/s#xdg-icon-resource#\0-non-existant#' \
+   -e '/if which/s#xdg-desktop-menu#\0-non-existant#' \
+   -i DisplayCAL/postinstall.py || die
+
+   # Remove deprecated Encoding key from .desktop file
+   sed -e '/Encoding=UTF-8/d' -i misc/*.desktop  || die
+
+   # Remove x-world Media Type
+   sed -e 's/x\-world\/x\-vrml\;//g' \
+   -i misc/displaycal-vrml-to-x3d-converter.desktop || die
+
+   distutils-r1_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



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

2019-07-03 Thread Bernard Cafarelli
commit: dd6a31ee3a43279bf6ea05bfe65537213ee043a5
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jul  3 08:16:43 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jul  3 08:24:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6a31ee

app-emulation/free42: 2.4 bump2.4 bump

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

 app-emulation/free42/Manifest  |  1 +
 app-emulation/free42/free42-2.4.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest
index ce41f3440c3..334945ea5d8 100644
--- a/app-emulation/free42/Manifest
+++ b/app-emulation/free42/Manifest
@@ -1,2 +1,3 @@
 DIST free42-nologo-2.0.20.tgz 7390214 BLAKE2B 
306f3378bcbb44fa7982c5d9c29bfbea62e915ca50ca5e5216f46fbf483f110a1288d4800991a74622a042517496ff8dd94c3fa3249e8bb4181957e6b23d5ea3
 SHA512 
9b540fbc50df2f94b135b5e778354f330df77a54ef2ad99b257b5b91d1e3e8d1241e8a834522fc46fe33571ea2695ad8889b427dbcf653870672e89cd56d60f5
 DIST free42-nologo-2.2.1.tgz 7398286 BLAKE2B 
041c9672305b712efab8e7d5eb73bc0bd159b5fd61e9ecf39d5ce691aff045be4a6a4c635c0948e610e51832db64b388bdd001eb57aad41724e27dff4cf95a0a
 SHA512 
2ed735ff161ea14ca5be97131b69065410faa699ed05d3eb94abbb9653c694d83fc4e45ea2bcf0c2a7894f89e731ee7839105dc1d58d6a6326047c9bd55da5d7
+DIST free42-nologo-2.4.tgz 7402688 BLAKE2B 
5e1a46977a3e385fc44f09b5e0088cf73f4a67c3657110311e95795a5b7beb2583dc56bee14e0f578f6ee3517acc78b311b2da0e1671c38d7a5bb150c1e30197
 SHA512 
a74efd40a952892f346bb4c4096b6e0c00c337e782696de1064d626ea1bbc8aa5a9b557ad233ac92bd27ce8fe4202837e72eddf8f0b31c9320e8c150c6c0b408

diff --git a/app-emulation/free42/free42-2.4.ebuild 
b/app-emulation/free42/free42-2.4.ebuild
new file mode 100644
index 000..73ac9b4e00d
--- /dev/null
+++ b/app-emulation/free42/free42-2.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_PV="${PN}-nologo-${PV}"
+
+DESCRIPTION="An HP-42S Calculator Simulator"
+HOMEPAGE="http://thomasokken.com/free42/;
+SRC_URI="http://thomasokken.com/free42/upstream/${MY_PV}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa"
+
+DEPEND="dev-libs/atk
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/pango
+   alsa? ( media-libs/alsa-lib )"
+
+RDEPEND="${DEPEND}
+   x11-libs/libX11
+   x11-libs/libXmu"
+
+DOCS=( CREDITS HISTORY README )
+S="${WORKDIR}/${MY_PV}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.0.10-fix-makefile.patch"
+   "${FILESDIR}/${PN}-2.0.10-fix-build-intel-lib.patch"
+)
+
+src_prepare() {
+   default
+}
+
+src_compile() {
+   local myconf
+   use alsa && myconf="AUDIO_ALSA=yes"
+   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
+   emake -C gtk clean
+   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
+}
+
+src_install() {
+   default
+   dobin gtk/free42bin gtk/free42dec
+}



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

2019-07-03 Thread Matthias Maier
commit: 3f4f2848e4367278a8866d8fc189cc8159280fa0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul  2 17:55:24 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Jul  3 08:09:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4f2848

app-emulation/libvirt: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/12379
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Matthias Maier  gentoo.org>

 .../libvirt-3.10.0-r2-fix_paths_for_apparmor.patch |  77 
 .../files/libvirt-4.5.0-do_not_use_sysconf.patch   | 216 -
 2 files changed, 293 deletions(-)

diff --git 
a/app-emulation/libvirt/files/libvirt-3.10.0-r2-fix_paths_for_apparmor.patch 
b/app-emulation/libvirt/files/libvirt-3.10.0-r2-fix_paths_for_apparmor.patch
deleted file mode 100644
index f1360ae4e4e..000
--- a/app-emulation/libvirt/files/libvirt-3.10.0-r2-fix_paths_for_apparmor.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-diff --git a/examples/Makefile.am b/examples/Makefile.am
-index ef2f79db3..d8cdb9b3f 100644
 a/examples/Makefile.am
-+++ b/examples/Makefile.am
-@@ -23,7 +23,7 @@ EXTRA_DIST = \
-   apparmor/TEMPLATE.lxc \
-   apparmor/libvirt-qemu \
-   apparmor/libvirt-lxc \
--  apparmor/usr.lib.libvirt.virt-aa-helper \
-+  apparmor/usr.libexec.virt-aa-helper \
-   apparmor/usr.sbin.libvirtd \
-   lxcconvert/virt-lxc-convert \
-   polkit/libvirt-acl.rules \
-@@ -70,7 +70,7 @@ admin_logging_SOURCES = admin/logging.c
- if WITH_APPARMOR_PROFILES
- apparmordir = $(sysconfdir)/apparmor.d/
- apparmor_DATA = \
--  apparmor/usr.lib.libvirt.virt-aa-helper \
-+  apparmor/usr.libexec.virt-aa-helper \
-   apparmor/usr.sbin.libvirtd \
-   $(NULL)
- 
-diff --git a/examples/apparmor/libvirt-qemu b/examples/apparmor/libvirt-qemu
-index d4fad85a1..0b22009e5 100644
 a/examples/apparmor/libvirt-qemu
-+++ b/examples/apparmor/libvirt-qemu
-@@ -86,6 +86,8 @@
-   /usr/share/AAVMF/** r,
-   /usr/share/qemu-efi/** r,
-   /usr/share/slof/** r,
-+  /usr/share/seavgabios/** r,
-+  /usr/share/edk2-ovmf/** r,
- 
-   # access PKI infrastructure
-   /etc/pki/libvirt-vnc/** r,
-diff --git a/examples/apparmor/usr.lib.libvirt.virt-aa-helper 
b/examples/apparmor/usr.libexec.virt-aa-helper
-similarity index 92%
-rename from examples/apparmor/usr.lib.libvirt.virt-aa-helper
-rename to examples/apparmor/usr.libexec.virt-aa-helper
-index bd6181d00..4086f140a 100644
 a/examples/apparmor/usr.lib.libvirt.virt-aa-helper
-+++ b/examples/apparmor/usr.libexec.virt-aa-helper
-@@ -1,7 +1,7 @@
- # Last Modified: Mon Apr  5 15:10:27 2010
- #include 
- 
--profile virt-aa-helper /usr/{lib,lib64}/libvirt/virt-aa-helper {
-+profile virt-aa-helper /usr/libexec/virt-aa-helper {
-   #include 
- 
-   # needed for searching directories
-@@ -32,7 +32,7 @@ profile virt-aa-helper 
/usr/{lib,lib64}/libvirt/virt-aa-helper {
-   deny /dev/mapper/ r,
-   deny /dev/mapper/* r,
- 
--  /usr/{lib,lib64}/libvirt/virt-aa-helper mr,
-+  /usr/libexec/virt-aa-helper mr,
-   /{usr/,}sbin/apparmor_parser Ux,
- 
-   /etc/apparmor.d/libvirt/* r,
-diff --git a/examples/apparmor/usr.sbin.libvirtd 
b/examples/apparmor/usr.sbin.libvirtd
-index 8d61d154e..656a5595b 100644
 a/examples/apparmor/usr.sbin.libvirtd
-+++ b/examples/apparmor/usr.sbin.libvirtd
-@@ -84,8 +84,10 @@
-   audit deny /sys/kernel/security/apparmor/.* rwxl,
-   /sys/kernel/security/apparmor/profiles r,
-   /usr/{lib,lib64}/libvirt/* PUxr,
--  /usr/{lib,lib64}/libvirt/libvirt_parthelper ix,
--  /usr/{lib,lib64}/libvirt/libvirt_iohelper ix,
-+  /usr/libexec/virt-aa-helper PUxr,
-+  /usr/libexec/libvirt_lxc PUxr,
-+  /usr/libexec/libvirt_parthelper ix,
-+  /usr/libexec/libvirt_iohelper ix,
-   /etc/libvirt/hooks/** rmix,
-   /etc/xen/scripts/** rmix,
- 

diff --git a/app-emulation/libvirt/files/libvirt-4.5.0-do_not_use_sysconf.patch 
b/app-emulation/libvirt/files/libvirt-4.5.0-do_not_use_sysconf.patch
deleted file mode 100644
index 3e430cba1d2..000
--- a/app-emulation/libvirt/files/libvirt-4.5.0-do_not_use_sysconf.patch
+++ /dev/null
@@ -1,216 +0,0 @@
-From a365e2d5b4af1ab2be743773412fe265579a9a0b Mon Sep 17 00:00:00 2001
-Message-Id: 

-From: Michal Privoznik 
-Date: Tue, 26 Jun 2018 06:51:06 +0200
-Subject: [PATCH] gentoo: do not use sysconf
-
-Signed-off-by: Michal Privoznik 

- src/Makefile.am  | 29 ++---
- src/locking/virtlockd.service.in |  3 +--
- src/logging/virtlogd.service.in  |  3 +--
- src/remote/libvirtd.service.in   |  3 +--
- tools/Makefile.am| 17 -
- tools/libvirt-guests.service.in  |  2 +-
- tools/libvirt-guests.sysconf |  7 +++
- 7 files changed, 21 insertions(+), 43 deletions(-)
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index db8c8ebd1a..63d7a9ca46 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -757,23 +757,6 @@ endif WITH_SETUID_RPC_CLIENT
- 
- 

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

2019-07-03 Thread Agostino Sarubbo
commit: 9a0c0bc925b69330a47d21808cf7a57a07b1da3e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  3 07:10:48 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  3 07:10:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0c0bc9

net-libs/libndp: ppc stable wrt bug #685254

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

 net-libs/libndp/libndp-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libndp/libndp-1.7.ebuild 
b/net-libs/libndp/libndp-1.7.ebuild
index e994ce65b62..066a56c254e 100644
--- a/net-libs/libndp/libndp-1.7.ebuild
+++ b/net-libs/libndp/libndp-1.7.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86"
 
 DEPEND=""
 RDEPEND=""



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

2019-07-03 Thread Agostino Sarubbo
commit: 81f6b31b4289d2576f27f273f3f09d4a28fc9df7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  3 07:11:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  3 07:11:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f6b31b

x11-libs/gdk-pixbuf: ppc stable wrt bug #685254

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

 x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild 
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
index 58581b41804..feca458cf8d 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/gdk-pixbuf;
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="X gtk-doc +introspection jpeg jpeg2k tiff"
 
 # TODO: For windows/darwin support: shared-mime-info conditional, 
native_windows_loaders option review



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

2019-07-03 Thread Agostino Sarubbo
commit: 58822894c12f20ea5e63a0fff7f48a6ff6ddbb2a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  3 07:10:15 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  3 07:10:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58822894

gnome-base/gvfs: ppc stable wrt bug #685254

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

 gnome-base/gvfs/gvfs-1.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gvfs/gvfs-1.38.2.ebuild 
b/gnome-base/gvfs/gvfs-1.38.2.ebuild
index ee9703aafd3..03f0d89a9e1 100644
--- a/gnome-base/gvfs/gvfs-1.38.2.ebuild
+++ b/gnome-base/gvfs/gvfs-1.38.2.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="
mtp? ( udev )
udisks? ( udev )
 "
-KEYWORDS="alpha amd64 arm arm64 ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.57.2:2



  1   2   >