[gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/

2020-02-16 Thread Sergey Popov
commit: 463635683a7e12f4203bdbe08488420c761b15dc
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Feb 15 06:54:16 2020 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Feb 17 07:48:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46363568

net-nds/shelldap: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: Sergey Popov  gentoo.org>

 net-nds/shelldap/Manifest  |  1 -
 net-nds/shelldap/shelldap-1.4.0.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
index 54c59aacf6f..901673726ee 100644
--- a/net-nds/shelldap/Manifest
+++ b/net-nds/shelldap/Manifest
@@ -1,2 +1 @@
-DIST shelldap-1.4.0.tar.gz 22552 BLAKE2B 
4eda256ef33aa80bb0f03c0ff796b51b2542d0fecc94df44452a519e7b69f825dac14b3eac6efcbc34c8926489e959c6e880d5b4c66c867268ad8155ad69eb3d
 SHA512 
55d987aa0fd14f55cbcd3d94345fd649bf5e42c0bf9e0b3ea385b4d42be0baa9d4419f17f113edec84c6f5da00bc918ffd2e55e094b842fcd389993d2e306b26
 DIST shelldap-1.5.0.tar.gz 22591 BLAKE2B 
ac6ed03fc05e8b5d247162ac08d68cc20d4303538af14c98e7fbbf6c1ccf4386c34f26e20715f095d5c0f3f3944f19950ca41ee82c21edfbe5a33a12e17a772f
 SHA512 
036cfcb6e33baddf34dba56bed4ab2ad0a29f0c54067bfaa4fa8a12125dcf837a701920bed49b7f0693d0aacbd2665cad5400a8a46e8b416440500c6a4d0651a

diff --git a/net-nds/shelldap/shelldap-1.4.0.ebuild 
b/net-nds/shelldap/shelldap-1.4.0.ebuild
deleted file mode 100644
index 904d89c8feb..000
--- a/net-nds/shelldap/shelldap-1.4.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GENTOO_DEPEND_ON_PERL=noslotop
-inherit eutils perl-module
-
-DESCRIPTION="A handy shell-like interface for browsing LDAP servers and 
editing their content"
-HOMEPAGE="https://bitbucket.org/mahlon/shelldap/;
-SRC_URI="https://bitbucket.org/mahlon/shelldap/downloads/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="+readline sasl +ssl"
-
-DEPEND=""
-RDEPEND="dev-perl/Algorithm-Diff
-   sasl? ( dev-perl/Authen-SASL )
-   dev-perl/IO-Socket-SSL
-   dev-perl/perl-ldap
-   dev-perl/TermReadKey
-   readline? ( dev-perl/Term-ReadLine-Gnu )
-   dev-perl/Term-Shell
-   dev-perl/YAML-Syck
-   virtual/perl-Data-Dumper
-   virtual/perl-File-Temp
-   virtual/perl-Getopt-Long
-   virtual/perl-Digest-MD5"
-
-src_configure() { :; }
-
-src_compile() {
-   pod2man --name "${PN}" < "${PN}" > "${PN}.1" || die 'creating manpage 
failed'
-}
-
-src_install() {
-   doman "${PN}.1"
-   dobin "${PN}"
-   dodoc USAGE
-}



[gentoo-commits] repo/gentoo:master commit in: net-nds/shelldap/

2020-02-16 Thread Sergey Popov
commit: 3672decd3134c8c55eae2ee1e733899a3f77
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Feb 15 06:52:27 2020 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Feb 17 07:48:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3672

net-nds/shelldap: update to 1.5.1

Updated HOMEPAGE and SRC_URI, added missing dependency dev-perl/Tie-IxHash
Closes: https://bugs.gentoo.org/709644
Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: Sergey Popov  gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20

 net-nds/shelldap/Manifest | 1 +
 net-nds/shelldap/shelldap-1.5.0.ebuild| 1 +
 net-nds/shelldap/{shelldap-1.5.0.ebuild => shelldap-1.5.1.ebuild} | 8 
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-nds/shelldap/Manifest b/net-nds/shelldap/Manifest
index 901673726ee..2b9849f0aad 100644
--- a/net-nds/shelldap/Manifest
+++ b/net-nds/shelldap/Manifest
@@ -1 +1,2 @@
 DIST shelldap-1.5.0.tar.gz 22591 BLAKE2B 
ac6ed03fc05e8b5d247162ac08d68cc20d4303538af14c98e7fbbf6c1ccf4386c34f26e20715f095d5c0f3f3944f19950ca41ee82c21edfbe5a33a12e17a772f
 SHA512 
036cfcb6e33baddf34dba56bed4ab2ad0a29f0c54067bfaa4fa8a12125dcf837a701920bed49b7f0693d0aacbd2665cad5400a8a46e8b416440500c6a4d0651a
+DIST shelldap-1.5.1.tar.gz 22817 BLAKE2B 
8ec41edf8c7d024f5eaed286284445cc9d41fbdf93ae34229d32392dd6f4862b8b3e66b5735679a9019d505753994f3d1d8f0d6cefec9b55708ef982d757b009
 SHA512 
64e5f58aa2d930ff869abb0c88ba36a5aac1272f118af8d17a0db847d6ce4bdd9fe3b8fb6b2e9d08f89bec57a102adf170f2c9f6b98b5f3fe5c30ac3636a060a

diff --git a/net-nds/shelldap/shelldap-1.5.0.ebuild 
b/net-nds/shelldap/shelldap-1.5.0.ebuild
index 5ad7513307f..33ac2881939 100644
--- a/net-nds/shelldap/shelldap-1.5.0.ebuild
+++ b/net-nds/shelldap/shelldap-1.5.0.ebuild
@@ -24,6 +24,7 @@ RDEPEND="dev-perl/Algorithm-Diff
dev-perl/TermReadKey
readline? ( dev-perl/Term-ReadLine-Gnu )
dev-perl/Term-Shell
+   dev-perl/Tie-IxHash
dev-perl/YAML-Syck
virtual/perl-Data-Dumper
virtual/perl-File-Temp

diff --git a/net-nds/shelldap/shelldap-1.5.0.ebuild 
b/net-nds/shelldap/shelldap-1.5.1.ebuild
similarity index 77%
copy from net-nds/shelldap/shelldap-1.5.0.ebuild
copy to net-nds/shelldap/shelldap-1.5.1.ebuild
index 5ad7513307f..eca62dabfd3 100644
--- a/net-nds/shelldap/shelldap-1.5.0.ebuild
+++ b/net-nds/shelldap/shelldap-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,8 +7,8 @@ GENTOO_DEPEND_ON_PERL=noslotop
 inherit eutils perl-module
 
 DESCRIPTION="A handy shell-like interface for browsing LDAP servers and 
editing their content"
-HOMEPAGE="https://bitbucket.org/mahlon/shelldap/;
-SRC_URI="https://bitbucket.org/mahlon/shelldap/downloads/${P}.tar.gz;
+HOMEPAGE="https://github.com/mahlonsmith/shelldap 
https://bitbucket.org/mahlon/shelldap/;
+SRC_URI="https://github.com/mahlonsmith/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
@@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="+readline sasl +ssl"
 
-DEPEND=""
 RDEPEND="dev-perl/Algorithm-Diff
sasl? ( dev-perl/Authen-SASL )
dev-perl/IO-Socket-SSL
@@ -24,6 +23,7 @@ RDEPEND="dev-perl/Algorithm-Diff
dev-perl/TermReadKey
readline? ( dev-perl/Term-ReadLine-Gnu )
dev-perl/Term-Shell
+   dev-perl/Tie-IxHash
dev-perl/YAML-Syck
virtual/perl-Data-Dumper
virtual/perl-File-Temp



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

2020-02-16 Thread Alfredo Tupone
commit: 1fc431bc2806da596754fb525faab6b9f7690116
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Feb 17 07:34:56 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Feb 17 07:34:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc431bc

dev-ml/camlzip: Version bump to 1.10

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

 dev-ml/camlzip/Manifest|  1 +
 dev-ml/camlzip/camlzip-1.10.ebuild | 37 +
 dev-ml/camlzip/metadata.xml|  5 -
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/dev-ml/camlzip/Manifest b/dev-ml/camlzip/Manifest
index 7f733dd0ac0..8b3dab8a648 100644
--- a/dev-ml/camlzip/Manifest
+++ b/dev-ml/camlzip/Manifest
@@ -1,2 +1,3 @@
 DIST camlzip-1.06.tar.gz 26499 BLAKE2B 
a7a1dbe157c0dcb9847bcd6324bbb7cbaf39342d0fdbaed51d2c004ae7b03f8d655fb15da50dae6190b976675e405e28fa2d4fa35a2f4372c50519564d58f981
 SHA512 
5ef0172927106589620678897f12f054533503a5cf13df71bf4deda43f223d0cd6acce118977e87bce53afe289f367b851f192a8e693274c2bd13549121019dd
 DIST camlzip-1.07.tar.gz 26652 BLAKE2B 
f373ac0427faa9b6a846e9db8f3e48c00ec6885b8a11cc09fae96b5a7656908f172fda73dbea8ddd1b3dbfd98bcfa3e2e67ce9faf2942d1e260fc0a804813a05
 SHA512 
b92e9db002b9b398fd132c6ecd8098fac4cc7ddb3f770cc412990dcdf4bd62ba358c762d31fb0b5cd6b32f20d3bf4b3410ca6e86c511a438b92ece940f9831bd
+DIST camlzip-1.10.tar.gz 27335 BLAKE2B 
bbf24953634278589395dd9fcedf1e3becce8dad1f380393dc3ac59589143e1685dc14085ef566e12fb751c6f1a333dd368795a5083b94a43b71e058e86489f3
 SHA512 
5c42e0d808230e3820b2e7ef34b544ca51a7bf0a484ce4e1c8b1e4966133196bb3ff7c3ca85b9c50050aca389316eb52f0335f6e2ad60c000594a33171b9a9a9

diff --git a/dev-ml/camlzip/camlzip-1.10.ebuild 
b/dev-ml/camlzip/camlzip-1.10.ebuild
new file mode 100644
index 000..3c6a128e841
--- /dev/null
+++ b/dev-ml/camlzip/camlzip-1.10.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit findlib
+
+IUSE="+ocamlopt"
+
+DESCRIPTION="Compressed file access ML library (ZIP, GZIP and JAR)"
+HOMEPAGE="https://github.com/xavierleroy/camlzip;
+SRC_URI="https://github.com/xavierleroy/camlzip/archive/rel$(ver_rs 1- 
'').tar.gz -> ${P}.tar.gz"
+
+SLOT="1/${PV}"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]
+   >=sys-libs/zlib-1.1.3"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}-rel$(ver_rs 1- '')"
+
+src_compile() {
+   emake all
+   if use ocamlopt; then
+   emake allopt
+   fi
+}
+
+src_install() {
+   findlib_src_preinst
+   emake DESTDIR="${D}" install-findlib
+   dosym zip/libcamlzip.a /usr/$(get_libdir)/ocaml/libcamlzip.a
+
+   dodoc README Changes
+}

diff --git a/dev-ml/camlzip/metadata.xml b/dev-ml/camlzip/metadata.xml
index 57e9234a0ba..e9aafd4d014 100644
--- a/dev-ml/camlzip/metadata.xml
+++ b/dev-ml/camlzip/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   tup...@gentoo.org
+   Tupone Alfredo
+   

xavierleroy/camlzip




[gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/, sci-electronics/iverilog/files/

2020-02-16 Thread Sergei Trofimovich
commit: 4202315a5c0a34f3ce0be67ef3216efbae1c6532
Author: Huang Rui  gmail  com>
AuthorDate: Thu Jan 30 07:32:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 17 07:23:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4202315a

sci-electronics/iverilog: fix 10.3 gcc-10 build problem

gcc-10 and above flipped a default from -fcommon to -fno-common:
https://gcc.gnu.org/PR85678
Usually all it takes is to add a few 'extern' declarations and
move definitions from header files to modules. I've port iverilog
to gcc-10.

Closes: https://bugs.gentoo.org/706366
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Huang Rui  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14619
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../iverilog/files/iverilog-10.3-fno-common.patch  | 33 ++
 sci-electronics/iverilog/iverilog-10.3.ebuild  |  1 +
 2 files changed, 34 insertions(+)

diff --git a/sci-electronics/iverilog/files/iverilog-10.3-fno-common.patch 
b/sci-electronics/iverilog/files/iverilog-10.3-fno-common.patch
new file mode 100644
index 000..3bb06c6db42
--- /dev/null
+++ b/sci-electronics/iverilog/files/iverilog-10.3-fno-common.patch
@@ -0,0 +1,33 @@
+https://bugs.gentoo.org/706366
+--- a/driver/cflexor.lex
 b/driver/cflexor.lex
+@@ -27,6 +27,8 @@
+ # include  "globals.h"
+ # include  
+ 
++char *current_file = NULL;
++
+ static int comment_enter;
+ static char* trim_trailing_white(char*txt, int trim);
+ 
+--- a/driver/cfparse_misc.h
 b/driver/cfparse_misc.h
+@@ -39,6 +39,6 @@ int cferror(const char *);
+ int cfparse(void);
+ void switch_to_command_file(const char *);
+ void destroy_lexor(void);
+-char *current_file;
++extern char *current_file;
+ 
+ #endif /* IVL_cfparse_misc_H */
+--- a/libveriuser/priv.h
 b/libveriuser/priv.h
+@@ -31,6 +31,6 @@ extern char* __acc_newstring(const char*txt);
+ /*
+  * Trace file for logging ACC and TF calls.
+  */
+-FILE* pli_trace;
++extern FILE* pli_trace;
+ 
+ #endif /* IVL_priv_H */
+

diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild 
b/sci-electronics/iverilog/iverilog-10.3.ebuild
index ae61d822ad4..b5e65f56c2e 100644
--- a/sci-electronics/iverilog/iverilog-10.3.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3.ebuild
@@ -40,6 +40,7 @@ DEPEND="
 
 PATCHES=(
"${FILESDIR}"/${PN}-10.3-file-missing.patch #705412
+   "${FILESDIR}"/${PN}-10.3-fno-common.patch #706366
 )
 
 src_prepare() {



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

2020-02-16 Thread Michał Górny
commit: 76aa70da17b3c06fb432d8631a2394363a5b3132
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 05:41:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 07:11:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76aa70da

dev-python/tox: Bump to 3.14.5

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

 dev-python/tox/Manifest  |  1 +
 dev-python/tox/tox-3.14.5.ebuild | 74 
 2 files changed, 75 insertions(+)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 985548af53f..e5505792b51 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -2,4 +2,5 @@ DIST tox-2.9.1.tar.gz 1855982 BLAKE2B 
3e2f5fd3d3e45e54f96b0a6fc8f9e98bfba3b48540
 DIST tox-3.12.1.tar.gz 283964 BLAKE2B 
b7cb2394a721f281552d1f614a6059f7025390a4ea03fd970c85330dffb97f601f0c3f8c9c9b05f86b5b92e87ef80fba48676201550581562b8cf3f1b2afa34b
 SHA512 
d7ed7ce17b03b5c8e3ba95e14f547c8dbb9a04ac38b98fb24c09261b5087ffc83b05e9a03607fa53ce61340a3ba69fc4121622f7fe338ce8ed402d25d59c7e6a
 DIST tox-3.14.3.tar.gz 288938 BLAKE2B 
1a7d6cb8446b83648b67814fb3413da1a9da93e76a508c1fff134c7738feb2a1a5e130201cd7c9f1229c2c05349139bd54aeae1183fdea9c1735ccbde82bcd5a
 SHA512 
5ac912c4f1db7fe23dd6dad68bd15127d3db97498ca58f7b8573f1857634bdf41eb7fdb4cf8d22afa14547363b91a7b52fdd5ad80af5d60ef4dd95c1d103f8fb
 DIST tox-3.14.4.tar.gz 289600 BLAKE2B 
413782a524b70b4e301f5a4bda9c763dc7e670d7fe7785ce288b54d8a4940db0b8fed5f075c3f2cdea1d2242e35fa50765de1cd5ea544d1f433faa9a31894d61
 SHA512 
94e71d06ea62c275651e574359ffa224702eb4062398b44dff9504ce9e55df94d9227fc7cdbf02bc3d44244c29f29b8d3bdef3a66d94ad2dba6971860444ae7d
+DIST tox-3.14.5.tar.gz 290075 BLAKE2B 
7e412e85981fe11cba4dc6a4ab3df824678b11fe59bd7d909361029f30e407ffe62a24967e5a447cc643500dfb61326d47fb276bb669311780ac49aa2075fe09
 SHA512 
cbd0e4c53bb82a302016f380a246e9a9630b8f0c6631195af2dfa12c090cc76c3d9da8362e11c42e74bacbb3f9be504eb67e07de1d2cbac7b5f05341ea2970c4
 DIST tox-3.2.1.tar.gz 268827 BLAKE2B 
764835d04fb0c17f32eb8e2041b83f90d6a729b781a5b5b95e9ecb1162f1c29ed595d4a6369524b390a31853b8003485b27a3a12d63e84f49e92675f1a9bee13
 SHA512 
79f5a1c8f6e818fbb8444754e3767d880fc1fdfe63b46c518d37440fe2b2f3ce572865aff83d9492c24486fded49893cc31bd9b11254bac4db507260304bc76f

diff --git a/dev-python/tox/tox-3.14.5.ebuild b/dev-python/tox/tox-3.14.5.ebuild
new file mode 100644
index 000..95ccb119c8b
--- /dev/null
+++ b/dev-python/tox/tox-3.14.5.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="virtualenv-based automation of test activities"
+HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox 
https://pypi.org/project/tox/;
+SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+
+# doc disabled because of missing deps in tree
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/filelock[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-1.1[${PYTHON_USEDEP}]
+   ' python3_{5,6,7} pypy3)
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/pluggy-0.12[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/py[${PYTHON_USEDEP}]
+   >=dev-python/six-1.14[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]"
+# TODO: figure out how to make tests work without the package being
+# installed first.
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   >=dev-python/flaky-3.4.0[${PYTHON_USEDEP}]
+   =dev-python/freezegun-0.3.11[${PYTHON_USEDEP}]
+   dev-python/pathlib2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}]
+   

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

2020-02-16 Thread Michał Górny
commit: 4481b905c63fd1e6d0b75f29811f9a12b14db306
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 06:01:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 07:11:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4481b905

dev-python/hypothesis: Bump to 5.5.4

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

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

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 4b67de73373..255e8796401 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -5,3 +5,4 @@ DIST hypothesis-python-5.4.1.tar.gz 8993002 BLAKE2B 
b96f9080f7a5b307698ee1119495
 DIST hypothesis-python-5.5.0.tar.gz 8996266 BLAKE2B 
c9eebe4bf1df5cbf7a40dabeecc9991e71ceda4c2084a1b045f77a2455d5581d055e55b22dde48d627eb3cd3b111bdb06b14ada2f31dccd201390430a4a38c15
 SHA512 
302211f91be253e15bb84c81e80e72c6de41c3a640569363aeac27b2650e569275f9614a678beb9e03f1e97090de4eab7954bc39b55a4324be0ef0b45daf5228
 DIST hypothesis-python-5.5.1.tar.gz 8996186 BLAKE2B 
0e1e013b0339e504603b583882f6d05efa96e5b97b02967c49001c329923df7b2b2666a5351f223ab991cc86f6b0b7ae91c3f6e34c1e089a9f06a271dc7b887f
 SHA512 
4129d85a0e4d2614cd2d8d018043b6346d59f973cce79cdbab2d8688d1c18e9dd0b9044515d715c80e03812020f134a8897931a9942eaad181567750a7cee049
 DIST hypothesis-python-5.5.2.tar.gz 8996253 BLAKE2B 
eccdbae595e3242b6e0f8d5b363aa4b23f279959bf87e801885be2f072ea8cafa39ec1122695f26a333ee99a191cf17342d95b74a4d216e06fecda53ab47d96f
 SHA512 
e2be0bfd07e0e192e104b827616f822c1a4e87f7691a6b754a623d8ec268851f769ff9a0bf64c424cf583b5d87e4040df92ec203eac1b41034b4d24d5ea1d1d2
+DIST hypothesis-python-5.5.4.tar.gz 8997160 BLAKE2B 
ef85a521a9572afd4fa3d682722bddca04f6e5a5cb4283e05099148b374a635e1ad67d4b72b8baf752d33d4b9967464d28c5e293113af1a2218928352ffb2e15
 SHA512 
fa1946722a8fa3bb90ec0fa0786b03da11514779d5598d549c98a17217ce6e848603904de06b5f8a24321adbfa7b3c6e0d79e63d158c633619572623243deb13

diff --git a/dev-python/hypothesis/hypothesis-5.5.4.ebuild 
b/dev-python/hypothesis/hypothesis-5.5.4.ebuild
new file mode 100644
index 000..a0f000b29f9
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-5.5.4.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/;
+SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz;
+S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   >=dev-python/pytest-5.3.5[${PYTHON_USEDEP}]
+   !!

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rouge/

2020-02-16 Thread Hans de Graaff
commit: 824aef09a11420d096e75119f67bf16eb2df95de
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 16 07:47:49 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 17 06:04:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824aef09

dev-ruby/rouge: add 3.16.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rouge/Manifest|  1 +
 dev-ruby/rouge/rouge-3.16.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/rouge/Manifest b/dev-ruby/rouge/Manifest
index a4eca14f020..61268e2cd72 100644
--- a/dev-ruby/rouge/Manifest
+++ b/dev-ruby/rouge/Manifest
@@ -4,4 +4,5 @@ DIST rouge-3.12.0.tar.gz 790763 BLAKE2B 
8572c8d89f7f16bb6a5d5b3119abac7c13779fce
 DIST rouge-3.13.0.tar.gz 793330 BLAKE2B 
5046eaf2a6bbb61f1d19c74d98027fdd32747f84dcdac40f1d6ee34fdc46194b885ab2d1e9ed1c3bbd42b6ba6102632ea457181c844781f31f5f92ca6c0cb09e
 SHA512 
01a8244a9a1aa4a28b97037edbcd7a43f8a812dabfcaeb08dedd0ca1a05dd96fc622aad0dedac991bc54c18a62466548403bba9c740f5f1c4b67d49b5dbe2d8e
 DIST rouge-3.14.0.tar.gz 796072 BLAKE2B 
d861e0b4e5a5e259c44cf47d8c358eb6e9a07bd228e1170f9e430661b5c758139183400b4bcde8b857cadafce5d2e89b889d63ab28202bf14967d51f
 SHA512 
11d5e9dda54442905be1a1aceab67f81d0a8f2c4a0950b61b28bce4004ae206e1f8da5503ef33cb2a2684bc1579ef4f2df3db6945ba2d1ca995040574b897762
 DIST rouge-3.15.0.tar.gz 808783 BLAKE2B 
eaf5a151e90430b344e75e7576af5e77258d0e9c5bec04e92ef64d36ee0d6b5276a51b7b60cf046bbf7870b0627d20bf0bde9715ae7225013b24d5803319225c
 SHA512 
1897a066ca1cce4fda4ef5d74dfa4931acd14156d6bf84d4aecb7e785bef812ef579fce7c16ee9fd6999272020b32bf0f9992ca3af423c3c1432a65f9b010811
+DIST rouge-3.16.0.tar.gz 815138 BLAKE2B 
9106bb9f62b0aa9ad879f6982389e0690eb1ed87e59a71ace601d38c680bac836001f632004ded9a718724f5efc96009b8f41d82a788570df7e04ec0098546c7
 SHA512 
f229feb414d3aac6db62d208f601828ff64a7d303b11df55c33e7fb0371cdbda5ce7312958ba8b1f886e3521c8beb465d62a042ef418f0e2f87808685321a58c
 DIST rouge-3.8.0.tar.gz 755720 BLAKE2B 
aca1ccbd601ee080958ccf09ab8932dc556065945f4cc2ee9b9bf5531ff41cec676005b0c7540aa058b3346c5eabac4351dd6a291ff148c9b5dfc682f7579336
 SHA512 
16a1cf9e9eae466c55f236f10d10bf0f5f4d523f6a680c1130b02115384691c1e2fbb14b59a6be1b9df77cc67fdb0ffe026cff6d0150230afe53f26b4c254dde

diff --git a/dev-ruby/rouge/rouge-3.16.0.ebuild 
b/dev-ruby/rouge/rouge-3.16.0.ebuild
new file mode 100644
index 000..1ce32a97ce3
--- /dev/null
+++ b/dev-ruby/rouge/rouge-3.16.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="spec"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+RUBY_FAKEGEM_GEMSPEC="rouge.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Yet-another-markdown-parser using a strict syntax definition in 
pure Ruby"
+HOMEPAGE="https://github.com/jneen/rouge;
+SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/redcarpet )
+   test? ( dev-ruby/minitest-power_assert )
+   dev-ruby/yard
+"
+
+ruby_add_rdepend "dev-ruby/redcarpet"
+
+all_ruby_prepare() {
+   rm -f tasks/{check/style,update/changelog}.rake || die
+
+   sed -i -e '/bundler/I s:^:#: ; 5irequire "minitest-power_assert"' 
spec/spec_helper.rb || die
+   sed -i -e '/\(changelog\|bundler\|rubocop\)/ s:^:#: ; 1irequire 
"pathname"' Rakefile || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor-diagram/

2020-02-16 Thread Hans de Graaff
commit: 7b6ccd8ef370f542851569ce982dbb87ac9ae5a2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 17 05:17:27 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 17 06:04:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b6ccd8e

dev-ruby/asciidoctor-diagram: add 1.5.19

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/asciidoctor-diagram/Manifest  |  1 +
 .../asciidoctor-diagram-1.5.19.ebuild  | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/asciidoctor-diagram/Manifest 
b/dev-ruby/asciidoctor-diagram/Manifest
index 24b7ec7149d..aa480e2bd27 100644
--- a/dev-ruby/asciidoctor-diagram/Manifest
+++ b/dev-ruby/asciidoctor-diagram/Manifest
@@ -1 +1,2 @@
 DIST asciidoctor-diagram-1.5.18.tar.gz 11705290 BLAKE2B 
d5c1a6047af1a1a5c1b08ccb180dfa57057213df2f8a9ec8aef6608bc34501aa979cb30c2c8b196e0039be24d8c5ba9e81d902f603e9624402eaa7e93d800169
 SHA512 
f3341ffd0b9f7eb994b478ebb81f668a30fa338cf76cfba638032d5b80203b304776cee4d1f575270105af9b51dc6d0a80604e92e2ad54760dfa9b73ffa794cb
+DIST asciidoctor-diagram-1.5.19.tar.gz 11707367 BLAKE2B 
2088d2a7b424b9a716204e607d6e4c3bb7521b2098caad131210c163ade6f8a07872793945829d6b1e6e88a9d04126738eb439c968e99f326baddc310b48de0e
 SHA512 
14270c8ea0e63163e01171695ecb99f5ef9667e2ec50b26e56495a1fc2c0e8af97fc784f5decb8fc75f1830581a9bc658d699af6aeee52adc20adad82cb1aed9

diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.19.ebuild 
b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.19.ebuild
new file mode 100644
index 000..f4ffcd99e92
--- /dev/null
+++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.19.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc LICENSE.txt README.adoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A set of Asciidoctor extensions that enable you to add diagrams"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-diagram;
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/asciidoctor-1.5.7 

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

2020-02-16 Thread Hans de Graaff
commit: c1a8db485b2cdd91904dec1ae1a839241a583af9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 16 15:10:57 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 17 06:04:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a8db48

dev-util/cucumber-tag_expressions: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild 
b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild
index a5cdc2210e3..eca9d70aa24 100644
--- a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild
+++ b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/coffee-script-source/

2020-02-16 Thread Hans de Graaff
commit: eb6cc03976ea905aad33080ef5fe18a945596fa3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 16 08:54:43 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 17 06:04:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6cc039

dev-ruby/coffee-script-source: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/coffee-script-source/coffee-script-source-1.12.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/coffee-script-source/coffee-script-source-1.12.2.ebuild 
b/dev-ruby/coffee-script-source/coffee-script-source-1.12.2.ebuild
index 030c6453c5e..cdb380a9911 100644
--- a/dev-ruby/coffee-script-source/coffee-script-source-1.12.2.ebuild
+++ b/dev-ruby/coffee-script-source/coffee-script-source-1.12.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2020-02-16 Thread Hans de Graaff
commit: 8d129452809e145585288008ffe5ccd6c580fa29
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 17 05:08:20 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 17 06:04:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d129452

dev-util/cucumber-core: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/cucumber-core/cucumber-core-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-core/cucumber-core-3.2.1.ebuild 
b/dev-util/cucumber-core/cucumber-core-3.2.1.ebuild
index 95ad3f4a9ed..b67b40a50ea 100644
--- a/dev-util/cucumber-core/cucumber-core-3.2.1.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-3.2.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/erubis/

2020-02-16 Thread Hans de Graaff
commit: 6e6606f7d9d876676e5af31c4c30c4a053eb1d6c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 16 09:32:24 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 17 06:04:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6606f7

dev-ruby/erubis: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/erubis/erubis-2.7.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/erubis/erubis-2.7.0-r2.ebuild 
b/dev-ruby/erubis/erubis-2.7.0-r2.ebuild
index d137c82f655..3969806ef26 100644
--- a/dev-ruby/erubis/erubis-2.7.0-r2.ebuild
+++ b/dev-ruby/erubis/erubis-2.7.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/unindent/

2020-02-16 Thread Hans de Graaff
commit: d5afe1b26990d1c9dc755c38d901f49f1cc14ada
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 16 15:46:25 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 17 06:04:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5afe1b2

dev-ruby/unindent: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/unindent/unindent-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/unindent/unindent-1.0.ebuild 
b/dev-ruby/unindent/unindent-1.0.ebuild
index 7e3ab603244..d4236ce777d 100644
--- a/dev-ruby/unindent/unindent-1.0.ebuild
+++ b/dev-ruby/unindent/unindent-1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gettext/

2020-02-16 Thread Hans de Graaff
commit: 1b75d9299eed2c2f36d662bf393b5e4c161c650b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 17 06:03:48 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 17 06:04:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b75d929

dev-ruby/ruby-gettext: add 3.3.5

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ruby-gettext/Manifest  |  1 +
 dev-ruby/ruby-gettext/ruby-gettext-3.3.5.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/dev-ruby/ruby-gettext/Manifest b/dev-ruby/ruby-gettext/Manifest
index 8fa0b269dc6..f5b0c05e68d 100644
--- a/dev-ruby/ruby-gettext/Manifest
+++ b/dev-ruby/ruby-gettext/Manifest
@@ -2,3 +2,4 @@ DIST gettext-3.2.9.gem 285696 BLAKE2B 
a7bc40b2102f5b937d5f0e407dbaa23ead1da59eb9
 DIST gettext-3.3.2.gem 289280 BLAKE2B 
f18af8ca573c7a503983c741cb719896208f062b83382533fe818c0ca2e6b3eb5c4491150dd43ba5701ec0fa9a52c1b7686b938d05da6e4a35c5823fe447b4f9
 SHA512 
92ec140795fe4477754349375413061f20933daddf71f024b989b85fa05a773aa63583c11d982f7c65ab6e842ed03d2083834883ddd45a76f84655ae814969c2
 DIST gettext-3.3.3.gem 290304 BLAKE2B 
17a9020660c0f9793d86428cf5738485e9b76d88d23a41aef053ef2c7034d6b98f1c880a61a37c6b04dfce37dc82672bbd6659312da5279e6e0c85212206559a
 SHA512 
f14cd5166d16c592cec6e9b3ad5b2e5e27889cee0380b70abc3a6a69bcd8bcd1f742c88021e58ba843655d22e731decaeb1151e359fb49f613e71721e675cbf8
 DIST gettext-3.3.4.gem 290304 BLAKE2B 
70b24b598dcbbe85ab9d1cf6c6e59e911b67f7ceccc3482b16096abb0bec2ac94197febf36b839ff1d6917fe44df69c570ae15a2d44a3bc2dc070ed9ca864382
 SHA512 
79b731968f94287597b3bd6219c1f5cf3c37206d3a024f5998cde9a61ef60334557d1bb51f1e439de64eb8cc6bc60511577763a71e6f3b3c65cc7c52ac221aa4
+DIST gettext-3.3.5.gem 290816 BLAKE2B 
74434c3feaedc16a17ee530669dacbc4b32ae0be95eb903ce89131619e862e1c823351653ce3c5f95f0882c183e3b2fe87b423a245aa2d8803688ce7e6afb5f7
 SHA512 
6777b96dd73b3d454c0a14a40d2ac0eac52894fa58067ba9ec976627c96efc98b294b1498bed965d0426bcaa1b371dcde5745101e05e21e408397b4e8d31894b

diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.3.5.ebuild 
b/dev-ruby/ruby-gettext/ruby-gettext-3.3.5.ebuild
new file mode 100644
index 000..c80111d8870
--- /dev/null
+++ b/dev-ruby/ruby-gettext/ruby-gettext-3.3.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_NAME="${PN/ruby-/}"
+RUBY_FAKEGEM_VERSION="${PV%_*}"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="README.md doc/text/news.md"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locale po"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Native Language Support Library and Tools modeled after GNU 
gettext package"
+HOMEPAGE="https://ruby-gettext.github.io/;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc test"
+SLOT="0"
+LICENSE="|| ( Ruby LGPL-3+ )"
+
+ruby_add_rdepend ">=dev-ruby/locale-2.0.5 >=dev-ruby/text-1.3.0"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+   dev-ruby/racc"
+ruby_add_bdepend "test? (
+   dev-ruby/test-unit:2
+   dev-ruby/test-unit-rr )"
+
+RDEPEND+=" sys-devel/gettext"
+DEPEND+=" sys-devel/gettext"
+
+all_ruby_prepare() {
+   # Fix broken racc invocation
+   sed -i -e '/command_line/ s/#{racc}/-S racc/' Rakefile || die
+
+   # Avoid bundler dependency
+   sed -i -e '/bundler/,/helper.install/ s:^:#:' \
+   -e 's/helper.gemspec/Gem::Specification.new/' Rakefile || die
+
+   # Avoid dependency on developer-specific tools.
+   sed -i -e '/notify/ s:^:#:' test/run-test.rb || die
+
+   # Avoid tests failing due to a missing test file.
+   #sed -i -e '/test_invalid_charset/,/end/ s:^:#:' test/test_mo.rb || die
+
+   # Avoid SAFE mode test that fails on ruby 2.6
+   sed -i -e '/test_safe_mode/aomit' test/test_gettext.rb || die
+}
+
+each_ruby_test() {
+   # Upstream tries to daisy-chain rake calls but they fail badly
+   # with our setup, so run it manually.
+   ${RUBY} test/run-test.rb || die "tests failed"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc -r samples
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/abstract/

2020-02-16 Thread Hans de Graaff
commit: 82e9b1948efc31f3aeb7500f76b0c0a42be8e484
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 16 09:20:53 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 17 06:04:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e9b194

dev-ruby/abstract: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/abstract/abstract-1.0.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/abstract/abstract-1.0.0-r3.ebuild 
b/dev-ruby/abstract/abstract-1.0.0-r3.ebuild
index 1c3dccd24ae..a69dc47845a 100644
--- a/dev-ruby/abstract/abstract-1.0.0-r3.ebuild
+++ b/dev-ruby/abstract/abstract-1.0.0-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/coffee-script/

2020-02-16 Thread Hans de Graaff
commit: 5e8fad7b98613dfb174102dbda4525ff92420799
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 16 08:56:09 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 17 06:04:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8fad7b

dev-ruby/coffee-script: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/coffee-script/coffee-script-2.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild 
b/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild
index ebb172961af..24aad6c4769 100644
--- a/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild
+++ b/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/

2020-02-16 Thread Hans de Graaff
commit: 8c948bf4ca4c1a6ce7e09b1c4040807c32525fad
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 16 09:52:04 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 17 06:04:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c948bf4

dev-ruby/tilt: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tilt/tilt-2.0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild
index bde775cc9db..56fd1402cb8 100644
--- a/dev-ruby/tilt/tilt-2.0.10.ebuild
+++ b/dev-ruby/tilt/tilt-2.0.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="none"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md"
@@ -28,7 +28,7 @@ ruby_add_bdepend "test? (
dev-ruby/coffee-script
dev-ruby/erubis
dev-ruby/nokogiri
-   !!

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/gherkin/

2020-02-16 Thread Hans de Graaff
commit: a721b278e5c43bce881b3ce4cb3adb2e1ccd8864
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 16 15:03:28 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 17 06:04:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a721b278

dev-ruby/gherkin: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/gherkin/gherkin-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/gherkin/gherkin-5.1.0.ebuild 
b/dev-ruby/gherkin/gherkin-5.1.0.ebuild
index f383ea0fb32..6a082a8caf6 100644
--- a/dev-ruby/gherkin/gherkin-5.1.0.ebuild
+++ b/dev-ruby/gherkin/gherkin-5.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2020-02-16 Thread Georgy Yakovlev
commit: 244babc27247d47c68ce87fad831c204bbd7ee25
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Feb 17 00:48:52 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Feb 17 03:58:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244babc2

dev-go/golicense: keyword 0.2.0 on ~ppc64

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

 dev-go/golicense/golicense-0.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-go/golicense/golicense-0.2.0.ebuild 
b/dev-go/golicense/golicense-0.2.0.ebuild
index ec9aebf49c6..be4d653376f 100644
--- a/dev-go/golicense/golicense-0.2.0.ebuild
+++ b/dev-go/golicense/golicense-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -74,7 +74,7 @@ 
SRC_URI="https://github.com/mitchellh/golicense/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 
 src_compile() {
go build || die



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

2020-02-16 Thread Georgy Yakovlev
commit: ee94bcaf3d93308627a4e02e5101b39bdb47fed6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Feb 17 03:48:44 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Feb 17 03:58:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee94bcaf

dev-vcs/lab: new package

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

 dev-vcs/lab/Manifest  | 38 ++
 dev-vcs/lab/lab-0.17.2.ebuild | 76 +++
 dev-vcs/lab/metadata.xml  | 15 +
 3 files changed, 129 insertions(+)

diff --git a/dev-vcs/lab/Manifest b/dev-vcs/lab/Manifest
new file mode 100644
index 000..e13a2fce256
--- /dev/null
+++ b/dev-vcs/lab/Manifest
@@ -0,0 +1,38 @@
+DIST github.com-avast-retry-go-5469272a8171.tar.gz 6362 BLAKE2B 
91e31932e8927d16fc10efdf4b712bf960f8eb367ef7ac2496f4b7393c197d9d2e0004607b07ec0b72ac86ca5db0aa6a6d5ca46878a52680285a95c7a9a619e6
 SHA512 
b9114a153be4f71236f3968319cd811dcf83a43092d45175826e18b38954b98bded010f45c5977997628402dbdd9b8eaf295788ed6c0f240b4684f27bdb87d1c
+DIST github.com-cpuguy83-go-md2man-v1.0.8.tar.gz 79284 BLAKE2B 
c6bf5c1507f0e7e6393c08592bf56e6423157f265a2f26b10f262c00b15c855e99c022d9e4b465247997b0c9d667ed71c727d03735af6214ec20ca30583235aa
 SHA512 
4c52e01c9b07582b5d55d1e94935378a676bd284a3e8230a8a191d4678b1b6ae92b704a249117c542832170069a70c649e58a1752fb2973709259b5bc108db91
+DIST github.com-davecgh-go-spew-v1.1.1.tar.gz 42152 BLAKE2B 
3c6689b3d2861fbc4a70b8ab25b790d132865e4ec34062fd80005fc7d62c1b4cd77df534c27a2d8b1c42c63f8a551fc7d98e3649bf902d176fd965e933faf6be
 SHA512 
b00621d2f11c4cc858e69fda3e6975f910deb375c4f2305a45b230e2d9be73f183db5d2ce4f5e30a14b27e11e79380233ee68fceeef0d855c64fca966e68111e
+DIST github.com-fsnotify-fsnotify-v1.4.7.tar.gz 31139 BLAKE2B 
f2d0aaabfad525fb640beba78991a858ad23203a557a69fc15d2f017b2a693c64c244de435682b1cd9d59e89a97e4ba60c7f95fa99a6145a9dea73b0f334936e
 SHA512 
840943043c49c837641f04b976f2ba610fc03bd31030ca6442744d51fa9241da1905730ea11466e249a5bd37437f1e2a433a012a64ce872a1562c941bd5bfcbf
+DIST github.com-gdamore-encoding-v1.0.0.tar.gz 10886 BLAKE2B 
da5f463291cec9714b3212848d442f533fcc34dc587637b54dc89b12f0b026121e7571619e3713cea7c94ec4de7c94060d83a4ca658d0cb34e4b770c68a07318
 SHA512 
7ddfa1f796a32e7c69185e862a633513f1ff8a53dfb9333d4c4902a4f545ad570aa37e9faf473206465a487ae243d6003583d56c932ed99230f0ee5f87e6d49e
+DIST github.com-gdamore-tcell-v1.3.0.tar.gz 148627 BLAKE2B 
771792b78de6dab693ae3af45612472c4a0452eff5a48df036fd1abc5f4c09874d309a38b55ed276b103e9146f0338f84fab4ebf25482bdb17334190e07e0fe0
 SHA512 
9e5b941df504e9687922249e41d00545b6719b06f077030870e0685ea8301dff596b49a56704d1c14b223d1e5b67fb0ef5af424061b3e3dc0fe5b6621ff775c0
+DIST github.com-go-yaml-yaml-v2.2.1.tar.gz 70217 BLAKE2B 
4ba34bd9432699ec60348d13d8b95498abf751a922f782bf177695e6854faf907c1728d1dc13ad1cb63215fe3a86366cd99068247d15c726ba77bd0cf434b9c6
 SHA512 
d49267ee361196b0a1e1b9ad6f6cfa903627ccf7925fc3acc8d1bd214b64d362a9dcee10ba524fb8887226235c5baa2c8812a9f62adc7e6719d4ed84baa4ce4b
+DIST github.com-golang-appengine-v1.3.0.tar.gz 323617 BLAKE2B 
509ac37ea966a82827284481c6da9a0980150b8b7579f19a9ac66f54fc9ddb8f21a28c594faf7923bf94b73164d2dfbfb9985e19a47b5f304c81a952a7e82534
 SHA512 
20151fc10208a4c48295bd80d401f04416ba5444e5b5d0ad5663445fb909c04be5b8157b88ab63ffea53b0cc8d94f2207c1f320d438191782a4e222c2101aee7
+DIST github.com-golang-crypto-c2843e01d9a2.tar.gz 1649461 BLAKE2B 
ae4f728aea64c97518fccb5fb87847d1f3b1ed19d3acaca34f314a15a4016d39c7190994dcd2e005d93d4c77de7b32b65d5ba2ba7b90edd7c5dade67af9ca2cb
 SHA512 
13f98d44191f29936a9bd838b6e8c8ccfbdf03e364a561cb0a27a552168645d30ae69707d152a76a20208da5ac5a79725bb31fa0601c5d50d417b6d74a7b2530
+DIST github.com-golang-net-3b0461eec859.tar.gz 1099680 BLAKE2B 
989a8d6c9166696bef1aff398acc8cd1e41e1240c5c113be030c80355cdf96eaa6d5f231c99f2c44d8eacf199579804c59fc45f999862bc4bf057b694841c8dc
 SHA512 
5e42e26ac17f52d6408b63eebd740bedc5a78b8023b675688d7b39b20afa53b34ffde764b693828143483c8f5450180f6a00e9eb28b8f3f6e14303cc4cd7c62b
+DIST github.com-golang-oauth2-f42d05182288.tar.gz 43219 BLAKE2B 
2bf52405f32181b372997feb2c569a6fbc4fe61fc82f154f79fad1378206fdd20fe28be87278c8c773d6ed301dd0a6b5c0e2e6d726eb18c5284c16a725854a8d
 SHA512 
e7f0ac2aca5607b02fa3a6e69d0d4570d62ba42e87e991b00279038fc04135d6e418f61e70ccdf801e867f2b58e25bb7044d653fb3050ce189828116d485f24a
+DIST github.com-golang-protobuf-v1.2.0.tar.gz 332565 BLAKE2B 
6916341aaa30f593c9a27363d4d73c548d0f7a629adffeab927078bb3ebc64f59a5c568b7bb7999c7505d526ce0ead0c9163908080f24ecd6c7b94ed2db28335
 SHA512 
a0f596ee96f7501ee47da75ea234c1e29c0abb2c3fda731acd601a55880502ae90d70f6d3da9c9a35e493fd1bcb69971c062e16b1e49a0996137950dac2effac
+DIST github.com-golang-sys-ac6580df4449.tar.gz 1535134 BLAKE2B 
a4aa8a913e0b031f8986735094e83fa2d3fa1a570474dd4ec472144218e1f3e42e04db4a7e4a3c20b0d022b4ed0e3ebb21a5cb804a10cacbeb9f91b65b855789
 SHA512 

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

2020-02-16 Thread William Hubbs
commit: f748bd9537327ad329a56a794fa54a56df56309a
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Feb 17 02:32:58 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Feb 17 02:38:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f748bd95

sys-apps/baselayout: remove README from /etc/sysctl.d for OpenRC collision

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

 sys-apps/baselayout/baselayout-2.7.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/baselayout/baselayout-2.7.ebuild 
b/sys-apps/baselayout/baselayout-2.7.ebuild
index a4b8ca535ac..ea29ca415bd 100644
--- a/sys-apps/baselayout/baselayout-2.7.ebuild
+++ b/sys-apps/baselayout/baselayout-2.7.ebuild
@@ -222,6 +222,7 @@ src_install() {
DESTDIR="${ED}" \
install
dodoc ChangeLog
+   rm "${ED}"/etc/sysctl.d/README
 
# need the makefile in pkg_preinst
insinto /usr/share/${PN}



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

2020-02-16 Thread William Hubbs
commit: a3ec2fcb6a45ab21173bbe4147b20da57cfc61c4
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Feb 17 02:38:11 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Feb 17 02:38:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ec2fcb

dev-vcs/hub: 2.14.1 bump

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

 dev-vcs/hub/Manifest  |  1 +
 dev-vcs/hub/hub-2.14.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-vcs/hub/Manifest b/dev-vcs/hub/Manifest
index d16a2148b98..d1ad35bca07 100644
--- a/dev-vcs/hub/Manifest
+++ b/dev-vcs/hub/Manifest
@@ -1 +1,2 @@
 DIST hub-2.13.0.tar.gz 2074748 BLAKE2B 
e790c13cfab9070699b3995c91c3adfad89b438d70b4f0683dcf2f487349c785d97f1aa845620cf0ccabf93f6738a3a1d45410bd1155c861d55f3d2568312235
 SHA512 
77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342
+DIST hub-2.14.1.tar.gz 2077137 BLAKE2B 
35e209766e73979c6629c4542d405d0a724b2ec77d89ef14c50b7630118e55b8d4afc96d1dd7daadf6d790b55dae45b33a855ec49ac9ff87d347849874078ef0
 SHA512 
dc4fc1ea27c4338ace1233089eea45fe4b636d6b000ef49b2ae44481d508b76c4c2035573acb0654efb2a3986ebdeb7b57dee9e77bbbdedc319c6dbba4ea6f8c

diff --git a/dev-vcs/hub/hub-2.14.1.ebuild b/dev-vcs/hub/hub-2.14.1.ebuild
new file mode 100644
index 000..02a51219754
--- /dev/null
+++ b/dev-vcs/hub/hub-2.14.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 go-module
+
+DESCRIPTION="Command-line wrapper for git that makes you better at GitHub"
+HOMEPAGE="https://github.com/github/hub;
+SRC_URI="https://github.com/github/hub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=">=dev-vcs/git-1.7.3"
+
+src_compile() {
+   emake bin/hub man-pages
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin bin/${PN}
+   dodoc README.md
+   doman share/man/man1/*.1
+
+   newbashcomp etc/${PN}.bash_completion.sh ${PN}
+
+   insinto /usr/share/vim/vimfiles
+doins -r share/vim/vimfiles/*
+   insinto /usr/share/zsh/site-functions
+   newins etc/hub.zsh_completion _${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/, net-libs/nodejs/files/

2020-02-16 Thread Magnus Granberg
commit: 7beac2cd42801fc3ef9a1c81b9922d850e17a1c1
Author: Magnus Granberg  gentoo  org>
AuthorDate: Mon Feb 17 00:33:45 2020 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Mon Feb 17 00:37:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7beac2cd

net-libs/nodejs: Fix building on pax enable kernel

Closes: https://bugs.gentoo.org/694100
Signed-off-by: Magnus Granberg  gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.16

 .../nodejs/files/nodejs-13.8.0-paxmarking.patch| 111 +
 net-libs/nodejs/nodejs-13.8.0.ebuild   |   2 +-
 2 files changed, 112 insertions(+), 1 deletion(-)

diff --git a/net-libs/nodejs/files/nodejs-13.8.0-paxmarking.patch 
b/net-libs/nodejs/files/nodejs-13.8.0-paxmarking.patch
new file mode 100644
index 000..0fb33cbee49
--- /dev/null
+++ b/net-libs/nodejs/files/nodejs-13.8.0-paxmarking.patch
@@ -0,0 +1,111 @@
+Bug: 694100
+Add actions for pax marking mkcodecache, node_mksnapshot and mksnapshot
+to disable mprotect for pax enable kernel.
+Reported-by: Attila Tóth 
+Co-developed-by: Attila Tóth 
+Signed-off-by: Magnus Granberg 
+
+--- a/node.gyp 2019-10-23 11:52:41.0 +0200
 b/node.gyp 2019-11-12 20:58:43.957881862 +0100
+@@ -233,7 +233,9 @@
+   'deps/acorn-plugins/acorn-static-class-features/index.js',
+ ],
+ 'node_mksnapshot_exec': 
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_mksnapshot<(EXECUTABLE_SUFFIX)',
++'node_mksnapshot_u_exec': 
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_mksnapshot_u<(EXECUTABLE_SUFFIX)',
+ 'mkcodecache_exec': 
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mkcodecache<(EXECUTABLE_SUFFIX)',
++'mkcodecache_u_exec': 
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mkcodecache_u<(EXECUTABLE_SUFFIX)',
+ 'conditions': [
+   [ 'node_shared=="true"', {
+ 'node_target_type%': 'shared_library',
+@@ -436,10 +438,24 @@
+   ],
+   'actions': [
+ {
++  'action_name': 'run_pax_mkcodecache',
++  'inputs': [
++'<(mkcodecache_exec)',
++  ],
++  'outputs': [
++'<(mkcodecache_u_exec)',
++  ],
++  'action': [
++'bash',
++'-c',
++'mv <(mkcodecache_exec) <(mkcodecache_u_exec) && paxmark.sh m 
<(mkcodecache_u_exec)',
++  ],
++},
++{
+   'action_name': 'run_mkcodecache',
+   'process_outputs_as_sources': 1,
+   'inputs': [
+-'<(mkcodecache_exec)',
++'<(mkcodecache_u_exec)',
+   ],
+   'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/node_code_cache.cc',
+@@ -461,10 +477,24 @@
+   ],
+   'actions': [
+ {
++  'action_name': 'run_pax_mksnapshot',
++  'inputs': [
++'<(node_mksnapshot_exec)',
++  ],
++  'outputs': [
++'<(node_mksnapshot_u_exec)',
++  ],
++  'action': [
++'bash',
++'-c',
++'mv <(node_mksnapshot_exec) <(node_mksnapshot_u_exec) && 
paxmark.sh m <(node_mksnapshot_u_exec)',
++  ],
++},
++{
+   'action_name': 'node_mksnapshot',
+   'process_outputs_as_sources': 1,
+   'inputs': [
+-'<(node_mksnapshot_exec)',
++'<(node_mksnapshot_u_exec)',
+   ],
+   'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/node_snapshot.cc',
+--- a/tools/v8_gypfiles/v8.gyp 2019-12-03 16:10:36.0 +0100
 b/tools/v8_gypfiles/v8.gyp 2019-12-17 18:37:33.695839254 +0100
+@@ -9,6 +9,7 @@
+ 'v8_vector_stores%': 0,
+ 'v8_embed_script%': "",
+ 'mksnapshot_exec': 
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABLE_SUFFIX)',
++'mksnapshot_u_exec': 
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot_u<(EXECUTABLE_SUFFIX)',
+ 'v8_os_page_size%': 0,
+ 'generate_bytecode_output_root': 
'<(SHARED_INTERMEDIATE_DIR)/generate-bytecode-output-root',
+ 'generate_bytecode_builtins_list_output': 
'<(generate_bytecode_output_root)/builtins-generated/bytecodes-builtins-list.h',
+@@ -427,6 +425,20 @@
+   },
+   'actions': [
+ {
++  'action_name': 'run_pax_mksnapshot',
++  'inputs': [
++'<(mksnapshot_exec)',
++  ],
++  'outputs': [
++'<(mksnapshot_u_exec)',
++  ],
++  'action': [
++'bash',
++'-c',
++'mv <(mksnapshot_exec) <(mksnapshot_u_exec) && 
paxmark.mksnapshot_u_exec)',
++  ],
++},
++{
+   'action_name': 'run_mksnapshot',
+   'message': 'generating: >@(_outputs)',
+   'variables': {
+@@ -442,7 +454,7 @@
+ ],
+   },
+  

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rkward/, sci-mathematics/rkward/files/

2020-02-16 Thread Andreas Sturmlechner
commit: 771e1f2dde218b1164457e05b7b4e05f548ed1e1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 17 00:14:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 17 00:14:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771e1f2d

sci-mathematics/rkward: Drop 0.7.0b

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

 sci-mathematics/rkward/Manifest|  1 -
 .../rkward/files/rkward-0.7.0b-qt-5.13-1.patch | 23 -
 .../rkward/files/rkward-0.7.0b-qt-5.13-2.patch | 23 -
 .../rkward/files/rkward-0.7.0b-qt-5.13-3.patch | 33 -
 sci-mathematics/rkward/rkward-0.7.0b.ebuild| 55 --
 5 files changed, 135 deletions(-)

diff --git a/sci-mathematics/rkward/Manifest b/sci-mathematics/rkward/Manifest
index 04cd90b5198..e598fdcf6ba 100644
--- a/sci-mathematics/rkward/Manifest
+++ b/sci-mathematics/rkward/Manifest
@@ -1,2 +1 @@
-DIST rkward-0.7.0b.tar.gz 3978972 BLAKE2B 
268ebbcdd16d64f546ffc78bfaf0fbe1546d42b09f7d869a82b9f2df2104c5a449052409773b3b063e9f5ca12948d9a19065ebe57e79684e6eb0ad73dfa5791a
 SHA512 
c582ea2d35371315d41664a8620693c82017bd98d6bb380e64dfd2dda8b34b8890aa1e50b9c4a03838b41f22a1983ee0a48b97b30670b6a15143198631ad49ed
 DIST rkward-0.7.1.tar.gz 4605097 BLAKE2B 
d2e0af7480965f139b1c3a36da9c9b0c005aa51f94df0a4622718b84bc8de9799e2d861972cd0bc0b4cc685c39cde9f0c2df90166fd8513169806ba6bab5cf95
 SHA512 
acb4eb8884afe44d7522cbf69980614d389318accaf085986e68283447626a6b890e09a1fd48c55cebb194fae40d9fc14af01e36dfed00a0b45733e61ac9e7b0

diff --git a/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-1.patch 
b/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-1.patch
deleted file mode 100644
index af45406a417..000
--- a/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-1.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From b51802243f478d1d89120edc343bec7eb5ef8285 Mon Sep 17 00:00:00 2001
-From: Thomas Friedrichsmeier 
-Date: Wed, 24 Jul 2019 19:36:51 +0200
-Subject: Fix compilation
-

- rkward/windows/rkworkplace.cpp | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/rkward/windows/rkworkplace.cpp b/rkward/windows/rkworkplace.cpp
-index 0dbf36a..94b3378 100644
 a/rkward/windows/rkworkplace.cpp
-+++ b/rkward/windows/rkworkplace.cpp
-@@ -31,6 +31,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "detachedwindowcontainer.h"
- #include "rkcommandeditorwindow.h"
--- 
-cgit v1.1

diff --git a/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-2.patch 
b/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-2.patch
deleted file mode 100644
index bbb07c1e8fc..000
--- a/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-2.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From d713ce77e077b426d9d81a22f558f71dfa832615 Mon Sep 17 00:00:00 2001
-From: Thomas Friedrichsmeier 
-Date: Fri, 26 Jul 2019 22:32:42 +0200
-Subject: Another missing include file
-

- rkward/windows/rktoolwindowbar.cpp | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/rkward/windows/rktoolwindowbar.cpp 
b/rkward/windows/rktoolwindowbar.cpp
-index a8f5cbd..03c405e 100644
 a/rkward/windows/rktoolwindowbar.cpp
-+++ b/rkward/windows/rktoolwindowbar.cpp
-@@ -27,6 +27,7 @@
- 
- #include 
- #include 
-+#include 
- 
- #include "rkworkplace.h"
- #include "rkworkplaceview.h"
--- 
-cgit v1.1

diff --git a/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-3.patch 
b/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-3.patch
deleted file mode 100644
index e907f2877ce..000
--- a/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-3.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 394128e8d58b58bbd7cef9a4523ae346f94cd456 Mon Sep 17 00:00:00 2001
-From: Thomas Friedrichsmeier 
-Date: Sat, 27 Jul 2019 11:12:34 +0200
-Subject: Another include file fix
-

- rkward/rkward.cpp | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/rkward/rkward.cpp b/rkward/rkward.cpp
-index 1a4a7e3..bb2f69c 100644
 a/rkward/rkward.cpp
-+++ b/rkward/rkward.cpp
-@@ -26,6 +26,9 @@
- #include 
- #include 
- #include 
-+#include 
-+#include 
-+#include 
- 
- // include files for KDE
- #include 
-@@ -41,7 +44,6 @@
- #include 
- #include 
- #include 
--#include 
- #include 
- #include 
- 
--- 
-cgit v1.1

diff --git a/sci-mathematics/rkward/rkward-0.7.0b.ebuild 
b/sci-mathematics/rkward/rkward-0.7.0b.ebuild
deleted file mode 100644
index 1f7aa1a0fc8..000
--- a/sci-mathematics/rkward/rkward-0.7.0b.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="IDE for the R-project"
-HOMEPAGE="https://rkward.kde.org/;
-SRC_URI="mirror://kde/stable/${PN}/${PV/b}/src/${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2"

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

2020-02-16 Thread Andreas Sturmlechner
commit: 936b4104874bb166a30785aa8e3b145c7a0d4508
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 16 22:12:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 16 22:13:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936b4104

app-misc/anki: Drop 2.1.0_beta25 with wrong dependency on qtwebkit

No keywords anyway, whereas newer versions are keyworded.

Closes: https://bugs.gentoo.org/641966
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-misc/anki/Manifest |  1 -
 app-misc/anki/anki-2.1.0_beta25.ebuild | 93 --
 2 files changed, 94 deletions(-)

diff --git a/app-misc/anki/Manifest b/app-misc/anki/Manifest
index 2f3e3983b2e..b40a9f9484c 100644
--- a/app-misc/anki/Manifest
+++ b/app-misc/anki/Manifest
@@ -1,3 +1,2 @@
-DIST anki-2.1.0_beta25.tgz 4117303 BLAKE2B 
0f7021c4da4efa918c285fa6bf85242e52999d0f340d4a882651cf1e2857ac015f6f99967d4a7fee6df92a2b3c4849eb838707b08abd04d534f4d21ce28eb749
 SHA512 
9ddf984c575df00fe9b7974f24166a0f18d63e904b3d9bd4370de506828a251efed0fb319f06dc23c6852aae46e552994c6633880603a6e746d4d242b9e627f8
 DIST anki-2.1.0_beta27.tgz 4127906 BLAKE2B 
b4f83cc30dc3e89f3ca17c03ba8dcfc9a487de43d8ac564d5dc83488e286c302816c8a8140aa764b596404194c5f3727218deec303ef201ccaef38b945d8b32d
 SHA512 
50b4ece1361ecafdfe08dad04e9b622b1e8ba2224bfef7e4660c95f81cb8f525d892170548d741ff53bc19ff4c13863f488a71c31c8328511fea3203d2c345f1
 DIST anki-2.1.13.tgz 4248906 BLAKE2B 
82a2a9a556cbf3596af22a73a2865815561cdd408b249443fc7e144734fdc2b62317120db71475afd7b0d4027f19e53c47437132028ef78b158ec3624f54a33f
 SHA512 
921ef48b16c0c8c83b85523aa0a5b828210b210cd51fa471f57e9aa6777a1aced30c7e24084ef0c2f14c9d846a19091923d13faaff7ed9075860fc23f8ba1cd3

diff --git a/app-misc/anki/anki-2.1.0_beta25.ebuild 
b/app-misc/anki/anki-2.1.0_beta25.ebuild
deleted file mode 100644
index 7e5c0bc5b29..000
--- a/app-misc/anki/anki-2.1.0_beta25.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="sqlite"
-
-inherit eutils python-single-r1 xdg
-
-DESCRIPTION="A spaced-repetition memory training program (flash cards)"
-HOMEPAGE="https://apps.ankiweb.net;
-
-MY_P="${P/_/}"
-SRC_URI="https://apps.ankiweb.net/downloads/beta/${MY_P}-source.tgz -> 
${P}.tgz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="latex +recording +sound test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/PyQt5[gui,svg,webkit,${PYTHON_MULTI_USEDEP}]
-   >=dev-python/httplib2-0.7.4[${PYTHON_MULTI_USEDEP}]
-   dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
-   dev-python/decorator[${PYTHON_MULTI_USEDEP}]
-   dev-python/markdown[${PYTHON_MULTI_USEDEP}]
-   dev-python/requests[${PYTHON_MULTI_USEDEP}]
-   dev-python/send2trash[${PYTHON_MULTI_USEDEP}]
-   recording? (
-   media-sound/lame
-   >=dev-python/pyaudio-0.2.4[${PYTHON_MULTI_USEDEP}]
-   )
-   ')
-   sound? ( media-video/mplayer )
-   latex? (
-   app-text/texlive
-   app-text/dvipng
-   )
-"
-DEPEND="${RDEPEND}
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/nose[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-web-folder.patch )
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   sed -i -e "s/updates=True/updates=False/" \
-   aqt/profiles.py || die
-}
-
-src_compile() {
-   :;
-}
-
-src_test() {
-   sed -e "s:nosetests:${EPYTHON} ${EROOT}usr/bin/nosetests:" \
-   -i tools/tests.sh || die
-   ./tools/tests.sh || die
-}
-
-src_install() {
-   cp tools/runanki.system tools/anki
-   doicon ${PN}.png
-   domenu ${PN}.desktop
-   doman ${PN}.1
-
-   dodoc README.md README.development
-   python_domodule aqt anki
-   python_doscript tools/anki
-
-   # Localization files go into the anki directory:
-   python_moduleinto anki
-   python_domodule locale
-
-   # not sure if this is correct, but
-   # site-packages/aqt/mediasrv.py wants the directory
-   insinto /usr/share/anki
-   doins -r web
-}



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

2020-02-16 Thread Mike Pagano
commit: 24b440a538c271b5fce92ceef47013e01f5eb7b7
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Feb 16 22:10:19 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Feb 16 22:10:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b440a5

sys-kernel/git-sources: Linux patch 5.6-rc2. Remove old

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

 sys-kernel/git-sources/Manifest|  9 +
 sys-kernel/git-sources/git-sources-5.5_rc1.ebuild  | 40 --
 sys-kernel/git-sources/git-sources-5.5_rc2.ebuild  | 40 --
 sys-kernel/git-sources/git-sources-5.5_rc3.ebuild  | 40 --
 sys-kernel/git-sources/git-sources-5.5_rc4.ebuild  | 40 --
 sys-kernel/git-sources/git-sources-5.5_rc6.ebuild  | 40 --
 sys-kernel/git-sources/git-sources-5.5_rc7.ebuild  | 40 --
 ...s-5.5_rc5.ebuild => git-sources-5.6_rc2.ebuild} |  2 +-
 8 files changed, 2 insertions(+), 249 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 3755b1268fa..68ed9720f16 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,10 +1,3 @@
-DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-5.5.tar.xz 110713660 BLAKE2B 
36b990d3650c409652206c319c93c0cf68885334050bc286b479c8b844bc47354547e19eebb58caafb026b96d134f39f0c7ce38b4eebe9da7ea6d1610a1e2af2
 SHA512 
fa74fdabb5e63384a39e54da05b86a9ae9ea16179524b041fbbdffc7177e80b53600ae98d76be127ba216148f9dc55fe07ab20637e22c6d6030cb4aa09eb2f86
-DIST patch-5.5-rc1.patch 42346664 BLAKE2B 
5dd2f44ef640b718f27201225eddc9c8b85739c9e9bd0902dacbc8c88ee967c38209dff28a77ed9f392842d24937c264a25155b2cb584b853375a0ab17427257
 SHA512 
a4f2b07002e69768e86f77c3f795fc752567fef0ba1f9370c773b5170df5f3ff467167308c262fce4da820f8f2f4a6683fc64b3fa68aa78ac39954e59a1df500
-DIST patch-5.5-rc2.patch 42752329 BLAKE2B 
1365e47a57cb9938f72f7141fe2a0308bc0ca308f778465a9d9a65b7b6ce142f3a9fdf82472e7904f982d854a6e5c36b271c71b236eccfadf79ac1c1de28b80a
 SHA512 
a451a75db4bc6c031fa70e97e70c31d71c2fbdd836d6c82cc5883ef1fa1767bdb902751c6ec71ac7f7182b20baba01599815ba72cd621b960a3a47b583281666
-DIST patch-5.5-rc3.patch 43336020 BLAKE2B 
3bc5729452ab2a07c1a01808f545a80cd69e8eeb317199052ca8678625bfe594a59b2b8aac4e2ace01b0b43394c0014245b0303e2b2b4aa9a055b13d9edeb4ac
 SHA512 
119e1ca3739712a9da5f9c6a019f9ed3536cb1f2e03422093fae042414c2f47b9dff0b02438987af5fdffdba664d7ccb82203d14ee41c6a9a2a07b96877d4ea5
-DIST patch-5.5-rc4.patch 43379977 BLAKE2B 
a38ca7abade329ae966bfafe9f5c616c49d6a2afe2323a2835b4bb37c65d943d7b4b0224355d228a83c7a939aa3daa41b4d496ea2b808456bce2269dc6335bf3
 SHA512 
7a36ac95a934cfdad4fb1e082157c0e0a63d9658916f0889d4ef38b11c5b7d9ba2e57ec16897cb8987a134c2338ddc757e1f698661c6392cf7890571f6c08a8d
-DIST patch-5.5-rc5.patch 43553852 BLAKE2B 
06b996fded42eeabc082ede5867b62bfedd75b17fdb72bf3412bb2cf391e7a6c98485fe1bfa2aa2c71a89bf9118ad18fb436d5228c1a81b6d3ceb1595bfd
 SHA512 
ea1e206de9513bce3d6cd67b33f6b2311c141c11f1facdaffa0af09f8057f554a6f05ba682218a9f0f384995e773bbe08e3558263821b13f1c46df54db76bffe
-DIST patch-5.5-rc6.patch 43727222 BLAKE2B 
e17d108d073441237114984b5615ba17cbd07b7a4521a1b87dd41bf9d4194ad340a9a62adab3ce866151112a55090c3958df5a3c1f3fc6e321c876d70cebf219
 SHA512 
7596cccb5ac54be9b70d24ff222e20fbbc2285f59bda4402e173b0e6c8dd0060f2544ed688edd5620bca00ffbf93f6262c33a332c64d331854a23ce16589e0c2
-DIST patch-5.5-rc7.patch 43993068 BLAKE2B 
eb6da463376791dc87d96675b7c7e962e7c89c9cbf9c8f7d3bfe995d702bfd6a7fb42801efca48404f100654dd618842c5f21350bf17b13f1b353b43830fc71d
 SHA512 
02f7571e947cfa695b05eb65a36f42621bca993e0c9d32ea972334d358798fd66a8f2751a819c599f5d51f58d1264a6edf73a7cd2bb752329bc81ae300d3ded5
 DIST patch-5.6-rc1.patch 39491488 BLAKE2B 
adc1688d19eb26d6b253255c427bea5b1961f1fd10244f06fd3ccc942f19b8f93ff65fa142ed7d7339c7a18409d00bbaa7be30ca1dbb7e02970cd2311c27e54f
 SHA512 
399b5a639171e48e9a45a3f7cd6612aaf953f54996ad3c52fc1e6c7c83b73649bb73c77d3a3675ca6a7740fd51c73a00d8059d743d753ef0eeb231ba55f4ed7d
+DIST patch-5.6-rc2.patch 40918846 BLAKE2B 
72e67ad7b6766989cb826d9c54fc3cc1937f33c4a8225956fc331275b4feb385b79c4ba5d77acd67773d064c5e3a20e3006937a2fcaf761dd3ef0ff358780431
 SHA512 
1448cae996064fe2769fbbc52f6dc4d5b4a24459b37aae6cbf2163902229cae9a6f54347b1f53ce030c7d88a8e8a59463a76f471ec6034259c091b276285380f

diff --git a/sys-kernel/git-sources/git-sources-5.5_rc1.ebuild 
b/sys-kernel/git-sources/git-sources-5.5_rc1.ebuild
deleted file mode 100644
index 84c23682a58..000
--- a/sys-kernel/git-sources/git-sources-5.5_rc1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 

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

2020-02-16 Thread Andreas Sturmlechner
commit: 0260ef2cf9c018e05d81e09ec48a342c4c043715
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 16 22:02:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 16 22:05:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0260ef2c

sci-mathematics/relational: Drop 2.5-r1

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

 .../relational/relational-2.5-r1.ebuild| 44 --
 1 file changed, 44 deletions(-)

diff --git a/sci-mathematics/relational/relational-2.5-r1.ebuild 
b/sci-mathematics/relational/relational-2.5-r1.ebuild
deleted file mode 100644
index 5bb400c2b91..000
--- a/sci-mathematics/relational/relational-2.5-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=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit python-single-r1
-
-DESCRIPTION="Educational tool for relational algebra"
-HOMEPAGE="https://ltworf.github.io/relational/;
-SRC_URI="https://github.com/ltworf/${PN}/releases/download/${PV}/${PN}_${PV}.orig.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/PyQt5[gui,webkit,widgets,${PYTHON_MULTI_USEDEP}]
-   ')
-"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   default
-
-   sed -i -e '/^Terminal=/ s/0/false/' \
-   -e '/^Keywords=/ s/$/;/' \
-   relational.desktop || die
-}
-
-src_install() {
-   emake -j1 DESTDIR="${ED}" 
install-{relational-cli,python3-relational,relational}
-   python_optimize
-
-   dodoc CHANGELOG complexity CREDITS README.md
-}



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

2020-02-16 Thread Andreas Sturmlechner
commit: 84612cadac74b8bf76dd82aab059f18972c360f2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 16 20:19:32 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 16 22:05:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84612cad

app-office/texmaker: Drop 5.0-r1 with wrong dependency on qtwebkit

Bug: https://bugs.gentoo.org/682190
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/texmaker/Manifest   |  1 -
 app-office/texmaker/texmaker-5.0-r1.ebuild | 84 --
 2 files changed, 85 deletions(-)

diff --git a/app-office/texmaker/Manifest b/app-office/texmaker/Manifest
index b808e9f17e3..5990a6bedac 100644
--- a/app-office/texmaker/Manifest
+++ b/app-office/texmaker/Manifest
@@ -1,2 +1 @@
 DIST texmaker-5.0.3.tar.bz2 15783226 BLAKE2B 
e023b79a49629f70da234c2194230891da755ce18d0a81405f25d08825f13259f84cb5e7960ec3c2d182179e1695ba6f5b7145a2bd03e0cd0b95723ea88cd456
 SHA512 
fed09b1ac628f4a8cab24257f2ca35093f20a82d1a3b8c38d12878ff94f0933b7449e5ba651831612b62417426396327ea8ba64e830fe0537757abe65bcd5284
-DIST texmaker-5.0.tar.bz2 15728938 BLAKE2B 
14d0ea9e7f8b5f4b4e40bfdbe706b585215d0df8546aeb5d614c73314f41b3f0d443ccf5d4ddb0d7eab00bf76a358cbd51e14ff21ac15e0f8e89b884f12719df
 SHA512 
2473e0ad701da399f428caf8b067129c069a86d8cc5f1d0993ba53025961f7caab816195495d63788d58dafa7a208ca8fbcebbac118a49b20f3f639ee377a636

diff --git a/app-office/texmaker/texmaker-5.0-r1.ebuild 
b/app-office/texmaker/texmaker-5.0-r1.ebuild
deleted file mode 100644
index 7b448069b9e..000
--- a/app-office/texmaker/texmaker-5.0-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils qmake-utils readme.gentoo-r1
-
-DESCRIPTION="A nice LaTeX-IDE"
-HOMEPAGE="http://www.xm1math.net/texmaker/;
-SRC_URI="http://www.xm1math.net/texmaker/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-COMMON_DEPEND="
-   app-text/hunspell
-   sys-libs/zlib
-   x11-libs/libX11
-   x11-libs/libXext
-   app-text/poppler[qt5]
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtlockedfile
-   dev-qt/qtnetwork:5
-   dev-qt/qtscript:5
-   dev-qt/qtsingleapplication[X,qt5(+)]
-   dev-qt/qtwebkit:5[printsupport]
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-"
-RDEPEND="${COMMON_DEPEND}
-   app-text/ghostscript-gpl
-   app-text/psutils
-   media-libs/netpbm
-   virtual/latex-base"
-
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/${P}-unbundle-hunspell-singleapp.patch"
-)
-
-DOCS=( utilities/AUTHORS utilities/CHANGELOG.txt )
-HTML_DOCS=( doc/. )
-
-src_prepare() {
-   default
-
-   find singleapp hunspell -delete || die
-
-   cat >> ${PN}.pro <<- EOF
-   exists(texmakerx_my.pri):include(texmakerx_my.pri)
-   EOF
-
-   cp "${FILESDIR}"/texmakerx_my.pri . || die
-
-   sed \
-   -e '/^#include/s:hunspell/::g' \
-   -e '/^#include/s:singleapp/::g' \
-   -i *.cpp *.h || die
-
-   DOC_CONTENTS="A user manual with many screenshots is available at:
-   ${EPREFIX}/usr/share/${PN}/usermanual_en.html"
-}
-
-src_configure() {
-   local myeqmakeargs=(
-   ${PN}.pro
-   PREFIX="${EPREFIX}/usr"
-   DESKTOPDIR="${EPREFIX}/usr/share/applications"
-   ICONDIR="${EPREFIX}/usr/share/pixmaps"
-   )
-   eqmake5 ${myeqmakeargs[@]}
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-   readme.gentoo_create_doc
-}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/, sci-mathematics/relational/files/

2020-02-16 Thread Andreas Sturmlechner
commit: d0dc04c20c3f6148733c46a22d19c4feeeb41994
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 16 22:01:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 16 22:05:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0dc04c2

sci-mathematics/relational: Drop dependency on dev-qt/PyQt5[webkit]

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

 .../files/relational-2.5-no-qtwebkit.patch | 67 ++
 .../relational/relational-2.5-r2.ebuild| 45 +++
 2 files changed, 112 insertions(+)

diff --git a/sci-mathematics/relational/files/relational-2.5-no-qtwebkit.patch 
b/sci-mathematics/relational/files/relational-2.5-no-qtwebkit.patch
new file mode 100644
index 000..092b4a58e37
--- /dev/null
+++ b/sci-mathematics/relational/files/relational-2.5-no-qtwebkit.patch
@@ -0,0 +1,67 @@
+From bcdf81cdcd7fe531e11cb1db55e63468b7d73d47 Mon Sep 17 00:00:00 2001
+From: Salvo 'LtWorf' Tomaselli 
+Date: Sat, 26 Aug 2017 17:51:04 +0200
+Subject: [PATCH] Remove embedded browser with website
+
+---
+ relational_gui/about.py | 32 
+ 1 file changed, 32 deletions(-)
+
+diff --git a/relational_gui/about.py b/relational_gui/about.py
+index 4c03c99..55abfc9 100644
+--- a/relational_gui/about.py
 b/relational_gui/about.py
+@@ -18,12 +18,6 @@
+ 
+ from PyQt5 import QtCore, QtGui, QtWidgets
+ 
+-try:  # If QtWebKit is available, uses it
+-from PyQt5 import QtWebKitWidgets
+-webk = True
+-except:
+-webk = False
+-
+ version = 0
+ 
+ 
+@@ -85,31 +79,7 @@ def setupUi(self, Dialog):
+ self.tab_2.setObjectName("tab_2")
+ self.verticalLayout_7 = QtWidgets.QVBoxLayout(self.tab_2)
+ self.verticalLayout_7.setObjectName("verticalLayout_7")
+-if (webk):
+-self.webView = QtWebKitWidgets.QWebView(self.tab_2)
+-self.webView.setUrl(
+-
QtCore.QUrl("http://ltworf.github.io/relational/allowed_expressions.html;))
+-self.webView.setObjectName("webView")
+-self.verticalLayout_7.addWidget(self.webView)
+-else:
+-self.webLink = QtWidgets.QLabel(self.groupBox)
+-self.webLink.setFont(font)
+-self.webLink.setObjectName("lblLink")
+-self.webLink.setText(QtWidgets.QApplication.translate(
+-"Dialog", "http://ltworf.github.io/relational/\;>Relational's website", None,))
+-self.webLink.setOpenExternalLinks(True)
+-self.webLink.setTextFormat(QtCore.Qt.AutoText)
+-self.webLink.setTextInteractionFlags(
+-QtCore.Qt.LinksAccessibleByKeyboard |
+-QtCore.Qt.LinksAccessibleByMouse |
+-QtCore.Qt.TextBrowserInteraction |
+-QtCore.Qt.TextSelectableByKeyboard |
+-QtCore.Qt.TextSelectableByMouse
+-)
+-
+-self.verticalLayout_7.addWidget(self.webLink)
+ 
+-self.tabWidget.addTab(self.tab_2, "")
+ self.verticalLayout_2.addWidget(self.tabWidget)
+ self.buttonBox = QtWidgets.QDialogButtonBox(Dialog)
+ self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
+@@ -294,8 +264,6 @@ def retranslateUi(self, Dialog):
+"The GNU General Public License does not 
permit incorporating your program into proprietary programs. If your program is 
a subroutine library, you may consider it more useful to permit linking 
proprietary applications with the library. If this is what you want to do, use 
the GNU Lesser General Public License instead of this License. But first, 
please read http://www.gnu.org/philosophy/why-not-lgpl.html;. 
", None))
+ self.tabWidget.setTabText(self.tabWidget.indexOf(self.License), 
QtWidgets.QApplication.translate(
+ "Dialog", "License", None))
+-self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), 
QtWidgets.QApplication.translate(
+-"Dialog", "Docs", None))
+ 
+ 
+ if __name__ == "__main__":

diff --git a/sci-mathematics/relational/relational-2.5-r2.ebuild 
b/sci-mathematics/relational/relational-2.5-r2.ebuild
new file mode 100644
index 000..0e073dfe099
--- /dev/null
+++ b/sci-mathematics/relational/relational-2.5-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit python-single-r1
+
+DESCRIPTION="Educational tool for relational algebra"
+HOMEPAGE="https://ltworf.github.io/relational/;
+SRC_URI="https://github.com/ltworf/${PN}/releases/download/${PV}/${PN}_${PV}.orig.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   

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

2020-02-16 Thread Mike Gilbert
commit: 0abe2ec3b21666d41842b7252a9cf4907b887de6
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Sun Feb 16 20:20:37 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Feb 16 21:37:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abe2ec3

www-client/chromium: drop nonexistent blockers

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

 www-client/chromium/chromium-80.0.3987.100.ebuild | 2 --
 www-client/chromium/chromium-80.0.3987.106.ebuild | 2 --
 www-client/chromium/chromium-81.0.4044.17.ebuild  | 2 --
 www-client/chromium/chromium-82.0.4056.3.ebuild   | 2 --
 4 files changed, 8 deletions(-)

diff --git a/www-client/chromium/chromium-80.0.3987.100.ebuild 
b/www-client/chromium/chromium-80.0.3987.100.ebuild
index 04dadc95af7..e44b887672d 100644
--- a/www-client/chromium/chromium-80.0.3987.100.ebuild
+++ b/www-client/chromium/chromium-80.0.3987.100.ebuild
@@ -50,7 +50,6 @@ COMMON_DEPEND="
media-video/ffmpeg[-samba]
>=net-fs/samba-4.5.10-r1[-debug(-)]
)
-   !=net-fs/samba-4.5.12-r0
>=media-libs/opus-1.3.1:=
)
sys-apps/dbus:=
@@ -79,7 +78,6 @@ COMMON_DEPEND="
 "
 # For nvidia-drivers blocker, see bug #413637 .
 RDEPEND="${COMMON_DEPEND}
-   !=net-fs/samba-4.5.10-r1[-debug(-)]
)
-   !=net-fs/samba-4.5.12-r0
>=media-libs/opus-1.3.1:=
)
sys-apps/dbus:=
@@ -79,7 +78,6 @@ COMMON_DEPEND="
 "
 # For nvidia-drivers blocker, see bug #413637 .
 RDEPEND="${COMMON_DEPEND}
-   

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

2020-02-16 Thread Thomas Deutschmann
commit: 907312e24012a8f7f00f83f4a62aed849431cf8b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:06:40 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907312e2

sys-apps/systemd: x86 stable (bug #708806)

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

 sys-apps/systemd/systemd-244.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-244.2.ebuild 
b/sys-apps/systemd/systemd-244.2.ebuild
index ed87c275ca4..f7e0552b4cc 100644
--- a/sys-apps/systemd/systemd-244.2.ebuild
+++ b/sys-apps/systemd/systemd-244.2.ebuild
@@ -16,7 +16,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
x86"
 fi
 
 PYTHON_COMPAT=( python3_{6,7,8} )



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

2020-02-16 Thread Thomas Deutschmann
commit: 47afb3b49e03fdf99d506e5362c4f3c9913ef3be
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:02:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47afb3b4

dev-python/python-systemd: x86 stable (bug #708766)

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

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

diff --git a/dev-python/python-systemd/python-systemd-234.ebuild 
b/dev-python/python-systemd/python-systemd-234.ebuild
index 3cb95a71a38..e6fda3e19fa 100644
--- a/dev-python/python-systemd/python-systemd-234.ebuild
+++ b/dev-python/python-systemd/python-systemd-234.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-16 Thread Thomas Deutschmann
commit: 8cceebe65853d4db345378251979cc58335e6272
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:51:52 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:11:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cceebe6

dev-libs/libmirage: x86 stable (bug #709760)

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

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

diff --git a/dev-libs/libmirage/libmirage-3.2.4.ebuild 
b/dev-libs/libmirage/libmirage-3.2.4.ebuild
index d7e0e688065..8c6a16a4952 100644
--- a/dev-libs/libmirage/libmirage-3.2.4.ebuild
+++ b/dev-libs/libmirage/libmirage-3.2.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/libmirage/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/11" # subslot = libmirage soname version
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc +introspection"
 
 RDEPEND=">=app-arch/bzip2-1:=



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

2020-02-16 Thread Thomas Deutschmann
commit: a7c091312f2d1b5731f2454a22939c3892f0e602
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:04:38 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c09131

app-arch/snappy: x86 stable (bug #709758)

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

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

diff --git a/app-arch/snappy/snappy-1.1.8.ebuild 
b/app-arch/snappy/snappy-1.1.8.ebuild
index 974a2a8e147..5ebbe477c59 100644
--- a/app-arch/snappy/snappy-1.1.8.ebuild
+++ b/app-arch/snappy/snappy-1.1.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV%%.*}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-16 Thread Thomas Deutschmann
commit: be83c96ac20a3f30f138f1667f5256371ea5a01c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:55:08 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be83c96a

dev-libs/libnatspec: x86 stable (bug #709342)

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

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

diff --git a/dev-libs/libnatspec/libnatspec-0.3.0.ebuild 
b/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
index 421310e17d0..a78d03b776f 100644
--- a/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
+++ b/dev-libs/libnatspec/libnatspec-0.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/natspec/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86"
 IUSE="doc python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2020-02-16 Thread Thomas Deutschmann
commit: 0548c63252b6a014951d84460af9cc919f74ebe1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:03:05 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0548c632

app-misc/screenfetch: x86 stable (bug #709700)

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

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

diff --git a/app-misc/screenfetch/screenfetch-3.9.1.ebuild 
b/app-misc/screenfetch/screenfetch-3.9.1.ebuild
index 552e3a0655c..033502d0a56 100644
--- a/app-misc/screenfetch/screenfetch-3.9.1.ebuild
+++ b/app-misc/screenfetch/screenfetch-3.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git;
inherit git-r3
 else
-   KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+   KEYWORDS="~amd64 ~arm x86 ~x64-macos"
SRC_URI="https://github.com/KittyKatt/screenFetch/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
 fi



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

2020-02-16 Thread Thomas Deutschmann
commit: 88d655af34d0ee755e36b2cea34022208839982f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:00:32 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d655af

dev-db/myodbc: x86 stable (bug #709626)

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

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

diff --git a/dev-db/myodbc/myodbc-8.0.19.ebuild 
b/dev-db/myodbc/myodbc-8.0.19.ebuild
index 3169a866ecc..d068036b4fc 100644
--- a/dev-db/myodbc/myodbc-8.0.19.ebuild
+++ b/dev-db/myodbc/myodbc-8.0.19.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://dev.mysql.com/get/Downloads/Connector-ODBC/${MAJOR}/${MY_P}.tar
 
 LICENSE="GPL-2"
 SLOT="${MAJOR}"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 # Broken when built dynamically against libmysqlclient.so



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu-daemon/

2020-02-16 Thread Thomas Deutschmann
commit: 92551b53949a128a8af07c613d5d4b03a7bd32f4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:51:03 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:11:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92551b53

app-cdr/cdemu-daemon: x86 stable (bug #709760)

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

 app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild 
b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild
index 788bf66964e..3dcb6595dfe 100644
--- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild
+++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/cdemu-daemon/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND=">=dev-libs/glib-2.38:2



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

2020-02-16 Thread Thomas Deutschmann
commit: f9b2e130b4695229038af91597b8075784d7ae0b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:56:42 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b2e130

media-sound/mixxx: x86 stable (bug #708812)

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

 media-sound/mixxx/mixxx-2.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mixxx/mixxx-2.2.3-r2.ebuild 
b/media-sound/mixxx/mixxx-2.2.3-r2.ebuild
index e6c04ed417b..62efd69ed3a 100644
--- a/media-sound/mixxx/mixxx-2.2.3-r2.ebuild
+++ b/media-sound/mixxx/mixxx-2.2.3-r2.ebuild
@@ -14,7 +14,7 @@ else
#SRC_URI="https://downloads.mixxx.org/${P}/${P}-src.tar.gz;
SRC_URI="https://github.com/mixxxdj/${PN}/archive/release-${PV}.tar.gz 
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-release-${PV}"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 LICENSE="GPL-2"



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

2020-02-16 Thread Thomas Deutschmann
commit: 967e0b34d0fe32ec4dc21524a0ca4c89729b894a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:54:24 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967e0b34

dev-libs/libedit: x86 stable (bug #709764)

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

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

diff --git a/dev-libs/libedit/libedit-20191211.3.1.ebuild 
b/dev-libs/libedit/libedit-20191211.3.1.ebuild
index 8c357cb3863..cda097a9aff 100644
--- a/dev-libs/libedit/libedit-20191211.3.1.ebuild
+++ b/dev-libs/libedit/libedit-20191211.3.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3[static-libs?,${MULTILIB_USEDEP}]"



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

2020-02-16 Thread Thomas Deutschmann
commit: f20359a2cc34dc3eecbdb712172b31cfb68cf6a0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:58:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20359a2

dev-db/mysql: x86 stable (bug #709624)

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

 dev-db/mysql/mysql-5.7.29.ebuild| 2 +-
 dev-db/mysql/mysql-8.0.19-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mysql/mysql-5.7.29.ebuild b/dev-db/mysql/mysql-5.7.29.ebuild
index 214642cfae7..d26f71f0f9f 100644
--- a/dev-db/mysql/mysql-5.7.29.ebuild
+++ b/dev-db/mysql/mysql-5.7.29.ebuild
@@ -34,7 +34,7 @@ RESTRICT="!test? ( test ) libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase

diff --git a/dev-db/mysql/mysql-8.0.19-r1.ebuild 
b/dev-db/mysql/mysql-8.0.19-r1.ebuild
index 3fe96f5517d..bcb1a5322f8 100644
--- a/dev-db/mysql/mysql-8.0.19-r1.ebuild
+++ b/dev-db/mysql/mysql-8.0.19-r1.ebuild
@@ -43,7 +43,7 @@ REQUIRED_USE="?? ( tcmalloc jemalloc )
router? ( server )
tcmalloc? ( server )"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2020-02-16 Thread Thomas Deutschmann
commit: ad7cb8bf82a969727578fb2857f4ec50d32e8e55
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:01:07 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7cb8bf

net-misc/oidentd: x86 stable (bug #709454)

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

 net-misc/oidentd/oidentd-2.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/oidentd/oidentd-2.4.0.ebuild 
b/net-misc/oidentd/oidentd-2.4.0.ebuild
index 0e6c8b86cf5..3b85fa13389 100644
--- a/net-misc/oidentd/oidentd-2.4.0.ebuild
+++ b/net-misc/oidentd/oidentd-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://files.janikrabe.com/pub/${PN}/releases/${PV}/${P}.tar.xz;
 
 LICENSE="BSD-2 GPL-2 LGPL-2+ MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 IUSE="debug ipv6 masquerade selinux"
 
 DEPEND="masquerade? ( net-libs/libnetfilter_conntrack )"



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/

2020-02-16 Thread Thomas Deutschmann
commit: 76ec7197c5f608c539df0eba843ba136a57737cc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:59:33 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ec7197

dev-db/mysql-connector-c: x86 stable (bug #709620)

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

 dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild 
b/dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild
index 09bd00d121f..ffcaacfef79 100644
--- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild
+++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.19.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://dev.mysql.com/downloads/;
 LICENSE="GPL-2"
 
 
SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-${PV}.tar.gz;
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86"
 
 SLOT="0/21"
 IUSE="ldap libressl static-libs"



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

2020-02-16 Thread Thomas Deutschmann
commit: caba5b64e4040045daa089b1366205683f63
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:01:34 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caba5b64

dev-python/PyGithub: x86 stable (bug #709766)

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

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

diff --git a/dev-python/PyGithub/PyGithub-1.45.ebuild 
b/dev-python/PyGithub/PyGithub-1.45.ebuild
index 2df4ffef03a..743af134339 100644
--- a/dev-python/PyGithub/PyGithub-1.45.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.45.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-python/

2020-02-16 Thread Thomas Deutschmann
commit: e9947c2371d0932e9eb250fee84aa4f040cfa5df
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:53:41 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:11:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9947c23

app-eselect/eselect-python: x86 stable (bug #709778)

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

 app-eselect/eselect-python/eselect-python-20190417.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-python/eselect-python-20190417.ebuild 
b/app-eselect/eselect-python/eselect-python-20190417.ebuild
index 6b5477fa2e2..87a1e540fc0 100644
--- a/app-eselect/eselect-python/eselect-python-20190417.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20190417.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
 else
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Eselect module for management of multiple Python versions"



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

2020-02-16 Thread Thomas Deutschmann
commit: 9d06114913b6823879a70589f424b3634a1efd74
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:03:59 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d061149

dev-python/setuptools_scm: x86 stable (bug #709572)

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
index 56c3b64f3f6..170f52581dd 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-16 Thread Thomas Deutschmann
commit: 9c49d90b6ab210f1cbba1f3001b8522b3faf2a32
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:53:02 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:11:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c49d90b

dev-perl/DBD-mysql: x86 stable (bug #709628)

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

 dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild 
b/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild
index 91d05ff0e3c..7144238b0f8 100644
--- a/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild
+++ b/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild
@@ -10,7 +10,7 @@ inherit eutils perl-module
 DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 IUSE="mariadb +mysql test +ssl"
 RESTRICT="!test? ( test )"



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

2020-02-16 Thread Thomas Deutschmann
commit: 3623fc4bd09f79fcd76557317748320e27566fef
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:52:11 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:11:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3623fc4b

sys-fs/vhba: x86 stable (bug #709760)

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

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

diff --git a/sys-fs/vhba/vhba-20200106.ebuild b/sys-fs/vhba/vhba-20200106.ebuild
index 588db552a4b..ea4a3be3456 100644
--- a/sys-fs/vhba/vhba-20200106.ebuild
+++ b/sys-fs/vhba/vhba-20200106.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/vhba-module/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="virtual/udev"



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb-connector-c/

2020-02-16 Thread Thomas Deutschmann
commit: 8a526b2c8b38729788cc49933af9d7168da374ba
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:55:58 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a526b2c

dev-db/mariadb-connector-c: x86 stable (bug #709618)

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

 dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild 
b/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild
index dcdd977bb5b..755a1b6320b 100644
--- a/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild
+++ b/dev-db/mariadb-connector-c/mariadb-connector-c-3.1.6.ebuild
@@ -12,7 +12,7 @@ else
MY_PV=${PV/_b/-b}

SRC_URI="https://downloads.mariadb.org/f/${MY_PN}-${PV%_beta}/${PN}-${MY_PV}-src.tar.gz?serve
 -> ${P}-src.tar.gz"
S="${WORKDIR%/}/${PN}-${MY_PV}-src"
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
 fi
 
 inherit cmake-utils multilib-minimal toolchain-funcs ${VCS_INHERIT}



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

2020-02-16 Thread Thomas Deutschmann
commit: e82997a572b9587ff2206f52b4fa1a834d12efc3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:02:40 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82997a5

dev-libs/qtkeychain: x86 stable (bug #709706)

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

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

diff --git a/dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild 
b/dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild
index 9e1534baeb1..e8195563832 100644
--- a/dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild
+++ b/dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Qt API for storing passwords securely"
 
 if [[ ${PV} != ** ]]; then

SRC_URI="https://github.com/frankosterfeld/qtkeychain/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm64 x86"
 else
inherit git-r3
EGIT_REPO_URI="${HOMEPAGE}.git"



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c++/

2020-02-16 Thread Thomas Deutschmann
commit: ad47e385c56b9515816e24f01ca0cd005cba8983
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:00:10 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad47e385

dev-db/mysql-connector-c++: x86 stable (bug #709622)

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

 dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild
index a9b3737e365..0b03e73d257 100644
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild
+++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz;
 
 LICENSE="Artistic GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+legacy libressl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2020-02-16 Thread Thomas Deutschmann
commit: 1357ee5216e2d7a73e05d2657c1d0940a59101d7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 20:51:30 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:11:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1357ee52

app-cdr/gcdemu: x86 stable (bug #709760)

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

 app-cdr/gcdemu/gcdemu-3.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
index 6222ed99b96..1a7aac9d305 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-02-16 Thread Thomas Deutschmann
commit: 4c50abcdbb918c3af9934163878db740b901e6e9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:09:01 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c50abcd

net-libs/webkit-gtk: x86 stable (bug #709612)

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

 net-libs/webkit-gtk/webkit-gtk-2.26.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.26.4.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.26.4.ebuild
index 20326397a0d..3fc54945cce 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.26.4.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.26.4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="amd64 ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc64 ~sparc x86"
 
 IUSE="aqua coverage +egl +geolocation gles2-only gnome-keyring +gstreamer 
gtk-doc +introspection +jpeg2k +jumbo-build libnotify +opengl seccomp spell 
wayland +X"
 



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

2020-02-16 Thread Thomas Deutschmann
commit: 5d8664524ba6bed0e8571d055e5b0c86465c7394
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:07:15 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d866452

sys-apps/tcp-wrappers: x86 stable (bug #707548)

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

 sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild 
b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
index bcec6bbb9ec..851b32e5265 100644
--- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
+++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -15,7 +15,7 @@ SRC_URI="http://ftp.porcupine.org/pub/security/${MY_P}.tar.gz
 
 LICENSE="tcp_wrappers_license"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="ipv6 netgroups static-libs"
 
 RDEPEND=""



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

2020-02-16 Thread Thomas Deutschmann
commit: aad0220d6c3047ee52bdab90dee05105de7d2756
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 16 21:07:34 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 16 21:13:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad0220d

sys-power/thermald: x86 stable (bug #708990)

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

 sys-power/thermald/thermald-1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/thermald/thermald-1.9.ebuild 
b/sys-power/thermald/thermald-1.9.ebuild
index 52d886909a9..b63dc27a30e 100644
--- a/sys-power/thermald/thermald-1.9.ebuild
+++ b/sys-power/thermald/thermald-1.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2020-02-16 Thread Georgy Yakovlev
commit: 13f8c47f84ad4b7bc41b658df76f111815aa0d8e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Feb 16 20:59:46 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Feb 16 21:01:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f8c47f

sys-apps/bat: clang required at build time

Closes: https://bugs.gentoo.org/693894
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/bat/{bat-0.12.1.ebuild => bat-0.12.1-r1.ebuild} | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/sys-apps/bat/bat-0.12.1.ebuild b/sys-apps/bat/bat-0.12.1-r1.ebuild
similarity index 98%
rename from sys-apps/bat/bat-0.12.1.ebuild
rename to sys-apps/bat/bat-0.12.1-r1.ebuild
index eb91e071134..7b6748dd3b8 100644
--- a/sys-apps/bat/bat-0.12.1.ebuild
+++ b/sys-apps/bat/bat-0.12.1-r1.ebuild
@@ -157,11 +157,14 @@ LICENSE="Apache-2.0 Boost-1.0 BSD BSD-2 CC0-1.0 ISC 
LGPL-3+ MIT Apache-2.0 Unlic
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~x86"
 
-# >app-backup/bacula-9.2[qt5] has file collisions, #686118
 DEPEND="sys-libs/zlib"
+
+# >app-backup/bacula-9.2[qt5] has file collisions, #686118
 RDEPEND="${DEPEND}
-   !>app-backup/bacula-9.2[qt5]"
-BDEPEND=">=virtual/rust-1.31.0"
+   !>app-backup/bacula-9.2[qt5]
+"
+
+BDEPEND="sys-devel/clang"
 
 DOCS=( README.md doc/alternatives.md )
 



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

2020-02-16 Thread Richard Freeman
commit: 14b80a477591fd8fc5a99905d7ca64b322b4609c
Author: Richard Freeman  gentoo  org>
AuthorDate: Sun Feb 16 20:59:35 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sun Feb 16 20:59:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b80a47

package.mask: mask app-misc/sleepyhead for removal

Bug: https://bugs.gentoo.org/684676

Signed-off-by: Richard Freeman  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 86b4c52f92a..d743b3c8ea5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Rich Freeman  (2020-02-16)
+# Dead upstream, obsolete deps.
+app-misc/sleepyhead
+
 # Mart Raudsepp  (2020-02-16)
 # Fails to automatically launch pipewire for me. Help welcome figuring it out.
 net-misc/gnome-remote-desktop



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

2020-02-16 Thread Sergei Trofimovich
commit: 019bb1fcc93416e34e3ca9deacec35484852161f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Feb 16 20:32:11 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb 16 20:50:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019bb1fc

dev-util/scons: stable 3.1.2 for sparc, bug #709770

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

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

diff --git a/dev-util/scons/scons-3.1.2.ebuild 
b/dev-util/scons/scons-3.1.2.ebuild
index 4ba4081a60b..7ce5db4457e 100644
--- a/dev-util/scons/scons-3.1.2.ebuild
+++ b/dev-util/scons/scons-3.1.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-02-16 Thread Sergei Trofimovich
commit: 8973bc19813efd9499cf68a7927d73870a700a29
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Feb 16 20:32:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb 16 20:50:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8973bc19

dev-libs/libedit: stable 20191211.3.1 for sparc, bug #709764

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

 dev-libs/libedit/libedit-20191211.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libedit/libedit-20191211.3.1.ebuild 
b/dev-libs/libedit/libedit-20191211.3.1.ebuild
index 6c39b3fc8d5..8c357cb3863 100644
--- a/dev-libs/libedit/libedit-20191211.3.1.ebuild
+++ b/dev-libs/libedit/libedit-20191211.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3[static-libs?,${MULTILIB_USEDEP}]"



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

2020-02-16 Thread Sergei Trofimovich
commit: 56b78de062af9d4e5f04ddfac4902eaaba47e4b0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Feb 16 20:31:22 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb 16 20:50:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b78de0

net-libs/miniupnpc: stable 2.1.20191224 for sparc, bug #709768

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

 net-libs/miniupnpc/miniupnpc-2.1.20191224.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/miniupnpc/miniupnpc-2.1.20191224.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.1.20191224.ebuild
index cc591323e33..9891f15b065 100644
--- a/net-libs/miniupnpc/miniupnpc-2.1.20191224.ebuild
+++ b/net-libs/miniupnpc/miniupnpc-2.1.20191224.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 sparc ~x86"
 IUSE="ipv6 kernel_linux static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-toolkit/

2020-02-16 Thread David Seifert
commit: c3b09eaa5b3aec484f093acbea9eea0a754b64f6
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:35:13 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:35:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b09eaa

dev-util/nvidia-cuda-toolkit: [QA] Fix RedundantUriRename

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

 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.105-r2.ebuild | 2 +-
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.105-r2.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.105-r2.ebuild
index 044d47d5908..18d49cc7217 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.105-r2.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.105-r2.ebuild
@@ -10,7 +10,7 @@ DRIVER_PV="418.39"
 
 DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)"
 HOMEPAGE="https://developer.nvidia.com/cuda-zone;
-SRC_URI="https://developer.nvidia.com/compute/cuda/${MYD}/Prod/local_installers/cuda_${PV}_${DRIVER_PV}_linux.run
 -> cuda_${PV}_${DRIVER_PV}_linux.run"
+SRC_URI="https://developer.nvidia.com/compute/cuda/${MYD}/Prod/local_installers/cuda_${PV}_${DRIVER_PV}_linux.run;
 
 LICENSE="NVIDIA-CUDA"
 SLOT="0/${PV}"

diff --git 
a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168-r1.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168-r1.ebuild
index 005fa2bc193..853e6309646 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168-r1.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168-r1.ebuild
@@ -10,7 +10,7 @@ DRIVER_PV="418.67"
 
 DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)"
 HOMEPAGE="https://developer.nvidia.com/cuda-zone;
-SRC_URI="https://developer.nvidia.com/compute/cuda/${MYD}/Prod/local_installers/cuda_${PV}_${DRIVER_PV}_linux.run
 -> cuda_${PV}_${DRIVER_PV}_linux.run"
+SRC_URI="https://developer.nvidia.com/compute/cuda/${MYD}/Prod/local_installers/cuda_${PV}_${DRIVER_PV}_linux.run;
 
 LICENSE="NVIDIA-CUDA"
 SLOT="0/${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-toolkit/

2020-02-16 Thread David Seifert
commit: 0ea47b1e4a92fc2cc684b27694d429402ee86dad
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:35:16 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:35:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea47b1e

dev-util/nvidia-cuda-toolkit: [QA] Fix MissingLicenseRestricts

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

 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.0.130.ebuild| 1 +
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.105-r2.ebuild | 1 +
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168-r1.ebuild | 1 +
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild  | 1 +
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild   | 1 +
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r2.ebuild   | 1 +
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.44.ebuild  | 2 ++
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.61.ebuild  | 4 +++-
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.0.176.ebuild | 4 +++-
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.1.85.ebuild  | 1 +
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.2.88.ebuild  | 1 +
 11 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.0.130.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.0.130.ebuild
index cdad9555667..b2be76e7a5c 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.0.130.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.0.130.ebuild
@@ -16,6 +16,7 @@ LICENSE="NVIDIA-CUDA"
 SLOT="0/${PV}"
 KEYWORDS="-* ~amd64 ~amd64-linux"
 IUSE="debugger doc eclipse profiler"
+RESTRICT="bindist mirror"
 
 DEPEND=""
 RDEPEND="${DEPEND}

diff --git 
a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.105-r2.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.105-r2.ebuild
index 18d49cc7217..23a25ae9cdb 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.105-r2.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.105-r2.ebuild
@@ -16,6 +16,7 @@ LICENSE="NVIDIA-CUDA"
 SLOT="0/${PV}"
 KEYWORDS="-* ~amd64 ~amd64-linux"
 IUSE="debugger doc eclipse profiler"
+RESTRICT="bindist mirror"
 
 DEPEND=""
 RDEPEND="${DEPEND}

diff --git 
a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168-r1.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168-r1.ebuild
index 853e6309646..0f0d535a5ab 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168-r1.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168-r1.ebuild
@@ -16,6 +16,7 @@ LICENSE="NVIDIA-CUDA"
 SLOT="0/${PV}"
 KEYWORDS="-* ~amd64 ~amd64-linux"
 IUSE="debugger doc eclipse profiler"
+RESTRICT="bindist mirror"
 
 DEPEND=""
 RDEPEND="${DEPEND}

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild
index 14675458fcc..ec8e3bd4b4d 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild
@@ -18,6 +18,7 @@ SLOT="0/${PV}"
 LICENSE="NVIDIA-CUDA"
 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debugger doc eclipse profiler"
+RESTRICT="bindist mirror"
 
 DEPEND=""
 RDEPEND="${DEPEND}

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild
index 223db1690d2..f77869c14a8 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild
@@ -18,6 +18,7 @@ SLOT="0/${PV}"
 LICENSE="NVIDIA-CUDA"
 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debugger doc eclipse profiler"
+RESTRICT="bindist mirror"
 
 DEPEND=""
 RDEPEND="${DEPEND}

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r2.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r2.ebuild
index 5ea578feb05..3e361539e95 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r2.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r2.ebuild
@@ -15,6 +15,7 @@ SLOT="0/${PV}"
 LICENSE="NVIDIA-CUDA"
 KEYWORDS="-* ~amd64 ~amd64-linux"
 IUSE="debugger doc eclipse profiler"
+RESTRICT="bindist mirror"
 
 DEPEND=""
 RDEPEND="${DEPEND}

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.44.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.44.ebuild
index 858a9dbd0ac..7156950eadb 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.44.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.44.ebuild
@@ -10,10 +10,12 @@ MYD=$(get_version_component_range 1-2)
 DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)"
 HOMEPAGE="https://developer.nvidia.com/cuda-zone;
 

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

2020-02-16 Thread Zac Medico
commit: 7038fdf5f67295d572fe69b521dc4e2edbb3ce2f
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Feb 16 20:24:37 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Feb 16 20:25:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7038fdf5

app-text/calibre: drop 3.x version (bug 709848)

Closes: https://bugs.gentoo.org/709848
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/Manifest |   1 -
 app-text/calibre/calibre-3.48.0-r2.ebuild | 265 --
 2 files changed, 266 deletions(-)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index ecc34eac2e3..853b3b9602a 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -1,3 +1,2 @@
-DIST calibre-3.48.0.tar.xz 38777408 BLAKE2B 
9a7fae20487ae93120cfdc06a312a42d54d68935fdd2bc18dc41be5f8d359c79eae24e0409ba8e7f4df85e2f073f80ce6bab56cba0638cead6693600fa93cb41
 SHA512 
6cee28fb560e2e00b8ac2f32756f094146c6fe744cfc343d68f1fb54b3f8b0ca16129a5b35018af54a103790faa2eb03ac186c01003f21c874d2ed5218441220
 DIST calibre-4.10.1.tar.xz 37012272 BLAKE2B 
e5d9421ed986da8ec7d814f364702fe04bcbb76b5e08dedfadd7164c81943cdfe6f012042e82a4715e3ccda284efdf44340af0bde9d03cbc7c22cbcf10136a55
 SHA512 
eb6f4fd458da3e3e1121ff72da0dfb2bdc38cec98bdaf538e6761563aa176aae2439e4949424795c239a8fa8ebde507564452495ef71f3f7f19b25435e10a41a
 DIST calibre-4.9.1.tar.xz 37529656 BLAKE2B 
5d703ca0c398b43cc26a54e0628d0fe938c6a5027a4fd0c9cac83944e5143eb08439bf79b2098182be7727eaa042748f17866788b02c7744178dce131f6b1d1e
 SHA512 
bf06aa3cbc8d255934f3f7f3ce20b4798edf107ed9f822943d2b4ae7d95473842928ed79f8ba7571f7e0ebdc267c441916d543d5b7630aae5cb151bcc3184b71

diff --git a/app-text/calibre/calibre-3.48.0-r2.ebuild 
b/app-text/calibre/calibre-3.48.0-r2.ebuild
deleted file mode 100644
index 4aac7817f18..000
--- a/app-text/calibre/calibre-3.48.0-r2.ebuild
+++ /dev/null
@@ -1,265 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite,ssl"
-
-inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils
-
-DESCRIPTION="Ebook management application"
-HOMEPAGE="https://calibre-ebook.com/;
-SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz;
-
-LICENSE="
-   GPL-3+
-   GPL-3
-   GPL-2+
-   GPL-2
-   GPL-1+
-   LGPL-3+
-   LGPL-2.1+
-   LGPL-2.1
-   BSD
-   MIT
-   Old-MIT
-   Apache-2.0
-   public-domain
-   || ( Artistic GPL-1+ )
-   CC-BY-3.0
-   OFL-1.1
-   PSF-2
-"
-KEYWORDS="amd64 ~arm x86"
-SLOT="0"
-IUSE="ios +udisks"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=app-text/podofo-0.9.6_pre20171027:=
-   >=app-text/poppler-0.26.5[qt5]
-   >=dev-libs/chmlib-0.40:=
-   dev-libs/glib:2=
-   >=dev-libs/icu-57.1:=
-   dev-libs/libinput:=
-   >=dev-libs/dbus-glib-0.106
-   >=sys-apps/dbus-1.10.8
-   $(python_gen_cond_dep '
-   >=dev-python/apsw-3.25.2_p1[${PYTHON_MULTI_USEDEP}]
-   dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/chardet-3.0.3[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/cssselect-0.7.1[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/css-parser-1.0.4[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/dbus-python-1.2.4[${PYTHON_MULTI_USEDEP}]
-   dev-python/dnspython[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/feedparser-5.2.1[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/html5-parser-0.4.9[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/lxml-3.8.0[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/markdown-3.0.1[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/mechanize-0.3.5[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/msgpack-0.5.6[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/netifaces-0.10.5[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/pillow-3.2.0[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/psutil-4.3.0[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/pygments-2.3.1[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/python-dateutil-2.5.3[${PYTHON_MULTI_USEDEP}]
-   
>=dev-python/PyQt5-5.8[gui,svg,webkit,widgets,network,printsupport,${PYTHON_MULTI_USEDEP}]
-   dev-python/regex[${PYTHON_MULTI_USEDEP}]
-   ')
-   dev-qt/qtcore:5=
-   dev-qt/qtdbus:5=
-   dev-qt/qtgui:5=
-   dev-qt/qtwidgets:5=
-   dev-util/desktop-file-utils
-   dev-util/gtk-update-icon-cache
-   media-fonts/liberation-fonts
-   media-libs/fontconfig:=
-   >=media-libs/freetype-2:=
-   >=media-libs/libmtp-1.1.11:=
-   >=media-libs/libwmf-0.2.8
-   >=media-gfx/optipng-0.7.6
-   >=sys-libs/zlib-1.2.11:=
-   virtual/libusb:1=
-   

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

2020-02-16 Thread David Seifert
commit: 0313a9f0ed5a0f1027be7b317a128b89a1d0e9ea
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:23:33 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:23:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0313a9f0

gnome-base/libgnomecanvas: [QA] inherit eutils.eclass directly

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

 gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild 
b/gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild
index 4938c7007c5..031614fa0af 100644
--- a/gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild
+++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild
@@ -6,7 +6,7 @@ GCONF_DEBUG="no"
 GNOME_TARBALL_SUFFIX="bz2"
 GNOME2_LA_PUNT="yes"
 
-inherit gnome2 multilib multilib-minimal virtualx
+inherit eutils gnome2 multilib multilib-minimal virtualx
 
 DESCRIPTION="The Gnome 2 Canvas library"
 HOMEPAGE="https://library.gnome.org/devel/libgnomecanvas/stable/;



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

2020-02-16 Thread David Seifert
commit: 50c0226bb4e793a046aefc350705339376cccd51
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:32 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c0226b

x11-misc/xscreensaver: [QA] inherit eutils.eclass directly

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

 x11-misc/xscreensaver/xscreensaver-5.42.ebuild| 2 +-
 x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild | 2 +-
 x11-misc/xscreensaver/xscreensaver-5.43-r2.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/xscreensaver/xscreensaver-5.42.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.42.ebuild
index b0eaeda5d44..97cd9a81944 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.42.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.42.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools desktop flag-o-matic multilib pam
+inherit autotools desktop eutils flag-o-matic multilib pam
 
 DESCRIPTION="A modular screen saver and locker for the X Window System"
 HOMEPAGE="https://www.jwz.org/xscreensaver/;

diff --git a/x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild
index cb4566b00df..13597378983 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools desktop flag-o-matic multilib pam
+inherit autotools desktop eutils flag-o-matic multilib pam
 
 DESCRIPTION="A modular screen saver and locker for the X Window System"
 HOMEPAGE="https://www.jwz.org/xscreensaver/;

diff --git a/x11-misc/xscreensaver/xscreensaver-5.43-r2.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.43-r2.ebuild
index 66f449186fb..d95ba78bc02 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.43-r2.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.43-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools desktop flag-o-matic multilib pam
+inherit autotools desktop eutils flag-o-matic multilib pam
 
 DESCRIPTION="A modular screen saver and locker for the X Window System"
 HOMEPAGE="https://www.jwz.org/xscreensaver/;



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

2020-02-16 Thread David Seifert
commit: e02d20bfb8f3c158812848fa7b5161ce82f4a0ab
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:05 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02d20bf

net-libs/nodejs: [QA] inherit eutils.eclass directly

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

 net-libs/nodejs/nodejs-10.18.0.ebuild  | 2 +-
 net-libs/nodejs/nodejs-10.19.0.ebuild  | 2 +-
 net-libs/nodejs/nodejs-12.14.0.ebuild  | 2 +-
 net-libs/nodejs/nodejs-12.15.0.ebuild  | 2 +-
 net-libs/nodejs/nodejs-12.16.0.ebuild  | 2 +-
 net-libs/nodejs/nodejs-13.8.0.ebuild   | 2 +-
 net-libs/nodejs/nodejs-.ebuild | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-libs/nodejs/nodejs-10.18.0.ebuild 
b/net-libs/nodejs/nodejs-10.18.0.ebuild
index e5731978715..08ff17e9980 100644
--- a/net-libs/nodejs/nodejs-10.18.0.ebuild
+++ b/net-libs/nodejs/nodejs-10.18.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads"
-inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
 HOMEPAGE="https://nodejs.org/;

diff --git a/net-libs/nodejs/nodejs-10.19.0.ebuild 
b/net-libs/nodejs/nodejs-10.19.0.ebuild
index 9134f5e478f..31d605f6adb 100644
--- a/net-libs/nodejs/nodejs-10.19.0.ebuild
+++ b/net-libs/nodejs/nodejs-10.19.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads"
-inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
 HOMEPAGE="https://nodejs.org/;

diff --git a/net-libs/nodejs/nodejs-12.14.0.ebuild 
b/net-libs/nodejs/nodejs-12.14.0.ebuild
index 8416a92dd76..3cd8d0e32cb 100644
--- a/net-libs/nodejs/nodejs-12.14.0.ebuild
+++ b/net-libs/nodejs/nodejs-12.14.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="threads(+)"
-inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
 HOMEPAGE="https://nodejs.org/;

diff --git a/net-libs/nodejs/nodejs-12.15.0.ebuild 
b/net-libs/nodejs/nodejs-12.15.0.ebuild
index f1734688f14..5d35c32b430 100644
--- a/net-libs/nodejs/nodejs-12.15.0.ebuild
+++ b/net-libs/nodejs/nodejs-12.15.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="threads(+)"
-inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
 HOMEPAGE="https://nodejs.org/;

diff --git a/net-libs/nodejs/nodejs-12.16.0.ebuild 
b/net-libs/nodejs/nodejs-12.16.0.ebuild
index 9bc1b7c9c6c..3850f958b73 100644
--- a/net-libs/nodejs/nodejs-12.16.0.ebuild
+++ b/net-libs/nodejs/nodejs-12.16.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="threads(+)"
-inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
 HOMEPAGE="https://nodejs.org/;

diff --git a/net-libs/nodejs/nodejs-13.8.0.ebuild 
b/net-libs/nodejs/nodejs-13.8.0.ebuild
index 16dce04460c..4912e94e0c6 100644
--- a/net-libs/nodejs/nodejs-13.8.0.ebuild
+++ b/net-libs/nodejs/nodejs-13.8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="threads(+)"
-inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
 HOMEPAGE="https://nodejs.org/;

diff --git a/net-libs/nodejs/nodejs-.ebuild 
b/net-libs/nodejs/nodejs-.ebuild
index 70a17cfbe3b..00962bc7bcb 100644
--- a/net-libs/nodejs/nodejs-.ebuild
+++ b/net-libs/nodejs/nodejs-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="threads(+)"
-inherit bash-completion-r1 flag-o-matic git-r3 pax-utils python-any-r1 
toolchain-funcs xdg-utils
+inherit bash-completion-r1 eutils flag-o-matic git-r3 pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's 

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

2020-02-16 Thread David Seifert
commit: 9d11c28c8d1a2e84594382c1f812c0414d4a8ac4
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:02 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d11c28c

media-video/vdr: [QA] inherit eutils.eclass directly

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

 media-video/vdr/vdr-2.2.0-r5.ebuild | 2 +-
 media-video/vdr/vdr-2.4.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/vdr/vdr-2.2.0-r5.ebuild 
b/media-video/vdr/vdr-2.2.0-r5.ebuild
index 38a44d4e818..472f17daa0a 100644
--- a/media-video/vdr/vdr-2.2.0-r5.ebuild
+++ b/media-video/vdr/vdr-2.2.0-r5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic toolchain-funcs
+inherit eutils flag-o-matic toolchain-funcs
 
 # Switches supported by extensions-patch
 EXT_PATCH_FLAGS="alternatechannel graphtft naludump permashift pinplugin

diff --git a/media-video/vdr/vdr-2.4.1-r1.ebuild 
b/media-video/vdr/vdr-2.4.1-r1.ebuild
index dffe1a8bd52..8cff2947749 100644
--- a/media-video/vdr/vdr-2.4.1-r1.ebuild
+++ b/media-video/vdr/vdr-2.4.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic multilib toolchain-funcs
+inherit eutils flag-o-matic multilib toolchain-funcs
 
 DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for 
DVB"
 HOMEPAGE="http://www.tvdr.de/;



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/

2020-02-16 Thread David Seifert
commit: 54b0da275fbb6812b6f638ca0ba2d017c741f65b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:08 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b0da27

net-vpn/openconnect: [QA] inherit eutils.eclass directly

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

 net-vpn/openconnect/openconnect-8.05.ebuild | 2 +-
 net-vpn/openconnect/openconnect-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-vpn/openconnect/openconnect-8.05.ebuild 
b/net-vpn/openconnect/openconnect-8.05.ebuild
index c1ef1984ae3..e737caa8567 100644
--- a/net-vpn/openconnect/openconnect-8.05.ebuild
+++ b/net-vpn/openconnect/openconnect-8.05.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python{3_6,3_7} )
 PYTHON_REQ_USE="xml"
 
-inherit linux-info python-any-r1 readme.gentoo-r1
+inherit eutils linux-info python-any-r1 readme.gentoo-r1
 
 if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/openconnect.git;

diff --git a/net-vpn/openconnect/openconnect-.ebuild 
b/net-vpn/openconnect/openconnect-.ebuild
index 166611bbd07..16e3dcc31c8 100644
--- a/net-vpn/openconnect/openconnect-.ebuild
+++ b/net-vpn/openconnect/openconnect-.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python{3_6,3_7} )
 PYTHON_REQ_USE="xml"
 
-inherit linux-info python-any-r1 readme.gentoo-r1
+inherit eutils linux-info python-any-r1 readme.gentoo-r1
 
 if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.com/openconnect/openconnect.git;



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

2020-02-16 Thread David Seifert
commit: aea02e304e74d9dad8e717efea5a11072983d363
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:23:48 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:23:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea02e30

media-libs/libquvi: [QA] inherit eutils.eclass directly

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

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

diff --git a/media-libs/libquvi/libquvi-0.9.4-r1.ebuild 
b/media-libs/libquvi/libquvi-0.9.4-r1.ebuild
index b172f60eea2..6439f8bcec8 100644
--- a/media-libs/libquvi/libquvi-0.9.4-r1.ebuild
+++ b/media-libs/libquvi/libquvi-0.9.4-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 AUTOTOOLS_AUTORECONF=1
 
-inherit autotools-utils ltprune multilib-minimal
+inherit autotools-utils eutils ltprune multilib-minimal
 
 DESCRIPTION="Library for parsing video download links"
 HOMEPAGE="http://quvi.sourceforge.net/;



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

2020-02-16 Thread David Seifert
commit: 97d3b9b619853697781f86daf215b4287ae08923
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:14 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d3b9b6

sci-libs/libint: [QA] inherit eutils.eclass directly

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

 sci-libs/libint/libint-2.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libint/libint-2.0.5.ebuild 
b/sci-libs/libint/libint-2.0.5.ebuild
index 42ac3cfeddf..625e42a700c 100644
--- a/sci-libs/libint/libint-2.0.5.ebuild
+++ b/sci-libs/libint/libint-2.0.5.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 AUTOTOOLS_AUTORECONF=true
 
-inherit autotools-utils fortran-2 toolchain-funcs versionator
+inherit autotools-utils eutils fortran-2 toolchain-funcs versionator
 
 MY_PV="$(replace_all_version_separators -)"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-murrine/

2020-02-16 Thread David Seifert
commit: f6440c0d0856e1d7fcac801083b8be1c92f6bf93
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:38 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6440c0d

x11-themes/gtk-engines-murrine: [QA] inherit eutils.eclass directly

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/14677
Signed-off-by: David Seifert  gentoo.org>

 x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild 
b/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild
index bee0eda9183..1e601e9dc3d 100644
--- a/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild
+++ b/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI="5"
 GNOME_ORG_MODULE="murrine"
 
-inherit gnome.org ltprune multilib-minimal
+inherit eutils gnome.org ltprune multilib-minimal
 
 DESCRIPTION="Murrine GTK+2 Cairo Engine"
 



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

2020-02-16 Thread David Seifert
commit: a53e157a04f757c02dc70ad972b149f8c109137d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:23:59 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:23:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53e157a

media-sound/spotify: [QA] inherit eutils.eclass directly

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

 media-sound/spotify/spotify-1.0.72-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/spotify/spotify-1.0.72-r1.ebuild 
b/media-sound/spotify/spotify-1.0.72-r1.ebuild
index ef72a8936d6..0f511f48f5d 100644
--- a/media-sound/spotify/spotify-1.0.72-r1.ebuild
+++ b/media-sound/spotify/spotify-1.0.72-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit gnome2-utils pax-utils unpacker xdg-utils
+inherit eutils gnome2-utils pax-utils unpacker xdg-utils
 
 DESCRIPTION="Spotify is a social music platform"
 HOMEPAGE="https://www.spotify.com/ch-de/download/previews/;



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

2020-02-16 Thread David Seifert
commit: 5f0abd8001f2d58deb26c807cdd52353a84ffa16
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:23:36 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:23:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0abd80

mail-client/thunderbird: [QA] inherit eutils.eclass directly

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

 mail-client/thunderbird/thunderbird-52.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/thunderbird/thunderbird-52.9.1.ebuild 
b/mail-client/thunderbird/thunderbird-52.9.1.ebuild
index e777b66889d..93422ca779d 100644
--- a/mail-client/thunderbird/thunderbird-52.9.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-52.9.1.ebuild
@@ -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
 
 EAPI=6
@@ -30,7 +30,7 @@ MOZ_P="${PN}-${MOZ_PV}"
 MOZCONFIG_OPTIONAL_GTK2ONLY=1
 MOZCONFIG_OPTIONAL_WIFI=1
 
-inherit flag-o-matic toolchain-funcs mozconfig-v6.52 autotools pax-utils 
check-reqs nsplugins mozlinguas-v2 xdg-utils gnome2-utils
+inherit flag-o-matic eutils toolchain-funcs mozconfig-v6.52 autotools 
pax-utils check-reqs nsplugins mozlinguas-v2 xdg-utils gnome2-utils
 
 DESCRIPTION="Thunderbird Mail Client"
 HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/;



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

2020-02-16 Thread David Seifert
commit: 698430af4f263225430195a4db07a5ddfd1ce75f
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:23:27 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:23:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698430af

dev-util/geany: [QA] inherit eutils.eclass directly

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

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

diff --git a/dev-util/geany/geany-1.34.1.ebuild 
b/dev-util/geany/geany-1.34.1.ebuild
index fb5edcef6f5..c6c518ef978 100644
--- a/dev-util/geany/geany-1.34.1.ebuild
+++ b/dev-util/geany/geany-1.34.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit gnome2-utils xdg-utils
+inherit eutils gnome2-utils xdg-utils
 
 LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja 
kk ko lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW"
 NOSHORTLANGS="en_GB zh_CN zh_TW"



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

2020-02-16 Thread David Seifert
commit: 9f6b8ff0c50856b62289ccbfee2e3722854e5369
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:23:45 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:23:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6b8ff0

media-libs/libmediainfo: [QA] inherit eutils.eclass directly

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

 media-libs/libmediainfo/libmediainfo-19.09.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libmediainfo/libmediainfo-19.09.ebuild 
b/media-libs/libmediainfo/libmediainfo-19.09.ebuild
index 8272ecf1c95..5ec625856e5 100644
--- a/media-libs/libmediainfo/libmediainfo-19.09.ebuild
+++ b/media-libs/libmediainfo/libmediainfo-19.09.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit autotools flag-o-matic
+inherit autotools eutils flag-o-matic
 
 MY_PN="MediaInfo"
 DESCRIPTION="MediaInfo libraries"



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

2020-02-16 Thread David Seifert
commit: c53d64e97deed98adde8924bc84fd36791bb2f88
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:23 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53d64e9

sys-fabric/librdmacm: [QA] inherit eutils.eclass directly

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

 sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild 
b/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild
index 44da1d43079..f5def2f3331 100644
--- a/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild
+++ b/sys-fabric/librdmacm/librdmacm-1.0.18-r1.ebuild
@@ -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
 
 EAPI="5"
@@ -8,7 +8,7 @@ OFED_RC="1"
 OFED_RC_VER="1"
 OFED_SUFFIX="1"
 
-inherit openib multilib-minimal
+inherit eutils openib multilib-minimal
 
 DESCRIPTION="OpenIB userspace RDMA CM library"
 



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

2020-02-16 Thread David Seifert
commit: 27fac0c5ab68b8104ad44188515bda0045a2193d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:26 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fac0c5

sys-power/iasl: [QA] inherit eutils.eclass directly

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

 sys-power/iasl/iasl-20180810.ebuild | 4 ++--
 sys-power/iasl/iasl-20190215.ebuild | 6 +++---
 sys-power/iasl/iasl-20190703.ebuild | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-power/iasl/iasl-20180810.ebuild 
b/sys-power/iasl/iasl-20180810.ebuild
index 2b0abd4a9ee..398bc031438 100644
--- a/sys-power/iasl/iasl-20180810.ebuild
+++ b/sys-power/iasl/iasl-20180810.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit toolchain-funcs flag-o-matic
+inherit eutils toolchain-funcs flag-o-matic
 
 MY_PN=acpica-unix
 MY_P="${MY_PN}-${PV}"

diff --git a/sys-power/iasl/iasl-20190215.ebuild 
b/sys-power/iasl/iasl-20190215.ebuild
index 2d2c166197d..d18b0fdd12a 100644
--- a/sys-power/iasl/iasl-20190215.ebuild
+++ b/sys-power/iasl/iasl-20190215.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit toolchain-funcs flag-o-matic
+inherit eutils toolchain-funcs flag-o-matic
 
 MY_PN=acpica-unix
 MY_P="${MY_PN}-${PV}"
@@ -99,7 +99,7 @@ src_install() {
 }
 
 aslts_test() {
-   export  ASL="${S}"/generate/unix/bin/iasl \
+   export ASL="${S}"/generate/unix/bin/iasl \
acpibin="${S}"/generate/unix/bin/acpibin \
acpiexec="${S}"/generate/unix/bin/acpiexec \
ASLTSDIR="${WORKDIR}/${MY_TESTS_P}"/tests/aslts

diff --git a/sys-power/iasl/iasl-20190703.ebuild 
b/sys-power/iasl/iasl-20190703.ebuild
index f9a87d8bd57..f3c565776e5 100644
--- a/sys-power/iasl/iasl-20190703.ebuild
+++ b/sys-power/iasl/iasl-20190703.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit toolchain-funcs flag-o-matic
+inherit eutils toolchain-funcs flag-o-matic
 
 MY_PN=acpica-unix
 MY_P="${MY_PN}-${PV}"
@@ -100,7 +100,7 @@ src_install() {
 }
 
 aslts_test() {
-   export  ASL="${S}"/generate/unix/bin/iasl \
+   export ASL="${S}"/generate/unix/bin/iasl \
acpibin="${S}"/generate/unix/bin/acpibin \
acpiexec="${S}"/generate/unix/bin/acpiexec \
ASLTSDIR="${WORKDIR}/${MY_TESTS_P}"/tests/aslts



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

2020-02-16 Thread David Seifert
commit: 05875dda7f55153bb362ba68ea4cc4f7f9d19fc6
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:20 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05875dda

sys-fabric/libibverbs: [QA] inherit eutils.eclass directly

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

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild 
b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index 294b0e487e6..eb45b26f8f6 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -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
 
 EAPI="5"
@@ -8,7 +8,7 @@ OFED_RC="1"
 OFED_RC_VER="1"
 OFED_SUFFIX="1.gcbf2a35"
 
-inherit openib multilib-minimal
+inherit eutils openib multilib-minimal
 
 DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB 
hardware"
 



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

2020-02-16 Thread David Seifert
commit: 9bb4d74addb49881ec9af3a2a23252b1309846d8
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:23:53 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:23:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb4d74a

media-sound/dcadec: [QA] inherit eutils.eclass directly

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

 media-sound/dcadec/dcadec-0.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/dcadec/dcadec-0.2.0.ebuild 
b/media-sound/dcadec/dcadec-0.2.0.ebuild
index d0506427c01..d49effdb57c 100644
--- a/media-sound/dcadec/dcadec-0.2.0.ebuild
+++ b/media-sound/dcadec/dcadec-0.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit toolchain-funcs multilib multilib-minimal
+inherit eutils toolchain-funcs multilib multilib-minimal
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/foo86/${PN}.git;



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

2020-02-16 Thread David Seifert
commit: e2121e9ea3f523842e31a99154441dbf8e3c2c30
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:17 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2121e9e

sys-boot/grub: [QA] inherit eutils.eclass directly

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

 sys-boot/grub/grub-2.02-r4.ebuild| 2 +-
 sys-boot/grub/grub-2.04-r1.ebuild| 2 +-
 sys-boot/grub/grub-2.05_alpha20200110.ebuild | 2 +-
 sys-boot/grub/grub-.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-boot/grub/grub-2.02-r4.ebuild 
b/sys-boot/grub/grub-2.02-r4.ebuild
index c76287b5738..71b3ef340d0 100644
--- a/sys-boot/grub/grub-2.02-r4.ebuild
+++ b/sys-boot/grub/grub-2.02-r4.ebuild
@@ -16,7 +16,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
inherit autotools
 fi
 
-inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs
+inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils 
toolchain-funcs
 
 if [[ ${PV} !=  ]]; then
if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then

diff --git a/sys-boot/grub/grub-2.04-r1.ebuild 
b/sys-boot/grub/grub-2.04-r1.ebuild
index bdc25eef77b..b7569f41dca 100644
--- a/sys-boot/grub/grub-2.04-r1.ebuild
+++ b/sys-boot/grub/grub-2.04-r1.ebuild
@@ -18,7 +18,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
inherit autotools
 fi
 
-inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs
+inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils 
toolchain-funcs
 
 if [[ ${PV} !=  ]]; then
if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then

diff --git a/sys-boot/grub/grub-2.05_alpha20200110.ebuild 
b/sys-boot/grub/grub-2.05_alpha20200110.ebuild
index 488d6c8219e..8a7a3e9847e 100644
--- a/sys-boot/grub/grub-2.05_alpha20200110.ebuild
+++ b/sys-boot/grub/grub-2.05_alpha20200110.ebuild
@@ -18,7 +18,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
inherit autotools
 fi
 
-inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs
+inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils 
toolchain-funcs
 
 if [[ ${PV} !=  ]]; then
SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz;

diff --git a/sys-boot/grub/grub-.ebuild b/sys-boot/grub/grub-.ebuild
index 292e60b093f..96bf1230f63 100644
--- a/sys-boot/grub/grub-.ebuild
+++ b/sys-boot/grub/grub-.ebuild
@@ -18,7 +18,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
inherit autotools
 fi
 
-inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs
+inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils 
toolchain-funcs
 
 if [[ ${PV} !=  ]]; then
if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then



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

2020-02-16 Thread David Seifert
commit: bf9da5af0d2b8c2fdc562d1b4e71ad60f87994a2
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:23:50 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:23:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9da5af

media-libs/opencollada: [QA] inherit eutils.eclass directly

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

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

diff --git a/media-libs/opencollada/opencollada-1.6.63-r1.ebuild 
b/media-libs/opencollada/opencollada-1.6.63-r1.ebuild
index f5f83c83343..1ed2b159eba 100644
--- a/media-libs/opencollada/opencollada-1.6.63-r1.ebuild
+++ b/media-libs/opencollada/opencollada-1.6.63-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils flag-o-matic
+inherit cmake-utils eutils flag-o-matic
 
 DESCRIPTION="Stream based read/write library for COLLADA files"
 HOMEPAGE="http://www.opencollada.org/;



[gentoo-commits] repo/gentoo:master commit in: sci-biology/tophat/

2020-02-16 Thread David Seifert
commit: 872be18108da9051ff8a79c563d2141a992f55fd
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:11 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872be181

sci-biology/tophat: [QA] inherit eutils.eclass directly

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

 sci-biology/tophat/tophat-2.1.1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/tophat/tophat-2.1.1-r5.ebuild 
b/sci-biology/tophat/tophat-2.1.1-r5.ebuild
index 84f3d82b39d..75318877138 100644
--- a/sci-biology/tophat/tophat-2.1.1-r5.ebuild
+++ b/sci-biology/tophat/tophat-2.1.1-r5.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit autotools flag-o-matic python-single-r1 toolchain-funcs
+inherit autotools eutils flag-o-matic python-single-r1 toolchain-funcs
 
 DESCRIPTION="Python-based splice junction mapper for RNA-Seq reads using 
bowtie2"
 HOMEPAGE="https://ccb.jhu.edu/software/tophat/;



[gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/

2020-02-16 Thread David Seifert
commit: 51557c2c738b0ac6a5cba8474774488ff89212ca
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:29 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51557c2c

www-apps/prewikka: [QA] inherit eutils.eclass directly

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

 www-apps/prewikka/prewikka-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/prewikka/prewikka-5.1.1.ebuild 
b/www-apps/prewikka/prewikka-5.1.1.ebuild
index b15b4998aae..64f10b7f378 100644
--- a/www-apps/prewikka/prewikka-5.1.1.ebuild
+++ b/www-apps/prewikka/prewikka-5.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="ssl"
 
-inherit distutils-r1
+inherit distutils-r1 eutils
 
 DESCRIPTION="Graphical front-end analysis console for the Prelude Framework"
 HOMEPAGE="https://www.prelude-siem.org;



[gentoo-commits] repo/gentoo:master commit in: x11-terms/terminator/

2020-02-16 Thread David Seifert
commit: 3cec2c6a9b1e8bc5fdf33538268787c704c1ab73
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:24:35 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:24:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cec2c6a

x11-terms/terminator: [QA] inherit eutils.eclass directly

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

 x11-terms/terminator/terminator-1.91.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/terminator/terminator-1.91.ebuild 
b/x11-terms/terminator/terminator-1.91.ebuild
index ee1a1f1e021..835d3640e10 100644
--- a/x11-terms/terminator/terminator-1.91.ebuild
+++ b/x11-terms/terminator/terminator-1.91.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
-inherit gnome2 distutils-r1 virtualx
+inherit eutils gnome2 distutils-r1 virtualx
 
 DESCRIPTION="Multiple GNOME terminals in one window"
 HOMEPAGE="https://launchpad.net/terminator/;



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

2020-02-16 Thread David Seifert
commit: aa897731a7035e42fcfddec02f2e7fa44b1ddfe3
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:23:39 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:23:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa897731

media-gfx/mcomix: [QA] inherit eutils.eclass directly

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

 media-gfx/mcomix/mcomix-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/mcomix/mcomix-1.2.1.ebuild 
b/media-gfx/mcomix/mcomix-1.2.1.ebuild
index 8eaf5d5a996..c34c73cf85a 100644
--- a/media-gfx/mcomix/mcomix-1.2.1.ebuild
+++ b/media-gfx/mcomix/mcomix-1.2.1.ebuild
@@ -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
 
 EAPI="5"
@@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite"
 
 PLOCALES="ca cs de el es fa fr gl he hr hu id it ja ko nl pl pt_BR ru sv uk 
zh_CN zh_TW"
 
-inherit distutils-r1 l10n xdg-utils
+inherit distutils-r1 eutils l10n xdg-utils
 
 DESCRIPTION="A fork of comix, a GTK image viewer for comic book archives"
 HOMEPAGE="https://sourceforge.net/p/mcomix/wiki/Home/;



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

2020-02-16 Thread David Seifert
commit: 3edaea40f8071567daec98d1209f1b96af7a28a5
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:23:56 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:23:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edaea40

media-sound/grip: [QA] inherit eutils.eclass directly

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

 media-sound/grip/grip-4.0.1-r1.ebuild | 2 +-
 media-sound/grip/grip-4.1.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/grip/grip-4.0.1-r1.ebuild 
b/media-sound/grip/grip-4.0.1-r1.ebuild
index c89721d90b0..7c0a4b85f94 100644
--- a/media-sound/grip/grip-4.0.1-r1.ebuild
+++ b/media-sound/grip/grip-4.0.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit flag-o-matic toolchain-funcs libtool
+inherit eutils flag-o-matic toolchain-funcs libtool
 
 DESCRIPTION="GTK+ based Audio CD Player/Ripper"
 HOMEPAGE="https://sourceforge.net/projects/grip/;

diff --git a/media-sound/grip/grip-4.1.0.ebuild 
b/media-sound/grip/grip-4.1.0.ebuild
index 41737016470..ea1d05e4b63 100644
--- a/media-sound/grip/grip-4.1.0.ebuild
+++ b/media-sound/grip/grip-4.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit flag-o-matic toolchain-funcs libtool
+inherit eutils flag-o-matic toolchain-funcs libtool
 
 DESCRIPTION="GTK+ based Audio CD Player/Ripper"
 HOMEPAGE="https://sourceforge.net/projects/grip/;



[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-toolkit/

2020-02-16 Thread David Seifert
commit: 4d24dbba4a08c619e6c200992df6f3f2f5cd2e19
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:23:30 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:23:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d24dbba

dev-util/nvidia-cuda-toolkit: [QA] inherit eutils.eclass directly

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

 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.0.130.ebuild  | 4 ++--
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild| 2 +-
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild | 2 +-
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r2.ebuild | 2 +-
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.44.ebuild| 4 ++--
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.61.ebuild| 4 ++--
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.0.176.ebuild   | 4 ++--
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.1.85.ebuild| 4 ++--
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.2.88.ebuild| 4 ++--
 9 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.0.130.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.0.130.ebuild
index 3648b9f3e12..cdad9555667 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.0.130.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.0.130.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit check-reqs cuda toolchain-funcs unpacker versionator
+inherit check-reqs cuda eutils toolchain-funcs unpacker versionator
 
 MYD=$(get_version_component_range 1-2)
 DRIVER_PV="410.48"

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild
index 74808ce7320..14675458fcc 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.14.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit check-reqs cuda toolchain-funcs unpacker versionator
+inherit check-reqs cuda eutils toolchain-funcs unpacker versionator
 
 MYD=$(get_version_component_range 1)_$(get_version_component_range 2)
 

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild
index 0f0d28b1878..223db1690d2 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit check-reqs cuda toolchain-funcs unpacker versionator
+inherit check-reqs cuda eutils toolchain-funcs unpacker versionator
 
 MYD=$(get_version_component_range 1)_$(get_version_component_range 2)
 

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r2.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r2.ebuild
index 38d3316efba..5ea578feb05 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r2.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit check-reqs cuda toolchain-funcs unpacker versionator
+inherit check-reqs cuda eutils toolchain-funcs unpacker versionator
 
 MYD=$(get_version_component_range 1-2)
 

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.44.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.44.ebuild
index 45b0828f1ec..858a9dbd0ac 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.44.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.44.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit check-reqs cuda toolchain-funcs unpacker versionator
+inherit check-reqs cuda eutils toolchain-funcs unpacker versionator
 
 MYD=$(get_version_component_range 1-2)
 

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.61.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.61.ebuild
index fe087931848..01895955bac 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.61.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-8.0.61.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit check-reqs cuda toolchain-funcs unpacker versionator
+inherit check-reqs cuda eutils toolchain-funcs unpacker versionator
 
 MYD=$(get_version_component_range 1-2)
 DRIVER_PV="375.26"

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.0.176.ebuild 

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

2020-02-16 Thread David Seifert
commit: aaa22115306ee489066cf2e16959c9ad4e7e8395
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 16 20:23:42 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 16 20:23:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa22115

media-gfx/sane-backends: [QA] inherit eutils.eclass directly

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

 media-gfx/sane-backends/sane-backends-1.0.27-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sane-backends/sane-backends-1.0.27-r3.ebuild 
b/media-gfx/sane-backends/sane-backends-1.0.27-r3.ebuild
index 3f1a9bbf3db..149f3fdc347 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.27-r3.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.27-r3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit flag-o-matic multilib-minimal systemd toolchain-funcs udev user
+inherit eutils flag-o-matic multilib-minimal systemd toolchain-funcs udev user
 
 # gphoto and v4l are handled by their usual USE flags.
 # The pint backend was disabled because I could not get it to compile.



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

2020-02-16 Thread Georgy Yakovlev
commit: eea9b92e35083ca891e3eb0f0a243a612fad4f20
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Feb 16 09:32:24 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Feb 16 20:14:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea9b92e

app-misc/skim: drop old

Closes: https://bugs.gentoo.org/694416
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-misc/skim/Manifest  | 28 
 app-misc/skim/skim-0.5.2.ebuild | 74 -
 2 files changed, 102 deletions(-)

diff --git a/app-misc/skim/Manifest b/app-misc/skim/Manifest
index eee369f0181..cbc83af4242 100644
--- a/app-misc/skim/Manifest
+++ b/app-misc/skim/Manifest
@@ -1,19 +1,12 @@
-DIST aho-corasick-0.6.4.crate 25443 BLAKE2B 
b866fec3f2d7bf39152b30d4c95c921c3912c832cb5d7016c771bf19cb8bf02851ee942c891cc95f339b35c0545f9b45e26ce893486660b26227129aa7792b84
 SHA512 
0191f627896469bdb271f1b9d2f3d3b0f7952579cd07c2659996ad66a961dbe605c6a4a929100d6b9c246e65199c0e180b1e8349943f06a6f08250e003e62b65
 DIST aho-corasick-0.7.3.crate 55093 BLAKE2B 
16dfd6505ac34c1b0351c736a913852a354da64177fbf8fabf35212a4deea087150ed7e558787061da1e71c995e3c876c155eb1c629865cc282ab8aee06c9539
 SHA512 
4250dc8fa38ad74e0c25375744f34eb06ff3bddbf16d6b4d757a9053ca16c3945d15c8f9deb11ea55d30b6d1c1744c4bccc388a4413b723a429445bf5ef3ffa9
-DIST ansi_term-0.10.2.crate 16642 BLAKE2B 
69c001a07e02f48eeea8d63b1a242fc1eeb2ab9cb874e6c0e6cf40efbb6a1d585572330f9b69abb4d8df3012edc6e861854f816571b35aa55ee759fce79f1203
 SHA512 
ad4572845913cb21fdd9d8c0bffc5fce1571ef62c32fe83fd41262f7955e918400a446077494038299c4c0dfb0bd030d089336b3f169e726a5e15ee5c78ea3b5
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST arrayvec-0.4.10.crate 26133 BLAKE2B 
43772765a9be4e3e6dd5b2ee8864f7894aab3128123a673fd0ddf18dafb69d7ed94709dad6de26e222f080b1de83d31aacbb3419b1d926ec4005de64e4db8b30
 SHA512 
8aa327fcc18220da496c63c76a521c383c7d506e8c39448f5cc6535c47b8c70ca74f73322b0c368fae7b8a8cec11c9854ac45b4eb7e537fed34e007aa3ad175f
 DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
-DIST atty-0.2.3.crate 5486 BLAKE2B 
5c1b3bc8cd680ae639302d51fd54a10ad2595ed112d7e179d200d81a0c3bce326cde22458c9c757beb6601f00fcb61000f6f1785b7ca6832ca28b9f58472d604
 SHA512 
9c944334333ca59d28588e164d2a68750eaf889dcc6b28bc49fe9a7990e0b1694d302a685142866362b7b97ef3f36daa410b59d6222e99cf6f096836850794cb
-DIST bitflags-1.0.1.crate 13451 BLAKE2B 
ee1cdfad0af901176ae435f4a7096cde698de4a6ab6a49330870ddfe5a9f9836a91c9866dba9889163e31a68a009fa14c9cbc355a011bf45468a9773022c33fc
 SHA512 
6ca3a06645534769fb5c5ad91958e9e802db5a4b49a2a11b0be5243d7e92e32e552183a7ba8d7052f8543f642bc0e4799ef0f36013f64e5c60f4e98bbb26e465
 DIST bitflags-1.0.4.crate 15282 BLAKE2B 
63f5feb47460c344983cef8822804b1c4ac2f3adfffcf206df2b05fafb9c7bfd73986721cde46705a3e4a0dc72a40683e4d369f2339adfc1b55208bad1766875
 SHA512 
81850d2be62eabb8486024ab263da67e6eb8ebfa732cac3a5d46a9186c564b2065cba15fa3da468bbd26eaf2b67038680e5de19d5dd99d78f60dae8a1776c8de
 DIST byteorder-1.3.1.crate 20959 BLAKE2B 
dcc5d3b97a0bd82272616599454673790d64d799b699b9e339feaf1d8a75b64b6f4cde19642d5359babf6c769b14325b89a51d29594f1e8ce48c2190348bd4cf
 SHA512 
b8d8273293f776cf567dbb9357e73a65cfd352461963b2ba202959bb48338f5e14eaebb221f940c09dc0b3214924e40194f6952c32631f20a18030ad22258c25
-DIST cc-1.0.17.crate 42064 BLAKE2B 
1b21666998f1a4746b069f0ac034b35203b52cb1bf712b5cd9bd2414b83121b0b8a6770b97b518843f7b65bd1546fcf448643a56bfc3e5b91a839afaf8f9c15e
 SHA512 
565f93c7b1803e484f3602f9942c8d6f30e117c299dbc603cd187dd15f136d737cf84fb6138b405ec4d6e381f1ba2f3c0acb845fcb39b92f6e24c8f59a098c5a
 DIST cc-1.0.31.crate 42956 BLAKE2B 
87e79061397a0e12ad4f3a32ab0b4bba764260c7de11eea055163538c749e8da32b95ad5efcb69ab72d210e0e7aed68c79f9ece33352b4cdacc5c1ec6d11f3cb
 SHA512 
d6efba4c53fc8f11fdd685efb2759dbbbe53e65ae7878a61805b110c5a6028debb89a3e6d740bf7fd71055613de4fe92daaa98f34f86473c5a410ce3f17052df
-DIST cfg-if-0.1.3.crate 7115 BLAKE2B 
748cb334312efe8a1410a0dda75db94ea2e6a6915a6293cec35cdfc72f9491a6fde32691c53cbac20f705760725dcc766107a15a4bee41481beb724ea8588a6c
 SHA512 
88537e4b53f5553fdee16c4949de0bb0fdf12576b9a1d197fc7edd00d41c47972d481227bb6311bec774099cde27195fe319f28f4385a4091f06849dceabd34d
 DIST cfg-if-0.1.7.crate 7360 BLAKE2B 
0f9a457501441c9d3408a40efb199196490bc22f4c14565703ee09dacac2a0b4e1704c05853bd4662977d487c7723521cb733881a9bafad3ff46d775acd0
 SHA512 

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

2020-02-16 Thread Georgy Yakovlev
commit: 48419f91e3714e39a53739d1504810242c99
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Feb 16 09:31:46 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Feb 16 20:14:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48419f94

app-misc/skim: 0.6.9 amd64 stable

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

 app-misc/skim/skim-0.6.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/skim/skim-0.6.9.ebuild b/app-misc/skim/skim-0.6.9.ebuild
index c5c1eb4ea51..6d4ce1d790d 100644
--- a/app-misc/skim/skim-0.6.9.ebuild
+++ b/app-misc/skim/skim-0.6.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2019 Gentoo Authors
+# Copyright 2017-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -83,7 +83,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})"
 
 LICENSE="Apache-2.0 MIT MPL-2.0 Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE="tmux vim"
 
 RDEPEND="



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

2020-02-16 Thread Georgy Yakovlev
commit: f477fa247d02fc183c6b92228c4a92b43624334f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Feb 16 09:29:30 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Feb 16 20:14:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f477fa24

app-misc/skim: bump to 0.7.0

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

 app-misc/skim/Manifest  |  13 +
 app-misc/skim/skim-0.7.0.ebuild | 117 
 2 files changed, 130 insertions(+)

diff --git a/app-misc/skim/Manifest b/app-misc/skim/Manifest
index 1c103552497..eee369f0181 100644
--- a/app-misc/skim/Manifest
+++ b/app-misc/skim/Manifest
@@ -18,16 +18,22 @@ DIST clap-2.32.0.crate 196073 BLAKE2B 
c262241a3ad1d0f944467f4ea9884ca3dc05b5e056
 DIST crossbeam-deque-0.2.0.crate 12638 BLAKE2B 
cbf76e49fee9e1274e295f0958458a6f8f6f0bc449a83011da3dfc64607a649ff6a72102b9ff7784e0ce2b33bb317e4a927eebb749bb9cf31a7ce89e5aca8f7e
 SHA512 
22a1b839ecd4359e3c961e5ff0a044f6f2bc14b5ceec4637c57bb5d26ad04840b0dc0a07f06b494f4b7e224f2a51e3e9a79bf7f895a73179a10705481b33d8a4
 DIST crossbeam-epoch-0.3.1.crate 33093 BLAKE2B 
915d28d3040232768a60956eaa3d574206ae7664a53af3a993acaa9fac0cca50af321923c3be71d2d1799b7a0d4eb617ddace861644a3c8b067ca360aacab34f
 SHA512 
8fc0641701fdb1d22fa60a5408aff96bbc296b975e6f9644859295abe6ee4729d86ada81969a51a09a7a8518f287ba41fdb258dd0143ce8d7db5abff604b955b
 DIST crossbeam-utils-0.2.2.crate 11901 BLAKE2B 
d089d4d810d3c29163a9c3007c5c3a2479901c111905182df0c24b293853e37107693ee0fb50f0984bb7dae76908a66f1be40667fe1eec31319e5c6e9979
 SHA512 
fc49d36efcb3a53125c1173415e27de43970c1d2f32547687e02c99001c98cb200047bd2b0072e47466515df5de9ee2104d1b83e7b4ccf03f0e3580a1d416f32
+DIST darling-0.10.2.crate 17620 BLAKE2B 
33d1fc3dc10fc971ea304efe5bf8084843241ca9c2a89e54e7c5227e53b1ad86749bd8693989ced6bf17805001909033aff92d600e7169a02dccf009fe60a88a
 SHA512 
b312a74e577cb2f889315ae42513c7f26597faff306a40281189be2101339661772016a5e197466bd85ef94c275e811adee1b7c0772458126677d1998ed6fb15
 DIST darling-0.8.6.crate 16146 BLAKE2B 
4c7d19ecdc6fb1e19aaf48b0237fb16c06a6eb7458fcfc52d03457ca673b9b382b10fcc348da14418b4105b5498ca5bcfee4307b9d75f0a1ce70705887b5196a
 SHA512 
c1b28f6c32e2e2bc7dc0710c0ec6f400a3065573fa9a248e069f17c4315d2594906aad9486abda32508acc9f3ae2b4014eb5119352fe37b92e2b344549e122a6
+DIST darling_core-0.10.2.crate 44339 BLAKE2B 
3ab3762840aa869baccf1030617a2a534c5d63019deb7ec5848cf4f80aa6304307ae32c4425264f1fda220a502110549812112d08f0f60261b30731ee47335af
 SHA512 
a0af8e8ebb8584973c20eac01fe9ae828744b5e86cbe268262f8710a2e0ad568bbc6cd051d5225cc536a0a1fcb1886233063c8c18ea16b45c47207ce64af89d9
 DIST darling_core-0.8.6.crate 44024 BLAKE2B 
6f623cee39ccf274eadf5a0909afb7a65d94e556d9cbe6fa5e213adf73f97ae732ee0f64244ab6fd6e0c9bf8d06077c1496f184cea8e5288d1b8db620c92ff98
 SHA512 
d0d5983ff11d47b469d64b2ee6ed3e0c493e5a847ddaa97244b8eea9ba00692980ca4fffb91029dd079db7c7a31790d8904e06855205edc4539eb2fdfddb
+DIST darling_macro-0.10.2.crate 1919 BLAKE2B 
6f07815ff5b333b6c34df08f3aec2e5af5385e60a94bf9d169701be19935d2a9292ec7396905d2caadddba38d3f70bc5e5c3f1167690f045b778b8fc8cb00985
 SHA512 
43a0e9091fe12ec986e229a73bc41e23b1815fecfe62df8eed74d2ef33f5c329c444f1568d3c966554ff0bb29220146ba8f30d1c2d77ed7dea9adea10dacd152
 DIST darling_macro-0.8.6.crate 1924 BLAKE2B 
73350f7ef0ef8e28706ceef8d50e593ef982a7762e1a3a0312e0280182f777ac0292a571f07cc2d468fbb6b4339b7cb0d73658ff09c7bf796928071e0c87f602
 SHA512 
94900319d079500fc9cfdbf5fbcb53c15d825cbc8cb7a50519cc8e8584871d2a9cd340277b60d85bd261c2bf2628fe5e3ff0d2f74b0b36a9e0bf404fee8c6e33
 DIST derive_builder-0.7.1.crate 30908 BLAKE2B 
5bb18cfe4af9ae479f0ce0c23e23fb4e93fe639dbddf6da0860ff2f7f4951d4d976288726d9f7ad863d7c58c2bc44cfdca7b876eef89c7290d9b6df4c43bc179
 SHA512 
367b7f66c593bfac2b2271e2d55dfb1418d485dd590ee0631cf1297e6d37b66bc6269d7b8c859b24f8e70c76b37e8cd047d463eee18f8013b1aed5b454fe63bc
+DIST derive_builder-0.9.0.crate 38161 BLAKE2B 
08bcbf8851ba813627a56e3f93a95f08a938e0cdd4f2a7971961eb5ecbdd3c96f6143214b49d8ae6cf6be166a934208ff7d0f768a3408868cab093872860e7dc
 SHA512 
e56a01ed13420ac024be394883e5cf148f83ea74d2488931216d84cd2e8f00953e2d61f9b81d34f18be40bda055c02614baeaa89d5fbb9d3defe9ed314f2ef95
 DIST derive_builder_core-0.4.1.crate 17157 BLAKE2B 
56a1ff198fb5fefa1186fa829eb79ddbbaf4efef191cc56ed41950a8e32a27bf980994a41ebedb84fa6432d10d8ed83022a95a858daa8047fa5570aad66f798a
 SHA512 
abb287b29f4c47741c7f87d96d23312f2880011a428613562de387326c76b15aef7e9449de3fa5c8f471330fe42639b9f06f7b9ceb16256fd97df764db80
+DIST derive_builder_core-0.9.0.crate 18328 BLAKE2B 
b7a70372bf9300a2957927dc6bf45d64ff923552d2aff463e9811cf295d8bf300f8e3a03c73d08e1f727e91bb0eca2d34e332bd65a1b43506b9d486e559c879a
 SHA512 
432e17868ffbbf6e776ae885eac33617ce06e5f1cb9610e2ced4f17a0d2aa46d3576ec3249f92275379d875cd90dd86ba4de882089ad620fe6497fcd301e4fdf
 DIST either-1.5.1.crate 11532 BLAKE2B 

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

2020-02-16 Thread Patrick McLean
commit: 3f9d03e9acee08e387d8bdcb10f5e7820a56c607
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Feb 16 19:59:01 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Feb 16 19:59:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9d03e9

dev-python/libtmux-0.8.2-r1: Pull in >=tmux-2.9a (maybe bug #709834)

It appears upstream tmux changes their error codes, so let's force a
recent version to make sure that the errors match modern Gentoo
installations.

Bug: https://bugs.gentoo.org/709834
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/libtmux/libtmux-0.8.2-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/libtmux/libtmux-0.8.2-r1.ebuild 
b/dev-python/libtmux/libtmux-0.8.2-r1.ebuild
index 778843b525c..a7793e8471d 100644
--- a/dev-python/libtmux/libtmux-0.8.2-r1.ebuild
+++ b/dev-python/libtmux/libtmux-0.8.2-r1.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
 inherit distutils-r1
 
 DESCRIPTION="python api for tmux"
@@ -14,8 +15,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
 
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="app-misc/tmux"
+RDEPEND=">=app-misc/tmux-2.9a"
 
 PATCHES=(
"${FILESDIR}/libtmux-0.8.2-tests.patch"



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

2020-02-16 Thread Patrick McLean
commit: 93a05aa264569039aa75f6af916d1a4bf51757fe
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Feb 16 19:32:11 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Feb 16 19:32:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a05aa2

app-misc/tmuxp-1.5.4: Move to DISTUTILS_USE_SETUPTOOLS

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

 app-misc/tmuxp/tmuxp-1.5.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/tmuxp/tmuxp-1.5.4.ebuild 
b/app-misc/tmuxp/tmuxp-1.5.4.ebuild
index 37b7cde1287..6f66cbb13cb 100644
--- a/app-misc/tmuxp/tmuxp-1.5.4.ebuild
+++ b/app-misc/tmuxp/tmuxp-1.5.4.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="tmux session manager. built on libtmux"
@@ -16,7 +17,6 @@ KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/kaptan[${PYTHON_USEDEP}]
>=dev-python/libtmux-0.8[${PYTHON_USEDEP}]


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

2020-02-16 Thread Sergei Trofimovich
commit: 9097e0e8399937b751ac38153f44a12f9f1c2b54
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Feb 16 19:23:13 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb 16 19:25:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9097e0e8

sys-libs/glibc: pull 2.30 and 2.31 upstream patches, bug #708758

Among other things patches to fix posix_spawn syscall on mips
and other targets..

Reported-by: Joshua Kinard
Closes: https://bugs.gentoo.org/708758
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-libs/glibc/Manifest |2 +
 sys-libs/glibc/glibc-2.30-r4.ebuild | 1490 ++
 sys-libs/glibc/glibc-2.31-r1.ebuild | 1493 +++
 3 files changed, 2985 insertions(+)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 3e9b46ae103..abcf78681bc 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -17,7 +17,9 @@ DIST glibc-2.29-patches-8.tar.xz 102712 BLAKE2B 
49aacff358c0f8499c444e73eec92f40
 DIST glibc-2.29.tar.xz 16515488 BLAKE2B 
b754e6825176538a2b8ca03fce014f0d87d333dc4d038bf0cda5ee8a2f484cd3ce93ad78ec126737e093ab64b55ceedf04cd08aecb4f8041daaa329e99717afa
 SHA512 
146bc0769fe853d9edbf93cea7f74c5b3d84d69cb7614c62588e7acdecd1ec789a9d8949f3e8b99f8f36f2ccac740a003bed94f32b07817baf780b06cfeb6ed0
 DIST glibc-2.30-patches-3.tar.xz 20412 BLAKE2B 
8cd588284bf07985262a0289d8cbae03b0a75c48110fed6152c0431dc4f729a9695df910b1521a6072e9736b26145bf372d5b60163f64f4556f17f2f9f223e11
 SHA512 
0da9107518117a1cf901d282f2b84a2f4780130ab9eb7025ffd8b7e629aa6fd5f05b293dd49fc3c300bc2e74e7f81fc1f8a7cb12428b2be086a160d429715758
 DIST glibc-2.30-patches-4.tar.xz 32428 BLAKE2B 
7bdcf6f64b22d19b1ef79f466ed0c6e7a289900fbde46eec2a0f4c5458f2088928c1c3f7534eb9794659598d39d2bca21e0922d0cd0f8a459e744abe9197807c
 SHA512 
a80c3a304bcb1acf3a71e5f55782c8aed09747139d6f554bd81b66cef77fcdf33fb943a30cc29e0b9f34cc3d005b08f11f74365b3f9ab32754ce63cbc530ad46
+DIST glibc-2.30-patches-5.tar.xz 62504 BLAKE2B 
19797021000cbf0951144aa7d72b3a16c8e21677f3af8a34dba2813d1547b9773d50412492dec9c0be50c4734fdc49459a482bb2724f06bbe0be4729f19aff28
 SHA512 
58567963b3802aa3f51a4a462557b89fc46c930b3a0613536e650a66f95cadaa96305a2ba0d59acf2c959ceda64aa7089e86b60cd0e3e68af68612c38c96b9d6
 DIST glibc-2.30.tar.xz 16576920 BLAKE2B 
bd5aae4c9854f40785b91f83c3b632de6d48d811027ddfe61651cb1bc617db8017d7914c23a770cdd3feed06fcc316da841eea916cdba54179e7eace4ea45484
 SHA512 
37483990cd653685873e96c45dd1651b32b441b6d7919a68ebe3bae31a0c3f7ce183fc9b110f0b268b353f80312f18370559a1e7aecea0e5aa755c8f2aef1d6b
 DIST glibc-2.31-patches-1.tar.xz 17796 BLAKE2B 
ba843ec675b094de63e0d8e76f8583f5a930cc355825aafd013aa650b57c766051ffb1825da8bf46290cb797cf4a7ca1d553e8f8ad3c5518bf499bedd98f1414
 SHA512 
cdf1238391c2e7973b0d82e37672b49205a273c5d2b1df2b47aba710f7cc5fbebf4fe76af5dd219327e22de62e1ff1c7c36092952a5a80ed6276f869e40dc718
+DIST glibc-2.31-patches-2.tar.xz 23736 BLAKE2B 
181ba7f774e2964efdbe6f9f0540c27e18afe76854efcad3be5e5c277cf2e671d0f21752d1d42cb82f1e60a58f76f89a4997c12b74585f88ecbab85dff459c63
 SHA512 
1e9ae2e0cfffd80cc7219a7f989e18987b0ecaaa6e92516f823c7f3febb8fb5c86d8d9c3d9fecb98fdda699f6d7b00660d6ca3f2fee84db60f16a76d723d0b7e
 DIST glibc-2.31.tar.xz 16676764 BLAKE2B 
91df1792345f157265eae405185a81fd4b8ce36d4c2388f44b0d5b1ae38174ea374cbc909cd260770b9f38ea58051da13766d4fa22abf41c2d4a2493257b179b
 SHA512 
735e4c0ef10418b6ea945ad3906585e5bbd8b282d76f2131309dce4cec6b15066a5e4a3731773ce428a819b542579c9957867bb0abf05ed2030983fca4412306
 DIST glibc--patches-15.tar.xz 17792 BLAKE2B 
fe351b7c71418a4707c96fbc6832f831947515bb2ce01fcfa9a9ea410f543a50b8c013e26f10587b283acbab4e988272e8db770112b2961b11c89b20b4a408f7
 SHA512 
37db45d1d04ad1130319a58d04774a2ada0f026bacd444625782b4dcf5a98a7019a17e132dd1e497968f43fde2c974bbe09a41e164831769a9e95bc8e2117103

diff --git a/sys-libs/glibc/glibc-2.30-r4.ebuild 
b/sys-libs/glibc/glibc-2.30-r4.ebuild
new file mode 100644
index 000..807c5b3944d
--- /dev/null
+++ b/sys-libs/glibc/glibc-2.30-r4.ebuild
@@ -0,0 +1,1490 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit python-any-r1 prefix eutils toolchain-funcs flag-o-matic gnuconfig \
+   multilib systemd multiprocessing
+
+DESCRIPTION="GNU libc C library"
+HOMEPAGE="https://www.gnu.org/software/libc/;
+LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
+SLOT="2.2"
+
+EMULTILIB_PKG="true"
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://sourceware.org/git/glibc.git;
+   inherit git-r3
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86"
+   SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
+fi
+
+RELEASE_VER=${PV}
+
+GCC_BOOTSTRAP_VER=20180511
+
+# Gentoo patchset
+PATCH_VER=5
+PATCH_DEV=slyfox
+

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

2020-02-16 Thread Patrick McLean
commit: bd05d99800a29426e1fbe5572aec1a887587c854
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Feb 16 19:05:00 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Feb 16 19:05:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd05d998

net-misc/openssh-8.2_p1-r1: Refactor upgrade warnings again

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

 net-misc/openssh/openssh-8.2_p1-r1.ebuild | 88 +++
 1 file changed, 44 insertions(+), 44 deletions(-)

diff --git a/net-misc/openssh/openssh-8.2_p1-r1.ebuild 
b/net-misc/openssh/openssh-8.2_p1-r1.ebuild
index aa9c926b3f7..23a61c4f6d0 100644
--- a/net-misc/openssh/openssh-8.2_p1-r1.ebuild
+++ b/net-misc/openssh/openssh-8.2_p1-r1.ebuild
@@ -415,47 +415,53 @@ src_install() {
 }
 
 pkg_preinst() {
-   has_version "<${CATEGORY}/${PN}-5.8_p1" && show_ecdsa_warning=1
-   has_version "<${CATEGORY}/${PN}-7.0_p1" && show_tcpd_warning=1
-   has_version "<${CATEGORY}/${PN}-7.1_p1" && show_dss_warning=1
-   has_version "<${CATEGORY}/${PN}-7.6_p1" && show_ssh1_warning=1
-   has_version "<${CATEGORY}/${PN}-7.7_p1" && show_ldap_warning=1
-   has_version "<${CATEGORY}/${PN}-8.2_p1" && show_restart_warning=1
+   if ! use ssl && has_version "${CATEGORY}/${PN}[ssl]"; then
+   show_ssl_warning=1
+   fi
 }
 
 pkg_postinst() {
-   if [[ -n ${show_ecdsa_warning} ]]; then
-   elog "Starting with openssh-5.8p1, the server will default to a 
newer key"
-   elog "algorithm (ECDSA).  You are encouraged to manually update 
your stored"
-   elog "keys list as servers update theirs.  See ssh-keyscan(1) 
for more info."
-   fi
-   if [[ -n ${show_tcpd_warning} ]]; then
-   elog "Starting with openssh-6.7, support for USE=tcpd has been 
dropped by upstream."
-   elog "Make sure to update any configs that you might have.  
Note that xinetd might"
-   elog "be an alternative for you as it supports USE=tcpd."
-   fi
-   if [[ -n ${show_dss_warning} ]]; then #557388 #18
-   elog "Starting with openssh-7.0, support for ssh-dss keys were 
disabled due to their"
-   elog "weak sizes.  If you rely on these key types, you can 
re-enable the key types by"
-   elog "adding to your sshd_config or ~/.ssh/config files:"
-   elog "  PubkeyAcceptedKeyTypes=+ssh-dss"
-   elog "You should however generate new keys using rsa or 
ed25519."
-
-   elog "Starting with openssh-7.0, the default for 
PermitRootLogin changed from 'yes'"
-   elog "to 'prohibit-password'.  That means password auth for 
root users no longer works"
-   elog "out of the box.  If you need this, please update your 
sshd_config explicitly."
-   fi
-   if [[ -n ${show_ssh1_warning} ]] ; then
-   elog "Starting with openssh-7.6p1, openssh upstream has removed 
ssh1 support entirely."
-   elog "Furthermore, rsa keys with less than 1024 bits will be 
refused."
-   fi
-   if [[ -n ${show_ldap_warning} ]]; then
-   elog "Starting with openssh-7.7p1, we no longer patch openssh 
to provide LDAP functionality."
-   elog "Install sys-auth/ssh-ldap-pubkey and use OpenSSH's 
\"AuthorizedKeysCommand\" option"
-   elog "if you need to authenticate against LDAP."
-   elog "See https://wiki.gentoo.org/wiki/SSH/LDAP_migration for 
more details."
-   fi
-   if ! use ssl && has_version "${CATEGORY}/${PN}[ssl]" ; then
+   local old_ver
+   for old_ver in ${REPLACING_VERSIONS}; do
+   if ver_test "${old_ver}" -lt "5.8_p1"; then
+   elog "Starting with openssh-5.8p1, the server will 
default to a newer key"
+   elog "algorithm (ECDSA).  You are encouraged to 
manually update your stored"
+   elog "keys list as servers update theirs.  See 
ssh-keyscan(1) for more info."
+   fi
+   if ver_test "${old_ver}" -lt "7.0_p1"; then
+   elog "Starting with openssh-6.7, support for USE=tcpd 
has been dropped by upstream."
+   elog "Make sure to update any configs that you might 
have.  Note that xinetd might"
+   elog "be an alternative for you as it supports 
USE=tcpd."
+   fi
+   if ver_test "${old_ver}" -lt "7.1_p1"; then #557388 #18
+   elog "Starting with openssh-7.0, support for ssh-dss 
keys were disabled due to their"
+   elog "weak sizes.  If you rely on these key types, you 
can re-enable the key types by"
+   elog "adding to your sshd_config or ~/.ssh/config 
files:"
+   elog "  PubkeyAcceptedKeyTypes=+ssh-dss"
+   elog "You 

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

2020-02-16 Thread Andreas Sturmlechner
commit: 1e7d888b739e1a35afa26470dbe6f87c37b9c380
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 16 18:46:09 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 16 18:49:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7d888b

profiles: Drop duplicate package.mask entry

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

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 4967bc29b06..86b4c52f92a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -368,11 +368,6 @@ media-gfx/pycam
 # Removal in 30 days.  Bug #578234, #685928.
 app-i18n/zhcon
 
-# Andreas Sturmlechner  (2020-01-26)
-# No revdeps, blocks dev-python/pygtk cleanup, bug #706476
-# Masked for removal in 30 days.
-dev-python/pygtkhelpers
-
 # Michał Górny  (2020-01-26)
 # Unmaintained.  Not bumped since Mar 2018.  No py3.7 compat.  Forces
 # old version of dev-python/idna.



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

2020-02-16 Thread Andreas Sturmlechner
commit: f6535447bf36d84c5a6bd7187201ec401bbee4d3
Author: Julius Putra Tanu Setiaji  gmail  com>
AuthorDate: Tue Jan 28 18:46:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 16 18:49:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6535447

media-libs/aften: Fix src_install crashing on Gentoo Prefix

Closes: https://bugs.gentoo.org/706814
Signed-off-by: Julius Putra Tanu Setiaji  gmail.com>
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/14489
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/aften/aften-0.0.8-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/aften/aften-0.0.8-r2.ebuild 
b/media-libs/aften/aften-0.0.8-r2.ebuild
index cb3a41a3829..f1dd9d2fa9e 100644
--- a/media-libs/aften/aften-0.0.8-r2.ebuild
+++ b/media-libs/aften/aften-0.0.8-r2.ebuild
@@ -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
 
 EAPI=6
@@ -32,5 +32,5 @@ src_install() {
cmake-utils_src_install
dodoc README Changelog
# File collision with media-sound/wavbreaker, upstream informed
-   mv "${D}"/usr/bin/wavinfo{,-aften} || die
+   mv "${ED}"/usr/bin/wavinfo{,-aften} || die
 }



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

2020-02-16 Thread Patrick McLean
commit: 55e592c08f102b19a5e508909169a83de6fb035c
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Feb 16 18:32:41 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Feb 16 18:32:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e592c0

sys-kernel/vanilla-sources-5.5.4: Version bump

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.5.3.ebuild => vanilla-sources-5.5.4.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index e96588e00b9..b9a8fa22bf6 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -11,4 +11,4 @@ DIST patch-4.19.104.xz 2840408 BLAKE2B 
7f7750e0dd17da13402cb0693ced602cced03b6d8
 DIST patch-4.4.214.xz 3046748 BLAKE2B 
cd838e161312f948dfbee7dc483dff2936ffb06b1a1f9c6f8c5313e1e3606d695cbcdcf379667d8c015e3c73280c7c9a579a505b041787e261aa92dc0075ec5f
 SHA512 
dfdcca9b5ce1ca76a98c4f39f00a8f0365cd81d60b5e87ba64fbe9433af0168827fcaec849cf6f7a316c42f26176f2a435b913c2eee5fdae7b559414dc20cdd9
 DIST patch-4.9.214.xz 3378816 BLAKE2B 
5115bc7f6cf0078651ea79d4a1b08f53fb5cdcf27500beb84aa46c7a90c2ccba211cc2e4b87a49fcea7eadb86bbdf02bd3c37dc7845a3d39dd4cb02050faaf19
 SHA512 
795cf8d4c4813079ede66886d57ee9c895c2e18c116cce1551808f9a993a2b5b96f524ab6f37b6990176522026590859c3880c823a21c1b9629adfbd6c537416
 DIST patch-5.4.20.xz 776552 BLAKE2B 
bad2a95ed8521ac5c379fe91e16d60b2a38de19b9239755084621e5230677b232ec4cf9e2e8161c0022daff43fdbb37d5b5b5bfdc9e932ef3a860bcd17f640f8
 SHA512 
65fbcdbd41e35c17601ff15bbe33933be2ab7a694aa181a0b802cc11c1c653c9b688dbb382076cbad05983a0c07467955c035ae25f5175f7ce5bc24339303d77
-DIST patch-5.5.3.xz 165588 BLAKE2B 
a37dece7324384bce5fb834344f98856fcfed838f760f4dae1cfa1602b7d62d41b685cfbc0fb1caece47cd16aae85704dca76e8217bede0a75ba7d79769cf0b3
 SHA512 
afd2a60710ea5d153611bc2b4cb523552cddc111ee06d1eb722467b46ed81038553c9643f847c7e16ca2d632c03c886ace60b6c6f755ea6ed5aca22cc0bc89cc
+DIST patch-5.5.4.xz 198296 BLAKE2B 
bc87262214989778da3cf24f486c6872bc1a84343cda021a49cdfc63629e77ab12ac85b53870ea25934669316c968c9e8b8cd97b3112d8dc691f8b5df5a4d8a1
 SHA512 
377d6f9e6c34cbc4ac451beb4e664d6292371c4a20d8b0e6b23fae223f5ffd6c5b17c1e561fd9178c908c46475d2d1feab0fc7fe47bbcf1da917813834b3

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



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

2020-02-16 Thread Patrick McLean
commit: a225fe10e4c21edd8915543c2a4318b00d2144c6
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Feb 16 18:29:52 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Feb 16 18:30:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a225fe10

net-misc/openssh-8.1_p1-r2: Disable X509 and security-key (bug #709808)

This also makes the warning about restarting sshd actually show when it
is intended to. This refactors all version warnings by using a flag
variable set in pkg_preinst to decide whether to show the warning in
pkg_postinst.

Closes: https://bugs.gentoo.org/709808
Bug: https://bugs.gentoo.org/709748
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrick McLean  gentoo.org>

 net-misc/openssh/openssh-8.2_p1-r1.ebuild | 23 ---
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/net-misc/openssh/openssh-8.2_p1-r1.ebuild 
b/net-misc/openssh/openssh-8.2_p1-r1.ebuild
index 8f034074203..aa9c926b3f7 100644
--- a/net-misc/openssh/openssh-8.2_p1-r1.ebuild
+++ b/net-misc/openssh/openssh-8.2_p1-r1.ebuild
@@ -41,7 +41,7 @@ REQUIRED_USE="
ldns? ( ssl )
pie? ( !static )
static? ( !kerberos !pam )
-   X509? ( !sctp ssl )
+   X509? ( !sctp !security-key ssl )
test? ( ssl )
 "
 
@@ -414,18 +414,27 @@ src_install() {
systemd_newunit "${FILESDIR}"/sshd_at.service 'sshd@.service'
 }
 
+pkg_preinst() {
+   has_version "<${CATEGORY}/${PN}-5.8_p1" && show_ecdsa_warning=1
+   has_version "<${CATEGORY}/${PN}-7.0_p1" && show_tcpd_warning=1
+   has_version "<${CATEGORY}/${PN}-7.1_p1" && show_dss_warning=1
+   has_version "<${CATEGORY}/${PN}-7.6_p1" && show_ssh1_warning=1
+   has_version "<${CATEGORY}/${PN}-7.7_p1" && show_ldap_warning=1
+   has_version "<${CATEGORY}/${PN}-8.2_p1" && show_restart_warning=1
+}
+
 pkg_postinst() {
-   if has_version "<${CATEGORY}/${PN}-5.8_p1" ; then
+   if [[ -n ${show_ecdsa_warning} ]]; then
elog "Starting with openssh-5.8p1, the server will default to a 
newer key"
elog "algorithm (ECDSA).  You are encouraged to manually update 
your stored"
elog "keys list as servers update theirs.  See ssh-keyscan(1) 
for more info."
fi
-   if has_version "<${CATEGORY}/${PN}-7.0_p1" ; then
+   if [[ -n ${show_tcpd_warning} ]]; then
elog "Starting with openssh-6.7, support for USE=tcpd has been 
dropped by upstream."
elog "Make sure to update any configs that you might have.  
Note that xinetd might"
elog "be an alternative for you as it supports USE=tcpd."
fi
-   if has_version "<${CATEGORY}/${PN}-7.1_p1" ; then #557388 #18
+   if [[ -n ${show_dss_warning} ]]; then #557388 #18
elog "Starting with openssh-7.0, support for ssh-dss keys were 
disabled due to their"
elog "weak sizes.  If you rely on these key types, you can 
re-enable the key types by"
elog "adding to your sshd_config or ~/.ssh/config files:"
@@ -436,11 +445,11 @@ pkg_postinst() {
elog "to 'prohibit-password'.  That means password auth for 
root users no longer works"
elog "out of the box.  If you need this, please update your 
sshd_config explicitly."
fi
-   if has_version "<${CATEGORY}/${PN}-7.6_p1" ; then
+   if [[ -n ${show_ssh1_warning} ]] ; then
elog "Starting with openssh-7.6p1, openssh upstream has removed 
ssh1 support entirely."
elog "Furthermore, rsa keys with less than 1024 bits will be 
refused."
fi
-   if has_version "<${CATEGORY}/${PN}-7.7_p1" ; then
+   if [[ -n ${show_ldap_warning} ]]; then
elog "Starting with openssh-7.7p1, we no longer patch openssh 
to provide LDAP functionality."
elog "Install sys-auth/ssh-ldap-pubkey and use OpenSSH's 
\"AuthorizedKeysCommand\" option"
elog "if you need to authenticate against LDAP."
@@ -464,7 +473,7 @@ pkg_postinst() {
elog ""
fi
 
-   if has_version "<${CATEGORY}/${PN}-8.2_p1"; then
+   if [[ -n ${show_restart_warning} ]]; then
ewarn "After upgrading to openssh-8.2p1 please restart sshd, 
otherwise you"
ewarn "will not be able to establish new sessions. Restarting 
sshd over a ssh"
ewarn "connection is generally safe."



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

2020-02-16 Thread Mart Raudsepp
commit: e9820aebd921d5c2266a4d4fecfe6e14cac22485
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb 16 18:02:05 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb 16 18:02:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9820aeb

mail-client/geary: downgrade appstream-glib dep to bdepend

Upstream only ensures appdata.its is present (even though it's now
available from latest gettext too), not needed at runtime.

Fixes: 76b8fd2013370ba18a9beab938c64032f11a7331
Bug: https://bugs.gentoo.org/702030
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 mail-client/geary/geary-3.34.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/geary/geary-3.34.2-r3.ebuild 
b/mail-client/geary/geary-3.34.2-r3.ebuild
index dc4d077d3cd..babca1939ee 100644
--- a/mail-client/geary/geary-3.34.2-r3.ebuild
+++ b/mail-client/geary/geary-3.34.2-r3.ebuild
@@ -30,7 +30,6 @@ DEPEND="
>=dev-libs/gmime-2.6.17:2.6
>=dev-db/sqlite-3.12:3
 
-   >=dev-libs/appstream-glib-0.7.10
app-text/enchant:2
>=dev-libs/folks-0.11:0
>=app-crypt/gcr-3.10.1:0=
@@ -51,6 +50,7 @@ RDEPEND="${DEPEND}
gnome-base/gsettings-desktop-schemas
 "
 BDEPEND="
+   >=dev-libs/appstream-glib-0.7.10
dev-util/itstool
>=sys-devel/gettext-0.19.8
virtual/pkgconfig



  1   2   >