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

2020-05-20 Thread Lars Wendler
commit: 94ae2a2329edef562bfea6135d13c392b1735c01
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed May 20 18:42:55 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed May 20 19:13:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ae2a23

sys-apps/less: Removed old

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

 sys-apps/less/Manifest|  2 --
 sys-apps/less/less-557.ebuild | 44 ---
 sys-apps/less/less-560.ebuild | 44 ---
 3 files changed, 90 deletions(-)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index 11191153126..08c6a9f0c80 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -1,5 +1,3 @@
 DIST less-551.tar.gz 347007 BLAKE2B 
033a043340f888616c8342703597b9232ae1c8e62775d3ee0187599c3d9d9824fdbc7543ca90cdc535b2077a8bcbefe322887ad29289620191d8cf6ff86ddd04
 SHA512 
ef5296b9ebd72f83c05cad8a0f7a5eec2290e9b358ee725e09e8541bd95f94c0e14ea22aa04b287a0654079338eaeae813f2235b8e9f819fbbc9040dd65a9585
-DIST less-557.tar.gz 335142 BLAKE2B 
1c8645d70b1eb6d6d7f88c62ae77cce64e39262b32608cc4a27c0c8a79a2f84506ae41f76bd8eceeac8d294192f8d9006b7ab503482b2a4cdd6a2837ab187851
 SHA512 
5d82942d90c098fe81bf070e77c5d388eef83eaf4f4c48bc1ea6c0f718b04d09cc1071448e0f4cdf443872842d8ace9339036e77ee8a0baf6f4d02e91e87848b
-DIST less-560.tar.gz 335124 BLAKE2B 
e65ad2f0e99b633b8be59027b1b97cf3613ae4d2d1dfa2ca9ebbee71bdbe07fcee127f2554122789726def8a5137cf76a850a4767f005b168be714fe11f0da9d
 SHA512 
8dd39e7bdf8274548e70d27ba1ac863c5957646c8fdd708fd87bffb204149252e4bbd8839969b507ba34f2d2d712bd0689d4fd5fb944bec1e40885bbcf06f40d
 DIST less-561.tar.gz 335311 BLAKE2B 
a319b835d8151a5cd69a6b9ea75455231bd822bf2312cbaa5214f8508ba2bbba2d80e3d383adb771e6c5ffa21f86e0e5c2aa999a828b340d3b3ddbd3adb9fe59
 SHA512 
b06cd8013a7774ae3492ba1c80b94f6aab8c07d4694bb3f474187a9aef369eab81c1e3e5d33bcdca305be155a9c8292e65d062354111c6de8cecd174d5a8a667
 DIST less-562.tar.gz 335444 BLAKE2B 
4830673d17594aea7424ee88b82bc2e073275a77ed39c067c032a0b79b0d15f8c0d97f98381a57192e985054cd04b3a824ef6c3e6ef796885a9677681a4cb109
 SHA512 
c9a0f43da0fcdb515e5d4f56a666fa7c8b12d52fd5a1cd4f6cc5f79133376400b0ef24a206c0cf5fd3558fba9a8055f219038bad8c3dadf0504ea96c419c4573

diff --git a/sys-apps/less/less-557.ebuild b/sys-apps/less/less-557.ebuild
deleted file mode 100644
index 375e2585ca5..000
--- a/sys-apps/less/less-557.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Excellent text file viewer"
-HOMEPAGE="http://www.greenwoodsoftware.com/less/;
-SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
-
-LICENSE="|| ( GPL-3 BSD-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="pcre unicode"
-
-DEPEND=">=app-misc/editor-wrapper-3
-   >=sys-libs/ncurses-5.2:0=
-   pcre? ( dev-libs/libpcre2 )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   export ac_cv_lib_ncursesw_initscr=$(usex unicode)
-   export ac_cv_lib_ncurses_initscr=$(usex !unicode)
-   local myeconfargs=(
-   --with-regex=$(usex pcre pcre2 posix)
-   --with-editor="${EPREFIX}"/usr/libexec/editor
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   newbin "${FILESDIR}"/lesspipe.sh lesspipe
-   newenvd "${FILESDIR}"/less.envd 70less
-}
-
-pkg_preinst() {
-   if has_version "<${CATEGORY}/${PN}-483-r1" ; then
-   elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
-   elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
-   elog "Colorization support has been dropped.  If you want that, 
check out"
-   elog "the new app-text/lesspipe package."
-   fi
-}

diff --git a/sys-apps/less/less-560.ebuild b/sys-apps/less/less-560.ebuild
deleted file mode 100644
index 375e2585ca5..000
--- a/sys-apps/less/less-560.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Excellent text file viewer"
-HOMEPAGE="http://www.greenwoodsoftware.com/less/;
-SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
-
-LICENSE="|| ( GPL-3 BSD-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="pcre unicode"
-
-DEPEND=">=app-misc/editor-wrapper-3
-   >=sys-libs/ncurses-5.2:0=

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

2020-05-20 Thread Lars Wendler
commit: 3969904376be6ffdc526c75e1c6bb4b6958a4e88
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed May 20 19:00:27 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed May 20 19:13:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39699043

dev-libs/libksba: Bump to version 1.4.0

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

 dev-libs/libksba/Manifest |  1 +
 dev-libs/libksba/libksba-1.4.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/libksba/Manifest b/dev-libs/libksba/Manifest
index ad4670f8720..87ba7f23d88 100644
--- a/dev-libs/libksba/Manifest
+++ b/dev-libs/libksba/Manifest
@@ -1 +1,2 @@
 DIST libksba-1.3.5.tar.bz2 620649 BLAKE2B 
6ed250684e40b4efcc07a86584adfbc659f886919d0306e82e2275c9acb8a1df698c7cc9a917fa66dd906fe473d14fa29507c03e681aed86286d65d9551cb5f6
 SHA512 
60179bfd109b7b4fd8d2b30a3216540f03f5a13620d9a5b63f1f95788028708a420911619f172ba57e945a6a2fcd2ef7eaafc5585a0eb2b9652cfadf47bf39a2
+DIST libksba-1.4.0.tar.bz2 651319 BLAKE2B 
0e3f49fd0d389d905ff75ddad6ac1f3d158d2d4d9f47d08c14d11e3fdc07aa3f661e7ea53612770269b4e08e7b61af2d83a1679874daa0605638454059cb3321
 SHA512 
7c1666017ebfa50b5663153dead1e019e0ee342c4f44ee8f644fc749e82dcc983237ef0f557de9de3f7908dc90405d967a4db2e36e04fe0d5a09edf49f8a0c8d

diff --git a/dev-libs/libksba/libksba-1.4.0.ebuild 
b/dev-libs/libksba/libksba-1.4.0.ebuild
new file mode 100644
index 000..c2943f6574d
--- /dev/null
+++ b/dev-libs/libksba/libksba-1.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="X.509 and CMS (PKCS#7) library"
+HOMEPAGE="http://www.gnupg.org/related_software/libksba;
+SRC_URI="mirror://gnupg/libksba/${P}.tar.bz2"
+
+LICENSE="LGPL-3+ GPL-2+ GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/libgpg-error-1.8"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/bison"
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable static-libs static)
+   GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config"
+   LIBGCRYPT_CONFIG="${EROOT}/usr/bin/${CHOST}-libgcrypt-config"
+   $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   # ppl need to use lib*-config for --cflags and --libs
+   find "${ED}" -type f -name '*.la' -delete || die
+}



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

2020-05-20 Thread Lars Wendler
commit: b45a2d597a30887fda975656ceaf0d47758d69dc
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed May 20 19:12:45 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed May 20 19:13:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45a2d59

media-video/simplescreenrecorder: Bump to version 0.4.2

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

 media-video/simplescreenrecorder/Manifest  |   1 +
 .../simplescreenrecorder-0.4.2.ebuild  | 101 +
 2 files changed, 102 insertions(+)

diff --git a/media-video/simplescreenrecorder/Manifest 
b/media-video/simplescreenrecorder/Manifest
index dbf8064896f..5a24e77d871 100644
--- a/media-video/simplescreenrecorder/Manifest
+++ b/media-video/simplescreenrecorder/Manifest
@@ -1,2 +1,3 @@
 DIST simplescreenrecorder-0.4.0.tar.gz 1867593 BLAKE2B 
0997c4e72c142ebfa74658c1fd27d8d01ceb3810f659df0bf899004224d3944a58476fd6b54b318d712fa4d284684a221f387c7e3e63d4b397312ab9e0786988
 SHA512 
aa4970aba010884153c9d3155a0869288a5b9b8723cf617471148ad875f1af29f594403c1682303345c578cc0dc3f0a4b3596e4937d3afa949a652b83dcd0b36
 DIST simplescreenrecorder-0.4.1.tar.gz 1893293 BLAKE2B 
d05765788b23073bd03997b92dfa34e3437514ccd88216dea429305f4d43ac25019d141b248ee4a4844d72fd6a87f196579e876ee16a235da34cb3f2404ce5e3
 SHA512 
b890fafb65a87c298562d25388384577408d7ccbb0b1280bb4fdad198c9b9581893e68b99aa9e478a61c59736689ae40be0f30132d56ee9a9796b8885541d8d5
+DIST simplescreenrecorder-0.4.2.tar.gz 1912151 BLAKE2B 
d8a4605a82e49693f94ecfac8853405a660a4528c3001961b1734d4387e49eeb4c91603929b3cd5d5b67a23a6ec839ace606b29666b916960f10322e6ec1b452
 SHA512 
60b0127d7f82f294e5a8f015363e37a10b5492089a0178b07a5e383c7e4b857102ed2bda7a95e3c67293a255f892481aeaf4037c583320d68d463637348ed7f7

diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.2.ebuild 
b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.2.ebuild
new file mode 100644
index 000..98efd341c92
--- /dev/null
+++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.2.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+inherit cmake-multilib flag-o-matic xdg
+
+if [[ ${PV} =  ]]; then
+   inherit git-r3
+fi
+
+DESCRIPTION="A Simple Screen Recorder"
+HOMEPAGE="https://www.maartenbaert.be/simplescreenrecorder;
+LICENSE="GPL-3"
+PKGNAME="ssr"
+if [[ ${PV} =  ]] ; then
+   EGIT_REPO_URI="https://github.com/MaartenBaert/${PKGNAME}.git;
+   EGIT_BOOTSTRAP=""
+else
+   
SRC_URI="https://github.com/MaartenBaert/${PKGNAME}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${PKGNAME}-${PV}"
+fi
+
+SLOT="0"
+IUSE="+asm jack mp3 pulseaudio theora vorbis vpx x264"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   media-libs/alsa-lib:0=
+   media-libs/mesa[${MULTILIB_USEDEP},X(+)]
+   media-video/ffmpeg[vorbis?,vpx?,x264?,mp3?,theora?]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXext
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   virtual/glu[${MULTILIB_USEDEP}]
+   jack? ( virtual/jack )
+   pulseaudio? ( media-sound/pulseaudio )
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+
+pkg_pretend() {
+   if [[ "${ABI}" == amd64 ]]; then
+   elog "You may want to add USE flag 'abi_x86_32' when running a 
64bit system"
+   elog "When added 32bit GLInject libraries are also included. 
This is"
+   elog "required if you want to use OpenGL recording on 32bit 
applications."
+   elog
+   fi
+
+   if has_version media-video/ffmpeg[x264] && has_version 
media-libs/x264[10bit] ; then
+   ewarn
+   ewarn "media-libs/x264 is currently built with 10bit useflag."
+   ewarn "This is known to prevent simplescreenrecorder from 
recording x264 videos"
+   ewarn "correctly. Please build media-libs/x264 without 10bit if 
you want to "
+   ewarn "record videos with x264."
+   ewarn
+   fi
+}
+
+pkg_setup() {
+   # QT requires -fPIC. Compile fails otherwise.
+   # Recently removed from the default compile options upstream
+   # 
https://github.com/MaartenBaert/ssr/commit/25fe1743058f0d1f95f6fbb39014b6ac146b5180
+   append-flags -fPIC
+}
+
+src_prepare() {
+   # required because xdg.eclass overrides default cmake_src_prepare
+   cmake_src_prepare
+}
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DENABLE_X86_ASM="$(usex asm)"
+   -DWITH_PULSEAUDIO="$(multilib_native_usex pulseaudio)"
+   -DWITH_JACK="$(multilib_native_usex jack)"
+   -DWITH_GLINJECT="true"
+   )
+
+   if multilib_is_native_abi ; then
+   

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

2020-05-20 Thread Lars Wendler
commit: 873a4e104852c28b5cc324df7f0c6268a72c1aea
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed May 20 19:03:22 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed May 20 19:13:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873a4e10

dev-libs/libfilezilla: Bump to version 0.22.0

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

 dev-libs/libfilezilla/Manifest   |  1 +
 dev-libs/libfilezilla/libfilezilla-0.22.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
index 851510d1d98..21e893b3b77 100644
--- a/dev-libs/libfilezilla/Manifest
+++ b/dev-libs/libfilezilla/Manifest
@@ -1,2 +1,3 @@
 DIST libfilezilla-0.20.2.tar.bz2 549679 BLAKE2B 
929c535ed7ad65fb35bc7f3a21c827ff51d01e387f383bf677f86b78aa79deafa81781eee87afe3c9c8a4d48c60ea02f7fff45b4e469f3755511c9b11001dc88
 SHA512 
242df38b335558c83fde91800787992adaa617292d119a15d8036adc1622b207127d0e8e6fb935b4300e1e0d63e196636589ba513e410c751dea052164a773d7
 DIST libfilezilla-0.21.0.tar.bz2 552491 BLAKE2B 
fb2729c1c2616b4dbdc292651fd5afe85fdcd77dd70d179605f737539dd4db54c95aeff9053131076241ca57317b2361a201f6fae381c374e81ca4bc250cf1ea
 SHA512 
a4986f8da4ac6980e7b1e564d3b033853b0e5442e4bbdee337238ad5e896b80c74e7176f973055593bd45789c41725a6315c6d510ad44354588188a1cc9f29f9
+DIST libfilezilla-0.22.0.tar.bz2 557320 BLAKE2B 
864f286844a3693ae1aa9f0176dbcf32a6a483174aa4b29e23ebccd309f88e97cb84368b3b5d22f07f94d396885b992e2e2e4b2f64bfec490bbcb898c88e0dc5
 SHA512 
6ec53a4d82dc4c6650c560633c1f1cd50866fd954d5153be7e9ebea3ee0fa38d287e16dfdccb9ad22a7e7a325eec5d659bc51dd963b2deb540e8206e0f45513e

diff --git a/dev-libs/libfilezilla/libfilezilla-0.22.0.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.22.0.ebuild
new file mode 100644
index 000..37ef85045da
--- /dev/null
+++ b/dev-libs/libfilezilla/libfilezilla-0.22.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic
+
+DESCRIPTION="C++ library offering some basic functionality for 
platform-independent programs"
+HOMEPAGE="https://lib.filezilla-project.org/;
+SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0/7" # libfilezilla .so version
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/nettle:0=
+   >=net-libs/gnutls-3.5.7:=
+"
+DEPEND="${RDEPEND}
+   test? ( dev-util/cppunit )"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if ! test-flag-CXX -std=c++14; then
+   eerror "${P} requires C++14-capable C++ compiler. Your 
current compiler"
+   eerror "does not seem to support -std=c++14 option. 
Please upgrade your compiler"
+   eerror "to gcc-4.9 or an equivalent version supporting 
C++14."
+   die "Currently active compiler does not support 
-std=c++14"
+   fi
+   fi
+}
+
+src_install() {
+   default
+   find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
+}



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

2020-05-20 Thread Lars Wendler
commit: 00aa6d5a6d111adf336ea939d9844dd279efc30a
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed May 20 18:52:20 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed May 20 19:13:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00aa6d5a

sys-apps/util-linux: Bump to version 2.35.2

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

 sys-apps/util-linux/Manifest |   1 +
 sys-apps/util-linux/util-linux-2.35.2.ebuild | 315 +++
 2 files changed, 316 insertions(+)

diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index 0114a27eef6..9974d4b2806 100644
--- a/sys-apps/util-linux/Manifest
+++ b/sys-apps/util-linux/Manifest
@@ -1,3 +1,4 @@
 DIST util-linux-2.33.2.tar.xz 4707024 BLAKE2B 
fdeed0a236edd26d268bccca8cde2cf1b7ecbff521ede9fa26ea22c8e5cdfc380a416a168789504b303f1b569d163e41f6630ee28829be7f2b2129fa14c4fffa
 SHA512 
ac88790a0272366b384b54df19cb28318014d98819d5d96aa05528ff17ab57a8c66d012a2f1b59caca4c5d4ea669e8c041e1123517c1f1c2d9960ef701aaf749
 DIST util-linux-2.34.tar.xz 4974812 BLAKE2B 
d26b2f74d490eaee0a40d4c75a1a351ba165b4a52f9bbf6cf9d1afd7ae1382a3a3dfe41180584e97e9aaad6950f604cad928f30747590e3e1e669c8797689758
 SHA512 
2d0b76f63d32e7afb7acf61a83fabbfd58baa34ab78b3a331ce87f9c676a5fd71c56a493ded95039540d2c46b6048caaa38d7fb4491eb3d52d7b09dc54655cd7
 DIST util-linux-2.35.1.tar.xz 5138360 BLAKE2B 
08c16d4d9fd670b62c2d664feda2cfa53d0cecc36bbaa2c3ed5960bf70f905f11caa7a904c63f36e12b472f10b8e781351cca0cf2f858c2b66e4fd0204b1c456
 SHA512 
6e27e08bfc02378970f015decfea5a52d6c342c4c8f4ac48dd07d248485eb797e506d91d290dbbca344c3e5cfe1fc150db80a23d510367427232f5abeabe591a
+DIST util-linux-2.35.2.tar.xz 5150488 BLAKE2B 
93eb90ab33db7795b46425ec4ec87f8a2d3d6e0dad671345375ea02efd654bf72041932d30b41bea494e4b62952e2fd14ea9f9e6c738d4eb4b050bd170b9bb0e
 SHA512 
59e038ba71aa74c9af6f927b357483a965f675ab3ffcd25cf0c1b043656312d2d2d07c55659fd3da69ede165bec313e0ae7e1cd73758e49681ae610604b399a2

diff --git a/sys-apps/util-linux/util-linux-2.35.2.ebuild 
b/sys-apps/util-linux/util-linux-2.35.2.ebuild
new file mode 100644
index 000..a81c1721fac
--- /dev/null
+++ b/sys-apps/util-linux/util-linux-2.35.2.ebuild
@@ -0,0 +1,315 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 usr-ldscript \
+   pam python-r1 multilib-minimal multiprocessing systemd
+
+MY_PV="${PV/_/-}"
+MY_P="${PN}-${MY_PV}"
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3 autotools
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
+else
+   [[ "${PV}" = *_rc* ]] || \
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   
SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz;
+fi
+
+DESCRIPTION="Various useful Linux utilities"
+HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/ 
https://github.com/karelzak/util-linux;
+
+LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain"
+SLOT="0"
+IUSE="audit build caps +cramfs cryptsetup fdformat hardlink kill +logger 
ncurses nls pam python +readline selinux slang static-libs su +suid systemd 
test tty-helpers udev unicode userland_GNU"
+
+# Most lib deps here are related to programs rather than our libs,
+# so we rarely need to specify ${MULTILIB_USEDEP}.
+RDEPEND="
+   virtual/libcrypt:=
+   audit? ( >=sys-process/audit-2.6:= )
+   caps? ( sys-libs/libcap-ng )
+   cramfs? ( sys-libs/zlib:= )
+   cryptsetup? ( sys-fs/cryptsetup )
+   hardlink? ( dev-libs/libpcre2:= )
+   ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] )
+   nls? ( virtual/libintl[${MULTILIB_USEDEP}] )
+   pam? ( sys-libs/pam )
+   ppc? ( sys-libs/librtas )
+   ppc64? ( sys-libs/librtas )
+   python? ( ${PYTHON_DEPS} )
+   readline? ( sys-libs/readline:0= )
+   selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
+   slang? ( sys-libs/slang )
+   !build? ( systemd? ( sys-apps/systemd ) )
+   udev? ( virtual/libudev:= )"
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+   test? ( sys-devel/bc )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/os-headers
+"
+RDEPEND+="
+   hardlink? ( !app-arch/hardlink )
+   logger? ( !>=app-admin/sysklogd-2.0[logger] )
+   kill? (
+   !sys-apps/coreutils[kill]
+   !sys-process/procps[kill]
+   )
+   su? (
+   !=sys-apps/shadow-4.7-r2[su]
+   )
+   !net-wireless/rfkill
+   ! "${T}"/fallocate.${ABI}.c
+   #define _GNU_SOURCE
+   #include 
+   main() { return fallocate(0, 0, 0, 0); }
+   EOF
+   append-lfs-flags
+   

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

2020-05-20 Thread Lars Wendler
commit: bbb819b88d536e79c1417463bbb42aeb7dd1795c
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed May 20 18:42:02 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed May 20 19:13:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb819b8

sys-apps/less: Bump to version 562

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

 sys-apps/less/Manifest|  1 +
 sys-apps/less/less-562.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index a87d83ebe17..11191153126 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -2,3 +2,4 @@ DIST less-551.tar.gz 347007 BLAKE2B 
033a043340f888616c8342703597b9232ae1c8e62775
 DIST less-557.tar.gz 335142 BLAKE2B 
1c8645d70b1eb6d6d7f88c62ae77cce64e39262b32608cc4a27c0c8a79a2f84506ae41f76bd8eceeac8d294192f8d9006b7ab503482b2a4cdd6a2837ab187851
 SHA512 
5d82942d90c098fe81bf070e77c5d388eef83eaf4f4c48bc1ea6c0f718b04d09cc1071448e0f4cdf443872842d8ace9339036e77ee8a0baf6f4d02e91e87848b
 DIST less-560.tar.gz 335124 BLAKE2B 
e65ad2f0e99b633b8be59027b1b97cf3613ae4d2d1dfa2ca9ebbee71bdbe07fcee127f2554122789726def8a5137cf76a850a4767f005b168be714fe11f0da9d
 SHA512 
8dd39e7bdf8274548e70d27ba1ac863c5957646c8fdd708fd87bffb204149252e4bbd8839969b507ba34f2d2d712bd0689d4fd5fb944bec1e40885bbcf06f40d
 DIST less-561.tar.gz 335311 BLAKE2B 
a319b835d8151a5cd69a6b9ea75455231bd822bf2312cbaa5214f8508ba2bbba2d80e3d383adb771e6c5ffa21f86e0e5c2aa999a828b340d3b3ddbd3adb9fe59
 SHA512 
b06cd8013a7774ae3492ba1c80b94f6aab8c07d4694bb3f474187a9aef369eab81c1e3e5d33bcdca305be155a9c8292e65d062354111c6de8cecd174d5a8a667
+DIST less-562.tar.gz 335444 BLAKE2B 
4830673d17594aea7424ee88b82bc2e073275a77ed39c067c032a0b79b0d15f8c0d97f98381a57192e985054cd04b3a824ef6c3e6ef796885a9677681a4cb109
 SHA512 
c9a0f43da0fcdb515e5d4f56a666fa7c8b12d52fd5a1cd4f6cc5f79133376400b0ef24a206c0cf5fd3558fba9a8055f219038bad8c3dadf0504ea96c419c4573

diff --git a/sys-apps/less/less-562.ebuild b/sys-apps/less/less-562.ebuild
new file mode 100644
index 000..375e2585ca5
--- /dev/null
+++ b/sys-apps/less/less-562.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Excellent text file viewer"
+HOMEPAGE="http://www.greenwoodsoftware.com/less/;
+SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
+
+LICENSE="|| ( GPL-3 BSD-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="pcre unicode"
+
+DEPEND=">=app-misc/editor-wrapper-3
+   >=sys-libs/ncurses-5.2:0=
+   pcre? ( dev-libs/libpcre2 )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   export ac_cv_lib_ncursesw_initscr=$(usex unicode)
+   export ac_cv_lib_ncurses_initscr=$(usex !unicode)
+   local myeconfargs=(
+   --with-regex=$(usex pcre pcre2 posix)
+   --with-editor="${EPREFIX}"/usr/libexec/editor
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   newbin "${FILESDIR}"/lesspipe.sh lesspipe
+   newenvd "${FILESDIR}"/less.envd 70less
+}
+
+pkg_preinst() {
+   if has_version "<${CATEGORY}/${PN}-483-r1" ; then
+   elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
+   elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
+   elog "Colorization support has been dropped.  If you want that, 
check out"
+   elog "the new app-text/lesspipe package."
+   fi
+}



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

2020-05-20 Thread Lars Wendler
commit: 2df602e91e1a54766cf463914f6a365208446072
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed May 20 18:37:42 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed May 20 19:13:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df602e9

dev-vcs/git: Bump to version 2.27.0_rc0

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

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

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index dc5ca43f1c9..3eeff576509 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -2,11 +2,14 @@ DIST git-2.23.3.tar.xz 5716108 BLAKE2B 
9d0e63e075d8e64bf2772bdd3e49e9907ae093bcf
 DIST git-2.24.3.tar.xz 5774192 BLAKE2B 
a8bea56f85a12863565325984a303ac2d964e0371de5252252a736a376a22cc1695da15b46d35bdec8a36c2ebd7ba7040727265acee37892350aad08209ed15f
 SHA512 
b2fbafd0faa06a304e960f78696f5c033eb5330b18af28c0d169af86aa836dada0c3cf349993b1c9a6129d0c42788167a393f9db9be981610318dca5743b2c87
 DIST git-2.25.4.tar.xz 5880976 BLAKE2B 
a3ac79918ba174a93844d9518a2f1c6970abe2cd31acea260742d3c03a31a03131f53603a3bd3e525a60f8ebcfbbaa3b92228e2486717ca2d389a978e39bd5ec
 SHA512 
ca2ecc561d06dbb393fe47d445f0d69423d114766d9bcc125ef1d6d37e350ad903c456540cea420c1a51635b750cde3901e4196f29ce95b315fda11270173450
 DIST git-2.26.2.tar.xz 6007864 BLAKE2B 
efce003a95e24dbb6e14feebd35874c9ed1a5c06d7f0722d4dfefae830613b64b81faa41d5952400fa382b385d15d48829f8ee3b4d065e134bd38fa0e10bf570
 SHA512 
5d92d07b171c5cd6e89a29c1211c73c1c900cd51c74d690aebfb4a3d0e93b541b09b42b6d6a1a82f5c3d953096771f9a8605c63be139f559f58698c1a0eabcfc
+DIST git-2.27.0.rc0.tar.xz 6054064 BLAKE2B 
46ecae68b111be2d5d2e2664dd80864ad7e3b0b6ee4725baf3a4f3aa95f1434188c6a2641df67376006ff5c1540e89d68999a1e12af8d36ed4d47a994feb3224
 SHA512 
796d39845e3e18445660b280b6041fda3f5b3bd367f892048871b3a4cd6e6e21c84cee9e4ed8cb0778cda8f9518e8dff3351f63dccecade9431db6fa4ed6b034
 DIST git-htmldocs-2.23.3.tar.xz 1295344 BLAKE2B 
7a6d8198cf8285717f11731ea907ea06786c486701a729d071deedc5437a595dab355ae2d0ac2814b10503ab4161e76a1245663a9ce35ce48d03be9905315db3
 SHA512 
2c86c03f29f1a4fc2acb17a17a9e1a3df2ec95138895f5c8e776859772ebc7b95c24af0e328508ccf1ea85b7adaa86a9aedc4d0c353ffc91ad5810ecc9a48059
 DIST git-htmldocs-2.24.3.tar.xz 1307828 BLAKE2B 
5d6dda03e2c51346326a1258a14a0ee16fab7fe83c80b4a1a0b307a6343db851d89b96afcf616e10ad5831352a90332ac602e5713444855327e11be8992a5274
 SHA512 
14289fb46cff48bece0cdafea9ef201facdb58eafce4b735ce50489356deb993c481ac1b6e96a2f98cfe30434280997c47f2cca0bdb2b6e85c31cb7cf17cc257
 DIST git-htmldocs-2.25.4.tar.xz 1296896 BLAKE2B 
4f6469acdcd699698bd1f19bd0d911fd522c1890115f25c087a7870b855eb9354340fe17e9e6aaec7fb27cd951fe28cadbf26e1aeadc76f3c3a1cde4d23e42cd
 SHA512 
e10c6fa52e213a2b18290fed375f6e176eef17b0a19f6906f09d6228d18bece88ff0ec97d871db0ba29fc0fbff73740312ab01eab809bd6a9a41c8b295cf8d67
 DIST git-htmldocs-2.26.2.tar.xz 1304788 BLAKE2B 
e0de88c5c41646d5fb9b54e2ee873c7904e1b85c67f971499f0227eb2dd59cabd4ffc58c468cf8a7a7466920af972dbc7f95d78003e487edac9a15a9c49b80a2
 SHA512 
b577693180b4fc035af211e3b83e98ad5e1bfbb98706924858df6558383b82ca05f870bdae90f8a14c8bf664f091ee928af52dcdebdfb98dc7387fdfe2e3a396
+DIST git-htmldocs-2.27.0.rc0.tar.xz 1325528 BLAKE2B 
4846bd9e2260b99b8186ffd8b3d9a9fcfd27c21319b929415ab1a9cb19c75106974161dbf0afb16267c73a5db6b5ed3120677f62b9bfcac8b8aabacb0c432fb9
 SHA512 
af650c7f41b8f4716c02975af2f8c5dc2d8237661d8438b07dc5c8ab6064b9a008f9d0818aad4ffaa2dff15bf4503d6d1c679bdc3ba8503e243b362649dffd83
 DIST git-manpages-2.23.3.tar.xz 449464 BLAKE2B 
bfc0153e43724df7210110e836d47f17258e45a876aa9bf4604c3f38e690e0e5379d4394df96c3dd84ea4d7371b7843729e6fb5d4b43fd7d4a9b4c3f4062a922
 SHA512 
a7b5fc48a5b840eb9b668b441ad3c30f65adc73c22cda461ffaca1cfddf154bf1974cab6c372b4534fd45a43a2e2ab96513364845a7db4285b88e31bf7619f8e
 DIST git-manpages-2.24.3.tar.xz 454796 BLAKE2B 
b340b33593e596a7a87385110fea53a96b68f0b0c5c02e046a1aff5ff7c7a6bf3d7a55c4d33796db8e84824df72451ad51db9fc44df4840ecd0183c0ef49eba0
 SHA512 
22709e159196da27befc26eef3ab40dab9700c95abf6892860a81c8e5df7d85ad423c877e6c88949cfc611c4dfebd956f02a78f0340c1cd4d58c48f80e3e1cce
 DIST git-manpages-2.25.4.tar.xz 459344 BLAKE2B 
b0ac88f691984f39f6cfbf41d2d61ab443573974277536641daddf0e9b7755ea9cb6bc96ecf3c14479809036171e461eff72cb498c63a56eea041341b8a65af5
 SHA512 
a67b881f289d5b3e2187ad55c5176258c30108c73fc7c18d50c1a6b42b241ce46dba28acf2f7bfc994b04a6678096a35ad60936ea6cba07b52ddf647da17
 DIST git-manpages-2.26.2.tar.xz 462052 BLAKE2B 
27fc44360c9f890e9f7754e8423f5596548f076f5fec5dfc6c752e8b3caa5f64ba182c1566b67878b19fbb115297e08def1bf9d2711c7334cbb8e1b20fc039a1
 SHA512 
9591e94683a6b49d8b9f2afddc826576023fdfa6de6db4af3a28a2af00b175d5be710d86a31d0f1b8320cc38b6f27698e17fb3e8c1f2b0c5ced37296ef1109b6
+DIST git-manpages-2.27.0.rc0.tar.xz 470760 BLAKE2B 

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

2020-05-20 Thread Mike Pagano
commit: c479f99ede8a49914cb0b2411bfed094c340e4e4
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed May 20 18:31:09 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed May 20 18:31:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c479f99e

app-portage/portpeek: ignore tilde package when cmd not specified

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

 app-portage/portpeek/Manifest   |  1 +
 app-portage/portpeek/portpeek-2.1.29.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/app-portage/portpeek/Manifest b/app-portage/portpeek/Manifest
index 1e0419e63e4..1fd565c13b2 100644
--- a/app-portage/portpeek/Manifest
+++ b/app-portage/portpeek/Manifest
@@ -1 +1,2 @@
 DIST portpeek-2.1.27.tar.gz 13000 BLAKE2B 
a134d7c9a99dc4bfd8cbd56343a6d049c215eadde745f1db6af234c5b561f916f2bf3393a8a01ae44ea4a74bd501b46abdd150cd1403d5254d70c12ad7d7545f
 SHA512 
aeaf47cd5701531c0488709ac63cf38faacec73dafbc96502c34cf279051679242f63bb452fcf14c1b739d08821981e59af3734f4795905d7af31dcaa95f26d2
+DIST portpeek-2.1.29.tar.gz 13067 BLAKE2B 
c0385849738303a3fab8123f6af321bd000f88975b26d363c08aacf873b657b872a898af92a0396f1e3060b5b804fc9f2ddd8579101d2f5da18628080dc4e490
 SHA512 
3933b39c248e3758d67e0c1dd04cb93727eecbda4ae35d55fc266d01f01d7f87c535701cbc54d48a212e1c642a4447d487f2c62aa649f084e1d1fca458263b27

diff --git a/app-portage/portpeek/portpeek-2.1.29.ebuild 
b/app-portage/portpeek/portpeek-2.1.29.ebuild
new file mode 100644
index 000..286c861fe89
--- /dev/null
+++ b/app-portage/portpeek/portpeek-2.1.29.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit python-r1
+
+DESCRIPTION="A helper program for maintaining the package.keyword and 
package.unmask files"
+HOMEPAGE="https://www.mpagano.com/blog/?page_id=3;
+SRC_URI="https://www.mpagano.com/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   >=app-portage/gentoolkit-0.4.8
+   || (
+   >=sys-apps/portage-2.3.99[${PYTHON_USEDEP}]
+   )"
+
+src_install() {
+   python_foreach_impl python_doscript ${PN}
+   doman *.[0-9]
+}



[gentoo-commits] proj/kde:master commit in: dev-util/kdbg/

2020-05-20 Thread Andreas Sturmlechner
commit: 804aaa26e1b2468a83b5eeb5f02bdd0998e1bd82
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 18:23:00 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 18:25:11 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=804aaa26

dev-util/kdbg: Switch to https

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

 dev-util/kdbg/kdbg-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/kdbg/kdbg-.ebuild b/dev-util/kdbg/kdbg-.ebuild
index 02653ce914..7b9a9bedf3 100644
--- a/dev-util/kdbg/kdbg-.ebuild
+++ b/dev-util/kdbg/kdbg-.ebuild
@@ -9,8 +9,8 @@ QTMIN=5.12.3
 inherit ecm git-r3
 
 DESCRIPTION="Graphical debugger interface"
-HOMEPAGE="http://www.kdbg.org/;
-EGIT_REPO_URI="http://repo.or.cz/kdbg.git;
+HOMEPAGE="https://www.kdbg.org/;
+EGIT_REPO_URI="https://repo.or.cz/kdbg.git;
 
 LICENSE="GPL-2"
 SLOT="5"



[gentoo-commits] proj/kde:master commit in: app-office/kraft/

2020-05-20 Thread Andreas Sturmlechner
commit: 834aafdbb296768fe265ea209d362a4757455b8d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 18:22:24 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 18:22:24 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=834aafdb

app-office/kraft: Drop obsolete blocker, drop KDE_APPS_MINIMAL

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

 app-office/kraft/kraft-.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-office/kraft/kraft-.ebuild 
b/app-office/kraft/kraft-.ebuild
index 0b1706ef2d..ccefe73c38 100644
--- a/app-office/kraft/kraft-.ebuild
+++ b/app-office/kraft/kraft-.ebuild
@@ -5,7 +5,6 @@ EAPI=7
 
 EGIT_REPO_URI="https://github.com/dragotin/kraft;
 ECM_HANDBOOK="forceoptional"
-KDE_APPS_MINIMAL=19.04.3
 KFMIN=5.60.0
 QTMIN=5.12.3
 inherit ecm git-r3
@@ -32,13 +31,11 @@ DEPEND="
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
pim? (
-   >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5
-   >=kde-apps/akonadi-contacts-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/akonadi-19.04.3:5
+   >=kde-apps/akonadi-contacts-19.04.3:5
)
 "
-RDEPEND="${DEPEND}
-   !app-office/kraft:4
-"
+RDEPEND="${DEPEND}"
 
 DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
 



[gentoo-commits] proj/kde:master commit in: dev-util/kdbg/

2020-05-20 Thread Andreas Sturmlechner
commit: f49ba26c6dbb66ce78cd7f1da17ea6a90cd4def7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 18:24:42 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 18:25:12 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f49ba26c

dev-util/kdbg: Drop obsolete blocker

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

 dev-util/kdbg/kdbg-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-util/kdbg/kdbg-.ebuild b/dev-util/kdbg/kdbg-.ebuild
index 7b9a9bedf3..d538e54d6d 100644
--- a/dev-util/kdbg/kdbg-.ebuild
+++ b/dev-util/kdbg/kdbg-.ebuild
@@ -30,7 +30,6 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-   !dev-util/kdbg:4
sys-devel/gdb
 "
 



[gentoo-commits] proj/kde:master commit in: app-office/kraft/

2020-05-20 Thread Andreas Sturmlechner
commit: 493558877eafcb978d8d209e9e31f1647a523cf5
Author: Alexey Sokolov  google  com>
AuthorDate: Fri May  8 14:55:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 18:19:11 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=49355887

app-office/kraft: update homepage

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov  google.com>
Signed-off-by: Aaron Bauman  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/kraft/kraft-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kraft/kraft-.ebuild 
b/app-office/kraft/kraft-.ebuild
index 21cd67aab0..0b1706ef2d 100644
--- a/app-office/kraft/kraft-.ebuild
+++ b/app-office/kraft/kraft-.ebuild
@@ -11,7 +11,7 @@ QTMIN=5.12.3
 inherit ecm git-r3
 
 DESCRIPTION="Software to manage quotes and invoices in small enterprises"
-HOMEPAGE="http://www.volle-kraft-voraus.de/;
+HOMEPAGE="https://www.volle-kraft-voraus.de/;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="5"



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

2020-05-20 Thread Miroslav Šulc
commit: 3ee1ed4c847701b5095b39a29de158554ff74571
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed May 20 18:08:08 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed May 20 18:08:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee1ed4c

www-servers/tomcat: removed vulnerable version 9.0.34

Bug: https://bugs.gentoo.org/724344
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Miroslav Šulc  gentoo.org>

 www-servers/tomcat/Manifest |   1 -
 www-servers/tomcat/tomcat-9.0.34.ebuild | 181 
 2 files changed, 182 deletions(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index ac302edae5d..7088ff30c9c 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -2,7 +2,6 @@ DIST apache-tomcat-7.0.103-src.tar.gz 5279592 BLAKE2B 
a8ab36fb84cf158fcd8b888276
 DIST apache-tomcat-7.0.104-src.tar.gz 5309794 BLAKE2B 
0d4d5d668e1131bb533af1d56fe37ee1f5c252c2c4dd987e24aae67484f27805f88750b27248c6acfd0585eacd0d3f2155c723e9a25c8613652101944add2a15
 SHA512 
788eab3ac343815362decf4c0d5db91f3697cc669e7e051f93bf82905cc52f9b040d00b7e07f7b85bcf470e802418896a678f991e523e08a3ae5a2f212a53257
 DIST apache-tomcat-8.5.54-src.tar.gz 5689648 BLAKE2B 
7d4c80cb86261bba46b1879d8f2b9218a63cfb069d32dfe72bd5d73baf87887cdff37c5841c44196ded1dbafcfe2d525cb09d8a15905c24600caf107255416cf
 SHA512 
fe4a82fc58aed0df203abf03367f840d7ac498a3ba317eb2b08826e8ab5e705ea13b99f3af1e17878b2cf96271c5d9ff4e7cecf3b2631e061f1b02988449f9e2
 DIST apache-tomcat-8.5.55-src.tar.gz 5719386 BLAKE2B 
4d5d20cf81e0a9aba1fe2b0fc2e9641696a2c7b4bfe1cefd1e86025612484ef06a8171e28722bcde91b671df5bd6e148b22c2fc267828109c6af762fe35f8fdb
 SHA512 
214758bf4dc868c38fd92a19e405f3cd8e47008dee82610f8f7373d92ab5f8800c160a42c96c293f599b702c1c9d2967ca40d3410c1f6a14745edac4739f177d
-DIST apache-tomcat-9.0.34-src.tar.gz 5843244 BLAKE2B 
e4124c5986b0be26f17cf5e62443fa945ebea6dd713db6a7f96c8e4c7eed7d8e38610763adda928a7099c1574b00e072635576d9d29cc8ae1b98658f0e341acb
 SHA512 
8ac8a916bfe2d3daf679dab9f299bc50f138f3cc9a6e8679a22862d122dea1e5ce3b9101472295398366f5b5d8477097a3cfb536f01136e72ff09d69b2f6c3df
 DIST apache-tomcat-9.0.35-src.tar.gz 5887816 BLAKE2B 
8103a50a62aa527861fdc35ce8256d9ff0b7185bfa647e25c30c226f9850e88632e0c1e3575bac3a07513fe9c9777b4ef230275e685f48b0bbc733bc68ff7dad
 SHA512 
8931c0f7c30f50d352879f8dfddc02fa59d7128813399e4eca3994be7cf2448e32e726a3cb8b387a5470ccbfa3fb74d0192c825b5f68bbb9fb6b43a9353cb24a
 DIST biz.aQute.bnd-4.1.0.jar 9263260 BLAKE2B 
e251a9d8b653f3e815e6c2f7774d64f1d594f3ce4b2f77956c806698df4d873310067cece68663324b11fcef8d90796b087abb289dbe2a13164a9038da4a6260
 SHA512 
f5d230358840f4909e35de40343fb7ee50a2d4d4691691f5ea896cfe212a086ad4859e0ee6ed4c315211223663b2fb2c07af7ea88786cedbcd4f891e5a4589ef
 DIST biz.aQute.bndlib-4.1.0.jar 2897463 BLAKE2B 
c29a55e07cc103919dca1e938722bf94b107e2989a4a8ae887998152a93b641a659a5209129b992432bcb2673dd4b56ec9a929627530a631db10666f2177c0e4
 SHA512 
2acccbb323f3d740506e89a74c5affab85e628f9062ee0d799ccd09efe0b55436d8887a46d7d94ad636a2c793632635974f1bbb045e4789391937222c8d00d30

diff --git a/www-servers/tomcat/tomcat-9.0.34.ebuild 
b/www-servers/tomcat/tomcat-9.0.34.ebuild
deleted file mode 100644
index b0c29cb19e6..000
--- a/www-servers/tomcat/tomcat-9.0.34.ebuild
+++ /dev/null
@@ -1,181 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit eutils java-pkg-2 java-ant-2 prefix user
-
-MY_P="apache-${PN}-${PV}-src"
-
-# Currently we bundle binary versions of bnd.jar and bndlib.jar
-# See bugs #203080 and #676116
-BND_VERSION="4.1.0"
-BND="biz.aQute.bnd-${BND_VERSION}.jar"
-BNDLIB="biz.aQute.bndlib-${BND_VERSION}.jar"
-
-DESCRIPTION="Tomcat Servlet-4.0/JSP-2.4?/EL-3.1?/WebSocket-1.2?/JASPIC-1.1 
Container"
-HOMEPAGE="https://tomcat.apache.org/;
-SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz
-   
https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd/${BND_VERSION}/${BND}
-   
https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/${BND_VERSION}/${BNDLIB};
-
-LICENSE="Apache-2.0"
-SLOT="9"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="extra-webapps"
-
-RESTRICT="test" # can we run them on a production system?
-
-ECJ_SLOT="4.13"
-SAPI_SLOT="4.0"
-
-COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT}
-   dev-java/glassfish-xmlrpc-api:0
-   ~dev-java/tomcat-servlet-api-${PV}:${SAPI_SLOT}
-   dev-java/wsdl4j:0"
-RDEPEND="${COMMON_DEP}
-   virtual/jre"
-DEPEND="${COMMON_DEP}
-   app-admin/pwgen
-   >=dev-java/ant-core-1.9.13
-   virtual/jdk:1.8
-   test? (
-   >=dev-java/ant-junit-1.9:0
-   dev-java/easymock:3.2
-   )"
-
-S=${WORKDIR}/${MY_P}
-
-BND_HOME="${S}/tomcat-build-libs/bnd"
-BNDLIB_HOME="${S}/tomcat-build-libs/bndlib"

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

2020-05-20 Thread Michał Górny
commit: 6f7cc76dee74838bfc9adff03789a4e91d098270
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 20 17:41:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 20 17:59:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7cc76d

app-portage/eix: Bump to 0.34.1

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

 app-portage/eix/Manifest  |   1 +
 app-portage/eix/eix-0.34.1.ebuild | 107 ++
 2 files changed, 108 insertions(+)

diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
index 03b7b0eb348..a98ea31a6de 100644
--- a/app-portage/eix/Manifest
+++ b/app-portage/eix/Manifest
@@ -1,2 +1,3 @@
 DIST eix-0.33.11.tar.xz 623256 BLAKE2B 
756feed85cb4f40ef9228a03d2a8b8470eb6017b00d93b364d67e3d11ecaacce2bb9c6afed388d9f70dfcb7a0b9ece13ca6ee523f5839b7d9bf80cf3b2721524
 SHA512 
2829d1482abfe479ae71e8b00da07abe74ba3090ba2a3f9d9a93437cb2d4d64213968bcd6c082a6703ec1d9c36dfcfaa0850172f3ffd4d256f553b98eeaf29e6
 DIST eix-0.33.9.tar.xz 627944 BLAKE2B 
cb4add12301a4f08b6ca052df92be34c8a448b386aa700e8ac7e1fbe8563cd76047994007ac94d8989747d843f70a5e1731b401510f58badd9811b30c2ce3be8
 SHA512 
7539a91d5b5343532ceab1f4aeb82a95413c39b1a57b9e7922032acc937cc8b839494fc40f3510218349561c6d50e89e1861d2fce5e60eabed2465316b28a756
+DIST eix-0.34.1.tar.xz 626484 BLAKE2B 
3f33df9d3f45abc073d7b80a7a6b3574ef6c1372042cb1ec4f0b0213842bc48d8d5a76c005ece2c060a39b1c8778764eb1f6808e75bc10af6e366e33e10aa6c7
 SHA512 
86289d8dcb0cf87ad48c739aae637626f9e63200a48d019fc96e74f2851b2791a61741d5db72ceaf3e5a375fb0dbf9302b04f766c3def69bcaabb393545dc767

diff --git a/app-portage/eix/eix-0.34.1.ebuild 
b/app-portage/eix/eix-0.34.1.ebuild
new file mode 100644
index 000..243166afda4
--- /dev/null
+++ b/app-portage/eix/eix-0.34.1.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 flag-o-matic tmpfiles
+
+DESCRIPTION="Search and query ebuilds"
+HOMEPAGE="https://github.com/vaeth/eix/;
+SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="debug doc nls sqlite"
+
+BOTHDEPEND="nls? ( virtual/libintl )
+   sqlite? ( >=dev-db/sqlite-3:= )"
+RDEPEND="${BOTHDEPEND}
+   >=app-shells/push-2.0-r1
+   >=app-shells/quoter-3.0_p2-r1"
+DEPEND="${BOTHDEPEND}
+   app-arch/xz-utils
+   nls? ( sys-devel/gettext )"
+
+pkg_setup() {
+   # remove stale cache file to prevent collisions
+   local old_cache=${EROOT}/var/cache/${PN}
+   if [[ -f ${old_cache} ]]; then
+   rm "${old_cache}" || die
+   fi
+}
+
+src_prepare() {
+   default
+   sed -i -e "s:/:${EPREFIX}/:" tmpfiles.d/eix.conf || die
+
+   sed -e "/eixf_source=/s:push.sh:cat 
\"${EPREFIX}/usr/share/push/push.sh\":" \
+   -e "/eixf_source=/s:quoter_pipe.sh:cat 
\"${EPREFIX}/usr/share/quoter/quoter_pipe.sh\":" \
+   -i src/eix-functions.sh.in || die
+   sed -e "s:'\$(bindir)/eix-functions.sh':cat 
\"${EPREFIX}/usr/share/eix/eix-functions\":" \
+   -i src/Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable debug paranoic-asserts)
+   $(use_enable nls)
+   $(use_with doc extra-doc)
+   $(use_with sqlite)
+   --without-protobuf
+
+   # default configuration
+   $(use_with prefix always-accept-keywords)
+   --with-dep-default
+   --with-required-use-default
+
+   # paths
+   --with-portage-rootpath="${ROOTPATH}"
+   --with-eprefix-default="${EPREFIX}"
+
+   # build a single executable with symlinks
+   --disable-separate-binaries
+   --disable-separate-tools
+
+   # used purely to control/disrespect *FLAGS
+   --disable-debugging
+   --disable-new_dialect
+   --disable-optimization
+   --disable-strong-optimization
+   --disable-security
+   --disable-nopie-security
+   --disable-strong-security
+   )
+
+   # https://github.com/vaeth/eix/issues/35
+   append-cxxflags -std=c++14
+
+   # work around https://github.com/vaeth/eix/issues/64, bug#687988
+   local -x mv_fCXXFLAGS_cache='-mindirect-branch=thunk'
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   dobashcomp bash/eix
+   dotmpfiles tmpfiles.d/eix.conf
+
+   rm -r "${ED}"/usr/bin/eix-functions.sh || die
+}
+
+pkg_postinst() {
+   tmpfiles_process eix.conf
+
+   

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

2020-05-20 Thread Jeroen Roovers
commit: 503644b98e8384c0dbd86c66f3a79fde3ff18cbd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 20 17:53:53 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 20 17:54:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503644b9

www-client/vivaldi-snapshot: Version 3.1.1921.3_p1

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

 www-client/vivaldi-snapshot/Manifest   |   4 +
 .../vivaldi-snapshot-3.1.1921.3_p1.ebuild  | 116 +
 2 files changed, 120 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index be977fdd720..9ab833aa682 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -6,3 +6,7 @@ DIST vivaldi-snapshot-3.1.1916.3_p1-amd64.deb 70971348 BLAKE2B 
689a5f79c0bb92ec7
 DIST vivaldi-snapshot-3.1.1916.3_p1-arm64.deb 63446504 BLAKE2B 
a12403fed45d84d9aed0c72bc20b2c8dbb4d8067a046ef843bc47086f05403d7c6d3363553423b803053c6a496d14c1754a0a3980b26a3fec90351ee050ce3fd
 SHA512 
94de2e8ca999e1210b9f4814a1f9db2497fe7ee5935e94d6bef3d900ab7b54120abf5c6c656cdfbb425d75a3cfd9a4c701d6ace7b9a87c11fea7e62a55a807fd
 DIST vivaldi-snapshot-3.1.1916.3_p1-armhf.deb 62898172 BLAKE2B 
86ae557f48bd2b99cc6751abaacf664d97fb421fd8cc55c5245ff52d08b4029751a7b49b1a7c78f23a6edb8d3c2766bfc618860133149417bc82aa6286f2fdbb
 SHA512 
f9eeb9e19ddf27f66f942f6f56a6f9a5aaa17e76427bd84f76b0d99fdf797ede01181a17861965ffc3ffdd81427fd45c4de9de70de3de4c00926826e2c357c47
 DIST vivaldi-snapshot-3.1.1916.3_p1-i386.deb 69357344 BLAKE2B 
ee2695d06887999f01011de09e979875949b3184173e8ea34e9b84a827a7f943289c6d63fde5bfde32af5a8996cb0d9cc9411c3809f71c86dcb7043511c6f54b
 SHA512 
a85aebdb7820e11fdf31605ca815a4f51886cb64d746e0e683baee0c2ce72acbeb8ac2d30efab737b7d275210267f7ba8fbf538d16c469e86134a4517434d71d
+DIST vivaldi-snapshot-3.1.1921.3_p1-amd64.deb 70974412 BLAKE2B 
2793582d4c367bb073502146ea1ca6a3cef22b6f342fda71802b88266eaca6e932791e22f8e4311be19788bd2b7912b677defaf68924f2773554f1bb7da9dece
 SHA512 
2bc075e5e074b050a33e62901ec969032eb083b3485c4420f1f981336dc48c647b53711baca3cbc7bdf0de19b16cacde07a49c848b15c901fdecbbecf420dd26
+DIST vivaldi-snapshot-3.1.1921.3_p1-arm64.deb 63446744 BLAKE2B 
fe666a6c05a8116450aa9f8270bfda43b607425faf6957faf8324be68f381e897e9997ec85b1c592f29e52786073b7ec54f8cd810e64551816f895ece9154bf3
 SHA512 
84c0f05a06087d3a2d147b05c04e51dc75c2d1178abe05fc0380dacb9f9548d0565041f3e877dea43dcb11a2f16e339ea4b684b6282e91b1ab24ea34c09dd3df
+DIST vivaldi-snapshot-3.1.1921.3_p1-armhf.deb 62898684 BLAKE2B 
e26b4bfb073f30538c6c69718d9a1cb84ec7ff0a63dccabf801ec8927a0ea18c93dc5803e445d729f9b72377d4718203a15eef04c909fdf4f25e90ea55aae9f8
 SHA512 
29277d55a40ae6d734ec816f9005136a262e1544ae0d4f0a25a97260c64dc5a947c4cdd6e1c839af141cafbced4b08ca226a3d10d42dc6e3af2042251c310275
+DIST vivaldi-snapshot-3.1.1921.3_p1-i386.deb 69350036 BLAKE2B 
1d64d63aff5f72a87f3b35e4db000216683d0d1bd5c5b8da37276de080b4d2ce5b6128fdebe04e94df95d4aeefb2cf885b5e0a4c8b5e2a850b420e4389061b74
 SHA512 
f338d808b35c96ce41411a6b9f27360f6a10eae1aaaee6572cada311589e55018e13eb13b085dad7b2744726dedafe1df27e6eb901d5f914f5901be0da1d5fa3

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-3.1.1921.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-3.1.1921.3_p1.ebuild
new file mode 100644
index 000..db3613b057e
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-3.1.1921.3_p1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   af am ar be bg bn ca cs da de de-CH el en-GB en-US eo es es-419 es-PE 
et eu
+   fa fi fil fr fy gd gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku 
lt
+   lv mk ml mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te 
th
+   tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/speex
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   

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

2020-05-20 Thread Sergei Trofimovich
commit: efa42a94e69af8e64611dd012457691e8b420adf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May 20 17:53:27 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 20 17:53:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa42a94

dev-libs/capstone: switch to cmake, add USE=static-libs, bug #724302

Make-based build system can't handle shared-only cstoll linkage.
Let's switch over to cmake and see how it goes.

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/724302
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/capstone/capstone-4.0.2-r1.ebuild | 70 ++
 1 file changed, 70 insertions(+)

diff --git a/dev-libs/capstone/capstone-4.0.2-r1.ebuild 
b/dev-libs/capstone/capstone-4.0.2-r1.ebuild
new file mode 100644
index 000..6de5971d2cd
--- /dev/null
+++ b/dev-libs/capstone/capstone-4.0.2-r1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit cmake-utils distutils-r1 toolchain-funcs
+
+DESCRIPTION="disassembly/disassembler framework + bindings"
+HOMEPAGE="http://www.capstone-engine.org/;
+SRC_URI="https://github.com/aquynh/${PN}/archive/${PV/_rc/-rc}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/4" # libcapstone.so.4
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RESTRICT="!test? ( test )"
+
+IUSE="python static-libs test"
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+   python? ( dev-python/setuptools[${PYTHON_USEDEP}] )
+"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+S=${WORKDIR}/${P/_rc/-rc}
+
+wrap_python() {
+   if use python; then
+   pushd bindings/python >/dev/null || die
+   distutils-r1_${1} "$@"
+   popd >/dev/null
+   fi
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   wrap_python ${FUNCNAME}
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCAPSTONE_BUILD_TESTS="$(usex test)"
+   -DCAPSTONE_BUILD_STATIC="$(usex static-libs)"
+   )
+   cmake-utils_src_configure
+
+   wrap_python ${FUNCNAME}
+}
+
+src_compile() {
+   cmake-utils_src_compile
+
+   wrap_python ${FUNCNAME}
+}
+
+src_test() {
+   cmake-utils_src_test
+
+   wrap_python ${FUNCNAME}
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   wrap_python ${FUNCNAME}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/

2020-05-20 Thread Matt Turner
commit: 7fcb55b259a1323671373ad463facdab7bfca1e5
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 20 17:27:43 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 20 17:43:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcb55b2

x11-drivers/xf86-input-libinput: Version bump to 0.30.0

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

 x11-drivers/xf86-input-libinput/Manifest   |  1 +
 .../xf86-input-libinput-0.30.0.ebuild  | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/x11-drivers/xf86-input-libinput/Manifest 
b/x11-drivers/xf86-input-libinput/Manifest
index 69f036972c1..dce167bc7c9 100644
--- a/x11-drivers/xf86-input-libinput/Manifest
+++ b/x11-drivers/xf86-input-libinput/Manifest
@@ -1 +1,2 @@
 DIST xf86-input-libinput-0.29.0.tar.bz2 377412 BLAKE2B 
5d1c3f301decb89eafee7229efcddb670def39be4469e6d9913c2e2b73046a28c71daf61c6990899fe3124f4a68aa7151a83530956a3ce8b2f29407e40adfd5a
 SHA512 
f19ef2e9e0c1336d8e0b17853e1fe0c66ecf50e7b10b10b6c5cbafc99323694597821e15e8e358419ef3c68d1009967fd2ec3760800c85adbb71ac3ecc99954b
+DIST xf86-input-libinput-0.30.0.tar.bz2 378270 BLAKE2B 
1c24f2e73897372ae00f4b660a4fb580f854d2ae177a638c9ed74626cafa81be48617767901e9efdd12a37ae4cdf34617e9136e118128503ecd6b75fc48be0c0
 SHA512 
823f80f7d53866f2f06c1fb7b2d64111bf807329acaaeda4a09413cdb5f3e3235c1dd4f99183aae75adf5a01503e40e35b4449b31f977afd842b4723b062c380

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0.ebuild
new file mode 100644
index 000..7fdfa6fd143
--- /dev/null
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info xorg-3
+
+DESCRIPTION="X.org input driver based on libinput"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/libinput-1.7.0:0="
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+DOCS=( "README.md" )
+
+pkg_pretend() {
+   CONFIG_CHECK="~TIMERFD"
+   check_extra_config
+}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xload/

2020-05-20 Thread Matt Turner
commit: 811e6c8fd97e4aa3e90fe2d14c3b71dd8fe52b15
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 20 17:29:14 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 20 17:43:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811e6c8f

x11-apps/xload: Drop old versions

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

 x11-apps/xload/Manifest   |  1 -
 x11-apps/xload/xload-1.1.2.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/x11-apps/xload/Manifest b/x11-apps/xload/Manifest
index b65881a30b5..09950729c06 100644
--- a/x11-apps/xload/Manifest
+++ b/x11-apps/xload/Manifest
@@ -1,2 +1 @@
-DIST xload-1.1.2.tar.bz2 136745 BLAKE2B 
080c3885ce5ccabd2162cdbb855113a7718978b3d935493851315e682cbc9f6ba7652412130d414698b363aa1b3c74b21144293ab2475e45816ca15387fee925
 SHA512 
9c83d26bbb135cc0f2b3ef7f25b081cda5d080dd02b1c89195b40825a7d71211965b34336c853eb455472d9748f3edf64108455584b34b81673e2548806f423d
 DIST xload-1.1.3.tar.bz2 140327 BLAKE2B 
e3e4e817b65a405b2e4733fbf736d2f2a9803436bd752d8fc14204f2c6e342dcf60c9fe69d749283ed53345020fbf7c250c91453d4b6634c41795e91e072cd46
 SHA512 
8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5

diff --git a/x11-apps/xload/xload-1.1.2.ebuild 
b/x11-apps/xload/xload-1.1.2.ebuild
deleted file mode 100644
index d32e2eb2a0f..000
--- a/x11-apps/xload/xload-1.1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="system load average display for X"
-
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXaw
-   x11-libs/libXmu
-   x11-libs/libXt
-   x11-libs/libX11"
-DEPEND="${RDEPEND}
-   sys-devel/gettext"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/

2020-05-20 Thread Matt Turner
commit: 1739fd23bf2fa5d49730ecb997f0e353c213a650
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 20 17:32:23 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 20 17:43:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1739fd23

x11-apps/xisxwayland: New package

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

 x11-apps/xisxwayland/Manifest|  1 +
 x11-apps/xisxwayland/metadata.xml|  8 
 x11-apps/xisxwayland/xisxwayland-1.ebuild| 24 
 x11-apps/xisxwayland/xisxwayland-.ebuild | 24 
 4 files changed, 57 insertions(+)

diff --git a/x11-apps/xisxwayland/Manifest b/x11-apps/xisxwayland/Manifest
new file mode 100644
index 000..b38a23609e7
--- /dev/null
+++ b/x11-apps/xisxwayland/Manifest
@@ -0,0 +1 @@
+DIST xisxwayland-1.tar.xz 4168 BLAKE2B 
a8e4a658427f5b03e3d05b25772c4f136c13be47a68619a6beab3db72a70e836e495fcbc8a19d5f9347f3336a1dc9b353f483fb75e47ebfdbb9b8409e63444f0
 SHA512 
9514442313cff4df0c71fed445ba0e3fe52f3c84ebbec81725a590f68cc42ea01ac96b23736a0108fe206da3aee48434c5c30d1c58905bfc75db35205c288bca

diff --git a/x11-apps/xisxwayland/metadata.xml 
b/x11-apps/xisxwayland/metadata.xml
new file mode 100644
index 000..e943b72b8a4
--- /dev/null
+++ b/x11-apps/xisxwayland/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   x...@gentoo.org
+   X11
+
+

diff --git a/x11-apps/xisxwayland/xisxwayland-1.ebuild 
b/x11-apps/xisxwayland/xisxwayland-1.ebuild
new file mode 100644
index 000..13f4c99748f
--- /dev/null
+++ b/x11-apps/xisxwayland/xisxwayland-1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} = * ]]; then
+   GIT_ECLASS="git-r3"
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/${PN}.git;
+fi
+
+inherit ${GIT_ECLASS} meson
+
+DESCRIPTION="Tool to determine whether the X server in use is Xwayland"
+HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland;
+if [[ ${PV} = * ]]; then
+   SRC_URI=""
+else
+   KEYWORDS="~amd64"
+   
SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz;
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""

diff --git a/x11-apps/xisxwayland/xisxwayland-.ebuild 
b/x11-apps/xisxwayland/xisxwayland-.ebuild
new file mode 100644
index 000..13f4c99748f
--- /dev/null
+++ b/x11-apps/xisxwayland/xisxwayland-.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} = * ]]; then
+   GIT_ECLASS="git-r3"
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/${PN}.git;
+fi
+
+inherit ${GIT_ECLASS} meson
+
+DESCRIPTION="Tool to determine whether the X server in use is Xwayland"
+HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland;
+if [[ ${PV} = * ]]; then
+   SRC_URI=""
+else
+   KEYWORDS="~amd64"
+   
SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz;
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""



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

2020-05-20 Thread Andreas Sturmlechner
commit: 92e91aa064901c1ceb3ebd09d3cf2b8c9cb9b039
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 16:06:30 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 17:42:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e91aa0

x11-misc/fracplanet: EAPI-7 bump

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

 x11-misc/fracplanet/fracplanet-0.5.1.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild 
b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild
index 69e53bf216c..d7c7c844b28 100644
--- a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild
+++ b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit qmake-utils
 
 DESCRIPTION="Fractal planet and terrain generator"
@@ -15,6 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+BDEPEND="dev-libs/libxslt"
 RDEPEND="
dev-libs/boost:=
dev-qt/qtcore:5
@@ -24,10 +26,8 @@ RDEPEND="
virtual/glu
virtual/opengl
 "
-DEPEND="
-   ${RDEPEND}
-   dev-libs/libxslt
-"
+DEPEND="${RDEPEND}"
+
 HTML_DOCS=( fracplanet.{htm,css} )
 
 src_configure() {



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

2020-05-20 Thread Andreas Sturmlechner
commit: 6387d94c8a581c455160f7161070093b389ae156
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 16:00:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 17:42:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6387d94c

x11-misc/kaqaz: EAPI-7 bump

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

 x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild 
b/x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild
index 68d849e0285..41c0d7e246e 100644
--- a/x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild
+++ b/x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit qmake-utils
 



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libnih/files/, sys-libs/libnih/

2020-05-20 Thread Andreas Sturmlechner
commit: f6fdb2630152ae7803932d9e13cbf1d11183fbae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 16:55:29 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 17:42:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6fdb263

sys-libs/libnih: Fix 1/2 broken tests

Bug: https://bugs.gentoo.org/623930
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../libnih/files/libnih-1.0.3-expat-2.2.5.patch| 15 ++
 .../libnih/files/libnih-1.0.3-glibc-2.24.patch | 57 ++
 sys-libs/libnih/libnih-1.0.3-r4.ebuild | 10 ++--
 3 files changed, 78 insertions(+), 4 deletions(-)

diff --git a/sys-libs/libnih/files/libnih-1.0.3-expat-2.2.5.patch 
b/sys-libs/libnih/files/libnih-1.0.3-expat-2.2.5.patch
new file mode 100644
index 000..02b5e4c0a9e
--- /dev/null
+++ b/sys-libs/libnih/files/libnih-1.0.3-expat-2.2.5.patch
@@ -0,0 +1,15 @@
+Description: Adapt test suite to expat 2.2.5
+Author: Axel Beckert 
+Bug-Debian: https://bugs.debian.org/886416
+
+--- a/nih-dbus-tool/tests/test_parse.c
 b/nih-dbus-tool/tests/test_parse.c
+@@ -7950,7 +7950,7 @@
+ 
+   TEST_EQ_P (node, NULL);
+ 
+-  TEST_FILE_EQ (output, ("test:foo:2:0: "
++  TEST_FILE_EQ (output, ("test:foo:1:36: "
+  "Invalid object path in  name 
attribute\n"));
+   TEST_FILE_END (output);
+   TEST_FILE_RESET (output);

diff --git a/sys-libs/libnih/files/libnih-1.0.3-glibc-2.24.patch 
b/sys-libs/libnih/files/libnih-1.0.3-glibc-2.24.patch
new file mode 100644
index 000..9b90f3539d7
--- /dev/null
+++ b/sys-libs/libnih/files/libnih-1.0.3-glibc-2.24.patch
@@ -0,0 +1,57 @@
+With glibc >= 2.24, raise() temporarily blocks signals to make this
+function async-signal-safe. This has the consequence that the SIGCONT
+signal send by the call to PTRACE_CONT is delivered slightly later. In
+turn it means the next ptrace event received is the SIGCONT signal
+instead of the expected one.
+
+Unfortunately the libnih testsuite has very precise expectations, and
+do not expect such an event. Fix that by catching it and waiting for the
+following event.
+
+--- libnih-1.0.3.orig/nih/tests/test_child.c
 libnih-1.0.3/nih/tests/test_child.c
+@@ -360,6 +360,14 @@ test_poll (void)
+ 
+   waitid (P_PID, pid, , WSTOPPED | WNOWAIT);
+ 
++  /* ptrace might catch the SIGCONT emitted with PTRACE_CONT, catch it 
++ and wait for the next event.
++   */
++  if (siginfo.si_code == CLD_TRAPPED && siginfo.si_status == SIGCONT) {
++  assert0 (ptrace (PTRACE_CONT, pid, NULL, NULL));
++  waitid (P_PID, pid, , WSTOPPED | WNOWAIT);
++  }
++
+   watch = nih_child_add_watch (NULL, pid, NIH_CHILD_TRAPPED,
+my_handler, );
+ 
+@@ -420,6 +428,14 @@ test_poll (void)
+   /* Wait for ptrace to stop the parent (signalling the fork) */
+   waitid (P_PID, pid, , WSTOPPED | WNOWAIT);
+ 
++  /* ptrace might catch the SIGCONT emitted with PTRACE_CONT, catch it
++ and wait for the next event.
++   */
++  if (siginfo.si_code == CLD_TRAPPED && siginfo.si_status == SIGCONT) {
++  assert0 (ptrace (PTRACE_CONT, pid, NULL, NULL));
++  waitid (P_PID, pid, , WSTOPPED | WNOWAIT);
++  }
++
+   /* Will be able to get the child pid now, we have to do it here
+* because we want to wait on it to ensure the test is synchronous;
+* otherwise nih_child_poll() could actually eat the child event
+@@ -489,6 +505,14 @@ test_poll (void)
+ 
+   waitid (P_PID, pid, , WSTOPPED | WNOWAIT);
+ 
++  /* ptrace might catch the SIGCONT emitted with PTRACE_CONT, catch it
++ and wait for the next event.
++   */
++  if (siginfo.si_code == CLD_TRAPPED && siginfo.si_status == SIGCONT) {
++  assert0 (ptrace (PTRACE_CONT, pid, NULL, NULL));
++  waitid (P_PID, pid, , WSTOPPED | WNOWAIT);
++  }
++
+   watch = nih_child_add_watch (NULL, pid, NIH_CHILD_PTRACE,
+my_handler, );
+ 

diff --git a/sys-libs/libnih/libnih-1.0.3-r4.ebuild 
b/sys-libs/libnih/libnih-1.0.3-r4.ebuild
index fae185404cc..e66de55d937 100644
--- a/sys-libs/libnih/libnih-1.0.3-r4.ebuild
+++ b/sys-libs/libnih/libnih-1.0.3-r4.ebuild
@@ -23,10 +23,12 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
 PATCHES=(
-   "${FILESDIR}"/${PN}-1.0.3-optional-dbus.patch
-   "${FILESDIR}"/${PN}-1.0.3-pkg-config.patch
-   "${FILESDIR}"/${PN}-1.0.3-signal-race.patch
-   "${FILESDIR}"/${PN}-1.0.3-fno-common.patch
+   "${FILESDIR}"/${P}-optional-dbus.patch
+   "${FILESDIR}"/${P}-pkg-config.patch
+   "${FILESDIR}"/${P}-signal-race.patch
+   "${FILESDIR}"/${P}-fno-common.patch
+   "${FILESDIR}"/${P}-expat-2.2.5.patch
+   

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

2020-05-20 Thread Andreas Sturmlechner
commit: 7f37f13b22fa31e18552e0b94e521af8407d38ae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 16:02:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 17:42:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f37f13b

x11-misc/qarma: EAPI-7 bump, one line per DEPEND

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

 x11-misc/qarma/qarma-1.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/x11-misc/qarma/qarma-1.ebuild b/x11-misc/qarma/qarma-1.ebuild
index e1c4f05d258..941c13cbebc 100644
--- a/x11-misc/qarma/qarma-1.ebuild
+++ b/x11-misc/qarma/qarma-1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit qmake-utils
 
@@ -14,7 +14,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}-t${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-SamTools/, dev-perl/Bio-SamTools/files/

2020-05-20 Thread Kent Fredric
commit: 1442f328453dc90ea24b64ec3abd4e661504f408
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed May 20 17:00:14 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed May 20 17:01:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1442f328

dev-perl/Bio-SamTools: Add fixed version for bug #661112

- Reworked patches so the autodetection stuff is nixed, because its
  really silly and doesn't work.
- Paths now computed in ebuild and passed explicitly
- Fix handling of libdir for lib64 re bug #661112, but in a different
  way than proposed by Sławomir Nizio, mostly because I didn't see that
  suggestion until after I'd done all my changes (but also because
  relying on a hardcoded path in the code is also fragile)
- Converted to EAPI7
- Removed unused empty variable assignments

Bug: https://bugs.gentoo.org/661112
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Bio-SamTools/Bio-SamTools-1.430.0-r1.ebuild|  38 +++
 .../files/Bio-SamTools-1.430.0-legacy-r1.patch | 110 +
 2 files changed, 148 insertions(+)

diff --git a/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0-r1.ebuild 
b/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0-r1.ebuild
new file mode 100644
index 000..861acb6faa2
--- /dev/null
+++ b/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=LDS
+DIST_VERSION=1.43
+inherit perl-module toolchain-funcs multilib
+
+DESCRIPTION="Read SAM/BAM database files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="|| ( Apache-2.0 Artistic-2 GPL-1+ )"
+
+RDEPEND="
+   >=sci-biology/bioperl-1.6.9
+   sci-biology/samtools:0.1-legacy=
+"
+DEPEND="
+   dev-perl/Module-Build
+   sci-biology/samtools:0.1-legacy=
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-CBuilder
+   >=dev-perl/Module-Build-0.420.0
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.430.0-legacy-r1.patch
+)
+
+src_configure() {
+   tc-export CC
+   SAM_LIB="${EPREFIX}/usr/$(get_libdir)/libbam-0.1-legacy.so" \
+   SAM_INCLUDE="${EPREFIX}/usr/include/bam-0.1-legacy" \
+   perl-module_src_configure
+}

diff --git a/dev-perl/Bio-SamTools/files/Bio-SamTools-1.430.0-legacy-r1.patch 
b/dev-perl/Bio-SamTools/files/Bio-SamTools-1.430.0-legacy-r1.patch
new file mode 100644
index 000..ee9bde8fe3d
--- /dev/null
+++ b/dev-perl/Bio-SamTools/files/Bio-SamTools-1.430.0-legacy-r1.patch
@@ -0,0 +1,110 @@
+From 82942523b2db5143a9da0f9d2f8ec83a26c8d5b0 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Sun, 10 Sep 2017 13:33:32 +1200
+Subject: Fix linking/compiling for bam-0.1-legacy
+
+---
+ Build.PL | 14 +++---
+ c_bin/bam2bedgraph.c |  2 +-
+ c_bin/makefile   |  6 +++---
+ lib/Bio/DB/Sam.xs|  6 +++---
+ 4 files changed, 14 insertions(+), 14 deletions(-)
+
+diff --git a/Build.PL b/Build.PL
+index 685815f..882f231 100644
+--- a/Build.PL
 b/Build.PL
+@@ -4,11 +4,10 @@ use strict;
+ use Module::Build;
+ use Module::Load::Conditional qw(can_load);
+ 
+-my $HeaderFile = "bam.h";
+-my $LibFile= "libbam.a";
+-my $ReadLine;
+-
+-my ($sam_include,$sam_lib) = find_sam(); # may exit with error here
++my ($sam_include,$sam_lib) = do {
++  ($ENV{"SAM_INCLUDE"} || die "SAM_INCLUDE not set"),
++  ($ENV{"SAM_LIB"} || die "SAM_LIB not set")
++};
+ 
+ my $class = Module::Build->subclass(code=> 'Perl interface to SamTools library for DNA 
sequencing',
+ license=> 'perl',
+ include_dirs   => [$sam_include],
+-extra_linker_flags => ["-L$sam_lib",'-lbam','-lpthread','-lz'],
++extra_linker_flags => ["-L$sam_lib",'-lbam-0.1-legacy','-lpthread','-lz'],
+ 
+ extra_compiler_flags=>[
+ 
+@@ -67,7 +66,7 @@ $build->add_build_element('c_bin');
+ $build->create_build_script;
+ 
+ exit 0;
+-
++=for non-gentoo
+ sub find_sam {
+ my ($sam_include,$sam_lib);
+ 
+@@ -162,6 +161,7 @@ sub prompt {
+ $ReadLine->addhistory($in) if $in =~ /\S/;
+ return $in;
+ }
++=cut
+ 
+ sub _samtools {
+ $ENV{SAMTOOLS} ||
+diff --git a/c_bin/bam2bedgraph.c b/c_bin/bam2bedgraph.c
+index 298e9a8..91218fa 100644
+--- a/c_bin/bam2bedgraph.c
 b/c_bin/bam2bedgraph.c
+@@ -1,5 +1,5 @@
+ #include 
+-#include "sam.h"
++#include "bam-0.1-legacy/sam.h"
+ 
+ typedef struct {
+   uint32_t ltid;
+diff --git a/c_bin/makefile b/c_bin/makefile
+index 9aef917..0abbb4c 100644
+--- a/c_bin/makefile
 b/c_bin/makefile
+@@ -1,5 +1,5 @@
+-CC=   gcc
+-CFLAGS=   -g -Wall -O2 -fPIC
++CC?=  gcc
++CFLAGS?=  -g -Wall -O2 -fPIC
+ DFLAGS=   -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
-D_USE_KNETFILE -D_CURSES_LIB=1
+ INCLUDES=
+ LIBPATH=
+@@ -14,7 +14,7 @@ PROG=bam2bedgraph
+ all:$(PROG)
+ 
+ bam2bedgraph: bam2bedgraph.o
+-   

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

2020-05-20 Thread Alexys Jacob
commit: 07df633680583d74a28a0a56b4df8a5a6a991949
Author: Alexys Jacob  gentoo  org>
AuthorDate: Wed May 20 16:24:18 2020 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Wed May 20 16:25:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07df6336

dev-db/mongodb: drop obsolete ebuilds

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alexys Jacob  gentoo.org>

 dev-db/mongodb/Manifest  |   6 --
 dev-db/mongodb/mongodb-3.6.14.ebuild | 162 --
 dev-db/mongodb/mongodb-3.6.16.ebuild | 162 --
 dev-db/mongodb/mongodb-4.0.13.ebuild | 162 --
 dev-db/mongodb/mongodb-4.0.14.ebuild | 162 --
 dev-db/mongodb/mongodb-4.0.16.ebuild | 162 --
 dev-db/mongodb/mongodb-4.2.1.ebuild  | 163 ---
 dev-db/mongodb/mongodb-4.2.2.ebuild  | 163 ---
 dev-db/mongodb/mongodb-4.2.3.ebuild  | 163 ---
 9 files changed, 1305 deletions(-)

diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
index 911edc7240f..b3d4665e812 100644
--- a/dev-db/mongodb/Manifest
+++ b/dev-db/mongodb/Manifest
@@ -1,12 +1,6 @@
 DIST mongodb-src-r3.6.13.tar.gz 40853787 BLAKE2B 
de9621de4f570d569df5cfe026ea5da24641c97f1ac9f3e58a0706b1d0bd74757390a075c95c6d3acd12f3c5c7bcbeb9302ac997248c54a5b7910b582debdc82
 SHA512 
eb84fb22ff871b5ec620d6fc29a6a66072211656e914630ad0f53e4fcad55aa40a76a0e68e68bdbe8ef061bea09ce6ad6aea5d8d865ea8a8fdca0ed829555fcd
-DIST mongodb-src-r3.6.14.tar.gz 40895581 BLAKE2B 
3cfe2aedd11a67a01ddee9eba36d99bad5fe8c7891e953cbdae9200427638e1acc1555c8d39df0217a48a95428838d573c90381698361f954d9aab860449cfcd
 SHA512 
2bdc0ee86625724f64b7af2962b19b13cefb21d58d45c7b22fe2e01bd021f2427236c279c89785ede7c6986742127160b032294fbb652c55ce42f8d941a18cfe
-DIST mongodb-src-r3.6.16.tar.gz 40927975 BLAKE2B 
bcd129d43eea24da3afe69c887bcd22116e0eb7e1f3f274fb8f51260625d17607b0d1eb31fb23a4f97c88e2c86b3d7a880cb05b0e77385d115cf9486d66f1249
 SHA512 
eb00f3a612942ad5f947583e92fca5b877b40d75132fa5a97989d81dd55925f5a112400eec8a43b2043bb0236b3228a670a888c41a374b0a60e8a3c26076b1e8
 DIST mongodb-src-r3.6.17.tar.gz 40932592 BLAKE2B 
94bbb943fd929318a2b32344cb4574243ad234d1cd14ffef864d7fd2d60841866fd5a1966eae8f14266a9648deb62b7b55386d41338b515d5e6849e980143d42
 SHA512 
b4d9e9bfc7ff886532641058c99da29420d1aa472cb4cf2b254e0fd0af5ecc72ac8bf28dcd55ab738b799b00132ffacddd154dea37ccfbf459c7cc603c2582e0
 DIST mongodb-src-r4.0.12.tar.gz 49937644 BLAKE2B 
81044a6d68be6420d30fb2d7386ff29871a696cad94ce5977c1aba60c2ce80e18ccb86492c1947a359ef124332ea82ac3cb0fb73a68f51904a008fdf911aa055
 SHA512 
802eaf57d56c5e8e217344f10104a201acb6f5abef0065fc1bb8e6ceef13fe489b7ae46ed0d55b5bad50fe3579860b1c1471d224b51b0f15f968278cb5f6a47a
-DIST mongodb-src-r4.0.13.tar.gz 50006727 BLAKE2B 
bf47bd32cf50c24084091a1baa811690c50586352307deb80876bb1bad539e90de77f85fc591960d6ae871e0a6f22d5d2f05bb340218784b642e3529d0c64bb6
 SHA512 
2a74ac8648cde6d9b5aa33da195b22eca926ef5ff85d4140e0a1ba978e3d13d410f4d7d7e102e35f994ef3b848333a4ef4bacfec9e2ac1b1288cbee885875ef7
-DIST mongodb-src-r4.0.14.tar.gz 50088053 BLAKE2B 
af7dc930dd7a469c06cf26201e3329967a664585b9964732c57ed283f323d4dc7fde3ea62ad4f1e8ca763360aeb614c2f77f98867031083d83808acd19e97539
 SHA512 
3d5d73a816a00887a8851e2e79919b2646f6cc34fd9b8acb255a52e2e71407a4728a80a81112bdbe0a92ba9f71e856ac7a2229741273e8485806cda2cb018d8d
 DIST mongodb-src-r4.0.16.tar.gz 50091501 BLAKE2B 
a383f9fef8e5b2ceda9646dfc4f4f46bc3bee66be45e94a846b1a7ce859826273812d4ce11aa96d1766071bf5fb422771bf2176350145deae99e64e59c164e38
 SHA512 
90458dea29a4c9a3078e1f13ffd2163911bf5a5f42884553ad9b3c2a2fafea2f73e506640c78f55f27bc16551582ad22244437356b89786fef383ce4b24bb617
-DIST mongodb-src-r4.2.1.tar.gz 60922510 BLAKE2B 
b06141cf0a8d256fc24e64c7115093009f42a97c74d270997ad4a70fb040199db05c5083cf1639283cc253264fbeb975d7efe3a41227d75146d7aa2e2fb9fa12
 SHA512 
6057f68ebeb2d5f74e70639fcc08aecfb112d386e3d016e18dfb2413319abf46249a0f5ffcfb74be9264a2ef34f45dd96f9774d86b1ec7e7213276f1c84f3106
-DIST mongodb-src-r4.2.2.tar.gz 60991680 BLAKE2B 
afd31a60929ebfe9c02abee92fd4814c178b03e4e88e10069003fd3e1813481e9cc967e8b4d15b87b0fe703df7fa42a70f60db33cf84ecbf1decfd6657e28ba1
 SHA512 
30f1e20fbe45ca136869f3fd7e54f1cd65d1544c0693b9945a0036a50257cfc12915a17bf79267500496b5acf3cfa24f406114ea7180b7abee89cd62de5eec80
 DIST mongodb-src-r4.2.3.tar.gz 61565615 BLAKE2B 
695310a497e57f1c735f175f5b321c93cda376ec734bb08d4cabbd562a865b327f529560220be9c22f571cc70af333a77f0116f04c7f7e3a40f275ab53ab1bf9
 SHA512 
60e9091cfab4a189a937dfa7ce232eb6ead2ca192c916579f4fb5da2040aa340ae9de0ea8c7a4ccb0edcfdbdf6e666144657f171c3f23c0a62bccf27cd351c69
 DIST mongodb-src-r4.2.6.tar.gz 61671088 BLAKE2B 
7f2b6240b05639d2bbe37ea148cbb225b30813879f71a5fc3c135ef7debd58edf75abe925d00f9ff96dc6a75a525b4504e25254b0046326069c05bb1dfd60827
 

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

2020-05-20 Thread Alexys Jacob
commit: 0f1bdbcbf799a3ccebe5cc2d6ccd8ba98bc7715f
Author: Alexys Jacob  gentoo  org>
AuthorDate: Wed May 20 16:23:29 2020 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Wed May 20 16:25:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1bdbcb

app-admin/mongo-tools: drop obsolete ebuilds

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alexys Jacob  gentoo.org>

 app-admin/mongo-tools/Manifest  |  6 ---
 app-admin/mongo-tools/mongo-tools-3.6.14.ebuild | 71 -
 app-admin/mongo-tools/mongo-tools-3.6.16.ebuild | 71 -
 app-admin/mongo-tools/mongo-tools-4.0.13.ebuild | 71 -
 app-admin/mongo-tools/mongo-tools-4.0.14.ebuild | 71 -
 app-admin/mongo-tools/mongo-tools-4.2.1.ebuild  | 71 -
 app-admin/mongo-tools/mongo-tools-4.2.2.ebuild  | 71 -
 7 files changed, 432 deletions(-)

diff --git a/app-admin/mongo-tools/Manifest b/app-admin/mongo-tools/Manifest
index 988e5b1cef2..a89be67912f 100644
--- a/app-admin/mongo-tools/Manifest
+++ b/app-admin/mongo-tools/Manifest
@@ -1,12 +1,6 @@
 DIST mongo-tools-3.6.13.tar.gz 4990848 BLAKE2B 
022ddf214869c3a3e545aa9572f77f0adc21c0dbd6ea6ad9e083633c2e972b7ef77c0bda4354dbde9fd0e23c6dd02a7de8873d4b2c2a3e4423ea6f8e1c23ed52
 SHA512 
fac21c4841bfecba11a7765bb6c36d1fa19d4dd94f6f4168fa767fc11dc8b3caf04a5029becd09eba01dd694274e9cc22da8566ce878769e5c3c97016c162432
-DIST mongo-tools-3.6.14.tar.gz 4990861 BLAKE2B 
13394a7222e73c0912e7d9d04205b25e5d73d6c72b53521b0749e0998dc52bbe4c7733d460b189aff2401790f537d9aa369b969ed273ea0858520ecd75782b66
 SHA512 
3e7caaa1d568023d478c77d5e88127796b25d27c71e30af692983f4fd2160887662253ffc67e6e87aa3a7e1fd4ae231de9401b1628412a4561b9595b71df8834
-DIST mongo-tools-3.6.16.tar.gz 4990806 BLAKE2B 
743c24fe55a0353e3ce31a82a53c94560408725f9fa35d93d5bc136d2b6e465e081c8ad4b00d63826ea45db4431124cdf2b66341eba9be24db890fd80941b728
 SHA512 
ebb356690c2aeb7d47435ea05f977e9319c915e1af48b89fc9941f72871baabb5faac238b59281330fb46e7340ee354f56f438ea3d0abd97b859e2321b719038
 DIST mongo-tools-3.6.17.tar.gz 4991196 BLAKE2B 
53e86b3513aa74ad174801cea987d574c5248f438cb0a9419c2352c04333eae2f92214b11c59ee8688ad7235dc7a4586c39cc27450c654b1fc0e2eec2e4e22e2
 SHA512 
ea7a010097fdfe7807daf9352519b808b4a7b614b793ee2ac27495207bcf1cf8b4151fecd525946a0d6b8aa9332c205f437d5141b16efb613810963f502061be
 DIST mongo-tools-4.0.12.tar.gz 11134652 BLAKE2B 
d3c9703046dc577b85cefe1185678e0029411ddd44d0648f9b09fc3ab41e3661891d18afd83bf1a148dc4c9208895f444c115948e515e09dfa3062e89d98fc24
 SHA512 
068d8c456386caddcce23fa8917ffecdc9b5c39fb6794c5cd1d9099be1f127ecf680b006055581dc3d90507072a87788b46be7410f0dbede42da64c664b77ced
-DIST mongo-tools-4.0.13.tar.gz 11134653 BLAKE2B 
b963f2a4ee598f6716c6c678df029040f57e2ad17b0e025139d3ac5049aacefbf5342a455ac58161c11df734da4fe4f62f021c1544eee3542af3aed77a65e6d2
 SHA512 
0694c7ac5743b04d927e27eb913df1b9b55c6c7a26d2a4dc52af8d2e0a6934416f416da91c57e1e61804ae855ec4bd8facabacf0754f9f924f21602737f29e3c
-DIST mongo-tools-4.0.14.tar.gz 11134659 BLAKE2B 
9caf119901d528079bb9aefce78d702dc3196cb105ac623137f8ffceffef4f8f6e61c8134470abe11f0bd422df9a6bef0e15331ee71065450b97220431458fc1
 SHA512 
6a0c39cbca0d51cd42518bb68a36fb7f0ed1e7b1ecf4dcd41256c8ab5c23505ca189b81a88c2a783ad81788bcab81d7e3c69f4788366e10dea744a03a2f3cf1e
 DIST mongo-tools-4.0.16.tar.gz 11139827 BLAKE2B 
550acfd7e4434b178170dfd94c65668cb7dd37d128235c63a10f72802e3119f33d5cd2138bfd5b957f6d3813f1d9aff49218c4e122c0cd454b4ea7a969c84d4e
 SHA512 
a75831d9fd0b596bfb7354cbc05d1ecf6871d5a7230a858b09b94d5001d18069c9cbe89c9500e9c1a16fc5186fa7a1ac59c60515a3f1a2d7c81115a47c16
-DIST mongo-tools-4.2.1.tar.gz 14435826 BLAKE2B 
8d068cb39957f6773fb6ca186a1eb324e03c21b8472fede407daf7bce091f3d401f0debe6412d70bb8e338101d7ada870e7347782ffb582b58fcafc236ad4932
 SHA512 
bba754acd9e21f8f832fc2e434720347c897b2af08d66f9491110d5491f5475ae2118ff25b263606677da10b0c96b76cc507a01287180096c25c1eab5ced
-DIST mongo-tools-4.2.2.tar.gz 14433618 BLAKE2B 
7610bd6b386684836e91b6bb7f73e24267fac56ce975263ac2aaeebe51d37123baa8eb2009cf4478af89e6dcc596c9c07126224ad4bd80aee47d03fde9413eca
 SHA512 
661813c70bf891f0a834ac9970cbe390a8616f9e89e4f33918e479ba3f3ce3851edecd63c1e35e65a4dee47419e3ce0fa3186c7ee2326bef11fce3bac8bed0c7
 DIST mongo-tools-4.2.3.tar.gz 15020325 BLAKE2B 
8501a3ec6e947112ec561ce62f2ea568984f8ac911a7aff3cb8c08c1f29d2cfc64cf7f4b6a24ba73ae0f9b2b5853480f4fbed51c98fdc8c83cd433ea65e21dba
 SHA512 
772719b450f8b656c22ac0126fee1e0fa58b5320c94ac6414b1d9af13e6437393c2482f2e386f4a73c84a2d1bfe0ea88df117a6a7ae87f4884477505cf662585
 DIST mongo-tools-4.2.6.tar.gz 15016596 BLAKE2B 
5ee37bf21ea05ec5ba2764c935c1dd3632753e772a01f854dc8a9949620e9a41fe95ba658a0efae0332ed2c059561e39e681f672cf5f4302a7f92c364cfab4b6
 SHA512 

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

2020-05-20 Thread William Hubbs
commit: 9d7c7b3317b684a9975fb2f82eaa642c4852
Author: William Hubbs  gentoo  org>
AuthorDate: Wed May 20 16:19:17 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed May 20 16:20:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7c7b33

sys-cluster/kubectx: 0.9.0 bump

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

 app-admin/kubectx/Manifest | 234 
 app-admin/kubectx/kubectx-0.9.0.ebuild | 270 +
 2 files changed, 504 insertions(+)

diff --git a/app-admin/kubectx/Manifest b/app-admin/kubectx/Manifest
index d91b07ab2c5..35ba01402c2 100644
--- a/app-admin/kubectx/Manifest
+++ b/app-admin/kubectx/Manifest
@@ -1,2 +1,236 @@
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.34.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.mod 1006 BLAKE2B 
9d321b9bad7e881795f0215828ca23ff5753b8ca9cbe64ca085bcd2f64d36d0d5bdd5c3e80eb64e19e067748b6b23eb7837827cede0e75a840ed1cfa2b00c1a8
 SHA512 
8aa90e6ce7d50af3db56c8a7abdd16822f6351cabb96e6b75ac0cdefa15bb4a2d402aa84e6212fec4d599ec6f13cb1891bb37f41200e6a05a27642375a89a959
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.zip 2721920 BLAKE2B 
f3fde8f5cc53496dc314bcae822a415cf00950da0a03b968de00685371e7a2e84ffa304fb176e791c85c930728859687e768ff785829f0751ae919546bd3326d
 SHA512 
8981a08b1ba0226854567b0977d8a349abe2b58420421ab1dccdaf9c98e7657cb2140ad1a38767d25cb54249b61f162ecd51d401374a29f7368a550b19196595
+DIST facette.io%2Fnatsort%2F@v%2Fv0.0.0-20181210072756-2cd4dd1e2dcb.mod 26 
BLAKE2B 
2520b9cdc7108a03576720be2524fcbd867afe225cf27f12c8f0676f3b40da62f583f3162465e6b783a12748dc6385af4e97765274f513d9e612befe7c8ba302
 SHA512 
aa2d882acfb10d56ff25413b9f99aec848bcfdc72fad7b7ff7f9aca3b88ebe9c02fbd18c8f04df442781dd5316bb795a95a0561c4cfe70b2af0144af0f7afabc
+DIST facette.io%2Fnatsort%2F@v%2Fv0.0.0-20181210072756-2cd4dd1e2dcb.zip 3612 
BLAKE2B 
ad169ecb111488d5e3a54d5cd1445f75f322f5b5a6d9d6fbc2f2b757cb7cfc6128640d25a516173cf9a567afb231f4b5b0a628f54fe9c4a73e92c26f672ebe48
 SHA512 
d9cb3ec5fab9848f8f830756849c4abfc55213cdc6d657cf59dff19deaf79d6d727ef5dd6e9253af089961df6a7f00830faba8981cd054260b369d3cc8c954fe
+DIST github.com%2F!azure%2Fgo-autorest%2Fautorest%2F@v%2Fv0.9.0.mod 315 
BLAKE2B 
08bd66cb04b1bd32588ef1eb6059f3a2cd208a20a9ba12816e50fa39f6258d1e50ced24d78da3df80f9ebbf19db7a6c42d04fa1934eb66637ec612da86704c6e
 SHA512 
72bb5cdb3b87c148cf4b613f3976076ffa0f8406d0d85b92b8f0311ca260e643c7855a939292dd82c66a71d4c5a1419a90b13f886bd65c7138062c34eaeae0b8
+DIST github.com%2F!azure%2Fgo-autorest%2Fautorest%2F@v%2Fv0.9.0.zip 96932 
BLAKE2B 
d2dc2a89edf90b671ae441ab2c2ca6a5aa2b228cd5279f78714f43563ce98d5755386fb544fc007886315b4ebfb139205f70e5f7bc8e3c8e69fb779162e3848a
 SHA512 
ad0798726a0c4c15525c3511b28785a626d6835e872956549d38ca1fce7351a2c8be930081c6d2f22c409665218bd854c54460e149a91dfa9f57d6fe6ef2ad1b
+DIST github.com%2F!azure%2Fgo-autorest%2Fautorest%2Fadal%2F@v%2Fv0.5.0.mod 325 
BLAKE2B 
1ff6851c8e73b2a566cfafdc2ebd259478b39258f785040407cd853433312ef10e492da8dc0dc9cbd4a2d2470e2715ef5ba4c05100c35f5b0664c9b23879e721
 SHA512 
61c06f593c1759bb078042d461319db2f91afcbddf50186d09195021eab865159ca5c017eb078d354d7db590365846e401ec3f91a2cbbf753bc32d7111683bd2
+DIST github.com%2F!azure%2Fgo-autorest%2Fautorest%2Fadal%2F@v%2Fv0.5.0.zip 
38083 BLAKE2B 
e796f7659059c9bb04caa298c94a318fdcc3e251a4caccf71a973ec957899cf49ada77fa866b1883036aed3942f0887c88ef33b22da1387e55bb2847bfdfe0a4
 SHA512 
16ccb2211f3acb23181cfaa941e5d757dd975a8491cabb0b083411dc7c431c3230aaa7158c03d7ffd1dcba4535d4ab170a6d110c1b9d91ca2553d665767f53ca
+DIST github.com%2F!azure%2Fgo-autorest%2Fautorest%2Fdate%2F@v%2Fv0.1.0.mod 59 
BLAKE2B 
7816ef9919ec514b2eafce6a859edeae85735475da10c34c64ecaf9a53a07748b02a424bd0a16b0413c499a2eacea0fcd6ce7807b651acd9f67ecd00b5fe55ce
 SHA512 
d5eb17738399f8b8e1a1be409ba5b24520b848b3be5fced46c726499f9df5bf5a54233c6c0c9b8fe896834bcf5132f39ba0b91bac0ce6347b9aef7c8bf93f912
+DIST github.com%2F!azure%2Fgo-autorest%2Fautorest%2Fdate%2F@v%2Fv0.1.0.zip 
17111 BLAKE2B 
67e9376554073b3fe82834226831bd7ce92d34c9f75240c3423aa3db4e5ce3cee445bf2df4f0f24a61a4f3823c33fbb92e0986f0e5e6860dfd4f5d157e2c5047
 SHA512 
50182309e9823fe6a3af86a9beda7ea9a2ffd798cc0d9a97481324a205db8ca50f524ec1b482cd9d8ade987c6e7dcc511c2d6937f31d38195f4b496d42e63bd7
+DIST github.com%2F!azure%2Fgo-autorest%2Fautorest%2Fmocks%2F@v%2Fv0.1.0.mod 60 
BLAKE2B 

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

2020-05-20 Thread Alexys Jacob
commit: 0499938eabb273305c76d854fb654651f54102ca
Author: Alexys Jacob  gentoo  org>
AuthorDate: Wed May 20 16:15:20 2020 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Wed May 20 16:19:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0499938e

app-admin/mongo-tools: version bump

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alexys Jacob  gentoo.org>

 app-admin/mongo-tools/Manifest |  1 +
 app-admin/mongo-tools/mongo-tools-4.2.6.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-admin/mongo-tools/Manifest b/app-admin/mongo-tools/Manifest
index 82667b49c21..988e5b1cef2 100644
--- a/app-admin/mongo-tools/Manifest
+++ b/app-admin/mongo-tools/Manifest
@@ -9,3 +9,4 @@ DIST mongo-tools-4.0.16.tar.gz 11139827 BLAKE2B 
550acfd7e4434b178170dfd94c65668c
 DIST mongo-tools-4.2.1.tar.gz 14435826 BLAKE2B 
8d068cb39957f6773fb6ca186a1eb324e03c21b8472fede407daf7bce091f3d401f0debe6412d70bb8e338101d7ada870e7347782ffb582b58fcafc236ad4932
 SHA512 
bba754acd9e21f8f832fc2e434720347c897b2af08d66f9491110d5491f5475ae2118ff25b263606677da10b0c96b76cc507a01287180096c25c1eab5ced
 DIST mongo-tools-4.2.2.tar.gz 14433618 BLAKE2B 
7610bd6b386684836e91b6bb7f73e24267fac56ce975263ac2aaeebe51d37123baa8eb2009cf4478af89e6dcc596c9c07126224ad4bd80aee47d03fde9413eca
 SHA512 
661813c70bf891f0a834ac9970cbe390a8616f9e89e4f33918e479ba3f3ce3851edecd63c1e35e65a4dee47419e3ce0fa3186c7ee2326bef11fce3bac8bed0c7
 DIST mongo-tools-4.2.3.tar.gz 15020325 BLAKE2B 
8501a3ec6e947112ec561ce62f2ea568984f8ac911a7aff3cb8c08c1f29d2cfc64cf7f4b6a24ba73ae0f9b2b5853480f4fbed51c98fdc8c83cd433ea65e21dba
 SHA512 
772719b450f8b656c22ac0126fee1e0fa58b5320c94ac6414b1d9af13e6437393c2482f2e386f4a73c84a2d1bfe0ea88df117a6a7ae87f4884477505cf662585
+DIST mongo-tools-4.2.6.tar.gz 15016596 BLAKE2B 
5ee37bf21ea05ec5ba2764c935c1dd3632753e772a01f854dc8a9949620e9a41fe95ba658a0efae0332ed2c059561e39e681f672cf5f4302a7f92c364cfab4b6
 SHA512 
e91bfba4b015f80d35b6c2ca766c599c5eedea113d6415ec0aef433d46b5e5fe06956481a063e26908a45fdcee4002125ea01a29fa3ea9a541a9210d25625f8e

diff --git a/app-admin/mongo-tools/mongo-tools-4.2.6.ebuild 
b/app-admin/mongo-tools/mongo-tools-4.2.6.ebuild
new file mode 100644
index 000..7d8cc9a0ebc
--- /dev/null
+++ b/app-admin/mongo-tools/mongo-tools-4.2.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV=${PV/_rc/-rc}
+MY_P=${PN}-r${MY_PV}
+
+DESCRIPTION="A high-performance, open source, schema-free document-oriented 
database"
+HOMEPAGE="https://www.mongodb.com;
+SRC_URI="https://github.com/mongodb/mongo-tools/archive/r${MY_PV}.tar.gz -> 
mongo-tools-${MY_PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="sasl ssl"
+
+DEPEND="dev-lang/go:=
+   net-libs/libpcap
+   sasl? ( dev-libs/cyrus-sasl )
+   ssl? ( dev-libs/openssl:0= )"
+
+# Do not complain about CFLAGS etc since go projects do not use them.
+QA_FLAGS_IGNORED='.*'
+
+EGO_PN="github.com/mongodb/mongo-tools"
+S="${WORKDIR}/src/${EGO_PN}"
+
+src_unpack() {
+   mkdir -p "${S%/*}" || die
+   default
+   mv ${MY_P} "${S}" || die
+}
+
+src_prepare() {
+   default
+
+   # allow building with go 1.12 #678924
+   sed -i 's/_Ctype_struct_/C.struct_/' 
vendor/github.com/google/gopacket/pcap/pcap.go || die
+}
+
+src_compile() {
+   local myconf=()
+
+   if use sasl; then
+   myconf+=(sasl)
+   fi
+
+   if use ssl; then
+   myconf+=(ssl)
+   fi
+
+   # build pie to avoid text relocations wrt #582854
+   local buildmode="pie"
+
+   # skip on ppc64 wrt #610984
+   if use ppc64; then
+   buildmode="default"
+   fi
+
+   mkdir -p bin || die
+   for i in bsondump mongostat mongofiles mongoexport mongoimport 
mongorestore mongodump mongotop mongoreplay; do
+   echo "Building $i"
+   GOROOT="$(go env GOROOT)" GOPATH="${WORKDIR}" go build 
-buildmode="${buildmode}" -o "bin/$i" \
+   -ldflags "-X ${EGO_PN}/common/options.VersionStr=${PV}" 
--tags "${myconf[*]}" "$i/main/$i.go" || die
+   done
+}
+
+src_install() {
+   dobin bin/*
+}



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

2020-05-20 Thread Alexys Jacob
commit: 1a0d8929be7eaf212a2542e340f5fc227a134b43
Author: Alexys Jacob  gentoo  org>
AuthorDate: Wed May 20 16:18:45 2020 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Wed May 20 16:20:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0d8929

dev-db/mongodb: version bump, add test dep fix #722630

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alexys Jacob  gentoo.org>

 dev-db/mongodb/Manifest|  1 +
 dev-db/mongodb/mongodb-4.2.3-r1.ebuild | 10 --
 .../mongodb/{mongodb-4.2.3-r1.ebuild => mongodb-4.2.6.ebuild}  | 10 --
 3 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
index fc2f7104f2b..911edc7240f 100644
--- a/dev-db/mongodb/Manifest
+++ b/dev-db/mongodb/Manifest
@@ -9,3 +9,4 @@ DIST mongodb-src-r4.0.16.tar.gz 50091501 BLAKE2B 
a383f9fef8e5b2ceda9646dfc4f4f46
 DIST mongodb-src-r4.2.1.tar.gz 60922510 BLAKE2B 
b06141cf0a8d256fc24e64c7115093009f42a97c74d270997ad4a70fb040199db05c5083cf1639283cc253264fbeb975d7efe3a41227d75146d7aa2e2fb9fa12
 SHA512 
6057f68ebeb2d5f74e70639fcc08aecfb112d386e3d016e18dfb2413319abf46249a0f5ffcfb74be9264a2ef34f45dd96f9774d86b1ec7e7213276f1c84f3106
 DIST mongodb-src-r4.2.2.tar.gz 60991680 BLAKE2B 
afd31a60929ebfe9c02abee92fd4814c178b03e4e88e10069003fd3e1813481e9cc967e8b4d15b87b0fe703df7fa42a70f60db33cf84ecbf1decfd6657e28ba1
 SHA512 
30f1e20fbe45ca136869f3fd7e54f1cd65d1544c0693b9945a0036a50257cfc12915a17bf79267500496b5acf3cfa24f406114ea7180b7abee89cd62de5eec80
 DIST mongodb-src-r4.2.3.tar.gz 61565615 BLAKE2B 
695310a497e57f1c735f175f5b321c93cda376ec734bb08d4cabbd562a865b327f529560220be9c22f571cc70af333a77f0116f04c7f7e3a40f275ab53ab1bf9
 SHA512 
60e9091cfab4a189a937dfa7ce232eb6ead2ca192c916579f4fb5da2040aa340ae9de0ea8c7a4ccb0edcfdbdf6e666144657f171c3f23c0a62bccf27cd351c69
+DIST mongodb-src-r4.2.6.tar.gz 61671088 BLAKE2B 
7f2b6240b05639d2bbe37ea148cbb225b30813879f71a5fc3c135ef7debd58edf75abe925d00f9ff96dc6a75a525b4504e25254b0046326069c05bb1dfd60827
 SHA512 
117c910807a8363aab6b899b436a4b06564b6e53abfa7f0fe6e01c1e242401ab5a3634d9edc5e0a5e2d548a480c90b70ac492eb199b3f2476d9045a78e376af8

diff --git a/dev-db/mongodb/mongodb-4.2.3-r1.ebuild 
b/dev-db/mongodb/mongodb-4.2.3-r1.ebuild
index 71eeff3756b..2e49123287f 100644
--- a/dev-db/mongodb/mongodb-4.2.3-r1.ebuild
+++ b/dev-db/mongodb/mongodb-4.2.3-r1.ebuild
@@ -42,12 +42,11 @@ RDEPEND="acct-group/mongodb
 DEPEND="${RDEPEND}
${PYTHON_DEPS}
$(python_gen_any_dep '
-   test? ( dev-python/pymongo[${PYTHON_USEDEP}] )
+   test? ( dev-python/pymongo[${PYTHON_USEDEP}] 
dev-python/pymongo[${PYTHON_USEDEP}] )
>=dev-util/scons-2.5.0[${PYTHON_USEDEP}]
dev-python/cheetah3[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
-   virtual/python-typing[${PYTHON_USEDEP}]
')
sys-libs/ncurses:0=
sys-libs/readline:0=
@@ -63,15 +62,14 @@ S="${WORKDIR}/${MY_P}"
 
 python_check_deps() {
if use test; then
-   has_version "dev-python/pymongo[${PYTHON_USEDEP}]" ||
-   return 1
+   has_version "dev-python/pymongo[${PYTHON_USEDEP}]" || return 1
+   has_version "dev-python/requests[${PYTHON_USEDEP}]" || return 1
fi
 
has_version ">=dev-util/scons-2.5.0[${PYTHON_USEDEP}]" &&
has_version "dev-python/cheetah3[${PYTHON_USEDEP}]" &&
has_version "dev-python/psutil[${PYTHON_USEDEP}]" &&
-   has_version "dev-python/pyyaml[${PYTHON_USEDEP}]" &&
-   has_version "virtual/python-typing[${PYTHON_USEDEP}]"
+   has_version "dev-python/pyyaml[${PYTHON_USEDEP}]"
 }
 
 pkg_pretend() {

diff --git a/dev-db/mongodb/mongodb-4.2.3-r1.ebuild 
b/dev-db/mongodb/mongodb-4.2.6.ebuild
similarity index 94%
copy from dev-db/mongodb/mongodb-4.2.3-r1.ebuild
copy to dev-db/mongodb/mongodb-4.2.6.ebuild
index 71eeff3756b..b88bcf9c846 100644
--- a/dev-db/mongodb/mongodb-4.2.3-r1.ebuild
+++ b/dev-db/mongodb/mongodb-4.2.6.ebuild
@@ -42,12 +42,11 @@ RDEPEND="acct-group/mongodb
 DEPEND="${RDEPEND}
${PYTHON_DEPS}
$(python_gen_any_dep '
-   test? ( dev-python/pymongo[${PYTHON_USEDEP}] )
+   test? ( dev-python/pymongo[${PYTHON_USEDEP}] 
dev-python/requests[${PYTHON_USEDEP}] )
>=dev-util/scons-2.5.0[${PYTHON_USEDEP}]
dev-python/cheetah3[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
-   virtual/python-typing[${PYTHON_USEDEP}]
')
sys-libs/ncurses:0=
sys-libs/readline:0=
@@ -63,15 +62,14 @@ S="${WORKDIR}/${MY_P}"
 
 python_check_deps() {
if use test; then
-   has_version "dev-python/pymongo[${PYTHON_USEDEP}]" ||
-   

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/

2020-05-20 Thread Mikle Kolyada
commit: d57f76dc5f5123ee3c52be49ff9eec266cfa09aa
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:14:22 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57f76dc

kde-plasma/xembed-sni-proxy: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.5.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.5.ebuild
index 7be53ed2c78..e01b8d9732c 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.5.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.5.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sn
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 DEPEND="
>=dev-qt/qtcore-${QTMIN}:5



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

2020-05-20 Thread Mikle Kolyada
commit: e4a640adca0bf4cb28ae3c230fa90b1cf201591d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:14:24 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a640ad

dev-libs/kuserfeedback: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild 
b/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild
index ddb74bff363..5e7149f9356 100644
--- a/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild
+++ b/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Framework to collect user feedback for 
applications via telemetry a
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/powerdevil/

2020-05-20 Thread Mikle Kolyada
commit: 08840f1bbff9feadb0133ebe14ba36b8caac5804
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:14:08 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08840f1b

kde-plasma/powerdevil: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/powerdevil/powerdevil-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/powerdevil/powerdevil-5.18.5.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.18.5.ebuild
index 8f6a9992fc1..af98493efa4 100644
--- a/kde-plasma/powerdevil/powerdevil-5.18.5.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.18.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/powerdevil;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="brightness-control +wireless"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/

2020-05-20 Thread Mikle Kolyada
commit: 5ed35fef52713f5e7197ab39a5fc6b438523d2ee
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:59 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed35fef

kde-plasma/plasma-workspace-wallpapers: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 .../plasma-workspace-wallpapers-5.18.5.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.18.5.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.18.5.ebuild
index ee76a8643f7..3d85e7d2e54 100644
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.18.5.ebuild
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.18.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Wallpapers for the Plasma workspace"
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/

2020-05-20 Thread Mikle Kolyada
commit: a8b6aae7ea951690d54b87027720d3965eda178b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:46 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b6aae7

kde-plasma/plasma-pa: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild
index 894ca2f7215..fbcb4eb5d03 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Plasma applet for audio volume management using 
PulseAudio"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/

2020-05-20 Thread Mikle Kolyada
commit: 1725802ccf2a6bf142bd51207f9e30be0fac0e37
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:49 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1725802c

kde-plasma/plasma-sdk: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
index 880c6902574..28e4bffd4cc 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libkworkspace/

2020-05-20 Thread Mikle Kolyada
commit: f7b0b2470684e4c24b6a2cdf3450c34e261d8592
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:19 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b0b247

kde-plasma/libkworkspace: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/libkworkspace/libkworkspace-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libkworkspace/libkworkspace-5.18.5.ebuild 
b/kde-plasma/libkworkspace/libkworkspace-5.18.5.ebuild
index 4e89f90a0c3..eb8122b 100644
--- a/kde-plasma/libkworkspace/libkworkspace-5.18.5.ebuild
+++ b/kde-plasma/libkworkspace/libkworkspace-5.18.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Workspace library to interact with the Plasma 
session manager"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/

2020-05-20 Thread Mikle Kolyada
commit: a0be228f83c9a635e04948d52c81b1330e029ef1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:56 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0be228f

kde-plasma/plasma-workspace: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild
index d0a5f3a5504..f46742b1b72 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="KDE Plasma workspace"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop 
systemd telemetry"
 
 REQUIRED_USE="gps? ( geolocation )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/oxygen/

2020-05-20 Thread Mikle Kolyada
commit: e5cdf2c8eacb6e5a909404fbb2877a1bb0dd0d79
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:25 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cdf2c8

kde-plasma/oxygen: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/oxygen/oxygen-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/oxygen/oxygen-5.18.5.ebuild 
b/kde-plasma/oxygen/oxygen-5.18.5.ebuild
index c62f677e33a..41533239499 100644
--- a/kde-plasma/oxygen/oxygen-5.18.5.ebuild
+++ b/kde-plasma/oxygen/oxygen-5.18.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/oxygen;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="wayland"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2020-05-20 Thread Mikle Kolyada
commit: 67e3705543fdf5871657218aba0c7fd50ad5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:35 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e37055

kde-plasma/plasma-integration: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.18.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.18.5.ebuild
index b00994ceb46..1999fbf356c 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.18.5.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.18.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/

2020-05-20 Thread Mikle Kolyada
commit: f10d0bda49c6b6119c60a66a5b330c2d75ac8ae4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:14:13 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10d0bda

kde-plasma/systemsettings: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/systemsettings/systemsettings-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/systemsettings/systemsettings-5.18.5.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.18.5.ebuild
index 6190de29857..5fde9db3054 100644
--- a/kde-plasma/systemsettings/systemsettings-5.18.5.ebuild
+++ b/kde-plasma/systemsettings/systemsettings-5.18.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Control Center to configure KDE Plasma desktop"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/

2020-05-20 Thread Mikle Kolyada
commit: 023689492a916bef088728518f2e113590949cb0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:14:19 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02368949

kde-plasma/xdg-desktop-portal-kde: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.5.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.5.ebuild
index 699dbf27961..c1bd6dbe337 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.5.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Backend implementation for xdg-desktop-portal 
that is using Qt/KDE
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="screencast"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/polkit-kde-agent/

2020-05-20 Thread Mikle Kolyada
commit: 70ad881c48b4f790824772770aa12166a776a883
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:14:04 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ad881c

kde-plasma/polkit-kde-agent: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.5.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.5.ebuild
index 21c73d87399..c74599a5517 100644
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.5.ebuild
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://kde.org/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/user-manager/

2020-05-20 Thread Mikle Kolyada
commit: 2fad730f011b57ebee716cd989c386ed9bcb85c5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:14:16 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fad730f

kde-plasma/user-manager: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/user-manager/user-manager-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/user-manager/user-manager-5.18.5.ebuild 
b/kde-plasma/user-manager/user-manager-5.18.5.ebuild
index 3932463d26f..65c341ae4c6 100644
--- a/kde-plasma/user-manager/user-manager-5.18.5.ebuild
+++ b/kde-plasma/user-manager/user-manager-5.18.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Simple system settings module to manage the 
users of your system"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/

2020-05-20 Thread Mikle Kolyada
commit: 9e220c8d3742f13c474ace0ae14dc1d8e93233cd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:32 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e220c8d

kde-plasma/plasma-desktop: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild
index e68924971f8..6ec95b7131a 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="+fontconfig ibus scim +semantic-desktop"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/sddm-kcm/

2020-05-20 Thread Mikle Kolyada
commit: 1770a9191b9e874789f2af52330d4cf67773428c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:14:10 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1770a919

kde-plasma/sddm-kcm: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/sddm-kcm/sddm-kcm-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.18.5.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.18.5.ebuild
index 8269f4d8356..d2c8f479841 100644
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.18.5.ebuild
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.18.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-browser-integration/

2020-05-20 Thread Mikle Kolyada
commit: 5ebe020daf08ba9ea7917d186dd069807a067e68
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:27 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ebe020d

kde-plasma/plasma-browser-integration: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 .../plasma-browser-integration/plasma-browser-integration-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.18.5.ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.18.5.ebuild
index b7333a84be1..b84141773c2 100644
--- 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.18.5.ebuild
+++ 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.18.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Integrate Chrome/Firefox better into Plasma 
through browser extensi
 
 LICENSE="GPL-3+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/

2020-05-20 Thread Mikle Kolyada
commit: b472049d8e4de87ecb97b3f3361d9d05d0a0e3a9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:14:01 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b472049d

kde-plasma/plymouth-kcm: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.5.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.5.ebuild
index eecca453229..425fe3ada50 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.5.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/milou/

2020-05-20 Thread Mikle Kolyada
commit: f74c7e98f26ab10ebb812e85c9f281abe75abb17
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:22 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74c7e98

kde-plasma/milou: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/milou/milou-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/milou/milou-5.18.5.ebuild 
b/kde-plasma/milou/milou-5.18.5.ebuild
index e3c013d5ff6..04115e2a1cf 100644
--- a/kde-plasma/milou/milou-5.18.5.ebuild
+++ b/kde-plasma/milou/milou-5.18.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/milou;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-vault/

2020-05-20 Thread Mikle Kolyada
commit: 4c4d76ce9bd867ef3158641c184ecd02b992b34a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:52 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4d76ce

kde-plasma/plasma-vault: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-vault/plasma-vault-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.18.5.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.18.5.ebuild
index 7e9d1f95c4d..22a7f127617 100644
--- a/kde-plasma/plasma-vault/plasma-vault-5.18.5.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-5.18.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE+=" 
https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
 
 LICENSE="LGPL-3"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="networkmanager"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/

2020-05-20 Thread Mikle Kolyada
commit: 06c841ed6d983505c5d9c8396c0071ee7b8bc530
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:16 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c841ed

kde-plasma/libksysguard: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/libksysguard/libksysguard-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libksysguard/libksysguard-5.18.5.ebuild 
b/kde-plasma/libksysguard/libksysguard-5.18.5.ebuild
index 8e3dd8cfb04..569b3edb82a 100644
--- a/kde-plasma/libksysguard/libksysguard-5.18.5.ebuild
+++ b/kde-plasma/libksysguard/libksysguard-5.18.5.ebuild
@@ -13,7 +13,7 @@ inherit ecm kde.org
 DESCRIPTION="Task management and system monitoring library"
 LICENSE="LGPL-2+"
 SLOT="5/8"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="minimal webengine X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2020-05-20 Thread Mikle Kolyada
commit: bc07c8d6eb16d52af73ad9b86120de5389a627a5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:40 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc07c8d6

kde-plasma/plasma-meta: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild
index f7204d22527..3b53382ee28 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/plasma-desktop;
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="bluetooth +browser-integration crypt +desktop-portal discover
 +display-manager elogind grub gtk +handbook +kwallet +legacy-systray
 +networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libkscreen/

2020-05-20 Thread Mikle Kolyada
commit: 4f7a1538083bc1f369360674d5a6b3a888c5611e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:13 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7a1538

kde-plasma/libkscreen: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/libkscreen/libkscreen-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libkscreen/libkscreen-5.18.5.ebuild 
b/kde-plasma/libkscreen/libkscreen-5.18.5.ebuild
index 2934672b94f..62c8e1c677d 100644
--- a/kde-plasma/libkscreen/libkscreen-5.18.5.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-5.18.5.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Plasma screen management library"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5/7"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/

2020-05-20 Thread Mikle Kolyada
commit: d344d825fcd0a537f8736eefb7bd0b9adddaeac5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:43 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d344d825

kde-plasma/plasma-nm: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-nm/plasma-nm-5.18.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.18.5-r1.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.18.5-r1.ebuild
index d16d0d2c9ab..5124bad3ee8 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.18.5-r1.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.18.5-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="KDE Plasma applet for NetworkManager"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="modemmanager openconnect teamd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwrited/

2020-05-20 Thread Mikle Kolyada
commit: c7b60787c096bb2e08427781f88fd0d97717a8eb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:13:10 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:15:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b60787

kde-plasma/kwrited: x86 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/kwrited/kwrited-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kwrited/kwrited-5.18.5.ebuild 
b/kde-plasma/kwrited/kwrited-5.18.5.ebuild
index 159b8acb0a6..deef812b4a1 100644
--- a/kde-plasma/kwrited/kwrited-5.18.5.ebuild
+++ b/kde-plasma/kwrited/kwrited-5.18.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="KDE Plasma daemon listening for wall and write 
messages"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



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

2020-05-20 Thread Matthew Thode
commit: daa027ef1e0fad380a290c5bcae6c864e50ccda3
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 20 16:13:26 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May 20 16:13:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa027ef

dev-python/alembic: 1.4.2 bump

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

 dev-python/alembic/Manifest |  1 +
 dev-python/alembic/alembic-1.4.2.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-python/alembic/Manifest b/dev-python/alembic/Manifest
index 3ba7c873bed..00fa6f5c439 100644
--- a/dev-python/alembic/Manifest
+++ b/dev-python/alembic/Manifest
@@ -1 +1,2 @@
 DIST alembic-1.0.8.tar.gz 1030713 BLAKE2B 
67cb80ed064e99f27e41a7ae2e42231794c177f96b95e2c3409a0ebc26e5323665147b2721efcc4a4d8ee2a71ada76408187f39ff5ad3745de64ed31f87d2895
 SHA512 
7a2ab63c6a823a32f45cd8ff5b763671806a8fa3d2b31e09c2051bdf92784fdafea1e3be217d84885d92eaf550e223ef77fd6fd387d35a5882d60ebcf042d835
+DIST alembic-1.4.2.tar.gz 1092045 BLAKE2B 
5f4001a756aacbb4db509669bc0d4d7c59c38e2983c433283243efa97bf28a22e38bcfd28a4bc72573e8ab78d6590e78f4e12a5b9dd08b60cf5a84520b955056
 SHA512 
82bdfe442c19033aa2b802ec49edd13ed265c00a2b5a048490a83ffa8e53587c56a90b64d554e746a9189923419c528482cb7a7c950c210e0de47b32fa7c270e

diff --git a/dev-python/alembic/alembic-1.4.2.ebuild 
b/dev-python/alembic/alembic-1.4.2.ebuild
new file mode 100644
index 000..500a91574ec
--- /dev/null
+++ b/dev-python/alembic/alembic-1.4.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"
+HOMEPAGE="https://bitbucket.org/zzzeek/alembic;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test doc"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   >=dev-python/python-editor-0.3[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}] )"
+# For test phase
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_prepare_all() {
+   # suite passes all if run from source. The residual fail & error are 
quite erroneous
+   rm tests/test_script_consumption.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   ${EPYTHON} run_tests.py || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/

2020-05-20 Thread Mikle Kolyada
commit: 3ef250101d3b40fce36487daf5394f37df5d23c1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:10:11 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:10:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef25010

kde-plasma/systemsettings: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/systemsettings/systemsettings-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/systemsettings/systemsettings-5.18.5.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.18.5.ebuild
index 4743a96659a..6190de29857 100644
--- a/kde-plasma/systemsettings/systemsettings-5.18.5.ebuild
+++ b/kde-plasma/systemsettings/systemsettings-5.18.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Control Center to configure KDE Plasma desktop"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/

2020-05-20 Thread Mikle Kolyada
commit: d845446ac541f14b19fa0a390be9ab2466d7853f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:09:50 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:09:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d845446a

kde-plasma/plymouth-kcm: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.5.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.5.ebuild
index e1c312f792e..eecca453229 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.5.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/

2020-05-20 Thread Mikle Kolyada
commit: 2c2af7b3e25e7eeb6a73a8b6b9a6a17f8ebe
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:10:26 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:10:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2a

kde-plasma/xembed-sni-proxy: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.5.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.5.ebuild
index 8fc32c07e7f..7be53ed2c78 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.5.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.5.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sn
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 DEPEND="
>=dev-qt/qtcore-${QTMIN}:5



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/polkit-kde-agent/

2020-05-20 Thread Mikle Kolyada
commit: 99f07086d40835e38a2fa46f5cca569c4113b1c1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:09:55 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:09:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f07086

kde-plasma/polkit-kde-agent: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.5.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.5.ebuild
index a2677ec86c8..21c73d87399 100644
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.5.ebuild
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://kde.org/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/sddm-kcm/

2020-05-20 Thread Mikle Kolyada
commit: 7d1f95553589904ed554f03d3c3c3cec3dfcb6ca
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:10:06 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:10:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1f9555

kde-plasma/sddm-kcm: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/sddm-kcm/sddm-kcm-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.18.5.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.18.5.ebuild
index 0a982b7a4af..8269f4d8356 100644
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.18.5.ebuild
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.18.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2020-05-20 Thread Mikle Kolyada
commit: 769853409a1ab4083c80db1fb4ad042edd37d988
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:09:04 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:09:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76985340

kde-plasma/plasma-meta: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild
index 859af0cdc23..f7204d22527 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/plasma-desktop;
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="bluetooth +browser-integration crypt +desktop-portal discover
 +display-manager elogind grub gtk +handbook +kwallet +legacy-systray
 +networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"



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

2020-05-20 Thread Mikle Kolyada
commit: 32387f89a6e0b7affdff6fb6fd9754a90302ea7b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:10:31 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:10:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32387f89

dev-libs/kuserfeedback: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild 
b/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild
index 9d35caa0877..ddb74bff363 100644
--- a/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild
+++ b/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Framework to collect user feedback for 
applications via telemetry a
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/

2020-05-20 Thread Mikle Kolyada
commit: 5d617a6dd7c9c212a193360d6041ac6e8195e663
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:09:45 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:09:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d617a6d

kde-plasma/plasma-workspace-wallpapers: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 .../plasma-workspace-wallpapers-5.18.5.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.18.5.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.18.5.ebuild
index 0fe9c7985bd..ee76a8643f7 100644
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.18.5.ebuild
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.18.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Wallpapers for the Plasma workspace"
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/user-manager/

2020-05-20 Thread Mikle Kolyada
commit: d8111d27cd8b3f018661c60a8f18e9d6d688f6b4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:10:16 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:10:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8111d27

kde-plasma/user-manager: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/user-manager/user-manager-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/user-manager/user-manager-5.18.5.ebuild 
b/kde-plasma/user-manager/user-manager-5.18.5.ebuild
index aae7f47b293..3932463d26f 100644
--- a/kde-plasma/user-manager/user-manager-5.18.5.ebuild
+++ b/kde-plasma/user-manager/user-manager-5.18.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Simple system settings module to manage the 
users of your system"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/

2020-05-20 Thread Mikle Kolyada
commit: 8f28acc04f58aff8023ec109ef6b74a05fbbe62d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:10:22 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:10:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f28acc0

kde-plasma/xdg-desktop-portal-kde: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.5.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.5.ebuild
index 9f1a0bbc219..699dbf27961 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.5.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Backend implementation for xdg-desktop-portal 
that is using Qt/KDE
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="screencast"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/

2020-05-20 Thread Mikle Kolyada
commit: 1a31cfd4a234a2336ec463ed021472ae16de167a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:08:47 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:08:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a31cfd4

kde-plasma/plasma-desktop: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild
index c12b28a8336..e68924971f8 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="+fontconfig ibus scim +semantic-desktop"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/

2020-05-20 Thread Mikle Kolyada
commit: ef4070c06d7ac27611dba3ef9dd23741d2acf46b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:09:40 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:09:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4070c0

kde-plasma/plasma-workspace: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild
index cbf39efe9cc..d0a5f3a5504 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="KDE Plasma workspace"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop 
systemd telemetry"
 
 REQUIRED_USE="gps? ( geolocation )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/oxygen/

2020-05-20 Thread Mikle Kolyada
commit: c1c1bc8cc3a71826ce5910bae830b854200afb5e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:08:31 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:08:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c1bc8c

kde-plasma/oxygen: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/oxygen/oxygen-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/oxygen/oxygen-5.18.5.ebuild 
b/kde-plasma/oxygen/oxygen-5.18.5.ebuild
index 11aaeb77b1c..c62f677e33a 100644
--- a/kde-plasma/oxygen/oxygen-5.18.5.ebuild
+++ b/kde-plasma/oxygen/oxygen-5.18.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/oxygen;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="wayland"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/

2020-05-20 Thread Mikle Kolyada
commit: 5cfee2bf063b85a515b71ddb6818b70bce2f79ad
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:09:17 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:09:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfee2bf

kde-plasma/plasma-pa: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild
index 8ed54fe8fe1..894ca2f7215 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Plasma applet for audio volume management using 
PulseAudio"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/powerdevil/

2020-05-20 Thread Mikle Kolyada
commit: 00a9d67983f89dd49f0560ed73a303a95cd5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:10:01 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:10:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a9d679

kde-plasma/powerdevil: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/powerdevil/powerdevil-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/powerdevil/powerdevil-5.18.5.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.18.5.ebuild
index 7db1575bf90..8f6a9992fc1 100644
--- a/kde-plasma/powerdevil/powerdevil-5.18.5.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.18.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/powerdevil;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="brightness-control +wireless"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/

2020-05-20 Thread Mikle Kolyada
commit: 213e47dc380989a4c0d2ff9a101025689ff695cd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:09:23 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:09:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213e47dc

kde-plasma/plasma-sdk: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
index b3d1a3b9ad4..880c6902574 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-vault/

2020-05-20 Thread Mikle Kolyada
commit: 59d748b64015f5de2b73c5510034fca6ac071437
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:09:28 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:09:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d748b6

kde-plasma/plasma-vault: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-vault/plasma-vault-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.18.5.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.18.5.ebuild
index ae5c9feab2c..7e9d1f95c4d 100644
--- a/kde-plasma/plasma-vault/plasma-vault-5.18.5.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-5.18.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE+=" 
https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
 
 LICENSE="LGPL-3"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="networkmanager"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-browser-integration/

2020-05-20 Thread Mikle Kolyada
commit: 48b187d4a575af0e64e91d0778cd1d143fee2114
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:08:36 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:08:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b187d4

kde-plasma/plasma-browser-integration: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 .../plasma-browser-integration/plasma-browser-integration-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.18.5.ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.18.5.ebuild
index 4d2d15d9ea7..b7333a84be1 100644
--- 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.18.5.ebuild
+++ 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.18.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Integrate Chrome/Firefox better into Plasma 
through browser extensi
 
 LICENSE="GPL-3+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/

2020-05-20 Thread Mikle Kolyada
commit: 89d53b39659b05d08da9f1edbb628007df7c8901
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:08:15 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:08:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d53b39

kde-plasma/libksysguard: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/libksysguard/libksysguard-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libksysguard/libksysguard-5.18.5.ebuild 
b/kde-plasma/libksysguard/libksysguard-5.18.5.ebuild
index 01dc3bb8624..8e3dd8cfb04 100644
--- a/kde-plasma/libksysguard/libksysguard-5.18.5.ebuild
+++ b/kde-plasma/libksysguard/libksysguard-5.18.5.ebuild
@@ -13,7 +13,7 @@ inherit ecm kde.org
 DESCRIPTION="Task management and system monitoring library"
 LICENSE="LGPL-2+"
 SLOT="5/8"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="minimal webengine X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/

2020-05-20 Thread Mikle Kolyada
commit: f8cc3d1150f34d0b5f080089de6bb220e7be31b7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:09:11 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:09:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cc3d11

kde-plasma/plasma-nm: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-nm/plasma-nm-5.18.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.18.5-r1.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.18.5-r1.ebuild
index 1920bf9e1b7..d16d0d2c9ab 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.18.5-r1.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.18.5-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="KDE Plasma applet for NetworkManager"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="modemmanager openconnect teamd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2020-05-20 Thread Mikle Kolyada
commit: 97c86e606539121d4d7a8cbe21241a43c78dc919
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:08:53 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:08:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c86e60

kde-plasma/plasma-integration: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.18.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.18.5.ebuild
index b6910032652..b00994ceb46 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.18.5.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.18.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwrited/

2020-05-20 Thread Mikle Kolyada
commit: a81adebe10cc2b9397caaaca728795ded16d6cd6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:08:04 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:08:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81adebe

kde-plasma/kwrited: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/kwrited/kwrited-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kwrited/kwrited-5.18.5.ebuild 
b/kde-plasma/kwrited/kwrited-5.18.5.ebuild
index 2582c33d16b..159b8acb0a6 100644
--- a/kde-plasma/kwrited/kwrited-5.18.5.ebuild
+++ b/kde-plasma/kwrited/kwrited-5.18.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="KDE Plasma daemon listening for wall and write 
messages"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/milou/

2020-05-20 Thread Mikle Kolyada
commit: 3781ce7ed500b1b5c7e7fb2ffafbed4c8181e2a5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:08:25 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:08:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3781ce7e

kde-plasma/milou: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/milou/milou-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/milou/milou-5.18.5.ebuild 
b/kde-plasma/milou/milou-5.18.5.ebuild
index 130cde9b312..e3c013d5ff6 100644
--- a/kde-plasma/milou/milou-5.18.5.ebuild
+++ b/kde-plasma/milou/milou-5.18.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/milou;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libkscreen/

2020-05-20 Thread Mikle Kolyada
commit: 85c5afb7a5912af5e203e509192421f20bf2fcff
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:08:09 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:08:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c5afb7

kde-plasma/libkscreen: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/libkscreen/libkscreen-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libkscreen/libkscreen-5.18.5.ebuild 
b/kde-plasma/libkscreen/libkscreen-5.18.5.ebuild
index 1d4fad5fb6f..2934672b94f 100644
--- a/kde-plasma/libkscreen/libkscreen-5.18.5.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-5.18.5.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Plasma screen management library"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5/7"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libkworkspace/

2020-05-20 Thread Mikle Kolyada
commit: 5e90b73526c60e3be989c1722c047aff4fe24c8d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 16:08:20 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 16:08:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e90b735

kde-plasma/libkworkspace: amd64 stable wrt bug #721452

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-plasma/libkworkspace/libkworkspace-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libkworkspace/libkworkspace-5.18.5.ebuild 
b/kde-plasma/libkworkspace/libkworkspace-5.18.5.ebuild
index 51ebb58c4a8..4e89f90a0c3 100644
--- a/kde-plasma/libkworkspace/libkworkspace-5.18.5.ebuild
+++ b/kde-plasma/libkworkspace/libkworkspace-5.18.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Workspace library to interact with the Plasma 
session manager"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 COMMON_DEPEND="



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

2020-05-20 Thread Mart Raudsepp
commit: 8497c15785a5cd67131dad82d1844366320e8466
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Tue May 19 05:10:43 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed May 20 15:52:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8497c157

dev-libs/json-c: arm64 stable (bug #722150)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/json-c/json-c-0.14-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/json-c/json-c-0.14-r3.ebuild 
b/dev-libs/json-c/json-c-0.14-r3.ebuild
index dfce4587d41..2b34de77a7f 100644
--- a/dev-libs/json-c/json-c-0.14-r3.ebuild
+++ b/dev-libs/json-c/json-c-0.14-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0/5"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc static-libs threads"
 
 PATCHES=(



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

2020-05-20 Thread Mart Raudsepp
commit: 4eccf264e5de74e0fc6e511fd02795c67a15c185
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun May 17 18:19:00 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed May 20 15:52:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eccf264

sys-fs/cryptsetup: arm64 stable (bug #723234)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 sys-fs/cryptsetup/cryptsetup-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/cryptsetup/cryptsetup-2.3.2.ebuild 
b/sys-fs/cryptsetup/cryptsetup-2.3.2.ebuild
index fefacf7ae7f..c9775999f93 100644
--- a/sys-fs/cryptsetup/cryptsetup-2.3.2.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-2.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.t
 LICENSE="GPL-2+"
 SLOT="0/12" # libcryptsetup.so version
 [[ ${PV} != *_rc* ]] && \
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86"
 CRYPTO_BACKENDS="gcrypt kernel nettle +openssl"
 # we don't support nss since it doesn't allow cryptsetup to be built statically
 # and it's missing ripemd160 support so it can't provide full backward 
compatibility



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

2020-05-20 Thread Andreas Sturmlechner
commit: 178c68c02a3cab80979e07d61671ba3efeae26e4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 14:35:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 15:50:20 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=178c68c0

kde-plasma/plasma-meta: Set IUSE="+networkmanager" default

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

 kde-plasma/plasma-meta/plasma-meta-5.18.90.ebuild  | 2 +-
 kde-plasma/plasma-meta/plasma-meta-5.19.49..ebuild | 2 +-
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.18.90.ebuild
index d37dfb07be..5fc7e3aac9 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.18.90.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.18.90.ebuild
@@ -11,7 +11,7 @@ SLOT="5"
 KEYWORDS="~amd64"
 IUSE="bluetooth +browser-integration crypt +desktop-portal discover
 +display-manager elogind grub gtk +handbook +kwallet kwinft +legacy-systray
-networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"
++networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"
 
 REQUIRED_USE="?? ( elogind systemd )"
 

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.19.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.19.49..ebuild
index dd65c13f4d..5443c4e4aa 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.19.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.19.49..ebuild
@@ -11,7 +11,7 @@ SLOT="5"
 KEYWORDS=""
 IUSE="bluetooth +browser-integration crypt +desktop-portal discover
 +display-manager elogind grub gtk +handbook +kwallet kwinft +legacy-systray
-networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"
++networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"
 
 REQUIRED_USE="?? ( elogind systemd )"
 

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index dd65c13f4d..5443c4e4aa 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -11,7 +11,7 @@ SLOT="5"
 KEYWORDS=""
 IUSE="bluetooth +browser-integration crypt +desktop-portal discover
 +display-manager elogind grub gtk +handbook +kwallet kwinft +legacy-systray
-networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"
++networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"
 
 REQUIRED_USE="?? ( elogind systemd )"
 



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2020-05-20 Thread Mike Gilbert
commit: 30b609b1225df61db1150d21f8f4fa64693dfca3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 19 19:55:43 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 20 15:44:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b609b1

www-plugins/chrome-binary-plugins: automated update (83.0.4103.61)

Package-Manager: Portage-2.3.99_p8, Repoman-2.3.22_p37
Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...s-81.0.4044.138.ebuild => chrome-binary-plugins-83.0.4103.61.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 4ab8d9cd182..94992596956 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_83.0.4103.61-1_amd64.deb 68649044 BLAKE2B 
44a4edde30ee7e1422c1f359059f9c7c459b1128629b0279ecffa5714d583211c01a578b87f15612d89cc5bd9942d1b2f401fd98bf57eef5ada4a36e378a5e2e
 SHA512 
e3315cbb83e9d8daa4ed5f0f4e0353af645b3793b5ab465ed7945adc4775d21fd88eaa8dec246985e22c84c35c7cec0fee180227766188ca5fea26b41618cad2
-DIST google-chrome-stable_81.0.4044.138-1_amd64.deb 66985784 BLAKE2B 
b61a18d3823852a019733a1e240ebbcf7e1c93ac965e213ad032f3378a72d0d0194d05636ca7b8e2ff1a0ec8d60c43819d2931aac05b29cb5c89b5491eb6dc09
 SHA512 
64f0a8167e0b49b7614ddc44cb35b28dc4699cde7e14f3868fd27c1ec7848a727a356bd0a9914e8ba42a8c47e3d6fc0901abc495b000d30aa0e73034129b06af
+DIST google-chrome-stable_83.0.4103.61-1_amd64.deb 68678632 BLAKE2B 
3eaa8eadeacd05bff17ce5bb8c295df3d9f791113249328977e233e616bb993aa1aa7f9bb332de238099fb6f62c56646e02c58cb314c41d50bb778f5ac322017
 SHA512 
735a75aef147829158645d6e14744ab075331396f68cc4eb8565c17f0753e96066a26172badd7b847f5b570b7cb1c319a67ff299a4f7db77c33a90879aa87c69
 DIST google-chrome-unstable_84.0.4143.2-1_amd64.deb 69455432 BLAKE2B 
cca39281b3f22e16f26ac666f70a10c52de9f7d35523d1957c63727956ad77050b24d6fe60fac3712cf682d661eb94d158e92dada310d56bc61ecd7834c5c559
 SHA512 
e76f6aea0cd190affa78ad00b6c1b38544f59d2e9d03b73fc6b29be0fbd81f5debf023b584ab5b2857f36bc4dfd4a38048e67f98ac8f3989a15b1174dbb8fe35

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.138.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-83.0.4103.61.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.138.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-83.0.4103.61.ebuild



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

2020-05-20 Thread Mike Gilbert
commit: 27640bbbc1aa16cb716a4179f7f67a795f52c61b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 19 19:55:35 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 20 15:44:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27640bbb

www-client/google-chrome: automated update (83.0.4103.61)

Package-Manager: Portage-2.3.99_p8, Repoman-2.3.22_p37
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome/Manifest   | 2 +-
 ...le-chrome-81.0.4044.138.ebuild => google-chrome-83.0.4103.61.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 140d78adb96..e957660ddfc 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_81.0.4044.138-1_amd64.deb 66985784 BLAKE2B 
b61a18d3823852a019733a1e240ebbcf7e1c93ac965e213ad032f3378a72d0d0194d05636ca7b8e2ff1a0ec8d60c43819d2931aac05b29cb5c89b5491eb6dc09
 SHA512 
64f0a8167e0b49b7614ddc44cb35b28dc4699cde7e14f3868fd27c1ec7848a727a356bd0a9914e8ba42a8c47e3d6fc0901abc495b000d30aa0e73034129b06af
+DIST google-chrome-stable_83.0.4103.61-1_amd64.deb 68678632 BLAKE2B 
3eaa8eadeacd05bff17ce5bb8c295df3d9f791113249328977e233e616bb993aa1aa7f9bb332de238099fb6f62c56646e02c58cb314c41d50bb778f5ac322017
 SHA512 
735a75aef147829158645d6e14744ab075331396f68cc4eb8565c17f0753e96066a26172badd7b847f5b570b7cb1c319a67ff299a4f7db77c33a90879aa87c69

diff --git a/www-client/google-chrome/google-chrome-81.0.4044.138.ebuild 
b/www-client/google-chrome/google-chrome-83.0.4103.61.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-81.0.4044.138.ebuild
rename to www-client/google-chrome/google-chrome-83.0.4103.61.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lutok/

2020-05-20 Thread Mike Gilbert
commit: 438db71c08878d2fb1695b1ea23c60159916f807
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May 20 15:08:17 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May 20 15:44:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438db71c

dev-lua/lutok: add IUSE=static-libs

Closes: https://bugs.gentoo.org/724296
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-lua/lutok/lutok-0.4-r2.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-lua/lutok/lutok-0.4-r2.ebuild 
b/dev-lua/lutok/lutok-0.4-r2.ebuild
index 42aefd393be..f908ca91e0a 100644
--- a/dev-lua/lutok/lutok-0.4-r2.ebuild
+++ b/dev-lua/lutok/lutok-0.4-r2.ebuild
@@ -10,11 +10,11 @@ 
SRC_URI="https://github.com/jmmv/lutok/releases/download/${P}/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="test"
+IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   dev-lang/lua:0
+   dev-lang/lua:0[static-libs(+)?]
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig
@@ -24,6 +24,10 @@ DEPEND="${RDEPEND}
)
 "
 
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
 src_install() {
default
rm -rf "${ED}"/usr/tests || die



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

2020-05-20 Thread William Hubbs
commit: 8734ff0791809837b0182edc946eff636af2f207
Author: William Hubbs  gentoo  org>
AuthorDate: Wed May 20 15:27:05 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed May 20 15:34:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8734ff07

sys-cluster/minikube: remove old

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

 sys-cluster/minikube/Manifest  |  94 --
 sys-cluster/minikube/minikube-1.6.1.ebuild | 148 -
 sys-cluster/minikube/minikube-1.6.2.ebuild | 148 -
 3 files changed, 390 deletions(-)

diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest
index d01cf82125a..e12e80e36de 100644
--- a/sys-cluster/minikube/Manifest
+++ b/sys-cluster/minikube/Manifest
@@ -828,98 +828,6 @@ DIST 
github.com%2Fxlab%2Fhandysort%2F@v%2Fv0.0.0-20150421192137-fb3537ed64a1.mod
 DIST 
github.com%2Fxordataexchange%2Fcrypt%2F@v%2Fv0.0.3-0.20170626215501-b2862e3d0a77.mod
 40 BLAKE2B 
844d63d9c10c55eb74504d88d5e6e85641f2c4bdbbc9b4f6728cd6b1e750d1eb333e91b6eadac635a80abf328c9423fa106b18337e89dc592876cd3f04a803e2
 SHA512 
daffe8f4148becee3a32c90ad21454cd48255409f3edff8681ea2074623c8aa02cbb4620b7ba52aabe4ac3c24a5f256b56fd71de1da45dcd7e4e8376699a422a
 DIST 
github.com%2Fzchee%2Fgo-vmnet%2F@v%2Fv0.0.0-20161021174912-97ebf9174097.mod 33 
BLAKE2B 
64dcb5099abe2fce237d615037ddff25e28b7fe69ec302ac75117f839a95cb6f834657a783f305730db2525d40422e5bc6c1cc60520bac2257aaf209e69638c1
 SHA512 
b719b4c4afc230ad9a98619bf8cb2fc74b8fa5b11d57746ce64b333c27eb72b58f28e7b18790f6227cec3447fd450604b40be967fc24f65151e357a8ef6b4adf
 DIST 
github.com%2Fzchee%2Fgo-vmnet%2F@v%2Fv0.0.0-20161021174912-97ebf9174097.zip 
5885 BLAKE2B 
81196456a39847de280c8e282c775879d2939c3143e2d0e98463a97736aada7d53c0fd0d37d6409d50e1a2c1d11b5c29a9b55a04f446ce6f0a3fa932552d2aa9
 SHA512 
bc7dea3a3a185480121e599b2e3f1b83064758ec5607f022844ec83ab53fbc4dbed62aed98dc5d5f85d8273fb6ce0a0cc5ad2889c4bd03e824e836b9e7f537ec
-DIST 
github.com-MakeNowJust-heredoc-bb23615498cded5e105af4ce27de75b089cbe851.tar.gz 
3384 BLAKE2B 
5eb9bb3c88a3bee70cd64f30afcc039f2f43b68be23f39c72f9091765388229a8f5bdbfba8d11d1916d18e9c785e15959c000337461e44940df0ea40ecce40db
 SHA512 
b877b8b0e67f300ed9773b32593a1edec2fb6df3b0d5026cc7b67490ec9a4cb0d9630fb30dc3dee6b7081f81c3fbf1399809c4bb171a5afab665ff93a9f3a034
-DIST github.com-VividCortex-ewma-v1.1.1.tar.gz 6042 BLAKE2B 
03a1a3b89113adb1a99133aade2b30847f201cfa18d7de1fecff036dab397865293e4faa7edf66b7a6e5a9221989da6daa64e0a77a4ad7c26f7a9a2283aae13c
 SHA512 
cbeb946dc6ca9a16631b3df900754d7b85ca6863b1be596612780fcd1907f4f8c301460b3a5aac97578948a591efcf2e64b574517c2652e09dcebb14076c6395
-DIST github.com-aws-aws-sdk-go-v1.16.26.tar.gz 10525967 BLAKE2B 
3623267405181b503d411cd76c52365dfd4ff50a192b40a6e18680fd7b7c267e122580387804941de3a9743078b916095f35bed5bbea1d4cae1d6d92b610984b
 SHA512 
29879ef3c7edb525b66a9a7802a039b32429d3b2073697a77a8a148e17acc1e9dcc5b9774c5237afcfd5cfdcffa7719404c9611b38187fa9361899efbacbdb86
-DIST 
github.com-bgentry-go-netrc-9fd32a8b3d3d3f9d43c341bfe098430e07609480.tar.gz 
8404 BLAKE2B 
63a87d2d9767ec631c3d95b71298055228a05fdb8ce00f883e065d3e307788f0abf8f393eac810ae2ccea772ed32d3da7da6788b56bd0a75f06840f3fbee11e6
 SHA512 
f5af4aa8b2777101af9456bd9df0d483a0b11bdcca720fc596d562060da754fa2d21a8ad714c1fa5f23eefd8a1e3dd4c8126bbe14b97d18c75f3bac584ee4056
-DIST github.com-blang-semver-v3.5.0.tar.gz 14360 BLAKE2B 
e6ed756f3d7489cfc77e419003b055d4e72f0bfd1298ef8ae87b51c46404e793345a490f52848f6071e997cd626723884d5ce22c8ed08899483491670568bbe1
 SHA512 
95c4c5154a22c4b4beef977955cf33765897b542bf0e46dc92749443755fb23b22f82a0a3a9c033a695789141028d94066ea5ad3c9352d59c59f6c0b6870d669
-DIST github.com-cenkalti-backoff-v2.2.1.tar.gz 8623 BLAKE2B 
9874c7a36bd6d1ee0de9d357e3de6df7ead1f986bcb402870f78e73cd0ce9f8f0c050d499050ac4b9fac04545cfce22aaebd5b0001b2f9c1a1f528570f55d609
 SHA512 
29db69fad6ce3cd4dc1371ad2000cf11960f1f3b14cb1c62e9a6d4b4fab3e7eacf23b30bd15b8941faa0c1adce9f41cccb3830925ad2848ce09d5c2fd3aea39e
-DIST github.com-census-instrumentation-opencensus-go-v0.22.2.tar.gz 165321 
BLAKE2B 
9e2dd915a7cdd60ae61ea696db896b3490624e7f4d70559bc53df236126a3e14e4cc69f924b62ca0e09b007e81c21257f08c599e718efab3ea2be18f2ab44ae6
 SHA512 
7591403cd66c9b7a967980a3ae17dec3b680d74b07c4e1f9b3dca3a4ae188a067113dac5b52ba8fa6dca3b94adc5e250c610a235fb154ac9e8c3b05fc9dbccba
-DIST github.com-cheggaaa-pb-v1.0.27.tar.gz 11800 BLAKE2B 
b8b89b83065b31bdd18490cb468d14fbb294cf9abf202305b63c9a60c5191760cb7c634ad6474afd79c9aa42b54d2c8c65aa529f08b61979a3f8cd71aed56a7a
 SHA512 
74c86cb0e73249c930e81998abcab11e1f7833e522ec90555282593ba66d6170ccd7ab049705c060e1706aae44d1d061c14d282688418065530f13064fce
-DIST github.com-cheggaaa-pb-v3.0.1.tar.gz 29142 BLAKE2B 
c9d52854c591171bdbaa9d8f4ac47d329379db756c5a80494a091c42987006afa5d2143198b74a32d8a30dece202d767759fe5ac4f325dbbfbc690a869e090f1
 SHA512 

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

2020-05-20 Thread William Hubbs
commit: fc214207816cc8f6007f374bf29582ab754c56ad
Author: William Hubbs  gentoo  org>
AuthorDate: Wed May 20 15:34:21 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed May 20 15:34:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc214207

sys-cluster/minikube: repoman fix

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

 sys-cluster/minikube/minikube-1.10.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-cluster/minikube/minikube-1.10.1.ebuild 
b/sys-cluster/minikube/minikube-1.10.1.ebuild
index a33c5389350..22a2e711700 100644
--- a/sys-cluster/minikube/minikube-1.10.1.ebuild
+++ b/sys-cluster/minikube/minikube-1.10.1.ebuild
@@ -5,7 +5,6 @@ EAPI=7
 inherit go-module
 GIT_COMMIT=63ab801ac27e5742ae442ce36dff7877dcccb278
 
-
 DESCRIPTION="Single Node Kubernetes Cluster"
 HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io;
 



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/

2020-05-20 Thread Andreas Sturmlechner
commit: f05eb7aedc83e8a96770d155c88731779ab98b4c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 15:16:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 15:32:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05eb7ae

kde-plasma/plasma-workspace: Re-add 5.18.5-r0

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

 .../plasma-workspace-5.18.5.ebuild | 223 +
 1 file changed, 223 insertions(+)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild
new file mode 100644
index 000..cbf39efe9cc
--- /dev/null
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.18.5.ebuild
@@ -0,0 +1,223 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="forceoptional"
+KFMIN=5.66.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma workspace"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop 
systemd telemetry"
+
+REQUIRED_USE="gps? ( geolocation )"
+
+# drop qtgui subslot operator when QT_MINIMAL >= 5.14.0
+COMMON_DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5=[jpeg]
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/kactivities-stats-${KFMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kded-${KFMIN}:5
+   >=kde-frameworks/kdelibs4support-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kidletime-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kpackage-${KFMIN}:5
+   >=kde-frameworks/kpeople-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktexteditor-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   >=kde-plasma/kscreenlocker-${PVCUT}:5
+   >=kde-plasma/kwin-${PVCUT}:5
+   >=kde-plasma/libkscreen-${PVCUT}:5
+   >=kde-plasma/libksysguard-${PVCUT}:5
+   >=kde-plasma/libkworkspace-${PVCUT}:5
+   media-libs/phonon[qt5(+)]
+   sys-libs/zlib
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libxcb
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   appstream? ( dev-libs/appstream[qt5] )
+   calendar? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
+   geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 )
+   gps? ( sci-geosciences/gpsd )
+   qalculate? ( sci-libs/libqalculate:= )
+   qrcode? ( >=kde-frameworks/prison-${KFMIN}:5 )
+   semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:5 )
+   telemetry? ( dev-libs/kuserfeedback:5 )
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   x11-base/xorg-proto
+"
+RDEPEND="${COMMON_DEPEND}
+   app-text/iso-codes
+   >=dev-qt/qdbus-${QTMIN}:5
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtpaths-${QTMIN}:5
+   >=dev-qt/qtquickcontrols-${QTMIN}:5[widgets]
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-apps/kio-extras-19.04.3:5
+   >=kde-frameworks/kquickcharts-${KFMIN}:5
+   

[gentoo-commits] repo/gentoo:master commit in: kde-apps/dolphin/

2020-05-20 Thread Andreas Sturmlechner
commit: 51b8583737bf84bae41047fcdf2a49c3ff65c45d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 15:32:11 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 15:32:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b85837

kde-apps/dolphin: Drop 19.12.3 (r0)

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

 kde-apps/dolphin/dolphin-19.12.3.ebuild | 99 -
 1 file changed, 99 deletions(-)

diff --git a/kde-apps/dolphin/dolphin-19.12.3.ebuild 
b/kde-apps/dolphin/dolphin-19.12.3.ebuild
deleted file mode 100644
index 63563dbe621..000
--- a/kde-apps/dolphin/dolphin-19.12.3.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.63.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Plasma filemanager focusing on usability"
-HOMEPAGE="https://kde.org/applications/system/org.kde.dolphin
-https://userbase.kde.org/Dolphin;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE="activities semantic-desktop"
-
-DEPEND="
-   >=kde-frameworks/kbookmarks-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kinit-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   media-libs/phonon[qt5(+)]
-   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
-   semantic-desktop? (
-   >=kde-frameworks/baloo-${KFMIN}:5
-   >=kde-frameworks/kfilemetadata-${KFMIN}:5
-   >=kde-apps/baloo-widgets-${PVCUT}:5
-   )
-"
-RDEPEND="${DEPEND}
-   >=kde-apps/kio-extras-${PVCUT}:5
-"
-
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${PN}-19.12.2-create-new-consistency.patch" ) # from 
20.04
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package activities KF5Activities)
-   $(cmake_use_find_package semantic-desktop KF5Baloo)
-   $(cmake_use_find_package semantic-desktop KF5BalooWidgets)
-   $(cmake_use_find_package semantic-desktop KF5FileMetaData)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   has_version "kde-apps/ark:${SLOT}" || \
-   elog "For compress/extract and other actions install 
kde-apps/ark:${SLOT}"
-
-   has_version "kde-apps/kleopatra:${SLOT}" || \
-   elog "For crypto actions install 
kde-apps/kleopatra:${SLOT}"
-
-   has_version "kde-apps/ffmpegthumbs:${SLOT}" || \
-   elog "For video file thumbnails install 
kde-apps/ffmpegthumbs:${SLOT}"
-
-   has_version "kde-apps/thumbnailers:${SLOT}" || \
-   elog "For graphics file thumbnails install 
kde-apps/thumbnailers:${SLOT}"
-
-   has_version "kde-frameworks/purpose:${SLOT}" || \
-   elog "For 'Share' context menu actions install 
kde-frameworks/purpose:${SLOT}"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexteditor/

2020-05-20 Thread Andreas Sturmlechner
commit: 7097b481d5e79c0e39143425f5201efdba446209
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 15:29:35 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 15:32:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7097b481

kde-frameworks/ktexteditor: Drop 5.70.0

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

 kde-frameworks/ktexteditor/Manifest|  1 -
 .../ktexteditor/ktexteditor-5.70.0.ebuild  | 59 --
 2 files changed, 60 deletions(-)

diff --git a/kde-frameworks/ktexteditor/Manifest 
b/kde-frameworks/ktexteditor/Manifest
index 8f634272ee3..8bd3ba7bd99 100644
--- a/kde-frameworks/ktexteditor/Manifest
+++ b/kde-frameworks/ktexteditor/Manifest
@@ -1,3 +1,2 @@
 DIST ktexteditor-5.67.0.tar.xz 2332752 BLAKE2B 
81914ea853b8b9eab0b4a453fe9e4a56b2df4f076399f68a14a27137bd6143c710d70ea3c8d5863459f9ff462833ad8e4c54c5abfd9f561da8c732578ea8ad05
 SHA512 
8a485d0e9c78b090285c1ed447cef859dd717097ecaad4a002f08933e3536664cdec2eac21a9968195da08369398b84ce77db49e5762b1900b219902b13a28b0
-DIST ktexteditor-5.70.0.tar.xz 2345148 BLAKE2B 
f9f4259f86798287860efd404fa2d236bd6599ab1a94b24fcd8655f5e6dbcfb6ba3b49f021761f6f14c720bbfe0873b3f199e59a7a1e2078819d8df9240a48b0
 SHA512 
5afef03b3d490bcfa1b3ba0ddbddad86959431ab8bb7595c77b4331c4f3981ae4425fecab4a864252c3cf29c7e20f34fa3d3a5a2ed1c6b1bb3e015d59c59031b
 DIST ktexteditor-5.70.1.tar.xz 2345148 BLAKE2B 
079985f3cf2f8c68185aa3c89ff18fb0cdc2b8ab38815de6feff83824b74f312d96ed110e41ee360b80d64191db1422f0f1e4a5b002a1457ecd320d20f25b98d
 SHA512 
6bc47ed6d0c10c52bacb3f183a2a724dfa9d9b3fdb6545469bf8f3e0ec710eff611f657301805efaeb202dbce3ad0c2360a095d41546e7300aa6811dcd4ff193

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.70.0.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-5.70.0.ebuild
deleted file mode 100644
index ff937208e53..000
--- a/kde-frameworks/ktexteditor/ktexteditor-5.70.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing a full text editor component"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="editorconfig git"
-
-BDEPEND="
-   test? ( >=kde-frameworks/kservice-${PVCUT}:5 )
-"
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kauth-${PVCUT}*:5
-   =kde-frameworks/kcodecs-${PVCUT}*:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kguiaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/kparts-${PVCUT}*:5
-   =kde-frameworks/ktextwidgets-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   =kde-frameworks/sonnet-${PVCUT}*:5
-   =kde-frameworks/syntax-highlighting-${PVCUT}*:5
-   editorconfig? ( app-text/editorconfig-core-c )
-   git? ( dev-libs/libgit2:= )
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package editorconfig EditorConfig)
-   $(cmake_use_find_package git LibGit2)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/

2020-05-20 Thread Andreas Sturmlechner
commit: eb9161f49ea4e4c7422d51644d5d475afd3ebec2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 15:21:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 15:32:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9161f4

kde-plasma/plasma-desktop: Re-add 5.18.5-r0

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

 .../plasma-desktop/plasma-desktop-5.18.5.ebuild| 150 +
 1 file changed, 150 insertions(+)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild
new file mode 100644
index 000..c12b28a8336
--- /dev/null
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.18.5.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+KFMIN=5.66.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma desktop"
+XORGHDRS="${PN}-override-include-dirs-0"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="+fontconfig ibus scim +semantic-desktop"
+
+COMMON_DEPEND="
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/attica-${KFMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/kactivities-stats-${KFMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kded-${KFMIN}:5
+   >=kde-frameworks/kdelibs4support-${KFMIN}:5
+   >=kde-frameworks/kemoticons-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5
+   >=kde-plasma/kwin-${PVCUT}:5
+   >=kde-plasma/libksysguard-${PVCUT}:5
+   >=kde-plasma/plasma-workspace-${PVCUT}:5
+   media-libs/phonon[qt5(+)]
+   x11-libs/libX11
+   x11-libs/libXcursor
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libxcb[xkb]
+   x11-libs/libxkbfile
+   fontconfig? (
+   media-libs/fontconfig
+   media-libs/freetype
+   x11-libs/libXft
+   x11-libs/xcb-util-image
+   )
+   ibus? (
+   app-i18n/ibus
+   dev-libs/glib:2
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   x11-libs/libxcb
+   x11-libs/xcb-util-keysyms
+   )
+   scim? ( app-i18n/scim )
+   semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:5 )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   x11-base/xorg-proto
+   fontconfig? ( x11-libs/libXrender )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
+   >=kde-plasma/breeze-${PVCUT}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+   >=kde-plasma/oxygen-${PVCUT}:5
+   sys-apps/util-linux
+   x11-apps/setxkbmap
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Build/

2020-05-20 Thread Kent Fredric
commit: 4f9bacf5e73f13afab0a994a0fd82020df4f90ef
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed May 20 15:09:15 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed May 20 15:31:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9bacf5

dev-perl/Alien-Build: Bump to version 2.230.0

Upstream:
- Workaround possible pkgconfig bug on some arm64's

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Alien-Build/Alien-Build-2.230.0.ebuild | 41 +
 dev-perl/Alien-Build/Manifest   |  1 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Alien-Build/Alien-Build-2.230.0.ebuild 
b/dev-perl/Alien-Build/Alien-Build-2.230.0.ebuild
new file mode 100644
index 000..ef7554d268f
--- /dev/null
+++ b/dev-perl/Alien-Build/Alien-Build-2.230.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=2.23
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Build external dependencies for use in CPAN"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="test zip"
+RESTRICT="!test? ( test )"
+
+# No, pkgconfig is not suspect, it actually uses it at runtime, and this module
+# is somewhat a wrapper for pkgconfig :/
+RDEPEND="
+   zip? ( dev-perl/Archive-Zip )
+   virtual/perl-Archive-Tar
+   >=dev-perl/Capture-Tiny-0.170.0
+   virtual/perl-ExtUtils-CBuilder
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   >=virtual/perl-ExtUtils-ParseXS-3.300.0
+   >=dev-perl/FFI-CheckLib-0.110.0
+   >=dev-perl/File-Which-1.100.0
+   dev-perl/File-chdir
+   virtual/perl-JSON-PP
+   >=dev-perl/Path-Tiny-0.77.0
+   >=virtual/perl-Scalar-List-Utils-1.330.0
+   >=virtual/perl-Test-Simple-1.302.96
+   >=virtual/perl-Text-ParseWords-3.260.0
+   virtual/pkgconfig
+"
+BDEPEND="${RDEPEND}
+   test? (
+   dev-perl/Devel-Hide
+   >=dev-perl/Test2-Suite-0.0.60
+   )
+"

diff --git a/dev-perl/Alien-Build/Manifest b/dev-perl/Alien-Build/Manifest
index 04790ed2831..0f6d81f9417 100644
--- a/dev-perl/Alien-Build/Manifest
+++ b/dev-perl/Alien-Build/Manifest
@@ -1,3 +1,4 @@
 DIST Alien-Build-1.79.tar.gz 266020 BLAKE2B 
265a42ea001b2adad24c3f8164bf795da9923f02e95440ae1bc52aa60a1dd06e48d888b4af5deb3f9b9911e9092117f51bc09c420d690cabc454b21505746030
 SHA512 
8b270ec1b914aead651c81d2c513496e31bfa6086c0e5731e6ada17079ede868d65a7c70e29a0762f65ba8c120fd605662122de7f9d715b726be4a503b552808
 DIST Alien-Build-2.21.tar.gz 304297 BLAKE2B 
28ac1f0da64d26456606fa95c4a3d48f393f9ab8cdfafd3785a62d9a450c6a1f2deeb7421ebbc4289a63a6718c05fccd6b0db1ca47c7641c6778886e82cf1b39
 SHA512 
f78ffbb8d7198707c7bebbf281daa53fb701dd5b35417939020c95c20e2805333998ed2011c8c6049a09516bbe4d228facd827fcbbad660474c0195b99905108
 DIST Alien-Build-2.22.tar.gz 310855 BLAKE2B 
212ff379f70d1ec42e99acb5e3c53e3dbef7d8bfbbcfde0e0e3df4ceb009c4028e1336a6009ce80bfa1b563d9e9bdae851fdaa417ce712d91c07d4bb0f43c7cc
 SHA512 
d474de2549c8ae7bece5378dee6ec2806418df99f3599ed57ef25d46f9d92899d7e79df293df566bb3c93df2b02cffa936e559389175495847dcb9775b159ed9
+DIST Alien-Build-2.23.tar.gz 310744 BLAKE2B 
3bf3ce08be1e508a5eb695cc3ee71ccb70230c3fa0feb3e4378bbba35b7429ab3b852692ea4492e9aa80fdb962ef1fef7e82b654bbf8e8ca2428aa8f44b8
 SHA512 
78a9b710dde488ce0852266340104f7b540e94ea58e8715d27e1e303a67956f862110bbd305119ac08fe9c5a20c0e5cc6fa5b6982abf830910f2d3a1ed9963fa



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2020-05-20 Thread Andreas Sturmlechner
commit: 2b39af38f1e122fe7b1f64965523180daf0b1e2a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 14:35:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 15:13:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b39af38

kde-plasma/plasma-meta: Set IUSE="+networkmanager" default

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

 kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild
index f76835939a3..859af0cdc23 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild
@@ -11,7 +11,7 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="bluetooth +browser-integration crypt +desktop-portal discover
 +display-manager elogind grub gtk +handbook +kwallet +legacy-systray
-networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"
++networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"
 
 REQUIRED_USE="?? ( elogind systemd )"
 



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

2020-05-20 Thread Andreas Sturmlechner
commit: 2909393dada48255f33dc93bc3c4f097c467bf48
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 14:43:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 15:13:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2909393d

app-text/diffpdf: EAPI-7 bump

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

 app-text/diffpdf/diffpdf-2.1.3-r2.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-text/diffpdf/diffpdf-2.1.3-r2.ebuild 
b/app-text/diffpdf/diffpdf-2.1.3-r2.ebuild
index 37946835730..4ac979ae0a4 100644
--- a/app-text/diffpdf/diffpdf-2.1.3-r2.ebuild
+++ b/app-text/diffpdf/diffpdf-2.1.3-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit desktop qmake-utils
 
@@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE=""
 
+BDEPEND="dev-qt/linguist-tools:5"
 RDEPEND="
app-text/poppler[qt5]
dev-qt/qtcore:5
@@ -21,9 +22,7 @@ RDEPEND="
dev-qt/qtprintsupport:5
dev-qt/qtwidgets:5
 "
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-"
+DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}"/${P}-qt5.patch )
 



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

2020-05-20 Thread Mike Pagano
commit: dc68873ce71f093a28583761fcd163c5535ca97f
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed May 20 15:03:08 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed May 20 15:03:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc68873c

sys-kernel/gentoo-sources: Remove old, unsupported, EOL'd kernel

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

 sys-kernel/gentoo-sources/Manifest |  4 
 .../gentoo-sources/gentoo-sources-5.5.19.ebuild| 28 --
 2 files changed, 32 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index aca738556e6..300b4dea849 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -64,9 +64,6 @@ DIST genpatches-5.4-41.extras.tar.xz 1764 BLAKE2B 
80bc79c567b36ca44bc168effd276d
 DIST genpatches-5.4-42.base.tar.xz 1439632 BLAKE2B 
bc5456a843a80658e996e64aa572d28b71ae2eadc0df785d20365108c7f08d519054af2b5333803152be2aa8be914d247fdcf741f9817efb32900fa2ce78c249
 SHA512 
f53c61d79823524515a3c320186cb712ac826a272921a224db0bdf8f1d0f9730a07e01bcc14c11ae6500f94464f272fda67ef1fcd3ba4998a92695951b22fe3b
 DIST genpatches-5.4-42.experimental.tar.xz 6140 BLAKE2B 
6b6f7d5fef6b1ad5f96a4c19c541f58ea757449c787d9df96e89a628b8d896b36c7656056b8d63f7ac3e58ceb038c1d466c2b9a7f0b390c93e87ea9351d3eec3
 SHA512 
79490d3b262354146780b118895beba9eec701f130d760c522219f3440cd1fe852bb0ee1b2e99113abc1fa79982442d0786035f46a4bff4debc26b6fc6aa1a56
 DIST genpatches-5.4-42.extras.tar.xz 1764 BLAKE2B 
4f9f10869eb9b41e49b89defb9bd5031303835a6b50daa0448eb3e8537a7cc4ad98ac302b69863147a9ebb12e447aa8f2a94b606a3d96201f347c463ba01b59e
 SHA512 
893f7ce552c09ba1bdc9be487dba6fa0bdc599a930762d01ea147c2d53f2c0e96d1643655f553d646c40a8f70ded0de5c9b41c0f8294172b440fe118364887d2
-DIST genpatches-5.5-21.base.tar.xz 767444 BLAKE2B 
812732ed230a0605a40bd0a0d80bb64cf3582e0bcb94cb26e53aee7a69c0e66b200db8787abec14466287d9f9bfaa6f71d15d0cae56c5c820070833aa1996d81
 SHA512 
ed48a01f132d1dabc2bf2fe6b29156d1303cafdc53bcd843924f4ce14f6e0e35fc4d930b055b37a24365a6a31b36034d79f25112e1bd8526a6e0922e66dfc561
-DIST genpatches-5.5-21.experimental.tar.xz 5596 BLAKE2B 
41a76e50012335e382643a9c0f1252f7aad1d13ab4b2b2b6c8e5dbed57fd298577e6fb6cb27b79fc56e408c0fd005a3df582a612a22fed0d10135cee71f32bc9
 SHA512 
62263423eb6a495535cbd4ba54a49ba87936ddea22fe5b20b27e729190978d301871770917576ef640324417786d129fc856043b4775e6e0d84c794ca72432b0
-DIST genpatches-5.5-21.extras.tar.xz 1756 BLAKE2B 
f277d12cbb65f109e49d96a47ba0a8429b2a791872b16548656db9f4275259fc774169a75f310edb7392b0c548b1ea7559eaa841376cb6a7c507cce31385cc37
 SHA512 
ce1c4b6ac121ecb6bbe1c738abd9ce967e4875654eb5aeb373f59e116c4b29fc2fb3f8383db6d093005ba85be1a36d1023780a35f27bf2e1c3bfaad15abdc084
 DIST genpatches-5.6-12.base.tar.xz 273584 BLAKE2B 
dbbf0bca70ce76b98665cbec6b755395f3a538f84bb980baf0c5b37a625b8bd858fe6f0a1342b5c9762111e6f3a72c3de3e73af7a4a0ea4be9d0a4636d241814
 SHA512 
8938c716826296a070a7043389a63404d70fda7124b38f77504c9db9f2bb4cac431bdeb6eeeae5afce98df5e3b2aed8564e2e339641af8249bea74247d0fd4be
 DIST genpatches-5.6-12.experimental.tar.xz 13692 BLAKE2B 
08cf6b55e5d376d9b01c576658d31e73b26c844d2a27fd0d06bb53344b1822fa42f882503eac5d8cf2fd936cad5e904851e966f3afa8f477a895af9d445bb604
 SHA512 
35b596de51b38ffa9d0b52d02f013e6d847aa2d327a466ea91e72ffbd8986814b872496e86f6b8a7c942df57f0282dd6457340b8c11c346b1abef72c222bbf14
 DIST genpatches-5.6-12.extras.tar.xz 1756 BLAKE2B 
71803881b4d4257730913d7ebe04008dc34787974f1180f10577ff7572b2280c9d26cb8d9e7e8f41828613c75c8e72f7957afc31cf789376e8db829ee5a189ca
 SHA512 
aacd0a24a8c15343ab41496108c27263c87580a1ba9a5f237994f55d78187b1cdb77e7b3d2245178fae237c17a4c3cbd116cd0090be7aa34bb21085b094125c5
@@ -90,5 +87,4 @@ DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c03418
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
-DIST linux-5.5.tar.xz 110713660 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-pictures/

2020-05-20 Thread Mikle Kolyada
commit: 66dc317927f399940a7e022d08adb52a0e13d5f8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 14:45:20 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 14:45:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66dc3179

dev-texlive/texlive-pictures: sparc stable wrt bug #723404

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-pictures/texlive-pictures-2020.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2020.ebuild 
b/dev-texlive/texlive-pictures/texlive-pictures-2020.ebuild
index 7567af5d312..334cb8f9986 100644
--- a/dev-texlive/texlive-pictures/texlive-pictures-2020.ebuild
+++ b/dev-texlive/texlive-pictures/texlive-pictures-2020.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Graphics, pictures, diagrams"
 
 LICENSE=" Apache-2.0 BSD-2 GPL-2 CC-BY-SA-4.0 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2020
 >=dev-tex/pgf-3.0.1



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-music/

2020-05-20 Thread Mikle Kolyada
commit: 3d683effcd91f19243c344b8c10ae79d787dac6a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 14:45:17 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 14:45:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d683eff

dev-texlive/texlive-music: sparc stable wrt bug #723404

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-music/texlive-music-2020.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-music/texlive-music-2020.ebuild 
b/dev-texlive/texlive-music/texlive-music-2020.ebuild
index eb53fe890b2..c55dd9e67d5 100644
--- a/dev-texlive/texlive-music/texlive-music-2020.ebuild
+++ b/dev-texlive/texlive-music/texlive-music-2020.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Music packages"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 GPL-2+ "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2020
 "



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-latexextra/

2020-05-20 Thread Mikle Kolyada
commit: 5e052ed18709c4147bcf41ef0916ddd7028df737
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 14:45:06 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 14:45:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e052ed1

dev-texlive/texlive-latexextra: sparc stable wrt bug #723404

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
index 198ce3a37e1..8c8a07d35a0 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD CC-BY-SA-4.0 GPL-1 GPL-2 GPL-3 GPL-3+ 
LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2020
 >=dev-texlive/texlive-pictures-2020



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-plaingeneric/

2020-05-20 Thread Mikle Kolyada
commit: 9e45ddb4ddef2b3cc08c0fc5ca27fbe8ec37e15e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 14:45:22 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 14:45:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e45ddb4

dev-texlive/texlive-plaingeneric: sparc stable wrt bug #723404

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2020.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2020.ebuild 
b/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2020.ebuild
index ac1553c8a5b..8057f7d4df9 100644
--- a/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2020.ebuild
+++ b/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2020.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Plain (La)TeX packages"
 
 LICENSE=" GPL-1 GPL-2 GPL-3 LPPL-1.3 LPPL-1.3c public-domain TeX 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2020
 "



<    1   2   3   4   5   6   >