[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-FormBuilder/

2020-05-07 Thread Kent Fredric
commit: c924ab4d7796762462f89e3d6637602b8a85c6f1
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu May  7 08:05:49 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu May  7 08:07:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c924ab4d

dev-perl/CGI-FormBuilder: -r bump for EAPI7 / License fixes

- EAPI7
- Fix license as per upstream

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

 .../CGI-FormBuilder-3.100.0-r1.ebuild  | 71 ++
 1 file changed, 71 insertions(+)

diff --git a/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.100.0-r1.ebuild 
b/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.100.0-r1.ebuild
new file mode 100644
index 000..3598f3eae66
--- /dev/null
+++ b/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.100.0-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BIGPRESH
+DIST_VERSION=3.10
+inherit perl-module
+
+DESCRIPTION="Extremely fast, reliable form generation and processing module"
+HOMEPAGE="http://www.formbuilder.org/ 
https://metacpan.org/release/CGI-FormBuilder;
+# Explicit declaration by upstream
+LICENSE="|| ( Artistic GPL-1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.90.0-rt81650.patch"
+)
+# Templates that can be used - but they are optional
+#  >=dev-perl/CGI-SSI-0.920.0
+
+RDEPEND="dev-perl/CGI"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+
+optdep_notice() {
+   local i;
+   elog "This package has support for optional features via the following 
packages"
+   elog "which you may want to install separately:"
+   elog
+   i="$(if has_version '>=dev-perl/CGI-Session-3.950.0'; then echo '[I]'; 
else echo '[ ]'; fi)"
+   elog " $i >=dev-perl/CGI-Session-3.950.0"
+   elog " - Multi-page form persistence with CGI::FormBuilder::Multi";
+   elog
+   elog " Alternative Template Engines:"
+   i="$(if has_version '>=dev-perl/CGI-FastTemplate-1.90.0'; then echo 
'[I]'; else echo '[ ]'; fi)"
+   elog " $i >=dev-perl/CGI-FastTemplate-1.90.0"
+   elog " - CGI::FastTemplate via CGI::FormBuilder::Template::Fast";
+
+   i="$(if has_version '>=dev-perl/HTML-Template-2.60.0'; then echo '[I]'; 
else echo '[ ]'; fi)"
+   elog " $i >=dev-perl/HTML-Template-2.60.0"
+   elog " - HTML::Templatevia CGI::FormBuilder::Template::HTML";
+
+   i="$(if has_version '>=dev-perl/Template-Toolkit-2.80.0'; then echo 
'[I]'; else echo '[ ]'; fi)"
+   elog " $i >=dev-perl/Template-Toolkit-2.80.0"
+   elog " - Template.pm   via CGI::FormBuilder::Template::TT2";
+
+   i="$(if has_version '>=dev-perl/Text-Template-1.430.0'; then echo 
'[I]'; else echo '[ ]'; fi)"
+   elog " $i >=dev-perl/Text-Template-1.430.0"
+   elog " - Text::Templatevia CGI::FormBuilder::Template::Text";
+
+   if use test; then
+   elog
+   elog "This module will perform additonal tests if these 
dependencies are"
+   elog "pre-installed"
+   fi
+}
+
+src_test() {
+   optdep_notice;
+   echo
+   perl-module_src_test
+}
+
+pkg_postinst() {
+   use test || optdep_notice;
+}



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

2020-05-07 Thread Mikle Kolyada
commit: 1551a05e715766be7052b3507c8d94edd7f03b8a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  7 08:38:52 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  7 08:39:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1551a05e

profiles/riscv: remove py37 from profile

Signed-off-by: Mikle Kolyada  gentoo.org>

 profiles/arch/riscv/rv64gc/make.defaults | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/riscv/rv64gc/make.defaults 
b/profiles/arch/riscv/rv64gc/make.defaults
index fc03a0ec87c..46206e24f6d 100644
--- a/profiles/arch/riscv/rv64gc/make.defaults
+++ b/profiles/arch/riscv/rv64gc/make.defaults
@@ -36,7 +36,3 @@ USE_EXPAND_HIDDEN="-ABI_RISCV"
 
 # Implicitly enable lp64d in ebuilds without multilib support
 IUSE_IMPLICIT="abi_riscv_lp64d"
-
-# Enable Python 3.7 since we can't use earlier versions
-PYTHON_TARGETS="python3_7"
-PYTHON_SINGLE_TARGET="python3_7"



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

2020-05-07 Thread Jeroen Roovers
commit: a7791493c006dabbcc39c9dfe512dcc0b1d24d73
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May  7 06:13:06 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May  7 06:14:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7791493

app-portage/euses: Version 2.6.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Closes: https://bugs.gentoo.org/show_bug.cgi?id=720350
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-portage/euses/Manifest   |  1 +
 app-portage/euses/euses-2.6.0.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/app-portage/euses/Manifest b/app-portage/euses/Manifest
index 48b516b8a1b..3ff7df3748f 100644
--- a/app-portage/euses/Manifest
+++ b/app-portage/euses/Manifest
@@ -1 +1,2 @@
 DIST euses-2.5.9.tar.bz2 44281 BLAKE2B 
2da1309f8eeb5b4999212ddb0b2fb59a8fbd17c49f2c8e7bbfa64bba5c7831f84289ef833d9787506ed735ea1be92dc1f0ab765501b30f123a7f2f168da42c60
 SHA512 
afbacdcb73bc10548b32050bc38f71e9ac8613277d2cd961f2f96e32e7fa1827c5a208e68a6994efdcaa9e4a64a581138daadab2296a5e60c5e29677dbbd9ef8
+DIST euses-2.6.0.tar.bz2 44315 BLAKE2B 
90db468c60f439366c7a4bf1a111af48a67f6bc0a10a391563e79db926be34da423fcd5bf667359a9b6426882e95a240742555fe62de71fcca8fa92fa307df8d
 SHA512 
b7f81b171380b2abd6d4b00f4294f7d6ef86e5b0ba8dc5b735bc389deed4b24c3d6cd45ec70f5a01e37182ca09e5798385a93afff413d4fd71841dc12ea3e86c

diff --git a/app-portage/euses/euses-2.6.0.ebuild 
b/app-portage/euses/euses-2.6.0.ebuild
new file mode 100644
index 000..f5a95611896
--- /dev/null
+++ b/app-portage/euses/euses-2.6.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="look up USE flag descriptions fast"
+HOMEPAGE="https://www.xs4all.nl/~rooversj/gentoo;
+SRC_URI="https://www.xs4all.nl/~rooversj/gentoo/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+S=${WORKDIR}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc ChangeLog
+}



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

2020-05-07 Thread Andreas Sturmlechner
commit: 6911ae052dfa0d92208b2461429fb7b02a5a2dbc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May  7 07:59:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 07:59:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6911ae05

dev-util/kdevelop-python: Still support py36 for this time

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

 dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild 
b/dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild
index 4af60b158e4..577b80aedb6 100644
--- a/dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 ECM_TEST="forceoptional"
 KDE_ORG_NAME="kdev-python"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 KFMIN=5.60.0
 QTMIN=5.12.3
 inherit ecm kde.org python-single-r1



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-PSGI/, dev-perl/CGI-PSGI/files/

2020-05-07 Thread Kent Fredric
commit: a0a37105d467aa977230765191ed98933cdb2102
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu May  7 08:24:06 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu May  7 08:24:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a37105

dev-perl/CGI-PSGI: -r bump for EAPI7

- EAPI7
- Parallel tests
- Use 'patch' instead of 'sed'

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

 dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r2.ebuild   | 27 ++
 .../CGI-PSGI/files/CGI-PSGI-0.15-no-dot-inc.patch  | 21 +
 2 files changed, 48 insertions(+)

diff --git a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r2.ebuild 
b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r2.ebuild
new file mode 100644
index 000..a8e35cafef7
--- /dev/null
+++ b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MIYAGAWA
+DIST_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="Adapt CGI.pm to the PSGI protocol"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-perl/CGI-3.330.0
+"
+BDEPEND="${RDEPEND}
+   test? (
+   >=virtual/perl-Test-Simple-0.88
+   )
+"
+PATCHES=(
+   "${FILESDIR}/${PN}-0.15-no-dot-inc.patch"
+)

diff --git a/dev-perl/CGI-PSGI/files/CGI-PSGI-0.15-no-dot-inc.patch 
b/dev-perl/CGI-PSGI/files/CGI-PSGI-0.15-no-dot-inc.patch
new file mode 100644
index 000..4b393580a52
--- /dev/null
+++ b/dev-perl/CGI-PSGI/files/CGI-PSGI-0.15-no-dot-inc.patch
@@ -0,0 +1,21 @@
+From 2e544516c828ebb3b351c3c07228ab17d68ed7ef Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Thu, 7 May 2020 20:14:05 +1200
+Subject: Include '.' in @INC on Perl 5.26+
+
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 8de564d..3c157d9 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib '.';
+ use inc::Module::Install;
+ name 'CGI-PSGI';
+ all_from 'lib/CGI/PSGI.pm';
+-- 
+2.26.2
+



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

2020-05-07 Thread Jason A. Donenfeld
commit: 31e6447e04df6a591e46ff07b72056a335c0ac76
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu May  7 05:56:01 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Thu May  7 05:56:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e6447e

net-analyzer/flent: bump to 1.3.2

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-analyzer/flent/Manifest  | 2 +-
 net-analyzer/flent/{flent-1.0.1-r1.ebuild => flent-1.3.2.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/flent/Manifest b/net-analyzer/flent/Manifest
index c281dc19f30..9b8f56346cb 100644
--- a/net-analyzer/flent/Manifest
+++ b/net-analyzer/flent/Manifest
@@ -1 +1 @@
-DIST flent-1.0.1.tar.gz 2285619 BLAKE2B 
d5ab68144c8520e8077eddd529beb248654d59e05e6b5c90823bae61a86b0dffae959c2089be03b96731e7575eabcfcae2c7b738e9a8a77520a615c48801549a
 SHA512 
868b83a52805cfdb0dc49379aea25e07135a949cea0e6c2388b026099723c20aa7b0146e19110786e763c7f22e1663c42a8bc21bdae2199d00ac85438a3fdf74
+DIST flent-1.3.2.tar.gz 2977251 BLAKE2B 
03b4f67ec5a9a83ceee40b1cda529aaaccc162012a8de702a5c0bc58e08ec62df80e60d901bd76d3bc4c2d9cde0310ad32fcfbe458fc2b2a9cb2bdc82e9ec704
 SHA512 
cda7e9fa0b6d6e723c18e175fc844d97b8cae0299c46cbbd5ca03bd09d39d9d92c7ee72e6bda5bc27d921090ba5be747eca7a64dd4ef1f889575c18973d6

diff --git a/net-analyzer/flent/flent-1.0.1-r1.ebuild 
b/net-analyzer/flent/flent-1.3.2.ebuild
similarity index 94%
rename from net-analyzer/flent/flent-1.0.1-r1.ebuild
rename to net-analyzer/flent/flent-1.3.2.ebuild
index e9a575668ac..d3d134d7af8 100644
--- a/net-analyzer/flent/flent-1.0.1-r1.ebuild
+++ b/net-analyzer/flent/flent-1.3.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



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

2020-05-07 Thread Michał Górny
commit: 842c1e76e698d67434b42648dde17a382211726c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 05:31:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 07:13:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842c1e76

dev-python/pebble: Bump to 4.5.2

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

 dev-python/pebble/Manifest|  1 +
 dev-python/pebble/pebble-4.5.2.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/pebble/Manifest b/dev-python/pebble/Manifest
index 46f1ebbca73..6ec605c5ee0 100644
--- a/dev-python/pebble/Manifest
+++ b/dev-python/pebble/Manifest
@@ -1 +1,2 @@
 DIST Pebble-4.5.1.tar.gz 23693 BLAKE2B 
b9302bf12baf0b4e3b93387af86b945db504e94349664b1f1b98c15637e95729d971a2883d0f67bc3e80cd56a6471e4214425610ef50558258d99e68061ed6bf
 SHA512 
5d33df8dbd779665ebdd23f92e1bdebb0ba48c4c1ff7a7ce4f42c996ad4fc7b15847fb86ca2e7c6c27cb53edb8bfddbfdacc6693c1f0e6bc1912be8f3255cd84
+DIST Pebble-4.5.2.tar.gz 23719 BLAKE2B 
62db1c273ca0d27ecd16a7dc2508d288ff95ed7f0f123d58e345fcf1d48eb17fd829f963be53e63b377c765548769654d695322e7ee8c8a13369b0e74eba0eb8
 SHA512 
83391dc29c98615e1308dff9e4619471c7407c2981421b00e77155042d41f4a19c819c2ba32103929333d71621be47fa2eb5fd9f36ae7580379789b2c870e59b

diff --git a/dev-python/pebble/pebble-4.5.2.ebuild 
b/dev-python/pebble/pebble-4.5.2.ebuild
new file mode 100644
index 000..23b80b0f697
--- /dev/null
+++ b/dev-python/pebble/pebble-4.5.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+MY_P=${P^}
+DESCRIPTION="Threading and multiprocessing eye-candy"
+HOMEPAGE="
+   https://pypi.org/project/Pebble/
+   https://pebble.readthedocs.io/
+   https://github.com/noxdafox/pebble;
+SRC_URI="mirror://pypi/${MY_P::1}/${PN^}/${MY_P}.tar.gz"
+S=${WORKDIR}/${P^}
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2020-05-07 Thread Andreas Sturmlechner
commit: 0825962877e6db014e307453821c1adbd022044a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May  7 07:45:33 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 07:54:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08259628

dev-util/kdevelop-php: Drop 5.5.0

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

 dev-util/kdevelop-php/Manifest  |  1 -
 dev-util/kdevelop-php/kdevelop-php-5.5.0.ebuild | 56 -
 2 files changed, 57 deletions(-)

diff --git a/dev-util/kdevelop-php/Manifest b/dev-util/kdevelop-php/Manifest
index 48175f12137..173b47ebbf7 100644
--- a/dev-util/kdevelop-php/Manifest
+++ b/dev-util/kdevelop-php/Manifest
@@ -1,3 +1,2 @@
 DIST kdev-php-5.4.6.tar.xz 1046776 BLAKE2B 
b69539971ed666c7887e1aed0998da59c887000c785e965d2220e829e485f46c28e12e04b3c084681dd2a96dae1d4d5fa73bd2501359de8960f8bca0e64a1968
 SHA512 
6711dd9034054ce2bfd684d7fabb3349436a4a8ae0924b8a6ae56a8b39aa83d4501fec389cb73d3c4c20abcfcf8c5f7dd04f63e059b987adc7991806c7eee252
-DIST kdev-php-5.5.0.tar.xz 1050144 BLAKE2B 
3db5b426503b05237484ec50a5a6afe4b970e7eea36b1ad921c530c3e10848fe7a367a093cb41adf8030963c76c93e7889662eb1c8e99e58bf8ada57fc10a1b9
 SHA512 
2df777ff1446d5c0ae75a6f2e4d7ef50aed8c752acef0dd7f60d66b41df582d2f3c012b470e6db8aac412ab72ecdc6753c3d817652bde0ffa6ff347e3a1fef16
 DIST kdev-php-5.5.1.tar.xz 1060604 BLAKE2B 
8c426b91d816291ac6cfb539dc157aa6eb8d61fe91c9d8a70f1e242b18a189e4dea83dfedf72cf62683f18a98d098e5df7197b71e74a698e56f31ad0497391dd
 SHA512 
4f00292cc05014afe126027f44bbee1cee321bda20ece5c650e8b734fed99b84b4bc9cb56d0c789a5ff322d2820acfb013b2ec9a605fc4a0d60216333c6123e0

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.5.0.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.5.0.ebuild
deleted file mode 100644
index c5e4f236e04..000
--- a/dev-util/kdevelop-php/kdevelop-php-5.5.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_HANDBOOK_DIR="docs"
-ECM_TEST="true"
-KDE_ORG_NAME="kdev-php"
-KFMIN=5.60.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="PHP plugin for KDevelop"
-HOMEPAGE="https://www.kdevelop.org/;
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="5"
-IUSE=""
-
-BDEPEND="
-   test? ( dev-util/kdevelop:5[test] )
-"
-DEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/threadweaver-${KFMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   dev-util/kdevelop-pg-qt:5
-   dev-util/kdevelop:5=
-"
-RDEPEND="${DEPEND}"
-
-# remaining tests fail for some, bug 668530
-RESTRICT+=" test"
-
-src_test() {
-   # tests hang, bug 667922
-   local myctestargs=(
-   -E "(completionbenchmark|duchain_multiplefiles)"
-   )
-   ecm_src_test
-}



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

2020-05-07 Thread Andreas Sturmlechner
commit: d76dd56fe49f1a566f4f8bcdff7f7ca9f385a0b1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May  6 19:27:56 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 07:53:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76dd56f

dev-util/kdevelop: 5.5.1 version bump

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

 dev-util/kdevelop/Manifest  |   1 +
 dev-util/kdevelop/kdevelop-5.5.1.ebuild | 145 
 2 files changed, 146 insertions(+)

diff --git a/dev-util/kdevelop/Manifest b/dev-util/kdevelop/Manifest
index b095a34bbc9..4bd0ec0f24b 100644
--- a/dev-util/kdevelop/Manifest
+++ b/dev-util/kdevelop/Manifest
@@ -1,2 +1,3 @@
 DIST kdevelop-5.4.6.tar.xz 7011868 BLAKE2B 
f8dc80e88592aaff6c2cc90667006a235cb4930aa6249558ee69feee8180b012b3ca6ad39bf553743a3b35bdd2c40754dd1f6081d3630566cad1d71ec75e42f2
 SHA512 
bcc7ee982f48982c63dbe8ac3dcfc9bdb4dda855d0d8b82740e12a616eaca71fe9e2f4a39626d70ce28d09c5f805a462ade06829f04db682fde72a2594ea4234
 DIST kdevelop-5.5.0.tar.xz 7018184 BLAKE2B 
165c54ffe021c420cb688180c44a856b620248180611356429e6a98523afef3d3ea5d7edaed10cee232e614bdb470246f3c9e7b46d3bfbb288efb9e04f6258fd
 SHA512 
6dcce4c9b124fffbd278279e6b5b9f90dff8b2f90faacd8208256951dcf7ac1ab5ae21610347ab508d3e5df49df3096a6c049271f30b1ed84b0f8401e760380f
+DIST kdevelop-5.5.1.tar.xz 7055180 BLAKE2B 
1060ca3ecec61afdcbe421e1ae8f1e1ec21727a467154f51ec17fa36e70ad46eaf315743ad5e59011ec821e5459ef86dcee30a1da7673bae6d0531af2f7d5b1e
 SHA512 
5255365280d0a27b998f5f7b850ee11995b03585409c152c27572a169f5b3d0f60b3d694f6e7009ebd7a2abc17e7f8e3ae1faad9d41f437be574ffa1953d530e

diff --git a/dev-util/kdevelop/kdevelop-5.5.1.ebuild 
b/dev-util/kdevelop/kdevelop-5.5.1.ebuild
new file mode 100644
index 000..8a1b38d4f27
--- /dev/null
+++ b/dev-util/kdevelop/kdevelop-5.5.1.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+KFMIN=5.60.0
+QTMIN=5.12.3
+VIRTUALDBUS_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"
+HOMEPAGE="https://www.kdevelop.org/;
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="5/55" # look at KDEVELOP_SOVERSION inside CMakeLists.txt
+IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit"
+
+COMMON_DEPEND="
+   dev-libs/grantlee:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qthelp-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qttest-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=dev-util/astyle-3.1:=
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktexteditor-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5
+   >=kde-frameworks/threadweaver-${KFMIN}:5
+   kde-apps/libkomparediff2:5
+   >=sys-devel/clang-6.0:=
+   gdbui? ( >=kde-plasma/libksysguard-5.16.5:5= )
+   hex? ( app-editors/okteta:5 )
+   plasma? (
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   )
+   qmake? ( dev-util/kdevelop-pg-qt:5 )
+   reviewboard? ( >=kde-frameworks/purpose-${KFMIN}:5 )
+   subversion? (
+   dev-libs/apr:1
+   dev-libs/apr-util:1
+   dev-vcs/subversion
+   )
+   webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 )
+   !webkit? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] )
+"

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-sdk/, kde-plasma/libkscreen/, kde-plasma/xembed-sni-proxy/, ...

2020-05-07 Thread Andreas Sturmlechner
commit: 0d73361a8498629cd4d20282d6883d2c0fe5a53e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 30 16:08:42 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May  6 17:47:08 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d73361a

kde-plasma: Drop KDE Plasma 5.18 stable branch

No more development.

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

 kde-plasma/bluedevil/bluedevil-5.18.49..ebuild |  40 
 .../breeze-grub/breeze-grub-5.18.49..ebuild|  23 ---
 .../breeze-gtk/breeze-gtk-5.18.49..ebuild  |  48 -
 .../breeze-plymouth-5.18.49..ebuild|  28 ---
 kde-plasma/breeze/breeze-5.18.49..ebuild   |  56 --
 kde-plasma/discover/discover-5.18.49..ebuild   |  78 
 kde-plasma/drkonqi/drkonqi-5.18.49..ebuild |  67 ---
 .../kactivitymanagerd-5.18.49..ebuild  |  36 
 .../kde-cli-tools-5.18.49..ebuild  |  70 ---
 .../kde-gtk-config-5.18.49..ebuild |  49 -
 .../kdecoration/kdecoration-5.18.49..ebuild|  24 ---
 .../kdeplasma-addons-5.18.49..ebuild   |  62 --
 kde-plasma/kgamma/kgamma-5.18.49..ebuild   |  32 ---
 kde-plasma/khotkeys/khotkeys-5.18.49..ebuild   |  50 -
 .../kinfocenter/kinfocenter-5.18.49..ebuild| 105 --
 kde-plasma/kmenuedit/kmenuedit-5.18.49..ebuild |  41 
 kde-plasma/kscreen/kscreen-5.18.49..ebuild |  46 -
 .../kscreenlocker-5.18.49..ebuild  | 100 --
 .../ksshaskpass/ksshaskpass-5.18.49..ebuild|  78 
 kde-plasma/ksysguard/ksysguard-5.18.49..ebuild |  55 -
 .../kwallet-pam/kwallet-pam-5.18.49..ebuild|  37 
 .../kwayland-integration-5.18.49..ebuild   |  30 ---
 kde-plasma/kwin/kwin-5.18.49..ebuild   | 111 ---
 kde-plasma/kwrited/kwrited-5.18.49..ebuild |  27 ---
 .../libkscreen/libkscreen-5.18.49..ebuild  |  44 
 .../libksysguard/libksysguard-5.18.49..ebuild  |  64 --
 .../files/libkworkspace-5.16.80-standalone.patch   | 111 ---
 .../libkworkspace-5.18.49..ebuild  |  63 --
 kde-plasma/milou/milou-5.18.49..ebuild |  33 ---
 kde-plasma/oxygen/oxygen-5.18.49..ebuild   |  54 -
 .../plasma-browser-integration-5.18.49..ebuild |  41 
 .../plasma-desktop-5.18.4.1-synaptics-header.patch |  26 ---
 .../plasma-desktop-5.18.49..ebuild | 189 --
 .../plasma-integration-5.18.49..ebuild |  48 -
 .../plasma-meta/plasma-meta-5.18.49..ebuild|  95 -
 kde-plasma/plasma-nm/plasma-nm-5.18.49..ebuild |  81 
 kde-plasma/plasma-pa/plasma-pa-5.18.49..ebuild |  38 
 .../plasma-sdk/plasma-sdk-5.18.49..ebuild  |  46 -
 .../plasma-thunderbolt-5.18.49..ebuild |  33 ---
 .../plasma-vault/plasma-vault-5.18.49..ebuild  |  47 -
 ...plasma-workspace-wallpapers-5.18.49..ebuild |  19 --
 .../plasma-workspace-5.18.49..ebuild   | 222 -
 .../plymouth-kcm/plymouth-kcm-5.18.49..ebuild  |  40 
 .../polkit-kde-agent-5.18.49..ebuild   |  33 ---
 .../powerdevil/powerdevil-5.18.49..ebuild  |  67 ---
 kde-plasma/sddm-kcm/sddm-kcm-5.18.49..ebuild   |  38 
 .../systemsettings-5.18.49..ebuild |  67 ---
 .../user-manager/user-manager-5.18.49..ebuild  |  34 
 .../xdg-desktop-portal-kde-5.18.49..ebuild |  53 -
 .../xembed-sni-proxy-5.18.49..ebuild   |  44 
 50 files changed, 2923 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.18.49..ebuild 
b/kde-plasma/bluedevil/bluedevil-5.18.49..ebuild
deleted file mode 100644
index 252100f47d..00
--- a/kde-plasma/bluedevil/bluedevil-5.18.49..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
-
-KFMIN=5.66.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Bluetooth stack for KDE Plasma"
-HOMEPAGE="https://cgit.kde.org/bluedevil.git;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   >=kde-frameworks/bluez-qt-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kded-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   

[gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/, kde-plasma/plasma-sdk/, kde-plasma/khotkeys/, ...

2020-05-07 Thread Andreas Sturmlechner
commit: 2b12b6dcbd265463c6b468d1399fa193a253676f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May  7 07:18:32 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 07:18:32 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b12b6dc

kde-plasma: Drop KDE Plasma 5.18.5

Moved to Gentoo ebuild repository.

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

 kde-plasma/bluedevil/bluedevil-5.18.5.ebuild   |  40 
 kde-plasma/breeze-grub/breeze-grub-5.18.5.ebuild   |  23 ---
 kde-plasma/breeze-gtk/breeze-gtk-5.18.5.ebuild |  48 -
 .../breeze-plymouth/breeze-plymouth-5.18.5.ebuild  |  28 ---
 kde-plasma/breeze/breeze-5.18.5.ebuild |  56 --
 kde-plasma/discover/discover-5.18.5.ebuild |  78 
 kde-plasma/drkonqi/drkonqi-5.18.5.ebuild   |  67 ---
 .../kactivitymanagerd-5.18.5.ebuild|  36 
 .../kde-cli-tools/kde-cli-tools-5.18.5.ebuild  |  70 ---
 .../kde-gtk-config/kde-gtk-config-5.18.5.ebuild|  49 -
 kde-plasma/kdecoration/kdecoration-5.18.5.ebuild   |  24 ---
 .../kdeplasma-addons-5.18.5.ebuild |  62 --
 kde-plasma/kgamma/kgamma-5.18.5.ebuild |  32 ---
 kde-plasma/khotkeys/khotkeys-5.18.5.ebuild |  50 -
 kde-plasma/kinfocenter/kinfocenter-5.18.5.ebuild   | 105 --
 kde-plasma/kmenuedit/kmenuedit-5.18.5.ebuild   |  41 
 kde-plasma/kscreen/kscreen-5.18.5.ebuild   |  46 -
 .../kscreenlocker/kscreenlocker-5.18.5.ebuild  | 100 --
 kde-plasma/ksshaskpass/ksshaskpass-5.18.5.ebuild   |  78 
 kde-plasma/ksysguard/ksysguard-5.18.5.ebuild   |  55 --
 kde-plasma/kwallet-pam/kwallet-pam-5.18.5.ebuild   |  37 
 .../kwayland-integration-5.18.5.ebuild |  30 ---
 kde-plasma/kwin/kwin-5.18.5.ebuild | 111 ---
 kde-plasma/kwrited/kwrited-5.18.5.ebuild   |  27 ---
 kde-plasma/libkscreen/libkscreen-5.18.5.ebuild |  31 ---
 kde-plasma/libksysguard/libksysguard-5.18.5.ebuild |  64 --
 .../libkworkspace/libkworkspace-5.18.5.ebuild  |  60 --
 kde-plasma/milou/milou-5.18.5.ebuild   |  33 
 kde-plasma/oxygen/oxygen-5.18.5.ebuild |  54 -
 .../plasma-browser-integration-5.18.5.ebuild   |  41 
 .../plasma-desktop/plasma-desktop-5.18.5.ebuild| 170 
 .../plasma-integration-5.18.5.ebuild   |  48 -
 kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild   |  94 -
 kde-plasma/plasma-nm/plasma-nm-5.18.5.ebuild   |  81 
 kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild   |  38 
 kde-plasma/plasma-sdk/plasma-sdk-5.18.5.ebuild |  46 -
 .../plasma-thunderbolt-5.18.5.ebuild   |  33 
 kde-plasma/plasma-vault/plasma-vault-5.18.5.ebuild |  47 -
 .../plasma-workspace-wallpapers-5.18.5.ebuild  |  19 --
 .../plasma-workspace-5.18.5.ebuild | 219 -
 kde-plasma/plymouth-kcm/plymouth-kcm-5.18.5.ebuild |  40 
 .../polkit-kde-agent-5.18.5.ebuild |  33 
 kde-plasma/powerdevil/powerdevil-5.18.5.ebuild |  67 ---
 kde-plasma/sddm-kcm/sddm-kcm-5.18.5.ebuild |  38 
 .../systemsettings/systemsettings-5.18.5.ebuild|  67 ---
 kde-plasma/user-manager/user-manager-5.18.5.ebuild |  34 
 .../xdg-desktop-portal-kde-5.18.5.ebuild   |  53 -
 .../xembed-sni-proxy-5.18.5.ebuild |  44 -
 48 files changed, 2747 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.18.5.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.18.5.ebuild
deleted file mode 100644
index dd47c0e872..00
--- a/kde-plasma/bluedevil/bluedevil-5.18.5.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
-
-KFMIN=5.66.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Bluetooth stack for KDE Plasma"
-HOMEPAGE="https://cgit.kde.org/bluedevil.git;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=kde-frameworks/bluez-qt-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kded-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   

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

2020-05-07 Thread Andreas Sturmlechner
commit: a6ffbf1fe25b2102f985ec1b86ad46f89c9a4516
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May  6 20:51:24 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 07:54:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ffbf1f

app-text/libspectre: 0.2.9 version bump, EAPI-7 bump

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

 app-text/libspectre/Manifest   |  1 +
 .../files/libspectre-0.2.0-interix.patch   |  6 +--
 app-text/libspectre/libspectre-0.2.9.ebuild| 54 ++
 3 files changed, 58 insertions(+), 3 deletions(-)

diff --git a/app-text/libspectre/Manifest b/app-text/libspectre/Manifest
index 54fa010bd95..8afc9c293ae 100644
--- a/app-text/libspectre/Manifest
+++ b/app-text/libspectre/Manifest
@@ -1 +1,2 @@
 DIST libspectre-0.2.8.tar.gz 421791 BLAKE2B 
bbefa06cf80ecb91f0f780493e1829eadc34061b6f2b3004f9ae01e06fc4609edd440df290be9ff1c9f43e580b53791aae033feb4115743a0f03f703bc18e0c7
 SHA512 
ebbe7f6adcbc7f7d6af61f24e23b114116c878755dbe90f1163546c1284a005b4d539be01986c1f940611e84141ca19768b8effc2abf1013606da7c93547da86
+DIST libspectre-0.2.9.tar.gz 433384 BLAKE2B 
ed75a7013763a86c0f0702e0e47dcfb8401db6c957ed4851ecc85e27db6a49c8d4dae6443b302bcce5b0ae0da18dce3294a010eee5531a253020a650c19388c5
 SHA512 
7c24b5c83c6d356c89417d09dc76566afbe886ec189fe80d030a239c23ad25b061db071768117fa06805aa3d86f749fb232b7491bd7d467f26a40e348e74d5d2

diff --git a/app-text/libspectre/files/libspectre-0.2.0-interix.patch 
b/app-text/libspectre/files/libspectre-0.2.0-interix.patch
index 7b607542dfa..8f295633185 100644
--- a/app-text/libspectre/files/libspectre-0.2.0-interix.patch
+++ b/app-text/libspectre/files/libspectre-0.2.0-interix.patch
@@ -1,6 +1,6 @@
-diff -ru libspectre-0.2.0.orig/libspectre/spectre-utils.c 
libspectre-0.2.0/libspectre/spectre-utils.c
 libspectre-0.2.0.orig/libspectre/spectre-utils.c   2008-05-06 08:35:07 
+0200
-+++ libspectre-0.2.0/libspectre/spectre-utils.c2008-05-06 08:49:51 
+0200
+diff -ru libspectre/spectre-utils.c libspectre/spectre-utils.c
+--- a/libspectre/spectre-utils.c   2008-05-06 08:35:07 +0200
 b/libspectre/spectre-utils.c   2008-05-06 08:49:51 +0200
 @@ -148,6 +148,17 @@
  spectre_strdup_vprintf (const char *format,
va_list args)

diff --git a/app-text/libspectre/libspectre-0.2.9.ebuild 
b/app-text/libspectre/libspectre-0.2.9.ebuild
new file mode 100644
index 000..0053bce742a
--- /dev/null
+++ b/app-text/libspectre/libspectre-0.2.9.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Library for rendering Postscript documents"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/libspectre;
+SRC_URI="https://libspectre.freedesktop.org/releases/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug doc"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+RDEPEND=">=app-text/ghostscript-gpl-9.24"
+DEPEND="${RDEPEND}"
+
+# does not actually test anything, see bug 362557
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.2.0-interix.patch )
+
+src_prepare() {
+   default
+   eautoreconf # need new libtool for interix
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug asserts)
+   $(use_enable debug checks)
+   --disable-test
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   emake
+   if use doc; then
+   doxygen || die
+   fi
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2020-05-07 Thread Andreas Sturmlechner
commit: 5e7a9fc7d7ad9d7d923484a3fea4876521ec07e0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May  6 19:28:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 07:54:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7a9fc7

dev-util/kdevelop-python: 5.5.1 version bump

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

 dev-util/kdevelop-python/Manifest  |  1 +
 .../kdevelop-python/kdevelop-python-5.5.1.ebuild   | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-util/kdevelop-python/Manifest 
b/dev-util/kdevelop-python/Manifest
index c4368fa91ed..7c8fef583fc 100644
--- a/dev-util/kdevelop-python/Manifest
+++ b/dev-util/kdevelop-python/Manifest
@@ -1,2 +1,3 @@
 DIST kdev-python-5.4.6.tar.xz 1072228 BLAKE2B 
199b8f1b0f6a4f072f2fdafa25b2653cfe855c10d601f3be7f47db84140aea84987cf1ae5f0ae19e08af5b3092cfab16aac0704f20ed46c6d872345482a663f3
 SHA512 
116b5649f59c2ec46aba083f9e0edebfb481c86d7677ce08fe69e161e344addbd6b4f9c955ebc2866ea118d3139377c59315c46b9e7defec119a47ff50bdd2ac
 DIST kdev-python-5.5.0.tar.xz 1073728 BLAKE2B 
44a2d2ab47dced0c3c2b91a6bb269ff84e022bd4ae1036358bb7586baf8116432944363ea540ee90b22ff2bddd2cf1047c838a2404f31d6206779c53b35cf721
 SHA512 
6fde0221de7407a12d29c4a1df8d0d6e965613956d1b5a7fd375f4dd8ab34784b92e5b22dc523c8ce6a4aca80dc3dad16b3e549c0569959b35023b18434add26
+DIST kdev-python-5.5.1.tar.xz 1076108 BLAKE2B 
9e6552cc6b4ef0c554a178bc384f903e25a5309727008a0f8de2b49d1d93da8b22241d08c811213b306f60795cdb94d489c4b20665f28fd51e17f953c34a2c3e
 SHA512 
e690e6f0ff681e65a1ffad2b376b48baf3e17b003e368afcda54e19a19b6e72ec58c9d77c2e1e7976d84e2a9d9cfdf3406537444502a25eea752ccedba6a1e8a

diff --git a/dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild 
b/dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild
new file mode 100644
index 000..4af60b158e4
--- /dev/null
+++ b/dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+KDE_ORG_NAME="kdev-python"
+PYTHON_COMPAT=( python3_{7,8} )
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org python-single-r1
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Python plugin for KDevelop"
+HOMEPAGE="https://www.kdevelop.org/;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   dev-util/kdevelop:5=
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/ktexteditor-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/threadweaver-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/pycodestyle[${PYTHON_MULTI_USEDEP}]
+   ')
+"
+
+RESTRICT+=" test"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+   ecm_pkg_setup
+}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kshisen/, kde-apps/kcalc/, kde-apps/umbrello/, kde-apps/killbots/, ...

2020-05-07 Thread Andreas Sturmlechner
commit: 4f175c7cde834574aeb5af9df17b08b7b664ff9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May  6 21:23:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 07:54:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f175c7c

kde-apps: Re-add ~x86 keyword to 20.04.0

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

 kde-apps/akonadi-calendar/akonadi-calendar-20.04.0.ebuild   | 2 +-
 kde-apps/akonadi-contacts/akonadi-contacts-20.04.0.ebuild   | 2 +-
 kde-apps/akonadi-import-wizard/akonadi-import-wizard-20.04.0.ebuild | 2 +-
 kde-apps/akonadi-mime/akonadi-mime-20.04.0.ebuild   | 2 +-
 kde-apps/akonadi-notes/akonadi-notes-20.04.0.ebuild | 2 +-
 kde-apps/akonadi-search/akonadi-search-20.04.0.ebuild   | 2 +-
 kde-apps/akonadi/akonadi-20.04.0.ebuild | 2 +-
 kde-apps/akonadiconsole/akonadiconsole-20.04.0.ebuild   | 2 +-
 kde-apps/akregator/akregator-20.04.0.ebuild | 2 +-
 kde-apps/analitza/analitza-20.04.0.ebuild   | 2 +-
 kde-apps/ark/ark-20.04.0.ebuild | 2 +-
 kde-apps/artikulate/artikulate-20.04.0.ebuild   | 2 +-
 kde-apps/audiocd-kio/audiocd-kio-20.04.0.ebuild | 2 +-
 kde-apps/baloo-widgets/baloo-widgets-20.04.0.ebuild | 2 +-
 kde-apps/blinken/blinken-20.04.0.ebuild | 2 +-
 kde-apps/bomber/bomber-20.04.0.ebuild   | 2 +-
 kde-apps/bovo/bovo-20.04.0.ebuild   | 2 +-
 kde-apps/calendarjanitor/calendarjanitor-20.04.0.ebuild | 2 +-
 kde-apps/calendarsupport/calendarsupport-20.04.0.ebuild | 2 +-
 kde-apps/cantor/cantor-20.04.0.ebuild   | 2 +-
 kde-apps/cervisia/cervisia-20.04.0.ebuild   | 2 +-
 kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-20.04.0.ebuild | 2 +-
 kde-apps/dolphin-plugins-git/dolphin-plugins-git-20.04.0.ebuild | 2 +-
 .../dolphin-plugins-mercurial/dolphin-plugins-mercurial-20.04.0.ebuild  | 2 +-
 .../dolphin-plugins-subversion-20.04.0.ebuild   | 2 +-
 kde-apps/dolphin/dolphin-20.04.0.ebuild | 2 +-
 kde-apps/dragon/dragon-20.04.0.ebuild   | 2 +-
 kde-apps/eventviews/eventviews-20.04.0.ebuild   | 2 +-
 kde-apps/ffmpegthumbs/ffmpegthumbs-20.04.0.ebuild   | 2 +-
 kde-apps/filelight/filelight-20.04.0.ebuild | 2 +-
 kde-apps/granatier/granatier-20.04.0.ebuild | 2 +-
 kde-apps/grantlee-editor/grantlee-editor-20.04.0.ebuild | 2 +-
 kde-apps/grantleetheme/grantleetheme-20.04.0.ebuild | 2 +-
 kde-apps/gwenview/gwenview-20.04.0.ebuild   | 2 +-
 kde-apps/incidenceeditor/incidenceeditor-20.04.0.ebuild | 2 +-
 kde-apps/juk/juk-20.04.0.ebuild | 2 +-
 kde-apps/k3b/k3b-20.04.0.ebuild | 2 +-
 kde-apps/kaccounts-integration/kaccounts-integration-20.04.0.ebuild | 2 +-
 kde-apps/kaccounts-providers/kaccounts-providers-20.04.0.ebuild | 2 +-
 kde-apps/kaddressbook/kaddressbook-20.04.0.ebuild   | 2 +-
 kde-apps/kajongg/kajongg-20.04.0.ebuild | 2 +-
 kde-apps/kalarm/kalarm-20.04.0.ebuild   | 2 +-
 kde-apps/kalarmcal/kalarmcal-20.04.0.ebuild | 2 +-
 kde-apps/kalgebra/kalgebra-20.04.0.ebuild   | 2 +-
 kde-apps/kalzium/kalzium-20.04.0-r1.ebuild  | 2 +-
 kde-apps/kamera/kamera-20.04.0.ebuild   | 2 +-
 kde-apps/kamoso/kamoso-20.04.0.ebuild   | 2 +-
 kde-apps/kanagram/kanagram-20.04.0.ebuild   | 2 +-
 kde-apps/kapman/kapman-20.04.0.ebuild   | 2 +-
 kde-apps/kapptemplate/kapptemplate-20.04.0.ebuild   | 2 +-
 kde-apps/kate/kate-20.04.0.ebuild   | 2 +-
 kde-apps/katomic/katomic-20.04.0.ebuild | 2 +-
 kde-apps/kbackup/kbackup-20.04.0.ebuild | 2 +-
 kde-apps/kblackbox/kblackbox-20.04.0.ebuild | 2 +-
 kde-apps/kblocks/kblocks-20.04.0.ebuild | 2 +-
 kde-apps/kblog/kblog-20.04.0.ebuild | 2 +-
 kde-apps/kbounce/kbounce-20.04.0.ebuild   

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

2020-05-07 Thread Andreas Sturmlechner
commit: 1aba039e61f6b40a58afaed47251128c6f9a755d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May  7 07:45:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 07:54:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aba039e

dev-util/kdevelop-python: Drop 5.5.0-r1

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

 dev-util/kdevelop-python/Manifest  |  1 -
 .../kdevelop-python-5.5.0-r1.ebuild| 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-util/kdevelop-python/Manifest 
b/dev-util/kdevelop-python/Manifest
index 7c8fef583fc..6bd1ad9537c 100644
--- a/dev-util/kdevelop-python/Manifest
+++ b/dev-util/kdevelop-python/Manifest
@@ -1,3 +1,2 @@
 DIST kdev-python-5.4.6.tar.xz 1072228 BLAKE2B 
199b8f1b0f6a4f072f2fdafa25b2653cfe855c10d601f3be7f47db84140aea84987cf1ae5f0ae19e08af5b3092cfab16aac0704f20ed46c6d872345482a663f3
 SHA512 
116b5649f59c2ec46aba083f9e0edebfb481c86d7677ce08fe69e161e344addbd6b4f9c955ebc2866ea118d3139377c59315c46b9e7defec119a47ff50bdd2ac
-DIST kdev-python-5.5.0.tar.xz 1073728 BLAKE2B 
44a2d2ab47dced0c3c2b91a6bb269ff84e022bd4ae1036358bb7586baf8116432944363ea540ee90b22ff2bddd2cf1047c838a2404f31d6206779c53b35cf721
 SHA512 
6fde0221de7407a12d29c4a1df8d0d6e965613956d1b5a7fd375f4dd8ab34784b92e5b22dc523c8ce6a4aca80dc3dad16b3e549c0569959b35023b18434add26
 DIST kdev-python-5.5.1.tar.xz 1076108 BLAKE2B 
9e6552cc6b4ef0c554a178bc384f903e25a5309727008a0f8de2b49d1d93da8b22241d08c811213b306f60795cdb94d489c4b20665f28fd51e17f953c34a2c3e
 SHA512 
e690e6f0ff681e65a1ffad2b376b48baf3e17b003e368afcda54e19a19b6e72ec58c9d77c2e1e7976d84e2a9d9cfdf3406537444502a25eea752ccedba6a1e8a

diff --git a/dev-util/kdevelop-python/kdevelop-python-5.5.0-r1.ebuild 
b/dev-util/kdevelop-python/kdevelop-python-5.5.0-r1.ebuild
deleted file mode 100644
index 35aff36588a..000
--- a/dev-util/kdevelop-python/kdevelop-python-5.5.0-r1.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
-
-ECM_TEST="forceoptional"
-KDE_ORG_NAME="kdev-python"
-PYTHON_COMPAT=( python3_{6,7,8} )
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm kde.org python-single-r1
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Python plugin for KDevelop"
-HOMEPAGE="https://www.kdevelop.org/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/threadweaver-${KFMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   dev-util/kdevelop:5=
-"
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycodestyle[${PYTHON_MULTI_USEDEP}]
-   ')
-"
-
-RESTRICT+=" test"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   ecm_pkg_setup
-}



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

2020-05-07 Thread Andreas Sturmlechner
commit: 60119cc7bd03714e004fe470f82ca82c074c768d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May  7 07:46:09 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 07:54:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60119cc7

dev-util/kdevelop: Drop 5.5.0

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

 dev-util/kdevelop/Manifest  |   1 -
 dev-util/kdevelop/kdevelop-5.5.0.ebuild | 142 
 2 files changed, 143 deletions(-)

diff --git a/dev-util/kdevelop/Manifest b/dev-util/kdevelop/Manifest
index 4bd0ec0f24b..5766fc5dc09 100644
--- a/dev-util/kdevelop/Manifest
+++ b/dev-util/kdevelop/Manifest
@@ -1,3 +1,2 @@
 DIST kdevelop-5.4.6.tar.xz 7011868 BLAKE2B 
f8dc80e88592aaff6c2cc90667006a235cb4930aa6249558ee69feee8180b012b3ca6ad39bf553743a3b35bdd2c40754dd1f6081d3630566cad1d71ec75e42f2
 SHA512 
bcc7ee982f48982c63dbe8ac3dcfc9bdb4dda855d0d8b82740e12a616eaca71fe9e2f4a39626d70ce28d09c5f805a462ade06829f04db682fde72a2594ea4234
-DIST kdevelop-5.5.0.tar.xz 7018184 BLAKE2B 
165c54ffe021c420cb688180c44a856b620248180611356429e6a98523afef3d3ea5d7edaed10cee232e614bdb470246f3c9e7b46d3bfbb288efb9e04f6258fd
 SHA512 
6dcce4c9b124fffbd278279e6b5b9f90dff8b2f90faacd8208256951dcf7ac1ab5ae21610347ab508d3e5df49df3096a6c049271f30b1ed84b0f8401e760380f
 DIST kdevelop-5.5.1.tar.xz 7055180 BLAKE2B 
1060ca3ecec61afdcbe421e1ae8f1e1ec21727a467154f51ec17fa36e70ad46eaf315743ad5e59011ec821e5459ef86dcee30a1da7673bae6d0531af2f7d5b1e
 SHA512 
5255365280d0a27b998f5f7b850ee11995b03585409c152c27572a169f5b3d0f60b3d694f6e7009ebd7a2abc17e7f8e3ae1faad9d41f437be574ffa1953d530e

diff --git a/dev-util/kdevelop/kdevelop-5.5.0.ebuild 
b/dev-util/kdevelop/kdevelop-5.5.0.ebuild
deleted file mode 100644
index 0355a681dc4..000
--- a/dev-util/kdevelop/kdevelop-5.5.0.ebuild
+++ /dev/null
@@ -1,142 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KDE_APPS_MINIMAL=19.04.3
-KFMIN=5.60.0
-QTMIN=5.12.3
-VIRTUALDBUS_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"
-HOMEPAGE="https://www.kdevelop.org/;
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="5/55" # look at KDEVELOP_SOVERSION inside CMakeLists.txt
-IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit"
-
-COMMON_DEPEND="
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kbookmarks-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/sonnet-${KFMIN}:5
-   >=kde-frameworks/threadweaver-${KFMIN}:5
-   >=kde-apps/libkomparediff2-${KDE_APPS_MINIMAL}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qthelp-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qttest-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   dev-libs/grantlee:5
-   >=dev-util/astyle-3.1:=
-   >=sys-devel/clang-3.8.0:=
-   gdbui? ( >=kde-plasma/libksysguard-5.16.5:5 )
-   hex? ( app-editors/okteta:5 )
-   plasma? (
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   )
-   qmake? ( dev-util/kdevelop-pg-qt:5 )
-   reviewboard? ( >=kde-frameworks/purpose-${KFMIN}:5 )
-   subversion? (
-   dev-libs/apr:1
-   dev-libs/apr-util:1
-   dev-vcs/subversion
-   )
-   webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 )
-   !webkit? ( 

[gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/, kde-plasma/plasma-meta/, kde-plasma/plasma-workspace/, ...

2020-05-07 Thread Andreas Sturmlechner
commit: cdcac679dcae41e0b4077ea782b60d0b764ec21c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May  6 17:45:59 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May  6 17:45:59 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cdcac679

kde-plasma: Drop obsolete 5.18.4.1 revbumps w/ gui-wm/kwinft support

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

 .../libkscreen/libkscreen-5.18.4.1-r1.ebuild   |  44 
 .../libkworkspace/libkworkspace-5.18.4.1-r1.ebuild |  63 --
 .../plasma-desktop-5.18.4.1-r3.ebuild  | 189 --
 .../plasma-meta/plasma-meta-5.18.4.1-r1.ebuild |  95 -
 .../plasma-workspace-5.18.4.1-r1.ebuild| 222 -
 5 files changed, 613 deletions(-)

diff --git a/kde-plasma/libkscreen/libkscreen-5.18.4.1-r1.ebuild 
b/kde-plasma/libkscreen/libkscreen-5.18.4.1-r1.ebuild
deleted file mode 100644
index 7f73751346..00
--- a/kde-plasma/libkscreen/libkscreen-5.18.4.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_QTHELP="true"
-ECM_TEST="forceoptional"
-KFMIN=5.66.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Plasma screen management library"
-SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/${PN}-wrapland-support-5.18.4.tar.xz;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5/7"
-KEYWORDS="~amd64"
-IUSE="kwinft"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   x11-libs/libxcb
-   kwinft? ( gui-libs/wrapland:5 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${WORKDIR}/${PN}-wrapland-support.patch" )
-
-# requires running session
-RESTRICT+=" test"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kwinft Wrapland)
-   )
-
-   ecm_src_configure
-}

diff --git a/kde-plasma/libkworkspace/libkworkspace-5.18.4.1-r1.ebuild 
b/kde-plasma/libkworkspace/libkworkspace-5.18.4.1-r1.ebuild
deleted file mode 100644
index 8d0693d563..00
--- a/kde-plasma/libkworkspace/libkworkspace-5.18.4.1-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.66.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Workspace library to interact with the Plasma session manager"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-plasma/kscreenlocker-${PVCUT}:5
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-"
-DEPEND="${COMMON_DEPEND}
-   || (
-   >=kde-plasma/kwin-${PVCUT}:5
-   >=gui-wm/kwinft-$(ver_cut 1-2):5
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   !> CMakeLists.txt <<- _EOF_ || die
-   ki18n_install(po)
-   _EOF_
-   fi
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.18.4.1-r3.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.18.4.1-r3.ebuild
deleted file mode 100644
index 55899f045b..00
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.18.4.1-r3.ebuild
+++ /dev/null
@@ -1,189 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KFMIN=5.66.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma desktop"
-
-# Avoid pulling in xf86-input-{evdev,libinput,synaptics} DEPENDs
-# just for 1 header each. touchpad also uses a header from xorg-server.
-SHA_EVDEV="425ed601"
-SHA_LIBINPUT="e52daf20"
-SHA_SYNAPTICS="383355fa"
-SHA_XSERVER="d511a301"
-XORG_URI="https://gitlab.freedesktop.org/xorg/driver/PKG/-/raw;
-SRC_URI+="
-   
${XORG_URI/PKG/xf86-input-evdev}/${SHA_EVDEV}/include/evdev-properties.h -> 
evdev-properties.h-${SHA_EVDEV}
-   
${XORG_URI/PKG/xf86-input-libinput}/${SHA_LIBINPUT}/include/libinput-properties.h
 -> libinput-properties.h-${SHA_LIBINPUT}
-   
${XORG_URI/PKG/xf86-input-synaptics}/${SHA_SYNAPTICS}/include/synaptics-properties.h
 -> synaptics-properties.h-${SHA_SYNAPTICS}
-   

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

2020-05-07 Thread Andreas Sturmlechner
commit: 86d1815148b459ede3b18aedbb3381ada580b546
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May  6 19:28:29 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 07:54:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d18151

dev-util/kdevelop-php: 5.5.1 version bump

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

 dev-util/kdevelop-php/Manifest  |  1 +
 dev-util/kdevelop-php/kdevelop-php-5.5.1.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-util/kdevelop-php/Manifest b/dev-util/kdevelop-php/Manifest
index 9302210cf64..48175f12137 100644
--- a/dev-util/kdevelop-php/Manifest
+++ b/dev-util/kdevelop-php/Manifest
@@ -1,2 +1,3 @@
 DIST kdev-php-5.4.6.tar.xz 1046776 BLAKE2B 
b69539971ed666c7887e1aed0998da59c887000c785e965d2220e829e485f46c28e12e04b3c084681dd2a96dae1d4d5fa73bd2501359de8960f8bca0e64a1968
 SHA512 
6711dd9034054ce2bfd684d7fabb3349436a4a8ae0924b8a6ae56a8b39aa83d4501fec389cb73d3c4c20abcfcf8c5f7dd04f63e059b987adc7991806c7eee252
 DIST kdev-php-5.5.0.tar.xz 1050144 BLAKE2B 
3db5b426503b05237484ec50a5a6afe4b970e7eea36b1ad921c530c3e10848fe7a367a093cb41adf8030963c76c93e7889662eb1c8e99e58bf8ada57fc10a1b9
 SHA512 
2df777ff1446d5c0ae75a6f2e4d7ef50aed8c752acef0dd7f60d66b41df582d2f3c012b470e6db8aac412ab72ecdc6753c3d817652bde0ffa6ff347e3a1fef16
+DIST kdev-php-5.5.1.tar.xz 1060604 BLAKE2B 
8c426b91d816291ac6cfb539dc157aa6eb8d61fe91c9d8a70f1e242b18a189e4dea83dfedf72cf62683f18a98d098e5df7197b71e74a698e56f31ad0497391dd
 SHA512 
4f00292cc05014afe126027f44bbee1cee321bda20ece5c650e8b734fed99b84b4bc9cb56d0c789a5ff322d2820acfb013b2ec9a605fc4a0d60216333c6123e0

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.5.1.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.5.1.ebuild
new file mode 100644
index 000..c5e4f236e04
--- /dev/null
+++ b/dev-util/kdevelop-php/kdevelop-php-5.5.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK_DIR="docs"
+ECM_TEST="true"
+KDE_ORG_NAME="kdev-php"
+KFMIN=5.60.0
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="PHP plugin for KDevelop"
+HOMEPAGE="https://www.kdevelop.org/;
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="5"
+IUSE=""
+
+BDEPEND="
+   test? ( dev-util/kdevelop:5[test] )
+"
+DEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/ktexteditor-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/threadweaver-${KFMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   dev-util/kdevelop-pg-qt:5
+   dev-util/kdevelop:5=
+"
+RDEPEND="${DEPEND}"
+
+# remaining tests fail for some, bug 668530
+RESTRICT+=" test"
+
+src_test() {
+   # tests hang, bug 667922
+   local myctestargs=(
+   -E "(completionbenchmark|duchain_multiplefiles)"
+   )
+   ecm_src_test
+}



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

2020-05-07 Thread Lars Wendler
commit: 4c3807cad64d50dfe532ff6c6e53af5a96373618
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  7 08:55:28 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  7 08:55:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3807ca

app-admin/sudo: Bump to version 1.9.0_rc4. Removed old

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

 app-admin/sudo/Manifest | 2 +-
 app-admin/sudo/{sudo-1.9.0_rc3.ebuild => sudo-1.9.0_rc4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index 4ec6477cc95..176ca77dd0f 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1,3 +1,3 @@
 DIST sudo-1.8.31.tar.gz 3350674 BLAKE2B 
de5a968732fdd58933b4c513d13c43a08cb50075a00c3e0d338c9892570a416a2b3a8f19940c0893715f4eeab991e804831a87ef656ffd91e7f1ba047c119261
 SHA512 
b9e408a322938c7a712458e9012d8a5f648fba5b23a5057cf5d8372c7f931262595f1575c32c32b9cb1a04af670ff4611e7df48d197e5c4cc038d6b65439a28a
 DIST sudo-1.8.31p1.tar.gz 3351312 BLAKE2B 
85775ef574a3a1a9cc749809fe81f8350f7a4e3f46a905bc3392790b20bb7bc8e3c99fb504e01776f3a92aa6afa7972d3ff1c071aadd3a08ee1d2281f8b9ba50
 SHA512 
9344fd1d8a8445e8afb9c5628cdc832fe32ea29199f071f35fb6ec694371801556df560f4382afec199f468b1f3264ad5e3a89e964612e571b8d911f823724cc
-DIST sudo-1.9.0rc3.tar.gz 3743148 BLAKE2B 
ff3110b21f14f2d0c6fdcb6a717d5f7fc751a4b9fb35ef1892270d88d4a23a830619ab54288169bd476d06f34a8bf3351866ac71aa4b06950309ed2495e15fe3
 SHA512 
8da242b78239ed09946d68215fa7d882c86c82c1d690d1fecbfce726a30293c756a27c419400479cce12abb0b7e38d861dd7cfb21a7df69f47a6b1940b54e26e
+DIST sudo-1.9.0rc4.tar.gz 3744357 BLAKE2B 
569b2e94cbe837d9d2418a6ef7e53484975821d0a3cd0281473b96ee44939c65d8cd9ffc43a00170a6bbc1001cf1e0b826768ada13b3c4c4b85c7c0366b14eda
 SHA512 
e3925f9e0e5eaf426ab4629c772ad36ea97298064bebdf038a82b4db5a73e9191733c0c6d88c6a2aa1f5c8c6d1a0e17b67d8b97e3e384b7f0894be5ac7276e01

diff --git a/app-admin/sudo/sudo-1.9.0_rc3.ebuild 
b/app-admin/sudo/sudo-1.9.0_rc4.ebuild
similarity index 100%
rename from app-admin/sudo/sudo-1.9.0_rc3.ebuild
rename to app-admin/sudo/sudo-1.9.0_rc4.ebuild



[gentoo-commits] repo/proj/guru:master commit in: dev-R/magrittr/

2020-05-07 Thread Andrew Ammerlaan
commit: 5cf6f697a2b3a3425c7632df1ae534fb6856309c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  7 10:05:28 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu May  7 10:11:43 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5cf6f697

dev-R/magrittr: rename package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/magrittr/Manifest|  1 +
 dev-R/magrittr/magrittr-1.5.ebuild | 13 +
 dev-R/magrittr/metadata.xml| 18 ++
 3 files changed, 32 insertions(+)

diff --git a/dev-R/magrittr/Manifest b/dev-R/magrittr/Manifest
new file mode 100644
index 000..cbbd05e
--- /dev/null
+++ b/dev-R/magrittr/Manifest
@@ -0,0 +1 @@
+DIST magrittr_1.5.tar.gz 200504 BLAKE2B 
6f68ca7449dd157688fea924800a0b9af9b6eb4c696b50e848fd3d97ec457ee488b9f524f756c5619c3293b343aab9547a6e784319e96e769446cf4d236f1cf4
 SHA512 
d1e66bab279a08f85405fedee0efea0dc4af058e76d8c0151c620825e01a8cf766bf89eaf24a64c67cadbad05c18f780006837ae0e9ded32c2637ed4df984279

diff --git a/dev-R/magrittr/magrittr-1.5.ebuild 
b/dev-R/magrittr/magrittr-1.5.ebuild
new file mode 100644
index 000..d418d0a
--- /dev/null
+++ b/dev-R/magrittr/magrittr-1.5.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='A Forward-Pipe Operator for R'
+HOMEPAGE="https://cran.r-project.org/package=magrittr;
+SRC_URI="http://cran.r-project.org/src/contrib/magrittr_1.5.tar.gz;
+LICENSE='MIT'
+
+IUSE="${IUSE-}"

diff --git a/dev-R/magrittr/metadata.xml b/dev-R/magrittr/metadata.xml
new file mode 100644
index 000..adfd45e
--- /dev/null
+++ b/dev-R/magrittr/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+Provides a mechanism for chaining commands with a new forward-pipe operator, 
%>%. This operator will forward a value, or the result of an expression, into 
the next function call/expression. There is flexible support for the type of 
right-hand side expressions. For more information, see package vignette. To 
quote Rene Magritte, "Ceci n'est pas un pipe."
+  
+  
+https://cran.r-project.org/web/packages/magrittr/magrittr.pdf
+
+  Stefan Milton Bache
+  ste...@stefanbache.dk
+
+  
+



[gentoo-commits] repo/proj/guru:master commit in: dev-R/CRAN-magrittr/, dev-R/CRAN-fansi/, dev-R/CRAN-rematch/

2020-05-07 Thread Andrew Ammerlaan
commit: 0462a6a4b5927951e39027b45374fc76563d1b0f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  7 10:10:55 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu May  7 10:11:44 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0462a6a4

cleanup

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild | 17 -
 dev-R/CRAN-fansi/Manifest|  1 -
 dev-R/CRAN-fansi/metadata.xml| 21 -
 dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild | 13 -
 dev-R/CRAN-magrittr/Manifest |  1 -
 dev-R/CRAN-magrittr/metadata.xml | 18 --
 dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild | 17 -
 dev-R/CRAN-rematch/Manifest  |  1 -
 dev-R/CRAN-rematch/metadata.xml  | 21 -
 9 files changed, 110 deletions(-)

diff --git a/dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild 
b/dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild
deleted file mode 100644
index 6293e8e..000
--- a/dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit R-packages-guru
-
-DESCRIPTION='ANSI Control Sequence Aware String Functions'
-HOMEPAGE="
-   https://github.com/brodieG/fansi
-   https://cran.r-project.org/package=fansi
-"
-SRC_URI="http://cran.r-project.org/src/contrib/fansi_0.4.1.tar.gz;
-LICENSE='GPL-2+'
-
-IUSE="${IUSE-}"
-DEPEND=">=dev-lang/R-3.1.0"

diff --git a/dev-R/CRAN-fansi/Manifest b/dev-R/CRAN-fansi/Manifest
deleted file mode 100644
index f9013b6..000
--- a/dev-R/CRAN-fansi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fansi_0.4.1.tar.gz 270906 BLAKE2B 
fe8f8fdd9f99292c787deb3cef08b89afcbfc7c7b0a56ffe8f29877afd2fac46d7144c7acabe5d1a49c0ae40c0842a21464cec32c3b194b823798489cf6fa3b3
 SHA512 
01289228240f245f13d4f65f368bec183d779018038f0e4f5b4aa6379676f5eda10d32b9c8a5c373d1cfcadec449b6d3efe05f0e09161430263e08be7da58ffc

diff --git a/dev-R/CRAN-fansi/metadata.xml b/dev-R/CRAN-fansi/metadata.xml
deleted file mode 100644
index 2c74ee0..000
--- a/dev-R/CRAN-fansi/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-lssndrbarbi...@gmail.com
-Alessandro Barbieri
-  
-  
-Counterparts to R string manipulation functions that account for the effects 
of ANSI text formatting control sequences.
-  
-  
-https://github.com/brodieG/fansi/issues
-
https://cran.r-project.org/web/packages/fansi/news/news.html
-https://cran.r-project.org/web/packages/fansi/fansi.pdf
-
-  Brodie Gaslam
-  brodie.gas...@yahoo.com
-
-brodieG/fansi
-  
-

diff --git a/dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild 
b/dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild
deleted file mode 100644
index d418d0a..000
--- a/dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit R-packages-guru
-
-DESCRIPTION='A Forward-Pipe Operator for R'
-HOMEPAGE="https://cran.r-project.org/package=magrittr;
-SRC_URI="http://cran.r-project.org/src/contrib/magrittr_1.5.tar.gz;
-LICENSE='MIT'
-
-IUSE="${IUSE-}"

diff --git a/dev-R/CRAN-magrittr/Manifest b/dev-R/CRAN-magrittr/Manifest
deleted file mode 100644
index cbbd05e..000
--- a/dev-R/CRAN-magrittr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST magrittr_1.5.tar.gz 200504 BLAKE2B 
6f68ca7449dd157688fea924800a0b9af9b6eb4c696b50e848fd3d97ec457ee488b9f524f756c5619c3293b343aab9547a6e784319e96e769446cf4d236f1cf4
 SHA512 
d1e66bab279a08f85405fedee0efea0dc4af058e76d8c0151c620825e01a8cf766bf89eaf24a64c67cadbad05c18f780006837ae0e9ded32c2637ed4df984279

diff --git a/dev-R/CRAN-magrittr/metadata.xml b/dev-R/CRAN-magrittr/metadata.xml
deleted file mode 100644
index adfd45e..000
--- a/dev-R/CRAN-magrittr/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-lssndrbarbi...@gmail.com
-Alessandro Barbieri
-  
-  
-Provides a mechanism for chaining commands with a new forward-pipe operator, 
%>%. This operator will forward a value, or the result of an expression, into 
the next function call/expression. There is flexible support for the type of 
right-hand side expressions. For more information, see package vignette. To 
quote Rene Magritte, "Ceci n'est pas un pipe."
-  
-  
-https://cran.r-project.org/web/packages/magrittr/magrittr.pdf
-
-  Stefan Milton Bache
-  ste...@stefanbache.dk
-
-  
-

diff --git a/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild 
b/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild
deleted file mode 100644
index 0ac3c33..000
--- a/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo 

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

2020-05-07 Thread Jeroen Roovers
commit: ebf266250d50d8a36107c0c692b6eaa7d009c475
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May  7 08:46:51 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May  7 08:47:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf26625

www-client/vivaldi: Version 3.0.1874.38_p1

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

 www-client/vivaldi/Manifest  |   4 +
 www-client/vivaldi/vivaldi-3.0.1874.38_p1.ebuild | 125 +++
 2 files changed, 129 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 2c72f1a147c..58a1fdc2d41 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -2,3 +2,7 @@ DIST vivaldi-3.0.1874.33_p1-amd64.deb 68858736 BLAKE2B 
747abcedc4193d63a7d50958b
 DIST vivaldi-3.0.1874.33_p1-arm64.deb 61919532 BLAKE2B 
460241d09257af1777b09d53d0700ed1c9b23d1efbc6d78f51a3d511875a8b862f543212fc3bca89dd9066d4f4d68908c7f1de0693cc19fa4622bec393a0ae71
 SHA512 
37f6f7794ed43b7173071ce2296052d7efcca5cd903840e75a695df98de50a905c430871d01d3fee058b4648ca4b74f3ebb184c31258270f32ded380624070cc
 DIST vivaldi-3.0.1874.33_p1-armhf.deb 61254936 BLAKE2B 
ff8e38b7b7d462442e994897fd2622ece472bb991bf7acdb372a7bda4fa959e437ab6cd8ad4ac0aca3419048d7f938b0f7d95ddb6e0942cb4a3403e1948b2fc7
 SHA512 
81e3e9decfa138a5db81f5aa4d69859ca3ab4af044ce2ca8a209aa1c73dc33ca06cb77837a859f55a0b3b22ec7a59b6c4918e7e2f0c95cf4f92ef1814e691845
 DIST vivaldi-3.0.1874.33_p1-i386.deb 67585408 BLAKE2B 
cb19f7eb3d16ef32243f3b3878fadc9b95835e64f9a2c1f7fcf10084e3a32eeda46a7614d2c20b32ecc5baf8fbdaf5fe7f989b493f082510acce1f0c71602fbc
 SHA512 
75c814be74b32ae017e3edc70307713f00277f5fc9872741ce7a21435485a2a0264a05077303944992d23c8077703cd81c83b8da0d4d1406e1d866ebac644831
+DIST vivaldi-3.0.1874.38_p1-amd64.deb 68854172 BLAKE2B 
1230c9b843e4a1b4cded47e5fa701557cf067e412657feaf4964fb05e89f2851315188d69a07d20681aa23429a9991076fe347a0ef57d36bf79db18a8cd77add
 SHA512 
1ba0216571a35d5f2610e4747db4e768c2e7af1a5df5fcdd4eb5528d1d2c5ccc94a8071d2bf3b2a19f17de99fb917fbbff14b7dcee4a381008add01eb077310d
+DIST vivaldi-3.0.1874.38_p1-arm64.deb 61918588 BLAKE2B 
dab796a161752f0a34a0179ed892abcf8590229315c8c1f99e38af53c62fda9a328c1ca0684d01d044274a52a7d9908912303f9ea770e65911990c27d05c8130
 SHA512 
3c61d1d58966a9eb1c7b68ab13838a5508a4342c8da83035f0445ba29fbdf0ffb7cddba8e2e27eb128000c2720eb318cc03aa7d07af0882e3df8858d19b2dc30
+DIST vivaldi-3.0.1874.38_p1-armhf.deb 61244520 BLAKE2B 
71789e1f320b83a1e6f3c2474324f17c744ceecae50c2e4bfc674f4b679dfa9aa089d39532ce76aaf462e00ab5df78f237c637cb54da08279ab3702e936c3381
 SHA512 
79c4d99ee79fa31944c4a22e077c94f0c6b75a0c844b8b78734a5dd91f9c5a686f0eb546e2c83be010e552c7590f318ccfa67911e82dacfd05f573a9078c7b50
+DIST vivaldi-3.0.1874.38_p1-i386.deb 67580116 BLAKE2B 
0cd5d811f23536f67e0644710b6199bfc956a833d8ede83fc2296030c84581532a066d1c1a47b20b700cd67584103861d363eee067ad119376f7844510acdf03
 SHA512 
60245ae214f0e5fa5a50a8c852e73ea54b60ba534b1dfcae1b03af2c95d3e5a6b287f11468575561e439689409140d048b616091e230e7c2e61379660b4c3488

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

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

2020-05-07 Thread Lars Wendler
commit: ced3b2014fd9e669af709f7e182a1412eed4ad0d
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  7 09:15:51 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  7 09:16:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced3b201

app-misc/colordiff: Bump to version 1.0.19

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

 app-misc/colordiff/Manifest|  1 +
 app-misc/colordiff/colordiff-1.0.19.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/app-misc/colordiff/Manifest b/app-misc/colordiff/Manifest
index c79098970f5..7b3aa6f8197 100644
--- a/app-misc/colordiff/Manifest
+++ b/app-misc/colordiff/Manifest
@@ -1 +1,2 @@
 DIST colordiff-1.0.18.tar.gz 21695 BLAKE2B 
034e105d92766240d2f854efd44efe8c68d443803ac994983829be0e02fb4c6d087ffc76a626bf34832d30755c9be5d97c1c0e0629ebc1328d08d3d24002447f
 SHA512 
53eb855b2554ca736146983adb522c8c06e4cfb9eb27bf9acb659c210b2af8101dba76ae392cf14db62fab61e3e5d3b664196c0f6432d47acdfa0846c799aa83
+DIST colordiff-1.0.19.tar.gz 21329 BLAKE2B 
3137159aa9bb83d0813c18ef62936cdd7cfaaf9655b077fc7efd0c70b7f88157720f71166d9449dc9840762f09267c9baa81065a3bd7df15d322cba61c48a585
 SHA512 
2845c4b8229df317984ea93aa9d2e08b3bb39ba67b870a14f09dc19fa1e94b4fc8e4da9a7554d53934591766b3aa1696fdc62765ce95e55f50da219e44dae523

diff --git a/app-misc/colordiff/colordiff-1.0.19.ebuild 
b/app-misc/colordiff/colordiff-1.0.19.ebuild
new file mode 100644
index 000..a611018c9e5
--- /dev/null
+++ b/app-misc/colordiff/colordiff-1.0.19.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit prefix
+
+DESCRIPTION="Colorizes output of diff"
+HOMEPAGE="https://www.colordiff.org/;
+SRC_URI="https://www.colordiff.org/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-lang/perl
+   sys-apps/diffutils"
+
+src_prepare() {
+   default
+
+   # set proper etcdir for Gentoo Prefix
+   sed \
+   -e "s:'/etc:'@GENTOO_PORTAGE_EPREFIX@/etc:" \
+   -i "${S}/colordiff.pl" || die "sed etcdir failed"
+   eprefixify "${S}"/colordiff.pl
+}
+
+# This package has a makefile, but we don't want to run it
+src_compile() { :; }
+
+src_install() {
+   newbin ${PN}{.pl,}
+   dobin cdiff.sh
+   insinto /etc
+   doins colordiffrc{,-lightbg,-gitdiff}
+   dodoc BUGS CHANGES README
+   doman {cdiff,colordiff}.1
+}



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

2020-05-07 Thread Mikle Kolyada
commit: e7de991ade5151b8c6de76e51a89cb94b0a7ab36
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  7 09:24:57 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  7 09:25:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7de991a

dev-python/pypam: advance stable keywords

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

 dev-python/pypam/pypam-0.5.0-r3.ebuild | 46 --
 dev-python/pypam/pypam-0.5.0-r4.ebuild |  2 +-
 2 files changed, 1 insertion(+), 47 deletions(-)

diff --git a/dev-python/pypam/pypam-0.5.0-r3.ebuild 
b/dev-python/pypam/pypam-0.5.0-r3.ebuild
deleted file mode 100644
index a2bb5774fe0..000
--- a/dev-python/pypam/pypam-0.5.0-r3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PN="PyPAM"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python Bindings for PAM (Pluggable Authentication Modules)"
-HOMEPAGE="http://www.pangalactic.org/PyPAM;
-SRC_URI="http://www.pangalactic.org/PyPAM/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-DEPEND=">=sys-libs/pam-0.64"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( AUTHORS examples/pamtest.py )
-
-PATCHES=(
-   # Pull patches from fedora.
-   "${FILESDIR}/PyPAM-${PV}-dealloc.patch"
-   "${FILESDIR}/PyPAM-${PV}-nofree.patch"
-   "${FILESDIR}/PyPAM-${PV}-memory-errors.patch"
-   "${FILESDIR}/PyPAM-${PV}-return-value.patch"
-   "${FILESDIR}/PyPAM-python3-support.patch"
-   # Fix a missing include.
-   "${FILESDIR}/${P}-stricter.patch"
-)
-
-src_compile() {
-   append-cflags -fno-strict-aliasing
-   distutils-r1_src_compile
-}
-
-python_test() {
-   "${PYTHON}" tests/PamTest.py
-}

diff --git a/dev-python/pypam/pypam-0.5.0-r4.ebuild 
b/dev-python/pypam/pypam-0.5.0-r4.ebuild
index d26ff5f7409..6ccd947b160 100644
--- a/dev-python/pypam/pypam-0.5.0-r4.ebuild
+++ b/dev-python/pypam/pypam-0.5.0-r4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.pangalactic.org/PyPAM/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 DEPEND=">=sys-libs/pam-0.64"



[gentoo-commits] repo/gentoo:master commit in: dev-util/include-what-you-use/

2020-05-07 Thread Jason A. Donenfeld
commit: 01613c5793be8686b93c6af877a1545ab5c5c321
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu May  7 09:33:49 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Thu May  7 09:36:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01613c57

dev-util/include-what-you-use: support newer python

No real changes needed; works out of the box.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 dev-util/include-what-you-use/include-what-you-use-9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/include-what-you-use/include-what-you-use-9.0.ebuild 
b/dev-util/include-what-you-use/include-what-you-use-9.0.ebuild
index 50d5e25f13e..43be4f41050 100644
--- a/dev-util/include-what-you-use/include-what-you-use-9.0.ebuild
+++ b/dev-util/include-what-you-use/include-what-you-use-9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit cmake-utils flag-o-matic llvm python-single-r1
 



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

2020-05-07 Thread Jason A. Donenfeld
commit: bfd6088102197f510be937b62017add6e4c61669
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu May  7 09:35:30 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Thu May  7 09:36:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd60881

dev-util/dwarves: support newer python

No real changes needed; works out of the box.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld  gentoo.org>

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

diff --git a/dev-util/dwarves/dwarves-1.17.ebuild 
b/dev-util/dwarves/dwarves-1.17.ebuild
index 0f8e99442d3..900e391c2b6 100644
--- a/dev-util/dwarves/dwarves-1.17.ebuild
+++ b/dev-util/dwarves/dwarves-1.17.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit multilib cmake-utils python-single-r1
 
 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/magrittr/

2020-05-07 Thread Alessandro Barbieri
commit: 5cf6f697a2b3a3425c7632df1ae534fb6856309c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  7 10:05:28 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  7 10:11:43 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5cf6f697

dev-R/magrittr: rename package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/magrittr/Manifest|  1 +
 dev-R/magrittr/magrittr-1.5.ebuild | 13 +
 dev-R/magrittr/metadata.xml| 18 ++
 3 files changed, 32 insertions(+)

diff --git a/dev-R/magrittr/Manifest b/dev-R/magrittr/Manifest
new file mode 100644
index 000..cbbd05e
--- /dev/null
+++ b/dev-R/magrittr/Manifest
@@ -0,0 +1 @@
+DIST magrittr_1.5.tar.gz 200504 BLAKE2B 
6f68ca7449dd157688fea924800a0b9af9b6eb4c696b50e848fd3d97ec457ee488b9f524f756c5619c3293b343aab9547a6e784319e96e769446cf4d236f1cf4
 SHA512 
d1e66bab279a08f85405fedee0efea0dc4af058e76d8c0151c620825e01a8cf766bf89eaf24a64c67cadbad05c18f780006837ae0e9ded32c2637ed4df984279

diff --git a/dev-R/magrittr/magrittr-1.5.ebuild 
b/dev-R/magrittr/magrittr-1.5.ebuild
new file mode 100644
index 000..d418d0a
--- /dev/null
+++ b/dev-R/magrittr/magrittr-1.5.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='A Forward-Pipe Operator for R'
+HOMEPAGE="https://cran.r-project.org/package=magrittr;
+SRC_URI="http://cran.r-project.org/src/contrib/magrittr_1.5.tar.gz;
+LICENSE='MIT'
+
+IUSE="${IUSE-}"

diff --git a/dev-R/magrittr/metadata.xml b/dev-R/magrittr/metadata.xml
new file mode 100644
index 000..adfd45e
--- /dev/null
+++ b/dev-R/magrittr/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+Provides a mechanism for chaining commands with a new forward-pipe operator, 
%>%. This operator will forward a value, or the result of an expression, into 
the next function call/expression. There is flexible support for the type of 
right-hand side expressions. For more information, see package vignette. To 
quote Rene Magritte, "Ceci n'est pas un pipe."
+  
+  
+https://cran.r-project.org/web/packages/magrittr/magrittr.pdf
+
+  Stefan Milton Bache
+  ste...@stefanbache.dk
+
+  
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/fansi/

2020-05-07 Thread Alessandro Barbieri
commit: 5559570cd0bda168ca761374f3de30cfe77ec454
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  7 10:07:10 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  7 10:11:44 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5559570c

dev-R/fansi: rename package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/fansi/Manifest   |  1 +
 dev-R/fansi/fansi-0.4.1.ebuild | 17 +
 dev-R/fansi/metadata.xml   | 21 +
 3 files changed, 39 insertions(+)

diff --git a/dev-R/fansi/Manifest b/dev-R/fansi/Manifest
new file mode 100644
index 000..f9013b6
--- /dev/null
+++ b/dev-R/fansi/Manifest
@@ -0,0 +1 @@
+DIST fansi_0.4.1.tar.gz 270906 BLAKE2B 
fe8f8fdd9f99292c787deb3cef08b89afcbfc7c7b0a56ffe8f29877afd2fac46d7144c7acabe5d1a49c0ae40c0842a21464cec32c3b194b823798489cf6fa3b3
 SHA512 
01289228240f245f13d4f65f368bec183d779018038f0e4f5b4aa6379676f5eda10d32b9c8a5c373d1cfcadec449b6d3efe05f0e09161430263e08be7da58ffc

diff --git a/dev-R/fansi/fansi-0.4.1.ebuild b/dev-R/fansi/fansi-0.4.1.ebuild
new file mode 100644
index 000..6293e8e
--- /dev/null
+++ b/dev-R/fansi/fansi-0.4.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='ANSI Control Sequence Aware String Functions'
+HOMEPAGE="
+   https://github.com/brodieG/fansi
+   https://cran.r-project.org/package=fansi
+"
+SRC_URI="http://cran.r-project.org/src/contrib/fansi_0.4.1.tar.gz;
+LICENSE='GPL-2+'
+
+IUSE="${IUSE-}"
+DEPEND=">=dev-lang/R-3.1.0"

diff --git a/dev-R/fansi/metadata.xml b/dev-R/fansi/metadata.xml
new file mode 100644
index 000..2c74ee0
--- /dev/null
+++ b/dev-R/fansi/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+Counterparts to R string manipulation functions that account for the effects 
of ANSI text formatting control sequences.
+  
+  
+https://github.com/brodieG/fansi/issues
+
https://cran.r-project.org/web/packages/fansi/news/news.html
+https://cran.r-project.org/web/packages/fansi/fansi.pdf
+
+  Brodie Gaslam
+  brodie.gas...@yahoo.com
+
+brodieG/fansi
+  
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/rematch/

2020-05-07 Thread Alessandro Barbieri
commit: 3275e801576b081cd182c697ffae6fd870ce7359
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  7 10:03:28 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  7 10:11:43 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3275e801

dev-R/rematch: rename package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/rematch/Manifest |  1 +
 dev-R/rematch/metadata.xml | 21 +
 dev-R/rematch/rematch-1.0.1.ebuild | 17 +
 3 files changed, 39 insertions(+)

diff --git a/dev-R/rematch/Manifest b/dev-R/rematch/Manifest
new file mode 100644
index 000..31a
--- /dev/null
+++ b/dev-R/rematch/Manifest
@@ -0,0 +1 @@
+DIST rematch_1.0.1.tar.gz 3719 BLAKE2B 
5f999c3de459864507880dfd9084bf3c35c3f4c048a264d8bf4cb77c93e350c677d082c66fc1f16582affc8e3d215ab647ae98be4354ac5333cd01728be1461d
 SHA512 
b97c4d8c4d8fd3706e8d1f97eb1ea21fb3cd45289933bf4559b5131b6cfae37434a7fae5f2bd07acc8bb3b9e40874bd893b7a5e5bc63d6a4dcf624a5d51f0ab1

diff --git a/dev-R/rematch/metadata.xml b/dev-R/rematch/metadata.xml
new file mode 100644
index 000..469ee64
--- /dev/null
+++ b/dev-R/rematch/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+A small wrapper on 'regexpr' to extract the matches and captured groups from 
the match of a regular expression to a character vector.
+  
+  
+https://github.com/MangoTheCat/rematch/issues
+
https://cran.r-project.org/web/packages/rematch/news.html
+https://cran.r-project.org/web/packages/rematch/rematch.pdf
+
+  Gabor Csardi
+  gcsa...@mango-solutions.com
+
+MangoTheCat/rematch
+  
+

diff --git a/dev-R/rematch/rematch-1.0.1.ebuild 
b/dev-R/rematch/rematch-1.0.1.ebuild
new file mode 100644
index 000..0ac3c33
--- /dev/null
+++ b/dev-R/rematch/rematch-1.0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Match Regular Expressions with a Nicer API'
+HOMEPAGE="
+   https://github.com/MangoTheCat/rematch
+   https://cran.r-project.org/package=rematch
+"
+SRC_URI="http://cran.r-project.org/src/contrib/rematch_1.0.1.tar.gz;
+LICENSE='MIT'
+
+IUSE="${IUSE-}"
+RDEPEND=""



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/CRAN-fansi/, dev-R/CRAN-rematch/, dev-R/CRAN-magrittr/

2020-05-07 Thread Alessandro Barbieri
commit: 0462a6a4b5927951e39027b45374fc76563d1b0f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  7 10:10:55 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  7 10:11:44 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0462a6a4

cleanup

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild | 17 -
 dev-R/CRAN-fansi/Manifest|  1 -
 dev-R/CRAN-fansi/metadata.xml| 21 -
 dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild | 13 -
 dev-R/CRAN-magrittr/Manifest |  1 -
 dev-R/CRAN-magrittr/metadata.xml | 18 --
 dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild | 17 -
 dev-R/CRAN-rematch/Manifest  |  1 -
 dev-R/CRAN-rematch/metadata.xml  | 21 -
 9 files changed, 110 deletions(-)

diff --git a/dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild 
b/dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild
deleted file mode 100644
index 6293e8e..000
--- a/dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit R-packages-guru
-
-DESCRIPTION='ANSI Control Sequence Aware String Functions'
-HOMEPAGE="
-   https://github.com/brodieG/fansi
-   https://cran.r-project.org/package=fansi
-"
-SRC_URI="http://cran.r-project.org/src/contrib/fansi_0.4.1.tar.gz;
-LICENSE='GPL-2+'
-
-IUSE="${IUSE-}"
-DEPEND=">=dev-lang/R-3.1.0"

diff --git a/dev-R/CRAN-fansi/Manifest b/dev-R/CRAN-fansi/Manifest
deleted file mode 100644
index f9013b6..000
--- a/dev-R/CRAN-fansi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fansi_0.4.1.tar.gz 270906 BLAKE2B 
fe8f8fdd9f99292c787deb3cef08b89afcbfc7c7b0a56ffe8f29877afd2fac46d7144c7acabe5d1a49c0ae40c0842a21464cec32c3b194b823798489cf6fa3b3
 SHA512 
01289228240f245f13d4f65f368bec183d779018038f0e4f5b4aa6379676f5eda10d32b9c8a5c373d1cfcadec449b6d3efe05f0e09161430263e08be7da58ffc

diff --git a/dev-R/CRAN-fansi/metadata.xml b/dev-R/CRAN-fansi/metadata.xml
deleted file mode 100644
index 2c74ee0..000
--- a/dev-R/CRAN-fansi/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-lssndrbarbi...@gmail.com
-Alessandro Barbieri
-  
-  
-Counterparts to R string manipulation functions that account for the effects 
of ANSI text formatting control sequences.
-  
-  
-https://github.com/brodieG/fansi/issues
-
https://cran.r-project.org/web/packages/fansi/news/news.html
-https://cran.r-project.org/web/packages/fansi/fansi.pdf
-
-  Brodie Gaslam
-  brodie.gas...@yahoo.com
-
-brodieG/fansi
-  
-

diff --git a/dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild 
b/dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild
deleted file mode 100644
index d418d0a..000
--- a/dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit R-packages-guru
-
-DESCRIPTION='A Forward-Pipe Operator for R'
-HOMEPAGE="https://cran.r-project.org/package=magrittr;
-SRC_URI="http://cran.r-project.org/src/contrib/magrittr_1.5.tar.gz;
-LICENSE='MIT'
-
-IUSE="${IUSE-}"

diff --git a/dev-R/CRAN-magrittr/Manifest b/dev-R/CRAN-magrittr/Manifest
deleted file mode 100644
index cbbd05e..000
--- a/dev-R/CRAN-magrittr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST magrittr_1.5.tar.gz 200504 BLAKE2B 
6f68ca7449dd157688fea924800a0b9af9b6eb4c696b50e848fd3d97ec457ee488b9f524f756c5619c3293b343aab9547a6e784319e96e769446cf4d236f1cf4
 SHA512 
d1e66bab279a08f85405fedee0efea0dc4af058e76d8c0151c620825e01a8cf766bf89eaf24a64c67cadbad05c18f780006837ae0e9ded32c2637ed4df984279

diff --git a/dev-R/CRAN-magrittr/metadata.xml b/dev-R/CRAN-magrittr/metadata.xml
deleted file mode 100644
index adfd45e..000
--- a/dev-R/CRAN-magrittr/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-lssndrbarbi...@gmail.com
-Alessandro Barbieri
-  
-  
-Provides a mechanism for chaining commands with a new forward-pipe operator, 
%>%. This operator will forward a value, or the result of an expression, into 
the next function call/expression. There is flexible support for the type of 
right-hand side expressions. For more information, see package vignette. To 
quote Rene Magritte, "Ceci n'est pas un pipe."
-  
-  
-https://cran.r-project.org/web/packages/magrittr/magrittr.pdf
-
-  Stefan Milton Bache
-  ste...@stefanbache.dk
-
-  
-

diff --git a/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild 
b/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild
deleted file mode 100644
index 0ac3c33..000
--- a/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo 

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

2020-05-07 Thread Michał Górny
commit: a0187687170c5afc8c7da73af08bc74df1517e09
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 07:55:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 08:56:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0187687

dev-python/sphinx: Disable intersphinx

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

 dev-python/sphinx/sphinx-3.0.3.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/sphinx/sphinx-3.0.3.ebuild 
b/dev-python/sphinx/sphinx-3.0.3.ebuild
index ea19d76fea3..3154c9ce95a 100644
--- a/dev-python/sphinx/sphinx-3.0.3.ebuild
+++ b/dev-python/sphinx/sphinx-3.0.3.ebuild
@@ -86,6 +86,10 @@ python_prepare_all() {
 @pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on 
pypy3")' \
tests/test_pycode_parser.py || die
 
+   # disable internet access
+   sed -i -e 's:^intersphinx_mapping:disabled_&:' \
+   doc/conf.py || die
+
distutils-r1_python_prepare_all
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/files/, dev-java/java-config/

2020-05-07 Thread Georgy Yakovlev
commit: 943a0212ff7b44ada2bcd53a6c73bcd7605a3286
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May  7 09:49:43 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May  7 09:52:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943a0212

dev-java/java-config: add python3_8 compat

Bug: https://bugs.gentoo.org/719204
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../java-config/files/java-config-2.2.0-py38.patch | 52 ++
 dev-java/java-config/java-config-2.2.0-r4.ebuild   |  7 ++-
 2 files changed, 57 insertions(+), 2 deletions(-)

diff --git a/dev-java/java-config/files/java-config-2.2.0-py38.patch 
b/dev-java/java-config/files/java-config-2.2.0-py38.patch
new file mode 100644
index 000..cb59e1f36be
--- /dev/null
+++ b/dev-java/java-config/files/java-config-2.2.0-py38.patch
@@ -0,0 +1,52 @@
+From 5e7cc49184e657bd446998f4b08e9106e5215ce5 Mon Sep 17 00:00:00 2001
+From: Georgy Yakovlev 
+Date: Thu, 7 May 2020 02:45:57 -0700
+Subject: [PATCH] replace is with ==
+
+---
+ src/java-config-2 | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/src/java-config-2 b/src/java-config-2
+index 8ad2539..84ecd30 100755
+--- a/src/java-config-2
 b/src/java-config-2
+@@ -199,7 +199,7 @@ def set_user_vm(option, opt, value, parser):
+ if not vm:
+ fatalError("Could not find a vm matching: %s" % value)
+ else:
+-if os.getuid() is 0:
++if os.getuid() == 0:
+ fatalError("The user 'root' should always use the System VM")
+ else:
+ try:
+@@ -227,7 +227,7 @@ def user_classpath_target():
+ # Deprecated
+ def set_system_classpath(option, opt, value, parser):
+ deprecation_notice()
+-if os.getuid() is 0:
++if os.getuid() == 0:
+ pkgs = value.split(',')
+ manager.set_classpath(system_classpath_target(), pkgs)
+ 
+@@ -252,7 +252,7 @@ def set_user_classpath(option, opt, value, parser):
+ # Deprecated
+ def append_system_classpath(option, opt, value, parser):
+ deprecation_notice()
+-if os.getuid() is 0:
++if os.getuid() == 0:
+ pkgs = value.split(',')
+ manager.append_classpath(system_classpath_target(), pkgs)
+ 
+@@ -277,7 +277,7 @@ def append_user_classpath(option, opt, value, parser):
+ # Deprecated
+ def clean_system_classpath(option, opt, value, parser):
+ deprecation_notice()
+-if os.getuid() is 0:
++if os.getuid() == 0:
+ manager.clean_classpath(system_classpath_target())
+ update_env()
+ else:
+-- 
+2.26.2
+

diff --git a/dev-java/java-config/java-config-2.2.0-r4.ebuild 
b/dev-java/java-config/java-config-2.2.0-r4.ebuild
index 2913a8f7f68..8f03a425121 100644
--- a/dev-java/java-config/java-config-2.2.0-r4.ebuild
+++ b/dev-java/java-config/java-config-2.2.0-r4.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 # jython depends on java-config, so don't add it or things will break
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
@@ -27,7 +27,10 @@ RDEPEND="
sys-apps/baselayout-java
sys-apps/portage[${PYTHON_USEDEP}]"
 
-PATCHES=( "${FILESDIR}"/${PN}-2.2.0-prefix.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.2.0-prefix.patch
+   "${FILESDIR}"/${PN}-2.2.0-py38.patch
+)
 
 python_install_all() {
distutils-r1_python_install_all



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Session/

2020-05-07 Thread Kent Fredric
commit: ec70cf5c890797d204eb08b55924ed250dcf9386
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu May  7 09:00:08 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu May  7 09:01:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec70cf5c

dev-perl/CGI-Session: -r bump for EAPI7 & License fixes

- EAPI7
- Fix missing entries in metadata.xml
- Correct LICENSE as best possible re bug #721398

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

 dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild | 32 ++
 dev-perl/CGI-Session/metadata.xml  |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild 
b/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild
new file mode 100644
index 000..326cb87ecae
--- /dev/null
+++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MARKSTOS
+DIST_VERSION=4.48
+inherit perl-module
+
+DESCRIPTION="persistent session data in CGI applications"
+# Bug: https://bugs.gentoo.org/show_bug.cgi?id=721398
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-Digest-MD5
+   virtual/perl-Scalar-List-Utils
+   >=dev-perl/CGI-3.26
+"
+DEPEND="
+   dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.380.0
+   test? (
+   virtual/perl-Test-Simple
+   dev-perl/CGI-Simple
+   )
+"

diff --git a/dev-perl/CGI-Session/metadata.xml 
b/dev-perl/CGI-Session/metadata.xml
index 648b4fdd2d8..ac5cd06c60e 100644
--- a/dev-perl/CGI-Session/metadata.xml
+++ b/dev-perl/CGI-Session/metadata.xml
@@ -23,6 +23,7 @@
 CGI::Session::Serialize::freezethaw
 CGI::Session::Serialize::storable
 CGI::Session::Test::Default
+CGI::Session::Test::SimpleObjectClass
 CGI::Session::Tutorial
 OverloadedClass
   



[gentoo-commits] repo/proj/guru:dev commit in: media-video/syncplay/

2020-05-07 Thread Andrew Ammerlaan
commit: 0c09bd570b946c1c3285b7d7a820e410cd61df72
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May  7 09:28:12 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu May  7 09:28:12 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c09bd57

media-video/syncplay: add more optfeature and IUSE

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

 media-video/syncplay/metadata.xml |  1 +
 media-video/syncplay/syncplay-1.6.4_p1.ebuild | 15 ---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/media-video/syncplay/metadata.xml 
b/media-video/syncplay/metadata.xml
index 0bac473..af8b590 100644
--- a/media-video/syncplay/metadata.xml
+++ b/media-video/syncplay/metadata.xml
@@ -11,5 +11,6 @@
Install the Syncplay server
Pull in VLC with the lua flag
Pull in MPV with the lua flag
+   Pull in MPlayer

 

diff --git a/media-video/syncplay/syncplay-1.6.4_p1.ebuild 
b/media-video/syncplay/syncplay-1.6.4_p1.ebuild
index 3a46c75..95626f1 100644
--- a/media-video/syncplay/syncplay-1.6.4_p1.ebuild
+++ b/media-video/syncplay/syncplay-1.6.4_p1.ebuild
@@ -18,14 +18,20 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="+client +server vlc mpv"
-REQUIRED_USE="vlc? ( client ) mpv? ( client )"
+IUSE="+client +server vlc mpv mplayer"
+REQUIRED_USE="
+   vlc? ( client )
+   mpv? ( client )
+   mplayer? ( client )
+   client? ( || ( vlc mpv mplayer ) )
+"
 
 RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/twisted[${PYTHON_USEDEP}]
vlc? ( media-video/vlc[lua] )
mpv? ( media-video/mpv[lua] )
+   mplayer? ( media-video/mplayer )
 "
 
 # RDEPEND on PySide2 for gui, but not packaged here at the moment
@@ -53,6 +59,9 @@ pkg_postinst() {
 
if use client; then
elog "Syncplay supports the following players:"
-   elog "media-video/mpv, media-video/mplayer2, media-video/vlc"
+   elog "media-video/mpv, media-video/mplayer, media-video/vlc\n"
+   optfeature "using Syncplay with VLC" media-video/vlc[lua]
+   optfeature "using Syncplay with MPV" media-video/mpv[lua]
+   optfeature "using Syncplay with MPlayer" media-video/mplayer
fi
 }



[gentoo-commits] repo/proj/guru:dev commit in: media-video/vidify/

2020-05-07 Thread Andrew Ammerlaan
commit: a52c469449d3654369a00098fea8ebd9f01bb089
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May  7 09:40:27 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu May  7 09:40:27 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a52c4694

media-video/vidify: minor version bump

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

 media-video/vidify/Manifest | 2 +-
 media-video/vidify/{vidify-2.2.4.ebuild => vidify-2.2.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vidify/Manifest b/media-video/vidify/Manifest
index 3d3dcfe..7ac79ea 100644
--- a/media-video/vidify/Manifest
+++ b/media-video/vidify/Manifest
@@ -1 +1 @@
-DIST vidify-2.2.4.tar.gz 2909082 BLAKE2B 
555208341b73ee8ef4d8b2422effced0769bc2bbdc3836cf7568cd81e546a8f3283e958392b29edb9e6b7a961989a01ce640dc840c679697cd181a116e28a582
 SHA512 
e874ed5166bab67af06381e8479ef416ddf794044f1a7c6f8bd23502d775ec7597404965f357b09c632f97289bf0e73dc0c902319b7d153b8330afde1442d7fb
+DIST vidify-2.2.5.tar.gz 2906471 BLAKE2B 
f66de21762697182e63317cd78feb7b70d0e10fb0186c8f4a8caff355772a8d0cded6f7126ba2e0d9c020c3858549e38e4024464db8c8b563887660ab47bc196
 SHA512 
c5d2a0011b65e4bd5487bfe2c24cd24c4e383c242dafbd76888635a1779ac9b23b01225dac65f09ea2c08eb15162243b30cd50da669057f08d26d8ebeb23121c

diff --git a/media-video/vidify/vidify-2.2.4.ebuild 
b/media-video/vidify/vidify-2.2.5.ebuild
similarity index 100%
rename from media-video/vidify/vidify-2.2.4.ebuild
rename to media-video/vidify/vidify-2.2.5.ebuild



[gentoo-commits] repo/proj/guru:master commit in: dev-R/CRAN-fansi/

2020-05-07 Thread Andrew Ammerlaan
commit: 82b226505fb8fc23f429e97f2629b5732c2f1452
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:50:28 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May  6 23:50:28 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82b22650

dev-R/CRAN-fansi: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild | 17 +
 dev-R/CRAN-fansi/Manifest|  1 +
 dev-R/CRAN-fansi/metadata.xml| 21 +
 3 files changed, 39 insertions(+)

diff --git a/dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild 
b/dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild
new file mode 100644
index 000..6293e8e
--- /dev/null
+++ b/dev-R/CRAN-fansi/CRAN-fansi-0.4.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='ANSI Control Sequence Aware String Functions'
+HOMEPAGE="
+   https://github.com/brodieG/fansi
+   https://cran.r-project.org/package=fansi
+"
+SRC_URI="http://cran.r-project.org/src/contrib/fansi_0.4.1.tar.gz;
+LICENSE='GPL-2+'
+
+IUSE="${IUSE-}"
+DEPEND=">=dev-lang/R-3.1.0"

diff --git a/dev-R/CRAN-fansi/Manifest b/dev-R/CRAN-fansi/Manifest
new file mode 100644
index 000..f9013b6
--- /dev/null
+++ b/dev-R/CRAN-fansi/Manifest
@@ -0,0 +1 @@
+DIST fansi_0.4.1.tar.gz 270906 BLAKE2B 
fe8f8fdd9f99292c787deb3cef08b89afcbfc7c7b0a56ffe8f29877afd2fac46d7144c7acabe5d1a49c0ae40c0842a21464cec32c3b194b823798489cf6fa3b3
 SHA512 
01289228240f245f13d4f65f368bec183d779018038f0e4f5b4aa6379676f5eda10d32b9c8a5c373d1cfcadec449b6d3efe05f0e09161430263e08be7da58ffc

diff --git a/dev-R/CRAN-fansi/metadata.xml b/dev-R/CRAN-fansi/metadata.xml
new file mode 100644
index 000..2c74ee0
--- /dev/null
+++ b/dev-R/CRAN-fansi/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+Counterparts to R string manipulation functions that account for the effects 
of ANSI text formatting control sequences.
+  
+  
+https://github.com/brodieG/fansi/issues
+
https://cran.r-project.org/web/packages/fansi/news/news.html
+https://cran.r-project.org/web/packages/fansi/fansi.pdf
+
+  Brodie Gaslam
+  brodie.gas...@yahoo.com
+
+brodieG/fansi
+  
+



[gentoo-commits] repo/proj/guru:master commit in: dev-R/rematch/

2020-05-07 Thread Andrew Ammerlaan
commit: 3275e801576b081cd182c697ffae6fd870ce7359
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  7 10:03:28 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu May  7 10:11:43 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3275e801

dev-R/rematch: rename package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/rematch/Manifest |  1 +
 dev-R/rematch/metadata.xml | 21 +
 dev-R/rematch/rematch-1.0.1.ebuild | 17 +
 3 files changed, 39 insertions(+)

diff --git a/dev-R/rematch/Manifest b/dev-R/rematch/Manifest
new file mode 100644
index 000..31a
--- /dev/null
+++ b/dev-R/rematch/Manifest
@@ -0,0 +1 @@
+DIST rematch_1.0.1.tar.gz 3719 BLAKE2B 
5f999c3de459864507880dfd9084bf3c35c3f4c048a264d8bf4cb77c93e350c677d082c66fc1f16582affc8e3d215ab647ae98be4354ac5333cd01728be1461d
 SHA512 
b97c4d8c4d8fd3706e8d1f97eb1ea21fb3cd45289933bf4559b5131b6cfae37434a7fae5f2bd07acc8bb3b9e40874bd893b7a5e5bc63d6a4dcf624a5d51f0ab1

diff --git a/dev-R/rematch/metadata.xml b/dev-R/rematch/metadata.xml
new file mode 100644
index 000..469ee64
--- /dev/null
+++ b/dev-R/rematch/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+A small wrapper on 'regexpr' to extract the matches and captured groups from 
the match of a regular expression to a character vector.
+  
+  
+https://github.com/MangoTheCat/rematch/issues
+
https://cran.r-project.org/web/packages/rematch/news.html
+https://cran.r-project.org/web/packages/rematch/rematch.pdf
+
+  Gabor Csardi
+  gcsa...@mango-solutions.com
+
+MangoTheCat/rematch
+  
+

diff --git a/dev-R/rematch/rematch-1.0.1.ebuild 
b/dev-R/rematch/rematch-1.0.1.ebuild
new file mode 100644
index 000..0ac3c33
--- /dev/null
+++ b/dev-R/rematch/rematch-1.0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Match Regular Expressions with a Nicer API'
+HOMEPAGE="
+   https://github.com/MangoTheCat/rematch
+   https://cran.r-project.org/package=rematch
+"
+SRC_URI="http://cran.r-project.org/src/contrib/rematch_1.0.1.tar.gz;
+LICENSE='MIT'
+
+IUSE="${IUSE-}"
+RDEPEND=""



[gentoo-commits] repo/proj/guru:master commit in: sci-libs/slicot/files/, sci-libs/slicot/

2020-05-07 Thread Andrew Ammerlaan
commit: 634f8d92dc88baf041f835d16d51aadeba3912f0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May  3 18:59:09 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May  6 23:35:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=634f8d92

sci-libs/slicot: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 sci-libs/slicot/Manifest|  1 +
 sci-libs/slicot/files/Makefile  | 26 +
 sci-libs/slicot/metadata.xml| 30 +++
 sci-libs/slicot/slicot-5.0_p20101122.ebuild | 57 +
 4 files changed, 114 insertions(+)

diff --git a/sci-libs/slicot/Manifest b/sci-libs/slicot/Manifest
new file mode 100644
index 000..ac5de03
--- /dev/null
+++ b/sci-libs/slicot/Manifest
@@ -0,0 +1 @@
+DIST slicot_5.0+20101122.orig.tar.gz 2489463 BLAKE2B 
dc34617f84b51f6be9bb471b30dd8d7cf3dd67b1a0d6ec14af33ccd49aee33ee39b657af6d619059da42734d86eb23e0faf7827db36152001263c4c131234aad
 SHA512 
bef2707bf484636a5c58325561e3f342f08887458020c4922a2b346b88047b48e3f2d372c5c984226856be5c327f2535c32cf299baa553b8bf0fbeea896d6c9b

diff --git a/sci-libs/slicot/files/Makefile b/sci-libs/slicot/files/Makefile
new file mode 100755
index 000..f15cc08
--- /dev/null
+++ b/sci-libs/slicot/files/Makefile
@@ -0,0 +1,26 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+.PHONY: default
+default: libslicot.so
+
+SLICOT_SRC=$(sort $(shell echo src/*.f))
+SLICOT_OBJ=$(SLICOT_SRC:.f=.o)
+
+shared_dir:
+   mkdir -p $(subst _dir,,$(@))
+   touch $@
+
+$(subst src/,shared/,$(SLICOT_OBJ)): \
+  shared/%.o : src/%.f shared_dir
+
+   $(F77) $(FFLAGS) -fPIC -c $< -o $@
+
+libslicot.so: libslicot.so.$(SO)
+   ln -snf $< $@
+
+libslicot.so.$(SO): libslicot.so.$(VERS)
+   ln -snf $< $@
+
+libslicot.so.$(VERS): $(subst src/,shared/,$(SLICOT_OBJ))
+   $(F77) -fPIC ${FFLAGS} $(LDFLAGS) -shared 
-Wl,-soname=libslicot.so.$(SO) -o $@ $^

diff --git a/sci-libs/slicot/metadata.xml b/sci-libs/slicot/metadata.xml
new file mode 100644
index 000..4aaef1d
--- /dev/null
+++ b/sci-libs/slicot/metadata.xml
@@ -0,0 +1,30 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mailto:vs...@ici.ro
+
+  vs...@ici.ro
+  Vasile Sima
+
+  
+  
+The subroutine library SLICOT provides Fortran 77 implementations of numerical 
algorithms for computations in systems and control theory. Based on numerical 
linear algebra routines from BLAS and LAPACK libraries, SLICOT provides methods 
for the design and analysis of control systems. The basic ideas behind the 
library are:
+
+usefulness of algorithms;
+robustness, algorithms must either return reliable results or an error or 
warning indicator;
+numerical stability and accuracy: the results are as good as can be 
expected when working at a given precision. If possible an estimate of the 
achieved accuracy should be given;
+performance with respect to speed and memory requirements. Although 
important because of ever increasing complexity of control problems, this 
objective may never be met at cost of the two previous ones;
+portability and reusability: the library should be independent of 
platforms;
+standardisation: the library is based on rigorous programming and 
documentation standards;
+benchmarking, i.e., a standardised set of examples that allows an 
evaluation of the performance of a method as well as the implementation with 
respect to correctness, accuracy, and speed. Benchmarking gives also insight in 
the behaviour of the method and its implementation in extreme situations, i.e., 
for problems where the limit of the possible accuracy is reached.
+
+The current version of SLICOT consists of over 570 user-callable and 
computational routines in various domains of systems and control. Almost all of 
these routines have associated on-line documentation. Over 240 routines have 
associated example programs, data and results. New routines are still in 
preparation. Due to the use of Fortran 77, reusability of the software is 
obtained, so SLICOT can serve as the core for various existing and future CACSD 
platforms and production quality software. SLICOT routines can be linked to 
MATLAB through a gateway compiler, e.g., the NAG Gateway Generator. Recently, 
MATLAB or Scilab interfaces have been developed for many routines.
+
+The use of Fortran 77 allows to exploit the structural features of the 
underlying computational problem and the use of appropriate data structures. 
This is advantageous for speed of computation and required memory. As the 
complexity of systems and related control solutions is ever increasing, the 
issue of speed and memory remains a valid one. The performance of the library 
has been assessed with respect to numerical quality, computational speed, and 
memory requirements 

[gentoo-commits] repo/proj/guru:master commit in: dev-R/CRAN-rematch/

2020-05-07 Thread Andrew Ammerlaan
commit: 6b21bdbbeb91d9f171ff5a358d8e5c33dc6b380c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:33:32 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May  6 23:35:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b21bdbb

dev-R/CRAN-rematch: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild | 17 +
 dev-R/CRAN-rematch/Manifest  |  1 +
 dev-R/CRAN-rematch/metadata.xml  | 21 +
 3 files changed, 39 insertions(+)

diff --git a/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild 
b/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild
new file mode 100644
index 000..0ac3c33
--- /dev/null
+++ b/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Match Regular Expressions with a Nicer API'
+HOMEPAGE="
+   https://github.com/MangoTheCat/rematch
+   https://cran.r-project.org/package=rematch
+"
+SRC_URI="http://cran.r-project.org/src/contrib/rematch_1.0.1.tar.gz;
+LICENSE='MIT'
+
+IUSE="${IUSE-}"
+RDEPEND=""

diff --git a/dev-R/CRAN-rematch/Manifest b/dev-R/CRAN-rematch/Manifest
new file mode 100644
index 000..31a
--- /dev/null
+++ b/dev-R/CRAN-rematch/Manifest
@@ -0,0 +1 @@
+DIST rematch_1.0.1.tar.gz 3719 BLAKE2B 
5f999c3de459864507880dfd9084bf3c35c3f4c048a264d8bf4cb77c93e350c677d082c66fc1f16582affc8e3d215ab647ae98be4354ac5333cd01728be1461d
 SHA512 
b97c4d8c4d8fd3706e8d1f97eb1ea21fb3cd45289933bf4559b5131b6cfae37434a7fae5f2bd07acc8bb3b9e40874bd893b7a5e5bc63d6a4dcf624a5d51f0ab1

diff --git a/dev-R/CRAN-rematch/metadata.xml b/dev-R/CRAN-rematch/metadata.xml
new file mode 100644
index 000..469ee64
--- /dev/null
+++ b/dev-R/CRAN-rematch/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+A small wrapper on 'regexpr' to extract the matches and captured groups from 
the match of a regular expression to a character vector.
+  
+  
+https://github.com/MangoTheCat/rematch/issues
+
https://cran.r-project.org/web/packages/rematch/news.html
+https://cran.r-project.org/web/packages/rematch/rematch.pdf
+
+  Gabor Csardi
+  gcsa...@mango-solutions.com
+
+MangoTheCat/rematch
+  
+



[gentoo-commits] repo/proj/guru:master commit in: dev-R/fansi/

2020-05-07 Thread Andrew Ammerlaan
commit: 5559570cd0bda168ca761374f3de30cfe77ec454
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  7 10:07:10 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu May  7 10:11:44 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5559570c

dev-R/fansi: rename package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/fansi/Manifest   |  1 +
 dev-R/fansi/fansi-0.4.1.ebuild | 17 +
 dev-R/fansi/metadata.xml   | 21 +
 3 files changed, 39 insertions(+)

diff --git a/dev-R/fansi/Manifest b/dev-R/fansi/Manifest
new file mode 100644
index 000..f9013b6
--- /dev/null
+++ b/dev-R/fansi/Manifest
@@ -0,0 +1 @@
+DIST fansi_0.4.1.tar.gz 270906 BLAKE2B 
fe8f8fdd9f99292c787deb3cef08b89afcbfc7c7b0a56ffe8f29877afd2fac46d7144c7acabe5d1a49c0ae40c0842a21464cec32c3b194b823798489cf6fa3b3
 SHA512 
01289228240f245f13d4f65f368bec183d779018038f0e4f5b4aa6379676f5eda10d32b9c8a5c373d1cfcadec449b6d3efe05f0e09161430263e08be7da58ffc

diff --git a/dev-R/fansi/fansi-0.4.1.ebuild b/dev-R/fansi/fansi-0.4.1.ebuild
new file mode 100644
index 000..6293e8e
--- /dev/null
+++ b/dev-R/fansi/fansi-0.4.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='ANSI Control Sequence Aware String Functions'
+HOMEPAGE="
+   https://github.com/brodieG/fansi
+   https://cran.r-project.org/package=fansi
+"
+SRC_URI="http://cran.r-project.org/src/contrib/fansi_0.4.1.tar.gz;
+LICENSE='GPL-2+'
+
+IUSE="${IUSE-}"
+DEPEND=">=dev-lang/R-3.1.0"

diff --git a/dev-R/fansi/metadata.xml b/dev-R/fansi/metadata.xml
new file mode 100644
index 000..2c74ee0
--- /dev/null
+++ b/dev-R/fansi/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+Counterparts to R string manipulation functions that account for the effects 
of ANSI text formatting control sequences.
+  
+  
+https://github.com/brodieG/fansi/issues
+
https://cran.r-project.org/web/packages/fansi/news/news.html
+https://cran.r-project.org/web/packages/fansi/fansi.pdf
+
+  Brodie Gaslam
+  brodie.gas...@yahoo.com
+
+brodieG/fansi
+  
+



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

2020-05-07 Thread Andrew Ammerlaan
commit: bdffb505eca41fccdac6625b586f7a7ed05159b4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:28:47 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May  6 23:35:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdffb505

new eclass for R packages, taken from the R_Overlay

Signed-off-by: Alessandro Barbieri  gmail.com>

 eclass/R-packages-guru.eclass | 54 +++
 1 file changed, 54 insertions(+)

diff --git a/eclass/R-packages-guru.eclass b/eclass/R-packages-guru.eclass
new file mode 100644
index 000..e365b03
--- /dev/null
+++ b/eclass/R-packages-guru.eclass
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit eutils
+
+EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install pkg_postinst
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="byte-compile"
+
+DEPEND="dev-lang/R"
+RDEPEND="${DEPEND}"
+
+R-packages-guru_src_unpack() {
+   unpack ${A}
+   if [[ -d "${PN//_/.}" ]] && [[ ! -d "${P}" ]]; then
+   mv ${PN//_/.} "${P}"
+   fi
+}
+
+if has "${EAPI:-0}" 0 1 2 3 4 5; then
+   R-packages-guru_src_prepare() {
+   epatch_user
+   }
+else
+   R-packages-guru_src_prepare() {
+   default
+   }
+fi
+
+R-packages-guru_src_compile() {
+   MAKEFLAGS="CFLAGS=${CFLAGS// /\\ } CXXFLAGS=${CXXFLAGS// /\\ } 
FFLAGS=${FFLAGS// /\\ } FCFLAGS=${FCFLAGS// /\\ } LDFLAGS=${LDFLAGS// /\\ }" \
+   R CMD INSTALL . -l "${WORKDIR}" $(use byte-compile && echo 
"--byte-compile")
+}
+
+R-packages-guru_src_install() {
+   insinto /usr/$(get_libdir)/R/site-library
+   doins -r "${WORKDIR}"/${PN//_/.}
+}
+
+R-packages-guru_pkg_postinst() {
+   if [[ "${_UNRESOLVABLE_PACKAGES:-}" ]]; then
+   # _UNRESOLVABLE_PACKAGES is only set if it has more than zero 
items
+   local _max=${#_UNRESOLVABLE_PACKAGES[*]} i=
+
+   einfo "Dependency(-ies):"
+   for (( i=0; i<"${_max}"; i++ )); do
+   einfo "- ${_UNRESOLVABLE_PACKAGES[$i]}"
+   done
+   einfo 'are (is) suggested by upstream but could not be found.'
+   einfo 'Please install it manually from the R interpreter if you 
need it.'
+   fi
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-R/CRAN-magrittr/

2020-05-07 Thread Andrew Ammerlaan
commit: 460d2153b532158cb9760b6d26c0b1d52e4ffd1d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:55:57 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May  6 23:55:57 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=460d2153

dev-R/CRAN-magrittr: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild | 13 +
 dev-R/CRAN-magrittr/Manifest |  1 +
 dev-R/CRAN-magrittr/metadata.xml | 18 ++
 3 files changed, 32 insertions(+)

diff --git a/dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild 
b/dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild
new file mode 100644
index 000..d418d0a
--- /dev/null
+++ b/dev-R/CRAN-magrittr/CRAN-magrittr-1.5.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='A Forward-Pipe Operator for R'
+HOMEPAGE="https://cran.r-project.org/package=magrittr;
+SRC_URI="http://cran.r-project.org/src/contrib/magrittr_1.5.tar.gz;
+LICENSE='MIT'
+
+IUSE="${IUSE-}"

diff --git a/dev-R/CRAN-magrittr/Manifest b/dev-R/CRAN-magrittr/Manifest
new file mode 100644
index 000..cbbd05e
--- /dev/null
+++ b/dev-R/CRAN-magrittr/Manifest
@@ -0,0 +1 @@
+DIST magrittr_1.5.tar.gz 200504 BLAKE2B 
6f68ca7449dd157688fea924800a0b9af9b6eb4c696b50e848fd3d97ec457ee488b9f524f756c5619c3293b343aab9547a6e784319e96e769446cf4d236f1cf4
 SHA512 
d1e66bab279a08f85405fedee0efea0dc4af058e76d8c0151c620825e01a8cf766bf89eaf24a64c67cadbad05c18f780006837ae0e9ded32c2637ed4df984279

diff --git a/dev-R/CRAN-magrittr/metadata.xml b/dev-R/CRAN-magrittr/metadata.xml
new file mode 100644
index 000..adfd45e
--- /dev/null
+++ b/dev-R/CRAN-magrittr/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+Provides a mechanism for chaining commands with a new forward-pipe operator, 
%>%. This operator will forward a value, or the result of an expression, into 
the next function call/expression. There is flexible support for the type of 
right-hand side expressions. For more information, see package vignette. To 
quote Rene Magritte, "Ceci n'est pas un pipe."
+  
+  
+https://cran.r-project.org/web/packages/magrittr/magrittr.pdf
+
+  Stefan Milton Bache
+  ste...@stefanbache.dk
+
+  
+



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

2020-05-07 Thread Andrew Ammerlaan
commit: fec5f391149ee6a33d09753127246374fafa7486
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:35:03 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May  6 23:35:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fec5f391

R-eclass-guru, update copyright

Signed-off-by: Alessandro Barbieri  gmail.com>

 eclass/R-packages-guru.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/R-packages-guru.eclass b/eclass/R-packages-guru.eclass
index e365b03..0f28749 100644
--- a/eclass/R-packages-guru.eclass
+++ b/eclass/R-packages-guru.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils



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

2020-05-07 Thread Andrew Ammerlaan
commit: 0c81ac428bf9da975095af4a21b83fca194a3e0e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:27:20 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May  6 23:35:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c81ac42

new categories

Signed-off-by: Alessandro Barbieri  gmail.com>

 profiles/categories | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/categories b/profiles/categories
new file mode 100644
index 000..bffe297
--- /dev/null
+++ b/profiles/categories
@@ -0,0 +1,2 @@
+dev-octave
+dev-R



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

2020-05-07 Thread Andrew Ammerlaan
commit: 751caceccb0a8bff96cd0a087a8bfbb88b4f7bdf
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  6 23:33:44 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May  6 23:35:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=751cacec

byte-compile useflag description

Signed-off-by: Alessandro Barbieri  gmail.com>

 profiles/use.desc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/use.desc b/profiles/use.desc
new file mode 100644
index 000..5fd5753
--- /dev/null
+++ b/profiles/use.desc
@@ -0,0 +1 @@
+byte-compile - enable byte compiling



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

2020-05-07 Thread Agostino Sarubbo
commit: 26c97c43c1745ae66704c46dfe78603a059f0016
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May  7 13:29:11 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May  7 13:29:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c97c43

www-servers/nginx-unit: amd64 stable wrt bug #721254

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/nginx-unit/nginx-unit-1.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/nginx-unit/nginx-unit-1.17.0.ebuild 
b/www-servers/nginx-unit/nginx-unit-1.17.0.ebuild
index ac0c6c8fc95..49c2f106174 100644
--- a/www-servers/nginx-unit/nginx-unit-1.17.0.ebuild
+++ b/www-servers/nginx-unit/nginx-unit-1.17.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://unit.nginx.org/download/${MY_P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 MY_USE="perl python ruby"
 MY_USE_PHP="php7-2 php7-3 php7-4"
 IUSE="${MY_USE} ${MY_USE_PHP} ssl"



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

2020-05-07 Thread Thomas Deutschmann
commit: 9ef181c7aab319e2c069cf39923bdc03bdda67ec
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu May  7 13:33:09 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu May  7 13:33:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef181c7

media-libs/libaom: new snapshot

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

 media-libs/libaom/Manifest  |  1 +
 media-libs/libaom/libaom-1.0.0_p20200507.ebuild | 73 +
 2 files changed, 74 insertions(+)

diff --git a/media-libs/libaom/Manifest b/media-libs/libaom/Manifest
index 9f4fe86094b..190d5c53708 100644
--- a/media-libs/libaom/Manifest
+++ b/media-libs/libaom/Manifest
@@ -1 +1,2 @@
 DIST libaom-1.0.0.tar.gz 2775454 BLAKE2B 
09b891d365804f0c086785a00760af3191b40fc66fc752294e915b54454171fb47d3d1b037fb6d276727772ceec3177d78c14f90a2b01e28250d2de735bf02ec
 SHA512 
131512ef286cb138047bb56dea54196f9a8d2b0d9f3d7689299f185338e5c03ee658b0cfe017a099f1a6be351a3a7157204dea70d2645a1d0a9249fd582c3fa4
+DIST libaom-1.0.0_p20200507.tar.gz 3569380 BLAKE2B 
caaff47e7e443694b41dcac6b4d1ea08c7c33ab25a443582875be6f22157e515ec88050e3d9036f94e26177335db5d76cde1b1ea306fc674af01995def23620d
 SHA512 
2f906ac3ca3c3fe87de03238ae4ded3c87e3d5a780cc29d4ceaf3bfce91c65d0088ee8b63018ceecff27cc48a022ae4dbf7b72861bf9bf4416de98115b493c65

diff --git a/media-libs/libaom/libaom-1.0.0_p20200507.ebuild 
b/media-libs/libaom/libaom-1.0.0_p20200507.ebuild
new file mode 100644
index 000..93b1de3953f
--- /dev/null
+++ b/media-libs/libaom/libaom-1.0.0_p20200507.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+inherit cmake-multilib
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://aomedia.googlesource.com/aom;
+else
+   MY_COMMIT="1a090d5d5ac322add74ebb6b5df7f4074909cd09"
+   
SRC_URI="https://aomedia.googlesource.com/aom/+archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Alliance for Open Media AV1 Codec SDK"
+HOMEPAGE="https://aomedia.org;
+
+LICENSE="BSD-2"
+SLOT="0/0"
+IUSE="doc examples"
+IUSE="${IUSE} cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
+IUSE="${IUSE} cpu_flags_arm_neon"
+
+REQUIRED_USE="
+   cpu_flags_x86_sse2? ( cpu_flags_x86_mmx )
+   cpu_flags_x86_ssse3? ( cpu_flags_x86_sse2 )
+"
+
+BDEPEND="abi_x86_32? ( dev-lang/yasm )
+   abi_x86_64? ( dev-lang/yasm )
+   abi_x86_x32? ( dev-lang/yasm )
+   x86-fbsd? ( dev-lang/yasm )
+   amd64-fbsd? ( dev-lang/yasm )
+   doc? ( app-doc/doxygen )
+"
+
+PATCHES=( "${FILESDIR}/pthread_lib2.patch" )
+
+# the PATENTS file is required to be distributed with this package bug #682214
+DOCS=( PATENTS )
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DENABLE_DOCS=$(multilib_native_usex doc ON OFF)
+   -DENABLE_EXAMPLES=$(multilib_native_usex examples ON OFF)
+   -DENABLE_NASM=OFF
+   -DENABLE_TOOLS=ON
+   -DENABLE_WERROR=OFF
+
+   -DENABLE_NEON=$(usex cpu_flags_arm_neon ON OFF)
+   # ENABLE_DSPR2 / ENABLE_MSA for mips
+   -DENABLE_MMX=$(usex cpu_flags_x86_mmx ON OFF)
+   -DENABLE_SSE=$(usex cpu_flags_x86_sse ON OFF)
+   -DENABLE_SSE2=$(usex cpu_flags_x86_sse2 ON OFF)
+   -DENABLE_SSE3=$(usex cpu_flags_x86_sse3 ON OFF)
+   -DENABLE_SSSE3=$(usex cpu_flags_x86_ssse3 ON OFF)
+   -DENABLE_SSE4_1=$(usex cpu_flags_x86_sse4_1 ON OFF)
+   -DENABLE_AVX=$(usex cpu_flags_x86_avx ON OFF)
+   -DENABLE_AVX2=$(usex cpu_flags_x86_avx2 ON OFF)
+   )
+   cmake_src_configure
+}
+
+multilib_src_install() {
+   if multilib_is_native_abi && use doc ; then
+   local HTML_DOCS=( "${BUILD_DIR}"/docs/html/. )
+   fi
+   cmake_src_install
+}



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

2020-05-07 Thread Michael Palimaka
commit: b485badd3f44c926d38d34588ae769c480c76b44
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  7 13:41:26 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  7 13:41:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b485badd

sys-libs/libapparmor: remove 2.13.3

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

 sys-libs/libapparmor/Manifest |  1 -
 sys-libs/libapparmor/libapparmor-2.13.3-r1.ebuild | 98 ---
 sys-libs/libapparmor/libapparmor-2.13.3.ebuild| 97 --
 3 files changed, 196 deletions(-)

diff --git a/sys-libs/libapparmor/Manifest b/sys-libs/libapparmor/Manifest
index ac257fe0249..6a8b5e50bbe 100644
--- a/sys-libs/libapparmor/Manifest
+++ b/sys-libs/libapparmor/Manifest
@@ -1,2 +1 @@
-DIST apparmor-2.13.3.tar.gz 7384974 BLAKE2B 
fd519f7b845db3203c8f47ff5abc7d9f20a7947fe86799b6fffcfaabaf5130fe0aa6589314f201c1df59cfd0fb22b80a12d364e9ca1279b14ba89ec469e3b346
 SHA512 
137b2bf026ec655b662e9c264d7d48d878db474a3f1cc5a38bfd7df2f85b682bddb77b091ab5595178231a0a262c9ae9cdd61409461cd889bdee156906ef1141
 DIST apparmor-2.13.4.tar.gz 7390179 BLAKE2B 
49818a010d5e5757dd43710f2af925fbb62a9f8f9be74556ff31a9a8834bebac010762fc6bef3da8d295e487b65d0e0135f4be25bcb01a834846c5e5d65d92a4
 SHA512 
d42748bf36ae66849f79653a62d499e9d17a97c4d680fb653eb1c379d0593aaa09f7ddfc6f2fa0d2fb468bce05fb25444976f60a5ec24778fdd7ec20d1c13651

diff --git a/sys-libs/libapparmor/libapparmor-2.13.3-r1.ebuild 
b/sys-libs/libapparmor/libapparmor-2.13.3-r1.ebuild
deleted file mode 100644
index 0ccd35241d4..000
--- a/sys-libs/libapparmor/libapparmor-2.13.3-r1.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{5,6,7,8} )
-GENTOO_DEPEND_ON_PERL="no"
-
-inherit autotools distutils-r1 perl-functions
-
-MY_PV="$(ver_cut 1-2)"
-
-DESCRIPTION="Library to support AppArmor userspace utilities"
-HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home;
-SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${PV}/+download/apparmor-${PV}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="doc +perl +python static-libs"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="perl? ( dev-lang/perl:= )
-   python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   sys-devel/autoconf-archive
-   sys-devel/bison
-   sys-devel/flex
-   doc? ( dev-lang/perl )
-   perl? ( dev-lang/swig )
-   python? ( dev-lang/swig )"
-
-S=${WORKDIR}/apparmor-${PV}/libraries/${PN}
-
-PATCHES=( "${FILESDIR}/${PN}-2.10-symbol_visibility.patch" )
-
-# depends on the package already being installed
-RESTRICT="test"
-
-src_prepare() {
-   rm -r m4 || die "failed to remove bundled macros"
-   default
-   eautoreconf
-   use python && distutils-r1_src_prepare
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_with perl) \
-   $(use_with python)
-}
-
-src_compile() {
-   emake -C src
-   emake -C include
-   use doc && emake -C doc
-   use perl && emake -C swig/perl
-
-   if use python ; then
-   pushd swig/python > /dev/null
-   emake libapparmor_wrap.c
-   distutils-r1_src_compile
-   popd > /dev/null
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" -C src install
-   emake DESTDIR="${D}" -C include install
-   use doc && emake DESTDIR="${D}" -C doc install
-
-   if use perl ; then
-   emake DESTDIR="${D}" -C swig/perl install
-   perl_set_version
-   insinto "${VENDOR_ARCH}"
-   doins swig/perl/LibAppArmor.pm
-
-   # bug 620886
-   perl_delete_localpod
-   perl_fix_packlist
-   fi
-
-   if use python ; then
-   pushd swig/python > /dev/null
-   distutils-r1_src_install
-
-   python_moduleinto LibAppArmor
-   python_foreach_impl python_domodule LibAppArmor.py
-   popd > /dev/null
-   fi
-
-   dodoc AUTHORS ChangeLog NEWS README
-
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/sys-libs/libapparmor/libapparmor-2.13.3.ebuild 
b/sys-libs/libapparmor/libapparmor-2.13.3.ebuild
deleted file mode 100644
index 2c6b7f9f553..000
--- a/sys-libs/libapparmor/libapparmor-2.13.3.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_6 )
-GENTOO_DEPEND_ON_PERL="no"
-
-inherit autotools distutils-r1 eapi7-ver perl-functions
-
-MY_PV="$(ver_cut 1-2)"
-
-DESCRIPTION="Library to support AppArmor userspace utilities"

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

2020-05-07 Thread Michael Palimaka
commit: 48cffcbb7b14e212aa0181422083d16fdf9e599a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  7 13:39:40 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  7 13:39:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cffcbb

sec-policy/apparmor-profiles: remove 2.13.3

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

 sec-policy/apparmor-profiles/Manifest  |  1 -
 .../apparmor-profiles-2.13.3.ebuild| 28 --
 2 files changed, 29 deletions(-)

diff --git a/sec-policy/apparmor-profiles/Manifest 
b/sec-policy/apparmor-profiles/Manifest
index ac257fe0249..6a8b5e50bbe 100644
--- a/sec-policy/apparmor-profiles/Manifest
+++ b/sec-policy/apparmor-profiles/Manifest
@@ -1,2 +1 @@
-DIST apparmor-2.13.3.tar.gz 7384974 BLAKE2B 
fd519f7b845db3203c8f47ff5abc7d9f20a7947fe86799b6fffcfaabaf5130fe0aa6589314f201c1df59cfd0fb22b80a12d364e9ca1279b14ba89ec469e3b346
 SHA512 
137b2bf026ec655b662e9c264d7d48d878db474a3f1cc5a38bfd7df2f85b682bddb77b091ab5595178231a0a262c9ae9cdd61409461cd889bdee156906ef1141
 DIST apparmor-2.13.4.tar.gz 7390179 BLAKE2B 
49818a010d5e5757dd43710f2af925fbb62a9f8f9be74556ff31a9a8834bebac010762fc6bef3da8d295e487b65d0e0135f4be25bcb01a834846c5e5d65d92a4
 SHA512 
d42748bf36ae66849f79653a62d499e9d17a97c4d680fb653eb1c379d0593aaa09f7ddfc6f2fa0d2fb468bce05fb25444976f60a5ec24778fdd7ec20d1c13651

diff --git a/sec-policy/apparmor-profiles/apparmor-profiles-2.13.3.ebuild 
b/sec-policy/apparmor-profiles/apparmor-profiles-2.13.3.ebuild
deleted file mode 100644
index 17cefd7cdf9..000
--- a/sec-policy/apparmor-profiles/apparmor-profiles-2.13.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="$(ver_cut 1-2)"
-
-DESCRIPTION="A collection of profiles for the AppArmor application security 
system"
-HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home;
-SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${PV}/+download/apparmor-${PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="minimal"
-
-RESTRICT="test"
-
-S=${WORKDIR}/apparmor-${PV}/profiles
-
-src_install() {
-   if use minimal ; then
-   insinto /etc/apparmor.d
-   doins -r apparmor.d/{abstractions,tunables}
-   else
-   default
-   fi
-}



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

2020-05-07 Thread Michael Palimaka
commit: 427a97214d1f46e772ba3d5b0d1864f4a3f461b6
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  7 13:40:29 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  7 13:40:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427a9721

sys-apps/apparmor-utils: remove 2.13.4-r0

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

 .../apparmor-utils/apparmor-utils-2.13.4.ebuild| 85 --
 1 file changed, 85 deletions(-)

diff --git a/sys-apps/apparmor-utils/apparmor-utils-2.13.4.ebuild 
b/sys-apps/apparmor-utils/apparmor-utils-2.13.4.ebuild
deleted file mode 100644
index 4a6c7fe814c..000
--- a/sys-apps/apparmor-utils/apparmor-utils-2.13.4.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit eapi7-ver perl-module python-r1 toolchain-funcs
-
-MY_PV="$(ver_cut 1-2)"
-
-DESCRIPTION="Additional userspace utils to assist with AppArmor profile 
management"
-HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home;
-SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${PV}/+download/apparmor-${PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-lang/perl
-   ~sys-libs/libapparmor-${PV}
-   ${PYTHON_DEPS}"
-DEPEND="${COMMON_DEPEND}
-   sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-   ~sys-libs/libapparmor-${PV}[perl,python]
-   ~sys-apps/apparmor-${PV}
-   dev-perl/Locale-gettext
-   dev-perl/RPC-XML
-   dev-perl/TermReadKey
-   virtual/perl-Data-Dumper
-   virtual/perl-Getopt-Long"
-
-S=${WORKDIR}/apparmor-${PV}
-
-src_prepare() {
-   default
-
-   sed -i binutils/Makefile \
-   -e 's/Bstatic/Bdynamic/g' || die
-
-   sed -i utils/aa-remove-unknown \
-   -e 
's#^\(APPARMOR_FUNCTIONS=\).*#\1/usr/libexec/rc.apparmor.functions#' || die
-}
-
-src_compile() {
-   python_setup
-
-   pushd utils > /dev/null || die
-   # launches non-make subprocesses causing "make jobserver unavailable"
-   # error messages to appear in generated code
-   emake -j1
-   popd > /dev/null || die
-
-   pushd binutils > /dev/null || die
-   export EXTRA_CFLAGS="${CFLAGS}"
-   emake CC="$(tc-getCC)" USE_SYSTEM=1
-   popd > /dev/null || die
-}
-
-src_install() {
-   pushd utils > /dev/null || die
-   perl_set_version
-   emake DESTDIR="${D}" PERLDIR="${D}/${VENDOR_LIB}/Immunix" \
-   VIM_INSTALL_PATH="${D}/usr/share/vim/vimfiles/syntax" install
-
-   install_python() {
-   "${PYTHON}" "${S}"/utils/python-tools-setup.py install 
--prefix=/usr \
-   --root="${D}" --version="${PV}"
-   }
-
-   python_foreach_impl install_python
-   python_replicate_script "${D}"/usr/bin/aa-easyprof 
"${D}"/usr/sbin/apparmor_status \
-   
"${D}"/usr/sbin/aa-{audit,autodep,cleanprof,complain,disable,enforce,genprof,logprof,mergeprof,status,unconfined}
-   popd > /dev/null || die
-
-   pushd binutils > /dev/null || die
-   emake install DESTDIR="${D}" USE_SYSTEM=1
-   popd > /dev/null || die
-}



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

2020-05-07 Thread Michael Palimaka
commit: f3c8e910157ad4c6b22948c6440c41b68cfb1ec8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  7 13:40:56 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  7 13:40:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c8e910

sys-apps/apparmor: remove 2.13.3

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

 sys-apps/apparmor/Manifest   |  1 -
 sys-apps/apparmor/apparmor-2.13.3.ebuild | 67 
 2 files changed, 68 deletions(-)

diff --git a/sys-apps/apparmor/Manifest b/sys-apps/apparmor/Manifest
index ac257fe0249..6a8b5e50bbe 100644
--- a/sys-apps/apparmor/Manifest
+++ b/sys-apps/apparmor/Manifest
@@ -1,2 +1 @@
-DIST apparmor-2.13.3.tar.gz 7384974 BLAKE2B 
fd519f7b845db3203c8f47ff5abc7d9f20a7947fe86799b6fffcfaabaf5130fe0aa6589314f201c1df59cfd0fb22b80a12d364e9ca1279b14ba89ec469e3b346
 SHA512 
137b2bf026ec655b662e9c264d7d48d878db474a3f1cc5a38bfd7df2f85b682bddb77b091ab5595178231a0a262c9ae9cdd61409461cd889bdee156906ef1141
 DIST apparmor-2.13.4.tar.gz 7390179 BLAKE2B 
49818a010d5e5757dd43710f2af925fbb62a9f8f9be74556ff31a9a8834bebac010762fc6bef3da8d295e487b65d0e0135f4be25bcb01a834846c5e5d65d92a4
 SHA512 
d42748bf36ae66849f79653a62d499e9d17a97c4d680fb653eb1c379d0593aaa09f7ddfc6f2fa0d2fb468bce05fb25444976f60a5ec24778fdd7ec20d1c13651

diff --git a/sys-apps/apparmor/apparmor-2.13.3.ebuild 
b/sys-apps/apparmor/apparmor-2.13.3.ebuild
deleted file mode 100644
index a4c693e37c5..000
--- a/sys-apps/apparmor/apparmor-2.13.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd toolchain-funcs
-
-MY_PV="$(ver_cut 1-2)"
-
-DESCRIPTION="Userspace utils and init scripts for the AppArmor application 
security system"
-HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home;
-SRC_URI="https://launchpad.net/${PN}/${MY_PV}/${PV}/+download/${PN}-${PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RESTRICT="test" # bug 675854
-
-RDEPEND="~sys-libs/libapparmor-${PV}"
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   sys-devel/bison
-   sys-devel/gettext
-   sys-devel/flex
-   doc? ( dev-tex/latex2html )
-"
-
-S=${WORKDIR}/apparmor-${PV}/parser
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.13.1-makefile.patch"
-   "${FILESDIR}/${PN}-2.11.1-dynamic-link.patch"
-)
-
-src_prepare() {
-   default
-
-   # remove warning about missing file that controls features
-   # we don't currently support
-   sed -e "/installation problem/ctrue" -i rc.apparmor.functions || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" USE_SYSTEM=1 arch manpages
-   use doc && emake pdf
-}
-
-src_test() {
-   emake CXX="$(tc-getCXX)" USE_SYSTEM=1 check
-}
-
-src_install() {
-   emake DESTDIR="${D}" DISTRO="unknown" USE_SYSTEM=1 install
-
-   dodir /etc/apparmor.d/disable
-
-   newinitd "${FILESDIR}/${PN}-init" ${PN}
-   systemd_newunit "${FILESDIR}/apparmor.service" apparmor.service
-
-   use doc && dodoc techdoc.pdf
-
-   exeinto /usr/share/apparmor
-   doexe "${FILESDIR}/apparmor_load.sh"
-   doexe "${FILESDIR}/apparmor_unload.sh"
-}



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

2020-05-07 Thread Michael Palimaka
commit: a73e8eee9da80bd4776fdbf0cf4fc25510ab985b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu May  7 13:40:07 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May  7 13:40:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73e8eee

sys-apps/apparmor-utils: remove 2.13.3

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

 sys-apps/apparmor-utils/Manifest   |  1 -
 .../apparmor-utils/apparmor-utils-2.13.3.ebuild| 85 --
 2 files changed, 86 deletions(-)

diff --git a/sys-apps/apparmor-utils/Manifest b/sys-apps/apparmor-utils/Manifest
index ac257fe0249..6a8b5e50bbe 100644
--- a/sys-apps/apparmor-utils/Manifest
+++ b/sys-apps/apparmor-utils/Manifest
@@ -1,2 +1 @@
-DIST apparmor-2.13.3.tar.gz 7384974 BLAKE2B 
fd519f7b845db3203c8f47ff5abc7d9f20a7947fe86799b6fffcfaabaf5130fe0aa6589314f201c1df59cfd0fb22b80a12d364e9ca1279b14ba89ec469e3b346
 SHA512 
137b2bf026ec655b662e9c264d7d48d878db474a3f1cc5a38bfd7df2f85b682bddb77b091ab5595178231a0a262c9ae9cdd61409461cd889bdee156906ef1141
 DIST apparmor-2.13.4.tar.gz 7390179 BLAKE2B 
49818a010d5e5757dd43710f2af925fbb62a9f8f9be74556ff31a9a8834bebac010762fc6bef3da8d295e487b65d0e0135f4be25bcb01a834846c5e5d65d92a4
 SHA512 
d42748bf36ae66849f79653a62d499e9d17a97c4d680fb653eb1c379d0593aaa09f7ddfc6f2fa0d2fb468bce05fb25444976f60a5ec24778fdd7ec20d1c13651

diff --git a/sys-apps/apparmor-utils/apparmor-utils-2.13.3.ebuild 
b/sys-apps/apparmor-utils/apparmor-utils-2.13.3.ebuild
deleted file mode 100644
index 4a6c7fe814c..000
--- a/sys-apps/apparmor-utils/apparmor-utils-2.13.3.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit eapi7-ver perl-module python-r1 toolchain-funcs
-
-MY_PV="$(ver_cut 1-2)"
-
-DESCRIPTION="Additional userspace utils to assist with AppArmor profile 
management"
-HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home;
-SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${PV}/+download/apparmor-${PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="test"
-
-COMMON_DEPEND="
-   dev-lang/perl
-   ~sys-libs/libapparmor-${PV}
-   ${PYTHON_DEPS}"
-DEPEND="${COMMON_DEPEND}
-   sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-   ~sys-libs/libapparmor-${PV}[perl,python]
-   ~sys-apps/apparmor-${PV}
-   dev-perl/Locale-gettext
-   dev-perl/RPC-XML
-   dev-perl/TermReadKey
-   virtual/perl-Data-Dumper
-   virtual/perl-Getopt-Long"
-
-S=${WORKDIR}/apparmor-${PV}
-
-src_prepare() {
-   default
-
-   sed -i binutils/Makefile \
-   -e 's/Bstatic/Bdynamic/g' || die
-
-   sed -i utils/aa-remove-unknown \
-   -e 
's#^\(APPARMOR_FUNCTIONS=\).*#\1/usr/libexec/rc.apparmor.functions#' || die
-}
-
-src_compile() {
-   python_setup
-
-   pushd utils > /dev/null || die
-   # launches non-make subprocesses causing "make jobserver unavailable"
-   # error messages to appear in generated code
-   emake -j1
-   popd > /dev/null || die
-
-   pushd binutils > /dev/null || die
-   export EXTRA_CFLAGS="${CFLAGS}"
-   emake CC="$(tc-getCC)" USE_SYSTEM=1
-   popd > /dev/null || die
-}
-
-src_install() {
-   pushd utils > /dev/null || die
-   perl_set_version
-   emake DESTDIR="${D}" PERLDIR="${D}/${VENDOR_LIB}/Immunix" \
-   VIM_INSTALL_PATH="${D}/usr/share/vim/vimfiles/syntax" install
-
-   install_python() {
-   "${PYTHON}" "${S}"/utils/python-tools-setup.py install 
--prefix=/usr \
-   --root="${D}" --version="${PV}"
-   }
-
-   python_foreach_impl install_python
-   python_replicate_script "${D}"/usr/bin/aa-easyprof 
"${D}"/usr/sbin/apparmor_status \
-   
"${D}"/usr/sbin/aa-{audit,autodep,cleanprof,complain,disable,enforce,genprof,logprof,mergeprof,status,unconfined}
-   popd > /dev/null || die
-
-   pushd binutils > /dev/null || die
-   emake install DESTDIR="${D}" USE_SYSTEM=1
-   popd > /dev/null || die
-}



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

2020-05-07 Thread Guilherme Amadio
commit: 6bdfeaf97727c16d33201a382c6e3d0df2d9e133
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Thu May  7 13:43:00 2020 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Thu May  7 13:43:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdfeaf9

sci-physics/root: add python3.8 to PYTHON_COMPAT

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

 sci-physics/root/root-6.20.04.ebuild | 2 +-
 sci-physics/root/root-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-physics/root/root-6.20.04.ebuild 
b/sci-physics/root/root-6.20.04.ebuild
index 07d451fd715..71c51ffb3f9 100644
--- a/sci-physics/root/root-6.20.04.ebuild
+++ b/sci-physics/root/root-6.20.04.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 # ninja does not work due to fortran
 CMAKE_MAKEFILE_GENERATOR=emake
 FORTRAN_NEEDED="fortran"
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 
 inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \
prefix python-single-r1 toolchain-funcs

diff --git a/sci-physics/root/root-.ebuild 
b/sci-physics/root/root-.ebuild
index 60e7f05e2b1..c8b16d196ea 100644
--- a/sci-physics/root/root-.ebuild
+++ b/sci-physics/root/root-.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 # ninja does not work due to fortran
 CMAKE_MAKEFILE_GENERATOR=emake
 FORTRAN_NEEDED="fortran"
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 
 inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \
prefix python-single-r1 toolchain-funcs



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

2020-05-07 Thread Mike Pagano
commit: cca85c30a0e20beddeba4b5e805483873c61a989
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu May  7 13:52:22 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu May  7 13:52:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca85c30

dev-util/idea-community: Version bump to 1.1

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

 dev-util/idea-community/Manifest   |   1 +
 .../idea-community-2020.1.1.201.7223.91-r1.ebuild  | 146 +
 2 files changed, 147 insertions(+)

diff --git a/dev-util/idea-community/Manifest b/dev-util/idea-community/Manifest
index fbb858cb3d2..b347c783486 100644
--- a/dev-util/idea-community/Manifest
+++ b/dev-util/idea-community/Manifest
@@ -1,4 +1,5 @@
 DIST ideaIC-1.0.201.6668.121.tar.gz 524536881 BLAKE2B 
645e7c0390d89d0e0f1710682a5608dc226154e83ea7368434cf5da61f73064467fe7884d90c13d0d33b8feb0a237ca83446a155a135e3884bdaeca5254191ae
 SHA512 
e2688788188726e418cddeef2bf46a54e8b1bcf4770d7daf5b2ee0d1de7d5ab9c84fef0078622b17e884d9b9cb5b826873b4c120aaec3c592e18ee2ddca2c7f6
+DIST ideaIC-1.1.201.7223.91_20200507.tar.gz 529101163 BLAKE2B 
a8f7847c6fb673a58678f02c1933ee1d6a3a89946583c9488d30bbcb320c743694c5bd8a6d53f327ffdce602f93c92e6c17396af3ab4e235b24f28eaa77342ee
 SHA512 
f272cc8ef90fb4c0ac5fba905caeb459e9657a0f4f643c8e19e5330812477acb57e558808d290ad6e9bfe9c5835d700b59546f57733310e629915c88b2533304
 DIST jbr-11_0_2-linux-x64-b164.tar.gz 131483925 BLAKE2B 
fb9c55094aeb4a9e6b89ef41699252355895fa4bf55eaa0d3c0a637b6485b5a91a0445b5f4af1872b62cd67b639f7354e05770970d41dcfa58ffeda7ae43c5b6
 SHA512 
4f32940166cc8ad5a138866e18d4cbfcd07f4326a85c051b7a622c9dcb8ee4b6d493331ef24d0c01999134fa2a9bad901f026982c16780fdc5e6b9308821db34
 DIST jbrx-8u202-linux-i586-b1483.37.tar.gz 80726147 BLAKE2B 
e4e5a076a541fd7153e861193ff4247c02ecbc144396ed28737afa7440f7771569b8d968b7c67b3dac333a89ff0b54cc9e5e76d1651b174cc7c0c21b1deb033c
 SHA512 
53693f2ce994f4891807873ae3fe46ce60bee000b78be03c5d3df06b436328abe5b5d7e75d43e57f35f24187f49915187d034b39589e29806f55deeb14a029f2
 DIST jbrx-8u202-linux-x64-b1483.37.tar.gz 81812743 BLAKE2B 
86ddf0c8dc992a27e680caa821f54fa4d647a8bff78b9fdbef82996bfbba828a2f68f1a00ed64bd92ce24a62bfc6c0240837c396644c6e91244cb0d980b6c704
 SHA512 
cd31a3c4da7b8c65e9ae89326c2c8b260b51890258d30f64b1e8a7c6c1442bb2cb68ea2aa80387ce0c1a8f50e3533e8231f72c5935b639e3cf82bc1ffedee8e9

diff --git 
a/dev-util/idea-community/idea-community-2020.1.1.201.7223.91-r1.ebuild 
b/dev-util/idea-community/idea-community-2020.1.1.201.7223.91-r1.ebuild
new file mode 100644
index 000..1dc6179a1a3
--- /dev/null
+++ b/dev-util/idea-community/idea-community-2020.1.1.201.7223.91-r1.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit eutils desktop
+
+SLOT="0"
+PV_STRING="$(ver_cut 2-6)"
+MY_PV="$(ver_cut 1-3)"
+MY_PN="idea"
+# Using the most recent Jetbrains Runtime binaries available at the time of 
writing
+# As the exact bundled versions ( jre 11 build 159.30 and jre 8 build 1483.39 
) aren't
+# available separately
+JRE11_BASE="11_0_2"
+JRE11_VER="164"
+JRE_BASE="8u202"
+JRE_VER="1483.37"
+
+# distinguish settings for official stable releases and EAP-version releases
+if [[ "$(ver_cut 7)"x = "prex" ]]
+then
+   # upstream EAP
+   KEYWORDS=""
+   
SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${PV_STRING}.tar.gz;
+else
+   # upstream stable
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${MY_PV}-no-jbr.tar.gz 
-> ${MY_PN}IC-${PV_STRING}_20200507.tar.gz
+   jbr8? ( x86? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrx-${JRE_BASE}-linux-i586-b${JRE_VER}.tar.gz
 -> jbrx-${JRE_BASE}-linux-i586-b${JRE_VER}.tar.gz )
+   amd64? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrx-${JRE_BASE}-linux-x64-b${JRE_VER}.tar.gz
 -> jbrx-${JRE_BASE}-linux-x64-b${JRE_VER}.tar.gz ) )
+   jbr11? ( amd64? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbr-${JRE11_BASE}-linux-x64-b${JRE11_VER}.tar.gz
 -> jbr-${JRE11_BASE}-linux-x64-b${JRE11_VER}.tar.gz ) )"
+fi
+
+DESCRIPTION="A complete toolset for web, mobile and enterprise development"
+HOMEPAGE="https://www.jetbrains.com/idea;
+
+LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-2.5 CDDL-1.1
+   codehaus-classworlds CPL-1.0 EPL-1.0 EPL-2.0 jbr8? ( GPL-2 )
+   jbr11? ( GPL-2 ) GPL-2 GPL-2-with-classpath-exception ISC
+   JDOM LGPL-2.1 LGPL-2.1+ LGPL-3-with-linking-exception MIT
+   MPL-1.0 MPL-1.1 OFL ZLIB"
+
+#Splitting custom-jdk into jbr8 and jbr11 as upstream now offers downloads with
+#either (or neither) bundled
+#Defaulting to jbr8 to match upstream
+IUSE="+jbr8 -jbr11"
+REQUIRED_USE="jbr8? ( !jbr11 )"
+
+DEPEND="!dev-util/${PN}:14
+   !dev-util/${PN}:15"

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

2020-05-07 Thread Mikle Kolyada
commit: ae89680a9d3e2455675ed267816838d22848e5ed
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  7 13:31:47 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  7 13:51:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae89680a

Revert "dev-python/requests-cache: Drop old"

This reverts commit 57fc84fdd745bd31fcf9fc9d0652a7d8743d5849.

Signed-off-by: Mikle Kolyada  gentoo.org>

 .../requests-cache/requests-cache-0.4.12.ebuild| 33 ++
 1 file changed, 33 insertions(+)

diff --git a/dev-python/requests-cache/requests-cache-0.4.12.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12.ebuild
new file mode 100644
index 000..fbebceefaad
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-0.4.12.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+
+inherit distutils-r1
+
+HOMEPAGE="https://pypi.org/project/requests-cache/;
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="doc"
+
+# Portage only has versions of request >= minimum border
+RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+# Testsuite excels in tests connecting to the network via local server daemons
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CQL-Parser/, dev-perl/CQL-Parser/files/

2020-05-07 Thread Kent Fredric
commit: a58af4c60f6761c036b800db6a2dd37e6e5abaea
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu May  7 13:44:11 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu May  7 13:53:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58af4c6

dev-perl/CQL-Parser: -r bump for EAPI7

- EAPI7
- Parallel tests
- Use "patch" instead of "sed"
- Fix license as best I can re bug #721472

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

 dev-perl/CQL-Parser/CQL-Parser-1.130.0-r1.ebuild   | 32 ++
 .../files/CQL-Parser-1.13-no-dot-inc.patch | 21 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-perl/CQL-Parser/CQL-Parser-1.130.0-r1.ebuild 
b/dev-perl/CQL-Parser/CQL-Parser-1.130.0-r1.ebuild
new file mode 100644
index 000..c10924c45dd
--- /dev/null
+++ b/dev-perl/CQL-Parser/CQL-Parser-1.130.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BRICAS
+DIST_VERSION=1.13
+inherit perl-module
+
+DESCRIPTION="compiles CQL strings into parse trees of Node subtypes"
+# Bug: https://bugs.gentoo.org/721472
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-perl/Class-Accessor-0.100.0
+   >=dev-perl/Clone-0.150.0
+   >=dev-perl/String-Tokenizer-0.50.0
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+   test? (
+   dev-perl/Test-Exception
+   virtual/perl-Test-Simple
+   )
+"
+PATCHES=(
+   "${FILESDIR}/${PN}-1.13-no-dot-inc.patch"
+)

diff --git a/dev-perl/CQL-Parser/files/CQL-Parser-1.13-no-dot-inc.patch 
b/dev-perl/CQL-Parser/files/CQL-Parser-1.13-no-dot-inc.patch
new file mode 100644
index 000..5a783408001
--- /dev/null
+++ b/dev-perl/CQL-Parser/files/CQL-Parser-1.13-no-dot-inc.patch
@@ -0,0 +1,21 @@
+From 0713a497ad56e6b0ff939c277e87db46c7763091 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Fri, 8 May 2020 01:28:54 +1200
+Subject: Include '.' in @INC on perl 5.26+
+
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 7c16d62..00324cb 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib '.';
+ use inc::Module::Install 1.06;
+ 
+ if ( -e 'MANIFEST.SKIP' ) {
+-- 
+2.26.2
+



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

2020-05-07 Thread Jeroen Roovers
commit: 0f2268c6e3ba7d814f442db547f7077c11982f5a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May  7 13:04:32 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May  7 13:04:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2268c6

x11-misc/xvkbd: Version 4.1

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

 x11-misc/xvkbd/Manifest |  1 +
 x11-misc/xvkbd/xvkbd-4.1.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/x11-misc/xvkbd/Manifest b/x11-misc/xvkbd/Manifest
index 47e184a4530..f6e9dfcbe10 100644
--- a/x11-misc/xvkbd/Manifest
+++ b/x11-misc/xvkbd/Manifest
@@ -1,3 +1,4 @@
 DIST xvkbd-3.7.tar.gz 81645 BLAKE2B 
9133b3b8e176034f2c39deb3ad9b334f553c834ba3285aaed59ab2a6f531c0184879c7bfe8c702313c9b0d4089883603c2f8430160f3c2af243705e5328b4ed0
 SHA512 
19ac5e78c34889d80571bb9feea65582fa413cdce0ba2f949840a08e70c900d720ca789d90d1118aa9667d32183b0f1edb33b7b0029ef5abb1d6faf058134385
 DIST xvkbd-3.9.tar.gz 88440 BLAKE2B 
d024e97c3e134fd4270db07b1eb54c45380b74bdbffb3fbcf7778e839b51ad8a74a7a236e440215eaea38062ae321db866c5344ecb7eaf2ed9ce15d663cbde9a
 SHA512 
f85d94f9b8012023eb4e901c1962ea39a491df2af67b617efb0817023eb93c460446ab9414fb20dcaee02e270cb9cb7b058a83ae96ffae73291b799f15a04b98
 DIST xvkbd-4.0.tar.gz 408256 BLAKE2B 
12f18dc6af9636021a9a067528b9ee2387c43aec0d7a23e01e7e4979273ccfa1eae7752cd2814465da906eeada44a31ff70a3f00f030e87ff66db35e3f3c7f5a
 SHA512 
17fe50b86974f21f1456c522cec107f42a8915fa4ffa60849e03d56a3eb8b600aba46becfde458799e30b073d435c60ee8b3b61d79f4c0d86575770cb4bfd951
+DIST xvkbd-4.1.tar.gz 408704 BLAKE2B 
45667706005f508e22dcd6d24631b5488ffd32b0bba2cb14e67ce1f77c5fdf3f667ca1431a0833e311bbffbc5baf08daed8ff736158c72178ae5d079f694d9d7
 SHA512 
6a27a659bacc0f78d70c0afab7ae0f6301f0e7f0c9ed12c581fb4fd5040791536aed50c82ccbd703377244156aade80136567276193f2789a23f05c341b6c0e9

diff --git a/x11-misc/xvkbd/xvkbd-4.1.ebuild b/x11-misc/xvkbd/xvkbd-4.1.ebuild
new file mode 100644
index 000..a4291a7738c
--- /dev/null
+++ b/x11-misc/xvkbd/xvkbd-4.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="virtual keyboard for X window system"
+HOMEPAGE="http://t-sato.in.coocan.jp/xvkbd/;
+SRC_URI="http://t-sato.in.coocan.jp/xvkbd/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXaw
+   x11-libs/libXaw3d
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-libs/libXtst
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-base/xorg-proto
+"
+
+src_install() {
+   dodir /usr/share/X11/app-defaults
+
+   default
+
+   dodoc ChangeLog README
+   newman ${PN}.man ${PN}.1
+}



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

2020-05-07 Thread Michał Górny
commit: aebe01409a4da08ce9bf53fc9d62273b31454f01
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 12:18:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:17:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebe0140

dev-python/cryptography-vectors: Remove last-rited pkg

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

 dev-python/cryptography-vectors/Manifest   |  1 -
 .../cryptography-vectors-2.6.1.ebuild  | 25 --
 dev-python/cryptography-vectors/metadata.xml   | 11 --
 profiles/package.mask  |  7 --
 4 files changed, 44 deletions(-)

diff --git a/dev-python/cryptography-vectors/Manifest 
b/dev-python/cryptography-vectors/Manifest
deleted file mode 100644
index 3cec1c0230b..000
--- a/dev-python/cryptography-vectors/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cryptography_vectors-2.6.1.tar.gz 35097785 BLAKE2B 
cf5784e97d288b464d79d0aa13bcd19fed3e1c585c1589b52092d654a9988dd52e64c317c50774d4dc54f535d37296df8e5da070fbaa5f38d4eef3cade671a87
 SHA512 
44d318d5f983955f42791cf182dd80070a87c3c05f7353e204a520588243041fec97367c6fb6d9febcdab0ce7bcf1d135a8e6b44a7387b599752b7c87fc81d9a

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-2.6.1.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-2.6.1.ebuild
deleted file mode 100644
index 6fefe5c34ef..000
--- a/dev-python/cryptography-vectors/cryptography-vectors-2.6.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/_}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Test vectors for the cryptography package"
-HOMEPAGE="https://pypi.org/project/cryptography-vectors/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="|| ( Apache-2.0 BSD )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}

diff --git a/dev-python/cryptography-vectors/metadata.xml 
b/dev-python/cryptography-vectors/metadata.xml
deleted file mode 100644
index 95a300692f2..000
--- a/dev-python/cryptography-vectors/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pyt...@gentoo.org
-Python
-  
-  
-cryptography-vectors
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index de5ebf89d0a..69f4024cf91 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -700,13 +700,6 @@ dev-tcltk/tcl-mccp
 # Masked for testing
 >=dev-libs/libressl-3.1.0
 
-# Michał Górny  (2020-04-04)
-# Package that used to provide test data for dev-python/cryptography.
-# The modern versions fetch it via SRC_URI and the last version
-# needing split vectors has been removed.
-# Removal in 30 days.  Bug #716204.
-dev-python/cryptography-vectors
-
 # Mikle Kolyada  (2020-04-04)
 # py27-only vim plugins. Masked for removal in 30 days.
 app-vim/automatictexplugin



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

2020-05-07 Thread Michał Górny
commit: 33ff32fb0f6610fa10b3c07f14672467645c643a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:06:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:17:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ff32fb

app-arch/rpm: Remove py2.7

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

 app-arch/rpm/rpm-4.14.1-r1.ebuild   | 2 +-
 app-arch/rpm/rpm-4.14.1.ebuild  | 2 +-
 app-arch/rpm/rpm-4.14.2.1-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/rpm/rpm-4.14.1-r1.ebuild 
b/app-arch/rpm/rpm-4.14.1-r1.ebuild
index 52ab90d9528..c2f5f37a528 100644
--- a/app-arch/rpm/rpm-4.14.1-r1.ebuild
+++ b/app-arch/rpm/rpm-4.14.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver
 

diff --git a/app-arch/rpm/rpm-4.14.1.ebuild b/app-arch/rpm/rpm-4.14.1.ebuild
index e611ac291b4..f0a7f10fd44 100644
--- a/app-arch/rpm/rpm-4.14.1.ebuild
+++ b/app-arch/rpm/rpm-4.14.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver
 

diff --git a/app-arch/rpm/rpm-4.14.2.1-r1.ebuild 
b/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
index 6275cdc3a4c..f7082d549fe 100644
--- a/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
+++ b/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver
 



[gentoo-commits] repo/gentoo:master commit in: app-forensics/afflib/

2020-05-07 Thread Michał Górny
commit: 064ad296c7d3463d74676b348ef7bd9837a616bf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:09:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:17:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064ad296

app-forensics/afflib: Remove py2.7

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

 app-forensics/afflib/afflib-3.7.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/afflib/afflib-3.7.18.ebuild 
b/app-forensics/afflib/afflib-3.7.18.ebuild
index c604c422337..fefac350f3b 100644
--- a/app-forensics/afflib/afflib-3.7.18.ebuild
+++ b/app-forensics/afflib/afflib-3.7.18.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit autotools python-single-r1
 



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

2020-05-07 Thread Michał Górny
commit: 0aca10e56dab64c6dc95438033635bd3337ff61e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:09:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:17:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aca10e5

app-emulation/virtualbox: Remove py2.7

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

 app-emulation/virtualbox/virtualbox-5.2.40.ebuild | 2 +-
 app-emulation/virtualbox/virtualbox-6.0.20.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/virtualbox/virtualbox-5.2.40.ebuild 
b/app-emulation/virtualbox/virtualbox-5.2.40.ebuild
index 32fb07ec21e..306436546bc 100644
--- a/app-emulation/virtualbox/virtualbox-5.2.40.ebuild
+++ b/app-emulation/virtualbox/virtualbox-5.2.40.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit flag-o-matic gnome2-utils java-pkg-opt-2 linux-info pax-utils 
python-single-r1 tmpfiles toolchain-funcs udev xdg-utils
 
 MY_PV="${PV/beta/BETA}"

diff --git a/app-emulation/virtualbox/virtualbox-6.0.20.ebuild 
b/app-emulation/virtualbox/virtualbox-6.0.20.ebuild
index 73d39815628..f16c7450b10 100644
--- a/app-emulation/virtualbox/virtualbox-6.0.20.ebuild
+++ b/app-emulation/virtualbox/virtualbox-6.0.20.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit desktop flag-o-matic java-pkg-opt-2 linux-info pax-utils 
python-single-r1 tmpfiles toolchain-funcs udev xdg
 
 MY_PV="${PV/beta/BETA}"



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

2020-05-07 Thread Michał Górny
commit: 219701d83e6034a7a169c30d1b9081817d057928
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:04:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:17:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219701d8

app-admin/denyhosts: Remove py2.7 where possible

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

 app-admin/denyhosts/denyhosts-3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild 
b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild
index 34e74b4e4cd..287529f92f3 100644
--- a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild
+++ b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 eutils readme.gentoo-r1 systemd
 



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

2020-05-07 Thread Michał Górny
commit: ed788e8c1e3e609a0600ea490599f8a9c829089e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:11:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed788e8c

app-misc/trash-cli: Remove py2.7

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

 app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild 
b/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild
index 56215366374..c32b7c75024 100644
--- a/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild
+++ b/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 vcs-snapshot
 



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

2020-05-07 Thread Michał Górny
commit: 6a8fa8febaa75f439a6e645b9336c133b5930e0f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:12:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8fa8fe

app-portage/gemato: Remove py2.7

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

 app-portage/gemato/gemato-14.3.ebuild | 10 +++---
 app-portage/gemato/gemato-.ebuild | 11 +++
 2 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/app-portage/gemato/gemato-14.3.ebuild 
b/app-portage/gemato/gemato-14.3.ebuild
index 5a53b2fe11d..933874ddec7 100644
--- a/app-portage/gemato/gemato-14.3.ebuild
+++ b/app-portage/gemato/gemato-14.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
 PYTHON_REQ_USE='threads(+)'
 
 inherit distutils-r1
@@ -16,14 +16,10 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux"
-IUSE="+blake2 bzip2 +gpg lzma sha3 tools"
+IUSE="+gpg tools"
 
 RDEPEND="
-   blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' 
python{2_7,3_5} pypy{,3}) )
-   bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' 
python2_7 pypy) )
-   gpg? ( app-crypt/gnupg )
-   lzma? ( $(python_gen_cond_dep 
'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
-   sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' 
python{2_7,3_5} pypy) )"
+   gpg? ( app-crypt/gnupg )"
 
 distutils_enable_tests setup.py
 

diff --git a/app-portage/gemato/gemato-.ebuild 
b/app-portage/gemato/gemato-.ebuild
index a52943c5d57..9dbc15846ed 100644
--- a/app-portage/gemato/gemato-.ebuild
+++ b/app-portage/gemato/gemato-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
 PYTHON_REQ_USE='threads(+)'
 
 inherit distutils-r1 git-r3
@@ -17,15 +17,10 @@ EGIT_REPO_URI="https://github.com/mgorny/gemato.git;
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="+blake2 bzip2 +gpg lzma sha3 test tools"
-RESTRICT="!test? ( test )"
+IUSE="+gpg tools"
 
 RDEPEND="
-   blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' 
python{2_7,3_5} pypy{,3}) )
-   bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' 
python2_7 pypy) )
-   gpg? ( app-crypt/gnupg )
-   lzma? ( $(python_gen_cond_dep 
'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
-   sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' 
python{2_7,3_5} pypy) )"
+   gpg? ( app-crypt/gnupg )"
 
 distutils_enable_tests setup.py
 



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

2020-05-07 Thread Michał Górny
commit: 3d30a41de9aef7b773cda6126d13dd2012cd6fc6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:05:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:17:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d30a41d

app-arch/brotli: Remove py2.7

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

 app-arch/brotli/brotli-1.0.6-r1.ebuild | 2 +-
 app-arch/brotli/brotli-1.0.7.ebuild| 2 +-
 app-arch/brotli/brotli-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/brotli/brotli-1.0.6-r1.ebuild 
b/app-arch/brotli/brotli-1.0.6-r1.ebuild
index c05b47ef15e..012faf0a92f 100644
--- a/app-arch/brotli/brotli-1.0.6-r1.ebuild
+++ b/app-arch/brotli/brotli-1.0.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_OPTIONAL="1"
 DISTUTILS_IN_SOURCE_BUILD="1"
 

diff --git a/app-arch/brotli/brotli-1.0.7.ebuild 
b/app-arch/brotli/brotli-1.0.7.ebuild
index 8d1ac2a54db..043e7e6232d 100644
--- a/app-arch/brotli/brotli-1.0.7.ebuild
+++ b/app-arch/brotli/brotli-1.0.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_OPTIONAL="1"
 DISTUTILS_IN_SOURCE_BUILD="1"
 

diff --git a/app-arch/brotli/brotli-.ebuild 
b/app-arch/brotli/brotli-.ebuild
index 384742d7c7f..f40bbfb62d2 100644
--- a/app-arch/brotli/brotli-.ebuild
+++ b/app-arch/brotli/brotli-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_OPTIONAL="1"
 DISTUTILS_IN_SOURCE_BUILD="1"
 



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

2020-05-07 Thread Michał Górny
commit: 67e07b48a24f296c1e435871e2078d2eb1dde60b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:13:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e07b48

app-vim/vimpython: Remove py2.7

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

 app-vim/vimpython/vimpython-1.13-r2.ebuild | 2 +-
 app-vim/vimpython/vimpython-1.13-r3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild 
b/app-vim/vimpython/vimpython-1.13-r2.ebuild
index 0102860bded..2976870dc7b 100644
--- a/app-vim/vimpython/vimpython-1.13-r2.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit vim-plugin python-single-r1
 

diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild 
b/app-vim/vimpython/vimpython-1.13-r3.ebuild
index 9f704f796eb..d7f3f5dee1b 100644
--- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit vim-plugin python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/resolve-march-native/

2020-05-07 Thread Michał Górny
commit: 6fe9f5c5af6567ff8e1675b2dc18b9c5b9b308e2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:11:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe9f5c5

app-misc/resolve-march-native: Remove py2.7 where possible

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

 app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild | 2 +-
 app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild 
b/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild
index 2c8b4c6db6a..bdc28fb3778 100644
--- a/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild
+++ b/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 DESCRIPTION="Resolve GCC flag -march=native"

diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild 
b/app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild
index 2c8b4c6db6a..bdc28fb3778 100644
--- a/app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild
+++ b/app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 DESCRIPTION="Resolve GCC flag -march=native"



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

2020-05-07 Thread Michał Górny
commit: cc63e3016697bc19bee1ed1bfb0cc6fc22e7a108
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:13:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc63e301

app-vim/vimoutliner: Remove py2.7 where possible

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

 app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild 
b/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
index 517d6a36c56..4bea6a6dc88 100644
--- a/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
+++ b/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit vim-plugin python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/

2020-05-07 Thread Michał Górny
commit: c8d550150779a44eee9edeaccddd024bc4dd4210
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:08:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:17:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d55015

app-editors/pluma: Remove py2.7 where possible

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

 app-editors/pluma/pluma-1.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/pluma/pluma-1.24.0.ebuild 
b/app-editors/pluma/pluma-1.24.0.ebuild
index b4b41684ccc..ae1a569e5be 100644
--- a/app-editors/pluma/pluma-1.24.0.ebuild
+++ b/app-editors/pluma/pluma-1.24.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 MATE_LA_PUNT="yes"
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit mate python-single-r1 virtualx
 



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

2020-05-07 Thread Michał Górny
commit: a2f69a5ca9f28c335efd92dc429fb7397115ffcb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:12:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f69a5c

app-vim/pydoc: Remove py2.7

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

 app-vim/pydoc/pydoc-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild 
b/app-vim/pydoc/pydoc-2.0-r1.ebuild
index c77c3319783..db83486ae1a 100644
--- a/app-vim/pydoc/pydoc-2.0-r1.ebuild
+++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit vim-plugin python-single-r1
 



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

2020-05-07 Thread Michał Górny
commit: 900d4d80d09d319febe892da6ad21a34c8d472c9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:12:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900d4d80

app-vim/pydiction: Remove py2.7

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

 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild 
b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
index 4e06bb3c0bb..ef106fe6ef4 100644
--- a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit vim-plugin python-r1
 



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

2020-05-07 Thread Michał Górny
commit: 52830562c83a5f9d0dcd42b1daaefdc0e535e646
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:10:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52830562

app-misc/evemu: Remove py2.7 where possible

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

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

diff --git a/app-misc/evemu/evemu-2.7.0.ebuild 
b/app-misc/evemu/evemu-2.7.0.ebuild
index 68ce761f623..64f996d75f1 100644
--- a/app-misc/evemu/evemu-2.7.0.ebuild
+++ b/app-misc/evemu/evemu-2.7.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit ltprune python-single-r1
 



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

2020-05-07 Thread Michał Górny
commit: 19bf7aabcf994699019dc6d3d6e5170250f1fb52
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:12:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bf7aab

app-vim/jedi: Remove py2.7

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

 app-vim/jedi/jedi-0.8_p20171015-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild 
b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
index 6533a387cb4..23aaa1f5ca3 100644
--- a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
+++ b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit vim-plugin python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/javatoolkit/

2020-05-07 Thread Michał Górny
commit: 0ca082baf7c11de108320bea6cd38c1b1cbeca7e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:13:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca082ba

dev-java/javatoolkit: Remove py2.7 where possible

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

 dev-java/javatoolkit/javatoolkit-0.6.1.ebuild| 2 +-
 dev-java/javatoolkit/javatoolkit-0.6.2-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/javatoolkit/javatoolkit-0.6.1.ebuild 
b/dev-java/javatoolkit/javatoolkit-0.6.1.ebuild
index 3dcdc2d8ae4..f1231d0905e 100644
--- a/dev-java/javatoolkit/javatoolkit-0.6.1.ebuild
+++ b/dev-java/javatoolkit/javatoolkit-0.6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1 multilib prefix

diff --git a/dev-java/javatoolkit/javatoolkit-0.6.2-r1.ebuild 
b/dev-java/javatoolkit/javatoolkit-0.6.2-r1.ebuild
index d9cb43c17f6..e43396d777c 100644
--- a/dev-java/javatoolkit/javatoolkit-0.6.2-r1.ebuild
+++ b/dev-java/javatoolkit/javatoolkit-0.6.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="xml(+)"
 DISTUTILS_USE_SETUPTOOLS=no
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/nkf/

2020-05-07 Thread Michał Górny
commit: 6ed5a4da703db158a0bb04008174c32f20dc3079
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:10:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed5a4da

app-i18n/nkf: Remove py2.7 where possible

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

 app-i18n/nkf/nkf-2.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/nkf/nkf-2.1.4.ebuild b/app-i18n/nkf/nkf-2.1.4.ebuild
index 313a6e04ac4..25f4cbcc3d4 100644
--- a/app-i18n/nkf/nkf-2.1.4.ebuild
+++ b/app-i18n/nkf/nkf-2.1.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 perl-module toolchain-funcs vcs-snapshot
 



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

2020-05-07 Thread Michał Górny
commit: a8b72a3617ac6530651bfd54e74e7c9ec6cece3c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:13:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b72a36

dev-db/pgxnclient: Remove py2.7 where possible

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

 dev-db/pgxnclient/pgxnclient-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild 
b/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
index 3ab85dc3dcf..7a21cde057a 100644
--- a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
+++ b/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



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

2020-05-07 Thread Michał Górny
commit: 14e4aec9090c8ef3d273b12b697f84333b08b958
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:10:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e4aec9

app-misc/byobu: Remove py2.7 where possible

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

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

diff --git a/app-misc/byobu/byobu-5.129.ebuild 
b/app-misc/byobu/byobu-5.129.ebuild
index 2719fbfec1c..9529149bb4e 100644
--- a/app-misc/byobu/byobu-5.129.ebuild
+++ b/app-misc/byobu/byobu-5.129.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Simple/

2020-05-07 Thread Kent Fredric
commit: 1212602b3e99e3b490c8e00e657105cfe8dc520d
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu May  7 11:27:25 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu May  7 11:28:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1212602b

dev-perl/CGI-Simple: Bump to version 1.250.0

- EAPI7
- Fix license as best I can re bug #721422
- Parallel tests
- Remove empty variable assignments and useless/no longer needed
  variables/logic.

Upstream:
- Don't attempt to decode PUTDATA or POSTDATA if utf8 or NO_NULL is set
- Add SameSite support to Cookie handling
- Fix handling of max-age attribute in constructor
- Correct string value of "Found" for 302 responses as per RFC 2616
- Avoid warnings in STORE
- Add samesite parameter to ->cookie(...)

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

 dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild | 30 +++
 dev-perl/CGI-Simple/Manifest  |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild 
b/dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild
new file mode 100644
index 000..99f89b07367
--- /dev/null
+++ b/dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MANWAR
+DIST_VERSION=1.25
+inherit perl-module
+
+DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant"
+# Bug: https://bugs.gentoo.org/721422
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-perl/Module-Build
+"
+BDEPEND="
+   dev-perl/Module-Build
+   test? (
+   dev-perl/libwww-perl
+   dev-perl/IO-stringy
+   virtual/perl-File-Temp
+   dev-perl/Test-Exception
+   dev-perl/Test-NoWarnings
+   )
+"

diff --git a/dev-perl/CGI-Simple/Manifest b/dev-perl/CGI-Simple/Manifest
index 63bcb6ba428..761348476e5 100644
--- a/dev-perl/CGI-Simple/Manifest
+++ b/dev-perl/CGI-Simple/Manifest
@@ -1 +1,2 @@
 DIST CGI-Simple-1.115.tar.gz 85165 BLAKE2B 
5b5fd1ecd7a4f8ef6ba17b9bb5de9ab058d7bb25fddac8e48d69afc8e117cfed08d3f02582b499c91329fb99d958b1f5bf32a83f826fa2a9d66f010563c646ac
 SHA512 
1b2531fde88c4544d17717fd80599fcc4e90a618839c352d1812ba2bf4dd6c3295637d6fe5f9604cb5da943f0d361972b75083c5967b3ab818254729793751e4
+DIST CGI-Simple-1.25.tar.gz 87489 BLAKE2B 
18ee59c7d97b042fdccaf93a9aa7a7aeafe6cdca52c675af11913a4cdb67daddf086679777936e3914663521c62a86795778b563478ed633d9b2b860a62fffb7
 SHA512 
ace262b4ccafe2ee01582aacf52b31aa1202dc5408bb33071330bc7c53f2cfbb39f9e8844c4511c86125dc05f7161b7592a4038c3531bfd52c03dbcfa9dd



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

2020-05-07 Thread Lars Wendler
commit: 83a7ed25d64d529cfee19489e17f09d5c968ff07
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  7 10:36:40 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  7 12:42:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a7ed25

media-libs/glew: Bump to version 2.2.0

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

 media-libs/glew/Manifest  |   1 +
 media-libs/glew/glew-2.2.0.ebuild | 103 ++
 2 files changed, 104 insertions(+)

diff --git a/media-libs/glew/Manifest b/media-libs/glew/Manifest
index 89691cbf3ca..562165dfa7d 100644
--- a/media-libs/glew/Manifest
+++ b/media-libs/glew/Manifest
@@ -1,3 +1,4 @@
 DIST glew-1.10.0.tgz 567605 BLAKE2B 
18e2b3a4d60b69def1e68778554b43b85c69914daa20b8a64adb2e807df391a2eaff9c6cb2a3c46e5bbbf004655561ae4d2cd8a2fb883a2754f23564993a61b2
 SHA512 
0c998fda9fe01c9296a3453966c0449c9968f4f5f989065ca65f0da3830ae8d805699d0ee0362c3b18765420222ba18842b9db20986212afceb36c971ae1bdca
 DIST glew-1.6.0.tgz 494713 BLAKE2B 
17e47092e2eefcad79220232b3aeaf856541f5024bdaa65be866dd7d63ef19ad88b389dd13c2ccf9bafd175d00d18ae94185f890a3d12d61b2445f7fa9d6ba58
 SHA512 
5b8ca9e97d01d49fde591b0c55683620e0a6ddfaf5e93e03536e6217bbb548adfcd4e945a39ed3cfddac3f239b3272be1b3491f4071689d02c4bfb7e0ec44904
 DIST glew-2.1.0.tgz 764073 BLAKE2B 
081fb49ef286681657409f950fa03b97210dac3f90197b792d9128a2b9fa271181c9e64422a867b531683ab23010cfeb2f519adc32355839b67bf41934578fb3
 SHA512 
9a9b4d81482ccaac4b476c34ed537585ae754a82ebb51c3efa16d953c25cc3931be46ed2e49e79c730cd8afc6a1b78c97d52cd714044a339c3bc29734cd4d2ab
+DIST glew-2.2.0.tgz 835861 BLAKE2B 
f403f3ebd5a78d21cf5744e8e6714a0558c7cda57930751afeced966a54bc9634c070eee4d791f5948bfc60b5c03ca5f488559c6372c0953c0ffe1711a3913f3
 SHA512 
57453646635609d54f62fb32a080b82b601fd471fcfd26e109f479b3fef6dfbc24b83f4ba62916d07d62cd06d1409ad7aa19bc1cd7cf3639c103c815b8be31d1

diff --git a/media-libs/glew/glew-2.2.0.ebuild 
b/media-libs/glew/glew-2.2.0.ebuild
new file mode 100644
index 000..bec447dbda5
--- /dev/null
+++ b/media-libs/glew/glew-2.2.0.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal toolchain-funcs
+
+DESCRIPTION="The OpenGL Extension Wrangler Library"
+HOMEPAGE="http://glew.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="BSD MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="doc static-libs"
+
+DEPEND="
+   >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
+   >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   local PATCHES=(
+   "${FILESDIR}"/${PN}-2.0.0-install-headers.patch
+   )
+
+   sed -i \
+   -e '/INSTALL/s:-s::' \
+   -e '/$(CC) $(CFLAGS) -o/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
+   -e '/^.PHONY: .*\.pc$/d' \
+   Makefile || die
+
+   if ! use static-libs ; then
+   sed -i \
+   -e '/glew.lib:/s|lib/$(LIB.STATIC) ||' \
+   -e '/glew.lib.mx:/s|lib/$(LIB.STATIC.MX) ||' \
+   -e '/INSTALL.*LIB.STATIC/d' \
+   Makefile || die
+   fi
+
+   # don't do stupid Solaris specific stuff that won't work in Prefix
+   cp config/Makefile.linux config/Makefile.solaris || die
+   # and let freebsd be built as on linux too
+   cp config/Makefile.linux config/Makefile.freebsd || die
+
+   default
+   multilib_copy_sources
+}
+
+glew_system() {
+   # Set the SYSTEM variable instead of probing. #523444 #595280
+   case ${CHOST} in
+   *linux*)  echo "linux" ;;
+   *-freebsd*)   echo "freebsd" ;;
+   *-darwin*)echo "darwin" ;;
+   *-solaris*)   echo "solaris" ;;
+   mingw*|*-mingw*)  echo "mingw" ;;
+   *) die "Unknown system ${CHOST}" ;;
+   esac
+}
+
+set_opts() {
+   myglewopts=(
+   AR="$(tc-getAR)"
+   STRIP=true
+   CC="$(tc-getCC)"
+   LD="$(tc-getCC) ${LDFLAGS}"
+   SYSTEM="$(glew_system)"
+   M_ARCH=""
+   LDFLAGS.EXTRA=""
+   POPT="${CFLAGS}"
+   )
+}
+
+multilib_src_compile() {
+   set_opts
+   emake \
+   GLEW_PREFIX="${EPREFIX}/usr" \
+   GLEW_DEST="${EPREFIX}/usr" \
+   LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+   "${myglewopts[@]}"
+}
+
+multilib_src_install() 

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

2020-05-07 Thread Lars Wendler
commit: 292109feb5deddadfc5e4893e83cea7866717389
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  7 09:36:21 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  7 12:42:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292109fe

media-libs/chromaprint: Bump to version 1.5.0

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

 media-libs/chromaprint/Manifest |  2 ++
 media-libs/chromaprint/chromaprint-1.5.0.ebuild | 45 +
 2 files changed, 47 insertions(+)

diff --git a/media-libs/chromaprint/Manifest b/media-libs/chromaprint/Manifest
index e300cf736bf..cc179153cae 100644
--- a/media-libs/chromaprint/Manifest
+++ b/media-libs/chromaprint/Manifest
@@ -1,2 +1,4 @@
 DIST chromaprint-1.4.3.tar.gz 613741 BLAKE2B 
728f08e14c46a36d98c3a32a7c7a221a48b51561b623a403d9bee6aeea5cb5254866da26d50db0dbc5b0b4ceddb8312d52a8aab4c2979709bd2c8221b9e84d0f
 SHA512 
101360bd643d2410fafcdd4aef8fe4c716ec728f0e4b9b3a62ba125fe010b0315e55a1839a2ca8c29d9abfbf8171560b23d68b732e75632ce8f4a4698f77ea72
+DIST chromaprint-1.5.0.tar.gz 615217 BLAKE2B 
14bf219c23360028ac232e67b7eb36e3226bb6e19838ef239266a9d826e1bd50d798f69f961bcb78f36baf48630a93f53243f8f9ab6187c403382bab23042630
 SHA512 
25ab3f7834581a8204ac09614fef6036c801f5f8b7b72a864701ca0de8082b2458a2bd7c075d53451581d770898576411cdcfb23ce609bc82f9d9b395cc1a129
+DIST gtest-1.10.0.tar.gz 904349 BLAKE2B 
82740692a3e24e92401eb950d131e0da0ebc5e6ed5dbdadcd8d96281920cdcdaecbef439f8dba35826b9ef0e5d0e915a127f6c441fd14a86881cf9608714eec0
 SHA512 
bd52abe938c3722adc2347afad52ea3a17ecc76730d8d16b065e165bc7477d762bce0997a427131866a89f1001e3f3315198204ffa5d643a9355f1f4d0d7b1a9
 DIST gtest-1.8.0.tar.gz 1281617 BLAKE2B 
ac052b4d0eb0d8ded03a8c7dff05177818627b8a51f2dbc2c162b2ee2a5d1323539e7d0d02236d9ebb75e018f0171c2fdaeb4de3bb339548265e50de79e6
 SHA512 
1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d

diff --git a/media-libs/chromaprint/chromaprint-1.5.0.ebuild 
b/media-libs/chromaprint/chromaprint-1.5.0.ebuild
new file mode 100644
index 000..8e835df6c84
--- /dev/null
+++ b/media-libs/chromaprint/chromaprint-1.5.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+GTEST_VERSION="1.10.0"
+inherit cmake-multilib
+
+DESCRIPTION="Library implementing a custom algorithm for extracting audio 
fingerprints"
+HOMEPAGE="https://acoustid.org/chromaprint;
+SRC_URI="https://github.com/acoustid/${PN}/releases/download/v${PV}/${P}.tar.gz
+   test? ( 
https://github.com/google/googletest/archive/release-${GTEST_VERSION}.tar.gz -> 
gtest-${GTEST_VERSION}.tar.gz )
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test tools"
+RESTRICT="!test? ( test )"
+
+# note: use ffmpeg instead of fftw because it's recommended and required for 
tools
+RDEPEND=">=media-video/ffmpeg-2.6:0=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-cpp/gtest[${MULTILIB_USEDEP}] )"
+
+DOCS=( NEWS.txt README.md )
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+multilib_src_configure() {
+   export 
GTEST_ROOT="${WORKDIR}/googletest-release-${GTEST_VERSION}/googletest/"
+   local mycmakeargs=(
+   -DBUILD_TOOLS=$(multilib_native_usex tools ON OFF)
+   -DBUILD_TESTS=$(usex test ON OFF)
+   -DFFT_LIB=avfft
+   -DAUDIO_PROCESSOR_LIB="swresample"
+   )
+   cmake_src_configure
+}
+
+multilib_src_test() {
+   emake check
+}



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

2020-05-07 Thread Lars Wendler
commit: 3c9253325516323e9e9b21ad738146783d625156
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  7 12:31:50 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  7 12:42:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c925332

media-sound/qmmp: Bump to version 1.4.0

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

 media-sound/qmmp/Manifest  |   1 +
 media-sound/qmmp/qmmp-1.4.0.ebuild | 164 +
 2 files changed, 165 insertions(+)

diff --git a/media-sound/qmmp/Manifest b/media-sound/qmmp/Manifest
index e637010bbd9..7c0c7100f1b 100644
--- a/media-sound/qmmp/Manifest
+++ b/media-sound/qmmp/Manifest
@@ -1,3 +1,4 @@
 DIST qmmp-1.3.2.tar.bz2 1221919 BLAKE2B 
3081aa6b3ef4712ea064d5bb23e9ac7da5e102fde820c378438c13723bd007fe8e79ac351b0ad01ca0aa22c50f6b6773965ce418742cf1386d2ae1d7ba7b1758
 SHA512 
5c68d87650abf10d03dc8638df73a6694e470af1121a936bb983bcbcea04d95616ad8a55d87e8874b51b7424a890dad2c5353afe65db7029f6513a382e2144e4
 DIST qmmp-1.3.6.tar.bz2 1250131 BLAKE2B 
ddcce7f55dddfb667c2a2005172c5b8de2f11babb8cd18114099416c1c916048e525262fb25c5e994d0b21b4fa23a308be973bf4cb731e64ee300849700a7d70
 SHA512 
83600b3116a62200d6751b4c6a526cd0af842b943d8d2979e16803ad788ee826a52a25ac0736f337a8fa739affcba361e6cfd1947c5135aef963d128dcb7e3b9
 DIST qmmp-1.3.7.tar.bz2 1250192 BLAKE2B 
bb94234beefbe44606d8db8cc95bd712b4c766d498c1de0549414b728fd9eb88e238bcffde9a3bd74e75adf106b6bf4fcb120547a83892c0bca8da17bf18f2ee
 SHA512 
a67185fcdc7419c8542e64fd54eea3302dcf44c5d8d0c3b739ce3115b00811733234807460d39585ee57b7e105a52285ee3aafa9f24d86d2af09e881ebf2e068
+DIST qmmp-1.4.0.tar.bz2 1293438 BLAKE2B 
9da3a00a31dd0ad03f3405dbae65f55d7b4fbde2a3a030d2cbe8d11ac9b5660754e519aff19431dada792f2ebb02e40fa05e177ad6bedc37e3aa5d7e2a441642
 SHA512 
b4ae764c223e1ce28477e86493ba409429e191ff51ef11d9b7c4fa356f90e5ff7e390bc8d1dcaf7779b231d59bf668d64000ea196b4020a7255eeb009706643d

diff --git a/media-sound/qmmp/qmmp-1.4.0.ebuild 
b/media-sound/qmmp/qmmp-1.4.0.ebuild
new file mode 100644
index 000..4c02d12db02
--- /dev/null
+++ b/media-sound/qmmp/qmmp-1.4.0.ebuild
@@ -0,0 +1,164 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+[[ ${PV} =  ]] && inherit subversion
+
+DESCRIPTION="Qt5-based audio player with winamp/xmms skins support"
+HOMEPAGE="http://qmmp.ylsoftware.com;
+if [[ ${PV} !=  ]]; then
+   SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2
+   mirror://sourceforge/${PN}-dev/files/${P}.tar.bz2"
+   KEYWORDS="~amd64 ~x86"
+else
+   QMMP_DEV_BRANCH="1.3"
+   
ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}-dev/code/branches/${PN}-${QMMP_DEV_BRANCH}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+# KEYWORDS further up
+IUSE="aac +alsa analyzer archive bs2b cdda cover crossfade cue curl +dbus enca 
ffmpeg flac game
+gnome jack ladspa lyrics +mad midi mms modplug mplayer musepack notifier opus 
oss projectm
+pulseaudio qsui qtmedia scrobbler shout sid sndfile soxr stereo tray udisks 
+vorbis wavpack"
+
+REQUIRED_USE="
+   gnome? ( dbus )
+   shout? ( soxr vorbis )
+   udisks? ( dbus )
+"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   media-libs/taglib
+   x11-libs/libX11
+   aac? ( media-libs/faad2 )
+   alsa? ( media-libs/alsa-lib )
+   archive? ( app-arch/libarchive )
+   bs2b? ( media-libs/libbs2b )
+   cdda? (
+   dev-libs/libcdio:=
+   dev-libs/libcdio-paranoia
+   )
+   curl? ( net-misc/curl )
+   dbus? ( dev-qt/qtdbus:5 )
+   enca? ( app-i18n/enca )
+   ffmpeg? ( media-video/ffmpeg:= )
+   flac? ( media-libs/flac )
+   game? ( media-libs/game-music-emu )
+   jack? (
+   media-libs/libsamplerate
+   media-sound/jack-audio-connection-kit
+   )
+   ladspa? ( media-libs/ladspa-cmt )
+   mad? ( || (
+   media-libs/libmad
+   media-sound/mpg123
+   ) )
+   midi? ( media-sound/wildmidi )
+   mms? ( media-libs/libmms )
+   modplug? ( >=media-libs/libmodplug-0.8.4 )
+   mplayer? ( media-video/mplayer )
+   musepack? ( >=media-sound/musepack-tools-444 )
+   opus? ( media-libs/opusfile )
+   projectm? (
+   dev-qt/qtgui:5[-gles2-only]
+   dev-qt/qtopengl:5
+   media-libs/libprojectm:=
+   )
+   pulseaudio? ( >=media-sound/pulseaudio-0.9.9 )
+   qtmedia? ( dev-qt/qtmultimedia:5 )
+   scrobbler? ( net-misc/curl )
+   shout? ( media-libs/libshout )
+   sid? ( >=media-libs/libsidplayfp-1.1.0 )
+   sndfile? ( media-libs/libsndfile )
+   soxr? ( media-libs/soxr )
+   udisks? ( sys-fs/udisks:2 )
+   vorbis? (
+  

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

2020-05-07 Thread Lars Wendler
commit: 0f776b134674615b8756662ce25bd5cee92efe59
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  7 11:12:25 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  7 12:42:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f776b13

media-libs/libdvdread: Bump to version 6.1.0

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

 media-libs/libdvdread/Manifest|  1 +
 media-libs/libdvdread/libdvdread-6.1.0.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/media-libs/libdvdread/Manifest b/media-libs/libdvdread/Manifest
index 24922b38235..376a293e953 100644
--- a/media-libs/libdvdread/Manifest
+++ b/media-libs/libdvdread/Manifest
@@ -1,3 +1,4 @@
 DIST libdvdread-6.0.0.tar.bz2 394627 BLAKE2B 
08007113d726f96d2b179aadd2e5737ab92a52864eeaab3d2633993c66ca076559c920bd291033de794f2037d7480e4ad6f704822303f5c5b29db6b8d7cd
 SHA512 
b07179f2f665adf6ddd7bf8b7c48cd279f3f413c5719b8ca8467e53c7cd0cac02a40101f3717186dc0e4e69e5d9c7ac6bf98a76901412d74150b9fc7bfdd2479
 DIST libdvdread-6.0.1.tar.bz2 404512 BLAKE2B 
7db1d9ef6b728ba732d9f3c9e5aef6da5b8a70ee0ef95902c8de231ad64c7ad39a9ff1d01169688d197094b2755e34b1416b9f2d063566cc89984cfd86483a26
 SHA512 
550c01f6afcaca217d8852fdd9f4a54790239b674a45bb7c1c23a58fb5dec009e3028049a54f0904c08f15f5ad994e66bd6bea9cc8d5a8808e8b638ff8e27c4b
 DIST libdvdread-6.0.2.tar.bz2 405298 BLAKE2B 
912e9a6731b142efc11a8814163061d3aeb7620aa955a822a505ac3556f82b0cf065a996ed9fab23ba95e6dcde27077ae6439ca259e712219969fb3108b10368
 SHA512 
e8831a67bbf1a144e9298b59e5462889c8b0197592a3c169523b5d84d9b9c1aaa719ccde2aa98c490e04f2a94c3fa7244b286e8faed674ae8c70400a0ece9c6c
+DIST libdvdread-6.1.0.tar.bz2 391316 BLAKE2B 
98a701b467c1f42aa54189ee16c786c6c87623e6dad3d43078f53b0fe16bf5e371f882a0afbd157b4ab622f1e65b84954f79c7186fbc781c53877da01cb1c7f6
 SHA512 
f34d039d1fbe74076cb3073a3dc6a9f3377e3bd05231a04869ca5faeb96e737750c8e019b908da89e83c14a2df38950a2d61a7c7a6c44c988b710fa875b236b5

diff --git a/media-libs/libdvdread/libdvdread-6.1.0.ebuild 
b/media-libs/libdvdread/libdvdread-6.1.0.ebuild
new file mode 100644
index 000..b35ac186b9a
--- /dev/null
+++ b/media-libs/libdvdread/libdvdread-6.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Library for DVD navigation tools"
+HOMEPAGE="https://www.videolan.org/developers/libdvdnav.html;
+if [[ ${PV} =  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdread.git;
+else
+   
SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdread/${PV}/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/7" # libdvdread.so.VERSION
+IUSE="+css static-libs"
+
+RDEPEND="css? ( >=media-libs/libdvdcss-1.3.0[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS TODO README )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --enable-shared
+   $(use_enable static-libs static)
+   $(use_with css libdvdcss)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   find "${ED}" -type f -name "*.la" -delete || die
+}



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

2020-05-07 Thread Lars Wendler
commit: 1c67fddf3fdc6825809a8023fb2b1811fa5950e4
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  7 11:06:33 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  7 12:42:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c67fddf

media-libs/libdvdnav: Bump to version 6.1.0

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

 media-libs/libdvdnav/Manifest   |  1 +
 media-libs/libdvdnav/libdvdnav-6.1.0.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/media-libs/libdvdnav/Manifest b/media-libs/libdvdnav/Manifest
index b12d0c58e12..97f8d76efd9 100644
--- a/media-libs/libdvdnav/Manifest
+++ b/media-libs/libdvdnav/Manifest
@@ -1,2 +1,3 @@
 DIST libdvdnav-6.0.0.tar.bz2 369605 BLAKE2B 
911b786f1cf37d32b0516df9f3ae3c388ad352206e67f73f758984795459ced7507f1454747a205b64c2d1f42922ee26ee9d434499ceaf05053dfbeb4d7e52c7
 SHA512 
89d1e976d8f1cc92692e86e793403759b4d705682ba7418dcfd7dd3c38861238cead303fe4baa2059ebd7e9b82a77bbdbf32e50b20848e78939ee9e75d1b96d4
 DIST libdvdnav-6.0.1.tar.bz2 378491 BLAKE2B 
1baccf42bab3185584d1abc455f5b972115f1cf74a2b465b41c4858ccb26b351168b565b2dcdd5a15532fbbc090a233ab8e7fa5a3f7f77cbe9de5b22b4d31e11
 SHA512 
83a015821dacea702eb34abb7a940b9a263918a66fe711fe9a817754f25c2aa0afae3543b4d93673d1c93d3e7914e1b776c10ce50465516f4e3a3d419c15ad9f
+DIST libdvdnav-6.1.0.tar.bz2 370145 BLAKE2B 
c0bd54d94e58eeddcc422e24ef1b400775f28c0eff516db3cd13a5dfcfe103a122fca59734d73e83784b4f0b7ebebddaacf89709991f1485b55f897bf8de7fc7
 SHA512 
40ea50d818067a3178b4b09e4b95b0cc67d5ff88dbff2cbeee943d086c5f59a71a7aecc425ba35d7dbe5285d8b1ea099a439c0c80c5dca280687ac0cbdc57c71

diff --git a/media-libs/libdvdnav/libdvdnav-6.1.0.ebuild 
b/media-libs/libdvdnav/libdvdnav-6.1.0.ebuild
new file mode 100644
index 000..945ffe1f209
--- /dev/null
+++ b/media-libs/libdvdnav/libdvdnav-6.1.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Library for DVD navigation tools"
+HOMEPAGE="https://www.videolan.org/developers/libdvdnav.html;
+if [[ ${PV} =  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdnav.git;
+else
+   
SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="static-libs"
+
+RDEPEND=">=media-libs/libdvdread-6.0.0[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+# To get pkg.m4 for eautoreconf #414391
+BDEPEND="
+   virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog doc/dvd_structures doc/library_layout README TODO )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --enable-shared
+   $(use_enable static-libs static)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   find "${ED}" -type f -name "*.la" -delete || die
+}



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

2020-05-07 Thread Lars Wendler
commit: 0e68730778d801e04141670111ba3addf83026b6
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  7 10:53:04 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  7 12:42:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e687307

media-libs/libaacs: Bump to version 0.10.0

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

 media-libs/libaacs/Manifest  |  1 +
 media-libs/libaacs/libaacs-0.10.0.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/media-libs/libaacs/Manifest b/media-libs/libaacs/Manifest
index 055107c2b51..3d503411c8f 100644
--- a/media-libs/libaacs/Manifest
+++ b/media-libs/libaacs/Manifest
@@ -1 +1,2 @@
+DIST libaacs-0.10.0.tar.bz2 319890 BLAKE2B 
b7ea746e72028f718ee630d74360c52627360b503d739e884c213651597e719711b2dc7649ded4164ee35a56e3420de59e420c4ce8fa7b1dbebcd547f5221798
 SHA512 
4527749c3c78fd270012b3b36e916356a4aeb8f90169e781a00739f01f190121691042607209864e9b676ede9741f614c6003a7dfbb350dc020e1fa94cd6d66e
 DIST libaacs-0.9.0.tar.bz2 316323 BLAKE2B 
4fd1ecca0ba5106b1d0195884356a8a8d7163614ebc2fe09f85ed79fa1534b6376951ab90670b3a7d375129e76fae80e3c42f3e1971d0cbcabd6e4e8384bde1a
 SHA512 
b9c658db22a0966486070d3b762509a7c0120469ab29d1e57c1b624cad309701de8b92455ec649db4d731be4a5c29c38fb4f99bb7617dbb4254270284a1903f6

diff --git a/media-libs/libaacs/libaacs-0.10.0.ebuild 
b/media-libs/libaacs/libaacs-0.10.0.ebuild
new file mode 100644
index 000..721e0ec2e38
--- /dev/null
+++ b/media-libs/libaacs/libaacs-0.10.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="Open implementation of the Advanced Access Content System (AACS) 
specification"
+HOMEPAGE="https://www.videolan.org/developers/libaacs.html;
+SRC_URI="https://downloads.videolan.org/pub/videolan/libaacs/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}]
+   >=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/flex
+   virtual/yacc
+"
+
+DOCS=( ChangeLog KEYDB.cfg README.txt )
+
+src_prepare() {
+   default
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --disable-optimizations
+   --enable-shared
+   $(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${ED}" -type f -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/qmmp-plugin-pack/

2020-05-07 Thread Lars Wendler
commit: ef879fae886d3511dc2428ee9a7ebf5ab1a78627
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  7 12:42:17 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  7 12:42:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef879fae

media-plugins/qmmp-plugin-pack: Bump to version 1.4.0

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

 media-plugins/qmmp-plugin-pack/Manifest|  1 +
 .../qmmp-plugin-pack/qmmp-plugin-pack-1.4.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/media-plugins/qmmp-plugin-pack/Manifest 
b/media-plugins/qmmp-plugin-pack/Manifest
index a7db69d1e83..11b9f1b6868 100644
--- a/media-plugins/qmmp-plugin-pack/Manifest
+++ b/media-plugins/qmmp-plugin-pack/Manifest
@@ -1,2 +1,3 @@
 DIST qmmp-plugin-pack-1.3.0.tar.bz2 230625 BLAKE2B 
a26926c81dee6e47c4a97cd40328329722fa3ccc9c244fddb962ef268337b6a9ea7db6b9568af83f469f88cbf4c60c2154b968276209b118f3124871a6764057
 SHA512 
5d320938cc5cdd540149f131e41c87c0eb5b4db79fa6f6706dcf30177ce988733c291d95c731e14df13a2d1f9af13916de060d8eaf38910bfcef42aac68bc900
 DIST qmmp-plugin-pack-1.3.2.tar.bz2 231095 BLAKE2B 
e8a350b4ee7810d2431d3f3babdc6baf1860681f0170fc7dd84c5ecd3c664706af8e5c083f0326da3b6e3bd5ebf24f4874750098dd15d7f20848b386e81a6f40
 SHA512 
71b1f8e618507c48424e0b5b1144e99444cc0ebb984ed39512a7e11a050f5893cbffda53b1293e3186f46efd0b509c49febc874d48534081e7b9124d909aa651
+DIST qmmp-plugin-pack-1.4.0.tar.bz2 235590 BLAKE2B 
fabb813176cc97c84e92af542d148c33289959a678a1252bbf05ade86b2eef1ab398a8eadae066ef55490b763a0fb7ee7b1ec0c91d7f9578ee6a66fa0dfa735b
 SHA512 
5c01e599ab5670992b93f07851a2eade444e79396a3b6e48bf17f6a2f08196c6d81fbb0404995fcb56e75136d2de430f2f2b1257890c2eaff443f4fd4a5adf6c

diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.4.0.ebuild 
b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.4.0.ebuild
new file mode 100644
index 000..46a95d02aeb
--- /dev/null
+++ b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A set of extra plugins for Qmmp"
+HOMEPAGE="http://qmmp.ylsoftware.com/;
+SRC_URI="http://qmmp.ylsoftware.com/files/plugins/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   media-libs/libsamplerate
+   >=media-libs/taglib-1.10
+   =media-sound/qmmp-$(ver_cut 1-2)*
+   media-video/ffmpeg
+"
+DEPEND="${RDEPEND}
+   dev-lang/yasm
+   dev-qt/linguist-tools:5
+"



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

2020-05-07 Thread Lars Wendler
commit: b73c197530fafa16ce22eb2968ec21d86fd459dc
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  7 12:39:05 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  7 12:42:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73c1975

media-sound/qmmp: Removed old

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

 media-sound/qmmp/Manifest |   1 -
 media-sound/qmmp/qmmp-1.3.6-r1.ebuild | 164 --
 2 files changed, 165 deletions(-)

diff --git a/media-sound/qmmp/Manifest b/media-sound/qmmp/Manifest
index 7c0c7100f1b..c888713e42c 100644
--- a/media-sound/qmmp/Manifest
+++ b/media-sound/qmmp/Manifest
@@ -1,4 +1,3 @@
 DIST qmmp-1.3.2.tar.bz2 1221919 BLAKE2B 
3081aa6b3ef4712ea064d5bb23e9ac7da5e102fde820c378438c13723bd007fe8e79ac351b0ad01ca0aa22c50f6b6773965ce418742cf1386d2ae1d7ba7b1758
 SHA512 
5c68d87650abf10d03dc8638df73a6694e470af1121a936bb983bcbcea04d95616ad8a55d87e8874b51b7424a890dad2c5353afe65db7029f6513a382e2144e4
-DIST qmmp-1.3.6.tar.bz2 1250131 BLAKE2B 
ddcce7f55dddfb667c2a2005172c5b8de2f11babb8cd18114099416c1c916048e525262fb25c5e994d0b21b4fa23a308be973bf4cb731e64ee300849700a7d70
 SHA512 
83600b3116a62200d6751b4c6a526cd0af842b943d8d2979e16803ad788ee826a52a25ac0736f337a8fa739affcba361e6cfd1947c5135aef963d128dcb7e3b9
 DIST qmmp-1.3.7.tar.bz2 1250192 BLAKE2B 
bb94234beefbe44606d8db8cc95bd712b4c766d498c1de0549414b728fd9eb88e238bcffde9a3bd74e75adf106b6bf4fcb120547a83892c0bca8da17bf18f2ee
 SHA512 
a67185fcdc7419c8542e64fd54eea3302dcf44c5d8d0c3b739ce3115b00811733234807460d39585ee57b7e105a52285ee3aafa9f24d86d2af09e881ebf2e068
 DIST qmmp-1.4.0.tar.bz2 1293438 BLAKE2B 
9da3a00a31dd0ad03f3405dbae65f55d7b4fbde2a3a030d2cbe8d11ac9b5660754e519aff19431dada792f2ebb02e40fa05e177ad6bedc37e3aa5d7e2a441642
 SHA512 
b4ae764c223e1ce28477e86493ba409429e191ff51ef11d9b7c4fa356f90e5ff7e390bc8d1dcaf7779b231d59bf668d64000ea196b4020a7255eeb009706643d

diff --git a/media-sound/qmmp/qmmp-1.3.6-r1.ebuild 
b/media-sound/qmmp/qmmp-1.3.6-r1.ebuild
deleted file mode 100644
index 4c02d12db02..000
--- a/media-sound/qmmp/qmmp-1.3.6-r1.ebuild
+++ /dev/null
@@ -1,164 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-[[ ${PV} =  ]] && inherit subversion
-
-DESCRIPTION="Qt5-based audio player with winamp/xmms skins support"
-HOMEPAGE="http://qmmp.ylsoftware.com;
-if [[ ${PV} !=  ]]; then
-   SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2
-   mirror://sourceforge/${PN}-dev/files/${P}.tar.bz2"
-   KEYWORDS="~amd64 ~x86"
-else
-   QMMP_DEV_BRANCH="1.3"
-   
ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}-dev/code/branches/${PN}-${QMMP_DEV_BRANCH}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-# KEYWORDS further up
-IUSE="aac +alsa analyzer archive bs2b cdda cover crossfade cue curl +dbus enca 
ffmpeg flac game
-gnome jack ladspa lyrics +mad midi mms modplug mplayer musepack notifier opus 
oss projectm
-pulseaudio qsui qtmedia scrobbler shout sid sndfile soxr stereo tray udisks 
+vorbis wavpack"
-
-REQUIRED_USE="
-   gnome? ( dbus )
-   shout? ( soxr vorbis )
-   udisks? ( dbus )
-"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   media-libs/taglib
-   x11-libs/libX11
-   aac? ( media-libs/faad2 )
-   alsa? ( media-libs/alsa-lib )
-   archive? ( app-arch/libarchive )
-   bs2b? ( media-libs/libbs2b )
-   cdda? (
-   dev-libs/libcdio:=
-   dev-libs/libcdio-paranoia
-   )
-   curl? ( net-misc/curl )
-   dbus? ( dev-qt/qtdbus:5 )
-   enca? ( app-i18n/enca )
-   ffmpeg? ( media-video/ffmpeg:= )
-   flac? ( media-libs/flac )
-   game? ( media-libs/game-music-emu )
-   jack? (
-   media-libs/libsamplerate
-   media-sound/jack-audio-connection-kit
-   )
-   ladspa? ( media-libs/ladspa-cmt )
-   mad? ( || (
-   media-libs/libmad
-   media-sound/mpg123
-   ) )
-   midi? ( media-sound/wildmidi )
-   mms? ( media-libs/libmms )
-   modplug? ( >=media-libs/libmodplug-0.8.4 )
-   mplayer? ( media-video/mplayer )
-   musepack? ( >=media-sound/musepack-tools-444 )
-   opus? ( media-libs/opusfile )
-   projectm? (
-   dev-qt/qtgui:5[-gles2-only]
-   dev-qt/qtopengl:5
-   media-libs/libprojectm:=
-   )
-   pulseaudio? ( >=media-sound/pulseaudio-0.9.9 )
-   qtmedia? ( dev-qt/qtmultimedia:5 )
-   scrobbler? ( net-misc/curl )
-   shout? ( media-libs/libshout )
-   sid? ( >=media-libs/libsidplayfp-1.1.0 )
-   sndfile? ( media-libs/libsndfile )
-   soxr? ( media-libs/soxr )
-   udisks? ( sys-fs/udisks:2 )
-   vorbis? (
- 

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

2020-05-07 Thread Jeroen Roovers
commit: 1ab2604f58f8551c6df34a1b72a33f995e5ed514
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May  7 12:34:12 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May  7 12:47:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab2604f

net-misc/youtube-dl: Old

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

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2020.03.24.ebuild | 74 
 2 files changed, 75 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 1cace85e063..dcd7645cd9f 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,2 +1 @@
-DIST youtube-dl-2020.03.24.tar.gz 3165706 BLAKE2B 
817cd8762f496255e58f909ab04f5fec3627918b4d9b58a9ab12c8bd56a12f672067c1dfe0808d76a96bc97fc7bc9a9e661c4f176577c0257f45d5cf6d0c7b92
 SHA512 
421c0ae412977cdf94d079aa7982360ffdfc4271bb7af27a598adbdb8454c2044e5c44ff3a9f339e9b0989c1264223ca83bba6a9151d01052f8f72c076d9e369
 DIST youtube-dl-2020.05.03.tar.gz 3169742 BLAKE2B 
af0d6192ef564111d42b452c95e4d275217c5230a6a19413aa08b152a5e5f37eb50abe3f14d7fe09cbca0c85ce9a79f0e92c7e1a9a2648c6c8668866d64ff7c3
 SHA512 
52cbbe49f17489cdf30298c300a7615f53d329305f3afac282fd5ecdb069641644064bf70a7ef93874252a7c206b2f1da42781e81542878261c21b7017950bc7

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



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

2020-05-07 Thread Jeroen Roovers
commit: 9f979e7de64203d0cb397a192f8fba5736506b66
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May  7 12:22:43 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May  7 12:47:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f979e7d

net-misc/youtube-dl: Stable

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

 net-misc/youtube-dl/youtube-dl-2020.05.03.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/youtube-dl/youtube-dl-2020.05.03.ebuild 
b/net-misc/youtube-dl/youtube-dl-2020.05.03.ebuild
index 27edc068096..9dc88dfb159 100644
--- a/net-misc/youtube-dl/youtube-dl-2020.05.03.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-2020.05.03.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/ytdl-org/youtube-dl/;
 SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
 LICENSE="public-domain"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libav/

2020-05-07 Thread Mart Raudsepp
commit: fd5a44f31de1b6e306fde5bf06bb881b8ecc7991
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu May  7 10:38:22 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu May  7 12:52:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5a44f3

media-plugins/gst-plugins-libav-1.16.2: use system ffmpeg properly

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

 ...lugins-libav-1.16.2.ebuild => gst-plugins-libav-1.16.2-r1.ebuild} | 5 +
 1 file changed, 5 insertions(+)

diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2.ebuild 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2-r1.ebuild
similarity index 89%
rename from media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2.ebuild
rename to media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2-r1.ebuild
index 04f13962405..d097496927d 100644
--- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.2-r1.ebuild
@@ -32,6 +32,10 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 RESTRICT="test" # FIXME: tests seem to get stuck at one point; investigate 
properly
 
+PATCHES=(
+   "${FILESDIR}"/external-ffmpeg4-dep.patch # Automatically rescan 
available elements for registry when system ffmpeg changes
+)
+
 multilib_src_configure() {
GST_PLUGINS_BUILD=""
 
@@ -41,6 +45,7 @@ multilib_src_configure() {
--with-package-name="Gentoo GStreamer ebuild" \
--with-package-origin="https://www.gentoo.org; \
--disable-fatal-warnings \
+   --with-system-libav \
$(use_enable orc)
 }
 



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

2020-05-07 Thread Agostino Sarubbo
commit: c006a9fd59cc84a043cb7f34d0b44fbf6a22c4c7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May  7 13:29:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May  7 13:29:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c006a9fd

sys-libs/libapparmor: amd64 stable wrt bug #721424

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-libs/libapparmor/libapparmor-2.13.4.ebuild 
b/sys-libs/libapparmor/libapparmor-2.13.4.ebuild
index 0ccd35241d4..eff2e356a71 100644
--- a/sys-libs/libapparmor/libapparmor-2.13.4.ebuild
+++ b/sys-libs/libapparmor/libapparmor-2.13.4.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${PV}/+download/apparmor-${PV}.
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="doc +perl +python static-libs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2020-05-07 Thread Agostino Sarubbo
commit: 6321287cc35db52079c8bf34c395cb36b0721404
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May  7 13:29:05 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May  7 13:29:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6321287c

dev-vcs/git-lfs: amd64 stable wrt bug #721188

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/git-lfs/git-lfs-2.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git-lfs/git-lfs-2.10.0.ebuild 
b/dev-vcs/git-lfs/git-lfs-2.10.0.ebuild
index 38e55dcac3e..308686b6fb8 100644
--- a/dev-vcs/git-lfs/git-lfs-2.10.0.ebuild
+++ b/dev-vcs/git-lfs/git-lfs-2.10.0.ebuild
@@ -107,7 +107,7 @@ else
https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
test? ( ${EGO_SUM_SRC_URI} )
"
-   KEYWORDS="~amd64 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~amd64-linux ~x86-linux"
 fi
 
 HOMEPAGE="https://git-lfs.github.com/;



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

2020-05-07 Thread Kent Fredric
commit: 82ad88ee9c19e768d89a8a04a019a0be959d4810
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu May  7 11:59:54 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu May  7 11:59:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ad88ee

dev-perl/CHI: -r bump for EAPI7

- EAPI7
- Remove unneeded variables
- Strip unhelpful tests (though I may revisit the smoke tests later)

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

 dev-perl/CHI/CHI-0.600.0-r1.ebuild | 56 ++
 1 file changed, 56 insertions(+)

diff --git a/dev-perl/CHI/CHI-0.600.0-r1.ebuild 
b/dev-perl/CHI/CHI-0.600.0-r1.ebuild
new file mode 100644
index 000..39a127d7a63
--- /dev/null
+++ b/dev-perl/CHI/CHI-0.600.0-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=JSWARTZ
+DIST_VERSION=0.60
+inherit perl-module
+
+DESCRIPTION="Unified cache handling interface"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-perl/Carp-Assert-0.200.0
+   dev-perl/Class-Load
+   dev-perl/Data-UUID
+   dev-perl/Digest-JHash
+   virtual/perl-Digest-MD5
+   >=virtual/perl-File-Spec-0.800.0
+   dev-perl/Hash-MoreUtils
+   >=dev-perl/JSON-MaybeXS-1.3.3
+   >=dev-perl/List-MoreUtils-0.130.0
+   >=dev-perl/Log-Any-0.80.0
+   >=dev-perl/Moo-1.3.0
+   >=dev-perl/MooX-Types-MooseLike-0.230.0
+   dev-perl/MooX-Types-MooseLike-Numeric
+   virtual/perl-Storable
+   dev-perl/String-RewritePrefix
+   dev-perl/Task-Weaken
+   >=dev-perl/Time-Duration-1.60.0
+   >=dev-perl/Time-Duration-Parse-0.30.0
+   virtual/perl-Time-HiRes
+   >=dev-perl/Try-Tiny-0.50.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/TimeDate
+   virtual/perl-Test-Simple
+   dev-perl/Test-Class
+   dev-perl/Test-Deep
+   dev-perl/Test-Exception
+   dev-perl/Test-Warn
+   )
+"
+PERL_RM_FILES=(
+   t/author-{03-pod,file-driver,no-data-serializer,RequiredModules}.t
+   t/smoke-Driver-{CacheCache,File-DepthZero,FastMmap,File,NonMoose}.t
+   t/smoke-Driver-Subcache-{mirror,l1}_cache.t
+   t/smoke-Null.t
+   t/release-dependent.t
+)



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

2020-05-07 Thread Michał Górny
commit: 41957386e56b4ac8f06ac24f14025ce09c39db4b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 05:29:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 12:05:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41957386

sys-kernel/vanilla-kernel: Bump to 5.6.11

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

 sys-kernel/vanilla-kernel/Manifest |  1 +
 .../vanilla-kernel/vanilla-kernel-5.6.11.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 387e779a372..cdbdf37bbd1 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -8,6 +8,7 @@ DIST linux-5.5.19.tar.xz 110770092 BLAKE2B 
cd30a600a2b9ecd3f26ff994fa54871a0fabb
 DIST linux-5.5.5-arch1.amd64.config 243885 BLAKE2B 
088e76a9981a64cd6163667fd09cc02148f15cc53812a429d1f5e22dc893823f57041e581ec957f38504c1fbb5aa0c7886847d1ea4cdc44d5ab245dcc304edc3
 SHA512 
e6958e1fd35e2a900fa6c81e68e35b42496e245829b8bfd85d9d351dcdf8bbea93d25a0edf74871beababb4ba28cd7a731e589e68e047ac972d973ea8c20d3ac
 DIST linux-5.5.6-arch1.i686.config 243301 BLAKE2B 
c5fdd9dc2a0baed1ea421faa8f254d6ece47e89b78fc4c25c38369b53acc1f954978f2f86eda23b77d20a35096a596944f9c433db66008278ed2b8140823ce62
 SHA512 
b2d75bb1826a4dfad10aa5b6fa9cce2684d5de2dabc6da165e192e5a33cbd6eeaff4d7f236e074f4c099830e01e767bd6bc14a70d644057dce59288ae9704877
 DIST linux-5.6.10.tar.xz 111800376 BLAKE2B 
86d457ca12d80f0c1130af7a0e18fd77308815d7d3e4da48ac392cd801ee8463fb3bad9e1432f989f1122cf0c85c4932912415e748d48bb828e18fa25c8a1adb
 SHA512 
a2cf161a8f79e1d596cbe6e255b3b70fd5fd8cc27d4213a8bfd07f90afc26c40c70c9650224d074055df9c81a27ce70fc2bf4288acf3e69e6b51358d51acbf43
+DIST linux-5.6.11.tar.xz 111798824 BLAKE2B 
0b483cea53eade0e0f74dfc7230c79c0df8b383f1bcbaa71c6bcfa05a06f15e3c8b7ad2ffd0fb096d091cc3d191ffa91c984b60377f28c8fd77873ed8751668a
 SHA512 
f4c02f59353d2199084583bed6fa9cec6e7a7cb755296c883969c579a8f9d34e202c3c922eaf32ca7a3ffbd35ada7f835545d4beab50b2bab2a66c43e739ec74
 DIST linux-5.6.5-arch2.amd64.config 246155 BLAKE2B 
a30fa47b1384574076d5e3f02e1ea752ed3db5c4a6df2fcce6e81ec8b761a6d633fea1d275886b2b23ceb3b50f0e2324222ac96464fd4a19506caa57e4abbf34
 SHA512 
ff7b18d282d642c4dc5ccb12cf493b1889871078723d50dc7e08eb328c54030624cde673193bb75db701248661963741ffbf2c41261ccd4c2169175e6043cc49
 DIST linux-5.6.5-arch3.i686.config 245328 BLAKE2B 
58f39c963aa4276360df1e61526bc3ac575f5d4a364ca888b4f82eb74c6f609d94236715860a47a824ecc4c4b52ef1e59ba048bc2ab3b9e9157a8393846413cd
 SHA512 
3e9db780b3607d839c2bf5fbb18f150024c65782e79879ee4758ed89e914a7d4fd39c0014addea0bcff3c2082730bbd458c69bf4770ec7255135b18cebae3858
 DIST linux-5.6.6.tar.xz 111787404 BLAKE2B 
885c30732c91ea3af1a797db14f1f517a05e0f388c5b854eb404a6b46f8be20debca5fd517c3e9910b012385a96154a7b1fa18f56c1d5927b7575b62ded98b74
 SHA512 
62fa97250323560323eaed57afba43f4fdef97a180ec8f0e0c39d86d41a63c3fa4242d27cda28f5c65f03290596cab2055d1ae7594c6134c3dcc821e24c21d4e

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.6.11.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.6.11.ebuild
new file mode 100644
index 000..19f6b6d6749
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.6.11.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV}
+# 
https://git.archlinux.org/svntogit/packages.git/log/trunk/config?h=packages/linux
+AMD64_CONFIG_VER=5.6.8-arch1
+AMD64_CONFIG_HASH=7dcb86e3e6f24c6d5462c5c8d25c3fa09e7e9f55
+# https://git.archlinux32.org/packages/log/core/linux/config.i686
+I686_CONFIG_VER=5.6.8-arch1
+I686_CONFIG_HASH=bc42cce2cca0d42b5cfeb8c6bcbf9f39430791f2
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   amd64? (
+   
https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux=${AMD64_CONFIG_HASH}
+   -> linux-${AMD64_CONFIG_VER}.amd64.config
+   )
+   x86? (
+   
https://git.archlinux32.org/packages/plain/core/linux/config.i686?id=${I686_CONFIG_HASH}
+   -> linux-${I686_CONFIG_VER}.i686.config
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+src_prepare() {
+   default
+
+   # prepare the default config
+   case ${ARCH} in
+   amd64)
+   cp "${DISTDIR}"/linux-${AMD64_CONFIG_VER}.amd64.config 
.config || die
+   ;;
+   x86)
+   cp "${DISTDIR}"/linux-${I686_CONFIG_VER}.i686.config 
.config || die
+   ;;
+   *)
+   die "Unsupported arch 

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

2020-05-07 Thread Michał Górny
commit: a94a5a8dd4ae46ba50060c13c32981c0c06d81b7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 05:29:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 12:05:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94a5a8d

sys-kernel/gentoo-kernel: Bump to 5.6.11

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.6.11.ebuild  | 73 ++
 2 files changed, 75 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 8356b9de5f0..8d2a111b0e7 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -14,6 +14,8 @@ DIST genpatches-5.6-10.base.tar.xz 191312 BLAKE2B 
71aa053ae13888a5b453da03f49423
 DIST genpatches-5.6-10.extras.tar.xz 1756 BLAKE2B 
f4c70bc80dc569b3c943cf4e136fc4cd88a74621f4b25c760659eca1178cb059d595103702c23a078e39ad82b0803691cfc74f7e74d2d941834c5a74b446ffcb
 SHA512 
1f3c06736b91be3018301040632891b06b8d9bec2e6b05e6747a3d93da6004ca01acc1cd9c4ffb2a668940f7e13185a639a6d2b0111e89a3abe62e6944de2a39
 DIST genpatches-5.6-13.base.tar.xz 273740 BLAKE2B 
7b314a9df316f4a05f1eb677ae78b0969d65edcbdc9669cd668e9f81b7fbfe498568b0fcdd51a23904f9e7c5390dff7e47d7c57d343698405562aa183dca17fe
 SHA512 
e052eb8af814de249440b60c5ff36e1f86da7393de8c2386847604ca65d944ae7cccdab2bc99e4052c74e876b98f61b6402dc6c84e293cb873c8c35060ad7326
 DIST genpatches-5.6-13.extras.tar.xz 1756 BLAKE2B 
5ea8930fdd8b27d07d053efeff5427719ba1ddfc6b583803a06bbaada3373efb4cc64e8ca8e5450a68908b828ca9b72c42cde43a49f2c4e0a3f1b7146372c744
 SHA512 
9d2859ac64e14120d557548918bfcd97b967641ec7e7f1f466197e7e4cc32eef874e0e179eb021accceaf842e990376c54bd2cb6b60942b35b2b102c47fb8c5e
+DIST genpatches-5.6-15.base.tar.xz 292284 BLAKE2B 
0d80ef60c429516c2888e18704a4deaf6d293f5e60179b4dff080b1aff0088c69d5629a2bef1f57ccd90ca694460f3d57cfde7ed3274d30e982b506edf2bb5f6
 SHA512 
afb1c877d5317881deda321c87aae3138b147b45aeb4af5c1c377d87c142626904db59a5b26758a9f873bd8760c26e305487156438a553c9dda11f3ed1801875
+DIST genpatches-5.6-15.extras.tar.xz 1756 BLAKE2B 
b28a36cb3ccbfb9b79757e1684535eb8283157accdfa357d47ee8a699a4837f75f4aa0dfedfbac3d9e402b36bb669d8623f37b0c8b9dc24d095457a0da40ffe0
 SHA512 
107ab66357f3ae9183488fdf0d963561e1b862dedc0863310d78e6607c380c8dce54d555e1190b6aa8b09c1222e6fd137947b489e84e91a3bf3f98fa7d85df20
 DIST genpatches-5.6-9.base.tar.xz 140640 BLAKE2B 
06dbe9bf9df8cacc03db6d9548d994aaad4282a8e523bf70338a49efb703a635b23676b247dd42d9b566d49d169dd8561e218ee0c0039787b0986374a3ea72a6
 SHA512 
d6099207cfb3ff2693a65ba8ec05f24c38a9830f55fcf8369ea5dd5c1cde3c047a2d717b43514745f475f91cdcde8f732da46809d5477593372448fd1ece0452
 DIST genpatches-5.6-9.extras.tar.xz 1756 BLAKE2B 
eb2ec83cd435634c0ee6b1d04d19ab1f6d82192831f42ca80396709d3a9bf8d427722377c95245df5743dd2dcdcefe73633faf01ff64ebd30c1a688eb483fc4a
 SHA512 
9f33e9eb09d30dab64b7db8ae4fd6a8643e782878c70e069b41a5624305b3bcd56f1e21b408bb0ae9a1f9c697f97430f320a509daa7424717dd507116223ab24
 DIST linux-5.4.15-arch1.amd64.config 241498 BLAKE2B 
2ba5eab2455c909878c36c6084718331042d0f6ab42127868ffb1522f4b53de38879e5707328968e943d1fa44cc504626af52b733829e943532931b49a612834
 SHA512 
582577bfe4139a8f50c5881cd5a9f24dc3da3124e464756f9efc3d39894eac378483d052e1142730585e40a45641166d309b5e1b5e379f4a5ea2d5ebb2d3314b

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.6.11.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.6.11.ebuild
new file mode 100644
index 000..bc76214540c
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.6.11.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 4 ))
+# 
https://git.archlinux.org/svntogit/packages.git/log/trunk/config?h=packages/linux
+AMD64_CONFIG_VER=5.6.8-arch1
+AMD64_CONFIG_HASH=7dcb86e3e6f24c6d5462c5c8d25c3fa09e7e9f55
+# https://git.archlinux32.org/packages/log/core/linux/config.i686
+I686_CONFIG_VER=5.6.8-arch1
+I686_CONFIG_HASH=bc42cce2cca0d42b5cfeb8c6bcbf9f39430791f2
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   amd64? (
+   
https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux=${AMD64_CONFIG_HASH}
+   -> linux-${AMD64_CONFIG_VER}.amd64.config
+   )
+   x86? (
+   
https://git.archlinux32.org/packages/plain/core/linux/config.i686?id=${I686_CONFIG_HASH}
+   -> linux-${I686_CONFIG_VER}.i686.config
+   )"
+S=${WORKDIR}/${MY_P}
+

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

2020-05-07 Thread Michał Górny
commit: 53ec3e4173a1dcc7c070c71947ea286797929500
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 05:29:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 12:05:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ec3e41

sys-kernel/gentoo-kernel: Bump to 5.4.39

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.4.39.ebuild  | 73 ++
 2 files changed, 75 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 35db33d4e90..8356b9de5f0 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-5.4-35.base.tar.xz 1295960 BLAKE2B 
4af588c7896e9afad45a915521f57
 DIST genpatches-5.4-35.extras.tar.xz 1756 BLAKE2B 
b363ff53cb8b0a2813ffeb967d72b367336bae1bd6a34b52caa796f4da73e11fe9c58130abb90d7f3d0b760fd0d964ab03879facd451f63b73e7fdd642ea2045
 SHA512 
cd45a3192c99187d9efc04ed4331f038cd6b11d63e7a4d464666c681847e81f9cb4b21bb05639b43a6404655d76e2fae3d17633c2e52fa4f32149725f517a7d3
 DIST genpatches-5.4-38.base.tar.xz 1364272 BLAKE2B 
708fff34d0e5db8971687815f936bb6fcac0049fdb8351a500c67ebb5c472c8a0ce7a8e580b20c841aa305441c849cc595735292fdcefe8b9877530f110bebcf
 SHA512 
6accf4fc70cbf2463df6b50001bba07b3d32985451de341398a8e9f8b1281ac3ab22661b5216afdddb5072262ac238073b83231c9fd2b90b27b8cc3b9f1d8850
 DIST genpatches-5.4-38.extras.tar.xz 1756 BLAKE2B 
2e4d217bf53de074717b18748263318cc637ee85c1217caea175e7f47ffa74217b1e06a5bd19a0ba88307423d16c0a2c6c7975c8d3fee83a8d1fd65a0cbe4544
 SHA512 
db347a70bb1fd88ff37573ffe7bb1b03f61f7cca9b25ef302ce26e7e849bc87aa1f5b5c732fb3fae3a5efb339794be6a11eae386cf444fe50143bf46be3544d3
+DIST genpatches-5.4-39.base.tar.xz 1376580 BLAKE2B 
a546be9d077e978f8918f4d3903c2769a898d8985cf20d9b5806312bb1b99b492b1101e104bc2fba10fb5bae372ae941020b064df8fe1aba64814a3adf864fce
 SHA512 
d046451cbc18490c6956d723ddf26a9a0e5c4e6906c76c65a2579b0aa269ea3c4b58a94e17b868f54e752e13e0d67c75074d5d91d3657d4da0be47e81ce2fb89
+DIST genpatches-5.4-39.extras.tar.xz 1756 BLAKE2B 
5b79d2b75579aa2f660b90a00289398c1d271fce5a07726d487d9fee827a1ec42a9325f6162a82ce73d4e76dccd0a8e3ad58e6221a5e8d227f35fbe16bf75958
 SHA512 
5a14168aa45866d5c90151f2e8c93306d3e85fe0517763c6384d30d196696c30dd99cee709db322ad2e0089059e39325c91b08b566a09c30f41f45f3499c188c
 DIST genpatches-5.5-21.base.tar.xz 767444 BLAKE2B 
812732ed230a0605a40bd0a0d80bb64cf3582e0bcb94cb26e53aee7a69c0e66b200db8787abec14466287d9f9bfaa6f71d15d0cae56c5c820070833aa1996d81
 SHA512 
ed48a01f132d1dabc2bf2fe6b29156d1303cafdc53bcd843924f4ce14f6e0e35fc4d930b055b37a24365a6a31b36034d79f25112e1bd8526a6e0922e66dfc561
 DIST genpatches-5.5-21.extras.tar.xz 1756 BLAKE2B 
f277d12cbb65f109e49d96a47ba0a8429b2a791872b16548656db9f4275259fc774169a75f310edb7392b0c548b1ea7559eaa841376cb6a7c507cce31385cc37
 SHA512 
ce1c4b6ac121ecb6bbe1c738abd9ce967e4875654eb5aeb373f59e116c4b29fc2fb3f8383db6d093005ba85be1a36d1023780a35f27bf2e1c3bfaad15abdc084
 DIST genpatches-5.6-10.base.tar.xz 191312 BLAKE2B 
71aa053ae13888a5b453da03f4942357ad60226505a43e0308c28ec865b605f16179ceba117034949d448345029442796dd0889f89d7d42d86948b53f82a404b
 SHA512 
10aba07f2978ebd7dd4e0b35aa3c8a458359fa823cf6a050e6c61f5dd19f94d4e67a52c720af6dd46068a0654deab5dbdbc5f4d557ea31bb7163267b404c0990

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.39.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.39.ebuild
new file mode 100644
index 000..1412b2980be
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.39.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-${PV##*.}
+# 
https://git.archlinux.org/svntogit/packages.git/log/trunk/config?h=packages/linux
+AMD64_CONFIG_VER=5.4.15-arch1
+AMD64_CONFIG_HASH=dc8d69b59a7a529ec5aaeb6b32b16e59a3cc1569
+# https://git.archlinux32.org/packages/log/core/linux/config.i686
+I686_CONFIG_VER=5.4.15-arch1
+I686_CONFIG_HASH=1ad219bd3f0ab439a81ed01fec7660eeea7daa0e
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   amd64? (
+   
https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux=${AMD64_CONFIG_HASH}
+   -> linux-${AMD64_CONFIG_VER}.amd64.config
+   )
+   x86? (
+   
https://git.archlinux32.org/packages/plain/core/linux/config.i686?id=${I686_CONFIG_HASH}
+   -> linux-${I686_CONFIG_VER}.i686.config
+   )"
+S=${WORKDIR}/${MY_P}
+

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

2020-05-07 Thread Michał Górny
commit: 8477761c16e0f1268a7c6f0d0f3de71f61f729ee
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 12:04:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 12:05:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8477761c

sys-kernel/gentoo-kernel-bin: Bump to 5.4.39

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  1 +
 .../gentoo-kernel-bin-5.4.39.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index b0890fcd7d6..419591ece01 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -8,6 +8,7 @@ DIST gentoo-kernel-5.4.36-1.amd64.xpak 65022714 BLAKE2B 
6479da0bc2ece886c42c31fc
 DIST gentoo-kernel-5.4.36-1.x86.xpak 56447600 BLAKE2B 
0f8f09f973cabe94ede9f0e5abb33e21cbbc919a457a5b50258ae5aaa4c4c624279f342612f073fe5079fd7e10e9011bea2c15036a0c848c58a80266141a4cb9
 SHA512 
b6bdf97cc706774d68b1610f2ce3b6b97b55947c423008afe2d1a258410f85abaa3662b8f7c270a71f9464a74e79d64d447c238657d15962373b7660353f8512
 DIST gentoo-kernel-5.4.38-1.amd64.xpak 65042811 BLAKE2B 
59d99c1c165fd3b0a398ead609b3ec48c11c3b0eb86e67a49e11a8104b154c06f62a04176fbf3cf76b2e9d00bd313e78af9ec8837173f85865932a72fc0337ec
 SHA512 
2d627f3191da81ebe896d08198ac7448bc77e32840ea9e263ccf9fdd166cd9af9d37cc0f1b605bb1ed11df6b26d8e75b87d9a340ef49b751c054fa7c57dd5ea1
 DIST gentoo-kernel-5.4.38-1.x86.xpak 56457969 BLAKE2B 
5b7a7629bda86cef68254fd546b18c59a78f80b85f45d4e79ad83053b88a85ae397b328fd38fc7a699287c3f96cd20ca3f07a202ceb2622169f291f657afad4c
 SHA512 
b391c051918f47b29cf88907edc7b7960b9ac96f60da26a624e73ff2d44d524c6048a29f0780291a0358d12f892fd0b1c629ddc54ccd8f78c0117fccb2971788
+DIST gentoo-kernel-5.4.39-1.amd64.xpak 65024600 BLAKE2B 
627cbb87ce0ecd4c5a160788be4545c25a97791c586cdaef4df6982225c0ac5c2786dd4368f9a90211c43af08474c9a9893a383d3b4abccd82a4f1fbcaf52590
 SHA512 
f14d05079ade1f45d07b755da2e66f73e8dc506bebf52d246938361215edf6950febdfc3a85b7b692c9715b52c9aca7c8a2ebed08036ad3e7a59be8fd9c58db4
 DIST gentoo-kernel-5.5.19-1.amd64.xpak 65841351 BLAKE2B 
e3f1ad1369e927be9615023daad182bdad8299ec984fa6190667453b3a071640090189b5125f179cc7be881ec7d8e27b4c475dcb1aafde63bffd5ea3a8fbf35c
 SHA512 
d09cd8d8837ce0ddc2f62792d3242d10e5fc5885693dffa9d490a2d642c910644f9b7e6f3fd3bd99bf3538a331eb2dd9502bcfb038862b10c11b6520bdbd975f
 DIST gentoo-kernel-5.5.19-1.x86.xpak 57196340 BLAKE2B 
51de8aa91d430f1fd11d2b1519becb4382e5adbbf879cba4479df3e6f5624185b4554da84dbee87ec90260f889f5e058d43a99b1502782ad2d063559d98cd8a4
 SHA512 
e956ca5ffce4eb58c309a4cc745143dd55a6a8b69231823c3377d2f6aff984140fa27a3d99ebfe92a4ad96df07f6e8d23e7aef611445acf1d6dd186688d73f60
 DIST gentoo-kernel-5.6.10-1.amd64.xpak 66153856 BLAKE2B 
b0c33a3f71ccabb67ec3cf646013c529f34fb10d1f6681a467ecfc7ec002687e487461856a0a27db8d01636602dee14d379c30d948605124d5ae0f2bb416bbc8
 SHA512 
b1207f44b5f8d6462c8c5bd4316b5e238ca06fb659fbfa819543a6c3f76871655110595bdeb3d4c72d504eb41b539c260c2503771f650b45f969da664a3bf8f2

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.39.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.39.ebuild
new file mode 100644
index 000..f2044d5be4a
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.39.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   
"${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



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

2020-05-07 Thread Michał Górny
commit: 6a82ab870ef0b9b5c1847d937ff710e11f1e2719
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 12:04:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 12:05:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a82ab87

sys-kernel/gentoo-kernel-bin: Bump to 5.6.11

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  1 +
 .../gentoo-kernel-bin-5.6.11.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 419591ece01..6cdc136ba2c 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -13,6 +13,7 @@ DIST gentoo-kernel-5.5.19-1.amd64.xpak 65841351 BLAKE2B 
e3f1ad1369e927be9615023d
 DIST gentoo-kernel-5.5.19-1.x86.xpak 57196340 BLAKE2B 
51de8aa91d430f1fd11d2b1519becb4382e5adbbf879cba4479df3e6f5624185b4554da84dbee87ec90260f889f5e058d43a99b1502782ad2d063559d98cd8a4
 SHA512 
e956ca5ffce4eb58c309a4cc745143dd55a6a8b69231823c3377d2f6aff984140fa27a3d99ebfe92a4ad96df07f6e8d23e7aef611445acf1d6dd186688d73f60
 DIST gentoo-kernel-5.6.10-1.amd64.xpak 66153856 BLAKE2B 
b0c33a3f71ccabb67ec3cf646013c529f34fb10d1f6681a467ecfc7ec002687e487461856a0a27db8d01636602dee14d379c30d948605124d5ae0f2bb416bbc8
 SHA512 
b1207f44b5f8d6462c8c5bd4316b5e238ca06fb659fbfa819543a6c3f76871655110595bdeb3d4c72d504eb41b539c260c2503771f650b45f969da664a3bf8f2
 DIST gentoo-kernel-5.6.10-1.x86.xpak 57530317 BLAKE2B 
ea273307f523579dc2447f43e072eb9d45d13143532a82da3940a02e61a2dc1f31d79d72731f0888129af692b26cc260d09e228bcab75454fdb3cada67b8e9a7
 SHA512 
859398377b5fa50bc46b04295e3a811add0070b989a451b5d8d04f30ad097b3dc9a9c78c1204262a22cba98ed0258be49cf69ee20fee3cf394e24e5ce3285ecc
+DIST gentoo-kernel-5.6.11-1.amd64.xpak 66149442 BLAKE2B 
e122dea49c9ef20c9140924b7bef46af77325d6311100c3f9f04137a7200da7eb6f6ab100c41da5bf72dc144561fa34a5215f06f6c34550b6043d20fd5f15a27
 SHA512 
8b7b178b1c096e3ad816f754cae173205a743194b19a40399e8f4d349fa14d189833fa2ba5638d03818938ad128e7349cb1663cce47391ea5874cedc259acde6
 DIST gentoo-kernel-5.6.6-1.amd64.xpak 66151239 BLAKE2B 
bbf807ff637a5be63e4f6d17974908e161c28575c2df2c32259d09db94c742bf9ab1806a52e79d1360dc63e21794725086198dea5900d4479303385744f98ab8
 SHA512 
c2c90131623438327013013f0e92a78f2fa6155c1e104c69993e62859a346902d0f021b580e00f31341a6e519a2fe391b7e8ebed91a8f7e9dfe1d98f20e410d7
 DIST gentoo-kernel-5.6.6-1.x86.xpak 57523804 BLAKE2B 
16b75c6fa3cf586c0a613878173da329bf56521a67490eba5478ec59eea31f1315a87ad561990c88c82ed07085a3d5be9416414ddb2c81f973535c90d21ce01e
 SHA512 
78e86b404a0b6b83e591bc15deece99a90cb666b78aa3189294a0920a288db57cf0c27fb8d076baa00cfc0071cd4df84753d921108d0c7b64d5ea4472112c6f4
 DIST gentoo-kernel-5.6.7-1.amd64.xpak 66164144 BLAKE2B 
1230cff29f11f717c4346136d3c1d389346c76aa86fa32702c05922b14675df5c56a8a9f0699dd9ad397874f930efbe317aebb2ebed765098f1ad0ceca044e97
 SHA512 
5014c234efe7bff9e9e37345dfdf01397b7d2132e7e09c62d23875e03db4d5f0de33e55bdcd9036601da291eef5720ca4262bc94f4f5baa84ba82df38e5955d3

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.6.11.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.6.11.ebuild
new file mode 100644
index 000..f2044d5be4a
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.6.11.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   
"${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



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

2020-05-07 Thread Michał Górny
commit: 886c2cb07690c1d08bed25993bafe1a9ac0738c9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 05:29:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 12:05:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886c2cb0

sys-kernel/vanilla-kernel: Bump to 5.4.39

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

 sys-kernel/vanilla-kernel/Manifest |  1 +
 .../vanilla-kernel/vanilla-kernel-5.4.39.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 4c86614dfb4..387e779a372 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -3,6 +3,7 @@ DIST linux-5.4.15-arch1.i686.config 241195 BLAKE2B 
d3332b83a3d57c450bb1d5e85d83c
 DIST linux-5.4.34.tar.xz 109518236 BLAKE2B 
f8a73185310efa1b2eaf401a2e33f0e94564ca0e831256b8d341a211cc5ade93f3a559c1f64ae1e96638bdff9d7637e5e2631998e86e9136d5869880c3a77641
 SHA512 
4569e21d2b32bc10c87bfb310fdca836176828d2a000a7c92461c918b266762f043c71dccd03ca06b539601fa0eb9c8adf3f9d859fea665e191bdd507d60a306
 DIST linux-5.4.35.tar.xz 109524684 BLAKE2B 
0e73ef5292d77329d26b165d7da887f5ebc018049d6e9ff25f0036062201e1438f6b8c8234d0201b064e5c663d25b0c258e58ded44c1087c53cf6406676d7724
 SHA512 
66daf0192339450b0838cd1aef013ea8675f8687e2271d8d9b79c842e8cb081541788eb16fb0b6e5cd0b15617be67813c53a4db2d2e63219f3c64e692c325c5d
 DIST linux-5.4.38.tar.xz 109518904 BLAKE2B 
a1c627a0b26bf9814f532cb0b9801030b70de2dca3450d69ca1e6eebed60640f7702baf2e54887641bb94e2f1c8b62392731f78e66c2e4af77ec57a38f909908
 SHA512 
a72dbe2234e0f16295cc43880e24de3b191fcbf0d83bbee6eb99b369aeed2319259e368c78fe6223d6cf4ad9f7e82752e8d5793a3e5ad788e4d17508f506b906
+DIST linux-5.4.39.tar.xz 109528644 BLAKE2B 
359300cf9628267e5f450623d6ca5e0a918201f3f376c680412e8dad8a196ee86b5b50ccefb95c4ea9e40b0acfdffad07947e64092be4b6b0aa565068615ed12
 SHA512 
d95a1bace75430a8502ffd5d2225f449580b8cff3d68bd084e4792eceb18a38ae8092f223ef7834bf2b2bcc7cb21487bedc01ae8f1640db14c83bf8dfbcc7360
 DIST linux-5.5.19.tar.xz 110770092 BLAKE2B 
cd30a600a2b9ecd3f26ff994fa54871a0fabb24ca1db70b0657732fffcc9c77e9aaf14ab440b2544b77744ea0a8c325de47dbe01e8df54cc47880d38343ac1e9
 SHA512 
6eb7727b53b32cc1af33cf3561340b29f0e4ec6fb105f07470b4be19bc6617cef11b9fef1f82e0b10dc063367817173440002023cdfbd71cba5e355b4f6d4db5
 DIST linux-5.5.5-arch1.amd64.config 243885 BLAKE2B 
088e76a9981a64cd6163667fd09cc02148f15cc53812a429d1f5e22dc893823f57041e581ec957f38504c1fbb5aa0c7886847d1ea4cdc44d5ab245dcc304edc3
 SHA512 
e6958e1fd35e2a900fa6c81e68e35b42496e245829b8bfd85d9d351dcdf8bbea93d25a0edf74871beababb4ba28cd7a731e589e68e047ac972d973ea8c20d3ac
 DIST linux-5.5.6-arch1.i686.config 243301 BLAKE2B 
c5fdd9dc2a0baed1ea421faa8f254d6ece47e89b78fc4c25c38369b53acc1f954978f2f86eda23b77d20a35096a596944f9c433db66008278ed2b8140823ce62
 SHA512 
b2d75bb1826a4dfad10aa5b6fa9cce2684d5de2dabc6da165e192e5a33cbd6eeaff4d7f236e074f4c099830e01e767bd6bc14a70d644057dce59288ae9704877

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.39.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.39.ebuild
new file mode 100644
index 000..cc5e365bda5
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.39.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV}
+# 
https://git.archlinux.org/svntogit/packages.git/log/trunk/config?h=packages/linux
+AMD64_CONFIG_VER=5.4.15-arch1
+AMD64_CONFIG_HASH=dc8d69b59a7a529ec5aaeb6b32b16e59a3cc1569
+# https://git.archlinux32.org/packages/log/core/linux/config.i686
+I686_CONFIG_VER=5.4.15-arch1
+I686_CONFIG_HASH=1ad219bd3f0ab439a81ed01fec7660eeea7daa0e
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   amd64? (
+   
https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux=${AMD64_CONFIG_HASH}
+   -> linux-${AMD64_CONFIG_VER}.amd64.config
+   )
+   x86? (
+   
https://git.archlinux32.org/packages/plain/core/linux/config.i686?id=${I686_CONFIG_HASH}
+   -> linux-${I686_CONFIG_VER}.i686.config
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+src_prepare() {
+   default
+
+   # prepare the default config
+   case ${ARCH} in
+   amd64)
+   cp "${DISTDIR}"/linux-${AMD64_CONFIG_VER}.amd64.config 
.config || die
+   ;;
+   x86)
+   cp "${DISTDIR}"/linux-${I686_CONFIG_VER}.i686.config 
.config || die
+   ;;
+   *)
+   die "Unsupported arch ${ARCH}"
+   

[gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Changes/

2020-05-07 Thread Kent Fredric
commit: 1815ca1883d7b94291a4bf29a43f0889e9e1746c
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu May  7 12:20:44 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu May  7 12:21:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1815ca18

dev-perl/CPAN-Changes: -r bump for EAPI7

- EAPI7
- Remove unneeded variables
- Add missing metadata.xml entries

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

 .../CPAN-Changes/CPAN-Changes-0.400.2-r1.ebuild| 23 ++
 dev-perl/CPAN-Changes/metadata.xml |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.400.2-r1.ebuild 
b/dev-perl/CPAN-Changes/CPAN-Changes-0.400.2-r1.ebuild
new file mode 100644
index 000..bc2bd0f6e57
--- /dev/null
+++ b/dev-perl/CPAN-Changes/CPAN-Changes-0.400.2-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=0.42
+inherit perl-module
+
+DESCRIPTION="Read and write Changes files"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=virtual/perl-Text-Tabs+Wrap-0.3.0
+   >=virtual/perl-version-0.990.600
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( >=virtual/perl-Test-Simple-0.960.0 )
+"

diff --git a/dev-perl/CPAN-Changes/metadata.xml 
b/dev-perl/CPAN-Changes/metadata.xml
index 0f3a40550a7..ab258cb3ed4 100644
--- a/dev-perl/CPAN-Changes/metadata.xml
+++ b/dev-perl/CPAN-Changes/metadata.xml
@@ -8,6 +8,7 @@

CPAN-Changes
CPAN::Changes
+   CPAN::Changes::Group
CPAN::Changes::Release
Test::CPAN::Changes




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

2020-05-07 Thread Mikle Kolyada
commit: 241267571260b799724f2ae7edb3935577e3f692
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  7 12:21:31 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  7 12:23:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24126757

dev-python/requests-cache: mark stable

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

 dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild 
b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
index a209cefea5a..063d69b1302 100644
--- a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 # Portage only has versions of request >= minimum border



  1   2   3   >