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

2021-01-11 Thread Michał Górny
commit: 58804ea9765a4ef30bd4748cd7a1779df0cac44d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 11 11:02:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 11 11:40:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58804ea9

dev-util/cvise: Bump to 2.1.0

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

 dev-util/cvise/Manifest   |  1 +
 dev-util/cvise/cvise-2.1.0.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/dev-util/cvise/Manifest b/dev-util/cvise/Manifest
index 7365c118146..262ee4b4ea2 100644
--- a/dev-util/cvise/Manifest
+++ b/dev-util/cvise/Manifest
@@ -1,2 +1,3 @@
 DIST cvise-1.9.0.tar.gz 249042 BLAKE2B 
357d429afc43691e616dba31621d1de89fb1f85fcbc177847b3367aac993ccd2c3bec20226e910a319d5d6194b32d0be9704e4fa7b8fce49f23788d10a378012
 SHA512 
518c48b7b9d9af9b856bfc46d4fb8064bca3730735bdabf2b3aa981a3f743fa6988594b7cbe39da71ac01fbadb4a45e5212d7c79b510fa36d86055978829495b
 DIST cvise-2.0.0.tar.gz 249307 BLAKE2B 
ba1a70da71706969a35b1223ad0c0fa1a1d4caf7f70eef184adc4dbc69586be6a33bdf11d7c1b606ea4b20d4cd2bf68170aabc1764364c235fe5f67182419080
 SHA512 
e49ca9919ced9db67b16af4b8a7cd3c18c7d96dea5724c9ee6d60736c8f34074d68ade151be702794c93b24943d167278e1c1a6e6f67a9a1422f695f3a177e46
+DIST cvise-2.1.0.tar.gz 249215 BLAKE2B 
e36def48de68dfb91990fd1daced56ae5fc9a32070bae3a696e7c21980757e30ccc8ef2d4940c391a72417296968f0dad680ffe6ca3c88104f09839d86174e27
 SHA512 
bc239ddb207bc6bb70d1a131df7ca0c13c4a3921382613aebb319f1cb1d5f19be273e82945e4f1c9479eaeac07bbb8a9c4c7f515e0474fe6bede84afd20b560c

diff --git a/dev-util/cvise/cvise-2.1.0.ebuild 
b/dev-util/cvise/cvise-2.1.0.ebuild
new file mode 100644
index 000..11c99cb7378
--- /dev/null
+++ b/dev-util/cvise/cvise-2.1.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+: ${CMAKE_MAKEFILE_GENERATOR=ninja}
+PYTHON_COMPAT=( python3_{6..9} )
+inherit cmake llvm python-single-r1
+
+DESCRIPTION="Super-parallel Python port of the C-Reduce"
+HOMEPAGE="https://github.com/marxin/cvise/;
+SRC_URI="
+   https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="UoI-NCSA"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+LLVM_MAX_SLOT=12
+DEPEND="
+   || (
+   sys-devel/clang:12
+   sys-devel/clang:11
+   sys-devel/clang:10
+   )
+   <=sys-devel/clang-$(( LLVM_MAX_SLOT + 1 )):="
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/pebble[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   ')
+   dev-util/unifdef
+   sys-devel/flex"
+BDEPEND="
+   ${PYTHON_DEPS}
+   sys-devel/flex
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/pebble[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   ')
+   )"
+
+llvm_check_deps() {
+   has_version "sys-devel/clang:${LLVM_SLOT}"
+}
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+   llvm_pkg_setup
+}
+
+src_prepare() {
+   sed -i -e 's:-n auto::' -e 's:--flake8::' setup.cfg || die
+   cmake_src_prepare
+}
+
+src_test() {
+   cd "${BUILD_DIR}" || die
+   pytest -vv || die
+}



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

2021-01-11 Thread Andrey Utkin
commit: ad561f750c9c0a8b461c60f21521c2e5d1435c9c
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Jan 11 13:17:32 2021 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Jan 11 13:17:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad561f75

sys-block/whdd: remove old 2.2, 3.0

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

 sys-block/whdd/Manifest|  2 --
 sys-block/whdd/whdd-2.2.ebuild | 27 ---
 sys-block/whdd/whdd-3.0.ebuild | 34 --
 3 files changed, 63 deletions(-)

diff --git a/sys-block/whdd/Manifest b/sys-block/whdd/Manifest
index 14d190257d5..1c3b409a08e 100644
--- a/sys-block/whdd/Manifest
+++ b/sys-block/whdd/Manifest
@@ -1,3 +1 @@
-DIST whdd-2.2.tar.gz 33317 BLAKE2B 
0f0f6a36c37ec8b0df538fe6c353fc14bfd1f2cecbe2b6c0c94727d4a417c1cba3e96ecd323d52a60a67b8f169ecde2e50196db090657f496cd7d46d37fb7079
 SHA512 
ab30c1e418cb7ba9881b1a91b99d0b1d5389172c4d5802be69d98cb9c16f1282ff7808e2b40bb937987a9d3ad9fa7f20e630d19307eb0aa1090cff531a904d4a
 DIST whdd-3.0.1.tar.gz 45671 BLAKE2B 
f16bcfc09356f43b5ae303e007cc3f0930316c67aa3c8622ffc7a3f6ee0f1c5339d7ff32e9b4707a42388fc955f70bf7d3ccc4bd36082d5592a5852d646832c7
 SHA512 
2cc207d5f0e5da1018ce4ec46f369cdd5c3ed2e55c063f583f8ca68f37949265d4ed8b6ea3ff9133a44cf254a95c3e819ba90f9d822aa3bc2f994cb16d0dc877
-DIST whdd-3.0.tar.gz 45865 BLAKE2B 
788ae197c5607f9044f68523336786eacf40eca382d531c590d3b45ec3710c5ea66740f8f5a9750a9746d78a0c6b7e9c77153345ef39cff962a6b2652f3f5d80
 SHA512 
f53888383dc0ed4158c13a064a2cd45e8e312b389bb79c1bfc9ce86c8a61a195fe5003821c868715316eeaba7ee5bcb387324fb6577af7f875679789cd5af5d7

diff --git a/sys-block/whdd/whdd-2.2.ebuild b/sys-block/whdd/whdd-2.2.ebuild
deleted file mode 100644
index 8f7afc6967d..000
--- a/sys-block/whdd/whdd-2.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Diagnostic and recovery tool for block devices"
-HOMEPAGE="https://whdd.github.io;
-SRC_URI="https://github.com/krieger-od/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-util/dialog:=
-   sys-libs/ncurses:0[unicode]"
-RDEPEND="${DEPEND}
-   sys-apps/smartmontools"
-
-src_unpack() {
-   default
-   mv krieger-od-${PN}-* ${P}
-   echo ${PV} > "${S}"/VERSION || die
-}

diff --git a/sys-block/whdd/whdd-3.0.ebuild b/sys-block/whdd/whdd-3.0.ebuild
deleted file mode 100644
index 967ab1dc544..000
--- a/sys-block/whdd/whdd-3.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Diagnostic and recovery tool for block devices"
-HOMEPAGE="https://whdd.github.io;
-
-inherit toolchain-funcs
-
-if [[ ${PV} ==  ]]
-then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN};
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   inherit vcs-snapshot
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   dev-util/dialog:=
-   sys-libs/ncurses:0=[unicode]"
-RDEPEND="${DEPEND}
-   sys-apps/smartmontools"
-
-src_compile() {
-   tc-export CC
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-rrd/files/2.0.1/, dev-php/pecl-rrd/

2021-01-11 Thread Brian Evans
commit: bcff1510bc9e0dd3e376ac86c3742a30f95ecbdb
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 11 15:33:44 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 11 15:35:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcff1510

dev-php/pecl-rrd: Revbump for upstream patches and target change

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-rrd/files/2.0.1/0001-arginfo.patch|  81 +
 .../files/2.0.1/0002-relax-float-test-result.patch | 132 +
 dev-php/pecl-rrd/pecl-rrd-2.0.1-r4.ebuild  |  29 +
 3 files changed, 242 insertions(+)

diff --git a/dev-php/pecl-rrd/files/2.0.1/0001-arginfo.patch 
b/dev-php/pecl-rrd/files/2.0.1/0001-arginfo.patch
new file mode 100644
index 000..28496fe19c9
--- /dev/null
+++ b/dev-php/pecl-rrd/files/2.0.1/0001-arginfo.patch
@@ -0,0 +1,81 @@
+--- a/rrd.c2020/09/23 07:41:40 350617
 b/rrd.c2020/09/23 09:09:08 350618
+@@ -552,6 +552,9 @@
+   ZEND_ARG_INFO(0, file)
+   ZEND_ARG_INFO(0, options)
+ ZEND_END_ARG_INFO()
++
++ZEND_BEGIN_ARG_INFO(arginfo_rrd_void, 0)
++ZEND_END_ARG_INFO()
+ /* }}} */
+ 
+ /* {{{ */
+@@ -559,7 +562,7 @@
+   PHP_FE(rrd_update, arginfo_rrd_update)
+   PHP_FE(rrd_create, arginfo_rrd_create)
+   PHP_FE(rrd_graph, arginfo_rrd_graph)
+-  PHP_FE(rrd_error, NULL)
++  PHP_FE(rrd_error, arginfo_rrd_void)
+   PHP_FE(rrd_fetch, arginfo_rrd_fetch)
+   PHP_FE(rrd_first, arginfo_rrd_first)
+   PHP_FE(rrd_info, arginfo_rrd_info)
+@@ -569,9 +572,9 @@
+   PHP_FE(rrd_tune, arginfo_rrd_tune)
+   PHP_FE(rrd_xport, arginfo_rrd_xport)
+ #ifdef HAVE_RRDC_DISCONNECT
+-  PHP_FE(rrdc_disconnect, NULL)
++  PHP_FE(rrdc_disconnect, arginfo_rrd_void)
+ #endif
+-  PHP_FE(rrd_version, NULL)
++  PHP_FE(rrd_version, arginfo_rrd_void)
+   PHP_FE_END
+ };
+ /* }}} */
+--- a/rrd_create.c 2020/09/23 07:41:40 350617
 b/rrd_create.c 2020/09/23 09:09:08 350618
+@@ -323,10 +323,13 @@
+   ZEND_ARG_INFO(0, description)
+ ZEND_END_ARG_INFO()
+ 
++ZEND_BEGIN_ARG_INFO_EX(arginfo_rrdcreator_void, 0, 0, 0)
++ZEND_END_ARG_INFO()
++
+ /* class method table */
+ static zend_function_entry rrd_create_methods[] = {
+   PHP_ME(RRDCreator, __construct, arginfo_rrdcreator_construct, 
ZEND_ACC_PUBLIC)
+-  PHP_ME(RRDCreator, save, NULL, ZEND_ACC_PUBLIC)
++  PHP_ME(RRDCreator, save, arginfo_rrdcreator_void, ZEND_ACC_PUBLIC)
+   PHP_ME(RRDCreator, addDataSource, arginfo_rrdcreator_description, 
ZEND_ACC_PUBLIC)
+   PHP_ME(RRDCreator, addArchive, arginfo_rrdcreator_description, 
ZEND_ACC_PUBLIC)
+   PHP_FE_END
+--- a/rrd_graph.c  2020/09/23 07:41:40 350617
 b/rrd_graph.c  2020/09/23 09:09:08 350618
+@@ -140,6 +140,7 @@
+   array_init(_argv);
+ 
+   ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL(obj->zv_arr_options), num_key, 
zs_key, zv_option_val) {
++  (void)num_key; /* to avoid -Wunused-but-set-variable */
+   smart_string option = {0}; /* one argument option */
+ 
+   /* option with string key means long option, hence they are 
used as
+@@ -356,6 +357,9 @@
+ /* }}} */
+ 
+ /* arguments */
++ZEND_BEGIN_ARG_INFO_EX(arginfo_rrd_void, 0, 0, 0)
++ZEND_END_ARG_INFO()
++
+ ZEND_BEGIN_ARG_INFO_EX(arginfo_rrd_path, 0, 0, 1)
+   ZEND_ARG_INFO(0, path)
+ ZEND_END_ARG_INFO()
+@@ -367,8 +371,8 @@
+ /* class method table */
+ static zend_function_entry rrd_graph_methods[] = {
+   PHP_ME(RRDGraph, __construct, arginfo_rrd_path, ZEND_ACC_PUBLIC)
+-  PHP_ME(RRDGraph, save, NULL, ZEND_ACC_PUBLIC)
+-  PHP_ME(RRDGraph, saveVerbose, NULL, ZEND_ACC_PUBLIC)
++  PHP_ME(RRDGraph, save, arginfo_rrd_void, ZEND_ACC_PUBLIC)
++  PHP_ME(RRDGraph, saveVerbose, arginfo_rrd_void, ZEND_ACC_PUBLIC)
+   PHP_ME(RRDGraph, setOptions, arginfo_rrd_options, ZEND_ACC_PUBLIC)
+   PHP_FE_END
+ };

diff --git a/dev-php/pecl-rrd/files/2.0.1/0002-relax-float-test-result.patch 
b/dev-php/pecl-rrd/files/2.0.1/0002-relax-float-test-result.patch
new file mode 100644
index 000..b4a692fc3f5
--- /dev/null
+++ b/dev-php/pecl-rrd/files/2.0.1/0002-relax-float-test-result.patch
@@ -0,0 +1,132 @@
+--- a/tests/rrd_010.phpt   2020/09/23 07:41:40 350617
 b/tests/rrd_010.phpt   2020/09/23 09:09:08 350618
+@@ -40,11 +40,11 @@
+   [920805900]=>
+   float(0)
+   [920806200]=>
+-  float(0.033)
++  float(0.033%s)
+   [920806500]=>
+-  float(0.033)
++  float(0.033%s)
+   [920806800]=>
+-  float(0.033)
++  float(0.033%s)
+   [920807100]=>
+   float(0.02)
+   [920807400]=>
+@@ -52,20 +52,20 @@
+   [920807700]=>
+   float(0.02)
+   [920808000]=>
+-  float(0.013)
++  float(0.013%s)
+   [920808300]=>
+-  float(0.017)
++  float(0.016%s)
+ 

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

2021-01-11 Thread Brian Evans
commit: 8caae675bfc3ad4d094845436afce382ff5ebf45
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 11 15:34:45 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 11 15:35:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8caae675

dev-php/pecl-rrd: Drop old revision

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-rrd/pecl-rrd-2.0.1-r3.ebuild | 58 ---
 1 file changed, 58 deletions(-)

diff --git a/dev-php/pecl-rrd/pecl-rrd-2.0.1-r3.ebuild 
b/dev-php/pecl-rrd/pecl-rrd-2.0.1-r3.ebuild
deleted file mode 100644
index 16e4bc48402..000
--- a/dev-php/pecl-rrd/pecl-rrd-2.0.1-r3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-# Define 5.6 here to have the {I,REQUIRED_}USE generated
-USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
-
-inherit php-ext-pecl-r3
-
-# But we really only build 7.0
-USE_PHP="php7-1 php7-2 php7-3 php7-4"
-
-DESCRIPTION="RRDtool bindings for PHP"
-LICENSE="BSD"
-SLOT="7"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   php_targets_php7-1? ( net-analyzer/rrdtool[graph] )
-   php_targets_php7-2? ( net-analyzer/rrdtool[graph] )
-   php_targets_php7-3? ( net-analyzer/rrdtool[graph] )
-   php_targets_php7-4? ( net-analyzer/rrdtool[graph] )
-"
-RDEPEND="${DEPEND} php_targets_php5-6? ( ${CATEGORY}/${PN}:0 )"
-
-src_prepare() {
-   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 || use php_targets_php7-4 ; then
-   php-ext-source-r3_src_prepare
-   else
-   default
-   fi
-}
-
-src_configure() {
-   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 || use php_targets_php7-3 || use php_targets_php7-4 ; then
-   local PHP_EXT_ECONF_ARGS=()
-   php-ext-source-r3_src_configure
-   fi
-}
-
-src_install() {
-   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 || use php_targets_php7-3 || use php_targets_php7-4 ; then
-   php-ext-pecl-r3_src_install
-   fi
-}
-
-src_test() {
-   local slot
-   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 || use php_targets_php7-3 || use php_targets_php7-4 ; then
-   for slot in $(php_get_slots); do
-   php_init_slot_env "${slot}"
-   # Prepare test data
-   emake -C tests/data all
-   NO_INTERACTION="yes" emake test
-   done
-   fi
-}



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

2021-01-11 Thread Ulrich Müller
commit: 2b9a00eec66adfbb16dc890d91038b054ae125b5
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jan 11 15:57:48 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jan 11 16:06:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9a00ee

profiles/base: Unmask bundled-libjpeg-turbo flag for net-im/zoom

Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/base/package.use.mask | 8 
 1 file changed, 8 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 074e2e106f4..f919fbda6a3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -197,14 +197,6 @@ dev-util/meson test
 # Requires dev-vcs/ghp-import that is masked for removal.
 www-apps/nikola ghpages
 
-# Ulrich Müller  (2020-04-08, 2020-11-21)
-# Old versions of libjpeg-turbo have known security issues.
-# The version included with >=zoom-5.3 has an empty DT_RPATH,
-# which is insecure because the loader will search the working
-# directory when it finds an empty path.
-# Use the bundled lib on your own risk. Bug #715106.
-net-im/zoom bundled-libjpeg-turbo
-
 # Alfredo Tupone  (2020-04-04)
 # Ada support is not yet ready for sys-deve/gcc
 sys-devel/gcc ada



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

2021-01-11 Thread Ulrich Müller
commit: 33bb05b0ebb6c1f681da8634aedd7bdbc7fb7870
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jan 11 15:52:04 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jan 11 16:06:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33bb05b0

net-im/zoom: Version bump to 5.4.57862.0110

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Ulrich Müller  gentoo.org>

 net-im/zoom/Manifest   |   1 +
 net-im/zoom/zoom-5.4.57862.0110.ebuild | 144 +
 2 files changed, 145 insertions(+)

diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
index 4b3b273bba0..72ddafc0ac9 100644
--- a/net-im/zoom/Manifest
+++ b/net-im/zoom/Manifest
@@ -2,3 +2,4 @@ DIST zoom-5.4.53391.1108_i686.tar.xz 40384800 BLAKE2B 
0d449103e16799e6e6bcaf6ef1
 DIST zoom-5.4.53391.1108_x86_64.tar.xz 44660944 BLAKE2B 
7152f4daccdbce56e2c83971f507bc70d5b77e8edd558f311e67f0e2ab127967cdd15c90b92ca95735b2fad3e11d692b206c32c5f7d65cd116050e8e6579fcdd
 SHA512 
f52e2fda15a29c2232656e8f34a5d65c3c401eb50f249d5436a949c09efd5b821d1c5e1f59dc4c27b5f4aadc1c24f474854498664b5d333d340d03f4998c59ba
 DIST zoom-5.4.56259.1207_x86_64.tar.xz 46333580 BLAKE2B 
e3603db12af4ecc88eee88715976d6944cf566f6c1afa35a36840ceba49da85d21cdf4c04216b76d30b700b07a098aea48b7f61c48ee3836168323adede5789f
 SHA512 
b7567f8e01486dfe31118da9c6168be70ea0b6dc21ea07972d39a3ced360068ff2e7423663e74fb65387be18fa2a1bca7ebd2599c49b3c064872ae9d82266192
 DIST zoom-5.4.57450.1220_x86_64.tar.xz 45788732 BLAKE2B 
932187da18c52baeaba90114b7d7115bb973787fe690f94482d53527fbd4ded327eecee6d3097831a5e3c164c79b46dcb32ee3a28223f8b1543e166ea282d44f
 SHA512 
cf8581f175518fdc83c6780bd6a1154d58db1c012bcaf14228e32d839532e741d8eaae4883f7905d181b7d2f0c1e2efe125377dd85eb5ebb742cc5252bbc4b54
+DIST zoom-5.4.57862.0110_x86_64.tar.xz 45850484 BLAKE2B 
987efd8b0d75c3ff6dae43e7175b1c2967a554c5ac04baf1f634c5298d8e976129665a7b69943f6a2e5207f027f29612ddb2c3d8464995d2802fa457982e04d5
 SHA512 
69441864d7b413b76d6e1cd97808491aa4776988a1ffe30ac7ae1ab13f562fc43b27f810814155972f576b92a7d3ce13f90ed2a754bc374d20b6ee3ddcfbf40d

diff --git a/net-im/zoom/zoom-5.4.57862.0110.ebuild 
b/net-im/zoom/zoom-5.4.57862.0110.ebuild
new file mode 100644
index 000..6e49d223e0f
--- /dev/null
+++ b/net-im/zoom/zoom-5.4.57862.0110.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eapi8-dosym readme.gentoo-r1 wrapper xdg-utils
+
+DESCRIPTION="Video conferencing and web conferencing service"
+HOMEPAGE="https://zoom.us/;
+SRC_URI="https://zoom.us/client/${PV}/${PN}_x86_64.tar.xz -> 
${P}_x86_64.tar.xz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="bundled-libjpeg-turbo +bundled-qt pulseaudio wayland"
+RESTRICT="mirror bindist strip"
+
+RDEPEND="!games-engines/zoom
+   dev-libs/glib:2
+   dev-libs/quazip
+   media-libs/fontconfig
+   media-libs/freetype
+   media-sound/mpg123
+   sys-apps/dbus
+   sys-apps/util-linux
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libxkbcommon[X]
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   pulseaudio? ( media-sound/pulseaudio )
+   !pulseaudio? ( media-libs/alsa-lib )
+   wayland? ( dev-libs/wayland )
+   !bundled-libjpeg-turbo? ( >=media-libs/libjpeg-turbo-2.0.5 )
+   !bundled-qt? (
+   dev-libs/icu
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtdiag:5
+   dev-qt/qtgraphicaleffects:5
+   dev-qt/qtgui:5
+   dev-qt/qtlocation:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtquickcontrols:5[widgets]
+   dev-qt/qtquickcontrols2:5
+   dev-qt/qtscript:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   wayland? ( dev-qt/qtwayland )
+   )"
+
+BDEPEND="dev-util/bbe
+   bundled-libjpeg-turbo? ( dev-util/patchelf )"
+
+QA_PREBUILT="opt/zoom/*"
+
+src_prepare() {
+   default
+
+   # The tarball doesn't contain an icon, so extract it from the binary
+   bbe -s -b '/\n/' -e 'J 1;D' zoom \
+   >zoom-videocam.svg && [[ -s zoom-videocam.svg ]] \
+   || die "Extraction of icon failed"
+
+   if ! use pulseaudio; then
+   # For some strange reason, zoom cannot use any ALSA sound 
devices if
+   # it finds libpulse. This causes breakage if 
media-sound/apulse[sdk]
+   # is installed. So, force zoom to ignore libpulse.
+   bbe -e 's/libpulse.so/IgNoRePuLsE/' zoom >zoom.tmp || die
+   mv zoom.tmp zoom || die
+   fi
+
+   if use 

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

2021-01-11 Thread Ulrich Müller
commit: be4a30e09ac98d1074a4d4a88b92c6268be8
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jan 11 15:56:07 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jan 11 16:06:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4a30e0

net-im/zoom: Backport ebuild changes to x86 version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Ulrich Müller  gentoo.org>

 net-im/zoom/zoom-5.4.53391.1108-r1.ebuild | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/net-im/zoom/zoom-5.4.53391.1108-r1.ebuild 
b/net-im/zoom/zoom-5.4.53391.1108-r1.ebuild
index 3d3b63c3854..07911c9877c 100644
--- a/net-im/zoom/zoom-5.4.53391.1108-r1.ebuild
+++ b/net-im/zoom/zoom-5.4.53391.1108-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -48,7 +48,8 @@ RDEPEND="!games-engines/zoom
pulseaudio? ( media-sound/pulseaudio )
!pulseaudio? ( media-libs/alsa-lib )"
 
-BDEPEND="dev-util/bbe"
+BDEPEND="dev-util/bbe
+   bundled-libjpeg-turbo? ( dev-util/patchelf )"
 
 QA_PREBUILT="opt/zoom/*"
 
@@ -67,6 +68,11 @@ src_prepare() {
bbe -e 's/libpulse.so/IgNoRePuLsE/' zoom >zoom.tmp || die
mv zoom.tmp zoom || die
fi
+
+   if use bundled-libjpeg-turbo; then
+   # Remove insecure RPATH from bundled lib
+   patchelf --remove-rpath libturbojpeg.so || die
+   fi
 }
 
 src_install() {
@@ -101,14 +107,6 @@ pkg_postinst() {
ver_test ${v} -le 5.0.403652.0509 && FORCE_PRINT_ELOG=1
done
readme.gentoo_print_elog
-
-   if use bundled-libjpeg-turbo; then
-   ewarn "If the \"bundled-libjpeg-turbo\" flag is enabled, you 
may see a"
-   ewarn "QA notice about insecure RPATHs in the libturbojpeg.so 
library"
-   ewarn "bundled with the upstream package. Please report this 
problem"
-   ewarn "directly to Zoom upstream. Do *not* file a Gentoo bug 
for it."
-   ewarn "See https://bugs.gentoo.org/715106 for further details."
-   fi
 }
 
 pkg_postrm() {



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

2021-01-11 Thread Ulrich Müller
commit: 51430445b237a9c730e0836c9a178862ea79483a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jan 11 15:56:38 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jan 11 16:06:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51430445

net-im/zoom: Remove old

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Ulrich Müller  gentoo.org>

 net-im/zoom/Manifest  |   1 -
 net-im/zoom/zoom-5.4.56259.1207-r2.ebuild | 146 --
 2 files changed, 147 deletions(-)

diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
index 72ddafc0ac9..493aa073a3c 100644
--- a/net-im/zoom/Manifest
+++ b/net-im/zoom/Manifest
@@ -1,5 +1,4 @@
 DIST zoom-5.4.53391.1108_i686.tar.xz 40384800 BLAKE2B 
0d449103e16799e6e6bcaf6ef1c105d6a75ce8728bfedb5107a9c6deedd9e8ef1988e19ddc33da43de8eb925d386460a84b5efe13c0709de6901239a688b4fb0
 SHA512 
d77357ab669ade90d4b8ae99116372db8b8b9a251625ed0566e89a8cc4d3f7aced07fd08d4646a223fad58f588e1dc2484464bd70e203b875ac9866fb92fe2ea
 DIST zoom-5.4.53391.1108_x86_64.tar.xz 44660944 BLAKE2B 
7152f4daccdbce56e2c83971f507bc70d5b77e8edd558f311e67f0e2ab127967cdd15c90b92ca95735b2fad3e11d692b206c32c5f7d65cd116050e8e6579fcdd
 SHA512 
f52e2fda15a29c2232656e8f34a5d65c3c401eb50f249d5436a949c09efd5b821d1c5e1f59dc4c27b5f4aadc1c24f474854498664b5d333d340d03f4998c59ba
-DIST zoom-5.4.56259.1207_x86_64.tar.xz 46333580 BLAKE2B 
e3603db12af4ecc88eee88715976d6944cf566f6c1afa35a36840ceba49da85d21cdf4c04216b76d30b700b07a098aea48b7f61c48ee3836168323adede5789f
 SHA512 
b7567f8e01486dfe31118da9c6168be70ea0b6dc21ea07972d39a3ced360068ff2e7423663e74fb65387be18fa2a1bca7ebd2599c49b3c064872ae9d82266192
 DIST zoom-5.4.57450.1220_x86_64.tar.xz 45788732 BLAKE2B 
932187da18c52baeaba90114b7d7115bb973787fe690f94482d53527fbd4ded327eecee6d3097831a5e3c164c79b46dcb32ee3a28223f8b1543e166ea282d44f
 SHA512 
cf8581f175518fdc83c6780bd6a1154d58db1c012bcaf14228e32d839532e741d8eaae4883f7905d181b7d2f0c1e2efe125377dd85eb5ebb742cc5252bbc4b54
 DIST zoom-5.4.57862.0110_x86_64.tar.xz 45850484 BLAKE2B 
987efd8b0d75c3ff6dae43e7175b1c2967a554c5ac04baf1f634c5298d8e976129665a7b69943f6a2e5207f027f29612ddb2c3d8464995d2802fa457982e04d5
 SHA512 
69441864d7b413b76d6e1cd97808491aa4776988a1ffe30ac7ae1ab13f562fc43b27f810814155972f576b92a7d3ce13f90ed2a754bc374d20b6ee3ddcfbf40d

diff --git a/net-im/zoom/zoom-5.4.56259.1207-r2.ebuild 
b/net-im/zoom/zoom-5.4.56259.1207-r2.ebuild
deleted file mode 100644
index 73b7d52fa30..000
--- a/net-im/zoom/zoom-5.4.56259.1207-r2.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eapi8-dosym readme.gentoo-r1 wrapper xdg-utils
-
-DESCRIPTION="Video conferencing and web conferencing service"
-HOMEPAGE="https://zoom.us/;
-SRC_URI="https://zoom.us/client/${PV}/${PN}_x86_64.tar.xz -> 
${P}_x86_64.tar.xz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="bundled-libjpeg-turbo +bundled-qt pulseaudio wayland"
-RESTRICT="mirror bindist strip"
-
-RDEPEND="!games-engines/zoom
-   dev-libs/glib:2
-   dev-libs/quazip
-   media-libs/fontconfig
-   media-libs/freetype
-   media-sound/mpg123
-   sys-apps/dbus
-   sys-apps/util-linux
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libxkbcommon[X]
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-keysyms
-   pulseaudio? ( media-sound/pulseaudio )
-   !pulseaudio? ( media-libs/alsa-lib )
-   wayland? ( dev-libs/wayland )
-   !bundled-libjpeg-turbo? ( >=media-libs/libjpeg-turbo-2.0.5 )
-   !bundled-qt? (
-   dev-libs/icu
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtdiag:5
-   dev-qt/qtgraphicaleffects:5
-   dev-qt/qtgui:5
-   dev-qt/qtlocation:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols:5[widgets]
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtscript:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   wayland? ( dev-qt/qtwayland )
-   )"
-
-BDEPEND="dev-util/bbe"
-
-QA_PREBUILT="opt/zoom/*"
-
-src_prepare() {
-   default
-
-   # The tarball doesn't contain an icon, so extract it from the binary
-   bbe -s -b '/\n/' -e 'J 1;D' zoom \
-   >zoom-videocam.svg && [[ -s zoom-videocam.svg ]] \
-   || die "Extraction of icon failed"
-
-   if ! use pulseaudio; then
-   # For some strange reason, zoom cannot use any ALSA sound 
devices if
-   # it finds libpulse. This causes breakage if 
media-sound/apulse[sdk]
-   # is installed. So, 

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

2021-01-11 Thread Lars Wendler
commit: 02402cc6cde21e35d06a1af02800036e1ac2dca4
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 15:55:39 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 15:59:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02402cc6

app-admin/sudo: Bump to version 1.9.5

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

 app-admin/sudo/Manifest  |   1 +
 app-admin/sudo/sudo-1.9.5.ebuild | 261 +++
 2 files changed, 262 insertions(+)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index 7a1c0bee278..efb03549f69 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1,3 +1,4 @@
 DIST sudo-1.9.3p1.tar.gz 3958071 BLAKE2B 
b681c120faa5dc7f25e27c1be423d68cea70f63dcdfea2183fd386a34dec0376555453399d3f8886c66c6507343648d40b59a058710432154061b210df2a704c
 SHA512 
3ad13fd03e5b371fd6bf7909731ffc11431d2182a744b654f7e5d4b810e47955d49bc78f551afe13ec56acbce694139c33a15bc022cea41b17af5496b8b7f89f
 DIST sudo-1.9.4p1.tar.gz 3993946 BLAKE2B 
171af5befe05e393846886077d0c210664ff86191ae1a093148d85ca80d4a8c6cd8c41ef91451207831f574267d32d4c621e47ecfa1d3b37ee8c498af6729369
 SHA512 
5d247c9ad68cd2c3ea504dc0a49db041f68c1575775b4bb3a5fb62abadc23295a42658d33430d6391152c7b44f66d9f165f77a91abb355edc2d2d8787d41cd91
 DIST sudo-1.9.4p2.tar.gz 3994184 BLAKE2B 
110562792fa3d6f3f30fb0f07eefca975f062d41743fb84a34c27bf4c72296aa5f581de1f74895deedd6b47cb235399c52b9d3d818d274c6cdc61c741a0a287e
 SHA512 
5258531d3dca0e812df5f4f8f26665f643c036d42534e3b98f5dd463624e9df0bba2a92c15da0c9958bda7e68f6f10b7b34875792ac9c205d1e70a12bc4f98a4
+DIST sudo-1.9.5.tar.gz 4008123 BLAKE2B 
3b86dbdbf5ee421d0af33602eeefc4553c005ba7c85986f8fb56dcde6af20e0ea7942b0f2e9de8b41c5a0158b97317da42593d4d7c7f39ffa265cc11f3ae0232
 SHA512 
7044bbe83194171f0514b9d4809be037c01d8e1daacf165019c19346c4bc89f20e679b4dd6d25a7de5edfcc1ba710ae0a02b49fdbe8b46d0f1fc7ce1ab47

diff --git a/app-admin/sudo/sudo-1.9.5.ebuild b/app-admin/sudo/sudo-1.9.5.ebuild
new file mode 100644
index 000..d154550fe77
--- /dev/null
+++ b/app-admin/sudo/sudo-1.9.5.ebuild
@@ -0,0 +1,261 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pam multilib libtool systemd tmpfiles
+
+MY_P="${P/_/}"
+MY_P="${MY_P/beta/b}"
+
+DESCRIPTION="Allows users or groups to run commands as other users"
+HOMEPAGE="https://www.sudo.ws/;
+if [[ ${PV} == "" ]] ; then
+   inherit mercurial
+   EHG_REPO_URI="https://www.sudo.ws/repos/sudo;
+else
+   uri_prefix=
+   case ${P} in
+   *_beta*|*_rc*) uri_prefix=beta/ ;;
+   esac
+
+   SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
+   ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz;
+   if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-solaris"
+   fi
+fi
+
+# Basic license is ISC-style as-is, some files are released under
+# 3-clause BSD license
+LICENSE="ISC BSD"
+SLOT="0"
+IUSE="gcrypt ldap libressl nls offensive pam sasl +secure-path selinux 
+sendmail skey ssl sssd"
+
+DEPEND="
+   sys-libs/zlib:=
+   gcrypt? ( dev-libs/libgcrypt:= )
+   ldap? (
+   >=net-nds/openldap-2.1.30-r1
+   sasl? (
+   dev-libs/cyrus-sasl
+   net-nds/openldap[sasl]
+   )
+   )
+   pam? ( sys-libs/pam )
+   sasl? ( dev-libs/cyrus-sasl )
+   skey? ( >=sys-auth/skey-1.1.5-r1 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   sssd? ( sys-auth/sssd[sudo] )
+"
+RDEPEND="
+   ${DEPEND}
+   >=app-misc/editor-wrapper-3
+   virtual/editor
+   ldap? ( dev-lang/perl )
+   pam? ( sys-auth/pambase )
+   selinux? ( sec-policy/selinux-sudo )
+   sendmail? ( virtual/mta )
+"
+BDEPEND="
+   sys-devel/bison
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_P}"
+
+REQUIRED_USE="
+   ?? ( pam skey )
+   ?? ( gcrypt ssl )
+"
+
+MAKEOPTS+=" SAMPLES="
+
+src_prepare() {
+   default
+   elibtoolize
+}
+
+set_secure_path() {
+   # FIXME: secure_path is a compile time setting. using PATH or
+   # ROOTPATH is not perfect, env-update may invalidate this, but until it
+   # is available as a sudoers setting this will have to do.
+   einfo "Setting secure_path ..."
+
+   # first extract the default ROOTPATH from build env
+   SECURE_PATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env;
+   echo "${ROOTPATH}")
+   case "${SECURE_PATH}" in
+   */usr/sbin*) ;;
+   *) SECURE_PATH=$(unset PATH;
+   . "${EPREFIX}"/etc/profile.env; echo 

[gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/

2021-01-11 Thread Lars Wendler
commit: d70fb9b34f2a8784218a7b3d06bb19882501f654
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 15:46:06 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 15:59:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70fb9b3

games-arcade/supertux: Revbump to fix severe issue with libsdl2-2.0.14

Bug: https://bugs.gentoo.org/764959
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 .../supertux/{supertux-0.6.2.ebuild => supertux-0.6.2-r1.ebuild}  | 4 
 1 file changed, 4 insertions(+)

diff --git a/games-arcade/supertux/supertux-0.6.2.ebuild 
b/games-arcade/supertux/supertux-0.6.2-r1.ebuild
similarity index 87%
rename from games-arcade/supertux/supertux-0.6.2.ebuild
rename to games-arcade/supertux/supertux-0.6.2-r1.ebuild
index 9bf339a6725..9dafa4b81e2 100644
--- a/games-arcade/supertux/supertux-0.6.2.ebuild
+++ b/games-arcade/supertux/supertux-0.6.2-r1.ebuild
@@ -18,7 +18,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
+# =media-libs/libsdl2-2.0.14-r0 can cause supertux binary to move entire
+# content of ${HOME} to ${HOME}/.local/share/supertux2/
+# DO NOT REMOVE THIS BLOCKER!!! See bug #764959
 RDEPEND="
+   !=media-libs/libsdl2-2.0.14-r0
>=dev-games/physfs-3.0
dev-libs/boost:=
media-libs/freetype



[gentoo-commits] repo/gentoo:master commit in: app-admin/sudo/files/, app-admin/sudo/

2021-01-11 Thread Lars Wendler
commit: 858bbc1eabd1e5b3008d51344ec99f0aabf6fe86
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 15:59:09 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 15:59:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858bbc1e

app-admin/sudo: Removed old

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

 app-admin/sudo/Manifest|   1 -
 .../sudo-1.9.4-without-sendmail_build_fix.patch|  45 
 app-admin/sudo/sudo-1.9.4_p1.ebuild| 261 -
 3 files changed, 307 deletions(-)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index efb03549f69..8fdc2d16a64 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1,4 +1,3 @@
 DIST sudo-1.9.3p1.tar.gz 3958071 BLAKE2B 
b681c120faa5dc7f25e27c1be423d68cea70f63dcdfea2183fd386a34dec0376555453399d3f8886c66c6507343648d40b59a058710432154061b210df2a704c
 SHA512 
3ad13fd03e5b371fd6bf7909731ffc11431d2182a744b654f7e5d4b810e47955d49bc78f551afe13ec56acbce694139c33a15bc022cea41b17af5496b8b7f89f
-DIST sudo-1.9.4p1.tar.gz 3993946 BLAKE2B 
171af5befe05e393846886077d0c210664ff86191ae1a093148d85ca80d4a8c6cd8c41ef91451207831f574267d32d4c621e47ecfa1d3b37ee8c498af6729369
 SHA512 
5d247c9ad68cd2c3ea504dc0a49db041f68c1575775b4bb3a5fb62abadc23295a42658d33430d6391152c7b44f66d9f165f77a91abb355edc2d2d8787d41cd91
 DIST sudo-1.9.4p2.tar.gz 3994184 BLAKE2B 
110562792fa3d6f3f30fb0f07eefca975f062d41743fb84a34c27bf4c72296aa5f581de1f74895deedd6b47cb235399c52b9d3d818d274c6cdc61c741a0a287e
 SHA512 
5258531d3dca0e812df5f4f8f26665f643c036d42534e3b98f5dd463624e9df0bba2a92c15da0c9958bda7e68f6f10b7b34875792ac9c205d1e70a12bc4f98a4
 DIST sudo-1.9.5.tar.gz 4008123 BLAKE2B 
3b86dbdbf5ee421d0af33602eeefc4553c005ba7c85986f8fb56dcde6af20e0ea7942b0f2e9de8b41c5a0158b97317da42593d4d7c7f39ffa265cc11f3ae0232
 SHA512 
7044bbe83194171f0514b9d4809be037c01d8e1daacf165019c19346c4bc89f20e679b4dd6d25a7de5edfcc1ba710ae0a02b49fdbe8b46d0f1fc7ce1ab47

diff --git a/app-admin/sudo/files/sudo-1.9.4-without-sendmail_build_fix.patch 
b/app-admin/sudo/files/sudo-1.9.4-without-sendmail_build_fix.patch
deleted file mode 100644
index f40bfe445e0..000
--- a/app-admin/sudo/files/sudo-1.9.4-without-sendmail_build_fix.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-
-# HG changeset patch
-# User Todd C. Miller 
-# Date 1606767492 25200
-# Node ID 41db1aad85bbce444b511bcb28b9628a0a22fcd9
-# Parent  96a5cfe3c66b6ee84d7f7b6fb26d932f45a44b76
-Fix build when configured using --without-sendmail
-Bug #947
-
-diff -r 96a5cfe3c66b -r 41db1aad85bb lib/eventlog/eventlog.c
 a/lib/eventlog/eventlog.c  Sun Nov 29 15:11:34 2020 -0700
-+++ b/lib/eventlog/eventlog.c  Mon Nov 30 13:18:12 2020 -0700
-@@ -78,7 +78,7 @@
- static FILE *eventlog_stub_open_log(int type, const char *logfile);
- static void eventlog_stub_close_log(int type, FILE *fp);
- 
--/* Eventlog config settings */
-+/* Eventlog config settings (default values). */
- static struct eventlog_config evl_conf = {
- EVLOG_NONE,   /* type */
- EVLOG_SUDO,   /* format */
-@@ -91,7 +91,11 @@
- false,/* omit_hostname */
- _PATH_SUDO_LOGFILE,   /* logpath */
- "%h %e %T",   /* time_fmt */
-+#ifdef _PATH_SUDO_SENDMAIL
- _PATH_SUDO_SENDMAIL,  /* mailerpath */
-+#else
-+NULL, /* mailerpath (disabled) */
-+#endif
- "-t", /* mailerflags */
- NULL, /* mailfrom */
- MAILTO,   /* mailto */
-@@ -1436,8 +1440,10 @@
-   evl_conf.logpath = _PATH_SUDO_LOGFILE;
- if (evl_conf.time_fmt == NULL)
-   evl_conf.time_fmt = "%h %e %T";
-+#ifdef _PATH_SUDO_SENDMAIL
- if (evl_conf.mailerpath == NULL)
-   evl_conf.mailerpath = _PATH_SUDO_SENDMAIL;
-+#endif
- if (evl_conf.mailerflags == NULL)
-   evl_conf.mailerflags = "-t";
- if (evl_conf.mailto == NULL)
-

diff --git a/app-admin/sudo/sudo-1.9.4_p1.ebuild 
b/app-admin/sudo/sudo-1.9.4_p1.ebuild
deleted file mode 100644
index 84770ae1b43..000
--- a/app-admin/sudo/sudo-1.9.4_p1.ebuild
+++ /dev/null
@@ -1,261 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit pam multilib libtool systemd tmpfiles
-
-MY_P="${P/_/}"
-MY_P="${MY_P/beta/b}"
-
-DESCRIPTION="Allows users or groups to run commands as other users"
-HOMEPAGE="https://www.sudo.ws/;
-if [[ ${PV} == "" ]] ; then
-   inherit mercurial
-   EHG_REPO_URI="https://www.sudo.ws/repos/sudo;
-else
-   uri_prefix=
-   case ${P} in
-   *_beta*|*_rc*) uri_prefix=beta/ ;;
-   esac
-
-   SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
-   ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz;
-   if [[ ${PV} != *_beta* ]] && [[ ${PV} 

[gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/

2021-01-11 Thread Lars Wendler
commit: 0be98dd1fc6d1e292bfd388d01036c5a7a5bf97d
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 15:42:24 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 15:59:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be98dd1

games-arcade/supertux: Removed old

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

 games-arcade/supertux/Manifest|  1 -
 games-arcade/supertux/supertux-0.6.1.1.ebuild | 59 ---
 2 files changed, 60 deletions(-)

diff --git a/games-arcade/supertux/Manifest b/games-arcade/supertux/Manifest
index eaa21f15255..9ffef0fc953 100644
--- a/games-arcade/supertux/Manifest
+++ b/games-arcade/supertux/Manifest
@@ -1,2 +1 @@
-DIST SuperTux-v0.6.1.1-Source.tar.gz 163363780 BLAKE2B 
313c25a74b950fc292821739c9edfe5c5878fad5f74e6ba6957fb3fa3740b2dafebc443211c090c46eb30aa9906768774cae6d245ea0c88d86ef80e77283e866
 SHA512 
9c4b535d5c55b3a582b05dab4ffb9658fd3d500165d428eb9e69c91b03e90dcf7517cadfa99554485950085764e6589e6a0a83304abebf7911e4c5a240270c10
 DIST SuperTux-v0.6.2-Source.tar.gz 174295862 BLAKE2B 
1179a5ecf92dfb2ac56b87afe4fed21a2bdc1d7f91641fea8aafc2994ccfe49745420411f41b2145f06fa9714c73d75ecbc85160e85edcbd71c472026cefe708
 SHA512 
5baa783ee589b42a9bbce3740659dbb7b617ebfcc00c0a038c03d31b56700e3923c8548700ccebe42b325ca03bd85186bc5edef9f6580d93dc48d8aca88cbf74

diff --git a/games-arcade/supertux/supertux-0.6.1.1.ebuild 
b/games-arcade/supertux/supertux-0.6.1.1.ebuild
deleted file mode 100644
index 35562950c4e..000
--- a/games-arcade/supertux/supertux-0.6.1.1.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
-
-: ${CMAKE_MAKEFILE_GENERATOR:=emake}
-inherit cmake flag-o-matic
-
-MY_P="SuperTux-v${PV}-Source"
-
-DESCRIPTION="A game similar to Super Mario Bros."
-HOMEPAGE="https://supertux.org/;
-SRC_URI="https://github.com/SuperTux/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2+ GPL-3+ ZLIB MIT CC-BY-SA-2.0 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-games/physfs-3.0
-   dev-libs/boost:=
-   media-libs/glew:=
-   virtual/opengl
-   media-libs/libvorbis
-   media-libs/openal
-   >=media-libs/libsdl2-2.0.1[joystick,video]
-   >=media-libs/sdl2-image-2.0.0[png,jpeg]
-   >=net-misc/curl-7.21.7"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.5.0-tinygettext.patch
-   "${FILESDIR}"/${PN}-0.6.0-{license,icon,obstack}.patch
-)
-
-src_prepare() {
-   cmake_src_prepare
-
-   # This is not a developer release so switch the logo to the non-dev one.
-   sed -e 's@logo_dev@logo@' \
-   -i data/images/objects/logo/logo.sprite || die
-}
-
-src_configure() {
-   append-cxxflags -std=c++11
-
-   local mycmakeargs=(
-   -DWERROR=OFF
-   -DINSTALL_SUBDIR_BIN=bin
-   -DINSTALL_SUBDIR_DOC=share/doc/${PF}
-   -DINSTALL_SUBDIR_SHARE=share/${PN}2
-   -DENABLE_SQDBG="$(usex debug)"
-   -DUSE_SYSTEM_PHYSFS=ON
-   )
-   cmake_src_configure
-}



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

2021-01-11 Thread William Hubbs
commit: 83b508a18a428270e45514ea14eb980d241e7785
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Jan 11 15:57:25 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Jan 11 16:00:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b508a1

dev-lang/go: stabilize 1.14.13-r1 and 1.15.6-r1 on amd64

Bug: https://bugs.gentoo.org/764509
Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go/go-1.14.13-r1.ebuild | 2 +-
 dev-lang/go/go-1.15.6-r1.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/go/go-1.14.13-r1.ebuild b/dev-lang/go/go-1.14.13-r1.ebuild
index 6bb792691ce..0e5532b07d1 100644
--- a/dev-lang/go/go-1.14.13-r1.ebuild
+++ b/dev-lang/go/go-1.14.13-r1.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac

diff --git a/dev-lang/go/go-1.15.6-r1.ebuild b/dev-lang/go/go-1.15.6-r1.ebuild
index 6bb792691ce..0e5532b07d1 100644
--- a/dev-lang/go/go-1.15.6-r1.ebuild
+++ b/dev-lang/go/go-1.15.6-r1.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



[gentoo-commits] repo/gentoo:master commit in: net-misc/chrome-remote-desktop/

2021-01-11 Thread Mike Frysinger
commit: 28af20091a8243d35db232d7d71c41563cba5ee1
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan 11 11:36:36 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan 11 12:08:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28af2009

net-misc/chrome-remote-desktop: switch xrandr to optfeature logging

Bug: https://bugs.gentoo.org/764626
Signed-off-by: Mike Frysinger  gentoo.org>

 .../chrome-remote-desktop-88.0.4324.33.ebuild  | 7 ---
 net-misc/chrome-remote-desktop/metadata.xml| 3 ---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git 
a/net-misc/chrome-remote-desktop/chrome-remote-desktop-88.0.4324.33.ebuild 
b/net-misc/chrome-remote-desktop/chrome-remote-desktop-88.0.4324.33.ebuild
index ace3c7112e5..32d84d04957 100644
--- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-88.0.4324.33.ebuild
+++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-88.0.4324.33.ebuild
@@ -18,7 +18,7 @@ EAPI="7"
 PYTHON_COMPAT=( python3_{7,8,9} )
 PLOCALES="am ar bg bn ca cs da de el en_GB en es_419 es et fa fil fi fr gu he 
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv 
sw ta te th tr uk vi zh_CN zh_TW"
 
-inherit unpacker python-single-r1 l10n
+inherit unpacker python-single-r1 l10n optfeature
 
 DESCRIPTION="access remote computers via Chrome!"
 PLUGIN_URL="https://chrome.google.com/remotedesktop;
@@ -30,7 +30,7 @@ SRC_URI="amd64? ( ${BASE_URI}_amd64.deb )"
 LICENSE="google-chrome"
 SLOT="0"
 KEYWORDS="-* ~amd64"
-IUSE="xrandr"
+IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="bindist mirror"
 
@@ -69,7 +69,6 @@ RDEPEND+="
 # - The Xorg invocation uses absolute paths with -logfile & -config which are 
rejected.
 # - The config takes over the active display in addition to starting up a 
virtual one.
 RDEPEND+="
-   xrandr? ( x11-apps/xrandr )
x11-base/xorg-server[xvfb]"
 DEPEND="$(unpacker_src_uri_depends)"
 
@@ -119,6 +118,8 @@ src_install() {
 }
 
 pkg_postinst() {
+   optfeature "Dynamic resolution changes" "x11-apps/xrandr"
+
if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Two ways to launch the server:"
elog "(1) access an existing desktop"

diff --git a/net-misc/chrome-remote-desktop/metadata.xml 
b/net-misc/chrome-remote-desktop/metadata.xml
index 09ff7ff62a4..496b9d3fd3e 100644
--- a/net-misc/chrome-remote-desktop/metadata.xml
+++ b/net-misc/chrome-remote-desktop/metadata.xml
@@ -4,7 +4,4 @@
 
vap...@gentoo.org
 
-
-   Enable support for the XRandR extension for dynamic 
desktop resizing
-
 



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

2021-01-11 Thread Andreas Sturmlechner
commit: c89a86afe08d450be1f2a684a9913ba0c949f110
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:26 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89a86af

kde-frameworks/kdesu: drop 5.74.0*

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

 kde-frameworks/kdesu/Manifest|  1 -
 kde-frameworks/kdesu/kdesu-5.74.0.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/kde-frameworks/kdesu/Manifest b/kde-frameworks/kdesu/Manifest
index b3ec2cd60bd..75673d4c3f6 100644
--- a/kde-frameworks/kdesu/Manifest
+++ b/kde-frameworks/kdesu/Manifest
@@ -1,3 +1,2 @@
-DIST kdesu-5.74.0.tar.xz 51280 BLAKE2B 
7a56eb0c8cfb0032c4452e5fbc24d27afe2a27e77403ec203eadddcd6d4a36672f17f78e168ee6d363f17b4d1c4f47a621ddb74808fc6c58827d2b472d85ae48
 SHA512 
7d04ded1fd6e466d4d851bc87475c1ab9d459fe1b8c25f284a196ce90fb1ceb16d0c532a14f1bf75b005cf0f09049d07268270ffb508e0c334b8eb1a8af13b5f
 DIST kdesu-5.77.0.tar.xz 51808 BLAKE2B 
33b629775ee737862ffc6914b92040fc6478afbeb0fc22f82d8d80dcdf94d5e9377ab9bd2bfd9871b189467fd3c50966fa41704fab6afd085cdef9c53babc2cf
 SHA512 
3d586bf40884623b4c969b91797dcf90567e07af7ad6d4ffc8899af7fe0d70574e4108cd96b7c009e0d3ce7cb4c1e901c2b33bdfc31b2beef60e23f0351e8be3
 DIST kdesu-5.78.0.tar.xz 51848 BLAKE2B 
a374b38a18c1e513c8a9c2aee654bbffefe742e3dcd264b0d9f8d62fac3ce193e6294b955eba066001a5ca2bbfe8a5fab39aa3272b529322a7abf8e0246fe553
 SHA512 
4dd6785227a8483e7040a51901533a96b9ad5cfe29f823847d5b6377be819edac3b8ce1d9ad5b60fb51cfb93076a8913f96b742500fdf72b249122c769ad614e

diff --git a/kde-frameworks/kdesu/kdesu-5.74.0.ebuild 
b/kde-frameworks/kdesu/kdesu-5.74.0.ebuild
deleted file mode 100644
index 93a02c7eae1..000
--- a/kde-frameworks/kdesu/kdesu-5.74.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="X"
-
-RDEPEND="
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kpty-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
-   X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package X X11)
-   )
-
-   ecm_src_configure
-}



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

2021-01-11 Thread Andreas Sturmlechner
commit: abced8476a7ffa9122ab06587dea8404c8547f13
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:36 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:28:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abced847

kde-frameworks/kross: drop 5.74.0*

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

 kde-frameworks/kross/Manifest|  1 -
 kde-frameworks/kross/kross-5.74.0.ebuild | 34 
 2 files changed, 35 deletions(-)

diff --git a/kde-frameworks/kross/Manifest b/kde-frameworks/kross/Manifest
index 273e15040cc..0dc6b4b0c5c 100644
--- a/kde-frameworks/kross/Manifest
+++ b/kde-frameworks/kross/Manifest
@@ -1,3 +1,2 @@
-DIST kross-5.74.0.tar.xz 128440 BLAKE2B 
33a8f033e9288b7980162a80dd0d6f3d3b011082847e1e2592a93898f508566511bd50d82595406198cc8d8bc6d2c44d62741526237efb36567d0ea73465f258
 SHA512 
0fd08d620d90f78ad0ce62aaea372dab4ad4df17533aa29fc1d86b718d0c7ca19a691298498b59a1d0d057eae902ec838f68f5238b482c91d568595543964456
 DIST kross-5.77.0.tar.xz 128620 BLAKE2B 
84b459b0e98dadcc2dc8bcb7392889cac512e90a120e5117f2e8cc79247ae74080fbe183c4e778706e94fb18f87c167a5ca7649f65af680879fa94e7360e776f
 SHA512 
8874d6eb3d167104ac25fbe81e3ee1b183955c9e2e210a1175f641ff017242be53f96bac8f276f5b129e01e52338db07cdf2c57cf4a7109b9d0d393c70d55e3b
 DIST kross-5.78.0.tar.xz 128608 BLAKE2B 
d76ce4bdde1ae28da088ac9c0d95150e715e8a974ea5d16833ecd76f0123663b69ea56648ceaa70baa159115b02c86e6c65b79735a3ffd728ecdc84c154b5fcc
 SHA512 
5d191200cdc4b676b40375b97fb82dacca523c899ff7e5f5721acbac5c1d4407a9f99ddcdba0e2c4ad5590a6337eb268b70aae9660286c3f3335acae0ea16d22

diff --git a/kde-frameworks/kross/kross-5.74.0.ebuild 
b/kde-frameworks/kross/kross-5.74.0.ebuild
deleted file mode 100644
index 093aa466f2b..000
--- a/kde-frameworks/kross/kross-5.74.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for embedding scripting into applications"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtscript-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kparts-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
-   >=dev-qt/designer-${QTMIN}:5
-"



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

2021-01-11 Thread Andreas Sturmlechner
commit: d78f2b39b72cba28e82d38aa755b74cc8e56f8a7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:33 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78f2b39

kde-frameworks/kwallet: drop 5.74.0*

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

 kde-frameworks/kwallet/Manifest  |  1 -
 kde-frameworks/kwallet/kwallet-5.74.0.ebuild | 54 
 2 files changed, 55 deletions(-)

diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest
index ff968f63b96..76bee391dfb 100644
--- a/kde-frameworks/kwallet/Manifest
+++ b/kde-frameworks/kwallet/Manifest
@@ -1,3 +1,2 @@
-DIST kwallet-5.74.0.tar.xz 299812 BLAKE2B 
8c38fc467440b241ce8a0c509ef75e3196303d6001bc74a2b347a3f6dcba6e80fc6d49068002a5317921d46fb60f0f033c79b99a5c583933ed39789e334fd770
 SHA512 
e18de73657c4b51c3150de88e2d764f710932527dc6e9fbfc8778e853b66e0776619fc5d8918cbf8fb6384f92d7b74836797c374d45a50223aa7d543cf743fa2
 DIST kwallet-5.77.0.tar.xz 299936 BLAKE2B 
a9e4f773feab5532fade0c3a5d75131a7890bd45c1d948ffcbe4f3a46fc9adb213805d8ecc1b96445da55b1b7b2628abd0f4b5ae5af69dfe98474c4951a601a4
 SHA512 
761206a9aedc64b30e9f47666f9b703d4db28f68ede7b2576ee23397c41dd875f51bc7444d29fc0e5e137c517b4158fa435d111559f9156183615897abf5fca4
 DIST kwallet-5.78.0.tar.xz 300012 BLAKE2B 
1aefc88a604cad5cd89b2c9e46d39b098dfb05665b56af777a38a4ffb9924af3a7e2f677c238f6ea46f5e324136377358b5d52a0ee9d6059e30a9f5ea3844f42
 SHA512 
57bff646cab1645f65be92b934b3bd7065d08072e5daa8f68595c30276a47f2c076f6a9dc30671c9da5b4514b3f05435b4acac447820e8d104d6a780cc1c4f23

diff --git a/kde-frameworks/kwallet/kwallet-5.74.0.ebuild 
b/kde-frameworks/kwallet/kwallet-5.74.0.ebuild
deleted file mode 100644
index ad0116bc7be..000
--- a/kde-frameworks/kwallet/kwallet-5.74.0.ebuild
+++ /dev/null
@@ -1,54 +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.14.2
-inherit ecm kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="gpg +man"
-
-BDEPEND="
-   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
-"
-DEPEND="
-   dev-libs/libgcrypt:0=
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
-   gpg? ( >=app-crypt/gpgme-1.7.1[cxx,qt5] )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package gpg Gpgmepp)
-   $(cmake_use_find_package man KF5DocTools)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   elog "Optional dependencies:"
-   optfeature "Auto-unlocking after account login" 
kde-plasma/kwallet-pam
-   optfeature "KWallet management" kde-apps/kwalletmanager:5
-   elog "For more information, read 
https://wiki.gentoo.org/wiki/KDE#KWallet;
-   fi
-   ecm_pkg_postinst
-}



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

2021-01-11 Thread Andreas Sturmlechner
commit: 15a1b7b4c730d8e06e38e99dc89562a7b9f72eae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:31 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a1b7b4

kde-frameworks/ktexteditor: drop 5.74.0*

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

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

diff --git a/kde-frameworks/ktexteditor/Manifest 
b/kde-frameworks/ktexteditor/Manifest
index 74273c42b0d..ab330750bc6 100644
--- a/kde-frameworks/ktexteditor/Manifest
+++ b/kde-frameworks/ktexteditor/Manifest
@@ -1,3 +1,2 @@
-DIST ktexteditor-5.74.0.tar.xz 2380320 BLAKE2B 
f316776513996857b1e59540b9a7850ac4a810b734ccac2895cd7565e21cf69cdb0322ae8bfdbf972d3fa69c3b1b02bd55ee6115a4f9d2fbc237f716e5217245
 SHA512 
d37d8f132cd33d403f0c4dc3b8773661dc4e708ffea17a37344534f5370c9d41ce947f6a3045fa740bda7ca0021de0f4519be5a21e8cbd2038bca6ff4b9e8e3c
 DIST ktexteditor-5.77.0.tar.xz 2353716 BLAKE2B 
90d98b046daf540c9ea873af819e2c02594b6d9190cb2b719d742a255ecf586392b47700de635f2a91df59e396166702490d562ec22e445adad75c4f35404107
 SHA512 
b07968b33bfb790516470a9ebc5f282fa6318589ce33db5d7e25c68c344fecc5ff98a45f28479b81518ab193db0f880f46372c6e00224fd9744551f8a0f19297
 DIST ktexteditor-5.78.0.tar.xz 2363372 BLAKE2B 
9e89b972d432c5695e8087582ea8c2e3d3eca6f0fb835de186f8f83196713434f666175bc2e12a6b3f17d19763b166ca893c0c2842c3f6d3f9408901ce774d25
 SHA512 
607c3dfbb73b34c8b2c181b65522e177614d26744bc0feaca6e3cf546ac01e17527ba3a853047aca3841e87fadfedfbc782243d24c4e12bc366c28aec1b6721e

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.74.0.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-5.74.0.ebuild
deleted file mode 100644
index 47d2f7ee676..000
--- a/kde-frameworks/ktexteditor/ktexteditor-5.74.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.14.2
-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-frameworks/kjs/

2021-01-11 Thread Andreas Sturmlechner
commit: d34985981dc122a4a01a5a63d0f7d8106d463370
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:36 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3498598

kde-frameworks/kjs: drop 5.74.0*

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

 kde-frameworks/kjs/Manifest  |  1 -
 kde-frameworks/kjs/kjs-5.74.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/kde-frameworks/kjs/Manifest b/kde-frameworks/kjs/Manifest
index cf0dd152d2e..5b01cbdf6f7 100644
--- a/kde-frameworks/kjs/Manifest
+++ b/kde-frameworks/kjs/Manifest
@@ -1,3 +1,2 @@
-DIST kjs-5.74.0.tar.xz 337928 BLAKE2B 
b640441def9c8cd03a960fd0fdb99dc58f80751e7149dc817a8570da3146cf9099ffa6fc5c09fa10be040e7cec818ce05aebdd00c4ddcd4520b6d31290e12b4b
 SHA512 
2b592547048dc7ecd2546e02ad20693e5f403e7efb9c8a134aefddb1a105e5baf4c7c55e1d3c3e60072cf0f4c17631c4a7d4c1760641114798a1da0f07e1
 DIST kjs-5.77.0.tar.xz 337984 BLAKE2B 
ac6d4a4e19a026fa7ae84f5889b0e9dbf6809e3c3a532c335e4d075e96de2563b0a61e9b24ef7838f746b254566933aaca798264e9660a1a1bf347fb75472d8c
 SHA512 
8ef1c829bd60ac9af5fd79d4a0985d44088f25a20e648cb33df4a9ec9a06bc1c2ee5dff161fa7530c8ecfea535876066da2909d0d4b9da42fbe27e3dd5fb092d
 DIST kjs-5.78.0.tar.xz 337968 BLAKE2B 
76eacd676ff516e63d45bedb81e7bf7a56cec90d5bffa050ba3ff99c8d671f6e1c0d496228fbeec1a988603751e3342daff517d814f2205f4f38fd0834afa5fc
 SHA512 
df5c7e22b931e77e44da8360ab961a3170c91146c34ebc57038b705f0a39b5a695ddda167ac286d8437099fd8a4c431a61fcf938af52f85c4214f6cd8b0e79f2

diff --git a/kde-frameworks/kjs/kjs-5.74.0.ebuild 
b/kde-frameworks/kjs/kjs-5.74.0.ebuild
deleted file mode 100644
index 3b9eab2cd3a..000
--- a/kde-frameworks/kjs/kjs-5.74.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_QTHELP="false"
-inherit ecm kde.org
-
-DESCRIPTION="ECMAScipt compatible parser and engine"
-LICENSE="BSD-2 LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-BDEPEND="
-   dev-lang/perl
-"
-DEPEND="
-   dev-libs/libpcre
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( src/README )



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

2021-01-11 Thread Andreas Sturmlechner
commit: cb74ede3a62de5ee3a1627d83fe349a2198bde81
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:43:14 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:28:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb74ede3

profiles: Mask kde-frameworks/kdesignerplugin for removal

Bug: https://bugs.gentoo.org/755956
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 62e0d5ec2e7..4d6b5f9bf10 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2021-01-11)
+# KF5 PortingAid (from kdelibs4) without any remaining revdeps. Bug #755956
+# Masked for removal in 30 days.
+kde-frameworks/kdesignerplugin
+
 # Conrad Kostecki  (2021-01-10)
 # The Duke Nukem 3D demo data files will be now handled by the
 # 'games-fps/duke3d-data' package, so this package isn't



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

2021-01-11 Thread Andreas Sturmlechner
commit: 8dcb906f9b71ddb3821086514798544e7a1b2807
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:36 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dcb906f

kde-frameworks/khtml: drop 5.74.0*

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

 kde-frameworks/khtml/Manifest|  1 -
 kde-frameworks/khtml/khtml-5.74.0.ebuild | 72 
 2 files changed, 73 deletions(-)

diff --git a/kde-frameworks/khtml/Manifest b/kde-frameworks/khtml/Manifest
index c92909732c3..42795c13a95 100644
--- a/kde-frameworks/khtml/Manifest
+++ b/kde-frameworks/khtml/Manifest
@@ -1,3 +1,2 @@
-DIST khtml-5.74.0.tar.xz 2089032 BLAKE2B 
bb72c0d67a3a11907f4e0505a9bfdcbd7e7f3fd27a8504f94bb77fcc30906f06a84ca4cbd6732a52cbb2fe85cabe7478bc2e751c07d310890066036dcfc32d18
 SHA512 
c8c8453d05475196c6d91ec9289d1c396d7dc149d07955912119ce6c9cca44071d9e51676375499b23a923f626e906f18b0bd564db6760e53628985f1b7deb2e
 DIST khtml-5.77.0.tar.xz 2089548 BLAKE2B 
6c9487884da7d23bcc4794f5a023b575da75950179d4a52cbded94ce70c47793adb0dba6d2dafc2b529faa3d32eed66d86833d8341f2d85478a1087ae307aae2
 SHA512 
9a38133c4dc8aa49199c78ae221f5b678fd1294781a5f37918d6ca600201d718d22ff193f3ba9bb29b298f4f488d57fcadd6e51ad40e943b3ad5b3360e120939
 DIST khtml-5.78.0.tar.xz 2089492 BLAKE2B 
9e04024e1b6679103febcf509ea34792586fe39788fa663db79fdea57e33b4e5211e556456214f4203047d95f81316aa6aba07fc2cc57eccd03265b2ff04ff6b
 SHA512 
56ba1abc6d2261f1e1eaff5953dc034897989a060b1dade34f06eb6087a46a928301da304a563b5bbed0ac26aaf1801e2dfb1f4f43fab2e58d88f04902514521

diff --git a/kde-frameworks/khtml/khtml-5.74.0.ebuild 
b/kde-frameworks/khtml/khtml-5.74.0.ebuild
deleted file mode 100644
index 0fe26e9ad09..000
--- a/kde-frameworks/khtml/khtml-5.74.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KHTML web rendering engine"
-LICENSE="LGPL-2"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="libressl X"
-
-BDEPEND="
-   dev-lang/perl
-   dev-util/gperf
-"
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/karchive-${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/kglobalaccel-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/kjs-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kparts-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/ktextwidgets-${PVCUT}*:5
-   =kde-frameworks/kwallet-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   =kde-frameworks/sonnet-${PVCUT}*:5
-   media-libs/giflib:=
-   media-libs/libpng:0=
-   >=media-libs/phonon-4.11.0
-   sys-libs/zlib
-   virtual/jpeg:0
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libX11
-   )
-"
-DEPEND="${RDEPEND}
-   test? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
-   X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package X X11)
-   )
-
-   ecm_src_configure
-}



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

2021-01-11 Thread Andreas Sturmlechner
commit: 3d61f96456794afec9081a11eb3f64f2b8313647
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:29 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d61f964

kde-frameworks/krunner: drop 5.74.0*

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

 kde-frameworks/krunner/Manifest  |  1 -
 kde-frameworks/krunner/krunner-5.74.0.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/kde-frameworks/krunner/Manifest b/kde-frameworks/krunner/Manifest
index 3026f1f9542..bd3e8813f04 100644
--- a/kde-frameworks/krunner/Manifest
+++ b/kde-frameworks/krunner/Manifest
@@ -1,3 +1,2 @@
-DIST krunner-5.74.0.tar.xz 67892 BLAKE2B 
a64ade87c1785781e1b73aa0c7c150bcca75eed66699111b23470764602675ed53753dbbf31f895789c9ba51113092b76bd0ef27ba786d6ebd9848addbbaea1b
 SHA512 
504fb43acff3337920477a8f67e995a79bdc9e3816e8a92ff5f259a6e50201e4a4edb90cc483a7496daa87c26e39597ffec2b91fd9b315850ace4677f9ac0796
 DIST krunner-5.77.0.tar.xz 70584 BLAKE2B 
4d1a4cc72034e67710a65c49abd1cb5f1306ec84c1d014e89531eac3754baef12e8bb4613083ec4fbc9b482a5d2cb21285dd334795711820f2648ba4fee48b91
 SHA512 
f2cdc6a17aa090bef96e10cf60107a71b4f06f8573291602dc1695aece8de8bbf412bcdd79ada4632788bb2aa6166df3bd913f03c3f9c9ee401f1d85b9a13207
 DIST krunner-5.78.0.tar.xz 73492 BLAKE2B 
cd0f9d18ff2ee89fe6fa7fa2c63b3020286042bd5c44a5a7d31ac6071a23ee2760cb27ff9fdb9fe346bdd92cb4eb3b08fed09151b8f60841d2b5a731aa0ccb1d
 SHA512 
d6a7aa9546ad23b52e4337110cd104f02161c10e6183c9006259fb13e925c8c034dc19738181ed7f2aa3fc667460f24d2d105df2717068c0107cd189136b3c2e

diff --git a/kde-frameworks/krunner/krunner-5.74.0.ebuild 
b/kde-frameworks/krunner/krunner-5.74.0.ebuild
deleted file mode 100644
index 81a3f92367c..000
--- a/kde-frameworks/krunner/krunner-5.74.0.ebuild
+++ /dev/null
@@ -1,38 +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.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for providing different actions given a string query"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/plasma-${PVCUT}*:5
-   =kde-frameworks/solid-${PVCUT}*:5
-   =kde-frameworks/threadweaver-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-src_test() {
-   # requires virtual dbus #630672
-   local myctestargs=(
-   -E "(dbusrunnertest)"
-   )
-   ecm_src_test
-}



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

2021-01-11 Thread Andreas Sturmlechner
commit: 3e4464ee563ba32d5e0fa575950b97e0af31f31c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:35 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4464ee

kde-frameworks/kdelibs4support: drop 5.74.0*

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

 kde-frameworks/kdelibs4support/Manifest|  1 -
 .../kdelibs4support/kdelibs4support-5.74.0.ebuild  | 96 --
 2 files changed, 97 deletions(-)

diff --git a/kde-frameworks/kdelibs4support/Manifest 
b/kde-frameworks/kdelibs4support/Manifest
index 2560e177602..e0c4f62438f 100644
--- a/kde-frameworks/kdelibs4support/Manifest
+++ b/kde-frameworks/kdelibs4support/Manifest
@@ -1,3 +1,2 @@
-DIST kdelibs4support-5.74.0.tar.xz 3533248 BLAKE2B 
712e9304e2de3a167f2bfae07911b2e4ae236eb1002504cfe7f4507e9615500b10488327a5ca28d25412432a1fed992075e3585afa67038ac2e8d440553e6b9a
 SHA512 
a1b19ec933a947a1ebe3a60004341e1fa4fecd3a64de197ee997bbba6a14fae114e3409180d01de04d20e32e52182eeb9e85e131cba51601689f12eff4af3eab
 DIST kdelibs4support-5.77.0.tar.xz 3546468 BLAKE2B 
c55686f09ddc6f06bd96f6a93906fd6e03b482b66c960644ca6a859f6f8cc851740c81098241063f692cbcb7458bcf36f4453d24380df35fc22cb5f7effea764
 SHA512 
4b7577d44c0062561d2d315905ee7789595e402213f5508677a3362d3371d40f3c0d2d216dbece712467470aa58128226b797cbc11e39cc4b54779c4bfbac9f4
 DIST kdelibs4support-5.78.0.tar.xz 3546464 BLAKE2B 
3c7dd91a0657d19655ca904b051ca32f417ea8ce7dc9ef83c5904b34505824f67a00b04aafac0b1ff0cd42d8ac0b7d34d449bd54bd1fca38217a5b628ed5961d
 SHA512 
bda42e9ef1d62951cef0ef131871f21362343b0c190d1cd78e98ebffc10d92023297c9cf1a43b4492bddcc122fc5ebfe4d8387e8fd979c88ebe7456b672835fa

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.74.0.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-5.74.0.ebuild
deleted file mode 100644
index 7fd625e26c3..000
--- a/kde-frameworks/kdelibs4support/kdelibs4support-5.74.0.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="true"
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework easing the development transition from KDELibs 4 to KF 
5"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="libressl X"
-
-BDEPEND="
-   dev-lang/perl
-   dev-perl/URI
-"
-COMMON_DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qttest-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}: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/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   >=kde-frameworks/kded-${PVCUT}:5
-   =kde-frameworks/kdesignerplugin-${PVCUT}*:5
-   =kde-frameworks/kdoctools-${PVCUT}*:5
-   =kde-frameworks/kemoticons-${PVCUT}*:5
-   =kde-frameworks/kglobalaccel-${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/knotifications-${PVCUT}*:5
-   =kde-frameworks/kparts-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/ktextwidgets-${PVCUT}*:5
-   =kde-frameworks/kunitconversion-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   =kde-frameworks/solid-${PVCUT}*:5
-   app-text/docbook-xml-dtd:4.2
-   virtual/libintl
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libxcb
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-qt/designer-${QTMIN}:5
-   test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
-   X? ( x11-base/xorg-proto )
-"
-RDEPEND="${COMMON_DEPEND}
-   =kde-frameworks/kinit-${PVCUT}*:5
-   =kde-frameworks/kitemmodels-${PVCUT}*:5
-   >=dev-qt/qtxml-${QTMIN}:5
-"
-
-RESTRICT+=" test"
-
-src_prepare() {
-   ecm_src_prepare
-   if ! use handbook; then
-   sed -e "/kdoctools_install/ s/^/#DONT/" -i CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local 

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/plasma/, kde-frameworks/plasma/files/

2021-01-11 Thread Andreas Sturmlechner
commit: 727163033fc81841ea21d818d28aa1ceaf35af80
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:33 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72716303

kde-frameworks/plasma: drop 5.74.0*

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

 kde-frameworks/plasma/Manifest |  1 -
 ...sma-5.74.0-fix-pc3-button-icons-color-set.patch | 28 
 kde-frameworks/plasma/plasma-5.74.0-r1.ebuild  | 76 --
 3 files changed, 105 deletions(-)

diff --git a/kde-frameworks/plasma/Manifest b/kde-frameworks/plasma/Manifest
index 82eba89f444..239ea89391a 100644
--- a/kde-frameworks/plasma/Manifest
+++ b/kde-frameworks/plasma/Manifest
@@ -1,4 +1,3 @@
 DIST plasma-5.77.0-fix-broken-background.patch.xz 3732 BLAKE2B 
19c656de212e3b2162e5f43e6ee2aface46d9169169179b6ac8af3eee01e64ec54139ac0001a6009f2a6d3cc4a59775951a3e10e8c33c7d04bf2b78543564137
 SHA512 
a262bebc754102709d1b41a2e5571938e58bfbcfd027dce9d0c1dd5cbdb8adee44a1c18b716976dc36d7f55b1d7e16d0536615e9f2895fa62eebb5f08cf05098
-DIST plasma-framework-5.74.0.tar.xz 3140648 BLAKE2B 
dfc8df92d351446a146204f48c42cd4d6325f2652b5b61e0a530b27763fb3b6f07bf14319c86a54f933a58329d214977545e00f261cc784c0d8659eebd8cddb0
 SHA512 
7aae44d94a175dcdbd779a6801626d20e8d986597d1d05c82c5c035997b874ebb9b4412191e1fa7a26aa4e045ceaf22a7ef359d3e817d812357d51219eb5fb46
 DIST plasma-framework-5.77.0.tar.xz 3152748 BLAKE2B 
717d620fd5249887d47bbc6ed8ec42f103b56c4e566b0baae3624e64403b48977b5d36ebdbb30b52ae6cbec7694645050cf76eceaf6ab28c3690bcafcf8c7a07
 SHA512 
abcbb0b5bf063cdda728b0fc03f0d51f0ad84b4c45fb428efe54556aeb27b4cc3c488244ba0f7e3a435c31e802551d09f758bde815ca0a5aa43cf18e916d1ea4
 DIST plasma-framework-5.78.0.tar.xz 3154276 BLAKE2B 
6df7761e4477629c9effd0b5df16334d1c4402475beb3ccf286afcbb3305bc73382e4a74d09897f6a404ec0698c28e93b2a47bd6054df4abade08107ee66448e
 SHA512 
fb5969e43d634ec750706137753e2e6f8adf3d533cdf23d9322fa3350e454cf5f130eeed02cc0f2b5841c1402f0d1ed098a30f08a0ed522b99b592a15026013c

diff --git 
a/kde-frameworks/plasma/files/plasma-5.74.0-fix-pc3-button-icons-color-set.patch
 
b/kde-frameworks/plasma/files/plasma-5.74.0-fix-pc3-button-icons-color-set.patch
deleted file mode 100644
index 8f938b00b89..000
--- 
a/kde-frameworks/plasma/files/plasma-5.74.0-fix-pc3-button-icons-color-set.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 3167717797d07a8645391e093fa91526c4645f4f Mon Sep 17 00:00:00 2001
-From: Noah Davis 
-Date: Wed, 23 Sep 2020 20:23:08 -0400
-Subject: [PATCH] Fix PC3 Button/ToolButton icons not always having the right
- color set
-
-BUG: 426556
-FIXED-IN: 5.75

- .../plasmacomponents3/private/ButtonContent.qml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git 
a/src/declarativeimports/plasmacomponents3/private/ButtonContent.qml 
b/src/declarativeimports/plasmacomponents3/private/ButtonContent.qml
-index 6dc2ce085..91428bdb3 100644
 a/src/declarativeimports/plasmacomponents3/private/ButtonContent.qml
-+++ b/src/declarativeimports/plasmacomponents3/private/ButtonContent.qml
-@@ -42,7 +42,7 @@ GridLayout {
- 
- implicitWidth: root.parent.icon.width > 0 ? root.parent.icon.width : 
defaultIconSize
- implicitHeight: root.parent.icon.height > 0 ? root.parent.icon.height 
: defaultIconSize
--
-+colorGroup: parent.PlasmaCore.ColorScope.colorGroup
- visible: source.length > 0 && root.parent.display !== 
T.Button.TextOnly
- source: root.parent.icon ? (root.parent.icon.name || 
root.parent.icon.source) : ""
- status: usingFocusBackground ? PlasmaCore.Svg.Selected : 
PlasmaCore.Svg.Normal
--- 
-GitLab
-

diff --git a/kde-frameworks/plasma/plasma-5.74.0-r1.ebuild 
b/kde-frameworks/plasma/plasma-5.74.0-r1.ebuild
deleted file mode 100644
index 214f69e939b..000
--- a/kde-frameworks/plasma/plasma-5.74.0-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_NAME="${PN}-framework"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Plasma framework"
-
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="gles2-only wayland X"
-
-BDEPEND="
-   >=kde-frameworks/kdoctools-${PVCUT}:5
-"
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kactivities-${PVCUT}*:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   

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

2021-01-11 Thread Andreas Sturmlechner
commit: f3d4eceb3e24d7b60a9bba744d9a9d18ef392025
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d4eceb

kde-frameworks/kglobalaccel: drop 5.74.0*

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

 kde-frameworks/kglobalaccel/Manifest   |  1 -
 .../kglobalaccel/kglobalaccel-5.74.0.ebuild| 32 --
 2 files changed, 33 deletions(-)

diff --git a/kde-frameworks/kglobalaccel/Manifest 
b/kde-frameworks/kglobalaccel/Manifest
index 01c1b8f239a..d618e971301 100644
--- a/kde-frameworks/kglobalaccel/Manifest
+++ b/kde-frameworks/kglobalaccel/Manifest
@@ -1,3 +1,2 @@
-DIST kglobalaccel-5.74.0.tar.xz 87272 BLAKE2B 
b2daf0eb27422254b0dae7e6f6fda9fabc571d1084088261a2851bbff0e51e172880687503350c523e33393788e842fef36778f51b2cc21e37984c953dffa254
 SHA512 
c97e35d0b2f2932f622dae406d385f2d98504fd5970ac75f48b66277283da2a5957e5d547fe6dc21369631a32827b561139f99307a30343e7bc93f54c8cd5918
 DIST kglobalaccel-5.77.0.tar.xz 87632 BLAKE2B 
51136f6e380a913b6793ebc8e3483a42713778d9dfd3f3ba14d09496de75b2ee3dc2426f12d386590e0b00e6d61c00ab6c27eff656d5fc20a576d0c17bc9dbe2
 SHA512 
e35c4f5ce44f023292b154073642bcf17dd8b952caff6c5cd0368d947ccc0b53548bd149147e37a4724d78f08fd14f3315e1523dfe0b5279b50691cee0ff249c
 DIST kglobalaccel-5.78.0.tar.xz 87860 BLAKE2B 
8140a5b6809994bb13c72e4531fe27b7f544895c5548fe6bf12347e634d44bca0f8d05dcee4a3860022e227627f5c256890433e7093a58c9a898ef40089ec9c7
 SHA512 
6f6bd00790c1e73872004f356603758d87c651582a37dd1b723f07e2819a428ae71019828fc9a69c3d6bfb9222e463a0b5172eaffa4f91db0659e3a5d1810e26

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.74.0.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-5.74.0.ebuild
deleted file mode 100644
index a5146831b32..000
--- a/kde-frameworks/kglobalaccel/kglobalaccel-5.74.0.ebuild
+++ /dev/null
@@ -1,32 +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.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle global shortcuts"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-LICENSE="LGPL-2+"
-IUSE="nls"
-
-BDEPEND="
-   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X]
-   x11-libs/libxcb
-   x11-libs/xcb-util-keysyms
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kxmlgui/files/, kde-frameworks/kxmlgui/

2021-01-11 Thread Andreas Sturmlechner
commit: 9c4513f8bc62b1e748246f83b1834c1b6ab3a464
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:33 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4513f8

kde-frameworks/kxmlgui: drop 5.74.0*

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

 kde-frameworks/kxmlgui/Manifest|  1 -
 ...-5.74.0-fix-multiple-tabs-popup-on-logout.patch | 68 --
 kde-frameworks/kxmlgui/kxmlgui-5.74.0-r2.ebuild| 55 -
 3 files changed, 124 deletions(-)

diff --git a/kde-frameworks/kxmlgui/Manifest b/kde-frameworks/kxmlgui/Manifest
index a78fa1a0afa..7888f563e96 100644
--- a/kde-frameworks/kxmlgui/Manifest
+++ b/kde-frameworks/kxmlgui/Manifest
@@ -1,3 +1,2 @@
-DIST kxmlgui-5.74.0.tar.xz 864784 BLAKE2B 
d6cc88603f0036415981411bbaeca6ba7877df085d5b5095b04b7d5567d0e1f23ad3d8c8b1472a365018e9360ee4351c7523fd791d4e53ecca3e9143cc8f2b72
 SHA512 
98f3e65c30a095d17c0512894bbba0bb172b2044652a0d23324f843489f5bb726359be40a9d68a7916d45a2a6e135f0bbbf7924b35a1939611b75ad6d44ccd92
 DIST kxmlgui-5.77.0.tar.xz 860548 BLAKE2B 
c862dd9524698c5fc3f83933a20b229ad8b52c94b3b5a703f64518bd4e13543f46bfa2dcf85ed21a0d19c0d72e9efafe412f6cbf6698c14e4827ad4f38da6afa
 SHA512 
bd0e9f0b41927f6e90b71328f5e680a9d83a9c9f502edefc78f898fcab6be3cf553409b63e117c80cc8541b7a48ceb66de49fbcc6e7c8afc33a0d9fd901512b0
 DIST kxmlgui-5.78.0.tar.xz 860428 BLAKE2B 
4d92a748ebd107d7f6388b33b1b4cd288779866a17ac97f6899a660fe0f0b47da31dfa1d63243bd53608b89efb280095fd56bcb689edf31c159e37832277ee8a
 SHA512 
187ed211c369b9b6195a164ed0b41ddf87397b5677e38b84f73ade1cbf62388e9665ef3d58ce6bcd7d56754a50e57ea0cbd2cf56cdde5b94fd8d8c2cc6484790

diff --git 
a/kde-frameworks/kxmlgui/files/kxmlgui-5.74.0-fix-multiple-tabs-popup-on-logout.patch
 
b/kde-frameworks/kxmlgui/files/kxmlgui-5.74.0-fix-multiple-tabs-popup-on-logout.patch
deleted file mode 100644
index f4eb649..000
--- 
a/kde-frameworks/kxmlgui/files/kxmlgui-5.74.0-fix-multiple-tabs-popup-on-logout.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-From 7cefdcf3d04669978aa28481d8ea274402935374 Mon Sep 17 00:00:00 2001
-From: Allan Sandfeld Jensen 
-Date: Mon, 10 Aug 2020 09:54:14 +0200
-Subject: [PATCH] Handle double close in main window
-
-After a bug fix in Qt 5.14 we now get real close events for unclosed windows
-when the application closes, so we would be getting two close events breaking
-our logic when when to suppress on-close dialogs.
-
-Suppress the real close event after we have handled our own simulated one. Also
-works if there is no real close event.
-
-BUG: 416728
-
-* Fixup after git merged the wrong commit

- src/kmainwindow.cpp | 8 
- src/kmainwindow_p.h | 1 +
- 2 files changed, 9 insertions(+)
-
-diff --git a/src/kmainwindow.cpp b/src/kmainwindow.cpp
-index b9bc2b6..33babb9 100644
 a/src/kmainwindow.cpp
-+++ b/src/kmainwindow.cpp
-@@ -269,6 +269,7 @@ void KMainWindowPrivate::init(KMainWindow *_q)
- letDirtySettings = true;
- 
- sizeApplied = false;
-+suppressCloseEvent = false;
- }
- 
- static bool endsWithHashNumber(const QString )
-@@ -532,6 +533,10 @@ void KMainWindow::appHelpActivated()
- void KMainWindow::closeEvent(QCloseEvent *e)
- {
- K_D(KMainWindow);
-+if (d->suppressCloseEvent) {
-+e->accept();
-+return;
-+}
- 
- // Save settings if auto-save is enabled, and settings have changed
- if (d->settingsTimer && d->settingsTimer->isActive()) {
-@@ -556,6 +561,9 @@ void KMainWindow::closeEvent(QCloseEvent *e)
- } else {
- e->ignore();//if the window should not be closed, don't close it
- }
-+// If saving session, we are processing a fake close event, and might get 
the real one later.
-+if (e->isAccepted() && qApp->isSavingSession())
-+d->suppressCloseEvent = true;
- }
- 
- bool KMainWindow::queryClose()
-diff --git a/src/kmainwindow_p.h b/src/kmainwindow_p.h
-index 13f6f19..bdd1eb4 100644
 a/src/kmainwindow_p.h
-+++ b/src/kmainwindow_p.h
-@@ -33,6 +33,7 @@ public:
- bool settingsDirty: 1;
- bool autoSaveWindowSize: 1;
- bool sizeApplied: 1;
-+bool suppressCloseEvent: 1;
- KConfigGroup autoSaveGroup;
- QTimer *settingsTimer;
- QTimer *sizeTimer;
--- 
-2.28.0
-

diff --git a/kde-frameworks/kxmlgui/kxmlgui-5.74.0-r2.ebuild 
b/kde-frameworks/kxmlgui/kxmlgui-5.74.0-r2.ebuild
deleted file mode 100644
index 405c52cf9ed..000
--- a/kde-frameworks/kxmlgui/kxmlgui-5.74.0-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for managing menu and toolbar actions in an abstract 
way"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-LICENSE="LGPL-2+"
-IUSE=""
-

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

2021-01-11 Thread Andreas Sturmlechner
commit: b533221def76b6f292a75a78308f232a8a216b71
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:26 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b533221d

kde-frameworks/kemoticons: drop 5.74.0*

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

 kde-frameworks/kemoticons/Manifest |  1 -
 kde-frameworks/kemoticons/kemoticons-5.74.0.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/kde-frameworks/kemoticons/Manifest 
b/kde-frameworks/kemoticons/Manifest
index fd6a7f48352..84f04e2d8e7 100644
--- a/kde-frameworks/kemoticons/Manifest
+++ b/kde-frameworks/kemoticons/Manifest
@@ -1,3 +1,2 @@
-DIST kemoticons-5.74.0.tar.xz 1697720 BLAKE2B 
ab83ba6f54a8f81ba9a79589eb077d6b2c893f0b51a992a0c23340ea63e48e3d65fb2608f553bc5f263a3f656ea7c92eaf98962c6da69514b995acb00b4049e1
 SHA512 
b4f2a232cac9b997d204b8bdc1a217d643091c7bb723208d3f35268997b6eb07dbb9dff1d26c4732c8dd5f96e0c2e37549293532d412f8c175b5498b6d472ea7
 DIST kemoticons-5.77.0.tar.xz 1697820 BLAKE2B 
7e448a397c02fe07245082d97e3f86c56a58dd47689aabf43db16b80feadd7afe5ec93970da3705e10d2251aa89407b3c806fc66856d9f280697e1e9526ce80f
 SHA512 
7e3b59c3505bd49c69761b2b27abfbb26f39dc5be6aa24cac197048363973ee1bfbd6d6c9e6ed4a7269b1a6f78b1356f2bc84eebb6b25d44372e666eeecf6b73
 DIST kemoticons-5.78.0.tar.xz 1697856 BLAKE2B 
ddc0cfb0fba7a8fdc123753f40a7d8dad4dd89fc676ecea86c8f5917a7b1c2afd869a6bb074e6b722f5eaa31fb8bdc511b3313f4cd6710288133ec5abf78e2f9
 SHA512 
9e11bd61e09ef0daa96b2ed822649e86d9baff5100d2696b74ee751cc12d288b0af4d2abbff4ba50db25ab1c7664445074993bf0c953847afcc1cd2601ed1325

diff --git a/kde-frameworks/kemoticons/kemoticons-5.74.0.ebuild 
b/kde-frameworks/kemoticons/kemoticons-5.74.0.ebuild
deleted file mode 100644
index 2c76a3228d0..000
--- a/kde-frameworks/kemoticons/kemoticons-5.74.0.ebuild
+++ /dev/null
@@ -1,28 +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.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical 
representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-# requires running kde environment
-RESTRICT+=" test"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/, kde-frameworks/kio/files/

2021-01-11 Thread Andreas Sturmlechner
commit: 6a8a378f224cc8a3150bd44af80ec5ccf8363053
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:58:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:28:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8a378f

kde-frameworks/kio: Drop 5.74.1-r2

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

 kde-frameworks/kio/Manifest|   1 -
 ...o-5.74.1-handle-shell-scripts-consistenty.patch | 310 -
 ...o-5.74.1-kio_trash-too-strict-perms-check.patch |  67 -
 kde-frameworks/kio/kio-5.74.1-r2.ebuild|  98 ---
 4 files changed, 476 deletions(-)

diff --git a/kde-frameworks/kio/Manifest b/kde-frameworks/kio/Manifest
index 5b113e00c77..2358f4820c7 100644
--- a/kde-frameworks/kio/Manifest
+++ b/kde-frameworks/kio/Manifest
@@ -1,3 +1,2 @@
-DIST kio-5.74.1.tar.xz 3281248 BLAKE2B 
584fde1483477b70ee7892bf0de37aedb62672c2ada57d85c9646894606f10b6a03750030e1926441707b12b18ece167fa3a0dbbb75a8155bddfd35342d372f8
 SHA512 
a563b939d2bc71443c6c748ddf293fab84072efebdcea639707d7aaf2739356a906668be3dca915464ce7c81b63d7482ac024df786e04bbafcf999cde5ebc5e2
 DIST kio-5.77.0.tar.xz 3293128 BLAKE2B 
67c4d637d3497ca1d488ee2d73e85cfd81950bb0fc5fe8968a0c7a6d1603f1b6a4ff3acd9f944c1314138c53fdba90f3fdf8efed2340bcb10e6aa92b757f8f38
 SHA512 
36760771dd152d4da4d2f8905ee7d978a2b7718e286ffe2323f1ac1b7975a5577e47e6145a4592b9700a8069867b42f55fd6e4eee4a006318483e5e0ee06ee4c
 DIST kio-5.78.0.tar.xz 3308004 BLAKE2B 
b21cdde13013d7a3df91e821c8562df650b727e521b6552e9875c9aa74a97bb8b8b4a1d8b8cfd8f7d2c2eb68989ba2b7efc0fe77d46e57759e34ac1b39fc
 SHA512 
55996a35f77442f3cc2ff98708da6dfd2734b0afffd7b3b90b5b2845c9770f3ec68a1e4e72d21b1c4e41d06778ab376b96ab64d958c89dd4f8b7fad6501a5db7

diff --git 
a/kde-frameworks/kio/files/kio-5.74.1-handle-shell-scripts-consistenty.patch 
b/kde-frameworks/kio/files/kio-5.74.1-handle-shell-scripts-consistenty.patch
deleted file mode 100644
index f5e17f338fd..000
--- a/kde-frameworks/kio/files/kio-5.74.1-handle-shell-scripts-consistenty.patch
+++ /dev/null
@@ -1,310 +0,0 @@
-From fdd7c47c85d5d6dbf21e05e7a0d6afcf383f1d24 Mon Sep 17 00:00:00 2001
-From: Ahmad Samir 
-Date: Tue, 15 Sep 2020 20:06:49 +0200
-Subject: [PATCH] OpenUrlJob: handle all text scripts consistently
-
-Previously we only handled application/x-shellscript, but there are other
-scripts; a script is technically a file that inherits both text/plain and
-application/x-executable, e.g. .sh, .csh, .py, perl scripts ...etc. Treat
-all those mime types the way we handled shell scripts:
-  - if it's not a local url, or isn't executable we open it in the preferred
-text editor
-  - if it's executable either show the OpenOrExecute dialog or execute
-directly depending on how the job is configured
-
-The mimetype world is a confusing one:
-  - Executables, this includes .exe files (MS Windows); and 
"application/x-executable"
-and "application/x-sharedlib", this depends on various parameters (e.g.
-stripped executables are x-sharedlib, the same executable if not stripped
-is x-executable...)
-  - Scripts: shell, python, perl... etc scripts, which are text files that
-can be executed or opened as text.
-
-Adjust the unit test.
-
-BUG: 425829
-BUG: 425177
-FIXED-IN: 5.75

- autotests/openurljobtest.cpp | 56 +++
- autotests/openurljobtest.h   |  2 ++
- src/gui/openurljob.cpp   | 65 ++--
- 3 files changed, 85 insertions(+), 38 deletions(-)
-
-diff --git a/autotests/openurljobtest.cpp b/autotests/openurljobtest.cpp
-index 2f2ef8ad..ed2211a8 100644
 a/autotests/openurljobtest.cpp
-+++ b/autotests/openurljobtest.cpp
-@@ -103,14 +103,13 @@ void OpenUrlJobTest::initTestCase()
- KConfigGroup grp = mimeAppsCfg.group("Default Applications");
- grp.writeEntry("text/plain", s_tempServiceName);
- grp.writeEntry("text/html", s_tempServiceName);
--grp.writeEntry("application/x-shellscript", s_tempServiceName);
- grp.sync();
- 
--for (const char *mimeType : {"text/plain", "application/x-shellscript"}) {
--KService::Ptr preferredTextEditor = 
KApplicationTrader::preferredService(QString::fromLatin1(mimeType));
--QVERIFY(preferredTextEditor);
--QCOMPARE(preferredTextEditor->entryPath(), m_fakeService);
--}
-+
-+// "text/plain" encompasses all scripts (shell, python, perl)
-+KService::Ptr preferredTextEditor = 
KApplicationTrader::preferredService(QStringLiteral("text/plain"));
-+QVERIFY(preferredTextEditor);
-+QCOMPARE(preferredTextEditor->entryPath(), m_fakeService);
- 
- // As used for preferredService
- QVERIFY(KService::serviceByDesktopName("openurljobtest_service"));
-@@ -230,17 +229,38 @@ void OpenUrlJobTest::invalidUrl()
- QCOMPARE(job2->errorString(), QStringLiteral("Malformed URL\n/pathonly"));
- }

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/, kde-frameworks/kdeclarative/files/

2021-01-11 Thread Andreas Sturmlechner
commit: 60fa952af8a8fd939091482881c81504e22f6b1a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:25 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fa952a

kde-frameworks/kdeclarative: drop 5.74.0*

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

 kde-frameworks/kdeclarative/Manifest   |   1 -
 ...ck-shortcuts-when-recording-key-sequences.patch | 104 -
 .../kdeclarative/kdeclarative-5.74.0-r2.ebuild |  38 
 3 files changed, 143 deletions(-)

diff --git a/kde-frameworks/kdeclarative/Manifest 
b/kde-frameworks/kdeclarative/Manifest
index 98f69e6ea38..620dcc3e02d 100644
--- a/kde-frameworks/kdeclarative/Manifest
+++ b/kde-frameworks/kdeclarative/Manifest
@@ -1,3 +1,2 @@
-DIST kdeclarative-5.74.0.tar.xz 190360 BLAKE2B 
cf4ac587189c4f6fba6a13eaea4eea95e7e8aacf902c8ed809fac03f5ca76c9e42eff9fa74c1dfb0d0618c71bd4109a1c6b8f6964b242659757efadcc149ddb5
 SHA512 
8428a60146275dff201518764678bb7c5acce473bcfa584ea1b4924db485ade1b45e55f3aa758fbcf326b15e0e24dcb0913fbabbedd795b7b47e3b3f7e897f78
 DIST kdeclarative-5.77.0.tar.xz 185036 BLAKE2B 
53ce685df457d3e8b33d37efedbd7ba56b430a228c32673ca01cdf401f80a8e3518431d15182dbf28f4fa4a439369e380e65c13cf9fe385f42c98d54d50043a6
 SHA512 
188dbb2ba5080b2b5cb9815686c0bc619921390389e2865330c6183c3cf0c6f0df6bba7009f9215f2c99759322bf1ed4cae68df5c696fd1c3ecaecbaf327419c
 DIST kdeclarative-5.78.0.tar.xz 185136 BLAKE2B 
ef206cc43cfa24542ddf1168b3331d3cb7c589c17554501f7a09e1cf526d3afa8ce5eafbc3a932081b743b9fb461e8c5915ec9e3b3bc742253f77f33274b0c6c
 SHA512 
cb98f7041f93c8a21da74a6bcaf463fdd257aa96a5495200c749d60d517817c6d9be2b58e99b0a8e23996861ed9dcd9043da1643062ac94755070fb1d2b13add

diff --git 
a/kde-frameworks/kdeclarative/files/kdeclarative-5.74.0-block-shortcuts-when-recording-key-sequences.patch
 
b/kde-frameworks/kdeclarative/files/kdeclarative-5.74.0-block-shortcuts-when-recording-key-sequences.patch
deleted file mode 100644
index 66808f910bf..000
--- 
a/kde-frameworks/kdeclarative/files/kdeclarative-5.74.0-block-shortcuts-when-recording-key-sequences.patch
+++ /dev/null
@@ -1,104 +0,0 @@
-From 88aabf069a0e454777c15227126732a04c8cb8b2 Mon Sep 17 00:00:00 2001
-From: David Edmundson 
-Date: Fri, 18 Sep 2020 00:13:07 +0100
-Subject: [PATCH] Block shortcuts when recording key sequences
-
-Otherwise you can't select alt+a as a shortcut without triggering the
-nmenomic generated shortcut on the "add application" button.
-
-Testing done:
-- clicked "Add custom shortcut", pressed alt+a, it was recorded
-successfully
-
-- focussed "Add custom shortcut", pressed alt+a, the relevant shortcut
-activated
-
-Note that isRecording was already declared, but not defined, which is
-why it looks like my diff misses something.
-
-BUG: 425979

- src/qmlcontrols/kquickcontrols/KeySequenceItem.qml| 7 +++
- .../kquickcontrols/private/keysequencehelper.cpp  | 8 +++-
- .../kquickcontrols/private/keysequencehelper.h| 7 +++
- 3 files changed, 21 insertions(+), 1 deletion(-)
-
-diff --git a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml 
b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml
-index 9d8e035..d1fbc02 100644
 a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml
-+++ b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml
-@@ -83,6 +83,13 @@ RowLayout {
- }
- }
- 
-+Keys.onShortcutOverride: {
-+if (_helper.isRecording) {
-+_helper.keyPressed(event.key, event.modifiers);
-+event.accepted = true;
-+}
-+}
-+
- Keys.onPressed: {
- _helper.keyPressed(event.key, event.modifiers);
- event.accepted = true;
-diff --git a/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp 
b/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp
-index ba7ce01..26b0331 100644
 a/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp
-+++ b/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp
-@@ -237,7 +237,10 @@ void 
KeySequenceHelper::setCheckAgainstShortcutTypes(KeySequenceHelper::Shortcut
- Q_EMIT checkAgainstShortcutTypesChanged();
- }
- 
--
-+bool KeySequenceHelper::isRecording() const
-+{
-+return d->isRecording;
-+}
- 
- void KeySequenceHelper::clearKeySequence()
- {
-@@ -251,6 +254,7 @@ void KeySequenceHelperPrivate::startRecording()
- oldKeySequence = keySequence;
- keySequence = QKeySequence();
- isRecording = true;
-+emit q->isRecordingChanged();
- grabbedWindow = QQuickRenderControl::renderWindowFor(q->window());
- if (!grabbedWindow) {
- grabbedWindow = q->window();
-@@ -265,6 +269,8 @@ void KeySequenceHelper::doneRecording()
- {
- d->modifierlessTimeout.stop();
- d->isRecording = false;
-+emit isRecordingChanged();
-+
- d->stealActions.clear();
- 

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

2021-01-11 Thread Andreas Sturmlechner
commit: 537fe7cfca8647c2ccfd05e5bb272ebb43598804
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:25 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537fe7cf

kde-frameworks/kded: drop 5.74.0*

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

 kde-frameworks/kded/Manifest   |  1 -
 kde-frameworks/kded/kded-5.74.0.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/kde-frameworks/kded/Manifest b/kde-frameworks/kded/Manifest
index 03b25e34c02..405482321a1 100644
--- a/kde-frameworks/kded/Manifest
+++ b/kde-frameworks/kded/Manifest
@@ -1,3 +1,2 @@
-DIST kded-5.74.0.tar.xz 36584 BLAKE2B 
2714966ad3d45a5392b5f5c2c7efcc9d992f09881a26a78cebdb7ae58cf5a1b8f7854951564f7810ba16e009ceb795a59a2c03166bbe0065234f52e19f6d10b9
 SHA512 
625ffe6667a228d3330535d2049870fbee83a4c95ae221b733f9d22c608b37f4795c2e24c1cb91f87c78cf2863710062ea87c57146764323e14653d4baeedec3
 DIST kded-5.77.0.tar.xz 36684 BLAKE2B 
db5f14c43f694b54d685a2ab91cc8c85a1d84282d2adad1be6f42f39e9b2a667c6062f8f14d0a01b5aaace6dca17def90ffc863d79fe31c361ad466e61bd2682
 SHA512 
c8e2763002674a9fef349f2029bc9c1deb7a46d34e03243a333e24f892ceed2e37d2847aaf18d5bea990b32188948dfd1c0ba24afe2cf78c58a9c24530174f31
 DIST kded-5.78.0.tar.xz 36676 BLAKE2B 
4d1db1b04288aa9837a0de328850f8cad552e37bc73d5126c7edfaf7e4f5c31683774fd0a3c1724804dc2644d0b5048ef6260035556ab4dd5fa07831d0577b1c
 SHA512 
ae4566e307a60536ce50c56aa1f4a9d3acf723f5a8e5b28e2886d208ea68be72d8b0d79db47972716bfc7d6bbe8cb2cddcd08fde98703595631b51f7ba474d59

diff --git a/kde-frameworks/kded/kded-5.74.0.ebuild 
b/kde-frameworks/kded/kded-5.74.0.ebuild
deleted file mode 100644
index 1ac8bb46e19..000
--- a/kde-frameworks/kded/kded-5.74.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_QTHELP="false"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Central daemon of KDE workspaces"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="+man"
-
-BDEPEND="
-   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
-"
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/kinit-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package man KF5DocTools)
-   )
-
-   ecm_src_configure
-}



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

2021-01-11 Thread Andreas Sturmlechner
commit: 8d4848a3e10cb5a2044ed48b8489f30cc00e0294
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:25 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4848a3

kde-frameworks/kdav: drop 5.74.0*

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

 kde-frameworks/kdav/Manifest   |  1 -
 kde-frameworks/kdav/kdav-5.74.0.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/kde-frameworks/kdav/Manifest b/kde-frameworks/kdav/Manifest
index 5804c9e7c25..9b063a81416 100644
--- a/kde-frameworks/kdav/Manifest
+++ b/kde-frameworks/kdav/Manifest
@@ -1,3 +1,2 @@
-DIST kdav-5.74.0.tar.xz 58624 BLAKE2B 
eea0d23caa6a6fdd363de3cc891ff366ea9dd11e80c3f82b90c7908101d41d96279ac42e775ff8ed4480b61545ab64fc930757459b1fb94f2e4c08d85e1df271
 SHA512 
77d789edc670d5930010185f5969c6b34678f39a4e3c0c2e05b79fb9cb029c7bc152b2418ee3a57659fb40472cd9fd8b40beeae4834299cf8dc1f9ede189fa4c
 DIST kdav-5.77.0.tar.xz 59300 BLAKE2B 
ad1e9baa8423d5ded0fe975b5cbe2b906ea49a7766b34f89049d1253c14ce6001ac270454d2fba539e443a4ecb0ad78497438898f57019b54ea28164a22bae5e
 SHA512 
18f13f38c5b78be4258062ab38b6b626bc19ba6a9ff5f0b983d5d9f5e000932346362e8f9f8a6af8544ea4037b99f24640998a5978269415b63a406b82c48e24
 DIST kdav-5.78.0.tar.xz 59240 BLAKE2B 
a7a85b82fc7dc3b1f612e6e01a9ad0077929e4346918a2590b71bb625794c356455290dc4e8f65732b86e3ad95da6d4c8e14228f880742cea5734b7e9b93f06b
 SHA512 
372af4e28f7fb8f105d290554f5d948d987d60ba2114095b4dd23548507d5bb3cb7c51a7a8468a67e5d6668b2f0c21516b7d24953aac17fec6dcf0b0e7c71ddb

diff --git a/kde-frameworks/kdav/kdav-5.74.0.ebuild 
b/kde-frameworks/kdav/kdav-5.74.0.ebuild
deleted file mode 100644
index 29e19cfa322..000
--- a/kde-frameworks/kdav/kdav-5.74.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="DAV protocol implemention with KJobs"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=dev-qt/qtxmlpatterns-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${PVCUT}:5
-   >=kde-frameworks/ki18n-${PVCUT}:5
-   >=kde-frameworks/kio-${PVCUT}:5
-"
-RDEPEND="${DEPEND}
-   !kde-apps/kdav:5
-"
-
-src_test() {
-   # bug 616808 - DavItemFetchJobTest requires D-Bus
-   # bug 653602 - DavItemsListJobTest mimetypes unsupported
-   local myctestargs=(
-   -E "(kdav-davitemfetchjob|kdav-davitemslistjob)"
-   )
-   ecm_src_test
-}



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

2021-01-11 Thread Andreas Sturmlechner
commit: 283794d0b58f26d6b0dfb1e0a21f1afbdeb7d198
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:32 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283794d0

kde-frameworks/ktextwidgets: drop 5.74.0*

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

 kde-frameworks/ktextwidgets/Manifest   |  1 -
 .../ktextwidgets/ktextwidgets-5.74.0.ebuild| 38 --
 2 files changed, 39 deletions(-)

diff --git a/kde-frameworks/ktextwidgets/Manifest 
b/kde-frameworks/ktextwidgets/Manifest
index 0ed2ec956c6..7e059bc8e84 100644
--- a/kde-frameworks/ktextwidgets/Manifest
+++ b/kde-frameworks/ktextwidgets/Manifest
@@ -1,3 +1,2 @@
-DIST ktextwidgets-5.74.0.tar.xz 324896 BLAKE2B 
f90a7426f6f76f3869738e6c86bd3b1951c096f69cecb582433df4cc5b100e70f4203d8b3cbe731cfc77739c541efb9a96fd85563817fda505ade6e98bba57f6
 SHA512 
f471ea1b09cb73f2e32d506139e45a3f928d834d559f6d25df5bf05e74dcee5b756ba3b87a38eb2de3fc69c9248a8982e1bfec8c9fc5cba6061e24f8ff62ce5c
 DIST ktextwidgets-5.77.0.tar.xz 324432 BLAKE2B 
d8141e2d63bc25cde9f35f0c4f2c5f30fbbb6c740badb4c7f684a085ae4ac2c8edbb6de652f16eb248be7c85c59d7e6018668e167f478a1e8e5d70cfd524ecbd
 SHA512 
e7de1e69f2b9c9dee428d877788cbfe13d628cf555d552ca1b95f37c6a12c0519383426d5c81011a774c006c5f2c1b6ab617c4e686946e9369eb9315715a5307
 DIST ktextwidgets-5.78.0.tar.xz 324564 BLAKE2B 
50a0a134bd211185e84946e779142e9216ead397ec7f82798c81028dd5dac8af92bf4db4cd608cccb3a57f62c17f7cd6e8798b3145e4e3d4d2d1f83ca4116485
 SHA512 
b6072bad4f24f921373444240fe1931b14d77c2149bbcd6ca0a35139f17a2bb8dff9c44ef1e4004a9b70fa1754a246dbd4d38d805654fb25a6d7c52a064878b1

diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-5.74.0.ebuild 
b/kde-frameworks/ktextwidgets/ktextwidgets-5.74.0.ebuild
deleted file mode 100644
index a4728a7add9..000
--- a/kde-frameworks/ktextwidgets/ktextwidgets-5.74.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing an assortment of widgets for displaying and 
editing text"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="speech"
-
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/sonnet-${PVCUT}*:5
-   speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package speech Qt5TextToSpeech)
-   )
-
-   ecm_src_configure
-}



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

2021-01-11 Thread Andreas Sturmlechner
commit: f15cdbc9ee2792b47b9f638bd4f96d4e0ada4fc3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:28 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15cdbc9

kde-frameworks/knewstuff: drop 5.74.0*

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

 kde-frameworks/knewstuff/Manifest|  1 -
 kde-frameworks/knewstuff/knewstuff-5.74.0.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/kde-frameworks/knewstuff/Manifest 
b/kde-frameworks/knewstuff/Manifest
index 521bd221ba7..88446dd3521 100644
--- a/kde-frameworks/knewstuff/Manifest
+++ b/kde-frameworks/knewstuff/Manifest
@@ -1,3 +1,2 @@
-DIST knewstuff-5.74.0.tar.xz 1143920 BLAKE2B 
f36956a82bf92960ee78ef61b272363de52b0be4acb2701fa1ad1494a7c05492fac79349b49a998549d2dd7f1c93406daef5e06f8fd28758aea460f667fe3b3a
 SHA512 
038af364cf048035bc2d1a505e4f4c8318fd90efbfdd9c2fdffd9c22b1196a29b0d153643e838a98d472c19094e994a55983f84c63ef50f47574013a8b9f697a
 DIST knewstuff-5.77.0.tar.xz 1143780 BLAKE2B 
72b1e040041e6aca1593700a5378ca88be8b9edc3f2682c433231ee07fed5f56cea749f34dec74835cbc2cf5455e879296d388a0deed5132a9cdedb59ece85e1
 SHA512 
408b3dd045f13050a41389b4864888f8d261ecade50b4d3903f0982194a0a15828e459e755a001a5593cf818894cca2203ded9cc3fcdd60e23820a1d0f7c45b7
 DIST knewstuff-5.78.0.tar.xz 1144588 BLAKE2B 
ed3ec0ddce468b0788754f341c285c16843397b6e358b974dd2aee8f044e804ea032b6114464b79c77d23cf553c470cf310d52388e943e62ddac116332b970bf
 SHA512 
9b6318e029d8351ca0a289ce2243b95d5d10cf0e163ede7f4f4e6f4afbca96907a59aa0a806f20454ef943cdac2a5a72846402fe0597236b09bbad81b2ee01c6

diff --git a/kde-frameworks/knewstuff/knewstuff-5.74.0.ebuild 
b/kde-frameworks/knewstuff/knewstuff-5.74.0.ebuild
deleted file mode 100644
index eae6157af3d..000
--- a/kde-frameworks/knewstuff/knewstuff-5.74.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Framework for downloading and sharing additional application data"
-
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/attica-${PVCUT}*:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kpackage-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/ktextwidgets-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}
-   >=kde-frameworks/kirigami-${PVCUT}:5
-"



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

2021-01-11 Thread Andreas Sturmlechner
commit: c734d24c912dbd8fc6f8c7473f98831e5586ef3a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:29 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c734d24c

kde-frameworks/kparts: drop 5.74.0*

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

 kde-frameworks/kparts/Manifest |  1 -
 kde-frameworks/kparts/kparts-5.74.0.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index 200e045c626..5807cb1e9bd 100644
--- a/kde-frameworks/kparts/Manifest
+++ b/kde-frameworks/kparts/Manifest
@@ -1,3 +1,2 @@
-DIST kparts-5.74.0.tar.xz 190144 BLAKE2B 
a78bffe9807a7cf6c2368578c94dfe1056e3ed11b93f81406b0bf849ce2a6bea76eb4d5a46282941a5d43710a44b9965a5d9a46492a5c48a7fc5dafaf854e902
 SHA512 
477dc2bbb9f66ad9064d362e898072c3b33a59267ec46627c140cd0784858b1d2b1c2eddfe7addf50356523e86e37f1cc138c4e73ce80c61eb96711fceec86b0
 DIST kparts-5.77.0.tar.xz 191436 BLAKE2B 
f8e61705404d605d38b4a1a60b14cc50483b213ffe51548aa01285517d9331de01ba3448704eebf14d361b9766db4b874b386a1ea1954af710b3d0a49ba86975
 SHA512 
b04a9f3490bcf1628c162930147c0c858ba35714bdf2c3c0373eaf2fff95c62c1bf341434215c71fc8269cbbabe4ce306e5f19ff62000e4a1252f02a1e39e60f
 DIST kparts-5.78.0.tar.xz 191480 BLAKE2B 
f2ce8fb42dc7bddf5b2bcbd18b9935a85cdbb40b370a51e56544f12eec83b113783faa5b55c92d2e70871d9b6694405089781ef9b22a226658081af103b60244
 SHA512 
e2a8e791e21c5aadb5d0dbda4d85a22cefeda55cb1292cf852953ede2c350e7664bc88a9513c7751fe816d7ed54efa0851f99a34af18c2b7364ab6e18d35423c

diff --git a/kde-frameworks/kparts/kparts-5.74.0.ebuild 
b/kde-frameworks/kparts/kparts-5.74.0.ebuild
deleted file mode 100644
index 81a2b37d0d4..000
--- a/kde-frameworks/kparts/kparts-5.74.0.ebuild
+++ /dev/null
@@ -1,33 +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.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing elaborate user-interface components"
-
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
-   >=kde-frameworks/ktextwidgets-${PVCUT}:5
-"



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

2021-01-11 Thread Andreas Sturmlechner
commit: 2f3ada8360a8c90fb29aec15a86450d7cb596383
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3ada83

kde-frameworks/kiconthemes: drop 5.74.0*

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

 kde-frameworks/kiconthemes/Manifest|  1 -
 .../kiconthemes/kiconthemes-5.74.0.ebuild  | 32 --
 2 files changed, 33 deletions(-)

diff --git a/kde-frameworks/kiconthemes/Manifest 
b/kde-frameworks/kiconthemes/Manifest
index 73d2de8e024..0fd201ee41a 100644
--- a/kde-frameworks/kiconthemes/Manifest
+++ b/kde-frameworks/kiconthemes/Manifest
@@ -1,3 +1,2 @@
-DIST kiconthemes-5.74.0.tar.xz 222188 BLAKE2B 
430c12cb3953d1ccf6e4e863c9693e99ac73b8464e113266d7eae48cb80e6769da185138890fffdf8527f5a74f837fef8bdf32acab8e8a5957837df6bba57daf
 SHA512 
1d34c98b2ec7c59f6960aacc222a9478212c5224eee883c4c6082dbfcba312d4fbedf164b11b5fc07d6f19a1bac65a593ed91ca65c38f998274f02c5b4ed2cfb
 DIST kiconthemes-5.77.0.tar.xz 222300 BLAKE2B 
c84cd458680df4a34b073b28feb3b5aa39fbe6646954f92876e3bf5d2dd5f614dcc277ebd737626164b43189a230ff3f57a92739cc8c301d27325be457a7a5b6
 SHA512 
ed1069ea2edde3bd3f6a42059eab9f0d0cb734f3bc6a8989c9302ffe512e83100112a9e4c820164c1a53f8ba5489a0509010e5346601347f32fe384be16fc2c9
 DIST kiconthemes-5.78.0.tar.xz 20 BLAKE2B 
ee022120a47b3db15be316b3719fa08a9039baf2466dfbed0837a3c299a0fc55c28328fbb64ab37dd47d925d8bdee5c38b357aae6050511f776f0ff814c7bd3f
 SHA512 
87d8fcab07b84bff8fb74773dfbb761d37c0f21d4677741c695991f35017e7533886ef380515bcc0fd43cdf38d393897707150ced05dd5cc13d3be393aebd4eb

diff --git a/kde-frameworks/kiconthemes/kiconthemes-5.74.0.ebuild 
b/kde-frameworks/kiconthemes/kiconthemes-5.74.0.ebuild
deleted file mode 100644
index c4613f21537..000
--- a/kde-frameworks/kiconthemes/kiconthemes-5.74.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for icon theming and configuration"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test" # bug 574770



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

2021-01-11 Thread Andreas Sturmlechner
commit: a56239c76280b1d04706e188f82add29b087
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a562

kde-frameworks/kinit: drop 5.74.0*

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

 kde-frameworks/kinit/Manifest|  1 -
 kde-frameworks/kinit/kinit-5.74.0.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/kde-frameworks/kinit/Manifest b/kde-frameworks/kinit/Manifest
index 29122e14fbe..27a4463c343 100644
--- a/kde-frameworks/kinit/Manifest
+++ b/kde-frameworks/kinit/Manifest
@@ -1,3 +1,2 @@
-DIST kinit-5.74.0.tar.xz 121496 BLAKE2B 
f31da8f7cbde7a5ec60399ccab81edcbf452defec9fca607959193d524998ece74f2ab721ec45f6757aae8a812531085ac36689adbc6fee0c0ba198e30ed83a4
 SHA512 
a75e972fc2b4d967c3a7600260b7aef0754b40e0b5ae8803ee29c2186736222fd88b22349431393a9731d59ef7ed9bb184f413a39df82ed735d82130042423a8
 DIST kinit-5.77.0.tar.xz 121492 BLAKE2B 
40c702effaab6edc1685b266fe76eb064e2f2e13e8d505dc51ef99e4b412cd9ddce470cf252dca435eb09d86b6500dd4d49b983a109b204b8fd18d305b0d7251
 SHA512 
5ff56d0115d2b14cf857ca62d1e0db784c6c187439e0c487009681d7beb7232e897ffa9ad095330697b8c0df881795d16f13680eed4455ffc6b0c7d36bb4e39c
 DIST kinit-5.78.0.tar.xz 121460 BLAKE2B 
00f20cb6c92a8df63484ae75b28cff5c37cad808209f0a84cea8dcdb433f1998fe089069e38e80b9ac9cb182788ffdbd33b69ed7d0591d5b595239985a3bd417
 SHA512 
95a0b20ba6d5168f717c67923eb0f7cdd94e52744dfbcd529cb03dca5a3e81cf40c7ce1ff335e8dd99ff48b1331ffa886df52f1f79697cdedeaf8bd6738a25bd

diff --git a/kde-frameworks/kinit/kinit-5.74.0.ebuild 
b/kde-frameworks/kinit/kinit-5.74.0.ebuild
deleted file mode 100644
index 61f95b79f84..000
--- a/kde-frameworks/kinit/kinit-5.74.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_QTHELP="false"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Helper library to speed up start of applications on KDE work 
spaces"
-
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="+caps +man X"
-
-BDEPEND="
-   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
-"
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
-   caps? ( sys-libs/libcap )
-   X? (
-   x11-libs/libX11
-   x11-libs/libxcb
-   )
-"
-DEPEND="${RDEPEND}
-   X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package caps Libcap)
-   $(cmake_use_find_package man KF5DocTools)
-   $(cmake_use_find_package X X11)
-   $(cmake_use_find_package X XCB)
-   )
-
-   ecm_src_configure
-}



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

2021-01-11 Thread Andreas Sturmlechner
commit: 003a03118b347713e2562d2466c397b9fecbcc68
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:28 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003a0311

kde-frameworks/knotifyconfig: drop 5.74.0*

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

 kde-frameworks/knotifyconfig/Manifest  |  1 -
 .../knotifyconfig/knotifyconfig-5.74.0.ebuild  | 34 --
 2 files changed, 35 deletions(-)

diff --git a/kde-frameworks/knotifyconfig/Manifest 
b/kde-frameworks/knotifyconfig/Manifest
index bf9600781be..77c09a389a9 100644
--- a/kde-frameworks/knotifyconfig/Manifest
+++ b/kde-frameworks/knotifyconfig/Manifest
@@ -1,3 +1,2 @@
-DIST knotifyconfig-5.74.0.tar.xz 84364 BLAKE2B 
3745f0ccacad9f16b05d89a9451d1257a52ccc28b656e83dd7031c5d2951620dc745ca43895213a2b1c2788260387807c1de30712f40ebb93091b5fb2cab59e4
 SHA512 
73957b4977ebccc47c53fa65c6352ff333af7a170a55a6021e5426df3715c167a43170fc6d82ee7a452246560cc57a976341a013c9ed7afc243b74a18c755ffe
 DIST knotifyconfig-5.77.0.tar.xz 84412 BLAKE2B 
db86d02ec69c6e9950a0da9b6a432bc970144e7c8c64c11229a1c518b79eb1d859d130ce60c2deb5521ecae35624cc626abc2fb8176b6e3e9cf1aaa74840e703
 SHA512 
27a37657eabcfbc0c9268739859e4ac1266591463e299088df4aa7a7f1e3b6aa0bcf5a7ae3f6eaa712354eb1cd1c89bcc6814c2c1d43ac506d737f0bef0fda48
 DIST knotifyconfig-5.78.0.tar.xz 84400 BLAKE2B 
27dd14c8264543870a5479cccacd9a1b1802db7649a73a2e6d2bb1cf28c23ed140e56032335eee3c1cfda12069ea456b0e087eea04cea65259e18a5cc234ab6d
 SHA512 
7e2acae37008352b4b92cf4349a51319d9d0448e057555b2f500380b500e986f2542301cc3871e541e63438f90d9fb5d9cffaefb9975969971209c118d5510e1

diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.74.0.ebuild 
b/kde-frameworks/knotifyconfig/knotifyconfig-5.74.0.ebuild
deleted file mode 100644
index 24f950e2f42..000
--- a/kde-frameworks/knotifyconfig/knotifyconfig-5.74.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Framework for configuring desktop notifications"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="phonon"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   !phonon? ( media-libs/libcanberra )
-   phonon? ( >=media-libs/phonon-4.11.0 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package !phonon Canberra)
-   )
-   ecm_src_configure
-}



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

2021-01-11 Thread Andreas Sturmlechner
commit: 660b77dfa62c74cc2f1498384b9c5354f18c6b9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:34 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660b77df

kde-frameworks/purpose: drop 5.74.0*

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

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.74.0.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 23f28cb1452..c0768cbc87b 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
-DIST purpose-5.74.0.tar.xz 156216 BLAKE2B 
7d810f2d3b1af7cd041b8e9449fc5934bca7b739b5edf7fe1f5da553f264f189cfac0dd715dddf66a6f46be0a9389dae5d9eb35558b0c41b89dd36e53d945ccd
 SHA512 
dea52fd5d10cc0c34ecab742b691675076ddf1346e2b352cd5f74cd266576f85eb9d721bf68a29cea62f9879b826bf375b70580451c31bdd33509f57ae3cf23a
 DIST purpose-5.77.0.tar.xz 158016 BLAKE2B 
51e26b284bbeb8ac07690f4b9c571f58b89c977e87a5bdad8f56a5aaacb69b2d1130b08169fcdc7848925b1811d4e632e4c3e9c453e30482a4ed80c4d329c81f
 SHA512 
61261ae4d5ae2327100629ace3e6b2cade9b2894bb21e817700a1265c5283b13a6f828bec47dfd8efa118fadad0f5cc89cbf8fd3e637497dd68345eefaa53956
 DIST purpose-5.78.0.tar.xz 158484 BLAKE2B 
4e0873c6e37b8eab75bfa487649bcc45731ad443eda84c637a46a8fa8bab14f71e2abc396d7ccce26ff1901e660f5aa3f5217954ad83264d44948fda37821f72
 SHA512 
793540ecb069ab89f685eb8a37509f547d3de6e84e8e56f9fb5b3f19f307f527f9e9141188f8a5a4f1ec2d10a9f2cdebe99440561797a35146e78b956b4db881

diff --git a/kde-frameworks/purpose/purpose-5.74.0.ebuild 
b/kde-frameworks/purpose/purpose-5.74.0.ebuild
deleted file mode 100644
index d92e581d64f..000
--- a/kde-frameworks/purpose/purpose-5.74.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-inherit ecm kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="bluetooth +dolphin +kaccounts"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   dolphin? ( =kde-frameworks/knotifications-${PVCUT}*:5 )
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-# requires running environment
-RESTRICT+=" test"
-
-src_prepare() {
-   ecm_src_prepare
-   cmake_run_in src/plugins cmake_comment_add_subdirectory bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package dolphin KF5Notifications)
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   elog "Optional dependencies:"
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



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

2021-01-11 Thread Andreas Sturmlechner
commit: 1790db7342b81986ae00760cc97ad6bdc91078d7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 09:49:31 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:27:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1790db73

kde-frameworks/kservice: drop 5.74.0*

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

 kde-frameworks/kservice/Manifest   |  1 -
 kde-frameworks/kservice/kservice-5.74.0.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/kde-frameworks/kservice/Manifest b/kde-frameworks/kservice/Manifest
index b03d14ef260..09b98c8eb95 100644
--- a/kde-frameworks/kservice/Manifest
+++ b/kde-frameworks/kservice/Manifest
@@ -1,3 +1,2 @@
-DIST kservice-5.74.0.tar.xz 258552 BLAKE2B 
16400aa4f21a093c66c21d7911f9082c094f27ac559ad66b94c68a43a0f1cff6627ae3ad32e75fbaac6c93c1c6cd6cb37bc9be4a6051b670c104785cd82aa9cc
 SHA512 
7756047069ff22d1e78494770ec3fb56a07ce96459a759b8275188f75a9e9e5d334df0f7bc7c09fdf6f357c0e144cc115ba077a15079f8598bb042f37e5ce490
 DIST kservice-5.77.0.tar.xz 260368 BLAKE2B 
2a2272ee9314fe90b09ced77ba9136af89c809cea8bf9875ed5d985f1bafd90e4fd1528cc58875b7e5e2d2d9f58869d482dc6b09f33eec2c6550baf52c9502cb
 SHA512 
738a3a1b5ab71cc007248750d556b425cbb7afee03229e364521b6c3021b20609a4a30fe540ec723d435dafaa4fe14c4beba9d3fe3315dcd03716bdc66b3
 DIST kservice-5.78.0.tar.xz 260284 BLAKE2B 
296fbb6e70e2d7586a488cc00615a08189b5e435e9f504f1c213c2b5ff698405a99ccf2694787d4b6695f21a52b46016a7a2e5702f5716607268b469464015f4
 SHA512 
c435beabb150d19f9f7a1599b9bcc7b9a3b25bc2f92b91794132707180d1cd88def950b945e7e8b2e7b4733ef24563d42fae6ce40ab8e408d03d9af83db8462c

diff --git a/kde-frameworks/kservice/kservice-5.74.0.ebuild 
b/kde-frameworks/kservice/kservice-5.74.0.ebuild
deleted file mode 100644
index 80ab82cac6e..000
--- a/kde-frameworks/kservice/kservice-5.74.0.ebuild
+++ /dev/null
@@ -1,51 +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.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Advanced plugin and service introspection"
-
-LICENSE="LGPL-2 LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="+man"
-
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
-"
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
-   test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
-"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-src_configure() {
-   local mycmakeargs=(
-   -DAPPLICATIONS_MENU_NAME=kf5-applications.menu
-   $(cmake_use_find_package man KF5DocTools)
-   )
-
-   ecm_src_configure
-}
-
-src_install() {
-   ecm_src_install
-
-   # bug 596316
-   dosym kf5-applications.menu /etc/xdg/menus/applications.menu
-}



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

2021-01-11 Thread Brian Evans
commit: 13ff0f8681bb65ae82766db243dcaa6c82564929
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 11 15:54:22 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 11 16:23:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ff0f86

dev-php/pecl-timezonedb: Drop old

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-timezonedb/Manifest  |  2 --
 dev-php/pecl-timezonedb/pecl-timezonedb-2019.3.ebuild | 19 ---
 dev-php/pecl-timezonedb/pecl-timezonedb-2020.1.ebuild | 19 ---
 3 files changed, 40 deletions(-)

diff --git a/dev-php/pecl-timezonedb/Manifest b/dev-php/pecl-timezonedb/Manifest
index f02e197d9ef..b3702618eb5 100644
--- a/dev-php/pecl-timezonedb/Manifest
+++ b/dev-php/pecl-timezonedb/Manifest
@@ -1,3 +1 @@
-DIST timezonedb-2019.3.tgz 413166 BLAKE2B 
99542a2c0dc50d96316dc14b22c8a2404db07a88d3f46050a954f10bfb501cd81fb7161805a91336075d607ac106208285e6d2281a9ed68b344fd4837fabcb49
 SHA512 
8342a0ed83a52ade0415430751d4efeaa84fb72e7da3aec8921338e9dfbf37ff1f098f6b6e1ed9c8f1c9c62017a0fe9c14f86a53be72f8b9f1ec137fa45d057d
-DIST timezonedb-2020.1.tgz 413993 BLAKE2B 
1f598269060c7f228d103549ac31429df3e31e68961fb41182101400c9f71ea8503cb11943732b49b749aa055e7eedfb4fd06e11cc11c1381bc69f294c3433b6
 SHA512 
31c38d5b25db921ec5be924ac85d9cf9dd2180c4e2d50e074a143dfdf9415a8c7579e96f7a768b305554bf1cb332b46f2c652fda7d2f1638502b995fc0679ca5
 DIST timezonedb-2020.4.tgz 414667 BLAKE2B 
1a219a090ae33a9f3eef76ab52e2bafd453a1f1161bbeeb53ee995d090f3fdd03c7a658a93ade72e3e1ae61df9d646eaef85dd4cacb5cea45c00adcfac8d6651
 SHA512 
d5c41c76b4b0b033464a4f086072d061504fc439c910c47a7077a0586b308cc37a4202ff9f418a39cee63534d55136d15a173bb94923160c0fa16bb33ac89a09

diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2019.3.ebuild 
b/dev-php/pecl-timezonedb/pecl-timezonedb-2019.3.ebuild
deleted file mode 100644
index ce13c87b5e7..000
--- a/dev-php/pecl-timezonedb/pecl-timezonedb-2019.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="timezonedb"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
-
-inherit php-ext-pecl-r3
-
-DESCRIPTION="Timezone Database to be used with PHP's date and time functions"
-LICENSE="PHP-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-PHP_EXT_ECONF_ARGS=""

diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2020.1.ebuild 
b/dev-php/pecl-timezonedb/pecl-timezonedb-2020.1.ebuild
deleted file mode 100644
index ce13c87b5e7..000
--- a/dev-php/pecl-timezonedb/pecl-timezonedb-2020.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="timezonedb"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
-
-inherit php-ext-pecl-r3
-
-DESCRIPTION="Timezone Database to be used with PHP's date and time functions"
-LICENSE="PHP-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-PHP_EXT_ECONF_ARGS=""



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

2021-01-11 Thread Brian Evans
commit: a1b77a43fec21bdfebcd5b126bbe36f3c6acb1ac
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 11 16:22:26 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 11 16:23:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b77a43

dev-php/pecl-ssh2: Add 8.0 to live ebuild

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-ssh2/pecl-ssh2-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-.ebuild 
b/dev-php/pecl-ssh2/pecl-ssh2-.ebuild
index bbaca4c60d0..3d6ba5b1e14 100644
--- a/dev-php/pecl-ssh2/pecl-ssh2-.ebuild
+++ b/dev-php/pecl-ssh2/pecl-ssh2-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
 PHP_EXT_NAME="ssh2"
 
-USE_PHP="php7-2 php7-3 php7-4"
+USE_PHP="php7-3 php7-4 php8-0"
 EGIT_REPO_URI="https://git.php.net/repository/pecl/networking/ssh2.git;
 
 inherit php-ext-source-r3 git-r3



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

2021-01-11 Thread Lars Wendler
commit: ba3932f8e2cb7d4e6b13a6690b12b3a9b8fd8338
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 11:46:08 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 11:47:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3932f8

sys-libs/libblockdev: Bump to version 2.25

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

 sys-libs/libblockdev/Manifest|   1 +
 sys-libs/libblockdev/libblockdev-2.25.ebuild | 119 +++
 2 files changed, 120 insertions(+)

diff --git a/sys-libs/libblockdev/Manifest b/sys-libs/libblockdev/Manifest
index be8c801a203..f589b2f9e54 100644
--- a/sys-libs/libblockdev/Manifest
+++ b/sys-libs/libblockdev/Manifest
@@ -1 +1,2 @@
 DIST libblockdev-2.24.tar.gz 905838 BLAKE2B 
dcc31021d72c2a4f92d8f70387537ec409302e85a9bdb338a09449b02318113d40cabf7fc2f6b4aca819400baccba69a9f67a616b30c744cf843eeac785875e4
 SHA512 
92b7d734ea2cefbb67e626bef369d6785ba2a4bbbf09a4f59345febe977bc32319fb44f38b3c3177b8652abbc1f87b6cc76d41fdd2d70783c1c168049bdcb1d6
+DIST libblockdev-2.25.tar.gz 930238 BLAKE2B 
ae28c40b5e114826baf4a8ba9012267b297dbc4abee52669cf39c886d2c9989291f41937ec742c7457049a6a30e674f9c89ad6478923f393ae1773db3afcf621
 SHA512 
628d05f3a257b44208a9d0b5d84ae248fefd415812d9a93d132c03039b09fefc4d6110beb9aa0d3072e3f0c992e642d7867d0241209056538f132f86a748e195

diff --git a/sys-libs/libblockdev/libblockdev-2.25.ebuild 
b/sys-libs/libblockdev/libblockdev-2.25.ebuild
new file mode 100644
index 000..46c7ccdd6af
--- /dev/null
+++ b/sys-libs/libblockdev/libblockdev-2.25.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit autotools python-single-r1 xdg-utils
+
+DESCRIPTION="A library for manipulating block devices"
+HOMEPAGE="https://github.com/storaged-project/libblockdev;
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git;
+   BDEPEND="
+   sys-devel/autoconf-archive
+   "
+else
+   MY_PV="${PV}-1"
+   #MY_P="${PN}-${MY_PV}"
+   
#SRC_URI="https://github.com/storaged-project/${PN}/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+   
SRC_URI="https://github.com/storaged-project/${PN}/releases/download/${MY_PV}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   #S="${WORKDIR}/${MY_P}"
+fi
+LICENSE="LGPL-2+"
+SLOT="0"
+IUSE="bcache +cryptsetup device-mapper dmraid escrow gtk-doc introspection lvm 
kbd test +tools vdo"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.42.2
+   dev-libs/libbytesize
+   >=sys-apps/kmod-19
+   >=sys-apps/util-linux-2.27
+   >=sys-block/parted-3.1
+   cryptsetup? (
+   escrow? (
+   >=dev-libs/nss-3.18.0
+   dev-libs/volume_key
+   )
+   >=sys-fs/cryptsetup-1.6.7:=
+   )
+   device-mapper? ( sys-fs/lvm2 )
+   dmraid? (
+   sys-fs/dmraid
+   sys-fs/lvm2
+   )
+   lvm? (
+   sys-fs/lvm2
+   virtual/udev
+   )
+   vdo? ( dev-libs/libyaml )
+   ${PYTHON_DEPS}
+"
+
+DEPEND="
+   ${RDEPEND}
+"
+
+BDEPEND+="
+   dev-util/gtk-doc-am
+   gtk-doc? ( dev-util/gtk-doc )
+   introspection? ( >=dev-libs/gobject-introspection-1.3.0 )
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   escrow? ( cryptsetup )"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   xdg_environment_reset #623992
+   default
+
+   # https://bugs.gentoo.org/744289
+   find -type f \( -name "Makefile.am" -o -name "configure.ac" \) -print0 \
+   | xargs --null sed "s@ -Werror@@" -i || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --with-btrfs
+   --with-fs
+   --with-part
+   --without-mpath
+   --without-nvdimm
+   $(use_enable introspection)
+   $(use_enable test tests)
+   $(use_with bcache)
+   $(use_with cryptsetup crypto)
+   $(use_with device-mapper dm)
+   $(use_with dmraid)
+   $(use_with escrow)
+   $(use_with gtk-doc)
+   $(use_with kbd)
+   $(use_with lvm lvm)
+   $(use_with lvm lvm-dbus)
+   $(use_with tools)
+   $(use_with vdo)
+   --without-python2
+   --with-python3
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -type f -name "*.la" -delete || die
+   # This is installed even with USE=-lvm, but libbd_lvm are omitted so it
+   # doesn't work at all.
+   if ! use lvm; then

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

2021-01-11 Thread Lars Wendler
commit: 910479d7fa83e82355a21fe1dba279ac0620e6b4
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 11:46:59 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 11:47:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910479d7

sys-libs/libblockdev: Synced live ebuild

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

 sys-libs/libblockdev/libblockdev-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libblockdev/libblockdev-.ebuild 
b/sys-libs/libblockdev/libblockdev-.ebuild
index 29119d41e3e..46c7ccdd6af 100644
--- a/sys-libs/libblockdev/libblockdev-.ebuild
+++ b/sys-libs/libblockdev/libblockdev-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit autotools python-single-r1 xdg-utils
 
 DESCRIPTION="A library for manipulating block devices"



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

2021-01-11 Thread Craig Andrews
commit: 012a2812efdd57609b64b238d7be5c2401b5eac0
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Jan 11 15:07:49 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Jan 11 15:08:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012a2812

app-backup/btrbk: 0.31.0 version bump

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

 app-backup/btrbk/Manifest   | 1 +
 app-backup/btrbk/{btrbk-.ebuild => btrbk-0.31.0.ebuild} | 4 ++--
 app-backup/btrbk/btrbk-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-backup/btrbk/Manifest b/app-backup/btrbk/Manifest
index 430abc79f2f..2b40a1df6d4 100644
--- a/app-backup/btrbk/Manifest
+++ b/app-backup/btrbk/Manifest
@@ -1,2 +1,3 @@
 DIST btrbk-0.29.1.tar.xz 98320 BLAKE2B 
f7e4939fec27cc85847d7cae8797de9c59040de641ed4c3c4dcd37102daad1d3910e2ef40c3ad486614a167a7d2206c92b961ba6e5d78e351dedb8de565e3172
 SHA512 
78bb24fff3606bcf5cb3f4b7e31c5423ca01208cf667efa6a67978696b06ffd4f368aed372d57372ef268ea9329d51f8abd7e2e9dc59dfb0d3133c992d1d788e
 DIST btrbk-0.30.0.tar.xz 101104 BLAKE2B 
f963fa64a409810552f1232e42d2d7ed740cbcf498098307ebff31a6e4db06d43a2c4fd5df6120847a009fd606ea4453ca93eaa6cf7a18744d557f94722876f8
 SHA512 
127d184fda13cb036c737f2cad428ef8313af46ceac0b6d273d670656f874d0e096bcd2daf96a2b6e7087a9985e47a99a905515376a9270171575166ca5d6449
+DIST btrbk-0.31.0.tar.xz 106064 BLAKE2B 
4cac3502396debb97b6e842be75a643b6229209eb0a28a8fa8ee5ec9cb70621bd9e7f2ca5a06fda1e167d59ac1bbfef76ab00b6a2d041a5371b4286c76701df9
 SHA512 
df27c8e2785b1a49aae6031f1787a69d41b61cdab7e58b43bc87232c99e534b664b545121c909c0317fb9adfaee48085ba07be0a465dec05c4869ed620b8c94f

diff --git a/app-backup/btrbk/btrbk-.ebuild 
b/app-backup/btrbk/btrbk-0.31.0.ebuild
similarity index 96%
copy from app-backup/btrbk/btrbk-.ebuild
copy to app-backup/btrbk/btrbk-0.31.0.ebuild
index 9406cd634c9..f301c70cd55 100644
--- a/app-backup/btrbk/btrbk-.ebuild
+++ b/app-backup/btrbk/btrbk-0.31.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
 else
SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 DESCRIPTION="Tool for creating snapshots and remote backups of btrfs 
subvolumes"

diff --git a/app-backup/btrbk/btrbk-.ebuild 
b/app-backup/btrbk/btrbk-.ebuild
index 9406cd634c9..f301c70cd55 100644
--- a/app-backup/btrbk/btrbk-.ebuild
+++ b/app-backup/btrbk/btrbk-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
 else
SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 DESCRIPTION="Tool for creating snapshots and remote backups of btrfs 
subvolumes"



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

2021-01-11 Thread Joonas Niilola
commit: fac19fbd00964ce6966bd1b569d0dc4a2216f5a0
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jan 11 15:50:12 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jan 11 15:50:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac19fbd

www-client/firefox-bin: security cleanup

Bug: https://bugs.gentoo.org/764161
Signed-off-by: Joonas Niilola  gentoo.org>

 www-client/firefox-bin/Manifest  | 291 
 www-client/firefox-bin/firefox-bin-78.6.0.ebuild | 411 ---
 www-client/firefox-bin/firefox-bin-84.0.1.ebuild | 411 ---
 www-client/firefox-bin/firefox-bin-84.0.ebuild   | 411 ---
 4 files changed, 1524 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 2faa1f21c24..60a9db95a4c 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -1,98 +1,3 @@
-DIST firefox-78.6.0esr-ach.xpi 460291 BLAKE2B 
ce5b89a49f04126db1893c488a0d5c2d7b32ced7110526a62ba7254d872339b01de8d8fc4bbc842d2e4f5d074cd5d2975cae1239c31abcfb986e30ab35e121f5
 SHA512 
9fe7142739c19f7ff65963a70f22fb31d4da676b72ed1974571611d24c033ef1ba43dc0680ddbe4ff9c08860bd65be59842483018eae1fc9d7a03d949ee56af2
-DIST firefox-78.6.0esr-af.xpi 428364 BLAKE2B 
da06e67acd64ab7a8405325d7af12a3d546f8e0eba7ab5608857faebd900d7530efa024b137350ea447d986cf7f57cfacce0a07e2e577dd0b2c18af456234064
 SHA512 
d18f2c6915f5c21b59deee498b38bedaecfc31aec66048817ce853193f16064b86fbc6006351dd28c500a34446c67de6aeba8a32f612de8187667ec2bcc1f2ff
-DIST firefox-78.6.0esr-an.xpi 508367 BLAKE2B 
8ce5975d635260d0f7412c373b6cf24293bc88063d52a4022a0ce0b45ce0be5f80af43d203afbac148f5b24b8058b9b223a9f74ecf63f2931667093c7a0dc79e
 SHA512 
293bcdc394a3ef88fbc696795934ff8b9e0a735c698c6536e27dd7051176f86e3a0686902c929672ef9ccbca9e7f48a0fc731e0745f7055b70e9c3913af15191
-DIST firefox-78.6.0esr-ar.xpi 560954 BLAKE2B 
625419e32abecff7c394db3ad17cfb04fa5885beb3748b7e34501bf10598ec1770c3919a2f9747ab1b72bd765d1e6ab484ea7b965d0f7cb4ce6951b02292ac3e
 SHA512 
60663351dcf501bd0153c5e739d903b59cd4ca2a84413f6eb109b7ed814ef9c5b156c46f53b1f540d830ef45cdff1de3d6a651b868f7d975f4d8d062904b7c18
-DIST firefox-78.6.0esr-ast.xpi 456387 BLAKE2B 
89ebe475ffc4187cabfdce581d9d425903da40eb5851ccd736623ae4d892e13b7aead5b159393e47a5d26027fc241fae3abb1229eccf0013c0852667fc559ac0
 SHA512 
5cda682a887d63bfb50256a065a678058eeda569b3642ecf44009971ce6a6b6c1c9a8febe4508f988c3e83bbd83defe579295ae099b9d23aad041ce0953f
-DIST firefox-78.6.0esr-az.xpi 497439 BLAKE2B 
0011bd73b1be903d23ec7761fb28db08275dbb3f30e20d746fdb5cb3fe0ff565a66aae4d8496e32df93f89aef1e9cbd824e99524deaefab25ca36c4e6ea9bb6b
 SHA512 
2005f5c5d6095a3d5444db2a4ecfc09d471bc9b9dedf92f5dc8099cd7ad48a5e3aa6489679ff1ac726f974b9790618733ce8e27122fe776ccfdc982425354a4d
-DIST firefox-78.6.0esr-be.xpi 608650 BLAKE2B 
b7e263175025c656ccd9cf78e9c599621fe2a3099e9cbf0c6717446e8eda93a8b747e7f024372b07b3f1801936221b12a3a2275c8c601de6486192a12f393982
 SHA512 
1dd3c679e61629aa0bb5954354875c43f297dba8be3316f481a55903908765a16a239399fd4b7147569b08f8dacbc8549229739e2e18125fc190e602380e6e43
-DIST firefox-78.6.0esr-bg.xpi 553959 BLAKE2B 
e17c935553a85c2dfccc90de399a29ae1fa3c515e3f2a113bcfc6f1bd0485d1e646617083764d5043395368000fb3dcf26472855160ed1cecf2f1459016e83d9
 SHA512 
0fbad857366bb0749c34b51d9a21852c371e31918f7fe93faaf3d7cedd382753d059af9a3d2f378933ce883eac3d44c6253fc4fed57165260b8964e4a238dbc2
-DIST firefox-78.6.0esr-bn.xpi 572603 BLAKE2B 
ccf925d9d930044f1b185e239aed584ccf92e9c82190ab32119d292efc85ca3d4763a083110e424d0ff43e422ce7b970ff8018e785a3ef685286d3513138a544
 SHA512 
1dc1855ba16215b7d24d4044f6a9a4bc8ee18d9cb3ebaccdd6f94a5123c847cbc79d340bbee973158e0c88a03d4f135f30dcc0f5eda43e8923503b75f5c96a9e
-DIST firefox-78.6.0esr-br.xpi 507127 BLAKE2B 
a73881f1534850bbf8569127a94ef42617b4fb9a6f8960baa134db3a277ab5e15691992599b972aea7196d52f96e774b999da1f622a435e15f1a0ea3ec702c8e
 SHA512 
5790bb75b86da42bf7760f88617abc91ed5aef99b9681e369b29d786d9291fd08bdda72f29c4b6596cfedb8f53f03f97caf1a547382f13666f2449bf592536a9
-DIST firefox-78.6.0esr-bs.xpi 463798 BLAKE2B 
be85edd662a1e79d35ed170f3470f61f665da491a426d81dc4cb29f1ee47a418ad4c7a20143339b8881cda4f8e866c797d19e16dac51ab8c00ee1dfd5a4b5e3d
 SHA512 
6c4300276a08cfc5e6c63048c3205e411bedb7bf1b4ba885bf56bbadde4c413aec5d93a7affe65045c23606309f099677e6e2e5a8ef67489015f617cdb59
-DIST firefox-78.6.0esr-ca-valencia.xpi 517172 BLAKE2B 
4a666894b4eb7e427f9b50ab5a1fbf3958ef75a5411f54f6621cf55d7f9e33a1be951cb7cd749e50b03bb5ef29a3c873ba0e63900c1e81e4b5bc70c8daa66b23
 SHA512 
1ded40253bcb409a40169099b8197c9f3d633d99a9c458e6cb9fdda25722a061764901fdb196d3585a81f4177e12b1e943ba980d9472ca898b0918a3a7a7de7d
-DIST firefox-78.6.0esr-ca.xpi 514163 BLAKE2B 
b40cbb7056d6583ef12255addcc7764b515189086156f28a7095a575ee651e5ae41fcd133962d888d707a1586cd5b3f3eba6cce2adf020db08a57fc5012f743a
 SHA512 

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

2021-01-11 Thread Andreas Sturmlechner
commit: d1312b7abdfe3345e26e26a2853cbbd9062e5a16
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 11 12:35:15 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:35:15 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1312b7a

Documentation: Update KDE Frameworks 5.77 and 5.78

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

 .../package.accept_keywords/kde-frameworks-5.77.keywords   | 10 +-
 .../package.accept_keywords/kde-frameworks-5.78.keywords   |  7 +--
 Documentation/package.mask/kde-frameworks-5.77 | 10 +-
 Documentation/package.mask/kde-frameworks-5.78 |  7 +--
 Documentation/package.unmask/kde-frameworks-5.77   | 10 +-
 Documentation/package.unmask/kde-frameworks-5.78   |  7 +--
 6 files changed, 6 insertions(+), 45 deletions(-)

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.77.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.77.keywords
index 313acc5975..76db682d18 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-5.77.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.77.keywords
@@ -8,13 +8,8 @@
 

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

2021-01-11 Thread Andreas Sturmlechner
commit: 8083831aee7313bc51aaa6a91611d0e0aa2122ef
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 11 12:34:42 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:34:42 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8083831a

sets: Update kde-frameworks, -5.77 and -5.78

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

 sets/kde-frameworks-portingaids  | 7 +--
 sets/kde-frameworks-portingaids-5.77 | 7 +--
 sets/kde-frameworks-portingaids-5.78 | 7 +--
 sets/kde-frameworks-tier1-5.77   | 2 --
 sets/kde-frameworks-tier2-5.77   | 1 -
 5 files changed, 3 insertions(+), 21 deletions(-)

diff --git a/sets/kde-frameworks-portingaids b/sets/kde-frameworks-portingaids
index 9a7fd639b2..ad4589526e 100644
--- a/sets/kde-frameworks-portingaids
+++ b/sets/kde-frameworks-portingaids
@@ -4,10 +4,5 @@ kde-frameworks/kdelibs4support:5
 kde-frameworks/khtml:5
 kde-frameworks/kjs:5
 kde-frameworks/kross:5
-# TODO: PMASK after KDE Frameworks 5.74 cleanup
-# kde-frameworks/kdesignerplugin:5
 # PMASKED
-# kde-frameworks/kdewebkit:5
-# kde-frameworks/kjsembed:5
-# kde-frameworks/kmediaplayer:5
-# kde-frameworks/kxmlrpcclient:5
+# kde-frameworks/kdesignerplugin:5

diff --git a/sets/kde-frameworks-portingaids-5.77 
b/sets/kde-frameworks-portingaids-5.77
index deed5a923d..adb1baa7cb 100644
--- a/sets/kde-frameworks-portingaids-5.77
+++ b/sets/kde-frameworks-portingaids-5.77
@@ -3,10 +3,5 @@
 

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

2021-01-11 Thread Andreas Sturmlechner
commit: fb2281e6b82d3712e9ed83335298e2eff4fd7ed8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 11 12:31:13 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:31:42 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb2281e6

Documentation: Set KF_RELEASE=5.77

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

 Documentation/maintainers/regenerate-files | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index 2c7102eeb8..97fc3bad51 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -9,8 +9,8 @@ cd "$(dirname $0)"
 SCRIPT=$(basename $0)
 HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 
-KF_RELEASES="5.74 5.77 5.78"
-KF_RELEASE=${KF_RELEASE:-5.74}
+KF_RELEASES="5.77 5.78"
+KF_RELEASE=${KF_RELEASE:-5.77}
 
 PLASMA_RELEASES="5.19 5.20"
 PLASMA_RELEASE=${PLASMA_RELEASE:-5.19}



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

2021-01-11 Thread Andreas Sturmlechner
commit: 66052f0f944764d649e571f52d943d6aceede4fa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 11 12:38:03 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:38:03 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=66052f0f

Documentation: Drop KDE Frameworks 5.74

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

 .../.kde-frameworks-5.74/_HEADER_  |  2 -
 .../.kde-frameworks-5.74/kde-frameworks-5.74   |  1 -
 .../kde-frameworks-portingaids-5.74|  1 -
 .../.kde-frameworks-5.74/kde-frameworks-tier1-5.74 |  1 -
 .../.kde-frameworks-5.74/kde-frameworks-tier2-5.74 |  1 -
 .../.kde-frameworks-5.74/kde-frameworks-tier3-5.74 |  1 -
 .../.kde-frameworks-5.74/more-deps |  0
 .../kde-frameworks-5.74.keywords   | 94 --
 Documentation/package.mask/kde-frameworks-5.74 | 94 --
 .../package.unmask/.kde-frameworks-5.74/_HEADER_   |  2 -
 .../.kde-frameworks-5.74/kde-frameworks-5.74   |  1 -
 .../kde-frameworks-portingaids-5.74|  1 -
 .../.kde-frameworks-5.74/kde-frameworks-tier1-5.74 |  1 -
 .../.kde-frameworks-5.74/kde-frameworks-tier2-5.74 |  1 -
 .../.kde-frameworks-5.74/kde-frameworks-tier3-5.74 |  1 -
 Documentation/package.unmask/kde-frameworks-5.74   | 94 --
 16 files changed, 296 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.74/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.74/_HEADER_
deleted file mode 100644
index 40fdb3a580..00
--- a/Documentation/package.accept_keywords/.kde-frameworks-5.74/_HEADER_
+++ /dev/null
@@ -1,2 +0,0 @@
-# You can use this file to keyword/unkeyword the KDE Frameworks 5.74 release.
-# Edit Documentation/package.accept_keywords/.kde-frameworks-5.74/ files 
instead.

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

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.74/kde-frameworks-portingaids-5.74
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.74/kde-frameworks-portingaids-5.74
deleted file mode 12
index 3508e940ea..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5.74/kde-frameworks-portingaids-5.74
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-portingaids-5.74
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.74/kde-frameworks-tier1-5.74
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.74/kde-frameworks-tier1-5.74
deleted file mode 12
index 009ceb5b2b..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5.74/kde-frameworks-tier1-5.74
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-tier1-5.74
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.74/kde-frameworks-tier2-5.74
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.74/kde-frameworks-tier2-5.74
deleted file mode 12
index 09c8e2f6ed..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5.74/kde-frameworks-tier2-5.74
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-tier2-5.74
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.74/kde-frameworks-tier3-5.74
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.74/kde-frameworks-tier3-5.74
deleted file mode 12
index 20b5416cc2..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5.74/kde-frameworks-tier3-5.74
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-tier3-5.74
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.74/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.74/more-deps
deleted file mode 100644
index e69de29bb2..00

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.74.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.74.keywords
deleted file mode 100644
index 676c7d077f..00
--- a/Documentation/package.accept_keywords/kde-frameworks-5.74.keywords
+++ /dev/null
@@ -1,94 +0,0 @@
-# Autogenerated by regenerate-files, DO NOT EDIT.
-# You can use this file to keyword/unkeyword the KDE Frameworks 5.74 release.
-# Edit Documentation/package.accept_keywords/.kde-frameworks-5.74/ files 
instead.
-# Tier 4: Provide extra features to other Frameworks to integrate with Plasma.
-

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

2021-01-11 Thread Andreas Sturmlechner
commit: f02e7347653beeb565466e8e676eadac9c63ad72
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 11 12:35:49 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 11 12:35:49 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f02e7347

sets: Drop KDE Frameworks 5.74

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

 sets/kde-frameworks-5.74 |  6 --
 sets/kde-frameworks-portingaids-5.74 | 12 
 sets/kde-frameworks-tier1-5.74   | 35 ---
 sets/kde-frameworks-tier2-5.74   | 16 
 sets/kde-frameworks-tier3-5.74   | 26 --
 5 files changed, 95 deletions(-)

diff --git a/sets/kde-frameworks-5.74 b/sets/kde-frameworks-5.74
deleted file mode 100644
index 4702da6c4f..00
--- a/sets/kde-frameworks-5.74
+++ /dev/null
@@ -1,6 +0,0 @@
-@kde-frameworks-tier1-5.74
-@kde-frameworks-tier2-5.74
-@kde-frameworks-tier3-5.74
-# Tier 4: Provide extra features to other Frameworks to integrate with Plasma.
-

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

2021-01-11 Thread Mike Pagano
commit: 4452781b6ff80af5c07aaadc370ff544a391f326
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jan 11 13:45:42 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jan 11 13:45:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4452781b

dev-util/idea-community: Version bump, remove old.

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

 dev-util/idea-community/Manifest| 1 -
 ...3.5981.155-r1.ebuild => idea-community-2021.3.1.203.6682.168.ebuild} | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-util/idea-community/Manifest b/dev-util/idea-community/Manifest
index 73b010497c0..efa611895f9 100644
--- a/dev-util/idea-community/Manifest
+++ b/dev-util/idea-community/Manifest
@@ -1,3 +1,2 @@
-DIST ideaIC-3.0.203.5981.155.tar.gz 582023182 BLAKE2B 
671fbba0c2173e3780a99d0d3b106af75c4ef6df4198ced3653c1b74a7bbb055a29b1fc31eb89823bfd56e6737c7788f78a90fe7ef46e52ab410c0dff18868e9
 SHA512 
35d569c5e13ec620d0a476cc52c005d29ea3c7c3c1ab0614a1a73255309635c84ee00820c50584ca19af634165138c77d8d712cfe0d367b9525956ad33aafe77
 DIST ideaIC-3.1.203.6682.168.tar.gz 577542631 BLAKE2B 
d47d017b76fa9106a55805b558bd49d6d45dd216ac28151f03cc2a7f3a751707b62fa49623bb04b426d90cfd1cce4e04b2490bb91ec01dfeccdf4a80f1694f7e
 SHA512 
71849f9440c34359a23af1f4735c3b0ac6378f6ab8ddf5799ad7e26036dc87b4abbc234043bd368a7698daf91f83cf989539054db7e1fb9ea95ebf7d756ac068
 DIST jbr-11_0_8-linux-x64-b1098.1.tar.gz 191689225 BLAKE2B 
0da0f0e834709c89820f2e7e1c447dc33ea1c59c7dfb573aa47bc205f7920ccf485454f79931d42d4e6eb4de1017589bb908808d6a80cc586659757abc9958d3
 SHA512 
a455d8bd3332622592186cd7ae3995a9148a47717a81c274497f5408f1e89ef637c7478321b4ccd5dbe97c2e246a16ac8956c5ce475f8a4156232647f0ea7737

diff --git 
a/dev-util/idea-community/idea-community-2020.3.0.203.5981.155-r1.ebuild 
b/dev-util/idea-community/idea-community-2021.3.1.203.6682.168.ebuild
similarity index 99%
rename from 
dev-util/idea-community/idea-community-2020.3.0.203.5981.155-r1.ebuild
rename to dev-util/idea-community/idea-community-2021.3.1.203.6682.168.ebuild
index d797d657b66..bb95ab1a385 100644
--- a/dev-util/idea-community/idea-community-2020.3.0.203.5981.155-r1.ebuild
+++ b/dev-util/idea-community/idea-community-2021.3.1.203.6682.168.ebuild
@@ -6,7 +6,7 @@ inherit eutils desktop
 
 SLOT="0"
 PV_STRING="$(ver_cut 2-6)"
-MY_PV="$(ver_cut 1-2)"
+MY_PV="$(ver_cut 1-3)"
 MY_PN="idea"
 # Using the most recent Jetbrains Runtime binaries available at the time of 
writing
 # ( jre 11.0.8 build 1098.1  )



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

2021-01-11 Thread Brian Evans
commit: ea3c7cfffd5dae0422b70dbcd28ca2fa05d4176b
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 11 13:54:08 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 11 13:54:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3c7cff

profiles: Drop 7.2 from default PHP_TARGETS

Signed-off-by: Brian Evans  gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index b5cbd7f8143..e2840c75ce2 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -166,7 +166,7 @@ POSTGRES_TARGETS="postgres10 postgres11"
 # Moreover, it should only contain targets that have a stable version
 # of PHP, to avoid pulling in an unstable PHP on stable systems.
 #
-PHP_TARGETS="php7-2 php7-3 php7-4"
+PHP_TARGETS="php7-3 php7-4"
 
 # Alfredo Tupone  (2019-09-03)
 #



[gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/

2021-01-11 Thread Lars Wendler
commit: 7269097d1354600754e85714f81254d49f2b4ebe
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 14:18:29 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 14:18:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7269097d

games-arcade/supertux: Fixed dependencies

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

 games-arcade/supertux/supertux-0.6.2.ebuild | 20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/games-arcade/supertux/supertux-0.6.2.ebuild 
b/games-arcade/supertux/supertux-0.6.2.ebuild
index a107f3e14c2..9bf339a6725 100644
--- a/games-arcade/supertux/supertux-0.6.2.ebuild
+++ b/games-arcade/supertux/supertux-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,17 +18,23 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
-RDEPEND=">=dev-games/physfs-3.0
+RDEPEND="
+   >=dev-games/physfs-3.0
dev-libs/boost:=
+   media-libs/freetype
media-libs/glew:=
-   virtual/opengl
+   media-libs/libpng:0=
+   >=media-libs/libsdl2-2.0.1[joystick,video]
media-libs/libvorbis
media-libs/openal
-   >=media-libs/libsdl2-2.0.1[joystick,video]
>=media-libs/sdl2-image-2.0.0[png,jpeg]
-   >=net-misc/curl-7.21.7"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+   >=net-misc/curl-7.21.7
+   virtual/opengl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"
 
 S="${WORKDIR}/${MY_P}"
 



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

2021-01-11 Thread Brian Evans
commit: 5fe5e14f1565ee7b6a1a6d805f7a527baceb13b1
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 11 15:03:42 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 11 15:03:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe5e14f

dev-php/pecl-memcached: Drop old

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-memcached/Manifest|  1 -
 .../pecl-memcached/pecl-memcached-3.1.3-r1.ebuild  | 76 --
 2 files changed, 77 deletions(-)

diff --git a/dev-php/pecl-memcached/Manifest b/dev-php/pecl-memcached/Manifest
index 042f38e9b17..64f9f062d02 100644
--- a/dev-php/pecl-memcached/Manifest
+++ b/dev-php/pecl-memcached/Manifest
@@ -1,2 +1 @@
-DIST memcached-3.1.3.tgz 82673 BLAKE2B 
ccb9267cbd974337b7cd8836ab6e35c4fd9398d731dcd333bcb664b91037d1775651e6bb5d00b602767834681289064ede678ea2e6e3641631bba4990a380dee
 SHA512 
9c09648c26011c5e749bee1a556c976e6e5e648dc65580e7caa296dab79e3764edf1408f96edcaca5efb0229320c86fcfa0422e55d486beb6466892f7e08c4a3
 DIST memcached-3.1.5.tgz 83015 BLAKE2B 
80f5cbed8e34f867962792d95d242015690f64ab3b462e09813a11b8b86234b0b05b0f6a78f7c6184482b66ba8015064b37f77bbb816a3aee2edd0ce97ab0cbc
 SHA512 
87d5fd079fcaad81139785d6766da71b23a1a0fe907d4b22f3a787af148a20412c11df11c4d98c165241658baf0d87c8a6b29de15db07a0f9d1fabc8aec8f0e9

diff --git a/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild 
b/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild
deleted file mode 100644
index 755ce7ed1ad..000
--- a/dev-php/pecl-memcached/pecl-memcached-3.1.3-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PHP_EXT_NAME="memcached"
-DOCS=( ChangeLog README.markdown )
-
-USE_PHP="php5-6 php7-1 php7-2 php7-3" # Pretend to support all four targets...
-inherit php-ext-pecl-r3
-USE_PHP="php7-1 php7-2 php7-3" # But only truly build for these three.
-
-DESCRIPTION="Interface PHP with memcached via libmemcached library"
-LICENSE="PHP-3"
-SLOT="7"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="igbinary json sasl +session test"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND=">=dev-libs/libmemcached-1.0.14[sasl?]
-   sys-libs/zlib
-"
-
-RDEPEND="
-   php_targets_php7-1? (
-   ${COMMON_DEPEND} dev-lang/php:7.1[session?,json?]
-   igbinary? ( dev-php/igbinary[php_targets_php7-1(-)] )
-   )
-   php_targets_php7-2? (
-   ${COMMON_DEPEND} dev-lang/php:7.2[session?,json?]
-   igbinary? ( dev-php/igbinary[php_targets_php7-2(-)] )
-   )
-   php_targets_php7-3? (
-   ${COMMON_DEPEND} dev-lang/php:7.3[session?,json?]
-   igbinary? ( dev-php/igbinary[php_targets_php7-3(-)] )
-   )"
-DEPEND="${RDEPEND} test? ( net-misc/memcached )"
-RDEPEND="${RDEPEND} php_targets_php5-6? ( 
dev-php/pecl-memcached:0[php_targets_php5-6(-)] )"
-
-src_prepare() {
-   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 ; then
-   php-ext-source-r3_src_prepare
-   else
-   default_src_prepare
-   fi
-}
-
-src_configure() {
-   local PHP_EXT_ECONF_ARGS="--enable-memcached
-   $(use_enable session memcached-session)
-   $(use_enable sasl memcached-sasl)
-   $(use_enable json memcached-json)
-   $(use_enable igbinary memcached-igbinary)"
-
-   php-ext-source-r3_src_configure
-}
-
-src_test() {
-   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 ; then
-   local memcached_opts=( -d -P "${T}/memcached.pid" -p 11211 -l 
127.0.0.1 )
-   [[ ${EUID} == 0 ]] && memcached_opts+=( -u portage )
-   memcached "${memcached_opts[@]}" || die "Can't start memcached 
test server"
-
-   local exit_status
-   php-ext-source-r3_src_test
-   exit_status=$?
-
-   kill "$(<"${T}/memcached.pid")"
-   return ${exit_status}
-   fi
-}
-
-src_install() {
-   if use php_targets_php7-1 || use php_targets_php7-2 || use 
php_targets_php7-3 ; then
-   php-ext-source-r3_src_install
-   fi
-}



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

2021-01-11 Thread Michał Górny
commit: 43adadcc0ac6b73ba617899fe3512e3610f6b940
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 11 15:21:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 11 15:21:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43adadcc

app-arch/libarchive: Run tests with C locale

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

 app-arch/libarchive/libarchive-3.5.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-arch/libarchive/libarchive-3.5.1.ebuild 
b/app-arch/libarchive/libarchive-3.5.1.ebuild
index 427bce0c853..f258b0c01fc 100644
--- a/app-arch/libarchive/libarchive-3.5.1.ebuild
+++ b/app-arch/libarchive/libarchive-3.5.1.ebuild
@@ -106,6 +106,8 @@ multilib_src_test() {
# sandbox is breaking long symlink behavior
local -x SANDBOX_ON=0
local -x LD_PRELOAD=
+   # some locales trigger different output that breaks tests
+   local -x LC_ALL=C
emake check
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaz/files/1.2.3/, dev-php/pecl-yaz/

2021-01-11 Thread Brian Evans
commit: f8c51deb2c03da5813679a78894228dc603ab1f4
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 11 14:20:57 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 11 14:20:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c51deb

dev-php/pecl-yaz: Revbump with patches for new PHP targets

Retrieved from upstream repo

Signed-off-by: Brian Evans  gentoo.org>

 .../files/1.2.3/0001-arginfo_php8-support.patch| 245 +
 .../pecl-yaz/files/1.2.3/0002-arginfo-fixes.patch  |  39 
 dev-php/pecl-yaz/pecl-yaz-1.2.3-r1.ebuild  |  30 +++
 3 files changed, 314 insertions(+)

diff --git a/dev-php/pecl-yaz/files/1.2.3/0001-arginfo_php8-support.patch 
b/dev-php/pecl-yaz/files/1.2.3/0001-arginfo_php8-support.patch
new file mode 100644
index 000..8cc9929f06c
--- /dev/null
+++ b/dev-php/pecl-yaz/files/1.2.3/0001-arginfo_php8-support.patch
@@ -0,0 +1,245 @@
+From e629fb640e11f2358c04fe72d50afbd0a004596c Mon Sep 17 00:00:00 2001
+From: Remi Collet 
+Date: Wed, 23 Sep 2020 16:44:57 +0200
+Subject: [PATCH] add arginfo for all functions - drop support for PHP 4.x -
+ add compatibility with PHP 8
+
+---
+ .gitignore  |   2 +
+ package.xml |   2 +-
+ php_yaz.c   | 209 +++-
+ 3 files changed, 162 insertions(+), 51 deletions(-)
+
+diff --git a/php_yaz.c b/php_yaz.c
+index e157815..64b5079 100644
+--- a/php_yaz.c
 b/php_yaz.c
+@@ -18,6 +18,12 @@
+ 
+ #include "php_yaz.h"
+ 
++/* for PHP 8+ */
++#ifndef TSRMLS_CC
++#define TSRMLS_CC
++#define TSRMLS_DC
++#endif
++
+ #ifndef YAZ_VERSIONL
+ #error YAZ version 3.0.2 or later must be used.
+ #elif YAZ_VERSIONL < 0x030020
+@@ -138,62 +144,165 @@ static int le_link;
+ ZEND_GET_MODULE(yaz)
+ #endif
+ 
+-#ifdef ZEND_BEGIN_ARG_INFO
+-ZEND_BEGIN_ARG_INFO(first_argument_force_ref, 0)
+-ZEND_ARG_PASS_INFO(1)
+-ZEND_END_ARG_INFO();
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_connect, 0, 0, 1)
++ZEND_ARG_INFO(0, url)
++ZEND_ARG_INFO(0, options)
++ZEND_END_ARG_INFO();
+ 
+-ZEND_BEGIN_ARG_INFO(second_argument_force_ref, 0)
+-ZEND_ARG_PASS_INFO(0)
+-ZEND_ARG_PASS_INFO(1)
+-ZEND_END_ARG_INFO();
+-
+-ZEND_BEGIN_ARG_INFO(third_argument_force_ref, 0)
+-ZEND_ARG_PASS_INFO(0)
+-ZEND_ARG_PASS_INFO(0)
+-ZEND_ARG_PASS_INFO(1)
+-ZEND_END_ARG_INFO();
+-#else
+-static unsigned char first_argument_force_ref[] = {
+-1, BYREF_FORCE };
+-static unsigned char second_argument_force_ref[] = {
+-2, BYREF_NONE, BYREF_FORCE };
+-static unsigned char third_argument_force_ref[] = {
+-3, BYREF_NONE, BYREF_NONE, BYREF_FORCE };
+-#endif
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_close, 0, 0, 1)
++ZEND_ARG_INFO(0, id)
++ZEND_END_ARG_INFO();
++
++#define arginfo_yaz_present   arginfo_yaz_close
++
++#define arginfo_yaz_errno arginfo_yaz_close
++
++#define arginfo_yaz_error arginfo_yaz_close
++
++#define arginfo_yaz_addinfo   arginfo_yaz_close
++
++#define arginfo_yaz_es_result arginfo_yaz_close
++
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_search, 0, 0, 3)
++ZEND_ARG_INFO(0, id)
++ZEND_ARG_INFO(0, type)
++ZEND_ARG_INFO(0, query)
++ZEND_END_ARG_INFO();
++
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_wait, 0, 0, 0)
++ZEND_ARG_INFO(1, options)
++ZEND_END_ARG_INFO();
++
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_hits, 0, 0, 1)
++ZEND_ARG_INFO(0, id)
++ZEND_ARG_INFO(1, searchresult)
++ZEND_ARG_INFO(0, query)
++ZEND_END_ARG_INFO();
++
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_record, 0, 0, 3)
++ZEND_ARG_INFO(0, id)
++ZEND_ARG_INFO(0, pos)
++ZEND_ARG_INFO(0, type)
++ZEND_END_ARG_INFO();
++
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_syntax, 0, 0, 2)
++ZEND_ARG_INFO(0, id)
++ZEND_ARG_INFO(0, syntax)
++ZEND_END_ARG_INFO();
++
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_element, 0, 0, 2)
++ZEND_ARG_INFO(0, id)
++ZEND_ARG_INFO(0, elementsetname)
++ZEND_END_ARG_INFO();
++
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_schema, 0, 0, 2)
++ZEND_ARG_INFO(0, id)
++ZEND_ARG_INFO(0, schema)
++ZEND_END_ARG_INFO();
++
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_set_option, 0, 0, 2)
++ZEND_ARG_INFO(0, id)
++ZEND_ARG_INFO(0, options_or_name)
++ZEND_ARG_INFO(0, value)
++ZEND_END_ARG_INFO();
++
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_get_option, 0, 0, 2)
++ZEND_ARG_INFO(0, id)
++ZEND_ARG_INFO(0, name)
++ZEND_END_ARG_INFO();
++
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_range, 0, 0, 3)
++ZEND_ARG_INFO(0, id)
++ZEND_ARG_INFO(0, start)
++ZEND_ARG_INFO(0, number)
++ZEND_END_ARG_INFO();
++
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_sort, 0, 0, 2)
++ZEND_ARG_INFO(0, id)
++ZEND_ARG_INFO(0, sortspec)
++ZEND_END_ARG_INFO();
++
++ZEND_BEGIN_ARG_INFO_EX(arginfo_yaz_itemorder, 0, 0, 2)
++ZEND_ARG_INFO(0, id)
++ZEND_ARG_INFO(0, package)
++ZEND_END_ARG_INFO();
++
++#define arginfo_yaz_ccl_conf  arginfo_yaz_itemorder
++
++#define arginfo_yaz_cql_conf 

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

2021-01-11 Thread Lars Wendler
commit: e2a4fcc0a43f1c1efce3d067a75aeb96a396dd86
Author: band-a-prend  yandex  ru>
AuthorDate: Mon Jan 11 14:56:51 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 15:26:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a4fcc0

media-gfx/gimp: 2.10.22 add fix autoconf-2.70 compatibility

Ported to EAPI-7.

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

Signed-off-by: Sergey Torokhov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/19031
Signed-off-by: Lars Wendler  gentoo.org>

 media-gfx/gimp/gimp-2.10.22-r2.ebuild | 213 ++
 1 file changed, 213 insertions(+)

diff --git a/media-gfx/gimp/gimp-2.10.22-r2.ebuild 
b/media-gfx/gimp/gimp-2.10.22-r2.ebuild
new file mode 100644
index 000..786ca884d74
--- /dev/null
+++ b/media-gfx/gimp/gimp-2.10.22-r2.ebuild
@@ -0,0 +1,213 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GNOME2_EAUTORECONF=yes
+WANT_AUTOMAKE=
+
+inherit autotools gnome2 toolchain-funcs virtualx
+
+DESCRIPTION="GNU Image Manipulation Program"
+HOMEPAGE="https://www.gimp.org/;
+SRC_URI="mirror://gimp/v2.10/${P}.tar.bz2"
+LICENSE="GPL-3 LGPL-3"
+SLOT="0/2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+
+IUSE="aalib alsa aqua debug doc gnome heif jpeg2k mng openexr postscript udev 
unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx 
cpu_flags_x86_sse"
+
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   >=app-text/poppler-0.50[cairo]
+   >=app-text/poppler-data-0.4.7
+   >=dev-libs/atk-2.2.0
+   >=dev-libs/glib-2.56.2:2
+   >=dev-libs/json-glib-1.2.6
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   >=gnome-base/librsvg-2.40.6:2
+   >=media-gfx/mypaint-brushes-2.0.2:=
+   >=media-libs/babl-0.1.78
+   >=media-libs/fontconfig-2.12.4
+   >=media-libs/freetype-2.1.7
+   >=media-libs/gegl-0.4.26:0.4[cairo]
+   =media-libs/gexiv2-0.10.6
+   >=media-libs/harfbuzz-0.9.19
+   >=media-libs/lcms-2.8:2
+   >=media-libs/libmypaint-1.6.1:=
+   >=media-libs/libpng-1.6.25:0=
+   >=media-libs/tiff-3.5.7:0
+   net-libs/glib-networking[ssl]
+   sys-libs/zlib
+   virtual/jpeg
+   >=x11-libs/cairo-1.12.2
+   >=x11-libs/gdk-pixbuf-2.31:2
+   >=x11-libs/gtk+-2.24.32:2
+   x11-libs/libXcursor
+   >=x11-libs/pango-1.29.4
+   aalib? ( media-libs/aalib )
+   alsa? ( >=media-libs/alsa-lib-1.0.0 )
+   aqua? ( >=x11-libs/gtk-mac-integration-2.0.0 )
+   heif? ( >=media-libs/libheif-1.3.2:= )
+   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2= )
+   mng? ( media-libs/libmng:= )
+   openexr? ( >=media-libs/openexr-1.6.1:= )
+   postscript? ( app-text/ghostscript-gpl )
+   udev? ( dev-libs/libgudev:= )
+   unwind? ( >=sys-libs/libunwind-1.1.0:= )
+   webp? ( >=media-libs/libwebp-0.6.0:= )
+   wmf? ( >=media-libs/libwmf-0.2.8 )
+   xpm? ( x11-libs/libXpm )
+"
+
+RDEPEND="
+   ${COMMON_DEPEND}
+   x11-themes/hicolor-icon-theme
+   gnome? ( gnome-base/gvfs )
+"
+
+DEPEND="
+   ${COMMON_DEPEND}
+   >=dev-lang/perl-5.10.0
+   dev-libs/appstream-glib
+   dev-util/gtk-update-icon-cache
+   >=dev-util/intltool-0.40.1
+   sys-apps/findutils
+   >=sys-devel/gettext-0.19
+   >=sys-devel/libtool-2.2
+   virtual/pkgconfig
+"
+
+DOCS=( "AUTHORS" "ChangeLog" "HACKING" "NEWS" "README" "README.i18n" )
+
+# Bugs 685210 (and duplicate 691070)
+PATCHES=(
+   "${FILESDIR}/${PN}-2.10_fix_test-appdata.patch"
+   "${FILESDIR}/${PN}-2.99.2_fix_autoconf-2.70.patch"
+)
+
+src_prepare() {
+   sed -i -e 's/mypaint-brushes-1.0/mypaint-brushes-2.0/' configure.ac || 
die #737794
+
+   sed -i -e 's/== "xquartz"/= "xquartz"/' configure.ac || die #494864
+   sed 's:-DGIMP_DISABLE_DEPRECATED:-DGIMP_protect_DISABLE_DEPRECATED:g' 
-i configure.ac || die #615144
+
+   gnome2_src_prepare  # calls eautoreconf
+
+   sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g' 
-i configure || die #615144
+   fgrep -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test
+
+   export CC_FOR_BUILD="$(tc-getBUILD_CC)"
+}
+
+_adjust_sandbox() {
+   # Bugs #569738 and #591214
+   local nv
+   for nv in /dev/nvidia-uvm /dev/nvidiactl /dev/nvidia{0..9} ; do
+   # We do not check for existence as they may show up later
+   # https://bugs.gentoo.org/show_bug.cgi?id=569738#c21
+   addwrite "${nv}"
+   done
+
+   addwrite /dev/dri/  # bugs #574038 and #684886
+   addwrite /dev/ati/  # bug #589198
+   addwrite /proc/mtrr  # bug #589198
+}
+
+src_configure() {
+   _adjust_sandbox
+
+   local myconf=(
+   GEGL="${EPREFIX}"/usr/bin/gegl-0.4
+   GDBUS_CODEGEN="${EPREFIX}"/bin/false
+
+   --enable-default-binary
+
+  

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

2021-01-11 Thread Brian Evans
commit: 4fa67c7cab291fde7f82641cdd61aeb48d0821a8
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 11 15:00:24 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 11 15:00:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa67c7c

dev-php/pecl-lzf: Drop old

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-lzf/Manifest  |  1 -
 dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild | 19 ---
 dev-php/pecl-lzf/pecl-lzf-1.6.8.ebuild | 19 ---
 3 files changed, 39 deletions(-)

diff --git a/dev-php/pecl-lzf/Manifest b/dev-php/pecl-lzf/Manifest
index 2383f03c4d7..f9ab9348d2e 100644
--- a/dev-php/pecl-lzf/Manifest
+++ b/dev-php/pecl-lzf/Manifest
@@ -1,2 +1 @@
-DIST LZF-1.6.7.tgz 17999 BLAKE2B 
c7ee3049d7bcc862a400edf56e19745667052c32b2d3faaa26cb55f811e6721b7140446e676467fa5cee3ea87a751b6b0a2a9c6df203227d1bd29f31842e8514
 SHA512 
920a7d3bd0f0c9f1019a3180e38482ead24610a4a235d967d1f4010101e6f777a2450d517f2d3440edb45bb6a7f6d1012124b1b59aa7c34f9a17fdc93613acab
 DIST LZF-1.6.8.tgz 18071 BLAKE2B 
83a12c44c02145baac75bc7b5172b09a6a15d4d02852f25d56ea97cf58a83709d59d56cb12be7df510fd687fd5ade760939527ee8151d3ecdb4407b7be2022e3
 SHA512 
c35543a40b2b44da4bd60e3142ba6ecf33e3460a8ea9f4f7fe6cdc4d728048593b33c423195d58707355975d655f614249642aff2d9b810af0e6a34d42fa1c43

diff --git a/dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild 
b/dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild
deleted file mode 100644
index 192a06e95b0..000
--- a/dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PHP_EXT_NAME="lzf"
-PHP_EXT_PECL_PKG="LZF"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="This package handles LZF de/compression"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""

diff --git a/dev-php/pecl-lzf/pecl-lzf-1.6.8.ebuild 
b/dev-php/pecl-lzf/pecl-lzf-1.6.8.ebuild
deleted file mode 100644
index 15525c812da..000
--- a/dev-php/pecl-lzf/pecl-lzf-1.6.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PHP_EXT_NAME="lzf"
-PHP_EXT_PECL_PKG="LZF"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="This package handles LZF de/compression"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""



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

2021-01-11 Thread Brian Evans
commit: e410d0a0b5eff47d9c32ba67744a14467897f0a2
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 11 14:36:02 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 11 14:36:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e410d0a0

dev-php/pecl-dio: Drop old

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-dio/Manifest |  1 -
 dev-php/pecl-dio/pecl-dio-0.1.0-r1.ebuild | 24 
 dev-php/pecl-dio/pecl-dio-0.2.0.ebuild| 24 
 3 files changed, 49 deletions(-)

diff --git a/dev-php/pecl-dio/Manifest b/dev-php/pecl-dio/Manifest
index ba26a871bd8..e2cd6c2e2e7 100644
--- a/dev-php/pecl-dio/Manifest
+++ b/dev-php/pecl-dio/Manifest
@@ -1,2 +1 @@
-DIST dio-0.1.0.tgz 36960 BLAKE2B 
0a2c1fd6289cc9606c44c81216ce8d0f63d4bbddfae554e65499f586f5aa17f419a048e97723ff365407260740d28e36ec5dae8a45e18422a7bd900ec88b60fd
 SHA512 
6fca1c3f2d6247f5e0c52a27b49d80a6d13f9630772956ff7aa73ad45e445686502edd956346c43955cb2f858c0c0259af86c3f92b6f93309a2b90583ad8ea05
 DIST dio-0.2.0.tgz 37328 BLAKE2B 
e7ad6be1a4c957c155753e834d79f51b985578a03781ddbc66f05961dc270d58b20abcc74c64a0e9744d5cfbb6e545c1a7ac2bc1d54009c74f26bf786587ef49
 SHA512 
172c2a2a84d348d684d84ca94f23b767952461ca848cd114e899ea3fd39503a35ac0624a2a774b9dc6fd2d463d3f6aa6937e780e2faa6a0955a8594aad27ec8b

diff --git a/dev-php/pecl-dio/pecl-dio-0.1.0-r1.ebuild 
b/dev-php/pecl-dio/pecl-dio-0.1.0-r1.ebuild
deleted file mode 100644
index 7d9f4db0e72..000
--- a/dev-php/pecl-dio/pecl-dio-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="dio"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
-
-MY_PV=${PV/_rc/RC}
-PHP_EXT_S="${WORKDIR}/${PN/pecl-/}-${MY_PV}"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Direct I/O functions for PHP"
-LICENSE="PHP-3.01"
-SLOT="0"
-IUSE=""
-
-S="${PHP_EXT_S}"

diff --git a/dev-php/pecl-dio/pecl-dio-0.2.0.ebuild 
b/dev-php/pecl-dio/pecl-dio-0.2.0.ebuild
deleted file mode 100644
index 38453c8973f..000
--- a/dev-php/pecl-dio/pecl-dio-0.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="dio"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
-
-MY_PV=${PV/_rc/RC}
-PHP_EXT_S="${WORKDIR}/${PN/pecl-/}-${MY_PV}"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Direct I/O functions for PHP"
-LICENSE="PHP-3.01"
-SLOT="0"
-IUSE=""
-
-S="${PHP_EXT_S}"



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

2021-01-11 Thread Brian Evans
commit: c64e1f106d489dfb81e005189fc84ce7d0c42836
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 11 14:34:16 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 11 14:34:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64e1f10

dev-php/pecl-dio: Revbump for target change

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild 
b/dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild
new file mode 100644
index 000..cb33182010a
--- /dev/null
+++ b/dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PHP_EXT_NAME="dio"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php7-3 php7-4 php8-0"
+
+MY_PV=${PV/_rc/RC}
+PHP_EXT_S="${WORKDIR}/${PN/pecl-/}-${MY_PV}"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Direct I/O functions for PHP"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE=""
+
+S="${PHP_EXT_S}"



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

2021-01-11 Thread Brian Evans
commit: 4e8c5c11fb1a1a4bb2aff9b62b0c02776d1a4533
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 11 14:59:31 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 11 14:59:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8c5c11

dev-php/pecl-lzf: Revbump for targets change

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-lzf/pecl-lzf-1.6.8-r1.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-php/pecl-lzf/pecl-lzf-1.6.8-r1.ebuild 
b/dev-php/pecl-lzf/pecl-lzf-1.6.8-r1.ebuild
new file mode 100644
index 000..2cce616bb3d
--- /dev/null
+++ b/dev-php/pecl-lzf/pecl-lzf-1.6.8-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PHP_EXT_NAME="lzf"
+PHP_EXT_PECL_PKG="LZF"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+USE_PHP="php7-3 php7-4 php8-0"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="This package handles LZF de/compression"
+LICENSE="PHP-3"
+SLOT="0"
+IUSE=""



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

2021-01-11 Thread Mike Gilbert
commit: af43ef670c3d235a35d86f3ac22dde0c242d2ca2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jan 11 16:40:15 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jan 11 16:45:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af43ef67

media-libs/libsdl2: stub-out eautoheader

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

 .../libsdl2/{libsdl2-2.0.14.ebuild => libsdl2-2.0.14-r1.ebuild}  | 5 +
 1 file changed, 5 insertions(+)

diff --git a/media-libs/libsdl2/libsdl2-2.0.14.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild
similarity index 96%
rename from media-libs/libsdl2/libsdl2-2.0.14.ebuild
rename to media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild
index 44d7980013f..04e09689b1d 100644
--- a/media-libs/libsdl2/libsdl2-2.0.14.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild
@@ -98,6 +98,11 @@ src_prepare() {
rm -r src/video/khronos || die
ln -s "${ESYSROOT}/usr/include" src/video/khronos || die
 
+   # SDL seems to customize SDL_config.h.in to remove macros like 
PACKAGE_NAME.
+   # Stub out eautoheader to prevent those macros from being reintroduced.
+   # https://bugs.gentoo.org/764959
+   eautoheader() { :; }
+
AT_M4DIR="/usr/share/aclocal acinclude" eautoreconf
 
# libsdl2-2.0.14 build regression. Please check if still needed



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/benchmark/files/, dev-cpp/benchmark/

2021-01-11 Thread Sergei Trofimovich
commit: 4add4f893cf2fb16b18d3c15bc9948a80802b66f
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sat Jan  9 21:37:54 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 11 17:45:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4add4f89

dev-cpp/benchmark: Add patch to fix build failure on gcc-11

Closes: https://bugs.gentoo.org/764647
Signed-off-by: William Breathitt Gray  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19012
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-cpp/benchmark/benchmark-1.5.2.ebuild   |  4 +++
 ...chmark-1.5.2-Add-missing-limits-inclusion.patch | 30 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-cpp/benchmark/benchmark-1.5.2.ebuild 
b/dev-cpp/benchmark/benchmark-1.5.2.ebuild
index 396642b38c3..e3a3e8cfb6e 100644
--- a/dev-cpp/benchmark/benchmark-1.5.2.ebuild
+++ b/dev-cpp/benchmark/benchmark-1.5.2.ebuild
@@ -15,6 +15,10 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
+PATCHES=(
+   "${FILESDIR}/${P}-Add-missing-limits-inclusion.patch"
+)
+
 src_configure() {
local mycmakeargs=(
-DBENCHMARK_ENABLE_TESTING=$(usex test)

diff --git 
a/dev-cpp/benchmark/files/benchmark-1.5.2-Add-missing-limits-inclusion.patch 
b/dev-cpp/benchmark/files/benchmark-1.5.2-Add-missing-limits-inclusion.patch
new file mode 100644
index 000..42bdbbef1f4
--- /dev/null
+++ b/dev-cpp/benchmark/files/benchmark-1.5.2-Add-missing-limits-inclusion.patch
@@ -0,0 +1,30 @@
+From 3d1c2677686718d906f28c1d4da001c42666e6d2 Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich 
+Date: Thu, 15 Oct 2020 09:12:40 +0100
+Subject: [PATCH] src/benchmark_register.h: add missing  inclusion
+ (#1060)
+
+Noticed missing header when was building llvm with gcc-11:
+
+```
+llvm-project/llvm/utils/benchmark/src/benchmark_register.h:17:30:
+  error: 'numeric_limits' is not a member of 'std'
+   17 |   static const T kmax = std::numeric_limits::max();
+  |  ^~
+```
+---
+ src/benchmark_register.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/benchmark_register.h b/src/benchmark_register.h
+index 61377d74..204bf1d9 100644
+--- a/src/benchmark_register.h
 b/src/benchmark_register.h
+@@ -1,6 +1,7 @@
+ #ifndef BENCHMARK_REGISTER_H
+ #define BENCHMARK_REGISTER_H
+ 
++#include 
+ #include 
+ 
+ #include "check.h"



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

2021-01-11 Thread Sergei Trofimovich
commit: 90660acc63a622dc6aba16646f2a69e4c8ee61c2
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sat Jan  9 21:27:27 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 11 17:47:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90660acc

dev-cpp/benchmark: Add support for debug USE flag

Closes: https://bugs.gentoo.org/764653
Signed-off-by: William Breathitt Gray  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19011
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-cpp/benchmark/benchmark-1.5.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-cpp/benchmark/benchmark-1.5.2.ebuild 
b/dev-cpp/benchmark/benchmark-1.5.2.ebuild
index e3a3e8cfb6e..840648c7edc 100644
--- a/dev-cpp/benchmark/benchmark-1.5.2.ebuild
+++ b/dev-cpp/benchmark/benchmark-1.5.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="test"
+IUSE="debug test"
 RESTRICT="!test? ( test )"
 
 PATCHES=(
@@ -26,5 +26,7 @@ src_configure() {
-DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF
)
 
+   use debug || append-cppflags -DNDEBUG
+
cmake_src_configure
 }



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

2021-01-11 Thread Andrew Ammerlaan
commit: 111fc22aeb5ff6a130a666ef077555d8232c356b
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Jan 11 18:11:00 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 18:11:00 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=111fc22a

sci-mathematics/scilab: fix argument mismatch in compilation

https://github.com/gentoo/sci/pull/1038

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 sci-mathematics/scilab/scilab-6.1.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/scilab/scilab-6.1.0.ebuild 
b/sci-mathematics/scilab/scilab-6.1.0.ebuild
index 4b3daa17c..a358fb7cd 100644
--- a/sci-mathematics/scilab/scilab-6.1.0.ebuild
+++ b/sci-mathematics/scilab/scilab-6.1.0.ebuild
@@ -88,7 +88,7 @@ CDEPEND="
umfpack? ( sci-libs/umfpack )"
 
 RDEPEND="${CDEPEND}
-   gui? ( >=virtual/jre-1.5 )"
+   gui? ( >=virtual/jre-1.8 )"
 
 DEPEND="${CDEPEND}
virtual/pkgconfig
@@ -134,6 +134,9 @@ pkg_setup() {
unset F77
java-pkg-opt-2_pkg_setup
 
+   # fails to compile in src/fortran/optml2.f:172:50 without this
+   append-fflags -fallow-argument-mismatch
+
ALL_L10N="en_US"
ALL_L10N_DOC="en_US"
for l in ${IUSE_L10N}; do



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

2021-01-11 Thread Stephan Hartmann
commit: f7b77fd21cd66c2a598416f35605bfbdb3a6be71
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Mon Jan 11 18:41:25 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Mon Jan 11 18:41:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b77fd2

www-client/opera-developer: remove old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/opera-developer/Manifest|   1 -
 .../opera-developer-74.0.3904.0-r1.ebuild  | 139 -
 2 files changed, 140 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 33c20aa7bf0..b6271167440 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,3 @@
-DIST opera-developer_74.0.3904.0_amd64.deb 72559240 BLAKE2B 
566cecf54030e461a4af514e92945897444f67afbd87e9388a0a4cb9a2844b86555e254abb10ac6370ddebda095a7ded396a6312098d337838ef50f2ca2c705a
 SHA512 
fb094d5002c413fc448716ab4aacb5d4a1389890f62c700f29bf75de1cf97e15750d3b8dfc670387fd759c4985d7c2128c1e0df9e32109cb2e9b71223cc7ee26
 DIST opera-developer_75.0.3925.0_amd64.deb 73581348 BLAKE2B 
06eb0592c92c07cd6eaf0dd06683f355f77b96bf34a3cabd64176cf7bafe0a760b41f27fbe4969b93d5d9ee67a91bdff0bb93c4fdab33de7e38f690fbc8b8d99
 SHA512 
f86785066ec6508a633c8612a271443a2f463c2e124a205477e06195c8c802e742e5a58565674dec07221115289f2ed79b0ab38bd8e2d94970e70679986fb2d3
 DIST opera-developer_75.0.3932.0_amd64.deb 73580520 BLAKE2B 
0ede121d06b8f3b8c90d190c66b2610986f3b011e46837541565a12c2067f61aa20f021059c04be82b53826ddc130dc4c1abf218d275e0ac7632d61b20b958a5
 SHA512 
acfdd983ef01e02884576457c4e45236dd059938b95d88021889b0bb141aabae6ddd1157126b4eaa9407c80610a4a4a75097bbabe8bdc3b68f563e41b03f70b5
 DIST opera-ffmpeg-codecs-88.0.4324.27.tar.xz 1362668 BLAKE2B 
0815049dbf95996a04a072ad1b82664ef594e0ea99aaea5ea9d54448457bb5aa5c6d9cb95d6c84a14ca64a29e0a2e9c6f5315a1988eb577ad02cc7422fe0f886
 SHA512 
cd1857d302c413a52433839103a3a268a12ab255ad8d6e651e872f7f28b61e1426e3c2854fc9a6acf4430be9fa8fea939de288c800cc3c60696394f77d86146d

diff --git a/www-client/opera-developer/opera-developer-74.0.3904.0-r1.ebuild 
b/www-client/opera-developer/opera-developer-74.0.3904.0-r1.ebuild
deleted file mode 100644
index e27ca50578c..000
--- a/www-client/opera-developer/opera-developer-74.0.3904.0-r1.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib pax-utils unpacker xdg
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   KEYWORDS="-* amd64"
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   KEYWORDS="-* ~amd64"
-   MY_PN=${PN}
-fi
-
-FFMPEG_VERSION="88.0.4324.27"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.deb}
-   proprietary-codecs? (
-   
https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs suid widevine"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/mesa[gbm]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-   widevine? ( www-plugins/chrome-binary-plugins )
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="opt/opera${PN#opera}"
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "opera only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   # move to /opt, bug #573052
-   mkdir -p "${OPERA_HOME%${PN}}"
-   mv "usr/lib/x86_64-linux-gnu/${PN}" "${OPERA_HOME%${PN}}" || die
-   rm -r "usr/lib" 

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

2021-01-11 Thread Stephan Hartmann
commit: b7eb1c51eb66c508abf1f27b4e913a63eb5f20ab
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Mon Jan 11 18:40:55 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Mon Jan 11 18:41:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7eb1c51

www-client/opera-developer: bump to 75.0.3932.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-75.0.3932.0.ebuild | 139 +
 2 files changed, 140 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index a9a2c89ba0d..33c20aa7bf0 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,3 +1,4 @@
 DIST opera-developer_74.0.3904.0_amd64.deb 72559240 BLAKE2B 
566cecf54030e461a4af514e92945897444f67afbd87e9388a0a4cb9a2844b86555e254abb10ac6370ddebda095a7ded396a6312098d337838ef50f2ca2c705a
 SHA512 
fb094d5002c413fc448716ab4aacb5d4a1389890f62c700f29bf75de1cf97e15750d3b8dfc670387fd759c4985d7c2128c1e0df9e32109cb2e9b71223cc7ee26
 DIST opera-developer_75.0.3925.0_amd64.deb 73581348 BLAKE2B 
06eb0592c92c07cd6eaf0dd06683f355f77b96bf34a3cabd64176cf7bafe0a760b41f27fbe4969b93d5d9ee67a91bdff0bb93c4fdab33de7e38f690fbc8b8d99
 SHA512 
f86785066ec6508a633c8612a271443a2f463c2e124a205477e06195c8c802e742e5a58565674dec07221115289f2ed79b0ab38bd8e2d94970e70679986fb2d3
+DIST opera-developer_75.0.3932.0_amd64.deb 73580520 BLAKE2B 
0ede121d06b8f3b8c90d190c66b2610986f3b011e46837541565a12c2067f61aa20f021059c04be82b53826ddc130dc4c1abf218d275e0ac7632d61b20b958a5
 SHA512 
acfdd983ef01e02884576457c4e45236dd059938b95d88021889b0bb141aabae6ddd1157126b4eaa9407c80610a4a4a75097bbabe8bdc3b68f563e41b03f70b5
 DIST opera-ffmpeg-codecs-88.0.4324.27.tar.xz 1362668 BLAKE2B 
0815049dbf95996a04a072ad1b82664ef594e0ea99aaea5ea9d54448457bb5aa5c6d9cb95d6c84a14ca64a29e0a2e9c6f5315a1988eb577ad02cc7422fe0f886
 SHA512 
cd1857d302c413a52433839103a3a268a12ab255ad8d6e651e872f7f28b61e1426e3c2854fc9a6acf4430be9fa8fea939de288c800cc3c60696394f77d86146d

diff --git a/www-client/opera-developer/opera-developer-75.0.3932.0.ebuild 
b/www-client/opera-developer/opera-developer-75.0.3932.0.ebuild
new file mode 100644
index 000..64ec4729864
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-75.0.3932.0.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib pax-utils unpacker xdg
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   KEYWORDS="-* amd64"
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   KEYWORDS="-* ~amd64"
+   MY_PN=${PN}
+fi
+
+FFMPEG_VERSION="88.0.4324.27"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.deb}
+   proprietary-codecs? (
+   
https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs suid widevine"
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa[gbm]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   widevine? ( www-plugins/chrome-binary-plugins )
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="opt/opera${PN#opera}"
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "opera only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   # move to /opt, bug #573052
+   mkdir -p "${OPERA_HOME%${PN}}"
+   mv "usr/lib/x86_64-linux-gnu/${PN}" "${OPERA_HOME%${PN}}" || die
+   rm -r "usr/lib" || 

[gentoo-commits] proj/musl:master commit in: x11-misc/lightdm/, x11-misc/lightdm/files/

2021-01-11 Thread Georgy Yakovlev
commit: 9f0e4c4b0d34fc8d1f91f9233f94ba746ff1191a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jan 11 18:49:30 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jan 11 18:50:12 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=9f0e4c4b

x11-misc/lightdm: drop old

broken due to EAPI restrictions in the eclass
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/lightdm/Manifest  |   2 -
 x11-misc/lightdm/files/README.gentoo   |  11 --
 x11-misc/lightdm/files/Xsession|  74 ---
 x11-misc/lightdm/files/lightdm |   8 --
 .../files/lightdm-1.21.0-musl-is-linux.patch   |  12 --
 .../files/lightdm-1.21.0-musl-updwtmpx.patch   |  13 --
 .../files/lightdm-1.26.0-musl-language.patch   |  36 -
 x11-misc/lightdm/files/lightdm-autologin   |   6 -
 x11-misc/lightdm/files/lightdm.service |  14 --
 x11-misc/lightdm/lightdm-1.26.0-r1.ebuild  | 146 -
 x11-misc/lightdm/metadata.xml  |  14 --
 11 files changed, 336 deletions(-)

diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
deleted file mode 100644
index 0884e21..000
--- a/x11-misc/lightdm/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST introspection-20110205.m4.tar.bz2 1220 BLAKE2B 
01483c1a7b73568e01cc4d84b43c4cd946c0b5fa13aa27805fa17297112bfaabb1c5a34bd83d2ecdef2033b622dbd5e63914baacb8f6edf488a7396d26d9
 SHA512 
5c49239935b93d86cce68b577b43d1a56d8749ab5747029bfcfa67339697134be24ef29ba6c3d133b8c03e867864637c8eb61491a4b7f6bb1e56386ed66cb9be
-DIST lightdm-1.26.0.tar.xz 516092 BLAKE2B 
0bbbe11959a2ea0c21e723d10e8831fc0d9e15475a415869634cfb41c6d576b77fd87720be33dae8456063947dd1b551e88c263ed76ef9b120c43df8c42513f3
 SHA512 
67c0671753587493ed064b66f94be58853028287c914d1101e66499bebf1408e14d33245887ce89d1c4931960225ea3984e5e625b22dc4e3020be34a3087d8e7

diff --git a/x11-misc/lightdm/files/README.gentoo 
b/x11-misc/lightdm/files/README.gentoo
deleted file mode 100644
index 182f530..000
--- a/x11-misc/lightdm/files/README.gentoo
+++ /dev/null
@@ -1,11 +0,0 @@
-
- * Even though the default /etc/lightdm/lightdm.conf will work for
- * most users, make sure you configure it to suit your needs
- * before using lightdm for the first time.
- * You can test the configuration file using the following
- * command: lightdm --test-mode -c /etc/lightdm/lightdm.conf. This
- * requires xorg-server to be built with the 'kdrive' useflag.
- *
- * You can also set your own default values for LIGHTDM_GREETER,
- * LIGHTDM_SESSION, and LIGHTDM_USER in /etc/portage/make.conf
-

diff --git a/x11-misc/lightdm/files/Xsession b/x11-misc/lightdm/files/Xsession
deleted file mode 100644
index 50ce80f..000
--- a/x11-misc/lightdm/files/Xsession
+++ /dev/null
@@ -1,74 +0,0 @@
-#!/bin/sh
-#
-# LightDM wrapper to run around X sessions.
-
-echo "Running X session wrapper"
-
-# Load profile
-for file in "/etc/profile" "$HOME/.profile" "/etc/xprofile" "$HOME/.xprofile"; 
do
-if [ -f "$file" ]; then
-echo "Loading profile from $file";
-. "$file"
-fi
-done
-
-# Load resources
-for file in "/etc/X11/Xresources" "$HOME/.Xresources"; do
-if [ -f "$file" ]; then
-echo "Loading resource: $file"
-xrdb -nocpp -merge "$file"
-fi
-done
-
-# Load keymaps
-for file in "/etc/X11/Xkbmap" "$HOME/.Xkbmap"; do
-if [ -f "$file" ]; then
-echo "Loading keymap: $file"
-setxkbmap `cat "$file"`
-XKB_IN_USE=yes
-fi
-done
-
-# Load xmodmap if not using XKB
-if [ -z "$XKB_IN_USE" ]; then
-for file in "/etc/X11/Xmodmap" "$HOME/.Xmodmap"; do
-if [ -f "$file" ]; then
-   echo "Loading modmap: $file"
-   xmodmap "$file"
-fi
-done
-fi
-
-unset XKB_IN_USE
-
-# /etc/X11/xinit/xinitrc.d/80-dbus expects $command to be
-# set to the Xsession arguments. So make it happy. See
-# https://bugs.gentoo.org/show_bug.cgi?id=533456
-command="$@"
-
-# Run all system xinitrc shell scripts.
-xinitdir="/etc/X11/xinit/xinitrc.d"
-if [ -d "$xinitdir" ]; then
-for script in $xinitdir/*; do
-echo "Loading xinit script $script"
-if [ -x "$script" -a ! -d "$script" ]; then
-. "$script"
-fi
-done
-fi
-
-# Load Xsession scripts
-xsessionddir="/etc/X11/Xsession.d"
-if [ -d "$xsessionddir" ]; then
-for i in `ls $xsessionddir`; do
-script="$xsessionddir/$i"
-echo "Loading X session script $script"
-if [ -r "$script"  -a -f "$script" ] && expr "$i" : 
'^[[:alnum:]_-]\+$' > /dev/null; then
-. "$script"
-fi
-done
-fi
-
-echo "X session wrapper complete, running session $@"
-
-exec $command

diff --git a/x11-misc/lightdm/files/lightdm b/x11-misc/lightdm/files/lightdm
deleted file mode 100644
index 6286d6a..000
--- a/x11-misc/lightdm/files/lightdm
+++ /dev/null
@@ -1,8 +0,0 @@
-#%PAM-1.0
-auth   optional

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

2021-01-11 Thread Fabian Groffen
commit: 174d4253d7d151f1a2dbe1e63f16013a3baf7a34
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jan 11 19:01:19 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan 11 19:01:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174d4253

app-crypt/argon2: add missing Prefix keywords

Closes: https://bugs.gentoo.org/41
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-crypt/argon2/argon2-20190702.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/argon2/argon2-20190702.ebuild 
b/app-crypt/argon2/argon2-20190702.ebuild
index 772e2743d6b..6d8513674c0 100644
--- a/app-crypt/argon2/argon2-20190702.ebuild
+++ b/app-crypt/argon2/argon2-20190702.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="|| ( Apache-2.0 CC0-1.0 )"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="static-libs"
 
 S="${WORKDIR}/phc-winner-${P}"



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

2021-01-11 Thread Sam James
commit: d4c9968ba22550f29245ebd4e73457cde27ca2f3
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 11 19:13:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 11 19:13:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c9968b

dev-python/rsa: Stabilize 4.7 arm, #760702

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/rsa/rsa-4.7.ebuild b/dev-python/rsa/rsa-4.7.ebuild
index 6f723a5a136..5468293c26f 100644
--- a/dev-python/rsa/rsa-4.7.ebuild
+++ b/dev-python/rsa/rsa-4.7.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/pyasn1-0.1.3[${PYTHON_USEDEP}]



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

2021-01-11 Thread Sam James
commit: b154607cb6e21e20a743a50c786154c52cbf5604
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 11 19:13:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 11 19:13:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b154607c

dev-python/wsaccel: Stabilize 0.6.3 arm, #764569

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/wsaccel/wsaccel-0.6.3.ebuild 
b/dev-python/wsaccel/wsaccel-0.6.3.ebuild
index 540135d5d75..095a00e5b98 100644
--- a/dev-python/wsaccel/wsaccel-0.6.3.ebuild
+++ b/dev-python/wsaccel/wsaccel-0.6.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/methane/wsaccel/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
 



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

2021-01-11 Thread Sam James
commit: d2b17c180a375080c076414a549a3f2cc5a1a102
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 11 19:13:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 11 19:13:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b17c18

app-shells/dash: Stabilize 0.5.11.3-r1 arm, #754267

Signed-off-by: Sam James  gentoo.org>

 app-shells/dash/dash-0.5.11.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/dash/dash-0.5.11.3-r1.ebuild 
b/app-shells/dash/dash-0.5.11.3-r1.ebuild
index 7a2e4a20f6e..d0227a4ecae 100644
--- a/app-shells/dash/dash-0.5.11.3-r1.ebuild
+++ b/app-shells/dash/dash-0.5.11.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-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 ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="libedit static"
 
 BDEPEND="virtual/pkgconfig"



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

2021-01-11 Thread Sam James
commit: 9159414d78265d71987c3bf2417480d0c263560d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 11 19:13:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 11 19:13:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9159414d

net-libs/libwebsockets: Stabilize 4.1.6 arm, #764608

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild 
b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
index 4ea4257457b..644f57004bd 100644
--- a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
+++ b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0/17" # libwebsockets.so.17
-KEYWORDS="amd64 ~arm ~arm64 ppc x86"
+KEYWORDS="amd64 arm ~arm64 ppc x86"
 IUSE="access-log caps cgi client dbus generic-sessions http-proxy http2 ipv6
+lejp libev libevent libressl libuv mbedtls peer-limits server-status 
smtp socks5
sqlite3 ssl static-libs threads zip"



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

2021-01-11 Thread Mike Gilbert
commit: 15fa52e8a89a13aef6b4c0885fb9397b78be21c5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jan 11 19:22:52 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jan 11 19:22:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15fa52e8

meson.eclass: change '--host-route' to '--host-root'

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

 eclass/meson.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index 7e17c3bd654..de46be1cac7 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -149,7 +149,7 @@ _meson_get_machine_info() {
 
local ver_opt
case "${EAPI}" in
-   6) ver_opt=--host-route ;;
+   6) ver_opt=--host-root ;;
*) ver_opt=-b ;;
esac
if has_version "${ver_opt}" '

[gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-intel-media-driver/

2021-01-11 Thread Sam James
commit: 3366d67db1193bdf703c17eded205eef0b307458
Author: Karlson2k (Evgeny Grin)  narod  ru>
AuthorDate: Mon Jan  4 19:45:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 11 19:09:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3366d67d

x11-libs/libva-intel-media-driver: added USE flag

Added USE flag 'set-as-default' to enforce usage of this (iHD) libva
driver. This flag sets environment variable to override libva automatic
selection of driver.

Closes: https://bugs.gentoo.org/737284
Signed-off-by: Karlson2k (Evgeny Grin)  narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/18946
Signed-off-by: Sam James  gentoo.org>

 .../libva-intel-media-driver-20.1.1-r2.ebuild  | 53 +
 .../libva-intel-media-driver-20.2.0-r2.ebuild  | 55 ++
 x11-libs/libva-intel-media-driver/metadata.xml |  9 ++--
 3 files changed, 114 insertions(+), 3 deletions(-)

diff --git 
a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-20.1.1-r2.ebuild 
b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-20.1.1-r2.ebuild
new file mode 100644
index 000..91a9328035e
--- /dev/null
+++ 
b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-20.1.1-r2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+if [[ ${PV} == * ]] ; then
+   : ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
+   if [[ ${PV%} != "" ]] ; then
+   : ${EGIT_BRANCH:="release/${PV%.}"}
+   fi
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${PV}.tar.gz;
+   S="${WORKDIR}/media-driver-intel-media-${PV}"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Intel Media Driver for VAAPI (iHD)"
+HOMEPAGE="https://github.com/intel/media-driver;
+
+LICENSE="MIT BSD"
+SLOT="0"
+IUSE="X set-as-default"
+
+PATCHES=( "${FILESDIR}"/${PN}-20.2.0_x11_optional.patch )
+
+DEPEND=">=media-libs/gmmlib-${PV}
+   >=x11-libs/libva-2.7.1[X?]
+   >=x11-libs/libpciaccess-0.13.1-r1:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DMEDIA_BUILD_FATAL_WARNINGS=OFF
+   -DMEDIA_RUN_TEST_SUITE=OFF
+   -DUSE_X11=$(usex X)
+   -DINSTALL_DRIVER_SYSCONF=OFF
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   if use 'set-as-default' ; then
+   echo 'LIBVA_DRIVER_NAME="iHD"' > 
"${T}/55libva-intel-media-driver" || die
+   doenvd "${T}/55libva-intel-media-driver"
+   fi
+}

diff --git 
a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-20.2.0-r2.ebuild 
b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-20.2.0-r2.ebuild
new file mode 100644
index 000..45e9262fd45
--- /dev/null
+++ 
b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-20.2.0-r2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+if [[ ${PV} == * ]] ; then
+   : ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
+   if [[ ${PV%} != "" ]] ; then
+   : ${EGIT_BRANCH:="release/${PV%.}"}
+   fi
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${PV}.tar.gz;
+   S="${WORKDIR}/media-driver-intel-media-${PV}"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Intel Media Driver for VAAPI (iHD)"
+HOMEPAGE="https://github.com/intel/media-driver;
+
+LICENSE="MIT BSD"
+SLOT="0"
+IUSE="X set-as-default"
+
+PATCHES=( "${FILESDIR}"/${PN}-20.2.0_x11_optional.patch )
+
+DEPEND=">=media-libs/gmmlib-20.2.2
+   >=x11-libs/libva-2.8.0[X?]
+   >=x11-libs/libpciaccess-0.13.1-r1:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DMEDIA_BUILD_FATAL_WARNINGS=OFF
+   -DMEDIA_RUN_TEST_SUITE=OFF
+   -DBUILD_TYPE=release
+   -DPLATFORM=linux
+   -DUSE_X11=$(usex X)
+   -DINSTALL_DRIVER_SYSCONF=OFF
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   if use 'set-as-default' ; then
+   echo 'LIBVA_DRIVER_NAME="iHD"' > 
"${T}/55libva-intel-media-driver" || die
+   doenvd "${T}/55libva-intel-media-driver"
+   fi
+}

diff --git a/x11-libs/libva-intel-media-driver/metadata.xml 
b/x11-libs/libva-intel-media-driver/metadata.xml
index 80088c21d0a..59324eb4fd6 100644
--- a/x11-libs/libva-intel-media-driver/metadata.xml
+++ b/x11-libs/libva-intel-media-driver/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   media-vi...@gentoo.org
-
+   
+   media-vi...@gentoo.org
+   
+   
+   Override libva 

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

2021-01-11 Thread Andrew Ammerlaan
commit: 1615cf4bf2d69b39cec4fe5b8926dc449f71ddbe
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Jan 11 18:12:30 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 18:12:30 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1615cf4b

sci-mathematics/scilab: drop USE bash-completion, install unconditionally

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 sci-mathematics/scilab/scilab-6.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/scilab/scilab-6.1.0.ebuild 
b/sci-mathematics/scilab/scilab-6.1.0.ebuild
index a358fb7cd..c2a4bf0e5 100644
--- a/sci-mathematics/scilab/scilab-6.1.0.ebuild
+++ b/sci-mathematics/scilab/scilab-6.1.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 
-IUSE="bash-completion debug doc emf fftw +gui +matio mpi nls openmp
+IUSE="debug doc emf fftw +gui +matio mpi nls openmp
static-libs test tk +umfpack +xcos"
 REQUIRED_USE="xcos? ( gui ) doc? ( gui )"
 
@@ -270,7 +270,7 @@ src_install() {
default
prune_libtool_files --all
rm -rf "${D}"/usr/share/scilab/modules/*/tests ||die
-   use bash-completion && newbashcomp 
"${FILESDIR}"/"${PN}".bash_completion "${PN}"
+   newbashcomp "${FILESDIR}"/"${PN}".bash_completion "${PN}"
echo "SEARCH_DIRS_MASK=${EPREFIX}/usr/$(get_libdir)/scilab" \
> 50-"${PN}"
insinto /etc/revdep-rebuild && doins "50-${PN}"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/, sys-devel/automake/files/

2021-01-11 Thread Lars Wendler
commit: 7ba8609866702b70240c38135f90dff84fbdf918
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 18:33:18 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 18:33:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba86098

sys-devel/automake: Removed old

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

 sys-devel/automake/Manifest|   1 -
 sys-devel/automake/automake-1.16.1-r1.ebuild   | 102 ---
 sys-devel/automake/automake-1.16.1-r2.ebuild   | 128 --
 .../files/automake-1.16.1-py3-compile-test.patch   |  12 --
 .../files/automake-1.16.1-py3-compile.patch|  61 ---
 .../files/automake-1.16.1-py3-no-pyo-files.patch   | 192 -
 .../automake-1.16.1-py3-pep3147-cmdline.patch  |  16 --
 .../files/automake-1.16.1-py3-pep3147.patch|  39 -
 8 files changed, 551 deletions(-)

diff --git a/sys-devel/automake/Manifest b/sys-devel/automake/Manifest
index 5cd3ba98c84..35bea52e417 100644
--- a/sys-devel/automake/Manifest
+++ b/sys-devel/automake/Manifest
@@ -4,7 +4,6 @@ DIST automake-1.12.6.tar.xz 1400336 BLAKE2B 
b1d9befdda70f9caab881c1159921ea883a7
 DIST automake-1.13.4.tar.xz 1449608 BLAKE2B 
03dee42d65362a6f36e81c83d516c85faba1aac59bdc0d941077fde9be7742da0f57b48d678169e7a0e8b652c3ef46c314cdd3efb0fc489c389852fed1c39a02
 SHA512 
c9b145c1b822a4d83f2899f4280a76ccae932301b273f4c9718dc7f53161aa03dc1be2c1fb1a61083c54186e1908ae2c8284250aa1d8f6dea484767aca1344d3
 DIST automake-1.14.1.tar.xz 1488984 BLAKE2B 
a4c9b1f2c5ca35fba62e57423be2b6c060c63df8198d06a904a236745053072cb14ca4b333fb6cf370ef73378ee8771f4c10bcc111dcbd69e40f75abc16475fa
 SHA512 
5de971159dfca2ec74c3c9a2f1368331efc437b146d675740c8735fcb0d32a30d0560fd29df64c3279efdf9278152c82a9ff09040b3e64d84743aaf25b26ce69
 DIST automake-1.15.1.tar.xz 1509496 BLAKE2B 
e6ade31089f969140472004cd9854318470228c64e4f8e829d48c5379f62d2c5f8ef9509131c577653e81868d94544ecf6520f86b5d582ebb6ed65c832039f30
 SHA512 
02f661b2676f1d44334ce1c7188f9913a6874bf46ba487708ad8090ad57905f14aead80fefed815e21effacfbb925e23b944ea7dd32563dca39c1a4174eda688
-DIST automake-1.16.1.tar.xz 1534936 BLAKE2B 
0a3b42375361ff3c07e861eb2974fa094f8e76e4c6fcad02d6413402d201506b1cd660a187ffa1d2b29d8955ef60088f7b07d96405d803895b593b35b78f443a
 SHA512 
4013bd31f4903b10875caa7d6ac16a14623a4eb91aa758924dee5b990e234fb50848d131e2dbdbbbc32f89c41a14f9c52a0064c37aa6760c524d607b354b13c3
 DIST automake-1.16.2.tar.xz 1545912 BLAKE2B 
88e12fc7792c1a3a9c3b9095760145c2ebf3799602320efe5885a0cac16ced2cfb95865abf0a96b6969aa4652eb2b3d2ac8dae550d721392be45fc10c2458b67
 SHA512 
a4aa0e41ceaa7df5bc303a6004597fb158f4198594017cd2c586fd9f5a29233e081766bf22b7e4ef0d4c8c3d45a8591009427efa319b362922a958ac1ef6e27b
 DIST automake-1.16.3.tar.xz 1590708 BLAKE2B 
ab6001a1b09e171ec83bac07155a77ab0fc29f5185116616aa3080b27e8bbf759472cd0dfb75630b26f7ad8d0741e668662d00b370ef79cf5ef6c62e945c94da
 SHA512 
7265aeb7f82a8a205761d76e6ade7b7e97831c283349fd80f86e511f4b0b3e17f429d1506fca84c76079f63781e5dbf5ca81455d6bf6cda27d2e5c3d23b0d1aa
 DIST automake-1.4-p6.tar.gz 375060 BLAKE2B 
681c70a2932ae1697d0b9907c8a8d12ed0d506be4a2812dff93af7c3b659ee1ed24a97f0a653f9a49c0d4a78a70965482b39f1297e9f6d6099d3857a2d451f69
 SHA512 
3f3235e68ab6703668deac015926124c7a6925e830c6820cb156f15f8ee3febd0fd0cc2ab4f4b5c405b528e4ce12b2459347f62ed6a1a862bc9969163d9e

diff --git a/sys-devel/automake/automake-1.16.1-r1.ebuild 
b/sys-devel/automake/automake-1.16.1-r1.ebuild
deleted file mode 100644
index cd16023c5dc..000
--- a/sys-devel/automake/automake-1.16.1-r1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://git.savannah.gnu.org/r/${PN}.git;
-
-   inherit git-r3
-else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-   if [[ ${PV/_beta} == ${PV} ]]; then
-   MY_P=${P}
-   SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
-   https://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz;
-   else
-   MY_PV="$(ver_cut 1).$(($(ver_cut 2)-1))b"
-   MY_P="${PN}-${MY_PV}"
-
-   # Alpha/beta releases are not distributed on the usual mirrors.
-   SRC_URI="https://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz;
-   fi
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="Used to generate Makefile.in from Makefile.am"
-HOMEPAGE="https://www.gnu.org/software/automake/;
-
-LICENSE="GPL-2"
-# Use Gentoo versioning for slotting.
-SLOT="${PV:0:4}"
-IUSE=""
-RESTRICT="test"
-
-RDEPEND="dev-lang/perl
-   >=sys-devel/automake-wrapper-11
-   >=sys-devel/autoconf-2.69:*
-   

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

2021-01-11 Thread Lars Wendler
commit: 2112ca4ff186293c004711633d5a5145f4e418d1
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 17:45:06 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 18:33:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2112ca4f

autotools.eclass: Updated _LATEST_AUTOMAKE variable

Signed-off-by: Lars Wendler  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/19034

 eclass/autotools.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index b1d36540199..6e3d6a79b13 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -54,6 +54,8 @@ inherit libtool
 # CONSTANT!
 # The latest major unstable and stable version/slot of automake available
 # on each arch.
+# Only add unstable version if it is in a different slot than latest stable
+# version.
 # List latest unstable version first to boost testing adoption rate because
 # most package manager dependency resolver will pick the first suitable
 # version.
@@ -65,7 +67,7 @@ inherit libtool
 # Do NOT change this variable in your ebuilds!
 # If you want to force a newer minor version, you can specify the correct
 # WANT value by using a colon:  :
-_LATEST_AUTOMAKE=( 1.16.1:1.16 1.15.1:1.15 )
+_LATEST_AUTOMAKE=( 1.16.2-r1:1.16 )
 
 _automake_atom="sys-devel/automake"
 _autoconf_atom="sys-devel/autoconf"



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

2021-01-11 Thread Lars Wendler
commit: ebb09b0278fb5f71d6cc0e1942ca78068d6c8cd4
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 17:27:23 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 18:33:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb09b02

media-libs/libsdl2: Call eautoreconf with AT_NOEAUTOHEADER="yes"

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

 media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild
index 04e09689b1d..4d1a2b292c9 100644
--- a/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild
@@ -98,12 +98,12 @@ src_prepare() {
rm -r src/video/khronos || die
ln -s "${ESYSROOT}/usr/include" src/video/khronos || die
 
-   # SDL seems to customize SDL_config.h.in to remove macros like 
PACKAGE_NAME.
-   # Stub out eautoheader to prevent those macros from being reintroduced.
+   # SDL seems to customize SDL_config.h.in to remove macros like
+   # PACKAGE_NAME. Add AT_NOEAUTOHEADER="yes" to prevent those macros from
+   # being reintroduced.
# https://bugs.gentoo.org/764959
-   eautoheader() { :; }
-
-   AT_M4DIR="/usr/share/aclocal acinclude" eautoreconf
+   AT_NOEAUTOHEADER="yes" AT_M4DIR="/usr/share/aclocal acinclude" \
+   eautoreconf
 
# libsdl2-2.0.14 build regression. Please check if still needed
multilib_copy_sources



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

2021-01-11 Thread Lars Wendler
commit: 596c7105923325d488240cabe8905004870618b5
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 17:24:08 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 18:33:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596c7105

media-libs/freetype: Call eautoreconf with AT_NOEAUTOHEADER="yes"

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

 media-libs/freetype/freetype-2.10.4.ebuild | 3 +--
 media-libs/freetype/freetype-.ebuild   | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-libs/freetype/freetype-2.10.4.ebuild 
b/media-libs/freetype/freetype-2.10.4.ebuild
index 9f1e9603ff4..6ede5206ae8 100644
--- a/media-libs/freetype/freetype-2.10.4.ebuild
+++ b/media-libs/freetype/freetype-2.10.4.ebuild
@@ -90,8 +90,7 @@ src_prepare() {
sed -e 
"s;@VERSION@;$freetype_major$freetype_minor$freetype_patch;" \
< configure.raw > configure.ac || die
# eautoheader produces broken ftconfig.in
-   eautoheader() { return 0 ; }
-   AT_M4DIR="." eautoreconf
+   AT_NOEAUTOHEADER="yes" AT_M4DIR="." eautoreconf
unset freetype_major freetype_minor freetype_patch
popd &>/dev/null || die
fi

diff --git a/media-libs/freetype/freetype-.ebuild 
b/media-libs/freetype/freetype-.ebuild
index a124165276f..b6fe021280d 100644
--- a/media-libs/freetype/freetype-.ebuild
+++ b/media-libs/freetype/freetype-.ebuild
@@ -100,8 +100,7 @@ src_prepare() {
sed -e 
"s;@VERSION@;$freetype_major$freetype_minor$freetype_patch;" \
< configure.raw > configure.ac || die
# eautoheader produces broken ftconfig.in
-   eautoheader() { return 0 ; }
-   AT_M4DIR="." eautoreconf
+   AT_NOEAUTOHEADER="yes" AT_M4DIR="." eautoreconf
unset freetype_major freetype_minor freetype_patch
popd &>/dev/null || die
fi



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

2021-01-11 Thread Lars Wendler
commit: ec26ad9b5eedb96d8b10d1bae438e8355b44c978
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 17:18:03 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 18:33:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec26ad9b

autotools.eclass: Introduce AT_NOEAUTOHEADER variable

Sometimes packages get their headers being broken by autoheader (see
media-libs/freetype for example) or get unwanted defines added (see
media-libs/libsdl2). In that case we want to run eautoreconf without
call to eautoheader.

Bug: https://bugs.gentoo.org/764959
Signed-off-by: Lars Wendler  gentoo.org>

 eclass/autotools.eclass | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index d7ce23bfdf3..b1d36540199 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: autotools.eclass
@@ -136,6 +136,12 @@ unset _automake_atom _autoconf_atom
 # Additional options to pass to automake during
 # eautoreconf call.
 
+# @ECLASS-VARIABLE: AT_NOEAUTOHEADER
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# Don't run eautoheader command if set to 'yes'; only used to work around
+# packages that don't want their headers being modified.
+
 # @ECLASS-VARIABLE: AT_NOEAUTOMAKE
 # @DEFAULT_UNSET
 # @DESCRIPTION:
@@ -236,7 +242,7 @@ eautoreconf() {
else
eautoconf --force
fi
-   eautoheader
+   [[ ${AT_NOEAUTOHEADER} != "yes" ]] && eautoheader
[[ ${AT_NOEAUTOMAKE} != "yes" ]] && FROM_EAUTORECONF="yes" eautomake 
${AM_OPTS}
 
if [[ ${AT_NOELIBTOOLIZE} != "yes" ]] ; then



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

2021-01-11 Thread Lars Wendler
commit: 647a8d98602693dbdc3e2d5ed4c0baf684dc9121
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 11 18:01:18 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 11 18:33:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647a8d98

media-libs/freetype: Fixed dlg target in live ebuild

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

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

diff --git a/media-libs/freetype/freetype-.ebuild 
b/media-libs/freetype/freetype-.ebuild
index b6fe021280d..10ef7635e9d 100644
--- a/media-libs/freetype/freetype-.ebuild
+++ b/media-libs/freetype/freetype-.ebuild
@@ -85,7 +85,7 @@ src_unpack() {
# Need to copy stuff from dlg submodule (#758902)
local dlg_inc_dir="${S}/submodules/dlg/include/dlg"
local dlg_src_dir="${S}/submodules/dlg/src/dlg"
-   local dlg_dest_dir="${S}/src/dlg"
+   local dlg_dest_dir="${S}/include"
mkdir -p "${dlg_dest_dir}/dlg" || die
cp "${dlg_inc_dir}"/{dlg,output}.h "${dlg_dest_dir}/dlg" || die
cp "${dlg_src_dir}"/* "${dlg_dest_dir}" || die



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

2021-01-11 Thread Andrew Ammerlaan
commit: 92beb1e7875d7df761c5995c2de6b38beee325a2
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Jan 11 17:23:25 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 17:23:25 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=92beb1e7

sci-mathematics/scilab: add libxml patch

thanks to @efferre79

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 .../scilab/files/scilab-6.1.0-libxml.patch | 66 ++
 sci-mathematics/scilab/scilab-6.1.0.ebuild |  1 +
 2 files changed, 67 insertions(+)

diff --git a/sci-mathematics/scilab/files/scilab-6.1.0-libxml.patch 
b/sci-mathematics/scilab/files/scilab-6.1.0-libxml.patch
new file mode 100644
index 0..55d2e744a
--- /dev/null
+++ b/sci-mathematics/scilab/files/scilab-6.1.0-libxml.patch
@@ -0,0 +1,66 @@
+--- orig/scilab-6.1.0/modules/functions_manager/src/cpp/dynamic_modules.cpp
2020-02-25 10:59:51.0 +0100
 scilab-6.1.0/modules/functions_manager/src/cpp/dynamic_modules.cpp 
2020-06-13 17:52:19.258491176 +0200
+@@ -22,13 +22,13 @@
+ {
+ #include "loadOnUseClassPath.h"
+ #include "Scierror.h"
++}
+ 
+ //XML API
+ #include 
+ #include 
+ #include "sci_malloc.h"
+ #include "configvariable_interface.h"
+-}
+ 
+ vectGateway loadGatewaysName(const std::wstring& _wstModuleName)
+ {
+--- orig/scilab-6.1.0/modules/io/src/cpp/loadlib.cpp   2020-02-25 
10:59:59.0 +0100
 scilab-6.1.0/modules/io/src/cpp/loadlib.cpp2020-06-13 
17:38:17.474133786 +0200
+@@ -17,6 +17,8 @@
+ #include "context.hxx"
+ #include "loadlib.hxx"
+ #include "macrofile.hxx"
++#include 
++#include 
+ extern "C"
+ {
+ #include "FileExist.h"
+@@ -26,8 +28,6 @@
+ #include "fullpath.h"
+ #include "PATH_MAX.h"
+ #include "pathconvert.h"
+-#include 
+-#include 
+ }
+ 
+ #define DEFAULT_ENCODING "UTF-8"
+--- orig/scilab-6.1.0/modules/xml/src/cpp/XMLDocument.hxx  2020-02-25 
11:00:18.0 +0100
 scilab-6.1.0/modules/xml/src/cpp/XMLDocument.hxx   2020-06-13 
17:45:02.443795087 +0200
+@@ -23,13 +23,10 @@
+ 
+ #include "dynlib_xml_scilab.h"
+ 
+-extern "C"
+-{
+ #include "xml.h"
+ #ifndef XML_XPATH_CHECKNS
+ #define XML_XPATH_CHECKNS
+ #endif
+-}
+ 
+ #include "XMLObject.hxx"
+ 
+--- orig/scilab-6.1.0/modules/scicos/includes/XMIResource.hxx  2020-02-25 
11:00:08.0 +0100
 scilab-6.1.0/modules/scicos/includes/XMIResource.hxx   2020-06-13 
18:13:54.985717732 +0200
+@@ -22,10 +22,8 @@
+ #include 
+ #include 
+ 
+-extern "C" {
+ #include 
+ #include 
+-}
+ 
+ namespace org_scilab_modules_scicos
+ {

diff --git a/sci-mathematics/scilab/scilab-6.1.0.ebuild 
b/sci-mathematics/scilab/scilab-6.1.0.ebuild
index 190b3f105..4b3daa17c 100644
--- a/sci-mathematics/scilab/scilab-6.1.0.ebuild
+++ b/sci-mathematics/scilab/scilab-6.1.0.ebuild
@@ -113,6 +113,7 @@ PATCHES=(
"${FILESDIR}/${P}-accessviolation.patch"
"${FILESDIR}/${P}-missinglib.patch"
"${FILESDIR}/${P}-freehep.patch"
+   "${FILESDIR}/${P}-libxml.patch"
 )
 
 pkg_pretend() {



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

2021-01-11 Thread Sam James
commit: fb73225aa41737a7b55b3c1d8c654aa3fd2740e5
Author: Daniel M. Weeks  danweeks  net>
AuthorDate: Mon Jan 11 19:03:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 11 19:20:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb73225a

net-p2p/rtorrent: add xmlrpc-c subslot dep

Closes: https://bugs.gentoo.org/764995
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel M. Weeks  danweeks.net>
Closes: https://github.com/gentoo/gentoo/pull/19037
Signed-off-by: Sam James  gentoo.org>

 net-p2p/rtorrent/rtorrent-0.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/rtorrent/rtorrent-0.9.8.ebuild 
b/net-p2p/rtorrent/rtorrent-0.9.8.ebuild
index 9b0b9c50eb5..d66b1df5979 100644
--- a/net-p2p/rtorrent/rtorrent-0.9.8.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.9.8.ebuild
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
 COMMON_DEPEND="~net-libs/libtorrent-0.13.${PV##*.}
>=net-misc/curl-7.19.1
sys-libs/ncurses:0=
-   xmlrpc? ( dev-libs/xmlrpc-c )"
+   xmlrpc? ( dev-libs/xmlrpc-c:= )"
 RDEPEND="${COMMON_DEPEND}
daemon? ( app-misc/screen )
selinux? ( sec-policy/selinux-rtorrent )



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

2021-01-11 Thread Sam James
commit: e5537ee69c9abdc7a5b494cbe466b40a1fc8f0fd
Author: Daniel M. Weeks  danweeks  net>
AuthorDate: Mon Jan 11 18:57:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 11 19:20:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5537ee6

dev-libs/xmlrpc-c: add subslot

Closes: https://bugs.gentoo.org/764992
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel M. Weeks  danweeks.net>
Signed-off-by: Sam James  gentoo.org>

 .../xmlrpc-c/{xmlrpc-c-1.51.06-r1.ebuild => xmlrpc-c-1.51.06-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r1.ebuild 
b/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild
similarity index 99%
rename from dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r1.ebuild
rename to dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild
index 1832a8f0273..90705a7f3f1 100644
--- a/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r1.ebuild
+++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://xmlrpc-c.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/4.51"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="abyss +cgi +curl +cxx +libxml2 threads test"



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

2021-01-11 Thread Sam James
commit: ca0ce8a96b48a0af195d771d6050f46753d617cb
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 11 19:20:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 11 19:20:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0ce8a9

app-admin/sudo: Stabilize 1.9.5 amd64, #764986

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-admin/sudo/sudo-1.9.5.ebuild b/app-admin/sudo/sudo-1.9.5.ebuild
index d154550fe77..a87879498a2 100644
--- a/app-admin/sudo/sudo-1.9.5.ebuild
+++ b/app-admin/sudo/sudo-1.9.5.ebuild
@@ -22,7 +22,7 @@ else
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz;
if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sparc ~x86 ~sparc-solaris"
fi
 fi
 



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

2021-01-11 Thread Sergei Trofimovich
commit: 666729321236e157d0e09b47a3569870ebb3c219
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 11 17:06:38 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 11 17:33:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66672932

dev-python/cryptography: stable 3.2.1 for hppa, bug #757495

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

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

diff --git a/dev-python/cryptography/cryptography-3.2.1.ebuild 
b/dev-python/cryptography/cryptography-3.2.1.ebuild
index fc26b4b5906..eb269724f50 100644
--- a/dev-python/cryptography/cryptography-3.2.1.ebuild
+++ b/dev-python/cryptography/cryptography-3.2.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="libressl idna"
 
 RDEPEND="



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

2021-01-11 Thread Sergei Trofimovich
commit: 7082ee526e09f8897d04599c20c9c811e2800450
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 11 16:44:36 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 11 17:33:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7082ee52

dev-libs/volume_key: stable 0.3.12-r3 for sparc, bug #764287

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

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

diff --git a/dev-libs/volume_key/volume_key-0.3.12-r3.ebuild 
b/dev-libs/volume_key/volume_key-0.3.12-r3.ebuild
index 92d1cd9db25..148e60677e7 100644
--- a/dev-libs/volume_key/volume_key-0.3.12-r3.ebuild
+++ b/dev-libs/volume_key/volume_key-0.3.12-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://releases.pagure.org/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-01-11 Thread Sergei Trofimovich
commit: fddad3b94ce7ecb8f43fd01094842789206ca45e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 11 17:07:17 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 11 17:33:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fddad3b9

dev-python/numpy: stable 1.19.4 for hppa, bug #758575

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

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

diff --git a/dev-python/numpy/numpy-1.19.4.ebuild 
b/dev-python/numpy/numpy-1.19.4.ebuild
index 333b3a347e3..bdeb53a49fd 100644
--- a/dev-python/numpy/numpy-1.19.4.ebuild
+++ b/dev-python/numpy/numpy-1.19.4.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
)"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc lapack"
 
 RDEPEND="



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

2021-01-11 Thread Sergei Trofimovich
commit: ae599ed1290b5832c0179fedb15e126ce53186ed
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 11 16:45:54 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 11 17:33:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae599ed1

net-misc/memcached: stable 1.6.9 for sparc, bug #764131

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

 net-misc/memcached/memcached-1.6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/memcached/memcached-1.6.9.ebuild 
b/net-misc/memcached/memcached-1.6.9.ebuild
index c0865697796..a78e6283331 100644
--- a/net-misc/memcached/memcached-1.6.9.ebuild
+++ b/net-misc/memcached/memcached-1.6.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-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="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later
 
 RDEPEND=">=dev-libs/libevent-1.4:=



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

2021-01-11 Thread Sergei Trofimovich
commit: 1333c24bf38fa6c054ca106e41c7b0b86a3a0a98
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 11 16:47:20 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 11 17:33:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1333c24b

dev-lang/erlang: stable 23.1.5 for sparc, bug #764587

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

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

diff --git a/dev-lang/erlang/erlang-23.1.5.ebuild 
b/dev-lang/erlang/erlang-23.1.5.ebuild
index 635ddb017fb..a3053cbf932 100644
--- a/dev-lang/erlang/erlang-23.1.5.ebuild
+++ b/dev-lang/erlang/erlang-23.1.5.ebuild
@@ -22,7 +22,7 @@ LICENSE="Apache-2.0"
 # same build of ERTS that was used when compiling the code.  See
 # http://erlang.org/doc/system_principles/misc.html for more information.
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="doc emacs +hipe java +kpoll libressl odbc sctp ssl systemd tk wxwidgets"
 
 RDEPEND="



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

2021-01-11 Thread Sergei Trofimovich
commit: 1185c13915c64b467db17115dc97b44e0aafac96
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 11 16:49:21 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 11 17:33:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1185c139

media-libs/svt-av1: keyworded 0.8.6 for sparc, bug #764761

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

 media-libs/svt-av1/svt-av1-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/svt-av1/svt-av1-0.8.6.ebuild 
b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
index 9bd9658e06a..340c2c175bc 100644
--- a/media-libs/svt-av1/svt-av1-0.8.6.ebuild
+++ b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://github.com/AOMediaCodec/SVT-AV1.git;
 else
SRC_URI="https://github.com/AOMediaCodec/SVT-AV1/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 -x86" # -x86: 
https://github.com/AOMediaCodec/SVT-AV1/issues/1231
+   KEYWORDS="~amd64 ~sparc -x86" # -x86: 
https://github.com/AOMediaCodec/SVT-AV1/issues/1231
S="${WORKDIR}/SVT-AV1-${PV}"
 fi
 



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

2021-01-11 Thread Sergei Trofimovich
commit: 863033186bbcc541a01ec9c6ce2d874cdc52d2ac
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 11 17:07:55 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 11 17:33:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86303318

dev-python/pyopenssl: stable 20.0.0-r1 for hppa, bug #763768

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

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

diff --git a/dev-python/pyopenssl/pyopenssl-20.0.0-r1.ebuild 
b/dev-python/pyopenssl/pyopenssl-20.0.0-r1.ebuild
index edeeddb18b0..519c72c09ec 100644
--- a/dev-python/pyopenssl/pyopenssl-20.0.0-r1.ebuild
+++ b/dev-python/pyopenssl/pyopenssl-20.0.0-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-01-11 Thread Sergei Trofimovich
commit: 62296068f5ccf4f1846519c600047ed18392c794
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 11 16:48:42 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 11 17:33:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62296068

app-arch/libarchive: stable 3.5.1 for sparc, bug #764776

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

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

diff --git a/app-arch/libarchive/libarchive-3.5.1.ebuild 
b/app-arch/libarchive/libarchive-3.5.1.ebuild
index f258b0c01fc..06e06ac57b8 100644
--- a/app-arch/libarchive/libarchive-3.5.1.ebuild
+++ b/app-arch/libarchive/libarchive-3.5.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz;
 
 LICENSE="BSD BSD-2 BSD-4 public-domain"
 SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv kernel_linux libressl lz4 
+lzma lzo nettle static-libs +threads xattr +zlib zstd"
 
 RDEPEND="



[gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/steps/, buildbot_gentoo_ci/config/, buildbot_gentoo_ci/db/

2021-01-11 Thread Magnus Granberg
commit: a4a5adaa76b48ae04c142f0c1bf602c210892731
Author: Magnus Granberg  gentoo  org>
AuthorDate: Mon Jan 11 17:45:46 2021 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Mon Jan 11 17:45:46 2021 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=a4a5adaa

Add CheckPGentooCiProject on BuildFactory update_db_cp

Signed-off-by: Magnus Granberg  gentoo.org>

 buildbot_gentoo_ci/config/buildfactorys.py |  5 +-
 buildbot_gentoo_ci/db/connector.py |  2 +
 buildbot_gentoo_ci/db/packages.py  | 80 ++
 buildbot_gentoo_ci/steps/category.py   | 10 ++--
 buildbot_gentoo_ci/steps/package.py| 65 
 buildbot_gentoo_ci/steps/update_db.py  | 30 +--
 6 files changed, 170 insertions(+), 22 deletions(-)

diff --git a/buildbot_gentoo_ci/config/buildfactorys.py 
b/buildbot_gentoo_ci/config/buildfactorys.py
index 4a0ffcd..4038bb1 100644
--- a/buildbot_gentoo_ci/config/buildfactorys.py
+++ b/buildbot_gentoo_ci/config/buildfactorys.py
@@ -6,7 +6,7 @@ from buildbot.plugins import util
 
 from buildbot_gentoo_ci.steps import update_db
 from buildbot_gentoo_ci.steps import category
-#from buildbot_gentoo_ci.steps import package
+from buildbot_gentoo_ci.steps import package
 
 def update_db_check():
 f = util.BuildFactory()
@@ -44,7 +44,8 @@ def update_db_cp():
 # else
 #   add package to db step
 #   return package_data
-#f.addStep(package.CheckPGentooCiProject())
+f.addStep(package.CheckPGentooCiProject())
 # Make a for loop and trigger new builders with v from cpv
 #   return package_data, cpv, repository, project_data, config_root
+#f.addStep(package.TriggerVGentooCiProject())
 return f

diff --git a/buildbot_gentoo_ci/db/connector.py 
b/buildbot_gentoo_ci/db/connector.py
index c10fc49..0121d11 100644
--- a/buildbot_gentoo_ci/db/connector.py
+++ b/buildbot_gentoo_ci/db/connector.py
@@ -33,6 +33,7 @@ from buildbot_gentoo_ci.db import model
 from buildbot_gentoo_ci.db import projects
 from buildbot_gentoo_ci.db import repositorys
 from buildbot_gentoo_ci.db import categorys
+from buildbot_gentoo_ci.db import packages
 
 upgrade_message = textwrap.dedent("""\
 
@@ -75,6 +76,7 @@ class DBConnector(service.ReconfigurableServiceMixin,
 self.projects = projects.ProjectsConnectorComponent(self)
 self.repositorys = repositorys.RepositorysConnectorComponent(self)
 self.categorys = categorys.CategorysConnectorComponent(self)
+self.packages = packages.PackagesConnectorComponent(self)
 
 @defer.inlineCallbacks
 def setup(self, config, check_version=True, verbose=True):

diff --git a/buildbot_gentoo_ci/db/packages.py 
b/buildbot_gentoo_ci/db/packages.py
new file mode 100644
index 000..13cc267
--- /dev/null
+++ b/buildbot_gentoo_ci/db/packages.py
@@ -0,0 +1,80 @@
+# This file has parts from Buildbot and is modifyed by Gentoo Authors. 
+# Buildbot is free software: you can redistribute it and/or modify it 
+# under the terms of the GNU General Public License as published by the 
+# Free Software Foundation, version 2.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
+# details.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program; if not, write to the Free Software Foundation, Inc., 51
+# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# Copyright Buildbot Team Members
+# Origins: buildbot.db.*
+# Modifyed by Gentoo Authors.
+# Copyright 2021 Gentoo Authors
+
+import uuid
+import sqlalchemy as sa
+
+from twisted.internet import defer
+
+from buildbot.db import base
+
+class PackagesConnectorComponent(base.DBConnectorComponent):
+
+@defer.inlineCallbacks
+def getPackageByName(self, name):
+def thd(conn):
+tbl = self.db.model.packages
+q = tbl.select()
+q = q.where(tbl.c.name == name)
+res = conn.execute(q)
+row = res.fetchone()
+if not row:
+return None
+return self._row2dict(conn, row)
+res = yield self.db.pool.do(thd)
+return res
+
+@defer.inlineCallbacks
+def getPackageByUuid(self, uuid):
+def thd(conn):
+tbl = self.db.model.packages
+q = tbl.select()
+q = q.where(tbl.c.uuid == uuid)
+res = conn.execute(q)
+row = res.fetchone()
+if not row:
+return None
+return self._row2dict(conn, row)
+res = yield self.db.pool.do(thd)
+return res
+
+@defer.inlineCallbacks
+def addPackage(self, name, repository_uuid, category_uuid):
+def thd(conn, no_recurse=False):
+try:
+tbl = 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/

2021-01-11 Thread Alfredo Tupone
commit: 5076c6cd213d8ef5573f36743ab0d48a041fc6dd
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Jan 11 18:13:47 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Jan 11 18:13:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5076c6cd

dev-ml/uunf: adjust dependency

Closes: https://bugs.gentoo.org/764938
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/uunf/uunf-13.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0.ebuild
index 649ba57a316..b1670da7891 100644
--- a/dev-ml/uunf/uunf-13.0.0.ebuild
+++ b/dev-ml/uunf/uunf-13.0.0.ebuild
@@ -14,7 +14,8 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-ml/topkg"
+DEPEND="dev-ml/topkg
+   dev-ml/uutf"
 RDEPEND="${DEPEND}"
 BDEPEND="dev-ml/findlib"
 OPAM_FILE=opam



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

2021-01-11 Thread William Hubbs
commit: e3cc29cc79d4e94d0144c3ebc4d8cf00d4ee2e70
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Jan 11 18:54:37 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Jan 11 18:56:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3cc29cc

meson.eclass: fix machine files

Several options we were setting in the [properties] section of the
machine files have been moved to the [built-in options] section in
meson 0.56.

Closes: https://bugs.gentoo.org/738710
Signed-off-by: William Hubbs  gentoo.org>

 eclass/meson.eclass | 22 --
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index 67b7ca831fd..7e17c3bd654 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -120,7 +120,7 @@ _meson_env_array() {
 
 # @FUNCTION: _meson_get_machine_info
 # @USAGE: 
-# @RETURN: system/cpu_family/cpu variables
+# @RETURN: system/cpu_family/cpu/builtin_options variables
 # @INTERNAL
 # @DESCRIPTION:
 # Translate toolchain tuple into machine values for meson.
@@ -146,6 +146,17 @@ _meson_get_machine_info() {
 
# This may require adjustment based on CFLAGS
cpu=${tuple%%-*}
+
+   local ver_opt
+   case "${EAPI}" in
+   6) ver_opt=--host-route ;;
+   *) ver_opt=-b ;;
+   esac
+   if has_version "${ver_opt}" ' "${fn}" <<-EOF
[binaries]
ar = $(_meson_env_array "$(tc-getBUILD_AR)")
@@ -225,7 +235,7 @@ _meson_create_native_file() {
strip = $(_meson_env_array "$(tc-getBUILD_STRIP)")
windres = $(_meson_env_array "$(tc-getBUILD_PROG RC windres)")
 
-   [properties]
+   ${builtin_options}
c_args = $(_meson_env_array "${BUILD_CFLAGS} ${BUILD_CPPFLAGS}")
c_link_args = $(_meson_env_array "${BUILD_CFLAGS} ${BUILD_LDFLAGS}")
cpp_args = $(_meson_env_array "${BUILD_CXXFLAGS} ${BUILD_CPPFLAGS}")



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

2021-01-11 Thread Sergey Torokhov
commit: e9c6842aa767ef11994bfd3b4e1ef751ac172076
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Jan 11 18:08:26 2021 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Mon Jan 11 18:08:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9c6842a

app-misc/doublecmd-bin: 0.9.10 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 app-misc/doublecmd-bin/Manifest|  4 ++
 app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild | 68 ++
 2 files changed, 72 insertions(+)

diff --git a/app-misc/doublecmd-bin/Manifest b/app-misc/doublecmd-bin/Manifest
index 2346b355..bb4b6ce2 100644
--- a/app-misc/doublecmd-bin/Manifest
+++ b/app-misc/doublecmd-bin/Manifest
@@ -1,3 +1,7 @@
+DIST doublecmd-0.9.10.gtk2.i386.tar.xz 7510460 BLAKE2B 
fbe8a39332fdf03b26e375dcccad32c5743213e83aecc3c1aff6d30a3adf5ea5f35ac21c31dd302754e477c34206366374cc79ea9af60e276dbe941601e09f01
 SHA512 
d0fb738122bc2c3f443572851b74c62c32a9ff74bfe1c2bc7b226291419db08e06a005fb6648de5da6e6c7bbaa91f26699c5d377c2376a210b1c6bf72707487d
+DIST doublecmd-0.9.10.gtk2.x86_64.tar.xz 8796552 BLAKE2B 
41382d0018e3c3b70b3572629129516264c628f15a25805cc72caba65c78045d9fb6b62cd0315ffd8ab1edd99d596f1cc09fe5b2fc0adc3fea7eeb2a118ef4d4
 SHA512 
4a908b897be77fdc3f9becb2b52d15e85066317fac340b143044378357a4e1c06b508297f1702ea33549cd0106c27a3e8bf979e0df38891f167fa0636b724508
+DIST doublecmd-0.9.10.qt5.i386.tar.xz 7917484 BLAKE2B 
c307e4829b9c93d6e75d98942b815d32c3f47ee0e5dd7d57969a279f7e60d4ab3c798b8bb266f2c1ebaacd7d9fb7b70a87889ec2c4349da6378a84d512b309c7
 SHA512 
57ae1943e7e7fcc437b0574e14b2bee67a97c6618e78d988eb72457613c322f3c3eeea8ea3e5f4291cfc9d148570361aac48d6a9fba63b19024c2ecf4f99d431
+DIST doublecmd-0.9.10.qt5.x86_64.tar.xz 8778420 BLAKE2B 
24728a8539b9e455bb1dcb87f8404397dc1b8b24d3fa7e811e7922559801a9d50451190c9fb228233cf59c8793a0a9ff3f013a8fc042fbbf396903cc6bd02a88
 SHA512 
22073f0c1c623d4dca264bb8fba702c088b9e9984ac69d69a797878ef37359aac3e2ebc358007e04d147b328eb4c3a3dd58d5225f452de3a9f7fc9dfb556d2a5
 DIST doublecmd-0.9.9.gtk2.i386.tar.xz 7494572 BLAKE2B 
858723454efaa760f10f3675d383ebe41e77dfd4cdfb0d2d60342f8106051ef71a127f499c4b21127426818c3585156fcfea7a9f6c5974bf241d5bf8396bf396
 SHA512 
3ca14d2a0a515758f0b629a54f8d50a11ff27572ef6a004fb2a123b05236893e45fc4c60b7be837891455f4a6bf3a52eb4fa3e93a9d5254fa67d528df2d7b48b
 DIST doublecmd-0.9.9.gtk2.x86_64.tar.xz 8760316 BLAKE2B 
3fcd9bf5aa9918d0c7c96b431821b038c93d5736580621e282884f3121e01a3ca28cd9e085da3564914fb3e25270601dd765ba97f18d2c010421dc6de7c92058
 SHA512 
9733641ac3412eff3d90c8d063448fc8033f5ac262e051630fd1e6ea38a84b1202f2d6d16ebf05a896ad12ce1beb2cb5797989bbe9868c94e66f73f951d9eb16
 DIST doublecmd-0.9.9.qt5.i386.tar.xz 7896720 BLAKE2B 
42432a89d70cf19d4acd7ba9a466c25fa8042a77ddfcc7555165efc3aff32960ec88202893393e8448bc05fbf653647a109c2f797b67dab22e075ec09672df46
 SHA512 
e6e7627d11373b4cd4cad76dc66ee9746ae355c301d8721f9c0e5f368f98f7cae47db7bc7f91baa358493a9991d62e80686323d67f1f98bfd87b614e1069e1fe

diff --git a/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild 
b/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild
new file mode 100644
index ..17d66bd8
--- /dev/null
+++ b/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils xdg
+
+MY_PN="doublecmd"
+DESCRIPTION="Free cross platform open source file manager with two panels side 
by side."
+HOMEPAGE="https://doublecmd.sourceforge.io/;
+
+SRC_URI="amd64? (
+   gtk? ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.gtk2.x86_64.tar.xz )
+   qt5?  ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.qt5.x86_64.tar.xz )
+   )
+   x86? (
+   gtk? ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.gtk2.i386.tar.xz )
+   qt5?  ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.qt5.i386.tar.xz )
+   )"
+
+# Licenses for package and plugins
+LICENSE="GPL-2+ LGPL-2-with-linking-exception LGPL-2.1+ LGPL-3 GPL-1 freedist"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="gtk qt5"
+REQUIRED_USE=" ^^ ( gtk qt5 ) "
+
+S="${WORKDIR}/${MY_PN}"
+
+QA_PREBUILT="
+   */doublecmd
+   */libQt5Pas.so.1
+"
+
+## "ldd doublecmd" output show linking to some libraries provided by 
sys-libs/glibc:2.2
+## (maybe virtual/libc-1) and no libraries of sys-libs/ncurses (that removed 
here).
+## x11-libs/X11 is optional dependency of dev-qt/qtgui:5 by [xcb] or [X]
+## therefore it is mentioned here explicitly.
+RDEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/libX11
+   virtual/libc
+   gtk? ( x11-libs/gtk+:2 )
+   qt5? (
+   dev-qt/qtgui:5
+   dev-qt/qtx11extras:5
+   )
+"
+
+src_prepare(){
+   default
+   ## Create partial init config that allows to store config within user 
home directory
+   cp "${FILESDIR}/doublecmd.xml" 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/markup/

2021-01-11 Thread Alfredo Tupone
commit: 73f69304c65ee2549f1ab6332e8d4fa5fe565a5d
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Jan 11 18:48:33 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Jan 11 18:48:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f69304

dev-ml/markup: version bump to 1.0.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/markup/Manifest|  1 +
 dev-ml/markup/markup-1.0.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ml/markup/Manifest b/dev-ml/markup/Manifest
index 490a2129a27..c44ed7db060 100644
--- a/dev-ml/markup/Manifest
+++ b/dev-ml/markup/Manifest
@@ -1 +1,2 @@
 DIST markup-0.7.5.tar.gz 278654 BLAKE2B 
5338d4b546c74ade522c84c5a0583ad08b09e4ca3ecb96712725dd33792e401f66f076e47cf24986047f36236c53134272cadcd2abe322307377bb79055bf39a
 SHA512 
19350df7a3a619c479fa030b8772009bc32f3e9830494f5707e05f85b9ee9ff0ddf382d292c7a11bbd3b63c8c108e6a84b2d01f5e983f49d7cdf63ee3c4545c8
+DIST markup-1.0.0.tar.gz 280927 BLAKE2B 
cdf670e97c9f6e9b514d98f19a50bb4915c0c434a4ca27ac71be36f3893ed049eef8c0b5f48893e3f247938283272ff0c03d24743d679ef5e0296f7059131c58
 SHA512 
6383ed24fd86be0f6a64d9386b547d323fa0e763571ff3e7405119173c6ac6a7ed043bc0d35afd6e933101f22ed4b2f8baa08ba07d3df57a68015caaf79030ab

diff --git a/dev-ml/markup/markup-1.0.0.ebuild 
b/dev-ml/markup/markup-1.0.0.ebuild
new file mode 100644
index 000..be349d21561
--- /dev/null
+++ b/dev-ml/markup/markup-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit opam multiprocessing
+
+DESCRIPTION="Error-recovering streaming HTML5 and XML parsers"
+HOMEPAGE="https://github.com/aantron/markup.ml;
+SRC_URI="https://github.com/aantron/markup.ml/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-lang/ocaml:="
+BDEPEND=">=dev-ml/dune-2.7
+   dev-lang/ocaml"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}.ml-${PV}"
+
+src_compile() {
+   dune build -p "${PN}" -j $(makeopts_jobs) @install || die
+}
+
+src_test() {
+   dune runtest -p "${PN}" -j $(makeopts_jobs) || die
+}



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

2021-01-11 Thread Sam James
commit: ef657a6d68e53988900aab73f132a7fb90d96ae0
Author: Karlson2k (Evgeny Grin)  narod  ru>
AuthorDate: Tue Jan  5 11:03:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 11 18:55:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef657a6d

media-video/libva-utils: version bump, minor improvements

* .ebuild is unified with libva.ebuild.
* Live libva is always required for live libva-utils.
* Ignored last digit in version of libva dependency for non-live
  libva-utils as the last digit indicate no API change, only minor
  fixes.

Signed-off-by: Karlson2k (Evgeny Grin)  narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/18949
Signed-off-by: Sam James  gentoo.org>

 media-video/libva-utils/Manifest   |  1 +
 ...utils-.ebuild => libva-utils-2.10.0.ebuild} | 58 --
 media-video/libva-utils/libva-utils-.ebuild| 58 --
 3 files changed, 43 insertions(+), 74 deletions(-)

diff --git a/media-video/libva-utils/Manifest b/media-video/libva-utils/Manifest
index 1d13a55825a..20b39622184 100644
--- a/media-video/libva-utils/Manifest
+++ b/media-video/libva-utils/Manifest
@@ -2,3 +2,4 @@ DIST libva-utils-2.4.0.tar.bz2 1030271 BLAKE2B 
b57947f9bd63f34b27a403484ae6b66e7
 DIST libva-utils-2.8.0.tar.bz2 1037112 BLAKE2B 
9168d7d489e1574d970e9e3a270946de522a4063b80c4cafe38cc6917b99deb6394570592d3ed29a0ff7b92f819b9bbc9eb2a8f3b70077625a2714f70ee1959e
 SHA512 
b3412349234ad2923953296674926ee7cb33c43ce17df8942f751789f0208064a4557ca16e1a5878a4e1b35e5bbbd415a9c9f182ffb24e589ac4757e990576b5
 DIST libva-utils-2.9.1.tar.bz2 1037281 BLAKE2B 
862b52ae8b1552e1150fadff9e45371e7065bf1c1fc9244a5ad0466a3109d56e9f3dd4d937f7474e6df2eaf806e93d520b1f2a986a0aa6bad7328f89d458706b
 SHA512 
6573a2aa4844c10fd34fb5ed6edded33e15e65b7bd55d437da45a22dd5ef2116a3f137966433d986177705d544e6ea9a2a6582f49bb2eca6756970f341283d35
 DIST libva-utils-2.9.1.tar.gz 1198337 BLAKE2B 
58f5a6a537c68eed74aec5dc8f1c4b5a0431062d1d9803d8ccb1e5c3b534edf4f91288009d5940a0ddab49beeadae92bf361bec0bee8a3214f04f3c6767b0992
 SHA512 
39d79d4eed1fc0890fbf89d5689d4f01f704d3c71b4986e0eaf4c4a2f836cc36338d0a01630092a31b740588426398d0381eae1dc0302b0df94859d9161d8378
+DIST libva-utils-2.10.0.tar.gz 1203536 BLAKE2B 
c7b51e07618204c55e992f57dd2d80b289d2edd7b4f526c3afaaec1081f5497ac86614e097bc14a1e79d380ca2c529359d02cee601502e292ca8f89073d5fdbb
 SHA512 
2d44c5e3f52ff4ce8bfb206af95c4d790b6d31ec21f899f0ec9604391359f55de06c63b446e19cd8f0ea0c36ccb4ac7cc5ae7fe68361eb263c01454682d18402

diff --git a/media-video/libva-utils/libva-utils-.ebuild 
b/media-video/libva-utils/libva-utils-2.10.0.ebuild
similarity index 53%
copy from media-video/libva-utils/libva-utils-.ebuild
copy to media-video/libva-utils/libva-utils-2.10.0.ebuild
index 93c23cd9a5c..71421dd2d08 100644
--- a/media-video/libva-utils/libva-utils-.ebuild
+++ b/media-video/libva-utils/libva-utils-2.10.0.ebuild
@@ -3,29 +3,18 @@
 
 EAPI=7
 
-if [[ ${PV} = ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/intel/libva-utils;
-fi
-
-if [[ ${PV} = 2.9.1 ]]; then
-   AUTOCONFIGURED="true"
-else
-   AUTOCONFIGURED="false"
-fi
-
-if ! ${AUTOCONFIGURED}; then
-   inherit autotools
-fi
+inherit autotools
 
 DESCRIPTION="Collection of utilities and tests for VA-API"
 HOMEPAGE="https://01.org/linuxmedia/vaapi;
-if [[ ${PV} != ** ]] ; then
-   if ${AUTOCONFIGURED}; then
-   
SRC_URI="https://github.com/intel/libva-utils/releases/download/${PV}/${P}.tar.bz2;
-   else
-   
SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   fi
+if [[ ${PV} = * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/intel/libva-utils;
+else
+   # Tarball with pre-built 'configure' not always available, portage use 
tarballs
+   # without pre-built 'configure' as they are always avaialbe upstream.
+   # 
SRC_URI="https://github.com/intel/libva-utils/releases/download/${PV}/${P}.tar.bz2;
+   SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
@@ -36,27 +25,27 @@ RESTRICT="!test? ( test )"
 
 REQUIRED_USE="|| ( drm wayland X )"
 
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="
-   >=x11-libs/libva-2.9.0:=[drm?,wayland?,X?]
+BDEPEND="virtual/pkgconfig"
+
+if [[ ${PV} = * ]] ; then
+   DEPEND="~x11-libs/libva-${PV}:=[drm?,wayland?,X?]"
+else
+   DEPEND=">=x11-libs/libva-$(ver_cut 1-2).0:=[drm?,wayland?,X?]"
+fi
+
+DEPEND+="
wayland? ( >=dev-libs/wayland-1.0.6 )
X? ( >=x11-libs/libX11-1.6.2 )
 "
 RDEPEND="${DEPEND}"
 
-DOCS=( NEWS )
+# CONTRIBUTING.md and README.md are avaialbe only in .tar.gz tarballs and in 
git
+DOCS=( NEWS CONTRIBUTING.md README.md )
 
 src_prepare() {
default
sed -e 's/-Werror//' -i test/Makefile.am || 

  1   2   3   >