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

2019-03-21 Thread Georgy Yakovlev
commit: 8d3572f4171ba4ad6b0ecd03711b0b52d975bd6c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Mar 21 22:49:31 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Mar 22 04:27:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3572f4

dev-lang/rust: 1.33.0 requires llvm:7 to build

improve llvm handling for future use, taken from mesa ebuild
make sure 1.33 pulls only llvm:7

Bug: https://bugs.gentoo.org/681108
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/rust-1.33.0.ebuild | 41 
 1 file changed, 29 insertions(+), 12 deletions(-)

diff --git a/dev-lang/rust/rust-1.33.0.ebuild b/dev-lang/rust/rust-1.33.0.ebuild
index aff9229221d..0cc4462509e 100644
--- a/dev-lang/rust/rust-1.33.0.ebuild
+++ b/dev-lang/rust/rust-1.33.0.ebuild
@@ -5,8 +5,6 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
 
-LLVM_MAX_SLOT=8
-
 inherit check-reqs eapi7-ver estack flag-o-matic llvm multiprocessing 
multilib-build python-any-r1 rust-toolchain toolchain-funcs
 
 if [[ ${PV} = *beta* ]]; then
@@ -40,13 +38,34 @@ LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 
 IUSE="clippy cpu_flags_x86_sse2 debug doc libressl rls rustfmt system-llvm 
wasm ${ALL_LLVM_TARGETS[*]}"
 
-COMMON_DEPEND="sys-libs/zlib
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   net-libs/libssh2
-   net-libs/http-parser:=
-   net-misc/curl[ssl]
-   system-llvm? ( >=sys-devel/llvm-7:= )"
+# Please keep the LLVM dependency block separate. Since LLVM is slotted,
+# we need to *really* make sure we're not pulling one than more slot
+# simultaneously.
+
+# How to use it:
+# 1. List all the working slots (with min versions) in ||, newest first.
+# 2. Update the := to specify *max* version, e.g. < 8.
+# 3. Specify LLVM_MAX_SLOT, e.g. 7.
+LLVM_DEPEND="
+   || (
+   sys-devel/llvm:7
+   )
+   

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

2019-03-21 Thread Horea Christian
commit: cfde1408403cb2e1ee4ee9b4106e47b6a9325525
Author: Horea Christian  yandex  com>
AuthorDate: Fri Mar 22 02:02:13 2019 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri Mar 22 02:02:13 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cfde1408

dev-python/traits: version bump 5.0.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian  yandex.com>

 dev-python/traits/traits-5.0.0.ebuild | 50 +++
 1 file changed, 50 insertions(+)

diff --git a/dev-python/traits/traits-5.0.0.ebuild 
b/dev-python/traits/traits-5.0.0.ebuild
new file mode 100644
index 0..f0b7d6dd0
--- /dev/null
+++ b/dev-python/traits/traits-5.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python"
+HOMEPAGE="http://docs.enthought.com/traits/
+   https://github.com/enthought/traits
+   https://pypi.org/project/traits/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )"
+
+python_prepare_all() {
+   sed -i -e "s/'-O3'//g" setup.py || die
+   if use test; then
+   # Errors reported upstream: 
https://github.com/enthought/traits/issues/458
+   sed -i \
+   -e '1s/^/from nose.plugins.skip import SkipTest \n/' \
+   -e "/class 
TraitTypesTest(unittest.TestCase):/i@SkipTest" \
+traits/tests/test_trait_types.py || die
+   fi
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+   distutils-r1_python_compile
+}
+
+python_test() {
+   cd "${BUILD_DIR}"/lib || die
+   nosetests || die
+}



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

2019-03-21 Thread Mike Gilbert
commit: a735d08e1ac3367dd431572e279581fe4eaa7e3e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Mar 22 01:59:25 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Mar 22 02:01:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a735d08e

www-client/chromium: bump to 73.0.3683.86

Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/chromium/Manifest |   1 +
 www-client/chromium/chromium-73.0.3683.86.ebuild | 713 +++
 2 files changed, 714 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index eaef6105849..8788374049e 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1 +1,2 @@
 DIST chromium-73.0.3683.75.tar.xz 710439908 BLAKE2B 
23ed7facf2f67e9bbfc2f1baf434892773d9d63dab10cebab350c3b0b2c75a07f84a4f677e01563a441cc3bae0d42212b3eb28b6d7c573b0137d25e478064a3b
 SHA512 
52bd1dac782a2f7960eba48446d4dfc4c6c13c8e9de21bbee250fad2802beb222cff7bea9878c7338926030aa3aa7ffd2dd1238d35e261a0d766b2d9974fdaf6
+DIST chromium-73.0.3683.86.tar.xz 710449412 BLAKE2B 
87b4d15440e88be506920813a52e7a503ac81458aa3f2818490c28f6bb5cfc0ca24b316072e5a0664a8bfe6444be23e565579bc232cdfcef42acf8eeca9f216f
 SHA512 
5dd450640c1ea30f7941231e8c459aec0312c18e089b2c8b9104c4ee835a8fa389f5fb9b301b46d87ce260956eaf3e3bd6aff6ae54c279a303aa757537cace15

diff --git a/www-client/chromium/chromium-73.0.3683.86.ebuild 
b/www-client/chromium/chromium-73.0.3683.86.ebuild
new file mode 100644
index 000..e02966e7154
--- /dev/null
+++ b/www-client/chromium/chromium-73.0.3683.86.ebuild
@@ -0,0 +1,713 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 desktop flag-o-matic multilib ninja-utils 
pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+closure-compile component-build cups gnome-keyring +hangouts 
jumbo-build kerberos neon pic +proprietary-codecs pulseaudio selinux +suid 
+system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+REQUIRED_USE="component-build? ( !suid )"
+
+COMMON_DEPEND="
+   >=app-accessibility/at-spi2-atk-2.26:2
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/atk-2.26
+   dev-libs/expat:=
+   dev-libs/glib:2
+   system-icu? ( >=dev-libs/icu-59:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.26:=
+   >=dev-libs/re2-0.2016.11.01:=
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   >=media-libs/harfbuzz-2.2.0:0=[icu(-)]
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
+   >=media-libs/openh264-1.6.0:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? (
+   >=media-video/ffmpeg-4:=
+   || (
+   media-video/ffmpeg[-samba]
+   >=net-fs/samba-4.5.10-r1[-debug(-)]
+   )
+   !=net-fs/samba-4.5.12-r0
+   media-libs/opus:=
+   )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11:=
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   x11-libs/libXext:=
+   x11-libs/libXfixes:=
+   >=x11-libs/libXi-1.6.0:=
+   x11-libs/libXrandr:=
+   x11-libs/libXrender:=
+   x11-libs/libXScrnSaver:=
+   x11-libs/libXtst:=
+   x11-libs/pango:=
+   app-arch/snappy:=
+   media-libs/flac:=
+   >=media-libs/libwebp-0.4.0:=
+   sys-libs/zlib:=[minizip]
+   kerberos? ( virtual/krb5 )
+"
+# For nvidia-drivers blocker, see bug #413637 .
+RDEPEND="${COMMON_DEPEND}
+   !https://bugs.gentoo.org/593476
+# sys-apps/sandbox - https://crbug.com/586444
+DEPEND="${COMMON_DEPEND}
+"
+BDEPEND="
+   >=app-arch/gzip-1.7
+   !arm? (
+   dev-lang/yasm
+   )
+   dev-lang/perl
+   dev-util/gn
+   dev-vcs/git
+   >=dev-util/gperf-3.0.3
+   >=dev-util/ninja-1.7.2
+   

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

2019-03-21 Thread Horea Christian
commit: ba1ff672ad7c82800273d8a5787a22a054953664
Author: Horea Christian  yandex  com>
AuthorDate: Fri Mar 22 01:02:59 2019 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri Mar 22 01:02:59 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba1ff672

dev-python/grabbit: version bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian  yandex.com>

 dev-python/grabbit/grabbit-0.2.6.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/dev-python/grabbit/grabbit-0.2.6.ebuild 
b/dev-python/grabbit/grabbit-0.2.6.ebuild
new file mode 100644
index 0..009db3338
--- /dev/null
+++ b/dev-python/grabbit/grabbit-0.2.6.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_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Get grabby with file trees"
+HOMEPAGE="https://github.com/grabbles/grabbit;
+SRC_URI="https://github.com/grabbles/grabbit/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( >=dev-python/pytest-3.4.1[${PYTHON_USEDEP}] )
+   "
+RDEPEND=""
+
+python_test() {
+   py.test -v || die
+}



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

2019-03-21 Thread Thomas Deutschmann
commit: dbc665d01c3b673e8cebc4506c1ec7401f9ecf15
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar 22 00:33:00 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar 22 00:34:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc665d0

sys-kernel/genkernel: bump busybox to v1.30.1

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

 sys-kernel/genkernel/Manifest  | 1 +
 sys-kernel/genkernel/genkernel-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index d9942d33fa1..1c2bd59a8d3 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -4,6 +4,7 @@ DIST LVM2.2.02.88.tgz 1029151 BLAKE2B 
e3ce91b6c43155a66b79cf25da3973abb19decde3a
 DIST busybox-1.20.2.tar.bz2 2186738 BLAKE2B 
3efa01ee81a9f3af0ccbcf28b1a24e817a28012d27a27c714b3f13fe4a73200af66fb93dcd9adc65de3e3abb26757939ff3d3ba620af08101c27c5f3550e7501
 SHA512 
089b67cd920f332daf910711739b1e55ba4c76cfa2122dfe5464432e0d76d3af8327837ebc3cc9954deef3e8f766d16a1928aecb2c169fe3de5a722eea7ea3dd
 DIST busybox-1.26.0.tar.bz2 2143958 BLAKE2B 
3a4a227a4308d9d5e00c00fc5e90ee9a1d6345574bdb571cd8b4adab63dcdad3ff7edf30154bb8f8f31a3a658c85641af0f7875d4d533d56bb7c79f28980ebe6
 SHA512 
9e38c2f4c5ddb6c3a184170b5526c1a78cf53a575ed359fb18c407976cab9788fa95a26ca2d4e5c32e1d639890944d98e118149ee1402b18fe085b0baf0186d3
 DIST busybox-1.27.2.tar.bz2 2216527 BLAKE2B 
77b8fa325b9ba691c0ac944537efdf5d87011b1a87c1c244588136f78055be9f2a71c77eea5edf1d20cfe50e59b15527511b14160930c946ed4e82c9608cb991
 SHA512 
d99e86b652562ebe1a5d50e1ba3877a1d1612997c17cb8d8e4212da181211a9b741a881cb051f14cb3ee8aea40226cf2cde80a076baed265d3bc0a4e96a5031c
+DIST busybox-1.30.1.tar.bz2 7793781 BLAKE2B 
429f6bd48cb6ede81f956d450cf05b799dce9dbd61593b6dd787f353c2de3734d576ddfec644fa5ab6c61895400c32e3cb28c939b06eaa33eef105c8f8f13d8f
 SHA512 
c18b3d06356d4708b4b0e89d23500d2fe494da9f6aac09c0c19a2e5145ba2bfe8261088eae6562c900996b50c5a9c20459f908069267898c8f86fe3b0b7bd80b
 DIST dmraid-1.0.0.rc16-3.tar.bz2 232743 BLAKE2B 
290c5bb7f1b12ac48627d8afcc346327b2fcce31b1015d5974c956d94f607b297e383158cd8741f03a770cdeb3f42c3e6341ebfcbc2220e122d89c2603eee512
 SHA512 
7c45e5117adc52fc2094b1b2bad4f4c518a46317a2196611966d72085ba3587c4ac8d1080f9d934888c01788f2b2d3d621c6f0d3e2a023c0fb1f9f3fa7fc127e
 DIST fuse-2.8.6.tar.gz 505334 BLAKE2B 
c44533625ead8acc5a16f61064635492c54aa91780018e3895baf18abe3ca00c9ec7f6606183a4f986037201db79697c07d03adf57c5a87e7888b8823d83aa8a
 SHA512 
03cacc45c8ba6700fcdfa9064ef4e10d3ad6fc0e4fc49d41693de2caf03d44513d449b00a7c5d200d055d9481821252509259f5f3d2d6127fa51957a006a90fd
 DIST genkernel-3.4.52.3.tar.xz 282976 BLAKE2B 
69eb6a964c5c20ee32ea6143b576a85090dfb50c011c641ae8415fba1cb99e7f239f4ba7fdc450b7c0eb93a248610c47e751f3993b8fff6e51b9602c37145af9
 SHA512 
a68b0149b9a69f59ab3e8d772f35f12643b9500c0c684d4824ca1f3c669b0ea01989a55643cd5b413f35d6fff284cd5ede7183971e202b3788caeb399259191f

diff --git a/sys-kernel/genkernel/genkernel-.ebuild 
b/sys-kernel/genkernel/genkernel-.ebuild
index 949b6c3b1eb..c77fb31bc06 100644
--- a/sys-kernel/genkernel/genkernel-.ebuild
+++ b/sys-kernel/genkernel/genkernel-.ebuild
@@ -8,7 +8,7 @@ EAPI=5 # approved 2012.09.11, required by all profiles since 
2014.03.12
 
 inherit bash-completion-r1 epatch estack
 
-VERSION_BUSYBOX='1.27.2' # warning, be sure to bump patches
+VERSION_BUSYBOX='1.30.1' # warning, be sure to bump patches
 VERSION_DMRAID='1.0.0.rc16-3' # warning, be sure to bump patches
 VERSION_LIBAIO='0.3.110' # warning, be sure to bump patches
 VERSION_MDADM='4.1' # warning, be sure to bump patches



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

2019-03-21 Thread Thomas Deutschmann
commit: 6dde335ca1324ebb3d81ab850eec8765ff88c76a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar 22 00:30:56 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar 22 00:34:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dde335c

sys-kernel/genkernel: bump GPG to v1.4.23

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

 sys-kernel/genkernel/Manifest  | 1 +
 sys-kernel/genkernel/genkernel-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index 50914f02d8a..d9942d33fa1 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -19,6 +19,7 @@ DIST genkernel-3.5.3.2.tar.xz 320644 BLAKE2B 
14eaf05aab02287c3dbb98f1a596e73bcbe
 DIST genkernel-3.5.3.3.tar.xz 331180 BLAKE2B 
0f83b973505ccb0a92ae24e92509710bf96991f36ca55975ffefdf1bd3e835bd72bb413688468a05e6a5fff2ec16e64816f8ccfe2530c9f1e9169d19a86a2231
 SHA512 
9170731f59a1476aa597549ac55feb3583bed249e50d1697292571caf25c5ca746a1db9e811f2009d55aea21d739ef0ab3e385acd81504bbbccc8f7346205d71
 DIST gnupg-1.4.11.tar.bz2 3407075 BLAKE2B 
85d35d2e4da65d54add1010ea0486b943b328785e28c4efcaa2b65daafd53410a355d1df79ae45c5f7767d2eb7ff1f0b9637f417e65b084d2c760a281abd317a
 SHA512 
97e7b8b0f972cc2f7cabdb0e013cbee1c33e7d48407d040cca5c2037e32abe1c2100194be7d3b569d4f05eb16b24c205a5b83f06718f0241f8d4ee174f1c37ae
 DIST gnupg-1.4.22.tar.bz2 3746546 BLAKE2B 
9a2d37eeab10f2a7353804098e865ad45db846696a00a47f5bebf47145f79e0d2bf9c01c0195e2fe79af07946a3feac0d4589656c3e698a3a548ff1dd74ce759
 SHA512 
c03acac0fa55761470bb085d78a44e2b99ebb187e8396cbb031a184b1e40bef2a40c91da07755d1a20610a3daa6aa1eefea2d12a0dbd5a79a45466166419c708
+DIST gnupg-1.4.23.tar.bz2 3749353 BLAKE2B 
ec5e6bef0c7bb2a65813d7852cebeaa24c4855f9d9d9e802070da50b89fff56b747682933aa766dd130f849efcfe28f7aa74f3153405429bcf3845ef29c6dd6e
 SHA512 
78dc52a2010202a4afc8814b29fda657a6c9fe230d5e7db11ae040edd2b0ca819e1baa4dbd6c0d04d36cd353df484e83f52d17759d2891c2cf7025c0b5d36612
 DIST libaio-0.3.110.tar.gz 42270 BLAKE2B 
e774e5888106ffcf4db08569a8b3dc6722f4e0e8278e9f2fafe865e282c0568059e8dbb37aab7a33719ab4d80f42404bfb1d4ab03f5c066d9eb75301676f525e
 SHA512 
664295d330d6e9adc005e2331e77582619625b479ffc2b81728ba6a682487380ee936079c4a69d35144b458bbe35c612f4ed9b32e913bd7e109b824345763eb3
 DIST mdadm-3.1.5.tar.bz2 292709 BLAKE2B 
a21fb41c6fd9f332e358339537cffd520788140976bf37fece072ee15eb512b1455e3a927abca0a4315e59659d3d114e407bb98a0ca8e6e559e1d1b83be4abbf
 SHA512 
6fcf426d63ede01f99ebeee9be686857a04f9b601b37f76722c091ae2999b3ff66fdba52d47323f27900553125a897fc1815fe7be850aa9cc991dd5fa91a5d5d
 DIST mdadm-4.0.tar.xz 430780 BLAKE2B 
f08a67452398c864d73c78e2a7258d89c5c81b83dd136d4cd7e31e46b22d75ff67ecf553dc22f55dca418409daded51a399728dfdbd36039e828cad3233774e6
 SHA512 
12fb26e6b9c1912698defa406e5e47a7ca8d68d4a9aa7acdc9b463ee2d4a37fc6ecef6beb5395ff619018c3f6bdb6d8c573060d027707540f645ad2265170e8b

diff --git a/sys-kernel/genkernel/genkernel-.ebuild 
b/sys-kernel/genkernel/genkernel-.ebuild
index fd4e9b59919..949b6c3b1eb 100644
--- a/sys-kernel/genkernel/genkernel-.ebuild
+++ b/sys-kernel/genkernel/genkernel-.ebuild
@@ -16,7 +16,7 @@ VERSION_FUSE='2.8.6' # warning, be sure to bump patches
 VERSION_ISCSI='2.0-872' # warning, be sure to bump patches
 VERSION_LVM='2.02.183' # warning, be sure to bump patches
 VERSION_UNIONFS_FUSE='0.24'
-VERSION_GPG='1.4.22'
+VERSION_GPG='1.4.23'
 
 RH_HOME="ftp://sourceware.org/pub;
 DM_HOME="https://people.redhat.com/~heinzm/sw/dmraid/src;



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

2019-03-21 Thread Thomas Deutschmann
commit: 37339c78c776b74bb20762dae15ca18da7ff1189
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar 22 00:20:57 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar 22 00:26:40 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=37339c78

Adjust indentation of kernel compilation output

Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_compile.sh  | 20 ++--
 gen_configkernel.sh | 14 +++---
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/gen_compile.sh b/gen_compile.sh
index 6e0d107..d08d1e5 100755
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -310,21 +310,21 @@ compile_generic() {
 }
 
 compile_modules() {
-   print_info 1 "$(getIndent 3)>> Compiling ${KV} modules..."
+   print_info 1 "$(getIndent 1)>> Compiling ${KV} modules..."
cd ${KERNEL_DIR}
compile_generic modules kernel
export UNAME_MACHINE="${ARCH}"
[ "${INSTALL_MOD_PATH}" != '' ] && export INSTALL_MOD_PATH
if [ "${CMD_STRIP_TYPE}" == "all" -o "${CMD_STRIP_TYPE}" == "modules" ]
then
-   print_info 1 "$(getIndent 3)>> Installing ${KV} modules (and 
stripping)"
+   print_info 1 "$(getIndent 1)>> Installing ${KV} modules (and 
stripping)"
INSTALL_MOD_STRIP=1
export INSTALL_MOD_STRIP
else
-   print_info 1 "$(getIndent 3)>> Installing ${KV} modules"
+   print_info 1 "$(getIndent 1)>> Installing ${KV} modules"
fi
MAKEOPTS="${MAKEOPTS} -j1" compile_generic "modules_install" kernel
-   print_info 1 "$(getIndent 3)>> Generating module dependency data..."
+   print_info 1 "$(getIndent 1)>> Generating module dependency data..."
if [ "${INSTALL_MOD_PATH}" != '' ]
then
depmod -a -e -F "${KERNEL_OUTPUTDIR}"/System.map -b 
"${INSTALL_MOD_PATH}" ${KV}
@@ -343,30 +343,30 @@ compile_kernel() {
if [ "${KERNEL_MAKE_DIRECTIVE_OVERRIDE}" != 
"${DEFAULT_KERNEL_MAKE_DIRECTIVE_OVERRIDE}" ]; then
kernel_make_directive="${KERNEL_MAKE_DIRECTIVE_OVERRIDE}"
fi
-   print_info 1 "$(getIndent 3)>> Compiling ${KV} 
${kernel_make_directive/_install/ [ install ]/}..."
+   print_info 1 "$(getIndent 1)>> Compiling ${KV} 
${kernel_make_directive/_install/ [ install ]/}..."
compile_generic "${kernel_make_directive}" kernel
if [ "${KERNEL_MAKE_DIRECTIVE_2}" != '' ]
then
-   print_info 1 "$(getIndent 3)>> Starting supplimental compile of 
${KV}: ${KERNEL_MAKE_DIRECTIVE_2}..."
+   print_info 1 "$(getIndent 1)>> Starting supplimental compile of 
${KV}: ${KERNEL_MAKE_DIRECTIVE_2}..."
compile_generic "${KERNEL_MAKE_DIRECTIVE_2}" kernel
fi
 
if isTrue "${FIRMWARE_INSTALL}" && [ ! -e "${KERNEL_DIR}/ihex2fw.c" ] ; 
then
# Kernel v4.14 removed firmware from the kernel sources, 
including the
# ihex2fw.c tool source. Try and detect the tool to see if we 
are in >=v4.14
-   print_warning 1 "$(getIndent 3)>> Linux v4.14 removed in-kernel 
firmware, you MUST install the sys-kernel/linux-firmware package!"
+   print_warning 1 "$(getIndent 1)>> Linux v4.14 removed in-kernel 
firmware, you MUST install the sys-kernel/linux-firmware package!"
elif isTrue "${FIRMWARE_INSTALL}" ; then
local cfg_CONFIG_FIRMWARE_IN_KERNEL=$(kconfig_get_opt 
"${KERNEL_OUTPUTDIR}/.config" CONFIG_FIRMWARE_IN_KERNEL)
if isTrue "$cfg_CONFIG_FIRMWARE_IN_KERNEL"; then
-   print_info 1 "$(getIndent 3)>> Not installing firmware 
as it's included in the kernel already (CONFIG_FIRMWARE_IN_KERNEL=y)..."
+   print_info 1 "$(getIndent 1)>> Not installing firmware 
as it's included in the kernel already (CONFIG_FIRMWARE_IN_KERNEL=y)..."
else
-   print_info 1 "$(getIndent 3)>> Installing firmware 
('make firmware_install') due to CONFIG_FIRMWARE_IN_KERNEL != y..."
+   print_info 1 "$(getIndent 1)>> Installing firmware 
('make firmware_install') due to CONFIG_FIRMWARE_IN_KERNEL != y..."
[ "${INSTALL_MOD_PATH}" != '' ] && export 
INSTALL_MOD_PATH
[ "${INSTALL_FW_PATH}" != '' ] && export INSTALL_FW_PATH
MAKEOPTS="${MAKEOPTS} -j1" compile_generic 
"firmware_install" kernel
fi
else
-   print_info 1 "$(getIndent 3)>> Not installing firmware as 
requested by configuration FIRMWARE_INSTALL=no..."
+   print_info 1 "$(getIndent 1)>> Not installing firmware as 
requested by configuration FIRMWARE_INSTALL=no..."
fi
 
local tmp_kernel_binary=$(find_kernel_binary 
${KERNEL_BINARY_OVERRIDE:-${KERNEL_BINARY}})

diff --git a/gen_configkernel.sh b/gen_configkernel.sh
index 475526a..4242385 100755
--- 

[gentoo-commits] repo/gentoo:master commit in: dev-go/coveraggregator/

2019-03-21 Thread Zac Medico
commit: cddac59d06fe7327dcd1854f80d53532166d498e
Author: Zac Medico  sony  com>
AuthorDate: Fri Mar 22 00:01:54 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 22 00:02:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddac59d

dev-go/coveraggregator: filter GOCACHE vars (bug 681202)

Reported-by: Toralf Förster  gentoo.org>
Closes: https://bugs.gentoo.org/681202
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild 
b/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild
index 5f38582a0ac..65f3de29613 100644
--- a/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild
+++ b/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,6 +16,11 @@ IUSE=""
 DEPEND="dev-go/go-tools:="
 RDEPEND=""
 
+src_compile() {
+   export -n GOCACHE XDG_CACHE_HOME #681202
+   golang-build_src_compile
+}
+
 src_install() {
dobin ${PN}
dodoc src/${EGO_PN}/README.md



[gentoo-commits] repo/gentoo:master commit in: dev-go/godep/

2019-03-21 Thread Zac Medico
commit: ec7f1d5ae79e9ff8a33ae9356f060071bb34c7f4
Author: Zac Medico  sony  com>
AuthorDate: Thu Mar 21 23:53:10 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Mar 21 23:57:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7f1d5a

dev-go/godep: filter GOCACHE vars (bug 681204)

Reported-by: Toralf Förster  gentoo.org>
Closes: https://bugs.gentoo.org/681204
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 dev-go/godep/godep-74.ebuild   | 9 +++--
 dev-go/godep/godep-.ebuild | 9 +++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/dev-go/godep/godep-74.ebuild b/dev-go/godep/godep-74.ebuild
index e5704791277..a02c38c7d52 100644
--- a/dev-go/godep/godep-74.ebuild
+++ b/dev-go/godep/godep-74.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,12 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
+src_compile() {
+   export -n GOCACHE XDG_CACHE_HOME #681204
+   golang-build_src_compile
+}
+
 src_install() {
dobin godep
-dodoc src/${EGO_PN}/*.md
+   dodoc src/${EGO_PN}/*.md
 }

diff --git a/dev-go/godep/godep-.ebuild b/dev-go/godep/godep-.ebuild
index e5704791277..a02c38c7d52 100644
--- a/dev-go/godep/godep-.ebuild
+++ b/dev-go/godep/godep-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,12 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
+src_compile() {
+   export -n GOCACHE XDG_CACHE_HOME #681204
+   golang-build_src_compile
+}
+
 src_install() {
dobin godep
-dodoc src/${EGO_PN}/*.md
+   dodoc src/${EGO_PN}/*.md
 }



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

2019-03-21 Thread Thomas Deutschmann
commit: 79d632792c8b6901879f9c42556241eb7bf80861
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 21 23:54:35 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 21 23:54:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d63279

sys-kernel/genkernel: update live ebuild

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

 sys-kernel/genkernel/Manifest  |  3 +++
 sys-kernel/genkernel/genkernel-.ebuild | 11 +++
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index f37acbca832..50914f02d8a 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -1,4 +1,5 @@
 DIST LVM2.2.02.173.tgz 2363504 BLAKE2B 
a516bc9b68b7b7529f4436d8849ca741eb3ca1b5ac2eb2fb2915507935bdd28b5e234e74c1bce827e5761f57b5936510d08107e0dc1c320190f952c706f128d3
 SHA512 
c2ea8beafe006abf9282f51ec98600fd0ebff816d53c10ecbb19bbf336ada4825135cf9c92ccd364afb18f8b1d7e163eff5bdec8dfdd70dfb9ba45db2f6bdd5e
+DIST LVM2.2.02.183.tgz 2380574 BLAKE2B 
b1fe71b6cdb8ee20dd53d0ad3399c553487baafa12657ec81a794c84ad161988afdb8693ac247877a2645d693a0740c74c8b991047ed2ba4adc9ec75f1c261a9
 SHA512 
3947523c6b0862ada40677ed171ed0cf95e070119e377296fc5ccb153e9c4212d34c0b16a887dbd68ccf265525345dabfed2aa59fb3604555429a7e2ecfff4d7
 DIST LVM2.2.02.88.tgz 1029151 BLAKE2B 
e3ce91b6c43155a66b79cf25da3973abb19decde3acc37d28daf80d14b1bd574f7d31fbcee4b397f0a146b2e221599079e521d0ac21932ff58b7c9d4fdf93501
 SHA512 
5c334c2c78220f4f9f082a74cbf0b156e96f2a07b5e55f054ff70c752ada97a67f83fa1d89c02accb7cbe5a62e356588831d96a102b7bf16cdce2591d4e37e4b
 DIST busybox-1.20.2.tar.bz2 2186738 BLAKE2B 
3efa01ee81a9f3af0ccbcf28b1a24e817a28012d27a27c714b3f13fe4a73200af66fb93dcd9adc65de3e3abb26757939ff3d3ba620af08101c27c5f3550e7501
 SHA512 
089b67cd920f332daf910711739b1e55ba4c76cfa2122dfe5464432e0d76d3af8327837ebc3cc9954deef3e8f766d16a1928aecb2c169fe3de5a722eea7ea3dd
 DIST busybox-1.26.0.tar.bz2 2143958 BLAKE2B 
3a4a227a4308d9d5e00c00fc5e90ee9a1d6345574bdb571cd8b4adab63dcdad3ff7edf30154bb8f8f31a3a658c85641af0f7875d4d533d56bb7c79f28980ebe6
 SHA512 
9e38c2f4c5ddb6c3a184170b5526c1a78cf53a575ed359fb18c407976cab9788fa95a26ca2d4e5c32e1d639890944d98e118149ee1402b18fe085b0baf0186d3
@@ -18,7 +19,9 @@ DIST genkernel-3.5.3.2.tar.xz 320644 BLAKE2B 
14eaf05aab02287c3dbb98f1a596e73bcbe
 DIST genkernel-3.5.3.3.tar.xz 331180 BLAKE2B 
0f83b973505ccb0a92ae24e92509710bf96991f36ca55975ffefdf1bd3e835bd72bb413688468a05e6a5fff2ec16e64816f8ccfe2530c9f1e9169d19a86a2231
 SHA512 
9170731f59a1476aa597549ac55feb3583bed249e50d1697292571caf25c5ca746a1db9e811f2009d55aea21d739ef0ab3e385acd81504bbbccc8f7346205d71
 DIST gnupg-1.4.11.tar.bz2 3407075 BLAKE2B 
85d35d2e4da65d54add1010ea0486b943b328785e28c4efcaa2b65daafd53410a355d1df79ae45c5f7767d2eb7ff1f0b9637f417e65b084d2c760a281abd317a
 SHA512 
97e7b8b0f972cc2f7cabdb0e013cbee1c33e7d48407d040cca5c2037e32abe1c2100194be7d3b569d4f05eb16b24c205a5b83f06718f0241f8d4ee174f1c37ae
 DIST gnupg-1.4.22.tar.bz2 3746546 BLAKE2B 
9a2d37eeab10f2a7353804098e865ad45db846696a00a47f5bebf47145f79e0d2bf9c01c0195e2fe79af07946a3feac0d4589656c3e698a3a548ff1dd74ce759
 SHA512 
c03acac0fa55761470bb085d78a44e2b99ebb187e8396cbb031a184b1e40bef2a40c91da07755d1a20610a3daa6aa1eefea2d12a0dbd5a79a45466166419c708
+DIST libaio-0.3.110.tar.gz 42270 BLAKE2B 
e774e5888106ffcf4db08569a8b3dc6722f4e0e8278e9f2fafe865e282c0568059e8dbb37aab7a33719ab4d80f42404bfb1d4ab03f5c066d9eb75301676f525e
 SHA512 
664295d330d6e9adc005e2331e77582619625b479ffc2b81728ba6a682487380ee936079c4a69d35144b458bbe35c612f4ed9b32e913bd7e109b824345763eb3
 DIST mdadm-3.1.5.tar.bz2 292709 BLAKE2B 
a21fb41c6fd9f332e358339537cffd520788140976bf37fece072ee15eb512b1455e3a927abca0a4315e59659d3d114e407bb98a0ca8e6e559e1d1b83be4abbf
 SHA512 
6fcf426d63ede01f99ebeee9be686857a04f9b601b37f76722c091ae2999b3ff66fdba52d47323f27900553125a897fc1815fe7be850aa9cc991dd5fa91a5d5d
 DIST mdadm-4.0.tar.xz 430780 BLAKE2B 
f08a67452398c864d73c78e2a7258d89c5c81b83dd136d4cd7e31e46b22d75ff67ecf553dc22f55dca418409daded51a399728dfdbd36039e828cad3233774e6
 SHA512 
12fb26e6b9c1912698defa406e5e47a7ca8d68d4a9aa7acdc9b463ee2d4a37fc6ecef6beb5395ff619018c3f6bdb6d8c573060d027707540f645ad2265170e8b
+DIST mdadm-4.1.tar.xz 440756 BLAKE2B 
df0506d937c2aa309d7c68804f66f7dcd51783288594bf746832311c64b8cf82004af4af5f246c5f9753f1de324ff7d49b5ee752d6a00ec03864f7885389706e
 SHA512 
0859c5d3e786345d93ff2c3b291ca8866ba60f1375479e5b4d343124f6824140a8268d42b8ae603b069edba761aa30aaf20d49e9ec54dfcbad34bad3bea0e433
 DIST open-iscsi-2.0-872.tar.gz 900081 BLAKE2B 
6a4911347c55c1c4906350247ae7d92c2aee9627e1ab01cb5d705b02614b6c585ea042fef85a425b8f177645741f8d36e3efb40a57536bb79dbc5cdb6fe7998c
 SHA512 
d26c87772b0b1d13a8bd2eea9db86b3c61af83efbb788116c01ab6a914ff3de634a7b1bff56c1161b28965315543edbfc2735b6c7fbd3f7797471fde63b69cc0
 DIST unionfs-fuse-0.24.tar.bz2 30381 BLAKE2B 

[gentoo-commits] proj/genkernel: Branch deleted: bug642988

2019-03-21 Thread Thomas Deutschmann
commit: 
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 21 23:52:15 2019 +

Branch deleted: bug642988




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

2019-03-21 Thread Thomas Deutschmann
commit: d407fd36b2ebbc10801f30e5caea99fc68717338
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 21 20:58:30 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 21 20:58:30 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=d407fd36

Show output of patch command only in loglevel >=2

Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_compile.sh | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gen_compile.sh b/gen_compile.sh
index 7c38859..6e0d107 100755
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -212,6 +212,11 @@ apply_patches() {
 
if [ -d "${patchdir}" ]
then
+   local silent="-s "
+   if [[ "${LOGLEVEL}" -gt 1 ]]; then
+   silent=
+   fi
+
print_info 1 "$(getIndent 3)${util}: >> Applying patches..."
for i in ${patchdir}/*{diff,patch}
do
@@ -220,7 +225,7 @@ apply_patches() {
for j in `seq 0 5`
do
patch -p${j} --backup-if-mismatch -f < "${i}" 
--dry-run >/dev/null && \
-   patch -p${j} --backup-if-mismatch -f < 
"${i}"
+   patch ${silent}-p${j} 
--backup-if-mismatch -f < "${i}"
if [ $? = 0 ]
then
patch_success=1



[gentoo-commits] proj/genkernel:master commit in: /, patches/lvm/2.02.183/, patches/lvm/2.02.173/

2019-03-21 Thread Thomas Deutschmann
commit: 4c92b79d16789bfeddb02dcf7834111ca187359c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 21 20:43:38 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 21 20:43:38 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=4c92b79d

Bump LVM2 to v2.02.183

Bug: https://bugs.gentoo.org/642988
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_compile.sh |  21 +++--
 .../lvm2-2.02.139-dynamic-static-ldflags.patch |  63 -
 .../lvm/2.02.183/lvm2-001-example.conf.in.patch|  50 ++
 .../lvm2-002-always-make-static-libdm.patch|  42 +
 .../lvm/2.02.183/lvm2-003-lvm2create_initrd.patch  |  72 +++
 patches/lvm/2.02.183/lvm2-004-createinitrd.patch   |  18 
 patches/lvm/2.02.183/lvm2-005-locale-muck.patch|  11 +++
 patches/lvm/2.02.183/lvm2-006-asneeded.patch   |  15 +++
 .../2.02.183/lvm2-007-dynamic-static-ldflags.patch |  59 
 .../2.02.183/lvm2-008-static-pkgconfig-libs.patch  | 102 +
 .../lvm/2.02.183/lvm2-009-pthread-pkgconfig.patch  |  29 ++
 patches/lvm/2.02.183/lvm2-010-static-libm.patch|  13 +++
 .../lvm/2.02.183/lvm2-011-HPPA-no-O_DIRECT.patch   |  12 +++
 13 files changed, 437 insertions(+), 70 deletions(-)

diff --git a/gen_compile.sh b/gen_compile.sh
index 0689e10..c4a6665 100755
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -530,7 +530,9 @@ compile_libaio() {
 }
 
 compile_lvm() {
-   if [ -f "${LVM_BINCACHE}" ]
+   compile_libaio
+
+   if [[ -f "${LVM_BINCACHE}" && "${LVM_BINCACHE}" -nt 
"${LIBAIO_BINCACHE}" ]]
then
print_info 1 "$(getIndent 3)lvm: >> Using cache"
else
@@ -542,6 +544,12 @@ compile_lvm() {
gen_die 'Could not extract LVM source tarball!'
[ -d "${LVM_DIR}" ] ||
gen_die "LVM directory ${LVM_DIR} is invalid!"
+
+   rm -rf "${TEMP}/libaio" > /dev/null
+   mkdir -p "${TEMP}/libaio"
+   /bin/tar -xpf "${LIBAIO_BINCACHE}" -C "${TEMP}/libaio" ||
+   gen_die "Could not extract libaio binary cache!";
+
cd "${LVM_DIR}"
print_info 1 "$(getIndent 3)lvm: >> Patching ..."
apply_patches lvm ${LVM_VER}
@@ -553,7 +561,7 @@ compile_lvm() {
LVM_CONF=(
--enable-static_link
--prefix=/
-   --disable-dmeventd # Fails to build 
libdm-string.c:(.text+0x1481): undefined reference to `nearbyintl'
+   --enable-dmeventd
--enable-cmdlib
--enable-applib
--disable-lvmetad
@@ -570,22 +578,21 @@ compile_lvm() {
--with-raid=internal
)
CFLAGS="-fPIC" \
-   LIBS='-luuid -lrt -lpthread -lm' \
-   LDFLAGS='-Wl,--no-as-needed' \
+   LDFLAGS="-L${TEMP}/libaio/lib" \
./configure "${LVM_CONF[@]}" \
>> ${LOGFILE} 2>&1 || \
gen_die 'Configure of lvm failed!'
print_info 1 "$(getIndent 3)lvm: >> Compiling..."
compile_generic '' utils || gen_die "failed to build LVM"
 
-   mkdir -p "${TEMP}/lvm/sbin"
print_info 1 "$(getIndent 3)lvm: >> Installing to DESTDIR..."
+   mkdir -p "${TEMP}/lvm/sbin"
compile_generic "install DESTDIR=${TEMP}/lvm/" utils || gen_die 
"failed to install LVM"
# Upstream does u-w on files, and this breaks stuff.
chmod -R u+w "${TEMP}/lvm/"
 
-   cd "${TEMP}/lvm"
print_info 1 "$(getIndent 3)lvm: >> Copying to bincache..."
+   cd "${TEMP}/lvm" || gen_die "cannot chdir into '${TEMP}/lvm'"
${UTILS_CROSS_COMPILE}strip "sbin/lvm.static" ||
gen_die 'Could not strip lvm.static!'
# See bug 382555
@@ -596,7 +603,7 @@ compile_lvm() {
 
cd "${TEMP}"
isTrue "${CMD_DEBUGCLEANUP}" && rm -rf "${TEMP}/lvm" > /dev/null
-   isTrue "${CMD_DEBUGCLEANUP}" && rm -rf "${LVM_DIR}" lvm
+   isTrue "${CMD_DEBUGCLEANUP}" && rm -rf "${LVM_DIR}" libaio lvm
return 0
fi
 }

diff --git a/patches/lvm/2.02.173/lvm2-2.02.139-dynamic-static-ldflags.patch 
b/patches/lvm/2.02.173/lvm2-2.02.139-dynamic-static-ldflags.patch
deleted file mode 100644
index 312e546..000
--- a/patches/lvm/2.02.173/lvm2-2.02.139-dynamic-static-ldflags.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-diff -ur LVM2.2.02.139_O/configure.in LVM2.2.02.139/configure.in
 LVM2.2.02.139_O/configure.in   2016-01-19 12:54:33.155187005 +
-+++ LVM2.2.02.139/configure.in 2016-01-19 12:56:39.487181372 +
-@@ -31,6 +31,7 @@
-   linux*)
- 

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

2019-03-21 Thread Thomas Deutschmann
commit: 631469dc525ca896b90220bd5712665eec4c4f82
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 21 20:26:31 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 21 20:26:31 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=631469dc

Unify output

Use new "getIndent" function to unify output.

Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_compile.sh   |  88 +--
 gen_funcs.sh |  17 +
 gen_initramfs.sh | 111 +--
 genkernel|  17 ++---
 4 files changed, 122 insertions(+), 111 deletions(-)

diff --git a/gen_compile.sh b/gen_compile.sh
index c287054..74319bd 100755
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -212,7 +212,7 @@ apply_patches() {
 
if [ -d "${patchdir}" ]
then
-   print_info 1 "${util}: >> Applying patches..."
+   print_info 1 "$(getIndent 3)${util}: >> Applying patches..."
for i in ${patchdir}/*{diff,patch}
do
[ -f "${i}" ] || continue
@@ -229,13 +229,13 @@ apply_patches() {
done
if [ ${patch_success} -eq 1 ]
then
-   print_info 1 "  - `basename ${i}`"
+   print_info 1 "$(getIndent 4) - `basename ${i}`"
else
gen_die "could not apply patch ${i} for 
${util}-${version}"
fi
done
else
-   print_info 1 "${util}: >> No patches found in $patchdir ..."
+   print_info 1 "$(getIndent 3)${util}: >> No patches found in 
$patchdir ..."
fi
 }
 
@@ -305,21 +305,21 @@ compile_generic() {
 }
 
 compile_modules() {
-   print_info 1 ">> Compiling ${KV} modules..."
+   print_info 1 "$(getIndent 3)>> Compiling ${KV} modules..."
cd ${KERNEL_DIR}
compile_generic modules kernel
export UNAME_MACHINE="${ARCH}"
[ "${INSTALL_MOD_PATH}" != '' ] && export INSTALL_MOD_PATH
if [ "${CMD_STRIP_TYPE}" == "all" -o "${CMD_STRIP_TYPE}" == "modules" ]
then
-   print_info 1 ">> Installing ${KV} modules (and 
stripping)"
+   print_info 1 "$(getIndent 3)>> Installing ${KV} modules (and 
stripping)"
INSTALL_MOD_STRIP=1
export INSTALL_MOD_STRIP
else
-   print_info 1 ">> Installing ${KV} modules"
+   print_info 1 "$(getIndent 3)>> Installing ${KV} modules"
fi
MAKEOPTS="${MAKEOPTS} -j1" compile_generic "modules_install" kernel
-   print_info 1 ">> Generating module dependency data..."
+   print_info 1 "$(getIndent 3)>> Generating module dependency data..."
if [ "${INSTALL_MOD_PATH}" != '' ]
then
depmod -a -e -F "${KERNEL_OUTPUTDIR}"/System.map -b 
"${INSTALL_MOD_PATH}" ${KV}
@@ -338,30 +338,30 @@ compile_kernel() {
if [ "${KERNEL_MAKE_DIRECTIVE_OVERRIDE}" != 
"${DEFAULT_KERNEL_MAKE_DIRECTIVE_OVERRIDE}" ]; then
kernel_make_directive="${KERNEL_MAKE_DIRECTIVE_OVERRIDE}"
fi
-   print_info 1 ">> Compiling ${KV} 
${kernel_make_directive/_install/ [ install ]/}..."
+   print_info 1 "$(getIndent 3)>> Compiling ${KV} 
${kernel_make_directive/_install/ [ install ]/}..."
compile_generic "${kernel_make_directive}" kernel
if [ "${KERNEL_MAKE_DIRECTIVE_2}" != '' ]
then
-   print_info 1 ">> Starting supplimental compile of 
${KV}: ${KERNEL_MAKE_DIRECTIVE_2}..."
+   print_info 1 "$(getIndent 3)>> Starting supplimental compile of 
${KV}: ${KERNEL_MAKE_DIRECTIVE_2}..."
compile_generic "${KERNEL_MAKE_DIRECTIVE_2}" kernel
fi
 
if isTrue "${FIRMWARE_INSTALL}" && [ ! -e "${KERNEL_DIR}/ihex2fw.c" ] ; 
then
# Kernel v4.14 removed firmware from the kernel sources, 
including the
# ihex2fw.c tool source. Try and detect the tool to see if we 
are in >=v4.14
-   print_warning 1 ">> Linux v4.14 removed in-kernel 
firmware, you MUST install the sys-kernel/linux-firmware package!"
+   print_warning 1 "$(getIndent 3)>> Linux v4.14 removed in-kernel 
firmware, you MUST install the sys-kernel/linux-firmware package!"
elif isTrue "${FIRMWARE_INSTALL}" ; then
local cfg_CONFIG_FIRMWARE_IN_KERNEL=$(kconfig_get_opt 
"${KERNEL_OUTPUTDIR}/.config" CONFIG_FIRMWARE_IN_KERNEL)
if isTrue "$cfg_CONFIG_FIRMWARE_IN_KERNEL"; then
-   print_info 1 ">> Not installing firmware as 
it's included in the kernel already (CONFIG_FIRMWARE_IN_KERNEL=y)..."
+   print_info 1 "$(getIndent 3)>> Not installing firmware 
as it's included in 

[gentoo-commits] proj/genkernel:master commit in: patches/dmraid/1.0.0.rc16-3/, /, patches/dmraid/

2019-03-21 Thread Thomas Deutschmann
commit: d29d35d22c47eed852d95cd7ea5b313d1c51929d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 21 20:50:46 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 21 20:50:46 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=d29d35d2

Fix compilation of dmraid

Fixes: https://bugs.gentoo.org/642988
Fixes: https://bugs.gentoo.org/644094
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_compile.sh | 23 +++---
 .../dmraid-1.0.0.rc16-3-staticlink.patch   |  0
 .../dmraid-1.0.0_rc16-parallel-make.patch  | 11 +++
 .../dmraid-1.0.0_rc16-return-all-sets.patch|  0
 .../dmraid-1.0.0_rc16-static-build-fixes.patch |  0
 .../dmraid-1.0.0_rc16-undo-p-rename.patch  |  0
 patches/dmraid/dmraid-1.0.0_rc16-as-needed2.patch  | 11 ---
 7 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/gen_compile.sh b/gen_compile.sh
index c4a6665..7c38859 100755
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -653,8 +653,11 @@ compile_mdadm() {
 
 compile_dmraid() {
compile_device_mapper
-   if [ ! -f "${DMRAID_BINCACHE}" ]
+
+   if [[ -f "${DMRAID_BINCACHE}" && "${DMRAID_BINCACHE}" -nt 
"${LVM_BINCACHE}" ]]
then
+   print_info 1 "$(getIndent 3)dmraid: >> Using cache"
+   else
[ -f "${DMRAID_SRCTAR}" ] ||
gen_die "Could not find DMRAID source tarball: 
${DMRAID_SRCTAR}! Please place it there, or place another version, changing 
/etc/genkernel.conf as necessary!"
cd "${TEMP}"
@@ -663,21 +666,19 @@ compile_dmraid() {
gen_die 'Could not extract DMRAID source tarball!'
[ -d "${DMRAID_DIR}" ] ||
gen_die "DMRAID directory ${DMRAID_DIR} is invalid!"
+
rm -rf "${TEMP}/lvm" > /dev/null
mkdir -p "${TEMP}/lvm"
/bin/tar -xpf "${LVM_BINCACHE}" -C "${TEMP}/lvm" ||
gen_die "Could not extract LVM2 binary cache!";
 
-   cd "${DMRAID_DIR}"
+   print_info 1 "$(getIndent 3)dmraid: >> Patching ..."
+   cd "${DMRAID_DIR}" || gen_die "cannot chdir into 
'${DMRAID_DIR}'"
apply_patches dmraid ${DMRAID_VER}
-   print_info 1 "$(getIndent 3)dmraid: >> Configuring..."
 
-   LDFLAGS="-L${TEMP}/lvm/lib" \
-   CFLAGS="-I${TEMP}/lvm/include" \
+   print_info 1 "$(getIndent 3)dmraid: >> Configuring..."
DEVMAPPEREVENT_CFLAGS="-I${TEMP}/lvm/include" \
-   CPPFLAGS="-I${TEMP}/lvm/include" \
-   LIBS="-ldevmapper -lm -lrt -lpthread" \
-   LDFLAGS='-Wl,--no-as-needed' \
+   LIBS="-lm -lrt -lpthread" \
./configure --enable-static_link \
--with-devmapper-prefix="${TEMP}/lvm" \
--prefix=${TEMP}/dmraid >> ${LOGFILE} 2>&1 ||
@@ -689,13 +690,13 @@ compile_dmraid() {
###echo "DMRAIDLIBS += -lselinux -lsepol" >> tools/Makefile
mkdir -p "${TEMP}/dmraid"
print_info 1 "$(getIndent 3)dmraid: >> Compiling..."
-   # Force dmraid to be built with -j1 for bug #188273
-   MAKEOPTS="${MAKEOPTS} -j1" compile_generic '' utils
+   compile_generic '' utils
#compile_generic 'install' utils
mkdir ${TEMP}/dmraid/sbin
install -m 0755 -s tools/dmraid "${TEMP}/dmraid/sbin/dmraid"
+
print_info 1 "$(getIndent 3)dmraid: >> Copying to bincache..."
-   cd "${TEMP}/dmraid"
+   cd "${TEMP}/dmraid" || gen_die "cannot chdir into 
'${TEMP}/dmraid'"
/bin/tar -cjf "${DMRAID_BINCACHE}" sbin/dmraid ||
gen_die 'Could not create binary cache'
 

diff --git a/patches/dmraid/dmraid-1.0.0.rc16-3-staticlink.patch 
b/patches/dmraid/1.0.0.rc16-3/dmraid-1.0.0.rc16-3-staticlink.patch
similarity index 100%
rename from patches/dmraid/dmraid-1.0.0.rc16-3-staticlink.patch
rename to patches/dmraid/1.0.0.rc16-3/dmraid-1.0.0.rc16-3-staticlink.patch

diff --git a/patches/dmraid/1.0.0.rc16-3/dmraid-1.0.0_rc16-parallel-make.patch 
b/patches/dmraid/1.0.0.rc16-3/dmraid-1.0.0_rc16-parallel-make.patch
new file mode 100644
index 000..8c89374
--- /dev/null
+++ b/patches/dmraid/1.0.0.rc16-3/dmraid-1.0.0_rc16-parallel-make.patch
@@ -0,0 +1,11 @@
+--- dmraid/1.0.0.rc16-3/dmraid/lib/Makefile.in.orig2016-09-20 
12:54:09.416628404 +0200
 dmraid/1.0.0.rc16-3/dmraid/lib/Makefile.in 2016-09-20 12:55:06.343698229 
+0200
+@@ -79,7 +79,7 @@
+   -Wl,-soname,$(notdir $@).$(DMRAID_LIB_MAJOR) \
+   $(DEVMAPPEREVENT_LIBS) $(DEVMAPPER_LIBS) $(DL_LIBS) $(LIBS)
+ 
+-$(LIB_EVENTS_SHARED): $(OBJECTS2)
++$(LIB_EVENTS_SHARED): $(OBJECTS2) $(LIB_SHARED)
+   $(CC) -o $@ $(CFLAGS) 

[gentoo-commits] proj/genkernel:master commit in: defaults/, patches/libaio/0.3.110/, /

2019-03-21 Thread Thomas Deutschmann
commit: 86259c9ba2a9e4eab2c5c61ad1c85d8e2004e567
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 21 20:36:52 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 21 20:36:52 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=86259c9b

Add libaio-0.3.110

Required for newer LVM2.

Signed-off-by: Thomas Deutschmann  gentoo.org>

 defaults/software.sh   |  5 ++
 gen_compile.sh | 37 +
 gen_determineargs.sh   |  1 +
 .../libaio/0.3.110/libaio-0.3.109-install.patch| 45 
 .../libaio/0.3.110/libaio-0.3.109-testcase-8.patch | 19 +++
 patches/libaio/0.3.110/libaio-0.3.109-x32.patch| 63 ++
 .../libaio/0.3.110/libaio-0.3.110-cppflags.patch   | 25 +
 .../0.3.110/libaio-0.3.110-link-stdlib.patch   | 21 
 .../0.3.110/libaio-0.3.110-optional-werror.patch   | 30 +++
 9 files changed, 246 insertions(+)

diff --git a/defaults/software.sh b/defaults/software.sh
index ae63197..e304bee 100644
--- a/defaults/software.sh
+++ b/defaults/software.sh
@@ -14,6 +14,11 @@ 
BUSYBOX_SRCTAR="${BUSYBOX_SRCTAR:-${DISTDIR}/busybox-${BUSYBOX_VER}.tar.bz2}"
 BUSYBOX_DIR="${BUSYBOX_DIR:-busybox-${BUSYBOX_VER}}"
 
BUSYBOX_BINCACHE="${BUSYBOX_BINCACHE:-%%CACHE%%/busybox-${BUSYBOX_VER}-%%ARCH%%.tar.bz2}"
 
+LIBAIO_VER="${LIBAIO_VER:-VERSION_LIBAIO}"
+LIBAIO_DIR="${LIBAIO_DIR:-libaio-${LIBAIO_VER}}"
+LIBAIO_SRCTAR="${LIBAIO_SRCTAR:-${DISTDIR}/libaio-${LIBAIO_VER}.tar.gz}"
+LIBAIO_BINCACHE="${LIBAIO_BINCACHE:-%%CACHE%%/libaio-${LIBAIO_VER}-%%ARCH%%.tar.bz2}"
+
 LVM_VER="${LVM_VER:-VERSION_LVM}"
 LVM_DIR="${LVM_DIR:-LVM2.${LVM_VER}}"
 LVM_SRCTAR="${LVM_SRCTAR:-${DISTDIR}/LVM2.${LVM_VER}.tgz}"

diff --git a/gen_compile.sh b/gen_compile.sh
index 74319bd..0689e10 100755
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -492,6 +492,43 @@ compile_busybox() {
fi
 }
 
+compile_libaio() {
+   if [ -f "${LIBAIO_BINCACHE}" ]
+   then
+   print_info 1 "$(getIndent 3)libaio: >> Using cache"
+   else
+   [ -f "${LIBAIO_SRCTAR}" ] ||
+   gen_die "Could not find libaio source tarball: 
${LIBAIO_SRCTAR}! Please place it there, or place another version, changing 
/etc/genkernel.conf as necessary!"
+   cd "${TEMP}"
+   rm -rf ${LIBAIO_DIR} > /dev/null
+   /bin/tar -xpf ${LIBAIO_SRCTAR} ||
+   gen_die 'Could not extract libaio source tarball!'
+   [ -d "${LIBAIO_DIR}" ] ||
+   gen_die "libaio directory ${LIBAIO_DIR} is invalid!"
+
+   print_info 1 "$(getIndent 3)libaio: >> Patching ..."
+   cd "${LIBAIO_DIR}" || gen_die "cannot chdir into 
'${LIBAIO_DIR}'"
+   apply_patches libaio ${LIBAIO_VER}
+
+   print_info 1 "$(getIndent 3)libaio: >> Compiling..."
+   CFLAGS="-fPIC" \
+   LDFLAGS='-Wl,--no-as-needed' \
+   compile_generic '' utils || gen_die "failed to build libaio"
+
+   print_info 1 "$(getIndent 3)libaio: >> Installing to DESTDIR..."
+   compile_generic "prefix=${TEMP}/libaio install" utils || 
gen_die "failed to install libaio"
+
+   print_info 1 "$(getIndent 3)libaio: >> Copying to bincache..."
+   cd "${TEMP}/libaio" || gen_die "cannot chdir into 
'${TEMP}/libaio'"
+   /bin/tar -cjf "${LIBAIO_BINCACHE}" . ||
+   gen_die 'Could not create libaio binary cache'
+
+   cd "${TEMP}"
+   isTrue "${CMD_DEBUGCLEANUP}" && rm -rf "${LIBAIO_DIR}" libaio
+   return 0
+   fi
+}
+
 compile_lvm() {
if [ -f "${LVM_BINCACHE}" ]
then

diff --git a/gen_determineargs.sh b/gen_determineargs.sh
index fee7f75..2879287 100755
--- a/gen_determineargs.sh
+++ b/gen_determineargs.sh
@@ -161,6 +161,7 @@ determine_real_args() {
FUSE_BINCACHE
GPG_BINCACHE
ISCSI_BINCACHE
+   LIBAIO_BINCACHE
LVM_BINCACHE
MDADM_BINCACHE
UNIONFS_FUSE_BINCACHE

diff --git a/patches/libaio/0.3.110/libaio-0.3.109-install.patch 
b/patches/libaio/0.3.110/libaio-0.3.109-install.patch
new file mode 100644
index 000..9c049fc
--- /dev/null
+++ b/patches/libaio/0.3.110/libaio-0.3.109-install.patch
@@ -0,0 +1,45 @@
+From 2e34caef82a2367a85de4f06daf5e5a92f61e845 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Sun, 17 Jan 2010 17:10:14 -0500
+Subject: [PATCH] fix up install paths
+
+This is similar to the Fedora patch, but this uses more common conventions
+like "DESTDIR" instead of "destdir".
+
+Signed-off-by: Mike Frysinger 
+---
+ src/Makefile |   11 ++-
+ 1 files changed, 6 insertions(+), 5 deletions(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index 687c7be..ee431a1 100644
+--- 

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

2019-03-21 Thread Matthew Thode
commit: ed0c861f7dba6abb936ce4fd51a1ef58bbd1452c
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Mar 21 23:48:02 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Mar 21 23:50:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0c861f

media-sound/pulseeffects: 4.5.8 bump, fixes build errors

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

 media-sound/pulseeffects/Manifest   | 2 +-
 .../{pulseeffects-4.5.7.ebuild => pulseeffects-4.5.8.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 6768d1ca8e1..4802e3ae7f4 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -2,4 +2,4 @@ DIST pulseeffects-3.2.3.tar.gz 648968 BLAKE2B 
aef2aaacacc41020c5f14582c91b53ba84
 DIST pulseeffects-4.4.7.tar.gz 1082596 BLAKE2B 
3265507191f5fca405282d8bdf9cf078023e80d2ca8f3a8bb999f7828f5220ca61b68ce01dc80e2d066a0d759b83229eabd523aff71106bd4024067afd1a8220
 SHA512 
243bd23d107f22a2a4b5934fb67bc5c059f278f2ec824814791ea24429e8d53844ffd71c9c21c35209261f4a0a4633827362bfd43355437a10944bbfd9a25421
 DIST pulseeffects-4.5.5.tar.gz 1783582 BLAKE2B 
4c2154fad61705811d2e2135bdacc7f1e31d499ea65fbbb044896ba37cfde9ef4cd925fe7cc390c5611fb294d57a7297c7e54c76b3d69505c9b595d47259ad9a
 SHA512 
fe45097bcd5aa9754c612c52cfba7d06d14185e18a75e5ae2a257733159f0288897e4f60d147e164f4bcafcd23978e23a006753b2b26e26613809863895cfab5
 DIST pulseeffects-4.5.6.tar.gz 1822218 BLAKE2B 
def674bb35970ceb2a440acac20ebd5c406ae1691b58e8e8cdee3f0eacc7077daf989bcd94a962a1ef1054bc81f68108fd445adebb32a96940a91306025d72a2
 SHA512 
c18e4b52c4eff15db40c398b0a60b7b2e7a069142552a9801d0a580f52145d8b13b4507a9d37aa49919bbdc144b85b3f02e140aca671d9dedfb521ed34dbc99e
-DIST pulseeffects-4.5.7.tar.gz 1826584 BLAKE2B 
8b58c314bba261b5154feaeab210e69be9773700cf31123bd964b1183e72c412576ce4743a112276abf0602ac5c53fb1580c62530478a7f9c144c1f0d6c70a12
 SHA512 
76d1772b704aef58b9137d30d5ebea7a3fbe20b389d052e1a6cb96a9705f8678145df39a4592ce49790beaeffe953701a973a86e6d59b39563b83d064e8b4320
+DIST pulseeffects-4.5.8.tar.gz 1826469 BLAKE2B 
fd19eb0c96b478eefd3d21c94887c8403d3b3c26b9e9e3850782565655994c25f45ccd4a4a119bc16b2299f299578a09499279b927ba9a5dc7a605b27c847dbf
 SHA512 
4fbe59e034051b29e34eb3afba2db84a789c4f0ada8e26ee341f855c16417be7d29445bb8b5119796bc333a76714c2f450358c7d6ee1852420934b91c7ba86b2

diff --git a/media-sound/pulseeffects/pulseeffects-4.5.7.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.5.8.ebuild
similarity index 100%
rename from media-sound/pulseeffects/pulseeffects-4.5.7.ebuild
rename to media-sound/pulseeffects/pulseeffects-4.5.8.ebuild



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

2019-03-21 Thread Lars Wendler
commit: 17f4f6d2b6bf291e0c7b7f422ed246de7a400a3f
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Mar 21 23:18:36 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Mar 21 23:18:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f4f6d2

Revert "dev-vcs/subversion: Removed old."

This reverts commit 3f6a4f11c79ab1efbbcedb7b5604ed4b72ec61b3.

Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/subversion/Manifest|   2 +
 .../subversion/files/subversion-1.9.7-kf5.patch| 211 +
 dev-vcs/subversion/subversion-1.9.7-r1.ebuild  | 527 +
 3 files changed, 740 insertions(+)

diff --git a/dev-vcs/subversion/Manifest b/dev-vcs/subversion/Manifest
index d55f59df88a..27b062f7068 100644
--- a/dev-vcs/subversion/Manifest
+++ b/dev-vcs/subversion/Manifest
@@ -2,3 +2,5 @@ DIST subversion-1.10.0_rc1-patches-1.tar.xz 2984 BLAKE2B 
7c9619b95ca6b433a58dc5b
 DIST subversion-1.10.4.tar.bz2 8392477 BLAKE2B 
93364178d2252332b070ebddd5791cb43e802d820848a6ca2e13ae3036a9119901dcde1b73ea09bd34af3fd72b923bdd2765e302359e7f1ecf49a6840685
 SHA512 
c44a4a4a9533cd4f4cb6ddbc3ce98585a96da6c8e75497d087034b52f899797bb0972dfc0e79db99e81149e59e7fa765398c6ad35eba64f11f4ae9c3b3537434
 DIST subversion-1.11.1.tar.bz2 8499709 BLAKE2B 
f14bbe9b28dec32894a8c262d32f36e01c9866352f1c54b5468804e81c1eadb895cbe9e33783a9e7d4a7f54dfa3b25b762015b9ca4886a14628c434254995c77
 SHA512 
2d082f715bf592ffc6a19311a9320dbae2ff0ee126b0472ce1c3f10e9aee670f43d894889430e6d093620f7b69c611e9a26773bc7a2f8b599ec37540ecd84a8d
 DIST subversion-1.12.0-rc1.tar.bz2 8503704 BLAKE2B 
e9f2779155aa45ee0f60359d292c085c1a4bbb2237964d6c045278d7dff71e665662c3af8bfcd81139eb7c501f8f0923377c80348202d1dfb1c9087fafe5a1ed
 SHA512 
b82205d6530ba36d29194382897dbf0b79bd81326eebdaf71f21d061d3759c4f77fecfc2f9f5e761bef9e2534eb4567d62b96618813be644059d5c20219ff546
+DIST subversion-1.8.18-patchset.tar.bz2 7407 BLAKE2B 
dc3b6d80dfdf4c6cc30f1663c8cee3eebc4f42d433c3965d8b309f9cc79c31b566a74cf43b3b04037c2498b6a2bffe2c60953c5cfb25aec61a8e4a7e928efcae
 SHA512 
b5c207ed7b6923f1259290563409b2e946a512cc052e4e5d8a061abf3f0909dbbb15c0525a1fca618f1ec5e4abbbc8b49f3f0f714c9dd100f1d6c7e6d88442b2
+DIST subversion-1.9.7.tar.bz2 7881909 BLAKE2B 
004a180780e00f5af80e14586dee799bae07dccde7f240a51594590b1a084f3054b5b4d917d5e47e0b6ffb11097ecfb97fff490f6d31c0532f2aae8cd9d10031
 SHA512 
a55efd3edaddbc099450d849fcc6fe5a8d20b85ece966d8ac2fd73ee9cb4255a0349bbcfceb4e9fca6daf054ce7c648eff8d273c6873f5dade6e62dcea7eeb2b

diff --git a/dev-vcs/subversion/files/subversion-1.9.7-kf5.patch 
b/dev-vcs/subversion/files/subversion-1.9.7-kf5.patch
new file mode 100644
index 000..5b692fa3066
--- /dev/null
+++ b/dev-vcs/subversion/files/subversion-1.9.7-kf5.patch
@@ -0,0 +1,211 @@
+diff -u b/subversion/libsvn_auth_kwallet/kwallet.cpp 
b/subversion/libsvn_auth_kwallet/kwallet.cpp
+--- b/subversion/libsvn_auth_kwallet/kwallet.cpp   (revision 1798731)
 b/subversion/libsvn_auth_kwallet/kwallet.cpp   2018-01-18 
16:48:52.026801597 +0100
+@@ -39,8 +39,6 @@
+ #include 
+ 
+ #include 
+-#include 
+-#include 
+ #include 
+ #include 
+ 
+@@ -221,14 +219,15 @@
+   app = new QCoreApplication(argc, q_argv);
+ }
+ 
+-  KCmdLineArgs::init(q_argc, q_argv,
+- get_application_name(parameters, pool),
+- "subversion",
+- ki18n(get_application_name(parameters, pool)),
+- SVN_VER_NUMBER,
+- ki18n("Version control system"),
+- KCmdLineArgs::CmdLineArgKDE);
+-  KComponentData component_data(KCmdLineArgs::aboutData());
++  KLocalizedString::setApplicationDomain("subversion"); /* translation domain 
*/
++
++  /* componentName appears in KDE GUI prompts */
++  KAboutData aboutData(QStringLiteral("subversion"), /* componentName */
++   i18n(get_application_name(parameters,
++ pool)), /* displayName */
++   QStringLiteral(SVN_VER_NUMBER));
++  KAboutData::setApplicationData(aboutData);
++
+   QString folder = QString::fromUtf8("Subversion");
+   QString key =
+ QString::fromUtf8(username) + "@" + QString::fromUtf8(realmstring);
+@@ -291,14 +290,15 @@
+   app = new QCoreApplication(argc, q_argv);
+ }
+ 
+-  KCmdLineArgs::init(q_argc, q_argv,
+- get_application_name(parameters, pool),
+- "subversion",
+- ki18n(get_application_name(parameters, pool)),
+- SVN_VER_NUMBER,
+- ki18n("Version control system"),
+- KCmdLineArgs::CmdLineArgKDE);
+-  KComponentData component_data(KCmdLineArgs::aboutData());
++  KLocalizedString::setApplicationDomain("subversion"); /* translation domain 
*/
++
++  /* componentName appears in KDE GUI prompts */
++  KAboutData aboutData(QStringLiteral("subversion"), /* 

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

2019-03-21 Thread Rick Farina
commit: 49a75e1dc0934274554a0aca6a92eaecbcf88ce5
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Mar 21 23:06:22 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Mar 21 23:06:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a75e1d

net-wireless/wpa_supplicant: cleanup old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 .../wpa_supplicant/wpa_supplicant-2.6-r6.ebuild| 436 
 .../wpa_supplicant/wpa_supplicant-2.7-r1.ebuild|   1 -
 .../wpa_supplicant/wpa_supplicant-2.7.ebuild   | 456 -
 .../wpa_supplicant/wpa_supplicant-.ebuild  |   3 +-
 4 files changed, 1 insertion(+), 895 deletions(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r6.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r6.ebuild
deleted file mode 100644
index df073740892..000
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r6.ebuild
+++ /dev/null
@@ -1,436 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils qmake-utils systemd toolchain-funcs readme.gentoo-r1
-
-DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers"
-HOMEPAGE="https://w1.fi/wpa_supplicant/;
-SRC_URI="https://w1.fi/releases/${P}.tar.gz;
-LICENSE="|| ( GPL-2 BSD )"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="ap dbus eap-sim eapol_test fasteap gnutls +hs2-0 libressl p2p privsep 
ps3 qt5 readline selinux smartcard ssl tdls uncommon-eap-types wimax wps 
kernel_linux kernel_FreeBSD"
-REQUIRED_USE="smartcard? ( ssl )"
-
-CDEPEND="dbus? ( sys-apps/dbus )
-   kernel_linux? (
-   dev-libs/libnl:3
-   net-wireless/crda
-   eap-sim? ( sys-apps/pcsc-lite )
-   )
-   !kernel_linux? ( net-libs/libpcap )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   )
-   readline? (
-   sys-libs/ncurses:0=
-   sys-libs/readline:0=
-   )
-   ssl? (
-   gnutls? (
-   dev-libs/libgcrypt:0=
-   net-libs/gnutls:=
-   )
-   !gnutls? (
-   !libressl? ( >=dev-libs/openssl-1.0.2k:0=[-bindist] )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   !ssl? ( dev-libs/libtommath )
-"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-networkmanager )
-"
-
-DOC_CONTENTS="
-   If this is a clean installation of wpa_supplicant, you
-   have to create a configuration file named
-   ${EROOT%/}/etc/wpa_supplicant/wpa_supplicant.conf
-   An example configuration file is available for reference in
-   ${EROOT%/}/usr/share/doc/${PF}/
-"
-
-S="${WORKDIR}/${P}/${PN}"
-
-Kconfig_style_config() {
-   #param 1 is CONFIG_* item
-   #param 2 is what to set it = to, defaulting in y
-   CONFIG_PARAM="${CONFIG_HEADER:-CONFIG_}$1"
-   setting="${2:-y}"
-
-   if [ ! $setting = n ]; then
-   #first remove any leading "# " if $2 is not n
-   sed -i "/^# *$CONFIG_PARAM=/s/^# *//" .config || echo 
"Kconfig_style_config error uncommenting $CONFIG_PARAM"
-   #set item = $setting (defaulting to y)
-   sed -i "/^$CONFIG_PARAM/s/=.*/=$setting/" .config || 
echo "Kconfig_style_config error setting $CONFIG_PARAM=$setting"
-   if [ -z "$( grep ^$CONFIG_PARAM= .config )" ] ; then
-   echo "$CONFIG_PARAM=$setting" >>.config
-   fi
-   else
-   #ensure item commented out
-   sed -i "/^$CONFIG_PARAM/s/$CONFIG_PARAM/# 
$CONFIG_PARAM/" .config || echo "Kconfig_style_config error commenting 
$CONFIG_PARAM"
-   fi
-}
-
-pkg_setup() {
-   if use ssl ; then
-   if use gnutls && use libressl ; then
-   elog "You have both 'gnutls' and 'libressl' USE flags 
enabled: defaulting to USE=\"gnutls\""
-   fi
-   else
-   elog "You have 'ssl' USE flag disabled: defaulting to internal 
TLS implementation"
-   fi
-}
-
-src_prepare() {
-   default
-
-   # net/bpf.h needed for net-libs/libpcap on Gentoo/FreeBSD
-   sed -i \
-   -e "s:\(#include \):#include \n\1:" \
-   ../src/l2_packet/l2_packet_freebsd.c || die
-
-   # People seem to take the example configuration file too literally (bug 
#102361)
-   sed -i \
-   -e "s:^\(opensc_engine_path\):#\1:" \
-   -e "s:^\(pkcs11_engine_path\):#\1:" \
-   -e 

[gentoo-commits] proj/genkernel:bug642988 commit in: /

2019-03-21 Thread Thomas Deutschmann
commit: 02e67d4860b6a6fd3e9b23e18f757adfd3d62bed
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 21 22:55:48 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 21 22:55:48 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=02e67d48

create_initramfs(): Add check for CONFIG_FILE_LOCKING=y when LVM is used

Closes: https://bugs.gentoo.org/673590
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_initramfs.sh | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index a0c7601..50315cb 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -1080,6 +1080,12 @@ create_initramfs() {
local CONFGREP=grep
fi
 
+   if isTrue "${LVM}" ; then
+   if ! ${CONFGREP} -q "^CONFIG_FILE_LOCKING=y" 
"${ACTUAL_KERNEL_CONFIG}" ; then
+   gen_die "LVM will require a kernel with 
CONFIG_FILE_LOCKING=y set!"
+   fi
+   fi
+
if isTrue "${INTEGRATED_INITRAMFS}"
then
# Explicitly do not compress if we are integrating into the 
kernel.



[gentoo-commits] proj/genkernel:bug642988 commit in: patches/mdadm/3.1.4/, patches/mdadm/4.1/

2019-03-21 Thread Thomas Deutschmann
commit: 738dff0588df57b906832024a9ee5839bb708110
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 21 22:29:57 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 21 22:29:57 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=738dff05

Bump mdadm to v4.1

Signed-off-by: Thomas Deutschmann  gentoo.org>

 patches/mdadm/3.1.4/mdadm-3.1.4-z-now.patch | 26 
 patches/mdadm/4.1/mdadm-3.4-sysmacros.patch | 31 +
 2 files changed, 31 insertions(+), 26 deletions(-)

diff --git a/patches/mdadm/3.1.4/mdadm-3.1.4-z-now.patch 
b/patches/mdadm/3.1.4/mdadm-3.1.4-z-now.patch
deleted file mode 100644
index 82b0b3e..000
--- a/patches/mdadm/3.1.4/mdadm-3.1.4-z-now.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 5296bc73a66e9eee31ba79d26aa02543205a7a26 Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping 
-Date: Tue, 30 Aug 2011 14:38:14 +0200
-Subject: [PATCH] Replace "-z now" by "-Wl,-z,now" to fix compilation with GCC
- 4.4.5 on Alpha (bug #331653)
-

- Makefile |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index e2c65a5..0cc9a87 100644
 a/Makefile
-+++ b/Makefile
-@@ -167,7 +167,7 @@ mdmon.O2 : $(MON_SRCS) mdadm.h mdmon.h
- 
- # use '-z now' to guarantee no dynamic linker interactions with the monitor 
thread
- mdmon : $(MON_OBJS)
--  $(CC) $(LDFLAGS) $(MON_LDFLAGS) -z now -o mdmon $(MON_OBJS) $(LDLIBS)
-+  $(CC) $(LDFLAGS) $(MON_LDFLAGS) -Wl,-z,now -o mdmon $(MON_OBJS) 
$(LDLIBS)
- msg.o: msg.c msg.h
- 
- test_stripe : restripe.c mdadm.h
--- 
-1.7.6.1
-

diff --git a/patches/mdadm/4.1/mdadm-3.4-sysmacros.patch 
b/patches/mdadm/4.1/mdadm-3.4-sysmacros.patch
new file mode 100644
index 000..22a3934
--- /dev/null
+++ b/patches/mdadm/4.1/mdadm-3.4-sysmacros.patch
@@ -0,0 +1,31 @@
+https://bugs.gentoo.org/580188
+
+From 5c97e465b33bf8fefb17da7f553a1c3812e508d5 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Tue, 19 Apr 2016 18:10:54 -0400
+Subject: [PATCH] include sys/sysmacros.h for major/minor/makedev prototypes
+
+These funcs are defined in sys/sysmacros.h, so include it for them.
+It works today due to an implicit include by sys/types.h, but the
+various Linux C libraries are moving away from that.
+
+Signed-off-by: Mike Frysinger 
+---
+ mdadm.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/mdadm.h b/mdadm.h
+index d209488..b8767a7 100755
+--- a/mdadm.h
 b/mdadm.h
+@@ -33,6 +33,7 @@ extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, 
int __whence));
+ # endif
+ #endif
+ 
++#include  
+ #include  
+ #include  
+ #include  
+-- 
+2.7.4
+



[gentoo-commits] proj/genkernel:bug642988 commit in: /

2019-03-21 Thread Thomas Deutschmann
commit: 919cbc4b10215b54fb7b1c74b11ea25534243608
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 21 22:41:06 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 21 22:41:06 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=919cbc4b

create_initramfs(): Move ACTUAL_KERNEL_CONFIG block

This will allow us to do additional kernel config checks.

Bug: https://bugs.gentoo.org/673590
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_initramfs.sh | 31 ---
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 175ccc5..a0c7601 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -1065,6 +1065,21 @@ create_initramfs() {
 
cd "${TEMP}"
 
+   # NOTE: We do not work with ${KERNEL_CONFIG} here, since things like
+   #   "make oldconfig" or --noclean could be in effect.
+   if [ -f "${KERNEL_OUTPUTDIR}"/.config ]; then
+   local ACTUAL_KERNEL_CONFIG="${KERNEL_OUTPUTDIR}"/.config
+   else
+   local ACTUAL_KERNEL_CONFIG="${KERNEL_CONFIG}"
+   fi
+
+   if [[ "$(file --brief --mime-type "${ACTUAL_KERNEL_CONFIG}")" == 
application/x-gzip ]]; then
+   # Support --kernel-config=/proc/config.gz, mainly
+   local CONFGREP=zgrep
+   else
+   local CONFGREP=grep
+   fi
+
if isTrue "${INTEGRATED_INITRAMFS}"
then
# Explicitly do not compress if we are integrating into the 
kernel.
@@ -1099,21 +1114,6 @@ create_initramfs() {
else
if isTrue "${COMPRESS_INITRD}"
then
-   # NOTE: We do not work with ${KERNEL_CONFIG} here, 
since things like
-   #   "make oldconfig" or --noclean could be in 
effect.
-   if [ -f "${KERNEL_OUTPUTDIR}"/.config ]; then
-   local 
ACTUAL_KERNEL_CONFIG="${KERNEL_OUTPUTDIR}"/.config
-   else
-   local ACTUAL_KERNEL_CONFIG="${KERNEL_CONFIG}"
-   fi
-
-   if [[ "$(file --brief --mime-type 
"${ACTUAL_KERNEL_CONFIG}")" == application/x-gzip ]]; then
-   # Support --kernel-config=/proc/config.gz, 
mainly
-   local CONFGREP=zgrep
-   else
-   local CONFGREP=grep
-   fi
-
cmd_xz=$(type -p xz)
cmd_lzma=$(type -p lzma)
cmd_bzip2=$(type -p bzip2)
@@ -1177,6 +1177,7 @@ create_initramfs() {
print_info 1 "$(getIndent 1)>> Not compressing 
cpio data ..."
fi
fi
+
## To early load microcode we need to follow some pretty 
specific steps
## mostly laid out in 
linux/Documentation/x86/early-microcode.txt
## It only loads monolithic ucode from an uncompressed cpio, 
which MUST



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

2019-03-21 Thread Lars Wendler
commit: 3f6a4f11c79ab1efbbcedb7b5604ed4b72ec61b3
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Mar 21 22:41:46 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Mar 21 22:41:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6a4f11

dev-vcs/subversion: Removed old.

Closes: https://bugs.gentoo.org/674984
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/subversion/Manifest|   2 -
 .../subversion/files/subversion-1.9.7-kf5.patch| 211 -
 dev-vcs/subversion/subversion-1.9.7-r1.ebuild  | 527 -
 3 files changed, 740 deletions(-)

diff --git a/dev-vcs/subversion/Manifest b/dev-vcs/subversion/Manifest
index 27b062f7068..d55f59df88a 100644
--- a/dev-vcs/subversion/Manifest
+++ b/dev-vcs/subversion/Manifest
@@ -2,5 +2,3 @@ DIST subversion-1.10.0_rc1-patches-1.tar.xz 2984 BLAKE2B 
7c9619b95ca6b433a58dc5b
 DIST subversion-1.10.4.tar.bz2 8392477 BLAKE2B 
93364178d2252332b070ebddd5791cb43e802d820848a6ca2e13ae3036a9119901dcde1b73ea09bd34af3fd72b923bdd2765e302359e7f1ecf49a6840685
 SHA512 
c44a4a4a9533cd4f4cb6ddbc3ce98585a96da6c8e75497d087034b52f899797bb0972dfc0e79db99e81149e59e7fa765398c6ad35eba64f11f4ae9c3b3537434
 DIST subversion-1.11.1.tar.bz2 8499709 BLAKE2B 
f14bbe9b28dec32894a8c262d32f36e01c9866352f1c54b5468804e81c1eadb895cbe9e33783a9e7d4a7f54dfa3b25b762015b9ca4886a14628c434254995c77
 SHA512 
2d082f715bf592ffc6a19311a9320dbae2ff0ee126b0472ce1c3f10e9aee670f43d894889430e6d093620f7b69c611e9a26773bc7a2f8b599ec37540ecd84a8d
 DIST subversion-1.12.0-rc1.tar.bz2 8503704 BLAKE2B 
e9f2779155aa45ee0f60359d292c085c1a4bbb2237964d6c045278d7dff71e665662c3af8bfcd81139eb7c501f8f0923377c80348202d1dfb1c9087fafe5a1ed
 SHA512 
b82205d6530ba36d29194382897dbf0b79bd81326eebdaf71f21d061d3759c4f77fecfc2f9f5e761bef9e2534eb4567d62b96618813be644059d5c20219ff546
-DIST subversion-1.8.18-patchset.tar.bz2 7407 BLAKE2B 
dc3b6d80dfdf4c6cc30f1663c8cee3eebc4f42d433c3965d8b309f9cc79c31b566a74cf43b3b04037c2498b6a2bffe2c60953c5cfb25aec61a8e4a7e928efcae
 SHA512 
b5c207ed7b6923f1259290563409b2e946a512cc052e4e5d8a061abf3f0909dbbb15c0525a1fca618f1ec5e4abbbc8b49f3f0f714c9dd100f1d6c7e6d88442b2
-DIST subversion-1.9.7.tar.bz2 7881909 BLAKE2B 
004a180780e00f5af80e14586dee799bae07dccde7f240a51594590b1a084f3054b5b4d917d5e47e0b6ffb11097ecfb97fff490f6d31c0532f2aae8cd9d10031
 SHA512 
a55efd3edaddbc099450d849fcc6fe5a8d20b85ece966d8ac2fd73ee9cb4255a0349bbcfceb4e9fca6daf054ce7c648eff8d273c6873f5dade6e62dcea7eeb2b

diff --git a/dev-vcs/subversion/files/subversion-1.9.7-kf5.patch 
b/dev-vcs/subversion/files/subversion-1.9.7-kf5.patch
deleted file mode 100644
index 5b692fa3066..000
--- a/dev-vcs/subversion/files/subversion-1.9.7-kf5.patch
+++ /dev/null
@@ -1,211 +0,0 @@
-diff -u b/subversion/libsvn_auth_kwallet/kwallet.cpp 
b/subversion/libsvn_auth_kwallet/kwallet.cpp
 b/subversion/libsvn_auth_kwallet/kwallet.cpp   (revision 1798731)
-+++ b/subversion/libsvn_auth_kwallet/kwallet.cpp   2018-01-18 
16:48:52.026801597 +0100
-@@ -39,8 +39,6 @@
- #include 
- 
- #include 
--#include 
--#include 
- #include 
- #include 
- 
-@@ -221,14 +219,15 @@
-   app = new QCoreApplication(argc, q_argv);
- }
- 
--  KCmdLineArgs::init(q_argc, q_argv,
-- get_application_name(parameters, pool),
-- "subversion",
-- ki18n(get_application_name(parameters, pool)),
-- SVN_VER_NUMBER,
-- ki18n("Version control system"),
-- KCmdLineArgs::CmdLineArgKDE);
--  KComponentData component_data(KCmdLineArgs::aboutData());
-+  KLocalizedString::setApplicationDomain("subversion"); /* translation domain 
*/
-+
-+  /* componentName appears in KDE GUI prompts */
-+  KAboutData aboutData(QStringLiteral("subversion"), /* componentName */
-+   i18n(get_application_name(parameters,
-+ pool)), /* displayName */
-+   QStringLiteral(SVN_VER_NUMBER));
-+  KAboutData::setApplicationData(aboutData);
-+
-   QString folder = QString::fromUtf8("Subversion");
-   QString key =
- QString::fromUtf8(username) + "@" + QString::fromUtf8(realmstring);
-@@ -291,14 +290,15 @@
-   app = new QCoreApplication(argc, q_argv);
- }
- 
--  KCmdLineArgs::init(q_argc, q_argv,
-- get_application_name(parameters, pool),
-- "subversion",
-- ki18n(get_application_name(parameters, pool)),
-- SVN_VER_NUMBER,
-- ki18n("Version control system"),
-- KCmdLineArgs::CmdLineArgKDE);
--  KComponentData component_data(KCmdLineArgs::aboutData());
-+  KLocalizedString::setApplicationDomain("subversion"); /* translation domain 
*/
-+
-+  /* componentName appears in KDE GUI prompts */
-+  KAboutData 

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

2019-03-21 Thread Matt Turner
commit: 444854820b681de92a3a4343589da47d1f0826bb
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 21 22:33:41 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 21 22:33:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44485482

dev-util/netsurf-buildsystem-1.7: ia64 stable, bug 676094

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

 dev-util/netsurf-buildsystem/netsurf-buildsystem-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/netsurf-buildsystem/netsurf-buildsystem-1.7.ebuild 
b/dev-util/netsurf-buildsystem/netsurf-buildsystem-1.7.ebuild
index 98224af8242..96a869ef6d7 100644
--- a/dev-util/netsurf-buildsystem/netsurf-buildsystem-1.7.ebuild
+++ b/dev-util/netsurf-buildsystem/netsurf-buildsystem-1.7.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://download.netsurf-browser.org/libs/releases/${MY_P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~m68k-mint"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~m68k-mint"
 
 S="${WORKDIR}/${MY_P}"
 



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

2019-03-21 Thread Matt Turner
commit: acb1a44950158642e9c874e430694188b3473236
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 21 22:33:42 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 21 22:33:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb1a449

dev-vcs/subversion-1.10.4: ia64 stable, bug 676094

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

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

diff --git a/dev-vcs/subversion/subversion-1.10.4.ebuild 
b/dev-vcs/subversion/subversion-1.10.4.ebuild
index 8da673f2b07..27db0ff68b2 100644
--- a/dev-vcs/subversion/subversion-1.10.4.ebuild
+++ b/dev-vcs/subversion/subversion-1.10.4.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="Subversion GPL-2"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kwallet nls perl python ruby sasl test vim-syntax"
 
 COMMON_DEPEND="



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

2019-03-21 Thread Matt Turner
commit: 3391a7aa1023eba572c4e1807d87f4d075a18bf7
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 21 22:33:39 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 21 22:33:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3391a7aa

dev-libs/libutf8proc-2.2.0_p1-r1: ia64 stable, bug 676094

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

 dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild 
b/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild
index 0b1b1a78c86..71b876c663d 100644
--- a/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild
+++ b/dev-libs/libutf8proc/libutf8proc-2.2.0_p1-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://download.netsurf-browser.org/libs/releases/${MY_P}-src.tar.gz;
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND="dev-util/netsurf-buildsystem"



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

2019-03-21 Thread Aaron Bauman
commit: 7de462fe77d5b1cd89a31efebcd71d4a0f697682
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Mar 21 22:23:16 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Mar 21 22:23:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de462fe

www-servers/gunicorn: drop vulnerable wrt bug #653590

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

 www-servers/gunicorn/Manifest   |  4 ---
 www-servers/gunicorn/gunicorn-19.1.1.ebuild | 51 
 www-servers/gunicorn/gunicorn-19.3.0.ebuild | 52 -
 www-servers/gunicorn/gunicorn-19.4.5.ebuild | 49 ---
 www-servers/gunicorn/gunicorn-19.6.0.ebuild | 50 ---
 5 files changed, 206 deletions(-)

diff --git a/www-servers/gunicorn/Manifest b/www-servers/gunicorn/Manifest
index 0e8db833318..771b3c6ad43 100644
--- a/www-servers/gunicorn/Manifest
+++ b/www-servers/gunicorn/Manifest
@@ -1,5 +1 @@
-DIST gunicorn-19.1.1.tar.gz 385155 BLAKE2B 
683bff89e9f7037b22748c968f842cbd6328f63aaf63edba088bdf5cb1b4774614a8bfba1449bc0c90685ba2a12cc95b474d15dfd40f0f22055d1e9d554fc55c
 SHA512 
1b42f0dadb8ced12954e821ad3dc7fad67ae6f1123218fe79e32d7089d9ae65bcd973613c226d9a16b11d7d35632990f2c9499594c7a383a79698a1c2db471de
-DIST gunicorn-19.3.0.tar.gz 395381 BLAKE2B 
cbdf0e4a8c5f107b3dbee9ac30b141142bd10e5a4d9046de3c2fe3af965e6b5f091ff29bdfd9f4a1da75ea409e6f9a3b9627f6069d5529dc9db4d6ad1e3f9860
 SHA512 
8c4e0bb1bf0b35aaf9160b9b7d87890a991451fbc86186454203f3483767858944704c1ec22dd52480ce1e4693e84b62b1428dd3b67b2ae925e0475dc08fcb50
-DIST gunicorn-19.4.5.tar.gz 399066 BLAKE2B 
046dd95170b3d6c6071c955462af5777ee0fbaa48d80c4a16b78fb1c9abd49bef98f7428e7f861b404a2791683074ae37a22a7e73d5b7f183fa6ac77d139123e
 SHA512 
a255178a4ce7966af5883fc6c104e7c472c87ce91861caf976b52cfb0ccd90b34109130334afa6c1f6dd251a4b33b052b1f9a4f598c5cd1e7f26e332b92e9154
-DIST gunicorn-19.6.0.tar.gz 404497 BLAKE2B 
8edc6907daf9cced83ab4213146d468789a23b4428a562f9f5cc7d2aa8f7c57137ca9f163609b6a8955537dfc5a93910a7cef183fa6457c5017cbb3941f4e0c8
 SHA512 
50b69ae18acc6f60be6fc5c6f4a867d8415d32009a1f959155b58502d52403a057612e97d6c9b69ec068ee5af7b9b045952a636a5edf4713a1249492611be479
 DIST gunicorn-19.8.1.tar.gz 415541 BLAKE2B 
f0eefc4ff24052320b4dfaac3fc2523487f8dbb63365a9a3c52bc411b4d8f6150f348c709cae94dc4acb45e7fda534cf462d0339abc0325230d3560f76ce3241
 SHA512 
7f7fcbcde20b70d3a2faad595e08a028530348895f784eddcb35f24b3d5a7955edfc5b68aac4630243798fa37d41b7e869ec0d454dc80700c2630ba2cc39afc0

diff --git a/www-servers/gunicorn/gunicorn-19.1.1.ebuild 
b/www-servers/gunicorn/gunicorn-19.1.1.ebuild
deleted file mode 100644
index 65b519308c9..000
--- a/www-servers/gunicorn/gunicorn-19.1.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A WSGI HTTP Server for UNIX"
-HOMEPAGE="http://gunicorn.org https://pypi.org/project/gunicorn/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="doc examples test"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-DOCS="README.rst"
-
-python_prepare() {
-   # these tests requires an already installed version of gunicorn
-   rm tests/test_003-config.py
-
-   sed -ie "s/..\/bin/\/usr\/bin\//" docs/Makefile || die
-
-   distutils-r1_python_prepare
-}
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   py.test -v || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/build/html/. )
-
-   distutils-r1_python_install_all
-
-   if use examples; then
-   insinto /usr/share/doc/${P}
-   doins -r examples
-   fi
-}

diff --git a/www-servers/gunicorn/gunicorn-19.3.0.ebuild 
b/www-servers/gunicorn/gunicorn-19.3.0.ebuild
deleted file mode 100644
index 133e77bef3a..000
--- a/www-servers/gunicorn/gunicorn-19.3.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A WSGI HTTP Server for UNIX"
-HOMEPAGE="http://gunicorn.org https://pypi.org/project/gunicorn/ 
https://github.com/benoitc/gunicorn;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples test"
-
-RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-

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

2019-03-21 Thread Mikle Kolyada
commit: 8f45e5175e0319dac8e130e43197427320aa0341
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 21 22:13:25 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 21 22:13:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f45e517

net-fs/mc: Version bump

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

 net-fs/mc/Manifest  |  1 +
 net-fs/mc/mc-2019.03.20.21.29.03.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/net-fs/mc/Manifest b/net-fs/mc/Manifest
index 69c2bbf0c3c..fae13f5cbde 100644
--- a/net-fs/mc/Manifest
+++ b/net-fs/mc/Manifest
@@ -7,3 +7,4 @@ DIST mc-2019.02.20.22.21.50.tar.gz 3007023 BLAKE2B 
0cb7d1ab4a9314e951204e6710aa8
 DIST mc-2019.02.27.18.44.28.tar.gz 3007123 BLAKE2B 
bbb382f48b5744e0ebef6848d2d419096f2aa40fe1a7ede4cf692befac83c2df20bade05605d2aee59d50267e67993c8cd69c7b99d677c733af9aa3ca29e047a
 SHA512 
00b97009e8f69a24f8222c47af3dadf2d8750e7247afe6ea89aecd9e97994cac256aac9e5226f815e228912ee6fe92ab78ef64b2b87edd6cf4eb0c6f236cf72f
 DIST mc-2019.03.06.18.41.35.tar.gz 3060998 BLAKE2B 
8ce267ebeb132aae1ab2681d7fcaeb557f7822cc518153cb001dfbde9d968ab0056ed52b01cdeb44d1112ea2ce233877751f205661cd7d53c6640bea533b131c
 SHA512 
b0b5aa99aaaf8858fcf2884154bc7e293a618e88a13a8ea4c3671c4d187d8628a1ce9b190895db09520a0af452be1125e7cd5158373467f14e7fbe771199c9db
 DIST mc-2019.03.09.00.30.31.tar.gz 3061079 BLAKE2B 
528c3e8b20af8c77c256dbb25cee0c79691e6575f9739788927bd8b023fb2fe492fb1186f144f3abf1132b3b7375c649940b40c63f59dcbc7436cff9603fdd6d
 SHA512 
28aa906be58afd85a5d5afd8458f5a200270d8bf4caad90484ee6335ce5033c910369a212f47272d6f7bcbb6aaa78fc35f3307da5e8bad3268ba737f8791f4c6
+DIST mc-2019.03.20.21.29.03.tar.gz 3068226 BLAKE2B 
9659aa05931c28f054d639a8850692a77e81d75c1a86af9e7887fc492bdcb30c0e3582d42495a443945f1c89f691989d8e67d479cef4f1c1ebc82fde63b3f444
 SHA512 
ce4aad970b6f41bf06423a414ffc3396257c37654b9f7e10d6994e4adbacb0ba5b5fc94412e1d420429333e341ff2f76172d1a6ce978612f09f7ff37547d8d06

diff --git a/net-fs/mc/mc-2019.03.20.21.29.03.ebuild 
b/net-fs/mc/mc-2019.03.20.21.29.03.ebuild
new file mode 100644
index 000..927f40765b1
--- /dev/null
+++ b/net-fs/mc/mc-2019.03.20.21.29.03.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver golang-build golang-vcs-snapshot
+
+MY_PV="$(ver_cut 1-3)T$(ver_cut 4-7)Z"
+MY_PV=${MY_PV//./-}
+
+EGIT_COMMIT="c352cadd4be2c6bed64884c78d1e8a8ac6efaf3f"
+
+EGO_PN="github.com/minio/mc"
+
+DESCRIPTION="Minio client provides alternatives for ls, cat on cloud storage 
and filesystems"
+HOMEPAGE="https://github.com/minio/mc;
+SRC_URI="https://${EGO_PN}/archive/RELEASE.${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="!!app-misc/mc"
+
+src_prepare() {
+   default
+   sed -i -e "s/time.Now().UTC().Format(time.RFC3339)/\"${VERSION}\"/"\
+   -e "s/-s //"\
+   -e "/time/d"\
+   -e "s/+ commitID()/+ \"${EGIT_COMMIT}\"/"\
+   src/${EGO_PN}/buildscripts/gen-ldflags.go || die
+
+}
+
+src_compile() {
+   unset XDG_CACHE_HOME
+
+   pushd src/${EGO_PN} || die
+   MC_RELEASE="${MY_PV}"
+   GOPATH="${S}" go build --ldflags "$(go run 
buildscripts/gen-ldflags.go)" -o ${PN} || die
+   popd || die
+
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dodoc -r README.md CONTRIBUTING.md docs
+   dobin mc
+   popd  || die
+}



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

2019-03-21 Thread Mikle Kolyada
commit: 01d6fd8630b14d189093a3afc53b005e4a49cb70
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 21 22:10:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 21 22:10:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d6fd86

net-fs/minio: Version bump

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

 net-fs/minio/Manifest |  1 +
 net-fs/minio/minio-2019.03.20.22.38.47.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/net-fs/minio/Manifest b/net-fs/minio/Manifest
index ea2ac2fd6c0..2d45ea90d22 100644
--- a/net-fs/minio/Manifest
+++ b/net-fs/minio/Manifest
@@ -9,3 +9,4 @@ DIST minio-2019.02.20.22.44.29.tar.gz 9139158 BLAKE2B 
16924809cf3ab8961891cddd06
 DIST minio-2019.02.26.19.51.46.tar.gz 9146652 BLAKE2B 
a132d2a06648e49bc71282cf6b1f0c2cff68f188f035461a0d9c135fbc40caba50cb365dfa170027b82a6086214a9c17567de55173bc1910ec6283a7d89a7813
 SHA512 
6ddb452b951ec60b1b30da3059b36db896478a5dc1d9ac60f8de3fb36fa4d9a149e08193af47837ccea9621490daf234ac8c5ecb462e234e5609132e4c61749a
 DIST minio-2019.03.06.22.47.10.tar.gz 9197298 BLAKE2B 
3b74e2958d876e5c409290dfc0b4b6b1997c06f34d188c9e9357db7c6bcf75af1402acf111b8cfda17cb86a41e9e3e5643dce7bfe2ab40a2f6d06b783c54c719
 SHA512 
09c1ec200320f0843fd41711a2fe1596af906c84d82dfa080a15fa8e98713601adbc21b91d4c82d436f128cc00fe75575f88ddefc25e1ce5ed72bd2d65dfce12
 DIST minio-2019.03.13.21.59.47.tar.gz 9200988 BLAKE2B 
56b2e6e3e4a7643d1e79c6038937b77dfaae632e38cd4049d79076920ee1c84ec75b738d5d069eb0c9c2b219cd2e39b129422191ab8f771386fde25338585edb
 SHA512 
daa76f2e79acea86594189e3df5336d2bc29a5da21ebe36bc6de2fcf68135e4ea7529351a3878609adb9118553fa10088ac0fb1c746d23890b886fe7885a1b2c
+DIST minio-2019.03.20.22.38.47.tar.gz 9249505 BLAKE2B 
c3b5173575c266bf4a86276eafa1faecdcee7411fafb497452d0265c81d75adb06c2e2e05ed17dc6fec8b367ac8e389798ff4f98e4177eec8bbf786af05f7109
 SHA512 
33790bae9d2b33c53bf98bc20dc2f5d2653bcad2263f75d99523a9140d029adb16068eb8b376966ddaf96aad8eaf540bf4c8cc9d5c3fbb14c2aa0b63ac9fdefb

diff --git a/net-fs/minio/minio-2019.03.20.22.38.47.ebuild 
b/net-fs/minio/minio-2019.03.20.22.38.47.ebuild
new file mode 100644
index 000..07c4e789764
--- /dev/null
+++ b/net-fs/minio/minio-2019.03.20.22.38.47.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user golang-build golang-vcs-snapshot eapi7-ver
+
+EGO_PN="github.com/minio/minio"
+MY_PV="$(ver_cut 1-3)T$(ver_cut 4-7)Z"
+MY_PV=${MY_PV//./-}
+EGIT_COMMIT="ce419c98352324caa4c79b159a9f840ca714c3d5"
+ARCHIVE_URI="https://${EGO_PN}/archive/RELEASE.${MY_PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~amd64-linux"
+
+DESCRIPTION="An Amazon S3 compatible object storage server"
+HOMEPAGE="https://github.com/minio/minio;
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+}
+
+src_prepare() {
+   default
+   sed -i -e "s/time.Now().UTC().Format(time.RFC3339)/\"${MY_PV}\"/"\
+   -e "s/-s //"\
+   -e "/time/d"\
+   -e "s/+ commitID()/+ \"${EGIT_COMMIT}\"/"\
+   src/${EGO_PN}/buildscripts/gen-ldflags.go || die
+}
+
+src_compile() {
+   unset XDG_CACHE_HOME
+
+   pushd src/${EGO_PN} || die
+   MINIO_RELEASE="${MY_PV}"
+   go run buildscripts/gen-ldflags.go
+   GOPATH="${S}" go build --ldflags "$(go run 
buildscripts/gen-ldflags.go)" -o ${PN} || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dodoc -r README.md CONTRIBUTING.md MAINTAINERS.md docs
+   dobin minio
+   popd  || die
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   keepdir /var/{lib,log}/${PN}
+   fowners ${PN}:${PN} /var/{lib,log}/${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme-circle/

2019-03-21 Thread Mikle Kolyada
commit: 4b866da22f0c83e9a97a8cad221f60af679a454b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 21 22:01:46 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 21 22:02:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b866da2

x11-themes/numix-icon-theme-circle: Version bump (v19.03.20)

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

 x11-themes/numix-icon-theme-circle/Manifest|  1 +
 .../numix-icon-theme-circle-19.03.20.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/x11-themes/numix-icon-theme-circle/Manifest 
b/x11-themes/numix-icon-theme-circle/Manifest
index 0554c300ba0..ffba7dab7f9 100644
--- a/x11-themes/numix-icon-theme-circle/Manifest
+++ b/x11-themes/numix-icon-theme-circle/Manifest
@@ -5,3 +5,4 @@ DIST numix-icon-theme-circle-18.12.01.tar.gz 2212077 BLAKE2B 
f599b71061bba262ee8
 DIST numix-icon-theme-circle-19.01.24.tar.gz 261 BLAKE2B 
638d44ba5982a9e62849bc1ede45465cdfab8ddb8b84913d16664d839bbd25c1f679f54aa366fa7d9bf2b16474f9f084372fd8b4c90a69d6c7c4d02a3de3ddb0
 SHA512 
c2d4d6c7bd97bb7a8e63ca11b6a6b1ac26f39aec53cd0253b074ce958a083dfb0f6ea3ea5d14c71fa54017d3cc70730525efce6b9d5ae8fd0889a519aff9472a
 DIST numix-icon-theme-circle-19.02.07.tar.gz 2234290 BLAKE2B 
eda37f0a71606a158a0d089b250be6400d993f5a07c515a6831c9b70b13bbb31216869763ecc372a608b455908dccde67bb4805c8d7ff808809583939015caae
 SHA512 
7f5d89482ea0fb0f78957d181c1070f48ebd7f17f91a5c8911facae7abaa69191ef3a1542fa86eb4cf36650f11c6a05529fad9a94664392c13fd7d3eec6df1db
 DIST numix-icon-theme-circle-19.02.22.tar.gz 2242228 BLAKE2B 
57aa99ce3c3715d533fd25a68f0ce62f3cfa942ee943826caddbaf0b98111cf57800dc41aa79f2fe52bc1d3aa218d52604dead0e782d6acbf38a00cb9f7d5caa
 SHA512 
db9533749e2c0d66ca13d00658622db77d1b74707c0c30ef893cebf87e5557dfe3267427a51cfe0d5d1427174fb104b639dda33f5dd95c3a54442d0ef131d970
+DIST numix-icon-theme-circle-19.03.20.tar.gz 2256561 BLAKE2B 
87b30bd82f71c9d8604da7d761e4214d901fc70e266e39a93ef7d8b6ef58b1f1d1702ecd9ff33ac7fabf437f68ee870b29dec7ee705c1f29f734bbf47af3eada
 SHA512 
311d310eac3c172ba852d06f2882813bc57c489474883347f6488ff3056ccf7ff72c9b8dedcdbeb1312ff0eb3606552a22f2bd971a331e5baeb0a44b507b8a40

diff --git 
a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-19.03.20.ebuild 
b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-19.03.20.ebuild
new file mode 100644
index 000..e552e442f10
--- /dev/null
+++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-19.03.20.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="An icon theme for Linux from the Numix project"
+HOMEPAGE="https://github.com/numixproject;
+SRC_URI="https://github.com/numixproject/numix-icon-theme-circle/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="x11-themes/numix-icon-theme"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   insinto /usr/share/icons
+   doins -r Numix-Circle{,-Light}
+
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



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

2019-03-21 Thread Tim Harder
commit: c3cd39017d30fbe236422ecd3b83128b083ac213
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Mar 21 21:37:25 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Mar 21 21:40:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cd3901

media-libs/exiftool: stabilize 11.29

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

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

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

diff --git a/media-libs/exiftool/exiftool-11.29.ebuild 
b/media-libs/exiftool/exiftool-11.29.ebuild
index 91d088b681d..a6f0fea6739 100644
--- a/media-libs/exiftool/exiftool-11.29.ebuild
+++ b/media-libs/exiftool/exiftool-11.29.ebuild
@@ -11,7 +11,7 @@ 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 ~ppc ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ppc ppc64 x86 ~x64-macos"
 IUSE="doc"
 
 SRC_TEST="do"



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

2019-03-21 Thread Tim Harder
commit: bd1476b0990bd6f915cf2c0bd7956571fc27b997
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Mar 21 21:38:58 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Mar 21 21:40:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1476b0

media-libs/exiftool: remove old

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

 media-libs/exiftool/Manifest  |  4 
 media-libs/exiftool/exiftool-11.03.ebuild | 22 --
 media-libs/exiftool/exiftool-11.10.ebuild | 22 --
 media-libs/exiftool/exiftool-11.23.ebuild | 25 -
 media-libs/exiftool/exiftool-11.26.ebuild | 25 -
 5 files changed, 98 deletions(-)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index a6f90d883fa..cc4ad741f39 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,6 +1,2 @@
-DIST Image-ExifTool-11.03.tar.gz 4414017 BLAKE2B 
3f5abe1b6c5c43d216aa7d1774516d924cc3c325f5341153abeb51a197b3d5e2232b13ca788251a5b202aafc8a098cb4818ea2fc75ccf6830e2aab5095af18b1
 SHA512 
00cefe64248915fbabf2f8f5dad9b6e577455ee67b08dea59aad4551b1b0f6c876558b75cea7a0aa33ab0e29fa7c224acd88058f09f211220bc3524f39d1c0ca
-DIST Image-ExifTool-11.10.tar.gz 4428194 BLAKE2B 
b1085b2b4b0054026369849aec38403a4722c61f5e703d7635c9a07d1480c651398777a6113f84fe2b59a4fd5dee5a8c0fd193afd59a5dcc8f7f5b7f9f904e5d
 SHA512 
f8aa9a7c5ef2da0958a9f48b2238d89687b6fab9c8acd8a119fec50361e86ff09940127a6593d8a1618a7554d9adad985af6806bc44ccbf117c8854713678450
-DIST Image-ExifTool-11.23.tar.gz 4492460 BLAKE2B 
64032e295f510020e340f0f230c27130230809f69aa1ea6190445b8adcd27717742a33b11d5066bfe077f1746f114c08884ccae03ccc26295ef45f0fc821890e
 SHA512 
b2ba35c903b8108123b03faa15571bfd60ee565a894c6debfb238c6c5ed04a29366d52ec9e59d0d925f599f58ca623efec22db5b894491756901295bb2ea80f7
-DIST Image-ExifTool-11.26.tar.gz 4496603 BLAKE2B 
2f6b64e99941e12ffdad48d6f8812d7a012b0ac988f3bfc94d8d262f32c423b5c2db16a9a30089bf9896be669681f6bebcf325183eadd617c3f5e806e48344fc
 SHA512 
c924e32f3cf31e9590b61f229a426c67d2dc30d032af45d95a4f1fb6202fbc0016f988317dc839ab3c1b043d8843e89656b310dac30c2163607745429e155729
 DIST Image-ExifTool-11.29.tar.gz 4503877 BLAKE2B 
9afbb695edebb1be2c673abbdf32626482c81c847610840e82ca0cb1fa83d697aeb2635ad4b62a692f09ae1effb8f2261aa3968adc35d72e82f1261db393b48a
 SHA512 
fa9a7d28ef09dcbc52e43e1f5b938fa857d4d2b949b47b36ea259bf010637852b3aa7fe8d51bbf5ab22adc6fb67f7858f38a08c2be143f0b0139960347688a3f
 DIST Image-ExifTool-11.32.tar.gz 4513430 BLAKE2B 
cae07a83ab5c46297ce0b4a12707450b9ded1a4e7edca08413e9671105a34d82ba7ee35eaf39ca64dfbd2b4607cd672b2399a325f8a3d3a76e18e348456fa550
 SHA512 
9dbb0d297292051171c28cf110976557f96df7079ea7ee38a722ed6ea9efbd758849ca77d9503c7d61964da5e48ab766c8cf58b3c5dfa96d499cbe6b5fb8

diff --git a/media-libs/exiftool/exiftool-11.03.ebuild 
b/media-libs/exiftool/exiftool-11.03.ebuild
deleted file mode 100644
index faee03d12df..000
--- a/media-libs/exiftool/exiftool-11.03.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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 ppc ppc64 x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
-   perl-module_src_install
-   use doc && dodoc -r html/
-}

diff --git a/media-libs/exiftool/exiftool-11.10.ebuild 
b/media-libs/exiftool/exiftool-11.10.ebuild
deleted file mode 100644
index ec856d3619a..000
--- a/media-libs/exiftool/exiftool-11.10.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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 ~ppc ~ppc64 ~x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
-   perl-module_src_install
-   use doc && dodoc -r html/
-}

diff --git a/media-libs/exiftool/exiftool-11.23.ebuild 
b/media-libs/exiftool/exiftool-11.23.ebuild
deleted file mode 100644
index 91d088b681d..000
--- a/media-libs/exiftool/exiftool-11.23.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 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/ 

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

2019-03-21 Thread Tim Harder
commit: 4e4d6ab9d69cd93e92797f652fd66318f0499df7
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Mar 21 21:37:05 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Mar 21 21:40:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4d6ab9

media-libs/exiftool: version bump to 11.32

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

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

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 54c7998e7df..a6f90d883fa 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -3,3 +3,4 @@ DIST Image-ExifTool-11.10.tar.gz 4428194 BLAKE2B 
b1085b2b4b0054026369849aec38403
 DIST Image-ExifTool-11.23.tar.gz 4492460 BLAKE2B 
64032e295f510020e340f0f230c27130230809f69aa1ea6190445b8adcd27717742a33b11d5066bfe077f1746f114c08884ccae03ccc26295ef45f0fc821890e
 SHA512 
b2ba35c903b8108123b03faa15571bfd60ee565a894c6debfb238c6c5ed04a29366d52ec9e59d0d925f599f58ca623efec22db5b894491756901295bb2ea80f7
 DIST Image-ExifTool-11.26.tar.gz 4496603 BLAKE2B 
2f6b64e99941e12ffdad48d6f8812d7a012b0ac988f3bfc94d8d262f32c423b5c2db16a9a30089bf9896be669681f6bebcf325183eadd617c3f5e806e48344fc
 SHA512 
c924e32f3cf31e9590b61f229a426c67d2dc30d032af45d95a4f1fb6202fbc0016f988317dc839ab3c1b043d8843e89656b310dac30c2163607745429e155729
 DIST Image-ExifTool-11.29.tar.gz 4503877 BLAKE2B 
9afbb695edebb1be2c673abbdf32626482c81c847610840e82ca0cb1fa83d697aeb2635ad4b62a692f09ae1effb8f2261aa3968adc35d72e82f1261db393b48a
 SHA512 
fa9a7d28ef09dcbc52e43e1f5b938fa857d4d2b949b47b36ea259bf010637852b3aa7fe8d51bbf5ab22adc6fb67f7858f38a08c2be143f0b0139960347688a3f
+DIST Image-ExifTool-11.32.tar.gz 4513430 BLAKE2B 
cae07a83ab5c46297ce0b4a12707450b9ded1a4e7edca08413e9671105a34d82ba7ee35eaf39ca64dfbd2b4607cd672b2399a325f8a3d3a76e18e348456fa550
 SHA512 
9dbb0d297292051171c28cf110976557f96df7079ea7ee38a722ed6ea9efbd758849ca77d9503c7d61964da5e48ab766c8cf58b3c5dfa96d499cbe6b5fb8

diff --git a/media-libs/exiftool/exiftool-11.32.ebuild 
b/media-libs/exiftool/exiftool-11.32.ebuild
new file mode 100644
index 000..f6bf1a90acd
--- /dev/null
+++ b/media-libs/exiftool/exiftool-11.32.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 ~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: sys-fs/f2fs-tools/

2019-03-21 Thread Mikle Kolyada
commit: bebc96372fc78378764412233b9cc15e246d1336
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 21 21:25:43 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 21 21:26:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bebc9637

sys-fs/f2fs-tools: mark stable

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

 sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild
index 52fc597dc54..3717d20a363 100644
--- a/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/${CATEGORY}/${PN}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0/6"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86"
 IUSE="selinux"
 
 RDEPEND="



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

2019-03-21 Thread Tim Harder
commit: 8a76628b53b63c2fe85854b9ff72ce7164b77637
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 19 05:47:08 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Mar 21 21:03:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a76628b

media-gfx/gmic: version bump to 2.5.3

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

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

 media-gfx/gmic/Manifest  |   1 +
 media-gfx/gmic/gmic-2.5.3.ebuild | 171 +++
 2 files changed, 172 insertions(+)

diff --git a/media-gfx/gmic/Manifest b/media-gfx/gmic/Manifest
index ba950258f35..7504d64e6e4 100644
--- a/media-gfx/gmic/Manifest
+++ b/media-gfx/gmic/Manifest
@@ -1,2 +1,3 @@
 DIST gmic_2.4.3.tar.gz 3816129 BLAKE2B 
1c9dd6c7e45809d0cf8b8a45476a4b20ad321b5f34fbc5214cb149777c6e9a6aba845cd816cc1503010e281bda0b32e1059dd34d052afe2ebc086469163967be
 SHA512 
482e70b0c82992799c5769ded1547904d16dbc9206d67279b6f524c1214258b97fa539678844a450d6f64144dc7a2715c754d6a1d85398e648bc34086fc3218f
 DIST gmic_2.4.5.tar.gz 3819428 BLAKE2B 
71d19bf6d79ca00bf95006bd96595b83ee28caadf46a9c899176dcd96c5da1b3b9fa7b2150ea2383262c1db2357838c4c716c8ab09060c6c06faa5f7c52975c8
 SHA512 
39f7c35303704c579d62377f491830f6d310be672f3015aafbd6715c5fa1185d64671f841fd5e0cb818dfc96851afc6dbdbbb99f9b5156ccaeab91e7e1b08033
+DIST gmic_2.5.3.tar.gz 5278154 BLAKE2B 
9549798eac0cf0cd869dcaeb14fca184bee3587ec8ac03f80e7f48002dfcd0afe4ad61f2c6a6f1929fb91c010aee3960d6301a0c6c6b6a2f32a7b62db9ddecb0
 SHA512 
fede101892d6867b83a8995dbc2b7f9e502401bf1ea952fbf95c459c932bb447693d6434e9562b00c9d96f109cbbb35d9ee876fa1f6ec9dfc52186276033e5a5

diff --git a/media-gfx/gmic/gmic-2.5.3.ebuild b/media-gfx/gmic/gmic-2.5.3.ebuild
new file mode 100644
index 000..bfd30752357
--- /dev/null
+++ b/media-gfx/gmic/gmic-2.5.3.ebuild
@@ -0,0 +1,171 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_BUILD_TYPE=Release
+CMAKE_MIN_VERSION=3.9
+
+inherit cmake-utils bash-completion-r1
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/dtschump/gmic.git;
+   inherit git-r3
+else
+   SRC_URI="https://gmic.eu/files/source/${PN}_${PV}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="GREYC's Magic Image Converter"
+HOMEPAGE="https://gmic.eu/ https://github.com/dtschump/gmic;
+
+LICENSE="CeCILL-2 GPL-3"
+SLOT="0"
+IUSE="+cli curl ffmpeg fftw gimp graphicsmagick jpeg krita opencv openexr 
openmp png qt5 static-libs tiff X zlib"
+REQUIRED_USE="
+   || ( cli gimp krita qt5 )
+   gimp? ( png zlib fftw X )
+   krita? ( png zlib fftw X )
+   qt5? ( png zlib fftw X )
+"
+
+MIN_QT_VER="5.2.0"
+QT_DEPEND="
+   >=dev-qt/qtcore-${MIN_QT_VER}:5=
+   >=dev-qt/qtgui-${MIN_QT_VER}:5=
+   >=dev-qt/qtnetwork-${MIN_QT_VER}:5=
+   >=dev-qt/qtwidgets-${MIN_QT_VER}:5=
+"
+COMMON_DEPEND="
+   curl? ( net-misc/curl )
+   fftw? ( sci-libs/fftw:3.0=[threads] )
+   gimp? (
+   >=media-gfx/gimp-2.8.0
+   ${QT_DEPEND}
+   )
+   graphicsmagick? ( media-gfx/graphicsmagick:0= )
+   jpeg? ( virtual/jpeg:0 )
+   krita? ( ${QT_DEPEND} )
+   opencv? ( >=media-libs/opencv-2.3.1a-r1:0= )
+   openexr? (
+   media-libs/ilmbase:0=
+   media-libs/openexr:0=
+   )
+   png? ( media-libs/libpng:0= )
+   qt5? ( ${QT_DEPEND} )
+   tiff? ( media-libs/tiff:0 )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXext
+   )
+   zlib? ( sys-libs/zlib:0= )"
+RDEPEND="${COMMON_DEPEND}
+   ffmpeg? ( media-video/ffmpeg:0= )
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   gimp? ( dev-qt/linguist-tools )
+   krita? ( dev-qt/linguist-tools )
+   qt5? ( dev-qt/linguist-tools )
+"
+
+pkg_pretend() {
+   if use openmp ; then
+   tc-has-openmp || die "Please switch to an openmp compatible 
compiler"
+   fi
+
+   if ! test-flag-CXX -std=c++11 ; then
+   die "You need at least GCC 4.7.x or Clang >= 3.3 for 
C++11-specific compiler flags"
+   fi
+}
+
+src_prepare() {
+   local PATCHES=( "${FILESDIR}"/${PN}-2.4.3-curl.patch )
+   cmake-utils_src_prepare
+   sed -i '/CMAKE_CXX_FLAGS/s/-g //' CMakeLists.txt || die
+
+   if use gimp || use krita || use qt5; then
+   sed -i '/CMAKE_CXX_FLAGS_RELEASE/d' gmic-qt/CMakeLists.txt || 
die
+   local S="${S}/gmic-qt"
+   PATCHES=()
+   cmake-utils_src_prepare
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_LIB=ON
+   -DBUILD_LIB_STATIC=$(usex static-libs)
+   -DBUILD_CLI=$(usex cli)
+   -DBUILD_MAN=$(usex cli)
+   -DBUILD_BASH_COMPLETION=$(usex cli)
+   -DCUSTOM_CFLAGS=ON
+   -DENABLE_CURL=$(usex curl)
+   -DENABLE_X=$(usex X)
+ 

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

2019-03-21 Thread Tim Harder
commit: ae7ae16001dd14b413cb2d814f9a4ec670bbd19b
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Mar 21 21:01:21 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Mar 21 21:03:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7ae160

sys-fs/fuse: version bump to 3.4.2

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

 sys-fs/fuse/Manifest  |  1 +
 sys-fs/fuse/fuse-3.4.2.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/sys-fs/fuse/Manifest b/sys-fs/fuse/Manifest
index 4ab1a36a8d8..9ffbeb3343e 100644
--- a/sys-fs/fuse/Manifest
+++ b/sys-fs/fuse/Manifest
@@ -2,3 +2,4 @@ DIST fuse-2.9.7.tar.gz 661138 BLAKE2B 
8e56cfa8634e919bfc4f9fa589074763bd8c272d51
 DIST fuse-2.9.8.tar.gz 4610904 BLAKE2B 
803eebea510834676379df8c9514050efcf47d83c06ba1f5b5756d27f5c32d3a0cc199d826b0c041118c5d2260ff023f58432a0d7b623807c0a4af4da7c34eff
 SHA512 
0a9b14d96c6f98f5c903baf00114bfff72f9aeb97224702bbed370516b2b582401d5b436fcef979918ffd85d69ba4a82c8f722c0b35ebd50f7aa5f4ddfdcf8ad
 DIST fuse-2.9.9.tar.gz 1813177 BLAKE2B 
9e9141380bda46eb0bcce325c6fd293fe3844fe884a4952bb38d4b89dc48b728ffcc891038b3a7a861f05acfacce9dd7bb0e11d600609f3ad0ab278ccbe98847
 SHA512 
3d82fafd04f2924299bb09d2bb144935fa004a43fb9a6568e2e1cc5a60fded2efa1711029a0d7f12b3e6e4501f7217f2ee3545646d89da8dece083cb390f23e2
 DIST fuse-3.4.1.tar.xz 1016436 BLAKE2B 
50a35039d7302741239736f2e62f4603c147d49947580fb92f7ac6b46aa8dbcd1cbb16ba35719e198dc3b693b11c215ee8123d02a0c96154d6c905541eb35936
 SHA512 
45e56346b6d4c90055168254cd8508339d5b428ec58f1d9e287439e3d48fce344498826f099de89051e6529e45a45e0990a0e07fc8a9acbae1f76f4d6c72dd0d
+DIST fuse-3.4.2.tar.xz 1019864 BLAKE2B 
babb8454438b5c4a924e83112ee5c319c0fa37c544485265d9d91ff58ee22549aeabcfb53f8c30ee3fd984030ee2042099ab9bc6269875cc08c5048acb28740e
 SHA512 
7519955d31566ac69454f5d44e95ccbe98d7719422ea8112cce6cc2138aef71a57f9fa1bc2a37212a0837938ec44e630f3adce0a4da153a030a5a46a06446de2

diff --git a/sys-fs/fuse/fuse-3.4.2.ebuild b/sys-fs/fuse/fuse-3.4.2.ebuild
new file mode 100644
index 000..80ef8742517
--- /dev/null
+++ b/sys-fs/fuse/fuse-3.4.2.ebuild
@@ -0,0 +1,73 @@
+# 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 meson multilib-minimal flag-o-matic udev python-any-r1
+
+DESCRIPTION="An interface for filesystems implemented in userspace"
+HOMEPAGE="https://github.com/libfuse/libfuse;
+SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="test"
+
+DEPEND="virtual/pkgconfig
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')
+   )"
+RDEPEND=">=sys-fs/fuse-common-3.3.0-r1"
+
+DOCS=( AUTHORS ChangeLog.rst README.md doc/README.NFS doc/kernel.txt )
+
+python_check_deps() {
+   has_version "dev-python/pytest[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # lto not supported yet -- https://github.com/libfuse/libfuse/issues/198
+   filter-flags -flto*
+
+   # passthough_ll is broken on systems with 32-bit pointers
+   cat /dev/null > example/meson.build || die
+}
+
+multilib_src_configure() {
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   eninja
+}
+
+multilib_src_test() {
+   ${EPYTHON} -m pytest test || die
+}
+
+multilib_src_install() {
+   DESTDIR="${D}" eninja install
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # installed via fuse-common
+   rm -r "${ED}"/{etc,$(get_udevdir)} || die
+
+   # handled by the device manager
+   rm -r "${ED}"/dev || die
+
+   # manually install man pages to respect compression
+   rm -r "${ED}"/usr/share/man || die
+   doman doc/{fusermount3.1,mount.fuse3.8}
+}



[gentoo-commits] proj/genkernel: New branch: bug642988

2019-03-21 Thread Thomas Deutschmann
commit: 
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 21 21:00:28 2019 +

New branch: bug642988




[gentoo-commits] repo/gentoo:master commit in: dev-libs/totem-pl-parser/

2019-03-21 Thread Mart Raudsepp
commit: fd4cc6e999782396a322b5c1176411a1956b9173
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 21 20:45:19 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 21 20:47:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4cc6e9

dev-libs/totem-pl-parser: fix depends

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

 dev-libs/totem-pl-parser/totem-pl-parser-3.26.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.3.ebuild 
b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.3.ebuild
index fc87ee2a481..9775ac37650 100644
--- a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.3.ebuild
+++ b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.3.ebuild
@@ -20,7 +20,8 @@ RDEPEND="
crypt? ( dev-libs/libgcrypt:0= )
introspection? ( >=dev-libs/gobject-introspection-1.54:= )
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-util/glib-utils
gtk-doc? (
>=dev-util/gtk-doc-1.14



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

2019-03-21 Thread Davide Pesavento
commit: 7ee262df89d8cb95482d6522fbc457e1bd2ae357
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Mar 21 20:46:06 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Mar 21 20:46:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee262df

x11-libs/qscintilla: update metadata.xml

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 x11-libs/qscintilla/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/qscintilla/metadata.xml b/x11-libs/qscintilla/metadata.xml
index 29550d86338..29b7f3248ad 100644
--- a/x11-libs/qscintilla/metadata.xml
+++ b/x11-libs/qscintilla/metadata.xml
@@ -17,8 +17,8 @@
p...@riverbankcomputing.com
Phil Thompson

+   
https://www.riverbankcomputing.com/static/Downloads/QScintilla/ChangeLog
+   
https://www.riverbankcomputing.com/static/Docs/QScintilla/
mailto:qscinti...@riverbankcomputing.com
-   http://pyqt.sourceforge.net/Docs/QScintilla2/
-   pyqt

 



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

2019-03-21 Thread Davide Pesavento
commit: 273fd34eb1fbc204b6a81bcc63b9910a588b1ad4
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Mar 21 20:43:32 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Mar 21 20:46:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273fd34e

dev-python/qscintilla-python: update metadata.xml

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/metadata.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/qscintilla-python/metadata.xml 
b/dev-python/qscintilla-python/metadata.xml
index 7054692c343..3e46f747a5e 100644
--- a/dev-python/qscintilla-python/metadata.xml
+++ b/dev-python/qscintilla-python/metadata.xml
@@ -14,8 +14,9 @@
p...@riverbankcomputing.com
Phil Thompson

+   
https://www.riverbankcomputing.com/static/Downloads/QScintilla/ChangeLog
+   
https://www.riverbankcomputing.com/static/Docs/QScintilla/
mailto:qscinti...@riverbankcomputing.com
-   http://pyqt.sourceforge.net/Docs/QScintilla2/
-   pyqt
+   QScintilla

 



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

2019-03-21 Thread Davide Pesavento
commit: 6856c738a5d27e66224e48353aa9709ac5a546ea
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Mar 21 20:37:53 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Mar 21 20:46:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6856c738

dev-python/PyQt5: update metadata.xml

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/PyQt5/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/PyQt5/metadata.xml b/dev-python/PyQt5/metadata.xml
index 92725cf1722..3ed574acb76 100644
--- a/dev-python/PyQt5/metadata.xml
+++ b/dev-python/PyQt5/metadata.xml
@@ -38,9 +38,9 @@
p...@riverbankcomputing.com
Phil Thompson

+   
https://www.riverbankcomputing.com/static/Downloads/PyQt5/ChangeLog
+   https://www.riverbankcomputing.com/static/Docs/PyQt5/
mailto:p...@riverbankcomputing.com
-   https://pyqt.readthedocs.io/
PyQt5
-   pyqt

 



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

2019-03-21 Thread Markus Meier
commit: 8c57cace20b94c12c150b3cb91e398299368f333
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 21 20:37:31 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 21 20:37:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c57cace

www-servers/apache: arm stable, bug #676064

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 www-servers/apache/apache-2.4.38-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.38-r1.ebuild 
b/www-servers/apache/apache-2.4.38-r1.ebuild
index 818d261bbfb..92bf2342d55 100644
--- a/www-servers/apache/apache-2.4.38-r1.ebuild
+++ b/www-servers/apache/apache-2.4.38-r1.ebuild
@@ -130,7 +130,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
 
 # Enable http2 by default (bug #563452)
 # FIXME: Move to apache-2.eclass once this has reached stable.



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

2019-03-21 Thread Markus Meier
commit: c19136be183f6020491e398d0cf2bb033523209f
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 21 20:38:51 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 21 20:38:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19136be

dev-lang/php: arm stable, bug #681074

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 dev-lang/php/php-7.2.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.2.16.ebuild b/dev-lang/php/php-7.2.16.ebuild
index d1fb077cf52..7e600853382 100644
--- a/dev-lang/php/php-7.2.16.ebuild
+++ b/dev-lang/php/php-7.2.16.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
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"
+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"



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

2019-03-21 Thread Markus Meier
commit: 493668aa539acd76ecdc87b79f422d531a6d4c70
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 21 20:37:52 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 21 20:37:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493668aa

media-libs/libexif: arm stable, bug #679418

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 media-libs/libexif/libexif-0.6.21-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libexif/libexif-0.6.21-r3.ebuild 
b/media-libs/libexif/libexif-0.6.21-r3.ebuild
index 58c0a102553..942926ca77c 100644
--- a/media-libs/libexif/libexif-0.6.21-r3.ebuild
+++ b/media-libs/libexif/libexif-0.6.21-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 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"
+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 nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"



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

2019-03-21 Thread Markus Meier
commit: 75c00dfe85899e43c88b0bd7e3518eeaf3c16907
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 21 20:38:31 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 21 20:38:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c00dfe

dev-lang/php: arm stable, bug #681074

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 dev-lang/php/php-5.6.40-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-5.6.40-r1.ebuild 
b/dev-lang/php/php-5.6.40-r1.ebuild
index 94c74019755..bb6e1f3cdba 100644
--- a/dev-lang/php/php-5.6.40-r1.ebuild
+++ b/dev-lang/php/php-5.6.40-r1.ebuild
@@ -21,7 +21,7 @@ LICENSE="PHP-3.01
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"
+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"



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

2019-03-21 Thread Markus Meier
commit: 697ea694f23871452dbadae2a2c0fc9e00cc7ad3
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 21 20:37:14 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 21 20:37:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697ea694

app-admin/apache-tools: arm stable, bug #676064

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 app-admin/apache-tools/apache-tools-2.4.38.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.38.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.38.ebuild
index 4a24d83e640..cc6822ad77b 100644
--- a/app-admin/apache-tools/apache-tools-2.4.38.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.38.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 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 ~m68k-mint ~sparc64-solaris ~x64-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 ~m68k-mint ~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2019-03-21 Thread Markus Meier
commit: 838bfc740c3142967d2d6dc3db448b020cb268f5
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 21 20:38:41 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 21 20:38:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838bfc74

dev-lang/php: arm stable, bug #681074

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 dev-lang/php/php-7.1.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.1.27.ebuild b/dev-lang/php/php-7.1.27.ebuild
index e18ff5708f5..04cfea45bce 100644
--- a/dev-lang/php/php-7.1.27.ebuild
+++ b/dev-lang/php/php-7.1.27.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
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"
+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"



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

2019-03-21 Thread Davide Pesavento
commit: 8ddb93f9db10d5256980b2009b42109fca9106ba
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Mar 21 19:54:05 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Mar 21 20:30:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ddb93f9

x11-libs/qscintilla: add 2.11.1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 x11-libs/qscintilla/Manifest |  1 +
 x11-libs/qscintilla/qscintilla-2.11.1.ebuild | 77 
 2 files changed, 78 insertions(+)

diff --git a/x11-libs/qscintilla/Manifest b/x11-libs/qscintilla/Manifest
index a3b924ad27c..3b4a37e043f 100644
--- a/x11-libs/qscintilla/Manifest
+++ b/x11-libs/qscintilla/Manifest
@@ -1 +1,2 @@
 DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5
+DIST QScintilla_gpl-2.11.1.tar.gz 2932060 BLAKE2B 
9f2f9fd89667cc04c95d0a36e4a615dcf3c1c11a5446e19a43104513894b76bc7478f2aed7e8c94ce413f940327deb09e51507bee1fa35c79c176e01e6b74767
 SHA512 
40b600aa8eec17bc99491a08aeaee72bf498a66f0257d310a8df2667de82805715b9c859885c092acfb03ba8f69433a6517d0d4bb324bf99bd9db461172c08d5

diff --git a/x11-libs/qscintilla/qscintilla-2.11.1.ebuild 
b/x11-libs/qscintilla/qscintilla-2.11.1.ebuild
new file mode 100644
index 000..548fa9681dc
--- /dev/null
+++ b/x11-libs/qscintilla/qscintilla-2.11.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic qmake-utils
+
+MY_P=QScintilla_gpl-${PV/_pre/.dev}
+
+DESCRIPTION="Qt port of Neil Hodgson's Scintilla C++ editor control"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${MY_P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0/15"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="designer doc"
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   designer? ( dev-qt/designer:5 )
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_unpack() {
+   default
+
+   # Sub-slot sanity check
+   local subslot=${SLOT#*/}
+   local version=$(sed -nre 's:.*VERSION\s*=\s*([0-9\.]+):\1:p' 
"${S}"/Qt4Qt5/qscintilla.pro || die)
+   local major=${version%%.*}
+   if [[ ${subslot} != ${major} ]]; then
+   eerror
+   eerror "Ebuild sub-slot (${subslot}) does not match QScintilla 
major version (${major})"
+   eerror "Please update SLOT variable as follows:"
+   eerror "SLOT=\"${SLOT%%/*}/${major}\""
+   eerror
+   die "sub-slot sanity check failed"
+   fi
+}
+
+qsci_run_in() {
+   pushd "$1" >/dev/null || die
+   shift || die
+   "$@" || die
+   popd >/dev/null || die
+}
+
+src_configure() {
+   if use designer; then
+   # prevent building against system version (bug 466120)
+   append-cxxflags -I../Qt4Qt5
+   append-ldflags -L../Qt4Qt5
+   fi
+
+   qsci_run_in Qt4Qt5 eqmake5
+   use designer && qsci_run_in designer-Qt4Qt5 eqmake5
+}
+
+src_compile() {
+   qsci_run_in Qt4Qt5 emake
+   use designer && qsci_run_in designer-Qt4Qt5 emake
+}
+
+src_install() {
+   qsci_run_in Qt4Qt5 emake INSTALL_ROOT="${D}" install
+   use designer && qsci_run_in designer-Qt4Qt5 emake INSTALL_ROOT="${D}" 
install
+
+   DOCS=( ChangeLog NEWS )
+   use doc && HTML_DOCS=( doc/html-Qt4Qt5/. )
+   einstalldocs
+}



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

2019-03-21 Thread Davide Pesavento
commit: afab0181d4922b695d5c1b940b4d71723ef657a6
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Mar 21 20:30:12 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Mar 21 20:30:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afab0181

dev-python/PyQt5: clarify comment

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

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

diff --git a/dev-python/PyQt5/PyQt5-5.12.1.ebuild 
b/dev-python/PyQt5/PyQt5-5.12.1.ebuild
index a4197ca2dc5..7098afbaeb7 100644
--- a/dev-python/PyQt5/PyQt5-5.12.1.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.12.1.ebuild
@@ -165,7 +165,7 @@ src_compile() {
 src_install() {
installation() {
local tmp_root=${D}/${PN}_tmp_root
-   # parallel install fails (same issue as 
qscintilla-python-2.10.8)
+   # parallel install fails because mk_distinfo.py runs too early
emake -j1 INSTALL_ROOT="${tmp_root}" install
 
local bin_dir=${tmp_root}${EPREFIX}/usr/bin



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

2019-03-21 Thread Davide Pesavento
commit: 665e96d7034633447bf67f60b896ea165e2d5c1b
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Mar 21 20:27:57 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Mar 21 20:30:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665e96d7

dev-python/qscintilla-python: add 2.11.1, drop python3_4 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest|  1 +
 dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild |  4 ++--
 ...-python-2.10.8.ebuild => qscintilla-python-2.11.1.ebuild} | 12 ++--
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index a3b924ad27c..3b4a37e043f 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1 +1,2 @@
 DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5
+DIST QScintilla_gpl-2.11.1.tar.gz 2932060 BLAKE2B 
9f2f9fd89667cc04c95d0a36e4a615dcf3c1c11a5446e19a43104513894b76bc7478f2aed7e8c94ce413f940327deb09e51507bee1fa35c79c176e01e6b74767
 SHA512 
40b600aa8eec17bc99491a08aeaee72bf498a66f0257d310a8df2667de82805715b9c859885c092acfb03ba8f69433a6517d0d4bb324bf99bd9db461172c08d5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
index a03ddc26eb0..1b2bcb06dd6 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit python-r1 qmake-utils
 
 MY_P=QScintilla_gpl-${PV/_pre/.dev}

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild
similarity index 80%
copy from dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
copy to dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild
index a03ddc26eb0..dfe6ef7c314 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit python-r1 qmake-utils
 
 MY_P=QScintilla_gpl-${PV/_pre/.dev}
 
 DESCRIPTION="Python bindings for QScintilla"
 HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+SRC_URI="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${MY_P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -48,7 +48,6 @@ src_configure() {
--sip-incdir="$(python_get_includedir)"
$(usex debug '--debug --trace' '')
--verbose
-   --no-dist-info # causes parallel build failures, 
reported upstream
)
echo "${myconf[@]}"
"${myconf[@]}" || die
@@ -65,7 +64,8 @@ src_compile() {
 
 src_install() {
installation() {
-   emake INSTALL_ROOT="${D}" install
+   # parallel install fails because mk_distinfo.py runs too early
+   emake -j1 INSTALL_ROOT="${D}" install
python_optimize
}
python_foreach_impl run_in_build_dir installation



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/gnome/, profiles/targets/desktop/gnome/systemd/

2019-03-21 Thread Mart Raudsepp
commit: 075e40d6b398323aecb8941c6175c7126bff31e3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 21 19:08:18 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 21 20:23:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075e40d6

profiles/desktop/gnome: default enable gnome-extra-apps[share] on systemd

Now that we have a separate systemd subprofile under targets/, we can
default-enable gnome-user-share again via systemd subprofile, keeping
gnome-base/gnome installable out of the box on non-systemd profiles and
defaulting to installing gnome-user-share on systemd profiles as before.

As gnome-user-share is for now systemd specific, move the apache USE
flag tweaks over to only systemd subprofile as well.

Signed-off-by: Mart Raudsepp  gentoo.org>

 profiles/targets/desktop/gnome/package.use | 3 ---
 profiles/targets/desktop/gnome/systemd/package.use | 8 
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/profiles/targets/desktop/gnome/package.use 
b/profiles/targets/desktop/gnome/package.use
index e5e8177025f..70a21e468c5 100644
--- a/profiles/targets/desktop/gnome/package.use
+++ b/profiles/targets/desktop/gnome/package.use
@@ -44,9 +44,6 @@ net-libs/libproxy python
 # For net-misc/vinagre-3.4 and gnome-boxes
 net-misc/spice-gtk gtk3
 
-# for gnome-extra/gnome-user-share
-www-servers/apache apache2_modules_dav apache2_modules_dav_fs 
apache2_modules_authn_file apache2_modules_auth_digest 
apache2_modules_authz_groupfile
-
 # Alexandre Rostovtsev  (19 Feb 2015)
 # Set reasonable default toolkit for gnome users to prevent emerge error
 # when USE=tools

diff --git a/profiles/targets/desktop/gnome/systemd/package.use 
b/profiles/targets/desktop/gnome/systemd/package.use
new file mode 100644
index 000..6d583e8165d
--- /dev/null
+++ b/profiles/targets/desktop/gnome/systemd/package.use
@@ -0,0 +1,8 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# On systemd profiles we can default enable gnome-user-share as it always has 
been
+gnome-base/gnome-extra-apps share
+
+# for gnome-extra/gnome-user-share
+www-servers/apache apache2_modules_dav apache2_modules_dav_fs 
apache2_modules_authn_file apache2_modules_auth_digest 
apache2_modules_authz_groupfile



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/17.0/desktop/gnome/systemd/, ...

2019-03-21 Thread Mart Raudsepp
commit: 8762a1b325e8c17f1a1a3a4b1623e2c159154cf4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 21 18:51:50 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 21 20:23:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8762a1b3

profiles: Add targets/desktop/gnome/systemd and gate relevant via it

Add a new targets/desktop/gnome/systemd profile, which parents
targets/desktop/gnome and targets/systemd, like the specific gnome
systemd profiles did. Change all these specific user exposed
desktop/gnome/systemd profiles to go through that instead of directly
to targets/systemd. This will allow us to do package.use,
make.defaults (default USE flags) and other tweaks separate from the
main gnome profile, which is now also used for non-systemd (elogind).

Signed-off-by: Mart Raudsepp  gentoo.org>

 profiles/default/linux/alpha/13.0/desktop/gnome/systemd/parent  | 2 +-
 profiles/default/linux/alpha/17.0/desktop/gnome/systemd/parent  | 2 +-
 profiles/default/linux/amd64/13.0/desktop/gnome/systemd/parent  | 2 +-
 profiles/default/linux/amd64/17.0/desktop/gnome/systemd/parent  | 2 +-
 profiles/default/linux/amd64/17.1/desktop/gnome/systemd/parent  | 2 +-
 profiles/default/linux/arm/13.0/desktop/gnome/systemd/parent| 2 +-
 profiles/default/linux/arm/17.0/desktop/gnome/systemd/parent| 2 +-
 profiles/default/linux/ia64/13.0/desktop/gnome/systemd/parent   | 2 +-
 profiles/default/linux/ia64/17.0/desktop/gnome/systemd/parent   | 2 +-
 profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/systemd/parent  | 2 +-
 profiles/default/linux/powerpc/ppc32/17.0/desktop/gnome/systemd/parent  | 2 +-
 .../powerpc/ppc64/13.0/32bit-userland/desktop/gnome/systemd/parent  | 2 +-
 .../powerpc/ppc64/13.0/64bit-userland/desktop/gnome/systemd/parent  | 2 +-
 .../powerpc/ppc64/17.0/32bit-userland/desktop/gnome/systemd/parent  | 2 +-
 .../powerpc/ppc64/17.0/64bit-userland/desktop/gnome/systemd/parent  | 2 +-
 profiles/default/linux/sparc/13.0/desktop/gnome/systemd/parent  | 2 +-
 profiles/default/linux/sparc/17.0/desktop/gnome/systemd/parent  | 2 +-
 profiles/default/linux/x86/13.0/desktop/gnome/systemd/parent| 2 +-
 profiles/default/linux/x86/17.0/desktop/gnome/systemd/parent| 2 +-
 profiles/targets/desktop/gnome/systemd/eapi | 1 +
 profiles/targets/desktop/gnome/systemd/parent   | 2 ++
 21 files changed, 22 insertions(+), 19 deletions(-)

diff --git a/profiles/default/linux/alpha/13.0/desktop/gnome/systemd/parent 
b/profiles/default/linux/alpha/13.0/desktop/gnome/systemd/parent
index 44f88d3e2df..f5c1ae438de 100644
--- a/profiles/default/linux/alpha/13.0/desktop/gnome/systemd/parent
+++ b/profiles/default/linux/alpha/13.0/desktop/gnome/systemd/parent
@@ -1,2 +1,2 @@
 ..
-../../../../../../../targets/systemd
+../../../../../../../targets/desktop/gnome/systemd

diff --git a/profiles/default/linux/alpha/17.0/desktop/gnome/systemd/parent 
b/profiles/default/linux/alpha/17.0/desktop/gnome/systemd/parent
index 44f88d3e2df..f5c1ae438de 100644
--- a/profiles/default/linux/alpha/17.0/desktop/gnome/systemd/parent
+++ b/profiles/default/linux/alpha/17.0/desktop/gnome/systemd/parent
@@ -1,2 +1,2 @@
 ..
-../../../../../../../targets/systemd
+../../../../../../../targets/desktop/gnome/systemd

diff --git a/profiles/default/linux/amd64/13.0/desktop/gnome/systemd/parent 
b/profiles/default/linux/amd64/13.0/desktop/gnome/systemd/parent
index 44f88d3e2df..f5c1ae438de 100644
--- a/profiles/default/linux/amd64/13.0/desktop/gnome/systemd/parent
+++ b/profiles/default/linux/amd64/13.0/desktop/gnome/systemd/parent
@@ -1,2 +1,2 @@
 ..
-../../../../../../../targets/systemd
+../../../../../../../targets/desktop/gnome/systemd

diff --git a/profiles/default/linux/amd64/17.0/desktop/gnome/systemd/parent 
b/profiles/default/linux/amd64/17.0/desktop/gnome/systemd/parent
index 44f88d3e2df..f5c1ae438de 100644
--- a/profiles/default/linux/amd64/17.0/desktop/gnome/systemd/parent
+++ b/profiles/default/linux/amd64/17.0/desktop/gnome/systemd/parent
@@ -1,2 +1,2 @@
 ..
-../../../../../../../targets/systemd
+../../../../../../../targets/desktop/gnome/systemd

diff --git a/profiles/default/linux/amd64/17.1/desktop/gnome/systemd/parent 
b/profiles/default/linux/amd64/17.1/desktop/gnome/systemd/parent
index 44f88d3e2df..f5c1ae438de 100644
--- a/profiles/default/linux/amd64/17.1/desktop/gnome/systemd/parent
+++ b/profiles/default/linux/amd64/17.1/desktop/gnome/systemd/parent
@@ -1,2 +1,2 @@
 ..
-../../../../../../../targets/systemd
+../../../../../../../targets/desktop/gnome/systemd

diff --git a/profiles/default/linux/arm/13.0/desktop/gnome/systemd/parent 
b/profiles/default/linux/arm/13.0/desktop/gnome/systemd/parent
index 44f88d3e2df..f5c1ae438de 100644
--- a/profiles/default/linux/arm/13.0/desktop/gnome/systemd/parent
+++ 

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

2019-03-21 Thread Kristian Fiskerstrand
commit: 7531f036b88d154c9379fee747d97fff8e827492
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Thu Mar 21 21:16:14 2019 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu Mar 21 21:17:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7531f036

app-crypt/gnupg: Version bump to 2.2.14

Closes: https://bugs.gentoo.org/680582
Closes: https://bugs.gentoo.org/677792
Thanks-to: Philipp Ammann
Signed-off-by: Kristian Fiskerstrand  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-crypt/gnupg/Manifest|   1 +
 app-crypt/gnupg/gnupg-2.2.14.ebuild | 136 
 2 files changed, 137 insertions(+)

diff --git a/app-crypt/gnupg/Manifest b/app-crypt/gnupg/Manifest
index 91aabf608ed..d9d42130a4f 100644
--- a/app-crypt/gnupg/Manifest
+++ b/app-crypt/gnupg/Manifest
@@ -1,3 +1,4 @@
 DIST gnupg-1.4.21.tar.bz2 3689305 BLAKE2B 
0c26c9c3aeae2bf2eafa858bc3bd15cc2702bce12a8a90938565322c34e2eeb8e5432932f5c9344a76aa4528b66051141536c062d9923a79d12a0767421bb017
 SHA512 
619e0fbc10310c7e55d129027e2945791fe91a0884b1d6f53acb4b2e380d1c6e71d1a516a59876182c5c70a4227d44a74ceda018c343b5291fa9a5d6de77c984
 DIST gnupg-2.2.10.tar.bz2 6659484 BLAKE2B 
d0270ca40bd70fe113fa4283c307d7d04370beec77ffba0abb7862defdab2d5a82b1508284961e30e7d0aab82bffdf09fe796741603e843a062073f179f0bfc2
 SHA512 
a4477828f268fa69125cf1822f8a721e67f8f4008bd9817b701989393bd93689aac8fee1f4d34d918911d53afabdcbb1c84d40e8a4489d7a29b5a769d330fddd
 DIST gnupg-2.2.12.tar.bz2 6682303 BLAKE2B 
8470ab8bf386d3524ce57ef1a1f6ac74d8cf2d7c35062b95c668b37586603c8e0817e410f4a0a807256e42896c6897b7118b29e471184b2fa871ad4ba048
 SHA512 
30de9757bb60a5cb6bf0dc2c8da5f4742c54affec3fcd0bcbf66f28f2812149afec5db70dcb6ba592101de4bdc479d1ba0b47c53c8b8d4765ddff32fa51c26c8
+DIST gnupg-2.2.14.tar.bz2 6707735 BLAKE2B 
feedb1c776e8d43e43905e8a8c1487bd88e8effc59e94baf308cb29a5feea5d9c666c78b50147d65a259dc89af241c2a2bf07a72c417617e5238e0fdbbc2b17f
 SHA512 
9d5216dee085efe6de300579d8fb773a5a55df639d5a435708611a974df522dd60dc995fbfcaad98065475dbeb731bbba19ecc3273e78b9b45fccff640dde69b

diff --git a/app-crypt/gnupg/gnupg-2.2.14.ebuild 
b/app-crypt/gnupg/gnupg-2.2.14.ebuild
new file mode 100644
index 000..fa2bd5fd28a
--- /dev/null
+++ b/app-crypt/gnupg/gnupg-2.2.14.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic systemd toolchain-funcs
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="The GNU Privacy Guard, a GPL OpenPGP implementation"
+HOMEPAGE="http://www.gnupg.org/;
+SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl tofu tools usb 
user-socket wks-server"
+
+# Existence of executables is checked during configuration.
+DEPEND="!app-crypt/dirmngr
+   >=dev-libs/libassuan-2.5.0
+   >=dev-libs/libgcrypt-1.7.3
+   >=dev-libs/libgpg-error-1.28
+   >=dev-libs/libksba-1.3.4
+   >=dev-libs/npth-1.2
+   >=net-misc/curl-7.10
+   bzip2? ( app-arch/bzip2 )
+   ldap? ( net-nds/openldap )
+   readline? ( sys-libs/readline:0= )
+   smartcard? ( usb? ( virtual/libusb:1 ) )
+   ssl? ( >=net-libs/gnutls-3.0:0= )
+   sys-libs/zlib
+   tofu? ( >=dev-db/sqlite-3.7 )
+   virtual/mta"
+
+RDEPEND="${DEPEND}
+   app-crypt/pinentry
+   nls? ( virtual/libintl )
+   selinux? ( sec-policy/selinux-gpg )"
+
+BDEPEND="virtual/pkgconfig
+   doc? ( sys-apps/texinfo )
+   nls? ( sys-devel/gettext )"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=(
+   ChangeLog NEWS README THANKS TODO VERSION
+   doc/FAQ doc/DETAILS doc/HACKING doc/TRANSLATE doc/OpenPGP doc/KEYSERVER
+)
+
+PATCHES=(
+   
"${FILESDIR}/${PN}-2.1.20-gpgscm-Use-shorter-socket-path-lengts-to-improve-tes.patch"
+)
+
+src_configure() {
+   local myconf=()
+
+   if use prefix && use usb; then
+   # bug #649598
+   append-cppflags -I"${EPREFIX}/usr/include/libusb-1.0"
+   fi
+
+   if use elibc_SunOS || use elibc_AIX; then
+   myconf+=( --disable-symcryptrun )
+   else
+   myconf+=( --enable-symcryptrun )
+   fi
+
+   #bug 663142
+   if use user-socket; then
+   myconf+=( --enable-run-gnupg-user-socket )
+   fi
+
+   # glib fails and picks up clang's internal stdint.h causing weird errors
+   [[ ${CC} == *clang ]] && \
+   export gl_cv_absolute_stdint_h=/usr/include/stdint.h
+
+   econf \
+   "${myconf[@]}" \
+   $(use_enable bzip2) \
+   $(use_enable nls) \
+   $(use_enable 

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

2019-03-21 Thread Piotr Karbowski
commit: 3497dfa5c04b3da7179f02de8fcbcb65190f2eac
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Thu Mar 21 20:11:21 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Thu Mar 21 20:13:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3497dfa5

x11-base/xorg-server: +elogind defaults, relax REQUIRED_USE.

Changes after feedback on #gentoo-dev. Now elogind USE flag is enabled
by default, and !suid does not enforces elogind or systemd. !suid still
will work without any of those as long as login manager starts X as
root.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-base/xorg-server/xorg-server-1.20.4.ebuild | 4 ++--
 x11-base/xorg-server/xorg-server-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-1.20.4.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.4.ebuild
index e5f0a8e00ee..d1fe2f09111 100644
--- a/x11-base/xorg-server/xorg-server-1.20.4.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.4.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} != * ]]; then
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl minimal selinux suid 
systemd +udev unwind xcsecurity"
+IUSE="${IUSE_SERVERS} debug +elogind +glamor ipv6 libressl minimal selinux 
suid systemd +udev unwind xcsecurity"
 
 CDEPEND=">=app-eselect/eselect-opengl-1.3.0
!libressl? ( dev-libs/openssl:0= )
@@ -114,7 +114,7 @@ REQUIRED_USE="!minimal? (
|| ( ${IUSE_SERVERS} )
)
elogind? ( udev )
-   !suid? ( ^^ ( elogind systemd ) )
+   ?? ( elogind systemd )
minimal? ( !glamor !wayland )
xephyr? ( kdrive )"
 

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 37a69179370..3958ac822a3 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} != * ]]; then
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl minimal selinux suid 
systemd +udev unwind xcsecurity"
+IUSE="${IUSE_SERVERS} debug +elogind +glamor ipv6 libressl minimal selinux 
suid systemd +udev unwind xcsecurity"
 
 CDEPEND=">=app-eselect/eselect-opengl-1.3.0
!libressl? ( dev-libs/openssl:0= )
@@ -113,7 +113,7 @@ REQUIRED_USE="!minimal? (
|| ( ${IUSE_SERVERS} )
)
elogind? ( udev )
-   !suid? ( ^^ ( elogind systemd ) )
+   ?? ( elogind systemd )
minimal? ( !glamor !wayland )
xephyr? ( kdrive )"
 



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

2019-03-21 Thread Mart Raudsepp
commit: e51cae928124eec2e223baa8472487ffaf4c2763
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 21 19:37:05 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 21 19:51:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51cae92

dev-cpp/gtkmm: bump to 3.24.1

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

 dev-cpp/gtkmm/Manifest|  1 +
 dev-cpp/gtkmm/gtkmm-3.24.1.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/dev-cpp/gtkmm/Manifest b/dev-cpp/gtkmm/Manifest
index 89e500ea234..9d4093624e7 100644
--- a/dev-cpp/gtkmm/Manifest
+++ b/dev-cpp/gtkmm/Manifest
@@ -1,3 +1,4 @@
 DIST gtkmm-2.24.5.tar.xz 12022024 BLAKE2B 
6b2bca9fe6ad81cd956e1f3cc3140bc503b78386cf3931c8eeac08c8b2a08c73450bdbb703d1febaee67cdf834093ff5e89790f866357190822613a68a596ad3
 SHA512 
c50e52830977c37181439f4b82a30ac8bead0cf9022d2bec8225f8dc33e08414f863bf67056e1938fae8f888c09a5a6d757acc011fa9331a78caa6bb626dd51e
 DIST gtkmm-3.22.2.tar.xz 12341028 BLAKE2B 
cac55d0358be4be50ff2d603b245a34af4bab0a046332ac6a7159ea7dece8bce8cd53c532ce499cf3172e8f69455de0378946640ad363e33ddd2a5c38e6843ca
 SHA512 
6e96b543e459481145ee0f56f31a7ad2466bd8ccdd2abf3205998aecede73d235149ca6e5ba6e8d20a4fd5345e310870d81ac2a716d4f78d1460ed685badbdc2
 DIST gtkmm-3.24.0.tar.xz 12515792 BLAKE2B 
d1150019b28ecffbf1e2f561e8b691d584dfc893dbc1ef46f1dd33e2c9050ea77e00a1cb7ce1f3832568fd9865c977dbc71a461923c285331372371a5f235369
 SHA512 
94658fbf7eebbac2a864d6c7d3cd0e6ffd4ac213fd1d9986d721d4906c7a43a45d8757df475879ee37ef54ec5e3fac7d9a8e4a194b97b2be72a10743bf2e13ac
+DIST gtkmm-3.24.1.tar.xz 12482756 BLAKE2B 
238b9224a57b929cf75617de326f47ff15da07a4a68e6ae10903b29f5e1e29f4fbbaab82f7b483fcdb4c27aa25908bf9e80c4362ba3df298073c73530b79bcb0
 SHA512 
be7144edb0d5d68f761c9e92c197c3b84de045072443222694c1595faebf3390623a390dbec9f7232a70231aca138b1cb4343ab27b2a6a418af7ec1586ed

diff --git a/dev-cpp/gtkmm/gtkmm-3.24.1.ebuild 
b/dev-cpp/gtkmm/gtkmm-3.24.1.ebuild
new file mode 100644
index 000..c9ea2183396
--- /dev/null
+++ b/dev-cpp/gtkmm/gtkmm-3.24.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 multilib-minimal virtualx
+
+DESCRIPTION="C++ interface for GTK+"
+HOMEPAGE="https://www.gtkmm.org;
+
+LICENSE="LGPL-2.1+"
+SLOT="3.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+
+IUSE="aqua doc test wayland X"
+REQUIRED_USE="|| ( aqua wayland X )"
+
+RDEPEND="
+   >=dev-cpp/glibmm-2.54.0:2[${MULTILIB_USEDEP}]
+   >=x11-libs/gtk+-3.24.0:3[aqua?,wayland?,X?,${MULTILIB_USEDEP}]
+   >=x11-libs/gdk-pixbuf-2.35.5:2[${MULTILIB_USEDEP}]
+   >=dev-cpp/atkmm-2.24.2[${MULTILIB_USEDEP}]
+   >=dev-cpp/cairomm-1.12.0[${MULTILIB_USEDEP}]
+   >=dev-cpp/pangomm-2.38.2:1.4[${MULTILIB_USEDEP}]
+   >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? (
+   media-gfx/graphviz
+   dev-libs/libxslt
+   app-doc/doxygen )
+"
+# eautoreconf needs mm-common
+
+src_prepare() {
+   if ! use test; then
+   # don't waste time building tests
+   sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
+   || die "sed 1 failed"
+   fi
+
+   # don't waste time building examples
+   sed 's/^\(SUBDIRS =.*\)demos\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
+   || die "sed 2 failed"
+
+   gnome2_src_prepare
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" gnome2_src_configure \
+   --enable-api-atkmm \
+   $(multilib_native_use_enable doc documentation) \
+   $(use_enable aqua quartz-backend) \
+   $(use_enable wayland wayland-backend) \
+   $(use_enable X x11-backend)
+}
+
+multilib_src_test() {
+   virtx emake check
+}
+
+multilib_src_install() {
+   gnome2_src_install
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   find demos -type d -name '.deps' -exec rm -rf {} \; 2>/dev/null
+   find demos -type f -name 'Makefile*' -exec rm -f {} \; 2>/dev/null
+   dodoc -r demos
+}



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

2019-03-21 Thread Mart Raudsepp
commit: 8ecec2e2b2039a1e6f95fa87c7aabd5e369f6733
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 21 19:44:35 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 21 19:51:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecec2e2

x11-libs/gtksourceview: bump to 3.24.10

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

 x11-libs/gtksourceview/Manifest|  1 +
 .../gtksourceview/gtksourceview-3.24.10.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest
index dc4775acebb..8de32b575b7 100644
--- a/x11-libs/gtksourceview/Manifest
+++ b/x11-libs/gtksourceview/Manifest
@@ -1,4 +1,5 @@
 DIST gtksourceview-2.10.5.tar.bz2 1253321 BLAKE2B 
810a3eeca69bab4356b21c64129bb852e00d02c7937ad4a2ce3af9e48700da943d8d6834efcce9810dd49a54f39d4a074dc086a557128da51a593b2f23e58d48
 SHA512 
6f64acef6196bfc5953e0b148d7e460d366073b5e21367c01b01fc4d1c86ffe8aca71ecd77cf0814e47d8fc3085495f25bbbdc69e746987b02fd02fcda64886d
+DIST gtksourceview-3.24.10.tar.xz 1422888 BLAKE2B 
df344049095a354d49474d0ff0ae9d875d1b523452d19f894a3e4615889ab402bf20c4870f4aea7665ea89fd219dc7d441b8b40576e331f90a2d218d4815a45f
 SHA512 
990935ed7c3b10a1659cf22bd36eb71e76088768f7b70234b50465f542592720bb6b206746e0606c96ab99ba0208535fc6073b4f6c0f3427acd0ab5a43420d46
 DIST gtksourceview-3.24.8.tar.xz 1408964 BLAKE2B 
e406aa9f776821abfcc87333fc955b4f3ae334f73a8b1dfa0b123067df24bd4f473e326347c99df7dc6c97adbdde8739cb301e45ca70324f6e8de2ce9e1ea973
 SHA512 
84a02278344f9fe3c1b8f2440c6179feaea53df93061c63023d92bcaa1ec7ff8e95e1f3a463c23d8487c74492469f3dc367bcca3975ef169bf03925ecee7f7ff
 DIST gtksourceview-3.24.9.tar.xz 141 BLAKE2B 
9d148fba03339c7dccca70822f498aea6423125af1a954e0c9f8ff9735141fc9e4f845c7172be5faf97e694445dc95d41d5d903ef5b5da3dd0ce7fe58b524ca7
 SHA512 
29b58afba1c0b473205cf7070997139d2ca07cf68d40185aa76fa59c900ad21c03ccb79dec9970e5f96743cfdb5a7d926b21a9947244bc8cf8cbd1033467cd01
 DIST gtksourceview-4.0.3.tar.xz 1396640 BLAKE2B 
5e5f84597c1f75a732ac487c2107eb54be2740eb2cabd177aec76cb4b2504a32969c4918e2a1294e9d486660090985a4f588dbde49f241fbb1493eaa3daa335b
 SHA512 
d3f7512bddf247166c12dc38bc66d55e44c1830f9b8d62758f06cb7117e33f8908f4d8186b9d7e77514623a58f3a973cc75e3fd6a09c5f891f8b948012a76955

diff --git a/x11-libs/gtksourceview/gtksourceview-3.24.10.ebuild 
b/x11-libs/gtksourceview/gtksourceview-3.24.10.ebuild
new file mode 100644
index 000..0fd73d20f6c
--- /dev/null
+++ b/x11-libs/gtksourceview/gtksourceview-3.24.10.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+VALA_MIN_API_VERSION="0.24"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="A text widget implementing syntax highlighting and other features"
+HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="3.0/3"
+
+IUSE="glade +introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.48:2
+   >=dev-libs/libxml2-2.6:2
+   >=x11-libs/gtk+-3.20:3[introspection?]
+   glade? ( >=dev-util/glade-3.9:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   >=dev-util/gtk-doc-am-1.25
+   >=sys-devel/gettext-0.19.4
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable glade glade-catalog) \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}
+
+src_test() {
+   virtx emake check
+}
+
+src_install() {
+   gnome2_src_install
+
+   insinto /usr/share/${PN}-3.0/language-specs
+   doins "${FILESDIR}"/2.0/gentoo.lang
+}



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

2019-03-21 Thread Mart Raudsepp
commit: 2d63589eeac2d9a551f30bb7a7b3fd62620669ed
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 21 19:49:18 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 21 19:51:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d63589e

x11-libs/gtksourceview: bump to 4.2.0

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

 x11-libs/gtksourceview/Manifest   |  1 +
 x11-libs/gtksourceview/gtksourceview-4.2.0.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest
index 8de32b575b7..038e9609ebd 100644
--- a/x11-libs/gtksourceview/Manifest
+++ b/x11-libs/gtksourceview/Manifest
@@ -3,3 +3,4 @@ DIST gtksourceview-3.24.10.tar.xz 1422888 BLAKE2B 
df344049095a354d49474d0ff0ae9d
 DIST gtksourceview-3.24.8.tar.xz 1408964 BLAKE2B 
e406aa9f776821abfcc87333fc955b4f3ae334f73a8b1dfa0b123067df24bd4f473e326347c99df7dc6c97adbdde8739cb301e45ca70324f6e8de2ce9e1ea973
 SHA512 
84a02278344f9fe3c1b8f2440c6179feaea53df93061c63023d92bcaa1ec7ff8e95e1f3a463c23d8487c74492469f3dc367bcca3975ef169bf03925ecee7f7ff
 DIST gtksourceview-3.24.9.tar.xz 141 BLAKE2B 
9d148fba03339c7dccca70822f498aea6423125af1a954e0c9f8ff9735141fc9e4f845c7172be5faf97e694445dc95d41d5d903ef5b5da3dd0ce7fe58b524ca7
 SHA512 
29b58afba1c0b473205cf7070997139d2ca07cf68d40185aa76fa59c900ad21c03ccb79dec9970e5f96743cfdb5a7d926b21a9947244bc8cf8cbd1033467cd01
 DIST gtksourceview-4.0.3.tar.xz 1396640 BLAKE2B 
5e5f84597c1f75a732ac487c2107eb54be2740eb2cabd177aec76cb4b2504a32969c4918e2a1294e9d486660090985a4f588dbde49f241fbb1493eaa3daa335b
 SHA512 
d3f7512bddf247166c12dc38bc66d55e44c1830f9b8d62758f06cb7117e33f8908f4d8186b9d7e77514623a58f3a973cc75e3fd6a09c5f891f8b948012a76955
+DIST gtksourceview-4.2.0.tar.xz 1410764 BLAKE2B 
8f20a762c16a0abc47ff191a2ea4d6b44a397cabee056e98263d0ba59cbc7207ac72341a630aa83fe7855804bd6add77e0d93e706ac9561c9577843f17e00246
 SHA512 
f2350b1e7042309c01be0feda6059d788a7ef55c4ccd48e16b4c92a71292ed6f92243455ca42aa0950db61de8d68f4a76f4fac46cd46316b690bcef1ea34c641

diff --git a/x11-libs/gtksourceview/gtksourceview-4.2.0.ebuild 
b/x11-libs/gtksourceview/gtksourceview-4.2.0.ebuild
new file mode 100644
index 000..d3bac6fc419
--- /dev/null
+++ b/x11-libs/gtksourceview/gtksourceview-4.2.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+VALA_MIN_API_VERSION="0.24"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="A text widget implementing syntax highlighting and other features"
+HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="4"
+
+IUSE="glade +introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.48:2
+   >=dev-libs/libxml2-2.6:2
+   >=x11-libs/gtk+-3.20:3[introspection?]
+   glade? ( >=dev-util/glade-3.9:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   >=dev-util/gtk-doc-am-1.25
+   >=sys-devel/gettext-0.19.4
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable glade glade-catalog) \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}
+
+src_test() {
+   virtx emake check
+}
+
+src_install() {
+   gnome2_src_install
+
+   insinto /usr/share/${PN}-4/language-specs
+   doins "${FILESDIR}"/2.0/gentoo.lang
+
+   # Avoid conflict with gtksourceview:3.0 glade-catalog
+   # TODO: glade doesn't actually show multiple GtkSourceView widget 
collections, so with both installed, can't really be sure which ones are used
+   if use glade; then
+   mv "${ED}"/usr/share/glade/catalogs/gtksourceview.xml 
"${ED}"/usr/share/glade/catalogs/gtksourceview-${SLOT}.xml || die
+   fi
+}



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

2019-03-21 Thread Davide Pesavento
commit: bbc203eeb18641b4aa82ed5f1ea1fd263ac7e1c8
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Mar 21 19:42:02 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Mar 21 19:42:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc203ee

dev-python/PyQt5-sip: drop python3_4 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild | 2 +-
 dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild 
b/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild
index d71ee7c6948..0f179c01f2e 100644
--- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild
+++ b/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit python-r1 toolchain-funcs
 
 DESCRIPTION="Private sip module for PyQt5"

diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild 
b/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild
index d71ee7c6948..0f179c01f2e 100644
--- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild
+++ b/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit python-r1 toolchain-funcs
 
 DESCRIPTION="Private sip module for PyQt5"



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

2019-03-21 Thread Davide Pesavento
commit: cdb325c971def05b38a5722a2652db4a7cdac66d
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Mar 21 19:39:47 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Mar 21 19:40:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb325c9

dev-python/PyQt5: drop python3_4 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild  | 4 ++--
 dev-python/PyQt5/PyQt5-5.12.1.ebuild | 2 +-
 dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild | 4 ++--
 dev-python/PyQt5/PyQt5-5.9.2.ebuild  | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild 
b/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild
index 8b331f240fb..d0f6fd5829f 100644
--- a/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit multibuild python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for the Qt framework"

diff --git a/dev-python/PyQt5/PyQt5-5.12.1.ebuild 
b/dev-python/PyQt5/PyQt5-5.12.1.ebuild
index 287228a9a1d..a4197ca2dc5 100644
--- a/dev-python/PyQt5/PyQt5-5.12.1.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.12.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit multibuild python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for the Qt framework"

diff --git a/dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild 
b/dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild
index 7db840ce9df..c4cd1a3276d 100644
--- a/dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit multibuild python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for the Qt framework"

diff --git a/dev-python/PyQt5/PyQt5-5.9.2.ebuild 
b/dev-python/PyQt5/PyQt5-5.9.2.ebuild
index 2a9f2c434ae..a4aa37a0d7d 100644
--- a/dev-python/PyQt5/PyQt5-5.9.2.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.9.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit multibuild python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for the Qt framework"



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

2019-03-21 Thread Piotr Karbowski
commit: bdd4b3309fef4c58066f9a5f88b4db448be19dfe
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Thu Mar 21 19:39:09 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Thu Mar 21 19:39:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd4b330

x11-base/xorg-server: elogind integration, -suid by default.

This enables users that does not run systemd to have suid-less Xorg. A
privileged entity is required for SETMASTER and DROPMASTER calls to get
control over framebuffer. Additionally elogind with udev grant user
access to input device nodes and elogind alone interfaces the
SETMASTER/DROPMASTER calls.

Xorg-server will do keeptty automatically, meaning one does not need to
pass any extra parameters to `startx` to get things working, It does
take adventage of $XDG_SEAT and $XDG_VTNR set by pam_elogind upon login.

Although it's possible to run rootless without udev (with any /dev
manager, like mdev of busybox), the configure flag that USE=elogind
enables (--enable-systemd-logind) checks if udev toggle is also enabled.
This leads to a situation where udev needs to be present on user system
while building, however, udev does not needs to be running, as long as
user is in video and input system groups, elogind is running and user
logged in when pam_elogind.so was enabled Xorg will start as regular
user.

Closes: https://bugs.gentoo.org/670930
Ack-by: Matt Turner  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-base/xorg-server/metadata.xml  |  1 +
 x11-base/xorg-server/xorg-server-1.20.4.ebuild | 14 +++---
 x11-base/xorg-server/xorg-server-.ebuild   | 14 +++---
 3 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/x11-base/xorg-server/metadata.xml 
b/x11-base/xorg-server/metadata.xml
index 74e52195b25..5c14eec54c8 100644
--- a/x11-base/xorg-server/metadata.xml
+++ b/x11-base/xorg-server/metadata.xml
@@ -7,6 +7,7 @@
 
 
Build the Distributed Multiheaded X server
+   Use elogind to get control over framebuffer when 
running as regular user
Enable Glamor OpenGL 2D acceleration
Build the kdrive X servers
Enable libunwind usage for backtraces

diff --git a/x11-base/xorg-server/xorg-server-1.20.4.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.4.ebuild
index 6a9a3eb1cea..e5f0a8e00ee 100644
--- a/x11-base/xorg-server/xorg-server-1.20.4.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.4.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} != * ]]; then
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug +glamor ipv6 libressl minimal selinux +suid 
systemd +udev unwind xcsecurity"
+IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl minimal selinux suid 
systemd +udev unwind xcsecurity"
 
 CDEPEND=">=app-eselect/eselect-opengl-1.3.0
!libressl? ( dev-libs/openssl:0= )
@@ -81,7 +81,13 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0
systemd? (
sys-apps/dbus
sys-apps/systemd
-   )"
+   )
+   elogind? (
+   sys-apps/dbus
+   sys-auth/elogind
+   sys-auth/pambase[elogind]
+   )
+   "
 
 DEPEND="${CDEPEND}
sys-devel/flex
@@ -107,6 +113,8 @@ PDEPEND="
 REQUIRED_USE="!minimal? (
|| ( ${IUSE_SERVERS} )
)
+   elogind? ( udev )
+   !suid? ( ^^ ( elogind systemd ) )
minimal? ( !glamor !wayland )
xephyr? ( kdrive )"
 
@@ -156,8 +164,8 @@ pkg_setup() {
$(use_enable udev config-udev)
$(use_with doc doxygen)
$(use_with doc xmlto)
+   $(usex !elogind $(use_enable systemd systemd-logind) 
'--enable-systemd-logind')
$(use_with systemd systemd-daemon)
-   $(use_enable systemd systemd-logind)
$(usex suid $(use_enable systemd suid-wrapper) 
'--disable-suid-wrapper')
$(usex suid $(use_enable !systemd install-setuid) 
'--disable-install-setuid')
--enable-libdrm

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 187e506211e..37a69179370 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} != * ]]; then
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug +glamor ipv6 libressl minimal selinux +suid 
systemd +udev unwind xcsecurity"
+IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl minimal selinux suid 
systemd +udev unwind xcsecurity"
 
 CDEPEND=">=app-eselect/eselect-opengl-1.3.0
!libressl? ( dev-libs/openssl:0= )
@@ -80,7 +80,13 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0
systemd? (
sys-apps/dbus
sys-apps/systemd
-   )"
+   )
+   elogind? (
+   

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-vuplus/

2019-03-21 Thread Craig Andrews
commit: 1310d16b05d740d1e90ddae9992d2f450d58ae17
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Mar 21 19:10:37 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Mar 21 19:11:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1310d16b

media-plugins/kodi-pvr-vuplus: 3.20.0 version bump

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

 media-plugins/kodi-pvr-vuplus/Manifest |  1 +
 .../kodi-pvr-vuplus/kodi-pvr-vuplus-3.20.0.ebuild  | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/media-plugins/kodi-pvr-vuplus/Manifest 
b/media-plugins/kodi-pvr-vuplus/Manifest
index 30e3cd567f0..e924ef05847 100644
--- a/media-plugins/kodi-pvr-vuplus/Manifest
+++ b/media-plugins/kodi-pvr-vuplus/Manifest
@@ -2,3 +2,4 @@ DIST kodi-pvr-vuplus-2.4.10.tar.gz 80514 BLAKE2B 
d84f0da7f8473456ce6258b2602fb2d
 DIST kodi-pvr-vuplus-3.17.0.tar.gz 160410 BLAKE2B 
0eae7616abf01713148f6ac5370ccc2de9ee47dcb4b024119c16b1417fe1c655a8f1e9d9af188ae5106399cd321303f2ceb232b037f220411b15990986a6cea9
 SHA512 
a9c7e46af9bc1cdc18aeacac6f219c3c4210854287e086870e64b1cf2350b69b32d8ec3e980805be00093020ff3423b1cf7eb47dabcca4b14eee1f1cbe49e9f1
 DIST kodi-pvr-vuplus-3.18.1.tar.gz 163398 BLAKE2B 
30cab3bcd9e0750c116f2e95170fd5d9fdc5c1be0f8068ed58aafc265454105d70504c6bf661d0b4c2e21eb9ca9e1868ec8da8e32bd39a054feae5bf8804ab46
 SHA512 
eadfb01b5a9d478d03bf720133c5de163b5fc1b8789dd2f756724dd180bc00ae593c43a4e727d6f6c9646a99626cc8dd6ee72cb054db65c2a49acc08ebb00ccc
 DIST kodi-pvr-vuplus-3.19.0.tar.gz 168331 BLAKE2B 
141de1df21ae4149be56be3d952edd15792567aae39b337671c8f53cf28b1208dd69993a3680deb25b006b1d92eaa1a5b151ebc394f84d041d7cf99e56c206a4
 SHA512 
3a59aa691b0982cfbae466a3fa148a9ab71c7daeaeff1b91fdb71da4fbb406a6fa0346551bf7da37a4ba4dd6c1f58a2a3e41b0533b69afa4e28ecdf52be0029c
+DIST kodi-pvr-vuplus-3.20.0.tar.gz 172198 BLAKE2B 
bb68f6de811e14e38b0a804ed1db01e64df7d9c8e2c5ad6b31e07188f571418ec1ab8289056a0480b7aeffdd39bb8668c5ea0493ac0688e665c02994da9e53d1
 SHA512 
e30edab00ff0396ddd4021dc5a9ac8a0199d2535449385ff130572387fc1f01e128fd1f1a9b5cacea22de4789b1220b9ad0202a9c8086618fc2e35ef053dae19

diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.20.0.ebuild 
b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.20.0.ebuild
new file mode 100644
index 000..f77cda46652
--- /dev/null
+++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.20.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's VuPlus client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.vuplus;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vuplus.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.vuplus/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.vuplus-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   dev-libs/tinyxml
+   dev-cpp/nlohmann_json
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



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

2019-03-21 Thread William Hubbs
commit: 2e9d5ff47744b9f2e37982085f35a73f884bc90a
Author: William Hubbs  sony  com>
AuthorDate: Thu Mar 21 17:56:32 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Mar 21 19:08:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9d5ff4

dev-python/python-sqlparse: 0.3.0 bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/python-sqlparse/Manifest|  1 +
 .../python-sqlparse/python-sqlparse-0.3.0.ebuild   | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/python-sqlparse/Manifest 
b/dev-python/python-sqlparse/Manifest
index af1f8279d8e..7760bee3a00 100644
--- a/dev-python/python-sqlparse/Manifest
+++ b/dev-python/python-sqlparse/Manifest
@@ -1,2 +1,3 @@
 DIST sqlparse-0.2.3.tar.gz 60742 BLAKE2B 
38d3f17d196d3a1d50ea75810b5bd3a890c6f4b12195621d571d62b8c40e2e2d13034deddd95288df37a15daba28153a5ca9221b78bfff1c0e3bc37eddca2dba
 SHA512 
ec654e680f8ce423a89da92c4c74f85e652bebb19e9a40ab0b8067f61803897e49e1e6f8dd1ab454b1ed130974d76b4f973c799264fd4bf8a87f034ba9c44835
 DIST sqlparse-0.2.4.tar.gz 61614 BLAKE2B 
2462fa5d77ca2c3028aa3539bedc3cb2d7abd35db3c736ffd8abad8626a33174787f0079453ec646739749c8860fce0f1c7d815e6a8485c24b851a40b5bf3b87
 SHA512 
abea0f084778976f2d1086006eaa88e1fc1d2580654d063b35557a44d9d9727b410a022e8ea06ae3b265f2829d49c48d347dddc61f2e56be9c3d6207104712b2
+DIST sqlparse-0.3.0.tar.gz 64072 BLAKE2B 
fbee74c7222fa50c5d627959d5c8652dcd85ab5b5b771e3c8375cadc6e009c2fb1adc3c2428e27d769c210e7976c350bfab367cb7aa44dd7b4183ad9722a4ca6
 SHA512 
596d25f5fa2c797fe5652e36e9633397e7867586ff0959f52d1ff861c16d0e7c73644daf03d74169dd20255e802b7369d4dace0a44a3d94c15bd67faa41df551

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
new file mode 100644
index 000..8d9e4eac466
--- /dev/null
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+MY_PN="${PN##python-}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A non-validating SQL parser module for Python"
+HOMEPAGE="https://github.com/andialbrecht/sqlparse;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+LICENSE="BSD-2"
+IUSE="doc test"
+
+REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   )"
+# Required for running tests
+DISTUTILS_IN_SOURCE_BUILD=1
+
+S="${WORKDIR}"/${P#python-}
+
+pkg_setup() {
+   use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' )
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   if python_is_python3; then
+   2to3 -w --no-diffs -n tests/ sqlparse/
+   py.test ./tests || die "testsuite failed ${EPYTHON}"
+   else
+   py.test tests || die "testsuite failed under ${EPYTHON}"
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+   distutils-r1_python_install_all
+}



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

2019-03-21 Thread William Hubbs
commit: fe749ca6e43fe771d5fa050cb89c6431196ddf98
Author: William Hubbs  sony  com>
AuthorDate: Thu Mar 21 17:23:42 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Mar 21 18:57:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe749ca6

dev-python/psycopg: 2.7.7 bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/psycopg/Manifest |  1 +
 dev-python/psycopg/psycopg-2.7.7.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/dev-python/psycopg/Manifest b/dev-python/psycopg/Manifest
index e133c34ae47..1a34ee61b5e 100644
--- a/dev-python/psycopg/Manifest
+++ b/dev-python/psycopg/Manifest
@@ -1,2 +1,3 @@
 DIST psycopg2-2.7.4.tar.gz 425331 BLAKE2B 
9d256ea340e4bace53981596d9d42863ddc9c8c079579b0621d8043af34daade05b9cec5465c6b3990f537a4350d9cf60a43062a0aa34db1f39b336296b32d3f
 SHA512 
e78db528a4d3b897e0d8d38755179082dacddfb2d10bda963fc3836548991eaa0d4c1b8f81b329b15f4e685046c39e6f2a352b6c47b1da42af3a262094233034
 DIST psycopg2-2.7.5.tar.gz 426358 BLAKE2B 
301bd4c6ecbc29b1b02e477ffd3576c4bbb00142998a85f5a79678a96b521098a8d0bf75779ab7ecb082c6d374cbf41cc845dcba0e1413b98621f67f9b139135
 SHA512 
5bf85b6760871f904b6b570ea454f99b72cf97acf9cce10b63dc7b6b0b18913b50ad4f24c469d101c54de6ad6100f1cac3c58225076b5e584a677f5ab4170a93
+DIST psycopg2-2.7.7.tar.gz 427474 BLAKE2B 
bc721b721693bc5f560a4829e84715d15e8c14523ada00109c7d7ba916c91928082fff286bd3c2ff5987c0436443128d1408ac9de073ad538b1e356fc73aaf8f
 SHA512 
032344957c00bf659ca5e46f54f827a6d79809e370d661cd349e2ce935873359bcc4f440b74c6f14658bf1cd9598b6d884abae507fd33db9e07b01fc87967fb0

diff --git a/dev-python/psycopg/psycopg-2.7.7.ebuild 
b/dev-python/psycopg/psycopg-2.7.7.ebuild
new file mode 100644
index 000..66a3df040bf
--- /dev/null
+++ b/dev-python/psycopg/psycopg-2.7.7.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PN="${PN}2"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="PostgreSQL database adapter for Python"
+HOMEPAGE="http://initd.org/psycopg/ https://pypi.org/project/psycopg2/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+IUSE="debug doc examples"
+
+RDEPEND=">=dev-db/postgresql-8.1:*"
+DEPEND="${RDEPEND}
+   doc? (
+   >=dev-python/pygments-2.2[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
+   )"
+
+RESTRICT="test"
+
+# Avoid using mxdatetime: https://bugs.gentoo.org/452028
+PATCHES=( "${FILESDIR}"/psycopg-2.7.3-avoid-mxdatetime.patch )
+
+S="${WORKDIR}/${MY_P}"
+
+python_compile() {
+   local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
+
+   ! python_is_python3 && append-flags -fno-strict-aliasing
+
+   distutils-r1_python_compile
+}
+
+python_prepare_all() {
+   if use debug; then
+   sed -i 's/^\(define=\)/\1PSYCOPG_DEBUG,/' setup.cfg || die
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc/src -j1 html text
+}
+
+python_install_all() {
+   if use doc; then
+   dodoc -r doc/src/_build/html
+   dodoc doc/src/_build/text/*
+   fi
+
+   if use examples ; then
+  dodoc -r examples
+  docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   distutils-r1_python_install_all
+}



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

2019-03-21 Thread Davide Pesavento
commit: 632a5d05cf400847a75124da2f524d63ee7f4dda
Author: Stefan Strogin  gmail  com>
AuthorDate: Thu Mar 21 18:41:30 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Mar 21 18:45:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632a5d05

dev-python/PyQt5: add 5.12.1

Closes: https://bugs.gentoo.org/680968
Closes: https://github.com/gentoo/gentoo/pull/11415
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Stefan Strogin  gmail.com>
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/PyQt5/Manifest|   1 +
 dev-python/PyQt5/PyQt5-5.12.1.ebuild | 196 +++
 2 files changed, 197 insertions(+)

diff --git a/dev-python/PyQt5/Manifest b/dev-python/PyQt5/Manifest
index 95c07f65171..3bac4297938 100644
--- a/dev-python/PyQt5/Manifest
+++ b/dev-python/PyQt5/Manifest
@@ -1,3 +1,4 @@
 DIST PyQt5_gpl-5.10.1.tar.gz 3110469 BLAKE2B 
75e24bd8c0739d47eff6212435aa783eaa302633beb0494f099edc3f8f99600cd03dc3cba5152ed7ae703cfe445ecae06ec5d2281dd7c0640c71db041659bd6f
 SHA512 
04cd0292f7a088f9c0d088d7c73ec96cfc40253f771dfdf194eb92be7635e6fcaf04863fa24215e9c34a096658549bb2feeb8d8fdca1e39ed87f0256ef0f790b
+DIST PyQt5_gpl-5.12.1.tar.gz 3147086 BLAKE2B 
d5a018f1fca401b9f70dd16e2a28ea380c8a83f5e18dc8577e317dae5904a7b95f8fe979bf7f574f95e71222c514565fbf051b1de87f97cd2ab70c09d04e86ac
 SHA512 
f8c440bd5e804b9f5fcabbdf1290cee3176f3d676d150c705b64136d2116ccd7b09233672674fe97a4aa521974c9355d44daf7a244b6cda7fa55757332c08e67
 DIST PyQt5_gpl-5.12.dev1812231618.tar.gz 3120289 BLAKE2B 
2d48eaa39090ed60f971b84c96d148fba05c58fe15196f9a99c7a6c8302f364623dd0e1f0cc16d6fb527606cabf6cb072316319252b65f44c9652c1d95ca9fa6
 SHA512 
6a95fb02fe1eea3e7fb9a03da457a036f92f5404074e7234eeb52e5941bd247343e3d34d4054dc5a604b380fc2a227f7fe5ae250fcd4449da4a3fe856ab8eba3
 DIST PyQt5_gpl-5.9.2.tar.gz 3102848 BLAKE2B 
b87f25693aa2b2029f89cf13665bf88f14de8827d43ba757344ab9bdef0b0c197abb8386308c72925da263cabb6efd3f104db8a350c51fca3fba8c7c06b6
 SHA512 
5af2e65addaed7dd02d8dbf7a7c63767e565fc8edeb7b51e5991a00cda29f75b666529097646e821aaff556f350a929fd451f548bba76e97355b7fe10bd913bc

diff --git a/dev-python/PyQt5/PyQt5-5.12.1.ebuild 
b/dev-python/PyQt5/PyQt5-5.12.1.ebuild
new file mode 100644
index 000..287228a9a1d
--- /dev/null
+++ b/dev-python/PyQt5/PyQt5-5.12.1.ebuild
@@ -0,0 +1,196 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+inherit multibuild python-r1 qmake-utils
+
+DESCRIPTION="Python bindings for the Qt framework"
+HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro;
+
+MY_P=${PN}_gpl-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/PyQt5/${MY_P}.tar.gz;
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+# TODO: QtNfc, QtRemoteObjects (Qt >= 5.12)
+IUSE="bluetooth dbus debug declarative designer examples gles2 gui help 
location
+   multimedia network networkauth opengl positioning printsupport sensors
+   serialport sql svg testlib webchannel webkit websockets widgets 
x11extras
+   xmlpatterns"
+
+# The requirements below were extracted from configure.py
+# and from the output of 'grep -r "%Import " "${S}"/sip'
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   bluetooth? ( gui )
+   declarative? ( gui network )
+   designer? ( widgets )
+   help? ( gui widgets )
+   location? ( positioning )
+   multimedia? ( gui network )
+   networkauth? ( network )
+   opengl? ( gui widgets )
+   positioning? ( gui )
+   printsupport? ( gui widgets )
+   sensors? ( gui )
+   serialport? ( gui )
+   sql? ( widgets )
+   svg? ( gui widgets )
+   testlib? ( widgets )
+   webchannel? ( network )
+   webkit? ( gui network printsupport widgets )
+   websockets? ( network )
+   widgets? ( gui )
+   xmlpatterns? ( network )
+"
+
+# Minimal supported version of Qt.
+QT_PV="5.10:5"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}]
+   >=dev-qt/qtcore-${QT_PV}
+   >=dev-qt/qtxml-${QT_PV}
+   virtual/python-enum34[${PYTHON_USEDEP}]
+   bluetooth? ( >=dev-qt/qtbluetooth-${QT_PV} )
+   dbus? (
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-qt/qtdbus-${QT_PV}
+   )
+   declarative? ( >=dev-qt/qtdeclarative-${QT_PV}[widgets?] )
+   designer? ( >=dev-qt/designer-${QT_PV} )
+   gui? ( >=dev-qt/qtgui-${QT_PV}[gles2=] )
+   help? ( >=dev-qt/qthelp-${QT_PV} )
+   location? ( >=dev-qt/qtlocation-${QT_PV} )
+   multimedia? ( >=dev-qt/qtmultimedia-${QT_PV}[widgets?] )
+   network? ( >=dev-qt/qtnetwork-${QT_PV} )
+   networkauth? ( 

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

2019-03-21 Thread Michał Górny
commit: edebd2dd7ec20bf13fb73c0a2760d1f9aaa4edda
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 15:22:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 18:01:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edebd2dd

sys-kernel/kergen: Drop old py3.4-only version

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

 sys-kernel/kergen/Manifest|  1 -
 sys-kernel/kergen/kergen-0.1.3.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/sys-kernel/kergen/Manifest b/sys-kernel/kergen/Manifest
index 9514479bf35..41ae24dbe65 100644
--- a/sys-kernel/kergen/Manifest
+++ b/sys-kernel/kergen/Manifest
@@ -1,2 +1 @@
-DIST kergen-0.1.3.tar.gz 109717 BLAKE2B 
c2847617cddb3db5be6a164f54b4ddc3fd562d03844bdc8454ec6069be4b89ab8921bb180b0b25397c1788a63830ad61659eea8dfbed5fcea7672a499ad520c8
 SHA512 
decc5cc832f8741bb7f2e058b23c165c458bc9bce0e854d46292e741f33aadc731a9c0f428567b9143134d874b6bdd20defeb1377eabc51b347c0de3066e4aae
 DIST kergen-0.1.4.tar.gz 135566 BLAKE2B 
ae043f8b952423f66645be2f8c4286ceae07141420cfd1fab9d11a7ed76a89a028b7704f4659079bde7902702b129364b46752404a891868a3a2fea56a07dee7
 SHA512 
40140f66bf3072836dcd187a2b1a8e5ee19da853fbe6a3a3a7203a2e8b4d3e871045aad187dcc23879f67d5ab11b832682c1ac0b788594b570da40a825d5

diff --git a/sys-kernel/kergen/kergen-0.1.3.ebuild 
b/sys-kernel/kergen/kergen-0.1.3.ebuild
deleted file mode 100644
index 2f948cd0ee0..000
--- a/sys-kernel/kergen/kergen-0.1.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Kernel config generator"
-HOMEPAGE="https://github.com/nichoski/kergen;
-SRC_URI="http://whatishacking.org/${PN}/downloads/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""



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

2019-03-21 Thread Michał Górny
commit: 7cf1e4c83885d518ed3add8d7f9e567329370c72
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 14:27:16 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 18:01:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf1e4c8

dev-python/pythondialog: Drop 3.2.2

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

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

diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index e3a5d959746..72c71a8ac0b 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -1,5 +1,4 @@
 DIST python2-pythondialog-3.3.0.tar.gz 1906527 BLAKE2B 
67fbb2dbd2b9c5f5da4c74f5360b5c0753ac39d9472e6ac4d09ef01831a1d95a8fe9ccdfad80487452b2704e0fd237286d755e7f49188e388272c34ddbf47081
 SHA512 
65ce7f9305e20b0c5e0d4588a241e0f14907ecad64f8a6bb3899a2d6e0245fdd848a8c4fb1da3465f03810a1e408fa97c46d9ec082c4ebba0c04a41293a23ea8
 DIST python2-pythondialog-3.4.0.tar.gz 1487867 BLAKE2B 
795af99391e7a3d5e9b0657116dba8fd85819261a9ac590e797d0144577d66261529515cf8421a4724b6eacd0b6c7ae20d030bc7eb22c56ef870294c6f2386d3
 SHA512 
f4ec3e3eeab9ee00146b4604a8f72c765fcc164a24def0f1a9cbf083123e55dbe371ce6d4790ad4c0b5ee6905a1877f9b8e90ca3443a780fa0965c9bcf4bf629
-DIST python3-pythondialog-3.2.2.tar.bz2 1412368 BLAKE2B 
2c20347a09720c15c696795826e9d24034a0f85b16936ff145511d50830e116436b30868bcd53fbe425929709f7bede0a422257ba8231a9f2846d3f15b3a7709
 SHA512 
58b84c0dd7b71ec9d1e60c4802cfc8e6cc72f79b8b6accd387553c685a92367d242746065bac6cb1c9d501ac291d9307cb2bb6b26694e9f24a3c5d6637a5bb8e
 DIST python3-pythondialog-3.3.0.tar.bz2 1827891 BLAKE2B 
ef78832972cc2417ecedc797cb95ea10b1fcca4ff1ab2f7db74a9afaefddeedfee8303f2f4b9ff7230f3d2eea305e359f3854112abaefa2a4adf4c801de7ffe0
 SHA512 
b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f
 DIST python3-pythondialog-3.4.0.tar.bz2 1415324 BLAKE2B 
1135df25b988dfaacd45a68dd918409e001719f92436e9e88fcf1a66e9ba70f03fdef1b86ebb80ca6a1c02006353ed3f9df998a5bfaacb9505d6e8a96a37d5d9
 SHA512 
a810128459133c4e416f4b04b8dd98b2230f046b8762e6b29c4e02e1458fa96029d37137a71cc01aee292106867a6f30026941ed1f727b7e48cbe976d96d7ed4

diff --git a/dev-python/pythondialog/pythondialog-3.2.2.ebuild 
b/dev-python/pythondialog/pythondialog-3.2.2.ebuild
deleted file mode 100644
index 69af5d8f70e..000
--- a/dev-python/pythondialog/pythondialog-3.2.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_4 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
-HOMEPAGE="http://pythondialog.sourceforge.net/;
-SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86"
-IUSE="doc examples"
-
-RDEPEND="dev-util/dialog"
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
-   use doc && local HTML_DOCS=( doc/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2019-03-21 Thread Michał Górny
commit: baa7b083f3afe5aa352e1b8c39c67b2e0f0028ec
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 14:21:17 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 18:01:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa7b083

dev-python/curtsies: Fix hardcoding impl flags

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

 dev-python/curtsies/curtsies-0.3.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/curtsies/curtsies-0.3.0-r1.ebuild 
b/dev-python/curtsies/curtsies-0.3.0-r1.ebuild
index b12c3e7ffdd..47f4f1a2b20 100644
--- a/dev-python/curtsies/curtsies-0.3.0-r1.ebuild
+++ b/dev-python/curtsies/curtsies-0.3.0-r1.ebuild
@@ -19,8 +19,7 @@ IUSE="test"
 RDEPEND="
>=dev-python/blessings-1.5[${PYTHON_USEDEP}]
>=dev-python/wcwidth-0.1.4[${PYTHON_USEDEP}]
-   python_targets_python2_7? ( dev-python/typing[python_targets_python2_7] 
)
-   python_targets_python3_4? ( dev-python/typing[python_targets_python3_4] 
)
+   $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' 
python{2_7,3_4})
 "
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]



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

2019-03-21 Thread Michał Górny
commit: 8733266b07634ae00b8276033039aac8cfe78bd6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 13:41:48 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 18:01:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8733266b

python-utils-r1.eclass: Disable python3_4

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

 eclass/python-utils-r1.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index e3cf82b4b58..f8f51ecb694 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -44,7 +44,7 @@ _PYTHON_ALL_IMPLS=(
jython2_7
pypy pypy3
python2_7
-   python3_4 python3_5 python3_6 python3_7
+   python3_5 python3_6 python3_7
 )
 readonly _PYTHON_ALL_IMPLS
 
@@ -80,10 +80,10 @@ _python_impl_supported() {
# keep in sync with _PYTHON_ALL_IMPLS!
# (not using that list because inline patterns shall be faster)
case "${impl}" in
-   python2_7|python3_[4567]|jython2_7)
+   python2_7|python3_[567]|jython2_7)
return 0
;;
-   pypy1_[89]|pypy2_0|python2_[56]|python3_[123])
+   pypy1_[89]|pypy2_0|python2_[56]|python3_[1234])
return 1
;;
pypy|pypy3)



[gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/standalone/kernel-2.6.16+/, profiles/desc/, ...

2019-03-21 Thread Michał Górny
commit: 3e98710246263543d31b34ce552fc85d8dd852c4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 13:42:54 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 18:01:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e987102

profiles: Remove python3_4 flags

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

 profiles/base/package.use.force | 3 +--
 profiles/desc/python_single_target.desc | 3 +--
 profiles/desc/python_targets.desc   | 3 +--
 profiles/features/prefix/standalone/kernel-2.6.16+/use.mask | 2 --
 profiles/prefix/windows/cygwin/use.mask | 3 +--
 5 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 834d98c7952..a4f67f42aa5 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Lars Wendler  (20 Mar 2019)
@@ -76,7 +76,6 @@ app-shells/bash:0 readline
 # Force-enable all PYTHON_TARGETS for python-exec to avoid using private
 # API. Please remember to keep it in sync with python_targets.desc.
 dev-lang/python-exec python_targets_python2_7
-dev-lang/python-exec python_targets_python3_4
 dev-lang/python-exec python_targets_python3_5
 dev-lang/python-exec python_targets_python3_6
 dev-lang/python-exec python_targets_python3_7

diff --git a/profiles/desc/python_single_target.desc 
b/profiles/desc/python_single_target.desc
index 806875d947a..b6813fd288f 100644
--- a/profiles/desc/python_single_target.desc
+++ b/profiles/desc/python_single_target.desc
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation.
+# Copyright 1999-2019 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
 
 python2_7 - Build for Python 2.7 only
-python3_4 - Build for Python 3.4 only
 python3_5 - Build for Python 3.5 only
 python3_6 - Build for Python 3.6 only
 python3_7 - Build for Python 3.7 only

diff --git a/profiles/desc/python_targets.desc 
b/profiles/desc/python_targets.desc
index d338bba3b19..960c0f96e4d 100644
--- a/profiles/desc/python_targets.desc
+++ b/profiles/desc/python_targets.desc
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation.
+# Copyright 1999-2019 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
 
 python2_7 - Build with Python 2.7
-python3_4 - Build with Python 3.4
 python3_5 - Build with Python 3.5
 python3_6 - Build with Python 3.6
 python3_7 - Build with Python 3.7

diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask 
b/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask
index d465a4d7db1..b7f146f8d4a 100644
--- a/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask
+++ b/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask
@@ -1,5 +1,3 @@
 # >=python-3 is masked
 python_single_target_python3_5
-python_single_target_python3_4
 python_targets_python3_5
-python_targets_python3_4

diff --git a/profiles/prefix/windows/cygwin/use.mask 
b/profiles/prefix/windows/cygwin/use.mask
index a443b8e0a5e..392ef405f2e 100644
--- a/profiles/prefix/windows/cygwin/use.mask
+++ b/profiles/prefix/windows/cygwin/use.mask
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Re-add Cygwin's libc
 -elibc_Cygwin
 
 # we do have only python-3.6 ready on cygwin
-python_targets_python3_4
 python_targets_python3_5
 python_targets_python3_7



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2019-03-21 Thread Michał Górny
commit: 796651c22bb6ace14acd15ac2d39b4b444adf130
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 13:43:59 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 18:01:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796651c2

app-portage/gpyutils: Update implementation status

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

 app-portage/gpyutils/files/implementations.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index 63d7ec0b0f1..0b48d49697d 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -13,10 +13,10 @@ python3_0   3.0 dead3.0
 python3_1  3.1 dead3.1
 python3_2  3.2 dead3.2
 python3_3  3.3 dead3.3
-python3_4  current 3.4
+python3_4  dead3.4
 python3_5  supported   3.5
-python3_6  supported   3.6
-python3_7  experimental3.7
+python3_6  current 3.6
+python3_7  supported   3.7
 
 pypy1_82.7-pypy-1.8deadp1.8
 pypy1_92.7-pypy-1.9deadp1.9



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

2019-03-21 Thread Michał Górny
commit: 40d74c39f382e84086c763a23e1b63ef3427714e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 15:21:43 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 18:01:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d74c39

media-gfx/blender: Drop 2.72b-r4, due to py3.4 removal

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

 media-gfx/blender/Manifest |   1 -
 media-gfx/blender/blender-2.72b-r4.ebuild  | 290 -
 .../blender/files/blender-2.68-doxyfile.patch  |  19 --
 .../files/blender-2.68-fix-install-rules.patch |  26 --
 media-gfx/blender/files/blender-2.70-sse2.patch|  35 ---
 media-gfx/blender/files/blender-2.72-T42797.diff   |  13 -
 .../files/blender-2.72b-fix-util_simd.patch|  10 -
 .../blender/files/blender-2.72b-gcc6-fixes.patch   | 126 -
 media-gfx/blender/metadata.xml |  34 +--
 9 files changed, 12 insertions(+), 542 deletions(-)

diff --git a/media-gfx/blender/Manifest b/media-gfx/blender/Manifest
index 42826ca0c67..1255e093b89 100644
--- a/media-gfx/blender/Manifest
+++ b/media-gfx/blender/Manifest
@@ -1,3 +1,2 @@
-DIST blender-2.72b.tar.gz 52018242 BLAKE2B 
fa0b8ab3feaeb35e76d833415984eb21d7b6dca47b9e5fb337cdfbdc9924165d3345caa5608ee2849bf71855c917a6fa56d79d4f375b57ff367047ef92e8e0b9
 SHA512 
9767797621e443ff9b6810d1713dda110f883c33626d40d7fe5dda676f549e3591516dc24b75feebd85823dd13437c34521ca752139cd31ddacf31ea6b14e124
 DIST blender-2.79.tar.gz 50145270 BLAKE2B 
5c11b36840d4bf4a414f01d1f8efcbfb2879ce56c9e2ebe32d8bb0be3ce29fd194dec8b3aa5bca9bf664804c1be57d01394494fdfebc7a4d8257bd2c47866338
 SHA512 
9b81c41882f4e150476ebda5b301b78c2d35ea918394c8a01671fc031f7cb7a34b5a3d68b6a345f6d23fd9ecedd25bc0bd24f9f9b3ec771237ac4496bbde7d2f
 DIST blender-2.79b.tar.gz 50204270 BLAKE2B 
78bda294df783ee9bcbcf32f9a112737b2947da5146fd4351b8b36d81c6630ed0ea302b2fb539642cfbdcc4b64df35af5c8545a3bbf50b1cf87dcf3a60eb4ac0
 SHA512 
2db21ace446168dd683cdb5aad9dec001fae4e9603a04ddb44fb78489ded827deb07e83712b0f1118a0e7bf66f2a5d935dc4ebb3a6703d72672ff414367f

diff --git a/media-gfx/blender/blender-2.72b-r4.ebuild 
b/media-gfx/blender/blender-2.72b-r4.ebuild
deleted file mode 100644
index 9d68984d4e3..000
--- a/media-gfx/blender/blender-2.72b-r4.ebuild
+++ /dev/null
@@ -1,290 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-## BUNDLED-DEPS:
-# extern/cuew
-# extern/Eigen3
-# extern/xdnd
-# extern/carve
-# extern/glew
-# extern/libmv
-# extern/clew
-# extern/colamd
-# extern/lzma
-# extern/gtest
-# extern/rangetree
-# extern/libredcode
-# extern/wcwidth
-# extern/binreloc
-# extern/recastnavigation
-# extern/bullet2
-# extern/lzo
-# extern/libopenjpeg
-# extern/libmv/third_party/msinttypes
-# extern/libmv/third_party/ceres
-# extern/libmv/third_party/gflags
-# extern/libmv/third_party/glog
-
-EAPI=6
-PYTHON_COMPAT=( python3_4 )
-#PATCHSET="1"
-
-inherit multilib gnome2-utils cmake-utils eutils python-single-r1 versionator 
flag-o-matic toolchain-funcs pax-utils check-reqs xdg-utils
-
-DESCRIPTION="3D Creation/Animation/Publishing System"
-HOMEPAGE="https://www.blender.org;
-
-case ${PV} in
-   *_p*)
-   SRC_URI="https://dev.gentoo.org/~lu_zero/${P}.tar.gz; ;;
-   *)
-   SRC_URI="https://download.blender.org/source/${P}.tar.gz; ;;
-esac
-
-if [[ -n ${PATCHSET} ]]; then
-   SRC_URI+=" 
https://dev.gentoo.org/~flameeyes/${PN}/${P}-patches-${PATCHSET}.tar.xz;
-fi
-
-SLOT="0"
-LICENSE="|| ( GPL-2 BL )"
-KEYWORDS="amd64 x86"
-IUSE="+boost +bullet collada colorio cycles +dds debug doc +elbeem ffmpeg fftw 
+game-engine jack jpeg2k libav ndof nls openal openimageio +opennl openmp 
+openexr player redcode sdl sndfile cpu_flags_x86_sse cpu_flags_x86_sse2 tiff"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   player? ( game-engine )
-   redcode? ( jpeg2k ffmpeg )
-   cycles? ( boost openexr tiff )
-   nls? ( boost )
-   colorio? ( boost )
-   openal? ( boost )
-   game-engine? ( boost )
-   ?? ( ffmpeg libav )"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   >=media-libs/freetype-2.0:2
-   media-libs/glew:0=
-   media-libs/libpng:0
-   media-libs/libsamplerate
-   sys-libs/zlib
-   virtual/glu
-   virtual/jpeg:0
-   virtual/libintl
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libXi
-   x11-libs/libXxf86vm
-   boost? ( >=dev-libs/boost-1.44[nls?,threads(+)] )
-   collada? ( >=media-libs/opencollada-1.6.18 )
-   colorio? ( >=media-libs/opencolorio-1.0.9-r2 )
-   cycles? (
-   media-libs/openimageio
-   )
-   ffmpeg? ( media-video/ffmpeg:0=[x264,mp3,encode,theora,jpeg2k?] )
-   libav? ( >=media-video/libav-11.3:0=[x264,mp3,encode,theora,jpeg2k?] )
-   fftw? ( 

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

2019-03-21 Thread Michał Górny
commit: 06b0fe675a9c9a41131c9e3bf71672d73ffc5e91
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 15:22:27 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 18:01:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b0fe67

sci-libs/libsigrokdecode: Drop old py3.4-only versions

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

 sci-libs/libsigrokdecode/Manifest  |  2 -
 .../libsigrokdecode/libsigrokdecode-0.3.0.ebuild   | 53 -
 .../libsigrokdecode/libsigrokdecode-0.4.0.ebuild   | 54 --
 3 files changed, 109 deletions(-)

diff --git a/sci-libs/libsigrokdecode/Manifest 
b/sci-libs/libsigrokdecode/Manifest
index 69da1b5e571..d9c5436b905 100644
--- a/sci-libs/libsigrokdecode/Manifest
+++ b/sci-libs/libsigrokdecode/Manifest
@@ -1,5 +1,3 @@
-DIST libsigrokdecode-0.3.0.tar.gz 607691 BLAKE2B 
d61f647ccfba0b47f20d57ec04d5e0c58d7e0b0cfb8c02eecfa4b8cb7e53715bbda0ebd1f7fe967b504fd74312c5f7043de0ba9ae645b214fc8f17826dff41b6
 SHA512 
d943091bdb1b20b11191f7a93ec8a305ba702e732247d7fbfd61fd9ae9fc4d61556bdec987c07bed11ddc20d3ab85ff8118ddc75161ebd9d9d1abe8cfc48ac19
-DIST libsigrokdecode-0.4.0.tar.gz 694223 BLAKE2B 
bf1cc0f78086b64ce029b794c3c90606a283606f5f2bfa51518f5c47175b814755247f61d7a630c3be690eb517c8775ed384a7cfa6d7e4a4026b12d56131e071
 SHA512 
54e8a3defb5f8b0cfc354e42a8c997d7515b70f40f0c069adf9ec0cc022835c5e77708e33588099878b5793f6a9acbb7e438f807ce6dabcaeca2fa17d208009b
 DIST libsigrokdecode-0.4.1.tar.gz 751546 BLAKE2B 
b1625714a75e481d94956bd64af264c87b440c0a236f19ff02d18cc16964b701de8799a81943f4e9ec1181b1906c5e62deca98fbbbc30dfbdf8bff2208f86bc6
 SHA512 
b072001190e80a194986524fd4de4d32f4559d618b151a3dbfa2c63b292c8a490535cb7479cfa665c4e8d3798251a5d6f5ecfa456ca669237237ffced3e88272
 DIST libsigrokdecode-0.5.0.tar.gz 790399 BLAKE2B 
a9d57ddfa72b96937a8ebb2f5009ab06d73a040778163fd24bc29d9379061aa7d9837277bc460ebaea65d266e4c53659c1e84e078b2fbffc7414925237b11058
 SHA512 
79d497f6c20efcffdf840b6f4a437b29e68fa49b9c6e73f66e5e2429d58033b83272a602289dd46ffe9f1115c36f2ad8c7d40e43f58494b027890bebcfe080a5
 DIST libsigrokdecode-0.5.1.tar.gz 813809 BLAKE2B 
6850d6a543917989e277ed93335005c9d802a33f7f3c1f5a5883d060b0063da797ae271847fc63b70b7dc2149926bd8e2a6387e5d488830096bc1924ca1f2205
 SHA512 
bda14475317863c06615f578f9d26e267da83f7d9fdd7cd24f4e1f23344694763fb78b3b77acfa83eafc792ecd8f4554a9bbdd24fa42bee760426df4a428be7a

diff --git a/sci-libs/libsigrokdecode/libsigrokdecode-0.3.0.ebuild 
b/sci-libs/libsigrokdecode/libsigrokdecode-0.3.0.ebuild
deleted file mode 100644
index 4fea25b910d..000
--- a/sci-libs/libsigrokdecode/libsigrokdecode-0.3.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_4 )
-inherit eutils python-single-r1 autotools
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="git://sigrok.org/${PN}"
-   inherit git-r3 autotools
-else
-   SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="provide (streaming) protocol decoding functionality"
-HOMEPAGE="https://sigrok.org/wiki/Libsigrokdecode;
-
-LICENSE="GPL-3"
-SLOT="0/2"
-IUSE="static-libs"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=dev-libs/glib-2.24.0
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-0.3.0-configure-test.patch
-   epatch "${FILESDIR}"/${PN}-0.3.0-no-check-linkage.patch
-   eautoreconf
-
-   # Only a test program (not installed, and not used by src_test)
-   # is used by libsigrok, so disable it to avoid the compile.
-   sed -i \
-   -e '/build_runtc=/s:yes:no:' \
-   configure || die
-}
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_test() {
-   emake check
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}

diff --git a/sci-libs/libsigrokdecode/libsigrokdecode-0.4.0.ebuild 
b/sci-libs/libsigrokdecode/libsigrokdecode-0.4.0.ebuild
deleted file mode 100644
index 23e0d8ba690..000
--- a/sci-libs/libsigrokdecode/libsigrokdecode-0.4.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit eutils python-single-r1
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="git://sigrok.org/${PN}"
-   inherit git-r3 autotools
-else
-   SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="provide (streaming) protocol decoding functionality"
-HOMEPAGE="https://sigrok.org/wiki/Libsigrokdecode;
-
-LICENSE="GPL-3"
-SLOT="0/3"
-IUSE="static-libs"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=dev-libs/glib-2.28.0
-   

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

2019-03-21 Thread Michał Górny
commit: 3557c97a9edf4c03a5859d4963aef544be67ee04
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 14:25:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 18:01:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3557c97a

www-servers/uwsgi: Fix hardcoding impl flags

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

 www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild | 2 +-
 www-servers/uwsgi/uwsgi-2.0.17.1.ebuild| 2 +-
 www-servers/uwsgi/uwsgi-2.0.17.ebuild  | 2 +-
 www-servers/uwsgi/uwsgi-2.0.18.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
index 08f75a25f17..865383e7054 100644
--- a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
@@ -69,7 +69,7 @@ REQUIRED_USE="|| ( ${LANG_SUPPORT_SIMPLE[@]} 
${LANG_SUPPORT_EXTENDED[@]} )
uwsgi_plugins_router_xmldir? ( xml !expat )
pypy? ( python_targets_python2_7 )
python? ( ${PYTHON_REQUIRED_USE} )
-   python_asyncio? ( || ( python_targets_python3_4 
python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) )
+   python_asyncio? ( || ( $(python_gen_useflags -3) ) )
python_gevent? ( python )
expat? ( xml )"
 

diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
index 953baaab672..68b9e8da466 100644
--- a/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
@@ -69,7 +69,7 @@ REQUIRED_USE="|| ( ${LANG_SUPPORT_SIMPLE[@]} 
${LANG_SUPPORT_EXTENDED[@]} )
uwsgi_plugins_router_xmldir? ( xml !expat )
pypy? ( python_targets_python2_7 )
python? ( ${PYTHON_REQUIRED_USE} )
-   python_asyncio? ( || ( python_targets_python3_4 
python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) 
python_gevent )
+   python_asyncio? ( || ( $(python_gen_useflags -3) ) python_gevent )
python_gevent? ( python )
expat? ( xml )"
 

diff --git a/www-servers/uwsgi/uwsgi-2.0.17.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.17.ebuild
index 9b2f7f84914..13867675ceb 100644
--- a/www-servers/uwsgi/uwsgi-2.0.17.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.17.ebuild
@@ -69,7 +69,7 @@ REQUIRED_USE="|| ( ${LANG_SUPPORT_SIMPLE[@]} 
${LANG_SUPPORT_EXTENDED[@]} )
uwsgi_plugins_router_xmldir? ( xml !expat )
pypy? ( python_targets_python2_7 )
python? ( ${PYTHON_REQUIRED_USE} )
-   python_asyncio? ( || ( python_targets_python3_4 
python_targets_python3_5 python_targets_python3_6 ) python_gevent )
+   python_asyncio? ( || ( $(python_gen_useflags -3) ) python_gevent )
python_gevent? ( python )
expat? ( xml )"
 

diff --git a/www-servers/uwsgi/uwsgi-2.0.18.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.18.ebuild
index 08f75a25f17..865383e7054 100644
--- a/www-servers/uwsgi/uwsgi-2.0.18.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.18.ebuild
@@ -69,7 +69,7 @@ REQUIRED_USE="|| ( ${LANG_SUPPORT_SIMPLE[@]} 
${LANG_SUPPORT_EXTENDED[@]} )
uwsgi_plugins_router_xmldir? ( xml !expat )
pypy? ( python_targets_python2_7 )
python? ( ${PYTHON_REQUIRED_USE} )
-   python_asyncio? ( || ( python_targets_python3_4 
python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) )
+   python_asyncio? ( || ( $(python_gen_useflags -3) ) )
python_gevent? ( python )
expat? ( xml )"
 



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

2019-03-21 Thread Michał Górny
commit: 86819ca53a846ef8c32693f560ec627f72a0bce3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 14:22:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 18:01:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86819ca5

media-sound/pulseeffects: Remove stray dep with hardcoded py3.4

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

 media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild 
b/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild
index e410210bfa0..54b3db05c07 100644
--- a/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,7 +25,6 @@ IUSE=""
 
 DEPEND="
${PYTHON_DEPS}
-   python_targets_python3_4? ( dev-python/configparser )
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]



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

2019-03-21 Thread Michał Górny
commit: e4326ad6439fec661dd13a397dba96b6ba029638
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 13:45:22 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 18:05:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4326ad6

package.mask: Last rite =dev-lang/python-3.4*

Bug: https://bugs.gentoo.org/673960
Closes: https://github.com/gentoo/gentoo/pull/11444
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 5c01f8b6ff5..69ad2079826 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (21 Mar 2019)
+# Upstream EOL-ed Python 3.4 on 2019-03-19.  The last release fails
+# to build against openssl-1.1+.
+# Removal in 30 days.  Bug #673960.
+=dev-lang/python-3.4*
+
 # Andreas Sturmlechner  (21 Mar 2019)
 # Replaced by split packages: kde-apps/dolphin-plugins-bazaar,
 # -dropbox, -git, -mercurial, -subversion. Masked for removal in 30 days.



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

2019-03-21 Thread Brian Evans
commit: c082d439c87b9f12a3ec2a2d11adc98ab2fe2837
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Mar 21 17:51:52 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Mar 21 17:51:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c082d439

mail-client/s-nail: Add further licenses per COPYING file

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

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

diff --git a/mail-client/s-nail/s-nail-14.9.13.ebuild 
b/mail-client/s-nail/s-nail-14.9.13.ebuild
index 8d4581a9f0d..2155941b935 100644
--- a/mail-client/s-nail/s-nail-14.9.13.ebuild
+++ b/mail-client/s-nail/s-nail-14.9.13.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 HOMEPAGE="https://www.sdaoden.eu/code.html;
 DESCRIPTION="Enhanced mailx-compatible mail client based on Hierloom mailx 
(nail)"
-LICENSE="BSD"
+LICENSE="BSD BSD-4 ISC RSA"
 
 SRC_URI="https://ftp.sdaoden.eu/${P}.tar.xz;
 SLOT="0"



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

2019-03-21 Thread Andreas Sturmlechner
commit: 9a0dfd5319bd6441ea30514a3e6620f238826ccb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 21 17:44:58 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 17:44:58 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9a0dfd53

kde-apps/korganizer: Fix DEPENDs

Upstream commit f1cc7239c7ca59ce2ea29362f1bc59fbe7cac80e

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

 kde-apps/korganizer/korganizer-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/korganizer/korganizer-.ebuild 
b/kde-apps/korganizer/korganizer-.ebuild
index f6f325b4a2..48afade493 100644
--- a/kde-apps/korganizer/korganizer-.ebuild
+++ b/kde-apps/korganizer/korganizer-.ebuild
@@ -62,8 +62,8 @@ COMMON_DEPEND="
$(add_kdeapps_dep pimcommon)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
+   $(add_qt_dep qtmultimedia)
$(add_qt_dep qtwidgets)
-   media-libs/phonon[qt5(+)]
X? (
$(add_qt_dep qtx11extras)
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/

2019-03-21 Thread Michał Górny
commit: d7d825568937826da9b338ddd2d9c8738a35d991
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 17:40:57 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 17:43:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d82556

sci-mathematics/z3: Keyword 4.8.4 ~arm64

Tested by NeddySeagoon.

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

 sci-mathematics/z3/z3-4.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.8.4.ebuild 
b/sci-mathematics/z3/z3-4.8.4.ebuild
index 810edb13ba9..c6c048fd6b7 100644
--- a/sci-mathematics/z3/z3-4.8.4.ebuild
+++ b/sci-mathematics/z3/z3-4.8.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Z3Prover/z3/archive/${P}.tar.gz;
 
 SLOT="0/4.8"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="doc examples gmp isabelle java openmp python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2019-03-21 Thread Michał Górny
commit: e87ac421a4c4dede5b80875e068afb646c23b4a3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 17:41:38 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 17:43:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87ac421

profiles: Unmask sys-devel/clang[z3] on arm64

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

 profiles/arch/arm64/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 4e23c66dc1a..0095e26e090 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Michał Górny  (20 Mar 2019)
-# sci-mathematics/z3 is not keyworded here.
-sys-devel/clang z3
-
 # Roy Bamford  (19 Mar 2019)
 # Let kde-apps/akonadi use mysql.
 dev-qt/qtsql -mysql



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

2019-03-21 Thread Andreas Sturmlechner
commit: b9fc452b5c9c2b696d6f43a0777320bab3526045
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 21 17:40:48 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 17:40:48 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9fc452b

sets: Drop KDE Applications *18.08 sets

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

 sets/kde-applications-18.08 | 21 
 sets/kde-baseapps-18.08 |  4 
 sets/kdeaccessibility-18.08 |  4 
 sets/kdeadmin-18.08 |  3 ---
 sets/kdeedu-18.08   | 26 
 sets/kdegames-18.08 | 42 
 sets/kdegraphics-18.08  | 16 -
 sets/kdemultimedia-18.08| 12 --
 sets/kdenetwork-18.08   | 24 ---
 sets/kdepim-18.08   | 58 -
 sets/kdesdk-18.08   | 15 
 sets/kdeutils-18.08 | 16 -
 12 files changed, 241 deletions(-)

diff --git a/sets/kde-applications-18.08 b/sets/kde-applications-18.08
deleted file mode 100644
index 45263db253..00
--- a/sets/kde-applications-18.08
+++ /dev/null
@@ -1,21 +0,0 @@
-

[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, Documentation/package.mask/, ...

2019-03-21 Thread Andreas Sturmlechner
commit: 89bb6be9eb5b1d4729e5f5fdad6987bb8d39e808
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 21 17:35:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 17:35:52 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=89bb6be9

Documentation: Drop KDE Applications 18.08

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

 Documentation/maintainers/regenerate-files |   4 +-
 .../.kde-applications-18.08/_HEADER_   |   2 -
 .../.kde-applications-18.08/kde-applications-18.08 |   1 -
 .../.kde-applications-18.08/kde-baseapps-18.08 |   1 -
 .../.kde-applications-18.08/kdeaccessibility-18.08 |   1 -
 .../.kde-applications-18.08/kdeadmin-18.08 |   1 -
 .../.kde-applications-18.08/kdeedu-18.08   |   1 -
 .../.kde-applications-18.08/kdegames-18.08 |   1 -
 .../.kde-applications-18.08/kdegraphics-18.08  |   1 -
 .../.kde-applications-18.08/kdemultimedia-18.08|   1 -
 .../.kde-applications-18.08/kdenetwork-18.08   |   1 -
 .../.kde-applications-18.08/kdepim-18.08   |   1 -
 .../.kde-applications-18.08/kdesdk-18.08   |   1 -
 .../.kde-applications-18.08/kdeutils-18.08 |   1 -
 .../.kde-applications-18.08/more-deps  |   0
 .../kde-applications-18.08.keywords| 233 -
 Documentation/package.mask/kde-applications-18.08  | 233 -
 .../.kde-applications-18.08/_HEADER_   |   2 -
 .../.kde-applications-18.08/kde-applications-18.08 |   1 -
 .../.kde-applications-18.08/kde-baseapps-18.08 |   1 -
 .../.kde-applications-18.08/kdeaccessibility-18.08 |   1 -
 .../.kde-applications-18.08/kdeadmin-18.08 |   1 -
 .../.kde-applications-18.08/kdeedu-18.08   |   1 -
 .../.kde-applications-18.08/kdegames-18.08 |   1 -
 .../.kde-applications-18.08/kdegraphics-18.08  |   1 -
 .../.kde-applications-18.08/kdemultimedia-18.08|   1 -
 .../.kde-applications-18.08/kdenetwork-18.08   |   1 -
 .../.kde-applications-18.08/kdepim-18.08   |   1 -
 .../.kde-applications-18.08/kdesdk-18.08   |   1 -
 .../.kde-applications-18.08/kdeutils-18.08 |   1 -
 .../package.unmask/kde-applications-18.08  | 233 -
 31 files changed, 2 insertions(+), 729 deletions(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index 361d9453b6..a8f1697a4a 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -15,8 +15,8 @@ KF_RELEASE=${KF_RELEASE:-5.54}
 PLASMA_RELEASES="5.14 5.15"
 PLASMA_RELEASE=${PLASMA_RELEASE:-5.14}
 
-APPS_RELEASES="18.08 18.12 19.04"
-APPS_RELEASE=${APPS_RELEASE:-18.08}
+APPS_RELEASES="18.12 19.04"
+APPS_RELEASE=${APPS_RELEASE:-18.12}
 
 # regenerate keywords
 pushd ../package.accept_keywords/ > /dev/null

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-18.08/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-applications-18.08/_HEADER_
deleted file mode 100644
index 800716c7dd..00
--- a/Documentation/package.accept_keywords/.kde-applications-18.08/_HEADER_
+++ /dev/null
@@ -1,2 +0,0 @@
-# You can use this file to keyword/unkeyword KDE Applications 18.08.
-# Edit Documentation/package.keywords/.kde-applications-18.08/ files instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-18.08/kde-applications-18.08
 
b/Documentation/package.accept_keywords/.kde-applications-18.08/kde-applications-18.08
deleted file mode 12
index f2263bd482..00
--- 
a/Documentation/package.accept_keywords/.kde-applications-18.08/kde-applications-18.08
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-applications-18.08
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-18.08/kde-baseapps-18.08
 
b/Documentation/package.accept_keywords/.kde-applications-18.08/kde-baseapps-18.08
deleted file mode 12
index 6e72bc1848..00
--- 
a/Documentation/package.accept_keywords/.kde-applications-18.08/kde-baseapps-18.08
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-baseapps-18.08
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-18.08/kdeaccessibility-18.08
 
b/Documentation/package.accept_keywords/.kde-applications-18.08/kdeaccessibility-18.08
deleted file mode 12
index cae03d1522..00
--- 
a/Documentation/package.accept_keywords/.kde-applications-18.08/kdeaccessibility-18.08
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kdeaccessibility-18.08
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-18.08/kdeadmin-18.08 
b/Documentation/package.accept_keywords/.kde-applications-18.08/kdeadmin-18.08
deleted file mode 12
index 736ba6f226..00
--- 
a/Documentation/package.accept_keywords/.kde-applications-18.08/kdeadmin-18.08
+++ 

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

2019-03-21 Thread Andreas Sturmlechner
commit: 431465f72d8cc8133d506ae751500b1d2c0e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 21 17:36:36 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 17:36:36 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=431465f7

sets: Regenerate kdegames, kdenetwork, kdesdk for 18.12

New package: kde-apps/knights
kde-apps/dolphin-plugins were split in 5 pieces

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

 sets/kdegames   | 1 +
 sets/kdenetwork | 1 +
 sets/kdesdk | 5 -
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/sets/kdegames b/sets/kdegames
index dc7ce18733..ba06f30e0a 100644
--- a/sets/kdegames
+++ b/sets/kdegames
@@ -23,6 +23,7 @@ kde-apps/kmahjongg
 kde-apps/kmines
 kde-apps/knavalbattle
 kde-apps/knetwalk
+kde-apps/knights
 kde-apps/kolf
 kde-apps/kollision
 kde-apps/konquest

diff --git a/sets/kdenetwork b/sets/kdenetwork
index e3d1fc6362..1a52575e8a 100644
--- a/sets/kdenetwork
+++ b/sets/kdenetwork
@@ -1,4 +1,5 @@
 # Autogenerated by regenerate-files, DO NOT EDIT.
+kde-apps/dolphin-plugins-dropbox
 kde-apps/kaccounts-integration
 kde-apps/kaccounts-providers
 kde-apps/kdenetwork-meta

diff --git a/sets/kdesdk b/sets/kdesdk
index 063aa6b9a0..db030e0a29 100644
--- a/sets/kdesdk
+++ b/sets/kdesdk
@@ -1,6 +1,9 @@
 # Autogenerated by regenerate-files, DO NOT EDIT.
 kde-apps/cervisia
-kde-apps/dolphin-plugins
+kde-apps/dolphin-plugins-bazaar
+kde-apps/dolphin-plugins-git
+kde-apps/dolphin-plugins-mercurial
+kde-apps/dolphin-plugins-subversion
 kde-apps/kapptemplate
 kde-apps/kcachegrind
 kde-apps/kde-dev-scripts



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

2019-03-21 Thread Matthew Thode
commit: b6a285c9c8ca4b5a577b0986a5a095c75d160671
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Mar 21 17:33:59 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Mar 21 17:36:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a285c9

app-admin/puppetserver: 6.2.1 stable amd64 and x86

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

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

diff --git a/app-admin/puppetserver/puppetserver-6.2.1.ebuild 
b/app-admin/puppetserver/puppetserver-6.2.1.ebuild
index 04fc3966a1c..39165a39524 100644
--- a/app-admin/puppetserver/puppetserver-6.2.1.ebuild
+++ b/app-admin/puppetserver/puppetserver-6.2.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="puppetdb"
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND+="
>=virtual/jdk-1.8.0



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

2019-03-21 Thread Matthew Thode
commit: fc89a8941c90f5f2d9bf2cc7d1dce3f226375d79
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Mar 21 17:32:36 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Mar 21 17:36:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc89a894

app-admin/puppet-agent: 6.3.0 stable amd64 and x86

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

 app-admin/puppet-agent/puppet-agent-6.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-agent/puppet-agent-6.3.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-6.3.0.ebuild
index a72df734d6b..c648209a4a7 100644
--- a/app-admin/puppet-agent/puppet-agent-6.3.0.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-6.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="puppetdb selinux"
 RESTRICT="strip"
 



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

2019-03-21 Thread Matthew Thode
commit: 2e5f23dc61a2103bc6e881c113f598e5a8455abf
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Mar 21 17:36:21 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Mar 21 17:36:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5f23dc

app-admin/ansible: 2.7.8 2.6.14 stable amd64/x86 w/ cleanup

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

 app-admin/ansible/Manifest  |  2 -
 app-admin/ansible/ansible-2.6.13.ebuild | 66 -
 app-admin/ansible/ansible-2.6.14.ebuild |  2 +-
 app-admin/ansible/ansible-2.7.7.ebuild  | 66 -
 app-admin/ansible/ansible-2.7.8.ebuild  |  2 +-
 5 files changed, 2 insertions(+), 136 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 91cf7b545e2..f93e9e38e60 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,7 +1,5 @@
 DIST ansible-2.5.14.tar.gz 10119785 BLAKE2B 
6e771aafc16053185ee6d275d6d41f64aa3f0d6dffbe721a66b548b97e84d78916e03827d592b961f9a4e0bb03fae09320731a4b8fdb814126cecdfb51f9f136
 SHA512 
9635b1c4bc9a93a24f4bb2894c9fed63803cecb01c5562559e3b808791d1007b26aa0aade4aa05fd4bae0f7d01216588d4e2e0bf4c5fb6cdf677d9b40e9e2de8
-DIST ansible-2.6.13.tar.gz 10730575 BLAKE2B 
2442925421996731be59db7ca18994f9c158f0b1247554bc8252d76d6c8fe8574e4ec2e62d71d7de075a9b109c43620232c78d91dcb3aa8d574752862de4d156
 SHA512 
7592214bc5c0c4283c99d7a422d44a54f424afe848b40fa2c0b0a4b556361a6290b459d8bdb575ec323e4e96bbad7abc939cdb5664839bb13f5de3d054ffb880
 DIST ansible-2.6.14.tar.gz 10732165 BLAKE2B 
c753860a521c37357c7a5042391957680865416c036fcaf3920a65e291dc3ed3a52e94ad5b99acdb0d2c919e3be68b8462e462a935497dfe83b406adf4e63dad
 SHA512 
ee532c0d61ab03a0937e89bfa7565f27f1905987784f31895e8ac6e4a8ecf76ca9f30201d278a68a995b8fc27151712dba2e79c13269a472d923355e36072e4e
 DIST ansible-2.6.15.tar.gz 10734433 BLAKE2B 
9c48d9de348a11a57b364921af26154b5a2106d0bfa2d7d341c06e2408b3f71d30b3cc2f5e4df1bb21eb6eebd39a4d297ce8d697d68826378d4e786a4acb4e25
 SHA512 
14951db33ed2124b3379adf1114a9c980f63668c18a79d436658d8ddc1bbbd38f26682520319bd0e399d6ced518ece0f01da5a6991003e8b30adf78f20c6d1e8
-DIST ansible-2.7.7.tar.gz 11809560 BLAKE2B 
3960e4dcd166fb77ddcb6bbae03b20fe679b76aee3db118ddd4642ab7b837a66929bd4ec76c071c53eba7ece47aaf8a52ceb34ea092d3e3db8355839575b684c
 SHA512 
41e007ccc5b22eaa1a7aa9c16f8d012268cbd1055b5c10a204134b7707ab7bf205aab04efccda9fb5497034896542d29ba253ad4ea09b4755b665bada22b4c54
 DIST ansible-2.7.8.tar.gz 11812884 BLAKE2B 
867ed7072efc4effafd637ac0353bd722269046cae8ddb794eea8c6cf9d739bc567f2a5323a589c21a74bbb57565ef153fb8c52798c17809a42400abe72ce65c
 SHA512 
f3501ce8b642f83fe3d5e21cdfa26bce8611e92bc6e68e40b3a7ff2443c7d8ee0b2175981c92a5e83f9ce8c5d7d75aac95106a237bb9325c66319d96a790009a
 DIST ansible-2.7.9.tar.gz 11830476 BLAKE2B 
7688ce9f74b0ab1fafd0e31dce90d995a9d8ca90bbe436f2d4ee9d005069b6e1b2c4dd679c2430a6873233da54ae06d3ebf08736681ec2e59e5b3ddafa6bb1e2
 SHA512 
4d39c7d4eb97264ce8f92812fb986b24af0c663efa6d8cd1d9a4cb25731d55e7518e503c04764e62d0458916b601baaa7acc623f9f83ce8b93e7f22900e29a53

diff --git a/app-admin/ansible/ansible-2.6.13.ebuild 
b/app-admin/ansible/ansible-2.6.13.ebuild
deleted file mode 100644
index 90340deaacc..000
--- a/app-admin/ansible/ansible-2.6.13.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# 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} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://ansible.com/;
-SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x64-macos"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/netaddr[${PYTHON_USEDEP}]
-   net-misc/sshpass
-   virtual/ssh
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   dev-python/passlib[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/unittest2[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )"
-
-# not included in release tarball
-RESTRICT="test"
-
-python_compile_all() {
-   if use doc; then
-   cd docs/docsite || die
-   export CPUS=4
-   

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

2019-03-21 Thread Matthew Thode
commit: 2dfd36390f14f63b3fd0db53fa16a35d6fe61125
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Mar 21 17:30:48 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Mar 21 17:36:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dfd3639

app-admin/puppet: 6.3.0 stable amd64 and x86

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

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

diff --git a/app-admin/puppet/puppet-6.3.0.ebuild 
b/app-admin/puppet/puppet-6.3.0.ebuild
index 1d12aee25d2..87692a87fff 100644
--- a/app-admin/puppet/puppet-6.3.0.ebuild
+++ b/app-admin/puppet/puppet-6.3.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
 RESTRICT="test"
 



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

2019-03-21 Thread Andreas Sturmlechner
commit: 77b51c4c66aa1f71be791411ec5e45af941ea2f6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 21 17:28:17 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 17:28:17 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=77b51c4c

kde-apps/mailcommon: Fix DEPENDs

Upstream commit 666f4646a0e837f2cc87e05b8e1ee0b3887a965f

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

 kde-apps/mailcommon/mailcommon-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/mailcommon/mailcommon-.ebuild 
b/kde-apps/mailcommon/mailcommon-.ebuild
index 720268ca20..f8d03ac031 100644
--- a/kde-apps/mailcommon/mailcommon-.ebuild
+++ b/kde-apps/mailcommon/mailcommon-.ebuild
@@ -46,9 +46,9 @@ DEPEND="
$(add_kdeapps_dep pimcommon)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
+   $(add_qt_dep qtmultimedia)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   media-libs/phonon[qt5(+)]
 "
 RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n



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

2019-03-21 Thread Michał Górny
commit: 73eee5fac169c63beb5aa4ff381d373eb1e37110
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 17:24:28 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 17:28:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73eee5fa

package.mask: Two more openssl-1.1+ blockers

Bug: https://bugs.gentoo.org/676000
Bug: https://bugs.gentoo.org/674796
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 85b6f33dcc8..5c01f8b6ff5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -69,7 +69,9 @@ x11-libs/hippo-canvas
 # mail-filter/libdkim: #674892, no revdeps, last release in 2010
 # net-analyzer/bro: #675014, needs bump, current version is from 2015
 # net-analyzer/ffp: #674244, dead homepage, current version added 2005
+# net-analyzer/nodebrain: #674796, last commits in 2015
 # net-analyzer/postal: #677478, last release in 2012
+# net-ftp/netkit-ftpd: #676000, last rel in 2000, also #236290, #540330
 # net-im/ayttm: #676242, last commits in 2011 (+ one secfix in 2015)
 # net-im/climm: #674160, dead homepage, last commits in 2010
 # net-irc/bip: #674240, may need new snapshot, current ver is from 2013
@@ -97,7 +99,9 @@ mail-client/nmh
 mail-filter/libdkim
 net-analyzer/bro
 net-analyzer/ffp
+net-analyzer/nodebrain
 net-analyzer/postal
+net-ftp/netkit-ftpd
 net-im/ayttm
 net-im/climm
 net-irc/bip



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

2019-03-21 Thread Andreas Sturmlechner
commit: 50db63959dff4145a84abf9db6dd4804d37c9cdd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 21 13:08:41 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 17:23:44 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=50db6395

kde5-functions: Raise PLASMA_MINIMAL=5.14.5, KDE_APPS_MINIMAL=18.12.3

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

 eclass/kde5-functions.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index d4766f01a2..9c77315a34 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -62,12 +62,12 @@ esac
 # @ECLASS-VARIABLE: PLASMA_MINIMAL
 # @DESCRIPTION:
 # Minimum version of Plasma to require. This affects add_plasma_dep.
-: ${PLASMA_MINIMAL:=5.12.5}
+: ${PLASMA_MINIMAL:=5.14.5}
 
 # @ECLASS-VARIABLE: KDE_APPS_MINIMAL
 # @DESCRIPTION:
 # Minimum version of KDE Applications to require. This affects add_kdeapps_dep.
-: ${KDE_APPS_MINIMAL:=18.08.3}
+: ${KDE_APPS_MINIMAL:=18.12.3}
 
 # @ECLASS-VARIABLE: KDE_GCC_MINIMAL
 # @DEFAULT_UNSET



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

2019-03-21 Thread Andreas Sturmlechner
commit: 6e3beb49558546ee54f2b9a17d3c16807f431408
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 21 12:22:08 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 17:24:39 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e3beb49

kde5.eclass: Drop obsolete kde-apps-18.08.3 specific quirk

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

 eclass/kde5.eclass | 5 -
 1 file changed, 5 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index e2aae0f652..14aa80ef27 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -198,11 +198,6 @@ case ${KDE_AUTODEPS} in
if [[ ${PN} != breeze-icons && ${PN} != oxygen-icons ]]; then
RDEPEND+=" || ( $(add_frameworks_dep breeze-icons) 
kde-frameworks/oxygen-icons:* )"
fi
-
-   if [[ ${CATEGORY} = kde-apps && ${PV} = 18.08.3 ]]; then
-   [[ ${KDE_BLOCK_SLOT4} = true ]] && RDEPEND+=" 
!kde-apps/${PN}:4"
-   RDEPEND+=" !kde-apps/kde-l10n"
-   fi
;;
 esac
 



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

2019-03-21 Thread Brian Evans
commit: 64b9901c0f3ed4dae25cdf6655b6c7a1cecd85f0
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Mar 21 17:23:09 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Mar 21 17:23:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b9901c

mail-client/s-nail: New package.  Enhanced fork of mail-client/nail

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

 mail-client/s-nail/Manifest  |  1 +
 mail-client/s-nail/metadata.xml  | 23 
 mail-client/s-nail/s-nail-14.9.13.ebuild | 91 
 3 files changed, 115 insertions(+)

diff --git a/mail-client/s-nail/Manifest b/mail-client/s-nail/Manifest
new file mode 100644
index 000..1a48213f110
--- /dev/null
+++ b/mail-client/s-nail/Manifest
@@ -0,0 +1 @@
+DIST s-nail-14.9.13.tar.xz 734416 BLAKE2B 
b23de9c32357d5b88ecb723dc875d3366b2b4c57dd654a4f2422e8bb81b781a76568eb0955990d4166f034bf40459fa5d2992da6e7f2b403a641a4d4c0c1e200
 SHA512 
6467846fab5752c708886ba7a66cd2038effc0cf8d72e2feb670283cf1d5436c27037087eeaa201c074964476ff0c213cffe74169fb03089ebf964fcc766e6ea

diff --git a/mail-client/s-nail/metadata.xml b/mail-client/s-nail/metadata.xml
new file mode 100644
index 000..6fa99b2c089
--- /dev/null
+++ b/mail-client/s-nail/metadata.xml
@@ -0,0 +1,23 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+grkni...@gentoo.org
+Brian Evans
+  
+  
+
+  Enable support for network protocols (POP, IMAP and SMTP). If you
+  only need to send mail with the local Transport Agent, disabling
+  this will get you support for only /usr/sbin/sendmail call.
+
+
+  If network is enabled, this adds support for S/MIME and
+  SSL/TLS-powered protocols through dev-libs/openssl.
+
+
+  If network is enabled, this adds support for GSSAPI login on IMAP
+  through virtual/krb5.
+
+  
+

diff --git a/mail-client/s-nail/s-nail-14.9.13.ebuild 
b/mail-client/s-nail/s-nail-14.9.13.ebuild
new file mode 100644
index 000..8d4581a9f0d
--- /dev/null
+++ b/mail-client/s-nail/s-nail-14.9.13.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+HOMEPAGE="https://www.sdaoden.eu/code.html;
+DESCRIPTION="Enhanced mailx-compatible mail client based on Hierloom mailx 
(nail)"
+LICENSE="BSD"
+
+SRC_URI="https://ftp.sdaoden.eu/${P}.tar.xz;
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="idn kerberos libressl net ssl"
+
+RDEPEND="
+   sys-libs/ncurses:0=
+   virtual/libiconv
+   idn? ( net-dns/libidn2 )
+   net? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   kerberos? ( virtual/krb5 )
+   )
+   !mail-client/mailx
+   !net-mail/mailutils
+   !mail-client/nail
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local confopts=(
+   CC=$(tc-getCC)
+   EXTRA_CFLAGS=-std=c99
+   strip=/bin/true
+   OPT_AUTOCC=no
+   VAL_PREFIX="${EPREFIX}"/usr
+   VAL_SYSCONFDIR="${EPREFIX}"/etc
+   VAL_MTA="${EPREFIX}/usr/sbin/sendmail"
+   VAL_MAIL='/var/spool/mail'
+   VAL_PAGER=less
+   $(usex idn VAL_IDNA=idn2 OPT_IDNA=no)
+   VERBOSE=1
+   )
+
+   if use net; then
+   confopts+=( OPT_TLS=$(usex ssl require no)
+   OPT_GSSAPI=$(usex kerberos require no)
+   )
+   else
+   confopts+=( OPT_SOCKETS=no )
+   fi
+
+   tc-is-cross-compiler && confopts+=( OPT_CROSS_BUILD=yes )
+
+   emake "${confopts[@]}" config
+}
+
+src_compile() {
+   emake build
+}
+
+src_install () {
+   # Use /usr/sbin/sendmail by default and provide an example
+   cat <<- EOSMTP >> nail.rc
+
+   # Use the local sendmail (/usr/sbin/sendmail) binary by default.
+   # (Uncomment the following line to use a SMTP server)
+   #set smtp=localhost
+
+   # Ask for CC: list too.
+   set askcc
+   EOSMTP
+
+   emake DESTDIR="${D}" install
+
+   dodoc INSTALL NEWS README THANKS
+
+   dodir /bin
+   dosym ../usr/bin/mailx /bin/mail
+   dosym s-nail /usr/bin/mailx
+   dosym mailx /usr/bin/mail
+   dosym mailx /usr/bin/Mail
+
+   dosym s-nail.1 /usr/share/man/man1/mailx.1
+   dosym mailx.1 /usr/share/man/man1/mail.1
+   dosym mailx.1 /usr/share/man/man1/Mail.1
+}



[gentoo-commits] repo/gentoo:master commit in: virtual/mailx/

2019-03-21 Thread Brian Evans
commit: 22c5977b6f5b182b0f9d18dc869bccdcc12a2795
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Mar 21 17:27:25 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Mar 21 17:27:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c5977b

virtual/mailx: Include mail-client/s-nail as an option

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

 virtual/mailx/mailx-2.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/virtual/mailx/mailx-2.ebuild b/virtual/mailx/mailx-2.ebuild
new file mode 100644
index 000..3213722eb97
--- /dev/null
+++ b/virtual/mailx/mailx-2.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 mail implementations"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+RDEPEND="|| (  net-mail/mailutils
+   mail-client/mailx
+   mail-client/s-nail
+   mail-client/nail
+   sys-freebsd/freebsd-ubin )"



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

2019-03-21 Thread Patrick McLean
commit: 348cf0b6d4e51f256ae7720a1942111b0f019460
Author: Sandino Araico Sanchez  sandino  net>
AuthorDate: Thu Mar 21 13:20:54 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Mar 21 17:15:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348cf0b6

sys-cluster/ceph: libressl support

Signed-off-by: Sandino Araico Sanchez  sandino.net>
Closes: https://github.com/gentoo/gentoo/pull/11443
Closes: https://bugs.gentoo.org/681158
Signed-off-by: Patrick McLean  gentoo.org>

 sys-cluster/ceph/ceph-13.2.4.ebuild| 17 +
 sys-cluster/ceph/ceph-13.2.5-r1.ebuild | 21 +++--
 sys-cluster/ceph/ceph-14.2.0-r1.ebuild | 21 +++--
 3 files changed, 43 insertions(+), 16 deletions(-)

diff --git a/sys-cluster/ceph/ceph-13.2.4.ebuild 
b/sys-cluster/ceph/ceph-13.2.4.ebuild
index cca90b166f0..f0e6c5adacd 100644
--- a/sys-cluster/ceph/ceph-13.2.4.ebuild
+++ b/sys-cluster/ceph/ceph-13.2.4.ebuild
@@ -26,7 +26,7 @@ SLOT="0"
 
 CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
 
-IUSE="babeltrace cephfs dpdk fuse jemalloc ldap lttng +mgr"
+IUSE="babeltrace cephfs dpdk fuse jemalloc ldap libressl lttng +mgr"
 IUSE+=" +radosgw +ssl static-libs +system-boost systemd +tcmalloc test"
 IUSE+=" xfs zfs"
 IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
@@ -54,13 +54,22 @@ COMMON_DEPEND="
ldap? ( net-nds/openldap:=[static-libs?] )
lttng? ( dev-util/lttng-ust:= )
fuse? ( sys-fs/fuse:0=[static-libs?] )
-   ssl? ( dev-libs/openssl:=[static-libs?] )
+   ssl? (
+   !libressl? ( dev-libs/openssl:=[static-libs?] )
+   libressl? ( dev-libs/libressl:=[static-libs?] )
+   )
xfs? ( sys-fs/xfsprogs:=[static-libs?] )
zfs? ( sys-fs/zfs:=[static-libs?] )
radosgw? (
dev-libs/expat:=[static-libs?]
-   dev-libs/openssl:=[static-libs?]
-   net-misc/curl:=[curl_ssl_openssl,static-libs?]
+   !libressl? (
+   dev-libs/openssl:=[static-libs?]
+   net-misc/curl:=[curl_ssl_openssl,static-libs?]
+   )
+   libressl? (
+   dev-libs/libressl:=[static-libs?]
+   net-misc/curl:=[curl_ssl_libressl,static-libs?]
+   )
)
system-boost? (

>=dev-libs/boost-1.67:=[threads,context,python,static-libs?,${PYTHON_USEDEP}]

diff --git a/sys-cluster/ceph/ceph-13.2.5-r1.ebuild 
b/sys-cluster/ceph/ceph-13.2.5-r1.ebuild
index f83f6158171..7d088a08ac6 100644
--- a/sys-cluster/ceph/ceph-13.2.5-r1.ebuild
+++ b/sys-cluster/ceph/ceph-13.2.5-r1.ebuild
@@ -26,9 +26,9 @@ SLOT="0"
 
 CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
 
-IUSE="babeltrace cephfs dpdk fuse jemalloc ldap lttng +mgr numa"
-IUSE+=" +radosgw +ssl static-libs +system-boost systemd +tcmalloc test"
-IUSE+=" xfs zfs"
+IUSE="babeltrace cephfs dpdk fuse jemalloc ldap libressl lttng +mgr"
+IUSE+=" numa +radosgw +ssl static-libs +system-boost systemd +tcmalloc"
+IUSE+=" test xfs zfs"
 IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
 
 # unbundling code commented out pending bugs 584056 and 584058
@@ -55,13 +55,22 @@ COMMON_DEPEND="
lttng? ( dev-util/lttng-ust:= )
fuse? ( sys-fs/fuse:0=[static-libs?] )
numa? ( sys-process/numactl:=[static-libs?] )
-   ssl? ( dev-libs/openssl:=[static-libs?] )
+   ssl? (
+   !libressl? ( dev-libs/openssl:=[static-libs?] )
+   libressl? ( dev-libs/libressl:=[static-libs?] )
+   )
xfs? ( sys-fs/xfsprogs:=[static-libs?] )
zfs? ( sys-fs/zfs:=[static-libs?] )
radosgw? (
dev-libs/expat:=[static-libs?]
-   dev-libs/openssl:=[static-libs?]
-   net-misc/curl:=[curl_ssl_openssl,static-libs?]
+   !libressl? (
+   dev-libs/openssl:=[static-libs?]
+   net-misc/curl:=[curl_ssl_openssl,static-libs?]
+   )
+   libressl? (
+   dev-libs/libressl:=[static-libs?]
+   net-misc/curl:=[curl_ssl_libressl,static-libs?]
+   )
)
system-boost? (

>=dev-libs/boost-1.67:=[threads,context,python,static-libs?,${PYTHON_USEDEP}]

diff --git a/sys-cluster/ceph/ceph-14.2.0-r1.ebuild 
b/sys-cluster/ceph/ceph-14.2.0-r1.ebuild
index 2e9f40a55ba..868ca8e9fd7 100644
--- a/sys-cluster/ceph/ceph-14.2.0-r1.ebuild
+++ b/sys-cluster/ceph/ceph-14.2.0-r1.ebuild
@@ -26,9 +26,9 @@ SLOT="0"
 
 CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
 
-IUSE="babeltrace cephfs dpdk fuse grafana jemalloc kerberos ldap lttng +mgr"
-IUSE+=" numa rabbitmq +radosgw +ssl static-libs +system-boost systemd"
-IUSE+=" +tcmalloc test xfs zfs"
+IUSE="babeltrace cephfs dpdk fuse grafana jemalloc kerberos ldap libressl"
+IUSE+=" lttng +mgr numa rabbitmq +radosgw +ssl static-libs +system-boost"
+IUSE+=" systemd 

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

2019-03-21 Thread Patrick McLean
commit: 6dcbe3944593b5292b754feaf4eabd4001298002
Author: Patrick McLean  sony  com>
AuthorDate: Thu Mar 21 17:05:08 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Mar 21 17:15:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcbe394

sys-cluster/ceph: Fix python sed in src_install in 4.2.0-r1

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

 sys-cluster/ceph/ceph-14.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/ceph/ceph-14.2.0-r1.ebuild 
b/sys-cluster/ceph/ceph-14.2.0-r1.ebuild
index 8a6796f810f..2e9f40a55ba 100644
--- a/sys-cluster/ceph/ceph-14.2.0-r1.ebuild
+++ b/sys-cluster/ceph/ceph-14.2.0-r1.ebuild
@@ -324,7 +324,7 @@ src_install() {
 
# python_fix_shebang apparently is not idempotent
sed -i -r  
's:(/usr/lib/python-exec/python[0-9]\.[0-9]/python)[0-9]\.[0-9]:\1:' \
-   "${ED}"/usr/sbin/{mount.fuse.ceph,ceph-volume{,-systemd}} || 
die "sed failed"
+   "${ED}"/usr/sbin/{mount.*,ceph-volume{,-systemd}} || die "sed 
failed"
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: x11-apps/mkfontscale/files/, x11-apps/mkfontscale/

2019-03-21 Thread Matt Turner
commit: a6f2bfce129037288eb54ae1f055ff59ea216190
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 21 17:01:49 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 21 17:02:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f2bfce

x11-apps/mkfontscale: Version bump to 1.2.1

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

 x11-apps/mkfontscale/Manifest  |  2 +-
 ...autoconf-instead-of-sed-to-substitute-bin.patch | 51 --
 ...le-1.2.0-r1.ebuild => mkfontscale-1.2.1.ebuild} |  5 ---
 3 files changed, 1 insertion(+), 57 deletions(-)

diff --git a/x11-apps/mkfontscale/Manifest b/x11-apps/mkfontscale/Manifest
index 0709e5eac89..233f43d6257 100644
--- a/x11-apps/mkfontscale/Manifest
+++ b/x11-apps/mkfontscale/Manifest
@@ -1,2 +1,2 @@
 DIST mkfontscale-1.1.3.tar.bz2 144386 BLAKE2B 
8cf4a61472b9357888ef355e89c3087102c4928884ecc6b5671202ad09284a2dc188b81faba6b1727b1a28ccaa6c3c36649c53659faf7a3fae4a2b32ab5a2420
 SHA512 
509e2f9cd55cf87cc3968c8767bf3f2386016278db8b7be75b7df34bf61f52519dd2778f3b9881ffbe30cc2fe26089c0a5b2c33af46bc7727f46dad83f030a62
-DIST mkfontscale-1.2.0.tar.bz2 150646 BLAKE2B 
7f4a0b279f0759b2d8faac584603488c9e405b92b43457b301aa6ba252bdef2cbfe65f58a1fb837e61113cfea139b6fcde1084450333864175e2cc4da84b6626
 SHA512 
3d02db7e031fe6730a07ed481d2a744592a7d542d75fedf55a4f5ad50d03d92e3534b4105af09d0a8f863bdc0321758222baf5b943de77ce4972978d86a5013f
+DIST mkfontscale-1.2.1.tar.bz2 150808 BLAKE2B 
0c2cce3a5b400f8c757a9e1f7a0c8ea85f41c7d229cc1197c68340ec9f2b0b36872a914bf04dabb584727405092b4bf9abbc465190ac1b91419d9ecb3d359b83
 SHA512 
4d243160e1f7f8dfa6a8f53349c1a42a55fc99426455ebdef58352c5e951fce8b4f1fbd1061a76c9a148095b002eac372db1ae5e2647d2ccb4886635b317b18c

diff --git 
a/x11-apps/mkfontscale/files/mkfontscale-1.2.0-Revert-Use-autoconf-instead-of-sed-to-substitute-bin.patch
 
b/x11-apps/mkfontscale/files/mkfontscale-1.2.0-Revert-Use-autoconf-instead-of-sed-to-substitute-bin.patch
deleted file mode 100644
index fdeea14e31d..000
--- 
a/x11-apps/mkfontscale/files/mkfontscale-1.2.0-Revert-Use-autoconf-instead-of-sed-to-substitute-bin.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-From 29cab25240cf30f546671f265167a2eeadfd4c75 Mon Sep 17 00:00:00 2001
-From: Alan Coopersmith 
-Date: Thu, 7 Mar 2019 13:23:00 -0800
-Subject: [PATCH app/mkfontscale] Revert "Use autoconf instead of sed to
- substitute @bindir@ in mkfontdir.in"
-
-This reverts commit 1f9d14bec07092d62da29a5a233cefbf84d47289.
-It caused https://gitlab.freedesktop.org/xorg/app/mkfontscale/issues/5

- Makefile.am  | 9 -
- configure.ac | 1 -
- 2 files changed, 8 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 7bb11ea..c36d171 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -23,6 +23,13 @@ SUBDIRS = man
- bin_PROGRAMS = mkfontscale
- bin_SCRIPTS = mkfontdir
- 
-+CLEANFILES = $(bin_SCRIPTS)
-+EXTRA_DIST = $(bin_SCRIPTS:=.in)
-+DIR_SUBSTS = -e 's|@bindir[@]|$(bindir)|g'
-+
-+mkfontdir: mkfontdir.in
-+  $(AM_V_GEN)$(SED) $(DIR_SUBSTS) < $(srcdir)/mkfontdir.in > $@
-+
- AM_CPPFLAGS = @MKFONTSCALE_CFLAGS@ @X11_CFLAGS@ -D_BSD_SOURCE
- AM_CFLAGS = $(CWARNFLAGS)
- mkfontscale_LDADD  = @MKFONTSCALE_LIBS@
-@@ -59,4 +66,4 @@ lint:
-   $(LINT) $(ALL_LINT_FLAGS) $(mkfontscale_SOURCES)
- endif LINT
- 
--EXTRA_DIST = README.md
-+EXTRA_DIST += README.md
-diff --git a/configure.ac b/configure.ac
-index 5f5e463..7363bba 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -63,6 +63,5 @@ XORG_WITH_LINT
- 
- AC_CONFIG_FILES([
-   Makefile
--  mkfontdir
-   man/Makefile])
- AC_OUTPUT
--- 
-2.19.2
-

diff --git a/x11-apps/mkfontscale/mkfontscale-1.2.0-r1.ebuild 
b/x11-apps/mkfontscale/mkfontscale-1.2.1.ebuild
similarity index 84%
rename from x11-apps/mkfontscale/mkfontscale-1.2.0-r1.ebuild
rename to x11-apps/mkfontscale/mkfontscale-1.2.1.ebuild
index 2a83d1cb6f7..60b075e5972 100644
--- a/x11-apps/mkfontscale/mkfontscale-1.2.0-r1.ebuild
+++ b/x11-apps/mkfontscale/mkfontscale-1.2.1.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-XORG_EAUTORECONF="yes"
 inherit xorg-3
 
 DESCRIPTION="create an index of scalable font files for X"
@@ -21,10 +20,6 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
!

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

2019-03-21 Thread Andreas Sturmlechner
commit: 0d7c24006adb80d3f012e86023ef396b23f002f6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 21 11:47:12 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 16:24:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7c2400

media-libs/libqaccessibilityclient: Drop 0.3.0

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

 media-libs/libqaccessibilityclient/Manifest|  1 -
 .../libqaccessibilityclient-0.3.0-tests.patch  | 37 --
 .../libqaccessibilityclient-0.3.0.ebuild   | 30 --
 3 files changed, 68 deletions(-)

diff --git a/media-libs/libqaccessibilityclient/Manifest 
b/media-libs/libqaccessibilityclient/Manifest
index 48b124547a9..b3f98172473 100644
--- a/media-libs/libqaccessibilityclient/Manifest
+++ b/media-libs/libqaccessibilityclient/Manifest
@@ -1,2 +1 @@
-DIST libqaccessibilityclient-0.3.0.tar.xz 104784 BLAKE2B 
a472cd2287340fbe5e5e4404fcdb4d1b6a28f39bf61117156f2e38622f10e0913f4c3818a9f7ff682eb195905e837c589d396df5fc8637a511d6e293e4b59a6a
 SHA512 
d3c28a2dcb308e3248276c5b1ab822decb0c32afce8636ce30941320381431a8d7e064ff1451b14e64cbc83d03e3693d645d1739e64830bacefcd7fa68b0d2e1
 DIST libqaccessibilityclient-0.4.0.tar.xz 105700 BLAKE2B 
30c2ebcae046480536fa2c193130b3e0e99bfeeacb40ee9fae22574d9a8ff84da4fc5d746e1ba2f369f99c9d6227fea65ef55628aeff37b455cdf730708608c9
 SHA512 
bd2e0d29605f222084f86664a52488a5340e0ac16433fd65c8ada195e4cb5988ebac357a991ea8ebc5af22f81825212ce07209939ad5e4a00a9daeed37b56ffb

diff --git 
a/media-libs/libqaccessibilityclient/files/libqaccessibilityclient-0.3.0-tests.patch
 
b/media-libs/libqaccessibilityclient/files/libqaccessibilityclient-0.3.0-tests.patch
deleted file mode 100644
index 1ec1317ea80..000
--- 
a/media-libs/libqaccessibilityclient/files/libqaccessibilityclient-0.3.0-tests.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From a85bce953b8a231cfe9b47d9f3fd80f6149f51f2 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Sun, 18 Nov 2018 12:13:28 +0100
-Subject: [PATCH] Use standard BUILD_TESTING instead of BUILD_TESTS
-
-Add tests subdir conditionally.

- CMakeLists.txt | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 73bb3cb..13531cc 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -34,7 +34,7 @@ include_directories(
- find_package(Qt5Widgets QUIET)
- find_package(Qt5DBus QUIET)
- find_package(Qt5Test QUIET)
--set(BUILD_TESTS ${Qt5Test_FOUND})
-+set(BUILD_TESTING ${Qt5Test_FOUND})
- 
- add_definitions(${Qt5Core_DEFINITIONS} ${Qt5Widgets_DEFINITIONS} 
${Qt5DBus_DEFINITIONS})
- include_directories(${Qt5Core_INCLUDE_DIRS} ${Qt5Widgets_INCLUDE_DIRS} 
${Qt5DBus_INCLUDE_DIRS})
-@@ -70,7 +70,9 @@ if(APPLE)
- endif(APPLE)
- 
- add_subdirectory(src)
--add_subdirectory(tests)
-+if(BUILD_TESTING)
-+   add_subdirectory(tests)
-+endif()
- add_subdirectory(examples)
- 
- # we need the absolute directories where stuff will be installed too
--- 
-2.19.1
-

diff --git 
a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.3.0.ebuild 
b/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.3.0.ebuild
deleted file mode 100644
index 37ae0d8ab71..000
--- a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-ECM_KDEINSTALLDIRS="false"
-KDE_TEST="optional"
-KDE_EXAMPLES="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Library for writing accessibility clients such as screen readers"
-HOMEPAGE="https://accessibility.kde.org/ 
https://cgit.kde.org/libqaccessibilityclient.git;
-SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-# tests require DBus
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${P}-tests.patch" )



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

2019-03-21 Thread Andreas Sturmlechner
commit: 4c0e94d16f3776627e5693e9c9db743f850951d9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 21 13:10:08 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 16:24:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0e94d1

kde5-meta-pkg.eclass: Mark as DEAD

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

 eclass/kde5-meta-pkg.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/kde5-meta-pkg.eclass b/eclass/kde5-meta-pkg.eclass
index feea480d9e1..bea85315eec 100644
--- a/eclass/kde5-meta-pkg.eclass
+++ b/eclass/kde5-meta-pkg.eclass
@@ -1,6 +1,7 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# @DEAD
 # @ECLASS: kde5-meta-pkg.eclass
 # @MAINTAINER:
 # k...@gentoo.org



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

2019-03-21 Thread Andreas Sturmlechner
commit: 625c1800614e9139bf937714e32c9372ce685240
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar 15 22:21:34 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 16:24:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625c1800

kde5.eclass: HOMEPAGE: Fix www.kde.org to kde.org redirection

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 eclass/kde5.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index dbb5a08ec57..176eb1337c7 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -162,9 +162,9 @@ KDE_UNRELEASED=( )
 if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/;
 elif [[ ${KMNAME} = kdepim ]]; then
-   HOMEPAGE="https://www.kde.org/applications/office/kontact/;
+   HOMEPAGE="https://kde.org/applications/office/kontact/;
 else
-   HOMEPAGE="https://www.kde.org/;
+   HOMEPAGE="https://kde.org/;
 fi
 
 LICENSE="GPL-2"



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

2019-03-21 Thread Andreas Sturmlechner
commit: b490028e041418f048387bd5633fdd73a80ca46f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 21 13:08:41 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 16:24:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b490028e

kde5-functions: Raise PLASMA_MINIMAL=5.14.5, KDE_APPS_MINIMAL=18.12.3

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

 eclass/kde5-functions.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 0973ca938fe..0e9d7c2f2f4 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -62,12 +62,12 @@ esac
 # @ECLASS-VARIABLE: PLASMA_MINIMAL
 # @DESCRIPTION:
 # Minimum version of Plasma to require. This affects add_plasma_dep.
-: ${PLASMA_MINIMAL:=5.12.5}
+: ${PLASMA_MINIMAL:=5.14.5}
 
 # @ECLASS-VARIABLE: KDE_APPS_MINIMAL
 # @DESCRIPTION:
 # Minimum version of KDE Applications to require. This affects add_kdeapps_dep.
-: ${KDE_APPS_MINIMAL:=18.08.3}
+: ${KDE_APPS_MINIMAL:=18.12.3}
 
 # @ECLASS-VARIABLE: KDE_GCC_MINIMAL
 # @DEFAULT_UNSET



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

2019-03-21 Thread Andreas Sturmlechner
commit: ac3cc855859bc57c8ae5f67fe52b8f24ad816f50
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 31 22:34:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 16:24:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3cc855

kde5.eclass: Qt 5.12 is changing qch doc location

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

 eclass/kde5.eclass | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 176eb1337c7..d7b5eb7f15e 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -701,8 +701,11 @@ kde5_src_install() {
# cmake can't find the tags and qthelp viewers can't find the docs
local p=$(best_version dev-qt/qtcore:5)
local pv=$(echo ${p/%-r[0-9]*/} | rev | cut -d - -f 1 | rev)
-   if [[ -d ${ED%/}/usr/share/doc/qt-${pv} ]]; then
-   docompress -x /usr/share/doc/qt-${pv}
+   if [[ ${pv} = 5.11* ]]; then
+   #todo: clean up trailing slash check when EAPI <7 is removed
+   if [[ -d ${ED%/}/usr/share/doc/qt-${pv} ]]; then
+   docompress -x /usr/share/doc/qt-${pv}
+   fi
fi
 
if [[ ${EAPI} = 6 ]]; then



  1   2   >