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

2020-08-05 Thread Jeroen Roovers
commit: 83fb218650770c9488f4623c7c5bbfa7e8469744
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug  6 05:47:52 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug  6 05:51:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fb2186

net-analyzer/net-snmp: Remove libdir from net-snmp-config/pkg-config

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Bug: https://bugs.gentoo.org/686416
Signed-off-by: Jeroen Roovers  gentoo.org>

 .../net-snmp-5.8.1-net-snmp-config-libdir.patch| 37 ++
 .../net-snmp/files/net-snmp-5.8.1-pkg-config.patch | 12 ---
 net-analyzer/net-snmp/net-snmp-5.8.1_pre2.ebuild   |  1 +
 net-analyzer/net-snmp/net-snmp-5.8.1_rc1.ebuild|  1 +
 net-analyzer/net-snmp/net-snmp-.ebuild |  1 +
 5 files changed, 48 insertions(+), 4 deletions(-)

diff --git 
a/net-analyzer/net-snmp/files/net-snmp-5.8.1-net-snmp-config-libdir.patch 
b/net-analyzer/net-snmp/files/net-snmp-5.8.1-net-snmp-config-libdir.patch
new file mode 100644
index 000..73d420531bb
--- /dev/null
+++ b/net-analyzer/net-snmp/files/net-snmp-5.8.1-net-snmp-config-libdir.patch
@@ -0,0 +1,37 @@
+--- a/net-snmp-config.in
 b/net-snmp-config.in
+@@ -193,10 +193,10 @@
+  client lib
+ --libs)
+   # use this one == --netsnmp-libs + --external-libs
+-  echo $NSC_LIBDIR $NSC_SNMPLIBS $NSC_LIBS
++  echo $NSC_SNMPLIBS $NSC_LIBS
+   ;;
+ --netsnmp-libs)
+-  echo $NSC_LIBDIR $NSC_BASE_SNMP_LIBS
++  echo $NSC_BASE_SNMP_LIBS
+   ;;
+ --external-libs)
+   echo $NSC_LNETSNMPLIBS $NSC_LIBS @PERLLDOPTS_FOR_APPS@
+@@ -210,10 +210,10 @@
+   ;;
+ --agent-libs)
+   # use this one == --netsnmp-agent-libs + --external-libs
+-  echo $NSC_LIBDIR $NSC_AGENTLIBS $NSC_LIBS
++  echo $NSC_AGENTLIBS $NSC_LIBS
+   ;;
+ --netsnmp-agent-libs)
+-  echo $NSC_LIBDIR $NSC_BASE_AGENT_LIBS
++  echo $NSC_BASE_AGENT_LIBS
+   ;;
+ --external-agent-libs)
+   echo $NSC_LMIBLIBS $NSC_LAGENTLIBS $NSC_LNETSNMPLIBS $NSC_LIBS
+@@ -660,7 +660,7 @@
+ echo "Ack.  Can't create $tmpfile."
+   exit 1
+   fi
+-  cmd="@CC@ $cflags @CFLAGS@ @DEVFLAGS@ -I. -I${NSC_INCLUDEDIR} -o 
$outname $tmpfile $cfiles $NSC_LDFLAGS $NSC_LIBDIR $NSC_BASE_AGENT_LIBS 
$NSC_AGENTLIBS $ldflags"
++  cmd="@CC@ $cflags @CFLAGS@ @DEVFLAGS@ -I. -I${NSC_INCLUDEDIR} -o 
$outname $tmpfile $cfiles $ldflags $NSC_LDFLAGS $NSC_BASE_AGENT_LIBS 
$NSC_AGENTLIBS"
+   echo "running: $cmd"
+   echo `$cmd`
+   result=$?

diff --git a/net-analyzer/net-snmp/files/net-snmp-5.8.1-pkg-config.patch 
b/net-analyzer/net-snmp/files/net-snmp-5.8.1-pkg-config.patch
index fd53973c2be..acda136a22c 100644
--- a/net-analyzer/net-snmp/files/net-snmp-5.8.1-pkg-config.patch
+++ b/net-analyzer/net-snmp/files/net-snmp-5.8.1-pkg-config.patch
@@ -1,16 +1,20 @@
 --- a/netsnmp-agent.pc.in
 +++ b/netsnmp-agent.pc.in
-@@ -9,4 +9,4 @@
+@@ -8,5 +8,5 @@
+ URL: http://www.net-snmp.org
  Version: @PACKAGE_VERSION@
  Cflags: -I${includedir}
- Libs: -L${libdir} -lnetsnmpmibs -lnetsnmpagent -lnetsnmp
+-Libs: -L${libdir} -lnetsnmpmibs -lnetsnmpagent -lnetsnmp
 -Libs.private: @LDFLAGS@ @LMIBLIBS@ @LAGENTLIBS@ @PERLLDOPTS_FOR_APPS@ 
@LNETSNMPLIBS@ @LIBS@
++Libs: -lnetsnmpmibs -lnetsnmpagent -lnetsnmp
 +Libs.private: @LMIBLIBS@ @LAGENTLIBS@ @PERLLDOPTS_FOR_APPS@ @LNETSNMPLIBS@ 
@LIBS@
 --- a/netsnmp.pc.in
 +++ b/netsnmp.pc.in
-@@ -9,4 +9,4 @@
+@@ -8,5 +8,5 @@
+ URL: http://www.net-snmp.org
  Version: @PACKAGE_VERSION@
  Cflags: -I${includedir}
- Libs: -L${libdir} -lnetsnmp
+-Libs: -L${libdir} -lnetsnmp
 -Libs.private: @LDFLAGS@ @LNETSNMPLIBS@ @LIBS@ @PERLLDOPTS_FOR_APPS@
++Libs: -lnetsnmp
 +Libs.private: @LNETSNMPLIBS@ @LIBS@ @PERLLDOPTS_FOR_APPS@

diff --git a/net-analyzer/net-snmp/net-snmp-5.8.1_pre2.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8.1_pre2.ebuild
index 1418de67f9f..01b3f5ccf53 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8.1_pre2.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8.1_pre2.ebuild
@@ -79,6 +79,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-5.8-pcap.patch
"${FILESDIR}"/${PN}-5.8-tinfo.patch
"${FILESDIR}"/${PN}-5.8.1-pkg-config.patch
+   "${FILESDIR}"/${PN}-5.8.1-net-snmp-config-libdir.patch
 )
 
 pkg_setup() {

diff --git a/net-analyzer/net-snmp/net-snmp-5.8.1_rc1.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8.1_rc1.ebuild
index 4c3850d0345..885006e7fa2 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8.1_rc1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8.1_rc1.ebuild
@@ -78,6 +78,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-5.8-do-not-conflate-LDFLAGS-and-LIBS.patch
"${FILESDIR}"/${PN}-5.8-pcap.patch
"${FILESDIR}"/${PN}-5.8.1-pkg-config.patch
+   "${FILESDIR}"/${PN}-5.8.1-net-snmp-config-libdir.patch
"${FILESDIR}"/${PN}--tinfo.patch
 )
 

diff --git a/net-analyzer/net-snmp/net-snmp-.ebuild 

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

2020-08-05 Thread Miroslav Šulc
commit: 9043667c3f03113d9bed94fc64132e2519b17657
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Aug  6 04:57:26 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Aug  6 04:57:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9043667c

media-sound/audacity: fixed compilation wrt portaudio in 2.4.2-r1

patch by Matt Whitlock  mattwhitlock.name>

Closes: https://bugs.gentoo.org/735810
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/audacity/audacity-2.4.2-r1.ebuild |  1 +
 .../files/audacity-2.4.2-add-missing-include-portaudio.patch  | 11 +++
 2 files changed, 12 insertions(+)

diff --git a/media-sound/audacity/audacity-2.4.2-r1.ebuild 
b/media-sound/audacity/audacity-2.4.2-r1.ebuild
index 4f3f3dae4ec..e55b34a8ae8 100644
--- a/media-sound/audacity/audacity-2.4.2-r1.ebuild
+++ b/media-sound/audacity/audacity-2.4.2-r1.ebuild
@@ -62,6 +62,7 @@ PATCHES=(
"${FILESDIR}/${P}-fix-vertical-track-resizing.patch"
"${FILESDIR}/${P}-fix-gettimeofday.patch"
"${FILESDIR}/${P}-fix-metainfo.patch"
+   "${FILESDIR}/${P}-add-missing-include-portaudio.patch"
 )
 
 src_prepare() {

diff --git 
a/media-sound/audacity/files/audacity-2.4.2-add-missing-include-portaudio.patch 
b/media-sound/audacity/files/audacity-2.4.2-add-missing-include-portaudio.patch
new file mode 100644
index 000..7b845bc3181
--- /dev/null
+++ 
b/media-sound/audacity/files/audacity-2.4.2-add-missing-include-portaudio.patch
@@ -0,0 +1,11 @@
+diff -Naur a/src/AudioIOBase.cpp b/src/AudioIOBase.cpp
+--- a/src/AudioIOBase.cpp  2020-06-19 15:16:47.0 +
 b/src/AudioIOBase.cpp  2020-08-04 19:43:27.985734707 +
+@@ -21,6 +21,7 @@
+ #include "prefs/RecordingPrefs.h"
+ #include "widgets/MeterPanelBase.h"
+ 
++#include "portaudio.h"
+ #if USE_PORTMIXER
+ #include "portmixer.h"
+ #endif



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

2020-08-05 Thread Sam James
commit: 3b8bf516e81bc42010527631980a96be697c23e2
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 04:00:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 04:00:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8bf516

sys-fs/udev: Stabilize 245.5 arm64, #736088

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

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

diff --git a/sys-fs/udev/udev-245.5.ebuild b/sys-fs/udev/udev-245.5.ebuild
index 4b884c8001b..3707e0cca0c 100644
--- a/sys-fs/udev/udev-245.5.ebuild
+++ b/sys-fs/udev/udev-245.5.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: app-metrics/collectd/

2020-08-05 Thread Sam James
commit: da017033530de9498262f7b8a21a93208164049b
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 03:43:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 03:43:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da017033

app-metrics/collectd: arm stable (bug #735772)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-metrics/collectd/collectd-5.11.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-metrics/collectd/collectd-5.11.0-r3.ebuild 
b/app-metrics/collectd/collectd-5.11.0-r3.ebuild
index e3d3fc157a4..ecf8b556356 100644
--- a/app-metrics/collectd/collectd-5.11.0-r3.ebuild
+++ b/app-metrics/collectd/collectd-5.11.0-r3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="MIT GPL-2 GPL-2+ GPL-3 GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~x86"
+KEYWORDS="~alpha ~amd64 arm ~x86"
 IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl 
selinux static-libs udev xfs"
 
 # The plugin lists have to follow here since they extend IUSE



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

2020-08-05 Thread Sam James
commit: b8c6249a8ab07433ab2c24970843685d143dc706
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 03:40:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 03:40:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c6249a

net-misc/freerdp: Stabilize 2.2.0 arm64, #733328

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

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

diff --git a/net-misc/freerdp/freerdp-2.2.0.ebuild 
b/net-misc/freerdp/freerdp-2.2.0.ebuild
index a7d671b0790..4c2a81ad030 100644
--- a/net-misc/freerdp/freerdp-2.2.0.ebuild
+++ b/net-misc/freerdp/freerdp-2.2.0.ebuild
@@ -15,7 +15,7 @@ else
MY_P=${P/_/-}
S="${WORKDIR}/${MY_P}"
SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Free implementation of the Remote Desktop Protocol"



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

2020-08-05 Thread Sam James
commit: 185deba12229448f3e9f698d3353e0f8459df738
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:39:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:39:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185deba1

app-portage/tatt: Stabilize 0.7-r1 arm, #730724

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

 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
index 7a01b56de4c..04467f9671c 100644
--- a/app-portage/tatt/tatt-0.7-r1.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2020-08-05 Thread Sam James
commit: b5b278fc395bf9660ad6dc37f2a0ef5ce13bb0a5
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:39:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:39:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b278fc

dev-python/configobj: Stabilize 5.0.6-r1 arm, #730724

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

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

diff --git a/dev-python/configobj/configobj-5.0.6-r1.ebuild 
b/dev-python/configobj/configobj-5.0.6-r1.ebuild
index c530f28451b..5fac105de74 100644
--- a/dev-python/configobj/configobj-5.0.6-r1.ebuild
+++ b/dev-python/configobj/configobj-5.0.6-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/DiffSK/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



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

2020-08-05 Thread Sam James
commit: 97954d84d09dbf71901e01ec2322ae5ff3d9e3d3
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:34:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:35:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97954d84

media-sound/audacity: Keyword 2.4.2-r1 arm64, #734824

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

 media-sound/audacity/audacity-2.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/audacity/audacity-2.4.2-r1.ebuild 
b/media-sound/audacity/audacity-2.4.2-r1.ebuild
index d6d9d34fc96..4f3f3dae4ec 100644
--- a/media-sound/audacity/audacity-2.4.2-r1.ebuild
+++ b/media-sound/audacity/audacity-2.4.2-r1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86"
 IUSE="alsa doc ffmpeg +flac id3tag jack +ladspa +lv2 mad ogg oss
portmidi +portmixer portsmf sbsms twolame vamp +vorbis +vst"
 



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

2020-08-05 Thread Sam James
commit: 396c9e19158c0f1a30c3e322c3a715e9b1ec2c40
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:34:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:35:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396c9e19

media-libs/libsbsms: Keyword 2.0.2-r1 arm64, #734824

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

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

diff --git a/media-libs/libsbsms/libsbsms-2.0.2-r1.ebuild 
b/media-libs/libsbsms/libsbsms-2.0.2-r1.ebuild
index b4008daded6..8c2ce6927e1 100644
--- a/media-libs/libsbsms/libsbsms-2.0.2-r1.ebuild
+++ b/media-libs/libsbsms/libsbsms-2.0.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sbsms/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips ppc ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~mips ppc ppc64 x86"
 IUSE="cpu_flags_x86_sse static-libs"
 
 PATCHES=( "${FILESDIR}/${P}-cflags.patch" )



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

2020-08-05 Thread Sam James
commit: 1244696d84c1c1a4584d23a3fb80ead4de49e3d0
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:34:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:35:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1244696d

media-libs/libsoundtouch: Keyword 2.1.2 arm64, #734824

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

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

diff --git a/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild 
b/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild
index 52aa7ea0a6e..19a363b2ee9 100644
--- a/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild
+++ b/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.com/${MY_PN}/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2;
 LICENSE="LGPL-2.1"
 # subslot = libSoundTouch.so soname
 SLOT="0/1"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
 IUSE="cpu_flags_x86_sse openmp static-libs"
 
 BDEPEND="virtual/pkgconfig"



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

2020-08-05 Thread Sam James
commit: b7bdb1d94e7a77fb3b1f2f36134e20732538a5d3
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:34:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:35:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bdb1d9

media-libs/suil: Keyword 0.10.6 arm64, #734824

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

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

diff --git a/media-libs/suil/suil-0.10.6.ebuild 
b/media-libs/suil/suil-0.10.6.ebuild
index b99f7141370..0e8f63852de 100644
--- a/media-libs/suil/suil-0.10.6.ebuild
+++ b/media-libs/suil/suil-0.10.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc gtk qt5"
 
 BDEPEND="



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

2020-08-05 Thread Michał Górny
commit: 25d908a0a23295698facdb50b3a403193a5130f1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  6 01:52:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  6 02:30:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d908a0

dev-python/hypothesis: Remove old

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

 dev-python/hypothesis/Manifest |  1 -
 dev-python/hypothesis/hypothesis-4.50.8.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index f06525b0f2e..f27189dafde 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,4 +1,3 @@
-DIST hypothesis-python-4.50.8.tar.gz 6814518 BLAKE2B 
f2c39cae3708fe88d1854cda97633ba420c32fda38093bb852ef45929762cade0f7f0d1ef696ff96f7ebe7460e8bf53f63de9c959bbbd9e8ec162196d307aac0
 SHA512 
8c77439fd029e2380afbc059d2edf977414997ba81ecdfde14dfe9dbe9515a92e701751d13879c6b879271f817e01926c2dc66945ae76eb141818da1775bc545
 DIST hypothesis-python-4.57.1.tar.gz 9005030 BLAKE2B 
3d318896cbe2d24fa6847e764a109791d3acf3821852f8e170991b0be5b069f166e16bdacf7a82fbe49bd9db5188315cdec7cdb4592647571233949ec5732991
 SHA512 
28622ce8a1d89d09df65f3fbf7e92a1ad98dac140ab646fe11fcb15e6aa9a9672eb51d459f984384d92b819f902de911b06cec2542582d529dd556d2f99ed952
 DIST hypothesis-python-5.16.3.tar.gz 9011952 BLAKE2B 
d74a68c4ee1e5aacf4be1da5a4656011b0a15f990106c21298101d36e9a097c5dfd165987ad90a45f3a0b74375c4da609cd750f618242b94f34e03b6de0ee866
 SHA512 
912d984995d4ad8f06e98eb2cc327629328990fc1c072527ce261b637e16622acaf4d0d93928f9dd2d6601ab78f69aa6cf129d5cd7c1c00e50754ebc06957df0
 DIST hypothesis-python-5.21.0.tar.gz 9025422 BLAKE2B 
acd6f3b0f945ae65656af2a718add06fe440e221fda7793e3557ab194ccee4c6327e7946a58ce51e9efe3c08274888a648d9021c49fdcf663a04c28b99a0f636
 SHA512 
1921e5ea8d0f2a6e55d80611004d35671f7a7a02cb8a8f101b45e64e4ef23f9c2c8a9c467fb6c9f33ae440622020e1ad504f51a7d725a6449ca715ad1f373e40

diff --git a/dev-python/hypothesis/hypothesis-4.50.8.ebuild 
b/dev-python/hypothesis/hypothesis-4.50.8.ebuild
deleted file mode 100644
index e780d7c770e..000
--- a/dev-python/hypothesis/hypothesis-4.50.8.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A library for property based testing"
-HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/;
-SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz;
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' 
pypy)
-"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   >=dev-python/pytest-4.3[${PYTHON_USEDEP}]
-   !!

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

2020-08-05 Thread Michał Górny
commit: 8fbfd323e1bdef5235db8fe2a9a33cbad1b1adfc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  6 02:28:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  6 02:30:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbfd323

dev-python/sybil: Bump to 1.4.0

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

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

diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 814f2ae9b58..8307144e5a4 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1,3 @@
 DIST sybil-1.3.0.tar.gz 29296 BLAKE2B 
a7f08f6374e12213b644685276832eca849c85e85c8aaf0a37bdfdbf648e0e0e4c2b3d1a4dc7038c91fe8d64aa476d96bf87fa3a5f2f11a955b758182411763d
 SHA512 
fc478896bb1958303ffcac6d35993b2785a50c6c221848d83c92c158a27fff059491aa3baaddd0b56e040fe6c07b764aa33c69204750de9ad351084b2815fd47
 DIST sybil-1.3.1.tar.gz 29392 BLAKE2B 
a7736bed59e444bcd42f5fdf720e08680d827eef9043b318abda08d427e25eeec9ba3acf9bfa251c584e0960c3d3b10fecaf8367742f29230421bec594cf3e59
 SHA512 
7bd39707babb15ed7ec99ecd640d983d4e71519efe7490230fe0be4e0111bc0b0957797b19292519b6c09965669251788f1d2c0baf9f179856f28e6aeb5ecc52
+DIST sybil-1.4.0.tar.gz 30062 BLAKE2B 
86a01b4c8c10512f3e2b067f4d1007e60ba46f23f22ad80ff7a30a4503db06fd91d841b33bc54f0f7acbd2539e595f8b0201f9a8e8ccb7577f8e9f422562e02d
 SHA512 
f385b4e67cc5a4b32c7563d98f36dab6e5320966563eb341395e9327c16f92a63863558bfa795b6531819fa6038234492d4d19c1d9286e6306039e8d4abec0b8

diff --git a/dev-python/sybil/sybil-1.4.0.ebuild 
b/dev-python/sybil/sybil-1.4.0.ebuild
new file mode 100644
index 000..3918a42c35c
--- /dev/null
+++ b/dev-python/sybil/sybil-1.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="https://github.com/cjw296/sybil;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# nose is used to test nosetests integration
+BDEPEND="
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2020-08-05 Thread Michał Górny
commit: deb06aa6f52b6ccbf3e693d60a607f264645c408
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  6 02:29:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  6 02:30:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb06aa6

dev-python/django-otp: Bump to 0.9.4

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

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-0.9.4.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index d3df199eec3..04f3024a72f 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-0.9.3.gh.tar.gz 63488 BLAKE2B 
186af524cdfa3084bfc14deab1a4422a2da2a61b94d85f6c84a01ca0876b68d3f4b478ab2ed37b7d73ca273a2cce3bf4a6ad16c07cc2961bb6e5a0f26c80b1aa
 SHA512 
23e73c1fb0af43c9ba946af5bd1a4ea2dc5abd2b6e9e543a0b7ec37296f0132e9203e3df3d8d0a70448d63453b8111921343c04fc3f073c505d6dac332fc0042
+DIST django-otp-0.9.4.gh.tar.gz 63947 BLAKE2B 
f1dd73b92d804419aa6990eff75b8f69d69a143e6f1e8a940f98dacd57678a3a46fa13012451a340ec0572c973469a4e913378a8808d25258e25beb1a6b559ef
 SHA512 
d8387091d557894b91b4350069e2ac3fa30a2998b3e5fc89deeae69dfe1af4dbbc35560361740ebb2f797ee7223b3862427f185c8861eb724327fb09eb9e7b69

diff --git a/dev-python/django-otp/django-otp-0.9.4.ebuild 
b/dev-python/django-otp/django-otp-0.9.4.ebuild
new file mode 100644
index 000..7c072a1e8d9
--- /dev/null
+++ b/dev-python/django-otp/django-otp-0.9.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="https://github.com/django-otp/django-otp/;
+SRC_URI="
+   https://github.com/django-otp/django-otp/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   django-admin test -v 2 django_otp || die "Tests fail with ${EPYTHON}"
+}



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

2020-08-05 Thread Sam James
commit: 78b4ccfb31bac43e3847fe566f66fa96eee93906
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:24:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:24:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b4ccfb

dev-db/mysql-connector-c: Stabilize 8.0.21 arm, #736066

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

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

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



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

2020-08-05 Thread Sam James
commit: 74191a79b387b1b6ae012eeab7a8c02cff02b1bf
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:08:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:08:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74191a79

media-libs/openexr: Stabilize 2.5.2 arm64, #717474

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

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

diff --git a/media-libs/openexr/openexr-2.5.2.ebuild 
b/media-libs/openexr/openexr-2.5.2.ebuild
index 7ea5a2cb683..c7e721324ae 100644
--- a/media-libs/openexr/openexr-2.5.2.ebuild
+++ b/media-libs/openexr/openexr-2.5.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/v${PV}.tar
 
 LICENSE="BSD"
 SLOT="0/25" # based on SONAME
-KEYWORDS="~amd64 -arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 -arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
 IUSE="cpu_flags_x86_avx doc examples static-libs utils test"
 RESTRICT="!test? ( test )"
 



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

2020-08-05 Thread Sam James
commit: 05ee815e523bbca6e892a8a23c18917e91aa44c4
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:09:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:09:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ee815e

dev-db/mysql-connector-c++: Stabilize 8.0.21 arm, #736064

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

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

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



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

2020-08-05 Thread Sam James
commit: 5183356cc3caa643050936d69de9b4ce2e345b32
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:08:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:08:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5183356c

media-libs/ilmbase: Stabilize 2.5.2 arm64, #717474

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

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

diff --git a/media-libs/ilmbase/ilmbase-2.5.2.ebuild 
b/media-libs/ilmbase/ilmbase-2.5.2.ebuild
index 86af59f34b9..d8ddd853c3b 100644
--- a/media-libs/ilmbase/ilmbase-2.5.2.ebuild
+++ b/media-libs/ilmbase/ilmbase-2.5.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/v${PV}.tar
 
 LICENSE="BSD"
 SLOT="0/25" # based on SONAME
-KEYWORDS="~amd64 -arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 -arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
 IUSE="large-stack static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-vgmstream/

2020-08-05 Thread Craig Andrews
commit: 43abe31fd65e7ad1609a6cca556ae05444f7b360
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Aug  6 01:25:06 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Aug  6 01:25:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43abe31f

media-plugins/kodi-audiodecoder-vgmstream: 3.0.0 version bump

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

 media-plugins/kodi-audiodecoder-vgmstream/Manifest |  1 +
 .../kodi-audiodecoder-vgmstream-3.0.0.ebuild   | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/media-plugins/kodi-audiodecoder-vgmstream/Manifest 
b/media-plugins/kodi-audiodecoder-vgmstream/Manifest
index 77479a0d498..55154e949c0 100644
--- a/media-plugins/kodi-audiodecoder-vgmstream/Manifest
+++ b/media-plugins/kodi-audiodecoder-vgmstream/Manifest
@@ -2,3 +2,4 @@ DIST kodi-audiodecoder-vgmstream-1.1.3.tar.gz 236276 BLAKE2B 
4323a96ab7d899f40b0
 DIST kodi-audiodecoder-vgmstream-1.1.4.tar.gz 275249 BLAKE2B 
baa3cc5cf1b744700eb026a03872b694a1c9f293da5e82747b8dc1d84e2dfc487a364d94d2e8f344ca556cd5031a2be6a2af330472863bd68c59cc9a9b158f51
 SHA512 
002009f9022d38b772e02e920a34562a98b71149db3d551fd913bfcdae50d51fc6caee3a2dbb20e7c5e4371968fc450e9aa50c15815a3ef8425f1cccb6ea4b86
 DIST kodi-audiodecoder-vgmstream-1.1.5.tar.gz 275897 BLAKE2B 
a9a902b0a2444125675f4f237bfc07c44947856e127b7c0692ccabd0bbe91b90b76f7f6f183b1836bb21698bb932c24dfa3db91063492d024983b3dfce977c53
 SHA512 
52369b677e0eb04787887241d34db7e24ac1a6c3110ccd9369f1ae4dae190347b0800fed35c0fa28c2dbf268925ef559d91566b745ab6b03000e4c5e1628b90e
 DIST kodi-audiodecoder-vgmstream-2.1.2.tar.gz 4634107 BLAKE2B 
53a4f92cb42f304b23c25673e9ac0da97f45a60dc2cf690505c65afd7c4b7d0655e25a331c275d1916f79c0b39435ef7cf61c265651b87602de6e38ab523b09b
 SHA512 
8b955e16c629b11f62a1549461e71ea242cc6cd6fbb6dddbe61311d978dca7e014f2f7534696afab5800814b9d35d7f9e09e96838209b7d5080ab0d723b00bc5
+DIST kodi-audiodecoder-vgmstream-3.0.0.tar.gz 4857345 BLAKE2B 
394e955a319d7ea0d4352a2ce801f74a64839949d533b6d753da0c3163131b70e63f873c4831eb5734d806e8db915c4dde5dcb93e4f1df458d0b3f3c346b6dd8
 SHA512 
896879c26896596fe4bca83f581e2b4f1d597ea25e9295680db9488508bfa6e09f3a624255a0ab556a1cc429c596cc05b7382c86d66a28f942f916775b12

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



[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2020-08-05 Thread Craig Andrews
commit: 4e594c678dd6e16316d95226af8071bfd9552b07
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Aug  6 01:24:06 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Aug  6 01:25:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e594c67

media-tv/kodi: 19. live version

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

 media-tv/kodi/kodi-19..ebuild | 318 ++
 1 file changed, 318 insertions(+)

diff --git a/media-tv/kodi/kodi-19..ebuild 
b/media-tv/kodi/kodi-19..ebuild
new file mode 100644
index 000..d253bed8325
--- /dev/null
+++ b/media-tv/kodi/kodi-19..ebuild
@@ -0,0 +1,318 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_REQ_USE="libressl?,sqlite,ssl"
+LIBDVDCSS_VERSION="1.4.2-Leia-Beta-5"
+LIBDVDREAD_VERSION="6.0.0-Leia-Alpha-3"
+LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-3"
+FFMPEG_VERSION="4.3"
+CODENAME="Matrix"
+FFMPEG_KODI_VERSION="Alpha1"
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz 
-> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz
+   https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz 
-> libdvdread-${LIBDVDREAD_VERSION}.tar.gz
+   https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz 
-> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz
+   !system-ffmpeg? ( 
https://github.com/xbmc/FFmpeg/archive/${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz
 -> ffmpeg-${PN}-${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz )"
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/xbmc/xbmc.git;
+   inherit git-r3
+else
+   MY_PV=${PV/_p/_r}
+   MY_PV=${MY_PV/_alpha/a}
+   MY_PV=${MY_PV/_beta/b}
+   MY_PV=${MY_PV/_rc/rc}
+   MY_P="${PN}-${MY_PV}"
+   SRC_URI+=" 
https://github.com/xbmc/xbmc/archive/${MY_PV}-${CODENAME}.tar.gz -> 
${MY_P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME}
+fi
+
+inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg
+
+DESCRIPTION="A free and open source media-player and entertainment hub"
+HOMEPAGE="https://kodi.tv/ https://kodi.wiki/;
+
+LICENSE="GPL-2+"
+SLOT="0"
+# use flag is called libusb so that it doesn't fool people in thinking that
+# it is _required_ for USB support. Otherwise they'll disable udev and
+# that's going to be worse.
+IUSE="airplay alsa bluetooth bluray caps cec +css dbus dvd gbm gles lcms 
libressl libusb lirc mariadb mysql nfs +opengl pulseaudio raspberry-pi samba 
systemd +system-ffmpeg test udf udev udisks upnp upower vaapi vdpau wayland 
webserver +X +xslt zeroconf"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   || ( gles opengl )
+   ^^ ( gbm raspberry-pi wayland X )
+   ?? ( mariadb mysql )
+   bluray? ( udf )
+   udev? ( !libusb )
+   udisks? ( dbus )
+   upower? ( dbus )
+"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   airplay? (
+   >=app-pda/libplist-2.0.0
+   net-libs/shairplay
+   )
+   alsa? ( >=media-libs/alsa-lib-1.1.4.1 )
+   bluetooth? ( net-wireless/bluez )
+   bluray? ( >=media-libs/libbluray-1.1.2 )
+   caps? ( sys-libs/libcap )
+   dbus? ( sys-apps/dbus )
+   dev-db/sqlite
+   dev-libs/expat
+   >=dev-libs/flatbuffers-1.11.0
+   >=dev-libs/fribidi-1.0.5
+   cec? ( >=dev-libs/libcec-4.0[raspberry-pi?] )
+   dev-libs/libpcre[cxx]
+   >=dev-libs/libinput-1.10.5
+   >=dev-libs/libxml2-2.9.4
+   >=dev-libs/lzo-2.04
+   >=dev-libs/spdlog-1.5.0:=
+   dev-libs/tinyxml[stl]
+   $(python_gen_cond_dep '
+   dev-python/pillow[${PYTHON_MULTI_USEDEP}]
+   dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}]
+   ')
+   >=dev-libs/libcdio-2.1.0
+   >=dev-libs/libfmt-6.1.2
+   dev-libs/libfstrcmp
+   gbm? (  media-libs/mesa[gbm] )
+   gles? (
+   !raspberry-pi? ( media-libs/mesa[gles2] )
+   )
+   lcms? ( media-libs/lcms:2 )
+   libusb? ( virtual/libusb:1 )
+   virtual/ttf-fonts
+   media-fonts/roboto
+   media-libs/dav1d
+   >=media-libs/fontconfig-2.13.1
+   >=media-libs/freetype-2.10.1
+   >=media-libs/libass-0.13.4
+   !raspberry-pi? ( media-libs/mesa[egl,X(+)] )
+   >=media-libs/taglib-1.11.1
+   system-ffmpeg? (
+   >=media-video/ffmpeg-${FFMPEG_VERSION}:=[dav1d,encode,postproc]
+   libressl? ( media-video/ffmpeg[libressl,-openssl] )
+   !libressl? ( media-video/ffmpeg[-libressl,openssl] )
+   )
+   mysql? ( dev-db/mysql-connector-c:= )
+   mariadb? ( dev-db/mariadb-connector-c:= )
+   >=net-misc/curl-7.68.0[http2]
+   nfs? ( >=net-fs/libnfs-2.0.0:= )
+   opengl? ( media-libs/glu )
+   

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

2020-08-05 Thread Mike Gilbert
commit: c9680beb24adf14d902a717bb6bc777b634c7b3f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Aug  6 01:13:56 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Aug  6 01:13:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9680beb

sys-fs/udev: depend on >=sys-fs/udev-init-scripts-34

Bug: https://bugs.gentoo.org/734950
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-fs/udev/udev-246.ebuild  | 2 +-
 sys-fs/udev/udev-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/udev/udev-246.ebuild b/sys-fs/udev/udev-246.ebuild
index f3f86995214..1e5a99a63d9 100644
--- a/sys-fs/udev/udev-246.ebuild
+++ b/sys-fs/udev/udev-246.ebuild
@@ -67,7 +67,7 @@ RDEPEND="${COMMON_DEPEND}
!sys-apps/systemd
 "
 PDEPEND=">=sys-apps/hwids-20140304[udev]
-   >=sys-fs/udev-init-scripts-26"
+   >=sys-fs/udev-init-scripts-34"
 
 pkg_setup() {
if [[ ${MERGE_TYPE} != buildonly ]]; then

diff --git a/sys-fs/udev/udev-.ebuild b/sys-fs/udev/udev-.ebuild
index 4b884c8001b..9b3466fab95 100644
--- a/sys-fs/udev/udev-.ebuild
+++ b/sys-fs/udev/udev-.ebuild
@@ -67,7 +67,7 @@ RDEPEND="${COMMON_DEPEND}
!sys-apps/systemd
 "
 PDEPEND=">=sys-apps/hwids-20140304[udev]
-   >=sys-fs/udev-init-scripts-26"
+   >=sys-fs/udev-init-scripts-34"
 
 pkg_setup() {
if [[ ${MERGE_TYPE} != buildonly ]]; then



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

2020-08-05 Thread Mike Gilbert
commit: d44e0b31452b13fc8989ed57d837fe12647da42d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Aug  6 01:15:12 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Aug  6 01:15:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44e0b31

sys-apps/systemd: depend on >=sys-fs/udev-init-scripts-34

Bug: https://bugs.gentoo.org/734950
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/systemd-246.ebuild  | 2 +-
 sys-apps/systemd/systemd-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/systemd/systemd-246.ebuild 
b/sys-apps/systemd/systemd-246.ebuild
index 8dd6eec9955..5097bffb2dd 100644
--- a/sys-apps/systemd/systemd-246.ebuild
+++ b/sys-apps/systemd/systemd-246.ebuild
@@ -120,7 +120,7 @@ RDEPEND="${COMMON_DEPEND}
 # sys-apps/dbus: the daemon only (+ build-time lib dep for tests)
 PDEPEND=">=sys-apps/dbus-1.9.8[systemd]
hwdb? ( >=sys-apps/hwids-20150417[udev] )
-   >=sys-fs/udev-init-scripts-25
+   >=sys-fs/udev-init-scripts-34
policykit? ( sys-auth/polkit )
!vanilla? ( sys-apps/gentoo-systemd-integration )"
 

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 8dd6eec9955..5097bffb2dd 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -120,7 +120,7 @@ RDEPEND="${COMMON_DEPEND}
 # sys-apps/dbus: the daemon only (+ build-time lib dep for tests)
 PDEPEND=">=sys-apps/dbus-1.9.8[systemd]
hwdb? ( >=sys-apps/hwids-20150417[udev] )
-   >=sys-fs/udev-init-scripts-25
+   >=sys-fs/udev-init-scripts-34
policykit? ( sys-auth/polkit )
!vanilla? ( sys-apps/gentoo-systemd-integration )"
 



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

2020-08-05 Thread Mike Gilbert
commit: f46d4561785b9bbda35896d1cdbb7bbe1e116ac1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Aug  6 01:11:27 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Aug  6 01:11:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46d4561

sys-fs/udev: rebase 246 on 

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

 sys-fs/udev/udev-246.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/sys-fs/udev/udev-246.ebuild b/sys-fs/udev/udev-246.ebuild
index 0727fffde02..f3f86995214 100644
--- a/sys-fs/udev/udev-246.ebuild
+++ b/sys-fs/udev/udev-246.ebuild
@@ -9,10 +9,15 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/systemd/systemd.git;
inherit git-r3
 else
+   if [[ ${PV} == *.* ]]; then
+   MY_PN=systemd-stable
+   else
+   MY_PN=systemd
+   fi
MY_PV=${PV/_/-}
-   MY_P=systemd-${MY_PV}
+   MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz;
+   
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"
 fi
 



[gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/, sci-libs/pytorch/files/

2020-08-05 Thread Benda XU
commit: fa9ca8f66c0bbbabb61ec8574389bab85862741a
Author: Benda Xu  gentoo  org>
AuthorDate: Thu Aug  6 01:07:30 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu Aug  6 01:07:30 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=fa9ca8f6

sci-libs/pytorch: bump to 1.6.0.

Remove virtual/python-typing dependency.  It was removed from tree and only
needed by python-2.

Package-Manager: Portage-2.3.88, Repoman-2.3.18
Signed-off-by: Benda Xu  gentoo.org>

 sci-libs/pytorch/files/pytorch-1.6.0-setup.patch   | 14 
 .../pytorch/files/pytorch-1.6.0-skip-tests.patch   | 14 
 .../pytorch-1.6.0-tensorpipe-unbundle-libuv.patch  | 13 
 sci-libs/pytorch/pytorch-1.4.0_p0.ebuild   |  1 -
 ...ytorch-1.4.0_p0.ebuild => pytorch-1.6.0.ebuild} | 87 ++
 5 files changed, 96 insertions(+), 33 deletions(-)

diff --git a/sci-libs/pytorch/files/pytorch-1.6.0-setup.patch 
b/sci-libs/pytorch/files/pytorch-1.6.0-setup.patch
new file mode 100644
index 0..6a197a907
--- /dev/null
+++ b/sci-libs/pytorch/files/pytorch-1.6.0-setup.patch
@@ -0,0 +1,14 @@
+Index: pytorch-1.4.0_p0/setup.py
+===
+--- pytorch-1.4.0_p0.orig/setup.py
 pytorch-1.4.0_p0/setup.py
+@@ -288,9 +288,7 @@ def build_deps():
+ sys.exit(1)
+ 
+ check_file(os.path.join(third_party_path, "gloo", "CMakeLists.txt"))
+-check_file(os.path.join(third_party_path, "pybind11", "CMakeLists.txt"))
+ check_file(os.path.join(third_party_path, 'cpuinfo', 'CMakeLists.txt'))
+-check_file(os.path.join(third_party_path, 'tbb', 'Makefile'))
+ check_file(os.path.join(third_party_path, 'onnx', 'CMakeLists.txt'))
+ check_file(os.path.join(third_party_path, 'foxi', 'CMakeLists.txt'))
+ check_file(os.path.join(third_party_path, 'QNNPACK', 'CMakeLists.txt'))

diff --git a/sci-libs/pytorch/files/pytorch-1.6.0-skip-tests.patch 
b/sci-libs/pytorch/files/pytorch-1.6.0-skip-tests.patch
new file mode 100644
index 0..3ef2c533f
--- /dev/null
+++ b/sci-libs/pytorch/files/pytorch-1.6.0-skip-tests.patch
@@ -0,0 +1,14 @@
+Disable expected test failures.
+
+Reference: https://github.com/pytorch/pytorch/issues/13746
+Reference: https://github.com/pytorch/pytorch/issues/21873
+
+Index: pytorch-1.4.0_p0/caffe2/share/contrib/depthwise/CMakeLists.txt
+===
+--- pytorch-1.4.0_p0.orig/caffe2/share/contrib/depthwise/CMakeLists.txt
 pytorch-1.4.0_p0/caffe2/share/contrib/depthwise/CMakeLists.txt
+@@ -6,4 +6,3 @@ set(Caffe2_CONTRIB_DEPTHWISE3x3_TEST_CPU
+ )
+ 
+ set(Caffe2_CPU_SRCS ${Caffe2_CPU_SRCS} ${Caffe2_CONTRIB_DEPTHWISE3x3_CPU_SRC} 
PARENT_SCOPE)
+-set(Caffe2_CPU_TEST_SRCS ${Caffe2_CPU_TEST_SRCS} 
${Caffe2_CONTRIB_DEPTHWISE3x3_TEST_CPU_SRC} PARENT_SCOPE)

diff --git 
a/sci-libs/pytorch/files/pytorch-1.6.0-tensorpipe-unbundle-libuv.patch 
b/sci-libs/pytorch/files/pytorch-1.6.0-tensorpipe-unbundle-libuv.patch
new file mode 100644
index 0..a4ba38322
--- /dev/null
+++ b/sci-libs/pytorch/files/pytorch-1.6.0-tensorpipe-unbundle-libuv.patch
@@ -0,0 +1,13 @@
+Index: tensorpipe/cmake/pytorch.cmake
+===
+--- tensorpipe.orig/cmake/pytorch.cmake
 tensorpipe/cmake/pytorch.cmake
+@@ -138,7 +138,7 @@ endif()
+ 
+ add_library(tensorpipe ${TENSORPIPE_SRC})
+ 
+-set(TP_BUILD_LIBUV ON)
++set(TP_BUILD_LIBUV OFF)
+ find_package(uv REQUIRED)
+ target_link_libraries(tensorpipe PRIVATE uv::uv)
+ 

diff --git a/sci-libs/pytorch/pytorch-1.4.0_p0.ebuild 
b/sci-libs/pytorch/pytorch-1.4.0_p0.ebuild
index e77582078..762608507 100644
--- a/sci-libs/pytorch/pytorch-1.4.0_p0.ebuild
+++ b/sci-libs/pytorch/pytorch-1.4.0_p0.ebuild
@@ -50,7 +50,6 @@ REQUIRED_USE="
 DEPEND="
dev-libs/protobuf
dev-python/pyyaml[${PYTHON_USEDEP}]
-   virtual/python-typing[${PYTHON_USEDEP}]
atlas? ( sci-libs/atlas )
cuda? ( dev-libs/cudnn
dev-cpp/eigen[cuda] )

diff --git a/sci-libs/pytorch/pytorch-1.4.0_p0.ebuild 
b/sci-libs/pytorch/pytorch-1.6.0.ebuild
similarity index 63%
copy from sci-libs/pytorch/pytorch-1.4.0_p0.ebuild
copy to sci-libs/pytorch/pytorch-1.6.0.ebuild
index e77582078..c59b248e2 100644
--- a/sci-libs/pytorch/pytorch-1.4.0_p0.ebuild
+++ b/sci-libs/pytorch/pytorch-1.6.0.ebuild
@@ -12,34 +12,56 @@ MPV=${PV/_p/a}
 DESCRIPTION="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 HOMEPAGE="https://pytorch.org/;
 SRC_URI="https://github.com/pytorch/${PN}/archive/v${MPV}.tar.gz -> ${P}.tar.gz
-https://github.com/facebookincubator/gloo/archive/ca528e32.tar.gz -> 
gloo-ca528e32.tar.gz
-https://github.com/google/benchmark/archive/505be96a.tar.gz -> 
benchmark-505be96a.tar.gz
-https://github.com/google/gemmlowp/archive/3fb5c176.tar.gz -> 
gemmlowp-3fb5c176.tar.gz
-https://github.com/google/googletest/archive/2fe3bd99.tar.gz -> 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-timidity/

2020-08-05 Thread Craig Andrews
commit: aeb227efca24b0dad9aa2f0aef6ea89ad99a2ace
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Aug  6 00:59:13 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Aug  6 01:00:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb227ef

media-plugins/kodi-audiodecoder-timidity: 3.0.0 version bump

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

 media-plugins/kodi-audiodecoder-timidity/Manifest  | 1 +
 ...imidity-.ebuild => kodi-audiodecoder-timidity-3.0.0.ebuild} | 7 +--
 .../kodi-audiodecoder-timidity-.ebuild | 5 -
 3 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/media-plugins/kodi-audiodecoder-timidity/Manifest 
b/media-plugins/kodi-audiodecoder-timidity/Manifest
index c913e6f2301..bcaa7559250 100644
--- a/media-plugins/kodi-audiodecoder-timidity/Manifest
+++ b/media-plugins/kodi-audiodecoder-timidity/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-audiodecoder-timidity-2.0.5-Leia.tar.gz 1822081 BLAKE2B 
a4d251e46ed1f614c7ad479be5b139f872d4bfafb9f8ad16e96e5c000b96a80b42755d8710551c5e7be1a8f2a6dc02d7fe2a249a38fdeb5d186746de7260a621
 SHA512 
4b77c1a1680321515cf22ed269b801304a20126f237fc2151c54cd53569bcd446547478d4ff50e02175e4df689eb815af35de75848c4e2ab97451912783c49b8
 DIST kodi-audiodecoder-timidity-2.3.0-Matrix.tar.gz 1822842 BLAKE2B 
92545858b9deb5fb61a05830be2b22cd96340e6e2db09bac7dfce5b16ccbd329d677013352117204609d13159d674f1bc919e8fff9cd0e2cde8eb587d83082fa
 SHA512 
d119a50baf8e387d1212e10bf7f8dd5c22e462a85cb0dbd3df2fef7fa3490336af098b518745d4192d22703465dfbe182c5a3047db97d7beb4babfb9017eb0a9
+DIST kodi-audiodecoder-timidity-3.0.0-Matrix.tar.gz 1836160 BLAKE2B 
31211bdcbd136e869c889304360a2b7726674b8c7f0bfa5b4d6b1e534d8d9b7922b1435941354b6c21bc8004664078cd41f3374dd4d434ba3917fe7e25e07a22
 SHA512 
e98487ce3d08a3215be86b161ca79e04fa611c75c51a4dbbca9b80779b2ae4729faa98e3b6f810deda025a57fe7278420a3b5d532683b8778d15773fcae04ba4

diff --git 
a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-.ebuild
 
b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-3.0.0.ebuild
similarity index 81%
copy from 
media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-.ebuild
copy to 
media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-3.0.0.ebuild
index 07a5bbf1252..5de6569fbb2 100644
--- 
a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-.ebuild
+++ 
b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-3.0.0.ebuild
@@ -28,13 +28,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   ~media-tv/kodi-
+   =media-tv/kodi-19*
"
 RDEPEND="
${DEPEND}
"
-
-src_configure() {
-   append-cflags -fcommon # 
https://github.com/xbmc/audiodecoder.timidity/issues/32
-   kodi-addon_src_configure
-}

diff --git 
a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-.ebuild
 
b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-.ebuild
index 07a5bbf1252..295f3f72716 100644
--- 
a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-.ebuild
+++ 
b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-.ebuild
@@ -33,8 +33,3 @@ DEPEND="
 RDEPEND="
${DEPEND}
"
-
-src_configure() {
-   append-cflags -fcommon # 
https://github.com/xbmc/audiodecoder.timidity/issues/32
-   kodi-addon_src_configure
-}



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

2020-08-05 Thread Sam James
commit: a9f937d95c4b4f33292bfc5b940a36a6bc520541
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 23:47:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 23:47:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f937d9

media-sound/mp3gain: Stabilize 1.6.2 sparc, #717940

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

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

diff --git a/media-sound/mp3gain/mp3gain-1.6.2.ebuild 
b/media-sound/mp3gain/mp3gain-1.6.2.ebuild
index 44bb5054568..2753c8f8d06 100644
--- a/media-sound/mp3gain/mp3gain-1.6.2.ebuild
+++ b/media-sound/mp3gain/mp3gain-1.6.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 
 BDEPEND="app-arch/unzip"
 RDEPEND="media-sound/mpg123"



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

2020-08-05 Thread Sam James
commit: d3dd9b201d44a5826049bcc51592377c5c1f450a
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 23:13:45 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 23:13:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3dd9b20

media-sound/lilypond: Stabilize 2.21.1-r1 arm64, #736074

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

 media-sound/lilypond/lilypond-2.21.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/lilypond/lilypond-2.21.1-r1.ebuild 
b/media-sound/lilypond/lilypond-2.21.1-r1.ebuild
index 1f1e8202a99..e6e79f40267 100644
--- a/media-sound/lilypond/lilypond-2.21.1-r1.ebuild
+++ b/media-sound/lilypond/lilypond-2.21.1-r1.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" = "" ]]; then
 else
MAIN_VER=$(ver_cut 1-2)
SRC_URI="http://lilypond.org/download/sources/v${MAIN_VER}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ~x86"
 fi
 
 DESCRIPTION="GNU Music Typesetter"



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

2020-08-05 Thread Sam James
commit: 64a5a2dffbff64c927716e76c35a3a00f0c7cd5c
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 22:58:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 22:58:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a5a2df

dev-python/mysql-connector-python: Stabilize 8.0.21 arm, #736068

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

 dev-python/mysql-connector-python/mysql-connector-python-8.0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/mysql-connector-python/mysql-connector-python-8.0.21.ebuild 
b/dev-python/mysql-connector-python/mysql-connector-python-8.0.21.ebuild
index b6c5eebd14b..c6e2a4b20e3 100644
--- a/dev-python/mysql-connector-python/mysql-connector-python-8.0.21.ebuild
+++ b/dev-python/mysql-connector-python/mysql-connector-python-8.0.21.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Python client library for MariaDB/MySQL"
 HOMEPAGE="https://dev.mysql.com/downloads/connector/python/;
 SRC_URI="https://dev.mysql.com/get/Downloads/Connector-Python/${P}.tar.gz;
 
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 arm ~x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="examples test"



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

2020-08-05 Thread Sam James
commit: 8781c1d46e2db66703088f33cdc3e39600a30c92
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 22:03:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 22:03:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8781c1d4

dev-python/hypothesis: Stabilize 4.57.1 ALLARCHES, #736048

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

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

diff --git a/dev-python/hypothesis/hypothesis-4.57.1.ebuild 
b/dev-python/hypothesis/hypothesis-4.57.1.ebuild
index 6080312b2dd..dbb3ff9d7f1 100644
--- a/dev-python/hypothesis/hypothesis-4.57.1.ebuild
+++ b/dev-python/hypothesis/hypothesis-4.57.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-05 Thread Stefan Strogin
commit: bf87bbf6fb6364de9da61a716c3c5535968766bf
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed Aug  5 21:43:47 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Wed Aug  5 21:47:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf87bbf6

net-misc/curl: fix USE=libressl logic, remove it from REQUIRED_USE

USE=libressl must not be mutually exclusive to USE=openssl or any other
USE flag. Also USE=openssl must be enabled when using USE=libressl, so
that dependencies are checked correctly.

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

 net-misc/curl/curl-7.71.1-r1.ebuild | 14 +++---
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/net-misc/curl/curl-7.71.1-r1.ebuild 
b/net-misc/curl/curl-7.71.1-r1.ebuild
index 5b747bdf2ce..628e487a4f1 100644
--- a/net-misc/curl/curl-7.71.1-r1.ebuild
+++ b/net-misc/curl/curl-7.71.1-r1.ebuild
@@ -29,15 +29,13 @@ RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
dev-libs/nettle:0=[${MULTILIB_USEDEP}]
app-misc/ca-certificates
)
-   libressl? (
-   dev-libs/libressl:0=[static-libs?,${MULTILIB_USEDEP}]
-   )
mbedtls? (
net-libs/mbedtls:0=[${MULTILIB_USEDEP}]
app-misc/ca-certificates
)
openssl? (
-   dev-libs/openssl:0=[static-libs?,${MULTILIB_USEDEP}]
+   !libressl? ( 
dev-libs/openssl:0=[static-libs?,${MULTILIB_USEDEP}] )
+   libressl? ( 
dev-libs/libressl:0=[static-libs?,${MULTILIB_USEDEP}] )
)
nss? (
dev-libs/nss:0[${MULTILIB_USEDEP}]
@@ -76,13 +74,11 @@ BDEPEND="virtual/pkgconfig
)"
 
 # c-ares must be disabled for threads
-# only one of libressl or openssl can be enabled
 # only one default ssl provider can be enabled
 REQUIRED_USE="
winssl? ( elibc_Winnt )
threads? ( !adns )
ssl? (
-   libressl? ( !openssl )
^^ (
curl_ssl_gnutls
curl_ssl_libressl
@@ -131,10 +127,6 @@ multilib_src_configure() {
einfo "SSL provided by gnutls"
myconf+=( --with-gnutls --with-nettle )
fi
-   if use libressl || use curl_ssl_libressl; then
-   einfo "SSL provided by LibreSSL"
-   myconf+=( --with-ssl 
--with-ca-path="${EPREFIX}"/etc/ssl/certs )
-   fi
if use mbedtls || use curl_ssl_mbedtls; then
einfo "SSL provided by mbedtls"
myconf+=( --with-mbedtls )
@@ -143,7 +135,7 @@ multilib_src_configure() {
einfo "SSL provided by nss"
myconf+=( --with-nss )
fi
-   if use openssl || use curl_ssl_openssl; then
+   if use openssl || use curl_ssl_openssl || use 
curl_ssl_libressl; then
einfo "SSL provided by openssl"
myconf+=( --with-ssl 
--with-ca-path="${EPREFIX}"/etc/ssl/certs )
fi



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

2020-08-05 Thread Mike Gilbert
commit: 13a891078d701b388b5543120316af683eb54e39
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Aug  5 21:36:57 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Aug  5 21:36:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a89107

sys-fs/udev: fix indentation

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

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

diff --git a/sys-fs/udev/udev-246.ebuild b/sys-fs/udev/udev-246.ebuild
index 2e6bdd6ec98..0727fffde02 100644
--- a/sys-fs/udev/udev-246.ebuild
+++ b/sys-fs/udev/udev-246.ebuild
@@ -183,7 +183,7 @@ multilib_src_install() {
into /
dobin udevadm
 
-   dosym ../../bin/udevadm /lib/systemd/systemd-udevd
+   dosym ../../bin/udevadm /lib/systemd/systemd-udevd
 
exeinto /lib/udev
doexe src/udev/{ata_id,cdrom_id,mtd_probe,scsi_id,v4l_id}



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

2020-08-05 Thread William Hubbs
commit: 93ee872f11d43a36d66a71a8c6196498eefcf017
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Aug  5 20:51:49 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug  5 21:28:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ee872f

sys-fs/udev: bump to 246

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

 sys-fs/udev/Manifest|   1 +
 sys-fs/udev/udev-246.ebuild | 235 
 2 files changed, 236 insertions(+)

diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest
index 0e4199a7178..2698256f752 100644
--- a/sys-fs/udev/Manifest
+++ b/sys-fs/udev/Manifest
@@ -1,4 +1,5 @@
 DIST systemd-242.tar.gz 7831435 BLAKE2B 
288e65d0a8e133ef5885689eb16118a83d93c730e342da63115cea0892fc999104c3a4856c83f3e7ef909ba2f3311146730b05ee02d84cc0400851ccbdcd54cd
 SHA512 
578f68a3c8f2d454198fc04ff8d943abcfb390531d57f9603d185857f7afa7f4dc641dafecf49ce50fe22f5837b252b181400891e8efd4459fd4f69bb4283cb4
 DIST systemd-243.tar.gz 8242522 BLAKE2B 
89e3ebbea5a99061329f7c78220a66c1e075d5ba90dfdf5ee8d0d9b762ef4600dc82d8ca2054632e5e343b6272cd8046c92f7f99dcfa8287c5ef2b42fb96d4cb
 SHA512 
56b52a297aa5ac04d9667eb3afb1598725b197de73ff72baa1aabbc2844e36fba7b7fccdf6d214ae8b5b926616b2b7e15772763aaa80ec938d74333ff9c8673e
 DIST systemd-245.tar.gz 8993479 BLAKE2B 
be0b1fca5ba8585978f570868bc9135c1fee78ea64dcdf8b1a3419e856a83da90104ed2f86e5f3e5b0b6f29d4b34f603bfe1e4cbc61ccf71bedce547db62ff35
 SHA512 
1b80d0e02472dfc4197f11dab4f56cf90e8a6e105ce19f837cb11335b6d8577ed49031dad94cdb41aa9bdc06ec8eec62c8e9246272b83935e7bb9dcd3cd8c012
+DIST systemd-246.tar.gz 9534036 BLAKE2B 
71b72abcd4d066d35d45d9835d41bec8faa9a7eddc80b48fe7073223f07d32f78a8442c52dc0800940f9750d9c5502123a633738981d797cf610d85df2035bf0
 SHA512 
7103f7da53f7ced3b5543c238f23bd11c82af8e37166c1720a90576b6b431b4329320c78726166c65a9f5e101dd465c0a86dd13c586c4e55e608a6273d8f324f
 DIST systemd-stable-245.5.tar.gz 9020836 BLAKE2B 
7753eecceffa86c9208c3e71df2037b58b445f9090b73c6ff499b4170b94488a1fd1cabcd17cbb98506a692875a3eef07a40a54d23e09c331a01319f8d03d13d
 SHA512 
47de4a59980643002f325c499eeb4dd76fa9f1d1267686e7564f103690487bf85974590d7cb3e3641409e5bfba567fe2a66efa80320e7e8adc48af4461e2e172

diff --git a/sys-fs/udev/udev-246.ebuild b/sys-fs/udev/udev-246.ebuild
new file mode 100644
index 000..2e6bdd6ec98
--- /dev/null
+++ b/sys-fs/udev/udev-246.ebuild
@@ -0,0 +1,235 @@
+# Copyright 2003-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 linux-info meson ninja-utils multilib-minimal 
toolchain-funcs udev usr-ldscript
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
+   inherit git-r3
+else
+   MY_PV=${PV/_/-}
+   MY_P=systemd-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz;
+   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)"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
+
+LICENSE="LGPL-2.1 MIT GPL-2"
+SLOT="0"
+IUSE="acl +kmod selinux static-libs"
+
+RESTRICT="test"
+
+BDEPEND="
+   dev-util/gperf
+   >=dev-util/intltool-0.50
+   >=sys-apps/coreutils-8.16
+   virtual/pkgconfig
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xml-dtd:4.5
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+"
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.30[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl )
+   kmod? ( >=sys-apps/kmod-15 )
+   selinux? ( >=sys-libs/libselinux-2.1.9 )
+"
+DEPEND="${COMMON_DEPEND}
+   >=sys-kernel/linux-headers-3.9
+"
+RDEPEND="${COMMON_DEPEND}
+   acct-group/kmem
+   acct-group/tty
+   acct-group/audio
+   acct-group/cdrom
+   acct-group/dialout
+   acct-group/disk
+   acct-group/input
+   acct-group/kvm
+   acct-group/lp
+   acct-group/render
+   acct-group/tape
+   acct-group/video
+   !sys-apps/gentoo-systemd-integration
+   !sys-apps/systemd
+"
+PDEPEND=">=sys-apps/hwids-20140304[udev]
+   >=sys-fs/udev-init-scripts-26"
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != buildonly ]]; then
+   CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER 
~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET 
~!FW_LOADER_USER_HELPER ~UNIX"
+   linux-info_pkg_setup
+
+   # CONFIG_FHANDLE was introduced by 2.6.39
+   local MINKV=2.6.39
+
+   if kernel_is -lt ${MINKV//./ }; then
+   eerror "Your running kernel is too old to run this 
version of ${P}"
+   eerror "You need to upgrade kernel at least to ${MINKV}"
+   fi
+
+   

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-sidplay/

2020-08-05 Thread Craig Andrews
commit: e9fb0045271f3544fe14c6d7c919c8eea29ebe54
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug  5 21:20:46 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug  5 21:21:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fb0045

media-plugins/kodi-audiodecoder-sidplay: 3.0.0 version bump

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

 media-plugins/kodi-audiodecoder-sidplay/Manifest   |  1 +
 .../kodi-audiodecoder-sidplay-3.0.0.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/media-plugins/kodi-audiodecoder-sidplay/Manifest 
b/media-plugins/kodi-audiodecoder-sidplay/Manifest
index 4fcdd5260cb..69349a29744 100644
--- a/media-plugins/kodi-audiodecoder-sidplay/Manifest
+++ b/media-plugins/kodi-audiodecoder-sidplay/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-audiodecoder-sidplay-1.2.2.tar.gz 26125 BLAKE2B 
0c6076df3ba167423daccc32feb35509e9cbef9e74499db45e71c77fc51a3484a22c217d49b440d10e169ab2bc905a10875a2f6f38cea294774c8e2312b83b74
 SHA512 
6af355f3ef3cf11f8d95763f9676d8f8ebadb2f9d2fa4cdb17db75ab29bfeb26d6b56e4d1aceced0742319af943860f3cfef4d0723d62d8ea520bbe529bdf1a9
 DIST kodi-audiodecoder-sidplay-2.1.3.tar.gz 31160 BLAKE2B 
f67f3c9c330e66f2128945ee4d70aedb981f08cd75dfa50618d1e1d1d1beba5558d6c43306897459050de530dd0c24b2b6957e51916b13c51e298aeab147a651
 SHA512 
0ecf3e2905cf417efa3403afa43a28ee45a65bab8b261e6f3f3322281414a7a732286e60c0bcfe93ebee821dd1cc3123d12412948a5ae72893fdbd2b6d3d8236
+DIST kodi-audiodecoder-sidplay-3.0.0.tar.gz 33311 BLAKE2B 
d600ffbd69baccca33b47d6af57d4e0a78f4d08da9390c6a92620962ba91464600deff69b62cfdaec35f24a0db8da4d1332f8902293cc041e7c543f659098a2f
 SHA512 
6e17a4f7a1095595081fcc76e58ac22994b50b3a1e1d4599524029a0d4058b8583a6f0fc0a32ecb6c4b9a159bf74cf28fbd7166eea587575bdd5dbe6d8aebe69

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



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-stsound/

2020-08-05 Thread Craig Andrews
commit: 8a4d57780073c9c902bd3fe92e8d2672dfd58105
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug  5 21:19:23 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug  5 21:21:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4d5778

media-plugins/kodi-audiodecoder-stsound: 3.0.0 version bump

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

 media-plugins/kodi-audiodecoder-stsound/Manifest   |  1 +
 .../kodi-audiodecoder-stsound-3.0.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/media-plugins/kodi-audiodecoder-stsound/Manifest 
b/media-plugins/kodi-audiodecoder-stsound/Manifest
index 5fec910958f..f2ee45d6c72 100644
--- a/media-plugins/kodi-audiodecoder-stsound/Manifest
+++ b/media-plugins/kodi-audiodecoder-stsound/Manifest
@@ -2,3 +2,4 @@ DIST kodi-audiodecoder-stsound-2.0.0.tar.gz 63097 BLAKE2B 
c797c7fad5811aaa12217c
 DIST kodi-audiodecoder-stsound-2.0.1.tar.gz 89746 BLAKE2B 
4429890376ed67e10e5abe76d450731a0d05a5892cd8a5f66d49fdbd8f0743547fa7752c87bad11f2b2e49e1519a0fbdf457da91eb16a42554d5a60f2bafecad
 SHA512 
133eee1892817b69ec34d7897316ab6e967e67968b72ad7d73199d36fe86f119ee015f703022fb850c2c8bef11d990bba3c0a5df5f24776d4861cbbcb6b466db
 DIST kodi-audiodecoder-stsound-2.0.2.tar.gz 90362 BLAKE2B 
07e99effe9fd60ae723ca61cb1a55408c5cc5458571c6e991c3acfdaf64d635ca24355c0930c79df77afe3e024735be2ec9a46a2d1611014d76364de325aae6a
 SHA512 
6925bc4a21db7b2b997721227689c94bca3389b8c4879d4f10e754231b1be4f0e0cb163f07945624ffb6963c58b6d243b535c7f1490382a89192b50e558227c9
 DIST kodi-audiodecoder-stsound-2.1.3.tar.gz 96164 BLAKE2B 
b29f1b11cdcd1a275cf766cfa33d800fa0b9be440e061ba0219348509a3d8e26dd5e505f9b81080226450311fcc8a5d85fe8040b89a8bddc9b1d128618e12e94
 SHA512 
b14f1fc70c6a6cc749dd8c7a85c4177e49d7444518e28cf6b1a6024fb268278ba33b7321269eaba000ee2487a946e05d5e68e8614ad4df7470b1c85fb7da826b
+DIST kodi-audiodecoder-stsound-3.0.0.tar.gz 97776 BLAKE2B 
8896592b822c2bb59ef7404e12d47a9a8977c8277905f07797173cc7b66f61dfc947a8bb02a292365fbb7ad37cd6d39c1ecf74e5fe4156dee87a5b3d04ff0a9c
 SHA512 
ac8c284912c1ccc8975ef9a35153ef0e9d6754a67c3f51ccbb69c2bc4b0533666cbb80e45803586e70dec4f23d9b714b593f957d2a2bfb522cc549c6e1f1e111

diff --git 
a/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-3.0.0.ebuild
 
b/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-3.0.0.ebuild
new file mode 100644
index 000..6ebb9dad83a
--- /dev/null
+++ 
b/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-3.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="SPC decoder addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/audiodecoder.stsound;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/audiodecoder.stsound.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/xbmc/audiodecoder.stsound/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/audiodecoder.stsound-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   "
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-snesapu/

2020-08-05 Thread Craig Andrews
commit: da2f6749f5f069bb5ba7a960e675be8b08ecad0b
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug  5 21:20:09 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug  5 21:21:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2f6749

media-plugins/kodi-audiodecoder-snesapu: 3.0.0 version bump

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

 media-plugins/kodi-audiodecoder-snesapu/Manifest   |  1 +
 .../kodi-audiodecoder-snesapu-3.0.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/media-plugins/kodi-audiodecoder-snesapu/Manifest 
b/media-plugins/kodi-audiodecoder-snesapu/Manifest
index 5c991df48ca..1995c349a48 100644
--- a/media-plugins/kodi-audiodecoder-snesapu/Manifest
+++ b/media-plugins/kodi-audiodecoder-snesapu/Manifest
@@ -2,3 +2,4 @@ DIST kodi-audiodecoder-snesapu-2.0.0.tar.gz 39499 BLAKE2B 
5185eaa4e658a443aad400
 DIST kodi-audiodecoder-snesapu-2.0.1.tar.gz 70042 BLAKE2B 
cfc0f887a19b7d9fcf57998820692d388b914709bf551ccbe372b3cb2889a1a9044487b72d270f946ea8f1ffc13f11b59fa0ef424a80f320db74525aa108
 SHA512 
4dedcee8a894b138637876f630135148d7ada5212913ec5b0eb208ae4a3bf51560ae633d434a91929810c6a75b2b6c5d2144703b04f86f74fcb4770b1c2f814a
 DIST kodi-audiodecoder-snesapu-2.0.2.tar.gz 70750 BLAKE2B 
54696e7e9df82474e22754f9fbb662bc12de01e3946f48bc9c093f838ca3add77881f5a7ed8cdbc75689c25cf081d0c0935d81fbe32203039df74c420b4bda8d
 SHA512 
7b3ed7556626fd20492720b7b87c3e3885ee565066c2dd34e239608d3a5845584cca8a7a3be50019f2365150072c28480652f3eda6a4e584da4fa1a45337c9ce
 DIST kodi-audiodecoder-snesapu-2.1.3.tar.gz 76768 BLAKE2B 
a38a6576625f198837547128ef1e96522bd329cef9f70e8b1855ee16f3d16f68ea40f2bb12d1f49b1337e54af0de0ac184f4d6754cc160be6bb769ccc2bb1b5b
 SHA512 
d596fd12da85736bbc21f5f42f791e54672246a6e782e7e25082883a29f270f837bc21d76c79182dc08c2cd8314f7bdd40fcebca393216c15882977161c17f64
+DIST kodi-audiodecoder-snesapu-3.0.0.tar.gz 78398 BLAKE2B 
7bd97f6586b4aecc5948d967a6986db6292aa0387bbb75b59c3b2698f37afc9e511ad8be90b83a88bf69241dec51db22965d62d09e79dac0e820b70601947711
 SHA512 
cf3a23a6181459e0513ed644d79315665f11c3186a66e9a3d3f4a7d9ffa820ebfa0d050bb329ee36b93c2f2113b734cf7a6d8c4c17ca40a6bbe22056998ed0c0

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



[gentoo-commits] repo/gentoo:master commit in: net-proxy/microsocks/, net-proxy/microsocks/files/

2020-08-05 Thread Patrick McLean
commit: 90938bfdf79a99184d64f004acaf30f69afe1a12
Author: Patrick McLean  sony  com>
AuthorDate: Wed Aug  5 21:15:22 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Aug  5 21:15:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90938bfd

net-proxy/miniproxuy: New package

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Patrick McLean  gentoo.org>

 net-proxy/microsocks/Manifest  |  1 +
 net-proxy/microsocks/files/microsocks.confd|  4 +++
 net-proxy/microsocks/files/microsocks.initd| 14 ++
 net-proxy/microsocks/metadata.xml  |  8 ++
 .../microsocks/microsocks-1.0.1_p20200805.ebuild   | 32 ++
 5 files changed, 59 insertions(+)

diff --git a/net-proxy/microsocks/Manifest b/net-proxy/microsocks/Manifest
new file mode 100644
index 000..db62609b747
--- /dev/null
+++ b/net-proxy/microsocks/Manifest
@@ -0,0 +1 @@
+DIST microsocks-1.0.1_p20200805.tar.gz 9119 BLAKE2B 
e998dcb6f109e6bdfd8580ae316e3d61cba0a47b42206bf7482821a06f4fa3b4c56a42fae3948783d2a99bc70f8b60603699a1afba215b45fafe509396c59ec9
 SHA512 
966df1d654e0eb759f3aca9988dc9f28fa105c3c8586c3e221e3ebdd6f750cb0f1e2d3f544367e5b469203bfe372e9e8451eac8187408bc1618d68dd00236175

diff --git a/net-proxy/microsocks/files/microsocks.confd 
b/net-proxy/microsocks/files/microsocks.confd
new file mode 100644
index 000..1c9387fb09c
--- /dev/null
+++ b/net-proxy/microsocks/files/microsocks.confd
@@ -0,0 +1,4 @@
+# /etc/conf.d/microsocks - config for microsocks
+#
+# see README.md or --help for possible parameters
+microsocks_args=""

diff --git a/net-proxy/microsocks/files/microsocks.initd 
b/net-proxy/microsocks/files/microsocks.initd
new file mode 100644
index 000..a520e94920c
--- /dev/null
+++ b/net-proxy/microsocks/files/microsocks.initd
@@ -0,0 +1,14 @@
+#!/sbin/openrc-run
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="microsocks daemon"
+description="Multithreaded, small, efficient SOCKS5 server"
+pidfile="/run/${RC_SVCNAME}.pid"
+command=/usr/bin/microsocks
+command_args="${microsocks_args}"
+command_background=1
+
+depend() {
+   need net
+}

diff --git a/net-proxy/microsocks/metadata.xml 
b/net-proxy/microsocks/metadata.xml
new file mode 100644
index 000..cee379b1540
--- /dev/null
+++ b/net-proxy/microsocks/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+

diff --git a/net-proxy/microsocks/microsocks-1.0.1_p20200805.ebuild 
b/net-proxy/microsocks/microsocks-1.0.1_p20200805.ebuild
new file mode 100644
index 000..ed8fd541226
--- /dev/null
+++ b/net-proxy/microsocks/microsocks-1.0.1_p20200805.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+COMMIT_HASH="de2d746862e1ec78688500955e15706f173a1151"
+DESCRIPTION="Multithreaded, small, efficient SOCKS5 server"
+HOMEPAGE="https://github.com/rofl0r/microsocks;
+SRC_URI="https://github.com/rofl0r/microsocks/archive/${COMMIT_HASH}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT_HASH}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+   default
+   sed -r -e 's:/usr/local:/usr:' -i Makefile || die
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}/${PN}.initd" ${PN}
+   newconfd "${FILESDIR}/${PN}.confd" ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hps/files/, dev-haskell/hps/

2020-08-05 Thread Sergei Trofimovich
commit: dfe2412fd89b3abd9efc1755bfc0c1939bbce9d6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 21:12:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 21:12:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe2412f

dev-haskell/hps: tweak for ghc-8.8

Reported-by:  Agostino Sarubbo
Closes: https://bugs.gentoo.org/736028
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/hps/files/hps-0.15-ghc84.patch | 28 
 dev-haskell/hps/hps-0.15.ebuild|  4 
 2 files changed, 32 insertions(+)

diff --git a/dev-haskell/hps/files/hps-0.15-ghc84.patch 
b/dev-haskell/hps/files/hps-0.15-ghc84.patch
new file mode 100644
index 000..cbc67705459
--- /dev/null
+++ b/dev-haskell/hps/files/hps-0.15-ghc84.patch
@@ -0,0 +1,28 @@
+--- a/Graphics/PS/PS.hs
 b/Graphics/PS/PS.hs
+@@ -14,2 +14,3 @@ import qualified Graphics.PS.Paper as P
+ import qualified Graphics.PS.Image as I
++import qualified Data.Semigroup as S
+ 
+@@ -248,2 +249,6 @@ newtype MonadMonoid m = MonadMonoid {appMonadMonoid :: m 
()}
+ 
++instance Monad m => S.Semigroup (MonadMonoid m) where
++   (<>) (MonadMonoid a) (MonadMonoid b) =
++  MonadMonoid (a >> b)
++
+ instance Monad m => Monoid (MonadMonoid m) where
+--- a/Graphics/PS/Statistics.hs
 b/Graphics/PS/Statistics.hs
+@@ -6,2 +6,3 @@ import Graphics.PS.Image
+ import Graphics.PS.Path
++import qualified Data.Semigroup as S
+ 
+@@ -16,2 +17,8 @@ data Statistics = Statistics {nMoveTo :: Integer
+ 
++instance S.Semigroup Statistics where
++(<>) p q =
++let (Statistics m1 l1 c1 f1 g1 t1) = p
++(Statistics m2 l2 c2 f2 g2 t2) = q
++in Statistics (m1+m2) (l1+l2) (c1+c2) (f1+f2) (g1+g2) (t1+t2)
++
+ instance Monoid Statistics where

diff --git a/dev-haskell/hps/hps-0.15.ebuild b/dev-haskell/hps/hps-0.15.ebuild
index 672d8d90b53..ca36c1bdc7f 100644
--- a/dev-haskell/hps/hps-0.15.ebuild
+++ b/dev-haskell/hps/hps-0.15.ebuild
@@ -25,6 +25,10 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
 "
 
+PATCHES=(
+   "${FILESDIR}"/${P}-ghc84.patch
+)
+
 src_configure() {
haskell-cabal_src_configure \
$(cabal_flag build-exec build-exec)



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2020-08-05 Thread Oliver Freyermuth
commit: 95aea8b1f9abd1d22cc18d2d0849cff7a44de49f
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Wed Aug  5 21:11:39 2020 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Wed Aug  5 21:11:39 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95aea8b1

x11-misc/gromit-mpx: Bump version to 1.3.1.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest|  1 +
 x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index f5ab9d4..740fde6 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1 +1,2 @@
+DIST gromit-mpx-1.3.1.tar.gz 60834 BLAKE2B 
0290b3d538471c519392412c1b11826f738d55b0761d9118629cd1b9b8fec1bd6d9a72693356decd47d829befdcddf1f4c55925fafb54cb32782f2601d4b0829
 SHA512 
dc57c8d97717a64fbfcf48c231f47149134d1fd5cdeb0db22efd367ac416096e6923b8f932a113fc8bd175dc3e7ebfe633acac22a7e778a87a2d912bdebf3532
 DIST gromit-mpx-1.3.tar.gz 56835 BLAKE2B 
900df398b22f0c818045b905eff3e2c63ad8fea3a3a03fab3cefea0f4a956a5633a5653cbe56a1f9a7f1fd2b5f9eebecfe8ce4a801c565d958cc372cfae22708
 SHA512 
7819c0d7684b05c812a476504df221edf005cc854c9184218cffda5c3692d865d358610d8541eb8ebd257e3d471e41d959afbca2aa118329826cfce99a13384f

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
new file mode 100644
index 000..5c18ed6
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
+HOMEPAGE="https://github.com/bk138/${PN};
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-libs/libappindicator:3
+   x11-libs/libX11
+   >=x11-apps/xinput-1.3
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+   )
+
+   cmake_src_configure
+}



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

2020-08-05 Thread Craig Andrews
commit: a18f351d6b22cbb5817493ce685e1bd1b709d3f9
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug  5 20:50:22 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug  5 20:50:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18f351d

dev-java/swt: append-cflags -fcommon

Workaround for -fno-common build failure

Closes: https://bugs.gentoo.org/707838
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Craig Andrews  gentoo.org>

 dev-java/swt/swt-4.10.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-java/swt/swt-4.10.ebuild b/dev-java/swt/swt-4.10.ebuild
index 4559e6bb888..4b2c5aafc0e 100644
--- a/dev-java/swt/swt-4.10.ebuild
+++ b/dev-java/swt/swt-4.10.ebuild
@@ -80,6 +80,8 @@ src_prepare() {
 }
 
 src_compile() {
+   append-cflags -fcommon # https://bugs.gentoo.org/707838
+
# Drop jikes support as it seems to be unfriendly with SWT
java-pkg_filter-compiler jikes
 



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

2020-08-05 Thread Conrad Kostecki
commit: 7b66292f231f6cb3985d41ab18cca8517f96bc7d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Aug  5 19:44:11 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Aug  5 19:48:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b66292f

app-misc/lcd4linux: drop old version

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../lcd4linux-0.11.0_pre20170527-r4.ebuild | 181 -
 1 file changed, 181 deletions(-)

diff --git a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r4.ebuild 
b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r4.ebuild
deleted file mode 100644
index 99a2dd057f5..000
--- a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r4.ebuild
+++ /dev/null
@@ -1,181 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools flag-o-matic python-single-r1
-
-DESCRIPTION="A small program that grabs information and displays it on an 
external LCD"
-HOMEPAGE="https://lcd4linux.bulix.org/;
-SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="dmalloc outb"
-REQUIRED_USE="
-   ?? ( lcd_devices_hd44780 lcd_devices_hd44780-i2c )
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-# Define the list of valid lcd devices.
-# Some drivers were removed from this list:
-# - lcdlinux: It's an ancient driver, which needs app-misc/lcd-linux, that 
made it never to the portage tree.
-# - lcdlinux: Besides, app-misc/lcd-linux won't compile on a modern linux 
kernel.
-# - st2205: It's needs dev-libs/libst2205,  which made it never to the portage 
tree and is quite outdated.
-IUSE_LCD_DEVICES=(
-   ASTUSB BeckmannEgle BWCT CrystalFontz Curses Cwlinux D4D DPF 
EA232graphic EFN FutabaVFD
-   FW G15 GLCD2USB HD44780 HD44780-I2C IRLCD LCD2USB LCDTerm LEDMatrix 
LPH7508 LUIse LW_ABP M50530
-   MatrixOrbital MatrixOrbitalGX MilfordInstruments MDM166A Newhaven 
Noritake NULL Pertelian PHAnderson
-   PICGraphic picoLCD picoLCDGraphic PNG PPM RouterBoard Sample SamsungSPF 
serdisplib ShuttleVFD
-   SimpleLCD T6963 TeakLCM Trefon ULA200 USBHUB USBLCD VNC WincorNixdorf 
X11
-)
-
-# Define the list of valid lcd4linux plugins.
-# Some plugins were removed from this list:
-# - imon: Uses telmond, which is only available on a fli4l router or an 
eisfair server.
-# - ppp: It has been replaced by the netdev plugin.
-# - seti: SETI@home software was replaced by sci-misc/boinc, which is not 
compatible.
-# - xmms: XMMS software was replaced by media-sound/xmms2, which is not 
compatible.
-IUSE_LCD4LINUX_PLUGINS=(
-   apm asterisk button-exec cpuinfo dbus diskstats dvb exec event
-   fifo file gps hddtemp huawei i2c-sensors iconv isdn kvv
-   loadavg meminfo mpd mpris-dbus mysql netdev netinfo pop3
-   proc-stat python qnaplog raspi sample statfs uname uptime
-   w1retap wireless
-)
-
-# Add supported drivers from 'IUSE_LCD_DEVICES' to 'IUSE' and 'REQUIRED_USE'
-REQUIRED_USE+=" || ( "
-for LCD_DEVICE in "${IUSE_LCD_DEVICES[@]}"; do
-   LCD_DEVICE=${LCD_DEVICE,,}
-   IUSE+=" lcd_devices_${LCD_DEVICE} "
-   REQUIRED_USE+=" lcd_devices_${LCD_DEVICE} "
-done
-REQUIRED_USE+=" ) "
-unset LCD_DEVICE
-
-# Add supported plugins from 'IUSE_LCD4LINUX_PLUGINS' to 'IUSE' and 
'REQUIRED_USE'
-IUSE+=" ${IUSE_LCD4LINUX_PLUGINS[*]} "
-REQUIRED_USE+=" || ( ${IUSE_LCD4LINUX_PLUGINS[*]} ) "
-
-# Define dependencies for all drivers in 'IUSE_LCD_DEVICES'
-DEPEND_LCD_DEVICES="
-   lcd_devices_astusb? ( virtual/libusb:0= )
-   lcd_devices_bwct? ( virtual/libusb:0= )
-   lcd_devices_curses? ( sys-libs/ncurses:0= )
-   lcd_devices_dpf? ( virtual/libusb:0= )
-   lcd_devices_g15? ( virtual/libusb:0= )
-   lcd_devices_glcd2usb? ( virtual/libusb:0= )
-   lcd_devices_irlcd? ( virtual/libusb:0= )
-   lcd_devices_lcd2usb? ( virtual/libusb:0= )
-   lcd_devices_ledmatrix? ( virtual/libusb:0= )
-   lcd_devices_luise? (
-   dev-libs/luise-bin
-   virtual/libusb:0=
-   )
-   lcd_devices_matrixorbitalgx? ( virtual/libusb:0= )
-   lcd_devices_mdm166a? ( virtual/libusb:0= )
-   lcd_devices_picolcd? ( virtual/libusb:0= )
-   lcd_devices_picolcdgraphic? ( virtual/libusb:0= )
-   lcd_devices_png? (
-   media-libs/gd[png]
-   media-libs/libpng:0=
-   )
-   lcd_devices_ppm? ( media-libs/gd )
-   lcd_devices_samsungspf? ( virtual/libusb:0= )
-   lcd_devices_serdisplib? ( dev-libs/serdisplib )
-   lcd_devices_shuttlevfd? ( virtual/libusb:0= )
-   lcd_devices_trefon? ( virtual/libusb:0= )
-   lcd_devices_ula200? (
-   dev-embedded/libftdi:1=
-   virtual/libusb:0=
-   )
-   lcd_devices_usbhub? ( virtual/libusb:0= )
-   lcd_devices_usblcd? ( 

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-telegram/

2020-08-05 Thread Conrad Kostecki
commit: 91e3386a89d68dc4872edd313215789f06cbb4d3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Aug  5 19:46:33 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Aug  5 19:48:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e3386a

x11-plugins/pidgin-telegram: drop old version

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-plugins/pidgin-telegram/Manifest   |  1 -
 .../pidgin-telegram/pidgin-telegram-1.4.2.ebuild   | 52 --
 2 files changed, 53 deletions(-)

diff --git a/x11-plugins/pidgin-telegram/Manifest 
b/x11-plugins/pidgin-telegram/Manifest
index 6e29d4800e5..b7e7757ecfc 100644
--- a/x11-plugins/pidgin-telegram/Manifest
+++ b/x11-plugins/pidgin-telegram/Manifest
@@ -1,2 +1 @@
-DIST telegram-purple_1.4.2.orig.tar.gz 484790 BLAKE2B 
d198ce3d1a5f4d226d48b6ff1cdf6f0899a5a1b79ef74c8ac77afa613aae5ec1cf53c8de69cfbab6b2f70df896be0315a90470f2b0da34d1644103be8e7d96ad
 SHA512 
f2f88de8dd4038adaa1a63f2fa3678dd45ddda051be700d6eca563f4bd5b7c8dcb61fdf60bffb01b3fce0ffd01f7b2524686d997bfe4ca8b191cc7b6ce7375a1
 DIST telegram-purple_1.4.3.orig.tar.gz 491997 BLAKE2B 
30d42b34525c6553498c67f8a28cfe789442555a3a135a116195edc982611b8ccae6d7c53006358ebdca679258ae6a40b29a1d2ebb764e082bc2ee77d39584db
 SHA512 
697d070da5c6671dd54a1709b37153d4b569ae1cd19d574a2d92a777a89ebd7884596b35829564a7f6fd49104f5d26e35cbe9634f64c678b5f061af8197fba16

diff --git a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild 
b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild
deleted file mode 100644
index 5d6f31afd45..000
--- a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A libpurple protocol plugin that adds support for the Telegram 
messenger"
-HOMEPAGE="https://github.com/majn/telegram-purple;
-SRC_URI="https://github.com/majn/telegram-purple/releases/download/v${PV}/telegram-purple_${PV}.orig.tar.gz;
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE="gcrypt libressl +nls +png +webp"
-
-RDEPEND="net-im/pidgin
-   sys-libs/zlib:=
-   gcrypt? ( dev-libs/libgcrypt:0= )
-   !gcrypt? (
-   libressl? ( dev-libs/libressl:0= )
-   !libressl? ( dev-libs/openssl:0= )
-   )
-   png? ( media-libs/libpng:0= )
-   webp? ( media-libs/libwebp:= )"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
-   nls? ( sys-devel/gettext )
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/telegram-purple"
-
-DOCS=( "AUTHORS" "CHANGELOG.md" "HACKING.md" "HACKING.BUILD.md" "README.md" )
-
-src_prepare() {
-   default
-
-   # Remove '-Werror' to make it compile
-   find -name 'Makefile*' -exec sed -i -e 's/-Werror //'  {} + || die
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable gcrypt)
-   $(use_enable nls translation)
-   $(use_enable png libpng)
-   $(use_enable webp libwebp)
-   )
-
-   econf "${myeconfargs[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: net-dns/ddclient/

2020-08-05 Thread Conrad Kostecki
commit: bbfeb7dccc89d6317f8ffc2938de7f37ca968f50
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Aug  5 19:42:33 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Aug  5 19:48:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfeb7dc

net-dns/ddclient: drop old version

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-dns/ddclient/Manifest |  1 -
 net-dns/ddclient/ddclient-3.9.0-r3.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/net-dns/ddclient/Manifest b/net-dns/ddclient/Manifest
index 0fec07b28d7..5de0f53b774 100644
--- a/net-dns/ddclient/Manifest
+++ b/net-dns/ddclient/Manifest
@@ -1,2 +1 @@
-DIST ddclient-3.9.0.tar.gz 59018 BLAKE2B 
b9b58108d9f124fcd5a72cc57bfb0e6a5bc2e115edc27a1d5950a929670d67d5c703b09f51e7e82e977ccfb544d115da177b0ac8dc06a76a800aa207cde5a42d
 SHA512 
ae314c96a37dd90256d6acf62f4a4523b72f540194131e351a032239b00b4520351f6549d3b20a9209fe49ccc6de7ce158ffa8635d341066ea71b789dc667438
 DIST ddclient-3.9.1.tar.gz 63469 BLAKE2B 
8ae6543353d96f76d926117ae53d74da6e8bc8f116fa15b8b0d39bc29a4c334bfc3d673b8f1c57139213b91414d1b9a2063fde9e1015f03fb76ba70a60956a7e
 SHA512 
a8a4d6cb94e4239a7b7b4fc7d9ebef703cbd6c45fc3394b644694a053b5b8aa8d109410b5b8b3676a5f30b18474d24c7feb16c65c30b28bd7d941d8a214b1346

diff --git a/net-dns/ddclient/ddclient-3.9.0-r3.ebuild 
b/net-dns/ddclient/ddclient-3.9.0-r3.ebuild
deleted file mode 100644
index e9bb2440f64..000
--- a/net-dns/ddclient/ddclient-3.9.0-r3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Perl client used to update dynamic DNS entries"
-HOMEPAGE="https://sourceforge.net/projects/ddclient/;
-SRC_URI="mirror://sourceforge/ddclient/${P}.tar.gz"
-
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="examples iproute2"
-
-RDEPEND="
-   acct-group/ddclient
-   acct-user/ddclient
-   dev-lang/perl
-   dev-perl/Data-Validate-IP
-   dev-perl/Digest-SHA1
-   dev-perl/IO-Socket-INET6
-   dev-perl/IO-Socket-SSL
-   virtual/perl-Digest-SHA
-   virtual/perl-JSON-PP
-   iproute2? ( sys-apps/iproute2 )
-"
-
-src_prepare() {
-   # Remove PID setting, to reliably setup the environment for the init 
script
-   sed -e '/^pid/d' -i sample-etc_ddclient.conf || die
-
-   # Remove windows executable
-   if use examples; then
-   rm sample-etc_dhcpc_dhcpcd-eth0.exe || die
-   fi
-
-   # Use sys-apps/iproute2 instead of sys-apps/net-tools
-   use iproute2 && eapply "${FILESDIR}"/${P}-use_iproute2.patch
-
-   default
-}
-
-src_install() {
-   dobin ddclient
-
-   insinto /etc/ddclient
-   insopts -m 0600 -o ddclient -g ddclient
-   newins sample-etc_ddclient.conf ddclient.conf
-
-   newinitd "${FILESDIR}"/ddclient.initd-r6 ddclient
-   systemd_newunit "${FILESDIR}"/ddclient.service-r1 ddclient.service
-   systemd_newtmpfilesd "${FILESDIR}"/ddclient.tmpfiles ddclient.conf
-
-   dodoc Change* README* RELEASENOTE TODO UPGRADE
-
-   if use examples; then
-   docinto examples
-   dodoc sample-*
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/

2020-08-05 Thread Conrad Kostecki
commit: 414dd5ae3778eb6b944e1782353e55156f5aeb7b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Aug  5 19:45:37 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Aug  5 19:48:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414dd5ae

app-antivirus/clamtk: drop old version

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-antivirus/clamtk/Manifest   |   1 -
 app-antivirus/clamtk/clamtk-6.03.ebuild | 142 
 2 files changed, 143 deletions(-)

diff --git a/app-antivirus/clamtk/Manifest b/app-antivirus/clamtk/Manifest
index af3233efee2..c8d38960311 100644
--- a/app-antivirus/clamtk/Manifest
+++ b/app-antivirus/clamtk/Manifest
@@ -1,5 +1,4 @@
 DIST clamtk-6.03.tar.xz 227940 BLAKE2B 
08364ba8c3b4fcdb49364cd2721413c7f487aaff23dfa0fb0e7b28f9baf9d267589099cc159558dd004fe882d762b6ece272672aab962b4a666fb8c244671d19
 SHA512 
4e81b161b17ae15a307d026766efcab2ea0433437e68dd7e3465e07c999e66c556372adc29cee093a1cec5a8f37861d1b8cddd08ed6e4cfbd59f5333d4f03fac
-DIST clamtk-gnome-0.03.tar.xz 15088 BLAKE2B 
cc1440de117eea036cf14a9ed36650916703299799c90548b02a5fee92c80f82c1d4f63e1cd726438e428e1ae3ee1550b4c8acbc22e97093131f993099c47c36
 SHA512 
c35a3ee34cbe5609f2ad22d0974a503bf6f24710c26d71d865c3ad3751a72fe909a9773c27cc53295c581f77d33e58d49fdd6f38f71177aa7ef1570e00ea55f2
 DIST clamtk-gnome-0.05.tar.xz 15148 BLAKE2B 
d72ad0c9b3272c1a21d3722994152e23aeb01bd79d006cbcd3545c2689887b4f596daeeef72a13d9cdd9cfc89c4091963b4a1917824bbb06be4678f2c446a114
 SHA512 
a5d3b0e87889880272aa61a0feebca8e885c7fa964bad767351c826188c236f2152b3c43328b6aa720c5942b2bf1da69916d3664358c274813a6ac032ee4dea0
 DIST clamtk-kde-0.18.tar.xz 17732 BLAKE2B 
ca82934417f2d869fd8c8e36a31ef4a52cf4ee73581c5d1d400c1b28908c5ea2524a8f5d1110b1e949038378613fb4d5607d5123eebe91df695a53d0dd489302
 SHA512 
145ddd349010e0bb6fe3295e50d6e15a2dd96e604babbd5de4cb49ba75169d2050777cac38e40ac6a64cb89ddf94025d610aca73136c75f81115d0a2d863d24e
 DIST nemo-sendto-clamtk-0.04.tar.xz 4228 BLAKE2B 
ce656d4f021bc30cd12fb2ee5f98a78c1f1fdb2460ed2cbba0b572408617f91b39b2ca2fe542b9cec7be79b4b9fdfd685f5553e1a671454ca1e6723241dcb805
 SHA512 
2b5d3abbc4ae5dbc71b1b7bc836df88ad51e6afa00d5e954b5c1355a70c0420b6fef895e1cb5cccb86a662aee2039cef6c01821c1347fa155b5da3529b25562c

diff --git a/app-antivirus/clamtk/clamtk-6.03.ebuild 
b/app-antivirus/clamtk/clamtk-6.03.ebuild
deleted file mode 100644
index f4de57265bc..000
--- a/app-antivirus/clamtk/clamtk-6.03.ebuild
+++ /dev/null
@@ -1,142 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit desktop perl-functions python-single-r1 xdg-utils
-
-MY_PV_KDE="0.18"
-MY_PV_NAUTILUS="0.03"
-MY_PV_NEMO="0.04"
-MY_PV_THUNAR="0.06"
-
-DESCRIPTION="A graphical front-end for ClamAV"
-HOMEPAGE="https://gitlab.com/dave_m/clamtk/wikis/Home;
-SRC_URI="
-   https://bitbucket.org/davem_/${PN}-gtk3/downloads/${P}.tar.xz
-   kde? ( 
https://bitbucket.org/davem_/${PN}-kde/downloads/${PN}-kde-${MY_PV_KDE}.tar.xz )
-   nautilus? ( 
https://bitbucket.org/davem_/${PN}-gnome/downloads/${PN}-gnome-${MY_PV_NAUTILUS}.tar.xz
 )
-   nemo? ( 
https://bitbucket.org/davem_/nemo-sendto-${PN}/downloads/nemo-sendto-${PN}-${MY_PV_NEMO}.tar.xz
 )
-   thunar? ( 
https://bitbucket.org/davem_/thunar-sendto-${PN}/downloads/thunar-sendto-${PN}-${MY_PV_THUNAR}.tar.xz
 )
-"
-
-LICENSE="|| ( Artistic GPL-1+ )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="kde nautilus nemo +nls thunar"
-REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   app-antivirus/clamav
-   dev-perl/File-chdir
-   dev-perl/Gtk3
-   dev-perl/JSON
-   dev-perl/LWP-Protocol-https
-   dev-perl/LWP-UserAgent-Cached
-   dev-perl/Locale-gettext
-   dev-perl/Text-CSV
-   dev-perl/glib-perl
-   dev-perl/libwww-perl
-   virtual/perl-Digest-MD5
-   virtual/perl-Digest-SHA
-   virtual/perl-Encode
-   virtual/perl-MIME-Base64
-   virtual/perl-Time-Piece
-   nautilus? (
-   ${PYTHON_DEPS}
-   dev-python/nautilus-python[${PYTHON_SINGLE_USEDEP}]
-   )
-"
-
-BDEPEND="nls? ( sys-devel/gettext )"
-
-DOCS=( "CHANGES" "credits.md" "DISCLAIMER" "README.md" )
-
-pkg_setup() {
-   use nautilus && python-single-r1_pkg_setup
-}
-
-src_unpack() {
-   default
-
-   unpack "${S}"/clamtk.1.gz
-
-   use kde && unpack "${S}"/../clamtk-kde-${MY_PV_KDE}/clamtk-kde.1.gz
-   use nautilus && unpack 
"${S}"/../clamtk-gnome-${MY_PV_NAUTILUS}/clamtk-gnome.1.gz
-   use nemo && unpack 
"${S}"/../nemo-sendto-clamtk-${MY_PV_NEMO}/nemo-sendto-clamtk.1.gz
-   use thunar && unpack 
"${S}"/../thunar-sendto-clamtk-${MY_PV_THUNAR}/thunar-sendto-clamtk.1.gz
-}
-
-src_install() {
-   dobin clamtk
-
-   perl_set_version
-   insinto "${VENDOR_LIB}"/ClamTk
-   

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

2020-08-05 Thread Conrad Kostecki
commit: 28d6cdce0ac3a8905486f54bca3c8935626f0416
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Aug  5 19:48:00 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Aug  5 19:48:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d6cdce

media-sound/teamspeak-client: drop old version

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-sound/teamspeak-client/Manifest  |   2 -
 .../teamspeak-client-3.3.2-r1.ebuild   | 104 -
 2 files changed, 106 deletions(-)

diff --git a/media-sound/teamspeak-client/Manifest 
b/media-sound/teamspeak-client/Manifest
index f4f993d7fe7..35ee1a32b2d 100644
--- a/media-sound/teamspeak-client/Manifest
+++ b/media-sound/teamspeak-client/Manifest
@@ -1,4 +1,2 @@
-DIST TeamSpeak3-Client-linux_amd64-3.3.2.run 95632176 BLAKE2B 
b1a418e6af6c364050a532063b3129e27d03ac36ec325ab5f2044896f5eae02fb4a251e71b23bc125d41f169aa35d8dde340b333a67b845ebaca7faefa49fe70
 SHA512 
1dd8912120ba0e9e84849fd793d54aee56e98396f6228a4bcec5c79485b9902398eeefb8f276abd46bbe627e7bd3c8fc5d740d05807342f837ac226f475510d7
 DIST TeamSpeak3-Client-linux_amd64-3.5.3.run 97454216 BLAKE2B 
228542b7b5169bd4bc86f320f7d9b4e099d088db9bb5c944b7b1e9d029b8c505a50447468fb02bb2b5e34c0f3a4e088a1af2bab466a7ec71e128541fabe9b562
 SHA512 
8b0ea835b179596ec16c092790383691650f6cb92b97d4ab2012872edc2f4d82e0b3a3ea4551651c4824703b9ef01ba9c95a50ee262d5f279151d780dc3faef6
-DIST TeamSpeak3-Client-linux_x86-3.3.2.run 94323084 BLAKE2B 
f3b0317e8cbc7143d9814a52c8a8c9cd04aa012a40172aca59e6d4db956a19ae5752bffa102f06e34ad0dd5b211082e00ca06056c05a4a2dbbd8adfd76a0c0e7
 SHA512 
56b7b231ffa5195418823da435fd4daef2cbdbc653d3cfd328f60881a1370b9dd6f99479e9093216d0768ddb04bdd6c6cf1a7019d836abd8980651823496
 DIST TeamSpeak3-Client-linux_x86-3.5.3.run 95939656 BLAKE2B 
5aec52b4461d45cd19947e3f87729a40bca23bc78d45565bad59a1f11b437e253f0bf073ad32ca1a43396b8bcf47794d0efb0673ec0b7314e3dd5c2a0dcdb140
 SHA512 
54a6d7ad03a357a78be71710e7878b9b5c0a54d175bf4242a35ba82df1abfa692dc4d4c921099677c5d163caf18b68db73a87b8637b216ef5c72eaa25b6deab7

diff --git a/media-sound/teamspeak-client/teamspeak-client-3.3.2-r1.ebuild 
b/media-sound/teamspeak-client/teamspeak-client-3.3.2-r1.ebuild
deleted file mode 100644
index e80daf5efa2..000
--- a/media-sound/teamspeak-client/teamspeak-client-3.3.2-r1.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs unpacker xdg-utils
-
-MY_PV="${PV/_/-}"
-
-DESCRIPTION="A client software for quality voice communication via the 
internet"
-HOMEPAGE="https://www.teamspeak.com/;
-SRC_URI="
-   amd64? ( 
https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_amd64-${MY_PV}.run
 )
-   x86? ( 
https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_x86-${MY_PV}.run
 )
-"
-
-KEYWORDS="-* amd64 x86"
-LICENSE="teamspeak3 || ( GPL-2 GPL-3 LGPL-3 )"
-SLOT="0"
-IUSE="alsa pulseaudio"
-REQUIRED_USE="|| ( alsa pulseaudio )"
-
-RDEPEND="
-   app-arch/snappy:0/1
-   dev-libs/openssl:0
-   dev-libs/quazip
-   dev-qt/qtcore:5
-   || (
-   dev-qt/qtgui:5[accessibility,dbus,X(-)]
-   dev-qt/qtgui:5[accessibility,dbus,xcb(-)]
-   )
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtwebchannel:5
-   dev-qt/qtwebengine:5[geolocation(+),widgets]
-   dev-qt/qtwidgets:5
-   net-libs/libsrtp:0
-   sys-libs/libcxx[libcxxabi]
-   sys-libs/zlib:0/1
-   virtual/udev
-   alsa? ( media-libs/alsa-lib )
-   pulseaudio? ( media-sound/pulseaudio )
-"
-
-RESTRICT="bindist mirror"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="
-   opt/teamspeak3-client/error_report
-   opt/teamspeak3-client/package_inst
-   opt/teamspeak3-client/soundbackends/libalsa_linux_*.so
-   opt/teamspeak3-client/soundbackends/libpulseaudio_linux_*.so
-   opt/teamspeak3-client/ts3client
-   opt/teamspeak3-client/update
-"
-
-src_prepare() {
-   default
-
-   if ! use alsa; then
-   rm -f soundbackends/libalsa_linux_*.so || die
-   fi
-
-   if ! use pulseaudio ; then
-   rm -f soundbackends/libpulseaudio_linux_*.so || die
-   fi
-
-   mv ts3client_linux_* ts3client || die
-
-   tc-export CXX
-}
-
-src_install() {
-   exeinto /opt/teamspeak3-client
-   doexe error_report package_inst ts3client update
-   newexe "${FILESDIR}"/ts3client-bin-r2 ts3client-bin
-
-   exeinto /opt/teamspeak3-client/soundbackends
-   doexe soundbackends/*.so
-
-   insinto /opt/teamspeak3-client
-   doins -r gfx html resources sound styles translations
-
-   dosym ../../usr/$(get_libdir)/qt5/libexec/QtWebEngineProcess 
/opt/teamspeak3-client/QtWebEngineProcess
-

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

2020-08-05 Thread Thomas Deutschmann
commit: 5457abac7688145e5204b9edd7e1a6a46963f7a3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug  5 19:45:38 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug  5 19:45:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5457abac

www-servers/apache: bump to v2.4.46

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

 www-servers/apache/Manifest |   1 +
 www-servers/apache/apache-2.4.46.ebuild | 272 
 2 files changed, 273 insertions(+)

diff --git a/www-servers/apache/Manifest b/www-servers/apache/Manifest
index 6a412fad2cc..5c4d8faf822 100644
--- a/www-servers/apache/Manifest
+++ b/www-servers/apache/Manifest
@@ -1,2 +1,3 @@
 DIST gentoo-apache-2.4.39-20190402.tar.bz2 25491 BLAKE2B 
ce230b07ec156048c7d7c1eb4b0e732fa6140f55d136e317714591327bde3f85bab7780424e6eef04b7a4518cbdcfdddcbc094409f4ca19ffea1ce967bdf7cf1
 SHA512 
bc0ffa20cffd9a89c2ea64420fa2243d77e97d7922bcd0b387a7fcfcc3c6908a056972b499a81344f7c3e3e19b55ffc300fd034c54b287f4f32d8931bd50cde4
 DIST httpd-2.4.43.tar.bz2 7155865 BLAKE2B 
cd85c7e25500f8f1b4bd6ac5f715718a61bf548dfaf36408a970d27bacbfce256e4dda255ba5b62f89e117c335d0568d6207c93e5fb0d2b1ee84dba4ce0d4bd7
 SHA512 
16cfeecc8f6fab6eca478065a384bdf1872f7ac42206b0bc2bcac6c0d9c576f392c07107201f39e0601dec1bbafcb33d66153544de4d87d79b9a52094d334b64
+DIST httpd-2.4.46.tar.bz2 7187805 BLAKE2B 
2cd8a40be0b7b60ae5b06a286aa6dd801b8615fd0483a4653ceea6f9832c9ebb111f67ba4f69827b01acd1e5552e70ac0441df49573c9da0ca26d4c2f589f0bc
 SHA512 
5936784bb662e9d8a4f7fe38b70c043b468114d931cd10ea831bfe74461ea5856b64f88f42c567ab791fc8907640a99884ba4b6a600f86d661781812735b6f13

diff --git a/www-servers/apache/apache-2.4.46.ebuild 
b/www-servers/apache/apache-2.4.46.ebuild
new file mode 100644
index 000..20e85481f05
--- /dev/null
+++ b/www-servers/apache/apache-2.4.46.ebuild
@@ -0,0 +1,272 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# latest gentoo apache files
+GENTOO_PATCHSTAMP="20190402"
+GENTOO_DEVELOPER="polynomial-c"
+GENTOO_PATCHNAME="gentoo-apache-2.4.39"
+
+# IUSE/USE_EXPAND magic
+IUSE_MPMS_FORK="prefork"
+IUSE_MPMS_THREAD="event worker"
+
+# << obsolete modules:
+# authn_default authz_default mem_cache
+# mem_cache is replaced by cache_disk
+# ?? buggy modules
+# proxy_scgi: startup error: undefined symbol "ap_proxy_release_connection", 
no fix found
+# >> added modules for reason:
+# compat: compatibility with 2.2 access control
+# authz_host: new module for access control
+# authn_core: functionality provided by authn_alias in previous versions
+# authz_core: new module, provides core authorization capabilities
+# cache_disk: replacement for mem_cache
+# lbmethod_byrequests: Split off from mod_proxy_balancer in 2.3
+# lbmethod_bytraffic: Split off from mod_proxy_balancer in 2.3
+# lbmethod_bybusyness: Split off from mod_proxy_balancer in 2.3
+# lbmethod_heartbeat: Split off from mod_proxy_balancer in 2.3
+# slotmem_shm: Slot-based shared memory provider (for lbmethod_byrequests).
+# socache_shmcb: shared object cache provider. Default config with ssl needs it
+# unixd: fixes startup error: Invalid command 'User'
+IUSE_MODULES="access_compat actions alias asis auth_basic auth_digest auth_form
+authn_alias authn_anon authn_core authn_dbd authn_dbm authn_file authn_socache 
authz_core
+authz_dbd authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex
+brotli cache cache_disk cache_socache cern_meta charset_lite cgi cgid dav 
dav_fs dav_lock
+dbd deflate dir dumpio env expires ext_filter file_cache filter headers http2
+ident imagemap include info lbmethod_byrequests lbmethod_bytraffic 
lbmethod_bybusyness
+lbmethod_heartbeat log_config log_forensic logio macro md mime mime_magic 
negotiation
+proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_html proxy_http 
proxy_scgi
+proxy_http2 proxy_fcgi  proxy_wstunnel rewrite ratelimit remoteip reqtimeout
+session session_cookie session_crypto session_dbd setenvif slotmem_shm speling
+socache_shmcb status substitute unique_id userdir usertrack unixd version 
vhost_alias
+watchdog xml2enc"
+# The following are also in the source as of this version, but are not 
available
+# for user selection:
+# bucketeer case_filter case_filter_in echo http isapi optional_fn_export
+# optional_fn_import optional_hook_export optional_hook_import
+
+# inter-module dependencies
+# TODO: this may still be incomplete
+MODULE_DEPENDS="
+   auth_form:session
+   brotli:filter
+   dav_fs:dav
+   dav_lock:dav
+   deflate:filter
+   cache_disk:cache
+   ext_filter:filter
+   file_cache:cache
+   lbmethod_byrequests:proxy_balancer
+   lbmethod_byrequests:slotmem_shm
+   lbmethod_bytraffic:proxy_balancer
+   lbmethod_bybusyness:proxy_balancer
+   lbmethod_heartbeat:proxy_balancer
+   

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

2020-08-05 Thread Thomas Deutschmann
commit: 4a325f8e9b1d29d2d7ab72935bc51e27b5d0b94b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug  5 19:45:02 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug  5 19:45:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a325f8e

app-admin/apache-tools: bump to v2.4.46

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

 app-admin/apache-tools/Manifest   |   1 +
 app-admin/apache-tools/apache-tools-2.4.46.ebuild | 105 ++
 2 files changed, 106 insertions(+)

diff --git a/app-admin/apache-tools/Manifest b/app-admin/apache-tools/Manifest
index 71b993d32ad..5e31f89021b 100644
--- a/app-admin/apache-tools/Manifest
+++ b/app-admin/apache-tools/Manifest
@@ -1,2 +1,3 @@
 DIST httpd-2.4.41.tar.bz2 7072373 BLAKE2B 
88a2390736209d5ef04bffcb867bc8d6019302885e6f3cc63d18123336d4d0657252105a3bfebf4e91b8daa02119d4a61f4c0a9702244858a3193ec6cf681c0f
 SHA512 
350cc7dcd2c439e0590338fa6da3f44df44f9bb885c381e91f91b14c2f48597f6f0bbac0ea118a8a67eaa70ae7edbb769beace368643ed73f6daee44c307b335
 DIST httpd-2.4.43.tar.bz2 7155865 BLAKE2B 
cd85c7e25500f8f1b4bd6ac5f715718a61bf548dfaf36408a970d27bacbfce256e4dda255ba5b62f89e117c335d0568d6207c93e5fb0d2b1ee84dba4ce0d4bd7
 SHA512 
16cfeecc8f6fab6eca478065a384bdf1872f7ac42206b0bc2bcac6c0d9c576f392c07107201f39e0601dec1bbafcb33d66153544de4d87d79b9a52094d334b64
+DIST httpd-2.4.46.tar.bz2 7187805 BLAKE2B 
2cd8a40be0b7b60ae5b06a286aa6dd801b8615fd0483a4653ceea6f9832c9ebb111f67ba4f69827b01acd1e5552e70ac0441df49573c9da0ca26d4c2f589f0bc
 SHA512 
5936784bb662e9d8a4f7fe38b70c043b468114d931cd10ea831bfe74461ea5856b64f88f42c567ab791fc8907640a99884ba4b6a600f86d661781812735b6f13

diff --git a/app-admin/apache-tools/apache-tools-2.4.46.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
new file mode 100644
index 000..a01851ad496
--- /dev/null
+++ b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic eutils multilib toolchain-funcs
+
+DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
+HOMEPAGE="https://httpd.apache.org/;
+SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
+IUSE="libressl ssl"
+RESTRICT="test"
+
+RDEPEND=">=dev-libs/apr-1.5.0:1=
+   dev-libs/apr-util:1=
+   dev-libs/expat
+   dev-libs/libpcre
+   kernel_linux? ( sys-apps/util-linux )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+
+DEPEND="${RDEPEND}
+   sys-devel/libtool"
+
+S="${WORKDIR}/httpd-${PV}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.4.7-Makefile.patch" #459446
+)
+
+src_prepare() {
+   default
+
+   # This package really should upgrade to using pcre's .pc file.
+   cat <<-\EOF >"${T}"/pcre-config
+   #!/bin/bash
+   flags=()
+   for flag; do
+   if [[ ${flag} == "--version" ]]; then
+   flags+=( --modversion )
+   else
+   flags+=( "${flag}" )
+   fi
+   done
+   exec ${PKG_CONFIG} libpcre "${flags[@]}"
+   EOF
+   chmod a+x "${T}"/pcre-config || die
+}
+
+src_configure() {
+   # Brain dead check.
+   tc-is-cross-compiler && export ap_cv_void_ptr_lt_long="no"
+
+   tc-export PKG_CONFIG
+
+   local myeconfargs=(
+   --libexecdir="${EPREFIX}"/usr/$(get_libdir)/apache2/modules
+   --sbindir="${EPREFIX}"/usr/sbin
+   --with-perl="${EPREFIX}"/usr/bin/perl
+   --with-expat="${EPREFIX}"/usr
+   --with-z="${EPREFIX}"/usr
+   --with-apr="${SYSROOT}${EPREFIX}"/usr
+   --with-apr-util="${SYSROOT}${EPREFIX}"/usr
+   --with-pcre="${T}"/pcre-config
+   $(use_enable ssl)
+   $(usex ssl '--with-ssl="${EPREFIX}"/usr' '')
+   )
+   # econf overwrites the stuff from config.layout.
+   ac_cv_path_PKGCONFIG=${PKG_CONFIG} \
+   econf "${myeconfargs[@]}"
+   sed -i \
+   -e '/^LTFLAGS/s:--silent::' \
+   build/rules.mk build/config_vars.mk || die
+}
+
+src_compile() {
+   emake -C support
+}
+
+src_install() {
+   emake -C support DESTDIR="${D}" install
+   dodoc CHANGES
+   doman docs/man/{dbmmanage,htdigest,htpasswd,htdbm,ab,logresolve}.1 \
+   docs/man/{htcacheclean,rotatelogs}.8
+
+   # Providing compatiblity symlinks for #177697 (which we'll stop to 
install
+   # at some point).
+   pushd "${ED}"/usr/sbin >/dev/null || die
+   local i
+   for i in *; do
+   

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

2020-08-05 Thread Thomas Deutschmann
commit: 2a81ab517abab7db26b1959c41a203a9ef7c587f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug  5 19:22:08 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug  5 19:22:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a81ab51

dev-db/mysql: limit MTR_PARALLEL to 4 instead of "auto"

Partial backport of commit 684ed130d446891ecd16927e0c2703283af52919.

Limit MTR_PARALLEL to 4 instead of "auto" to avoid test failures
because other settings like ulimit, fs.aio-max-nr must allow running
so many servers in parallel. User can still override.

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

 dev-db/mysql/mysql-5.7.31.ebuild | 25 -
 1 file changed, 20 insertions(+), 5 deletions(-)

diff --git a/dev-db/mysql/mysql-5.7.31.ebuild b/dev-db/mysql/mysql-5.7.31.ebuild
index 6396f7ded4c..c7f2127c3a5 100644
--- a/dev-db/mysql/mysql-5.7.31.ebuild
+++ b/dev-db/mysql/mysql-5.7.31.ebuild
@@ -6,7 +6,7 @@ EAPI="7"
 CMAKE_MAKEFILE_GENERATOR=emake
 
 inherit check-reqs cmake flag-o-matic linux-info \
-   prefix toolchain-funcs multilib-minimal
+   multiprocessing prefix toolchain-funcs multilib-minimal
 
 # Patch version
 
PATCH_SET="https://dev.gentoo.org/~whissi/dist/mysql/${PN}-5.7.31-patches-01.tar.xz;
@@ -467,10 +467,25 @@ src_test() {
 
# Ensure that parallel runs don't die
export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
-   # Enable parallel testing, auto will try to detect number of cores
-   # You may set this by hand.
-   # The default maximum is 8 unless MTR_MAX_PARALLEL is increased
-   export MTR_PARALLEL="${MTR_PARALLEL:-auto}"
+
+   if [[ -z "${MTR_PARALLEL}" ]] ; then
+   local -x MTR_PARALLEL=$(makeopts_jobs)
+
+   if [[ ${MTR_PARALLEL} -gt 4 ]] ; then
+   # Running multiple tests in parallel usually require 
higher ulimit
+   # and fs.aio-max-nr setting. In addition, tests like 
main.multi_update
+   # are known to hit timeout when system is busy.
+   # To avoid test failure we will limit MTR_PARALLEL to 4 
instead of
+   # using "auto".
+   local info_msg="Parallel MySQL test suite jobs limited 
to 4 (MAKEOPTS=${MTR_PARALLEL})"
+   info_msg+=" to avoid test failures. Set MTR_PARALLEL if 
you know what you are doing!"
+   einfo "${info_msg}"
+   unset info_msg
+   MTR_PARALLEL=4
+   fi
+   else
+   einfo "MTR_PARALLEL is set to '${MTR_PARALLEL}'"
+   fi
 
# create directories because mysqladmin might run out of order
mkdir -p "${T}"/var-tests{,/log} || die



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

2020-08-05 Thread Sam James
commit: a00d02369831b90d8cc2f8301f2e8ad92b7e7a0b
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 18:29:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 18:29:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00d0236

dev-db/mysql-connector-c: Stabilize 8.0.21 arm64, #736066

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

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

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



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

2020-08-05 Thread William Hubbs
commit: dd4b8555bf6473a7337afd4e40621e78bbd32334
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Aug  5 18:26:06 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug  5 18:26:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4b8555

sys-fs/udev-init-scripts: bump to version 34

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

 sys-fs/udev-init-scripts/Manifest  |  1 +
 .../udev-init-scripts/udev-init-scripts-34.ebuild  | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/sys-fs/udev-init-scripts/Manifest 
b/sys-fs/udev-init-scripts/Manifest
index 8fd0114ec70..2c8c7c596fd 100644
--- a/sys-fs/udev-init-scripts/Manifest
+++ b/sys-fs/udev-init-scripts/Manifest
@@ -1 +1,2 @@
 DIST udev-init-scripts-33.tar.gz 3698 BLAKE2B 
fc79b3f6984131180324919f7be4309715976309ee582147662634bb020b8162b293e7fd0e675a9cc7a3b1630ce0fc49b29c899e393c7748d47cf924b1ca2809
 SHA512 
2119aace937da02f47a5adc9af720587d25c2852cf70a9bcb04138e3ee511308c8f30cf0301fbec58cf0432b7fd6672ae6a02d1740c774703959197b3511fbcc
+DIST udev-init-scripts-34.tar.gz 3660 BLAKE2B 
954b003c78b31649fef69213a5424098f40e17e7ed11f4ec1443247950ea60db8536f37ca603caa06e5c9f8bab07b5ac3cb8c9435144532a97ff04836c24da49
 SHA512 
ed48bcd0815e235b2b3fa38f857cd97f164aac7c6ea805be87890eb06a0d52064bd733da240c6e2a34c8c73e10fd047b5e53096de06f17bc81d8266d70c0cc9d

diff --git a/sys-fs/udev-init-scripts/udev-init-scripts-34.ebuild 
b/sys-fs/udev-init-scripts/udev-init-scripts-34.ebuild
new file mode 100644
index 000..0fa826de5d6
--- /dev/null
+++ b/sys-fs/udev-init-scripts/udev-init-scripts-34.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+OLD_PN=udev-gentoo-scripts
+OLD_P=${OLD_PN}-${PV}
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://anongit.gentoo.org/proj/${OLD_PN}.git"
+   inherit git-r3
+else
+   
SRC_URI="https://gitweb.gentoo.org/proj/${OLD_PN}.git/snapshot/${OLD_P}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/${OLD_P}"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+
+DESCRIPTION="udev startup scripts for openrc"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RESTRICT="test"
+
+RDEPEND=">=virtual/udev-217
+   !

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

2020-08-05 Thread Daniel Pielmeier
commit: f434b4ffd69af0afcb2f372ec73dc48d8a98a328
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Aug  5 18:23:42 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Aug  5 18:23:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f434b4ff

media-sound/aqualung: Revision bump to aqualung-1.0-r5.

Fixes bug #735984. Thanks to Agostino Sarubbo for the report.

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

 media-sound/aqualung/aqualung-1.0-r5.ebuild  | 108 +++
 media-sound/aqualung/files/aqualung-1.0-ar.patch |  17 
 2 files changed, 125 insertions(+)

diff --git a/media-sound/aqualung/aqualung-1.0-r5.ebuild 
b/media-sound/aqualung/aqualung-1.0-r5.ebuild
new file mode 100644
index 000..602335f9377
--- /dev/null
+++ b/media-sound/aqualung/aqualung-1.0-r5.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
+
+MY_PV=${PV/_/-}
+
+DESCRIPTION="Music player for a wide range of formats designed for gapless 
playback"
+HOMEPAGE="http://aqualung.jeremyevans.net/ 
https://github.com/jeremyevans/aqualung;
+SRC_URI="mirror://sourceforge/aqualung/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa cdda cddb debug flac ffmpeg ifp jack ladspa lame libsamplerate
+   lua mac modplug mp3 musepack oss podcast pulseaudio sndfile speex 
systray
+   vorbis wavpack"
+
+BDEPEND="
+   virtual/pkgconfig
+   sys-devel/gettext
+"
+RDEPEND="
+   app-arch/bzip2
+   dev-libs/libxml2
+   sys-libs/zlib
+   x11-libs/gtk+:2
+   alsa? ( media-libs/alsa-lib )
+   cdda? ( dev-libs/libcdio-paranoia )
+   cddb? ( media-libs/libcddb )
+   ffmpeg? ( media-video/ffmpeg:0= )
+   flac? ( media-libs/flac )
+   ifp? ( media-libs/libifp )
+   jack? ( virtual/jack )
+   ladspa? ( media-libs/liblrdf )
+   lame? ( media-sound/lame )
+   libsamplerate? ( media-libs/libsamplerate )
+   lua? ( dev-lang/lua:0= )
+   mac? ( media-sound/mac )
+   modplug? ( media-libs/libmodplug )
+   mp3? ( media-libs/libmad )
+   musepack? ( >=media-sound/musepack-tools-444 )
+   pulseaudio? ( media-sound/pulseaudio )
+   sndfile? ( media-libs/libsndfile )
+   speex? ( media-libs/speex media-libs/liboggz media-libs/libogg )
+   vorbis? ( media-libs/libvorbis media-libs/libogg )
+   wavpack? ( media-sound/wavpack )
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+PATCHES=(
+   "${FILESDIR}/${P}-ffmpeg3.patch"
+   "${FILESDIR}/${P}-gcc10.patch"
+   "${FILESDIR}/${P}-ar.patch"
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-rpath \
+   --enable-loop \
+   --enable-nls \
+   --enable-transcoding \
+   $(use_enable debug) \
+   $(use_enable podcast) \
+   $(use_enable systray) \
+   $(use_enable jack jack-mgmt) \
+   $(use_with alsa) \
+   $(use_with cdda) \
+   $(use_with cddb) \
+   $(use_with ffmpeg lavc) \
+   $(use_with flac) \
+   $(use_with ifp) \
+   $(use_with jack) \
+   $(use_with ladspa) \
+   $(use_with lame) \
+   $(use_with libsamplerate src) \
+   $(use_with lua) \
+   $(use_with mac) \
+   $(use_with modplug mod) \
+   $(use_with mp3 mpeg) \
+   $(use_with musepack mpc) \
+   $(use_with oss) \
+   $(use_with pulseaudio pulse) \
+   $(use_with sndfile) \
+   $(use_with speex) \
+   $(use_with vorbis vorbis) \
+   $(use_with vorbis vorbisenc) \
+   $(use_with wavpack)
+}
+
+src_install() {
+   default
+
+   newicon src/img/icon_64.png aqualung.png
+   make_desktop_entry aqualung Aqualung
+}

diff --git a/media-sound/aqualung/files/aqualung-1.0-ar.patch 
b/media-sound/aqualung/files/aqualung-1.0-ar.patch
new file mode 100644
index 000..3df4d75eaf1
--- /dev/null
+++ b/media-sound/aqualung/files/aqualung-1.0-ar.patch
@@ -0,0 +1,17 @@
+diff -Naur aqualung-1.0_orig/configure.ac aqualung-1.0/configure.ac
+--- aqualung-1.0_orig/configure.ac 2020-08-05 20:00:50.758797358 +0200
 aqualung-1.0/configure.ac  2020-08-05 20:01:33.198796503 +0200
+@@ -25,11 +25,12 @@
+ 
+ 
+ # Checks for programs.
++AC_USE_SYSTEM_EXTENSIONS
+ AC_PROG_CC
+ AC_PROG_RANLIB
+ AC_PROG_CXX
+ AM_PROG_CC_C_O
+-AC_USE_SYSTEM_EXTENSIONS
++AM_PROG_AR
+ m4_ifndef([AM_GNU_GETTEXT],
+ [m4_fatal([GNU gettext is required to prepare the Aqualung build])])
+ AM_GNU_GETTEXT([external])



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

2020-08-05 Thread Miroslav Šulc
commit: b643169012fae9013d509ef7fc19602450113b77
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Aug  5 17:57:09 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Aug  5 17:57:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6431690

media-sound/lilypond: fixed cve-2020-17353

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

 .../files/lilypond-fix-cve-2020-17353.patch| 101 +
 ...ond-2.21.4.ebuild => lilypond-2.21.1-r1.ebuild} |   5 +-
 ...ond-2.21.4.ebuild => lilypond-2.21.4-r1.ebuild} |   1 +
 3 files changed, 105 insertions(+), 2 deletions(-)

diff --git a/media-sound/lilypond/files/lilypond-fix-cve-2020-17353.patch 
b/media-sound/lilypond/files/lilypond-fix-cve-2020-17353.patch
new file mode 100644
index 000..e91947eae05
--- /dev/null
+++ b/media-sound/lilypond/files/lilypond-fix-cve-2020-17353.patch
@@ -0,0 +1,101 @@
+From b84ea4740f3279516905c5db05f4074e777c16ff Mon Sep 17 00:00:00 2001
+From: Han-Wen Nienhuys 
+Date: Tue, 21 Jul 2020 14:45:08 +0200
+Subject: [PATCH] scm: disable embedded-ps and embedded-svg in -dsafe mode
+
+This prevents executing privileged PostScript and exploiting
+Ghostscript vulnerablilities
+
+Tested:
+ $ lilypond -dsafe input/regression/les-nereides.ly
+ (works, kinda)
+
+ $ cat f.ly
+ { c4_ \markup \postscript #" (x) show " }
+
+ $ lilypond -dsafe f
+ Preprocessing graphical 
objects.../home/hanwen/vc/lilypond/out/share/lilypond/current/scm/define-markup-commands.scm:1145:3:
 In procedure ly_make_stencil in expression (ly:make-stencil (list # #) (quote 
#) ...):
+  
/home/hanwen/vc/lilypond/out/share/lilypond/current/scm/define-markup-commands.scm:1145:3:
 Wrong type argument in position 1 (expecting registered stencil expression): 
(embedded-ps "
+---
+ scm/define-stencil-commands.scm | 65 ++---
+ 1 file changed, 35 insertions(+), 30 deletions(-)
+
+diff --git a/scm/define-stencil-commands.scm b/scm/define-stencil-commands.scm
+index 09a2299..e388788 100644
+--- a/scm/define-stencil-commands.scm
 b/scm/define-stencil-commands.scm
+@@ -21,36 +21,41 @@
+ (define-public (ly:all-stencil-commands)
+   "Return the list of stencil commands that can be
+ defined in the output modules (@file{output-*.scm})."
+-  '(blank
+-char
+-circle
+-dashed-line
+-draw-line
+-ellipse
+-embedded-ps
+-embedded-svg
+-end-group-node
+-glyph-string
+-grob-cause
+-named-glyph
+-no-origin
+-page-link
+-path
+-partial-ellipse
+-placebox
+-polygon
+-resetcolor
+-resetrotation
+-resetscale
+-round-filled-box
+-setcolor
+-setrotation
+-setscale
+-start-group-node
+-text
+-unknown
+-url-link
+-utf-8-string
++  (let*
++  ((commands '(blank
++   char
++   circle
++   dashed-line
++   draw-line
++   ellipse
++   end-group-node
++   glyph-string
++   grob-cause
++   named-glyph
++   no-origin
++   page-link
++   path
++   partial-ellipse
++   placebox
++   polygon
++   resetcolor
++   resetrotation
++   resetscale
++   round-filled-box
++   setcolor
++   setrotation
++   setscale
++   start-group-node
++   text
++   unknown
++   url-link
++   utf-8-string
++   )))
++
++(if (ly:get-option 'safe)
++commands
++(append '(embedded-ps embedded-svg)
++commands))
+ ))
+ 
+ ;; TODO:
+-- 
+1.9.1
+

diff --git a/media-sound/lilypond/lilypond-2.21.4.ebuild 
b/media-sound/lilypond/lilypond-2.21.1-r1.ebuild
similarity index 95%
copy from media-sound/lilypond/lilypond-2.21.4.ebuild
copy to media-sound/lilypond/lilypond-2.21.1-r1.ebuild
index 3aa63a51f18..1f1e8202a99 100644
--- a/media-sound/lilypond/lilypond-2.21.4.ebuild
+++ b/media-sound/lilypond/lilypond-2.21.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils
 
@@ -54,7 +54,8 @@ DEPEND="${RDEPEND}
 RESTRICT="test"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-2.21.1-fix-font-size.patch
+   "${FILESDIR}"/${P}-fix-font-size.patch
+   "${FILESDIR}"/${PN}-fix-cve-2020-17353.patch
 )
 
 DOCS=( DEDICATION HACKING README.txt ROADMAP )

diff --git a/media-sound/lilypond/lilypond-2.21.4.ebuild 
b/media-sound/lilypond/lilypond-2.21.4-r1.ebuild
similarity index 98%
rename 

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

2020-08-05 Thread Alexis Ballier
commit: 0d5e71561f2ea6c40d6cca73cbf36d341dd07087
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 17:54:25 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5e7156

dev-ros/amcl: fix tests

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

 dev-ros/amcl/Manifest   | 18 ++
 dev-ros/amcl/amcl-1.17.0.ebuild | 26 ++
 dev-ros/amcl/amcl-.ebuild   | 26 ++
 3 files changed, 70 insertions(+)

diff --git a/dev-ros/amcl/Manifest b/dev-ros/amcl/Manifest
index a4fee98c8c5..d8b5e0ccd53 100644
--- a/dev-ros/amcl/Manifest
+++ b/dev-ros/amcl/Manifest
@@ -1 +1,19 @@
+DIST amcl-1.17.0-basic_localization_stage_indexed.bag 1168671 BLAKE2B 
487e378ca985a011aca7aec07dda82859724625ae5f5b522902db91fdc2d63e69d2a031c41287c92867acbcf58d6c0016fd78397c4c78a974d0d86bc5729deef
 SHA512 
2352cbe391a3fd36f325e3a0dc3b343dda8b7cbe21bd55a2c02fc5aed4dd1c187b4cb91ab289a53e52d19f790b3bbc2544781ee5cc1bf1fa8ef4ecd18d4a068f
+DIST amcl-1.17.0-global_localization_stage_indexed.bag 293838 BLAKE2B 
29245f1603cd25b06345f3d9144170e2e661dac63ecb3649f70a9849e71f4568bc409ab9fc519895c653146a13c116b6eabf01689b329826673230e0faadf297
 SHA512 
7e9ebcb34917d3960dfbe3da1d363d53d527c9006ff3c62e05faadcbec4ba9599cb5704c7f55f04ddd5613d78f2e1be72ed78473786c98c8842f93844fc1d99f
+DIST amcl-1.17.0-rosie_localization_stage.bag 3544355 BLAKE2B 
8c48d0222c51d11ad759ad217bc6896aed73e4c11ddf071dfb7287247fedfaf99a6f55ac8b2e0531cb11bbe1b98e9de098e02e652ce1328920aefeab
 SHA512 
11dd7a3e410e4903cd50b73b3954f002f366eeed0376bd3930a59677f3a7c1523bcaeccbd596961dcacfd43747668df7e11b124db4fe7cb0f02dae89a5b873a4
+DIST amcl-1.17.0-small_loop_crazy_driving_prg_indexed.bag 11950050 BLAKE2B 
4e9e5f822629ed8cd0b6e3f8f8335550edc458f10ac9d230b4dd691df6d76abeb39d5742d783ae1d2d404487eb9db17f90fe2be539b54b444a67927593679214
 SHA512 
c961cea0cfd5cc087ab91844f53f5d98509dd56fec5a257079c9f7b52236db5c6dafbe68035a42b91c0a99ec94fce23caf8e3c660ed609a89d7cba6c03a66fea
+DIST amcl-1.17.0-small_loop_prf_indexed.bag 8738741 BLAKE2B 
f28afe9c9fadd9998b61b9dc1e0bac4fe8c322a6e37d0f4195ef0f13e16fb13a78ebe9ad70d38fd979d1779c1d6117a05c376dcfc093fb2bf1252aa3437ea518
 SHA512 
039a4deb5533190d5502e02bd272188374d77d5e983116db80d87092a8a3c7bd1a81b9967e574c3362ab580eefceea8cdd5d8729d92a9f7c31a2b3b5eaf11a08
+DIST amcl-1.17.0-texas_greenroom_loop_indexed.bag 1793411 BLAKE2B 
05f5d9e7882f020ef22b8f0aa75be158af57493c2ba0ed0cf4463a4de0f3b1cf705613779c82b8743260ce3b3800750240eed982d75a72058398e7370441d424
 SHA512 
ab83fcdfb673d605e0bddba659aa9e72fd1c1f360bf0b0bd916a13a015b893f78967cca2f33cf856574fdd7dddb86ff60f41b0a36addb77ac0e8ac5c60ce1d1a
+DIST amcl-1.17.0-texas_willow_hallway_loop_indexed.bag 4737937 BLAKE2B 
e22fe392aa5f8b393ad2a19ee95a5612f462935981278f3e6b2f0ee3ecb0ce31b02e19d342f1166abf0bcdb72c42df7482527e86e1e3dfcd65a7efdca6bb9d3a
 SHA512 
69cdbf6542274f25988b44fda6a5b40a905d1b9e08ad6603ccb2e3fbdf2ea6d5a8b88519856e4d04adc39c2776862d6b666c776073e562f9ae0614bc897dab3c
+DIST amcl-1.17.0-willow-full-0.05.pgm 1100980 BLAKE2B 
77a0295277a86679873d8788ef37161b3847ed05e385ddad2849c06c387326a1660aa98f384420a20e40f85c2ad7a221481c07944e6d47c7d6c70918140a5cb9
 SHA512 
88385ca1bfe4d1b1f66a1d81beb2fc31dd48e16547156a8ee5390aed37c6407b163441b0616b5a9bbab51d42dca67ecfbd5fafbd2ba1e0150d3d2e88c6f76f02
+DIST amcl-1.17.0-willow-full.pgm 307244 BLAKE2B 
6e9c02275664bf6dca4cdd5990094452131672835a5cef8a7fdc382c6426791e57ecdf2dd73dee29a1ddc0caf751990c659e7a0d2f4aa7263e6fa37c12c43d04
 SHA512 
471c0aecf1dd32340f7df09121bf39564fab8a330f56b72e37d322e64a160dfa9099405688ec37b08340c148fda6c46ca302355f0d118cfcdb74a36de78c127d
+DIST amcl--basic_localization_stage_indexed.bag 1168671 BLAKE2B 
487e378ca985a011aca7aec07dda82859724625ae5f5b522902db91fdc2d63e69d2a031c41287c92867acbcf58d6c0016fd78397c4c78a974d0d86bc5729deef
 SHA512 
2352cbe391a3fd36f325e3a0dc3b343dda8b7cbe21bd55a2c02fc5aed4dd1c187b4cb91ab289a53e52d19f790b3bbc2544781ee5cc1bf1fa8ef4ecd18d4a068f
+DIST amcl--global_localization_stage_indexed.bag 293838 BLAKE2B 
29245f1603cd25b06345f3d9144170e2e661dac63ecb3649f70a9849e71f4568bc409ab9fc519895c653146a13c116b6eabf01689b329826673230e0faadf297
 SHA512 
7e9ebcb34917d3960dfbe3da1d363d53d527c9006ff3c62e05faadcbec4ba9599cb5704c7f55f04ddd5613d78f2e1be72ed78473786c98c8842f93844fc1d99f
+DIST amcl--rosie_localization_stage.bag 3544355 BLAKE2B 
8c48d0222c51d11ad759ad217bc6896aed73e4c11ddf071dfb7287247fedfaf99a6f55ac8b2e0531cb11bbe1b98e9de098e02e652ce1328920aefeab
 SHA512 
11dd7a3e410e4903cd50b73b3954f002f366eeed0376bd3930a59677f3a7c1523bcaeccbd596961dcacfd43747668df7e11b124db4fe7cb0f02dae89a5b873a4
+DIST amcl--small_loop_crazy_driving_prg_indexed.bag 11950050 BLAKE2B 

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

2020-08-05 Thread Alexis Ballier
commit: 0324b035b3aa5034216459bb3a7ceb92b94568f2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 17:17:45 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0324b035

dev-ros/test_rosbag: Remove old

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

 dev-ros/test_rosbag/Manifest  |  1 -
 dev-ros/test_rosbag/test_rosbag-1.15.7.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-ros/test_rosbag/Manifest b/dev-ros/test_rosbag/Manifest
index 04b91d453a4..9518a328954 100644
--- a/dev-ros/test_rosbag/Manifest
+++ b/dev-ros/test_rosbag/Manifest
@@ -1,4 +1,3 @@
-DIST ros_comm-1.15.7.tar.gz 1080092 BLAKE2B 
d5c0dd1f54eac7aa11be21bbc680f85f988cc9328382c0c675b7d5986e888be603ed82affa5f51a270974d07044debe3ecf86f5647fd59cb29e8e791a227feb9
 SHA512 
67dc100e8ed03a25ea228cc7d456ec2203324098f9e11c9a249299df73bfc34efc75b1221c0fb6fceb38fece627f1dc5f2c23be93c9a1c85b1075784a45ff20e
 DIST ros_comm-1.15.8.tar.gz 1080826 BLAKE2B 
c1a1e085225a96cf0b50309cb78e1ccdabefce1f23ee669393b7fc747537c7e39bfb6ad382b0d24e3b5507b1d0f3eaf2051a1bee90507b0e724e06a83df301a2
 SHA512 
b1c34ab6548400fc014eda496e5d1e1c7d134b9062a031386ac4eac3245ca83b034f74f0a189ccf9ec6933c18d6df0ae1a93d05f1526d09debf70c25aa25b6b9
 DIST test_rosbag-1.15.8-chatter_50hz.bag 28923 BLAKE2B 
2a2304b98d33b902fa3b8fc4d2a0fa3da9af600ab9f66ebf74ecb2214160346d10a0ba58d2b8dfb7039dcd7ca05e58bf7b253899238dabab1c29264970b124b7
 SHA512 
7493e773d678aed10ca274f8a253a412846c90fa238ac7407b04f39355b94285b40b177ae45a0a5b5ae1c2fe2d74284fba1c082550f21dd30cf5e5891ef402e1
 DIST test_rosbag-1.15.8-constants_gen1.bag 4783 BLAKE2B 
fec06b1016d0a6e616893f050c22072ef01cc4bc944f3778cb45613d699e404b8721b35f9563f22fa87e473f9f439965ba804cc6478c59dbeab95309375046c7
 SHA512 
724a420e99946a5fba1b092363cb11af11a50e85c4531b57fe64b207ed1e4022e35a870014873919a7bfe3680ae0b5b4275777f3305b8c5d1fdd7316e7d67e7b

diff --git a/dev-ros/test_rosbag/test_rosbag-1.15.7.ebuild 
b/dev-ros/test_rosbag/test_rosbag-1.15.7.ebuild
deleted file mode 100644
index 181ef589d55..000
--- a/dev-ros/test_rosbag/test_rosbag-1.15.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ROS_REPO_URI="https://github.com/ros/ros_comm;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=test/${PN}
-CATKIN_HAS_MESSAGES=yes
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/rosgraph_msgs dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Unit tests for rosbag"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/message_generation
-   dev-ros/rosbag[${PYTHON_SINGLE_USEDEP}]
-   dev-ros/rosconsole
-   dev-ros/roscpp
-   dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
-   dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}]
-   dev-ros/topic_tools[${PYTHON_SINGLE_USEDEP}]
-   dev-ros/xmlrpcpp
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-libs/boost[threads]
-   app-arch/bzip2
-   dev-ros/rosout
-   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
-   dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
-   dev-cpp/gtest
-   )
-"



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

2020-08-05 Thread Alexis Ballier
commit: 032d1a769e73772d44ab0f64d20cceb683845779
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 15:59:04 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032d1a76

dev-ros/tf2_sensor_msgs: fix tests

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

 dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.7.2.ebuild | 12 +++-
 dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-.ebuild  | 12 +++-
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.7.2.ebuild 
b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.7.2.ebuild
index 01b0cdc5ab3..cdc4cce3fb4 100644
--- a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.7.2.ebuild
+++ b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.7.2.ebuild
@@ -21,7 +21,17 @@ RDEPEND="
dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
-   test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )
+   test? (
+   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+   dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   )
dev-ros/cmake_modules
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-cpp/eigen:3
 "
+
+src_test() {
+   export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
+   ros-catkin_src_test
+}

diff --git a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-.ebuild 
b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-.ebuild
index 01b0cdc5ab3..cdc4cce3fb4 100644
--- a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-.ebuild
+++ b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-.ebuild
@@ -21,7 +21,17 @@ RDEPEND="
dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
-   test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )
+   test? (
+   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+   dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   )
dev-ros/cmake_modules
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-cpp/eigen:3
 "
+
+src_test() {
+   export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
+   ros-catkin_src_test
+}



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

2020-08-05 Thread Alexis Ballier
commit: cfda1d121a2b802a3feeba047dee957b2f391293
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 17:54:52 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfda1d12

dev-ros/amcl: ws

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

 dev-ros/amcl/amcl-1.17.0.ebuild | 1 -
 dev-ros/amcl/amcl-.ebuild   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-ros/amcl/amcl-1.17.0.ebuild b/dev-ros/amcl/amcl-1.17.0.ebuild
index 2c628ceca1f..82e57ffd18a 100644
--- a/dev-ros/amcl/amcl-1.17.0.ebuild
+++ b/dev-ros/amcl/amcl-1.17.0.ebuild
@@ -13,7 +13,6 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""
 
-
 TEST_DATA="
 basic_localization_stage_indexed.bag
 global_localization_stage_indexed.bag

diff --git a/dev-ros/amcl/amcl-.ebuild b/dev-ros/amcl/amcl-.ebuild
index 2c628ceca1f..82e57ffd18a 100644
--- a/dev-ros/amcl/amcl-.ebuild
+++ b/dev-ros/amcl/amcl-.ebuild
@@ -13,7 +13,6 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""
 
-
 TEST_DATA="
 basic_localization_stage_indexed.bag
 global_localization_stage_indexed.bag



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

2020-08-05 Thread Alexis Ballier
commit: 2d4dd30e9ae79b7c7aa5e46b88015967884c4340
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 17:30:18 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4dd30e

dev-ros/test_rosservice: add missing test dep

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

 dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild | 1 +
 dev-ros/test_rosservice/test_rosservice-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild 
b/dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild
index f3a0192eb69..7f51764ff34 100644
--- a/dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild
+++ b/dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild
@@ -24,5 +24,6 @@ DEPEND="${RDEPEND}
dev-ros/test_rosmaster[${PYTHON_SINGLE_USEDEP}]
dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+   dev-ros/rosservice[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"

diff --git a/dev-ros/test_rosservice/test_rosservice-.ebuild 
b/dev-ros/test_rosservice/test_rosservice-.ebuild
index f3a0192eb69..7f51764ff34 100644
--- a/dev-ros/test_rosservice/test_rosservice-.ebuild
+++ b/dev-ros/test_rosservice/test_rosservice-.ebuild
@@ -24,5 +24,6 @@ DEPEND="${RDEPEND}
dev-ros/test_rosmaster[${PYTHON_SINGLE_USEDEP}]
dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+   dev-ros/rosservice[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"



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

2020-08-05 Thread Alexis Ballier
commit: 42abdc547a6c85f123bd711cc36f5116f63a9f68
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 16:53:42 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42abdc54

dev-ros/rqt_dep: add missing test dep

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

 dev-ros/rqt_dep/rqt_dep-0.4.10.ebuild | 5 -
 dev-ros/rqt_dep/rqt_dep-.ebuild   | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-ros/rqt_dep/rqt_dep-0.4.10.ebuild 
b/dev-ros/rqt_dep/rqt_dep-0.4.10.ebuild
index 06dd042538e..0f0d8315777 100644
--- a/dev-ros/rqt_dep/rqt_dep-0.4.10.ebuild
+++ b/dev-ros/rqt_dep/rqt_dep-0.4.10.ebuild
@@ -22,4 +22,7 @@ RDEPEND="
dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}]
 "
 DEPEND="${RDEPEND}
-   test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") )"
+   test? (
+   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+   $(python_gen_cond_dep "dev-python/mock[\${PYTHON_USEDEP}]")
+   )"

diff --git a/dev-ros/rqt_dep/rqt_dep-.ebuild 
b/dev-ros/rqt_dep/rqt_dep-.ebuild
index 06dd042538e..0f0d8315777 100644
--- a/dev-ros/rqt_dep/rqt_dep-.ebuild
+++ b/dev-ros/rqt_dep/rqt_dep-.ebuild
@@ -22,4 +22,7 @@ RDEPEND="
dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}]
 "
 DEPEND="${RDEPEND}
-   test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") )"
+   test? (
+   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+   $(python_gen_cond_dep "dev-python/mock[\${PYTHON_USEDEP}]")
+   )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/test_roscpp/, dev-ros/test_roscpp/files/

2020-08-05 Thread Alexis Ballier
commit: 1fe570906e3205cfaac2b434ecf38e645481c651
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 16:29:16 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe57090

dev-ros/test_roscpp: fix tests

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

 dev-ros/test_roscpp/files/tests.patch | 12 
 dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild |  6 ++
 dev-ros/test_roscpp/test_roscpp-.ebuild   |  6 ++
 3 files changed, 24 insertions(+)

diff --git a/dev-ros/test_roscpp/files/tests.patch 
b/dev-ros/test_roscpp/files/tests.patch
new file mode 100644
index 000..80c18962dee
--- /dev/null
+++ b/dev-ros/test_roscpp/files/tests.patch
@@ -0,0 +1,12 @@
+Index: test_roscpp/test/src/CMakeLists.txt
+===
+--- test_roscpp.orig/test/src/CMakeLists.txt
 test_roscpp/test/src/CMakeLists.txt
+@@ -290,6 +290,7 @@ if(TARGET tests)
+ ${PROJECT_NAME}-left_right
+ ${PROJECT_NAME}-string_msg_expect
+ ${PROJECT_NAME}-publisher
++${PROJECT_NAME}-publisher_rate
+ ${PROJECT_NAME}-subscriber
+ ${PROJECT_NAME}-stamped_topic_statistics_empty_timestamp
+ ${PROJECT_NAME}-topic_statistic_frequency

diff --git a/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild 
b/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild
index d1b28ba0aca..39bfc4bf09a 100644
--- a/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild
+++ b/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild
@@ -28,3 +28,9 @@ DEPEND="${RDEPEND}
)
 "
 REQUIRED_USE="test? ( ros_messages_cxx )"
+PATCHES=( "${FILESDIR}/tests.patch" )
+
+src_test() {
+   export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
+   ros-catkin_src_test
+}

diff --git a/dev-ros/test_roscpp/test_roscpp-.ebuild 
b/dev-ros/test_roscpp/test_roscpp-.ebuild
index d1b28ba0aca..39bfc4bf09a 100644
--- a/dev-ros/test_roscpp/test_roscpp-.ebuild
+++ b/dev-ros/test_roscpp/test_roscpp-.ebuild
@@ -28,3 +28,9 @@ DEPEND="${RDEPEND}
)
 "
 REQUIRED_USE="test? ( ros_messages_cxx )"
+PATCHES=( "${FILESDIR}/tests.patch" )
+
+src_test() {
+   export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
+   ros-catkin_src_test
+}



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

2020-08-05 Thread Alexis Ballier
commit: ee7589ee61786008c08d473dc99fdabdf27c610e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 17:17:23 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7589ee

dev-ros/test_rosbag: fix tests

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

 dev-ros/test_rosbag/Manifest  | 70 +++
 dev-ros/test_rosbag/test_rosbag-1.15.8.ebuild | 66 +
 dev-ros/test_rosbag/test_rosbag-.ebuild   | 66 +
 3 files changed, 202 insertions(+)

diff --git a/dev-ros/test_rosbag/Manifest b/dev-ros/test_rosbag/Manifest
index adf4f2af119..04b91d453a4 100644
--- a/dev-ros/test_rosbag/Manifest
+++ b/dev-ros/test_rosbag/Manifest
@@ -1,2 +1,72 @@
 DIST ros_comm-1.15.7.tar.gz 1080092 BLAKE2B 
d5c0dd1f54eac7aa11be21bbc680f85f988cc9328382c0c675b7d5986e888be603ed82affa5f51a270974d07044debe3ecf86f5647fd59cb29e8e791a227feb9
 SHA512 
67dc100e8ed03a25ea228cc7d456ec2203324098f9e11c9a249299df73bfc34efc75b1221c0fb6fceb38fece627f1dc5f2c23be93c9a1c85b1075784a45ff20e
 DIST ros_comm-1.15.8.tar.gz 1080826 BLAKE2B 
c1a1e085225a96cf0b50309cb78e1ccdabefce1f23ee669393b7fc747537c7e39bfb6ad382b0d24e3b5507b1d0f3eaf2051a1bee90507b0e724e06a83df301a2
 SHA512 
b1c34ab6548400fc014eda496e5d1e1c7d134b9062a031386ac4eac3245ca83b034f74f0a189ccf9ec6933c18d6df0ae1a93d05f1526d09debf70c25aa25b6b9
+DIST test_rosbag-1.15.8-chatter_50hz.bag 28923 BLAKE2B 
2a2304b98d33b902fa3b8fc4d2a0fa3da9af600ab9f66ebf74ecb2214160346d10a0ba58d2b8dfb7039dcd7ca05e58bf7b253899238dabab1c29264970b124b7
 SHA512 
7493e773d678aed10ca274f8a253a412846c90fa238ac7407b04f39355b94285b40b177ae45a0a5b5ae1c2fe2d74284fba1c082550f21dd30cf5e5891ef402e1
+DIST test_rosbag-1.15.8-constants_gen1.bag 4783 BLAKE2B 
fec06b1016d0a6e616893f050c22072ef01cc4bc944f3778cb45613d699e404b8721b35f9563f22fa87e473f9f439965ba804cc6478c59dbeab95309375046c7
 SHA512 
724a420e99946a5fba1b092363cb11af11a50e85c4531b57fe64b207ed1e4022e35a870014873919a7bfe3680ae0b5b4275777f3305b8c5d1fdd7316e7d67e7b
+DIST test_rosbag-1.15.8-constants_gen2.bag 4783 BLAKE2B 
6db44a7ddc61307f49bb28e276b8a834044b43d79d37ceba0aef21c8dea8a6d3ee32cc156f8bc429f074752dfc5a249b789936a6d8bf5e11397c2ee4f0e7d925
 SHA512 
a0df68425bf268da7d622ea43fb755dd7161bf3443c5c2499862c8932ce5e86e4edc6746a9f4a6bc4b4bb9c070a2b3af26d26755e18e796600184f280579aedc
+DIST test_rosbag-1.15.8-converged_gen1.bag 5197 BLAKE2B 
99b3a9807b2e569f6773b791b008b1430408843037203a257892c82a6f59dd3e688a4f516e91d26fa567b56bececc3f69d69f4999e7a1e1430a9a606686a8de9
 SHA512 
490677292a7ea95109e7542e1219f51d7de9cf3bfbf90f48836fd80387655752ecb1173cbb65fc40908eb552fe1bae45e821c1b8510a401c7b643d2c0c433881
+DIST test_rosbag-1.15.8-converged_gen2.bag 5197 BLAKE2B 
e5b620a47c7f44911e5ee44c5787cd9ff753763816535ddaaf64f5e83a27504a5f6d241d900c0c3eacc5b9273113ad05f72cd828a4ebfb6d997df46fbc8b0cc7
 SHA512 
2779711e7d1223b14223312e1cbb6222ef6fdc32bd28dab6cb830784d5207f5ec7cc826e1336328520a45b15ddc937bf0be7eb8329932b77b9f1f42d162b7795
+DIST test_rosbag-1.15.8-converged_gen3.bag 5209 BLAKE2B 
f6d3615c771b086220350982c5ff726f263a460a714aaa3abcd683216dbdeaa72ddfd2fa2b42e761f82223af29ffa1bad554a67fc6afab52f08ffd1718fcadf0
 SHA512 
d896b361c73ba904c1766c9899d03f09d7ce62126378c195c620b659ff06dbdb61783ef7cddd999088a973382e60387a8eadd1d7dbd67af2d7af6c1c1fa87b6f
+DIST test_rosbag-1.15.8-converged_gen4.bag 5207 BLAKE2B 
d25369cfa2e0f34ab7b344ac56557292ec1b5609802327ade48d60e632900e4d746e15c9a46b700a44c198d1aef1975b042efbb1ca885f4124b5cef4936925ff
 SHA512 
329694efa2dd1ad82a87f1419958bc2cb1edf4d8ae4ffde1c2d3d3b792d1dcba842b82c9f028cf3bb2f85fadbb068e5ed25eaebc8cd6e305c422d40dbeb75775
+DIST test_rosbag-1.15.8-convergent_gen1.bag 5485 BLAKE2B 
bd906d5ced9d123e04fa8b948834b907530ba2c56f4197f7ff209ec5d6afb18ff42e29d03f883d2d44e89e49c12e3769013f8209e5a674a7fd138d0264083295
 SHA512 
85a4129f954d4d3a2374c1c2c7fbdd82ee685853763ab62a836ab128b1dd118746984d1c1b8290ac1b522fac18493e1ab825b1a66924151dff608af0a5e07541
+DIST test_rosbag-1.15.8-convergent_gen2.bag 5485 BLAKE2B 
f5f6c3ed07b8cabca79fe826dcb7dbf0a9e3d7aed1d3bb0767e47a1f269e5c198de90f6e0052911f4148238b99bc3f48ea417d9a1642efb5bee74d5b5f9e7b5f
 SHA512 
09fba991e4efe5758082f9af2501b0bc9ea452b247e3672b8eae5cef3d8d43ebbc0c7307bcb5730f1ec9a94e86506258d04e1cb25fb8d5f680f38b4b73e96c68
+DIST test_rosbag-1.15.8-migrated_addsub_gen1.bag 5031 BLAKE2B 
eeaff544bc0de8f9d058ebec594318b9ea8ee383f8b5083258de9dcb0068d1d6c0169cf97cc221675509932c8aa630e13958a2e82f413d6e834b3114c4702824
 SHA512 
b41a4a5651a97f70774c1395c8f9d5b0f4815f7e39052904fe1e89483270f9eb5216a6bd3652c2372c6c64666b4cc5e60d04f390f5ea83f88653035fa1a432fb
+DIST test_rosbag-1.15.8-migrated_explicit_gen1.bag 6172 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/, dev-ros/xacro/files/

2020-08-05 Thread Alexis Ballier
commit: 6eb03dd80d6c042a6397f10c1631420f4e25b602
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 16:14:04 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb03dd8

dev-ros/xacro: fix tests

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

 dev-ros/xacro/files/tests.patch   | 21 +
 dev-ros/xacro/xacro-1.14.1.ebuild |  6 ++
 dev-ros/xacro/xacro-.ebuild   |  6 ++
 3 files changed, 33 insertions(+)

diff --git a/dev-ros/xacro/files/tests.patch b/dev-ros/xacro/files/tests.patch
new file mode 100644
index 000..28d4b5768c3
--- /dev/null
+++ b/dev-ros/xacro/files/tests.patch
@@ -0,0 +1,21 @@
+Index: xacro-1.14.1/test/test-cmake.sh
+===
+--- xacro-1.14.1.orig/test/test-cmake.sh
 xacro-1.14.1/test/test-cmake.sh
+@@ -15,6 +15,7 @@
+ test -d $1 || exit 2
+ test -r $1/CMakeLists.txt || exit 2
+ 
++basedir=`pwd`/../
+ dir=`basename $1`
+ 
+ # redirect stdout and stderr to $dir.log
+@@ -26,7 +27,7 @@ mkdir $dir
+ cd $dir
+ 
+ echo "*** running cmake ***"
+-cmake -DCATKIN_DEVEL_PREFIX=devel -DCMAKE_INSTALL_PREFIX=install $1 || exit $?
++cmake -DCATKIN_DEVEL_PREFIX="${basedir}/devel" -DCMAKE_INSTALL_PREFIX=install 
$1 || exit $?
+ 
+ echo
+ echo "*** running make ***"

diff --git a/dev-ros/xacro/xacro-1.14.1.ebuild 
b/dev-ros/xacro/xacro-1.14.1.ebuild
index 70c940ca810..775778479d6 100644
--- a/dev-ros/xacro/xacro-1.14.1.ebuild
+++ b/dev-ros/xacro/xacro-1.14.1.ebuild
@@ -22,3 +22,9 @@ DEPEND="${RDEPEND}
 "
 RDEPEND="${RDEPEND}
dev-ros/roslaunch[${PYTHON_SINGLE_USEDEP}]"
+PATCHES=( "${FILESDIR}/tests.patch" )
+
+src_test() {
+   export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
+   ros-catkin_src_test
+}

diff --git a/dev-ros/xacro/xacro-.ebuild b/dev-ros/xacro/xacro-.ebuild
index 70c940ca810..775778479d6 100644
--- a/dev-ros/xacro/xacro-.ebuild
+++ b/dev-ros/xacro/xacro-.ebuild
@@ -22,3 +22,9 @@ DEPEND="${RDEPEND}
 "
 RDEPEND="${RDEPEND}
dev-ros/roslaunch[${PYTHON_SINGLE_USEDEP}]"
+PATCHES=( "${FILESDIR}/tests.patch" )
+
+src_test() {
+   export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
+   ros-catkin_src_test
+}



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

2020-08-05 Thread Alexis Ballier
commit: 0d7bfa28ddedb21e54735773df8655e74be7ec12
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 17:32:56 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7bfa28

dev-ros/test_rospy: add missing test deps

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

 dev-ros/test_rospy/test_rospy-1.15.8.ebuild | 2 ++
 dev-ros/test_rospy/test_rospy-.ebuild   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-ros/test_rospy/test_rospy-1.15.8.ebuild 
b/dev-ros/test_rospy/test_rospy-1.15.8.ebuild
index 7d398e80068..5b429c7f533 100644
--- a/dev-ros/test_rospy/test_rospy-1.15.8.ebuild
+++ b/dev-ros/test_rospy/test_rospy-1.15.8.ebuild
@@ -27,5 +27,7 @@ DEPEND="${RDEPEND}
dev-ros/rosbuild
dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}]
dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
+   dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+   $(python_gen_cond_dep "dev-python/psutil[\${PYTHON_USEDEP}]")
)"

diff --git a/dev-ros/test_rospy/test_rospy-.ebuild 
b/dev-ros/test_rospy/test_rospy-.ebuild
index 7d398e80068..5b429c7f533 100644
--- a/dev-ros/test_rospy/test_rospy-.ebuild
+++ b/dev-ros/test_rospy/test_rospy-.ebuild
@@ -27,5 +27,7 @@ DEPEND="${RDEPEND}
dev-ros/rosbuild
dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}]
dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
+   dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+   $(python_gen_cond_dep "dev-python/psutil[\${PYTHON_USEDEP}]")
)"



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

2020-08-05 Thread Alexis Ballier
commit: 61e27a6fb8226962f0952c5bd402f1e48b8388d9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 16:56:39 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e27a6f

dev-ros/topic_tools: Remove old

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

 dev-ros/topic_tools/Manifest  |  1 -
 dev-ros/topic_tools/topic_tools-1.15.7.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/dev-ros/topic_tools/Manifest b/dev-ros/topic_tools/Manifest
index adf4f2af119..00d95d9416d 100644
--- a/dev-ros/topic_tools/Manifest
+++ b/dev-ros/topic_tools/Manifest
@@ -1,2 +1 @@
-DIST ros_comm-1.15.7.tar.gz 1080092 BLAKE2B 
d5c0dd1f54eac7aa11be21bbc680f85f988cc9328382c0c675b7d5986e888be603ed82affa5f51a270974d07044debe3ecf86f5647fd59cb29e8e791a227feb9
 SHA512 
67dc100e8ed03a25ea228cc7d456ec2203324098f9e11c9a249299df73bfc34efc75b1221c0fb6fceb38fece627f1dc5f2c23be93c9a1c85b1075784a45ff20e
 DIST ros_comm-1.15.8.tar.gz 1080826 BLAKE2B 
c1a1e085225a96cf0b50309cb78e1ccdabefce1f23ee669393b7fc747537c7e39bfb6ad382b0d24e3b5507b1d0f3eaf2051a1bee90507b0e724e06a83df301a2
 SHA512 
b1c34ab6548400fc014eda496e5d1e1c7d134b9062a031386ac4eac3245ca83b034f74f0a189ccf9ec6933c18d6df0ae1a93d05f1526d09debf70c25aa25b6b9

diff --git a/dev-ros/topic_tools/topic_tools-1.15.7.ebuild 
b/dev-ros/topic_tools/topic_tools-1.15.7.ebuild
deleted file mode 100644
index 80ec72e7c71..000
--- a/dev-ros/topic_tools/topic_tools-1.15.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ROS_REPO_URI="https://github.com/ros/ros_comm;
-KEYWORDS="~amd64 ~arm"
-CATKIN_HAS_MESSAGES=yes
-ROS_SUBDIR=tools/${PN}
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Tools for directing, throttling and selecting ROS topics"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/cpp_common
-   dev-ros/rosconsole
-   dev-ros/roscpp
-   dev-ros/rostime
-   dev-ros/xmlrpcpp
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
-   dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}]
-   dev-cpp/gtest
-   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
-   )"



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

2020-08-05 Thread Alexis Ballier
commit: 4e675552dd57f4dcc5c9a5320a5441eb4a283fbd
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 17:30:52 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e675552

dev-ros/test_rosservice: Remove old

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

 dev-ros/test_rosservice/Manifest   |  1 -
 .../test_rosservice/test_rosservice-1.15.7.ebuild  | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-ros/test_rosservice/Manifest b/dev-ros/test_rosservice/Manifest
index adf4f2af119..00d95d9416d 100644
--- a/dev-ros/test_rosservice/Manifest
+++ b/dev-ros/test_rosservice/Manifest
@@ -1,2 +1 @@
-DIST ros_comm-1.15.7.tar.gz 1080092 BLAKE2B 
d5c0dd1f54eac7aa11be21bbc680f85f988cc9328382c0c675b7d5986e888be603ed82affa5f51a270974d07044debe3ecf86f5647fd59cb29e8e791a227feb9
 SHA512 
67dc100e8ed03a25ea228cc7d456ec2203324098f9e11c9a249299df73bfc34efc75b1221c0fb6fceb38fece627f1dc5f2c23be93c9a1c85b1075784a45ff20e
 DIST ros_comm-1.15.8.tar.gz 1080826 BLAKE2B 
c1a1e085225a96cf0b50309cb78e1ccdabefce1f23ee669393b7fc747537c7e39bfb6ad382b0d24e3b5507b1d0f3eaf2051a1bee90507b0e724e06a83df301a2
 SHA512 
b1c34ab6548400fc014eda496e5d1e1c7d134b9062a031386ac4eac3245ca83b034f74f0a189ccf9ec6933c18d6df0ae1a93d05f1526d09debf70c25aa25b6b9

diff --git a/dev-ros/test_rosservice/test_rosservice-1.15.7.ebuild 
b/dev-ros/test_rosservice/test_rosservice-1.15.7.ebuild
deleted file mode 100644
index f3a0192eb69..000
--- a/dev-ros/test_rosservice/test_rosservice-1.15.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ROS_REPO_URI="https://github.com/ros/ros_comm;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=test/${PN}
-CATKIN_HAS_MESSAGES=yes
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Unit tests for rospy"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
-   dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   test? (
-   dev-ros/test_rosmaster[${PYTHON_SINGLE_USEDEP}]
-   dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
-   dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
-   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
-   )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/unique_id/files/, dev-ros/unique_id/

2020-08-05 Thread Alexis Ballier
commit: a1e4828e2ba563dbf0aa151d1a1451171e759b38
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 16:52:15 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e4828e

dev-ros/unique_id: fix tests

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

 dev-ros/unique_id/files/tests.patch  | 17 +
 dev-ros/unique_id/unique_id-1.0.6.ebuild |  7 +++
 dev-ros/unique_id/unique_id-.ebuild  |  7 +++
 3 files changed, 31 insertions(+)

diff --git a/dev-ros/unique_id/files/tests.patch 
b/dev-ros/unique_id/files/tests.patch
new file mode 100644
index 000..b64a1be5e38
--- /dev/null
+++ b/dev-ros/unique_id/files/tests.patch
@@ -0,0 +1,17 @@
+Index: unique_id/tests/test_unique_id.py
+===
+--- unique_id.orig/tests/test_unique_id.py
 unique_id/tests/test_unique_id.py
+@@ -20,10 +20,10 @@ class TestPythonUUID(unittest.TestCase):
+ def test_random_uuids(self):
+ N = 1000
+ uu = []
+-for i in xrange(N):
++for i in range(N):
+ uu.append(fromRandom())
+ self.assertEqual(type(uu[i]), uuid.UUID)
+-for j in xrange(i-1, -1, -1):
++for j in range(i-1, -1, -1):
+ self.assertNotEqual(uu[i], uu[j])
+ 
+ # UUID generation from URL tests

diff --git a/dev-ros/unique_id/unique_id-1.0.6.ebuild 
b/dev-ros/unique_id/unique_id-1.0.6.ebuild
index 3614a9ea322..32432dfa563 100644
--- a/dev-ros/unique_id/unique_id-1.0.6.ebuild
+++ b/dev-ros/unique_id/unique_id-1.0.6.ebuild
@@ -25,3 +25,10 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"
+PATCHES=( "${FILESDIR}/tests.patch" )
+
+src_test() {
+   # Those tests fail and are commented as undefined behavior in the code
+   export 
GTEST_FILTER='-BoostUUID.fromUrnString:BoostUUID.fromTooLongString:BoostUUID2.fromUrnString:BoostUUID2.fromTooLongString'
+   ros-catkin_src_test
+}

diff --git a/dev-ros/unique_id/unique_id-.ebuild 
b/dev-ros/unique_id/unique_id-.ebuild
index 3614a9ea322..32432dfa563 100644
--- a/dev-ros/unique_id/unique_id-.ebuild
+++ b/dev-ros/unique_id/unique_id-.ebuild
@@ -25,3 +25,10 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"
+PATCHES=( "${FILESDIR}/tests.patch" )
+
+src_test() {
+   # Those tests fail and are commented as undefined behavior in the code
+   export 
GTEST_FILTER='-BoostUUID.fromUrnString:BoostUUID.fromTooLongString:BoostUUID2.fromUrnString:BoostUUID2.fromTooLongString'
+   ros-catkin_src_test
+}



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

2020-08-05 Thread Alexis Ballier
commit: 1b940669245a9f3e0bc9c5b66b96d161e1628cb6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 17:33:19 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b940669

dev-ros/test_rospy: Remove old

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

 dev-ros/test_rospy/Manifest |  1 -
 dev-ros/test_rospy/test_rospy-1.15.7.ebuild | 31 -
 2 files changed, 32 deletions(-)

diff --git a/dev-ros/test_rospy/Manifest b/dev-ros/test_rospy/Manifest
index adf4f2af119..00d95d9416d 100644
--- a/dev-ros/test_rospy/Manifest
+++ b/dev-ros/test_rospy/Manifest
@@ -1,2 +1 @@
-DIST ros_comm-1.15.7.tar.gz 1080092 BLAKE2B 
d5c0dd1f54eac7aa11be21bbc680f85f988cc9328382c0c675b7d5986e888be603ed82affa5f51a270974d07044debe3ecf86f5647fd59cb29e8e791a227feb9
 SHA512 
67dc100e8ed03a25ea228cc7d456ec2203324098f9e11c9a249299df73bfc34efc75b1221c0fb6fceb38fece627f1dc5f2c23be93c9a1c85b1075784a45ff20e
 DIST ros_comm-1.15.8.tar.gz 1080826 BLAKE2B 
c1a1e085225a96cf0b50309cb78e1ccdabefce1f23ee669393b7fc747537c7e39bfb6ad382b0d24e3b5507b1d0f3eaf2051a1bee90507b0e724e06a83df301a2
 SHA512 
b1c34ab6548400fc014eda496e5d1e1c7d134b9062a031386ac4eac3245ca83b034f74f0a189ccf9ec6933c18d6df0ae1a93d05f1526d09debf70c25aa25b6b9

diff --git a/dev-ros/test_rospy/test_rospy-1.15.7.ebuild 
b/dev-ros/test_rospy/test_rospy-1.15.7.ebuild
deleted file mode 100644
index 7d398e80068..000
--- a/dev-ros/test_rospy/test_rospy-1.15.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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/ros_comm;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=test/${PN}
-CATKIN_HAS_MESSAGES=yes
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/test_rosmaster"
-
-inherit ros-catkin
-
-DESCRIPTION="Unit tests for rospy"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
-   
dev-ros/std_msgs[${PYTHON_SINGLE_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   
dev-ros/test_rosmaster[${PYTHON_SINGLE_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}]
-   test? (
-   $(python_gen_cond_dep "dev-python/numpy[\${PYTHON_USEDEP}]")
-   dev-ros/rosbuild
-   dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}]
-   dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
-   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
-   )"



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

2020-08-05 Thread Alexis Ballier
commit: 721c4920975dc352efc4e347b2705bdb7c539428
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 17:20:42 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721c4920

dev-ros/tf_conversions: add missing test dep

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

 dev-ros/tf_conversions/tf_conversions-1.13.2-r1.ebuild | 1 +
 dev-ros/tf_conversions/tf_conversions-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/tf_conversions/tf_conversions-1.13.2-r1.ebuild 
b/dev-ros/tf_conversions/tf_conversions-1.13.2-r1.ebuild
index ba39d9af8b2..434b4e55352 100644
--- a/dev-ros/tf_conversions/tf_conversions-1.13.2-r1.ebuild
+++ b/dev-ros/tf_conversions/tf_conversions-1.13.2-r1.ebuild
@@ -27,5 +27,6 @@ DEPEND="${RDEPEND}
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
test? (
dev-cpp/gtest
+   dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"

diff --git a/dev-ros/tf_conversions/tf_conversions-.ebuild 
b/dev-ros/tf_conversions/tf_conversions-.ebuild
index ba39d9af8b2..434b4e55352 100644
--- a/dev-ros/tf_conversions/tf_conversions-.ebuild
+++ b/dev-ros/tf_conversions/tf_conversions-.ebuild
@@ -27,5 +27,6 @@ DEPEND="${RDEPEND}
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
test? (
dev-cpp/gtest
+   dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"



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

2020-08-05 Thread Alexis Ballier
commit: bba02622b887dac26fe129613239c45a74a8a146
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 16:56:14 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba02622

dev-ros/topic_tools: add missing test dep

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

 dev-ros/topic_tools/topic_tools-1.15.8.ebuild | 1 +
 dev-ros/topic_tools/topic_tools-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/topic_tools/topic_tools-1.15.8.ebuild 
b/dev-ros/topic_tools/topic_tools-1.15.8.ebuild
index 80ec72e7c71..d6eff92bf85 100644
--- a/dev-ros/topic_tools/topic_tools-1.15.8.ebuild
+++ b/dev-ros/topic_tools/topic_tools-1.15.8.ebuild
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}
test? (
dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}]
+   dev-ros/rosbash[${PYTHON_SINGLE_USEDEP}]
dev-cpp/gtest
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"

diff --git a/dev-ros/topic_tools/topic_tools-.ebuild 
b/dev-ros/topic_tools/topic_tools-.ebuild
index 80ec72e7c71..d6eff92bf85 100644
--- a/dev-ros/topic_tools/topic_tools-.ebuild
+++ b/dev-ros/topic_tools/topic_tools-.ebuild
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}
test? (
dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}]
+   dev-ros/rosbash[${PYTHON_SINGLE_USEDEP}]
dev-cpp/gtest
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"



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

2020-08-05 Thread Alexis Ballier
commit: 5e0ba701821ff303ca8e8a1f3c683fdb37190334
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  5 16:16:08 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  5 17:55:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0ba701

dev-ros/cv_bridge: add missing test deps

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

 dev-ros/cv_bridge/cv_bridge-1.15.0.ebuild | 4 
 dev-ros/cv_bridge/cv_bridge-.ebuild   | 4 
 2 files changed, 8 insertions(+)

diff --git a/dev-ros/cv_bridge/cv_bridge-1.15.0.ebuild 
b/dev-ros/cv_bridge/cv_bridge-1.15.0.ebuild
index e574076edcc..10035c22442 100644
--- a/dev-ros/cv_bridge/cv_bridge-1.15.0.ebuild
+++ b/dev-ros/cv_bridge/cv_bridge-1.15.0.ebuild
@@ -21,5 +21,9 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   test? (
+   dev-cpp/gtest
+   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+   )
 "
 PATCHES=( "${FILESDIR}/boostpython.patch" )

diff --git a/dev-ros/cv_bridge/cv_bridge-.ebuild 
b/dev-ros/cv_bridge/cv_bridge-.ebuild
index e574076edcc..10035c22442 100644
--- a/dev-ros/cv_bridge/cv_bridge-.ebuild
+++ b/dev-ros/cv_bridge/cv_bridge-.ebuild
@@ -21,5 +21,9 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   test? (
+   dev-cpp/gtest
+   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+   )
 "
 PATCHES=( "${FILESDIR}/boostpython.patch" )



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

2020-08-05 Thread Sam James
commit: 22bbf1eb929f7d1cbe5a1534fb5ac89787dbca68
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 17:45:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 17:45:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22bbf1eb

media-sound/pulsemixer: Keyword 1.5.1 arm, #734592

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

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

diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild 
b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
index 1e6840e0606..55f1eba0f93 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN};
 else
SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="MIT"



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

2020-08-05 Thread Daniel Pielmeier
commit: 984a9dac7dbc2516494ca35c9a620dcf390bfd90
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Aug  5 17:40:01 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Aug  5 17:40:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984a9dac

app-admin/conky: Version bump to conky-1.11.6.

Switch from cmake-utils to cmake eclass.

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

 app-admin/conky/Manifest |  1 +
 app-admin/conky/conky-1.10.8-r9.ebuild   |  8 
 app-admin/conky/conky-1.11.5.ebuild  | 10 +-
 app-admin/conky/{conky-1.11.5.ebuild => conky-1.11.6.ebuild} | 10 +-
 4 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/app-admin/conky/Manifest b/app-admin/conky/Manifest
index 3014b5102be..927fdccfdb0 100644
--- a/app-admin/conky/Manifest
+++ b/app-admin/conky/Manifest
@@ -1,2 +1,3 @@
 DIST conky-1.10.8.tar.gz 373075 BLAKE2B 
749d8bb37557c1eeb8b07955bbd45704fadb41995fad8380dd89afdf7b0c9dce02d19692691e3ef1857d849c05eae1b2fdf20243460d767199a681aeb9e87746
 SHA512 
743b1d17db4ae654c7a319fe9157e9ebc5eb4ae0462a1f7269332d379e8bdd1dbfecc3ab6f46c8b5176b7e40918301649ac3ee883a84dc4fc8d766abbac6585a
 DIST conky-1.11.5.tar.gz 2400965 BLAKE2B 
06b6817ed3cb4bb638b5fa7f9a5f8544c9d274560dbef2bc8f8c10ed681b83d0ab27988f60bed70cd0c13cd4947a2bd9b70ad66c38dbb6f516f5d57165ef5765
 SHA512 
71ba02acc879dad3c240ed9a38635cb2d30e3c9ac849012ff3db53f8143c28d6cc9e502816834b0a073f7486bded7cea002b58c3bb8e189e542afb1070bb84be
+DIST conky-1.11.6.tar.gz 2402216 BLAKE2B 
573e2a16781ffb246041052796fd2e2f02937e0e1399edb6b8d0a16b90bbd73f84b3332d7dfba4d8bf53becc05b907efaf33fc48d4efda425c87756d44fe35f4
 SHA512 
f7bffcef33680d61d0171ba50b29ddda011c1c1989fc847cd4b5b60d46bed4772294eec34fd27c4d642a9c03e3cedaa31855ffc0f3b60791f4bed14ffdf7490a

diff --git a/app-admin/conky/conky-1.10.8-r9.ebuild 
b/app-admin/conky/conky-1.10.8-r9.ebuild
index ce6929a5495..647b0da5a8b 100644
--- a/app-admin/conky/conky-1.10.8-r9.ebuild
+++ b/app-admin/conky/conky-1.10.8-r9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils linux-info readme.gentoo-r1
+inherit cmake linux-info readme.gentoo-r1
 
 DESCRIPTION="An advanced, highly configurable system monitor for X"
 HOMEPAGE="https://github.com/brndnmtthws/conky;
@@ -87,7 +87,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
sed -i -e "s|find_program(APP_MAN man)|set(APP_MAN $(which man) CACHE 
FILEPATH MAN_BINARY)|" \
cmake/ConkyPlatformChecks.cmake || die
@@ -158,11 +158,11 @@ src_configure() {
-DDOC_PATH=/usr/share/doc/${PF}
)
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_install() {
-   cmake-utils_src_install
+   cmake_src_install
 
if use vim-syntax; then
insinto /usr/share/vim/vimfiles/ftdetect

diff --git a/app-admin/conky/conky-1.11.5.ebuild 
b/app-admin/conky/conky-1.11.5.ebuild
index a52ce080d2f..fcd0a663770 100644
--- a/app-admin/conky/conky-1.11.5.ebuild
+++ b/app-admin/conky/conky-1.11.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils linux-info readme.gentoo-r1 xdg
+inherit cmake linux-info readme.gentoo-r1 xdg
 
 DESCRIPTION="An advanced, highly configurable system monitor for X"
 HOMEPAGE="https://github.com/brndnmtthws/conky;
@@ -88,7 +88,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
xdg_environment_reset
 
@@ -155,11 +155,11 @@ src_configure() {
-DRELEASE=ON
)
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_install() {
-   cmake-utils_src_install
+   cmake_src_install
 
if use vim-syntax; then
insinto /usr/share/vim/vimfiles/ftdetect

diff --git a/app-admin/conky/conky-1.11.5.ebuild 
b/app-admin/conky/conky-1.11.6.ebuild
similarity index 96%
copy from app-admin/conky/conky-1.11.5.ebuild
copy to app-admin/conky/conky-1.11.6.ebuild
index a52ce080d2f..fcd0a663770 100644
--- a/app-admin/conky/conky-1.11.5.ebuild
+++ b/app-admin/conky/conky-1.11.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils linux-info readme.gentoo-r1 xdg
+inherit cmake linux-info readme.gentoo-r1 xdg
 
 DESCRIPTION="An advanced, highly configurable system monitor for X"
 HOMEPAGE="https://github.com/brndnmtthws/conky;
@@ -88,7 +88,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
xdg_environment_reset
 
@@ -155,11 +155,11 @@ src_configure() {

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

2020-08-05 Thread Matthew Thode
commit: ac89191b3df2d2c8deb28f8186428be0244aa61a
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug  5 17:23:28 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Aug  5 17:23:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac89191b

app-crypt/certbot-nginx: 1.7.0 bump

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

 app-crypt/certbot-nginx/Manifest   |  1 +
 app-crypt/certbot-nginx/certbot-nginx-1.7.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index e5c6fa641b4..5e51399265c 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-1.5.0.tar.gz 1387959 BLAKE2B 
ad395e3bd9f7012b39692be48c28bef8a0648e17e42b7b4ada8024c7eb231f418f68b6388c6c3154232d38f82ba348bf056ddf8cdf349f4a83ad148bbc20243b
 SHA512 
ea4f9fb06ed54e2bbc30a8a0aea436e1f35772d348de483cae5e696ee1176c9663739201569102ded385074ef7aa5833c43e543c0dbc1e8f6729167350bca6a3
 DIST certbot-1.6.0.tar.gz 3797817 BLAKE2B 
fe01c450e89f490c1b8d32401fe72d8eeedd2bf80ad29b59c9836eb44550b4753e0ec4da6f378aba12383fa7e2a38e5b7405634e695c8f9b150ab4899afc57d6
 SHA512 
490b9155e90f02aaf987840c7dd041c81913daa88df4a96528e3fe1c5342b64fcc19c02a76c0e94e705f7c68d0d63c25582fa474a270d2f98d454e036fcaa320
+DIST certbot-1.7.0.tar.gz 1416764 BLAKE2B 
de678a222e8c8e3e7834470f87763763671bfae37a5c8320a4c1a2552ec979b5391094713e7e13526f73fdf8cd32f70f8c4350f422505892c4fdd0ae77742c80
 SHA512 
f81242e68b7e261bbb6294ffe92e47bc1687128344816d71a495a94a2646e209e46c147bc76eedce0c477cc140dc6ae0fba76d2d5d01b828fce78875f5a2886a

diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.7.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.7.0.ebuild
new file mode 100644
index 000..1d92bc0c30f
--- /dev/null
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.7.0.ebuild
@@ -0,0 +1,33 @@
+# 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})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Nginx plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   >=app-crypt/acme-1.4.0[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-1.6.0[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"



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

2020-08-05 Thread Matthew Thode
commit: 88f24a064cf6ebc74819adc00fa08c44c9f0877b
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug  5 17:21:09 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Aug  5 17:23:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f24a06

app-crypt/certbot: 1.7.0 bump

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

 app-crypt/certbot/Manifest |  1 +
 app-crypt/certbot/certbot-1.7.0.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index e5c6fa641b4..5e51399265c 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-1.5.0.tar.gz 1387959 BLAKE2B 
ad395e3bd9f7012b39692be48c28bef8a0648e17e42b7b4ada8024c7eb231f418f68b6388c6c3154232d38f82ba348bf056ddf8cdf349f4a83ad148bbc20243b
 SHA512 
ea4f9fb06ed54e2bbc30a8a0aea436e1f35772d348de483cae5e696ee1176c9663739201569102ded385074ef7aa5833c43e543c0dbc1e8f6729167350bca6a3
 DIST certbot-1.6.0.tar.gz 3797817 BLAKE2B 
fe01c450e89f490c1b8d32401fe72d8eeedd2bf80ad29b59c9836eb44550b4753e0ec4da6f378aba12383fa7e2a38e5b7405634e695c8f9b150ab4899afc57d6
 SHA512 
490b9155e90f02aaf987840c7dd041c81913daa88df4a96528e3fe1c5342b64fcc19c02a76c0e94e705f7c68d0d63c25582fa474a270d2f98d454e036fcaa320
+DIST certbot-1.7.0.tar.gz 1416764 BLAKE2B 
de678a222e8c8e3e7834470f87763763671bfae37a5c8320a4c1a2552ec979b5391094713e7e13526f73fdf8cd32f70f8c4350f422505892c4fdd0ae77742c80
 SHA512 
f81242e68b7e261bbb6294ffe92e47bc1687128344816d71a495a94a2646e209e46c147bc76eedce0c477cc140dc6ae0fba76d2d5d01b828fce78875f5a2886a

diff --git a/app-crypt/certbot/certbot-1.7.0.ebuild 
b/app-crypt/certbot/certbot-1.7.0.ebuild
new file mode 100644
index 000..f5147fca793
--- /dev/null
+++ b/app-crypt/certbot/certbot-1.7.0.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=(python{3_6,3_7,3_8})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+S=${WORKDIR}/${P}/${PN}
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   ${CDEPEND}
+   >=app-crypt/acme-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.8[${PYTHON_USEDEP}]
+   >=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/parsedatetime-1.3[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # required as deps of deps can trigger this too...
+   echo 'ignore:.*collections\.abc:DeprecationWarning' >> ../pytest.ini
+   distutils-r1_python_prepare_all
+}



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

2020-08-05 Thread Matthew Thode
commit: d454cd9a20b3a1349b19121904a8326c1aa92c5d
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug  5 17:19:42 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Aug  5 17:23:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d454cd9a

app-crypt/acme: 1.7.0 bump

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

 app-crypt/acme/Manifest  |  1 +
 app-crypt/acme/acme-1.7.0.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index e5c6fa641b4..5e51399265c 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-1.5.0.tar.gz 1387959 BLAKE2B 
ad395e3bd9f7012b39692be48c28bef8a0648e17e42b7b4ada8024c7eb231f418f68b6388c6c3154232d38f82ba348bf056ddf8cdf349f4a83ad148bbc20243b
 SHA512 
ea4f9fb06ed54e2bbc30a8a0aea436e1f35772d348de483cae5e696ee1176c9663739201569102ded385074ef7aa5833c43e543c0dbc1e8f6729167350bca6a3
 DIST certbot-1.6.0.tar.gz 3797817 BLAKE2B 
fe01c450e89f490c1b8d32401fe72d8eeedd2bf80ad29b59c9836eb44550b4753e0ec4da6f378aba12383fa7e2a38e5b7405634e695c8f9b150ab4899afc57d6
 SHA512 
490b9155e90f02aaf987840c7dd041c81913daa88df4a96528e3fe1c5342b64fcc19c02a76c0e94e705f7c68d0d63c25582fa474a270d2f98d454e036fcaa320
+DIST certbot-1.7.0.tar.gz 1416764 BLAKE2B 
de678a222e8c8e3e7834470f87763763671bfae37a5c8320a4c1a2552ec979b5391094713e7e13526f73fdf8cd32f70f8c4350f422505892c4fdd0ae77742c80
 SHA512 
f81242e68b7e261bbb6294ffe92e47bc1687128344816d71a495a94a2646e209e46c147bc76eedce0c477cc140dc6ae0fba76d2d5d01b828fce78875f5a2886a

diff --git a/app-crypt/acme/acme-1.7.0.ebuild b/app-crypt/acme/acme-1.7.0.ebuild
new file mode 100644
index 000..a3d394a31a6
--- /dev/null
+++ b/app-crypt/acme/acme-1.7.0.ebuild
@@ -0,0 +1,69 @@
+# 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})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   S=${WORKDIR}/certbot-${PV}/acme
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of the ACME protocol"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
+   >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15.1[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10[${PYTHON_USEDEP}]
+   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+   >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
+"
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+   distutils-r1_src_compile
+   if use doc ; then
+   cd docs || die
+   sphinx-build -b html -d _build/doctrees   . _build/html
+   fi
+}
+
+python_test() {
+   nosetests -w ${PN} || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2020-08-05 Thread Matthew Thode
commit: f1d30f8bb47ffb2f899d487d1263c7a5b2357a58
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug  5 17:22:39 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Aug  5 17:23:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d30f8b

app-crypt/certbot-apache: 1.7.0 bump

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

 app-crypt/certbot-apache/Manifest  |  1 +
 .../certbot-apache/certbot-apache-1.7.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index e5c6fa641b4..5e51399265c 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-1.5.0.tar.gz 1387959 BLAKE2B 
ad395e3bd9f7012b39692be48c28bef8a0648e17e42b7b4ada8024c7eb231f418f68b6388c6c3154232d38f82ba348bf056ddf8cdf349f4a83ad148bbc20243b
 SHA512 
ea4f9fb06ed54e2bbc30a8a0aea436e1f35772d348de483cae5e696ee1176c9663739201569102ded385074ef7aa5833c43e543c0dbc1e8f6729167350bca6a3
 DIST certbot-1.6.0.tar.gz 3797817 BLAKE2B 
fe01c450e89f490c1b8d32401fe72d8eeedd2bf80ad29b59c9836eb44550b4753e0ec4da6f378aba12383fa7e2a38e5b7405634e695c8f9b150ab4899afc57d6
 SHA512 
490b9155e90f02aaf987840c7dd041c81913daa88df4a96528e3fe1c5342b64fcc19c02a76c0e94e705f7c68d0d63c25582fa474a270d2f98d454e036fcaa320
+DIST certbot-1.7.0.tar.gz 1416764 BLAKE2B 
de678a222e8c8e3e7834470f87763763671bfae37a5c8320a4c1a2552ec979b5391094713e7e13526f73fdf8cd32f70f8c4350f422505892c4fdd0ae77742c80
 SHA512 
f81242e68b7e261bbb6294ffe92e47bc1687128344816d71a495a94a2646e209e46c147bc76eedce0c477cc140dc6ae0fba76d2d5d01b828fce78875f5a2886a

diff --git a/app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild
new file mode 100644
index 000..323d9f35ff3
--- /dev/null
+++ b/app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild
@@ -0,0 +1,38 @@
+# 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})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-1.6.0[${PYTHON_USEDEP}]
+   dev-python/python-augeas[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test || die
+}



[gentoo-commits] proj/udev-gentoo-scripts: New tag: 34

2020-08-05 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug  5 17:10:51 2020 +

New tag: 34




[gentoo-commits] proj/udev-gentoo-scripts:master commit in: /

2020-08-05 Thread William Hubbs
commit: 9909a7a77ee394c6d51a6bdde9608c1982d43f95
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Aug  5 17:08:22 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug  5 17:09:23 2020 +
URL:
https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/commit/?id=9909a7a7

version 34

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

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b6b44ee..b734edc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 33
+VERSION = 34
 PACKAGE = udev-init-scripts
 TARBALL = $(PACKAGE)-$(VERSION).tar.gz
 



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

2020-08-05 Thread Jeroen Roovers
commit: 773ecd418c9669d8583603126496e28bd63919cc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug  5 17:05:09 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug  5 17:08:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773ecd41

www-client/opera: Stable

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

 www-client/opera/opera-70.0.3728.95.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/opera/opera-70.0.3728.95.ebuild 
b/www-client/opera/opera-70.0.3728.95.ebuild
index 58c0be89c0a..fb69b98489d 100644
--- a/www-client/opera/opera-70.0.3728.95.ebuild
+++ b/www-client/opera/opera-70.0.3728.95.ebuild
@@ -25,7 +25,7 @@ SRC_URI+="
"${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
 "
 done
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
dev-libs/expat



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

2020-08-05 Thread Jeroen Roovers
commit: df66ce84b7c5497387ce60c3518ff264b3712229
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug  5 17:02:41 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug  5 17:08:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df66ce84

www-client/vivaldi: Stable

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

 www-client/vivaldi/vivaldi-3.2.1967.41_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/vivaldi/vivaldi-3.2.1967.41_p1.ebuild 
b/www-client/vivaldi/vivaldi-3.2.1967.41_p1.ebuild
index a156328cef5..f28a5ac334d 100644
--- a/www-client/vivaldi/vivaldi-3.2.1967.41_p1.ebuild
+++ b/www-client/vivaldi/vivaldi-3.2.1967.41_p1.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
 
 LICENSE="Vivaldi"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="-* amd64 ~arm ~arm64 x86"
 RESTRICT="bindist mirror"
 
 DEPEND="



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

2020-08-05 Thread Jeroen Roovers
commit: 0a5c6a763575c17231667a4248a7a2e18f8f3d56
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug  5 17:03:57 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug  5 17:08:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5c6a76

www-client/opera: Version 70.0.3728.95

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

 www-client/opera/Manifest  |   1 +
 www-client/opera/opera-70.0.3728.95.ebuild | 110 +
 2 files changed, 111 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index b11ed0a7f85..ee5a16457c0 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,2 +1,3 @@
 DIST opera-stable_69.0.3686.77_amd64.deb 66216000 BLAKE2B 
e9f567fa5bb93c68068786ebf114a5805bc70e2bbc226a4541ab1eb803e639eab3eef1476e862644f676c248a6bbece81c8447e0577ea9fe3f43092b5aac9672
 SHA512 
ec283dce194827f7fc62918faca052091de4235e5b4e61f4125998e65b1c0d7ec59ce03aa035075c5a03bee9f49443db5319e73cd6b70f97a739e0fca2390872
 DIST opera-stable_70.0.3728.71_amd64.deb 67391396 BLAKE2B 
747f90cfe052193f9794d14fc2f74b2ea535402a1bc9c6bb9e5a39806654be63599447e382794d681a2045386269d6b249c571386fc588171350239dbfbfc471
 SHA512 
2c35185fad60c40154fecb844d7ef4f0142081e5b94d251035bc51f9be1083d1206205dd6c52fc6e9879ee514755a1a3b08057f8065135743b59ffb42f75c6d1
+DIST opera-stable_70.0.3728.95_amd64.deb 67362436 BLAKE2B 
c3c8491f2ea9a838e9f8b9e94264b35d039c19744e73b0bc1f298a78a1e6f46d7b2203817c54f459aa7b25d353b2e33b39f2d4da83fd03a3b3f85e97da35
 SHA512 
724a7640f791ce7486fe0e8ce8dae1ad5f1e278e00de81a67ce0c19f4c6dc470ca72c634988ced934fb582e17e2fef8173f4d60fd64f9ee7c72cdd6b86af7b93

diff --git a/www-client/opera/opera-70.0.3728.95.ebuild 
b/www-client/opera/opera-70.0.3728.95.ebuild
new file mode 100644
index 000..58c0be89c0a
--- /dev/null
+++ b/www-client/opera/opera-70.0.3728.95.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+
+"
+inherit chromium-2 multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   https://download1.operacdn.com/pub/
+   https://download2.operacdn.com/pub/
+   https://download3.operacdn.com/pub/
+   https://download4.operacdn.com/pub/
+"
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
+"
+done
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   default
+
+   OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}-stable/copyright || die
+   mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
+   gunzip usr/share/doc/${PF}/changelog.gz || die
+
+   pushd "${OPERA_HOME}"/localization > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   rm "${OPERA_HOME}"/${PN}_autoupdate || die
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /"${OPERA_HOME}"/opera_sandbox
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}



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

2020-08-05 Thread Jeroen Roovers
commit: 06e0733c98dcb0679a06b4ccf9825a866fddca97
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug  5 17:06:05 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug  5 17:08:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e0733c

www-client/vivaldi-snapshot: Old

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

 www-client/vivaldi-snapshot/Manifest   |  16 ---
 .../vivaldi-snapshot-3.2.1957.9_p1.ebuild  | 116 -
 .../vivaldi-snapshot-3.2.1959.3_p1.ebuild  | 116 -
 .../vivaldi-snapshot-3.2.1964.3_p1.ebuild  | 116 -
 .../vivaldi-snapshot-3.2.1967.30_p1.ebuild | 116 -
 5 files changed, 480 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index cb4d07235a7..71fafe7bcbc 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,19 +1,3 @@
-DIST vivaldi-snapshot-3.2.1957.9_p1-amd64.deb 71810384 BLAKE2B 
30218a9333752d2fb15168aad039a4a4a2d584c5eb1836e1782a4527c17d2ec18fb31c2973e4ceba44819ba6e35aaf0ade349b74d1ce57c4886c72a88b1d08db
 SHA512 
29e2972efd591539f89ed9f01ff2d292ad7a90a955c885e579c904692bc8db2f4606fad2ff0b257ca77a5f1ddb6f338049bd9eb14b6b25621dae3b60fb7786e1
-DIST vivaldi-snapshot-3.2.1957.9_p1-arm64.deb 63549412 BLAKE2B 
d08dca3583263f5f9ed3b1e809e404fb7a666da0871c5eb0d44efd72c2661ecd9bf33c033fc3c71c489267b7e33381a239937db87071cb3468c91221e94a1132
 SHA512 
350fbf9b736507cfbf97e6bf9598e6636124e6b9d561b39287c15eea437075fc17519922f33846d0d2bfe4a46aa4155be11d9a13581e59a62c9c4e22e0602d6b
-DIST vivaldi-snapshot-3.2.1957.9_p1-armhf.deb 63607628 BLAKE2B 
e9b6ccb128f3826d1dca0c218f7a7eecf1b154b3c0fb9e84cc241e3837950d94a92a46c8a341a6337fc1b0395bf96dc328931385bd38b27c78336c93ea879936
 SHA512 
a5f6e8c7417ff0496eab6bb7ba45c90815065f7491745496e8a49a762f72533c40d274314dfb0765cfccc07b9ba1d0b78ce265686d81d0b1ec155f01a700e950
-DIST vivaldi-snapshot-3.2.1957.9_p1-i386.deb 70135524 BLAKE2B 
7af5206e09c2dd21dfccde2c29148f66cc9e485dbf8bc77fcf10216c731043bc2d1770a45b17778677624f0b963b566d0bd076b27daf61d98344ef19d72483e2
 SHA512 
04fc506f5c870378b5ceae858f8b89699ee312b8207e63c347b9c1f28173d407186947e92694b1dbcd1e8413f7ca6c0736e0794086c6e42880874aa2f4cb7308
-DIST vivaldi-snapshot-3.2.1959.3_p1-amd64.deb 71834236 BLAKE2B 
9529e943544c52b37e54ad79e3bc5183390926d4cd3089d3a3a38b7f8546180a7314dc8b8baa96ff488e294f67793f8edfeb2c9e9838b6f8fe2e9aebc5eeaa99
 SHA512 
189b53f6406dfd194dcbf23fa26e1e4b82b500a770803d6190006cbf4b8f2dd4894f02ca288496ba978b5e6bdb6284bc589c82605379d1388334bbd0c13837b2
-DIST vivaldi-snapshot-3.2.1959.3_p1-arm64.deb 64105704 BLAKE2B 
e4079252ba4ee183457efed529dcfdaf4ea71f443dd32ccda82103f1944799a770a986b3ed64fb3a29514a93a05aa770acbceb933acdc1e5c0d5ada5375a5fd3
 SHA512 
03a9f6cd2fe2ee23f87e66de9dfed39b38bd008d93e9962ed4f0a14ec5843bac54bcd074fd7b2c6164c7e025ef29f6a8400388133274ff84689bd73f407a0ab5
-DIST vivaldi-snapshot-3.2.1959.3_p1-armhf.deb 63622548 BLAKE2B 
2f4301ea84654c07fe6f37d4b004332ae5976da293dd042e01c1209e5c81ed229e1968cfcab71101b3feb341e2e011c7d1d780559b1c7e5411f3d7ae95df2d67
 SHA512 
a3be2cb7121df3c11b263f18333fd1a140a80c845c4cac6bfefc2005c7bfe18a02d9a54da3390554ffe94ba32d376406adad8aa7412d7015532f2fffd6ae5411
-DIST vivaldi-snapshot-3.2.1959.3_p1-i386.deb 70144276 BLAKE2B 
e00c1f233340c33254147465d37edb75933bec9f48e14c0bcbb5d33c7eed3d83688fe7e1b2a6a1f80fd11adb8bbad5ceac266b51cf2dee059c25616b082498f2
 SHA512 
95038df8fb53a4539038c475a22784025298f8291cdf25a3056f34421a68b4cb045f66f27339f6c313a49a05981eb85914bab8199d6bf61442baf677b0713f48
-DIST vivaldi-snapshot-3.2.1964.3_p1-amd64.deb 71893684 BLAKE2B 
8c180e90c7c354187dc0fe59593cfef14417cab232869b2eb57ca63a322475d3d3358db63a884139bcb549358c7a382c3b2a4fbf169d49e58c30aff346b1f837
 SHA512 
d9cad6464a393bcb108a037661fec3ff2cdb8aad31e01012c3c3c0413975c6999defcd280087e0cb0799e1740551c83ca0a8fd5b701a4c3f4beed1dc613cf778
-DIST vivaldi-snapshot-3.2.1964.3_p1-arm64.deb 64179828 BLAKE2B 
15760e21388f9b84da5dd771135643114e9eb87c3614290e3bc8728350610aed83e247a3c7bd190942a0295308a433b2ffa2ba9617a201f47e9ee0603dd0da42
 SHA512 
f4d8479d7d81ab70ee5681ed3d28f27ec2826b14d337b827d73fb0f43ca0c0c08f7b342ae2e452d8c9a0fd2c7dc18e9d6a1efa3406a5863e5c6c9d5ba2b547b9
-DIST vivaldi-snapshot-3.2.1964.3_p1-armhf.deb 63705024 BLAKE2B 
afd2c25bfa868e2f0600bc6aba0d7728ffe6774d96b73e5dbeb4bf2b78b9ee8030189d907fbb18f8c3954a4a97120cc14847c747c9d546d4ccd7c7d38daa4337
 SHA512 
1f2daa45fb964bfe6a24b3dcc989a943aa6a7db09c20472e9e10a28538c253f4517976534d7066961a23d500eab7549beb2a15f61b804d882b45e08715c01280
-DIST vivaldi-snapshot-3.2.1964.3_p1-i386.deb 70208180 BLAKE2B 
0f064abc0ac5ea561af039f9c7cbb3ba6b6bcb64d2939325a279cabdfc85e72361059b2bfecc08e19155903b372c47093f9be30273ff503bcc03891ce5fe3227
 SHA512 

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

2020-08-05 Thread Jeroen Roovers
commit: 7eafdb5446a887a69348f111caf3f768a31edbc1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug  5 17:06:49 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug  5 17:08:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eafdb54

www-client/opera-developer: Old

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

 www-client/opera-developer/Manifest|   4 -
 .../opera-developer-71.0.3735.0.ebuild | 115 -
 .../opera-developer-71.0.3742.0.ebuild | 115 -
 .../opera-developer-71.0.3749.0.ebuild | 115 -
 .../opera-developer-71.0.3756.0.ebuild | 115 -
 5 files changed, 464 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index ee64b754eda..7bfe3d1f94d 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,6 +1,2 @@
-DIST opera-developer_71.0.3735.0_amd64.deb 67521252 BLAKE2B 
0e5df62a5e6a816475931457368bb142a3018a8e526d79d18f2c8246c09ef7daab0b76b53adf0389b8d75de8d82527ca1b71371d27c7ab4e8ed2c4f7ed6767dc
 SHA512 
0c0c0a30fdaa6f2567e3c35d22b64b48b4126d11d422c42c89599b29a839d83c71b48dd4e853c90308e3800d787255fa373e86d088ae4cfc80cc5c0e2d91f91e
-DIST opera-developer_71.0.3742.0_amd64.deb 67574880 BLAKE2B 
3b878ba41696858c0600534b89840bfe11443a4e859931434f888a37d1c9e846cf7dd5f43f8c84ea6b1064be7bb53049254935a87418f87f9fdf43bebb6149ae
 SHA512 
b93c0fff4cf3ff8f21685392137a5d1b9a147dd16d0e44874572e3cf1835a858ac4b9dad472661dc1a583cd7e6a1c4b07fb94657187220a24bae9e3cd2b201c5
-DIST opera-developer_71.0.3749.0_amd64.deb 67691960 BLAKE2B 
7f9a5a0a14d2dbc36d3771b101633b5b26b10e48c480ecc03c591e0e92d88772e6e27941183aba14a4e770367fccab8867099ea8473ca3efe3331adabddfde43
 SHA512 
ec4240f969018dc599f212a191587eeefa730f789eafda61c734a0ecd623d5899887fcfb844c35492fa3bb93e7aa88406d9b45e243e43aaf23bd2c14653fc4ac
-DIST opera-developer_71.0.3756.0_amd64.deb 67772036 BLAKE2B 
367035f5046ff03d87ded6eb0be40ee5398fb149229b4f9584e912c0485979b03ffb6865c27b8ee8b45c04d58f6eff8cb2f730e68ac878394a2542ebc25248fa
 SHA512 
dc9f409bf6104548ed9754e1c1506d8c9cbc48c3a628f0ebf5453a429af210d801ee586afa8f558e2d702ac28b71fe1253408ad97323b964a6a5fc19aee84609
 DIST opera-developer_71.0.3763.0_amd64.deb 67783224 BLAKE2B 
95f28d165f2b52d3dbdd52ce3f312952f1cfb483d96defd38f4b6e51b54f02b5ef45133d97b11b56dd4c6da1b1b9eb3a66cf5dcb84d8f7f661a0169fbb98a069
 SHA512 
04bd8afb6fd5af08b85197f4c2346e5e42b8699019a8772c9e377107a9c66d4f487b6d2a1895120693f36574a9bab01e882f07da9f1991674529e5344efe5f4e
 DIST opera-developer_71.0.3770.0_amd64.deb 67803612 BLAKE2B 
8e7e7f0e69494b43cd8b4f1f721cc87871a1c9642be9a059ffc56b922f64331329fc90773bbaba325478906a29ed8dbd3db9c70856a49194701956b4abf82b64
 SHA512 
45d6b787f33a96fd035c57ae05252438eeff6578950ba88e8363be789c0216812f793ff56e278f70024f01fe8d71a777f6cd46115691c97363f1d5aa4ccb0c63

diff --git a/www-client/opera-developer/opera-developer-71.0.3735.0.ebuild 
b/www-client/opera-developer/opera-developer-71.0.3735.0.ebuild
deleted file mode 100644
index 837674712ea..000
--- a/www-client/opera-developer/opera-developer-71.0.3735.0.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   https://download1.operacdn.com/pub/
-   https://download2.operacdn.com/pub/
-   https://download3.operacdn.com/pub/
-   https://download4.operacdn.com/pub/
-"
-SRC_URI="amd64? ("
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
-"
-done
-SRC_URI+=")"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-pkg_setup() {
-   

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

2020-08-05 Thread Jeroen Roovers
commit: 9542be709fe8389a6052c464ac640ac6dd5432bc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug  5 17:07:34 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug  5 17:08:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9542be70

www-client/opera: Old

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

 www-client/opera/Manifest  |   2 -
 www-client/opera/opera-69.0.3686.77.ebuild | 110 -
 www-client/opera/opera-70.0.3728.71.ebuild | 110 -
 3 files changed, 222 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index ee5a16457c0..986fb2e6fbb 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,3 +1 @@
-DIST opera-stable_69.0.3686.77_amd64.deb 66216000 BLAKE2B 
e9f567fa5bb93c68068786ebf114a5805bc70e2bbc226a4541ab1eb803e639eab3eef1476e862644f676c248a6bbece81c8447e0577ea9fe3f43092b5aac9672
 SHA512 
ec283dce194827f7fc62918faca052091de4235e5b4e61f4125998e65b1c0d7ec59ce03aa035075c5a03bee9f49443db5319e73cd6b70f97a739e0fca2390872
-DIST opera-stable_70.0.3728.71_amd64.deb 67391396 BLAKE2B 
747f90cfe052193f9794d14fc2f74b2ea535402a1bc9c6bb9e5a39806654be63599447e382794d681a2045386269d6b249c571386fc588171350239dbfbfc471
 SHA512 
2c35185fad60c40154fecb844d7ef4f0142081e5b94d251035bc51f9be1083d1206205dd6c52fc6e9879ee514755a1a3b08057f8065135743b59ffb42f75c6d1
 DIST opera-stable_70.0.3728.95_amd64.deb 67362436 BLAKE2B 
c3c8491f2ea9a838e9f8b9e94264b35d039c19744e73b0bc1f298a78a1e6f46d7b2203817c54f459aa7b25d353b2e33b39f2d4da83fd03a3b3f85e97da35
 SHA512 
724a7640f791ce7486fe0e8ce8dae1ad5f1e278e00de81a67ce0c19f4c6dc470ca72c634988ced934fb582e17e2fef8173f4d60fd64f9ee7c72cdd6b86af7b93

diff --git a/www-client/opera/opera-69.0.3686.77.ebuild 
b/www-client/opera/opera-69.0.3686.77.ebuild
deleted file mode 100644
index fb69b98489d..000
--- a/www-client/opera/opera-69.0.3686.77.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-
-"
-inherit chromium-2 multilib unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   https://download1.operacdn.com/pub/
-   https://download2.operacdn.com/pub/
-   https://download3.operacdn.com/pub/
-   https://download4.operacdn.com/pub/
-"
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
-"
-done
-KEYWORDS="amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   default
-
-   OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}-stable/copyright || die
-   mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
-   gunzip usr/share/doc/${PF}/changelog.gz || die
-
-   pushd "${OPERA_HOME}"/localization > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   rm "${OPERA_HOME}"/${PN}_autoupdate || die
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /"${OPERA_HOME}"/opera_sandbox
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   xdg_mimeinfo_database_update
-}

diff --git a/www-client/opera/opera-70.0.3728.71.ebuild 
b/www-client/opera/opera-70.0.3728.71.ebuild
deleted file mode 

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

2020-08-05 Thread Jeroen Roovers
commit: 051a55fc3086423cddb778903426a00a6e5bc5db
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug  5 17:04:38 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug  5 17:08:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051a55fc

www-client/vivaldi: Old

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

 www-client/vivaldi/Manifest  |   4 -
 www-client/vivaldi/vivaldi-3.1.1929.48_p1.ebuild | 125 ---
 2 files changed, 129 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index d6805148685..bba63302b46 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,7 +1,3 @@
-DIST vivaldi-3.1.1929.48_p1-amd64.deb 71032864 BLAKE2B 
e638ce8d6d62d7a477d9ecaa56ae20941a99b9f687c99b7233a09b22cccfa666f7bb79598ebaa3c0c8abf75f1d7b5e61fe1aa541886d9e503c47662ec3897e1e
 SHA512 
b829e943b07b62d6c2c274919f10121d92e4208ddea7a0f1cda5d9de9af8ee9134f93178af0a5479bca4324a169b5d388d5a77ccd45cc15a68f0ec3e4ba431d0
-DIST vivaldi-3.1.1929.48_p1-arm64.deb 63480420 BLAKE2B 
d2ac7936747e3b491b81647658ced0db6915ec8d71a4b817de8f64915286880b3a2c6b1221c2a581700c7c0d70fd430de2eaf7e1881238bcd537f3150571daeb
 SHA512 
6e04590e34a3dd0fc2897b8ff285cb19362582cd0f5d696cec63a6450e437399c709c98672794e32f67354bbf088acb855bb79f4ad058a6ba38247675052023f
-DIST vivaldi-3.1.1929.48_p1-armhf.deb 62932908 BLAKE2B 
4e013731a762fc2a09af47d8d2aa2e9c76c97ec53ac561d859a08e5ad714f8d598bfef64ef9cfdb4997261d051972ca34d9cb13722203f9b17d9ca279356acd4
 SHA512 
685f3eb9f9a6d4449caa322c5931b36d0acdc2916c56c8df1c0c77b1a1e30328dfdf14e03e37e7ad964efc286af01b9e919095f2c5acc2d017a61bb89f4eed91
-DIST vivaldi-3.1.1929.48_p1-i386.deb 69411320 BLAKE2B 
94859a65221052f80e36f9903de6075c372a95d00f92e581183483a273f247c763ea4d586e47c403b8528f355ef7cc27a19cfbe910f68f02f101cbdf6f5ba5bb
 SHA512 
5c96a07a7269272fa15ba5388d11e3330b3d611a070e4425f1a53cc920556d21eaeff69d54af077661cae7f19d1f266ad067d62af12c1a3d4cb5af87fb2c02f6
 DIST vivaldi-3.2.1967.41_p1-amd64.deb 71962128 BLAKE2B 
5bbc16da29cc901381b6009dd64a9a1a51eddf5d6d7a94cf20b8de93ba49e0eb9cd5593e4f191ebbd34af3258a9a11a32554d15953c27565335d1015d7cd200d
 SHA512 
39822d917fee31ce351eac3279a7efea0aa9886c1f69655b7b9caab6db9a5c698a3e7b3f193cf0e41ce4ca3f76e0fa75fa41500d56fa3569130f71dd595e288c
 DIST vivaldi-3.2.1967.41_p1-arm64.deb 64193856 BLAKE2B 
d2c72c55f8bc9414c325683ba001f91edb59fe7103f8a4599bf35ab87988b89511cece6fcd535c7db33ca6c9c68ced745794a6bcdcc7a84e417cf53d34f2b401
 SHA512 
747c1de2118a1c2760fba38ed93d2f92245971d33f23fa8728b9607c3f50baf9f1b40155c2dce9e5de8944d9383c60bc714d5b787fd8fdd43012c613a1aff377
 DIST vivaldi-3.2.1967.41_p1-armhf.deb 63720968 BLAKE2B 
cadb74682e28dc3a5b9ff4700aaec5bcdbe9c8b60d06c15696fe566eec105475a84f0bdeb0a27b3ddcb74240c1535f2a82564b6f6bd290eae00842d38b67aff2
 SHA512 
91766af814953518aeec766a23b3bb6cc753441d7b7d416ee0a90ac3771bf79ff08d07bf0dc25e2728e0db4c61312becaf4d1a91bdabc57154911f4ac2eb4b9c

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

[gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools-ng/

2020-08-05 Thread Matt Turner
commit: 59c4a8cf5b971110349931f8589cddc375149923
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Aug  5 16:37:51 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Aug  5 16:44:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c4a8cf

sys-fs/squashfs-tools-ng: Version bump to 1.0.1

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

 sys-fs/squashfs-tools-ng/Manifest  |  1 +
 .../squashfs-tools-ng-1.0.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/sys-fs/squashfs-tools-ng/Manifest 
b/sys-fs/squashfs-tools-ng/Manifest
index 9e06bf6abec..ec198d9b12e 100644
--- a/sys-fs/squashfs-tools-ng/Manifest
+++ b/sys-fs/squashfs-tools-ng/Manifest
@@ -1,2 +1,3 @@
 DIST squashfs-tools-ng-0.9.1.tar.xz 1026036 BLAKE2B 
3e0a0acf5b11ea42bad2149a9b97442739f1eceacfc0f5b009403d4616fcd02d69082e2e0721be3a1d6d9ba67ce6287b12ea13fba6409cb751e844f5d48ce7ea
 SHA512 
eb550430917f267ec1ef1d11795167a6893031fc184f914170679cd24c16930a8f73a2b04a349ce1602e80a327957db7935369965a892fbe4904b6e01bb48b5c
 DIST squashfs-tools-ng-1.0.0.tar.xz 1079912 BLAKE2B 
b7a9e4cafc31c0058d73b1a8b69125f92d753214f6e9f0372558271bbd8df163d9b3bf3fea45b96da5044c86e75affc2bfd27826d3725a35fbb417e443cf6ccb
 SHA512 
536f12aa53214f88739cea0d26c55e04434c284935ff1d59ee8f5108acd92fc11e800e42e3a112524d09dbd1fa50c4f15c3211ff5d02ae50b7fa137600d2ae15
+DIST squashfs-tools-ng-1.0.1.tar.xz 1079720 BLAKE2B 
efc4d715c65d42876d5ac51364d195267c6bc6c2219fea5746231bc4efbd9adac3fa23ea58f837da8610179f3d96ec9422efebe4ae231f4ab243cf948e64fa9b
 SHA512 
3b597b7bf654c6897e04dc6c18cec6034a8f0c0fe070c8d6eb3c8f4a06f4ab2ea8c970ac18c12f05ccb3015cf911790e945798a34361fdb7d1a442a1ca646a04

diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.0.1.ebuild 
b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.0.1.ebuild
new file mode 100644
index 000..79c567828dd
--- /dev/null
+++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.0.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A new set of tools for working with SquashFS images"
+HOMEPAGE="https://github.com/AgentD/squashfs-tools-ng;
+if [[ ${PV} = * ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/AgentD/${PN}.git;
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz;
+fi
+
+LICENSE="LGPL-3+ tools? ( GPL-3+ )"
+SLOT="0"
+IUSE="lz4 lzo selinux +tools +xz zstd"
+
+DEPEND="
+   sys-libs/zlib:=
+   lz4? ( app-arch/lz4:= )
+   lzo? ( dev-libs/lzo:= )
+   xz?  ( app-arch/xz-utils:= )
+   selinux? ( sys-libs/libselinux:= )
+   zstd?( app-arch/zstd:= )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --disable-static
+   $(use_with lz4)
+   $(use_with lzo)
+   $(use_with selinux)
+   $(use_with tools)
+   $(use_with xz)
+   $(use_with zstd)
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools-ng/, sys-fs/squashfs-tools-ng/files/

2020-08-05 Thread Matt Turner
commit: e7258ea623a87d533f0860c5d298dc2e74c5fc8a
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Aug  5 16:39:13 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Aug  5 16:44:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7258ea6

sys-fs/squashfs-tools-ng: Drop old versions

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

 sys-fs/squashfs-tools-ng/Manifest  |  2 -
 ...0-extras-Pass-flags-argument-to-fix-build.patch | 65 --
 .../squashfs-tools-ng-0.9.1.ebuild | 51 -
 .../squashfs-tools-ng-1.0.0.ebuild | 55 --
 4 files changed, 173 deletions(-)

diff --git a/sys-fs/squashfs-tools-ng/Manifest 
b/sys-fs/squashfs-tools-ng/Manifest
index ec198d9b12e..3c4ad20a177 100644
--- a/sys-fs/squashfs-tools-ng/Manifest
+++ b/sys-fs/squashfs-tools-ng/Manifest
@@ -1,3 +1 @@
-DIST squashfs-tools-ng-0.9.1.tar.xz 1026036 BLAKE2B 
3e0a0acf5b11ea42bad2149a9b97442739f1eceacfc0f5b009403d4616fcd02d69082e2e0721be3a1d6d9ba67ce6287b12ea13fba6409cb751e844f5d48ce7ea
 SHA512 
eb550430917f267ec1ef1d11795167a6893031fc184f914170679cd24c16930a8f73a2b04a349ce1602e80a327957db7935369965a892fbe4904b6e01bb48b5c
-DIST squashfs-tools-ng-1.0.0.tar.xz 1079912 BLAKE2B 
b7a9e4cafc31c0058d73b1a8b69125f92d753214f6e9f0372558271bbd8df163d9b3bf3fea45b96da5044c86e75affc2bfd27826d3725a35fbb417e443cf6ccb
 SHA512 
536f12aa53214f88739cea0d26c55e04434c284935ff1d59ee8f5108acd92fc11e800e42e3a112524d09dbd1fa50c4f15c3211ff5d02ae50b7fa137600d2ae15
 DIST squashfs-tools-ng-1.0.1.tar.xz 1079720 BLAKE2B 
efc4d715c65d42876d5ac51364d195267c6bc6c2219fea5746231bc4efbd9adac3fa23ea58f837da8610179f3d96ec9422efebe4ae231f4ab243cf948e64fa9b
 SHA512 
3b597b7bf654c6897e04dc6c18cec6034a8f0c0fe070c8d6eb3c8f4a06f4ab2ea8c970ac18c12f05ccb3015cf911790e945798a34361fdb7d1a442a1ca646a04

diff --git 
a/sys-fs/squashfs-tools-ng/files/squashfs-tools-ng-1.0.0-extras-Pass-flags-argument-to-fix-build.patch
 
b/sys-fs/squashfs-tools-ng/files/squashfs-tools-ng-1.0.0-extras-Pass-flags-argument-to-fix-build.patch
deleted file mode 100644
index e61d881c74b..000
--- 
a/sys-fs/squashfs-tools-ng/files/squashfs-tools-ng-1.0.0-extras-Pass-flags-argument-to-fix-build.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From 4c10a491a2ddfcdc3226431a71aefd6ca71135d4 Mon Sep 17 00:00:00 2001
-From: Matt Turner 
-Date: Sat, 13 Jun 2020 11:05:49 -0700
-Subject: [PATCH] extras: Pass flags argument to fix build
-
-Missed in commit 259a98985b4f (Add flags to functions that might
-logically be expanded in the future)
-
-Signed-off-by: Matt Turner 

- extras/browse.c | 10 +-
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/extras/browse.c b/extras/browse.c
-index ef4e223..86ce788 100644
 a/extras/browse.c
-+++ b/extras/browse.c
-@@ -63,7 +63,7 @@ static void list_directory(const char *dirname)
- 
-   /* Get the directory inode we want to dump and open the directory */
-   if (dirname == NULL) {
--  ret = sqfs_dir_reader_open_dir(dr, working_dir);
-+  ret = sqfs_dir_reader_open_dir(dr, working_dir, 0);
-   if (ret)
-   goto fail_open;
-   } else if (*dirname == '/') {
-@@ -74,7 +74,7 @@ static void list_directory(const char *dirname)
-   if (ret)
-   goto fail_resolve;
- 
--  ret = sqfs_dir_reader_open_dir(dr, inode);
-+  ret = sqfs_dir_reader_open_dir(dr, inode, 0);
-   free(inode);
-   if (ret)
-   goto fail_open;
-@@ -84,7 +84,7 @@ static void list_directory(const char *dirname)
-   if (ret)
-   goto fail_resolve;
- 
--  ret = sqfs_dir_reader_open_dir(dr, inode);
-+  ret = sqfs_dir_reader_open_dir(dr, inode, 0);
-   free(inode);
-   if (ret)
-   goto fail_open;
-@@ -526,7 +526,7 @@ int main(int argc, char **argv)
-   }
- 
-   /* create a directory reader and get the root inode */
--  dr = sqfs_dir_reader_create(, cmp, file);
-+  dr = sqfs_dir_reader_create(, cmp, file, 0);
-   if (dr == NULL) {
-   fprintf(stderr, "%s: error creating directory reader.\n",
-   argv[1]);
-@@ -539,7 +539,7 @@ int main(int argc, char **argv)
-   }
- 
-   /* create a data reader */
--  data = sqfs_data_reader_create(file, super.block_size, cmp);
-+  data = sqfs_data_reader_create(file, super.block_size, cmp, 0);
- 
-   if (data == NULL) {
-   fprintf(stderr, "%s: error creating data reader.\n",
--- 
-2.26.2
-

diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.9.1.ebuild 
b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.9.1.ebuild
deleted file mode 100644
index 79c567828dd..000
--- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.9.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors

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

2020-08-05 Thread Thomas Deutschmann
commit: b8e750ed81ec7ade8266570cf8e53c6c436c5767
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug  5 16:36:56 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug  5 16:36:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e750ed

dev-db/innotop: drop old

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

 dev-db/innotop/Manifest  |  2 --
 dev-db/innotop/innotop-1.11.1.ebuild | 27 ---
 dev-db/innotop/innotop-1.11.4.ebuild | 27 ---
 3 files changed, 56 deletions(-)

diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest
index fdab76e8375..cd0a7d3c473 100644
--- a/dev-db/innotop/Manifest
+++ b/dev-db/innotop/Manifest
@@ -1,3 +1 @@
-DIST innotop-1.11.1.tar.gz 178295 BLAKE2B 
d863ca92baf30d8570116892bbb3587233bfaf01cd7a3e20d659a0c6f39016c7f735961a94f2b63db2db9f01ab4ed8f87a767157ec6d4b243790c3d2d33cf460
 SHA512 
49654e8ed81f5690c7e80fb169ad514caedb8d62e22bddc12cc234701875bc8ca7e2cc79061c10557d63dadbb40f2328a58b38dcf8aa60469c0c1558dbf0bed9
-DIST innotop-1.11.4.tar.gz 179683 BLAKE2B 
972a5304e97dd430ff59f1683da782b23633a82c47491704b42d46036ca30458ec961b2e071d983905217d18007430f9732e65de2fabf72bf05838af259d30ab
 SHA512 
678d57074fd4fc87c93032052b87dc187cfe273e99fef8ec8f93131f8d885613bacda7b900f56e7572a6cc51c36c26fe1968e55dd1736b8509fb6e269c9d2aff
 DIST innotop-1.12.0.tar.gz 182854 BLAKE2B 
1470f21fe7882e920966a856365586c37461c955f0d07ea72a9bffa16b1a112fe5daa2dec585f888c90570d28f9af4e5a36910bf892cc4f69abd044a4494
 SHA512 
bc650cd8fb5e5b83f12c852802d676500d7241fe0beaa2a67c3dcca90ab06f329f0a6750789b6097ab201630b9ecf494159086d904ce7c1cfe7aefb5a635

diff --git a/dev-db/innotop/innotop-1.11.1.ebuild 
b/dev-db/innotop/innotop-1.11.1.ebuild
deleted file mode 100644
index cdc2f369ac5..000
--- a/dev-db/innotop/innotop-1.11.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit perl-module
-
-DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
-HOMEPAGE="https://github.com/innotop/innotop;
-SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-perl/DBI
-   dev-perl/DBD-mysql
-   dev-perl/TermReadKey
-   virtual/perl-Term-ANSIColor
-   virtual/perl-Time-HiRes"
-
-DIST_TEST="do parallel"
-
-src_install() {
-   perl-module_src_install
-}

diff --git a/dev-db/innotop/innotop-1.11.4.ebuild 
b/dev-db/innotop/innotop-1.11.4.ebuild
deleted file mode 100644
index bb3180d850d..000
--- a/dev-db/innotop/innotop-1.11.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit perl-module
-
-DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
-HOMEPAGE="https://github.com/innotop/innotop;
-SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-perl/DBI
-   dev-perl/DBD-mysql
-   dev-perl/TermReadKey
-   virtual/perl-Term-ANSIColor
-   virtual/perl-Time-HiRes"
-
-DIST_TEST="do parallel"
-
-src_install() {
-   perl-module_src_install
-}



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

2020-08-05 Thread Thomas Deutschmann
commit: 4345009f526408a141c6d2817c8363369623147a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug  5 16:28:45 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug  5 16:28:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4345009f

dev-db/mysql++: drop old

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

 dev-db/mysql++/Manifest|   3 -
 dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch   |  11 -
 dev-db/mysql++/files/mysql++-3.2.3-as-needed.patch | 254 -
 .../mysql++/files/mysql++-3.2.3-mariadb-10.2.patch |  29 ---
 dev-db/mysql++/files/mysql++-3.2.4-as-needed.patch | 178 ---
 dev-db/mysql++/mysql++-2.3.2-r1.ebuild |  49 
 dev-db/mysql++/mysql++-3.2.3-r1.ebuild |  55 -
 dev-db/mysql++/mysql++-3.2.4.ebuild|  61 -
 8 files changed, 640 deletions(-)

diff --git a/dev-db/mysql++/Manifest b/dev-db/mysql++/Manifest
index 9306eee95b2..620a479d9d3 100644
--- a/dev-db/mysql++/Manifest
+++ b/dev-db/mysql++/Manifest
@@ -1,4 +1 @@
-DIST mysql++-2.3.2.tar.gz 1627115 BLAKE2B 
058ed41485474e4283a7200aa57398e85162f697f017ccfde7974b85457bb827d17bfdd522ef46818d42a75751a0eeb6ade39ded73e0265ee6811eb2769df3ea
 SHA512 
b546c8369550e541c1a0b1b0e301fdd298a771cb709ad6c6ea3450a8f8bbe7533989a82d1c19cd9bf9a261d7a1fc4c3760919d3d5e3e43b5d698b75b7abf07f7
-DIST mysql++-3.2.3.tar.gz 3241023 BLAKE2B 
5faa5711c7ed7c64346013bd1ca6e7dc20e5b23d33983a719c892bbd1002f3986206df6cfef54316f11aa480f18dbc0a2cf6944f9572f3a7dca24cdb73099eb9
 SHA512 
b6b0a9856ede9e5e08be0f5ed1689b1256f8cf31c3afbb9c9e7f68d0734380e25909ef31cd04be6b253c86b2f881df10f3793a2d3e32042375dbbab4b0700d0a
-DIST mysql++-3.2.4.tar.gz 4594696 BLAKE2B 
7e0553b0e22bb3607a914fc7756ec192465af546749b0147a97558fb3d397e504f4552dcbc783f5bcc934e51fd1dac863e5479c4af3053d394a51c94cd825ee0
 SHA512 
69e23c211240854b59951bdb1cecc57f2f818d822a977942177e65195900dbdcc62d598c3e90c18f4a0a37e5340df7a149719c45b791de59c03d1f1259c5f4fd
 DIST mysql++-3.2.5.tar.gz 4748218 BLAKE2B 
ffceddb360cf6f0f38b7647f68e52ad9b659642c598c2aab7736813bf61d07316900d843749c2f9f4c753bd2087711ca712cc430f12b3a475c63ae3e5b11aff7
 SHA512 
5fa042a350322fa74afa28dc5e53f15cad32517001ab817493bf0d13a64e6559712f5e61184ef38a97bc8fe69f8732aaf436bc5d1663e4873f8baebee2e00892

diff --git a/dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch 
b/dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch
deleted file mode 100644
index f9456e8f88e..000
--- a/dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur mysql++-2.3.2-orig/lib/const_string.h 
mysql++-2.3.2/lib/const_string.h
 mysql++-2.3.2-orig/lib/const_string.h  2008-03-22 16:16:39.0 
-0600
-+++ mysql++-2.3.2/lib/const_string.h   2008-03-22 16:18:47.0 -0600
-@@ -35,6 +35,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- namespace mysqlpp {
- 

diff --git a/dev-db/mysql++/files/mysql++-3.2.3-as-needed.patch 
b/dev-db/mysql++/files/mysql++-3.2.3-as-needed.patch
deleted file mode 100644
index f4172076eec..000
--- a/dev-db/mysql++/files/mysql++-3.2.3-as-needed.patch
+++ /dev/null
@@ -1,254 +0,0 @@
 a/Makefile.in
-+++ b/Makefile.in
-@@ -529,87 +529,87 @@
-   $(RANLIB) $@
- 
- ssqlsxlat$(EXEEXT): $(SSQLSXLAT_OBJECTS) 
$(DLLPREFIX)mysqlpp$(__mysqlpp___targetsuf3) 
$(LIBPREFIX)mysqlpp_ssqls2parse$(LIBEXT)
--  $(CXX) -o $@ $(SSQLSXLAT_OBJECTS)-L@MYSQL_C_LIB_DIR@ -L. 
-l@MYSQL_C_LIB_NAME@ @PTHREAD_LIBS@ @MYSQLPP_EXTRA_LIBS@ $(LDFLAGS)  -lmysqlpp 
-lmysqlpp_ssqls2parse -lmysqlpp $(LIBS)
-+  $(CXX) -o $@ $(SSQLSXLAT_OBJECTS) $(LDFLAGS) -L. -lmysqlpp 
-lmysqlpp_ssqls2parse -lmysqlpp $(LIBS) -L@MYSQL_C_LIB_DIR@ 
-l@MYSQL_C_LIB_NAME@ @PTHREAD_LIBS@ @MYSQLPP_EXTRA_LIBS@
-   
-   $(__ssqlsxlat___mac_setfilecmd)
- 
- test_array_index$(EXEEXT): $(TEST_ARRAY_INDEX_OBJECTS) 
$(DLLPREFIX)mysqlpp$(__mysqlpp___targetsuf3)
--  $(CXX) -o $@ $(TEST_ARRAY_INDEX_OBJECTS)-L@MYSQL_C_LIB_DIR@ -L. 
-l@MYSQL_C_LIB_NAME@ @PTHREAD_LIBS@ @MYSQLPP_EXTRA_LIBS@ $(LDFLAGS)  -lmysqlpp 
$(LIBS)
-+  $(CXX) -o $@ $(TEST_ARRAY_INDEX_OBJECTS) $(LDFLAGS) -L. -lmysqlpp 
$(LIBS) -L@MYSQL_C_LIB_DIR@ -l@MYSQL_C_LIB_NAME@ @PTHREAD_LIBS@ 
@MYSQLPP_EXTRA_LIBS@
-   
-   $(__test_array_index___mac_setfilecmd)
- 
- test_cpool$(EXEEXT): $(TEST_CPOOL_OBJECTS) 
$(DLLPREFIX)mysqlpp$(__mysqlpp___targetsuf3)
--  $(CXX) -o $@ $(TEST_CPOOL_OBJECTS)-L@MYSQL_C_LIB_DIR@ -L. 
-l@MYSQL_C_LIB_NAME@ @PTHREAD_LIBS@ @MYSQLPP_EXTRA_LIBS@ $(LDFLAGS)  -lmysqlpp 
$(LIBS)
-+  $(CXX) -o $@ $(TEST_CPOOL_OBJECTS) $(LDFLAGS) -L. -lmysqlpp $(LIBS) 
-L@MYSQL_C_LIB_DIR@ -l@MYSQL_C_LIB_NAME@ @PTHREAD_LIBS@ @MYSQLPP_EXTRA_LIBS@
-   
-   $(__test_cpool___mac_setfilecmd)
- 
- test_datetime$(EXEEXT): $(TEST_DATETIME_OBJECTS) 
$(DLLPREFIX)mysqlpp$(__mysqlpp___targetsuf3)
--  $(CXX) -o $@ 

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

2020-08-05 Thread Sam James
commit: d715e498fa68782513bbe1648b557b0575ffac96
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 16:15:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 16:17:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d715e498

app-admin/syslog-ng: Stabilize 3.26.1-r1 arm64, #702032

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

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

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



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

2020-08-05 Thread Sam James
commit: 5be86a52c0f42a31a41da353b4b032fd90d1a07c
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 16:17:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 16:17:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be86a52

dev-python/pyzmq: Stabilize 19.0.1_p20200608 arm64, #734486

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

 dev-python/pyzmq/pyzmq-19.0.1_p20200608.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyzmq/pyzmq-19.0.1_p20200608.ebuild 
b/dev-python/pyzmq/pyzmq-19.0.1_p20200608.ebuild
index 25afeca08c1..9b8e49085f0 100644
--- a/dev-python/pyzmq/pyzmq-19.0.1_p20200608.ebuild
+++ b/dev-python/pyzmq/pyzmq-19.0.1_p20200608.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm arm64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="+draft"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: mail-mta/notqmail/

2020-08-05 Thread Sam James
commit: ed75e8b6c81f9257290d5b7e743699accdbcf406
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 16:15:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 16:17:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed75e8b6

mail-mta/notqmail: Keyword 1.08-r2 arm, #727256

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

 mail-mta/notqmail/notqmail-1.08-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/notqmail/notqmail-1.08-r2.ebuild 
b/mail-mta/notqmail/notqmail-1.08-r2.ebuild
index f6de8967357..f277610d306 100644
--- a/mail-mta/notqmail/notqmail-1.08-r2.ebuild
+++ b/mail-mta/notqmail/notqmail-1.08-r2.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/notqmail/notqmail.git;
inherit git-r3
 else
-   KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"

SRC_URI="https://github.com/notqmail/notqmail/releases/download/${P}/${P}.tar.xz;
 fi
 



[gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/

2020-08-05 Thread William Hubbs
commit: e1c5bed2a1581db97f3912eba2ae98a1122388df
Author: Kaarle Ritvanen  datakunkku  fi>
AuthorDate: Sat Apr 11 18:08:42 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug  5 16:13:10 2020 +
URL:
https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/commit/?id=e1c5bed2

udev-settle: fix timeout argument quoting

empty value resulted in "Extraneous argument" error

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

 init.d/udev-settle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/udev-settle b/init.d/udev-settle
index f6e0707..a5ceb93 100644
--- a/init.d/udev-settle
+++ b/init.d/udev-settle
@@ -12,6 +12,6 @@ depend() {
 start() {
ebegin "Waiting for uevents to be processed"
udevadm settle \
-   ${udev_settle_timeout:+--timeout=}"${udev_settle_timeout}"
+   ${udev_settle_timeout:+--timeout="${udev_settle_timeout}"}
eend $?
 }



[gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/

2020-08-05 Thread William Hubbs
commit: 99de14a98649cf119ce220dd1c9fba58b98cb3b2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Aug  4 19:31:16 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug  5 16:12:22 2020 +
URL:
https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/commit/?id=99de14a9

Allow udevd to be a symlink

As of systemd-246, systemd-udevd is a symlink to udevadm.

Bug: https://bugs.gentoo.org/734950
Reverts: b165050513894b3d600e8302bd68c7ba553fbb04
Signed-off-by: William Hubbs  gentoo.org>

 init.d/udev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/udev b/init.d/udev
index 4e618ca..6446344 100644
--- a/init.d/udev
+++ b/init.d/udev
@@ -19,7 +19,7 @@ get_udevd_binary() {
local bins
bins="/sbin/udevd /lib/systemd/systemd-udevd 
/usr/lib/systemd/systemd-udevd"
for f in ${bins}; do
-   if [ -x "$f" ] && [ ! -L "$f" ]; then
+   if [ -x "$f" ]; then
command="$f"
fi
done



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

2020-08-05 Thread Nick Sarnie
commit: 0da84a7d7dc6ed0c0cf0eadacaef2c5024ee673a
Author: Jan Seeger  thenybble  de>
AuthorDate: Mon Aug  3 15:14:18 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Wed Aug  5 16:09:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da84a7d

media-video/aegisub-: Updated wxGTK dependency slot to 3.0-gtk3

Signed-off-by: Jan Seeger  thenybble.de>
Closes: https://github.com/gentoo/gentoo/pull/16973
Signed-off-by: Nick Sarnie  gentoo.org>

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

diff --git a/media-video/aegisub/aegisub-.ebuild 
b/media-video/aegisub/aegisub-.ebuild
index c1f73d3373a..dedf8a1e858 100644
--- a/media-video/aegisub/aegisub-.ebuild
+++ b/media-video/aegisub/aegisub-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-WX_GTK_VER=3.0
+WX_GTK_VER=3.0-gtk3
 PLOCALES="ar be bg ca cs da de el es eu fa fi fr_FR gl hu id it ja ko nl pl 
pt_BR pt_PT ru sr_RS sr_RS@latin uk_UA vi zh_CN zh_TW"
 
 inherit autotools gnome2-utils l10n wxwidgets xdg-utils git-r3



[gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/files/, media-video/aegisub/

2020-08-05 Thread Nick Sarnie
commit: f1efe67d2c8cdc8ebbf688b587bd86146a054c60
Author: Jan Seeger  thenybble  de>
AuthorDate: Mon Aug  3 13:00:08 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Wed Aug  5 16:09:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1efe67d

media-video/aegisub-: Updated git ebuild.

Closes: https://bugs.gentoo.org/734916
Signed-off-by: Jan Seeger  thenybble.de>
Signed-off-by: Nick Sarnie  gentoo.org>

 media-video/aegisub/aegisub-.ebuild  | 12 ++--
 media-video/aegisub/files/aegisub--git.patch | 78 
 2 files changed, 84 insertions(+), 6 deletions(-)

diff --git a/media-video/aegisub/aegisub-.ebuild 
b/media-video/aegisub/aegisub-.ebuild
index 1e6debce1e8..c1f73d3373a 100644
--- a/media-video/aegisub/aegisub-.ebuild
+++ b/media-video/aegisub/aegisub-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 WX_GTK_VER=3.0
-PLOCALES="ar bg ca cs da de el es eu fa fi fr_FR gl hu id it ja ko nl pl pt_BR 
pt_PT ru sr_RS sr_RS@latin uk_UA vi zh_CN zh_TW"
+PLOCALES="ar be bg ca cs da de el es eu fa fi fr_FR gl hu id it ja ko nl pl 
pt_BR pt_PT ru sr_RS sr_RS@latin uk_UA vi zh_CN zh_TW"
 
 inherit autotools gnome2-utils l10n wxwidgets xdg-utils git-r3
 
@@ -52,9 +52,7 @@ DEPEND="${RDEPEND}
 REQUIRED_USE="|| ( alsa openal oss portaudio pulseaudio )"
 
 PATCHES=(
-   
"${FILESDIR}/3.2.2_p20160518/${PN}-3.2.2_p20160518-fix-system-luajit-build.patch"
-   
"${FILESDIR}/3.2.2_p20160518/${PN}-3.2.2_p20160518-respect-compiler-flags.patch"
-   
"${FILESDIR}/3.2.2_p20160518/${PN}-3.2.2_p20160518-fix-boost170-build.patch"
+   "${FILESDIR}/${P}-git.patch"
 )
 
 src_prepare() {
@@ -94,12 +92,14 @@ src_configure() {
$(use_with pulseaudio libpulse)
$(use_with spell hunspell)
$(use_with uchardet)
+   --disable-compiler-flags
)
econf "${myeconfargs[@]}"
 }
 
 src_compile() {
-   emake
+   # Concurrent builds seem to break the build process.
+   emake -j1
 }
 
 src_test() {

diff --git a/media-video/aegisub/files/aegisub--git.patch 
b/media-video/aegisub/files/aegisub--git.patch
new file mode 100644
index 000..80fd243703b
--- /dev/null
+++ b/media-video/aegisub/files/aegisub--git.patch
@@ -0,0 +1,78 @@
+diff --git a/Makefile.target b/Makefile.target
+index 516ef3c24..65de0e767 100644
+--- a/Makefile.target
 b/Makefile.target
+@@ -79,13 +79,13 @@ endif
+ all: $(LIB_TARGETS)
+ 
+ clean:
+-  $(BIN_RM) -f $(OBJ) $(CLEANFILES) $(LIB_TARGETS)
++  $(BIN_RM) -f -- $(OBJ) $(CLEANFILES) $(LIB_TARGETS)
+ 
+ distclean: clean
+-  $(BIN_RM) -rf $(DISTCLEANFILES) $(DEP)
++  $(BIN_RM) -rf -- $(DISTCLEANFILES) $(DEP)
+ 
+ depclean: clean
+-  $(BIN_RM) -rf $(DEP)
++  $(BIN_RM) -rf -- $(DEP)
+ 
+ install:
+ 
+diff --git a/header.mk b/header.mk
+index 613b38ff1..2c238e125 100644
+--- a/header.mk
 b/header.mk
+@@ -5,15 +5,13 @@ TOP := $(abspath $(dir $(lastword $(MAKEFILE_LIST/
+ include $(TOP)Makefile.inc
+ 
+ subdirs := \
+-  automation \
+   libaegisub \
+   packages/desktop \
+   po \
+   src \
+   tests \
+-  tools \
+   vendor/luabins \
+-  vendor/luajit
++  tools
+ 
+ subdirs := $(addprefix $(TOP),$(addsuffix /Makefile,$(subdirs)))
+ 
+diff --git a/m4macros/ac_agi.m4 b/m4macros/ac_agi.m4
+index e45a54767..1bd0120ed 100644
+--- a/m4macros/ac_agi.m4
 b/m4macros/ac_agi.m4
+@@ -20,12 +20,14 @@ AC_DEFUN([AC_AGI_LINK],[
+   aegisub_save_CPPFLAGS="$CPPFLAGS"
+   CPPFLAGS="$CPPFLAGS $4"
+   LIBS="$LIBS $5"
++  AC_LANG_PUSH(C++)
+   AC_CHECK_HEADER([$3], [agi_cv_header="yes"], [agi_cv_header="no"])
+   AS_IF([test "x$agi_cv_header" = xyes],
+ [AC_CACHE_CHECK(
+   [whether $1 works], [agi_cv_with_$2],
+   [AC_LINK_IFELSE([AC_LANG_SOURCE([$6])], [eval 
agi_cv_with_$2="yes"], [eval agi_cv_with_$2="no"])])]
+ [eval agi_cv_with_$2="no"])
++  AC_LANG_POP(C++)
+   CPPFLAGS="$aegisub_save_CPPFLAGS"
+   LIBS="$aegisub_save_LIBS"
+ ])
+diff --git a/src/libresrc/libresrc.cpp b/src/libresrc/libresrc.cpp
+index 79dc0f16c..8648d2987 100644
+--- a/src/libresrc/libresrc.cpp
 b/src/libresrc/libresrc.cpp
+@@ -22,9 +22,10 @@
+ 
+ wxBitmap libresrc_getimage(const unsigned char *buff, size_t size, double 
scale, int dir) {
+   wxMemoryInputStream mem(buff, size);
++auto img = wxImage(mem);
+   if (dir != wxLayout_RightToLeft)
+-  return wxBitmap(wxImage(mem), -1, scale);
+-  return wxBitmap(wxImage(mem).Mirror(), -1, scale);
++return wxBitmap(img.Scale(img.GetHeight() * scale, img.GetWidth() 
* scale));
++  return wxBitmap(img.Mirror().Scale(img.GetHeight() * scale, 
img.GetWidth() * scale));
+ }
+ 
+ wxIcon libresrc_geticon(const unsigned char *buff, size_t 

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

2020-08-05 Thread Sam James
commit: 61e1fe8eee5777ae8da7dd83bac1918244ceba10
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 16:02:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 16:02:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e1fe8e

dev-python/pexpect: Stabilize 4.8.0 ALLARCHES, #731478

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

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

diff --git a/dev-python/pexpect/pexpect-4.8.0.ebuild 
b/dev-python/pexpect/pexpect-4.8.0.ebuild
index 623b05d48dd..4ae04af473c 100644
--- a/dev-python/pexpect/pexpect-4.8.0.ebuild
+++ b/dev-python/pexpect/pexpect-4.8.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples"
 
 RDEPEND=">=dev-python/ptyprocess-0.5[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/apply-default-acl/

2020-08-05 Thread Michael Orlitzky
commit: a5ff27f9401db096a514ce3d6a9ea9014c3e8f5e
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug  5 15:52:56 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Aug  5 15:53:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ff27f9

sys-apps/apply-default-acl: remove old "unused" v0.4.2.

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

 sys-apps/apply-default-acl/Manifest |  1 -
 .../apply-default-acl-0.4.2.ebuild  | 21 -
 2 files changed, 22 deletions(-)

diff --git a/sys-apps/apply-default-acl/Manifest 
b/sys-apps/apply-default-acl/Manifest
index 2057d2093c7..c649dec281d 100644
--- a/sys-apps/apply-default-acl/Manifest
+++ b/sys-apps/apply-default-acl/Manifest
@@ -1,2 +1 @@
-DIST apply-default-acl-0.4.2.tar.xz 246660 BLAKE2B 
dfb698d6a220b426ea607a70e1c51295629e6ac4637de72cf64a8fe577ed83ceaf6beb7f8b1507ed0d059e6f16e88e1b58a24e641dd6280765c55a70fa30712c
 SHA512 
afe3a0182b76689e41d3a6922a8459587f6013112767ab0d9b60e5197d677ee0cdabd9ebd18f9cb59d4e373b4df2f5845cabddbd382c2743a80c3a20205aa861
 DIST apply-default-acl-0.4.4.tar.xz 252164 BLAKE2B 
7e584a1cc479b82a82a06214da06619e3e0d0228681277144785346c9829f2411bcdc0a0248bd5688813e9c8d2dcd4591653568e536e167d95b2c0ccc1fcc0bb
 SHA512 
23c637845fcd7ab61a04c3d459b1468c36cd2a27f63b3ab5252a4e39615675431b3d781a7ddf87029ad1c03c4bda43f1689c24b1ad76d2f548bfe3484350df1a

diff --git a/sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild 
b/sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild
deleted file mode 100644
index a35fd4c488a..000
--- a/sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Apply default POSIX ACLs to files and directories"
-HOMEPAGE="http://michael.orlitzky.com/code/apply-default-acl.xhtml;
-SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="sys-apps/acl"
-RDEPEND="${DEPEND}"
-
-DOCS=( doc/README )
-
-# tests need to be executed on filesystem with ACL support
-# skipping them for now
-RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/apply-default-acl/

2020-08-05 Thread Michael Orlitzky
commit: 9fe76140d612eeb1dc8ec24323188a4791b20c81
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug  5 15:52:26 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Aug  5 15:53:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe76140

sys-apps/apply-default-acl: maintainer stabilize v0.4.4 on amd64/x86.

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

 sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild 
b/sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild
index 956755978ea..6d77b523fbd 100644
--- a/sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild
+++ b/sys-apps/apply-default-acl/apply-default-acl-0.4.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz;
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="sys-apps/acl"
 RDEPEND="${DEPEND}"



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

2020-08-05 Thread Michał Górny
commit: c4d64770bdb8ca24e1146a9385850123e9609337
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  5 15:31:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  5 15:40:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d64770

media-sound/dir2ogg: Remove old

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

 media-sound/dir2ogg/Manifest   |  1 -
 media-sound/dir2ogg/dir2ogg-0.12-r1.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/media-sound/dir2ogg/Manifest b/media-sound/dir2ogg/Manifest
index 4a0c2fbc6e2..d1fc5dc6a42 100644
--- a/media-sound/dir2ogg/Manifest
+++ b/media-sound/dir2ogg/Manifest
@@ -1,2 +1 @@
-DIST dir2ogg-0.12.tar.gz 19608 BLAKE2B 
39b1210b2458f7774aef64f29b07826a19b274d17a6038fc676557c8b15bed3662f851b87414b9318be154cdadd450001ea45bd8ed6103cffb2ee183511fe617
 SHA512 
bd76ba168b6e5305e4e5cfd87333200ec72a1d6e7055e966e1544abc842b39743b479b80c63382e10e85eebad92e97ec33e6fe52b0ace2df024ed50468e3946e
 DIST dir2ogg-0.13.tar.gz 20338 BLAKE2B 
4f00c7e587eb7bba349d7024977d0d67ac9424a09649650e923df7100c60a67db78f363ac9d41931e969a5d8131f9461485f120cc4f308b0abcca4d5b570aba2
 SHA512 
292c35dd20a8e0499b3bd22d89c6ed0ae0abcf2b58f669316a2f39d45092a1c9a14fb168ad9ac893dfdd5138600c8be5e66502141c9dc7376b18e1e8d1ca5054

diff --git a/media-sound/dir2ogg/dir2ogg-0.12-r1.ebuild 
b/media-sound/dir2ogg/dir2ogg-0.12-r1.ebuild
deleted file mode 100644
index a25556207b9..000
--- a/media-sound/dir2ogg/dir2ogg-0.12-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-MY_PR=$(ver_cut 1-2)
-DESCRIPTION="Converts mp3, m4a, wma, and wav files to Ogg Vorbis format"
-HOMEPAGE="https://jak-linux.org/projects/dir2ogg/;
-SRC_URI="https://jak-linux.org/projects/${PN}/${MY_PR}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE="aac flac mac mp3 musepack wavpack wma"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '
-   >=media-libs/mutagen-1.11[${PYTHON_MULTI_USEDEP}]
-   ')
-   media-sound/vorbis-tools[ogg123]
-   aac? ( || (
-   media-libs/faad2
-   media-video/mplayer ) )
-   flac? ( || (
-   media-libs/flac
-   media-video/mplayer ) )
-   mac? ( || (
-   media-sound/mac
-   media-video/mplayer ) )
-   mp3? ( || (
-   media-sound/mpg123
-   media-sound/lame
-   media-video/mplayer
-   media-sound/mpg321 ) )
-   musepack? ( || (
-   >=media-sound/musepack-tools-444
-   media-video/mplayer ) )
-   wavpack? ( || (
-   media-sound/wavpack
-   media-video/mplayer ) )
-   wma? ( media-video/mplayer )"
-
-src_install() {
-   python_doscript dir2ogg
-   doman dir2ogg.1
-   einstalldocs
-}



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

2020-08-05 Thread Michał Górny
commit: d4bc678626e5f7fac98302233d7dbbda91c8c0e2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  5 15:38:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  5 15:40:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bc6786

dev-python/hypothesis: Mark ALLARCHES

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

 dev-python/hypothesis/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/hypothesis/metadata.xml 
b/dev-python/hypothesis/metadata.xml
index 51edf873f00..91f12574aa2 100644
--- a/dev-python/hypothesis/metadata.xml
+++ b/dev-python/hypothesis/metadata.xml
@@ -14,6 +14,7 @@
pyt...@gentoo.org
Python

+   

hypothesis
HypothesisWorks/hypothesis



[gentoo-commits] repo/gentoo:master commit in: app-metrics/collectd/files/, app-metrics/collectd/

2020-08-05 Thread Thomas Deutschmann
commit: 8bcb791ad645e34183dc17e3c05aca6f28689128
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug  5 15:34:15 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug  5 15:35:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcb791a

app-metrics/collectd: fix building with >=libsigrok-0.4

Closes: https://bugs.gentoo.org/730514
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann  gentoo.org>

 ...-5.11.0-r2.ebuild => collectd-5.11.0-r3.ebuild} |   4 +-
 .../files/collectd-5.11.0-libsigrok-0.4+.patch | 157 +
 2 files changed, 160 insertions(+), 1 deletion(-)

diff --git a/app-metrics/collectd/collectd-5.11.0-r2.ebuild 
b/app-metrics/collectd/collectd-5.11.0-r3.ebuild
similarity index 99%
rename from app-metrics/collectd/collectd-5.11.0-r2.ebuild
rename to app-metrics/collectd/collectd-5.11.0-r3.ebuild
index d8acd70eb21..e3d3fc157a4 100644
--- a/app-metrics/collectd/collectd-5.11.0-r2.ebuild
+++ b/app-metrics/collectd/collectd-5.11.0-r3.ebuild
@@ -129,7 +129,7 @@ COMMON_DEPEND="
collectd_plugins_rrdcached? ( net-analyzer/rrdtool:= )
collectd_plugins_rrdtool?   ( net-analyzer/rrdtool:= )
collectd_plugins_sensors?   ( sys-apps/lm-sensors:= )
-   collectd_plugins_sigrok?( =sci-libs/libsigrok-0.4:= 
dev-libs/glib:2 )
collectd_plugins_slurm? ( sys-cluster/slurm )
collectd_plugins_smart? ( dev-libs/libatasmart:0= )
collectd_plugins_snmp?  ( net-analyzer/net-snmp )
@@ -170,6 +170,8 @@ REQUIRED_USE="
collectd_plugins_smart? ( udev )
contrib?( perl )"
 
+PATCHES=( "${FILESDIR}"/${PN}-5.11.0-libsigrok-0.4+.patch )
+
 # @FUNCTION: collectd_plugin_kernel_linux
 # @DESCRIPTION:
 # USAGE:   

diff --git a/app-metrics/collectd/files/collectd-5.11.0-libsigrok-0.4+.patch 
b/app-metrics/collectd/files/collectd-5.11.0-libsigrok-0.4+.patch
new file mode 100644
index 000..981864e81c3
--- /dev/null
+++ b/app-metrics/collectd/files/collectd-5.11.0-libsigrok-0.4+.patch
@@ -0,0 +1,157 @@
+Backport of 
https://github.com/u1f35c/collectd/commit/9e36cd85a2bbd6daa55f1f392f60f9c95573ae2c
+aka https://github.com/collectd/collectd/issues/1574
+
+--- a/configure.ac
 b/configure.ac
+@@ -5367,7 +5367,7 @@ AC_SUBST([BUILD_WITH_LIBSENSORS_LIBS])
+ # libsigrok {{{
+ AC_SUBST([LIBSIGROK_CFLAGS])
+ AC_SUBST([LIBSIGROK_LIBS])
+-PKG_CHECK_MODULES([LIBSIGROK], [libsigrok < 0.4],
++PKG_CHECK_MODULES([LIBSIGROK], [libsigrok >= 0.4],
+   [with_libsigrok="yes"],
+   [with_libsigrok="no (pkg-config could not find libsigrok)"]
+ )
+--- a/src/sigrok.c
 b/src/sigrok.c
+@@ -127,22 +127,22 @@ static int sigrok_config(oconfig_item_t *ci) {
+   return 0;
+ }
+ 
+-static const char *sigrok_value_type(const struct sr_datafeed_analog *analog) 
{
++static const char *sigrok_value_type(const struct sr_analog_meaning *meaning) 
{
+   const char *s;
+ 
+-  if (analog->mq == SR_MQ_VOLTAGE)
++  if (meaning->mq == SR_MQ_VOLTAGE)
+ s = "voltage";
+-  else if (analog->mq == SR_MQ_CURRENT)
++  else if (meaning->mq == SR_MQ_CURRENT)
+ s = "current";
+-  else if (analog->mq == SR_MQ_FREQUENCY)
++  else if (meaning->mq == SR_MQ_FREQUENCY)
+ s = "frequency";
+-  else if (analog->mq == SR_MQ_POWER)
++  else if (meaning->mq == SR_MQ_POWER)
+ s = "power";
+-  else if (analog->mq == SR_MQ_TEMPERATURE)
++  else if (meaning->mq == SR_MQ_TEMPERATURE)
+ s = "temperature";
+-  else if (analog->mq == SR_MQ_RELATIVE_HUMIDITY)
++  else if (meaning->mq == SR_MQ_RELATIVE_HUMIDITY)
+ s = "humidity";
+-  else if (analog->mq == SR_MQ_SOUND_PRESSURE_LEVEL)
++  else if (meaning->mq == SR_MQ_SOUND_PRESSURE_LEVEL)
+ s = "spl";
+   else
+ s = "gauge";
+@@ -172,7 +172,7 @@ static void sigrok_feed_callback(const struct sr_dev_inst 
*sdi,
+ ERROR("sigrok plugin: Received data from driver \"%s\" but "
+   "can't find a configuration / device matching "
+   "it.",
+-  sdi->driver->name);
++  sr_dev_inst_driver_get(sdi)->name);
+ return;
+   }
+ 
+@@ -191,11 +191,11 @@ static void sigrok_feed_callback(const struct 
sr_dev_inst *sdi,
+ 
+   /* Ignore all but the first sample on the first probe. */
+   analog = packet->payload;
+-  vl.values = &(value_t){.gauge = analog->data[0]};
++  vl.values = &(value_t){.gauge = ((float *) analog->data)[0]};
+   vl.values_len = 1;
+   sstrncpy(vl.plugin, "sigrok", sizeof(vl.plugin));
+   sstrncpy(vl.plugin_instance, cfdev->name, sizeof(vl.plugin_instance));
+-  sstrncpy(vl.type, sigrok_value_type(analog), sizeof(vl.type));
++  sstrncpy(vl.type, sigrok_value_type(>meaning[0]), sizeof(vl.type));
+ 
+   plugin_dispatch_values();
+   cfdev->last_dispatch = cdtime();
+@@ -207,6 +207,7 @@ static void sigrok_free_drvopts(struct sr_config *src) {
+ }
+ 
+ 

  1   2   3   4   >