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

2020-08-10 Thread Sam James
commit: 34122bb8a107d843e5a4dfbbe26533a86730bb4c
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 11 04:37:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 11 04:37:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34122bb8

net-libs/libtirpc: Stabilize 1.2.6 arm64, #736340

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

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

diff --git a/net-libs/libtirpc/libtirpc-1.2.6.ebuild 
b/net-libs/libtirpc/libtirpc-1.2.6.ebuild
index ed265f6903e..65d71caac4d 100644
--- a/net-libs/libtirpc/libtirpc-1.2.6.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.2.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="ipv6 kerberos static-libs"
 
 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/

2020-08-10 Thread Azael Reyes
commit: 127bf65a177eb3d69bc166f2a4b783c0f7e3e180
Author: Azael Reyes  gmail  com>
AuthorDate: Tue Aug 11 02:58:05 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Tue Aug 11 02:58:05 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=127bf65a

dev-libs/octetos-coreutils: fixin package

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes  gmail.com>

 dev-libs/octetos-coreutils/Manifest|  1 +
 .../octetos-coreutils-0.4.0_alpha.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/octetos-coreutils/Manifest 
b/dev-libs/octetos-coreutils/Manifest
index 664b0b7..8bc1ed7 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -1 +1,2 @@
 DIST 0.3.0-alpha.1.tar.gz 56341 BLAKE2B 
f6eccfef565a3303939fefd45d9d0d10847032eb747ba9dc4fdca0f6d43aaf27aa6fc08273b89299cf071a5b0087c67a8eabecbba6542ab1b1ed7b9862397ebc
 SHA512 
155fbf160edb48ad763e17ef2051b3b2e4b16c3bfda8156377d37d2d03710e7c7b933fbc02dfcba9deecedd844c770e2d116a3a1ff9535b407978a98e89bccdf
+DIST 0.4.0-alpha.1.tar.gz 56491 BLAKE2B 
b9438147acff96b81cacc21e59837c1f39c06c46ae4775ea3c6341f4168bde949bc348944807abc0b39b0936a61a871fd50852ac25c6e7af913597f7cc57035c
 SHA512 
020830eced735604ce1fbdc2c1f54524c423b151319dcf161616f7654e04f0adf6a7726450f76bbbe4fc7eaa241d44c98a961b9157c277e3080dbdbea5de2093

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild 
b/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild
new file mode 100644
index 000..9dc5b76
--- /dev/null
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MYPV="${PV/_alpha/-alpha.1}"
+MYP="${PN}-${MYPV}"
+
+DESCRIPTION="Similar to coretils but is a C ++ API."
+HOMEPAGE="https://github.com/azaeldevel/octetos-coreutils;
+SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND="dev-libs/octetos-core"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${MYP}"
+
+src_prepare() {
+   default
+   eautoreconf -fi
+}
+
+src_configure() {
+   econf
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-core/

2020-08-10 Thread Azael Reyes
commit: 69c03060793fcf487a224129183399163c27a144
Author: Azael Reyes  gmail  com>
AuthorDate: Tue Aug 11 02:34:01 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Tue Aug 11 02:34:01 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69c03060

dev-libs/octetos-core: fixing Semver.extractNumver

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes  gmail.com>

 dev-libs/octetos-core/Manifest |  1 +
 .../octetos-core/octetos-core-2.3.1_beta.ebuild| 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/octetos-core/Manifest b/dev-libs/octetos-core/Manifest
index e3eeb08..6e93ee1 100644
--- a/dev-libs/octetos-core/Manifest
+++ b/dev-libs/octetos-core/Manifest
@@ -3,3 +3,4 @@ DIST 2.0.0-alpha.2.tar.gz 122978 BLAKE2B 
9ed7fcb95b9c2f85072bf73ac92710eaa9eb4c8
 DIST 2.2.0-beta.3.tar.gz 123176 BLAKE2B 
f87131deccefce76a7fefb0e829564c166f01f316c54bd56e1283999434db809cb54be2278e1653dcb3a01a371b09b08fd95decf1b361c1515e5decf3609453d
 SHA512 
10f70c02b7c0012f1dab31e96aa3337dccc662c51a31c2ad186b6e76815afa8645f3f2370d6eaa788cdbbded416bc36b53e1971005cca49ee10c0d8e6baac239
 DIST 2.2.1-beta.1.tar.gz 123179 BLAKE2B 
f31f1870c3467c02f2b7653dd81abdf44e1c8ab821d8ec404f0a9ddb296438caa631dd586c62727eb9ecaf83452a2b0923f2a72323e5a49e895b99b9296e409f
 SHA512 
408569368b3dc2257149ad4c25c07a8deb3176fc6b08a003c98e59386ece3adcf0a45198b3802e3c0c1f537d4feb30703d5997f5bcae4e9d9e708829da46a843
 DIST 2.3.0-beta.1.tar.gz 123195 BLAKE2B 
2590f495f8890301f2731463139f0ca653beba496b33d592e1000a64a8d773335d821990e2ad128d969bf50794ce55a5da71ba2cfff0fc307a6166238206806d
 SHA512 
0e2e28c7c1109a9b5ec7b2a493a9aba747b2c88a83286b561487e3fec20ee1fba4d9b292f5b47cebf8cc90fbe011566314a98366bf2e7beb800b9c1e8baf839e
+DIST 2.3.1-beta.1.tar.gz 123229 BLAKE2B 
b075432d35936e3de4601d929813275eac577ec077e9f41cf9d45449e2b369d0197f36f2b54b48931d6bd127bd55e04b68b20ec00de7391b3062e7352efcfa44
 SHA512 
0a551b384d5b472fcdc5ceace5b8bfcb364ece89477db6367dfb6471d8a26b216c0d58e359e6f70c83f37dca03d7dc63b71e79ae62a49a447309270db909c327

diff --git a/dev-libs/octetos-core/octetos-core-2.3.1_beta.ebuild 
b/dev-libs/octetos-core/octetos-core-2.3.1_beta.ebuild
new file mode 100644
index 000..aa7c1f6
--- /dev/null
+++ b/dev-libs/octetos-core/octetos-core-2.3.1_beta.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MYPV="${PV/_beta/-beta.1}"
+
+DESCRIPTION="C/C++ library to mainly provide Semantic Versioned implementation"
+HOMEPAGE="https://github.com/azaeldevel/octetos-core;
+SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/gcc-8.1
+   >=sys-devel/bison-3.1
+   dev-libs/libconfig
+"
+
+S="${WORKDIR}/${PN}-${MYPV}"
+
+src_prepare() {
+   default
+   eautoreconf -fi
+}



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

2020-08-10 Thread Kent Fredric
commit: e9b817af0802a4cb04162962038deabc1bd309c7
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Aug 11 00:02:30 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Aug 11 00:02:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b817af

dev-lang/perl: Remove unaligned access direction workaround

As its been indicated that this detection has been fixed upstream in
perl since 5.31.5, and the workaround should no longer be needed

Bug: https://bugs.gentoo.org/676062
Bug: https://bugs.gentoo.org/688432
Bug: https://github.com/Perl/perl5/issues/16828
Bug: https://github.com/Perl/perl5/issues/16680
Commit: 
https://github.com/perl/perl5/commit/ee9ac1cd8eb988fea70841eae211b11355711416
Commit: 
https://github.com/perl/perl5/commit/e8864dba80952684bf3afe83438d4eee0c3939a9
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-lang/perl/perl-5.32.0-r1.ebuild | 8 
 dev-lang/perl/perl-5.32.0.ebuild| 8 
 2 files changed, 16 deletions(-)

diff --git a/dev-lang/perl/perl-5.32.0-r1.ebuild 
b/dev-lang/perl/perl-5.32.0-r1.ebuild
index 755c45efe8e..c4700dfc9a7 100644
--- a/dev-lang/perl/perl-5.32.0-r1.ebuild
+++ b/dev-lang/perl/perl-5.32.0-r1.ebuild
@@ -620,14 +620,6 @@ src_configure() {
[[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \
append-cflags -Dinline=__inline__
 
-   # fix unaligned access misdetection
-   # https://rt.perl.org/Public/Bug/Display.html?id=133495
-   # https://rt.perl.org/Public/Bug/Display.html?id=133803
-   # bug #676062, bug #688432
-   use hppa || use sparc || [[ ${CHOST} == sparc*-solaris* ]] || \
-   [[ ${CHOST} == armv5tel* ]] \
-   && myconf "-Dd_u32align='define'"
-
# Prefix: the host system needs not to follow Gentoo multilib stuff, 
and in
# Prefix itself we don't do multilib either, so make sure perl can find
# something compatible.

diff --git a/dev-lang/perl/perl-5.32.0.ebuild b/dev-lang/perl/perl-5.32.0.ebuild
index 24bc98ec06e..d5ab04c9735 100644
--- a/dev-lang/perl/perl-5.32.0.ebuild
+++ b/dev-lang/perl/perl-5.32.0.ebuild
@@ -462,14 +462,6 @@ src_configure() {
[[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \
append-cflags -Dinline=__inline__
 
-   # fix unaligned access misdetection
-   # https://rt.perl.org/Public/Bug/Display.html?id=133495
-   # https://rt.perl.org/Public/Bug/Display.html?id=133803
-   # bug #676062, bug #688432
-   use hppa || use sparc || [[ ${CHOST} == sparc*-solaris* ]] || \
-   [[ ${CHOST} == armv5tel* ]] \
-   && myconf "-Dd_u32align='define'"
-
# Prefix: the host system needs not to follow Gentoo multilib stuff, 
and in
# Prefix itself we don't do multilib either, so make sure perl can find
# something compatible.



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

2020-08-10 Thread Kent Fredric
commit: 58cc65d5953eb03f92f50091c0cc78197f34f1d1
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Aug 10 22:44:03 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Aug 10 23:24:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cc65d5

dev-perl/Pod-Parser: -r bump for decollision glue for perl <5.32

- Provision virtual deps, which seems only sensible given this very
  module is an example of what happens upstream on a regular basis: core
  stuff that could be handled by a virtual gets ripped out and leave us
  to pick up the pieces.

- Avoid installing "podselect" on perl <5.32, which already have this
  script, and thus, risks a collision (but installing this ebuild on
  perl 5.30 will still 'upgrade' the modules shipped in core due to its
  existing mechanisms

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

 dev-perl/Pod-Parser/Pod-Parser-1.630.0-r1.ebuild   | 38 ++
 dev-perl/Pod-Parser/Pod-Parser-1.630.0.ebuild  | 14 
 .../files/Pod-Parser-1.63-no-binscript.patch   | 25 ++
 3 files changed, 63 insertions(+), 14 deletions(-)

diff --git a/dev-perl/Pod-Parser/Pod-Parser-1.630.0-r1.ebuild 
b/dev-perl/Pod-Parser/Pod-Parser-1.630.0-r1.ebuild
new file mode 100644
index 000..cd1951539a2
--- /dev/null
+++ b/dev-perl/Pod-Parser/Pod-Parser-1.630.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MAREKR
+DIST_VERSION=1.63
+inherit perl-module
+
+DESCRIPTION="POD filters and translators"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RDEPEND="
+   virtual/perl-File-Spec
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+src_prepare() {
+   # This avoids filename collision in /usr/bin on perl <5.32
+   # which previously had this script. But no decollisioning needed for 
the modules
+   # due to that already being handled by @INC stuff
+   # Though, it does mean that with this installed, the podselect shipped 
in perl <5.32
+   # will consume modules shipped by this ebuild, but that doesn't look 
very problematic
+   # looking at the code (its just a dumb shim with arg-parsing)
+   if has_version -r "
+Date: Tue, 11 Aug 2020 10:13:39 +1200
+Subject: Don't compile podselect bin script
+
+---
+ Makefile.PL | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 258f51e..e6cac08 100755
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -31,7 +31,7 @@ $DISTMOD   = 'Pod::Parser';  ## The "title" module of this 
distribution
+  );
+ 
+ ## The executable scripts to be installed
+-@SCRIPTS   = qw( podselect
++@SCRIPTS   = qw(
+);
+ sub script($) { File::Spec->catfile ('scripts', @_) }
+ my @EXE_FILES = ();
+-- 
+2.28.0
+



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

2020-08-10 Thread Aaron Bauman
commit: 508334dfa8011ddb8ecbe2a0636c0d8d60f0f834
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Aug  3 16:57:35 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug 10 23:14:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508334df

dev-python/pygresql: remove unused patch

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16978
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch 
b/dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch
deleted file mode 100644
index 480d0a3dc4c..000
--- a/dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/setup.py
-+++ b/setup.py
-@@ -101,7 +101,7 @@
- library_dirs = [get_python_lib(), pg_config('libdir')]
- define_macros = [('PYGRESQL_VERSION', version)]
- undef_macros = []
--extra_compile_args = ['-O2', '-funsigned-char', '-Wall', '-Werror']
-+extra_compile_args = ['-funsigned-char', '-Wall']
- 
- 
- class build_pg_ext(build_ext):



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

2020-08-10 Thread Aaron Bauman
commit: f01561a0637d7f36bac3cef0a2533ee8dcbc2a37
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Aug  3 17:00:36 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug 10 23:13:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01561a0

media-libs/libprojectm: remove unused patch

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16981
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/libprojectm-3.1.3-bashisms.patch | 47 --
 1 file changed, 47 deletions(-)

diff --git a/media-libs/libprojectm/files/libprojectm-3.1.3-bashisms.patch 
b/media-libs/libprojectm/files/libprojectm-3.1.3-bashisms.patch
deleted file mode 100644
index 8d84ece802c..000
--- a/media-libs/libprojectm/files/libprojectm-3.1.3-bashisms.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 8a522d975890a4512be0f04285f356c6db653a57 Mon Sep 17 00:00:00 2001
-From: Lars Wendler 
-Date: Thu, 14 May 2020 11:46:50 +0200
-Subject: [PATCH] configure.ac: Avoid bashisms
-
-or else we end up like this:
-
-  ./configure: 18902: ./configure: Syntax error: redirection unexpected
-
-or
-
-  ./configure: 20152: ./configure: 
my_CFLAGS+=-DDATADIR_PATH=\""$(pkgdatadir)"\" : not found
-  ./configure: 20153: ./configure: my_CFLAGS+=-I$(top_srcdir)/vendor : not 
found
-
-Gentoo-bug: https://bugs.gentoo.org/714098
-Signed-off-by: Lars Wendler 

- configure.ac | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 5fa53eca5..ecf85e076 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -163,7 +163,7 @@ AC_PREFIX_DEFAULT([/usr/local])
- 
- AC_PROG_MKDIR_P
- 
--AS_IF([grep android <<< ${host}], [],
-+AS_IF([echo ${host} | grep -Fq android], [],
-   [AX_CHECK_COMPILE_FLAG([-stdlib=libc++], [
- CXXFLAGS="$CXXFLAGS -stdlib=libc++"])
- ])
-@@ -237,10 +237,10 @@ AM_CONDITIONAL([ENABLE_EMSCRIPTEN], [test 
"x$enable_emscripten" = "xyes"])
- AM_CONDITIONAL([ENABLE_PRESET_SUBDIRS], [test "x$enable_preset_subdirs" = 
"xyes"])
- 
- 
--my_CFLAGS="-Wall -Wchar-subscripts -Wformat-security -Wpointer-arith -Wshadow 
-Wsign-compare -Wtype-limits "
-+my_CFLAGS="-Wall -Wchar-subscripts -Wformat-security -Wpointer-arith -Wshadow 
-Wsign-compare -Wtype-limits"
- #my_CFLAGS+="-fsanitize=address -fno-omit-frame-pointer "
--my_CFLAGS+='-DDATADIR_PATH=\""$(pkgdatadir)"\" '
--my_CFLAGS+='-I$(top_srcdir)/vendor '
-+my_CFLAGS="${my_CFLAGS} -DDATADIR_PATH=\\\"\"\$(pkgdatadir)\\\"\""
-+my_CFLAGS="${my_CFLAGS} -I\$(top_srcdir)/vendor"
- AC_SUBST([my_CFLAGS])
- 
- 



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

2020-08-10 Thread Aaron Bauman
commit: 92e41e2c1a285e01a156cfe2b817202d10d73198
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Aug  3 16:59:35 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug 10 23:14:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e41e2c

media-libs/audiofile: remove unused patch

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16980
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/audiofile-0.3.6-system-gtest.patch   | 141 -
 1 file changed, 141 deletions(-)

diff --git a/media-libs/audiofile/files/audiofile-0.3.6-system-gtest.patch 
b/media-libs/audiofile/files/audiofile-0.3.6-system-gtest.patch
deleted file mode 100644
index f2421bdfcac..000
--- a/media-libs/audiofile/files/audiofile-0.3.6-system-gtest.patch
+++ /dev/null
@@ -1,141 +0,0 @@
 audiofile-0.3.6/configure.ac
-+++ audiofile-0.3.6/configure.ac
-@@ -160,7 +160,6 @@
-   audiofile-uninstalled.pc
-   sfcommands/Makefile
-   test/Makefile
--  gtest/Makefile
-   examples/Makefile
-   libaudiofile/Makefile
-   libaudiofile/alac/Makefile
 audiofile-0.3.6/libaudiofile/Makefile.am
-+++ audiofile-0.3.6/libaudiofile/Makefile.am
-@@ -108,10 +108,9 @@
- TESTS_ENVIRONMENT = $(top_builddir)/libtool --mode=execute $(VALGRIND) 
$(VALGRIND_FLAGS)
- endif
- 
--LIBGTEST = ../gtest/libgtest.la
- 
--UnitTests_SOURCES = modules/UT_RebufferModule.cpp
--UnitTests_LDADD = libaudiofile.la $(LIBGTEST)
-+UnitTests_SOURCES = modules/UT_RebufferModule.cpp $(libaudiofile_la_SOURCES)
-+UnitTests_LDADD = $(libaudiofile_la_LIBADD) -lgtest
- UnitTests_CPPFLAGS = -I$(top_srcdir)
- UnitTests_CXXFLAGS = -fno-rtti -fno-exceptions -DGTEST_HAS_RTTI=0 
-DGTEST_HAS_EXCEPTIONS=0
- UnitTests_LDFLAGS = -static
 audiofile-0.3.6/Makefile.am
-+++ audiofile-0.3.6/Makefile.am
-@@ -1,6 +1,6 @@
- ## Process this file with automake to produce Makefile.in
- 
--SUBDIRS = gtest libaudiofile sfcommands test examples docs
-+SUBDIRS =  libaudiofile sfcommands test examples docs
- 
- EXTRA_DIST = \
-   ACKNOWLEDGEMENTS \
 audiofile-0.3.6/test/Makefile.am
-+++ audiofile-0.3.6/test/Makefile.am
-@@ -59,79 +59,77 @@
- 
- DEPENDENCIES = $(LIBAUDIOFILE)
- 
--LIBGTEST = ../gtest/libgtest.la
--
- ADPCM_SOURCES = ADPCM.cpp TestUtilities.cpp TestUtilities.h
--ADPCM_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+ADPCM_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- AES_SOURCES = AES.cpp TestUtilities.cpp TestUtilities.h
--AES_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+AES_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- ALAC_SOURCES = ALAC.cpp Lossless.h TestUtilities.cpp TestUtilities.h
--ALAC_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+ALAC_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- ChannelMatrix_SOURCES = ChannelMatrix.cpp TestUtilities.cpp TestUtilities.h
--ChannelMatrix_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+ChannelMatrix_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- Error_SOURCES = Error.cpp TestUtilities.cpp TestUtilities.h
--Error_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+Error_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- FLAC_SOURCES = FLAC.cpp Lossless.h TestUtilities.cpp TestUtilities.h
--FLAC_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+FLAC_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- FloatToInt_SOURCES = FloatToInt.cpp TestUtilities.cpp TestUtilities.h
--FloatToInt_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+FloatToInt_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- Instrument_SOURCES = Instrument.cpp TestUtilities.cpp TestUtilities.h
--Instrument_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+Instrument_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- IntToFloat_SOURCES = IntToFloat.cpp TestUtilities.cpp TestUtilities.h
--IntToFloat_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+IntToFloat_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- InvalidCompressionFormat_SOURCES = InvalidCompressionFormat.cpp 
TestUtilities.cpp TestUtilities.h
--InvalidCompressionFormat_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+InvalidCompressionFormat_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- InvalidSampleFormat_SOURCES = InvalidSampleFormat.cpp TestUtilities.cpp 
TestUtilities.h
--InvalidSampleFormat_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+InvalidSampleFormat_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- Large_SOURCES = Large.cpp TestUtilities.cpp TestUtilities.h
--Large_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+Large_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- Loop_SOURCES = Loop.cpp TestUtilities.cpp TestUtilities.h
--Loop_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+Loop_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- Marker_SOURCES = Marker.cpp TestUtilities.cpp TestUtilities.h
--Marker_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+Marker_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- Miscellaneous_SOURCES = Miscellaneous.cpp TestUtilities.cpp TestUtilities.h
--Miscellaneous_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+Miscellaneous_LDADD = -lgtest $(LIBAUDIOFILE)
- 
- NeXT_SOURCES = NeXT.cpp TestUtilities.cpp TestUtilities.h
--NeXT_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
-+NeXT_LDADD = -lgtest 

[gentoo-commits] repo/gentoo:master commit in: media-libs/coin/files/, media-libs/coin/

2020-08-10 Thread Maciej Mrozowski
commit: 281dc01736167c0e29a459a7380ec34666c7712f
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Mon Aug 10 22:43:47 2020 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Mon Aug 10 22:44:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281dc017

media-libs/coin: Version bump 4.0.0

Closes: https://bugs.gentoo.org/712574
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Maciej Mrozowski  gentoo.org>

 media-libs/coin/Manifest   |   2 +-
 ...4.0.0a_pre20191109.ebuild => coin-4.0.0.ebuild} |  23 ++--
 .../coin-4.0.0-0001-updated-to-cmake-3.14.patch|  25 +
 .../coin-4.0.0-0002-cpack.d-is-now-optional.patch  |  32 ++
 ...ncorporating-coin4.0.0a-patch-from-gentoo.patch | 123 +
 .../coin-4.0.0-0004-Added-coin-default.cfg.patch   |  63 +++
 ...4.0.0-0005-Slightly-fix-coin.cfg.cmake.in.patch |  45 
 ...n-4.0.0-0006-Fix-underlinking-against-X11.patch |  28 +
 media-libs/coin/files/coin-4.0.0a-cmake.patch  |  96 
 9 files changed, 331 insertions(+), 106 deletions(-)

diff --git a/media-libs/coin/Manifest b/media-libs/coin/Manifest
index 23c548ebe1e..0da91a6dc58 100644
--- a/media-libs/coin/Manifest
+++ b/media-libs/coin/Manifest
@@ -1,2 +1,2 @@
 DIST Coin-3.1.3.tar.gz 5981534 BLAKE2B 
33f88149cf0bf7daeb32226e2deb29f9f36f2a29ca9fcf025f39bb50d3eb0bfc85113a1e96cf980c97d037419c3a263bcf6eccaeb2f289517304c59d4c9de919
 SHA512 
d6fd47ecc74e96fc4de46e3a683f038f1907b96db2bbe935fb49f2d59190bd18f3f439dc0e4cb435360e74e1d65994a32b21f670d5a76394692616625cb14394
-DIST Coin3D-coin-a4ce638f43bd.tar.bz2 4942450 BLAKE2B 
b974b8a39d8ef07a2b3465e131bb5ca08d249a99a9ccdd7f9a87bd26c8c901c7042211edf7acf097e56afc0ba80bf156c6864a831fbed4cac18c7ac7495601ff
 SHA512 
90b7697649e18af77805d9aae918ba77958952839375812272d796c4cda4d887465fb9bb94f215509ae969cddf54fb92f38deb961cdd24e24c67b20ffc0f1adf
+DIST coin-4.0.0-src.tar.gz 6824162 BLAKE2B 
9dee9397bb63c0da02214d33f2661051a3fd99689956a6de5c2cf806dd05944038b87b690f954f35711ee5e4ab07f04685681b822d0bbab0d7941bef551202dc
 SHA512 
e036276a243bfe252569cee1b67d38b8633fcf35bdf4e366a92ca67e23799d54d91fe272c23b383c451d330cee284809f28f237857493948149e0da1ebd64fae

diff --git a/media-libs/coin/coin-4.0.0a_pre20191109.ebuild 
b/media-libs/coin/coin-4.0.0.ebuild
similarity index 76%
rename from media-libs/coin/coin-4.0.0a_pre20191109.ebuild
rename to media-libs/coin/coin-4.0.0.ebuild
index 0397a3a736d..3a0b364937c 100644
--- a/media-libs/coin/coin-4.0.0a_pre20191109.ebuild
+++ b/media-libs/coin/coin-4.0.0.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils flag-o-matic
+inherit cmake flag-o-matic
 
-MY_P=Coin3D-coin-a4ce638f43bd
+MY_P=${P/coin/Coin}
 
 DESCRIPTION="A high-level 3D graphics toolkit, fully compatible with SGI Open 
Inventor 2.1"
-HOMEPAGE="https://bitbucket.org/Coin3D/coin/wiki/Home;
-SRC_URI="https://dev.gentoo.org/~reavertm/${MY_P}.tar.bz2;
+HOMEPAGE="https://github.com/coin3d/coin/wiki;
+SRC_URI="https://github.com/coin3d/coin/releases/download/${MY_P}/${P}-src.tar.gz;
 
 LICENSE="|| ( GPL-2 PEL )"
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
@@ -47,10 +47,15 @@ DEPEND="${RDEPEND}
)
 "
 
-S="${WORKDIR}/${MY_P}"
+S="${WORKDIR}/${PN}"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-4.0.0a-cmake.patch
+   "${FILESDIR}"/${P}-0001-updated-to-cmake-3.14.patch
+   "${FILESDIR}"/${P}-0002-cpack.d-is-now-optional.patch
+   
"${FILESDIR}"/${P}-0003-Partially-incorporating-coin4.0.0a-patch-from-gentoo.patch
+   "${FILESDIR}"/${P}-0004-Added-coin-default.cfg.patch
+   "${FILESDIR}"/${P}-0005-Slightly-fix-coin.cfg.cmake.in.patch
+   "${FILESDIR}"/${P}-0006-Fix-underlinking-against-X11.patch
 )
 
 DOCS=(
@@ -94,12 +99,12 @@ src_configure() {
-DSPIDERMONKEY_RUNTIME_LINKING=ON
 
-DCOIN_VERBOSE=$(usex debug)
-   -DHAVE_MULTIPLE_VERSION=ON
+   -DHAVE_MULTIPLE_VERSION=OFF
 
-DCOIN_BUILD_SINGLE_LIB=ON
)
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_test() {

diff --git a/media-libs/coin/files/coin-4.0.0-0001-updated-to-cmake-3.14.patch 
b/media-libs/coin/files/coin-4.0.0-0001-updated-to-cmake-3.14.patch
new file mode 100644
index 000..c33cf4e2b8b
--- /dev/null
+++ b/media-libs/coin/files/coin-4.0.0-0001-updated-to-cmake-3.14.patch
@@ -0,0 +1,25 @@
+From 962e613609ba93301999f83e283b7f489dfac503 Mon Sep 17 00:00:00 2001
+From: Giampiero Gabbiani 
+Date: Fri, 10 Jan 2020 14:47:38 +0100
+Subject: [PATCH] updated to cmake 3.14
+
+---
+ CMakeLists.txt | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index f32f6ffe3..3ce3a0d3a 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1,3 +1,8 @@
++if (POLICY  

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/angband/, games-roguelike/angband/files/

2020-08-10 Thread Stefan Strogin
commit: 6052cff30f398cf28089db8988666c6c2a189116
Author: Stefan Strogin  gentoo  org>
AuthorDate: Mon Aug 10 22:14:48 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Mon Aug 10 22:23:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6052cff3

games-roguelike/angband: add patch to fix SDL2 sound

Closes: https://bugs.gentoo.org/728096
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Stefan Strogin  gentoo.org>

 games-roguelike/angband/angband-4.2.1-r1.ebuild| 108 +
 .../angband/files/angband-4.2.1-sdl2-sound.patch   |  50 ++
 2 files changed, 158 insertions(+)

diff --git a/games-roguelike/angband/angband-4.2.1-r1.ebuild 
b/games-roguelike/angband/angband-4.2.1-r1.ebuild
new file mode 100644
index 000..5261fcba166
--- /dev/null
+++ b/games-roguelike/angband/angband-4.2.1-r1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools desktop xdg-utils
+
+MAJOR_PV=$(ver_cut 1-2)
+
+DESCRIPTION="A roguelike dungeon exploration game based on the books of J.R.R. 
Tolkien"
+HOMEPAGE="https://rephial.org/;
+SRC_URI="https://rephial.org/downloads/${MAJOR_PV}/${P}.tar.gz
+   https://dev.gentoo.org/~steils/distfiles/${P}-man.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ncurses sdl sound +X"
+
+REQUIRED_USE="sound? ( sdl )
+   || ( X ncurses )"
+
+RDEPEND="X? (
+   media-fonts/font-misc-misc
+   x11-libs/libX11
+   )
+   ncurses? ( sys-libs/ncurses:0=[unicode] )
+   sdl? (
+   media-libs/libsdl2[video,X]
+   media-libs/sdl2-image
+   media-libs/sdl2-ttf
+   sound? (
+   media-libs/libsdl2[sound]
+   media-libs/sdl2-mixer[mp3]
+   )
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${P}-sdl2-sound.patch" )
+
+src_prepare() {
+   default
+
+   sed -i -e '/libpath/s#datarootdir#datadir#' configure.ac || die
+   sed -i -e "/^.SILENT/d" mk/buildsys.mk.in || die
+
+   if use !sound ; then
+   sed -i -e 's/sounds//' lib/Makefile || die
+   fi
+
+   # Game constant files are now system config files in Angband, but
+   # users will be hidden from applying updates by default
+   {
+   echo "CONFIG_PROTECT_MASK=\"/etc/${PN}/customize/\""
+   echo "CONFIG_PROTECT_MASK=\"/etc/${PN}/gamedata/\""
+   } > "${T}"/99${PN} || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --bindir="${EPREFIX}"/usr/bin
+   --with-private-dirs
+   $(use_enable X x11)
+   $(use_enable ncurses curses)
+   )
+   if use sdl; then
+   myconf+=(
+   --enable-sdl2
+   $(use_enable sound sdl2-mixer)
+   )
+   fi
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   dodoc changes.txt README.md
+   doman "${WORKDIR}"/${PN}.1
+   doenvd "${T}"/99${PN}
+
+   if use X || use sdl; then
+   use X && make_desktop_entry "angband -mx11" "Angband (X11)" 
"${PN}"
+   use sdl && make_desktop_entry "angband -msdl2" "Angband (SDL2)" 
"${PN}"
+
+   local s
+   for s in 16 32 128 256 512; do
+   newicon -s ${s} lib/icons/att-${s}.png "${PN}.png"
+   done
+   newicon -s scalable lib/icons/att.svg "${PN}.svg"
+   fi
+}
+
+pkg_postinst() {
+   if use X || use sdl; then
+   xdg_icon_cache_update
+   fi
+}
+
+pkg_postrm() {
+   if use X || use sdl; then
+   xdg_icon_cache_update
+   fi
+}

diff --git a/games-roguelike/angband/files/angband-4.2.1-sdl2-sound.patch 
b/games-roguelike/angband/files/angband-4.2.1-sdl2-sound.patch
new file mode 100644
index 000..accbc835557
--- /dev/null
+++ b/games-roguelike/angband/files/angband-4.2.1-sdl2-sound.patch
@@ -0,0 +1,50 @@
+From bbfe78654e2f67da264d81d25fe1e6332302e51a Mon Sep 17 00:00:00 2001
+From: Eric Branlund 
+Date: Sat, 11 Jul 2020 11:07:24 -0700
+Subject: [PATCH] Adjusted so "./configure --enable-sdl2-mixer" and then
+ compiling generates an executable where "angband --help" lists the SDL sound
+ module as available.
+
+Upstream-Status: Accepted
+[https://github.com/angband/angband/commit/bbfe78654e2f67da264d81d25fe1e6332302e51a]
+Signed-off-by: Stefan Strogin 
+---
+ configure.ac | 2 +-
+ src/sound-core.c | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 968aaa914..9d0b1e600 100644
+--- a/configure.ac
 b/configure.ac
+@@ -337,7 +337,7 @@ if test "$enable_sdl2_mixer" = "yes"; then
+   SDL2_LIBS=`sdl2-config --libs`
+   

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/angband/files/, games-roguelike/angband/

2020-08-10 Thread Stefan Strogin
commit: 5232b263fac17e1d5041347109706a0fad45fd28
Author: Stefan Strogin  gentoo  org>
AuthorDate: Mon Aug 10 22:22:58 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Mon Aug 10 22:23:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5232b263

games-roguelike/angband: drop old 4.2.0

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Stefan Strogin  gentoo.org>

 games-roguelike/angband/Manifest   |   1 -
 games-roguelike/angband/angband-4.2.0.ebuild   | 129 -
 .../angband/files/angband-4.2.0-gcc-10.patch   |  22 
 games-roguelike/angband/metadata.xml   |   1 -
 4 files changed, 153 deletions(-)

diff --git a/games-roguelike/angband/Manifest b/games-roguelike/angband/Manifest
index b14097e874f..17c6cad788a 100644
--- a/games-roguelike/angband/Manifest
+++ b/games-roguelike/angband/Manifest
@@ -1,4 +1,3 @@
 DIST angband-4.1.3.tar.gz 19924395 BLAKE2B 
573181ab9b3a01abdc34cfac9e69a757eb7558c67c9490240890bc920c6c2a8ebea6268b733f06a6e421829d807fa135131c1512edfc344610a269139cc5ac47
 SHA512 
7810e1f04e337c1b5d1ddb6013785c953e0149dfa536c75dd8816fdfd304c37a09103d653cee0c150225c6ba702e121300a65012d8034079cd41f86a730f9c2a
-DIST angband-4.2.0.tar.gz 24727127 BLAKE2B 
4bdd5cfe49080fc38b988e6606eadddc2e872ca7b01f34e692ca299a420689310e9e972355986e802e654a27837ac2621eb3bc0823b7e771dc0a851a5c5a8bc6
 SHA512 
b5c4884ce765bc45d7c21b8be06bc29c7d84c16e48341967b5d6a847f250db104ef509fc28e8887d4f1cd9ed545e504781186936a1f38931d5113e2fb58b32c3
 DIST angband-4.2.1-man.tar.gz 104660 BLAKE2B 
ac7a413b1ec29cb3740fb1e57c238a5f87b9bc6965c4180a62e4089eb4b2cf7fa8f4eb2017d605255eacbb2856e64449745144ce0d9848a3b5cfd123fa1e39da
 SHA512 
2dd9e40e6bd4804162fb810d40a81932c65d01b8c8f019e73194f83b222e3ae319fe4b22ad8f59f88cb473426ad59efd4988d0bfaf289726453fa83d678e9ae8
 DIST angband-4.2.1.tar.gz 24938593 BLAKE2B 
ecacf4bd3681f205a3eb0a5b5ddf0fb7ff92600c26dffec3fc8addaccf7da26fd4f805e5fc11803c165c35e8adff9ae6bced08381ddde0e39bc914fac043e11c
 SHA512 
e13681bcd74fa56fe5c606d62f1e9761c9fc5367194e0e46894a5ebf108e1553a1f96191e139f1574238b72c635436c3108c80bc656aba8e328fe4e5b301c6bc

diff --git a/games-roguelike/angband/angband-4.2.0.ebuild 
b/games-roguelike/angband/angband-4.2.0.ebuild
deleted file mode 100644
index f9dfb300662..000
--- a/games-roguelike/angband/angband-4.2.0.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop xdg-utils
-
-MAJOR_PV=$(ver_cut 1-2)
-
-DESCRIPTION="A roguelike dungeon exploration game based on the books of J.R.R. 
Tolkien"
-HOMEPAGE="https://rephial.org/;
-SRC_URI="https://rephial.org/downloads/${MAJOR_PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ncurses sdl sdl2 sound +X"
-
-REQUIRED_USE="sdl2? ( sdl )
-   sound? ( sdl )
-   || ( X ncurses )"
-
-RDEPEND="X? (
-   media-fonts/font-misc-misc
-   x11-libs/libX11
-   )
-   ncurses? ( sys-libs/ncurses:0=[unicode] )
-   sdl? (
-   !sdl2? (
-   media-libs/libsdl[video,X]
-   media-libs/sdl-image
-   media-libs/sdl-ttf
-   sound? (
-   media-libs/libsdl[sound]
-   media-libs/sdl-mixer[mp3]
-   )
-   )
-   sdl2? (
-   media-libs/libsdl2[video,X]
-   media-libs/sdl2-image
-   media-libs/sdl2-ttf
-   sound? (
-   media-libs/libsdl2[sound]
-   media-libs/sdl2-mixer[mp3]
-   )
-   )
-   )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=("${FILESDIR}"/${P}-gcc-10.patch)
-
-src_prepare() {
-   default
-
-   sed -i -e '/libpath/s#datarootdir#datadir#' configure.ac || die
-   sed -i -e "/^.SILENT/d" mk/buildsys.mk.in || die
-
-   if use !sound ; then
-   sed -i -e 's/sounds//' lib/Makefile || die
-   fi
-
-   # Game constant files are now system config files in Angband, but
-   # users will be hidden from applying updates by default
-   {
-   echo "CONFIG_PROTECT_MASK=\"/etc/${PN}/customize/\""
-   echo "CONFIG_PROTECT_MASK=\"/etc/${PN}/gamedata/\""
-   } > "${T}"/99${PN} || die
-
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=(
-   --bindir="${EPREFIX}"/usr/bin
-   --with-private-dirs
-   $(use_enable X x11)
-   $(use_enable ncurses curses)
-   )
-   if use sdl; then
-   if use sdl2; then
-   myconf+=(
-   --enable-sdl2
-   $(use_enable sound sdl2-mixer)
- 

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

2020-08-10 Thread Sergei Trofimovich
commit: 9d99e07b263ad60af6e628bb28dc1c9aee3a97cc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Aug 10 22:01:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 22:01:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d99e07b

dev-util/diffoscope: drop python-3.6

Reported-by: Barry Schwartz
Closes: https://bugs.gentoo.org/736549
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-util/diffoscope/diffoscope-155.ebuild 
b/dev-util/diffoscope/diffoscope-155.ebuild
index d705e0c42fc..572dad5645e 100644
--- a/dev-util/diffoscope/diffoscope-155.ebuild
+++ b/dev-util/diffoscope/diffoscope-155.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 



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

2020-08-10 Thread Sergei Trofimovich
commit: 7625feceb82c35f41752e357e35df42b27e8ec34
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Aug 10 21:59:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 22:01:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7625fece

dev-util/diffoscope: drop old

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

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

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 6c6c8fdeb90..e7ce25efd74 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,2 +1 @@
-DIST diffoscope-154.tar.gz 1571220 BLAKE2B 
84b7a282180b4f8d3b374dac8e3514b3bb7d3fda3b40db757dad98e02174da27a35243bd9b23f2b905ea59dc8c9a85d9cef6d436d9c705ca57b379dfb7b4
 SHA512 
f3a21deb9542c7ec7fc9929685d57ef97739d86f8e5227e212aaf3984a53df88f3224b2f4ba6254fde76f1858cbae83fea138e3c914a47625a62c6e6607ed28f
 DIST diffoscope-155.tar.gz 1571389 BLAKE2B 
320f352d6d0dcdf231ac246188f698eacbf08bc3b3194e28c09e5e38a143e0718408309483087d81a57a9f5810aadd545caa8cb32390441f1f5b79f7639a768d
 SHA512 
785e08aa9b2420d0e1fed63804c199b198344d991f04ebb402e18de45f8154ea7bf68a2e4b1551744600f5e99f750e798b89c5cc2fad09d56a8b018b0559c2ee

diff --git a/dev-util/diffoscope/diffoscope-154.ebuild 
b/dev-util/diffoscope/diffoscope-154.ebuild
deleted file mode 100644
index d705e0c42fc..000
--- a/dev-util/diffoscope/diffoscope-154.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,8} )
-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: www-client/links/

2020-08-10 Thread Ben Kohler
commit: 9a35ee7dd0736248dcddd01b6e4d6d77123285ab
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Aug 10 21:43:57 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Aug 10 21:48:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a35ee7d

www-client/links: bump to 2.21

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Ben Kohler  gentoo.org>

 www-client/links/Manifest  |   1 +
 www-client/links/links-2.21.ebuild | 171 +
 2 files changed, 172 insertions(+)

diff --git a/www-client/links/Manifest b/www-client/links/Manifest
index 89ed4a5ae22..1ae4993c74c 100644
--- a/www-client/links/Manifest
+++ b/www-client/links/Manifest
@@ -1 +1,2 @@
 DIST links-2.20.2.tar.bz2 6474383 BLAKE2B 
c69c421a85114b3dc0d7f2b37ce5454655b426ea9463c80e4a826f02374c0740d963251b4e9ed6c960dcad15403511c33f3a2e199a728e8f5425a359963bd102
 SHA512 
82be459856f49f45c9b824589b78c0f58b039b09802e077420053e9449bc1ded272bb8ad57ea10522d8b3305ceb212a5dd08b01052538cd5b4f0447d0ba02152
+DIST links-2.21.tar.bz2 6491465 BLAKE2B 
a60d2fbd252b97ead45e451c1d1d16204a23e618a59016c6b46a56b7c2f96189d3d7f71e9d647f188824ad7e7c36fd8d62dac3c7125eb9cf833591a6ce3206e6
 SHA512 
11fd523d0aa102d8160957bdbd36674a621aeb2e33237f0df35dcc3fad92ec288acd31dc2e7542717406047165f1249d68972c77cdb27fda076645636a056da8

diff --git a/www-client/links/links-2.21.ebuild 
b/www-client/links/links-2.21.ebuild
new file mode 100644
index 000..0c528094f16
--- /dev/null
+++ b/www-client/links/links-2.21.ebuild
@@ -0,0 +1,171 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools desktop xdg-utils
+
+DESCRIPTION="A fast and lightweight web browser running in both graphics and 
text mode"
+HOMEPAGE="http://links.twibright.com/;
+SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="brotli bzip2 fbcon freetype gpm ipv6 jpeg libevent libressl livecd lzip 
lzma ssl suid svga tiff unicode X zlib zstd"
+
+GRAPHICS_DEPEND="media-libs/libpng:0="
+
+RDEPEND="
+   brotli? (
+   app-arch/brotli
+   )
+   bzip2? (
+   app-arch/bzip2
+   )
+   fbcon? (
+   ${GRAPHICS_DEPEND}
+   )
+   freetype? (
+   media-libs/fontconfig
+   media-libs/freetype
+   )
+   gpm? (
+   sys-libs/gpm
+   )
+   jpeg? (
+   virtual/jpeg:0
+   )
+   libevent? (
+   dev-libs/libevent:0=
+   )
+   livecd? (
+   ${GRAPHICS_DEPEND}
+   sys-libs/gpm
+   virtual/jpeg:0
+   )
+   lzip? (
+   app-arch/lzip
+   )
+   lzma? (
+   app-arch/xz-utils
+   )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   svga? (
+   ${GRAPHICS_DEPEND}
+   media-libs/svgalib
+   )
+   tiff? (
+   media-libs/tiff:0
+   )
+   X? (
+   ${GRAPHICS_DEPEND}
+   x11-libs/libXext
+   )
+   zlib? (
+   sys-libs/zlib
+   )
+   zstd? (
+   app-arch/zstd
+   )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   fbcon? ( virtual/os-headers )
+   livecd? ( virtual/os-headers )
+   X? ( dev-util/desktop-file-utils )"
+
+REQUIRED_USE="!livecd? ( fbcon? ( gpm ) )
+   svga? ( suid )"
+
+DOCS=( AUTHORS BRAILLE_HOWTO ChangeLog KEYS NEWS README SITES )
+
+PATCHES=( "${FILESDIR}/swap-echo-for-printf.patch" )
+
+src_prepare() {
+   use X && xdg_environment_reset
+
+   if use unicode; then
+   pushd intl > /dev/null || die
+   ./gen-intl || die
+   ./synclang || die
+   popd > /dev/null || die
+   fi
+
+   # error: conditional "am__fastdepCXX" was never defined (for 
eautoreconf)
+   sed -i \
+   -e '/AC_PROG_CXX/s:dnl ::' \
+   -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
+   configure.in || die #467020
+
+   # Upstream configure produced by broken autoconf-2.13. This also fixes
+   # toolchain detection.
+   mv configure.in configure.ac || die
+
+   default
+   eautoreconf #131440 and #103483#c23
+}
+
+src_configure() {
+   local myconf
+
+   if use livecd; then
+   export ac_cv_lib_gpm_Gpm_Open=yes
+   myconf+=' --with-fb --with-libjpeg'
+   else
+   export ac_cv_lib_gpm_Gpm_Open=$(usex gpm)
+   fi
+
+   if use X || use fbcon || use svga || use livecd; then
+   myconf+=' --enable-graphics'
+   fi
+

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

2020-08-10 Thread Kent Fredric
commit: f8705ee52b13d22ecdfe6a15011d85cdbd44284e
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Aug 10 21:18:30 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Aug 10 21:21:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8705ee5

dev-lang/perl: Add dependency on libcrypt

As this is auto-linked to by perl, and will need rebuilding when
libcrypt is updated.

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

 dev-lang/perl/perl-5.30.3-r1.ebuild | 1 +
 dev-lang/perl/perl-5.30.3-r2.ebuild | 1 +
 dev-lang/perl/perl-5.32.0-r1.ebuild | 1 +
 dev-lang/perl/perl-5.32.0.ebuild| 1 +
 4 files changed, 4 insertions(+)

diff --git a/dev-lang/perl/perl-5.30.3-r1.ebuild 
b/dev-lang/perl/perl-5.30.3-r1.ebuild
index 9621f081b2f..235bdb07323 100644
--- a/dev-lang/perl/perl-5.30.3-r1.ebuild
+++ b/dev-lang/perl/perl-5.30.3-r1.ebuild
@@ -61,6 +61,7 @@ RDEPEND="
gdbm? ( >=sys-libs/gdbm-1.8.3:= )
app-arch/bzip2
sys-libs/zlib
+   virtual/libcrypt:=
 "
 DEPEND="${RDEPEND}"
 PDEPEND="

diff --git a/dev-lang/perl/perl-5.30.3-r2.ebuild 
b/dev-lang/perl/perl-5.30.3-r2.ebuild
index 1e58cc17ee5..6e6c7bf0efc 100644
--- a/dev-lang/perl/perl-5.30.3-r2.ebuild
+++ b/dev-lang/perl/perl-5.30.3-r2.ebuild
@@ -63,6 +63,7 @@ RDEPEND="
gdbm? ( >=sys-libs/gdbm-1.8.3:= )
app-arch/bzip2
sys-libs/zlib
+   virtual/libcrypt:=
 "
 DEPEND="${RDEPEND}"
 BDEPEND="${RDEPEND}"

diff --git a/dev-lang/perl/perl-5.32.0-r1.ebuild 
b/dev-lang/perl/perl-5.32.0-r1.ebuild
index abff0b7a4fd..755c45efe8e 100644
--- a/dev-lang/perl/perl-5.32.0-r1.ebuild
+++ b/dev-lang/perl/perl-5.32.0-r1.ebuild
@@ -63,6 +63,7 @@ RDEPEND="
gdbm? ( >=sys-libs/gdbm-1.8.3:= )
app-arch/bzip2
sys-libs/zlib
+   virtual/libcrypt:=
 "
 DEPEND="${RDEPEND}"
 BDEPEND="${RDEPEND}"

diff --git a/dev-lang/perl/perl-5.32.0.ebuild b/dev-lang/perl/perl-5.32.0.ebuild
index 05802c1898f..24bc98ec06e 100644
--- a/dev-lang/perl/perl-5.32.0.ebuild
+++ b/dev-lang/perl/perl-5.32.0.ebuild
@@ -61,6 +61,7 @@ RDEPEND="
gdbm? ( >=sys-libs/gdbm-1.8.3:= )
app-arch/bzip2
sys-libs/zlib
+   virtual/libcrypt:=
 "
 DEPEND="${RDEPEND}"
 PDEPEND="



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

2020-08-10 Thread Lars Wendler
commit: ee1fe67c7a6787db20b3fac5c6cc34b44db20fa0
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Aug 10 20:54:21 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Aug 10 20:55:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1fe67c

media-video/obs-studio: Added sub-slot dep for media-libs/x264

Committed with kind permission from Chiitoo

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

 media-video/obs-studio/obs-studio-25.0.8-r1.ebuild | 2 +-
 media-video/obs-studio/obs-studio-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/obs-studio/obs-studio-25.0.8-r1.ebuild 
b/media-video/obs-studio/obs-studio-25.0.8-r1.ebuild
index 56761ed95a4..8bdbdd3a6e4 100644
--- a/media-video/obs-studio/obs-studio-25.0.8-r1.ebuild
+++ b/media-video/obs-studio/obs-studio-25.0.8-r1.ebuild
@@ -42,7 +42,7 @@ DEPEND="
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
-   media-libs/x264
+   media-libs/x264:=
media-video/ffmpeg:=[x264]
net-misc/curl
sys-apps/dbus

diff --git a/media-video/obs-studio/obs-studio-.ebuild 
b/media-video/obs-studio/obs-studio-.ebuild
index 52c2c2e7f3b..c8ccd0308e5 100644
--- a/media-video/obs-studio/obs-studio-.ebuild
+++ b/media-video/obs-studio/obs-studio-.ebuild
@@ -42,7 +42,7 @@ DEPEND="
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
-   media-libs/x264
+   media-libs/x264:=
media-video/ffmpeg:=[x264]
net-misc/curl
sys-apps/dbus



[gentoo-commits] repo/gentoo:master commit in: dev-python/quex/files/, dev-python/quex/

2020-08-10 Thread Alfredo Tupone
commit: c81e2b01fcd52a8016ae039f6c3c834887252fdd
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Aug 10 20:45:04 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Aug 10 20:45:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81e2b01

dev-python/quex: bump to 0.71.0

Closes: https://bugs.gentoo.org/735612
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-python/quex/Manifest   |  1 +
 dev-python/quex/files/quex-0.71.0-gentoo.patch | 11 ++
 dev-python/quex/quex-0.71.0.ebuild | 51 ++
 3 files changed, 63 insertions(+)

diff --git a/dev-python/quex/Manifest b/dev-python/quex/Manifest
index f082def745c..1700cc98d7f 100644
--- a/dev-python/quex/Manifest
+++ b/dev-python/quex/Manifest
@@ -1,2 +1,3 @@
 DIST quex-0.65.4.tar.gz 2202154 BLAKE2B 
6b273998c9641aeee458291245a4fb956b5fe9b66d8c42f0c1d9b360a4d171c830a1d487bcbab9ccea49d10b7532ed488ce66dc165f31cce9521f97c5a4575f4
 SHA512 
0b11d7e5c5165674626fbbe7f54853656c579c63b78bd2fef2f5a9b316171dc647812d9a37df4e7c49c05de11a307b6425089f4ab281affb6c03a9cf09e2a035
 DIST quex-0.70.0.7z 2002636 BLAKE2B 
16082ed6fc96e63917bcd221fc0902194900a55dcf4778661c159f1fc89282d8e5b7bc0125ebf90419bfd7c671be87cf485e6db29b8159d9f382e61996a9a16e
 SHA512 
8c1687e33c31b3f0910e74146dcd0a0413250357240c1ee28d0df6d7fca918d4577dbab4f78cecdd82133475226e795a66fbcdccedf086aaf88cd225bfbbd935
+DIST quex-0.71.0.zip 4599847 BLAKE2B 
37bb5b0c7ec6540563cd94e0fbc277064b69b0c84dcb3da20a02d1b3fa9d8ee5a801a71be41f908c33ed4fe9271c0cea31ece19be4b489228ae0c962d5731b43
 SHA512 
9d3b75680b9336dc4903e334dc8e1a389e2acee715ba1c5fba26aca1e905172f52098eb9c6a1c3e8b9354ea1cc857d8802a2bea4ac864fd0acb5d879c2524997

diff --git a/dev-python/quex/files/quex-0.71.0-gentoo.patch 
b/dev-python/quex/files/quex-0.71.0-gentoo.patch
new file mode 100644
index 000..80eb411f5a0
--- /dev/null
+++ b/dev-python/quex/files/quex-0.71.0-gentoo.patch
@@ -0,0 +1,11 @@
+--- a/quex/DEFINITIONS.py  2017-12-13 21:48:52.887765325 +0100
 b/quex/DEFINITIONS.py  2017-12-13 21:52:29.805877359 +0100
+@@ -57,7 +57,7 @@
+ global QUEX_INSTALLATION_DIR
+ 
+ # -- Try to acces the file 'quex-exe.py' in order to verify
+-if os.access(QUEX_INSTALLATION_DIR + "/quex-exe.py", os.F_OK) == False:
++if False:
+ print("error: Environment variable 'QUEX_PATH' does not point to")
+ print("error: a valid installation directory of quex.")
+ print("error: current setting of 'QUEX_PATH':")

diff --git a/dev-python/quex/quex-0.71.0.ebuild 
b/dev-python/quex/quex-0.71.0.ebuild
new file mode 100644
index 000..c6e93eab42f
--- /dev/null
+++ b/dev-python/quex/quex-0.71.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit python-single-r1
+
+DESCRIPTION="Mode Oriented Directly Coded Lexical Analyser Generator"
+HOMEPAGE="http://quex.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+BDEPEND="${RDEPEND}
+   app-arch/unzip"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+src_prepare() {
+   default
+   sed -i \
+   -e "s:@PYTHON_SITEDIR@:$(python_get_sitedir):g" \
+   quex/DEFINITIONS.py || die
+   mkdir -p engine/codec_db/unicode || die
+   mv quex/engine/codec_db/database engine/codec_db/ || die
+   mv quex/engine/codec_db/unicode/database engine/codec_db/unicode/ || die
+   mv quex/code_base . || die
+}
+
+src_install() {
+   default
+   insinto /usr/share/quex/
+   doins -r engine
+   doins -r code_base
+
+   python_domodule quex
+   python_newscript quex-exe.py quex
+   doman manpage/quex.1
+   dodoc -r demo
+   insinto /etc/profile.d/
+   doins "${FILESDIR}"/quex.sh
+}



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

2020-08-10 Thread Thomas Deutschmann
commit: b60a4351f9f2740fbdd6ce256d526e8dd5aa0bcd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 10 20:39:26 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 10 20:39:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60a4351

media-gfx/imagemagick: drop 7.0.10-26

Has regression, 7.0.10-27 is landing soon.

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

 media-gfx/imagemagick/Manifest |   1 -
 media-gfx/imagemagick/imagemagick-7.0.10.26.ebuild | 268 -
 2 files changed, 269 deletions(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 994095166dc..59f5f25b932 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,4 +1,3 @@
 DIST ImageMagick-6.9.11-23.tar.xz 9077168 BLAKE2B 
f5b331265d821edd51d22131d466023e20df28ffd5a322cb2fc14de77cc978314d76efe7205e343d91dfdb99cd972c3d7c71691f8f3c5c6bb5e7bf4fb783a704
 SHA512 
1ef09a542397b35065e160e830a8fcf52f8cf64e23aa7fe14a4a298850c2a0e58ef8e68658a920005f1ef5739a47f801cd6d89af393bd0f3f02f0599dccb70b0
 DIST ImageMagick-6.9.11-26.tar.xz 9311964 BLAKE2B 
495a481f61817837d323c1652289ebf0fe62fd3d3645f1f4de4c29e1729ba4581f1fe6bb9129c4c289d03cb1ba517f08d56cc23106a421cc77e91fcf045f8176
 SHA512 
77b0a33c50623efa43a046d177567f0c09a8914cfa19e6a85398929b286cd28faf2cc579028a056b913f42df45362ec8abd715e9f68045038c73afa3c77ed9cc
 DIST ImageMagick-7.0.10-23.tar.xz 9710480 BLAKE2B 
9e28cfb497c00c5e20855f7addc9ac053058c2ebfc801b0075b503b667e25eef6a38c203f573dc91d80829439fe627cb09dced31f86ae0c3deb5b93124b7ba6e
 SHA512 
cb20476507f40807fac26f302f4d779f521916bb4e666b6db750deb21c49e8ee6733da4913a3edb4db1c5f8c93f794bea17ded2dd42147b2e9f0f30b951ac180
-DIST ImageMagick-7.0.10-26.tar.xz 9699412 BLAKE2B 
b35c65af8e2565f09b2807c6c7bcc2e72f8f78602975c770d44a8a0c9354fae06c14f1229a94540d4692914a128e0c77ede5988ab99a72d595231e808a90f95a
 SHA512 
591e887e71fff86742808fa39237293a3fdc47d06840b6f91127f6510636e4a4b3b50436dafa86e720cf54132aed2cc1de518821b568a1a80424323809dd7238

diff --git a/media-gfx/imagemagick/imagemagick-7.0.10.26.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.10.26.ebuild
deleted file mode 100644
index ac9609f64ef..000
--- a/media-gfx/imagemagick/imagemagick-7.0.10.26.ebuild
+++ /dev/null
@@ -1,268 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic libtool perl-functions toolchain-funcs multilib
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick.git;
-   inherit git-r3
-   MY_P="imagemagick-"
-else
-   MY_PV="$(ver_rs 3 '-')"
-   MY_P="ImageMagick-${MY_PV}"
-   SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="A collection of tools and libraries for many image formats"
-HOMEPAGE="https://www.imagemagick.org/;
-
-LICENSE="imagemagick"
-SLOT="0/7.0.10"
-IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="corefonts? ( truetype )
-   svg? ( xml )
-   test? ( corefonts )"
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="virtual/pkgconfig"
-
-RDEPEND="
-   dev-libs/libltdl:0
-   bzip2? ( app-arch/bzip2 )
-   corefonts? ( media-fonts/corefonts )
-   djvu? ( app-text/djvu )
-   fftw? ( sci-libs/fftw:3.0 )
-   fontconfig? ( media-libs/fontconfig )
-   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
-   graphviz? ( media-gfx/graphviz )
-   heif? ( media-libs/libheif:= )
-   jbig? ( >=media-libs/jbigkit-2:= )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
-   lcms? ( media-libs/lcms:2= )
-   lqr? ( media-libs/liblqr )
-   opencl? ( virtual/opencl )
-   openexr? ( media-libs/openexr:0= )
-   pango? ( x11-libs/pango )
-   perl? ( >=dev-lang/perl-5.8.8:0= )
-   png? ( media-libs/libpng:0= )
-   postscript? ( app-text/ghostscript-gpl )
-   raw? ( media-libs/libraw:= )
-   svg? (
-   gnome-base/librsvg
-   media-gfx/potrace
-   )
-   tiff? ( media-libs/tiff:0= )
-   truetype? (
-   media-fonts/urw-fonts
-   >=media-libs/freetype-2
-   )
-   webp? ( media-libs/libwebp:0= )
-   wmf? ( media-libs/libwmf )
-   X? (
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libXext
-   x11-libs/libXt
-   )
-   xml? ( 

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

2020-08-10 Thread Thomas Deutschmann
commit: 0c423afd06e7eefb49a0ef5c36d659c2d25c03a1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 10 20:32:39 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 10 20:34:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c423afd

media-gfx/imagemagick: bump to v6.9.11-26 & v7.0.10-26

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

 media-gfx/imagemagick/Manifest |   2 +
 media-gfx/imagemagick/imagemagick-6.9.11.26.ebuild | 255 
 media-gfx/imagemagick/imagemagick-7.0.10.26.ebuild | 268 +
 3 files changed, 525 insertions(+)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index cc933c363e9..994095166dc 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,2 +1,4 @@
 DIST ImageMagick-6.9.11-23.tar.xz 9077168 BLAKE2B 
f5b331265d821edd51d22131d466023e20df28ffd5a322cb2fc14de77cc978314d76efe7205e343d91dfdb99cd972c3d7c71691f8f3c5c6bb5e7bf4fb783a704
 SHA512 
1ef09a542397b35065e160e830a8fcf52f8cf64e23aa7fe14a4a298850c2a0e58ef8e68658a920005f1ef5739a47f801cd6d89af393bd0f3f02f0599dccb70b0
+DIST ImageMagick-6.9.11-26.tar.xz 9311964 BLAKE2B 
495a481f61817837d323c1652289ebf0fe62fd3d3645f1f4de4c29e1729ba4581f1fe6bb9129c4c289d03cb1ba517f08d56cc23106a421cc77e91fcf045f8176
 SHA512 
77b0a33c50623efa43a046d177567f0c09a8914cfa19e6a85398929b286cd28faf2cc579028a056b913f42df45362ec8abd715e9f68045038c73afa3c77ed9cc
 DIST ImageMagick-7.0.10-23.tar.xz 9710480 BLAKE2B 
9e28cfb497c00c5e20855f7addc9ac053058c2ebfc801b0075b503b667e25eef6a38c203f573dc91d80829439fe627cb09dced31f86ae0c3deb5b93124b7ba6e
 SHA512 
cb20476507f40807fac26f302f4d779f521916bb4e666b6db750deb21c49e8ee6733da4913a3edb4db1c5f8c93f794bea17ded2dd42147b2e9f0f30b951ac180
+DIST ImageMagick-7.0.10-26.tar.xz 9699412 BLAKE2B 
b35c65af8e2565f09b2807c6c7bcc2e72f8f78602975c770d44a8a0c9354fae06c14f1229a94540d4692914a128e0c77ede5988ab99a72d595231e808a90f95a
 SHA512 
591e887e71fff86742808fa39237293a3fdc47d06840b6f91127f6510636e4a4b3b50436dafa86e720cf54132aed2cc1de518821b568a1a80424323809dd7238

diff --git a/media-gfx/imagemagick/imagemagick-6.9.11.26.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.11.26.ebuild
new file mode 100644
index 000..02b0c9655fe
--- /dev/null
+++ b/media-gfx/imagemagick/imagemagick-6.9.11.26.ebuild
@@ -0,0 +1,255 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eapi7-ver eutils flag-o-matic libtool perl-functions toolchain-funcs 
multilib
+
+MY_PV="$(ver_rs 3 '-')"
+MY_P="ImageMagick-${MY_PV}"
+
+DESCRIPTION="A collection of tools and libraries for many image formats"
+HOMEPAGE="https://www.imagemagick.org/;
+SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
+
+LICENSE="imagemagick"
+SLOT="0/6.9.11"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
+
+REQUIRED_USE="corefonts? ( truetype )
+   test? ( corefonts )"
+
+RESTRICT="perl? ( userpriv )
+   !test? ( test )"
+
+RDEPEND="
+   dev-libs/libltdl:0
+   bzip2? ( app-arch/bzip2 )
+   corefonts? ( media-fonts/corefonts )
+   djvu? ( app-text/djvu )
+   fftw? ( sci-libs/fftw:3.0 )
+   fontconfig? ( media-libs/fontconfig )
+   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
+   graphviz? ( media-gfx/graphviz )
+   heif? ( media-libs/libheif:= )
+   jbig? ( >=media-libs/jbigkit-2:= )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
+   lcms? ( media-libs/lcms:2= )
+   lqr? ( media-libs/liblqr )
+   opencl? ( virtual/opencl )
+   openexr? ( media-libs/openexr:0= )
+   pango? ( x11-libs/pango )
+   perl? ( >=dev-lang/perl-5.8.8:0= )
+   png? ( media-libs/libpng:0= )
+   postscript? ( app-text/ghostscript-gpl )
+   raw? ( media-libs/libraw:= )
+   svg? (
+   gnome-base/librsvg
+   media-gfx/potrace
+   )
+   tiff? ( media-libs/tiff:0= )
+   truetype? (
+   media-fonts/urw-fonts
+   >=media-libs/freetype-2
+   )
+   webp? ( media-libs/libwebp:0= )
+   wmf? ( media-libs/libwmf )
+   X? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libXext
+   x11-libs/libXt
+   )
+   xml? ( dev-libs/libxml2:= )
+   lzma? ( app-arch/xz-utils )
+   zlib? ( sys-libs/zlib:= )"
+DEPEND="${RDEPEND}
+   !media-gfx/graphicsmagick[imagemagick]
+   virtual/pkgconfig
+   X? ( 

[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/

2020-08-10 Thread Azael Reyes
commit: ee176bf58dd0bde1a85a7f018c26ae1c517b9b78
Author: Azael Reyes  gmail  com>
AuthorDate: Mon Aug 10 20:17:09 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Mon Aug 10 20:17:09 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee176bf5

dev-libs/octetos-coreutils: adding package

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes  gmail.com>

 dev-libs/octetos-coreutils/Manifest|  1 +
 dev-libs/octetos-coreutils/metadata.xml|  8 +
 .../octetos-coreutils-0.3.0_alpha.ebuild   | 34 ++
 3 files changed, 43 insertions(+)

diff --git a/dev-libs/octetos-coreutils/Manifest 
b/dev-libs/octetos-coreutils/Manifest
new file mode 100644
index 000..664b0b7
--- /dev/null
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -0,0 +1 @@
+DIST 0.3.0-alpha.1.tar.gz 56341 BLAKE2B 
f6eccfef565a3303939fefd45d9d0d10847032eb747ba9dc4fdca0f6d43aaf27aa6fc08273b89299cf071a5b0087c67a8eabecbba6542ab1b1ed7b9862397ebc
 SHA512 
155fbf160edb48ad763e17ef2051b3b2e4b16c3bfda8156377d37d2d03710e7c7b933fbc02dfcba9deecedd844c770e2d116a3a1ff9535b407978a98e89bccdf

diff --git a/dev-libs/octetos-coreutils/metadata.xml 
b/dev-libs/octetos-coreutils/metadata.xml
new file mode 100644
index 000..3a36ca4
--- /dev/null
+++ b/dev-libs/octetos-coreutils/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   azael.de...@gmail.com
+   Azael Reyes
+   
+

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild 
b/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild
new file mode 100644
index 000..9dc5b76
--- /dev/null
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MYPV="${PV/_alpha/-alpha.1}"
+MYP="${PN}-${MYPV}"
+
+DESCRIPTION="Similar to coretils but is a C ++ API."
+HOMEPAGE="https://github.com/azaeldevel/octetos-coreutils;
+SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND="dev-libs/octetos-core"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${MYP}"
+
+src_prepare() {
+   default
+   eautoreconf -fi
+}
+
+src_configure() {
+   econf
+}



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

2020-08-10 Thread Sergei Trofimovich
commit: 60582de1eebc92a64f11066e0ece93fa4d363c12
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 18:37:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 19:24:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60582de1

net-libs/libnsl: stable 1.3.0-r1 for sparc, bug #736553

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

 net-libs/libnsl/libnsl-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnsl/libnsl-1.3.0-r1.ebuild 
b/net-libs/libnsl/libnsl-1.3.0-r1.ebuild
index 881462e7d99..e0b829eacfa 100644
--- a/net-libs/libnsl/libnsl-1.3.0-r1.ebuild
+++ b/net-libs/libnsl/libnsl-1.3.0-r1.ebuild
@@ -13,7 +13,7 @@ SLOT="0/2"
 LICENSE="LGPL-2.1+"
 
 # Stabilize together with glibc-2.26!
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 
 IUSE=""
 



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

2020-08-10 Thread Sergei Trofimovich
commit: 98a16de9b3b5e16a117f173c231d4dacdfdd1f39
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 18:47:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 19:24:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a16de9

dev-python/eyeD3: keyworded 0.9.5 for sparc, bug #736519

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

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

diff --git a/dev-python/eyeD3/eyeD3-0.9.5.ebuild 
b/dev-python/eyeD3/eyeD3-0.9.5.ebuild
index c5c34331cde..547229f9440 100644
--- a/dev-python/eyeD3/eyeD3-0.9.5.ebuild
+++ b/dev-python/eyeD3/eyeD3-0.9.5.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/nicfit/eyeD3/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0.7"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~sparc"
 
 RDEPEND="
dev-python/deprecation[${PYTHON_USEDEP}]



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

2020-08-10 Thread Sergei Trofimovich
commit: 156eeed3660bb97818a06071a4ee2c3479e8bf0e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 18:44:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 19:24:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156eeed3

dev-python/pylast: keyworded 3.3.0 for sparc, bug #736519

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

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

diff --git a/dev-python/pylast/pylast-3.3.0.ebuild 
b/dev-python/pylast/pylast-3.3.0.ebuild
index 493a9d11357..4f6962282b9 100644
--- a/dev-python/pylast/pylast-3.3.0.ebuild
+++ b/dev-python/pylast/pylast-3.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-08-10 Thread Sergei Trofimovich
commit: f576d7c72bc276cb72d78bf23d9c0cf8838722bf
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 18:38:23 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 19:24:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f576d7c7

dev-libs/mpfr: stable 4.1.0 for hppa/sparc, bug #736559

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

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

diff --git a/dev-libs/mpfr/mpfr-4.1.0.ebuild b/dev-libs/mpfr/mpfr-4.1.0.ebuild
index 95842b9f84a..7ca6ce6314b 100644
--- a/dev-libs/mpfr/mpfr-4.1.0.ebuild
+++ b/dev-libs/mpfr/mpfr-4.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.mpfr.org/mpfr-${PV}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0/6" # libmpfr.so version
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/gmp-5.0.0[${MULTILIB_USEDEP},static-libs?]"



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

2020-08-10 Thread Sergei Trofimovich
commit: c72ecaf0a392a6c56ecf950d9b42a10b68362d39
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 18:46:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 19:24:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72ecaf0

dev-python/ruamel-yaml: keyworded 0.16.10 for sparc, bug #736519

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

 dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild 
b/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild
index eb69ef0e97b..6db10d99034 100644
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild
+++ b/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~sparc x86"
 
 RDEPEND="dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml-clib/

2020-08-10 Thread Sergei Trofimovich
commit: 9a620869828775e02f33289db39aabc2d233edfe
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 18:45:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 19:24:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a620869

dev-python/ruamel-yaml-clib: keyworded 0.2.0 for sparc, bug #736519

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

 dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild 
b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild
index 5e5ab22b43b..7b010bcc270 100644
--- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild
+++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~sparc x86"
 
 RDEPEND="!

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

2020-08-10 Thread Sergei Trofimovich
commit: dfcb3b0a2255f9e2e54ee35bc75dfedcdc9abff4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 18:43:27 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 19:24:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcb3b0a

dev-python/filetype: keyworded 1.0.7 for sparc, bug #736519

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

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

diff --git a/dev-python/filetype/filetype-1.0.7.ebuild 
b/dev-python/filetype/filetype-1.0.7.ebuild
index e0d6304e421..e8edd04aa18 100644
--- a/dev-python/filetype/filetype-1.0.7.ebuild
+++ b/dev-python/filetype/filetype-1.0.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~sparc"
 
 PATCHES=( "${FILESDIR}/${P}-examples.patch" )
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libX11/

2020-08-10 Thread Sergei Trofimovich
commit: 8e2a13cce0c611e523de513ea27cae1ce1ab0438
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 18:36:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 19:24:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2a13cc

x11-libs/libX11: stable 1.6.11 for hppa/sparc, bug #734974

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

 x11-libs/libX11/libX11-1.6.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libX11/libX11-1.6.11.ebuild 
b/x11-libs/libX11/libX11-1.6.11.ebuild
index f4a1b7db340..b2cd388a0e1 100644
--- a/x11-libs/libX11/libX11-1.6.11.ebuild
+++ b/x11-libs/libX11/libX11-1.6.11.ebuild
@@ -9,7 +9,7 @@ inherit toolchain-funcs xorg-3
 
 DESCRIPTION="X.Org X11 library"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ipv6 test"
 RESTRICT="!test? ( test )"
 



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

2020-08-10 Thread Sergei Trofimovich
commit: a1c469d323d5d18158d470bcc2a3eb8832ecd17e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 18:42:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 19:24:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c469d3

dev-python/deprecation: keyworded 2.1.0 for sparc, bug #736519

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index e5d8d60b80d..c1024b7ca1a 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~sparc ~x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/appmenu-gtk-module/, x11-misc/appmenu-gtk-module/files/

2020-08-10 Thread Andreas Sturmlechner
commit: 7bc772bcad27cc44f1033399514e83c6a1294cbc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 10 19:14:30 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 10 19:14:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc772bc

x11-misc/appmenu-gtk-module: Fix typo in startup script

Closes: https://bugs.gentoo.org/736613
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...pmenu-gtk-module-0.7.3.ebuild => appmenu-gtk-module-0.7.3-r1.ebuild} | 0
 x11-misc/appmenu-gtk-module/files/appmenu-gtk-module| 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild 
b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild
similarity index 100%
rename from x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild
rename to x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild

diff --git a/x11-misc/appmenu-gtk-module/files/appmenu-gtk-module 
b/x11-misc/appmenu-gtk-module/files/appmenu-gtk-module
index d506c77a121..e6520aabcd6 100644
--- a/x11-misc/appmenu-gtk-module/files/appmenu-gtk-module
+++ b/x11-misc/appmenu-gtk-module/files/appmenu-gtk-module
@@ -1,4 +1,4 @@
-if [[ -n "$GTK_MODULES" }]; then
+if [[ -n "$GTK_MODULES" ]]; then
 GTK_MODULES="${GTK_MODULES}:appmenu-gtk-module"
 else
 GTK_MODULES="appmenu-gtk-module"



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

2020-08-10 Thread Markus Meier
commit: 796180df6dd436d6e63227933e1ec291f3cef923
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Aug 10 18:08:22 2020 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Aug 10 18:08:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796180df

media-gfx/darktable: version bump

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

 media-gfx/darktable/Manifest   |   1 +
 media-gfx/darktable/darktable-3.2.1.ebuild | 150 +
 2 files changed, 151 insertions(+)

diff --git a/media-gfx/darktable/Manifest b/media-gfx/darktable/Manifest
index 971a1a3873d..50c2152b4a6 100644
--- a/media-gfx/darktable/Manifest
+++ b/media-gfx/darktable/Manifest
@@ -1,5 +1,6 @@
 DIST darktable-2.6.2-gcc9.patch.tar.xz 25864 BLAKE2B 
857803d4c46b47b1e06e962533c231621fa23e72dffae617bc4e078316fc22c5883df404b30e63d7ed2111078d0d7b54bfa3510524c92fa739238904e2ec17f0
 SHA512 
29b208fa0b04aa11a2c45312763ba471785b2d0f669c07a6092b82adc0284428d7dc9ea8ebae7bd851414f04191e6aafb434fcc127f062ef66d075208c7d49cb
 DIST darktable-2.6.2.tar.xz 3512572 BLAKE2B 
ee3070ac0f6b6b1c401865801631fb28397f484f30778065b7f899204813530a47ff6e752504b645f59bc29f868e1498e39f5f4e70f8259d8fecf5abc3f15cd6
 SHA512 
e7a90535747a8615fa2dbd1eb05f81314cc61c689a8a85fda0e2be40208ab0248e6f6ef296bb0894d3d527ed47c6cf6640538029c0c2d58a38d2d5ce10f6f5c0
 DIST darktable-3.0.2.tar.xz 3931240 BLAKE2B 
5f86579a43e396c8116aba63c43e13d7312e5c3a569f9c242fe9a7882f02c5e0ebd7e4b9bbd34576eb83b3b78298038bf0d87bf4786dd19d0fa73ed30de21f67
 SHA512 
ee2d83f60621586f9e1be958f4b0c3d2214fbf30338837dbd07b901641c32d565cd29f814f5ff75a450495acee2383aa62ba3da3873009077704c925bab501f1
+DIST darktable-3.2.1.tar.xz 3920728 BLAKE2B 
79ef5df93d6c4728d19bc8bf01d018f071efe1ea94a68be53fced7217df608e5362b9905e2e633af4d0a11574ca3e42eac9d97fd3bfaf3a22b45b61213f60070
 SHA512 
0c76f7c145b470d0b129e4565727cef0c7509c1cb7f2405e41b20c81411741513cfc2976c7b8fe168bc1b017e7bfc292bb2d824c3beddce6432ee7143513bdc7
 DIST darktable-usermanual-2.6.0.pdf 15623135 BLAKE2B 
a7a254e49dd57ee03480d52f4506a436210324cc4a2651f3c2fd70ca65cb7aa1735934a5e046ffa662b2aa1f081042d2d1e6ce0f70b6768719c52e2d14c358ce
 SHA512 
e68005ee8706f2342755ce3e4dcd6c2907c1607bc9b750154dceb4b52dcccf50c581ab65212efc8ffb2447f5d828e0fdb61d0471c3d14938e098528e50f32e14
 DIST darktable-usermanual-3.0.0.pdf 16237603 BLAKE2B 
ff5c24bb038deb37269a84389937740fa0ff77a9fb5bef4c484cdd903e39609588f632f577ce53c690d3abb832ace451d0d9d3f563ebdb6196ae8e2dac008a01
 SHA512 
2523b48e2baaa71561dc119340aed3bbf2ab4481dceb0c3ca2bbb7b0cacfaab894fa4eef82b667648cd7bb049304dbda09fa1a638f7734219b672b3ea8ee0eac

diff --git a/media-gfx/darktable/darktable-3.2.1.ebuild 
b/media-gfx/darktable/darktable-3.2.1.ebuild
new file mode 100644
index 000..2ed26c6f2cd
--- /dev/null
+++ b/media-gfx/darktable/darktable-3.2.1.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake flag-o-matic toolchain-funcs xdg
+
+DOC_PV="3.0.0"
+MY_PV="${PV/_/}"
+MY_P="${P/_/.}"
+
+DESCRIPTION="A virtual lighttable and darkroom for photographers"
+HOMEPAGE="https://www.darktable.org/;
+SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${MY_PV}/${MY_P}.tar.xz
+   doc? ( 
https://github.com/darktable-org/${PN}/releases/download/release-${DOC_PV}/${PN}-usermanual.pdf
 -> ${PN}-usermanual-${DOC_PV}.pdf )"
+
+LICENSE="GPL-3 CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+LANGS=" de es fr he it pl pt-BR ru sl"
+# TODO add lua once dev-lang/lua-5.2 is unmasked
+IUSE="colord cups cpu_flags_x86_sse3 doc flickr geolocation gnome-keyring 
gphoto2 graphicsmagick jpeg2k kwallet
+   lto nls opencl openmp openexr tools webp
+   ${LANGS// / l10n_}"
+
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+COMMON_DEPEND="
+   dev-db/sqlite:3
+   dev-libs/json-glib
+   dev-libs/libxml2:2
+   >=dev-libs/pugixml-1.8:0=
+   gnome-base/librsvg:2
+   >=media-gfx/exiv2-0.25-r2:0=[xmp]
+   media-libs/lcms:2
+   >=media-libs/lensfun-0.2.3:0=
+   media-libs/libpng:0=
+   media-libs/tiff:0
+   net-libs/libsoup:2.4
+   net-misc/curl
+   sys-libs/zlib:=
+   virtual/jpeg:0
+   x11-libs/cairo
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/pango
+   colord? ( x11-libs/colord-gtk:0= )
+   cups? ( net-print/cups )
+   flickr? ( media-libs/flickcurl )
+   geolocation? ( >=sci-geosciences/osm-gps-map-1.1.0 )
+   gnome-keyring? ( >=app-crypt/libsecret-0.18 )
+   gphoto2? ( media-libs/libgphoto2:= )
+   graphicsmagick? ( media-gfx/graphicsmagick )
+   jpeg2k? ( media-libs/openjpeg:2= )
+   opencl? ( virtual/opencl )
+   openexr? ( media-libs/openexr:0= )
+   webp? ( media-libs/libwebp:0= )
+"
+DEPEND="${COMMON_DEPEND}
+   opencl? (
+   

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

2020-08-10 Thread Sergei Trofimovich
commit: 533af3953bf0bfae280760d728cebe30c58be1f8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 12:49:43 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 18:04:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533af395

sys-fs/udev: stable 245.5-r1 for hppa, bug #736088

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

 sys-fs/udev/udev-245.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/udev/udev-245.5-r1.ebuild b/sys-fs/udev/udev-245.5-r1.ebuild
index 2880b59497a..b5b2acbecf9 100644
--- a/sys-fs/udev/udev-245.5-r1.ebuild
+++ b/sys-fs/udev/udev-245.5-r1.ebuild
@@ -18,7 +18,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2020-08-10 Thread Sergei Trofimovich
commit: dbd10bdb308417d606088316745f9573ec1053f2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 10 12:42:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 10 18:04:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd10bdb

net-libs/rpcsvc-proto: stable 1.4.2 for sparc, bug #736551

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

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
index ced2ffb3f26..c32be782c2a 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1+ BSD"
-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"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-opensteamworks/, x11-plugins/pidgin-opensteamworks/files/

2020-08-10 Thread Matt Turner
commit: 42d878d3ce708f2f77f4258bb65e8dfa83aa91e2
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 10 17:56:23 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 10 17:56:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d878d3

x11-plugins/pidgin-opensteamworks: Drop old versions

Closes: https://bugs.gentoo.org/713040
Signed-off-by: Matt Turner  gentoo.org>

 x11-plugins/pidgin-opensteamworks/Manifest |  1 -
 .../files/pidgin-opensteamworks-1.3-Makefile   | 33 --
 .../pidgin-opensteamworks-1.6.1.ebuild | 53 --
 3 files changed, 87 deletions(-)

diff --git a/x11-plugins/pidgin-opensteamworks/Manifest 
b/x11-plugins/pidgin-opensteamworks/Manifest
index f1c6af4cf88..7c173ac6b6b 100644
--- a/x11-plugins/pidgin-opensteamworks/Manifest
+++ b/x11-plugins/pidgin-opensteamworks/Manifest
@@ -1,2 +1 @@
-DIST pidgin-opensteamworks-1.6.1.tar.gz 750495 BLAKE2B 
890e1765eda10c31e927be320a8bf8af0da4c9e01b8cea31810c0ff7a0c27d1a8f54b213b323132a6c1087dd853937a0b5cce93eeef308412a505cd1696eb5f4
 SHA512 
9f025538460dda01d769501326cf7ac597e069bdef3437eea89f392bede7e620e854a8c0b0659315a0834c8f2f60a38680f1f1bdccdb65d3b13f64f7981ee55b
 DIST pidgin-opensteamworks-1.7.tar.gz 236181 BLAKE2B 
738285b566558ecbdbaf4960e2cead6bb57721dec901e656c6a78f3e5e16aecfa0f88045dd8fe78decef013866dcf255b82873021fb4ac9c484ed3bed8d0c655
 SHA512 
6369d8fb49fca3c8ad760d379c413da0be8bf58cbfdc5a4bb41ea6d803493110da8b0e1e3743c81b5068799b3a0ba6f57a90ba6208a5b112eb58434d134b1ba6

diff --git 
a/x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.3-Makefile 
b/x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.3-Makefile
deleted file mode 100644
index a71ece05423..000
--- a/x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.3-Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-CC ?= gcc
-PKG_CONFIG ?= pkg-config
-INSTALL = install
-INSTALL_PROGRAM = $(INSTALL) -Dm755
-
-PLUGINDIR ?= $(shell $(PKG_CONFIG) --variable=plugindir purple)
-
-CFLAGS ?= -O2 -pipe
-CFLAGS += -Wall -fPIC
-LDFLAGS += -shared
-CPPFLAGS += $(shell $(PKG_CONFIG) --cflags glib-2.0 json-glib-1.0 purple nss 
gnome-keyring-1)
-LIBS += $(shell $(PKG_CONFIG) --libs glib-2.0 json-glib-1.0 purple nss)
-
-TARGET = libsteam.so
-
-OBJS = libsteam.o steam_connection.o
-
-%.o: %.c %.h
-   $(CC) $(CFLAGS) $(CPPFLAGS) -c $*.c
-
-$(TARGET): $(OBJS)
-   $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
-
-install: $(TARGET)
-   $(INSTALL_PROGRAM) $(TARGET) "$(DESTDIR)$(PLUGINDIR)/$(TARGET)"
-
-uninstall:
-   rm -f "$(DESTDIR)$(PLUGINDIR)/$(TARGET)"
-
-clean:
-   rm -f $(OBJS) $(TARGET)
-
-.PHONY: uninstall clean

diff --git 
a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.1.ebuild 
b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.1.ebuild
deleted file mode 100644
index 4cbbdc43091..000
--- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Steam protocol plugin for pidgin"
-HOMEPAGE="https://github.com/eionrobb/pidgin-opensteamworks;
-SRC_URI="https://github.com/EionRobb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
-   dev-libs/json-glib
-   dev-libs/nss
-   gnome-base/libgnome-keyring
-   net-im/pidgin"
-DEPEND="${RDEPEND}
-   app-arch/unzip
-   virtual/pkgconfig"
-
-S=${WORKDIR}
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   tc-export CC PKG_CONFIG
-   fi
-}
-
-src_prepare() {
-   # see 
https://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31
-   cp "${FILESDIR}"/${PN}-1.3-Makefile "${S}"/${P}/steam-mobile/Makefile 
|| die
-   unzip "${S}"/${P}/steam-mobile/releases/icons.zip || die
-}
-
-src_compile() {
-   pushd ${P}/steam-mobile || die
-   default
-   popd || die
-}
-
-src_install() {
-   pushd ${P}/steam-mobile || die
-   default
-   popd || die
-   insinto /usr/share/pixmaps/pidgin/protocols
-   doins -r "${WORKDIR}"/{16,48}
-   dodoc ${P}/README.md
-}



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

2020-08-10 Thread Miroslav Å ulc
commit: 0bc6d5ce64449a7d65a65749559eaf43d3b2ea91
Author: Miroslav Å ulc  gentoo  org>
AuthorDate: Mon Aug 10 17:24:28 2020 +
Commit: Miroslav Å ulc  gentoo  org>
CommitDate: Mon Aug 10 17:24:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc6d5ce

media-sound/cadence: removed obsolete 0.9.0-r4

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

 media-sound/cadence/Manifest   |  1 -
 media-sound/cadence/cadence-0.9.0-r4.ebuild| 80 --
 .../cadence/files/cadence-add-skip-stripping.patch | 65 --
 3 files changed, 146 deletions(-)

diff --git a/media-sound/cadence/Manifest b/media-sound/cadence/Manifest
index 181363346ae..4b62b9742a8 100644
--- a/media-sound/cadence/Manifest
+++ b/media-sound/cadence/Manifest
@@ -1,2 +1 @@
-DIST cadence-0.9.0.tar.gz 2202265 BLAKE2B 
03d38f611df05597d2b4016f263d36f2386be421383a38b51dee519514e6d1ed79bf92ea2a789ea868a25d4c805e9e94cd0971f479b772799bf6bf3170349b4a
 SHA512 
381c9c57c1d96452a91969e134420d63ef06f5ec144050779d0a06a1098e8ed1693c70165b6640e04acc448d382e717e71ead1b29ba5043f0668675850cad7d1
 DIST cadence-0.9.1.tar.gz 2202272 BLAKE2B 
0f96a3eadc90540ef455e3b9c9abe1b8dc0d912936642c77e52a3704367f06e870b4cbe0bee78482436b9b099063c66b0b04007e8905b7eaf213d6b2f9aa08d1
 SHA512 
daa9df947f0198522172451ec3d2a0e138de5245d4fa849c89ae17fc141388467bdb2e5b1ed191d1db372f4d1c02a8f1c32458c20b893d413af8fdce72ee9219

diff --git a/media-sound/cadence/cadence-0.9.0-r4.ebuild 
b/media-sound/cadence/cadence-0.9.0-r4.ebuild
deleted file mode 100644
index 388fd048ba5..000
--- a/media-sound/cadence/cadence-0.9.0-r4.ebuild
+++ /dev/null
@@ -1,80 +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} )
-inherit python-single-r1 xdg desktop
-
-DESCRIPTION="Collection of tools useful for audio production"
-HOMEPAGE="https://kxstudio.linuxaudio.org/Applications:Cadence;
-SRC_URI="https://github.com/falkTX/Cadence/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="amd64"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="a2jmidid -pulseaudio opengl"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# for jack project rendering also needs media-sound/jack_capture which is not 
in the tree yet
-CDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
-   
dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_MULTI_USEDEP}]
-   ')
-   media-sound/jack2[dbus]
-   media-sound/jack_capture
-   a2jmidid? ( media-sound/a2jmidid[dbus] )
-   pulseaudio? ( media-sound/pulseaudio[jack] )
-"
-RDEPEND="${CDEPEND}"
-DEPEND="${CDEPEND}"
-
-S="${WORKDIR}/Cadence-${PV}"
-
-PATCHES=( "${FILESDIR}"/${PN}-add-skip-stripping.patch )
-
-src_prepare() {
-   sed -i -e "s/python3/${EPYTHON}/" \
-   data/cadence \
-   data/cadence-aloop-daemon \
-   data/cadence-jacksettings \
-   data/cadence-logs \
-   data/cadence-render \
-   data/cadence-session-start \
-   data/catarina \
-   data/catia \
-   data/claudia \
-   data/claudia-launcher || die "sed failed"
-
-   default
-}
-
-src_compile() {
-   myemakeargs=(PREFIX="/usr"
-   SKIP_STRIPPING=true
-   )
-
-   emake "${myemakeargs[@]}"
-}
-
-src_install() {
-   emake PREFIX="/usr" DESTDIR="${D}" install
-
-   # Clean up stuff that shouldn't be installed
-   rm -rf "${D}"/etc/X11/xinit/xinitrc.d/61cadence-session-inject
-   rm -rf "${D}"/etc/xdg/autostart/cadence-session-start.desktop
-   rm -rf "${D}"/usr/share/applications/*.desktop
-
-   if use !pulseaudio; then
-   rm -rf "${D}"/usr/bin/cadence-pulse2{jack,loopback}
-   rm -rf "${D}"/usr/share/cadence/pulse2{jack,loopback}
-   fi
-
-   # Replace desktop entries with QA issues with these
-   make_desktop_entry cadence Cadence cadence 
"AudioVideo;AudioVideoEditing;Qt"
-   make_desktop_entry catia Catia catia "AudioVideo;AudioVideoEditing;Qt"
-   make_desktop_entry catarina Catarina catarina 
"AudioVideo;AudioVideoEditing;Qt"
-}

diff --git a/media-sound/cadence/files/cadence-add-skip-stripping.patch 
b/media-sound/cadence/files/cadence-add-skip-stripping.patch
deleted file mode 100644
index eacf0c9a431..000
--- a/media-sound/cadence/files/cadence-add-skip-stripping.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-diff --git a/c++/Makefile.mk b/c++/Makefile.mk
-index ec92861..8e9998f 100644
 a/c++/Makefile.mk
-+++ b/c++/Makefile.mk
-@@ -7,7 +7,6 @@
- AR  ?= ar
- CC  ?= gcc
- CXX ?= g++
--STRIP ?= strip
- WINDRES ?= windres
- 
- HOSTBINS = $(shell pkg-config --variable=host_bins Qt5Core)
-@@ -22,7 +21,6 @@ DEBUG ?= false
- ifeq ($(DEBUG),true)
- BASE_FLAGS  = -O0 -g -Wall -Wextra
- 

[gentoo-commits] repo/gentoo:master commit in: www-client/otter/, www-client/otter/files/

2020-08-10 Thread Jeroen Roovers
commit: 0887cc03be7e334a3f542c8074dca4d0c4fbfea7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Aug 10 17:05:51 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Aug 10 17:09:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0887cc03

www-client/otter: Drop support for dev-qt/qtwebkit

- Add upstream patch for qtgui 5.15.0
- Drop USE="webengine webkit" and use only dev-qt/qtwebengine
- EAPI=7
- cmake-utils.eclass => cmake.eclass

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Closes: https://bugs.gentoo.org/649170
Closes: https://bugs.gentoo.org/show_bug.cgi?id=712172
Signed-off-by: Jeroen Roovers  gentoo.org>

 .../otter/files/otter-1.0.01-qtgui-5.15.0.patch| 10 
 .../otter/files/otter-1.0.01-webengine.patch   | 11 +
 .../{otter-.ebuild => otter-1.0.01-r1.ebuild}  | 28 --
 www-client/otter/otter-.ebuild | 24 ++-
 4 files changed, 60 insertions(+), 13 deletions(-)

diff --git a/www-client/otter/files/otter-1.0.01-qtgui-5.15.0.patch 
b/www-client/otter/files/otter-1.0.01-qtgui-5.15.0.patch
new file mode 100644
index 000..ec60a4b2c42
--- /dev/null
+++ b/www-client/otter/files/otter-1.0.01-qtgui-5.15.0.patch
@@ -0,0 +1,10 @@
+--- a/src/modules/windows/web/StartPageWidget.cpp
 b/src/modules/windows/web/StartPageWidget.cpp
+@@ -41,6 +41,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

diff --git a/www-client/otter/files/otter-1.0.01-webengine.patch 
b/www-client/otter/files/otter-1.0.01-webengine.patch
new file mode 100644
index 000..f8029d95f26
--- /dev/null
+++ b/www-client/otter/files/otter-1.0.01-webengine.patch
@@ -0,0 +1,11 @@
+--- a/src/core/SettingsManager.cpp
 b/src/core/SettingsManager.cpp
+@@ -73,7 +73,7 @@ void SettingsManager::createInstance(con
+   registerOption(AddressField_SuggestSearchOption, BooleanType, true);
+   registerOption(AddressField_SuggestSpecialPagesOption, BooleanType, 
true);
+   registerOption(Backends_PasswordsOption, EnumerationType, 
QLatin1String("file"), {QLatin1String("file")});
+-  registerOption(Backends_WebOption, EnumerationType, 
QLatin1String("qtwebkit"), {QLatin1String("qtwebkit")}, 
(OptionDefinition::IsEnabledFlag | OptionDefinition::IsVisibleFlag | 
OptionDefinition::RequiresRestartFlag));
++  registerOption(Backends_WebOption, EnumerationType, 
QLatin1String("qtwebengine"), {QLatin1String("qtwebengine")}, 
(OptionDefinition::IsEnabledFlag | OptionDefinition::IsVisibleFlag | 
OptionDefinition::RequiresRestartFlag));
+   registerOption(Browser_AlwaysAskWhereToSaveDownloadOption, BooleanType, 
true);
+   registerOption(Browser_EnableMouseGesturesOption, BooleanType, true);
+   registerOption(Browser_EnableSingleKeyShortcutsOption, BooleanType, 
true);

diff --git a/www-client/otter/otter-.ebuild 
b/www-client/otter/otter-1.0.01-r1.ebuild
similarity index 69%
copy from www-client/otter/otter-.ebuild
copy to www-client/otter/otter-1.0.01-r1.ebuild
index dd20d3231ae..2efa58e6f14 100644
--- a/www-client/otter/otter-.ebuild
+++ b/www-client/otter/otter-1.0.01-r1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit cmake-utils desktop git-r3 xdg-utils
+inherit cmake desktop xdg-utils
 
 DESCRIPTION="Project aiming to recreate classic Opera (12.x) UI using Qt5"
 HOMEPAGE="https://otter-browser.org/;
-EGIT_REPO_URI="https://github.com/OtterBrowser/otter-browser;
+SRC_URI="https://github.com/OtterBrowser/${PN}-browser/archive/v${PV/_p/-dev}.tar.gz
 -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="spell"
 
 DEPEND="
@@ -25,18 +25,23 @@ DEPEND="
dev-qt/qtscript:5
dev-qt/qtsql:5
dev-qt/qtsvg:5
-   dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
dev-qt/qtxmlpatterns:5
spell? ( kde-frameworks/sonnet )
+   >=dev-qt/qtwebengine-5.9:5[widgets]
 "
 RDEPEND="
${DEPEND}
 "
 DOCS=( CHANGELOG CONTRIBUTING.md TODO )
+S=${WORKDIR}/${PN}-browser-${PV/_p/-dev}
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0.01-qtgui-5.15.0.patch
+   "${FILESDIR}"/${PN}-1.0.01-webengine.patch
+)
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
if [[ -n ${LINGUAS} ]]; then
local lingua
@@ -55,8 +60,17 @@ src_prepare() {
fi
 }
 
+src_configure() {
+   mycmakeargs=(
+   -DENABLE_QTWEBENGINE=true
+   -DENABLE_QTWEBKIT=false
+   )
+
+   cmake_src_configure
+}
+
 src_install() {
-   cmake-utils_src_install
+   cmake_src_install
domenu ${PN}-browser.desktop
 }
 

diff --git a/www-client/otter/otter-.ebuild 
b/www-client/otter/otter-.ebuild
index dd20d3231ae..7b5172796e7 100644
--- 

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

2020-08-10 Thread Mikle Kolyada
commit: c02c1e1103e9ed1159cf4e4b4c2bac1954a3c00d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug 10 16:42:42 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug 10 16:42:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02c1e11

sys-libs/glibc: amd64 stable wrt bug #727758

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

 sys-libs/glibc/glibc-2.30-r9.ebuild | 2 +-
 sys-libs/glibc/glibc-2.31-r6.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.30-r9.ebuild 
b/sys-libs/glibc/glibc-2.30-r9.ebuild
index 71fbad018a6..461c4459000 100644
--- a/sys-libs/glibc/glibc-2.30-r9.ebuild
+++ b/sys-libs/glibc/glibc-2.30-r9.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://sourceware.org/git/glibc.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
 fi
 

diff --git a/sys-libs/glibc/glibc-2.31-r6.ebuild 
b/sys-libs/glibc/glibc-2.31-r6.ebuild
index 5c7938218b0..d38fbf49f66 100644
--- a/sys-libs/glibc/glibc-2.31-r6.ebuild
+++ b/sys-libs/glibc/glibc-2.31-r6.ebuild
@@ -22,7 +22,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   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"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
 fi



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

2020-08-10 Thread Mikle Kolyada
commit: 98430a2917ae06a3dd6fec59f559442be94373c1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug 10 16:22:20 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug 10 16:22:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98430a29

sys-auth/pambase: fix cross-install

Closes: https://bugs.gentoo.org/736631
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-auth/pambase/pambase-20200806.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pambase/pambase-20200806.ebuild 
b/sys-auth/pambase/pambase-20200806.ebuild
index cb83a3cab2e..b2e1a7a0ddf 100644
--- a/sys-auth/pambase/pambase-20200806.ebuild
+++ b/sys-auth/pambase/pambase-20200806.ebuild
@@ -43,7 +43,7 @@ BDEPEND="$(python_gen_any_dep '
')"
 
 python_check_deps() {
-   has_version "dev-python/jinja[${PYTHON_USEDEP}]"
+   has_version -b "dev-python/jinja[${PYTHON_USEDEP}]"
 }
 
 S="${WORKDIR}/${PN}-${P}"



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

2020-08-10 Thread Jeroen Roovers
commit: 16e67f387d15d4fca63773fe38f561842b55c096
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Aug 10 15:53:03 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Aug 10 15:53:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e67f38

net-analyzer/net-snmp: Call PKG_PROG_PKG_CONFIG in configure.ac

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Closes: https://bugs.gentoo.org/736465
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/net-snmp/files/net-snmp-5.8.1-mysqlclient.patch | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/net-analyzer/net-snmp/files/net-snmp-5.8.1-mysqlclient.patch 
b/net-analyzer/net-snmp/files/net-snmp-5.8.1-mysqlclient.patch
index 08735d1be7c..94811747d2b 100644
--- a/net-analyzer/net-snmp/files/net-snmp-5.8.1-mysqlclient.patch
+++ b/net-analyzer/net-snmp/files/net-snmp-5.8.1-mysqlclient.patch
@@ -1,3 +1,14 @@
+--- a/configure.ac
 b/configure.ac
+@@ -25,6 +25,8 @@
+ 
+ AC_MSG_CACHE_INIT()
+ 
++PKG_PROG_PKG_CONFIG
++
+ #
+ # save the configure arguments
+ #
 --- a/configure.d/config_os_libs2
 +++ b/configure.d/config_os_libs2
 @@ -516,6 +516,8 @@



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins-linux-madrisan/

2020-08-10 Thread Louis Sautier
commit: 8c73e499a7f84932e4b53d85eefc8eaf470603c6
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Aug 10 15:20:47 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Aug 10 15:27:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c73e499

net-analyzer/nagios-plugins-linux-madrisan: bump to v27

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

 .../nagios-plugins-linux-madrisan/Manifest |  1 +
 .../nagios-plugins-linux-madrisan-27.ebuild| 49 ++
 2 files changed, 50 insertions(+)

diff --git a/net-analyzer/nagios-plugins-linux-madrisan/Manifest 
b/net-analyzer/nagios-plugins-linux-madrisan/Manifest
index 439a712c118..cb6c6ac7f9a 100644
--- a/net-analyzer/nagios-plugins-linux-madrisan/Manifest
+++ b/net-analyzer/nagios-plugins-linux-madrisan/Manifest
@@ -1,2 +1,3 @@
 DIST nagios-plugins-linux-madrisan-25.tar.xz 371712 BLAKE2B 
60637426d9ced289a1acdf61c3e7c5a2b3227afb20079ef93d445057b2127d12a6c76ab5a780571ac8bdd6ac3b55de2761722236d2ed7a057ab84559d97610e9
 SHA512 
64961a16e24802d66c48d0c33bd63d75aba8492f38dd83a57ee2e7cb728cf6876c7869622256c4249a9e9da39b744a332df6ecad80f6039861887bb5c8d806ec
 DIST nagios-plugins-linux-madrisan-26.tar.xz 379480 BLAKE2B 
e30fa00c029506ffd76e9c16f409f62f00ab481894d6b35dd34470dab5f2a18b2fc18bd06ae5e6a7179ed23f36c785c9a403258b9066e5a08f6a139ab0192088
 SHA512 
61c523ddf7a98ae01caf543a7e38903478346ce380884a7cd2a2e592db806e73fb996675aa701e2bbf57b31ed062886daba4af70cc2875e1c296537de01c588d
+DIST nagios-plugins-linux-madrisan-27.tar.xz 385324 BLAKE2B 
ef207e365d044fefa8c0dbef7aae8a50ec9b6c70d60d069574ed423646d1e936e0bd6bbb316070d94f354236f815e508da4ec1b298e89958c8393a041f98a908
 SHA512 
5d93912f2237449e29e963cca260fbe7a735f47e7c2752402e2f371289e2875e4fea35f191705d7a2f01ac49381e039b720f43c8c794e85ee001d212a10a

diff --git 
a/net-analyzer/nagios-plugins-linux-madrisan/nagios-plugins-linux-madrisan-27.ebuild
 
b/net-analyzer/nagios-plugins-linux-madrisan/nagios-plugins-linux-madrisan-27.ebuild
new file mode 100644
index 000..f76ea708a82
--- /dev/null
+++ 
b/net-analyzer/nagios-plugins-linux-madrisan/nagios-plugins-linux-madrisan-27.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_PN="nagios-plugins-linux"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Additional and alternative Nagios plugins for Linux"
+HOMEPAGE="https://github.com/madrisan/nagios-plugins-linux;
+SRC_URI="https://github.com/madrisan/${MY_PN}/releases/download/v${PV}/${MY_P}.tar.xz
 -> ${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl varlink"
+
+DEPEND="
+   curl? ( net-misc/curl:0= )
+   varlink? ( dev-libs/libvarlink:= )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   # Avoid collision with net-analyzer/monitoring-plugins
+   # and net-analyzer/nagios-plugins
+   sed -ri "s/check_(load|swap|uptime|users)/&_madrisan/" 
plugins/Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --libexecdir="${EPREFIX}/usr/$(get_libdir)/nagios/plugins"
+   # Most options are already defaults for Gentoo
+   --disable-hardening
+   $(use_enable curl libcurl)
+   $(use_enable varlink libvarlink)
+   )
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   emake check VERBOSE=1
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins-linux-madrisan/, ...

2020-08-10 Thread Louis Sautier
commit: cb227551e5510721913ddea554eb12e4a736a5f4
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Aug 10 15:25:48 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Aug 10 15:27:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb227551

net-analyzer/nagios-plugins-linux-madrisan: remove old

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

 .../nagios-plugins-linux-madrisan/Manifest |  1 -
 ...-plugins-linux-madrisan-25-fix-fno-common.patch | 37 ---
 ...-plugins-linux-madrisan-25-fix-musl-build.patch | 35 --
 .../nagios-plugins-linux-madrisan-25-r1.ebuild | 53 --
 4 files changed, 126 deletions(-)

diff --git a/net-analyzer/nagios-plugins-linux-madrisan/Manifest 
b/net-analyzer/nagios-plugins-linux-madrisan/Manifest
index cb6c6ac7f9a..1eb1d2cf780 100644
--- a/net-analyzer/nagios-plugins-linux-madrisan/Manifest
+++ b/net-analyzer/nagios-plugins-linux-madrisan/Manifest
@@ -1,3 +1,2 @@
-DIST nagios-plugins-linux-madrisan-25.tar.xz 371712 BLAKE2B 
60637426d9ced289a1acdf61c3e7c5a2b3227afb20079ef93d445057b2127d12a6c76ab5a780571ac8bdd6ac3b55de2761722236d2ed7a057ab84559d97610e9
 SHA512 
64961a16e24802d66c48d0c33bd63d75aba8492f38dd83a57ee2e7cb728cf6876c7869622256c4249a9e9da39b744a332df6ecad80f6039861887bb5c8d806ec
 DIST nagios-plugins-linux-madrisan-26.tar.xz 379480 BLAKE2B 
e30fa00c029506ffd76e9c16f409f62f00ab481894d6b35dd34470dab5f2a18b2fc18bd06ae5e6a7179ed23f36c785c9a403258b9066e5a08f6a139ab0192088
 SHA512 
61c523ddf7a98ae01caf543a7e38903478346ce380884a7cd2a2e592db806e73fb996675aa701e2bbf57b31ed062886daba4af70cc2875e1c296537de01c588d
 DIST nagios-plugins-linux-madrisan-27.tar.xz 385324 BLAKE2B 
ef207e365d044fefa8c0dbef7aae8a50ec9b6c70d60d069574ed423646d1e936e0bd6bbb316070d94f354236f815e508da4ec1b298e89958c8393a041f98a908
 SHA512 
5d93912f2237449e29e963cca260fbe7a735f47e7c2752402e2f371289e2875e4fea35f191705d7a2f01ac49381e039b720f43c8c794e85ee001d212a10a

diff --git 
a/net-analyzer/nagios-plugins-linux-madrisan/files/nagios-plugins-linux-madrisan-25-fix-fno-common.patch
 
b/net-analyzer/nagios-plugins-linux-madrisan/files/nagios-plugins-linux-madrisan-25-fix-fno-common.patch
deleted file mode 100644
index 74bddd66e74..000
--- 
a/net-analyzer/nagios-plugins-linux-madrisan/files/nagios-plugins-linux-madrisan-25-fix-fno-common.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4936ca25f3e9a2875ce063033e5e8f3a3590dab2 Mon Sep 17 00:00:00 2001
-From: Davide Madrisan 
-Date: Mon, 27 Jan 2020 22:00:41 +0100
-Subject: [PATCH] The build fails when '-fno-common' is added to CFLAGS
-
-As reported by 'sbraz', the build stops with the error message:
-
-   (.bss+0x8): multiple definition of `program_name'
-   (.bss+0x0): multiple definition of `program_name_short'
-
-This flag will be apparently enabled by default in gcc 10.
-
-Fix this build problem by correctly referencing as extern both
-the variables in the header file.
-
-Signed-off-by: Davide Madrisan 

- include/progname.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/include/progname.h b/include/progname.h
-index 576ed16..847122a 100644
 a/include/progname.h
-+++ b/include/progname.h
-@@ -25,10 +25,10 @@ extern "C" {
- #endif
- 
-   /* String containing name the program is called with.  */
--  const char *program_name;
-+  extern const char *program_name;
- 
-   /* String containing a short version of 'program_name'.  */
--  const char *program_name_short;
-+  extern const char *program_name_short;
- 
-   /* Set program_name, based on argv[0].
-  argv0 must be a string allocated with indefinite extent, and must not be

diff --git 
a/net-analyzer/nagios-plugins-linux-madrisan/files/nagios-plugins-linux-madrisan-25-fix-musl-build.patch
 
b/net-analyzer/nagios-plugins-linux-madrisan/files/nagios-plugins-linux-madrisan-25-fix-musl-build.patch
deleted file mode 100644
index 3220be24731..000
--- 
a/net-analyzer/nagios-plugins-linux-madrisan/files/nagios-plugins-linux-madrisan-25-fix-musl-build.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-commit 72547f774641d3ed881cc957a6d6c20d5e3370ec
-Author: Louis Sautier 
-Date:   Mon Apr 20 16:40:08 2020 +0200
-
-Fix build with musl by including limits.h when PATH_MAX is used
-
-Otherwise, the build fails with:
-error: PATH_MAX undeclared (first use in this function)
-
-Bug: https://bugs.gentoo.org/717038
-
-diff --git a/lib/processes.c b/lib/processes.c
-index cb006ca..e65992d 100644
 a/lib/processes.c
-+++ b/lib/processes.c
-@@ -26,6 +26,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/plugins/check_fc.c b/plugins/check_fc.c
-index b798377..cfaafa5 100644
 a/plugins/check_fc.c
-+++ b/plugins/check_fc.c
-@@ -22,6 +22,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 

diff --git 

[gentoo-commits] repo/gentoo:master commit in: x11-themes/light-themes/

2020-08-10 Thread Sebastian Pipping
commit: d97fd066338373b2330711994115fab0c2680968
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Aug 10 15:17:42 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Aug 10 15:20:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97fd066

x11-themes/light-themes: 19.04 + EAPI 7

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23

 x11-themes/light-themes/Manifest   |  1 +
 .../light-themes-17.04_p20170406-r1.ebuild | 64 ++
 x11-themes/light-themes/light-themes-19.04.ebuild  | 63 +
 3 files changed, 128 insertions(+)

diff --git a/x11-themes/light-themes/Manifest b/x11-themes/light-themes/Manifest
index efdd9da8cfb..a1e2fb25e78 100644
--- a/x11-themes/light-themes/Manifest
+++ b/x11-themes/light-themes/Manifest
@@ -1,2 +1,3 @@
 DIST Gentoo-Buttons-r1.tar.xz 80476 BLAKE2B 
802ce2cc0d8dd3c639cbb1b8ca51732cfb87194ecc2bd0ca68c7945c8768b8662d206bf191f443f983e80e25a21ebf7d1909771b2f51b7825b763494a4edac81
 SHA512 
d1c093fe8ce905a409cd3ce85fde8490f26b918bb1dd3ccb6695eaa6c7a4908d7ba1e1d14a9443a16331168ca9b3fa58b5b28805fc583b4345932602f7c19168
 DIST ubuntu-themes_16.10+17.04.20170406.orig.tar.gz 13836108 BLAKE2B 
aeb2b33639c32c378b111c717099a79afb8688b48780bfa816a6ac9b4c0bfef5d1b475048f8c4906ee76787b503dcc207fbd617f1718883952917739012e2a11
 SHA512 
50d65dbe232237e1757b0d7a85ba7c2cafac18861211ca1b33a57de6a4961c325014851d1ee661adec57fac7472b7ae4f78439f30fa6f425eb751e94940d9f91
+DIST ubuntu-themes_19.04.orig.tar.gz 16081764 BLAKE2B 
f94545c5900c9eaab61f021d8a8f37ef6ee825045df88e5a5e51c5d7632109343ca0293ee9b590daa6edf3be109a05128803a8a2c787a333f6317f8dbe54529c
 SHA512 
95b41c5d3a47fba9c4b5368b4e80d8924e09844783c66ca697ce0ff5d71f2b0fd4f56a9041dc142267e0eaf75fd5a8b47c0abae049fc3434b5e29f3f363d83e8

diff --git a/x11-themes/light-themes/light-themes-17.04_p20170406-r1.ebuild 
b/x11-themes/light-themes/light-themes-17.04_p20170406-r1.ebuild
new file mode 100644
index 000..4a33d8bcdb6
--- /dev/null
+++ b/x11-themes/light-themes/light-themes-17.04_p20170406-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=ubuntu-themes
+MY_PV=16.10+${PV/_p/.}
+
+DESCRIPTION="GTK2/GTK3 Ambiance and Radiance themes from Ubuntu"
+HOMEPAGE="https://packages.ubuntu.com/zesty/light-themes;
+SRC_URI="
+   
mirror://ubuntu/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}.orig.tar.gz
+   https://dev.gentoo.org/~pacho/${PN}/Gentoo-Buttons-r1.tar.xz
+"
+
+LICENSE="CC-BY-SA-3.0 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk3"
+
+DEPEND="app-arch/xz-utils"
+RDEPEND="
+   x11-themes/gtk-engines-murrine
+   gtk3? ( x11-themes/gtk-engines-unico )
+"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   cp -RL Ambiance/ Ambiance-Gentoo || die
+   cp -RL Radiance/ Radiance-Gentoo || die
+   sed -i -e 's/Ambiance/Ambiance-Gentoo/g' Ambiance-Gentoo/index.theme \
+   Ambiance-Gentoo/metacity-1/metacity-theme-1.xml || die
+   sed -i -e 's/Radiance/Radiance-Gentoo/g' Radiance-Gentoo/index.theme \
+   Radiance-Gentoo/metacity-1/metacity-theme-1.xml || die
+   sed -i -e 's/nselected_bg_color:#f07746/nselected_bg_color:#755fbb/g' \
+   Ambiance-Gentoo/gtk-2.0/gtkrc 
Ambiance-Gentoo/gtk-3.*/settings.ini \
+   Radiance-Gentoo/gtk-2.0/gtkrc 
Radiance-Gentoo/gtk-3.*/settings.ini || die
+   sed -i -e 's/selected_bg_color #f07746/selected_bg_color #755fbb/g' \
+   Ambiance-Gentoo/gtk-3.*/gtk-main.css \
+   Radiance-Gentoo/gtk-3.*/gtk-main.css || die
+
+   cp -f "${WORKDIR}"/Gentoo-Buttons/*.png 
"${S}"/Ambiance-Gentoo/metacity-1/. || die
+   cp -f "${WORKDIR}"/Gentoo-Buttons/*.png 
"${S}"/Radiance-Gentoo/metacity-1/. || die
+   cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png 
"${S}"/Ambiance-Gentoo/gtk-3.0/assets/. || die
+   cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png 
"${S}"/Ambiance-Gentoo/gtk-3.20/assets/. || die
+   cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png 
"${S}"/Radiance-Gentoo/gtk-3.0/assets/. || die
+   cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png 
"${S}"/Radiance-Gentoo/gtk-3.20/assets/. || die
+
+   eapply_user
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   insinto /usr/share/themes
+   doins -r Radiance* Ambiance*
+
+   use gtk3 || {
+   rm -R "${D}"/usr/share/themes/*/gtk-3.0 || die
+   }
+}

diff --git a/x11-themes/light-themes/light-themes-19.04.ebuild 
b/x11-themes/light-themes/light-themes-19.04.ebuild
new file mode 100644
index 000..91b109330db
--- /dev/null
+++ b/x11-themes/light-themes/light-themes-19.04.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=ubuntu-themes
+

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

2020-08-10 Thread Agostino Sarubbo
commit: 421629a331ba0708987308176215011ebff4f918
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 14:53:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 14:53:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421629a3

dev-python/scikit-build: amd64 stable wrt bug #734386

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

 dev-python/scikit-build/scikit-build-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/scikit-build/scikit-build-0.11.1.ebuild 
b/dev-python/scikit-build/scikit-build-0.11.1.ebuild
index 3bd6a0f748d..808f5effda2 100644
--- a/dev-python/scikit-build/scikit-build-0.11.1.ebuild
+++ b/dev-python/scikit-build/scikit-build-0.11.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
 
 RDEPEND="
dev-python/distro[${PYTHON_USEDEP}]



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

2020-08-10 Thread Agostino Sarubbo
commit: 553aedd462be0091e98d2bef34b892787a910303
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 14:53:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 14:53:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553aedd4

dev-libs/c-blosc: amd64 stable wrt bug #734386

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

 dev-libs/c-blosc/c-blosc-1.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc/c-blosc-1.19.0.ebuild 
b/dev-libs/c-blosc/c-blosc-1.19.0.ebuild
index 162403e3350..473c9ec1768 100644
--- a/dev-libs/c-blosc/c-blosc-1.19.0.ebuild
+++ b/dev-libs/c-blosc/c-blosc-1.19.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Blosc/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+lz4 +snappy test zlib zstd"
 RESTRICT="!test? ( test )"
 



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

2020-08-10 Thread Agostino Sarubbo
commit: a2db55f3f72599963437ec53dce810e118abadcc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 14:53:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 14:53:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2db55f3

dev-python/blosc: amd64 stable wrt bug #734386

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

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

diff --git a/dev-python/blosc/blosc-1.9.1-r1.ebuild 
b/dev-python/blosc/blosc-1.9.1-r1.ebuild
index cd060341f7d..2f351a41b82 100644
--- a/dev-python/blosc/blosc-1.9.1-r1.ebuild
+++ b/dev-python/blosc/blosc-1.9.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-iptvsimple/

2020-08-10 Thread Craig Andrews
commit: 3e1d19b9ef767eba9c404dd0660c3e84abcd78b7
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Aug 10 13:32:16 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Aug 10 14:36:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1d19b9

media-plugins/kodi-pvr-iptvsimple: 6.3.0 version bump

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

 media-plugins/kodi-pvr-iptvsimple/Manifest |  1 +
 .../kodi-pvr-iptvsimple-6.3.0.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest 
b/media-plugins/kodi-pvr-iptvsimple/Manifest
index 8b836e05e7c..7eeb6b879b4 100644
--- a/media-plugins/kodi-pvr-iptvsimple/Manifest
+++ b/media-plugins/kodi-pvr-iptvsimple/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-pvr-iptvsimple-3.8.8.tar.gz 125231 BLAKE2B 
9e887261295f75c96095c9566e5c1a555bb62a2ad97d7527efa9d294c4e392058f99f5205b32a7b4eda949ed0f9f49a288df656777dfba87c243528e74ac5277
 SHA512 
32c95c2e314eba3c4871c50fdc024be276874b790339c5b558425bb960080784533dcbadbab64c7b76b598c08bfca384fb3b1fa618447eaf30870e296d4c5e46
 DIST kodi-pvr-iptvsimple-6.2.4.tar.gz 178392 BLAKE2B 
5cb96bc2c13c429486c596aa5eeffa445fe1b68fbed8265626d855fdb7ab4dcac5071d8033a60621a235dcea37b206a56b9a73e0a9de1fecdfecaa7c3de0b893
 SHA512 
66bab95ace5d4b25fe5e24c5515674a4daf8d4a4e766f9eed67d6b98c1c0c6d64fb6a2d82b19f239a522d73e55707db4097c3cc12a1936f6f6c6bd57bfd451b7
+DIST kodi-pvr-iptvsimple-6.3.0.tar.gz 178520 BLAKE2B 
9536d15145f009a950d21537d6fe3659957589b38872f174ae26088f6c16eef3765485c3c6e9f6d36ad2a1d2c03bffdb983222f5d4878751f567e8c6eaa41302
 SHA512 
ffbae476606f1e2c286da69ece731c0e8894d1e50c8faba9f493951d1526ae73db3a4a00fe5b2f868f90416fd971321a130e251ac39a40f15d5515915f24cad4

diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-6.3.0.ebuild 
b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-6.3.0.ebuild
new file mode 100644
index 000..ca427448e66
--- /dev/null
+++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-6.3.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's IPTVSimple client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.iptvsimple;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.iptvsimple.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.iptvsimple/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.iptvsimple-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =dev-libs/libplatform-2*
+   dev-libs/pugixml
+   =media-tv/kodi-19*
+   sys-libs/zlib
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_h2/

2020-08-10 Thread Craig Andrews
commit: 7113a4a8d003d828f849e189886c4c78743e4339
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Aug 10 13:34:33 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Aug 10 14:36:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7113a4a8

www-apache/mod_h2: 1.15.14 version bump

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

 www-apache/mod_h2/Manifest  |  1 +
 www-apache/mod_h2/mod_h2-1.15.14.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
index 9f43c2ff85d..eb27be9ec9a 100644
--- a/www-apache/mod_h2/Manifest
+++ b/www-apache/mod_h2/Manifest
@@ -2,6 +2,7 @@ DIST mod_h2-1.15.10.tar.gz 699783 BLAKE2B 
f4457128fc77048cc3f4c394892499e555f533
 DIST mod_h2-1.15.11.tar.gz 701334 BLAKE2B 
f6ae8a71be849af53fd6931fc66f801892f055d217fd280ac42ed157e4002c6d7c9f3c5bb849d6561bc84d235d844fd0af49a39deb003dc530e477e2d13ac8cf
 SHA512 
3fde7c2e4af25ae4e1ec3d0f9e824a68c6077953c4349b55f05712a53fff07cc615a7348b323264da75b791a18eb59cc32ca919d02b26a711b45d8cd97f92d6b
 DIST mod_h2-1.15.12.tar.gz 703071 BLAKE2B 
7b692614bf1d39b8941380c0be30247ed0df7eca7b974dd18b05a20c93a59863ea64edc4ec6c29d3e9b27f1e02ce2378a062898ccd366029825ff59715744e04
 SHA512 
a69ddc7427057cfb90863d536846c88f0a17140b3d8555c0d5cbd6a5790c5545bbc83e8a0fed5fd4968e36dd4a22a48be5c3783b83d5be50bdd5093650d89302
 DIST mod_h2-1.15.13.tar.gz 703207 BLAKE2B 
bdfc178e9fdef24ed13166e8753d6f085af4e8ea4ce8b4b864d51232e416c470c38ae6b3738ccb9262791f146fc1bf8309a34c2de56fa42ca3cfb0c5a846d945
 SHA512 
7cd4e8b3fc4c23e35a5a0ce7c89802a987918194ac888355a9cee258045388e22a3c22988deececd97e9c01f77038e722e4acad9c56eb1de91da6d0947409daa
+DIST mod_h2-1.15.14.tar.gz 701094 BLAKE2B 
10fda18471c3528c18ce140e21b59eadb2a68ebea52971c987e88f2512922c5aa7f51f9ca41f3f2b9a7f6498bed34a146e8c39e3c892e98c1c473543932327e7
 SHA512 
f0874f8b8aead03ae9f5942b54d033223c05165d9b8f2328497a4348234a296a579392ab71197b71cde2ec2c37c4d83c3aac43a87c4e4f0f4dc0fdff4d3cd9d2
 DIST mod_h2-1.15.9.tar.gz 699712 BLAKE2B 
035cc7ec8df4727abdd2cb90dfd4c0e6c94dac8a3872122bd3160a594207b7b948278662e8bbe538f736d4981cf6dde3207951f10b0525281f4547603323b604
 SHA512 
3743d530d2c70577142745046ddcee227b0a8c5e6d42c96d26df71c8c6234ffa20d36fd176c4e8e81a26835669409afb17df018139a7cfebb04748a84a467191
 DIST mod_http2-1.15.7.tar.gz 1042030 BLAKE2B 
5252e15fbc71845db557d567daba63452df0693baad18f8b83f937adbd760f1fa931fbf663f1f5ec475760e75fc132fb0de63784e046092669b1d8fb44d96e9a
 SHA512 
effe0a8f41603865a9dceea6fa109a924e6f2f904a2a02ebf10a20e0315f248cfaf91d4b2a0d6168ee94fb0f4af2680a6992c43cc91b0bf47a13d739b4cf9228
 DIST mod_http2-1.15.8.tar.gz 1029471 BLAKE2B 
10dcbafeee8be71858f1eace6c65b31d4a06b9598ba0ed8dd0d191c6fa8eb0475e0b9bd9f52a09fdf3430b18c770f0cd41057e9661f252d11df0edab8189cb26
 SHA512 
47ee0ef6d5e6cdce8b5d35cdca107331378c3d3ccb6d7b6c36eea8e04dda3d5665233aa7834f122d2069d7c81a833bff08e3f0a279d4a5a0bd1ec6b366696fd3

diff --git a/www-apache/mod_h2/mod_h2-1.15.14.ebuild 
b/www-apache/mod_h2/mod_h2-1.15.14.ebuild
new file mode 100644
index 000..b158648fdb5
--- /dev/null
+++ b/www-apache/mod_h2/mod_h2-1.15.14.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit apache-module autotools
+
+MY_P="${PN/h2/http2}-${PV}"
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/icing/mod_h2.git;
+   inherit git-r3
+else
+   S="${WORKDIR}/${MY_P}"
+   SRC_URI="https://github.com/icing/mod_h2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="HTTP/2 module for Apache"
+HOMEPAGE="https://github.com/icing/mod_h2;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="ssl"
+
+RDEPEND=">=net-libs/nghttp2-1.0
+   >=www-servers/apache-2.4.20[-apache2_modules_http2,ssl?]"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}"
+
+need_apache2_4
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_compile() {
+   default
+}
+
+src_install() {
+   default
+
+   APACHE2_MOD_DEFINE="HTTP2"
+   insinto "${APACHE_MODULES_CONFDIR}"
+   newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
+}



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

2020-08-10 Thread Craig Andrews
commit: 09cb31cd5f98cffc1450294fa58b6cb5d505dd13
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Aug 10 14:05:53 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Aug 10 14:36:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09cb31cd

net-analyzer/netdata: 1.24.0 version bump

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

 net-analyzer/netdata/Manifest  |   1 +
 net-analyzer/netdata/netdata-1.24.0.ebuild | 141 +
 2 files changed, 142 insertions(+)

diff --git a/net-analyzer/netdata/Manifest b/net-analyzer/netdata/Manifest
index 80c5a546dc6..6e0d6fa46c1 100644
--- a/net-analyzer/netdata/Manifest
+++ b/net-analyzer/netdata/Manifest
@@ -1 +1,2 @@
 DIST netdata-1.23.2.tar.gz 3839012 BLAKE2B 
f0c225307b61a0a3b5d581e6d5e4a90d5f26ad0aae49e32dfd3dc36405e48d2e8f7a088c31a2a19059418f88e362eb9840b6c020f5459a0d0388f10b7c729eb0
 SHA512 
4a4dc647e0326da4f785444e15e2f74af09428374bfe2db57c44dd2765ce77b2babbd8b52e33e04f49b95937a6ca8691ffa18b51d1717ea927025b70fa7e369f
+DIST netdata-1.24.0.tar.gz 3876403 BLAKE2B 
36a2413039f89d4a9f4c60a6ebe319b5e818b9a0f57e722cd7e29293452faebf264cf961530a03c9a8ffa27fe9f12caf5c54d1e58741641a1be76e936a0e3222
 SHA512 
18276605f74520b3d55b8a67bfbee7cb2483d472becbcab7e2b1af19f08b05ffd2a83e6e8eec98733abde8ba1f552eec919e8ae59266cbec7c2c94beb4a2aeb4

diff --git a/net-analyzer/netdata/netdata-1.24.0.ebuild 
b/net-analyzer/netdata/netdata-1.24.0.ebuild
new file mode 100644
index 000..48231022d05
--- /dev/null
+++ b/net-analyzer/netdata/netdata-1.24.0.ebuild
@@ -0,0 +1,141 @@
+# 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,3_8,3_9} )
+
+inherit autotools fcaps linux-info python-single-r1 systemd
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/netdata/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/netdata/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Linux real time system monitoring, done right!"
+HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/;
+
+LICENSE="GPL-3+ MIT BSD"
+SLOT="0"
+IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis 
mongodb mysql nfacct nodejs postgres prometheus +python tor xen"
+REQUIRED_USE="
+   mysql? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   tor? ( python )"
+
+# most unconditional dependencies are for plugins.d/charts.d.plugin:
+RDEPEND="
+   acct-group/netdata
+   acct-user/netdata
+   app-misc/jq
+   >=app-shells/bash-4:0
+   || (
+   net-analyzer/openbsd-netcat
+   net-analyzer/netcat
+   )
+   net-misc/curl
+   net-misc/wget
+   sys-apps/util-linux
+   virtual/awk
+   caps? ( sys-libs/libcap )
+   cups? ( net-print/cups )
+   dbengine? (
+   app-arch/lz4
+   dev-libs/judy
+   dev-libs/openssl:=
+   )
+   dev-libs/libuv
+   compression? ( sys-libs/zlib )
+   ipmi? ( sys-libs/freeipmi )
+   jsonc? ( dev-libs/json-c:= )
+   kinesis? ( dev-libs/aws-sdk-cpp[kinesis] )
+   mongodb? ( dev-libs/mongo-c-driver )
+   nfacct? (
+   net-firewall/nfacct
+   net-libs/libmnl
+   )
+   nodejs? ( net-libs/nodejs )
+   prometheus? (
+   dev-libs/protobuf:=
+   app-arch/snappy
+   )
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep 
'dev-python/pyyaml[${PYTHON_MULTI_USEDEP}]')
+   mysql? (
+   || (
+   $(python_gen_cond_dep 
'dev-python/mysqlclient[${PYTHON_MULTI_USEDEP}]')
+   $(python_gen_cond_dep 
'dev-python/mysql-python[${PYTHON_MULTI_USEDEP}]')
+   )
+   )
+   postgres? ( $(python_gen_cond_dep 
'dev-python/psycopg:2[${PYTHON_MULTI_USEDEP}]') )
+   tor? ( $(python_gen_cond_dep 
'net-libs/stem[${PYTHON_MULTI_USEDEP}]') )
+   )
+   xen? (
+   app-emulation/xen-tools
+   dev-libs/yajl
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+FILECAPS=(
+   'cap_dac_read_search,cap_sys_ptrace+ep' 
'usr/libexec/netdata/plugins.d/apps.plugin'
+)
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # --disable-cloud: https://github.com/netdata/netdata/issues/8961
+   econf \
+   --localstatedir="${EPREFIX}"/var \
+   --with-user=netdata \
+   --disable-cloud \
+   $(use_enable jsonc) \
+   $(use_enable cups plugin-cups) \
+   $(use_enable dbengine) 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-wmc/

2020-08-10 Thread Craig Andrews
commit: f928bc6dbed39e700a0e651f6e3ee9582c84a842
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Aug 10 13:24:38 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Aug 10 14:36:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f928bc6d

media-plugins/kodi-pvr-wmc: 5.0.3 version bump

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

 media-plugins/kodi-pvr-wmc/Manifest|  1 +
 .../kodi-pvr-wmc/kodi-pvr-wmc-5.0.2.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/media-plugins/kodi-pvr-wmc/Manifest 
b/media-plugins/kodi-pvr-wmc/Manifest
index 3b85ce7d5ca..e605cfb3424 100644
--- a/media-plugins/kodi-pvr-wmc/Manifest
+++ b/media-plugins/kodi-pvr-wmc/Manifest
@@ -2,3 +2,4 @@ DIST kodi-pvr-wmc-2.4.4.tar.gz 178508 BLAKE2B 
e1d80860ade2a639dd65a9dd541657ee29
 DIST kodi-pvr-wmc-2.4.5.tar.gz 179019 BLAKE2B 
ba116c687bcfbde69600a9fe9ebb22dec334768f6210b568be4d5b4b75c964d9d50764ad841f000af4c7656ad5e5b77721f9a806f3d63de5ec742d74d2dd3bb2
 SHA512 
d3c7abdd99190bfe5dda191d2811db8879ad916d6083042f9c84f30c8a0ad2a2694141df33ad1c7624387e4488c7aa2853c0fd84dce4f3c75b1897c256ca6154
 DIST kodi-pvr-wmc-2.4.6.tar.gz 179322 BLAKE2B 
b82761c76fd1d49400f5aa38ebe32adf6984b94c6d6feebeca2e0c6b31fbc413960af7a09955bfc0a5a50d454a4cc52a36098b74313a4ce673b08802ac109525
 SHA512 
2912d57f1d9d03d7f40c041c76737a620205e5fc81c6fc72c34c2f4d12e0fd18ccf185d78501dcd0b633aef3d5d2ce91d4201b60b92e0f6ac59d36df5eb19d15
 DIST kodi-pvr-wmc-5.0.1.tar.gz 184896 BLAKE2B 
28f321f9a6da6c96ec3482bcdd6939229f121b87e5378429b9a37b1638d0c9d3682d9442c5b0cc544b97fcd60d84dae5c442d4430ed0a5bcda2d7bbe52807be1
 SHA512 
f705915c1cbd47a024d53709f734c6e5ec4bb01f2b6e648a9c385712ed8101340c8a4fd45d4ce16a04de29e73c5fb9ecaf8163c7c30f848bd2acada6cf66804e
+DIST kodi-pvr-wmc-5.0.2.tar.gz 184922 BLAKE2B 
e1515a79d94bd4950af4f1c1058f0db4527f5af51dfe5368e4f7762505c6db8a8e986e4f17a99a355952c12a558d81e088a36aa2e2ac82803c4e2ca0e94472c2
 SHA512 
aff8f1e8bcb2b8fe6e4137b8af1c61e8036d262953f21f4512e40d7b9b5925cd078d021c569e1e51a7d260db5c90ddee8e3c158499d2cd656fd4861ecc90e0fe

diff --git a/media-plugins/kodi-pvr-wmc/kodi-pvr-wmc-5.0.2.ebuild 
b/media-plugins/kodi-pvr-wmc/kodi-pvr-wmc-5.0.2.ebuild
new file mode 100644
index 000..f1ee4b584cc
--- /dev/null
+++ b/media-plugins/kodi-pvr-wmc/kodi-pvr-wmc-5.0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's Windows Media Center client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.wmc;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.wmc.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.wmc/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.wmc-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   =dev-libs/libplatform-2*
+   "
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/

2020-08-10 Thread Agostino Sarubbo
commit: 040b0a9805acb439dc641be89ffd75ad2377126d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 14:33:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 14:33:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040b0a98

games-emulation/dolphin: amd64 stable wrt bug #736176

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

 games-emulation/dolphin/dolphin-5.0_p20200705.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild 
b/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild
index 56655d4613a..1b2cd79579d 100644
--- a/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild
+++ b/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild
@@ -16,7 +16,7 @@ else
inherit vcs-snapshot
commit=0dbe8fb2eaa608a6540df3d269648a596c29cf4b

SRC_URI="https://github.com/dolphin-emu/dolphin/archive/${commit}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 DESCRIPTION="Gamecube and Wii game emulator"



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

2020-08-10 Thread Agostino Sarubbo
commit: 020f580bb8bf39118143dfa1d8df2d9d368907a8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 14:33:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 14:33:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020f580b

app-i18n/ibus-pinyin: amd64 stable wrt bug #735190

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

 app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild 
b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
index 2ff6a6240e3..6d088ce777a 100644
--- a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
+++ b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.go
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="boost lua nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-08-10 Thread Agostino Sarubbo
commit: 93c3a249656c9da51075354c8cd66130fef0b159
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 14:33:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 14:33:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c3a249

sys-power/nut: amd64 stable wrt bug #735498

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

 sys-power/nut/nut-2.7.4-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/nut/nut-2.7.4-r6.ebuild 
b/sys-power/nut/nut-2.7.4-r6.ebuild
index 08e4f06c266..adea97099ce 100644
--- a/sys-power/nut/nut-2.7.4-r6.ebuild
+++ b/sys-power/nut/nut-2.7.4-r6.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.networkupstools.org/;
 SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm ~ppc ~ppc64 ~x86"
 
 IUSE="cgi ipmi snmp +usb selinux split-usr ssl tcpd xml zeroconf"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libX11/

2020-08-10 Thread Agostino Sarubbo
commit: 99194fad1be47da44414e261f4072a364b92dce7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 14:33:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 14:33:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99194fad

x11-libs/libX11: amd64 stable wrt bug #734974

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

 x11-libs/libX11/libX11-1.6.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libX11/libX11-1.6.11.ebuild 
b/x11-libs/libX11/libX11-1.6.11.ebuild
index 332f2c8108d..f4a1b7db340 100644
--- a/x11-libs/libX11/libX11-1.6.11.ebuild
+++ b/x11-libs/libX11/libX11-1.6.11.ebuild
@@ -9,7 +9,7 @@ inherit toolchain-funcs xorg-3
 
 DESCRIPTION="X.Org X11 library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ipv6 test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/leatherman/, dev-libs/leatherman/files/

2020-08-10 Thread Matthew Thode
commit: 12e5f1d672606e05f94b4f0be48f468106521c8f
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 10 14:22:09 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 10 14:22:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e5f1d6

dev-libs/leatherman: 1.12.1-r1 switch to fedora's nowide patch

Fixes: https://bugs.gentoo.org/726512
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Matthew Thode  gentoo.org>

 dev-libs/leatherman/files/shared_nowide.patch   | 107 
 dev-libs/leatherman/leatherman-1.12.1-r1.ebuild |  60 +
 2 files changed, 167 insertions(+)

diff --git a/dev-libs/leatherman/files/shared_nowide.patch 
b/dev-libs/leatherman/files/shared_nowide.patch
new file mode 100644
index 000..e0c4c832fb3
--- /dev/null
+++ b/dev-libs/leatherman/files/shared_nowide.patch
@@ -0,0 +1,107 @@
+diff --git a/nowide/CMakeLists.txt b/nowide/CMakeLists.txt
+index ff9dba6..5d1b9ce 100644
+--- a/nowide/CMakeLists.txt
 b/nowide/CMakeLists.txt
+@@ -1,7 +1,5 @@
+ find_package(Boost 1.54 REQUIRED)
+ 
+-add_leatherman_includes(${Boost_INCLUDE_DIRS} 
"${CMAKE_CURRENT_SOURCE_DIR}/../vendor/nowide/include")
+-add_leatherman_headers(../vendor/nowide/include/boost)
+ if(WIN32)
+ add_leatherman_library(../vendor/nowide/src/iostream.cpp)
+ endif()
+--- leatherman-1.10.0/execution/CMakeLists.txt~2020-06-03 
10:30:05.027479897 +0100
 leatherman-1.10.0/execution/CMakeLists.txt 2020-06-03 10:30:18.871483297 
+0100
+@@ -1,4 +1,4 @@
+-find_package(Boost 1.54 REQUIRED COMPONENTS regex filesystem system)
++find_package(Boost 1.73 REQUIRED COMPONENTS regex filesystem system nowide)
+ 
+ add_leatherman_deps("${Boost_LIBRARIES}")
+ if ("${CMAKE_SYSTEM_NAME}" MATCHES "SunOS")
+@@ -10,7 +10,6 @@
+ add_leatherman_includes("${Boost_INCLUDE_DIRS}")
+ 
+ leatherman_dependency(util)
+-leatherman_dependency(nowide)
+ leatherman_dependency(locale)
+ leatherman_dependency(logging)
+ leatherman_dependency(file_util)
+--- leatherman-1.10.0/file_util/CMakeLists.txt~2020-06-03 
10:30:05.031479898 +0100
 leatherman-1.10.0/file_util/CMakeLists.txt 2020-06-03 10:31:04.550494516 
+0100
+@@ -1,9 +1,8 @@
+-find_package(Boost 1.54 REQUIRED COMPONENTS regex filesystem system)
++find_package(Boost 1.73 REQUIRED COMPONENTS regex filesystem system nowide)
+ 
+ add_leatherman_deps("${Boost_LIBRARIES}")
+ add_leatherman_includes("${Boost_INCLUDE_DIRS}")
+ 
+-leatherman_dependency(nowide)
+ leatherman_dependency(locale)
+ leatherman_dependency(logging)
+ leatherman_dependency(util)
+--- leatherman-1.10.0/logging/CMakeLists.txt~  2020-06-03 10:30:05.035479898 
+0100
 leatherman-1.10.0/logging/CMakeLists.txt   2020-06-03 10:30:19.092483352 
+0100
+@@ -4,7 +4,6 @@
+ add_leatherman_deps(${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
+ add_leatherman_includes("${Boost_INCLUDE_DIRS}")
+ 
+-leatherman_dependency(nowide)
+ leatherman_dependency(locale)
+ 
+ if (CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "SunOS")
+--- leatherman-1.10.0/tests/CMakeLists.txt~2020-06-02 23:24:17.146002133 
+0100
 leatherman-1.10.0/tests/CMakeLists.txt 2020-06-02 23:26:17.780054923 
+0100
+@@ -1,8 +1,8 @@
+-set(BOOST_REQUIRED_COMPONENTS system date_time chrono log log_setup thread 
filesystem regex)
++set(BOOST_REQUIRED_COMPONENTS system date_time chrono log log_setup thread 
filesystem regex nowide)
+ if (LEATHERMAN_USE_LOCALES)
+ set(BOOST_REQUIRED_COMPONENTS ${BOOST_REQUIRED_COMPONENTS} locale)
+ endif()
+-find_package(Boost "1.54" REQUIRED COMPONENTS ${BOOST_REQUIRED_COMPONENTS})
++find_package(Boost "1.73" REQUIRED COMPONENTS ${BOOST_REQUIRED_COMPONENTS})
+ 
+ include_directories(BEFORE ${LEATHERMAN_CATCH_INCLUDE} 
${LEATHERMAN_INCLUDE_DIRS})
+ add_executable(leatherman_test main.cc ${LEATHERMAN_TEST_SRCS})
+--- leatherman-1.10.0/util/CMakeLists.txt~ 2020-06-03 10:05:44.277172451 
+0100
 leatherman-1.10.0/util/CMakeLists.txt  2020-06-03 10:06:52.969185017 
+0100
+@@ -1,10 +1,8 @@
+-find_package(Boost 1.54 REQUIRED date_time chrono system)
++find_package(Boost 1.73 REQUIRED date_time chrono system nowide)
+ 
+ add_leatherman_deps(${Boost_LIBRARIES})
+ add_leatherman_includes("${Boost_INCLUDE_DIRS}")
+ 
+-leatherman_dependency(nowide)
+-
+ if(WIN32)
+ set(PLATFORM_SRCS "src/windows/time.cc" "src/windows/environment.cc" 
"src/windows/scoped_handle.cc")
+ set(PLATFORM_TESTS "tests/windows/environment.cc")
+--- leatherman-1.10.0/file_util/src/file.cc~   2019-12-14 20:46:29.0 
+
 leatherman-1.10.0/file_util/src/file.cc2020-06-02 22:42:45.100963441 
+0100
+@@ -1,6 +1,6 @@
+ #include 
+ #include 
+-#include 
++#include 
+ #include 
+ #include 
+ #include 
+--- leatherman-1.10.0/util/src/environment.cc~ 2019-12-14 20:46:29.0 
+
 leatherman-1.10.0/util/src/environment.cc  2020-06-02 22:42:45.101963441 
+0100
+@@ -1,5 +1,5 @@
+ #include 
+-#include 
++#include 
+ 

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

2020-08-10 Thread Akinori Hattori
commit: ab29961ebcab9b588a74b46bd0f0d6f0b97aea1a
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:55:19 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:55:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab29961e

app-text/po4a: fix prepare

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

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

diff --git a/app-text/po4a/po4a-0.61.ebuild b/app-text/po4a/po4a-0.61.ebuild
index 8807618f22d..f17215b23e4 100644
--- a/app-text/po4a/po4a-0.61.ebuild
+++ b/app-text/po4a/po4a-0.61.ebuild
@@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
virtual/latex-base
)"
 
-PATCHES=( "${FILESDIR}"/${P}-man.patch )
+PATCHES=( "${FILESDIR}"/${PN}-0.60-man.patch )
 
 DIST_TEST="do"
 



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

2020-08-10 Thread Agostino Sarubbo
commit: a5363a4ec13009e10765915c28bdcf241ccda107
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:52:25 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:52:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5363a4e

net-nds/gssproxy: amd64 stable wrt bug #736340

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

 net-nds/gssproxy/gssproxy-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/gssproxy/gssproxy-0.8.3.ebuild 
b/net-nds/gssproxy/gssproxy-0.8.3.ebuild
index 8a1a3c6516a..c5d28e7bed4 100644
--- a/net-nds/gssproxy/gssproxy-0.8.3.ebuild
+++ b/net-nds/gssproxy/gssproxy-0.8.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/gssapi/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD-1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE="debug selinux systemd hardened"
 
 COMMON_DEPEND=">=dev-libs/libverto-0.2.2



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

2020-08-10 Thread Agostino Sarubbo
commit: 760d49afda542f896f0f9156c43a5e1c27fef005
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:52:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:52:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=760d49af

sys-block/mbuffer: amd64 stable wrt bug #736254

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

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

diff --git a/sys-block/mbuffer/mbuffer-20200505.ebuild 
b/sys-block/mbuffer/mbuffer-20200505.ebuild
index 64557b3a490..b729c847e7b 100644
--- a/sys-block/mbuffer/mbuffer-20200505.ebuild
+++ b/sys-block/mbuffer/mbuffer-20200505.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: net-libs/libtirpc/

2020-08-10 Thread Agostino Sarubbo
commit: 219780b4f658b44da5e5da98e4f2367f6e7320ce
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:52:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:52:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219780b4

net-libs/libtirpc: amd64 stable wrt bug #736340

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

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

diff --git a/net-libs/libtirpc/libtirpc-1.2.6.ebuild 
b/net-libs/libtirpc/libtirpc-1.2.6.ebuild
index c8a95211864..ed265f6903e 100644
--- a/net-libs/libtirpc/libtirpc-1.2.6.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.2.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="ipv6 kerberos static-libs"
 
 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"



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

2020-08-10 Thread Agostino Sarubbo
commit: 8f26774319e613f441cc0e5a64b49c2c60c59b08
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:51:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:51:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f267743

dev-lang/squirrel: amd64 stable wrt bug #736180

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

 dev-lang/squirrel/squirrel-3.1_p20200612.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/squirrel/squirrel-3.1_p20200612.ebuild 
b/dev-lang/squirrel/squirrel-3.1_p20200612.ebuild
index 96d17ed9268..d86591441f8 100644
--- a/dev-lang/squirrel/squirrel-3.1_p20200612.ebuild
+++ b/dev-lang/squirrel/squirrel-3.1_p20200612.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/albertodemichelis/squirrel/archive/${commit}.tar.gz
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples static-libs"
 
 RDEPEND=""



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

2020-08-10 Thread Agostino Sarubbo
commit: de4537ba2b0389f5ef6529d88451822ffb47e7cc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:51:44 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:51:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4537ba

dev-libs/libffi: amd64 stable wrt bug #736178

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

 dev-libs/libffi/libffi-3.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libffi/libffi-3.3-r2.ebuild 
b/dev-libs/libffi/libffi-3.3-r2.ebuild
index 6a919664589..df72659bbcf 100644
--- a/dev-libs/libffi/libffi-3.3-r2.ebuild
+++ b/dev-libs/libffi/libffi-3.3-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/libffi/libffi/releases/download/v${MY_PV}/${MY_P}.ta
 
 LICENSE="MIT"
 SLOT="0/7" # SONAME=libffi.so.7
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug pax_kernel static-libs test"
 
 RESTRICT="!test? ( test )"



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

2020-08-10 Thread Agostino Sarubbo
commit: 21322207761bee46f1c0054666c668c4d0c32aba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:52:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:52:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21322207

media-plugins/libvisual-plugins: amd64 stable wrt bug #736294

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

 media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r4.ebuild 
b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r4.ebuild
index a973e4bb89d..e7a69d1f906 100644
--- a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r4.ebuild
+++ b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/libvisual/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0.4"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
 IUSE="alsa debug gtk jack mplayer opengl"
 
 RDEPEND=">=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]



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

2020-08-10 Thread Agostino Sarubbo
commit: 1f7b15f9c5f99c3a4c9586c64a70f74b60d707ee
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:52:01 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:52:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7b15f9

app-editors/hteditor: amd64 stable wrt bug #736184

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

 app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild 
b/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild
index cd12cdc54f1..83437147627 100644
--- a/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild
+++ b/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="X"
 
 RDEPEND="sys-libs/ncurses:0=



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

2020-08-10 Thread Agostino Sarubbo
commit: fdc6c77a88e5a178db0288c11c73040ec6bfabbd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:51:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:51:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc6c77a

dev-lang/elixir: amd64 stable wrt bug #736182

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

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

diff --git a/dev-lang/elixir/elixir-1.10.4.ebuild 
b/dev-lang/elixir/elixir-1.10.4.ebuild
index 74f24bfac27..42aa2526765 100644
--- a/dev-lang/elixir/elixir-1.10.4.ebuild
+++ b/dev-lang/elixir/elixir-1.10.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0 ErlPL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



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

2020-08-10 Thread Agostino Sarubbo
commit: 2a3bd9e718ffc6d733b3d11f598910030d261f8c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:52:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:52:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3bd9e7

media-sound/cadence: amd64 stable wrt bug #736348

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

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

diff --git a/media-sound/cadence/cadence-0.9.1.ebuild 
b/media-sound/cadence/cadence-0.9.1.ebuild
index 0a8ae5f9a15..6185958b360 100644
--- a/media-sound/cadence/cadence-0.9.1.ebuild
+++ b/media-sound/cadence/cadence-0.9.1.ebuild
@@ -12,10 +12,10 @@ 
HOMEPAGE="https://kxstudio.linuxaudio.org/Applications:Cadence;
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/falkTX/Cadence.git;
-   KEYWORDS=""
+   KEYWORDS="amd64"
 else
SRC_URI="https://github.com/falkTX/Cadence/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
S="${WORKDIR}/Cadence-${PV}"
 fi
 



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

2020-08-10 Thread Akinori Hattori
commit: 3acc559d7f66a5e935654c42c4e12aa5b5d504de
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:47:34 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:47:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3acc559d

app-text/po4a: new upstream release

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

 app-text/po4a/Manifest |  1 +
 app-text/po4a/po4a-0.61.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index f5e248b0e6e..4d03007b7bc 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,4 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a-0.60.tar.gz 3799018 BLAKE2B 
cecc260af82318fa4dfeab7ef81a29256f6531d8d97afe379d0e3291197f5b9bd0a4379697f23186de0a70ff3476cedae98bedd19bf7cddf59e9503ffbc90202
 SHA512 
b1e32169221d6aaf49fa0e6a42e45a858c8608a62470e5d5b769da985e4d03e09a220384400fe36f740447770331f7b8b821f00dc9ce68d3c7b00178c146c6a9
+DIST po4a-0.61.tar.gz 3863796 BLAKE2B 
f10c7d8b42c32be1b100f724e6d0d1b419e5ed10e0762c45bda8d91bbec7d5de331265611edc8cfcb04e3afeb044258697a54bea996240c27eb113f2f6aa0df3
 SHA512 
51038a3d2b2056de9bb258bc0b83dba4dec4414d6a06dedc17067441fba6824cd93296308abaa418248e3583bfacd6c81621fa6eb42e5596a3c29968ce154e77
 DIST po4a-v0.59.1.tar.gz 3624434 BLAKE2B 
9837a7317eecd3db540bc7c23b3d26a9110f00d9c441b1bf1d61af80bae1fe0952f875425f14d66a939456f3a90e9ea74c189d94da7471c7c9a4d0b15f3875ce
 SHA512 
904cb5817586fef19de55e76f3a33c264f9864b5c720b727a75e78a3b690e1ecd7b10603304a762d07b340320143b83b686c9918b9fe95499ceb55482950a4d4

diff --git a/app-text/po4a/po4a-0.61.ebuild b/app-text/po4a/po4a-0.61.ebuild
new file mode 100644
index 000..8807618f22d
--- /dev/null
+++ b/app-text/po4a/po4a-0.61.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
+
+inherit l10n perl-module
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${P}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   l10n_for_each_disabled_locale_do rm_locale
+
+   perl-module_src_prepare
+}



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

2020-08-10 Thread Akinori Hattori
commit: 09a50f0f3dc768b88b07499bfa0e1f4f607c719c
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:49:49 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:49:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a50f0f

app-text/po4a: drop old

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

 app-text/po4a/Manifest   |  1 -
 app-text/po4a/po4a-0.59.1.ebuild | 54 
 2 files changed, 55 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 4d03007b7bc..710d16db31f 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,4 +1,3 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a-0.60.tar.gz 3799018 BLAKE2B 
cecc260af82318fa4dfeab7ef81a29256f6531d8d97afe379d0e3291197f5b9bd0a4379697f23186de0a70ff3476cedae98bedd19bf7cddf59e9503ffbc90202
 SHA512 
b1e32169221d6aaf49fa0e6a42e45a858c8608a62470e5d5b769da985e4d03e09a220384400fe36f740447770331f7b8b821f00dc9ce68d3c7b00178c146c6a9
 DIST po4a-0.61.tar.gz 3863796 BLAKE2B 
f10c7d8b42c32be1b100f724e6d0d1b419e5ed10e0762c45bda8d91bbec7d5de331265611edc8cfcb04e3afeb044258697a54bea996240c27eb113f2f6aa0df3
 SHA512 
51038a3d2b2056de9bb258bc0b83dba4dec4414d6a06dedc17067441fba6824cd93296308abaa418248e3583bfacd6c81621fa6eb42e5596a3c29968ce154e77
-DIST po4a-v0.59.1.tar.gz 3624434 BLAKE2B 
9837a7317eecd3db540bc7c23b3d26a9110f00d9c441b1bf1d61af80bae1fe0952f875425f14d66a939456f3a90e9ea74c189d94da7471c7c9a4d0b15f3875ce
 SHA512 
904cb5817586fef19de55e76f3a33c264f9864b5c720b727a75e78a3b690e1ecd7b10603304a762d07b340320143b83b686c9918b9fe95499ceb55482950a4d4

diff --git a/app-text/po4a/po4a-0.59.1.ebuild b/app-text/po4a/po4a-0.59.1.ebuild
deleted file mode 100644
index 9d0d18bc63e..000
--- a/app-text/po4a/po4a-0.59.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
-
-inherit l10n perl-module
-
-MY_P="${P/-/-v}"
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   dev-perl/Test-Pod
-   virtual/latex-base
-   )"
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}"/${PN}-man.patch )
-
-DIST_TEST="do"
-
-src_prepare() {
-   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   l10n_for_each_disabled_locale_do rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-typing-booster/

2020-08-10 Thread Akinori Hattori
commit: be653637794466b1077cc5f205629c70d1908db8
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:38:20 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:40:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be653637

app-i18n/ibus-typing-booster: new upstream release

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

 app-i18n/ibus-typing-booster/Manifest  |  1 +
 .../ibus-typing-booster-2.9.5.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/app-i18n/ibus-typing-booster/Manifest 
b/app-i18n/ibus-typing-booster/Manifest
index c6c433fc245..99215a6ab9a 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,2 +1,3 @@
 DIST ibus-typing-booster-2.9.0.tar.gz 8191076 BLAKE2B 
4b0e53679b907fce56361c60aed2d50f0ac3bef422f9c56b4b5ca8733734c0341f90dfbcf2a9db747a801d999a49198de2b091badf8efe141d22fddb9b35ec6c
 SHA512 
33e0c53e3f16e312eee7db2395d0a5506150e60a47882a7531c9d082e0ca405aabd922b4774a507399d31f38feed78fb87a09efc5550f08dd3794703f1fab235
 DIST ibus-typing-booster-2.9.4.tar.gz 828 BLAKE2B 
8ba79ceaff6cd5ce37d093b08438a22ffb7b1295bba6d0b3af141b5804e89d04807d14fa5c5ce959ff728d76fcc5e60c0a51f113baa172710d59866733bd9741
 SHA512 
9c323301deccec0904cb2a2e34015ef11885ecd635ddb99afc6811a7f684dca448a026301155ae26fe0a38c00ca0a4d714ff933c39a60e4299434cfbca455d58
+DIST ibus-typing-booster-2.9.5.tar.gz 8236281 BLAKE2B 
749890cc3477db890603c9a700bff1a097fd2cd09d01477f319658c65c73688903171e49a0284176ce396d83587ef23a067a0aabe81c57bf70479050a15e8c80
 SHA512 
58db7d7e687512d8c436b23c28e1c614d56f486de13153f5ddfddecf32595f6de8c8289273b288c1df857dac5577df3eea48ca900b709a13b9c91b2e0ec21286

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.9.5.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.9.5.ebuild
new file mode 100644
index 000..ed1abe74544
--- /dev/null
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.9.5.ebuild
@@ -0,0 +1,48 @@
+# 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="sqlite(+)"
+
+inherit gnome2-utils python-single-r1 xdg
+
+DESCRIPTION="Completion input method for IBus"
+HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster;
+SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   dev-libs/m17n-lib
+   $(python_gen_cond_dep '
+   app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
+   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+   dev-python/pyenchant[${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
+   ')"
+RDEPEND="${DEPEND}
+   >=dev-db/m17n-db-1.7"
+BDEPEND="sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_preinst() {
+   xdg_pkg_preinst
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-typing-booster/

2020-08-10 Thread Akinori Hattori
commit: 1b4af0bbbe619fa9a49164811afbe55d89292bb8
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:40:13 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:40:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4af0bb

app-i18n/ibus-typing-booster: drop old

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

 app-i18n/ibus-typing-booster/Manifest  |  1 -
 .../ibus-typing-booster-2.9.0.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/app-i18n/ibus-typing-booster/Manifest 
b/app-i18n/ibus-typing-booster/Manifest
index 99215a6ab9a..cc98f7fb910 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,3 +1,2 @@
-DIST ibus-typing-booster-2.9.0.tar.gz 8191076 BLAKE2B 
4b0e53679b907fce56361c60aed2d50f0ac3bef422f9c56b4b5ca8733734c0341f90dfbcf2a9db747a801d999a49198de2b091badf8efe141d22fddb9b35ec6c
 SHA512 
33e0c53e3f16e312eee7db2395d0a5506150e60a47882a7531c9d082e0ca405aabd922b4774a507399d31f38feed78fb87a09efc5550f08dd3794703f1fab235
 DIST ibus-typing-booster-2.9.4.tar.gz 828 BLAKE2B 
8ba79ceaff6cd5ce37d093b08438a22ffb7b1295bba6d0b3af141b5804e89d04807d14fa5c5ce959ff728d76fcc5e60c0a51f113baa172710d59866733bd9741
 SHA512 
9c323301deccec0904cb2a2e34015ef11885ecd635ddb99afc6811a7f684dca448a026301155ae26fe0a38c00ca0a4d714ff933c39a60e4299434cfbca455d58
 DIST ibus-typing-booster-2.9.5.tar.gz 8236281 BLAKE2B 
749890cc3477db890603c9a700bff1a097fd2cd09d01477f319658c65c73688903171e49a0284176ce396d83587ef23a067a0aabe81c57bf70479050a15e8c80
 SHA512 
58db7d7e687512d8c436b23c28e1c614d56f486de13153f5ddfddecf32595f6de8c8289273b288c1df857dac5577df3eea48ca900b709a13b9c91b2e0ec21286

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.9.0.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.9.0.ebuild
deleted file mode 100644
index ed1abe74544..000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.9.0.ebuild
+++ /dev/null
@@ -1,48 +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="sqlite(+)"
-
-inherit gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Completion input method for IBus"
-HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster;
-SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   dev-libs/m17n-lib
-   $(python_gen_cond_dep '
-   app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
-   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
-   dev-python/pyenchant[${PYTHON_MULTI_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
-   ')"
-RDEPEND="${DEPEND}
-   >=dev-db/m17n-db-1.7"
-BDEPEND="sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2020-08-10 Thread Alfredo Tupone
commit: b05889255a63c342313793d49c268c61eef40974
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Aug 10 13:35:30 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Aug 10 13:35:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0588925

dev-python/quex: move unpacker to BDEPEND

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

 dev-python/quex/quex-0.70.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/quex/quex-0.70.0.ebuild 
b/dev-python/quex/quex-0.70.0.ebuild
index 1297d9f7313..31c384bf13f 100644
--- a/dev-python/quex/quex-0.70.0.ebuild
+++ b/dev-python/quex/quex-0.70.0.ebuild
@@ -19,9 +19,9 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"
-BDEPEND="${RDEPEND}"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
app-arch/p7zip"
+DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 



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

2020-08-10 Thread Alfredo Tupone
commit: 4bf4e0547e186c8ffcae5292b233efbbd185f442
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Aug 10 13:33:02 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Aug 10 13:33:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf4e054

dev-python/quex: fix DEPEND

Closes: https://bugs.gentoo.org/736595
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-python/quex/quex-0.70.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/quex/quex-0.70.0.ebuild 
b/dev-python/quex/quex-0.70.0.ebuild
index 5237166e0f5..1297d9f7313 100644
--- a/dev-python/quex/quex-0.70.0.ebuild
+++ b/dev-python/quex/quex-0.70.0.ebuild
@@ -20,7 +20,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"
 BDEPEND="${RDEPEND}"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   app-arch/p7zip"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/eekboard/files/, dev-libs/eekboard/

2020-08-10 Thread Akinori Hattori
commit: e9f523470ee04ea0ed7ebadbc950b16e2afb17b5
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:27:17 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:29:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f52347

dev-libs/eekboard: add support for python3

Closes: https://bugs.gentoo.org/695018
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori  gentoo.org>

 dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild |  9 --
 dev-libs/eekboard/files/eekboard-python-3.patch   | 39 +++
 2 files changed, 45 insertions(+), 3 deletions(-)

diff --git a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild 
b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
index b534ae9a443..f9d9fbb4d40 100644
--- a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
+++ b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 VALA_USE_DEPEND="vapigen"
 
 inherit autotools gnome2-utils python-any-r1 vala vcs-snapshot virtualx 
xdg-utils
@@ -39,7 +39,10 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
-PATCHES=( "${FILESDIR}"/${PN}-vala.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-python-3.patch
+   "${FILESDIR}"/${PN}-vala.patch
+)
 
 src_prepare() {
use vala && vala_src_prepare

diff --git a/dev-libs/eekboard/files/eekboard-python-3.patch 
b/dev-libs/eekboard/files/eekboard-python-3.patch
new file mode 100644
index 000..1bb75feb76f
--- /dev/null
+++ b/dev-libs/eekboard/files/eekboard-python-3.patch
@@ -0,0 +1,39 @@
+--- a/eek/gen-keysym-entries.py
 b/eek/gen-keysym-entries.py
+@@ -18,17 +18,20 @@
+ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ # 02110-1301 USA
+ 
++from __future__ import print_function
+ import sys
+ import re
+ 
+ if len(sys.argv) != 2:
+-print >> sys.stderr, "Usage: %s TABLE-NAME" % sys.argv[0]
++print("Usage: %s TABLE-NAME" % sys.argv[0], file=sys.stderr)
+ sys.exit(-1)
+ 
++py2 = sys.version_info[0] < 3
+ table = dict()
+ for line in sys.stdin:
+-line = line.decode('UTF-8')
+-match = re.match(r'\s*(0x[0-9A-F]+)\s+(\S*)\s+(\S*)', line, re.I)
++if py2:
++line = line.decode('UTF-8')
++match = re.match(r'\s*(0x[0-9A-F]+)\s+(\w*)\s+(\w*)', line, re.I)
+ if match:
+ table[int(match.group(1), 16)] = (match.group(2), match.group(3))
+ 
+@@ -37,8 +40,10 @@
+ 
+ for index, (keysym, (l, c)) in enumerate([(keysym, table[keysym])
+   for keysym in 
sorted(table.keys())]):
+-sys.stdout.write("{ 0x%X, %s, %s }" %
+- (keysym, l.encode('UTF-8'), c.encode('UTF-8')))
++if py2:
++l = l.encode('UTF-8')
++c = c.encode('UTF-8')
++sys.stdout.write("{ 0x%X, %s, %s }" % (keysym, l, c))
+ if index < len(table) - 1:
+ sys.stdout.write(",")
+ sys.stdout.write("\n")



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

2020-08-10 Thread Akinori Hattori
commit: 82ce99fc726ec61efdfcd8a0aed5dd09a5b1455b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:29:25 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:29:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ce99fc

dev-libs/eekboard: update to EAPI 7

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

 dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild |  6 ++---
 dev-libs/eekboard/metadata.xml| 30 +++
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild 
b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
index f9d9fbb4d40..0913e6af18a 100644
--- a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
+++ b/dev-libs/eekboard/eekboard-1.0.8_p20121001.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"
 PYTHON_COMPAT=( python3_{6,7,8} )
 VALA_USE_DEPEND="vapigen"
 
@@ -30,8 +30,8 @@ RDEPEND="app-accessibility/at-spi2-core
libcanberra? ( media-libs/libcanberra[gtk3(+)] )
vala? ( $(vala_depend) )
xtest? ( x11-libs/libXtst )"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
dev-util/glib-utils
dev-util/gtk-doc
dev-util/gtk-doc-am

diff --git a/dev-libs/eekboard/metadata.xml b/dev-libs/eekboard/metadata.xml
index 8b3df112eeb..9c2b63ff15d 100644
--- a/dev-libs/eekboard/metadata.xml
+++ b/dev-libs/eekboard/metadata.xml
@@ -1,19 +1,19 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-c...@gentoo.org
-Cjk
-  
-  
-eekboard is a virtual keyboard software package, including a set of tools
-to implement desktop virtual keyboards.
-  
-  
-Enable support for 
media-libs/libcanberra
-Enable support for x11-libs/libXtst
-  
-  
-ueno/eekboard
-  
+   
+   c...@gentoo.org
+   Cjk
+   
+   
+   eekboard is a virtual keyboard software package, including a 
set of tools
+   to implement desktop virtual keyboards.
+   
+   
+   Enable support for 
media-libs/libcanberra
+   Enable support for 
x11-libs/libXtst
+   
+   
+   ueno/eekboard
+   
 



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

2020-08-10 Thread Michał Górny
commit: e6c791da83926c82871cdf301bbdf18bb7a4d3f8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 10 13:23:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 10 13:24:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c791da

dev-ruby/rbst: Bump to 0.6.5

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

 dev-ruby/rbst/Manifest  |  1 +
 dev-ruby/rbst/rbst-0.6.5.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/rbst/Manifest b/dev-ruby/rbst/Manifest
index 178c9b36d7e..6b475f235b8 100644
--- a/dev-ruby/rbst/Manifest
+++ b/dev-ruby/rbst/Manifest
@@ -1 +1,2 @@
 DIST rbst-0.5.1.tar.gz 14039 BLAKE2B 
7399e92f98c650842464ea9240775ad776ec8d574c578d8da764778bbe8050be429e2521df82b3b04a0bf9cd18bef4f114890d54ef8d6f34c797f0f2f2e35bc2
 SHA512 
a7fffc1ccf495c1858d6d9fadd38a4d6a2c27a2da8eda8dad038f4ab881f4521223a35f97d4018d25b32c2621132a623040ba930494b36e1385356ecb87fecdc
+DIST rbst-0.6.5.tar.gz 15760 BLAKE2B 
3bace4401c8c92eba286f242c1e074aa833094c21e4b00bfa2eee982ad8cbb94024dda2210eb1c72ab88293b1a63a62a5bdeafde2615b0430bd0a7cc21ced14c
 SHA512 
2d4a28c70a4925e1ffe0cd2ff10c275f67cae4a918c1064bd73cb8e7e490be251acff09670d78fef1edeb1a7dab8995aa0b4737563a0797ff66c0fee3f89bba2

diff --git a/dev-ruby/rbst/rbst-0.6.5.ebuild b/dev-ruby/rbst/rbst-0.6.5.ebuild
new file mode 100644
index 000..4dd5c2e9ee6
--- /dev/null
+++ b/dev-ruby/rbst/rbst-0.6.5.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_NAME="RbST"
+RUBY_FAKEGEM_GEMSPEC="RbST.gemspec"
+
+inherit python-single-r1 ruby-fakegem
+
+DESCRIPTION="A simple Ruby wrapper for processing rST via docutils"
+HOMEPAGE="https://github.com/alphabetum/rbst;
+SRC_URI="https://github.com/alphabetum/rbst/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   dev-python/docutils
+   ${PYTHON_DEPS}"
+DEPEND="
+   test? ( ${RDEPEND} )"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/minitest-5.14.0:5
+   >=dev-ruby/mocha-1.1.0:1.0
+   )"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+   ruby-ng_pkg_setup
+}
+
+all_ruby_prepare() {
+   # do not use bundler
+   sed -i -e '/bundler/,/end/d' \
+   Rakefile test/helper.rb || die
+   # do not use python2
+   sed -i -e '/python2/,/end/d' \
+   test/test_rbst.rb || die
+
+   # force our python version
+   sed -i -e "s:\(python_path=\"\)python:\1${EPYTHON}:" lib/rbst.rb || die
+   python_fix_shebang lib/rst2parts
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/audio_play/

2020-08-10 Thread Alexis Ballier
commit: 455ee334d47aa88f2d9f7d15690a113226308135
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Aug 10 12:50:29 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Aug 10 13:19:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455ee334

dev-ros/audio_play: Bump to 0.3.7.

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/audio_play/Manifest|  1 +
 dev-ros/audio_play/audio_play-0.3.7.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ros/audio_play/Manifest b/dev-ros/audio_play/Manifest
index e59736c19a2..82dec8ab13b 100644
--- a/dev-ros/audio_play/Manifest
+++ b/dev-ros/audio_play/Manifest
@@ -1 +1,2 @@
 DIST audio_common-0.3.6.tar.gz 189612 BLAKE2B 
536192cdbab9c205c17eb4b1f7ccb1864c2fcaa6b47747664a1fa7c077e747d6b7e01be1119a02333e1581bd865baffbd02b4e43569727645bd28f2f3ac36a22
 SHA512 
e36f7c52c4c9dcf382e65fe6de0b72729e76bca85230074e5cf3f0a74d7ec7e95c1aee14cfd7ee0d6075439efab04d66db946115919be664e8e94df91652e96c
+DIST audio_common-0.3.7.tar.gz 190644 BLAKE2B 
b4c66cedfdff01ea1e8c3b257ef65961b535041685b2ca0220545f2c8092cb43ad3de158c4c879071bedccc72859a046b7425d839dff7fcad393fda86dbec2ac
 SHA512 
6e7f2aae57b15792709e204f556846d7fc443cb99a3013c828b5c564474ba5c3a5782144e20aa721a851e2e3f029d9200fdc98a86babf70dac330c22889a9402

diff --git a/dev-ros/audio_play/audio_play-0.3.7.ebuild 
b/dev-ros/audio_play/audio_play-0.3.7.ebuild
new file mode 100644
index 000..b54dfb9a1e9
--- /dev/null
+++ b/dev-ros/audio_play/audio_play-0.3.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-drivers/audio_common;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Outputs audio to a speaker from a source node"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/roscpp
+   dev-libs/boost:=[threads]
+   media-libs/gstreamer:1.0
+"
+DEPEND="${RDEPEND}
+   dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+RDEPEND="${RDEPEND}
+   media-libs/gst-plugins-good:1.0
+   media-libs/gst-plugins-base:1.0
+"
+BDEPEND="
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/audio_capture/

2020-08-10 Thread Alexis Ballier
commit: a7a56c1c34b9427bb5b7463a1f6f114e78fada97
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Aug 10 12:50:19 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Aug 10 13:19:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a56c1c

dev-ros/audio_capture: Bump to 0.3.7.

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/audio_capture/Manifest   |  1 +
 dev-ros/audio_capture/audio_capture-0.3.7.ebuild | 30 
 2 files changed, 31 insertions(+)

diff --git a/dev-ros/audio_capture/Manifest b/dev-ros/audio_capture/Manifest
index e59736c19a2..82dec8ab13b 100644
--- a/dev-ros/audio_capture/Manifest
+++ b/dev-ros/audio_capture/Manifest
@@ -1 +1,2 @@
 DIST audio_common-0.3.6.tar.gz 189612 BLAKE2B 
536192cdbab9c205c17eb4b1f7ccb1864c2fcaa6b47747664a1fa7c077e747d6b7e01be1119a02333e1581bd865baffbd02b4e43569727645bd28f2f3ac36a22
 SHA512 
e36f7c52c4c9dcf382e65fe6de0b72729e76bca85230074e5cf3f0a74d7ec7e95c1aee14cfd7ee0d6075439efab04d66db946115919be664e8e94df91652e96c
+DIST audio_common-0.3.7.tar.gz 190644 BLAKE2B 
b4c66cedfdff01ea1e8c3b257ef65961b535041685b2ca0220545f2c8092cb43ad3de158c4c879071bedccc72859a046b7425d839dff7fcad393fda86dbec2ac
 SHA512 
6e7f2aae57b15792709e204f556846d7fc443cb99a3013c828b5c564474ba5c3a5782144e20aa721a851e2e3f029d9200fdc98a86babf70dac330c22889a9402

diff --git a/dev-ros/audio_capture/audio_capture-0.3.7.ebuild 
b/dev-ros/audio_capture/audio_capture-0.3.7.ebuild
new file mode 100644
index 000..ef0806b5c85
--- /dev/null
+++ b/dev-ros/audio_capture/audio_capture-0.3.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-drivers/audio_common;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Transports audio from a source to a destination"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/roscpp
+   dev-libs/boost:=[threads]
+   media-libs/gstreamer:1.0
+"
+DEPEND="${RDEPEND}
+   dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+RDEPEND="${RDEPEND}
+   media-plugins/gst-plugins-lame:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gst-plugins-base:1.0
+"
+BDEPEND="
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/audio_common_msgs/

2020-08-10 Thread Alexis Ballier
commit: 3a09acb37cc753ef2d69c583b38c98f70bf87f6d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Aug 10 12:50:24 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Aug 10 13:19:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a09acb3

dev-ros/audio_common_msgs: Bump to 0.3.7.

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/audio_common_msgs/Manifest |  1 +
 .../audio_common_msgs/audio_common_msgs-0.3.7.ebuild   | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-ros/audio_common_msgs/Manifest 
b/dev-ros/audio_common_msgs/Manifest
index e59736c19a2..82dec8ab13b 100644
--- a/dev-ros/audio_common_msgs/Manifest
+++ b/dev-ros/audio_common_msgs/Manifest
@@ -1 +1,2 @@
 DIST audio_common-0.3.6.tar.gz 189612 BLAKE2B 
536192cdbab9c205c17eb4b1f7ccb1864c2fcaa6b47747664a1fa7c077e747d6b7e01be1119a02333e1581bd865baffbd02b4e43569727645bd28f2f3ac36a22
 SHA512 
e36f7c52c4c9dcf382e65fe6de0b72729e76bca85230074e5cf3f0a74d7ec7e95c1aee14cfd7ee0d6075439efab04d66db946115919be664e8e94df91652e96c
+DIST audio_common-0.3.7.tar.gz 190644 BLAKE2B 
b4c66cedfdff01ea1e8c3b257ef65961b535041685b2ca0220545f2c8092cb43ad3de158c4c879071bedccc72859a046b7425d839dff7fcad393fda86dbec2ac
 SHA512 
6e7f2aae57b15792709e204f556846d7fc443cb99a3013c828b5c564474ba5c3a5782144e20aa721a851e2e3f029d9200fdc98a86babf70dac330c22889a9402

diff --git a/dev-ros/audio_common_msgs/audio_common_msgs-0.3.7.ebuild 
b/dev-ros/audio_common_msgs/audio_common_msgs-0.3.7.ebuild
new file mode 100644
index 000..468a27192cd
--- /dev/null
+++ b/dev-ros/audio_common_msgs/audio_common_msgs-0.3.7.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-drivers/audio_common;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+CATKIN_HAS_MESSAGES=yes
+
+inherit ros-catkin
+
+DESCRIPTION="Messages for transmitting audio via ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: ros-meta/audio_common/

2020-08-10 Thread Alexis Ballier
commit: 09f585aae2988cd96c8a5212c6da6435bc9fc036
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Aug 10 12:50:34 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Aug 10 13:19:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f585aa

ros-meta/audio_common: Bump to 0.3.7.

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Alexis Ballier  gentoo.org>

 ros-meta/audio_common/Manifest  |  1 +
 ros-meta/audio_common/audio_common-0.3.7.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/ros-meta/audio_common/Manifest b/ros-meta/audio_common/Manifest
index e59736c19a2..82dec8ab13b 100644
--- a/ros-meta/audio_common/Manifest
+++ b/ros-meta/audio_common/Manifest
@@ -1 +1,2 @@
 DIST audio_common-0.3.6.tar.gz 189612 BLAKE2B 
536192cdbab9c205c17eb4b1f7ccb1864c2fcaa6b47747664a1fa7c077e747d6b7e01be1119a02333e1581bd865baffbd02b4e43569727645bd28f2f3ac36a22
 SHA512 
e36f7c52c4c9dcf382e65fe6de0b72729e76bca85230074e5cf3f0a74d7ec7e95c1aee14cfd7ee0d6075439efab04d66db946115919be664e8e94df91652e96c
+DIST audio_common-0.3.7.tar.gz 190644 BLAKE2B 
b4c66cedfdff01ea1e8c3b257ef65961b535041685b2ca0220545f2c8092cb43ad3de158c4c879071bedccc72859a046b7425d839dff7fcad393fda86dbec2ac
 SHA512 
6e7f2aae57b15792709e204f556846d7fc443cb99a3013c828b5c564474ba5c3a5782144e20aa721a851e2e3f029d9200fdc98a86babf70dac330c22889a9402

diff --git a/ros-meta/audio_common/audio_common-0.3.7.ebuild 
b/ros-meta/audio_common/audio_common-0.3.7.ebuild
new file mode 100644
index 000..ad75c6e89bb
--- /dev/null
+++ b/ros-meta/audio_common/audio_common-0.3.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-drivers/audio_common;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Common code for working with audio in ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/audio_capture
+   dev-ros/audio_common_msgs
+   dev-ros/audio_play
+"
+#  dev-ros/sound_play
+# https://bugs.gentoo.org/612980#c14
+
+DEPEND="${RDEPEND}"



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

2020-08-10 Thread Akinori Hattori
commit: 3e1e5d07b8baba044e7dd1fb7225337335d9fc3c
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:11:30 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:18:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1e5d07

mail-client/sylpheed: inherit desktop

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

 mail-client/sylpheed/sylpheed-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/sylpheed/sylpheed-3.7.0.ebuild 
b/mail-client/sylpheed/sylpheed-3.7.0.ebuild
index 4fba772abe3..f9d1f277de2 100644
--- a/mail-client/sylpheed/sylpheed-3.7.0.ebuild
+++ b/mail-client/sylpheed/sylpheed-3.7.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-inherit eutils
+inherit desktop
 
 DESCRIPTION="A lightweight email client and newsreader"
 HOMEPAGE="http://sylpheed.sraoss.jp/;



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

2020-08-10 Thread Akinori Hattori
commit: 9cd5d3b5e50bebf9694f9e0b82f1836efa8a5e74
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:08:31 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:18:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd5d3b5

mail-client/sylpheed: drop pda USE flag

Bug: https://bugs.gentoo.org/735118
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori  gentoo.org>

 mail-client/sylpheed/sylpheed-3.7.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/mail-client/sylpheed/sylpheed-3.7.0.ebuild 
b/mail-client/sylpheed/sylpheed-3.7.0.ebuild
index d61712d49c3..4fba772abe3 100644
--- a/mail-client/sylpheed/sylpheed-3.7.0.ebuild
+++ b/mail-client/sylpheed/sylpheed-3.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2;
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface"
+IUSE="crypt ipv6 ldap libressl nls oniguruma spell ssl xface"
 
 CDEPEND="net-libs/liblockfile
x11-libs/gtk+:2
@@ -20,7 +20,6 @@ CDEPEND="net-libs/liblockfile
ldap? ( net-nds/openldap )
nls? ( sys-devel/gettext )
oniguruma? ( dev-libs/oniguruma:= )
-   pda? ( app-pda/jpilot )
spell? (
app-text/gtkspell:2
dev-libs/dbus-glib
@@ -45,7 +44,6 @@ src_configure() {
$(use_enable ipv6) \
$(use_enable ldap) \
$(use_enable oniguruma) \
-   $(use_enable pda jpilot) \
$(use_enable spell gtkspell) \
$(use_enable ssl) \
$(use_enable xface compface) \



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

2020-08-10 Thread Akinori Hattori
commit: 2ccee3abaf7b35e4be282e3e3bf81641e2512f7e
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:14:25 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:19:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ccee3ab

mail-client/sylpheed: update to EAPI 7

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

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

diff --git a/mail-client/sylpheed/sylpheed-3.7.0.ebuild 
b/mail-client/sylpheed/sylpheed-3.7.0.ebuild
index f9d1f277de2..80f67665a41 100644
--- a/mail-client/sylpheed/sylpheed-3.7.0.ebuild
+++ b/mail-client/sylpheed/sylpheed-3.7.0.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 desktop
 
@@ -32,8 +32,8 @@ RDEPEND="${CDEPEND}
app-misc/mime-types
net-misc/curl"
 DEPEND="${CDEPEND}
-   virtual/pkgconfig
xface? ( media-libs/compface )"
+BDEPEND="virtual/pkgconfig"
 
 DOCS="AUTHORS ChangeLog* NEW* PLUGIN* README* TODO*"
 



[gentoo-commits] repo/gentoo:master commit in: app-doc/csound-manual/

2020-08-10 Thread Agostino Sarubbo
commit: 3a2d14080b38c92ac8ab1b9400b73e1c5d8fb323
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:08:56 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:08:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2d1408

app-doc/csound-manual: amd64 stable wrt bug #736352

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

 app-doc/csound-manual/csound-manual-6.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/csound-manual/csound-manual-6.14.ebuild 
b/app-doc/csound-manual/csound-manual-6.14.ebuild
index aed36a01f91..c3767388634 100644
--- a/app-doc/csound-manual/csound-manual-6.14.ebuild
+++ b/app-doc/csound-manual/csound-manual-6.14.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="FDL-1.2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="html"
 
 LANGS=" fr"



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

2020-08-10 Thread Agostino Sarubbo
commit: cf1e254a810fb0cfde28eb48bee0ffeb35843481
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:08:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:08:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1e254a

media-sound/qtractor: amd64 stable wrt bug #736350

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

 media-sound/qtractor/qtractor-0.9.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qtractor/qtractor-0.9.15.ebuild 
b/media-sound/qtractor/qtractor-0.9.15.ebuild
index 52e2dec5d0e..8f518b1f194 100644
--- a/media-sound/qtractor/qtractor-0.9.15.ebuild
+++ b/media-sound/qtractor/qtractor-0.9.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="aubio cpu_flags_x86_sse debug dssi libsamplerate mad osc rubberband 
vorbis zlib"
 



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

2020-08-10 Thread Agostino Sarubbo
commit: 06452e40511763d2f398f3db7e2785e990125918
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:09:23 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:09:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06452e40

media-sound/din: amd64 stable wrt bug #736360

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

 media-sound/din/din-47.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/din/din-47.1.ebuild b/media-sound/din/din-47.1.ebuild
index cde6724c7e0..9d54885ac4f 100644
--- a/media-sound/din/din-47.1.ebuild
+++ b/media-sound/din/din-47.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.org/download/dinisnoise_source_code/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+alsa jack"
 
 RDEPEND="



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

2020-08-10 Thread Agostino Sarubbo
commit: 9e3c78ba99bdf873a46a5950de82a56d2c1cde50
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:09:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:09:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3c78ba

media-sound/aeolus: amd64 stable wrt bug #736354

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

 media-sound/aeolus/aeolus-0.9.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/aeolus/aeolus-0.9.9.ebuild 
b/media-sound/aeolus/aeolus-0.9.9.ebuild
index 7f64304a1bd..cc1c3dbcf5a 100644
--- a/media-sound/aeolus/aeolus-0.9.9.ebuild
+++ b/media-sound/aeolus/aeolus-0.9.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 BDEPEND="



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

2020-08-10 Thread Agostino Sarubbo
commit: 349660f1a3e75efe16a738e4a95368fd12b73d14
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:09:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:09:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349660f1

media-sound/csound: amd64 stable wrt bug #736352

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

 media-sound/csound/csound-6.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/csound/csound-6.14.0.ebuild 
b/media-sound/csound/csound-6.14.0.ebuild
index f9db4411fa0..a60bc5000f9 100644
--- a/media-sound/csound/csound-6.14.0.ebuild
+++ b/media-sound/csound/csound-6.14.0.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/csound/csound/releases/download/${PV}/${DOC_P}_manual_pdf.zip

https://github.com/csound/csound/releases/download/${PV}/${DOC_P}_manual_html.zip
)"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Sound design and signal processing system for composition and 
performance"



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

2020-08-10 Thread Agostino Sarubbo
commit: e184ccf9bcac4797dec58009b1f348914354b7e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 13:09:33 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 13:09:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e184ccf9

media-sound/lmms: amd64 stable wrt bug #736366

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

 media-sound/lmms/lmms-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/lmms/lmms-1.2.2.ebuild 
b/media-sound/lmms/lmms-1.2.2.ebuild
index 86567ace721..db7e09582a4 100644
--- a/media-sound/lmms/lmms-1.2.2.ebuild
+++ b/media-sound/lmms/lmms-1.2.2.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/LMMS/lmms/releases/download/v${PV/_/-}/${PN}_${PV/_/-}.tar.xz
 -> ${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${P/_/-}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/

2020-08-10 Thread Agostino Sarubbo
commit: 9d0681d5589fd720fed7d79b7994c749ba70958b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:34:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:34:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0681d5

games-server/minecraft-server: amd64 stable wrt bug #736525

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

 games-server/minecraft-server/minecraft-server-1.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-server/minecraft-server/minecraft-server-1.16.1.ebuild 
b/games-server/minecraft-server/minecraft-server-1.16.1.ebuild
index 2c989c79a48..5c486cad498 100644
--- a/games-server/minecraft-server/minecraft-server-1.16.1.ebuild
+++ b/games-server/minecraft-server/minecraft-server-1.16.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://launcher.mojang.com/v1/objects/${EGIT_COMMIT}/server.jar -> ${P
 
 LICENSE="Mojang"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
acct-group/minecraft



[gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/

2020-08-10 Thread Agostino Sarubbo
commit: 94c1f98a9b7f44e36c29e59e0ebb982a430a80bc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:34:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:34:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c1f98a

games-server/bedrock-server: amd64 stable wrt bug #736523

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

 games-server/bedrock-server/bedrock-server-1.16.1.02.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-server/bedrock-server/bedrock-server-1.16.1.02.ebuild 
b/games-server/bedrock-server/bedrock-server-1.16.1.02.ebuild
index c7229a9f1d2..ceeced788ea 100644
--- a/games-server/bedrock-server/bedrock-server-1.16.1.02.ebuild
+++ b/games-server/bedrock-server/bedrock-server-1.16.1.02.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://minecraft.azureedge.net/bin-linux/${P}.zip;
 
 LICENSE="Mojang"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 RDEPEND="
acct-group/bedrock



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

2020-08-10 Thread Agostino Sarubbo
commit: 2751e47958f167afd383b20ff5725f1400ea2028
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:33:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:33:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2751e479

media-libs/ladspa-sdk: amd64 stable wrt bug #736495

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

 media-libs/ladspa-sdk/ladspa-sdk-1.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ladspa-sdk/ladspa-sdk-1.15-r1.ebuild 
b/media-libs/ladspa-sdk/ladspa-sdk-1.15-r1.ebuild
index ed64a58000b..47b357e13d7 100644
--- a/media-libs/ladspa-sdk/ladspa-sdk-1.15-r1.ebuild
+++ b/media-libs/ladspa-sdk/ladspa-sdk-1.15-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=""



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

2020-08-10 Thread Agostino Sarubbo
commit: e180c99de2d2bef7a95b75a7503ee88d145ee96d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:33:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:33:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e180c99d

media-sound/moc: amd64 stable wrt bug #736380

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

 media-sound/moc/moc-2.6_alpha3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/moc/moc-2.6_alpha3-r2.ebuild 
b/media-sound/moc/moc-2.6_alpha3-r2.ebuild
index 39370f008cf..ef03810efde 100644
--- a/media-sound/moc/moc-2.6_alpha3-r2.ebuild
+++ b/media-sound/moc/moc-2.6_alpha3-r2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://ftp.daper.net/pub/soft/moc/unstable/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="aac alsa +cache curl debug ffmpeg flac jack libsamplerate mad +magic 
modplug musepack
oss sid sndfile speex timidity tremor +unicode vorbis wavpack"
 



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

2020-08-10 Thread Agostino Sarubbo
commit: 3895cb78e8d72e1ff26e5a47bfc390a55247db9a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:33:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:33:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3895cb78

app-emulation/pcem: amd64 stable wrt bug #736521

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

 app-emulation/pcem/pcem-16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/pcem/pcem-16.ebuild 
b/app-emulation/pcem/pcem-16.ebuild
index c81533218ba..8b2b9258363 100644
--- a/app-emulation/pcem/pcem-16.ebuild
+++ b/app-emulation/pcem/pcem-16.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://pcem-emulator.co.uk/files/PCemV${PV}Linux.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="alsa networking"
 
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/

2020-08-10 Thread Agostino Sarubbo
commit: be180a3f8d5393affe3d11444ce38563c943e98f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:34:18 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:34:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be180a3f

games-simulation/openrct2: amd64 stable wrt bug #736527

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

 games-simulation/openrct2/openrct2-0.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-simulation/openrct2/openrct2-0.2.6.ebuild 
b/games-simulation/openrct2/openrct2-0.2.6.ebuild
index d25a03c8c6b..5f1adc29e58 100644
--- a/games-simulation/openrct2/openrct2-0.2.6.ebuild
+++ b/games-simulation/openrct2/openrct2-0.2.6.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="dedicated libressl +lightfx +opengl test +truetype twitch"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ros/map_server/

2020-08-10 Thread Alexis Ballier
commit: 70b35a864a039c2c7aa351bf598f83904c262e62
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Aug 10 12:27:23 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Aug 10 12:27:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b35a86

dev-ros/map_server: add missing usedep

Closes: https://bugs.gentoo.org/736603
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/map_server/map_server-1.17.0.ebuild | 2 +-
 dev-ros/map_server/map_server-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/map_server/map_server-1.17.0.ebuild 
b/dev-ros/map_server/map_server-1.17.0.ebuild
index 033301ec636..01d98e8306e 100644
--- a/dev-ros/map_server/map_server-1.17.0.ebuild
+++ b/dev-ros/map_server/map_server-1.17.0.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 RDEPEND="
sci-physics/bullet:=
dev-ros/roscpp
-   media-libs/sdl-image
+   media-libs/sdl-image[png]
dev-ros/tf2
>=dev-cpp/yaml-cpp-0.5:=
 

diff --git a/dev-ros/map_server/map_server-.ebuild 
b/dev-ros/map_server/map_server-.ebuild
index 033301ec636..01d98e8306e 100644
--- a/dev-ros/map_server/map_server-.ebuild
+++ b/dev-ros/map_server/map_server-.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 RDEPEND="
sci-physics/bullet:=
dev-ros/roscpp
-   media-libs/sdl-image
+   media-libs/sdl-image[png]
dev-ros/tf2
>=dev-cpp/yaml-cpp-0.5:=
 



[gentoo-commits] repo/gentoo:master commit in: dev-ros/visp_camera_calibration/

2020-08-10 Thread Alexis Ballier
commit: ec48029f8cbe3582e86ebe00a25c0d16e6112347
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Aug 10 11:09:57 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Aug 10 12:23:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec48029f

dev-ros/visp_camera_calibration: add missing usedep

Closes: https://bugs.gentoo.org/648174
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild | 2 +-
 dev-ros/visp_camera_calibration/visp_camera_calibration-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild 
b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild
index 9ca3a9dedfc..c68c3131f19 100644
--- a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild
+++ b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-ros/camera_calibration_parsers
dev-ros/roscpp
dev-ros/visp_bridge
-   sci-libs/ViSP:=
+   sci-libs/ViSP:=[X]
dev-libs/boost:=
 "
 DEPEND="${RDEPEND}

diff --git 
a/dev-ros/visp_camera_calibration/visp_camera_calibration-.ebuild 
b/dev-ros/visp_camera_calibration/visp_camera_calibration-.ebuild
index 9ca3a9dedfc..c68c3131f19 100644
--- a/dev-ros/visp_camera_calibration/visp_camera_calibration-.ebuild
+++ b/dev-ros/visp_camera_calibration/visp_camera_calibration-.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-ros/camera_calibration_parsers
dev-ros/roscpp
dev-ros/visp_bridge
-   sci-libs/ViSP:=
+   sci-libs/ViSP:=[X]
dev-libs/boost:=
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-util/catkin/, dev-util/catkin/files/

2020-08-10 Thread Alexis Ballier
commit: 9131bb78d82b71dec2d2bf255edb5f58bd2dc3f9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Aug 10 12:22:10 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Aug 10 12:23:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9131bb78

dev-util/catkin: improve gtest/gmock search logic

Closes: https://bugs.gentoo.org/736599
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Alexis Ballier  gentoo.org>

 ...{catkin-0.8.8.ebuild => catkin-0.8.8-r1.ebuild} |  1 +
 dev-util/catkin/catkin-.ebuild |  1 +
 dev-util/catkin/files/gtest.patch  | 45 ++
 3 files changed, 47 insertions(+)

diff --git a/dev-util/catkin/catkin-0.8.8.ebuild 
b/dev-util/catkin/catkin-0.8.8-r1.ebuild
similarity index 99%
rename from dev-util/catkin/catkin-0.8.8.ebuild
rename to dev-util/catkin/catkin-0.8.8-r1.ebuild
index 124af520da9..41845cda313 100644
--- a/dev-util/catkin/catkin-0.8.8.ebuild
+++ b/dev-util/catkin/catkin-0.8.8-r1.ebuild
@@ -47,6 +47,7 @@ PATCHES=(
"${FILESDIR}/catkin_prefix_path_util_py_v2.patch"
"${FILESDIR}/package_xml.patch"
"${FILESDIR}/etc.patch"
+   "${FILESDIR}/gtest.patch"
 )
 
 src_prepare() {

diff --git a/dev-util/catkin/catkin-.ebuild 
b/dev-util/catkin/catkin-.ebuild
index 124af520da9..41845cda313 100644
--- a/dev-util/catkin/catkin-.ebuild
+++ b/dev-util/catkin/catkin-.ebuild
@@ -47,6 +47,7 @@ PATCHES=(
"${FILESDIR}/catkin_prefix_path_util_py_v2.patch"
"${FILESDIR}/package_xml.patch"
"${FILESDIR}/etc.patch"
+   "${FILESDIR}/gtest.patch"
 )
 
 src_prepare() {

diff --git a/dev-util/catkin/files/gtest.patch 
b/dev-util/catkin/files/gtest.patch
new file mode 100644
index 000..106b7e2886e
--- /dev/null
+++ b/dev-util/catkin/files/gtest.patch
@@ -0,0 +1,45 @@
+From d9302318dece61acd0caa27d56f3817838f8f333 Mon Sep 17 00:00:00 2001
+From: seanyen 
+Date: Thu, 6 Aug 2020 18:59:07 -0700
+Subject: [PATCH] Adding the new GTest search logic for Vcpkg.
+
+---
+ cmake/test/gtest.cmake | 25 +
+ 1 file changed, 25 insertions(+)
+
+Index: catkin-0.8.8/cmake/test/gtest.cmake
+===
+--- catkin-0.8.8.orig/cmake/test/gtest.cmake
 catkin-0.8.8/cmake/test/gtest.cmake
+@@ -337,6 +337,31 @@ if(TARGET gtest AND TARGET gtest_main AN
+ set(GTEST_BOTH_LIBRARIES ${GTEST_LIBRARIES} ${GTEST_MAIN_LIBRARIES})
+   endif()
+ else()
++  # attempt to find the modern GTest config.
++  find_package(GTest 1.8.1 QUIET CONFIG)
++  if(GTest_FOUND AND TARGET GTest::gtest AND TARGET GTest::gtest_main)
++set(GTEST_FOUND TRUE)
++add_library(gtest ALIAS GTest::gtest)
++add_library(gtest_main ALIAS GTest::gtest_main)
++set(GTEST_INCLUDE_DIRS)
++set(GTEST_LIBRARY_DIRS)
++set(GTEST_LIBRARIES gtest)
++set(GTEST_MAIN_LIBRARIES gtest_main)
++set(GTEST_BOTH_LIBRARIES ${GTEST_LIBRARIES} ${GTEST_MAIN_LIBRARIES})
++  endif()
++  if(GTest_FOUND AND TARGET GTest::gmock AND TARGET GTest::gmock_main)
++set(GMOCK_FOUND TRUE)
++add_library(gmock ALIAS GTest::gmock)
++add_library(gmock_main ALIAS GTest::gmock_main)
++set(GMOCK_INCLUDE_DIRS)
++set(GMOCK_LIBRARY_DIRS)
++set(GMOCK_LIBRARIES gmock)
++set(GMOCK_MAIN_LIBRARIES gmock_main)
++set(GMOCK_BOTH_LIBRARIES ${GMOCK_LIBRARIES} ${GMOCK_MAIN_LIBRARIES})
++  endif()
++endif()
++
++if(NOT GTEST_FOUND)
+   find_package(GTest QUIET)
+ endif()
+ if(NOT GMOCK_FOUND OR NOT GTEST_FOUND)



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

2020-08-10 Thread Agostino Sarubbo
commit: 313596a91a8d3f5ecd679b9e8c50b3aa1d98d00f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:04:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:04:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313596a9

net-libs/libnsl: amd64 stable wrt bug #736553

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

 net-libs/libnsl/libnsl-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnsl/libnsl-1.3.0-r1.ebuild 
b/net-libs/libnsl/libnsl-1.3.0-r1.ebuild
index 64dd2ce19d9..881462e7d99 100644
--- a/net-libs/libnsl/libnsl-1.3.0-r1.ebuild
+++ b/net-libs/libnsl/libnsl-1.3.0-r1.ebuild
@@ -13,7 +13,7 @@ SLOT="0/2"
 LICENSE="LGPL-2.1+"
 
 # Stabilize together with glibc-2.26!
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 IUSE=""
 



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

2020-08-10 Thread Agostino Sarubbo
commit: b78d071112ba724420b653e65e3ed1a024c8c47b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:04:28 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:04:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78d0711

net-misc/igmpproxy: amd64 stable wrt bug #736531

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

 net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild 
b/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild
index e9a6c714137..f892830f658 100644
--- a/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild
+++ b/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A multicast routing daemon which uses IGMP 
forwarding"
 HOMEPAGE="https://github.com/pali/igmpproxy;
 SRC_URI="https://github.com/pali/${PN}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="GPL-2+"
 SLOT="0"
 



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

2020-08-10 Thread Agostino Sarubbo
commit: 19846b54568c4dd9459204077962cf6d9f0a672d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:04:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:04:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19846b54

sys-apps/cpuid: amd64 stable wrt bug #736533

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

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

diff --git a/sys-apps/cpuid/cpuid-20200427.ebuild 
b/sys-apps/cpuid/cpuid-20200427.ebuild
index c48d21a156d..be308948a4e 100644
--- a/sys-apps/cpuid/cpuid-20200427.ebuild
+++ b/sys-apps/cpuid/cpuid-20200427.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="dev-lang/perl"
 DEPEND="app-arch/gzip"



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

2020-08-10 Thread Agostino Sarubbo
commit: 84e33c2603d00b08a1387604c9bc6c51c2ac
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:04:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:04:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e33c26

net-im/libcommuni: amd64 stable wrt bug #736529

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

 net-im/libcommuni/libcommuni-3.5.0_p20200711.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/libcommuni/libcommuni-3.5.0_p20200711.ebuild 
b/net-im/libcommuni/libcommuni-3.5.0_p20200711.ebuild
index b65aeca5172..46aefb6210d 100644
--- a/net-im/libcommuni/libcommuni-3.5.0_p20200711.ebuild
+++ b/net-im/libcommuni/libcommuni-3.5.0_p20200711.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/communi/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples qml test +uchardet"
 RESTRICT="!test? ( test )"
 



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

2020-08-10 Thread Agostino Sarubbo
commit: 3fdc7e07c5606cd0a82ea051d8195b72f662258a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:04:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:04:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdc7e07

dev-lang/erlang: amd64 stable wrt bug #736557

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

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

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



  1   2   >