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

2020-06-28 Thread Michał Górny
commit: bfa55b84bbd4da3e21b73fdebd517bc246ff6a0b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 29 06:51:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:53:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa55b84

dev-python/tqdm: Bump to 4.47.0

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

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.47.0.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 28b3a53c9ad..250d86e8b5e 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -4,3 +4,4 @@ DIST tqdm-4.40.0.tar.gz 129225 BLAKE2B 
85030c11bdba6c1d6da461e3c648bae6ae173577f
 DIST tqdm-4.45.0.tar.gz 140990 BLAKE2B 
8699b3a820859406e9bbafaaa48ba1b418e3083898d2b6c3401078996dd03431db259d5ad8a377226a50b80513ef0fc55bdaf2b67fc4a2bdd490bc5fdc04d681
 SHA512 
7b35f86205c6581ede9bdb0788e7f55be525c3f0f77952803046661c6a7a6cd3c15ed0323376ecedb5cddace1b32a41fee1932033dcaa49f9096dc3b9b674f10
 DIST tqdm-4.46.0.tar.gz 144312 BLAKE2B 
93b902d9a362e658f244f3c1b15a3496425cb3e401adf291dc0a9c7c0bd551baa1171a753be8d1c3b877d2cd3ab25e81dddbd8492668d0b0f6ca3cb47d13be1c
 SHA512 
ccdfce4d273e78ced172fc3edb24ac038465169f7b765e7bf779831ef3d0dc72c648c5fb165aba02e0c6dc86c5d0ea3d93d5530b642ddd84e3d284c7354739cf
 DIST tqdm-4.46.1.tar.gz 144383 BLAKE2B 
4d72bfbf0c225c779ae2c9bf405f9effdb69cfe7862325b12e8408c17a03b7a87f9cf0d055de598a67132861114c89b237d0ad2509302e452cc67ce9aa34fa48
 SHA512 
de8710ceb44b6caa073aaa3c9dca281880d752d1b542a3dd87a54884478a185c35ab1969c6cb7242e30ee0511f967cde7bd4fa83a8d4f8c58d3e95ad2bf3bfc6
+DIST tqdm-4.47.0.tar.gz 145749 BLAKE2B 
77a5efec763a8e58e071ee571077ee0db72d9243308592519ecd2c38f60d6b621fd7362dd87bdd0759a39f25c19cc3cc889e9a8376dc658ed565ca7e19fc68cd
 SHA512 
4023988cef757f43a6f59f7eddc8f40246cbca4994cea91dbb4a788385c0706f376f4c0fd5c8c47146c10eb8c52be2c9d4855b7bea0a5036162c55447aac95d7

diff --git a/dev-python/tqdm/tqdm-4.47.0.ebuild 
b/dev-python/tqdm/tqdm-4.47.0.ebuild
new file mode 100644
index 000..563276f5d14
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.47.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm";
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+distutils_enable_tests nose
+
+python_prepare_all() {
+   sed -r \
+   -e "s:'nose'(,[[:space:]]*|)::" \
+   -e "s:'flake8'(,[[:space:]]*|)::" \
+   -e "s:'coverage'(,[[:space:]]*|)::" \
+   -i setup.py
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # tests_main.py requires the package to be installed
+   distutils_install_for_testing
+   # Skip unpredictable performance tests
+   nosetests tqdm -v --ignore 'tests_perf.py' \
+   || die "tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install --skip-build
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



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

2020-06-28 Thread Lars Wendler
commit: 8da8156d73a42697931f4ae3429212d2370100ca
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jun 29 06:46:33 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jun 29 06:47:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da8156d

media-libs/libcddb: Fixed build with CONFIG_SHELL != bash

Switched to EAPI-7

Closes: https://bugs.gentoo.org/528012
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/libcddb/libcddb-1.3.2-r1.ebuild | 43 +++---
 1 file changed, 28 insertions(+), 15 deletions(-)

diff --git a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild 
b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild
index 06c26b85450..527e22390ba 100644
--- a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild
+++ b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild
@@ -1,11 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-
-inherit autotools-multilib
+inherit autotools multilib-minimal
 
 DESCRIPTION="A library for accessing a CDDB server"
 HOMEPAGE="http://libcddb.sourceforge.net/";
@@ -17,7 +15,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 
sparc x86 ~amd64-lin
 IUSE="doc static-libs"
 
 RDEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]"
-DEPEND="doc? ( app-doc/doxygen )"
+RDEPEND="${DEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )"
 
 RESTRICT="test"
 
@@ -25,22 +24,36 @@ DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
 
 MULTILIB_WRAPPED_HEADERS=( /usr/include/cddb/version.h )
 
-src_configure() {
-   local myeconfargs=( --without-cdio )
-   autotools-multilib_src_configure
+src_prepare() {
+   default
+   # Required for CONFIG_SHELL != bash (bug #528012)
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --without-cdio
+   $(use_enable static-libs static)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 
-src_compile() {
-   autotools-multilib_src_compile
+multilib_src_compile() {
+   default
 
-   if use doc; then
-   cd "${S}"/doc
+   if use doc ; then
+   cd "${S}"/doc || die
doxygen doxygen.conf || die
fi
 }
 
-src_install() {
-   autotools-multilib_src_install
+multilib_src_install_all() {
+   default
 
-   use doc && dohtml "${S}"/doc/html/*
+   find "${ED}" -type f -name "*.la" -delete || die
+
+   if use doc ; then
+   docinto html
+   dodoc "${S}"/doc/html/*
+   fi
 }



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

2020-06-28 Thread Sergei Trofimovich
commit: c5afa5720a6e14410d4a4995a842909d09632e18
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun 29 06:34:37 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 29 06:34:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5afa572

dev-lang/nasm: bump up to 2.15.01

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/nasm/Manifest|  1 +
 dev-lang/nasm/nasm-2.15.01.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-lang/nasm/Manifest b/dev-lang/nasm/Manifest
index 1c6c01a0571..226424cf617 100644
--- a/dev-lang/nasm/Manifest
+++ b/dev-lang/nasm/Manifest
@@ -1,2 +1,3 @@
 DIST nasm-2.14.02.tar.xz 827620 BLAKE2B 
deb1f3c806ffbe48eefe4163271c68f02a782f75f21980331cb03e64de20da61c118621536c1c869c1629e558cab45ce98fed8443d29c1126fb4255cd6a36ce4
 SHA512 
c7a228095f37321d57f2813d04f58ee66949e8f81fc49ef6c4ecd391301e308217583ce1a265d4fe8c13d54b5b9c72aeb132caa3caee36e31b6555fbfff34c81
+DIST nasm-2.15.01.tar.xz 975376 BLAKE2B 
86cd93c4b9c8f96e0d82d525f558e5240c2152c523d610078918eff176327736084718655cc97fb84cb762f21e6d0598b459243f22d76e006a8f0f58e02699ed
 SHA512 
0eaac219d33243e0f35daea5222432226a27cb119e44e5c666773cd472fd032a1b1deb0b5eb950e5470ebf604ce7d31482d2dcb44ce5627465d006b7071a6153
 DIST nasm-2.15.tar.xz 975180 BLAKE2B 
86fe345ddcc1817471e07fe17ba9009afa02fda152301e3d1cedff624cbd6ebb0e016a2fda339bd53f30fb3d60ae19f806d21c9dbe433ebb7d0e9a74d9db1576
 SHA512 
c88ff62d08aac86c4ce994bb83e80f1644e0433b01c40cebf183281d31bb4c79471f78e3beab6e7cafb28b3e92298aef89d75672444ea5e8d65c3b019e219583

diff --git a/dev-lang/nasm/nasm-2.15.01.ebuild 
b/dev-lang/nasm/nasm-2.15.01.ebuild
new file mode 100644
index 000..1451280eeac
--- /dev/null
+++ b/dev-lang/nasm/nasm-2.15.01.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="groovy little assembler"
+HOMEPAGE="https://www.nasm.us/";
+SRC_URI="https://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~x64-macos"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND=""
+# [fonts note] doc/psfonts.ph defines ordered list of font preference.
+# Currently 'media-fonts/source-pro' is most preferred and is able to
+# satisfy all 6 font flavours: tilt, chapter, head, etc.
+BDEPEND="
+   dev-lang/perl
+   doc? (
+   app-text/ghostscript-gpl
+   dev-perl/Font-TTF
+   dev-perl/Sort-Versions
+   media-fonts/source-pro
+   virtual/perl-File-Spec
+   )
+"
+
+S=${WORKDIR}/${P/_}
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.15-bsd-cp-doc.patch
+)
+
+src_compile() {
+   default
+   use doc && emake doc
+}
+
+src_install() {
+   default
+   emake DESTDIR="${D}" install_rdf $(usex doc install_doc '')
+}



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

2020-06-28 Thread Michał Górny
commit: b5d48bda6ede71c1eb64bdd03054f5cea5b54762
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:11:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d48bda

dev-perl/XML-TokeParser: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/XML-TokeParser/XML-TokeParser-0.50.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-TokeParser/XML-TokeParser-0.50.0.ebuild 
b/dev-perl/XML-TokeParser/XML-TokeParser-0.50.0.ebuild
index 3a6052c3da4..1a01e6e5996 100644
--- a/dev-perl/XML-TokeParser/XML-TokeParser-0.50.0.ebuild
+++ b/dev-perl/XML-TokeParser/XML-TokeParser-0.50.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=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Simplified interface to XML::Parser"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/, profiles/arch/arm/

2020-06-28 Thread Michał Górny
commit: c5308afa3f835c1124beca4b22720abaac89c546
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat Jun 27 06:24:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5308afa

profiles: arm: mask dev-python/rapidjson[test] (on < armv7a)

Requires Valgrind, which we masked in 2beeeb9b2.

Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/arm/armv7a/package.use.mask | 6 ++
 profiles/arch/arm/package.use.mask| 4 
 2 files changed, 10 insertions(+)

diff --git a/profiles/arch/arm/armv7a/package.use.mask 
b/profiles/arch/arm/armv7a/package.use.mask
new file mode 100644
index 000..8aea7c2c883
--- /dev/null
+++ b/profiles/arch/arm/armv7a/package.use.mask
@@ -0,0 +1,6 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James  (2020-06-27)
+# Tests require Valgrind, available on armv7a
+dev-libs/rapidjson -test

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 66421dc468c..f17a45fdd13 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2020-06-27)
+# Tests require Valgrind, not available on  (2020-06-19)
 # Requires dev-util/dwarves.
 sys-kernel/gentoo-kernel debug



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

2020-06-28 Thread Michał Górny
commit: 8ce061443a554a508e8e7c6dc5b05d97a7c4ac8e
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:11:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce06144

dev-perl/Any-Moose: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild 
b/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild
index 00d512d734a..e4cf9c5ceac 100644
--- a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild
+++ b/dev-perl/Any-Moose/Any-Moose-0.270.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=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Moose or Mouse modules (DEPRECATED)"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ppc x86"
+KEYWORDS="amd64 ~arm hppa ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 PERL_RM_FILES=(



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

2020-06-28 Thread Michał Górny
commit: bd55cd8067b19a23e0675761c322a8c53671991c
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:09:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd55cd80

dev-perl/X11-XCB: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/X11-XCB/X11-XCB-0.170.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/X11-XCB/X11-XCB-0.170.0-r1.ebuild 
b/dev-perl/X11-XCB/X11-XCB-0.170.0-r1.ebuild
index 03dc3f8b23f..139e7903be7 100644
--- a/dev-perl/X11-XCB/X11-XCB-0.170.0-r1.ebuild
+++ b/dev-perl/X11-XCB/X11-XCB-0.170.0-r1.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
@@ -9,7 +9,7 @@ inherit perl-module virtualx
 
 DESCRIPTION="Perl bindings for libxcb"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-28 Thread Michał Górny
commit: 264a718cea4d0063725a8011c9340f41555f0709
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:09:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264a718c

dev-perl/local-lib: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/local-lib/local-lib-2.0.24.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/local-lib/local-lib-2.0.24.ebuild 
b/dev-perl/local-lib/local-lib-2.0.24.ebuild
index 5f4dfab2c96..2a37814b9b4 100644
--- a/dev-perl/local-lib/local-lib-2.0.24.ebuild
+++ b/dev-perl/local-lib/local-lib-2.0.24.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 @@ inherit perl-module
 
 DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB'
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-28 Thread Michał Górny
commit: 27293236d32ca126b1d1d06a6af6f996369bd7a4
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:12:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27293236

dev-perl/Devel-CheckCompiler: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild 
b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
index 21a9a4785e2..cafe7214afc 100644
--- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
+++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.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=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check the compiler's availability"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm hppa ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XS-Object-Magic/

2020-06-28 Thread Michał Górny
commit: 82091c91e389a58877151b8043496a19674f60e0
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:10:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82091c91

dev-perl/XS-Object-Magic: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild 
b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild
index b916035b624..4a37960786e 100644
--- a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild
+++ b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.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
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Opaque, extensible XS pointer backed objects using sv_magic"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-28 Thread Michał Górny
commit: 190e52b4e62e1174db6b85c13cc10f53ea8d0eb7
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:10:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190e52b4

dev-perl/MouseX-NativeTraits: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r2.ebuild 
b/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r2.ebuild
index 2c034caf396..667f0f544ed 100644
--- a/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r2.ebuild
+++ b/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r2.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
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Extend your attribute interfaces for Mouse"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-28 Thread Michał Górny
commit: b45b42ee076322219974519511a8cdac5b73bf82
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 23:42:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45b42ee

profiles: arm: update comment

Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/arm/use.stable.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/arm/use.stable.mask 
b/profiles/arch/arm/use.stable.mask
index d618ec8073e..965bf85ebb4 100644
--- a/profiles/arch/arm/use.stable.mask
+++ b/profiles/arch/arm/use.stable.mask
@@ -14,7 +14,7 @@ appindicator
 ayatana
 
 # Mike Gilbert  (2017-06-08)
-# dev-lang/python:3.7 is not stable.
+# dev-lang/python:3.8 is not stable.
 python_targets_python3_8
 python_single_target_python3_8
 



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/, profiles/arch/arm/armv6j/, profiles/arch/arm/

2020-06-28 Thread Michał Górny
commit: bee2db9d5cb7789f371c4b15dc26574322c0f98a
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 23:35:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee2db9d

profiles: arm: mask net-news/newsboat (on < armv6j)

On ARM, we don't have Rust before arm6j.

Bug: https://bugs.gentoo.org/677018
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/arm/armv6j/package.mask | 5 +
 profiles/arch/arm/armv7a/package.mask | 5 +
 profiles/arch/arm/package.mask| 5 +
 3 files changed, 15 insertions(+)

diff --git a/profiles/arch/arm/armv6j/package.mask 
b/profiles/arch/arm/armv6j/package.mask
index 96302cff734..9bf1f42c14b 100644
--- a/profiles/arch/arm/armv6j/package.mask
+++ b/profiles/arch/arm/armv6j/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2020-06-29)
+# Needs Rust, which is available here
+# Bug #677018
+-net-news/newsboat
+
 # James Le Cuirot  (2016-01-09)
 # This is built for armv6 so unmask against the wider arm mask.
 -dev-java/oracle-jdk-bin

diff --git a/profiles/arch/arm/armv7a/package.mask 
b/profiles/arch/arm/armv7a/package.mask
index 0f744267ab9..98386609582 100644
--- a/profiles/arch/arm/armv7a/package.mask
+++ b/profiles/arch/arm/armv7a/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2020-06-29)
+# Needs Rust, which is available here
+# Bug #677018
+-net-news/newsboat
+
 # Sam James  (2020-06-24)
 # Valgrind works on ARMv7
 -dev-util/valgrind

diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask
index 55b8688549d..34754836d7f 100644
--- a/profiles/arch/arm/package.mask
+++ b/profiles/arch/arm/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2020-06-29)
+# Needs Rust (only on >= armv6j)
+# Bug #677018
+net-news/newsboat
+
 # Sam James  (2020-06-24)
 # Valgrind lacks support for < ARMv7
 # https://valgrind.org/info/platforms.html



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Exporter-ForMethods/

2020-06-28 Thread Michał Górny
commit: c046c04510e6853c5ba19b431dc3e7f189b43e75
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:13:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c046c045

dev-perl/Sub-Exporter-ForMethods: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 .../Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild 
b/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
index a627b4d61ba..1a8b0a6a72b 100644
--- a/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
+++ b/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Helper routines for using Sub::Exporter to build methods"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-28 Thread Andreas Sturmlechner
commit: b8e70c301bfb772379c7b70fef5dbed4e05bd445
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun 29 05:44:14 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun 29 06:32:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e70c30

app-office/libreoffice: 6.4.5.2 version bump

Not released yet => no KEYWORDS.

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

 app-office/libreoffice/Manifest   |   2 +
 app-office/libreoffice/libreoffice-6.4.5.2.ebuild | 566 ++
 2 files changed, 568 insertions(+)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index eca8e76affa..3bc5c706672 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -19,7 +19,9 @@ DIST eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip 
427800 BLAKE2B d3ac085a3
 DIST f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip 211919 BLAKE2B 
2c72493e44d3ad1714d294fb7baaa85d33fef2eb4ce75bf507b65f78f1d9d399bb5eb72cee188a8abc4b234eb2845a26755791fb3ac104ffe6e55013ab41ca8b
 SHA512 
c1a15ebbfe817ec79d4b3f1c97d096bf8511737d7d35d97302856ccfb3de14a1cd16bd31000415d9ab24bbd9ef770d37855cee4b819ff0e8fca2f2766920a114
 DIST libreoffice-6.4.3.2.tar.xz 230409812 BLAKE2B 
f9cdad1540c45525bd70596dc3033e3466fcdf3d96547222b936141e49ff6d45581ca59d0e42c4bb79fcb63586d748ccafae712369e024105235e2a9b69be7ce
 SHA512 
ee11c704fa7184ffe371aa36c835c4c7fb06ef03d08fa0a5a9e647e80610db275e091d1ac79c1fe11af0c7f14dd72c821da9e7e6ba59573fc88cec79f84c873a
 DIST libreoffice-6.4.4.2.tar.xz 231325236 BLAKE2B 
25e1c765cb0ff9c195ca46a9fe857eef22ab6319da6b069e2c5c093a8f13eac2e1c5efa31fbacd4e3acbdc07e75745ff5c62c180cb61141319422720405a4638
 SHA512 
8e2b6a2d34fbc182ce4ec0b6d6bfb30665ff5cee0a27a22551c71d4eddf63b812d676ea8dea9a2e4bb028a2365b5e23908679efbe4696032e1abeedecb85b8d3
+DIST libreoffice-6.4.5.2.tar.xz 236255044 BLAKE2B 
a83ad0c50d1b7e686188c35c5f319b73e7984ad214e125102824789d1f56083a4ed8795cf7d8942fc0b3ddf3cad13f326225812458007a97a166bc5543c47eda
 SHA512 
f0a5ac37b9c8e46bfd50bf9137d193a83d55d8d451c5b27d86b7f257633e861eb79422e1e64f7c462ae4a9045e00827beed302ab6f0773f8864c03bb11d3b752
 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 BLAKE2B 
f03c7ddeb53c5ca3fd23401679601fcf2c4037ba17be4eb7b784c7ce7ebb71a24b8ab4aac8b7da8c6b1f14dd23bc1294ba85ff4f70ad271fb4ee3c5372e10883
 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
 DIST libreoffice-help-6.4.3.2.tar.xz 88297704 BLAKE2B 
bbd1af159c8b8db1909335f37095812ec3ce81d73644a30a85f3e37daeabeb9a158451b8e586f24d4b7544c8cd0948eeb20ede464384c3277d196f33322e63fb
 SHA512 
9f8c1bcde27d153389d124af1393d0939262c85a1624f0b475a5515b5737612cb607d04742a069534771eee51ba98896926804ec7001d6bc2110dccdd6e7615a
 DIST libreoffice-help-6.4.4.2.tar.xz 88296340 BLAKE2B 
73ef558b830e0e2899eb72727e0eb81327807ff2d474c8d956700a09bcadc73cbff26688063f91d3a496afa55ab9a7d4847d84334b89fe4fafe17fb445fbb33d
 SHA512 
7084428e63a458c4e35c135b16dd980fa98695be0ba974cac656a7ef6cb15b059a082891c3f74b72a62f92549afefe46c14ab30b5491fd9e3fea6d5923720b3d
+DIST libreoffice-help-6.4.5.2.tar.xz 88376816 BLAKE2B 
8c5f8a3379dd77f41e3350314fa250ede503d998afda3cb2c8c95a4dd3b565bd6d0004b4dd7ff7b079fdb4de766fa105a8dbbd49b5ced5587e5a716aba31ba26
 SHA512 
fffa5338baa5ebd7bdf607f83b31440c66c19c42136b41505074fe1a7a4bb1630e080e4fc2dd114f8ab0654507f4a84d4190bb134a4756d895ec35010e11
 DIST skia-m83-8ce842d38d0b32149e874d6855c91e8c68ba65a7.tar.xz 8218672 BLAKE2B 
cfeb805d82ce1f5dd70c7365983fa8107d5ccda9409b2654c032115cdf8a1c32fa0451162b0cceec3dcc0054e3d0d0e13583ea93843b0d0a6eb948cc31c15ce0
 SHA512 
1018fc1cc8a7edc15745cc20791f9a22e5b318018ba619d6cb5b6995d3e81ab93c910bb3a42734872d3be54893c2ce7db507b2c61088660b2ce6630ff9b36ebb

diff --git a/app-office/libreoffice/libreoffice-6.4.5.2.ebuild 
b/app-office/libreoffice/libreoffice-6.4.5.2.ebuild
new file mode 100644
index 000..8d83fe8214b
--- /dev/null
+++ b/app-office/libreoffice/libreoffice-6.4.5.2.ebuild
@@ -0,0 +1,566 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="threads(+),xml"
+
+MY_PV="${PV/_alpha/.alpha}"
+MY_PV="${MY_PV/_beta/.beta}"
+# experimental ; release ; old
+# Usually the tarballs are moved a lot so this should make everyone happy.
+DEV_URI="
+   https://dev-builds.libreoffice.org/pre-releases/src
+   https://download.documentfoundation.org/libreoffice/src/${MY_PV:0:5}/
+   
https://downloadarchive.documentfoundation.org/libreoffice/old/${MY_PV}/src
+"
+ADDONS_URI="https://dev-www.libreoffice.org/src/";
+
+BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
+# PATCHSET="${P}-patchset-01.tar.xz"
+
+[[ ${MY_PV} == ** ]] && inherit git-r3
+inherit autotools bash-completion-r1 check-reqs flag-o-matic ja

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

2020-06-28 Thread Michał Górny
commit: 1bff888b229136cf9d152d1d22a84633049e8dfa
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:12:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bff888b

dev-perl/MooseX-Types: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/MooseX-Types/MooseX-Types-0.500.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/MooseX-Types/MooseX-Types-0.500.0.ebuild 
b/dev-perl/MooseX-Types/MooseX-Types-0.500.0.ebuild
index df5be6097bd..87d70632883 100644
--- a/dev-perl/MooseX-Types/MooseX-Types-0.500.0.ebuild
+++ b/dev-perl/MooseX-Types/MooseX-Types-0.500.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=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Organise your Moose types in libraries"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-28 Thread Andreas Sturmlechner
commit: 10078db1e79cac214974d401adb42f4bd80c01a8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun 29 05:42:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun 29 06:32:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10078db1

app-office/libreoffice-l10n: 6.4.5.2 version bump

Not released yet => no KEYWORDS.

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

 app-office/libreoffice-l10n/Manifest   | 168 +
 .../libreoffice-l10n-6.4.5.2.ebuild|  92 +++
 2 files changed, 260 insertions(+)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index fc18cd6c011..3e956160c6c 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -334,3 +334,171 @@ DIST 
LibreOffice_6.4.4.2_Linux_x86-64_rpm_langpack_xh.tar.gz 293468 BLAKE2B 6b72
 DIST LibreOffice_6.4.4.2_Linux_x86-64_rpm_langpack_zh-CN.tar.gz 839489 BLAKE2B 
db106ccc68b59b39996dd2e2244b1d01ad8190522ac5d13b734884f2eb885cb58fc9997c32ca7afa03c2488016d2bd7a31125ef97af73336901b2d97b204b850
 SHA512 
5cd514c8a428fbd7f0573859a5fd7eaab6f5b6b5413bc5aa9b5d8aa84f87183015dbe88e227689d36bf6cc921317cac8104fea8c7f692991ef4ae547307a798f
 DIST LibreOffice_6.4.4.2_Linux_x86-64_rpm_langpack_zh-TW.tar.gz 845999 BLAKE2B 
2cc863bf481b05d94b9a8112d31791641ae50d7f4331c56f2a8623da2fa067e580e5ba6fd84bfd981ba2cb28383a3ca5a5fa102055e92e2b11addbaeed5a4a0f
 SHA512 
44db4591a23a0baa5d707e17113df17c4f8526b29d555a57b5cce9cda578223ba070dedb9c5cd5bcc896d9fb6e464802841822924d90e3976df82f0ea8b8ce06
 DIST LibreOffice_6.4.4.2_Linux_x86-64_rpm_langpack_zu.tar.gz 323892 BLAKE2B 
286c82394158d90476cc6d8c474239c3ab61f25759b18e5df1e9f3cdbf2b20cbe80396c083b3579e66f7cb0b347c9265748f1b0a5bb4ed82bc8c56619ef61dd3
 SHA512 
70435cd9c1eac3bee2809741640039526f2e80ed5a88014d7cb7171659004ba24ce1431026d0e9dba658c6a2e736ed73bb8808c1acae4467cf3a82d42e704bf5
+DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_helppack_am.tar.gz 3552341 BLAKE2B 
c3f3e1ec14351ea2ed28259c1f787e2a2cc14341fcddadc56c329abca03ee786d4030cb3ba9f881858b205fedd28145d43585d6b85653a3ebfca1d9d11fe7fb6
 SHA512 
f092438182480f0400a59e71ed14e888e6954981a0a635dd8e7bddcc5d56b0a3ba2c3121e38a7026d8a5bd722e5cccbf33cc84f09ca1219d9477d688a2070be5
+DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_helppack_ast.tar.gz 3295154 BLAKE2B 
8dc642c482fb0b1cb75593b810d644b48e8f4a8ca66b0224770c5cf18d72ce9729bede36ee25c55c15f104e492a9f76f89a85b6e25525a4b55d19a8f75c1769d
 SHA512 
3f43b156b46fcebf9978b3f1da5dee54f749ded38a723d698645658087ae484fdf10e7d7de030ce759b443e275fb2d638aada043b12f39a5b45bd1d3a47eb4aa
+DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_helppack_bg.tar.gz 3579496 BLAKE2B 
70a4ee26ebfc3d24ae8da314158b153c52faa2b08a242a652e87f2677352f59934cb2545356a8ae8a0478cd773dd0ec265cc4a9385fe9f0393f1f5f794065b30
 SHA512 
0bf44bbc5c19260036a0fe09bace20bb4d5d49c07741eecfcd18c972b4206d2240fc02ef1547d1ac6f80087a9173218aabe6cb4621ee2fe676600edcd8c78dab
+DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_helppack_bn-IN.tar.gz 3705854 
BLAKE2B 
5242a94ab1bd06eefb16fa69cf8cf4f9ee9805249c2a34e6c192bf6fcc831e69e5b31c9b5fbcac937a9242c621e097c435afe97b3b3f417836b233a6512c27ff
 SHA512 
ffcfc0c732f2c48e2c8256fb6bc1153ddad7b5f2a8c97c1dc2b1a83b0deb92a06a24a053bd13469be764642832193557595c6242370745f8c406a031d861ce83
+DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_helppack_bn.tar.gz 3437287 BLAKE2B 
6279817a527e848fb8c259e429de9480e357fed665903c5594fdf26a0f82e898b73a446a18ba3af9c0da3eba86ce1fce174f91647bf74b9f5cf7e06d1960539c
 SHA512 
c348ea16aa4d6b3f04a6258b692fb92f62c4496ec15fdb8fa7aa5fef4cf823d8ec7abeaa4ded1f80abe2d1c714632585e03507b00970b4c5acf6dbdd5ef26faa
+DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_helppack_bo.tar.gz 3455706 BLAKE2B 
5bec23e9577d037d8ae3f11a43ab8863fd1a3b3b543db5bf8d80298d02fc7064e36a48087d7589b048ec1cef14108ae551c992b68b801d122a523c5596a74d88
 SHA512 
e3b2e76c427167bc728c6cf46af70e9d23c0c9c6a2a813b70640e2652c9576c1b045c6b9bf04ca2cbc90e66225253392bb0fb9375c771fa111b4ba8d9a6daa25
+DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_helppack_bs.tar.gz 3187073 BLAKE2B 
3417c3ac345c0a7360d6a22e7853a7ec5a52b6cf0fb585cd86ab02770fe13065c3923ef14d32ffc5be9c55eb340820cd273fd82960a64ec67546ad797013670d
 SHA512 
ec48a356498ca002914016dea5ef1dd375a1f18a65a47598632cd0a61c115032d723e2876ee5543cf10a4ff1a2dabe924419b0e4aa3126c4930d3f425b56f7c1
+DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_helppack_ca-valencia.tar.gz 3299051 
BLAKE2B 
624752098798ba094694cf39475ff5a230916a5b58d7da0e7df56068bfc6c48d9fa23d2a033834d47e78d6e07c5c1180b334adb702c3d34701815b1f123e7c41
 SHA512 
6ce460db684cc8585e88bef9e2ff447a3c1ddcf6f61e54eafa277977dd64f3485402cf9a696f8cdc76bb781aaeb78d6a9a52f531c2bf1b2402e5b187486b8c3f
+DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_helppack_ca.tar.gz 3290126 BLAKE2B 
96c31161a4f5c412ca3fa7aea8ef55332776938a3c21e43885e106c8793c096ef17ec5d101d5cbe48338cdb05437e471818

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

2020-06-28 Thread Michał Górny
commit: 73e05596ba80ac128e50b78f1ff6a7a76747ca4c
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat Jun 27 22:06:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e05596

net-libs/cppzmq: arm keyworded (bug #727560)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/net-libs/cppzmq/cppzmq-4.6.0.ebuild 
b/net-libs/cppzmq/cppzmq-4.6.0.ebuild
index 477975337ae..a9d24c47068 100644
--- a/net-libs/cppzmq/cppzmq-4.6.0.ebuild
+++ b/net-libs/cppzmq/cppzmq-4.6.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/zeromq/${PN}/archive/v${PV}.tar.gz ->  ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~x86-linux"
 
 IUSE="test"
 RESTRICT="!test? ( test )"



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

2020-06-28 Thread Michał Górny
commit: a991ad2d38bb834aaaee764ec50ee9ca37536029
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:11:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a991ad2d

dev-perl/Module-Build-XSUtil: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild 
b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
index e589a7d2bc2..cd07328a209 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.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=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm hppa ~ppc x86"
 IUSE="test examples"
 RESTRICT="!test? ( test )"
 # File::Basename -> perl



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

2020-06-28 Thread Michał Górny
commit: f9b9cf3c812972df57e8a0a3cd2404b531e32ac5
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Fri Jun 26 23:54:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b9cf3c

dev-python/tqdm: arm keyworded (bug #726188)

Keyword was dropped because I committed it
before a bump.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/tqdm/tqdm-4.46.1.ebuild 
b/dev-python/tqdm/tqdm-4.46.1.ebuild
index 75999c0d5fa..563276f5d14 100644
--- a/dev-python/tqdm/tqdm-4.46.1.ebuild
+++ b/dev-python/tqdm/tqdm-4.46.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm";
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



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

2020-06-28 Thread Michał Górny
commit: 42b2eab3a8369fdaa5ee878741045d4efd5d65a6
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:12:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b2eab3

dev-perl/Cwd-Guard: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild 
b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
index 7a5aa337f6b..9124f2a50a6 100644
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.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=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Temporary changing working directory (chdir)"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm hppa ~ppc x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 # Cwd -> perl-File-Spec



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

2020-06-28 Thread Michał Górny
commit: 6406d712a741bcf32940058632c87c69e41f3bc7
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:09:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6406d712

x11-misc/xvfb-run: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 x11-misc/xvfb-run/xvfb-run-1.20.8_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xvfb-run/xvfb-run-1.20.8_p2.ebuild 
b/x11-misc/xvfb-run/xvfb-run-1.20.8_p2.ebuild
index 1c1b5f678fc..c2608ef1584 100644
--- a/x11-misc/xvfb-run/xvfb-run-1.20.8_p2.ebuild
+++ b/x11-misc/xvfb-run/xvfb-run-1.20.8_p2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}.diff.
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 DEPEND="dev-util/patchutils"



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

2020-06-28 Thread Michał Górny
commit: 75a089f189445aa35f5c9d9e3be42d143eeda294
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:09:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a089f1

dev-perl/Mouse: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/Mouse/Mouse-2.4.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mouse/Mouse-2.4.10.ebuild 
b/dev-perl/Mouse/Mouse-2.4.10.ebuild
index bdfb555d046..723415a04ac 100644
--- a/dev-perl/Mouse/Mouse-2.4.10.ebuild
+++ b/dev-perl/Mouse/Mouse-2.4.10.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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Moose minus the antlers"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm hppa ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-28 Thread Michał Górny
commit: fc9042c749581befee91e2e3d9c1620802ef165a
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 22:45:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9042c7

profiles: arm: mask cleanup

Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/arm/package.use.force   |  5 --
 profiles/arch/arm/package.use.mask| 95 ++-
 profiles/arch/arm/package.use.stable.mask | 19 ---
 profiles/arch/arm/use.mask|  8 ---
 profiles/arch/arm/use.stable.mask |  4 ++
 5 files changed, 20 insertions(+), 111 deletions(-)

diff --git a/profiles/arch/arm/package.use.force 
b/profiles/arch/arm/package.use.force
index db3826895aa..442c1611b3d 100644
--- a/profiles/arch/arm/package.use.force
+++ b/profiles/arch/arm/package.use.force
@@ -14,8 +14,3 @@ dev-lang/rust llvm_targets_ARM
 dev-ml/llvm-ocaml llvm_targets_ARM
 sys-devel/clang llvm_targets_ARM
 sys-devel/llvm llvm_targets_ARM
-
-# Anthony G. Basile  (2012-11-11)
-# Only gnome-base/gdm has stable keywording. If x11-misc/lightdm or 
kde-plasma/kdm
-# gets stable keyword, this line can be removed.
-x11-misc/xscreensaver gdm

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index f17a45fdd13..5bc88d8bd6b 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -40,10 +40,6 @@ mate-base/mate bluetooth
 # Mask until gui-libs/gtk-layer-shell is keyworded
 mate-base/mate-panel wayland
 
-# Patrick McLean  (2020-02-15)
-# Mask until dev-libs/libfido2 is keyworded
-net-misc/openssh security-key
-
 # Andreas Sturmlechner  (2020-01-26)
 # media-libs/libheif is not keyworded
 media-gfx/gimp heif
@@ -69,10 +65,6 @@ sci-libs/pcl vtk
 # Neither sys-apps/bolt nor kde-plasma/plasma-thunderbolt are keyworded
 kde-plasma/plasma-meta thunderbolt
 
-# Michał Górny  (2019-07-13)
-# app-forensics/libewf is not keyworded here.
-app-admin/testdisk ewf
-
 # Craig Andrews  (2019-07-03)
 # Unmask Raspberry Pi support on arm.
 media-tv/kodi -raspberry-pi
@@ -82,11 +74,6 @@ media-tv/kodi -raspberry-pi
 # build on arm.
 >=dev-lang/spidermonkey-60 -jit
 
-# Lars Wendler  (2019-04-29)
-# Requires app-text/discount and net-libs/webkit-gtk which both have
-# no keywords on arm
-dev-util/geany-plugins markdown
-
 # Patrick McLean  (2019-04-15)
 # deps not available on platform
 sys-cluster/ceph babeltrace lttng
@@ -110,19 +97,11 @@ net-im/ejabberd hipe
 # (SM)BIOS/Thunderbolt outside of amd64/x86? - citation needed
 sys-apps/fwupd dell thunderbolt
 
-# Bernard Cafarelli  (2019-01-14)
-# Requires dev-php/pecl-imagick which is not keyworded on arm
-www-apps/nextcloud imagemagick
-
 # Davide Pesavento  (2018-12-27)
 # The corresponding Qt5 modules are not keyworded on arm, and we don't want to
 # keyword them solely because of PyQt5 while there are no other in-tree users.
 dev-python/PyQt5 networkauth
 
-# Aaron W. Swenson  (2018-10-19)
-# Requires sys-devel/clang which isn’t keyworded for ARM.
-dev-db/postgresql llvm
-
 # Michał Górny  (2018-10-18)
 # Requires unported sys-libs/netbsd-csu.
 sys-devel/clang-runtime crt
@@ -136,22 +115,6 @@ dev-ruby/capybara test
 # pre-built, no ARM support
 net-wireless/gr-osmosdr sdrplay
 
-# Tomáš Mózes  (2018-08-10)
-# Needs dev-libs/libmaxminddb which isn't keyworded
-app-admin/syslog-ng geoip2
-
-# Thomas Deutschmann  (2018-07-04)
-# dev-libs/xxhash not keyworded for arm
-app-admin/rsyslog xxhash
-
-# Tomáš Mózes  (2018-06-19)
-# Needs dev-libs/libmaxminddb which isn't keyworded
-www-servers/nginx nginx_modules_http_geoip2 nginx_modules_stream_geoip2
-
-# Thomas Deutschmann  (2018-06-06)
-# Needs sys-apps/fakechroot which isn't keyworded
-app-arch/rpm test
-
 # Andreas Sturmlechner  (2018-06-03)
 # net-wireless/soapysdr not keyworded
 net-wireless/gr-osmosdr soapy
@@ -169,10 +132,6 @@ net-libs/gnutls test-full
 # Requires unkeyworded deps
 >=dev-python/ipython-5.4.1 notebook qt5 smp
 
-# Andreas Sturmlechner  (2018-02-04)
-# Depends on not yet keyworded dev-python/geoip-python. Bug #636860
-net-p2p/deluge geoip
-
 # Michał Górny  (2017-12-30)
 # Moved from use.mask since they are flags local to one package.
 media-tv/tvheadend hdhomerun
@@ -259,19 +218,10 @@ dev-db/mariadb -jdbc
 sci-mathematics/octave graphicsmagick
 media-gfx/zbar graphicsmagick
 
-# Göktürk Yüksek  (2016-06-14) on behalf of
-# Nicholas Vinson  (proxy-maint)
-# net-firewall/nftables[doc] requires dblatex which is not keyworded
-net-firewall/nftables doc
-
 # Amy Winston  (2016-06-12)
 # does not build on arm at all (upstream bug)
 dev-scheme/racket futures jit
 
-# Patrick McLean  (2016-05-12)
-# Tests require dev-python/tox which isn't keyworded on arm
-sys-cluster/ceph test
-
 # Thomas Deutschmann  (2016-03-19)
 # Unkeyworded deps, bug #564274
 app-metrics/collectd collectd_plugins_gmond

[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Link/

2020-06-28 Thread Michał Górny
commit: f15ad43b8f395e3ef4eb356631b99fdb961bb0bd
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:13:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15ad43b

dev-perl/File-Copy-Link: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild 
b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
index 3a3a05b5fb9..0cb7ae1a217 100644
--- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
+++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.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=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for replacing a link by a copy of the linked file"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm hppa ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/

2020-06-28 Thread Michał Górny
commit: dafd8afdfcb275d9e8af8a77a6ce1ec17fdc88e9
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:08:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafd8afd

x11-wm/i3: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 x11-wm/i3/i3-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/i3/i3-4.18.1.ebuild b/x11-wm/i3/i3-4.18.1.ebuild
index d7064cfb971..58a3f832182 100644
--- a/x11-wm/i3/i3-4.18.1.ebuild
+++ b/x11-wm/i3/i3-4.18.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://i3wm.org/downloads/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="doc debug test"
 
 CDEPEND="dev-libs/libev



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

2020-06-28 Thread Michał Górny
commit: a7dd15109a5c90083f145ef7d346132aaec42fea
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat Jun 27 22:07:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7dd1510

dev-cpp/catch: arm keyworded (bug #727560)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-cpp/catch/catch-1.12.2.ebuild | 2 +-
 dev-cpp/catch/catch-2.9.1.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/catch/catch-1.12.2.ebuild 
b/dev-cpp/catch/catch-1.12.2.ebuild
index f0d846f42bd..62eb5b9f606 100644
--- a/dev-cpp/catch/catch-1.12.2.ebuild
+++ b/dev-cpp/catch/catch-1.12.2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]]; then
 else
MY_P=${PN^}-${PV}
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="amd64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~ppc64 x86"
 
S="${WORKDIR}/${PN^}2-${PV}"
 fi

diff --git a/dev-cpp/catch/catch-2.9.1.ebuild b/dev-cpp/catch/catch-2.9.1.ebuild
index 07de51f3252..b450352957d 100644
--- a/dev-cpp/catch/catch-2.9.1.ebuild
+++ b/dev-cpp/catch/catch-2.9.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 else
MY_P=${PN^}2-${PV}
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 
S=${WORKDIR}/${MY_P}
 fi



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

2020-06-28 Thread Michał Górny
commit: 1d3c77d443d9a69f32254859b6804dcb1865c6c1
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 28 15:10:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 29 06:33:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3c77d4

dev-perl/XML-Descent: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild 
b/dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild
index 350333bc578..59cc609bf7a 100644
--- a/dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild
+++ b/dev-perl/XML-Descent/XML-Descent-1.40.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=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Recursive decent XML parsing"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-28 Thread Lars Wendler
commit: 21044ff0e95adb9c2b5e7eb18711c058f2905003
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jun 29 06:28:07 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jun 29 06:29:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21044ff0

dev-libs/chmlib: switched to EAPI-7

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

 dev-libs/chmlib/chmlib-0.40-r1.ebuild | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-libs/chmlib/chmlib-0.40-r1.ebuild 
b/dev-libs/chmlib/chmlib-0.40-r1.ebuild
index 7b60e53d0f7..957e5d88bca 100644
--- a/dev-libs/chmlib/chmlib-0.40-r1.ebuild
+++ b/dev-libs/chmlib/chmlib-0.40-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools out-of-source
 
@@ -21,16 +21,19 @@ PATCHES=(
 
 src_prepare() {
default
+   # Required for CONFIG_SHELL != bash (bug #668408)
eautoreconf
 }
 
 my_src_configure() {
-   econf \
-   $(use_enable examples) \
+   local myeconfargs=(
+   $(use_enable examples)
$(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
 }
 
 my_src_install_all() {
einstalldocs
-   find "${D}" -name '*.la' -delete || die
+   find "${ED}" -type f -name '*.la' -delete || die
 }



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

2020-06-28 Thread Lars Wendler
commit: 71011bdab94ac24d87bd41065d40fdf5380e1fe2
Author: Thomas Schneider  chaotikum  eu>
AuthorDate: Thu Apr 23 11:19:48 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jun 29 06:29:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71011bda

dev-libs/chmlib: Run eautoreconf in src_prepare()

Closes: https://bugs.gentoo.org/668408
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Schneider  chaotikum.eu>
Signed-off-by: Lars Wendler  gentoo.org>

 dev-libs/chmlib/chmlib-0.40-r1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-libs/chmlib/chmlib-0.40-r1.ebuild 
b/dev-libs/chmlib/chmlib-0.40-r1.ebuild
index bb9a74993b7..7b60e53d0f7 100644
--- a/dev-libs/chmlib/chmlib-0.40-r1.ebuild
+++ b/dev-libs/chmlib/chmlib-0.40-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit out-of-source
+inherit autotools out-of-source
 
 DESCRIPTION="Library for MS CHM (compressed html) file format"
 HOMEPAGE="http://www.jedrea.com/chmlib/";
@@ -19,6 +19,11 @@ PATCHES=(
"${FILESDIR}"/${P}-headers.patch
 )
 
+src_prepare() {
+   default
+   eautoreconf
+}
+
 my_src_configure() {
econf \
$(use_enable examples) \



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

2020-06-28 Thread Agostino Sarubbo
commit: 2a3ec13a8f57286dc8a19cdca7914ff982429ede
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:26:14 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:26:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3ec13a

net-libs/libvncserver: x86 stable wrt bug #728594

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

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

diff --git a/net-libs/libvncserver/libvncserver-0.9.13.ebuild 
b/net-libs/libvncserver/libvncserver-0.9.13.ebuild
index 8b2632df520..c513bda1f85 100644
--- a/net-libs/libvncserver/libvncserver-0.9.13.ebuild
+++ b/net-libs/libvncserver/libvncserver-0.9.13.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
 LICENSE="GPL-2 GPL-2+ LGPL-2.1+ BSD MIT"
 # no sub slot wanted (yet), see #578958
 SLOT="0"
-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="+24bpp +filetransfer gcrypt gnutls ipv6 +jpeg libressl lzo +png sasl ssl 
systemd +threads +zlib"
 # https://bugs.gentoo.org/690202
 # https://bugs.gentoo.org/435326



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

2020-06-28 Thread Agostino Sarubbo
commit: bcb0791315ed2db01a21fd187510267e69ab0158
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:26:10 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:26:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb07913

dev-python/django: x86 stable wrt bug #727106

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

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

diff --git a/dev-python/django/django-2.2.13.ebuild 
b/dev-python/django/django-2.2.13.ebuild
index 60543908cea..5b85d6f488d 100644
--- a/dev-python/django/django-2.2.13.ebuild
+++ b/dev-python/django/django-2.2.13.ebuild
@@ -23,7 +23,7 @@ LICENSE+=" Apache-2.0"
 # admin icons, jquery, xregexp.js
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="doc sqlite test"
 RESTRICT="!test? ( test )"
 



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

2020-06-28 Thread Agostino Sarubbo
commit: f606ae91af8788001dd33cc8c217cac2719ebd02
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:25:28 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:25:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f606ae91

app-admin/syslog-ng: ppc64 stable wrt bug #702032

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild
index a799c99ad75..5c2b1736a0d 100644
--- a/app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="amqp caps dbi geoip2 http ipv6 json kafka libressl mongodb pacct python 
redis smtp snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



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

2020-06-28 Thread Agostino Sarubbo
commit: d63bc5f0bd98ff295d9093ad46eb1c29109fd1de
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:25:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:25:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63bc5f0

net-misc/bridge-utils: ppc64 stable wrt bug #703210

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/bridge-utils/bridge-utils-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/bridge-utils/bridge-utils-1.6.ebuild 
b/net-misc/bridge-utils/bridge-utils-1.6.ebuild
index 78c6ad95115..47491b009b6 100644
--- a/net-misc/bridge-utils/bridge-utils-1.6.ebuild
+++ b/net-misc/bridge-utils/bridge-utils-1.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE="selinux"
 
 DEPEND="virtual/os-headers"



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

2020-06-28 Thread Agostino Sarubbo
commit: d0cbde7120165f71ca3b6761bcbdabbf60a8729d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:23:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:23:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cbde71

app-crypt/rotix: ppc stable wrt bug #717476

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-crypt/rotix/rotix-0.83-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/rotix/rotix-0.83-r1.ebuild 
b/app-crypt/rotix/rotix-0.83-r1.ebuild
index 16b2f5b0d5c..05b44dc38cb 100644
--- a/app-crypt/rotix/rotix-0.83-r1.ebuild
+++ b/app-crypt/rotix/rotix-0.83-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/shemminga/${PN}/releases/download/${PV}/${PN}_${PV}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ia64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="sys-devel/gettext"



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

2020-06-28 Thread Agostino Sarubbo
commit: eca8f235aa3f532e9bb14b241f8778a00cc7935f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:23:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:23:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca8f235

dev-ruby/asciidoctor: ppc stable wrt bug #728196

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild 
b/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild
index 647439bef16..dc854905755 100644
--- a/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild
+++ b/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2020-06-28 Thread Agostino Sarubbo
commit: e977c5c5a20c52f2c92c0218729e4a265e72a429
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:24:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:24:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e977c5c5

dev-ruby/asciimath: ppc stable wrt bug #728196

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/asciimath/asciimath-1.0.9.ebuild 
b/dev-ruby/asciimath/asciimath-1.0.9.ebuild
index 9ff050f1ab1..988d1c7f49e 100644
--- a/dev-ruby/asciimath/asciimath-1.0.9.ebuild
+++ b/dev-ruby/asciimath/asciimath-1.0.9.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/pepijnve/asciimath";
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE=""



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

2020-06-28 Thread Agostino Sarubbo
commit: 5a2469cd91f5828a1710be3963f98c093cec3289
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:23:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:23:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2469cd

sci-electronics/iverilog: ppc stable wrt bug #713730

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-electronics/iverilog/iverilog-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild 
b/sci-electronics/iverilog/iverilog-10.3.ebuild
index b904b64a19d..a2dea488d4f 100644
--- a/sci-electronics/iverilog/iverilog-10.3.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git";
 else

SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
 fi
 



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

2020-06-28 Thread Agostino Sarubbo
commit: 1f0f5a396827dbff39614aeef05eac8168cb3970
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:23:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:23:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0f5a39

sys-process/lsof: ppc stable wrt bug #705600

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-process/lsof/lsof-4.93.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/lsof/lsof-4.93.2-r1.ebuild 
b/sys-process/lsof/lsof-4.93.2-r1.ebuild
index a4053c1af1a..853b476fc84 100644
--- a/sys-process/lsof/lsof-4.93.2-r1.ebuild
+++ b/sys-process/lsof/lsof-4.93.2-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/lsof-org/lsof/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="lsof"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="examples ipv6 rpc selinux"
 
 RDEPEND="rpc? ( net-libs/libtirpc )



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

2020-06-28 Thread Agostino Sarubbo
commit: 03c490dfb91154c670614046b7bd7223241330c6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:23:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:23:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c490df

sys-fs/lsscsi: ppc stable wrt bug #704272

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-fs/lsscsi/lsscsi-0.31.ebuild b/sys-fs/lsscsi/lsscsi-0.31.ebuild
index 3b35c7142e3..53056ca1869 100644
--- a/sys-fs/lsscsi/lsscsi-0.31.ebuild
+++ b/sys-fs/lsscsi/lsscsi-0.31.ebuild
@@ -9,4 +9,4 @@ SRC_URI="http://sg.danny.cz/scsi/${P}.tgz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"



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

2020-06-28 Thread Agostino Sarubbo
commit: 315efe65101e4e4c649b5b3d6e32684a386710c2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:23:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:23:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315efe65

net-misc/bridge-utils: ppc stable wrt bug #703210

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/bridge-utils/bridge-utils-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/bridge-utils/bridge-utils-1.6.ebuild 
b/net-misc/bridge-utils/bridge-utils-1.6.ebuild
index 89aadfc7dea..78c6ad95115 100644
--- a/net-misc/bridge-utils/bridge-utils-1.6.ebuild
+++ b/net-misc/bridge-utils/bridge-utils-1.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86"
 IUSE="selinux"
 
 DEPEND="virtual/os-headers"



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

2020-06-28 Thread Agostino Sarubbo
commit: b2c82c2f3647d9ca5bc1f9b4a2d8cc2f0a614d5a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:24:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:24:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c82c2f

dev-ruby/minitest-power_assert: ppc stable wrt bug #728196

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild 
b/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild
index d384872545a..3e67847d11d 100644
--- a/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild
+++ b/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/hsbt/minitest-power_assert";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "



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

2020-06-28 Thread Agostino Sarubbo
commit: d29b6c2087614acd2dd62c4cf0718079298f9453
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:24:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:24:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29b6c20

dev-ruby/rouge: ppc stable wrt bug #728196

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/rouge/rouge-3.19.0.ebuild 
b/dev-ruby/rouge/rouge-3.19.0.ebuild
index 07982a23293..0e51302dab0 100644
--- a/dev-ruby/rouge/rouge-3.19.0.ebuild
+++ b/dev-ruby/rouge/rouge-3.19.0.ebuild
@@ -18,7 +18,7 @@ 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"
+KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )



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

2020-06-28 Thread Agostino Sarubbo
commit: 09510207c46475e4995b46c06e080b0b4f38e567
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:23:31 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:23:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09510207

app-admin/syslog-ng: ppc stable wrt bug #702032

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild
index f9d64ae0b6c..a799c99ad75 100644
--- a/app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="amqp caps dbi geoip2 http ipv6 json kafka libressl mongodb pacct python 
redis smtp snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



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

2020-06-28 Thread Agostino Sarubbo
commit: 4bba797e59c6e54f8bfbe5cb9610516d0357d486
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:21:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:21:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bba797e

sys-block/mbuffer: arm stable wrt bug #719124

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-block/mbuffer/mbuffer-20191016.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/mbuffer/mbuffer-20191016.ebuild 
b/sys-block/mbuffer/mbuffer-20191016.ebuild
index 6b311595af3..a1a48e24a58 100644
--- a/sys-block/mbuffer/mbuffer-20191016.ebuild
+++ b/sys-block/mbuffer/mbuffer-20191016.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.maier-komor.de/software/mbuffer/${P}.tgz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc x86"
+KEYWORDS="amd64 arm ~arm64 ppc x86"
 IUSE="debug ssl test"
 
 REQUIRED_USE="test? ( ssl )"



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

2020-06-28 Thread Agostino Sarubbo
commit: e087b52c9d87c9620845c8c142a520eb4963807d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:21:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:21:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e087b52c

app-admin/syslog-ng: arm stable wrt bug #702032

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild
index a63f20455df..f9d64ae0b6c 100644
--- a/app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="amqp caps dbi geoip2 http ipv6 json kafka libressl mongodb pacct python 
redis smtp snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



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

2020-06-28 Thread Agostino Sarubbo
commit: 24ffbfa88a3f51f312fa8ded1e595363f6b91025
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:21:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:21:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ffbfa8

dev-ruby/asciimath: arm stable wrt bug #728196

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/asciimath/asciimath-1.0.9.ebuild 
b/dev-ruby/asciimath/asciimath-1.0.9.ebuild
index 9e80286ef18..9ff050f1ab1 100644
--- a/dev-ruby/asciimath/asciimath-1.0.9.ebuild
+++ b/dev-ruby/asciimath/asciimath-1.0.9.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/pepijnve/asciimath";
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
 IUSE=""



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

2020-06-28 Thread Agostino Sarubbo
commit: ae1c7acc23bc805374e267a945bd3b61ac98a54e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:21:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:21:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1c7acc

dev-ruby/rouge: arm stable wrt bug #728196

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/rouge/rouge-3.19.0.ebuild 
b/dev-ruby/rouge/rouge-3.19.0.ebuild
index 34d0319746d..07982a23293 100644
--- a/dev-ruby/rouge/rouge-3.19.0.ebuild
+++ b/dev-ruby/rouge/rouge-3.19.0.ebuild
@@ -18,7 +18,7 @@ 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"
+KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )



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

2020-06-28 Thread Agostino Sarubbo
commit: 3ccfb9f33dcb85c4d77d6a6d55b9b3c06da55272
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:21:37 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:21:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ccfb9f3

sys-process/lsof: arm stable wrt bug #705600

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-process/lsof/lsof-4.93.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/lsof/lsof-4.93.2-r1.ebuild 
b/sys-process/lsof/lsof-4.93.2-r1.ebuild
index e7b81f284c5..a4053c1af1a 100644
--- a/sys-process/lsof/lsof-4.93.2-r1.ebuild
+++ b/sys-process/lsof/lsof-4.93.2-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/lsof-org/lsof/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="lsof"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples ipv6 rpc selinux"
 
 RDEPEND="rpc? ( net-libs/libtirpc )



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

2020-06-28 Thread Agostino Sarubbo
commit: c81efd144af327cfafb0b440ae2aa29bedb19549
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:21:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:21:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81efd14

dev-ruby/minitest-power_assert: arm stable wrt bug #728196

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild 
b/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild
index bcb02b377e2..d384872545a 100644
--- a/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild
+++ b/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/hsbt/minitest-power_assert";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "



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

2020-06-28 Thread Agostino Sarubbo
commit: bd2429cbce8158e7b986c62b9dc8175554af7740
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:21:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:21:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2429cb

net-misc/bridge-utils: arm stable wrt bug #703210

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/bridge-utils/bridge-utils-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/bridge-utils/bridge-utils-1.6.ebuild 
b/net-misc/bridge-utils/bridge-utils-1.6.ebuild
index 386124778cc..89aadfc7dea 100644
--- a/net-misc/bridge-utils/bridge-utils-1.6.ebuild
+++ b/net-misc/bridge-utils/bridge-utils-1.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
 IUSE="selinux"
 
 DEPEND="virtual/os-headers"



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

2020-06-28 Thread Agostino Sarubbo
commit: ca57a3b41a22036775c8e587c4e723f3462d72ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:21:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:21:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca57a3b4

sys-fs/lsscsi: arm stable wrt bug #704272

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-fs/lsscsi/lsscsi-0.31.ebuild b/sys-fs/lsscsi/lsscsi-0.31.ebuild
index 04421b337ab..3b35c7142e3 100644
--- a/sys-fs/lsscsi/lsscsi-0.31.ebuild
+++ b/sys-fs/lsscsi/lsscsi-0.31.ebuild
@@ -9,4 +9,4 @@ SRC_URI="http://sg.danny.cz/scsi/${P}.tgz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"



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

2020-06-28 Thread Agostino Sarubbo
commit: afbc015e10bd9dac2426a295dd4cdc4a302a79a9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:21:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:21:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbc015e

app-backup/btrbk: arm stable wrt bug #719124

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-backup/btrbk/btrbk-0.29.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/btrbk/btrbk-0.29.1.ebuild 
b/app-backup/btrbk/btrbk-0.29.1.ebuild
index c89e18ac6c4..23596e82881 100644
--- a/app-backup/btrbk/btrbk-0.29.1.ebuild
+++ b/app-backup/btrbk/btrbk-0.29.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
 else
SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 arm ~arm64 ~x86"
 fi
 
 DESCRIPTION="Tool for creating snapshots and remote backups of btrfs 
subvolumes"



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

2020-06-28 Thread Agostino Sarubbo
commit: 767e48d0f57b5a968eeece3caca3cc2bfd6bfc4b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:21:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:21:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767e48d0

net-libs/libvncserver: arm stable wrt bug #728594

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-libs/libvncserver/libvncserver-0.9.13.ebuild 
b/net-libs/libvncserver/libvncserver-0.9.13.ebuild
index e0626d093be..8b2632df520 100644
--- a/net-libs/libvncserver/libvncserver-0.9.13.ebuild
+++ b/net-libs/libvncserver/libvncserver-0.9.13.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
 LICENSE="GPL-2 GPL-2+ LGPL-2.1+ BSD MIT"
 # no sub slot wanted (yet), see #578958
 SLOT="0"
-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="+24bpp +filetransfer gcrypt gnutls ipv6 +jpeg libressl lzo +png sasl ssl 
systemd +threads +zlib"
 # https://bugs.gentoo.org/690202
 # https://bugs.gentoo.org/435326



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

2020-06-28 Thread Agostino Sarubbo
commit: be308c70ca76858efd7fd9dceb26c4b8f43fe2be
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:21:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:21:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be308c70

dev-ruby/asciidoctor: arm stable wrt bug #728196

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild 
b/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild
index 88064240038..647439bef16 100644
--- a/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild
+++ b/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2020-06-28 Thread Agostino Sarubbo
commit: a785ee6f9e4f1f514469eafa16a1d0e2eba80718
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:19:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:19:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a785ee6f

dev-ruby/rouge: amd64 stable wrt bug #728196

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

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

diff --git a/dev-ruby/rouge/rouge-3.19.0.ebuild 
b/dev-ruby/rouge/rouge-3.19.0.ebuild
index 97c051abf52..34d0319746d 100644
--- a/dev-ruby/rouge/rouge-3.19.0.ebuild
+++ b/dev-ruby/rouge/rouge-3.19.0.ebuild
@@ -18,7 +18,7 @@ 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"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )



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

2020-06-28 Thread Agostino Sarubbo
commit: 98d07ac258e8bcd927b5d5b7fa80eea68b005ebb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:18:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:18:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d07ac2

net-misc/bridge-utils: amd64 stable wrt bug #703210

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

 net-misc/bridge-utils/bridge-utils-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/bridge-utils/bridge-utils-1.6.ebuild 
b/net-misc/bridge-utils/bridge-utils-1.6.ebuild
index 91fecbe3133..386124778cc 100644
--- a/net-misc/bridge-utils/bridge-utils-1.6.ebuild
+++ b/net-misc/bridge-utils/bridge-utils-1.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
 IUSE="selinux"
 
 DEPEND="virtual/os-headers"



[gentoo-commits] repo/gentoo:master commit in: dev-util/intel-ocl-sdk/

2020-06-28 Thread Agostino Sarubbo
commit: 3445b9b06f2b6e0df4fbf3b140a836b48580e72d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:19:45 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:19:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3445b9b0

dev-util/intel-ocl-sdk: amd64 stable wrt bug #728292

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

 dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r2.ebuild 
b/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r2.ebuild
index 0d0b0d0a8d3..9eaedd6076e 100644
--- a/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r2.ebuild
+++ b/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://registrationcenter.intel.com/irc_nas/4181/intel_sdk_for_ocl_app
 LICENSE="Intel-SDP"
 SLOT="0"
 IUSE="android +system-tbb system-clang +system-boost"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 RESTRICT="bindist mirror"
 
 RDEPEND=">=virtual/opencl-3



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

2020-06-28 Thread Agostino Sarubbo
commit: c39fed59b2f55493ab00a9dfa9c538d4b05ba058
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:19:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:19:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39fed59

dev-ruby/minitest-power_assert: amd64 stable wrt bug #728196

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

 dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild 
b/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild
index 1528ade210d..bcb02b377e2 100644
--- a/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild
+++ b/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/hsbt/minitest-power_assert";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "



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

2020-06-28 Thread Agostino Sarubbo
commit: a439e47e2af1bc92eb9b2aa1f43d948b8c6f1c57
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:19:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:19:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a439e47e

sys-fs/lsscsi: amd64 stable wrt bug #704272

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

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

diff --git a/sys-fs/lsscsi/lsscsi-0.31.ebuild b/sys-fs/lsscsi/lsscsi-0.31.ebuild
index 42e5fbcdaa6..04421b337ab 100644
--- a/sys-fs/lsscsi/lsscsi-0.31.ebuild
+++ b/sys-fs/lsscsi/lsscsi-0.31.ebuild
@@ -9,4 +9,4 @@ SRC_URI="http://sg.danny.cz/scsi/${P}.tgz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"



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

2020-06-28 Thread Agostino Sarubbo
commit: 02188ec86f942514f3f36d10af048ca55c37226a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:19:51 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:19:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02188ec8

net-libs/libvncserver: amd64 stable wrt bug #728594

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

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

diff --git a/net-libs/libvncserver/libvncserver-0.9.13.ebuild 
b/net-libs/libvncserver/libvncserver-0.9.13.ebuild
index 679f0728394..e0626d093be 100644
--- a/net-libs/libvncserver/libvncserver-0.9.13.ebuild
+++ b/net-libs/libvncserver/libvncserver-0.9.13.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
 LICENSE="GPL-2 GPL-2+ LGPL-2.1+ BSD MIT"
 # no sub slot wanted (yet), see #578958
 SLOT="0"
-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="+24bpp +filetransfer gcrypt gnutls ipv6 +jpeg libressl lzo +png sasl ssl 
systemd +threads +zlib"
 # https://bugs.gentoo.org/690202
 # https://bugs.gentoo.org/435326



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

2020-06-28 Thread Agostino Sarubbo
commit: 8c3ee5492d60b36ce7f407e526a1f366e8832fe3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:19:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:19:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3ee549

dev-python/pyopencl: amd64 stable wrt bug #722230

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

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

diff --git a/dev-python/pyopencl/pyopencl-2019.1.2.ebuild 
b/dev-python/pyopencl/pyopencl-2019.1.2.ebuild
index fbc6d6a6474..2f72469ccad 100644
--- a/dev-python/pyopencl/pyopencl-2019.1.2.ebuild
+++ b/dev-python/pyopencl/pyopencl-2019.1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="examples opengl"
 
 RDEPEND="



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

2020-06-28 Thread Agostino Sarubbo
commit: a731dc6f40622ab174184009f285d7785df775eb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:19:21 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:19:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a731dc6f

dev-ruby/asciidoctor: amd64 stable wrt bug #728196

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

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

diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild 
b/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild
index 3fa3fd3b0a5..88064240038 100644
--- a/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild
+++ b/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2020-06-28 Thread Agostino Sarubbo
commit: b02d2e01f6737bd8234016e8c07fb6069950fb02
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 29 06:19:27 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 29 06:19:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02d2e01

dev-ruby/asciimath: amd64 stable wrt bug #728196

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

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

diff --git a/dev-ruby/asciimath/asciimath-1.0.9.ebuild 
b/dev-ruby/asciimath/asciimath-1.0.9.ebuild
index ee8b1e1ebcc..9e80286ef18 100644
--- a/dev-ruby/asciimath/asciimath-1.0.9.ebuild
+++ b/dev-ruby/asciimath/asciimath-1.0.9.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/pepijnve/asciimath";
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
 IUSE=""



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

2020-06-28 Thread Joonas Niilola
commit: b33ab4027efae1115964c3baed69c8759693eed0
Author: John Helmert III  posteo  net>
AuthorDate: Wed Jun 17 19:17:12 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun 29 06:08:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33ab402

net-p2p/tremc: Add version 0.9.2

Closes: https://bugs.gentoo.org/728552
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: John Helmert III  posteo.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/tremc/Manifest   |  1 +
 net-p2p/tremc/tremc-0.9.2.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/net-p2p/tremc/Manifest b/net-p2p/tremc/Manifest
index 5304ec87b78..57e343bbe67 100644
--- a/net-p2p/tremc/Manifest
+++ b/net-p2p/tremc/Manifest
@@ -1 +1,2 @@
 DIST tremc-0.9.1.tar.gz 315482 BLAKE2B 
c4e94ef13cc9d716cdbcbff061b1956d17c6babe765e192d675d08ad5d76a22cf171a4fb3f5f2952b971f59a16a2768ccd360d10df5b0f3325fd63ff9716f209
 SHA512 
ed16080c6544ce9019e6a0c4d660310992cae0f139a2a78e9eaa51841e293cefb22160a105794b5f03a4bfd47a2c50402879f2a17302a96265a9c9acb3174c39
+DIST tremc-0.9.2.tar.gz 315631 BLAKE2B 
f5ed154fbfcbdb3e77b678a5827d3f68a6be4033530d6d4e451d57808d43cd5737fff32cf62445d246bfce4d8f02e4cac0c1156603e220e228e61b725d6deaf8
 SHA512 
d6d6d155ddac918d329226d5c3b53c63fd4fa0b98e30f1eb2cd2226ea598bd7dd81d72f747dc11f4a508bcc0453d90d774c1d8db6dac05ae1ecbc217290b7db3

diff --git a/net-p2p/tremc/tremc-0.9.2.ebuild b/net-p2p/tremc/tremc-0.9.2.ebuild
new file mode 100644
index 000..2c02ce97e8d
--- /dev/null
+++ b/net-p2p/tremc/tremc-0.9.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_REQ_USE="ncurses"
+inherit bash-completion-r1 eutils python-single-r1
+
+DESCRIPTION="Ncurses interface for the Transmission BitTorrent client"
+HOMEPAGE="https://github.com/tremc/tremc";
+SRC_URI="https://github.com/tremc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+
+# Specify a no-op src_compile so upstream's broken Makefile doesn't get used
+src_compile() {
+   :
+}
+
+src_install() {
+   python_doscript tremc
+   newbashcomp completion/bash/tremc.sh tremc
+   insinto /usr/share/zsh/site-functions
+   doins completion/zsh/_tremc
+   doman tremc.1
+   dodoc NEWS README.md
+}
+
+pkg_postinst() {
+   optfeature "GeoIP support" dev-python/geoip-python
+   optfeature "Extract ipv4 from ipv6 addresses" dev-python/ipy
+   optfeature "Clipboard support" dev-python/pyperclip
+}



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

2020-06-28 Thread Joonas Niilola
commit: e3f3cfbc8d95d62f4a0fab75f83481aaecd1e687
Author: Christopher Head  chead  ca>
AuthorDate: Sun May 17 23:07:47 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun 29 06:08:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f3cfbc

www-apps/radicale: support Py3.7

Bug: https://bugs.gentoo.org/718544
Signed-off-by: Christopher Head  chead.ca>
Closes: https://github.com/gentoo/gentoo/pull/15859
Signed-off-by: Joonas Niilola  gentoo.org>

 www-apps/radicale/radicale-2.1.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/radicale/radicale-2.1.11-r1.ebuild 
b/www-apps/radicale/radicale-2.1.11-r1.ebuild
index 881d37248fc..9f8ebc37c38 100644
--- a/www-apps/radicale/radicale-2.1.11-r1.ebuild
+++ b/www-apps/radicale/radicale-2.1.11-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils user systemd
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/tremc/files/, net-p2p/tremc/

2020-06-28 Thread Joonas Niilola
commit: e1ee7c8b1aac3a2359a41a528cfc5733a181fb89
Author: John Helmert III  posteo  net>
AuthorDate: Wed Jun 17 19:27:38 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun 29 06:08:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ee7c8b

net-p2p/tremc: Drop old

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: John Helmert III  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/16303
Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/tremc/Manifest|  1 -
 net-p2p/tremc/files/0.9.1-fix-startup-crash.patch | 62 ---
 net-p2p/tremc/tremc-0.9.1.ebuild  | 41 ---
 3 files changed, 104 deletions(-)

diff --git a/net-p2p/tremc/Manifest b/net-p2p/tremc/Manifest
index 57e343bbe67..7e7b6b1bb16 100644
--- a/net-p2p/tremc/Manifest
+++ b/net-p2p/tremc/Manifest
@@ -1,2 +1 @@
-DIST tremc-0.9.1.tar.gz 315482 BLAKE2B 
c4e94ef13cc9d716cdbcbff061b1956d17c6babe765e192d675d08ad5d76a22cf171a4fb3f5f2952b971f59a16a2768ccd360d10df5b0f3325fd63ff9716f209
 SHA512 
ed16080c6544ce9019e6a0c4d660310992cae0f139a2a78e9eaa51841e293cefb22160a105794b5f03a4bfd47a2c50402879f2a17302a96265a9c9acb3174c39
 DIST tremc-0.9.2.tar.gz 315631 BLAKE2B 
f5ed154fbfcbdb3e77b678a5827d3f68a6be4033530d6d4e451d57808d43cd5737fff32cf62445d246bfce4d8f02e4cac0c1156603e220e228e61b725d6deaf8
 SHA512 
d6d6d155ddac918d329226d5c3b53c63fd4fa0b98e30f1eb2cd2226ea598bd7dd81d72f747dc11f4a508bcc0453d90d774c1d8db6dac05ae1ecbc217290b7db3

diff --git a/net-p2p/tremc/files/0.9.1-fix-startup-crash.patch 
b/net-p2p/tremc/files/0.9.1-fix-startup-crash.patch
deleted file mode 100644
index 5e67e5d3155..000
--- a/net-p2p/tremc/files/0.9.1-fix-startup-crash.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-From 0cb919b446eeda41aea8578ae26796ae92a973e5 Mon Sep 17 00:00:00 2001
-From: George Angelopoulos 
-Date: Mon, 2 Jul 2018 17:55:38 +0200
-Subject: [PATCH] fix addch ERR crash when starting with no torrents
-
-There was a bug introduced by commit e06d08d:
-scale_bytes: Simplify this function
-
-tremc would crash when started against a transmission-daemon with no
-torrents.
-
-This was because scale_bytes(0) used to return 0K but now it returns
-0.0K. The expected width of 2 was hardcoded. The new width of 4 causes
-addch() to return ERR because it tries to draw outside the window.
-
-Hardcoding the new width to 4 would resolve this issue. Instead,
-this patch dynamically sets the width returned by scale_bytes().
-This should make the code a tiny bit more readable and maybe avoid this
-issue in the future.
-
-There is one more magic number involved here which I don't see a good
-way of getting rid of. So I made an illustrative comment.
-
-Resolves #15

- tremc | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/tremc b/tremc
-index 36ae67b..ed898fb 100755
 a/tremc
-+++ b/tremc
-@@ -883,7 +883,7 @@ class Interface(object):
- self.focus= -1  # -1: nothing focused; 0: top of list; <# of 
torrents>-1: bottom of list
- self.scrollpos= 0   # start of torrentlist
- self.torrents_per_page  = 0 # will be set by manage_layout()
--self.rateDownload_width = self.rateUpload_width = 2
-+self.rateDownload_width = self.rateUpload_width = len(scale_bytes())
- 
- self.details_category_focus = 0  # overview/files/peers/tracker in 
details
- self.focus_detaillist   = -1 # same as focus but for details
-@@ -2667,6 +2667,8 @@ class Interface(object):
- pass
- 
- def draw_global_rates(self):
-+# ↑1.2K ↓3.4M
-+# ^^^ => +3
- rates_width = self.rateDownload_width + self.rateUpload_width + 3
- 
- if self.stats['alt-speed-enabled']:
-@@ -3373,7 +3375,7 @@ def timestamp(timestamp, format="%x %X"):
- return "%s (%s)" % (absolute, relative)
- 
- 
--def scale_bytes(bytes, type='short'):
-+def scale_bytes(bytes=0, type='short'):
- if bytes >= 1099511627776:
- scaled_bytes = round((bytes / 1099511627776.0), 1)
- unit = 'T'
--- 
-2.26.0
-

diff --git a/net-p2p/tremc/tremc-0.9.1.ebuild b/net-p2p/tremc/tremc-0.9.1.ebuild
deleted file mode 100644
index 8306b1e2dfa..000
--- a/net-p2p/tremc/tremc-0.9.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="ncurses"
-inherit bash-completion-r1 python-single-r1
-
-DESCRIPTION="Ncurses interface for the Transmission BitTorrent client"
-HOMEPAGE="https://github.com/tremc/tremc";
-SRC_URI="https://github.com/tremc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="geoip"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   geoip? ( dev-python/geoip-python[${PYTHON_USED

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

2020-06-28 Thread Joonas Niilola
commit: 7957d655295b302e80f808fa621921575a948723
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jun 29 06:08:14 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun 29 06:08:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7957d655

app-emulation/lxc: 4.0.3 release

Signed-off-by: Joonas Niilola  gentoo.org>

 app-emulation/lxc/Manifest |   1 +
 app-emulation/lxc/lxc-4.0.3.ebuild | 160 +
 2 files changed, 161 insertions(+)

diff --git a/app-emulation/lxc/Manifest b/app-emulation/lxc/Manifest
index f8760f06bb4..22458719259 100644
--- a/app-emulation/lxc/Manifest
+++ b/app-emulation/lxc/Manifest
@@ -1 +1,2 @@
 DIST lxc-4.0.2.tar.gz 1352667 BLAKE2B 
2ecc076bacb9bb1c2a808422f7b2e0cbfc74bf3bec6ca89ea58eb6ef4a414353c2e58163bff17b3304beb39f4980d10f54365f739645c1581bfca9f6079bf57c
 SHA512 
0de6c1f9649d161579b45fc28a735f703c4498eff9c588462b838220aeab73f91921db628f77bc461eff38c7583cac10a38951263181956e2d33412a406f3ef3
+DIST lxc-4.0.3.tar.gz 1368461 BLAKE2B 
861bd8f3736ecda9075c57338845d386811ae3aeceb72cd054023a25a9758d5d7c9ceec917fc634c118a13f8fb142b28bd93f27138b9ee1d0817f8360fda88da
 SHA512 
a5d45626b1f26c0f098f6f0f5852472ea065f65f9918b972826e087a9a71a34253c85dd6f1b6b6837ca97303f8d43478a66595057d65a6e72a72334a3257ef88

diff --git a/app-emulation/lxc/lxc-4.0.3.ebuild 
b/app-emulation/lxc/lxc-4.0.3.ebuild
new file mode 100644
index 000..9f71458a5e7
--- /dev/null
+++ b/app-emulation/lxc/lxc-4.0.3.ebuild
@@ -0,0 +1,160 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 linux-info flag-o-matic pam 
readme.gentoo-r1 systemd
+
+DESCRIPTION="LinuX Containers userspace utilities"
+HOMEPAGE="https://linuxcontainers.org/ https://github.com/lxc/lxc";
+SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz";
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="apparmor +caps doc examples libressl pam seccomp selinux +ssl +templates 
+tools"
+
+RDEPEND="app-misc/pax-utils
+   sys-apps/util-linux
+   sys-libs/libcap
+   virtual/awk
+   caps? ( sys-libs/libcap )
+   pam? ( sys-libs/pam )
+   seccomp? ( sys-libs/libseccomp )
+   selinux? ( sys-libs/libselinux )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+DEPEND="${RDEPEND}
+   >=app-text/docbook-sgml-utils-0.6.14-r2
+   >=sys-kernel/linux-headers-3.2
+   apparmor? ( sys-apps/apparmor )"
+BDEPEND="doc? ( app-doc/doxygen )"
+PDEPEND="templates? ( app-emulation/lxc-templates )"
+
+CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE
+   ~CPUSETS ~CGROUP_CPUACCT
+   ~CGROUP_SCHED
+
+   ~NAMESPACES
+   ~IPC_NS ~USER_NS ~PID_NS
+
+   ~CGROUP_FREEZER
+   ~UTS_NS ~NET_NS
+   ~VETH ~MACVLAN
+
+   ~POSIX_MQUEUE
+   ~!NETPRIO_CGROUP"
+
+ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER:  needed to freeze containers"
+ERROR_UTS_NS="CONFIG_UTS_NS:  needed to unshare hostnames and uname info"
+ERROR_NET_NS="CONFIG_NET_NS:  needed for unshared network"
+ERROR_VETH="CONFIG_VETH:  needed for internal (host-to-container) networking"
+ERROR_MACVLAN="CONFIG_MACVLAN:  needed for internal (inter-container) 
networking"
+ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE:  needed for lxc-execute command"
+ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP:  as of kernel 3.3 and lxc 
0.8.0_rc1 this causes LXCs to fail booting."
+
+DOCS=( AUTHORS CONTRIBUTING MAINTAINERS NEWS README doc/FAQ.txt )
+
+pkg_setup() {
+   linux-info_pkg_setup
+}
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.0.0-bash-completion.patch
+   "${FILESDIR}"/${PN}-2.0.5-omit-sysconfig.patch # bug 558854
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+
+   # --enable-doc is for manpages which is why we don't link it to a "doc"
+   # USE flag. We always want man pages.
+   local myeconfargs=(
+   --bindir=/usr/bin
+   --localstatedir=/var
+   --sbindir=/usr/bin
+
+   --with-config-path=/var/lib/lxc
+   --with-distro=gentoo
+   --with-init-script=systemd
+   --with-rootfs-path=/var/lib/lxc/rootfs
+   --with-runtime-path=/run
+   --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
+
+   --disable-asan
+   --disable-coverity-build
+   --disable-dlog
+   --disable-mutex-debugging
+   --disable-rpath
+   --disable-tests
+   --disable-ubsan
+   --disable-werror
+
+   --enable-bash
+   --enable-commands
+   --enable-doc
+   --enable-memfd-rexec
+   --enable-thread-safety
+
+   $(use_enable apparmor)
+ 

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

2020-06-28 Thread Robin H. Johnson
commit: 8fb2b4ce43a4f356ff6db728fde15c0a36e34642
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jun 29 05:37:10 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jun 29 05:37:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb2b4ce

sys-apps/x86info: bump for py3

Signed-off-by: Robin H. Johnson  gentoo.org>

 sys-apps/x86info/Manifest  |  1 +
 sys-apps/x86info/x86info-1.30-r1.ebuild| 72 +
 sys-apps/x86info/x86info-1.30_p20190617.ebuild | 73 ++
 3 files changed, 146 insertions(+)

diff --git a/sys-apps/x86info/Manifest b/sys-apps/x86info/Manifest
index bcc650214b0..3fa8bb65f0e 100644
--- a/sys-apps/x86info/Manifest
+++ b/sys-apps/x86info/Manifest
@@ -1 +1,2 @@
 DIST x86info-1.30.tgz 95727 BLAKE2B 
6e9e345c6b4d05d4a137b898f1cc8a31e901b25b8a3822c06c103298e2ee60c6fada8e1fc314a5fcec04618b9a8a9ce05a4e631dbf9f03a24c5349f13d1e2301
 SHA512 
0b4c9f1be83a737aa26ec14d239d09465608fcf542766ef5b8634d2fe08f75857c0d2bd1969d971ab4b0d55cd3aa3e4e5f58b3b2865865aa68fd751377672e5f
+DIST x86info-1.30_p20190617.tar.gz 85913 BLAKE2B 
e19e5fd797617499c64e75522f0fd030beaa335a6ba9afd29cbb79fd67313a2e57236d1ad8817bf91f0131faf667ba88ac0945ff25301ba8806912979f094ea3
 SHA512 
352e2b00578dc54b8d5ee32f09f327ab6a23e6ab4743882ca78a5a5ec1a04ceed8780228ffbda34f84ebb02c7cb850002a686929726feac90c8083044f479bd6

diff --git a/sys-apps/x86info/x86info-1.30-r1.ebuild 
b/sys-apps/x86info/x86info-1.30-r1.ebuild
new file mode 100644
index 000..5a09ba8a8e7
--- /dev/null
+++ b/sys-apps/x86info/x86info-1.30-r1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4..8} )
+
+inherit flag-o-matic linux-info python-any-r1 toolchain-funcs
+
+DESCRIPTION="Dave Jones' handy, informative x86 CPU diagnostic utility"
+HOMEPAGE="http://www.codemonkey.org.uk/projects/x86info/";
+SRC_URI="http://www.codemonkey.org.uk/projects/x86info/${P}.tgz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-apps/pciutils:="
+DEPEND="
+   ${PYTHON_DEPS}
+   ${RDEPEND}"
+
+CONFIG_CHECK="~MTRR ~X86_CPUID"
+
+PATCHES=(
+   "${FILESDIR}"/1.21-pic.patch
+   "${FILESDIR}"/${PN}-1.24-pic.patch #270388
+   "${FILESDIR}"/${PN}-1.29-parallel-make-cleanup.patch
+   "${FILESDIR}"/${PN}-1.30-fix-build-system.patch
+)
+
+pkg_setup() {
+   linux-info_pkg_setup
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   # These flags taken from the 1.29 ebuild
+   append-flags -Wall -Wshadow -Wextra -Wmissing-declarations \
+   -Wdeclaration-after-statement -Wredundant-decls
+   append-ldflags -Wl,-z,relro,-z,now
+
+   tc-export CC
+}
+
+src_compile() {
+   emake x86info lsmsr
+}
+
+src_install() {
+   dobin x86info lsmsr
+
+   insinto /etc/modprobe.d
+   newins "${FILESDIR}"/x86info-modules.conf-rc x86info.conf
+
+   einstalldocs
+   doman x86info.1 lsmsr.8
+
+   dodoc -r results
+}
+
+pkg_preinst() {
+   if [[ -a "${EROOT}"/etc/modules.d/x86info ]] && [[ ! -a 
"${EROOT}"/etc/modprobe.d/x86info ]]; then
+   elog "Moving x86info from /etc/modules.d/ to /etc/modprobe.d/"
+   mv "${EROOT}"/etc/{modules,modprobe}.d/x86info
+   fi
+   if [[ -a "${EROOT}"/etc/modprobe.d/x86info ]] && [[ ! -a 
"${EROOT}"/etc/modprobe.d/x86info.conf ]]; then
+   elog "Adding .conf suffix to x86info in /etc/modprobe.d/"
+   mv "${EROOT}"/etc/modprobe.d/x86info{,.conf}
+   fi
+}

diff --git a/sys-apps/x86info/x86info-1.30_p20190617.ebuild 
b/sys-apps/x86info/x86info-1.30_p20190617.ebuild
new file mode 100644
index 000..d8a3b48dfad
--- /dev/null
+++ b/sys-apps/x86info/x86info-1.30_p20190617.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4..8} )
+
+inherit flag-o-matic linux-info python-any-r1 toolchain-funcs
+
+DESCRIPTION="Dave Jones' handy, informative x86 CPU diagnostic utility"
+HOMEPAGE="http://www.codemonkey.org.uk/projects/x86info/";
+# Upstream stopped versioned releases entirely
+COMMIT="8ea5ed19fae1d209eba9257171a10f7afd474618"
+SRC_URI="https://github.com/kernelslacker/x86info/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-apps/pciutils:="
+DEPEND="
+   ${PYTHON_DEPS}
+   ${RDEPEND}"
+
+CONFIG_CHECK="~MTRR ~X86_CPUID"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+PATCHES=(
+   #"${FILESDIR}"/1.21-pic.patch
+   "${FILESDIR}"/${PN}-1.24-pic.patch #270388
+   #"${FILESDIR}"/${PN}-1.29-parallel-make-cleanup.patch
+   #"${FILESDIR}"/${PN}-1.30-fix-build-system.patch
+)
+
+pkg_setup() {
+   linux-info_pkg_setup
+   python-any-r1_pkg_set

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

2020-06-28 Thread Robin H. Johnson
commit: 8e7e9de1c45c99f11fc19f47fa2ecd754900e837
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jun 29 05:12:43 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jun 29 05:37:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7e9de1

net-nds/nsscache: bump for py3

Signed-off-by: Robin H. Johnson  gentoo.org>

 net-nds/nsscache/Manifest |  1 +
 net-nds/nsscache/metadata.xml |  1 +
 net-nds/nsscache/nsscache-0.39.ebuild | 59 +++
 3 files changed, 61 insertions(+)

diff --git a/net-nds/nsscache/Manifest b/net-nds/nsscache/Manifest
index ea087fb9106..c51df7a7c19 100644
--- a/net-nds/nsscache/Manifest
+++ b/net-nds/nsscache/Manifest
@@ -3,3 +3,4 @@ DIST nsscache-0.30-r3-gentoo-authorized-keys-command.py 11974 
BLAKE2B 4272bab8d8
 DIST nsscache-0.30.tar.gz 109615 BLAKE2B 
1b67da7241a974a541514849643115d8e6dd0e587dbd39e1919eaca5064b6fde79678c3443246444d1b8c75c4455ad008231ee1f1a6b74511d9a38e742be2c6e
 SHA512 
22c58904eadd2e69405c42263c1c85c7b612151466386870fbea7685ab32835250a84f1acd83fca6f3289582c74df5371cbfb4f354679a302f240fd0ff334712
 DIST nsscache-0.31.tar.gz 108073 BLAKE2B 
c730786e4a273d039273f104d1458587741c5bc8b2e470d12a551765f3141aafb33df811feca432b493415e20c9abb07244b9c624e38053b95c15c5e41ba8303
 SHA512 
1be90b0217605f86d2effc6063a805fb604f535386cc9f2eb8b0244ab1293521fd1342f52e3fad98c7d95cf66db3dabf93747bf40ce5ed2bf70c8c07382001a4
 DIST nsscache-0.32.tar.gz 112333 BLAKE2B 
ac477eef53e8e9d8cdcc7a0d7b460046883aaba8836ec5d49f449aae0d4f0ea34cd10f89a98849a18e0a0b1b5d1eb4f4c99a138d6eb2bc6bc608a1cc33c28ac2
 SHA512 
c35f539ea017a328c1630031b7934c231b256d3f2198c6764954c42f36ed281432ff97667e5754692971b4f24be38887406f98718d5f49d364e1e3eebb32185f
+DIST nsscache-0.39.tar.gz 127896 BLAKE2B 
8383ca53ee5cf2f84e4485722d35598b624005bb32073696a23daa1061c0b057d26333cdee9c97cedcb99daa8c61362719d80b01b216c163a327cd4edeabeefd
 SHA512 
f93cec949302f21bc5989ab3192302a32349ee4ae98e2f05f169cca8a16a821f39857cb0fff52c7b54552828684b4723d22e44f97525a01577ab89bd159e0376

diff --git a/net-nds/nsscache/metadata.xml b/net-nds/nsscache/metadata.xml
index 2391c0ec85c..49a9b9a18f2 100644
--- a/net-nds/nsscache/metadata.xml
+++ b/net-nds/nsscache/metadata.xml
@@ -6,6 +6,7 @@


Depend on sys-auth/libnss-cache to handle 
flat files
+   Support for S3-based NSS sources


google/nsscache

diff --git a/net-nds/nsscache/nsscache-0.39.ebuild 
b/net-nds/nsscache/nsscache-0.39.ebuild
new file mode 100644
index 000..f615656a1ee
--- /dev/null
+++ b/net-nds/nsscache/nsscache-0.39.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="commandline tool to sync directory services to local cache"
+HOMEPAGE="https://github.com/google/nsscache";
+SCRIPT_A='nsscache-0.30-r3-gentoo-authorized-keys-command.py'
+SRC_URI="
+   https://github.com/google/nsscache/archive/version/${PV}.tar.gz -> 
${P}.tar.gz
+   https://dev.gentoo.org/~robbat2/${SCRIPT_A}";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="nsscache s3"
+
+DEPEND="${PYTHON_DEPS}
+   dev-python/ldap3[${PYTHON_USEDEP}]
+   dev-python/pycurl[${PYTHON_USEDEP}]
+   dev-python/bsddb3[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto3[${PYTHON_USEDEP}] )"
+RDEPEND="${DEPEND}
+   nsscache? ( >=sys-auth/libnss-cache-0.10 )"
+RESTRICT="test" # requires network
+S="${WORKDIR}/${PN}-version-${PV}"
+
+src_prepare() {
+   sed -i \
+   -e "/setup_requires/s,'pytest-runner',,g" \
+   -e '/tests_require/s,\[.*\],[],g' \
+   "${S}"/setup.py || die
+   sed -i \
+   -e '/test=pytest/d' \
+   "${S}"/setup.cfg || die
+   sed -i \
+   -e '/pytest/d' \
+   "${S}"/requirements.txt || die
+   distutils-r1_src_prepare
+}
+
+python_compile() {
+   distutils-r1_python_compile --verbose
+}
+
+src_install() {
+   distutils-r1_src_install
+
+   doman nsscache.1 nsscache.conf.5
+   dodoc THANKS nsscache.cron CONTRIBUTING.md README.md
+   exeinto /usr/libexec/nsscache
+   newexe "${DISTDIR}"/"${SCRIPT_A}" authorized-keys-command.py
+
+   keepdir /var/lib/nsscache
+}



[gentoo-commits] proj/musl:master commit in: sys-libs/tevent/

2020-06-28 Thread Georgy Yakovlev
commit: eeef23ded16ff6f01467b56d15111ada0443b11d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun 29 05:20:19 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun 29 05:21:27 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=eeef23de

sys-libs/tevent/tevent: fix pkgconfig multilib dep

missed that one in previous commit

Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/sys-libs/tevent/tevent-0.10.2.ebuild 
b/sys-libs/tevent/tevent-0.10.2.ebuild
index b0b256c..3fa4dfe 100644
--- a/sys-libs/tevent/tevent-0.10.2.ebuild
+++ b/sys-libs/tevent/tevent-0.10.2.ebuild
@@ -21,7 +21,7 @@ RDEPEND="!elibc_FreeBSD? ( 
dev-libs/libbsd[${MULTILIB_USEDEP}] )
python? ( ${PYTHON_DEPS} )"
 
 DEPEND="${RDEPEND}
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   virtual/pkgconfig
elibc_glibc? (
net-libs/libtirpc[${MULTILIB_USEDEP}]
|| (



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

2020-06-28 Thread Georgy Yakovlev
commit: a5d36cc51c7f9599696029efe10e82326856576b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun 29 05:11:27 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun 29 05:11:27 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=a5d36cc5

.travis.yml: update to portage 2.3.103

Signed-off-by: Georgy Yakovlev  gentoo.org>

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f868dd1..a8a655b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ notifications:
 on_failure: always  # options: [always|never|change] default: always
 on_start: false # default: false
 env:
-- PORTAGE_VER="2.3.93"
+- PORTAGE_VER="2.3.103"
 before_install:
 - sudo apt-get -qq update
 - pip install lxml pyyaml



[gentoo-commits] proj/musl:master commit in: sys-libs/pam/, net-misc/networkmanager/

2020-06-28 Thread Georgy Yakovlev
commit: b9b551a9b87b193e7eea67032682736f5bd23c45
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun 29 05:08:13 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun 29 05:08:13 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b9b551a9

*/*: drop multilib from virtual/pkgconfig atoms

Bug: https://bugs.gentoo.org/723112
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-misc/networkmanager/networkmanager-1.18.6.ebuild | 2 +-
 sys-libs/pam/pam-1.3.1-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/networkmanager/networkmanager-1.18.6.ebuild 
b/net-misc/networkmanager/networkmanager-1.18.6.ebuild
index 09e39e9..3a90c0c 100644
--- a/net-misc/networkmanager/networkmanager-1.18.6.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.18.6.ebuild
@@ -89,7 +89,7 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
>=sys-kernel/linux-headers-3.18
-   virtual/pkgconfig[${MULTILIB_USEDEP}]
+   virtual/pkgconfig
introspection? (
$(python_gen_any_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]')
dev-lang/perl

diff --git a/sys-libs/pam/pam-1.3.1-r2.ebuild b/sys-libs/pam/pam-1.3.1-r2.ebuild
index 23430fb..d5ed272 100644
--- a/sys-libs/pam/pam-1.3.1-r2.ebuild
+++ b/sys-libs/pam/pam-1.3.1-r2.ebuild
@@ -21,7 +21,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2
dev-libs/libxslt
sys-devel/flex
sys-devel/gettext
-   virtual/pkgconfig[${MULTILIB_USEDEP}]"
+   virtual/pkgconfig"
 
 DEPEND="
virtual/libcrypt:=[${MULTILIB_USEDEP}]



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

2020-06-28 Thread Miroslav Šulc
commit: 9443e690c0dd880eadc408072fb9520ef032757c
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jun 29 04:59:06 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jun 29 04:59:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9443e690

www-apps/mediawiki: removed vulnerable 1.34.1

Bug: https://bugs.gentoo.org/729480
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Miroslav Šulc  gentoo.org>

 www-apps/mediawiki/Manifest|  1 -
 www-apps/mediawiki/mediawiki-1.34.1.ebuild | 79 --
 2 files changed, 80 deletions(-)

diff --git a/www-apps/mediawiki/Manifest b/www-apps/mediawiki/Manifest
index ee07f34458a..230de130a7d 100644
--- a/www-apps/mediawiki/Manifest
+++ b/www-apps/mediawiki/Manifest
@@ -1,2 +1 @@
-DIST mediawiki-1.34.1.tar.gz 40346153 BLAKE2B 
394c23e7d507aef6e47971e265b70826046e954b7f694f32a94d7c5358775e0ee8a17188de1f395fbb19457267650eaffd3586c0f73df8cfad721560d563cbfd
 SHA512 
3a03ac696e2d5300faba0819ba0d876a21798c8dcdc64cc2792c6db0aa81d4feaced8dc133b6ca3e476c770bf51516b0a624cb336784ae3d2b51c8c0aa5987a0
 DIST mediawiki-1.34.2.tar.gz 40721102 BLAKE2B 
fbf7e8a19cd51e1dd3eab85442ce4e65ee9591bb4d2c6faa93ecbfc43e0b6cf88501a0027a7ba0f1adb55d9946de9958abcb14f9fb95b826ba674f1aa8306553
 SHA512 
ea95b46b746c0c180b5cb3b8a2263a2f94207eadbb1638c2113e97b1503c3f0a4d82a2107ce4cabca4790512b81564bda49defe30ac0fdb9bddf3230d6201f8b

diff --git a/www-apps/mediawiki/mediawiki-1.34.1.ebuild 
b/www-apps/mediawiki/mediawiki-1.34.1.ebuild
deleted file mode 100644
index 550d710e49b..000
--- a/www-apps/mediawiki/mediawiki-1.34.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-MY_BRANCH=$(ver_cut 1-2)
-
-DESCRIPTION="The MediaWiki wiki web application (as used on wikipedia.org)"
-HOMEPAGE="http://www.mediawiki.org";
-SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc x86"
-IUSE="imagemagick mysql postgres sqlite"
-
-RDEPEND="dev-lang/php[ctype,fileinfo,iconv,json,mysql?,postgres?,session,ssl,unicode,xml,xmlreader]
-   imagemagick? ( virtual/imagemagick-tools )
-   !imagemagick? ( dev-lang/php[gd] )
-   sqlite? (
-   dev-db/sqlite[fts3(+)]
-   dev-lang/php[pdo]
-   dev-lang/php[sqlite]
-   )
-   virtual/httpd-php"
-
-need_httpd_cgi
-
-RESTRICT="test"
-
-src_install() {
-   webapp_src_preinst
-
-   # First we install docs and then copy everything left into htdocs dir
-   # to avoid bugs like #236411.
-
-   # We ensure the directories are prepared for writing.  The post-
-   # install instructions guide the user to enable the feature.
-   local DOCS="FAQ HISTORY INSTALL README RELEASE-NOTES-${PV:0:4} UPGRADE"
-   dodoc ${DOCS} docs/*.txt
-   docinto php-memcached
-   dodoc docs/php-memcached/*
-
-   # Clean everything not used at the site...
-   rm -rf ${DOCS} COPYING tests docs || die
-   find . -name Makefile -delete || die
-   # and install
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   # If imagemagick is enabled then setup for image upload.
-   # We ensure the directory is prepared for writing.
-   if use imagemagick ; then
-   webapp_serverowned "${MY_HTDOCSDIR}"/images
-   fi
-
-   webapp_postinst_txt en "${FILESDIR}/postinstall-1.18-en.txt"
-   webapp_postupgrade_txt en "${FILESDIR}/postupgrade-1.16-en.txt"
-   webapp_src_install
-}
-
-pkg_postinst() {
-   webapp_pkg_postinst
-
-   if [[ -n ${REPLACING_VERSIONS} ]]; then
-   echo
-   elog "=== Consult the release notes ==="
-   elog "Before doing anything, stop and consult the release notes"
-   elog "/usr/share/doc/${PF}/RELEASE-NOTES-${PV:0:4}.bz2"
-   echo
-   elog "These detail bug fixes, new features and functionality, 
and any"
-   elog "particular points that may need to be noted during the 
upgrade procedure."
-   echo
-   ewarn "Back up existing files and the database before upgrade."
-   ewarn "http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki";
-   ewarn "provides an overview of the backup process."
-   echo
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2020-06-28 Thread Miroslav Šulc
commit: dcde87b71327227cb3e4b58bc3687bb0faac45fd
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jun 29 04:56:36 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jun 29 04:56:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcde87b7

dev-java/tomcat-servlet-api: removed obsolete 8.5.55

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/tomcat-servlet-api/Manifest   |  1 -
 .../tomcat-servlet-api-8.5.55.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 07aacaa6636..52e93b6d0a9 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -4,7 +4,6 @@ DIST apache-tomcat-6.0.53-src.tar.gz 3522914 BLAKE2B 
054b097c16861abaa8bdbeba713
 DIST apache-tomcat-7.0.103-src.tar.gz 5279592 BLAKE2B 
a8ab36fb84cf158fcd8b888276576cd523d211ab0f6fe0933f600d1990a8f68076f192177a574987e52440037c0ebefd3edaf3c84fee541afb076c5ad33cce9b
 SHA512 
812fce83c7242ebc16dc2365f0b363f1fb2691cd6a2f19f1209ea467557c42ee2d108c8bef89f23bb4a20c800d0ecdb4afc37567ef8079966b4eec0331a2ef9b
 DIST apache-tomcat-7.0.104-src.tar.gz 5309794 BLAKE2B 
0d4d5d668e1131bb533af1d56fe37ee1f5c252c2c4dd987e24aae67484f27805f88750b27248c6acfd0585eacd0d3f2155c723e9a25c8613652101944add2a15
 SHA512 
788eab3ac343815362decf4c0d5db91f3697cc669e7e051f93bf82905cc52f9b040d00b7e07f7b85bcf470e802418896a678f991e523e08a3ae5a2f212a53257
 DIST apache-tomcat-8.5.54-src.tar.gz 5689648 BLAKE2B 
7d4c80cb86261bba46b1879d8f2b9218a63cfb069d32dfe72bd5d73baf87887cdff37c5841c44196ded1dbafcfe2d525cb09d8a15905c24600caf107255416cf
 SHA512 
fe4a82fc58aed0df203abf03367f840d7ac498a3ba317eb2b08826e8ab5e705ea13b99f3af1e17878b2cf96271c5d9ff4e7cecf3b2631e061f1b02988449f9e2
-DIST apache-tomcat-8.5.55-src.tar.gz 5719386 BLAKE2B 
4d5d20cf81e0a9aba1fe2b0fc2e9641696a2c7b4bfe1cefd1e86025612484ef06a8171e28722bcde91b671df5bd6e148b22c2fc267828109c6af762fe35f8fdb
 SHA512 
214758bf4dc868c38fd92a19e405f3cd8e47008dee82610f8f7373d92ab5f8800c160a42c96c293f599b702c1c9d2967ca40d3410c1f6a14745edac4739f177d
 DIST apache-tomcat-8.5.56-src.tar.gz 5724546 BLAKE2B 
623dc2d1f6808f012f19fdd0d914c4bb200e8328ab6b6855666c1db1704e198d069ff74d227bf51e8376c20daf0640002e5d6907edadfde294d8c62a64d55f83
 SHA512 
75529e567a7be48f2c1034f3eeada571478d0babb63fb2d368061573d7e64d5fc0a937304e2e2ffa956b5d8a403936c1543a93ee78b258b532939fb9ce80ef3d
 DIST apache-tomcat-9.0.34-src.tar.gz 5843244 BLAKE2B 
e4124c5986b0be26f17cf5e62443fa945ebea6dd713db6a7f96c8e4c7eed7d8e38610763adda928a7099c1574b00e072635576d9d29cc8ae1b98658f0e341acb
 SHA512 
8ac8a916bfe2d3daf679dab9f299bc50f138f3cc9a6e8679a22862d122dea1e5ce3b9101472295398366f5b5d8477097a3cfb536f01136e72ff09d69b2f6c3df
 DIST apache-tomcat-9.0.35-src.tar.gz 5887816 BLAKE2B 
8103a50a62aa527861fdc35ce8256d9ff0b7185bfa647e25c30c226f9850e88632e0c1e3575bac3a07513fe9c9777b4ef230275e685f48b0bbc733bc68ff7dad
 SHA512 
8931c0f7c30f50d352879f8dfddc02fa59d7128813399e4eca3994be7cf2448e32e726a3cb8b387a5470ccbfa3fb74d0192c825b5f68bbb9fb6b43a9353cb24a

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.55.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.55.ebuild
deleted file mode 100644
index 2fb70f36de1..000
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.55.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-JAVA_PKG_IUSE="source"
-
-inherit eutils java-pkg-2 java-ant-2
-
-MY_A="apache-${P}-src"
-MY_P="${MY_A/-servlet-api/}"
-DESCRIPTION="Tomcat's Servlet API 3.1/JSP API 2.3/EL API 3.0 implementation"
-HOMEPAGE="https://tomcat.apache.org/";
-SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="3.1"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.8"
-RDEPEND=">=virtual/jre-1.8"
-
-S="${WORKDIR}/${MY_P}/"
-
-src_prepare() {
-   default
-
-   cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace 
build.xml"
-   rm -fR */*/build.xml
-   einfo "Removing bundled jars and classes"
-   find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} +
-
-   java-pkg-2_src_prepare
-}
-
-src_install() {
-   java-pkg_dojar "${S}"/output/build/lib/*.jar
-   use source && java-pkg_dosrc java/javax/servlet/
-}



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

2020-06-28 Thread Miroslav Šulc
commit: 3fb737f93ec72b191d4985bce5a0d25504489046
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jun 29 04:54:40 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jun 29 04:54:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb737f9

www-servers/tomcat: removed vulnerable 8.5.55

Bug: https://bugs.gentoo.org/729668
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Miroslav Šulc  gentoo.org>

 www-servers/tomcat/Manifest |   1 -
 www-servers/tomcat/tomcat-8.5.55.ebuild | 158 
 2 files changed, 159 deletions(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index 64555f749fb..c7d7008579a 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -1,5 +1,4 @@
 DIST apache-tomcat-7.0.104-src.tar.gz 5309794 BLAKE2B 
0d4d5d668e1131bb533af1d56fe37ee1f5c252c2c4dd987e24aae67484f27805f88750b27248c6acfd0585eacd0d3f2155c723e9a25c8613652101944add2a15
 SHA512 
788eab3ac343815362decf4c0d5db91f3697cc669e7e051f93bf82905cc52f9b040d00b7e07f7b85bcf470e802418896a678f991e523e08a3ae5a2f212a53257
-DIST apache-tomcat-8.5.55-src.tar.gz 5719386 BLAKE2B 
4d5d20cf81e0a9aba1fe2b0fc2e9641696a2c7b4bfe1cefd1e86025612484ef06a8171e28722bcde91b671df5bd6e148b22c2fc267828109c6af762fe35f8fdb
 SHA512 
214758bf4dc868c38fd92a19e405f3cd8e47008dee82610f8f7373d92ab5f8800c160a42c96c293f599b702c1c9d2967ca40d3410c1f6a14745edac4739f177d
 DIST apache-tomcat-8.5.56-src.tar.gz 5724546 BLAKE2B 
623dc2d1f6808f012f19fdd0d914c4bb200e8328ab6b6855666c1db1704e198d069ff74d227bf51e8376c20daf0640002e5d6907edadfde294d8c62a64d55f83
 SHA512 
75529e567a7be48f2c1034f3eeada571478d0babb63fb2d368061573d7e64d5fc0a937304e2e2ffa956b5d8a403936c1543a93ee78b258b532939fb9ce80ef3d
 DIST apache-tomcat-9.0.36-src.tar.gz 5890912 BLAKE2B 
18962c7d4dcd75a04476acd306002977bf039d832aa1ed5551ffcaa0612e612e6b11db6d80cea149b9fb5df9d0f76284d55a1745760df8f4fa744e095c61
 SHA512 
f8263594bc679f75cecf5bcf4ad8e8ccfea42ad8e90eaeb7004c63875c6b700b0f863d68f1cdd932ebc7b303bdfb86d70afe88686e576c8ea7ccd9574c74e25b
 DIST biz.aQute.bnd-4.1.0.jar 9263260 BLAKE2B 
e251a9d8b653f3e815e6c2f7774d64f1d594f3ce4b2f77956c806698df4d873310067cece68663324b11fcef8d90796b087abb289dbe2a13164a9038da4a6260
 SHA512 
f5d230358840f4909e35de40343fb7ee50a2d4d4691691f5ea896cfe212a086ad4859e0ee6ed4c315211223663b2fb2c07af7ea88786cedbcd4f891e5a4589ef

diff --git a/www-servers/tomcat/tomcat-8.5.55.ebuild 
b/www-servers/tomcat/tomcat-8.5.55.ebuild
deleted file mode 100644
index 688cb761576..000
--- a/www-servers/tomcat/tomcat-8.5.55.ebuild
+++ /dev/null
@@ -1,158 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit eutils java-pkg-2 java-ant-2 prefix user
-
-MY_P="apache-${P}-src"
-
-DESCRIPTION="Tomcat Servlet-3.1/JSP-2.3/EL-3.0/WebSocket-1.1/JASPIC-1.1 
Container"
-HOMEPAGE="https://tomcat.apache.org/";
-SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="8.5"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="extra-webapps"
-
-RESTRICT="test" # can we run them on a production system?
-
-ECJ_SLOT="4.5"
-SAPI_SLOT="3.1"
-
-COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT}
-   ~dev-java/tomcat-servlet-api-${PV}:${SAPI_SLOT}"
-RDEPEND="${COMMON_DEP}
-   virtual/jre"
-DEPEND="${COMMON_DEP}
-   app-admin/pwgen
-   >=dev-java/ant-core-1.9.13
-   virtual/jdk:1.8
-   test? (
-   >=dev-java/ant-junit-1.9:0
-   dev-java/easymock:3.2
-   )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   java-pkg-2_pkg_setup
-   enewgroup tomcat 265
-   enewuser tomcat 265 -1 /dev/null tomcat
-}
-
-src_prepare() {
-   default
-
-   find -name '*.jar' -type f -delete -print || die
-
-   # Remove bundled servlet-api
-   rm -rv java/javax/{el,servlet} || die
-
-   eapply "${FILESDIR}/${PN}-8.5.47-build.xml.patch"
-
-   # For use of catalina.sh in netbeans
-   sed -i -e "/^# - Execute The Requested Command/ a\
-   CLASSPATH=\`java-config --classpath ${PN}-${SLOT}\`" \
-   bin/catalina.sh || die
-
-   java-pkg-2_src_prepare
-}
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-
-EANT_BUILD_TARGET="deploy"
-EANT_GENTOO_CLASSPATH="eclipse-ecj-${ECJ_SLOT},tomcat-servlet-api-${SAPI_SLOT}"
-EANT_TEST_GENTOO_CLASSPATH="easymock-3.2"
-EANT_GENTOO_CLASSPATH_EXTRA="${S}/output/classes"
-EANT_NEEDS_TOOLS="true"
-EANT_EXTRA_ARGS="-Dversion=${PV}-gentoo -Dversion.number=${PV} 
-Dcompile.debug=false -Dexecute.validate=false"
-
-# revisions of the scripts
-IM_REV="-r2"
-INIT_REV="-r1"
-
-src_compile() {
-   EANT_GENTOO_CLASSPATH_EXTRA+=":$(java-pkg_getjar --build-only ant-core 
ant.jar)"
-   java-pkg-2_src_compile
-}
-
-src_test() {
-   java-pkg-2_src_test
-}
-
-src_install() {
-   local dest="/usr/share/${PN}-${SLO

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

2020-06-28 Thread Matt Turner
commit: ef835ffe2d28ac7694fb5416f27eff882770e039
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun 29 04:44:06 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jun 29 04:44:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef835ffe

profiles: Remove old updates

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

 profiles/updates/1Q-2015 |  58 -
 profiles/updates/2Q-2015 | 162 ---
 2 files changed, 220 deletions(-)

diff --git a/profiles/updates/1Q-2015 b/profiles/updates/1Q-2015
deleted file mode 100644
index 25811ee168d..000
--- a/profiles/updates/1Q-2015
+++ /dev/null
@@ -1,58 +0,0 @@
-slotmove sys-firmware/iwl3160-ucode 0 7
-slotmove sys-firmware/iwl3160-ucode 1 8
-slotmove sys-firmware/iwl3160-ucode 2 9
-slotmove sys-firmware/iwl3160-ucode 3 10
-slotmove sys-firmware/iwl7260-ucode 0 7
-slotmove sys-firmware/iwl7260-ucode 1 8
-slotmove sys-firmware/iwl7260-ucode 2 9
-slotmove sys-firmware/iwl7260-ucode 3 10
-slotmove dev-ruby/tilt 2.0.1 2
-move app-vim/zencoding-vim app-vim/emmet
-move app-admin/lxqt-admin lxqt-base/lxqt-admin
-move net-misc/lxqt-openssh-askpass lxqt-base/lxqt-openssh-askpass
-move media-fonts/libertine-ttf media-fonts/libertine
-move dev-qt/qtdocumentation dev-qt/qt-docs
-move app-admin/eselect-audicle app-eselect/eselect-audicle
-move app-admin/eselect-awk app-eselect/eselect-awk
-move app-admin/eselect-blas app-eselect/eselect-blas
-move app-admin/eselect-cblas app-eselect/eselect-cblas
-move app-admin/eselect-cdparanoia app-eselect/eselect-cdparanoia
-move app-admin/eselect-chuck app-eselect/eselect-chuck
-move app-admin/eselect-ctags app-eselect/eselect-ctags
-move app-admin/eselect-emacs app-eselect/eselect-emacs
-move app-admin/eselect-fontconfig app-eselect/eselect-fontconfig
-move app-admin/eselect-gnome-shell-extensions 
app-eselect/eselect-gnome-shell-extensions
-move app-admin/eselect-infinality app-eselect/eselect-infinality
-move app-admin/eselect-java app-eselect/eselect-java
-move app-admin/eselect-lapack app-eselect/eselect-lapack
-move app-admin/eselect-lcdfilter app-eselect/eselect-lcdfilter
-move app-admin/eselect-lib-bin-symlink app-eselect/eselect-lib-bin-symlink
-move app-admin/eselect-lua app-eselect/eselect-lua
-move app-admin/eselect-metasploit app-eselect/eselect-metasploit
-move app-admin/eselect-miniaudicle app-eselect/eselect-miniaudicle
-move app-admin/eselect-mpg123 app-eselect/eselect-mpg123
-move app-admin/eselect-mpost app-eselect/eselect-mpost
-move app-admin/eselect-notify-send app-eselect/eselect-notify-send
-move app-admin/eselect-oodict app-eselect/eselect-oodict
-move app-admin/eselect-opencascade app-eselect/eselect-opencascade
-move app-admin/eselect-opencl app-eselect/eselect-opencl
-move app-admin/eselect-opengl app-eselect/eselect-opengl
-move app-admin/eselect-package-manager app-eselect/eselect-package-manager
-move app-admin/eselect-pdftex app-eselect/eselect-pdftex
-move app-admin/eselect-php app-eselect/eselect-php
-move app-admin/eselect-pinentry app-eselect/eselect-pinentry
-move app-admin/eselect-postgresql app-eselect/eselect-postgresql
-move app-admin/eselect-python app-eselect/eselect-python
-move app-admin/eselect-rails app-eselect/eselect-rails
-move app-admin/eselect-renpy app-eselect/eselect-renpy
-move app-admin/eselect-ruby app-eselect/eselect-ruby
-move app-admin/eselect-rust app-eselect/eselect-rust
-move app-admin/eselect-sh app-eselect/eselect-sh
-move app-admin/eselect-sndpeek app-eselect/eselect-sndpeek
-move app-admin/eselect-timezone app-eselect/eselect-timezone
-move app-admin/eselect-timidity app-eselect/eselect-timidity
-move app-admin/eselect-unison app-eselect/eselect-unison
-move app-admin/eselect-vdr app-eselect/eselect-vdr
-move app-admin/eselect-vi app-eselect/eselect-vi
-move app-admin/eselect-wxwidgets app-eselect/eselect-wxwidgets
-move app-admin/eselect-xvmc app-eselect/eselect-xvmc

diff --git a/profiles/updates/2Q-2015 b/profiles/updates/2Q-2015
deleted file mode 100644
index b17009f42e3..000
--- a/profiles/updates/2Q-2015
+++ /dev/null
@@ -1,162 +0,0 @@
-move dev-perl/config-general dev-perl/Config-General
-move dev-util/pkgcore-checks dev-util/pkgcheck
-slotmove dev-libs/libdbusmenu 3 0
-move dev-perl/log-dispatch dev-perl/Log-Dispatch
-move dev-libs/extra-cmake-modules kde-frameworks/extra-cmake-modules
-slotmove kde-frameworks/extra-cmake-modules 0 5
-slotmove =dev-lang/scala-2.9* 0 2.9
-slotmove =dev-lang/scala-2.10* 0 2.10
-slotmove =dev-lang/scala-2.11* 0 2.11
-move dev-perl/Cgi-Simple dev-perl/CGI-Simple
-move net-mail/git-mailz dev-vcs/git-mailz
-move dev-perl/extutils-depends dev-perl/ExtUtils-Depends
-move dev-perl/class-returnvalue dev-perl/Class-ReturnValue
-slotmove =dev-ruby/vcr-2.9.3 0 2
-move kde-base/analitza kde-apps/analitza
-move kde-base/ark kde-apps/ark
-move kde-base/artikulate kde-apps/artikulate
-move kde-base/audiocd-kio kde-apps/audiocd-kio
-move kde-ba

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

2020-06-28 Thread Zac Medico
commit: bb5d2536ee9fe7736ec040306021ff09a347cc4f
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jun 29 04:39:20 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jun 29 04:39:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5d2536

app-text/podofo: Remove 0.9.6_p20200526

This version broke scribus builds as reported in bug 728090.

Bug: https://bugs.gentoo.org/717792
Bug: https://bugs.gentoo.org/728090
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Zac Medico  gentoo.org>

 app-text/podofo/Manifest  |   1 -
 app-text/podofo/podofo-0.9.6_p20200526.ebuild | 141 --
 2 files changed, 142 deletions(-)

diff --git a/app-text/podofo/Manifest b/app-text/podofo/Manifest
index b23fb02c554..9e65b16b6c0 100644
--- a/app-text/podofo/Manifest
+++ b/app-text/podofo/Manifest
@@ -1,3 +1,2 @@
 DIST podofo-0.9.6_p20180715.tar.xz 747444 BLAKE2B 
96d90add6d290d6722cd7412fd75433f87303bac385964f0967b4f119db4962f6ddbd93b49af8454051f421d77de70ad7ea0f5b01a66eeb690a75dbeec256eff
 SHA512 
4c9b09c716128110b47d6a02f118eb80b6009e9e79dbc83ff804a57f0abc011b789de9287b68a6c1d6704ef386f8062a3a495408af8a832782f0bf0128190a1f
 DIST podofo-0.9.6_p20190928.tar.xz 747532 BLAKE2B 
39d051e6adca85bf0f124e5d48e1ff88dc951d7c1b38bc76dc7e3640ea9c3f8a59c6ba9a9105a263234e94932e450bec12dde455850dbf96cd7eec3e69a1a28d
 SHA512 
b9d46fb02eeba61190a0efd17b507bba62d7246af6fff3c3514c9970e99e085f9aad92baa05cc6cf0a8c3c2843554099c904bff10be54dbb4d4cb7de460fc3cc
-DIST podofo-0.9.6_p20200526.tar.xz 752264 BLAKE2B 
52eb40a63e8462b6d1f975c76c2112b93ae98c19ad6cb65906bef018e99a3d92e26781cee9d4ef1c4de74779db7eca6589c320849be84b70c20d5c7d988c0a49
 SHA512 
7baa58c9a524ccc5aa954bd5fe891b9add8b8f4ec29e3ebbc1c8a467d2787e6c3f9e4652db08e50cb4c28a73691215947940634975e292ec01fb57e2e45efbe4

diff --git a/app-text/podofo/podofo-0.9.6_p20200526.ebuild 
b/app-text/podofo/podofo-0.9.6_p20200526.ebuild
deleted file mode 100644
index 058f8499ab0..000
--- a/app-text/podofo/podofo-0.9.6_p20200526.ebuild
+++ /dev/null
@@ -1,141 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit cmake-utils flag-o-matic multilib toolchain-funcs
-
-DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format"
-HOMEPAGE="https://sourceforge.net/projects/podofo/";
-SRC_URI="https://dev.gentoo.org/~zmedico/dist/podofo-0.9.6_p20200526.tar.xz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/${PV%_*}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+boost idn libressl debug test +tools"
-RESTRICT="test"
-REQUIRED_USE="test? ( tools )"
-
-RDEPEND="dev-lang/lua:=
-   idn? ( net-dns/libidn:= )
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   media-libs/fontconfig:=
-   media-libs/freetype:2=
-   virtual/jpeg:0=
-   media-libs/libpng:0=
-   media-libs/tiff:0=
-   sys-libs/zlib:="
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   boost? ( dev-util/boost-build )
-   test? ( dev-util/cppunit )"
-
-DOCS="AUTHORS ChangeLog TODO"
-
-src_prepare() {
-   cmake-utils_src_prepare
-   local x sed_args
-
-   if use libressl; then
-   sed -e 's:^#ifdef PODOFO_HAVE_OPENSSL_1_1$:#ifndef 
PODOFO_HAVE_OPENSSL_1_1:' \
--i tools/podofosign/podofosign.cpp || die #663602
-   fi
-
-   # bug 620934 - Disable linking with cppunit when possible, since it
-   # triggers errors with some older compilers.
-   use test || sed -e 's:^FIND_PACKAGE(CppUnit):#\0:' -i CMakeLists.txt || 
die
-
-   # bug 556962
-   sed -i -e 's|Decrypt( pEncryptedBuffer, nOutputLen, pDecryptedBuffer, 
m_lLen );|Decrypt( pEncryptedBuffer, (pdf_long)nOutputLen, pDecryptedBuffer, 
(pdf_long\&)m_lLen );|' \
-   test/unit/EncryptTest.cpp || die
-
-   sed -i \
-   -e "s:LIBDIRNAME \"lib\":LIBDIRNAME \"$(get_libdir)\":" \
-   -e "s:LIBIDN_FOUND:HAVE_LIBIDN:g" \
-   CMakeLists.txt || die
-
-   # Use pkg-config to find headers for bug #459404.
-   sed_args=
-   for x in $($(tc-getPKG_CONFIG) --cflags freetype2) ; do
-   [[ ${x} == -I* ]] || continue
-   x=${x#-I}
-   if [[ -f ${x}/ft2build.h ]] ; then
-   sed_args+=" -e s:/usr/include/\\r\$:${x}:"
-   elif [[ -f ${x}/freetype/config/ftheader.h ]] ; then
-   sed_args+=" -e s:/usr/include/freetype2\\r\$:${x}:"
-   fi
-   done
-   [[ -n ${sed_args} ]] && \
-   { sed -i ${sed_args} cmake/modules/FindFREETYPE.cmake || die; }
-
-   # Bug #439784: Add missing unistd include for close() and unlink().
-   sed -i 's:^#include $:#include \n\0:' -i \
-   test/unit/TestUtils.cpp || die
-
-   # TODO: fix these test cases
-   # ColorTest.cpp:62:Assertion
-   # Test 

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

2020-06-28 Thread Zac Medico
commit: b74b2edcf1da679d241113cebbbcb1ba6ac7c0bb
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jun 29 04:20:18 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jun 29 04:38:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74b2edc

app-text/podofo: Bump to version 0.9.6_p20190928 (bug 717792)

Bug: https://bugs.gentoo.org/717792
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Zac Medico  gentoo.org>

 app-text/podofo/Manifest  |   1 +
 app-text/podofo/podofo-0.9.6_p20190928.ebuild | 146 ++
 2 files changed, 147 insertions(+)

diff --git a/app-text/podofo/Manifest b/app-text/podofo/Manifest
index cf512cb436c..b23fb02c554 100644
--- a/app-text/podofo/Manifest
+++ b/app-text/podofo/Manifest
@@ -1,2 +1,3 @@
 DIST podofo-0.9.6_p20180715.tar.xz 747444 BLAKE2B 
96d90add6d290d6722cd7412fd75433f87303bac385964f0967b4f119db4962f6ddbd93b49af8454051f421d77de70ad7ea0f5b01a66eeb690a75dbeec256eff
 SHA512 
4c9b09c716128110b47d6a02f118eb80b6009e9e79dbc83ff804a57f0abc011b789de9287b68a6c1d6704ef386f8062a3a495408af8a832782f0bf0128190a1f
+DIST podofo-0.9.6_p20190928.tar.xz 747532 BLAKE2B 
39d051e6adca85bf0f124e5d48e1ff88dc951d7c1b38bc76dc7e3640ea9c3f8a59c6ba9a9105a263234e94932e450bec12dde455850dbf96cd7eec3e69a1a28d
 SHA512 
b9d46fb02eeba61190a0efd17b507bba62d7246af6fff3c3514c9970e99e085f9aad92baa05cc6cf0a8c3c2843554099c904bff10be54dbb4d4cb7de460fc3cc
 DIST podofo-0.9.6_p20200526.tar.xz 752264 BLAKE2B 
52eb40a63e8462b6d1f975c76c2112b93ae98c19ad6cb65906bef018e99a3d92e26781cee9d4ef1c4de74779db7eca6589c320849be84b70c20d5c7d988c0a49
 SHA512 
7baa58c9a524ccc5aa954bd5fe891b9add8b8f4ec29e3ebbc1c8a467d2787e6c3f9e4652db08e50cb4c28a73691215947940634975e292ec01fb57e2e45efbe4

diff --git a/app-text/podofo/podofo-0.9.6_p20190928.ebuild 
b/app-text/podofo/podofo-0.9.6_p20190928.ebuild
new file mode 100644
index 000..0c3c7b2bd80
--- /dev/null
+++ b/app-text/podofo/podofo-0.9.6_p20190928.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake flag-o-matic multilib toolchain-funcs
+
+DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format"
+HOMEPAGE="https://sourceforge.net/projects/podofo/";
+SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.xz";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/${PV%_*}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn libressl debug test +tools"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( tools )"
+
+RDEPEND="dev-lang/lua:=
+   idn? ( net-dns/libidn:= )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   media-libs/fontconfig:=
+   media-libs/freetype:2=
+   virtual/jpeg:0=
+   media-libs/libpng:0=
+   media-libs/tiff:0=
+   sys-libs/zlib:="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   boost? ( dev-util/boost-build )
+   test? ( dev-util/cppunit )"
+
+DOCS="AUTHORS ChangeLog TODO"
+
+src_prepare() {
+   cmake_src_prepare
+   local x sed_args
+
+   if use libressl; then
+   sed -e 's:^#ifdef PODOFO_HAVE_OPENSSL_1_1$:#ifndef 
PODOFO_HAVE_OPENSSL_1_1:' \
+-i tools/podofosign/podofosign.cpp || die #663602
+   fi
+
+   # bug 620934 - Disable linking with cppunit when possible, since it
+   # triggers errors with some older compilers.
+   use test || sed -e 's:^FIND_PACKAGE(CppUnit):#\0:' -i CMakeLists.txt || 
die
+
+   # bug 556962
+   sed -i -e 's|Decrypt( pEncryptedBuffer, nOutputLen, pDecryptedBuffer, 
m_lLen );|Decrypt( pEncryptedBuffer, (pdf_long)nOutputLen, pDecryptedBuffer, 
(pdf_long\&)m_lLen );|' \
+   test/unit/EncryptTest.cpp || die
+
+   sed -i \
+   -e "s:LIBDIRNAME \"lib\":LIBDIRNAME \"$(get_libdir)\":" \
+   -e "s:LIBIDN_FOUND:HAVE_LIBIDN:g" \
+   CMakeLists.txt || die
+
+   # Use pkg-config to find headers for bug #459404.
+   sed_args=
+   for x in $($(tc-getPKG_CONFIG) --cflags freetype2) ; do
+   [[ ${x} == -I* ]] || continue
+   x=${x#-I}
+   if [[ -f ${x}/ft2build.h ]] ; then
+   sed_args+=" -e s:/usr/include/\\r\$:${x}:"
+   elif [[ -f ${x}/freetype/config/ftheader.h ]] ; then
+   sed_args+=" -e s:/usr/include/freetype2\\r\$:${x}:"
+   fi
+   done
+   [[ -n ${sed_args} ]] && \
+   { sed -i ${sed_args} cmake/modules/FindFREETYPE.cmake || die; }
+
+   # Bug #439784: Add missing unistd include for close() and unlink().
+   sed -i 's:^#include $:#include \n\0:' -i \
+   test/unit/TestUtils.cpp || die
+
+   # TODO: fix these test cases
+   # ColorTest.cpp:62:Assertion
+   # Test name: ColorTest::testDefaultConstructor
+   # expected exception not thrown
+   # - Expect

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

2020-06-28 Thread Aaron Bauman
commit: 1b14e1cdfb3b0a1b6ce5090d9d402806303dd0bc
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jun 29 01:28:24 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jun 29 01:28:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b14e1cd

profiles/package.mask: add app-text/duali-data

* an RDEP of app-text/duali

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 011ba070959..b208560d622 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -39,6 +39,7 @@
 app-arch/deltarpm
 app-crypt/virtualsmartcard
 app-text/duali
+app-text/duali-data
 app-text/mftrace
 app-text/queequeg
 app-text/referencer



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

2020-06-28 Thread Michael Orlitzky
commit: ce0f8203fc193334040dd16bdca2ff7a2b2c1e09
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Jun 29 00:45:57 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Jun 29 00:53:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0f8203

sci-mathematics/pari: remove old pari-2.11.2.ebuild.

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

 sci-mathematics/pari/Manifest   |   1 -
 sci-mathematics/pari/pari-2.11.2.ebuild | 111 
 2 files changed, 112 deletions(-)

diff --git a/sci-mathematics/pari/Manifest b/sci-mathematics/pari/Manifest
index 0c8ef471926..2988ed6bb11 100644
--- a/sci-mathematics/pari/Manifest
+++ b/sci-mathematics/pari/Manifest
@@ -1,2 +1 @@
-DIST pari-2.11.2.tar.gz 4433038 BLAKE2B 
89fd8c14d6ee8c8640432bec75e10b79897f0180212dcb1b04b654478a3258fc13a7f982bcb400e28997934a21667c0c3cb08fdb2e843a80a24c6499feafb639
 SHA512 
22f5a6ecad6d9b8b337c2655f538a196a0460f6fe98256d0f49557ce7b843f6b27ad364f45a9472aaafee9506386c886f1f0d62697078e501ec465151d4d10a1
 DIST pari-2.11.4.tar.gz 4445000 BLAKE2B 
e910783186eeb71e74a369681c113b77271abd7f87d7a9f366aea83f36ab984f02e312cd451fad7ee6efb2fa285780e8fa78540bb1fd4b135a62d265176c80e0
 SHA512 
1312f452244cd1d814a1e43e108378c956669b614845f21199b7039fe6462881168983d4badb8a80bb1bac202cd82d92788a2b4f3c23d16f993cae6e251c4fe1

diff --git a/sci-mathematics/pari/pari-2.11.2.ebuild 
b/sci-mathematics/pari/pari-2.11.2.ebuild
deleted file mode 100644
index 3d42e03c198..000
--- a/sci-mathematics/pari/pari-2.11.2.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Computer-aided number theory C library and tools"
-HOMEPAGE="http://pari.math.u-bordeaux.fr/";
-SRC_URI="http://pari.math.u-bordeaux.fr/pub/${PN}/unix/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0/6"
-KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-macos ~x86-solaris"
-IUSE="data doc fltk gmp test threads X"
-RESTRICT="!test? ( test )"
-
-BDEPEND="doc? ( virtual/latex-base )"
-DEPEND="
-   sys-libs/readline:0=
-   data? ( sci-mathematics/pari-data )
-   doc? ( X? ( x11-misc/xdg-utils ) )
-   fltk? ( x11-libs/fltk:1= )
-   gmp? ( dev-libs/gmp:0= )
-   X? ( x11-libs/libX11:0= )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}"-2.9.4-strip.patch
-   "${FILESDIR}/${PN}"-2.9.4-ppc.patch
-   "${FILESDIR}/${PN}"-2.11.2-no-automagic.patch
-   "${FILESDIR}/${PN}"-2.9.4-fltk-detection.patch
-   "${FILESDIR}/${PN}"-2.11.2-Makefile-LDFLAGS.patch
-   "${FILESDIR}/${PN}"-2.11.2-Makefile-docinstall.patch
-   )
-
-src_prepare() {
-   default
-
-   # move doc dir to a gentoo doc dir and replace acroread by xdg-open
-   sed -i \
-   -e "s:\$d = \$0:\$d = '${EPREFIX}/usr/share/doc/${PF}':" \
-   -e 's:"acroread":"xdg-open":' \
-   doc/gphelp.in || die "Failed to fix doc dir"
-}
-
-src_configure() {
-   tc-export CC CXX
-
-   # Workaraound to "asm operand has impossible constraints" as
-   # suggested in bug #46.
-   use x86 && append-cflags $(test-flags-CC -fno-stack-check)
-
-   # need to force optimization here, as it breaks without
-   if is-flag -O0; then
-   replace-flags -O0 -O2
-   elif ! is-flag -O?; then
-   append-flags -O2
-   fi
-
-   # sysdatadir installs a pari.cfg stuff which is informative only.
-   # It is supposed to be for "architecture-dependent" data.
-   # It needs to be easily discoverable for downstream packages such as 
gp2c.
-   ./Configure \
-   --prefix="${EPREFIX}"/usr \
-   --datadir="${EPREFIX}/usr/share/${PN}" \
-   --libdir="${EPREFIX}/usr/$(get_libdir)" \
-   --sysdatadir="${EPREFIX}"/usr/share/pari \
-   --mandir="${EPREFIX}"/usr/share/man/man1 \
-   --with-readline="${EPREFIX}"/usr \
-   --with-readline-lib="${EPREFIX}/usr/$(get_libdir)" \
-   --with-ncurses-lib="${EPREFIX}/usr/$(get_libdir)" \
-   $(use_with fltk) \
-   $(use_with gmp) \
-   --without-qt \
-   $(usex threads "--mt=pthread" "" "" "") \
-   || die "./Configure failed"
-}
-
-src_compile() {
-   local mymake=""
-   use hppa && \
-   mymake=DLLD\="${EPREFIX}"/usr/bin/gcc\ DLLDFLAGS\=-shared\ 
-Wl,-soname=\$\(LIBPARI_SONAME\)\ -lm
-
-   emake ${mymake} gp
-
-   if use doc; then
-   # To prevent sandbox violations by metafont
-   VARTEXFONTS="${T}/fonts" emake docpdf
-   fi
-}
-
-src_test() {
-   # Welcome to the jungle, where the tests fail if you make your
-   # terminal bigger.
-   emake COLUMN

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

2020-06-28 Thread Michael Orlitzky
commit: af319b8e81df5bcc69b02155d97e905197dc15e4
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Jun 29 01:15:49 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Jun 29 01:15:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af319b8e

www-client/netsurf: fix build with USE=gtk2.

In the latest release, upstream switched around the names of the GTK
targets to reflect that gtk3 is now default. This left the build
broken with USE=gtk2, because (ALLEGEDLY) I never tested it. Sorry.
Everything should be back to normal.

Bug: https://bugs.gentoo.org/728994
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky  gentoo.org>

 www-client/netsurf/netsurf-3.10.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/netsurf/netsurf-3.10.ebuild 
b/www-client/netsurf/netsurf-3.10.ebuild
index ee8c48f41a8..a0070e82799 100644
--- a/www-client/netsurf/netsurf-3.10.ebuild
+++ b/www-client/netsurf/netsurf-3.10.ebuild
@@ -98,7 +98,7 @@ _emake() {
 
 src_compile() {
use fbcon && _emake TARGET=framebuffer
-   use gtk2 && _emake TARGET=gtk
+   use gtk2 && _emake TARGET=gtk2
use gtk && _emake TARGET=gtk3
 }
 
@@ -116,9 +116,9 @@ src_install() {
make_desktop_entry "${EPREFIX}"/usr/bin/netsurf-fb 
NetSurf-framebuffer netsurf "Network;WebBrowser"
fi
if use gtk2 ; then
-   _emake TARGET=gtk DESTDIR="${D}" install
-   elog "netsurf gtk2 version has been installed as netsurf-gtk"
-   make_desktop_entry "${EPREFIX}"/usr/bin/netsurf-gtk NetSurf-gtk 
netsurf "Network;WebBrowser"
+   _emake TARGET=gtk2 DESTDIR="${D}" install
+   elog "netsurf gtk2 version has been installed as netsurf-gtk2"
+   make_desktop_entry "${EPREFIX}"/usr/bin/netsurf-gtk2 
NetSurf-gtk2 netsurf "Network;WebBrowser"
fi
if use gtk ; then
_emake TARGET=gtk3 DESTDIR="${D}" install



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

2020-06-28 Thread Michael Orlitzky
commit: ab17ce2d706b52b3f8ab04a2f33c4ea12837b4cb
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Jun 29 01:25:17 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Jun 29 01:26:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab17ce2d

www-client/netsurf: tweak USE defaults.

The main purpose of this commit is to enable USE=gtk by default, to
avoid forcing users to choose one of USE=fbcon, USE=gtk2, or
USE=gtk. For what it's worth, the gtk(3) target is the upstream
default. This fixes an associated pkgcheck warning.

At the same time, I've turned off support for BMP, MNG, and RiscOS
bitmap images by default. There's nothing wrong with them -- they're
just basically nonexistent on the web, and doing so will pull in fewer
dependencies for most people.

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

 www-client/netsurf/netsurf-3.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/netsurf/netsurf-3.10.ebuild 
b/www-client/netsurf/netsurf-3.10.ebuild
index a0070e82799..206f8f8d2f6 100644
--- a/www-client/netsurf/netsurf-3.10.ebuild
+++ b/www-client/netsurf/netsurf-3.10.ebuild
@@ -12,8 +12,8 @@ 
SRC_URI="http://download.netsurf-browser.org/netsurf/releases/source/${P}-src.ta
 LICENSE="GPL-2 MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="+bmp +duktape fbcon truetype +gif gtk gtk2 +javascript +jpeg +mng
-   +png +psl +rosprite +svg +svgtiny +webp"
+IUSE="bmp +duktape fbcon truetype +gif +gtk gtk2 +javascript +jpeg mng
+   +png +psl rosprite +svg +svgtiny +webp"
 
 REQUIRED_USE="|| ( fbcon gtk gtk2 )
duktape? ( javascript )"



[gentoo-commits] proj/musl:master commit in: dev-libs/glib/files/

2020-06-28 Thread Jory Pratt
commit: c76e3a569dd4139e7f9d3d7888910a4298f9bb3c
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Jun 29 01:01:32 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Jun 29 01:01:32 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c76e3a56

dev-libs/glib: drop obsolete patches

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jory Pratt  gentoo.org>

 dev-libs/glib/files/2.60.7-gdbus-fixes.patch | 301 ---
 dev-libs/glib/files/CVE-2020-6750.patch  | 763 ---
 2 files changed, 1064 deletions(-)

diff --git a/dev-libs/glib/files/2.60.7-gdbus-fixes.patch 
b/dev-libs/glib/files/2.60.7-gdbus-fixes.patch
deleted file mode 100644
index e2a066b..000
--- a/dev-libs/glib/files/2.60.7-gdbus-fixes.patch
+++ /dev/null
@@ -1,301 +0,0 @@
-From 1cfab12a28d97716ad581c30fbbf3e94e4d7f303 Mon Sep 17 00:00:00 2001
-From: Simon McVittie 
-Date: Mon, 14 Oct 2019 08:22:24 +0100
-Subject: [PATCH 1/3] gcredentialsprivate: Document the various private macros
-
-Signed-off-by: Simon McVittie 

- gio/gcredentialsprivate.h | 59 +++
- 1 file changed, 59 insertions(+)
-
-diff --git a/gio/gcredentialsprivate.h b/gio/gcredentialsprivate.h
-index 4d1c420a8..06f0aed19 100644
 a/gio/gcredentialsprivate.h
-+++ b/gio/gcredentialsprivate.h
-@@ -22,6 +22,65 @@
- #include "gio/gcredentials.h"
- #include "gio/gnetworking.h"
- 
-+/*
-+ * G_CREDENTIALS_SUPPORTED:
-+ *
-+ * Defined to 1 if GCredentials works.
-+ */
-+#undef G_CREDENTIALS_SUPPORTED
-+
-+/*
-+ * G_CREDENTIALS_USE_LINUX_UCRED, etc.:
-+ *
-+ * Defined to 1 if GCredentials uses Linux `struct ucred`, etc.
-+ */
-+#undef G_CREDENTIALS_USE_LINUX_UCRED
-+#undef G_CREDENTIALS_USE_FREEBSD_CMSGCRED
-+#undef G_CREDENTIALS_USE_NETBSD_UNPCBID
-+#undef G_CREDENTIALS_USE_OPENBSD_SOCKPEERCRED
-+#undef G_CREDENTIALS_USE_SOLARIS_UCRED
-+
-+/*
-+ * G_CREDENTIALS_NATIVE_TYPE:
-+ *
-+ * Defined to one of G_CREDENTIALS_TYPE_LINUX_UCRED, etc.
-+ */
-+#undef G_CREDENTIALS_NATIVE_TYPE
-+
-+/*
-+ * G_CREDENTIALS_NATIVE_SIZE:
-+ *
-+ * Defined to the size of the %G_CREDENTIALS_NATIVE_TYPE
-+ */
-+#undef G_CREDENTIALS_NATIVE_SIZE
-+
-+/*
-+ * G_CREDENTIALS_UNIX_CREDENTIALS_MESSAGE_SUPPORTED:
-+ *
-+ * Defined to 1 if we have a message-passing API in which credentials
-+ * are attached to a particular message, such as `SCM_CREDENTIALS` on Linux
-+ * or `SCM_CREDS` on FreeBSD.
-+ */
-+#undef G_CREDENTIALS_UNIX_CREDENTIALS_MESSAGE_SUPPORTED
-+
-+/*
-+ * G_CREDENTIALS_SOCKET_GET_CREDENTIALS_SUPPORTED:
-+ *
-+ * Defined to 1 if we have a `getsockopt()`-style API in which one end of
-+ * a socket connection can directly query the credentials of the process
-+ * that initiated the other end, such as `getsockopt SO_PEERCRED` on Linux
-+ * or `getpeereid()` on multiple operating systems.
-+ */
-+#undef G_CREDENTIALS_SOCKET_GET_CREDENTIALS_SUPPORTED
-+
-+/*
-+ * G_CREDENTIALS_SPOOFING_SUPPORTED:
-+ *
-+ * Defined to 1 if privileged processes can spoof their credentials when
-+ * using the message-passing API.
-+ */
-+#undef G_CREDENTIALS_SPOOFING_SUPPORTED
-+
- #ifdef __linux__
- #define G_CREDENTIALS_SUPPORTED 1
- #define G_CREDENTIALS_USE_LINUX_UCRED 1
--- 
-2.20.1
-
-
-From 5f9318af8f19756685c1b79cf8b76f3e66614d84 Mon Sep 17 00:00:00 2001
-From: Simon McVittie 
-Date: Fri, 18 Oct 2019 10:55:09 +0100
-Subject: [PATCH 2/3] credentials: Invalid Linux struct ucred means "no
- information"
-
-On Linux, if getsockopt SO_PEERCRED is used on a TCP socket, one
-might expect it to fail with an appropriate error like ENOTSUP or
-EPROTONOSUPPORT. However, it appears that in fact it succeeds, but
-yields a credentials structure with pid 0, uid -1 and gid -1. These
-are not real process, user and group IDs that can be allocated to a
-real process (pid 0 needs to be reserved to give kill(0) its documented
-special semantics, and similarly uid and gid -1 need to be reserved for
-setresuid() and setresgid()) so it is not meaningful to signal them to
-high-level API users.
-
-An API user with Linux-specific knowledge can still inspect these fields
-via g_credentials_get_native() if desired.
-
-Similarly, if SO_PASSCRED is used to receive a SCM_CREDENTIALS message
-on a receiving Unix socket, but the sending socket had not enabled
-SO_PASSCRED at the time that the message was sent, it is possible
-for it to succeed but yield a credentials structure with pid 0, uid
-/proc/sys/kernel/overflowuid and gid /proc/sys/kernel/overflowgid. Even
-if we were to read those pseudo-files, we cannot distinguish between
-the overflow IDs and a real process that legitimately has the same IDs
-(typically they are set to 'nobody' and 'nogroup', which can be used
-by a real process), so we detect this situation by noticing that
-pid == 0, and to save syscalls we do not read the overflow IDs from
-/proc at all.
-
-This results in a small API change: g_credentials_is_same_user() now
-returns FALSE if we compare two creden

[gentoo-commits] proj/musl:master commit in: dev-libs/glib/

2020-06-28 Thread Jory Pratt
commit: 907edffad76af3e4f581fdcc1675ac8a43d5afe3
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Jun 29 01:00:09 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Jun 29 01:00:09 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=907edffa

dev-libs/glib: sync current stable to tree

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jory Pratt  gentoo.org>

 dev-libs/glib/Manifest |   3 +-
 dev-libs/glib/glib-2.60.7-r2.ebuild| 283 -
 .../{glib-2.60.6.ebuild => glib-2.62.6.ebuild} |  10 +-
 3 files changed, 4 insertions(+), 292 deletions(-)

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
index b26aefc..f4bcefc 100644
--- a/dev-libs/glib/Manifest
+++ b/dev-libs/glib/Manifest
@@ -1,2 +1 @@
-DIST glib-2.60.6.tar.xz 4589516 BLAKE2B 
33546aea288dee4aa8c04bda610a65ce75705c0e2b98284e787d42576c61eccbd33788084b092e030fe26c50ff08e398782227d1f2ac39ef9754b91af1ab1aa1
 SHA512 
2e079d2268e0cd4dd234501c03e7784a69258ea2303e62baa4869ff7a442d121c2ffdc742467e3b0b46ad953b831962e1dd847463d66b2b28745ba0f0bfd28d9
-DIST glib-2.60.7.tar.xz 4590568 BLAKE2B 
a3f2a3bd0443a27326e8359c2ad1e6022ca1634f5c7cb4502a8011fbe85df690fff7d67665cf160bf4ed426214b87f6501a69158fb1656bdb86cacdcf076ee15
 SHA512 
d56d805a5abf6f7aeb8bf5be06b60ad049177ee23f78eacef4ce2ea88a8be49966a95e48fed17c752649f6e80937fd0ebc8f959709f623ec1f2f43ffd42d078a
+DIST glib-2.62.6.tar.xz 4703424 BLAKE2B 
0a27245be2575c574dcc730dd051a8c284f421dbc46579aadc5fbbacb8f934af4374b61bb26085e5c9ab78a868c567818f3fb9d67adddce37f5c4fec00e0d276
 SHA512 
8e3972a371f3c1a50b7d245b30e4f740583ad72ba4ab325e0e15e0732be44dfb69b603fb39dcf4989255a23a181e9ea5dd25982dd94c386cd9f21952243ad6f5

diff --git a/dev-libs/glib/glib-2.60.7-r2.ebuild 
b/dev-libs/glib/glib-2.60.7-r2.ebuild
deleted file mode 100644
index 986947b..000
--- a/dev-libs/glib/glib-2.60.7-r2.ebuild
+++ /dev/null
@@ -1,283 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit flag-o-matic gnome.org gnome2-utils linux-info meson multilib 
multilib-minimal python-any-r1 toolchain-funcs xdg
-
-DESCRIPTION="The GLib library of C routines"
-HOMEPAGE="https://www.gtk.org/";
-
-LICENSE="LGPL-2.1+"
-SLOT="2"
-IUSE="dbus debug elibc_glibc fam gtk-doc kernel_linux +mime selinux 
static-libs systemtap test utils xattr"
-RESTRICT="!test? ( test )"
-
-KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
-
-# * libelf isn't strictly necessary, but makes gresource tool more useful, and
-# the check is automagic in gio/meson.build. gresource is not a multilib tool
-# right now, thus it doesn't matter if non-native ABI libelf exists or not
-# (non-native binary is overwritten, it doesn't matter if libelf was linked 
to).
-# * Technically static-libs is needed on zlib, util-linux and perhaps more, but
-# these are used by GIO, which glib[static-libs] consumers don't really seem
-# to need at all, thus not imposing the deps for now and once some consumers
-# are actually found to static link libgio-2.0.a, we can revisit and either add
-# them or just put the (build) deps in that rare consumer instead of recursive
-# RDEPEND here (due to lack of recursive DEPEND).
-RDEPEND="
-   !=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
-   >=dev-libs/libpcre-8.31:3[${MULTILIB_USEDEP},static-libs?]
-   >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]
-   kernel_linux? ( >=sys-apps/util-linux-2.23[${MULTILIB_USEDEP}] )
-   selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] )
-   xattr? ( !elibc_glibc? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] 
) )
-   virtual/libelf:0=
-   fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-# libxml2 used for optional tests that get automatically skipped
-BDEPEND="
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxslt
-   >=sys-devel/gettext-0.19.8
-   gtk-doc? ( >=dev-util/gtk-doc-1.20
-   app-text/docbook-xml-dtd:4.2
-   app-text/docbook-xml-dtd:4.5 )
-   systemtap? ( >=dev-util/systemtap-1.3 )
-   ${PYTHON_DEPS}
-   test? ( >=sys-apps/dbus-1.2.14 )
-   virtual/pkgconfig[${MULTILIB_USEDEP}]
-"
-# TODO: >=dev-util/gdbus-codegen-${PV} test dep once we modify 
gio/tests/meson.build to use external gdbus-codegen
-
-PDEPEND="
-   dbus? ( gnome-base/dconf )
-   mime? ( x11-misc/shared-mime-info )
-"
-# shared-mime-info needed for gio/xdgmime, bug #409481
-# dconf is needed to be able to save settings, bug #498436
-
-MULTILIB_CHOST_TOOLS=(
-   /usr/bin/gio-querymodules$(get_exeext)
-)
-
-pkg_setup() {
-   if use kernel_linux ; then
-   CONFIG_CHECK="~INOTIFY_USER"
-   if use test ; then
-   CONFIG_CHECK="~I

[gentoo-commits] proj/musl:master commit in: net-misc/rsync/, net-misc/rsync/files/

2020-06-28 Thread Jory Pratt
commit: 5ca721e9d86a6369573b7cd0595295b1e79c44be
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Jun 29 00:47:26 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Jun 29 00:47:26 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5ca721e9

net-misc/rsync: use official patch from upstream, fix metadata

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jory Pratt  gentoo.org>

 net-misc/rsync/files/rsync-3.2.0-simd_check.patch | 74 +++
 net-misc/rsync/metadata.xml   |  2 +
 2 files changed, 65 insertions(+), 11 deletions(-)

diff --git a/net-misc/rsync/files/rsync-3.2.0-simd_check.patch 
b/net-misc/rsync/files/rsync-3.2.0-simd_check.patch
index 255f279..11cf18a 100644
--- a/net-misc/rsync/files/rsync-3.2.0-simd_check.patch
+++ b/net-misc/rsync/files/rsync-3.2.0-simd_check.patch
@@ -1,13 +1,65 @@
-https://github.com/WayneD/rsync/pull/24
+From: Wayne Davison 
+Date: Sat, 20 Jun 2020 06:23:52 + (-0700)
+Subject: A slightly modified g++/clang++ check.
+X-Git-Tag: v3.2.1pre1~43
+X-Git-Url: 
http://git.samba.org/rsync.git/?p=rsync.git;a=commitdiff_plain;h=d4764934c35bdff297a03551c583be611cb8c64c
 
 rsync-3.2.0/configure.ac   2020-06-19 23:11:01.0 +0200
-+++ rsync-3.2.0/configure.ac   2020-06-19 23:11:01.0 +0200
-@@ -207,7 +207,7 @@
-   if test x"$CXX" != x""; then
-   CXX_VERSION=`$CXX --version 2>/dev/null | head -n 1`
-   case "$CXX_VERSION" in
+A slightly modified g++/clang++ check.
+---
+
+diff --git a/configure.ac b/configure.ac
+index d665498d..f6ca5e66 100644
+--- a/configure.ac
 b/configure.ac
+@@ -204,30 +204,28 @@ if test x"$enable_simd" != x"no"; then
+ # For x86-64 SIMD, g++ >=5 or clang++ >=7 is required
+ if test x"$build_cpu" = x"x86_64"; then
+   CXX_OK=
+-  if test x"$CXX" != x""; then
+-  CXX_VERSION=`$CXX --version 2>/dev/null | head -n 1`
+-  case "$CXX_VERSION" in
 -  g++*)
-+  *g++*)
-   CXX_VERSION=`$CXX -dumpversion | sed 's/\..*//g'`
-   if test "$CXX_VERSION" -ge "5"; then
-   CXX_OK=yes
+-  CXX_VERSION=`$CXX -dumpversion | sed 's/\..*//g'`
+-  if test "$CXX_VERSION" -ge "5"; then
+-  CXX_OK=yes
+-  fi
+-  ;;
+-  *clang*)
+-  # $CXX -dumpversion would have been ideal, but is broken on 
older clang
+-  CXX_VERSION=`echo "$CXX_VERSION" | sed 's/.*version //g' | sed 
's/\..*//g'`
+-  if test "$CXX_VERSION" -ge "7"; then
+-  CXX_OK=yes
+-  fi
+-  ;;
+-  *)
+-  CXX_VERSION='Unknown'
+-  ;;
+-  esac
+-  else
++  case "$CXX" in
++  g++|*-g++)
++  CXX_VERSION=`$CXX -dumpversion | sed 's/\..*//'`
++  if test "$CXX_VERSION" -ge "5"; then
++  CXX_OK=yes
++  fi
++  ;;
++  *clang*)
++  # -dumpversion is broken on older clang versions, so we need a 
fallback.
++  CXX_VERSION=`$CXX -dumpversion 2>/dev/null | sed 's/\..*//'`
++  if test x"$CXX_VERSION" = x; then
++  CXX_VERSION=`$CXX --version | head -n 1 | sed 's/.*version //' 
| sed 's/\..*//'`
++  fi
++  if test "$CXX_VERSION" -ge "7"; then
++  CXX_OK=yes
++  fi
++  ;;
++  *)
+   CXX='No c++'
+   CXX_VERSION='Unknown'
+-  fi
++  ;;
++  esac
+   if test x"$CXX_OK" = x"yes"; then
+   # AC_MSG_RESULT() is called below.
+   SIMD="$SIMD x86_64"
+

diff --git a/net-misc/rsync/metadata.xml b/net-misc/rsync/metadata.xml
index 148a18e..1f39f54 100644
--- a/net-misc/rsync/metadata.xml
+++ b/net-misc/rsync/metadata.xml
@@ -10,5 +10,7 @@


Provide helper scripts for using rsync via 
>=net-misc/stunnel-4
+   Use system zlib instead of bundled 
one. This is incompatible with older rsync releases!
+   Enable dev-libs/xxhash support 
for hashing

 



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

2020-06-28 Thread Sergei Trofimovich
commit: aae6e3af16a2ee80feaed8b1ce5e2e7a00f3aed2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun 29 00:39:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 29 00:41:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae6e3af

app-admin/haskell-updater: revert "drop old"

This reverts commit f3441af37e627ac74c2629fd8e9f232ffe1cbc4c.

Older ghcs refer to 1.2*

Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-admin/haskell-updater/Manifest |  4 ++
 .../haskell-updater/haskell-updater-1.2.10.ebuild  | 44 +
 .../haskell-updater-1.2.12-r1.ebuild   | 46 ++
 .../haskell-updater/haskell-updater-1.2.9.ebuild   | 44 +
 .../haskell-updater/haskell-updater-1.3.1.ebuild   | 46 ++
 5 files changed, 184 insertions(+)

diff --git a/app-admin/haskell-updater/Manifest 
b/app-admin/haskell-updater/Manifest
index 7e20adfac84..c5899213517 100644
--- a/app-admin/haskell-updater/Manifest
+++ b/app-admin/haskell-updater/Manifest
@@ -1 +1,5 @@
+DIST haskell-updater-1.2.10.tar.gz 26586 BLAKE2B 
adc46f85118fa55e530aa079ef2df0663b178b15311f4f2ff6474db75aacf1277238a27a2bb98841fc1fe50b556d7f01a677861b3ce9559fe809a02db401ef8d
 SHA512 
c0a72ae77362e5ed4ea0e29175454119b1284756adeb43534bf58b661f3cabb88e08bd5903d415a9f95a6de309753dedf974ddd853b300fd215250e0ad7c
+DIST haskell-updater-1.2.12.tar.gz 26708 BLAKE2B 
d0b040cb3b6211b3c5c60f8cfa3dbccbf9cb15d246b21609a21aac746a8a034e284fe0b99891b5035980252a7aa8b376ad943f32882dc29e16226d95583cb053
 SHA512 
f3a993cb556919bf2e57fdaca7eea9146abc59096e779cbffb69a5c29fc5f6ef889c8ccf4d8331dbd9279919ea91bb05a16d83ad70085d5ef5a44d61120fe7e7
+DIST haskell-updater-1.2.9.tar.gz 26675 BLAKE2B 
a3d11cdcee886a07d87cd2888a9deea1d963b7234b4a10a6b78e9467fae4e9382c92f14a6ba0593f86bf9422ab2cb4bec823de96f34b463590ae18429c118edb
 SHA512 
d19b6154d5ef4da176638c237082586688e2ac73a41c075fc3e51979b86b9e48ca5a9bfe6c870d468d66d95c1464456feed8afc388aea282aa7aad5a35f5e0da
+DIST haskell-updater-1.3.1.tar.gz 26573 BLAKE2B 
68e5357e8f24b9b372dba4feac76595cbf35602d9d9094d616497c9d0040177b5f1def5833770041b693220717f3a4976877e0608858d5d8d426620c71e5
 SHA512 
39c36c4a8997806bb4d64625bc9ed72334a68e57f8c32f75d0c3704ab52b3b68605444c89480e5186c04bb275b3608ea9544366ebc5a00e010cc5fb4ae8296df
 DIST haskell-updater-1.3.2.tar.gz 26133 BLAKE2B 
ea72850e5ca35ec18fa00136c654435a852b072aea0402003c962abbb0e0f09e8a84568f78c9186324b0b0ee9658de1b413670e268cfe1c0056810b8c61b479c
 SHA512 
a4d80ecb65efa9ae21008e04b1363ff2196df4ba431fc5ec899bb9904c598c7a109a38f7dd86dd2dc86faca8ed5083d036d700e7f7796840ee5470401c24f3d9

diff --git a/app-admin/haskell-updater/haskell-updater-1.2.10.ebuild 
b/app-admin/haskell-updater/haskell-updater-1.2.10.ebuild
new file mode 100644
index 000..0ca325522f8
--- /dev/null
+++ b/app-admin/haskell-updater/haskell-updater-1.2.10.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+CABAL_FEATURES="bin nocabaldep"
+inherit eutils haskell-cabal
+
+DESCRIPTION="Rebuild Haskell dependencies in Gentoo"
+HOMEPAGE="https://wiki.haskell.org/Gentoo#haskell-updater";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.12.1"
+
+# Need a lower version for portage to get --keep-going
+RDEPEND="|| ( >=sys-apps/portage-2.1.6
+   sys-apps/pkgcore )"
+
+src_prepare() {
+   if use prefix; then
+   sed -i -e "s,/var/db/pkg,${EPREFIX}&,g" \
+   "${S}/Distribution/Gentoo/Packages.hs" || die
+
+   sed -i -e 's,"/","'"${EPREFIX}"'/",g' \
+   "${S}/Distribution/Gentoo/GHC.hs" || die
+   fi
+}
+
+src_configure() {
+   cabal_src_configure \
+   --bindir="${EPREFIX}/usr/sbin" \
+   --constraint="Cabal == $(cabal-version)"
+}
+
+src_install() {
+   cabal_src_install
+
+   dodoc TODO
+}

diff --git a/app-admin/haskell-updater/haskell-updater-1.2.12-r1.ebuild 
b/app-admin/haskell-updater/haskell-updater-1.2.12-r1.ebuild
new file mode 100644
index 000..8960ea72edd
--- /dev/null
+++ b/app-admin/haskell-updater/haskell-updater-1.2.12-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CABAL_FEATURES="bin nocabaldep"
+inherit eutils haskell-cabal
+
+DESCRIPTION="Rebuild Haskell dependencies in Gentoo"
+HOMEPAGE="https://wiki.haskell.org/Gentoo#haskell-updater";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""

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

2020-06-28 Thread Sergei Trofimovich
commit: 45f50c32a691620e159aa40a82ed05775313ec0e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun 29 00:40:22 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 29 00:41:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f50c32

dev-vcs/darcs: revert "drop old"

Restore ppc keywords, used by layman.

This reverts commit 5a0365a7ec87a27b290e0eca6f4fa5c13583879f.

Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/darcs/Manifest   |   5 ++
 dev-vcs/darcs/darcs-2.10.1.ebuild|  98 +
 dev-vcs/darcs/darcs-2.10.3-r1.ebuild | 103 +++
 dev-vcs/darcs/darcs-2.12.0.ebuild|  97 +
 dev-vcs/darcs/darcs-2.12.4.ebuild|  92 
 dev-vcs/darcs/darcs-2.8.4-r6.ebuild  | 134 +++
 dev-vcs/darcs/metadata.xml   |   2 +
 7 files changed, 531 insertions(+)

diff --git a/dev-vcs/darcs/Manifest b/dev-vcs/darcs/Manifest
index 539dea6307a..6fe5771f69a 100644
--- a/dev-vcs/darcs/Manifest
+++ b/dev-vcs/darcs/Manifest
@@ -1 +1,6 @@
+DIST darcs-2.10.1.tar.gz 1509208 BLAKE2B 
54df9e87ab5b4d49146eeaad99c4718cc38b6fb032da2fb005c1ddc8a6d5ffa725b9c7caac30eb4da394bfb0926ba76040e24a69beeacd25e810cad8987d34f3
 SHA512 
b8c3971da3d635a7d90e35226c2ffa6d6ca8e78ba18793c632b7509bc4d52c1bda2490d147cdaea5842fbe5d8826b0025de61e2fb4f58c441875c5858d910e47
+DIST darcs-2.10.3.tar.gz 1513296 BLAKE2B 
4a900a4307f1067cb078396f28358f75107821a67104ec91653cdc0ae1c5503fd18baa3d0ae95a0476fa5917345de932411053d35d8f0cfee3782cdd84a13c7e
 SHA512 
cf8f34df331d8a47c6a25775c465824e5d71ed00ae6bc477989b4bb0e7fad606b213a4fb4e06b02dca096df2b6b1fe36f394672a112b48c6b56188a7eae8f90e
+DIST darcs-2.12.0.tar.gz 1465730 BLAKE2B 
a021796aefc38aaf355a3156f26c8f313ffbe44ad5e9172883217f609c73baed49301a26bbc818574175c0e7174ad6401407ae9492584e3aed56e8fb2bf10f7a
 SHA512 
654f9054dfe8e23e17ae00cdf22153ddaf89d114c5ee0e1ca86f373c1abf62b7bd808965f4d4df695aaba44d1d334d725cc0d57dea5df7cd1992a0ef15e49135
+DIST darcs-2.12.4.tar.gz 1462383 BLAKE2B 
49827a07770da8253775649e9a72b33d4e715f7eae63c093c6d3a16f097cd9f3246e2aec4ee4782efd1629423a3d3a23d6d5350131ed4daa4fc47701fd6449ae
 SHA512 
52a0b9b8a23b05dc29513c20c3c0fdc0b696da87156ea83a5736ea294618b993d1f3914f82a918e331db5de0746c147244f46d396ee7dbb02fee116825e1dd6a
 DIST darcs-2.12.5.tar.gz 1460698 BLAKE2B 
9050b5863221d2c82e93d689b733b34a0b63fd0e7f29b0041ba3ff10e4359e4d32e1c8bca5ac4722a65fbebab66b25cba443efe23ee3e4a87d4117a7335db4de
 SHA512 
9bda8149269dc23750321f3929e156e32c76de4f5bb8291bc248d0e326bf08b69c82ef7383f9d02dcc65ca199078f6e1ab575197fc2aee225486a8c1b9275542
+DIST darcs-2.8.4.tar.gz 1301464 BLAKE2B 
748494ae1c34318c14e128a4d08667b839644dbcf2b2d8bbcc86263ee5332f859f91bc2a56f3c6ccf6a465f45a90d97d304c9c15ebdd3cdd709c251c61c15a6c
 SHA512 
c60531bacea43bdd5a18ae461dd390fe64682cac56fa4e6b5153a5da3c003b59d8fb24827bd42b4b30f0d2c61877d36b58eb98317644f9f8a200ab7c5961c48e

diff --git a/dev-vcs/darcs/darcs-2.10.1.ebuild 
b/dev-vcs/darcs/darcs-2.10.1.ebuild
new file mode 100644
index 000..40404e1b806
--- /dev/null
+++ b/dev-vcs/darcs/darcs-2.10.1.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.
+#hackport: flags: 
+library,+executable,-hpc,-warn-as-error,+pkgconfig,-rts,-static,-optimize,hashed-storage-diff:diff
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="a distributed, interactive, smart revision control system"
+HOMEPAGE="http://darcs.net/";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+curl diff +http +network-uri +terminfo +threaded"
+
+RESTRICT=test # missing file 'tests/bin/renameHelper.hs'
+
+RDEPEND=">=dev-haskell/attoparsec-0.11:=[profile?] 
=dev-haskell/base16-bytestring-0.1:=[profile?] 
=dev-haskell/binary-0.5:=[profile?] =dev-haskell/cryptohash-0.4:=[profile?] 
=dev-haskell/data-ordlist-0.4:=[profile?] 
=dev-haskell/dataenc-0.11:=[profile?] 
=dev-haskell/hashable-1.0:=[profile?] 
=dev-haskell/haskeline-0.6.3:=[profile?] 
=dev-haskell/html-1.0:=[profile?] =dev-haskell/mmap-0.5:=[profile?] =dev-haskell/mtl-2.1:=[profile?] =dev-haskell/old-locale-1.0:=[profile?] 
=dev-haskell/old-time-1.1:=[profile?] 
=dev-haskell/parsec-3.1:=[profile?] =dev-haskell/random-1.0:=[profile?] =dev-haskell/regex-applicative-0.2:=[profile?] 
=dev-haskell/regex-compat-tdfa-0.95.1:=[profile?] 
=dev-haskell/tar-0.4:=[profile?] =dev-haskell/text-0.11.2.0:=[profile?] 
=dev-haskell/transformers-compat-0.4:=[profile?] 
=dev-haskell/unix-compat-0.1.2:=[profile?] 
=dev-haskell/utf8-string-0.3.6:=[profile?] 
=dev-haskell/vector-0.7:=[profile?] 
=dev-haskell/zip-archive-0.2.3:=[profile?] 
=dev-haskell/zlib-0.5.3.0:=[profile?] 
=dev-lang/ghc-7.4.1:=
+   vir

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

2020-06-28 Thread Aaron Bauman
commit: b703c1e3ec0aa1da3bbd0c4704ccee5a397fd74d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jun 29 00:37:08 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jun 29 00:37:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b703c1e3

profiles/package.mask: fix net-mail/getmail spelling

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

 profiles/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e2dc33229d4..011ba070959 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -58,7 +58,7 @@ media-video/tovid
 net-dns/maradns
 net-irc/irker
 net-mail/archivemail
-net-mail/getmai
+net-mail/getmail
 net-nds/nsscache
 net-wireless/airpwn
 sci-chemistry/bkchem



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

2020-06-28 Thread Aaron Bauman
commit: d37cd8c672660fa7f34a37dfd6cedf2ec311a3ea
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jun 29 00:33:43 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jun 29 00:33:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37cd8c6

profiles/package.mask: add more py2 only stuff

* Please see -dev ML for discussions
* Port package to Py3, remove bindings if not needed, etc

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 030cd11c8f2..e2dc33229d4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,45 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron Bauman  (2020-06-28)
+# More Py2 only stuff. Plz see -dev ML for discussions
+# Remove bindings, port to Py3, etc
+# Removal in 30 days
+app-arch/deltarpm
+app-crypt/virtualsmartcard
+app-text/duali
+app-text/mftrace
+app-text/queequeg
+app-text/referencer
+dev-libs/libmacaroons
+dev-libs/tut
+dev-python/elib-intl
+dev-python/eunuchs
+dev-python/medusa
+dev-python/misaka
+dev-python/python-iwscan
+dev-util/confix
+dev-util/qmtest
+dev-util/unrpyc
+games-engines/gemrb
+media-sound/lilycomp
+media-video/tovid
+net-dns/maradns
+net-irc/irker
+net-mail/archivemail
+net-mail/getmai
+net-nds/nsscache
+net-wireless/airpwn
+sci-chemistry/bkchem
+sci-chemistry/propka
+sci-chemistry/pymol-plugins-bni-tools
+sci-chemistry/pymol-plugins-emovie
+sci-chemistry/viewmol
+sci-libs/chemkit
+sys-apps/x86info
+www-misc/surl
+x11-wm/plwm
+
 # Andreas Sturmlechner  (2020-06-28)
 # WIP PipeWire ebuild, breaks all current revdeps in ebuild repository
 # sys-apps/xdg-desktop-portal-1.7.2 depends on masked PipeWire >=0.3



[gentoo-commits] repo/gentoo:master commit in: media-sound/gtick/, media-sound/gtick/files/

2020-06-28 Thread Aaron Bauman
commit: 0cb2564338af6b66f577033cf25638de9c96cf9d
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Sun Jun 28 22:22:50 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jun 28 23:51:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb25643

media-sound/gtick: Remove old

Signed-off-by: Alexander Tsoy  tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/16479
Signed-off-by: Aaron Bauman  gentoo.org>

 media-sound/gtick/Manifest |  1 -
 media-sound/gtick/files/gtick-0.5.4-desktop.patch  | 32 ---
 .../gtick/files/gtick-0.5.4-fno-common.patch   | 27 -
 media-sound/gtick/gtick-0.5.4-r1.ebuild| 65 --
 media-sound/gtick/gtick-0.5.4.ebuild   | 41 --
 5 files changed, 166 deletions(-)

diff --git a/media-sound/gtick/Manifest b/media-sound/gtick/Manifest
index c932678881c..a717bbc82de 100644
--- a/media-sound/gtick/Manifest
+++ b/media-sound/gtick/Manifest
@@ -1,2 +1 @@
-DIST gtick-0.5.4.tar.gz 641902 BLAKE2B 
f1832f46b559908ae0c40bd0f6a08e145a0ba58a6cf2f8e7235b4f3f0b9141ea514cf52c51cef24d745ce360423daab855c42b5f6719664be65bf5f254650c1d
 SHA512 
28ea6f38952c376f1f684e7b598d1032063f7fdf3454cdb86735cb835079312c0d1c30dfeade7272f5399296f2a2ede5b81524036a9ac0d91e0878865fab446e
 DIST gtick-0.5.5.tar.gz 659596 BLAKE2B 
74e40cd20bf24ef8a9cb9f6abf49d885bb5e660a6b4faa40fa18a10153edad1e522ca555c802e9b5364abbc94f79989e4dfdfd2d19a038f4c6f63895a287dc12
 SHA512 
8f308c312f6cc59bb8b786af09b1498c76adc1b2692369886e85fa97524b417bf3a5e075ba20061f009b36cb4fe12cd455befe7e466d8215620640229ebbdb87

diff --git a/media-sound/gtick/files/gtick-0.5.4-desktop.patch 
b/media-sound/gtick/files/gtick-0.5.4-desktop.patch
deleted file mode 100644
index 7aa0995b039..000
--- a/media-sound/gtick/files/gtick-0.5.4-desktop.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Downstream patch. No upstream activity since 2014.
-
-From b07f665d712fdbebfd506ef6301fc9ac71660e96 Mon Sep 17 00:00:00 2001
-From: Alexander Tsoy 
-Date: Thu, 19 Mar 2020 21:17:22 +0300
-Subject: [PATCH 2/2] Fix desktop file
-

- gtick.desktop | 7 ---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/gtick.desktop b/gtick.desktop
-index 05cf5ed..a31dee3 100644
 a/gtick.desktop
-+++ b/gtick.desktop
-@@ -5,9 +5,10 @@ Name=GTick
- Comment=a GTK-based metronome
- Comment[pt]=Um metrônomo baseado em GTK
- Comment[pt-br]=Um metrônomo baseado em GTK
--Exec=/usr/bin/gtick
--Icon=/usr/share/icons/hicolor/64x64/apps/gtick.xpm
-+Exec=gtick
-+Icon=gtick
- Terminal=false
- Type=Application
- Categories=GTK;AudioVideo;Audio;
--GenericName[pt_BR]=
-+GenericName=Graphical Metronome
-+StartupNotify=true
--- 
-2.24.1
-

diff --git a/media-sound/gtick/files/gtick-0.5.4-fno-common.patch 
b/media-sound/gtick/files/gtick-0.5.4-fno-common.patch
deleted file mode 100644
index 37747cef1b8..000
--- a/media-sound/gtick/files/gtick-0.5.4-fno-common.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Downstream patch. No upstream activity since 2014.
-
-From 23f5585ba3dcf276cd3f71c25f710e68823f97e9 Mon Sep 17 00:00:00 2001
-From: Alexander Tsoy 
-Date: Tue, 17 Mar 2020 17:14:50 +0300
-Subject: [PATCH 1/2] Fix building with -fno-common
-

- src/optionlexer.l | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/optionlexer.l b/src/optionlexer.l
-index df79dd5..97ed29d 100644
 a/src/optionlexer.l
-+++ b/src/optionlexer.l
-@@ -40,7 +40,7 @@
- #include "optionlexer.h"
- 
- char* option_filename;
--YYLTYPE option_lloc;
-+#define YYLTYPE option_lloc;
- 
- void option_locate();
- %}
--- 
-2.24.1
-

diff --git a/media-sound/gtick/gtick-0.5.4-r1.ebuild 
b/media-sound/gtick/gtick-0.5.4-r1.ebuild
deleted file mode 100644
index ca520476a37..000
--- a/media-sound/gtick/gtick-0.5.4-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg-utils
-
-DESCRIPTION="Metronome application supporting different meters and speeds 
ranging"
-HOMEPAGE="https://www.antcom.de/gtick";
-SRC_URI="https://www.antcom.de/gtick/download/${P}.tar.gz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="nls sndfile"
-
-RDEPEND="media-sound/pulseaudio
-   x11-libs/gtk+:2
-   sndfile? ( media-libs/libsndfile )"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-fno-common.patch
-   "${FILESDIR}"/${P}-desktop.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i 's:^\(appdatadir = .*/\)appdata:\1metainfo:' \
-   Makefile.in || die
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable nls)
-   $(use_with sndfile)
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   local res
-
-   

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

2020-06-28 Thread Thomas Deutschmann
commit: 1f256ece35cddedb93e6abdc7faae39bdb20c221
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 28 23:06:34 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 28 23:06:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f256ece

app-text/vgrep: add BSD license

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

 app-text/vgrep/vgrep-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/vgrep/vgrep-2.3.1.ebuild 
b/app-text/vgrep/vgrep-2.3.1.ebuild
index 0ccd06c8eb5..f50049ccd32 100644
--- a/app-text/vgrep/vgrep-2.3.1.ebuild
+++ b/app-text/vgrep/vgrep-2.3.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A pager for grep, git-grep and similar grep 
implementations"
 HOMEPAGE="https://github.com/vrothberg/vgrep";
 SRC_URI="https://github.com/vrothberg/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="GPL-3+ MIT MIT-with-advertising"
+LICENSE="BSD GPL-3+ MIT MIT-with-advertising"
 SLOT="0"
 KEYWORDS="~amd64"
 



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

2020-06-28 Thread Thomas Deutschmann
commit: 24d5a90e18b43177b7a423caac93f6a25e62993f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 28 22:58:07 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 28 22:58:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d5a90e

app-text/vgrep: new package

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

 app-text/vgrep/Manifest   |  1 +
 app-text/vgrep/metadata.xml   | 12 
 app-text/vgrep/vgrep-2.3.1.ebuild | 33 +
 3 files changed, 46 insertions(+)

diff --git a/app-text/vgrep/Manifest b/app-text/vgrep/Manifest
new file mode 100644
index 000..6de74d93406
--- /dev/null
+++ b/app-text/vgrep/Manifest
@@ -0,0 +1 @@
+DIST vgrep-2.3.1.tar.gz 1149421 BLAKE2B 
c4c9a414bba5e509d57faa9ca6f6ce5cae1dbb001ff8b410ad54691ec6bf39f41c535fd25bdd5d93fdf89b4e4b49acf4dfa9a8956653e5c5e2ce39bd7da8d484
 SHA512 
0fa65151ae40f7fefc4e5b1af8e6ea332b50b1136849ec0902dd110786ca14204441e27c65a036b08fa56bf04a6325d8aa8ef2d4d02cdb0e0fe219896e24d694

diff --git a/app-text/vgrep/metadata.xml b/app-text/vgrep/metadata.xml
new file mode 100644
index 000..4965843d0e8
--- /dev/null
+++ b/app-text/vgrep/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   
+   
+   https://github.com/vrothberg/vgrep/issues
+   vrothberg/vgrep
+   
+

diff --git a/app-text/vgrep/vgrep-2.3.1.ebuild 
b/app-text/vgrep/vgrep-2.3.1.ebuild
new file mode 100644
index 000..0ccd06c8eb5
--- /dev/null
+++ b/app-text/vgrep/vgrep-2.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit go-module
+
+DESCRIPTION="A pager for grep, git-grep and similar grep implementations"
+HOMEPAGE="https://github.com/vrothberg/vgrep";
+SRC_URI="https://github.com/vrothberg/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+ MIT MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Uses golangci-lint
+RESTRICT="test"
+
+DOCS=( README.md )
+
+# go binary
+QA_PRESTRIPPED="usr/bin/vgrep"
+
+src_compile() {
+   emake build
+}
+
+src_install() {
+   local prefix="${D}/usr"
+   mkdir -p "${prefix}"/bin || die
+
+   emake PREFIX="${prefix}" install
+}



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

2020-06-28 Thread Louis Sautier
commit: f027c145576b1c61cdc28173d32ee7f598fcb40b
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Jun 28 22:52:58 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Jun 28 22:52:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f027c145

dev-python/humanize: bump to 2.4.1

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/humanize/Manifest  |  1 +
 dev-python/humanize/humanize-2.4.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
index d8adbb8174a..de3e9c5045e 100644
--- a/dev-python/humanize/Manifest
+++ b/dev-python/humanize/Manifest
@@ -1,2 +1,3 @@
 DIST humanize-0.5.1.tar.gz 20507 BLAKE2B 
55d7b598b32658b1d4c4741b37b5c33bdc9d63a5a779455e2fb93e1e4c3a0d8fd58e8522ef82734e1ba2b161fd881829373ba3569baffd9ea3271ad7ed3e7568
 SHA512 
dd7ad7f3c564cc6abcb6b128e50dbea7f19f7f418bfd936aae2472961c53ec71202133c5c2b5b930ef41ef807b51d6ba1210565627ed32c0b41acc0abd32a2d5
 DIST humanize-2.4.0.tar.gz 46489 BLAKE2B 
bb2cfeebd25f4aa073539bb616a5d05db2827dd2aaa6f093d46b51415ef3b954918a45f2434b9ce41845389be986200e23b1cb752e8a0bd03649377ea46fbec6
 SHA512 
20707a59f2f0bbc52e1e5d906e733561f53c3bc429ce24662ea9014d7f73f87a8f3ae9aa62f2564fafbe9de0d6b250e8fecec4a3cb81968c5b24d61ad9627d1b
+DIST humanize-2.4.1.tar.gz 46827 BLAKE2B 
e9b37283c5a4db1c5b2a9ef61919fe02a4e5720711129910e51b0b3481290c9bfa4e29225db75c37d83884c00065fa71b599ed42fac41414f481167d33091a98
 SHA512 
5d8534d2e97f375c7ec065dd239334a2a5da9d058f7c0312cb2683c3e42f5b8f99e117782e0888a6e5348f43958523df6609c294f5af7c971d81bd29679a0500

diff --git a/dev-python/humanize/humanize-2.4.1.ebuild 
b/dev-python/humanize/humanize-2.4.1.ebuild
new file mode 100644
index 000..4785489816a
--- /dev/null
+++ b/dev-python/humanize/humanize-2.4.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+# The package uses pkg_resources to determine its version
+DISTUTILS_USE_SETUPTOOLS=manual
+
+inherit distutils-r1
+
+DESCRIPTION="Common humanization utilities"
+HOMEPAGE="https://github.com/jmoiron/humanize/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   # The package uses pkg_resources to determine its version
+   distutils_install_for_testing
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



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

2020-06-28 Thread Sergei Trofimovich
commit: 527a395c0efb1a8b384aef9292bc5cd30bd64546
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 28 22:35:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 28 22:43:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527a395c

dev-util/shellcheck: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/shellcheck/Manifest|  1 -
 dev-util/shellcheck/shellcheck-0.7.0.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-util/shellcheck/Manifest b/dev-util/shellcheck/Manifest
index 486d282de02..75f0557a6bf 100644
--- a/dev-util/shellcheck/Manifest
+++ b/dev-util/shellcheck/Manifest
@@ -1,2 +1 @@
-DIST ShellCheck-0.7.0.tar.gz 163027 BLAKE2B 
2d6348f21cb9598c0133cc1548f43727d56155883db83c38483b581b3565c67d5bf9d5333b6c39569dac1f07b19b21db1d62d83e675bb4aa9735725879aaf6e2
 SHA512 
88a0cb2a2879f597b832979fd934ee63e0f1ca256e5f9e7c51667744d09848817fdbe3988898f49226fc52ec27d92c314a9075995c3110ee10b24468cb60c657
 DIST ShellCheck-0.7.1.tar.gz 163288 BLAKE2B 
efc8c56348ba924baf660ae16d84e023cdd1a5ef8b355b492844ca41aeb3242eb1e5862bea7f12c69fa43cce285a44afaf95125816f62fbe316d9bdca467b1ae
 SHA512 
fc84bd67e30af1378a92c1e378693a2c181e9567d53f2590e76aedb9f607276b90abd2ac83818c36524bd77a480df347af5a0879a925a846f35440ab207fad8a

diff --git a/dev-util/shellcheck/shellcheck-0.7.0.ebuild 
b/dev-util/shellcheck/shellcheck-0.7.0.ebuild
deleted file mode 100644
index 572de9c65f0..000
--- a/dev-util/shellcheck/shellcheck-0.7.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-MY_PN="ShellCheck"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Shell script analysis tool"
-HOMEPAGE="https://www.shellcheck.net/";
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/aeson:=[profile?]
-   >=dev-haskell/diff-0.2.0:=[profile?]
-   >=dev-haskell/mtl-2.2.1:=[profile?]
-   >=dev-haskell/parsec-3.0:=[profile?]
-   >=dev-haskell/quickcheck-2.7.4:2=[template-haskell,profile?]
-   dev-haskell/regex-tdfa:=[profile?]
-   >=dev-lang/ghc-8.0.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.24.0.0 

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

2020-06-28 Thread Sergei Trofimovich
commit: 70798e226e66fb4ae5d91b232ad4841e91bfc890
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 28 22:28:16 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 28 22:43:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70798e22

sys-devel/crossdev: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/crossdev/Manifest |  1 -
 sys-devel/crossdev/crossdev-20200125.ebuild | 36 -
 2 files changed, 37 deletions(-)

diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
index 0b1928fb6d1..1e1b1fa752f 100644
--- a/sys-devel/crossdev/Manifest
+++ b/sys-devel/crossdev/Manifest
@@ -1,2 +1 @@
-DIST crossdev-20200125.tar.xz 27380 BLAKE2B 
4871b3ba1130c8d2e4df263aea155f95352417e65dabe64968cf9cc2628f9a1ae32a7e569cdea73a04d32d05396b0a83720bbd712a5f5b703606692e6b61516b
 SHA512 
a4db1d09179b23f032af59c4857c3ab58d7944633b0c612a1f8aa0ecc38201f960cc1da761f34288568bb7f3434fe4da5094b4d4445be047da8838a096f6c606
 DIST crossdev-20200131.tar.xz 28200 BLAKE2B 
b1b8e283d150968339e259c48b3f066f5233af2578b04e060d5e69c002af6ffd65214c559353a8ebcf3238c2b60d0ddfa29131e26c707647717088df55f77282
 SHA512 
e1d18a7d69cdc0240d30e77b1634bd6b5806e1576227e4ffa394805aa217c050ced75436e9a004a35bc9bc47b96ea2f3d8e19ef530a106736f7cc0d995bee4a5

diff --git a/sys-devel/crossdev/crossdev-20200125.ebuild 
b/sys-devel/crossdev/crossdev-20200125.ebuild
deleted file mode 100644
index 7a6c51ec73f..000
--- a/sys-devel/crossdev/crossdev-20200125.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
-else
-   SRC_URI="mirror://gentoo/${P}.tar.xz
-   https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
-fi
-
-DESCRIPTION="Gentoo Cross-toolchain generator"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   >=sys-apps/portage-2.1
-   >=app-portage/portage-utils-0.55
-   app-shells/bash
-   sys-apps/gentoo-functions
-"
-DEPEND="app-arch/xz-utils"
-
-src_install() {
-   default
-
-   if [[ "${PV}" == "" ]] ; then
-   sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev 
|| die
-   fi
-}



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

2020-06-28 Thread Sergei Trofimovich
commit: 6c6001b08e4b126861658dc18bb5773ff9c1c2da
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 28 22:34:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 28 22:43:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6001b0

dev-util/diffoscope: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/diffoscope/Manifest  |  1 -
 dev-util/diffoscope/diffoscope-148.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 0737372bb38..579c87cb342 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,2 +1 @@
-DIST diffoscope-148.tar.gz 1570459 BLAKE2B 
007900cd798b3371f3b779a35a2d12fc5d2df3c1430ac091992550161ffe2be43efc6e4837173221bb75e72f9ca59afacbaad65420d0ad7310b80b924998
 SHA512 
e3012c97133e44009295fd3647012cf0e51e449b0e2b506be40169d8c444fc04654b0bf3ba92dcb0ec2ac85bab4577b75e986ce0e41e18ca69718004265f6117
 DIST diffoscope-149.tar.gz 1570458 BLAKE2B 
8182822f01805277937bf6993094a2ad2e32fde47a67a01a071691487582c22f9be9e299701ad2feda85ce79d5952747348e3180b22e60878d01f28f6e8a9ff5
 SHA512 
557f0edcd5620a097668108a223f3f58338890eaeb096982c398f1182e26219027c4d62dab688a19743be1167d0affa9dbd6b7b7440fcf86a7f55ade7e3be288

diff --git a/dev-util/diffoscope/diffoscope-148.ebuild 
b/dev-util/diffoscope/diffoscope-148.ebuild
deleted file mode 100644
index 63058ee2f20..000
--- a/dev-util/diffoscope/diffoscope-148.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
-HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
-find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm
-mono opendocument pascal pdf postscript R rpm sqlite squashfs
-ssh tar tcpdump xz zip zstd"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/libarchive-c[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-   acl? ( sys-apps/acl )
-   binutils? ( sys-devel/binutils )
-   bzip2? ( app-arch/bzip2 )
-   libcaca? ( media-libs/libcaca )
-   colord? ( x11-misc/colord )
-   cpio? ( app-arch/cpio )
-   diff? ( sys-apps/diffutils )
-   docx? ( app-text/docx2txt )
-   dtc? ( sys-apps/dtc )
-   e2fsprogs? ( sys-fs/e2fsprogs )
-   file? ( sys-apps/file )
-   find? ( sys-apps/findutils )
-   gettext? ( sys-devel/gettext )
-   gif? ( media-libs/giflib )
-   gpg? ( app-crypt/gnupg )
-   gzip? ( app-arch/gzip )
-   haskell? ( dev-lang/ghc )
-   hdf5? ( sci-libs/hdf5 )
-   hex? ( app-editors/vim-core )
-   imagemagick? ( media-gfx/imagemagick )
-   iso? ( virtual/cdrtools )
-   java? ( virtual/jdk )
-   llvm? ( sys-devel/llvm )
-   mono? ( dev-lang/mono )
-   opendocument? ( app-text/odt2txt )
-   pascal? ( dev-lang/fpc )
-   pdf? (
-   app-text/pdftk
-   app-text/poppler
-   dev-python/PyPDF2[${PYTHON_USEDEP}]
-   )
-   postscript? ( app-text/ghostscript-gpl )
-   R? ( dev-lang/R )
-   rpm? ( app-arch/rpm )
-   sqlite? ( dev-db/sqlite:3 )
-   squashfs? ( sys-fs/squashfs-tools )
-   ssh? ( net-misc/openssh )
-   tar? ( app-arch/tar )
-   tcpdump? ( net-analyzer/tcpdump )
-   xz? ( app-arch/xz-utils )
-   zip? ( app-arch/unzip )
-   zstd? ( app-arch/zstd )
-"
-# Presence if filemagic's magic.py breaks imports
-# of dev-python/python-magic: https://bugs.gentoo.org/716482
-RDEPEND+=" !dev-python/filemagic"



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

2020-06-28 Thread Sergei Trofimovich
commit: 9614a26ac47146c014890eefb028d53c0884ec3d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 28 22:40:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 28 22:43:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9614a26a

app-forensics/quickfuzz: drop longdescription from metadata.xml

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-forensics/quickfuzz/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-forensics/quickfuzz/metadata.xml 
b/app-forensics/quickfuzz/metadata.xml
index 1e1e2913640..ed6765a28fd 100644
--- a/app-forensics/quickfuzz/metadata.xml
+++ b/app-forensics/quickfuzz/metadata.xml
@@ -14,9 +14,6 @@
support networking formats
support PKI formats

-   
-   An experimental grammar fuzzer in Haskell using QuickCheck.
-   

CIFASIS/QuickFuzz




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

2020-06-28 Thread Sergei Trofimovich
commit: a28d87e0ebf5308b62d86b81abeb02f8b0cd5c67
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 28 22:24:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 28 22:43:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28d87e0

sys-devel/sparse: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/sparse/Manifest|  3 --
 sys-devel/sparse/sparse-0.5.1.ebuild | 48 
 sys-devel/sparse/sparse-0.5.2_rc1.ebuild | 50 -
 sys-devel/sparse/sparse-0.6.0.ebuild | 64 
 4 files changed, 165 deletions(-)

diff --git a/sys-devel/sparse/Manifest b/sys-devel/sparse/Manifest
index 0b6c7726fdd..69ecd80dccb 100644
--- a/sys-devel/sparse/Manifest
+++ b/sys-devel/sparse/Manifest
@@ -1,4 +1 @@
-DIST sparse-0.5.1.tar.xz 215144 BLAKE2B 
209aa7cf34a9135dae38466a0ba41ff4fb888c363ed59a68a5820d4b6ef1636d717b8172a6d638d9dbc61197efb7a3e06ef85830b6f1c359737520b4b3aa0fbe
 SHA512 
f7fc516ef8343a4153b9bda1b50b326dcd55a77fce5acccd9aa4c5636d6510573c7e26b0a7ca1df847082faf2be2d292336ad1cec855e395703a6b1e04d3a8a1
-DIST sparse-0.5.2-rc1.tar.gz 282810 BLAKE2B 
74d06230ceb06dac427984c365223633ef795b2f6329c69da5183b9f357ee05d74b04b18cf400b4d813026a746218edbf9bc0b2aa371c8a3681ac10ce19b
 SHA512 
b58458b97e91b7d02d032a946d9870a3fd227959608fb7847864ad1a92258aeb0461da513f4d6d3b37791ed8d5fc41ac01cfef0fcaf34b229090ff078672ef40
-DIST sparse-0.6.0.tar.xz 284668 BLAKE2B 
9bb568fe23ac96d6e179e5c5927ff34e9fc88909d367f6ab49c8862a8e599df83602ba72bc42ba3bf63823b024340f101128c528ebf767f4e29da7f5324a1f40
 SHA512 
5c6c88f203c941bf0efd28802ef91641c96e7d4b4688a5176d091ff0fd6a650d9147e590b631602a8bd08994a35261977569367861a6d605ccdd25e4a07debf9
 DIST sparse-0.6.1.tar.xz 287880 BLAKE2B 
026e7770460ab576b91e8c401c642e95269ddd7c90c0f855b0246448ca653b95a899b4bf647134c090c06c802757b6415dcc89bc214fb7ff124c2ce3888fccb0
 SHA512 
2faad9b3263f19f941cd6a5891960d2c7d1066c664d3ef68e722d461785aeed2d4a9539df3556bbd98c022e7ee965b8030c49272ab6003113ba3b36f73c00187

diff --git a/sys-devel/sparse/sparse-0.5.1.ebuild 
b/sys-devel/sparse/sparse-0.5.1.ebuild
deleted file mode 100644
index 45819e26886..000
--- a/sys-devel/sparse/sparse-0.5.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="C semantic parser"
-HOMEPAGE="https://sparse.wiki.kernel.org/index.php/Main_Page";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git";
-   KEYWORDS=""
-else
-   
SRC_URI="https://www.kernel.org/pub/software/devel/${PN}/dist/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="gtk llvm test xml"
-RESTRICT="!test? ( test )"
-
-RDEPEND="gtk? ( x11-libs/gtk+:2 )
-   llvm? ( >=sys-devel/llvm-3.0 )
-   xml? ( dev-libs/libxml2 )"
-DEPEND="${RDEPEND}
-   gtk? ( virtual/pkgconfig )
-   xml? ( virtual/pkgconfig )"
-
-PATCHES=( "${FILESDIR}/${PN}-0.5.1-cmdline-include.patch" )
-
-src_prepare() {
-   tc-export AR CC PKG_CONFIG
-   sed -i \
-   -e '/^PREFIX=/s:=.*:=/usr:' \
-   -e "/^LIBDIR=/s:/lib:/$(get_libdir):" \
-   -e '/^COMMON_CFLAGS =/{s:=:= $(CPPFLAGS):;s:-O2 
-finline-functions -fno-strict-aliasing -g:-fno-strict-aliasing:}' \
-   -e "s:pkg-config:${PKG_CONFIG}:" \
-   Makefile || die
-   export MAKEOPTS+=" V=1 AR=${AR} CC=${CC} HAVE_GTK2=$(usex gtk) 
HAVE_LLVM=$(usex llvm) HAVE_LIBXML=$(usex xml)"
-   default
-}
-
-src_compile() {
-   emake $(usex test all all-installable)
-}

diff --git a/sys-devel/sparse/sparse-0.5.2_rc1.ebuild 
b/sys-devel/sparse/sparse-0.5.2_rc1.ebuild
deleted file mode 100644
index ad1d4593113..000
--- a/sys-devel/sparse/sparse-0.5.2_rc1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="C semantic parser"
-HOMEPAGE="https://sparse.wiki.kernel.org/index.php/Main_Page";
-
-RC_COMMIT=d1c2f8d3d4205ca1ae7cf0ec2cbd89a7fce73e5c
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git";
-   KEYWORDS=""
-else
-   
SRC_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git/snapshot/${PN}-${RC_COMMIT}.tar.gz
 -> ${PN}-${PV/_/-}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="gtk llvm test xml"
-RESTRICT="!test? ( test )"
-
-RDEPEND="gtk? ( x11-libs/gtk+:2 )
-   llvm? ( >=sys-devel/llvm-3.0 )
-   xml? (

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

2020-06-28 Thread Sergei Trofimovich
commit: 7a4fd30bda97706f28353142a26117981695d96c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 28 22:26:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 28 22:43:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4fd30b

sys-fs/hfsutils: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-fs/hfsutils/Manifest |  1 -
 sys-fs/hfsutils/hfsutils-3.2.6-r6.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/sys-fs/hfsutils/Manifest b/sys-fs/hfsutils/Manifest
index 89ac4f034ad..a8fde341db1 100644
--- a/sys-fs/hfsutils/Manifest
+++ b/sys-fs/hfsutils/Manifest
@@ -1,3 +1,2 @@
-DIST hfsutils-3.2.6.tar.gz 207697 BLAKE2B 
96c3d839e3c07e325e4e175a484b3c637d7cdebdc02ec11ee6810096162d155aa75d71a8e133b801b767a78d50115384460c4181359767f49e015524800885e8
 SHA512 
0db3050e5969c4e4e6c6ddb10cbc221a5837eb1e12f9331e7129511d31a4ec8d38420ed0b948dadc85ed990f3b1085e930eb7f0c37b3883866d963e47cbbb173
 DIST hfsutils_3.2.6-14.debian.tar.xz 6780 BLAKE2B 
00474d328f5ec2614ec429052e6940b9eb10d04f433399f686ccc24d66ca1559e7ca45c4ab3ebe6386e02fc4de5ffd96242a7aa6f58d6032798d5536da912a61
 SHA512 
33d44f7b9094743031fc9315cf9380e158225ee2cd5af7a5ec7c55a2ae9af42e16f9cad3c667b153a1d3d9484d4ea773d34b88b78bfe9499df52a8b9d77defb2
 DIST hfsutils_3.2.6.orig.tar.gz 207697 BLAKE2B 
96c3d839e3c07e325e4e175a484b3c637d7cdebdc02ec11ee6810096162d155aa75d71a8e133b801b767a78d50115384460c4181359767f49e015524800885e8
 SHA512 
0db3050e5969c4e4e6c6ddb10cbc221a5837eb1e12f9331e7129511d31a4ec8d38420ed0b948dadc85ed990f3b1085e930eb7f0c37b3883866d963e47cbbb173

diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r6.ebuild 
b/sys-fs/hfsutils/hfsutils-3.2.6-r6.ebuild
deleted file mode 100644
index 23076395fd7..000
--- a/sys-fs/hfsutils/hfsutils-3.2.6-r6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-DESCRIPTION="HFS FS Access utils"
-HOMEPAGE="https://www.mars.org/home/rob/proj/hfs/";
-SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 sparc x86"
-IUSE="tcl tk"
-
-DEPEND="
-   tcl? ( dev-lang/tcl:0= )
-   tk? ( dev-lang/tk:0= )"
-RDEPEND="${DEPEND}"
-
-# use tk requires tcl - bug #150437
-REQUIRED_USE="tk? ( tcl )"
-PATCHES=(
-   "${FILESDIR}"/${P}-errno.patch
-   "${FILESDIR}"/largerthan2gb.patch
-   "${FILESDIR}"/${P}-fix-tcl-8.6.patch
-)
-
-src_configure() {
-   tc-export CC
-   econf $(use_with tcl) $(use_with tk)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR) rc" CC="$(tc-getCC)" RANLIB="$(tc-getRANLIB)"
-   emake CC="$(tc-getCC)" -C hfsck
-}
-
-src_install() {
-   dodir /usr/bin /usr/lib /usr/share/man/man1
-   emake \
-   prefix="${ED}"/usr \
-   MANDEST="${ED}"/usr/share/man \
-   infodir="${ED}"/usr/share/info \
-   install
-   dobin hfsck/hfsck
-   dodoc BLURB CHANGES README TODO doc/*.txt
-}



  1   2   3   4   5   >