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

2020-10-19 Thread Sam James
commit: 37ff9a7bd1c63cbe31a7bb5cfbbcfa69b80a1ec1
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 04:02:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 04:02:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ff9a7b

dev-java/snip: MissingUnpackerDep

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

 dev-java/snip/snip-0.11-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-java/snip/snip-0.11-r1.ebuild 
b/dev-java/snip/snip-0.11-r1.ebuild
index 9da02b564ff..84d3a8aaabe 100644
--- a/dev-java/snip/snip-0.11-r1.ebuild
+++ b/dev-java/snip/snip-0.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,6 +24,7 @@ RDEPEND="
 
 DEPEND="
${CDEPEND}
+   app-arch/unzip
>=virtual/jdk-1.6
source? ( app-arch/zip )"
 



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

2020-10-19 Thread Sam James
commit: 09eb1aeaa7e2335a2a9ae2445311e3d0f71eb362
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 04:01:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 04:01:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09eb1aea

dev-java/sac: MissingUnpackerDep

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

 dev-java/sac/sac-1.3-r2.ebuild | 3 ++-
 dev-java/sac/sac-1.3-r3.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-java/sac/sac-1.3-r2.ebuild b/dev-java/sac/sac-1.3-r2.ebuild
index 919b7985587..395631671fe 100644
--- a/dev-java/sac/sac-1.3-r2.ebuild
+++ b/dev-java/sac/sac-1.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,6 +19,7 @@ IUSE=""
 RDEPEND=">=virtual/jre-1.6"
 
 DEPEND="
+   app-arch/zip
>=virtual/jdk-1.6
source? ( app-arch/zip )"
 

diff --git a/dev-java/sac/sac-1.3-r3.ebuild b/dev-java/sac/sac-1.3-r3.ebuild
index 5d076a36659..8e4b59d4a0b 100644
--- a/dev-java/sac/sac-1.3-r3.ebuild
+++ b/dev-java/sac/sac-1.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ RDEPEND="
>=virtual/jre-1.6"
 
 DEPEND="
+   app-arch/zip
>=virtual/jdk-1.6"
 
 S="${WORKDIR}/${P}"



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/

2020-10-19 Thread Matt Turner
commit: 3676184ec6609b36c1b04523ce36a1dfa3f73b79
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 19 23:30:05 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:54:49 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3676184e

targets: Emerge kernel sources with --update

Ensure that we have the appropriate version.

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

 targets/support/kmerge.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index 7f1f029c..c241440a 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -189,7 +189,7 @@ then
rm -f ${clst_port_conf}/profile/package.provided
fi
 
-   USE=symlink run_merge "${ksource}"
+   USE=symlink run_merge --update "${ksource}"
 
SOURCESDIR="/tmp/kerncache/${kname}/sources"
if [ -L /usr/src/linux ]
@@ -219,7 +219,7 @@ then
fi
fi
 else
-   USE=symlink run_merge "${ksource}"
+   USE=symlink run_merge --update "${ksource}"
 
if [ ! "${clst_kextraversion}" = "" ]
then



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/

2020-10-19 Thread Matt Turner
commit: c6c25f8cc6ff56690316c29179e29d4b018c03a5
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 19 22:38:54 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:05 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c6c25f8c

targets: Use full 'sys-kernel/genkernel' package name

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

 targets/support/pre-kmerge.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/pre-kmerge.sh b/targets/support/pre-kmerge.sh
index 165dfd51..a92c436c 100755
--- a/targets/support/pre-kmerge.sh
+++ b/targets/support/pre-kmerge.sh
@@ -20,5 +20,5 @@ if [[ ${clst_hostarch} == hppa ]]; then
[[ $num64 > 1 ]] && die "Only one 64-bit kernel can be configured"
 fi
 
-run_merge --oneshot genkernel
+run_merge --oneshot sys-kernel/genkernel
 install -d /tmp/kerncache



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/

2020-10-19 Thread Matt Turner
commit: 639bbd1f1aabcf217286f6d59c62320be536603f
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 19 22:40:34 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:05 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=639bbd1f

targets: Explicitly set RUN_DEFAULT_FUNCS="yes"

For documentation purposes.

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

 targets/support/pre-kmerge.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/targets/support/pre-kmerge.sh b/targets/support/pre-kmerge.sh
index a92c436c..0dfc835e 100755
--- a/targets/support/pre-kmerge.sh
+++ b/targets/support/pre-kmerge.sh
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+RUN_DEFAULT_FUNCS="yes"
+
 source /tmp/chroot-functions.sh
 
 if [[ ${clst_hostarch} == hppa ]]; then



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/

2020-10-19 Thread Matt Turner
commit: ee1676ceff535cda3a1867a6407bd31e49071e4c
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 20 02:41:09 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:48 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=ee1676ce

targets: Remove unnecessary CONFIG_PROTECT assignment

CONFIG_PROTECT is set in run_merge, making this assignment and export
unnecessary.

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

 targets/support/kmerge.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index 3b1230db..c0fdcfcc 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -88,7 +88,6 @@ genkernel_compile() {
 }
 
 [ -n "${clst_ENVSCRIPT}" ] && source /tmp/envscript
-export CONFIG_PROTECT="-*"
 
 # Set the timezone for the kernel build
 rm /etc/localtime



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/livecd-stage1/, targets/livecd-stage2/

2020-10-19 Thread Matt Turner
commit: 4b7149555d69d58a87dfe874e76007ca0fa779d6
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 19 23:04:05 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:05 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=4b714955

targets: Delete never-used packages.txt code

Added in 2008 with a commit message saying

Added code to livecd-stage1 to generate a package list, which
will be used in livecd-stage2 with the upcoming livedvd
livecd/type to fetch the distfiles automatically.

which sounds like a nice plan, but until it's implemented we don't need
this code.

Fixes: a97c7ee4 ("Updated TODO. ...")
Signed-off-by: Matt Turner  gentoo.org>

 targets/livecd-stage1/controller.sh | 1 -
 targets/livecd-stage2/controller.sh | 1 -
 2 files changed, 2 deletions(-)

diff --git a/targets/livecd-stage1/controller.sh 
b/targets/livecd-stage1/controller.sh
index c4572ff9..ae897da9 100755
--- a/targets/livecd-stage1/controller.sh
+++ b/targets/livecd-stage1/controller.sh
@@ -11,7 +11,6 @@ case $1 in
mkdir -p ${clst_chroot_path}/usr/livecd ${clst_chroot_path}/tmp
exec_in_chroot \
${clst_shdir}/${clst_target}/chroot.sh
-   echo "${clst_packages}" > ${clst_chroot_path}/tmp/packages.txt
;;
 esac
 exit $?

diff --git a/targets/livecd-stage2/controller.sh 
b/targets/livecd-stage2/controller.sh
index 30b522e3..826dc9dc 100755
--- a/targets/livecd-stage2/controller.sh
+++ b/targets/livecd-stage2/controller.sh
@@ -78,7 +78,6 @@ case $1 in
# Clean out man, info and doc files
rm -rf ${clst_chroot_path}/usr/share/{man,doc,info}/*
fi
-   rm -f ${clst_chroot_path}/tmp/packages.txt
;;
 
bootloader)



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/

2020-10-19 Thread Matt Turner
commit: 4b9f3ad1254ee70269c0aa4cc26cf9f21d0556b9
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 19 22:42:13 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:05 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=4b9f3ad1

targets: Inline run_default_funcs() function

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

 targets/support/chroot-functions.sh | 17 ++---
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/targets/support/chroot-functions.sh 
b/targets/support/chroot-functions.sh
index b531eb6a..307a9042 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -303,15 +303,6 @@ show_debug() {
fi
 }
 
-run_default_funcs() {
-   if [ "${RUN_DEFAULT_FUNCS}" != "no" ]
-   then
-   update_env_settings
-   setup_features
-   show_debug
-   fi
-}
-
 create_handbook_icon() {
# This function creates a local icon to the Gentoo Handbook
echo "[Desktop Entry]
@@ -330,5 +321,9 @@ readonly locales="
 C.UTF8 UTF-8
 "
 
-# We do this everywhere, so why not put it in this script
-run_default_funcs
+if [[ ${RUN_DEFAULT_FUNCS} != no ]]
+then
+   update_env_settings
+   setup_features
+   show_debug
+fi



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/

2020-10-19 Thread Matt Turner
commit: 18c4f5bf51af9dab2779cafd2689121d42388aa3
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 19 22:38:06 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:05 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=18c4f5bf

targets: Rewrite hppa pre-kmerge check

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

 targets/support/pre-kmerge.sh | 43 +--
 1 file changed, 17 insertions(+), 26 deletions(-)

diff --git a/targets/support/pre-kmerge.sh b/targets/support/pre-kmerge.sh
index dd51ae9a..165dfd51 100755
--- a/targets/support/pre-kmerge.sh
+++ b/targets/support/pre-kmerge.sh
@@ -2,32 +2,23 @@
 
 source /tmp/chroot-functions.sh
 
-case ${clst_hostarch} in
-   hppa)
-   got_32=0
-   got_64=0
-   for i in ${clst_boot_kernel}
-   do
-   if [ "${i: -2}" == "32" ]
-   then
-   if [ $got_32 -eq 1 ]
-   then
-   die "Only one 32 bit kernel can be 
configured"
-   fi
-   got_32=1
-   elif [ "${i: -2}" == "64" ]
-   then
-   if [ $got_64 -eq 1 ]
-   then
-   die "Only one 64 bit kernel can be 
configured"
-   fi
-   got_64=1
-   else
-   die "Kernel names must end by either 32 or 64"
-   fi
-   done
-   ;;
-esac
+if [[ ${clst_hostarch} == hppa ]]; then
+   for i in ${clst_boot_kernel}; do
+   case ${i} in
+   *32)
+   let num32++
+   ;;
+   *64)
+   let num64++
+   ;;
+   *)
+   die "Kernel names must end with either \"32\" 
or \"64\""
+   ;;
+   esac
+   done
+   [[ $num32 > 1 ]] && die "Only one 32-bit kernel can be configured"
+   [[ $num64 > 1 ]] && die "Only one 64-bit kernel can be configured"
+fi
 
 run_merge --oneshot genkernel
 install -d /tmp/kerncache



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/

2020-10-19 Thread Matt Turner
commit: 01b88d370af30a9c77f7755dd86b9a2c09b07c16
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 20 01:33:30 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:05 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=01b88d37

targets: Merge setup_gk_args() and genkernel_compile()

These both just do a bunch of argument concatenation and are not
separate functions in any meaningful way.

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

 targets/support/kmerge.sh | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index b8cc0ce6..a9a2a72a 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -4,7 +4,7 @@ source /tmp/chroot-functions.sh
 
 install -d /tmp/kerncache
 
-setup_gk_args() {
+genkernel_compile() {
# default genkernel args
GK_ARGS=(
"${kernel_gk_kernargs[@]}"
@@ -61,10 +61,6 @@ setup_gk_args() {
then
GK_ARGS+=(--loglevel=2)
fi
-}
-
-genkernel_compile(){
-   setup_gk_args
 
# Build with genkernel using the set options
# callback is put here to avoid escaping issues



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/

2020-10-19 Thread Matt Turner
commit: 410460f79a4cc9b83635389584aee0a1a31b1839
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 20 02:48:07 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:48 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=410460f7

targets: Use double-brackets in kmerge.sh

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

 targets/support/kmerge.sh | 50 ++-
 1 file changed, 15 insertions(+), 35 deletions(-)

diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index c0fdcfcc..46d7f89d 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -15,71 +15,51 @@ genkernel_compile() {

--minkernpackage=/tmp/kerncache/${kname}-kernel-initrd-${clst_version_stamp}.tar.bz2
 all
)
# extra genkernel options that we have to test for
-   if [ -n "${clst_gk_mainargs}" ]
-   then
+   if [[ -n ${clst_gk_mainargs} ]]; then
GK_ARGS+=(${clst_gk_mainargs})
fi
-   if [ -n "${clst_KERNCACHE}" ]
-   then
+   if [[ -n ${clst_KERNCACHE} ]]; then

GK_ARGS+=(--kerncache=/tmp/kerncache/${kname}-kerncache-${clst_version_stamp}.tar.bz2)
fi
-   if [ -e /var/tmp/${kname}.config ]
-   then
+   if [[ -e /var/tmp/${kname}.config ]]; then
GK_ARGS+=(--kernel-config=/var/tmp/${kname}.config)
fi
-
-   if [ -d "/tmp/initramfs_overlay/${initramfs_overlay}" ]
-   then
+   if [[ -d /tmp/initramfs_overlay/${initramfs_overlay} ]]; then

GK_ARGS+=(--initramfs-overlay=/tmp/initramfs_overlay/${initramfs_overlay})
fi
-   if [ -n "${clst_CCACHE}" ]
-   then
+   if [[ -n ${clst_CCACHE} ]]; then
GK_ARGS+=(--kernel-cc=/usr/lib/ccache/bin/gcc 
--utils-cc=/usr/lib/ccache/bin/gcc)
fi
-
-   if [ -n "${clst_linuxrc}" ]
-   then
+   if [[ -n ${clst_linuxrc} ]]; then
GK_ARGS+=(--linuxrc=/tmp/linuxrc)
fi
-
-   if [ -n "${clst_busybox_config}" ]
-   then
+   if [[ -n ${clst_busybox_config} ]]; then
GK_ARGS+=(--busybox-config=/tmp/busy-config)
fi
-
-   if [ "${clst_target}" == "netboot" ]
-   then
+   if [[ ${clst_target} == netboot ]]; then
GK_ARGS+=(--netboot)
 
-   if [ -n "${clst_merge_path}" ]
-   then
+   if [[ -n ${clst_merge_path} ]]; then
GK_ARGS+=(--initramfs-overlay="${clst_merge_path}")
fi
fi
-
-   if [ -n "${clst_VERBOSE}" ]
-   then
+   if [[ -n ${clst_VERBOSE} ]]; then
GK_ARGS+=(--loglevel=2)
fi
 
-   # Build with genkernel using the set options
-   # callback is put here to avoid escaping issues
-   if [ -n "${clst_VERBOSE}" ]
-   then
+   if [[ -n ${clst_VERBOSE} ]]; then
gk_callback_opts=(-vN)
else
gk_callback_opts=(-qN)
fi
-   if [ -n "${clst_KERNCACHE}" ]
-   then
+   if [[ -n ${clst_KERNCACHE} ]]; then
gk_callback_opts+=(-kb)
fi
-   if [ -n "${clst_FETCH}" ]
-   then
+   if [[ -n ${clst_FETCH} ]]; then
gk_callback_opts+=(-f)
fi
-   if [ "${kernel_merge}" != "" ]
-   then
+
+   if [[ -n ${kernel_merge} ]]; then
genkernel --callback="emerge ${gk_callback_opts[@]} 
${kernel_merge}" \
"${GK_ARGS[@]}" || exit 1
else



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/

2020-10-19 Thread Matt Turner
commit: 130ada4d364931f42889fa1197504aa2ce6720b6
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 19 23:10:36 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:05 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=130ada4d

targets: Remove unnecessary unset PACKAGES

Dead code since 2008.

Fixes: b79d06a3 ("Remove temporary package listing code, ...")
Signed-off-by: Matt Turner  gentoo.org>

 targets/support/chroot-functions.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/targets/support/chroot-functions.sh 
b/targets/support/chroot-functions.sh
index 22340023..7222892e 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -270,7 +270,6 @@ run_merge() {
 show_debug() {
if [ -n "${clst_DEBUG}" ]
then
-   unset PACKAGES
echo "DEBUG:"
echo "Profile/target info:"
echo "Profile inheritance:"



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/

2020-10-19 Thread Matt Turner
commit: e7a8563d44041f61736562bd9923e64a8c7ffead
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 19 22:47:34 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:05 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e7a8563d

targets: Move create_handbook_icon() to its use

And use <<- so we can indent the heredoc properly.

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

 targets/support/chroot-functions.sh | 14 --
 targets/support/livecdfs-update.sh  | 15 +++
 2 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/targets/support/chroot-functions.sh 
b/targets/support/chroot-functions.sh
index 307a9042..22340023 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -303,20 +303,6 @@ show_debug() {
fi
 }
 
-create_handbook_icon() {
-   # This function creates a local icon to the Gentoo Handbook
-   echo "[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Link
-URL=file:///mnt/cdrom/docs/handbook/html/index.html
-Terminal=false
-Name=Gentoo Linux Handbook
-GenericName=Gentoo Linux Handbook
-Comment=This is a link to the local copy of the Gentoo Linux Handbook.
-Icon=text-editor" > /usr/share/applications/gentoo-handbook.desktop
-}
-
 readonly locales="
 C.UTF8 UTF-8
 "

diff --git a/targets/support/livecdfs-update.sh 
b/targets/support/livecdfs-update.sh
index 557d990b..47dbb5b3 100755
--- a/targets/support/livecdfs-update.sh
+++ b/targets/support/livecdfs-update.sh
@@ -243,6 +243,21 @@ case ${clst_livecd_type} in
# Clear out lastlog
rm -f /var/log/lastlog && touch /var/log/lastlog
 
+   create_handbook_icon() {
+   cat <<-EOF > 
/usr/share/applications/gentoo-handbook.desktop
+   [Desktop Entry]
+   Encoding=UTF-8
+   Version=1.0
+   Type=Link
+   
URL=file:///mnt/cdrom/docs/handbook/html/index.html
+   Terminal=false
+   Name=Gentoo Linux Handbook
+   GenericName=Gentoo Linux Handbook
+   Comment=This is a link to the local copy of the 
Gentoo Linux Handbook.
+   Icon=text-editor
+   EOF
+   }
+
# Create our Handbook icon
[ -e /docs/handbook/index.html ] && create_handbook_icon
[ -n "${clst_livecd_overlay}" ] && [ -e 
${clst_livecd_overlay}/docs/handbook/index.html ] && create_handbook_icon



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/

2020-10-19 Thread Matt Turner
commit: 34102fa16251ae14e55e43bdc2976304d06e2f59
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 20 02:38:39 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:47 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=34102fa1

targets: Rewrite kerncache support

I cannot see how the code added in the undermentioned commit could have
possibly worked.

Fixes: fed3b45b ("Fix and improve kernel build when kerncache is enabled.")
Signed-off-by: Matt Turner  gentoo.org>

 targets/support/kmerge.sh | 148 +++---
 1 file changed, 47 insertions(+), 101 deletions(-)

diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index a9a2a72a..3b1230db 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -85,11 +85,6 @@ genkernel_compile() {
else
genkernel "${GK_ARGS[@]}" || exit 1
fi
-   if [ -n "${clst_KERNCACHE}" -a -e /var/tmp/${kname}.config ]
-   then
-   md5sum /var/tmp/${kname}.config | awk '{print $1}' > \
-   
/tmp/kerncache/${kname}/${kname}-${clst_version_stamp}.CONFIG
-   fi
 }
 
 [ -n "${clst_ENVSCRIPT}" ] && source /tmp/envscript
@@ -106,112 +101,51 @@ eval eval kernel_gk_kernargs=( 
\$clst_boot_kernel_${kname}_gk_kernargs )
 eval "ksource=\$clst_boot_kernel_${kname}_sources"
 [[ -z ${ksource} ]] && ksource="sys-kernel/gentoo-sources"
 
-# Check if we have a match in kerncach
+kernel_version=$(portageq best_visible / "${ksource}")
 
-if [ -n "${clst_KERNCACHE}" ]
-then
-   USE_MATCH=0
-   if [ -e /tmp/kerncache/${kname}/${kname}-${clst_version_stamp}.USE ]
-   then
-   STR1=$(for i in `cat 
/tmp/kerncache/${kname}/${kname}-${clst_version_stamp}.USE`; do echo $i; 
done|sort)
-   STR2=$(for i in ${kernel_use}; do echo $i; done|sort)
-   if [ "${STR1}" = "${STR2}" ]
-   then
-   USE_MATCH=1
-   else
-   [ -e /tmp/kerncache/${kname}/usr/src/linux/.config ] && 
\
-   rm /tmp/kerncache/${kname}/usr/src/linux/.config
-   fi
-   fi
+if [[ -n ${clst_KERNCACHE} ]]; then
+   mkdir "/tmp/kerncache/${kname}"
+   pushd "/tmp/kerncache/${kname}" >/dev/null
 
-   EXTRAVERSION_MATCH=0
-   if [ -e 
/tmp/kerncache/${kname}/${kname}-${clst_version_stamp}.EXTRAVERSION ]
-   then
-   STR1=`cat 
/tmp/kerncache/${kname}/${kname}-${clst_version_stamp}.EXTRAVERSION`
-   STR2=${clst_kextraversion}
-   if [ "${STR1}" = "${STR2}" ]
-   then
-   EXTRAVERSION_MATCH=1
-   fi
-   fi
+   echo "${kernel_use}" > /tmp/USE
+   echo "${kernel_version}" > /tmp/VERSION
+   echo "${clst_kextraversion}" > /tmp/EXTRAVERSION
 
-   CONFIG_MATCH=0
-   if [ -e /tmp/kerncache/${kname}/${kname}-${clst_version_stamp}.CONFIG ]
-   then
-   if [ ! -e /var/tmp/${kname}.config ]
-   then
-   CONFIG_MATCH=1
-   else
-   STR1=`cat 
/tmp/kerncache/${kname}/${kname}-${clst_version_stamp}.CONFIG`
-   STR2=`md5sum /var/tmp/${kname}.config|awk '{print $1}'`
-   if [ "${STR1}" = "${STR2}" ]
-   then
-   CONFIG_MATCH=1
-   fi
-   fi
-   fi
-
-   # install dependencies of kernel sources ahead of time in case
-   # package.provided generated below causes them not to be (re)installed
-   run_merge --onlydeps "${ksource}"
-
-   # Create the kerncache directory if it doesn't exists
-   mkdir -p /tmp/kerncache/${kname}
-
-   if [ -e 
/tmp/kerncache/${kname}/${kname}-${clst_version_stamp}.KERNELVERSION ]
-   then
-   
KERNELVERSION=$( 
${clst_port_conf}/profile/package.provided
-   else
-   rm -f ${clst_port_conf}/profile/package.provided
+   if cmp -s {/tmp/,}USE && \
+  cmp -s {/tmp/,}VERSION && \
+  cmp -s {/tmp/,}EXTRAVERSION && \
+  cmp -s /var/tmp/${kname}.config CONFIG; then
+   cached_kernel_found="true"
fi
 
-   # Don't use package.provided if there's a pending up/downgrade
-   if [[ "$(portageq best_visible / ${ksource})" == "${KERNELVERSION}" ]]; 
then
-   echo "No pending updates for ${ksource}"
-   else
-   echo "Pending updates for ${ksource}, removing package.provided"
-   rm -f ${clst_port_conf}/profile/package.provided
-   fi
+   rm -f /tmp/{USE,VERSION,EXTRAVERSION}
+   popd >/dev/null
+fi
 
+if [[ ! ${cached_kernel_found} ]]; then
USE=symlink run_merge --update "${ksource}"
+fi
 
+if [[ -n ${clst_KERNCACHE} && ! ${cached_kernel_found} ]]; then
SOURCESDIR="/tmp/kerncache/${kname}/sources"
-   if 

[gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/

2020-10-19 Thread Matt Turner
commit: d221236a8b9d6ac165f4ecd83934bb3903d0
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 20 01:27:17 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:05 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d221236a

targets: Remove kernelpkgs.txt generation

Evidently this was to be consumed by the Gentoo Linux Installer, which
saw its last commit in 2008.

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

 targets/support/kmerge.sh  | 10 --
 targets/support/livecdfs-update.sh | 11 ---
 2 files changed, 21 deletions(-)

diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index c241440a..b8cc0ce6 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -66,16 +66,6 @@ setup_gk_args() {
 genkernel_compile(){
setup_gk_args
 
-   # Build our list of kernel packages
-   case ${clst_livecd_type} in
-   gentoo-release-live*)
-   if [ -n "${kernel_merge}" ]
-   then
-   mkdir -p /usr/livecd
-   echo "${kernel_merge}" > 
/usr/livecd/kernelpkgs.txt
-   fi
-   ;;
-   esac
# Build with genkernel using the set options
# callback is put here to avoid escaping issues
if [ -n "${clst_VERBOSE}" ]

diff --git a/targets/support/livecdfs-update.sh 
b/targets/support/livecdfs-update.sh
index 47dbb5b3..b7ead552 100755
--- a/targets/support/livecdfs-update.sh
+++ b/targets/support/livecdfs-update.sh
@@ -296,19 +296,8 @@ case ${clst_livecd_type} in
ln -sf /usr/livecd/gconf /etc/gconf
fi
 
-   if [ -e /usr/livecd/kernelpkgs.txt ]
-   then
-   rm -f /usr/livecd/kernelpkgs.txt
-   fi
-
touch /etc/startx
;;
-   * )
-   if [ -e /usr/livecd/kernelpkgs.txt ]
-   then
-   rm -f /usr/livecd/kernelpkgs.txt
-   fi
-   ;;
 esac
 
 # We want the first user to be used when auto-starting X



[gentoo-commits] proj/catalyst:pending/mattst88 commit in: catalyst/base/, targets/stage4/, targets/netboot/, targets/embedded/, ...

2020-10-19 Thread Matt Turner
commit: 81f350af66560adb58bba469123d638e2d343563
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 19 22:50:40 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 20 03:55:05 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=81f350af

targets: Remove post-kmerge

The find ... touch modules.dep command doesn't seem necessary anymore,
and this is all the script still does. Additionally confusing,
pre-kmerge runs only once while post-kmerge runs once for each kernel.

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

 catalyst/base/stagebase.py  |  4 
 targets/embedded/controller.sh  |  5 -
 targets/livecd-stage2/controller.sh |  5 -
 targets/netboot/controller.sh   |  5 -
 targets/stage4/controller.sh|  5 -
 targets/support/post-kmerge.sh  | 11 ---
 6 files changed, 35 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index ffcc211c..99d638d8 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1548,10 +1548,6 @@ class StageBase(TargetBase, ClearBase, GenBase):
 
 self.resume.is_enabled("build_kernel_" + kname)
 
-# Execute the script that cleans up the kernel build environment
-cmd([self.settings['controller_file'], 'post-kmerge'],
-env=self.env)
-
 def _copy_kernel_config(self, kname):
 key = 'boot/kernel/' + kname + '/config'
 if key in self.settings:

diff --git a/targets/embedded/controller.sh b/targets/embedded/controller.sh
index d0bf331d..48867897 100755
--- a/targets/embedded/controller.sh
+++ b/targets/embedded/controller.sh
@@ -33,11 +33,6 @@ case ${1} in
exec_in_chroot ${clst_shdir}/support/pre-kmerge.sh
;;
 
-   post-kmerge)
-   # Cleans up the build environment after the kernels are compiled
-   exec_in_chroot ${clst_shdir}/support/post-kmerge.sh
-   ;;
-
kernel)
shift
export kname="${1}"

diff --git a/targets/livecd-stage2/controller.sh 
b/targets/livecd-stage2/controller.sh
index fe078eed..30b522e3 100755
--- a/targets/livecd-stage2/controller.sh
+++ b/targets/livecd-stage2/controller.sh
@@ -8,11 +8,6 @@ case $1 in
exec_in_chroot ${clst_shdir}/support/pre-kmerge.sh
;;
 
-   post-kmerge)
-   # Cleans up the build environment after the kernels are compiled
-   exec_in_chroot ${clst_shdir}/support/post-kmerge.sh
-   ;;
-
kernel)
shift
export kname="$1"

diff --git a/targets/netboot/controller.sh b/targets/netboot/controller.sh
index b8d8ec23..9a6e14d2 100755
--- a/targets/netboot/controller.sh
+++ b/targets/netboot/controller.sh
@@ -17,11 +17,6 @@ case ${1} in
exec_in_chroot ${clst_shdir}/support/pre-kmerge.sh
;;
 
-   post-kmerge)
-   # Cleans up the build environment after the kernels are compiled
-   exec_in_chroot ${clst_shdir}/support/post-kmerge.sh
-   ;;
-
kernel)
shift
export kname="$1"

diff --git a/targets/stage4/controller.sh b/targets/stage4/controller.sh
index 7825f800..ba0774d1 100755
--- a/targets/stage4/controller.sh
+++ b/targets/stage4/controller.sh
@@ -14,11 +14,6 @@ case $1 in
exec_in_chroot ${clst_shdir}/support/pre-kmerge.sh
;;
 
-   post-kmerge)
-   # Cleans up the build environment after the kernels are compiled
-   exec_in_chroot ${clst_shdir}/support/post-kmerge.sh
-   ;;
-
kernel)
shift
export kname="$1"

diff --git a/targets/support/post-kmerge.sh b/targets/support/post-kmerge.sh
deleted file mode 100755
index 58b2e08d..
--- a/targets/support/post-kmerge.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-RUN_DEFAULT_FUNCS="no"
-
-source /tmp/chroot-functions.sh
-
-# Only run depscan.sh if modules exist
-if [ -n "$(ls /lib/modules)" ]
-then
-   find /lib/modules -name modules.dep -exec touch {} \;
-fi



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

2020-10-19 Thread Sam James
commit: 5aa30fc67d81383e36a24d4bf4ec366f10c59968
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 04:48:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 04:48:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa30fc6

dev-python/numpy: Stabilize 1.19.2 arm64, #749486

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

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

diff --git a/dev-python/numpy/numpy-1.19.2.ebuild 
b/dev-python/numpy/numpy-1.19.2.ebuild
index 6388b90bc80..c9b4392b079 100644
--- a/dev-python/numpy/numpy-1.19.2.ebuild
+++ b/dev-python/numpy/numpy-1.19.2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
)"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc lapack"
 
 RDEPEND="



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

2020-10-19 Thread Sam James
commit: 7e4574549325ef854378ac80794580271f688f4a
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 04:14:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 04:14:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e457454

dev-lang/lisaac: MissingSlotDep

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

 dev-lang/lisaac/lisaac-0.13.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/lisaac/lisaac-0.13.1-r2.ebuild 
b/dev-lang/lisaac/lisaac-0.13.1-r2.ebuild
index 10fca08c179..6e6c60f22d9 100644
--- a/dev-lang/lisaac/lisaac-0.13.1-r2.ebuild
+++ b/dev-lang/lisaac/lisaac-0.13.1-r2.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="vim-syntax emacs examples"
 
 DEPEND="vim-syntax? ( app-editors/vim )
-   emacs? ( >=app-editors/emacs-23.1 )"
+   emacs? ( >=app-editors/emacs-23.1:* )"
 
 RDEPEND="${DEPEND}"
 



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

2020-10-19 Thread Sam James
commit: bdc20d58f5d0d3231f3dbb699ac1c19313e1ce64
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 04:54:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 04:54:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc20d58

dev-python/coverage: Stabilize 5.3 arm, #749474

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

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

diff --git a/dev-python/coverage/coverage-5.3.ebuild 
b/dev-python/coverage/coverage-5.3.ebuild
index 4d9b0e4495b..784cdd96fe3 100644
--- a/dev-python/coverage/coverage-5.3.ebuild
+++ b/dev-python/coverage/coverage-5.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 #IUSE="test"
 # The tests are impossible to appease.  Please run them externally
 # via tox.  Or fix the ebuild if you have hours of time to spend



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

2020-10-19 Thread Sam James
commit: 3743fe2e5f00eece8ec8584b7ee242364cdd93cd
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 04:53:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 04:53:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3743fe2e

dev-java/javatoolkit: Stabilize 0.6.3 arm64, #708940

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

 dev-java/javatoolkit/javatoolkit-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/javatoolkit/javatoolkit-0.6.3.ebuild 
b/dev-java/javatoolkit/javatoolkit-0.6.3.ebuild
index e43396d777c..198f5e6b98f 100644
--- a/dev-java/javatoolkit/javatoolkit-0.6.3.ebuild
+++ b/dev-java/javatoolkit/javatoolkit-0.6.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 python_prepare_all() {
hprefixify src/py/buildparser src/py/findclass setup.py



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

2020-10-19 Thread Sam James
commit: c8ddb29161e07fcc484f723b4eefda5547363884
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 04:57:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 04:57:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ddb291

app-i18n/uchardet: Stabilize 0.0.6-r2 arm, #750035

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

 app-i18n/uchardet/uchardet-0.0.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild 
b/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild
index 5c30792962a..8d86ff1b0b3 100644
--- a/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild
+++ b/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.freedesktop.org/software/uchardet/releases/${P}.tar.xz";
 
 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="cpu_flags_x86_sse2 static-libs test"
 RESTRICT="!test? ( test )"
 



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

2020-10-19 Thread Sam James
commit: 165053ce7d6f0e54ded4a47b83c2371974342538
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 04:57:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 04:57:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165053ce

app-arch/brotli: Stabilize 1.0.9-r1 arm64, #745474

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

 app-arch/brotli/brotli-1.0.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/brotli/brotli-1.0.9-r1.ebuild 
b/app-arch/brotli/brotli-1.0.9-r1.ebuild
index b60d3fb3923..2f33b07a016 100644
--- a/app-arch/brotli/brotli-1.0.9-r1.ebuild
+++ b/app-arch/brotli/brotli-1.0.9-r1.ebuild
@@ -29,7 +29,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/google/${PN}.git";
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 



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

2020-10-19 Thread Hans de Graaff
commit: 1ee9cae42c38bba130f46445a92c9db14d6184b4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 20 04:58:53 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 20 04:59:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee9cae4

dev-ruby/exifr: add 1.3.9

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

 dev-ruby/exifr/Manifest   |  1 +
 dev-ruby/exifr/exifr-1.3.9.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/exifr/Manifest b/dev-ruby/exifr/Manifest
index 92ab35d5712..b0ae3076ab1 100644
--- a/dev-ruby/exifr/Manifest
+++ b/dev-ruby/exifr/Manifest
@@ -1,3 +1,4 @@
 DIST exifr-1.3.6.tar.gz 245123 BLAKE2B 
eadaec6e1e75d048a9279459c157b0e493ee79f30b964897a9e30a38d27bc5b6b6fe87db7da192f7cab430630b7ed8fe4084f951189cb5bfe805d38e9861c5bc
 SHA512 
9580e47c9de317b456c3cb23099293e26aa1889e338d2b95c4983d7a03c8658ced67d1f11a3fc7b23a80b3a89698c6277ce1bf47e762e5e42822f2ba3041887f
 DIST exifr-1.3.7.tar.gz 245155 BLAKE2B 
b7a333de97015336cf776072c1d6940edaabe57c9fb379e4611bbb85fb03803be44244424e50ad9bc807a5598fea28dbf7e975cb063e644e6bc80ce365ed7dcd
 SHA512 
a3249c9bc2b1702e82287e79f854ea7ccf5757eb5000f88479138026b1b8de56072a1289a29f840cd619bd81f27e835131e890ce5f3c573849d64e5ecf942f66
 DIST exifr-1.3.8.tar.gz 245288 BLAKE2B 
49032ee6bd5aaf07c3ef66cd1cc0ae67adff6afc4cae058343d88c5a7dce3230fe151bbedb22c7418745953a0005f0d385a175246c5be48f33a14406914a7d13
 SHA512 
4e2d49418a31f4a325b9428edefe71066717335c263e0594e0f5b3707cf3fb7d5208d09efe5e2a43948c17894a841e4f1b08829d3fe7759ad3027e29989dce57
+DIST exifr-1.3.9.tar.gz 265384 BLAKE2B 
39af2ce0b881fec73c38a707397dd596b1e6a020c357dfd7fb3a4032a743ec0ce175f349f9bc9ec9cd32842c43d20d8bfbf0de3a8e195b6ac028ade651cfcba7
 SHA512 
e9cfac2ef8da6c9d6fc0ef2463e743c3547f10f3b8fd597516b11227ee2ffbbcfd188d2b27b7ad2ebf828502919dce04139787efe7344b1ec6cc21df6bbc46c6

diff --git a/dev-ruby/exifr/exifr-1.3.9.ebuild 
b/dev-ruby/exifr/exifr-1.3.9.ebuild
new file mode 100644
index 000..601d7e6393f
--- /dev/null
+++ b/dev-ruby/exifr/exifr-1.3.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_DOCDIR="doc/api"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library to read EXIF info from JPEG and TIFF images"
+HOMEPAGE="https://github.com/remvee/exifr/";
+SRC_URI="https://github.com/remvee/exifr/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="${PN}-release-${PV}"
+
+# License is not specified in source distribution but is in the GitHub
+# repository.
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



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

2020-10-19 Thread Hans de Graaff
commit: c4b605ed0d87bebea79a11ef69a06c98de1cc787
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 20 04:59:40 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 20 04:59:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b605ed

dev-ruby/exifr: cleanup

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

 dev-ruby/exifr/Manifest   |  2 --
 dev-ruby/exifr/exifr-1.3.6.ebuild | 25 -
 dev-ruby/exifr/exifr-1.3.7.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/dev-ruby/exifr/Manifest b/dev-ruby/exifr/Manifest
index b0ae3076ab1..183e3e620a7 100644
--- a/dev-ruby/exifr/Manifest
+++ b/dev-ruby/exifr/Manifest
@@ -1,4 +1,2 @@
-DIST exifr-1.3.6.tar.gz 245123 BLAKE2B 
eadaec6e1e75d048a9279459c157b0e493ee79f30b964897a9e30a38d27bc5b6b6fe87db7da192f7cab430630b7ed8fe4084f951189cb5bfe805d38e9861c5bc
 SHA512 
9580e47c9de317b456c3cb23099293e26aa1889e338d2b95c4983d7a03c8658ced67d1f11a3fc7b23a80b3a89698c6277ce1bf47e762e5e42822f2ba3041887f
-DIST exifr-1.3.7.tar.gz 245155 BLAKE2B 
b7a333de97015336cf776072c1d6940edaabe57c9fb379e4611bbb85fb03803be44244424e50ad9bc807a5598fea28dbf7e975cb063e644e6bc80ce365ed7dcd
 SHA512 
a3249c9bc2b1702e82287e79f854ea7ccf5757eb5000f88479138026b1b8de56072a1289a29f840cd619bd81f27e835131e890ce5f3c573849d64e5ecf942f66
 DIST exifr-1.3.8.tar.gz 245288 BLAKE2B 
49032ee6bd5aaf07c3ef66cd1cc0ae67adff6afc4cae058343d88c5a7dce3230fe151bbedb22c7418745953a0005f0d385a175246c5be48f33a14406914a7d13
 SHA512 
4e2d49418a31f4a325b9428edefe71066717335c263e0594e0f5b3707cf3fb7d5208d09efe5e2a43948c17894a841e4f1b08829d3fe7759ad3027e29989dce57
 DIST exifr-1.3.9.tar.gz 265384 BLAKE2B 
39af2ce0b881fec73c38a707397dd596b1e6a020c357dfd7fb3a4032a743ec0ce175f349f9bc9ec9cd32842c43d20d8bfbf0de3a8e195b6ac028ade651cfcba7
 SHA512 
e9cfac2ef8da6c9d6fc0ef2463e743c3547f10f3b8fd597516b11227ee2ffbbcfd188d2b27b7ad2ebf828502919dce04139787efe7344b1ec6cc21df6bbc46c6

diff --git a/dev-ruby/exifr/exifr-1.3.6.ebuild 
b/dev-ruby/exifr/exifr-1.3.6.ebuild
deleted file mode 100644
index 5c848bd4f43..000
--- a/dev-ruby/exifr/exifr-1.3.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_DOCDIR="doc/api"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library to read EXIF info from JPEG and TIFF images"
-HOMEPAGE="https://github.com/remvee/exifr/";
-SRC_URI="https://github.com/remvee/exifr/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="${PN}-release-${PV}"
-
-# License is not specified in source distribution but is in the GitHub
-# repository.
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""

diff --git a/dev-ruby/exifr/exifr-1.3.7.ebuild 
b/dev-ruby/exifr/exifr-1.3.7.ebuild
deleted file mode 100644
index 601d7e6393f..000
--- a/dev-ruby/exifr/exifr-1.3.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_DOCDIR="doc/api"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library to read EXIF info from JPEG and TIFF images"
-HOMEPAGE="https://github.com/remvee/exifr/";
-SRC_URI="https://github.com/remvee/exifr/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="${PN}-release-${PV}"
-
-# License is not specified in source distribution but is in the GitHub
-# repository.
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""



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

2020-10-19 Thread Kent Fredric
commit: d6b96c6ae290ceaf5855f7b231bedc722f8a1051
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 11:37:53 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Oct 20 05:03:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b96c6a

profiles: package.use.mask lapack for dev-python/numpy on m68k

Running lapack on a "calculator" is probably not the best idea,
and the only reason I'm currently attempting to keyword numpy in the
first place is to satisfy *test* dependencies.

Otherwise you get this:

sys-apps/portage w/ USE=rsync-verify (default)
- app-portage/gemato w/ USE=gpg (default)
 - dev-python/requests w/ FEATURES=test
  - dev-python/pytest-httpbin
   - dev-python/httpbin
- dev-python/brotlipy w/ FEATURES=test
 - dev-python/hypothesis
  - dev-python/sortedcontainers w/ FEATURES=test
   - dev-python/pytest
- dev-python/importlib_metadata
 - dev-python/zipp
  - dev-python/toml w/ FEATURES=test
   - dev-python/numpy w/ USE=lapack (optional)
- virtual/cblas
 - sci-libs/lapack w/ USE=eselect-ldso (optional)

Signed-off-by: Kent Fredric  gentoo.org>

 profiles/arch/m68k/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/m68k/package.use.mask 
b/profiles/arch/m68k/package.use.mask
index 71c36d67aa7..aef014700d5 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Kent Fredric  (2020-10-19)
+# lapack and friends don't make much sense on m68k
+# and aren't keyworded
+dev-python/numpy lapack
+
 # Patrick McLean  (2020-02-15)
 # Mask until dev-libs/libfido2 is keyworded
 net-misc/openssh security-key



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

2020-10-19 Thread Kent Fredric
commit: 6eae31bf2a4040447a73d88277cfbd53ffe86797
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 14:21:47 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Oct 20 05:03:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eae31bf

profiles: remove use.mask for sqlite on m68k

dev-db/sqlite isn't masked at all, and is keyworded for m68k!

Multiple packages require dev-lang/python[sqlite]

This mask has been in place since 2008, when the m68k profiles were
first invented.

Signed-off-by: Kent Fredric  gentoo.org>

 profiles/arch/m68k/use.mask | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
index 90900eec19a..ac5e9da6ae9 100644
--- a/profiles/arch/m68k/use.mask
+++ b/profiles/arch/m68k/use.mask
@@ -89,9 +89,6 @@ clang
 # Robin H. Johnson 
 audit
 
-# Masking since dev-db/sqlite is masked
-sqlite
-
 # Masking these globally, since we don't have X
 gnome
 gnome-keyring



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

2020-10-19 Thread Sam James
commit: f5bb624c669f9e620dd03d7c8bc7ea7e1a3e7267
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 05:05:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 05:06:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5bb624c

app-misc/khard: Stabilize 0.17.0 arm, #750080

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

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

diff --git a/app-misc/khard/khard-0.17.0.ebuild 
b/app-misc/khard/khard-0.17.0.ebuild
index 401d96dece0..05a57244836 100644
--- a/app-misc/khard/khard-0.17.0.ebuild
+++ b/app-misc/khard/khard-0.17.0.ebuild
@@ -19,7 +19,7 @@ if [[ "${PV}" == * ]]; then
EGIT_REPO_URI="https://github.com/scheibler/khard";
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm arm64 ~x86"
+   KEYWORDS="~amd64 arm arm64 ~x86"
 fi
 
 RDEPEND="



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

2020-10-19 Thread Sam James
commit: 292eccf5537d4b25d85cd797c3e6f93573de65b6
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 05:05:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 05:06:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292eccf5

dev-python/ruamel-yaml-clib: Stabilize 0.2.2-r1 arm, #750080

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

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

diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.2-r1.ebuild 
b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.2-r1.ebuild
index 8c81ae4bc54..062c3c384ae 100644
--- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.2-r1.ebuild
+++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.2-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="!

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

2020-10-19 Thread Sam James
commit: 75567583d4f609fc815e6665aa0532096601c875
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 05:05:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 05:06:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75567583

dev-python/vobject: Stabilize 0.9.6.1-r2 arm, #750080

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

 dev-python/vobject/vobject-0.9.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/vobject/vobject-0.9.6.1-r2.ebuild 
b/dev-python/vobject/vobject-0.9.6.1-r2.ebuild
index ba78ad69717..482765a9791 100644
--- a/dev-python/vobject/vobject-0.9.6.1-r2.ebuild
+++ b/dev-python/vobject/vobject-0.9.6.1-r2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE=""
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-10-19 Thread Sam James
commit: 474dc8501ee59debdece0d4a4a5f899b4161
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 05:05:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 05:06:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474dc850

dev-python/ruamel-yaml: Stabilize 0.16.12-r1 arm, #750080

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

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

diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild 
b/dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild
index 8ded1cb5202..cd41f1f6179 100644
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild
+++ b/dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]"
 



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

2020-10-19 Thread Hans de Graaff
commit: 869a7fa5342031886db4d8480d99f54266408bee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 20 05:17:58 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 20 05:18:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869a7fa5

net-vpn/libreswan: cleanup

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

 net-vpn/libreswan/Manifest |   1 -
 net-vpn/libreswan/libreswan-4.0.ebuild | 117 -
 2 files changed, 118 deletions(-)

diff --git a/net-vpn/libreswan/Manifest b/net-vpn/libreswan/Manifest
index 82c2739475e..0ce65bd9900 100644
--- a/net-vpn/libreswan/Manifest
+++ b/net-vpn/libreswan/Manifest
@@ -1,3 +1,2 @@
 DIST libreswan-3.32.tar.gz 4141631 BLAKE2B 
37a4cb5c1f52d69b17ba60abd2b7a181d9f5567914a453ab875185110aeda4d33ecdaacfc83e361f153860a1db66faec70e0ad06af65e310af28ae72ce68fc6a
 SHA512 
bb65512351059e2fac6f1c3ed1e291eabd6835faacf6d9c58649dd71dab1bb4fe6d6074178dea6dea01f24d39f3fbefd84c6060e4d8436b5d057fa55ae4467f3
-DIST libreswan-4.0.tar.gz 3426696 BLAKE2B 
8c4d636c5ac01760ac86ac9d5b918f05325040dd3e2ee55a21c0867a48a31082cfe9d36239b64a5b8b1db132a4ac4f73c9a93d5d1ac3b9e7a4009acaff40308d
 SHA512 
d3e615cdbe8e5c4700a491857c6d09d5fdae1aaeb10b8f6591d27e6663e049859eca47bfaf70ce1006f3b093902fc1fc63ec70dc526b65efd0d5d3c32743
 DIST libreswan-4.1.tar.gz 3427012 BLAKE2B 
2ec58a53756efd2dc8e6a9e305c1efd1e3b8b1aaa089d783e86cf19d747b99838de451a2f94965981e0e2342d5866c16f36c4cf07e7ab971f3e689f8616c28f6
 SHA512 
c98dfdf6bff17eda6f028e35653b822941665989e37974266bcc54fda20e05f71b86c1dfee858a8ba9a544f86e9217e8e08fa2dfe03ab011f6c2d039b4ee05fe

diff --git a/net-vpn/libreswan/libreswan-4.0.ebuild 
b/net-vpn/libreswan/libreswan-4.0.ebuild
deleted file mode 100644
index 8441c18499d..000
--- a/net-vpn/libreswan/libreswan-4.0.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd toolchain-funcs
-
-SRC_URI="https://download.libreswan.org/${P}.tar.gz";
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-
-DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
-HOMEPAGE="https://libreswan.org/";
-
-LICENSE="GPL-2 BSD-4 RSA DES"
-SLOT="0"
-IUSE="caps curl dnssec ldap networkmanager pam seccomp selinux systemd test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-libs/gmp:0=
-   dev-libs/libevent:0=
-   dev-libs/nspr
-   >=dev-libs/nss-3.42
-   >=sys-kernel/linux-headers-4.19
-   caps? ( sys-libs/libcap-ng )
-   curl? ( net-misc/curl )
-   dnssec? ( >=net-dns/unbound-1.9.1-r1:= net-libs/ldns )
-   ldap? ( net-nds/openldap )
-   pam? ( sys-libs/pam )
-   seccomp? ( sys-libs/libseccomp )
-   selinux? ( sys-libs/libselinux )
-   systemd? ( sys-apps/systemd:0= )
-"
-BDEPEND="
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/xmlto
-   dev-libs/nss
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-   test? ( dev-python/setproctitle )
-"
-RDEPEND="${DEPEND}
-   dev-libs/nss[utils(+)]
-   sys-apps/iproute2
-   !net-vpn/strongswan
-   selinux? ( sec-policy/selinux-ipsec )
-"
-
-usetf() {
-   usex "$1" true false
-}
-
-PATCHES=( "${FILESDIR}/${PN}-3.30-ip-path.patch" )
-
-src_prepare() {
-   sed -i -e 's:/sbin/runscript:/sbin/openrc-run:' 
initsystems/openrc/ipsec.init.in || die
-   sed -i -e '/^install/ s/postcheck//' -e '/^doinstall/ 
s/oldinitdcheck//' initsystems/systemd/Makefile || die
-   default
-}
-
-src_configure() {
-   tc-export AR CC
-   export PREFIX=/usr
-   export FINALEXAMPLECONFDIR=/usr/share/doc/${PF}
-   export FINALDOCDIR=/usr/share/doc/${PF}/html
-   export INITSYSTEM=openrc
-   export INITDDIRS=
-   export INITDDIR_DEFAULT=/etc/init.d
-   export USERCOMPILE=
-   export USERLINK=
-   export USE_DNSSEC=$(usetf dnssec)
-   export USE_LABELED_IPSEC=$(usetf selinux)
-   export USE_LIBCAP_NG=$(usetf caps)
-   export USE_LIBCURL=$(usetf curl)
-   export USE_LINUX_AUDIT=$(usetf selinux)
-   export USE_LDAP=$(usetf ldap)
-   export USE_NM=$(usetf networkmanager)
-   export USE_SECCOMP=$(usetf seccomp)
-   export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
-   export SD_WATCHDOGSEC=$(usex systemd 200 0)
-   export USE_XAUTHPAM=$(usetf pam)
-   export DEBUG_CFLAGS=
-   export OPTIMIZE_CFLAGS=
-   export WERROR_CFLAGS=
-}
-
-src_compile() {
-   emake all
-   emake -C initsystems INITSYSTEM=systemd 
SYSTEMUNITDIR="$(systemd_get_systemunitdir)" 
SYSTEMTMPFILESDIR="/usr/lib/tmpfiles.d" all
-}
-
-src_test() {
-   : # integration tests only that require set of kvms to be set up
-}
-
-src_install() {
-   default
-   emake -C initsystems INITSYSTEM=systemd 
SYSTEMUNITDIR="$(systemd_get_systemunitdir)" 
SYSTEMTMPFILESDIR="/usr/lib/tmpfiles.d" DESTDIR="${

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

2020-10-19 Thread Hans de Graaff
commit: 09542d432883b1df80f2821023794b9e68721ab5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 20 05:17:31 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 20 05:18:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09542d43

net-vpn/libreswan: add 4.1

Also properly pass CFLAGS and LDFLAGS to the build system.

Closes: https://bugs.gentoo.org/749747
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 net-vpn/libreswan/Manifest |   1 +
 net-vpn/libreswan/libreswan-4.1.ebuild | 117 +
 2 files changed, 118 insertions(+)

diff --git a/net-vpn/libreswan/Manifest b/net-vpn/libreswan/Manifest
index 66d52352d78..82c2739475e 100644
--- a/net-vpn/libreswan/Manifest
+++ b/net-vpn/libreswan/Manifest
@@ -1,2 +1,3 @@
 DIST libreswan-3.32.tar.gz 4141631 BLAKE2B 
37a4cb5c1f52d69b17ba60abd2b7a181d9f5567914a453ab875185110aeda4d33ecdaacfc83e361f153860a1db66faec70e0ad06af65e310af28ae72ce68fc6a
 SHA512 
bb65512351059e2fac6f1c3ed1e291eabd6835faacf6d9c58649dd71dab1bb4fe6d6074178dea6dea01f24d39f3fbefd84c6060e4d8436b5d057fa55ae4467f3
 DIST libreswan-4.0.tar.gz 3426696 BLAKE2B 
8c4d636c5ac01760ac86ac9d5b918f05325040dd3e2ee55a21c0867a48a31082cfe9d36239b64a5b8b1db132a4ac4f73c9a93d5d1ac3b9e7a4009acaff40308d
 SHA512 
d3e615cdbe8e5c4700a491857c6d09d5fdae1aaeb10b8f6591d27e6663e049859eca47bfaf70ce1006f3b093902fc1fc63ec70dc526b65efd0d5d3c32743
+DIST libreswan-4.1.tar.gz 3427012 BLAKE2B 
2ec58a53756efd2dc8e6a9e305c1efd1e3b8b1aaa089d783e86cf19d747b99838de451a2f94965981e0e2342d5866c16f36c4cf07e7ab971f3e689f8616c28f6
 SHA512 
c98dfdf6bff17eda6f028e35653b822941665989e37974266bcc54fda20e05f71b86c1dfee858a8ba9a544f86e9217e8e08fa2dfe03ab011f6c2d039b4ee05fe

diff --git a/net-vpn/libreswan/libreswan-4.1.ebuild 
b/net-vpn/libreswan/libreswan-4.1.ebuild
new file mode 100644
index 000..71193442767
--- /dev/null
+++ b/net-vpn/libreswan/libreswan-4.1.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd toolchain-funcs
+
+SRC_URI="https://download.libreswan.org/${P}.tar.gz";
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
+HOMEPAGE="https://libreswan.org/";
+
+LICENSE="GPL-2 BSD-4 RSA DES"
+SLOT="0"
+IUSE="caps curl dnssec ldap networkmanager pam seccomp selinux systemd test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-libs/gmp:0=
+   dev-libs/libevent:0=
+   dev-libs/nspr
+   >=dev-libs/nss-3.42
+   >=sys-kernel/linux-headers-4.19
+   caps? ( sys-libs/libcap-ng )
+   curl? ( net-misc/curl )
+   dnssec? ( >=net-dns/unbound-1.9.1-r1:= net-libs/ldns )
+   ldap? ( net-nds/openldap )
+   pam? ( sys-libs/pam )
+   seccomp? ( sys-libs/libseccomp )
+   selinux? ( sys-libs/libselinux )
+   systemd? ( sys-apps/systemd:0= )
+"
+BDEPEND="
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/xmlto
+   dev-libs/nss
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+   test? ( dev-python/setproctitle )
+"
+RDEPEND="${DEPEND}
+   dev-libs/nss[utils(+)]
+   sys-apps/iproute2
+   !net-vpn/strongswan
+   selinux? ( sec-policy/selinux-ipsec )
+"
+
+usetf() {
+   usex "$1" true false
+}
+
+PATCHES=( "${FILESDIR}/${PN}-3.30-ip-path.patch" )
+
+src_prepare() {
+   sed -i -e 's:/sbin/runscript:/sbin/openrc-run:' 
initsystems/openrc/ipsec.init.in || die
+   sed -i -e '/^install/ s/postcheck//' -e '/^doinstall/ 
s/oldinitdcheck//' initsystems/systemd/Makefile || die
+   default
+}
+
+src_configure() {
+   tc-export AR CC
+   export PREFIX=/usr
+   export FINALEXAMPLECONFDIR=/usr/share/doc/${PF}
+   export FINALDOCDIR=/usr/share/doc/${PF}/html
+   export INITSYSTEM=openrc
+   export INITDDIRS=
+   export INITDDIR_DEFAULT=/etc/init.d
+   export USERCOMPILE=${CFLAGS}
+   export USERLINK=${LDFLAGS}
+   export USE_DNSSEC=$(usetf dnssec)
+   export USE_LABELED_IPSEC=$(usetf selinux)
+   export USE_LIBCAP_NG=$(usetf caps)
+   export USE_LIBCURL=$(usetf curl)
+   export USE_LINUX_AUDIT=$(usetf selinux)
+   export USE_LDAP=$(usetf ldap)
+   export USE_NM=$(usetf networkmanager)
+   export USE_SECCOMP=$(usetf seccomp)
+   export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
+   export SD_WATCHDOGSEC=$(usex systemd 200 0)
+   export USE_XAUTHPAM=$(usetf pam)
+   export DEBUG_CFLAGS=
+   export OPTIMIZE_CFLAGS=
+   export WERROR_CFLAGS=
+}
+
+src_compile() {
+   emake all
+   emake -C initsystems INITSYSTEM=systemd 
SYSTEMUNITDIR="$(systemd_get_systemunitdir)" 
SYSTEMTMPFILESDIR="/usr/lib/tmpfiles.d" all
+}
+
+src_test() {
+   : # integration tests only that require set of kvms to be set up
+}
+
+src_install() {
+   default
+   emake -C initsystems IN

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

2020-10-19 Thread Hans de Graaff
commit: d46dc40ddcc1620fe7bd2f5a237135cdc246b2f6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 20 05:30:03 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 20 05:30:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46dc40d

dev-ruby/yard: drop removed bluetooth dep

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

 dev-ruby/yard/yard-0.9.20.ebuild | 2 +-
 dev-ruby/yard/yard-0.9.25.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/yard/yard-0.9.20.ebuild b/dev-ruby/yard/yard-0.9.20.ebuild
index 1857c467757..705177c1e40 100644
--- a/dev-ruby/yard/yard-0.9.20.ebuild
+++ b/dev-ruby/yard/yard-0.9.20.ebuild
@@ -26,7 +26,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
-ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )"
+ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/kramdown ) )"
 
 ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack )"
 

diff --git a/dev-ruby/yard/yard-0.9.25.ebuild b/dev-ruby/yard/yard-0.9.25.ebuild
index 929796ad647..c80862906ff 100644
--- a/dev-ruby/yard/yard-0.9.25.ebuild
+++ b/dev-ruby/yard/yard-0.9.25.ebuild
@@ -28,7 +28,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
-ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )"
+ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/kramdown ) )"
 
 ruby_add_bdepend "test? ( dev-ruby/rack )"
 



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

2020-10-19 Thread Hans de Graaff
commit: 88d053a295b565992d50608f225676674dfca2a8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 20 05:28:45 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 20 05:28:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d053a2

dev-ruby/yard: cleanup

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

 dev-ruby/yard/Manifest   |  1 -
 dev-ruby/yard/yard-0.9.24.ebuild | 54 
 2 files changed, 55 deletions(-)

diff --git a/dev-ruby/yard/Manifest b/dev-ruby/yard/Manifest
index 1b0e053aded..51458f0aff1 100644
--- a/dev-ruby/yard/Manifest
+++ b/dev-ruby/yard/Manifest
@@ -1,3 +1,2 @@
 DIST yard-0.9.20-git.tgz 921130 BLAKE2B 
37b1b2524147a1a8cb36c3835cce4e7666e2c8d3d5c187eb402000fb251df64111c4f104957ac9d28bd0e8d9328eb1d97571337ae54479626dcaab3cf07625a6
 SHA512 
b7e035a3598c8ef32fcbaae57254c0fb0cba875606b434571da2ef754f3171b5c42a4b3a45bd4bf41bce368f6fb7e448567f601a9cab5fbdae695bbec1b73608
-DIST yard-0.9.24-git.tgz 928072 BLAKE2B 
33d0c3c0931b1234814651eaee674cbb18722b15674575860b57c2c7992d160ffe8606290a2c887e61dcf095230a8d98abaa2ac41c92a761272d64ddeacced9e
 SHA512 
cf7f5973e03562c7081b7c213c6dffc01afdc1207f79f52fd51f7e6fd917cdc13e6b5b6e89c93dbe3c05338e3a1418e7c6e8d617e96613b8156b95868b60ce11
 DIST yard-0.9.25-git.tgz 930253 BLAKE2B 
35531a7e90ab99bad8d236ea4774a8aebc50eff5d78f60e2dfea8edb2af965dc60e8c02f8a1f95166e80d6f1ce21aca051b92b2511b88a7d87d2cc90e58bcd17
 SHA512 
855bf05ce45a965d534191b036831ec1cedc848e21196ed93cc7984d744328d9d5ba39664b4539a707a1556984990360cd27e085b830501ac8d72c6cebb3e689

diff --git a/dev-ruby/yard/yard-0.9.24.ebuild b/dev-ruby/yard/yard-0.9.24.ebuild
deleted file mode 100644
index 426e58e45e1..000
--- a/dev-ruby/yard/yard-0.9.24.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_DOCDIR="doc docs"
-
-RUBY_FAKEGEM_EXTRAINSTALL="templates"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Documentation generation tool for the Ruby programming language"
-HOMEPAGE="https://yardoc.org/";
-
-# The gem lakes the gemspec file needed to pass tests.
-SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )"
-
-ruby_add_bdepend "test? ( dev-ruby/rack )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die
-
-   sed -i -e '/samus/I s:^:#:' Rakefile || die
-
-   # Avoid specs that make assumptions on load ordering that are not
-   # true for us. This may be related to how we install in Gentoo. This
-   # also drops a test requirement on dev-ruby/rack.
-   rm -f spec/cli/server_spec.rb || die
-
-   # Avoid specs that only work with bundler
-   sed -i -e '/#initialize/,/^  end/ s:^:#:' spec/cli/yri_spec.rb || die
-   sed -e '/overwrites options with data in/askip "wrong assumptions on 
file access"' \
-   -e '/loads any gem plugins starting with/askip "wrong 
assumptions on file access"' \
-   -i spec/config_spec.rb || die
-
-   # Avoid redcarpet-specific spec that is not optional
-   sed -i -e '/autolinks URLs/askip "make redcarpet optional"' 
spec/templates/helpers/html_helper_spec.rb || die
-
-   # Avoid asciidoc-specific spec that is not optional
-   sed -i -e '/\(AsciiDoc specific\|AsciiDoc header\)/askip "skipping 
asciidoc test"' spec/templates/helpers/html_helper_spec.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-linuxcontainers/

2020-10-19 Thread Joonas Niilola
commit: 547362c58702d9b067ad7e4ddd2d82a689f9f1b0
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct 14 11:49:55 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct 20 05:43:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547362c5

app-crypt/openpgp-keys-linuxcontainers: new keys

 - used by LXC-related packages, such as lxd, lxc, lxcfs, lxc-templates.

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

 app-crypt/openpgp-keys-linuxcontainers/Manifest |  2 ++
 app-crypt/openpgp-keys-linuxcontainers/metadata.xml |  8 
 .../openpgp-keys-linuxcontainers-20201014.ebuild| 21 +
 3 files changed, 31 insertions(+)

diff --git a/app-crypt/openpgp-keys-linuxcontainers/Manifest 
b/app-crypt/openpgp-keys-linuxcontainers/Manifest
new file mode 100644
index 000..b0958454f66
--- /dev/null
+++ b/app-crypt/openpgp-keys-linuxcontainers/Manifest
@@ -0,0 +1,2 @@
+DIST 64792D67.asc 91149 BLAKE2B 
06c03b71dfd6242d8b33c4a2eeac02099a0a5139aa9fc7d82e2fae0dc78473b683bd5aa89ac4289576bb05d45dbb183007d7b488bf1c4cfaff4e307f75198af8
 SHA512 
838d18d84f3dd1199c5f811beedd083d2b704a99c5647dee543386f9c8cb05eadac3f987247aa11db240e5cd285dc2ef5c6f708a16f36abab41debf2a442b73b
+DIST FEA93624.asc 62695 BLAKE2B 
93aee7b0a6a0eedc5c0695c5389122b4daed62a5c1c875815a798d844c89f82485362ff157a82c29a6b252956734ba88b55482376fe19a9ef8875cdd964fcdde
 SHA512 
1b7f48fd145243773a0523e7b6d3f834377c299c06a2675da308d1b78b36c48a09277ec438b92bb55ca579dfb923f01f08df7471a7155532cbd60415f4db0430

diff --git a/app-crypt/openpgp-keys-linuxcontainers/metadata.xml 
b/app-crypt/openpgp-keys-linuxcontainers/metadata.xml
new file mode 100644
index 000..6b0a0fb3a72
--- /dev/null
+++ b/app-crypt/openpgp-keys-linuxcontainers/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+juip...@gentoo.org
+Joonas Niilola
+  
+

diff --git 
a/app-crypt/openpgp-keys-linuxcontainers/openpgp-keys-linuxcontainers-20201014.ebuild
 
b/app-crypt/openpgp-keys-linuxcontainers/openpgp-keys-linuxcontainers-20201014.ebuild
new file mode 100644
index 000..f34777f8ad6
--- /dev/null
+++ 
b/app-crypt/openpgp-keys-linuxcontainers/openpgp-keys-linuxcontainers-20201014.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenPGP keys used to sign LXC-related packages"
+HOMEPAGE="https://linuxcontainers.org/";
+SRC_URI="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x4880b8c9bd0e5106fc070f4f7b3c391efea93624
 -> FEA93624.asc
+   
https://keyserver.ubuntu.com/pks/lookup?op=hget&search=32873a3b691d14a1b2b2e09a7fb6ee0d
 -> 64792D67.asc"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
+
+S="${WORKDIR}"
+
+src_install() {
+   local files=( ${A} )
+   insinto /usr/share/openpgp-keys
+   newins - linuxcontainers.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}



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

2020-10-19 Thread Joonas Niilola
commit: 7967d9432c8565ca5e9c258f6096ac622f0b0650
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct 14 11:51:52 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct 20 05:43:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7967d943

app-emulation/lxc-templates: use verify-sig

Signed-off-by: Joonas Niilola  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17922
Signed-off-by: Joonas Niilola  gentoo.org>

 app-emulation/lxc-templates/Manifest   |  1 +
 app-emulation/lxc-templates/lxc-templates-3.0.4.ebuild | 12 +++-
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-emulation/lxc-templates/Manifest 
b/app-emulation/lxc-templates/Manifest
index 6606869c23c..292a5eb8bce 100644
--- a/app-emulation/lxc-templates/Manifest
+++ b/app-emulation/lxc-templates/Manifest
@@ -1 +1,2 @@
 DIST lxc-templates-3.0.4.tar.gz 257015 BLAKE2B 
599c0cb083cf358c8252467b3870450e754b2aa30daf8d72e07e746ce37e2fb26fecc0adf416325c9e02b1f98f5745af5985360e9494e5ed54a242a3e17330d4
 SHA512 
e5b628b40e7108fca858dbd9ae92495016069ff3cba7feb34e9559c7f61dfc36944a9ef441369952a988e821f8b5d883ae97b81f6eef0683a22f1f702b5b913e
+DIST lxc-templates-3.0.4.tar.gz.asc 833 BLAKE2B 
a125e46200cbc1bce6a721ba338b6c896098711a7454ee18a153b9e7a3d25e08ea29cf13accf25e8af085865237fe4b20d633c92d71103213a49ba7d80de0154
 SHA512 
1195a3d835935606af405af77d5ee629dc7b7c0f05a17c05df191f6275c8e7ebec9eb05201bbfb46060af5a36aba4f17b53122904fd10f2d8b28524f4e5b5e71

diff --git a/app-emulation/lxc-templates/lxc-templates-3.0.4.ebuild 
b/app-emulation/lxc-templates/lxc-templates-3.0.4.ebuild
index 32a572462f8..744cb45be22 100644
--- a/app-emulation/lxc-templates/lxc-templates-3.0.4.ebuild
+++ b/app-emulation/lxc-templates/lxc-templates-3.0.4.ebuild
@@ -3,25 +3,27 @@
 
 EAPI=7
 
-inherit autotools
+inherit autotools verify-sig
 
 DESCRIPTION="Old style template scripts for LXC"
 HOMEPAGE="https://linuxcontainers.org/ https://github.com/lxc/lxc-templates";
-SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz";
+SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz
+   verify-sig? ( https://linuxcontainers.org/downloads/lxc/${P}.tar.gz.asc 
)"
 
 KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 LICENSE="LGPL-3"
 SLOT="0"
 
-RDEPEND="
-   >=app-emulation/lxc-3.0"
-
+RDEPEND=">=app-emulation/lxc-3.0"
 DEPEND="${RDEPEND}"
+BDEPEND="verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
 
 PATCHES=( "${FILESDIR}/${PN}-3.0.1-no-cache-dir.patch" )
 DOCS=()
 
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/linuxcontainers.asc
+
 src_prepare() {
default
eautoreconf



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

2020-10-19 Thread Joonas Niilola
commit: 6ea68dea6dad047a5a946f4e000e69c2350bc09d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Oct 20 05:42:35 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct 20 05:43:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea68dea

sys-fs/lxcfs: bump to 4.0.6

 - now only supports sys-fs/fuse:3.

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

 sys-fs/lxcfs/Manifest   |  2 ++
 sys-fs/lxcfs/lxcfs-4.0.6.ebuild | 55 +
 2 files changed, 57 insertions(+)

diff --git a/sys-fs/lxcfs/Manifest b/sys-fs/lxcfs/Manifest
index 344a876047c..5ba9117585a 100644
--- a/sys-fs/lxcfs/Manifest
+++ b/sys-fs/lxcfs/Manifest
@@ -1 +1,3 @@
 DIST lxcfs-4.0.5.tar.gz 101842 BLAKE2B 
c916473e1b7ad42b8f69026a16810941c999d44ffcf1d456cb301411965f05e626338a5bde1e38fe99acd05f72bbcd5acbdcb2f65fa5ec183c967babcb8c70fd
 SHA512 
5c44aa7f43071a4316cc8702928fde2c928bd5654c9ab4d540152839db0d7dd235a861f263da56f02611941d46d22eee98e0cdd52aeaeda99f3c79c754d420a1
+DIST lxcfs-4.0.6.tar.gz 451636 BLAKE2B 
97de1825c4a91f4107dbee513246ff48a04956adce7a262a9744730067ac9c31fb6c7802757912640e58eb93504e12338e572acacf3ad300c1253eb517583226
 SHA512 
843ca196304efc963549c0e081bea4d58182887611da36232e875de4898d738111a967d89b4b49a9df51f25daf119ad2d488b8298cdef82926be03a7fa99a8a2
+DIST lxcfs-4.0.6.tar.gz.asc 833 BLAKE2B 
c5700c962a608fabc1a7ae4cd708c590a26dfebb72ea9c3db81500bb4e936e7f7358fbfb2c2a0e9531ffceb266d719bb3f6415f4d018ac1ba87b7b7ebddd21bf
 SHA512 
ceffb3dfe3b2751b944be08df84dc30c465b8cde12e16d37e54ce616e5f2032f287a475ca280da51bc4fc518904e64ea7f4681dd6070e63ebd7ecba8b09600e5

diff --git a/sys-fs/lxcfs/lxcfs-4.0.6.ebuild b/sys-fs/lxcfs/lxcfs-4.0.6.ebuild
new file mode 100644
index 000..eacb9ba10aa
--- /dev/null
+++ b/sys-fs/lxcfs/lxcfs-4.0.6.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd verify-sig
+
+DESCRIPTION="FUSE filesystem for LXC"
+HOMEPAGE="https://linuxcontainers.org/lxcfs/introduction/ 
https://github.com/lxc/lxcfs/";
+SRC_URI="https://linuxcontainers.org/downloads/lxcfs/${P}.tar.gz
+   verify-sig? ( 
https://linuxcontainers.org/downloads/lxcfs/${P}.tar.gz.asc )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-libs/glib:2
+   sys-fs/fuse:3"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-apps/help2man
+   verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
+
+RESTRICT="test"
+
+#S="${WORKDIR}/${PN}-${P}"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/linuxcontainers.asc
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # Without the localstatedir the filesystem isn't mounted correctly
+   # Without with-distro ./configure will fail when cross-compiling
+   econf --localstatedir=/var --with-distro=gentoo
+}
+
+src_test() {
+   cd tests/ || die
+   emake tests
+   ./main.sh || die "Tests failed"
+}
+
+src_install() {
+   default
+
+   newconfd "${FILESDIR}"/lxcfs-4.0.0.confd lxcfs
+   newinitd "${FILESDIR}"/lxcfs-4.0.0.initd lxcfs
+
+   # Provide our own service file (copy of upstream) due to paths being 
different from upstream,
+   # #728470
+   systemd_newunit "${FILESDIR}"/lxcfs-4.0.0.service lxcfs.service
+}



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

2020-10-19 Thread Joonas Niilola
commit: c2c9de4a8654d6c86937d2b11b229a08809385c9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct 14 11:50:43 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct 20 05:43:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c9de4a

app-emulation/lxd: use verify-sig

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

 app-emulation/lxd/Manifest |  1 +
 app-emulation/lxd/lxd-4.0.3.ebuild | 12 
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index afffed8ce51..84866a252c0 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -1 +1,2 @@
 DIST lxd-4.0.3.tar.gz 25468067 BLAKE2B 
5c3d8a2841d3222d070be39fb6cb63c99450a7edea86915a808230012f1a3b7a66c2c4a3c56be378f586c8ca033c4f547ed6eeb14bb09a091b3ae28c62fda7ae
 SHA512 
aaf7fe7473e04765263ff99f02041748f0e57abdd0311d734fbf1cbc461516bf6adad1bc42c9cfa58b4e87c28efb5186d9436fb0a1d309b23eb37fe95299ad6f
+DIST lxd-4.0.3.tar.gz.asc 833 BLAKE2B 
b889b7c3a85f325a4c47319b45c4828c4fc0cac2bae77341734827e737243802852c20a766ab72ce1a12e643502d108fec41b715d8eb820ec273c651b7745fb2
 SHA512 
993ad833832a551e0804f9e565542b5779352cad2bb32989a440a0be11b1ae6539e46fa3332d35e8be365026dacc21d847db544b62b3e11493100d3c9cb313e1

diff --git a/app-emulation/lxd/lxd-4.0.3.ebuild 
b/app-emulation/lxd/lxd-4.0.3.ebuild
index abda07f1be0..cecda7cf1eb 100644
--- a/app-emulation/lxd/lxd-4.0.3.ebuild
+++ b/app-emulation/lxd/lxd-4.0.3.ebuild
@@ -3,17 +3,18 @@
 
 EAPI=7
 
-inherit autotools bash-completion-r1 linux-info optfeature systemd
+inherit autotools bash-completion-r1 linux-info optfeature systemd verify-sig
 
 DESCRIPTION="Fast, dense and secure container management"
 HOMEPAGE="https://linuxcontainers.org/lxd/introduction/ 
https://github.com/lxc/lxd";
-SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz";
+SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz
+   verify-sig? ( https://linuxcontainers.org/downloads/lxd/${P}.tar.gz.asc 
)"
 
 # Needs to include licenses for all bundled programs and libraries.
 LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT MPL-2.0"
 SLOT="0"
 KEYWORDS="amd64"
-IUSE="apparmor +ipv6 nls"
+IUSE="apparmor +ipv6 nls verify-sig"
 
 DEPEND="app-arch/xz-utils
>=app-emulation/lxc-3.0.0[apparmor?,seccomp]
@@ -31,7 +32,8 @@ RDEPEND="${DEPEND}
sys-fs/squashfs-tools
virtual/acl"
 BDEPEND=">=dev-lang/go-1.13
-   nls? ( sys-devel/gettext )"
+   nls? ( sys-devel/gettext )
+   verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
 
 CONFIG_CHECK="
~BRIDGE
@@ -67,6 +69,8 @@ QA_PREBUILT="/usr/lib/lxd/libdqlite.so.0.0.1
 EGO_PN="github.com/lxc/lxd"
 GOPATH="${S}/_dist" # this seems to reset every now and then, though
 
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/linuxcontainers.asc
+
 common_op() {
local i
for i in dqlite raft; do



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

2020-10-19 Thread Joonas Niilola
commit: 2d43e26003ad71f44cbda60bccd0dbbedfb012ff
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Oct 20 06:04:39 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct 20 06:04:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d43e260

media-video/yle-dl: bump to 2020-10-19

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

 media-video/yle-dl/Manifest   |  1 +
 media-video/yle-dl/yle-dl-20201019.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/media-video/yle-dl/Manifest b/media-video/yle-dl/Manifest
index 15fe24536e0..0d2e5f8d2f3 100644
--- a/media-video/yle-dl/Manifest
+++ b/media-video/yle-dl/Manifest
@@ -1 +1,2 @@
 DIST yle-dl-20200807.tar.gz 62699 BLAKE2B 
9f92e8e37385c8936f39443179251f60fa01fcb2ad623852cebb4bc26aa111689d8132ca1871e914162399c26ea575d02a7811fcb6b55e27b1d942db428377cc
 SHA512 
fa38e0acb84fe968086a831c9d090a1a1387e58db0ca753aa25af65e42928542ea71b6a22988dd5e6a728b31de1da4d7dde02d2836bddec0bf52ec6dcbfa72ff
+DIST yle-dl-20201019.tar.gz 63349 BLAKE2B 
d52a2d1b26c1ae37a93d35aaa99c181492fc124267c0a7cb6bcc202b22ce6c31662e87a508d343aa9a8a93e30de908a02f20f1130aac2011349021df47cc777e
 SHA512 
b62dae1816eba69892541689cea79143c6828f4456023d7911a76fe6e415be3f644d1f6d80c4a0784ad67abd33ecff49b9d94adf86e6d9e3e90cc8ab99d8903d

diff --git a/media-video/yle-dl/yle-dl-20201019.ebuild 
b/media-video/yle-dl/yle-dl-20201019.ebuild
new file mode 100644
index 000..ec87a0a528e
--- /dev/null
+++ b/media-video/yle-dl/yle-dl-20201019.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Download media files from Yle Areena"
+HOMEPAGE="https://aajanki.github.io/yle-dl/ https://github.com/aajanki/yle-dl";
+SRC_URI="https://github.com/aajanki/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Requires an active internet connection during tests,
+# FEATURES="-network-sandbox" to test.
+RESTRICT="test"
+
+RDEPEND="${PYTHON_DEPS}
+   media-video/ffmpeg
+   net-misc/wget
+   >=dev-python/attrs-18.1.0[${PYTHON_USEDEP}]
+   >=dev-python/configargparse-0.13.0[${PYTHON_USEDEP}]
+   dev-python/future[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/progress[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+DEPEND="test? (
+   ${RDEPEND}
+   media-video/ffmpeg[gnutls]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+BDEPEND="${PYTHON_DEPS}"
+
+distutils_enable_tests setup.py
+
+DOCS=( COPYING ChangeLog README.fi README.md yledl.conf.sample )
+
+src_install() {
+   docompress -x "/usr/share/doc/${PF}/yledl.conf.sample"
+   distutils-r1_src_install
+}
+
+pkg_postinst() {
+   elog "Sample configuration file has been installed to "
+   elog " /usr/share/doc/yle-dl-${PV}/yledl.conf.sample"
+   elog ""
+   elog "Optional download engines: "
+   optfeature "youtube-dl download engine" net-misc/youtube-dl
+}



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

2020-10-19 Thread Sergei Trofimovich
commit: 3827d30e2832dd1a6bfd63895a6ddef96296f762
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:49:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:50:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3827d30e

dev-python/xmlschema: stable 1.2.4 for hppa

stable wrt bug #749534

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/xmlschema/xmlschema-1.2.4.ebuild 
b/dev-python/xmlschema/xmlschema-1.2.4.ebuild
index f8a15e09f33..0b1e2dba52f 100644
--- a/dev-python/xmlschema/xmlschema-1.2.4.ebuild
+++ b/dev-python/xmlschema/xmlschema-1.2.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-10-19 Thread Sergei Trofimovich
commit: d656180f947a19680e3b3acbde89405745e09c71
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:50:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:50:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d656180f

dev-python/pyrsistent: stable 0.17.3 for hppa

stable wrt bug #749489

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pyrsistent/pyrsistent-0.17.3.ebuild 
b/dev-python/pyrsistent/pyrsistent-0.17.3.ebuild
index 8bf7ed913dc..b2bf578484f 100644
--- a/dev-python/pyrsistent/pyrsistent-0.17.3.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.17.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P: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"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2020-10-19 Thread Sergei Trofimovich
commit: aab9f54ba74f80c334efce2432861f077a5132fd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:50:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:50:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab9f54b

media-sound/alsa-utils: stable 1.2.3 for hppa

stable wrt bug #749159

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-sound/alsa-utils/alsa-utils-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/alsa-utils/alsa-utils-1.2.3.ebuild 
b/media-sound/alsa-utils/alsa-utils-1.2.3.ebuild
index 5d213010f7e..684d2467754 100644
--- a/media-sound/alsa-utils/alsa-utils-1.2.3.ebuild
+++ b/media-sound/alsa-utils/alsa-utils-1.2.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.alsa-project.org/files/pub/utils/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="bat doc +libsamplerate +ncurses nls selinux"
 
 CDEPEND=">=media-libs/alsa-lib-${PV}



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

2020-10-19 Thread Sergei Trofimovich
commit: e170e6164e33845fcfe6de8f12250362f148d60a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:49:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:50:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e170e616

dev-python/scrypt: stable 0.8.16 for hppa

stable wrt bug #749525

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/scrypt/scrypt-0.8.16.ebuild 
b/dev-python/scrypt/scrypt-0.8.16.ebuild
index 7ac844e7b79..3ed6c2077cf 100644
--- a/dev-python/scrypt/scrypt-0.8.16.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.16.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/holgern/py-scrypt/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 SLOT="0"
 IUSE="libressl"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-ucm-conf/

2020-10-19 Thread Sergei Trofimovich
commit: 8ebcbc2369cf5d5439535fd7ec06a1cc94017770
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:50:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:50:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebcbc23

media-libs/alsa-ucm-conf: stable 1.2.3 for hppa

stable wrt bug #749159

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.3.ebuild 
b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.3.ebuild
index 803f070b024..c5756665d3d 100644
--- a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.3.ebuild
+++ b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2";
 LICENSE="BSD"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: app-shells/dash/

2020-10-19 Thread Sergei Trofimovich
commit: b04426901a5a4de358cb3a49951701c803e41a00
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:49:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:50:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0442690

app-shells/dash: stable 0.5.11.2 for hppa

stable wrt bug #749660

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-shells/dash/dash-0.5.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/dash/dash-0.5.11.2.ebuild 
b/app-shells/dash/dash-0.5.11.2.ebuild
index fe5875a2546..a8b866781ac 100644
--- a/app-shells/dash/dash-0.5.11.2.ebuild
+++ b/app-shells/dash/dash-0.5.11.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${P}.tar.gz";
 
 LICENSE="BSD"
 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 ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="libedit static"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-topology-conf/

2020-10-19 Thread Sergei Trofimovich
commit: 18e259ac7effdda20ae408a853cea91837907dd1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:50:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:50:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e259ac

media-libs/alsa-topology-conf: stable 1.2.3 for hppa

stable wrt bug #749159

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/alsa-topology-conf/alsa-topology-conf-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.3.ebuild 
b/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.3.ebuild
index 38457f550c8..b4e10859e5c 100644
--- a/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.3.ebuild
+++ b/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2";
 LICENSE="BSD"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="!

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

2020-10-19 Thread Sergei Trofimovich
commit: 3414d665cf4e1ae2c1849ef943d9d392914931fd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:50:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:50:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3414d665

media-libs/alsa-lib: stable 1.2.3.2-r1 for hppa

stable wrt bug #749159

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/alsa-lib/alsa-lib-1.2.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/alsa-lib/alsa-lib-1.2.3.2-r1.ebuild 
b/media-libs/alsa-lib/alsa-lib-1.2.3.2-r1.ebuild
index 51fbc5703d9..567bce71de4 100644
--- a/media-libs/alsa-lib/alsa-lib-1.2.3.2-r1.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.2.3.2-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="alisp debug doc elibc_uclibc python +thread-safety"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2020-10-19 Thread Sergei Trofimovich
commit: d776b6c2c44bcc90b37ffd1931be6f5ea3c8aa8f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:50:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:50:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d776b6c2

dev-libs/confuse: stable 3.2.2 for hppa

stable wrt bug #749387

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/confuse/confuse-3.2.2.ebuild 
b/dev-libs/confuse/confuse-3.2.2.ebuild
index 0c7a10b67ee..1fae3de3b32 100644
--- a/dev-libs/confuse/confuse-3.2.2.ebuild
+++ b/dev-libs/confuse/confuse-3.2.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar
 
 LICENSE="ISC"
 SLOT="0/2.0.0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 
 IUSE="nls static-libs"
 



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

2020-10-19 Thread Sam James
commit: 23501d1efa116037dedb3ab3f5e184bae0c9c6cf
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 06:52:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 06:53:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23501d1e

net-misc/unison: install docs for unison-2.48.15_p4

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

 15_p4-r1.ebuild => unison-2.48.15_p4-r2.ebuild} | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/net-misc/unison/unison-2.48.15_p4-r1.ebuild 
b/net-misc/unison/unison-2.48.15_p4-r2.ebuild
similarity index 83%
rename from net-misc/unison/unison-2.48.15_p4-r1.ebuild
rename to net-misc/unison/unison-2.48.15_p4-r2.ebuild
index d8102533b70..17bbdc2c4a4 100644
--- a/net-misc/unison/unison-2.48.15_p4-r1.ebuild
+++ b/net-misc/unison/unison-2.48.15_p4-r2.ebuild
@@ -5,17 +5,20 @@ EAPI=7
 
 inherit desktop xdg-utils
 
+# Use the docs for the last 'normal' release
+DOC_P="${PN}-2.48.4"
 DESCRIPTION="Two-way cross-platform file synchronizer"
 HOMEPAGE="https://www.seas.upenn.edu/~bcpierce/unison/";
 SRC_URI="https://github.com/bcpierce00/unison/archive/v${PV/_p/v}.tar.gz -> 
${P/_p/v}.tar.gz"
 # No manual.pdf or manual.html available for this version
-#  doc? ( 
https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.pdf
-#  
https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.html
 )"
+SRC_URI+=" doc? ( 
https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${DOC_VER}/${DOC_P}-manual.pdf
+   
https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${DOC_VER}/${DOC_P}-manual.html
 )
+"
 
 LICENSE="GPL-2"
 SLOT="$(ver_cut 1-2)"
 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris"
-IUSE="debug gtk +ocamlopt threads"
+IUSE="debug doc gtk +ocamlopt threads"
 
 # Upstream, for this version, has explicitly disabled test with marker
 # "Skipping some tests -- remove me!". Given the potentially destructive nature
@@ -77,14 +80,14 @@ src_install() {
 
if use gtk; then
newicon -s scalable ../icons/U.svg ${PN}-${SLOT}.svg
-   make_desktop_entry unison-${SLOT} "${PN} (${SLOT})" 
"${EPREFIX}/usr/share/${PN}/${PN}-${SLOT}.svg"
+   make_desktop_entry unison-${SLOT} "${PN} (${SLOT})" 
"${EPREFIX}/usr/share/icons/hicolor/scalable/apps/${PN}-${SLOT}.svg"
+   fi
+
+   if use doc; then
+   DOCS+=( "${DISTDIR}/${DOC_P}-manual.pdf" )
+   HTML_DOCS=( "${DISTDIR}/${DOC_P}-manual.html" )
fi
 
-# No manual.pdf or manual.html available for this version
-#  if use doc; then
-#  DOCS+=( "${DISTDIR}/${P}-manual.pdf" )
-#  HTML_DOCS=( "${DISTDIR}/${P}-manual.html" )
-#  fi
einstalldocs
 }
 



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

2020-10-19 Thread Sam James
commit: 5c8fccbbeebf1d85a671f4f326bba232d4b9c855
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 20 06:53:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 20 06:53:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8fccbb

net-misc/unison: fix icon path in 2.51.3_rc3

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

 .../unison/{unison-2.51.3_rc3.ebuild => unison-2.51.3_rc3-r1.ebuild}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/unison/unison-2.51.3_rc3.ebuild 
b/net-misc/unison/unison-2.51.3_rc3-r1.ebuild
similarity index 97%
rename from net-misc/unison/unison-2.51.3_rc3.ebuild
rename to net-misc/unison/unison-2.51.3_rc3-r1.ebuild
index 314ce0d4d1c..92975232568 100644
--- a/net-misc/unison/unison-2.51.3_rc3.ebuild
+++ b/net-misc/unison/unison-2.51.3_rc3-r1.ebuild
@@ -69,7 +69,7 @@ src_install() {
 
if use gtk; then
newicon -s scalable ../icons/U.svg ${PN}-${SLOT}.svg
-   make_desktop_entry unison-${SLOT} "${PN} (${SLOT})" 
"${EPREFIX}/usr/share/${PN}/${PN}-${SLOT}.svg"
+   make_desktop_entry unison-${SLOT} "${PN} (${SLOT})" 
"${EPREFIX}/usr/share/icons/hicolor/scalable/apps/${PN}-${SLOT}.svg"
fi
 
# No docs for release candidates



[gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/verilator/

2020-10-19 Thread Rui Huang
commit: f5d5eb90c8f3475515abcbc6f56e87d9ebf47602
Author: Huang Rui  gmail  com>
AuthorDate: Tue Oct 20 06:54:20 2020 +
Commit: Rui Huang  gmail  com>
CommitDate: Tue Oct 20 06:54:20 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5d5eb90

sci-electronics/verilator: bump to 4.102

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Huang Rui  gmail.com>

 sci-electronics/verilator/Manifest   |  1 +
 sci-electronics/verilator/verilator-4.102.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/sci-electronics/verilator/Manifest 
b/sci-electronics/verilator/Manifest
index ce3deaa4..1d42032e 100644
--- a/sci-electronics/verilator/Manifest
+++ b/sci-electronics/verilator/Manifest
@@ -1 +1,2 @@
 DIST verilator-4.100.tar.gz 2113464 BLAKE2B 
8f8b0d9f10680cc6763d3588056b6dbd3717f3697ce300d217c8f42636b847b39bc49c9a048e90f47fc87396f401da0dda67d06dc9ef327ab823c6d9cc3d0c60
 SHA512 
056a863bfbe6221c866f67c9c0c915ff282165d53d8e8f614b04cfed18cbe9ed5082bbcf4c1021ab391d20f5047c0185bc2be59d3e7204bf6cb1d2c48c79da4f
+DIST verilator-4.102.tar.gz 2128472 BLAKE2B 
5dabc2e0a74f336da84ff4006a63408d127e26996e4a6f454b2b1fa98e98792b5ab5dbc41e25db0a72b58e0b0352c58bb34868ddf0ee9234bce8569666a7d1b0
 SHA512 
85ccd09eaaa72d6afd5b68027d5cdec1d3223a81b51e13e3de794d301cb086ee3283b18d96c38f67908c3fe9a73b26172afbf7ce5cc3fd38874b631029b31997

diff --git a/sci-electronics/verilator/verilator-4.102.ebuild 
b/sci-electronics/verilator/verilator-4.102.ebuild
new file mode 100644
index ..800aa8b4
--- /dev/null
+++ b/sci-electronics/verilator/verilator-4.102.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools
+
+DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
+HOMEPAGE="
+   https://verilator.org
+   https://github.com/verilator/verilator
+"
+
+if [[ "${PV}" == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="|| ( Artistic-2 LGPL-3 )"
+SLOT="0"
+
+RDEPEND="
+   dev-lang/perl
+   sys-libs/zlib
+"
+
+DEPEND="
+   ${RDEPEND}
+"
+
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+"
+
+src_prepare() {
+   default
+   eautoconf --force
+}



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

2020-10-19 Thread Sergei Trofimovich
commit: 4edc7395350f1d7a660375042c8ca1dc1e238d1d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:56:32 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:57:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4edc7395

dev-python/xmlschema: stable 1.2.4 for ppc

stable wrt bug #749534

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/xmlschema/xmlschema-1.2.4.ebuild 
b/dev-python/xmlschema/xmlschema-1.2.4.ebuild
index 0b1e2dba52f..02da4d8d4de 100644
--- a/dev-python/xmlschema/xmlschema-1.2.4.ebuild
+++ b/dev-python/xmlschema/xmlschema-1.2.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-shells/dash/

2020-10-19 Thread Sergei Trofimovich
commit: 82e9e4b61ec23cb9bae095686e4629bf3d2d20f2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:56:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:57:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e9e4b6

app-shells/dash: stable 0.5.11.2 for ppc

stable wrt bug #749660

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-shells/dash/dash-0.5.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/dash/dash-0.5.11.2.ebuild 
b/app-shells/dash/dash-0.5.11.2.ebuild
index a8b866781ac..cfd85fbed0d 100644
--- a/app-shells/dash/dash-0.5.11.2.ebuild
+++ b/app-shells/dash/dash-0.5.11.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${P}.tar.gz";
 
 LICENSE="BSD"
 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 ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="libedit static"
 
 BDEPEND="virtual/pkgconfig"



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

2020-10-19 Thread Sergei Trofimovich
commit: 1bec5eee8477d6b23efb08d0a383325e5de1885b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:56:50 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:57:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bec5eee

dev-python/pyrsistent: stable 0.17.3 for ppc

stable wrt bug #749489

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pyrsistent/pyrsistent-0.17.3.ebuild 
b/dev-python/pyrsistent/pyrsistent-0.17.3.ebuild
index b2bf578484f..3f44f6c0bbf 100644
--- a/dev-python/pyrsistent/pyrsistent-0.17.3.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.17.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P: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"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2020-10-19 Thread Sergei Trofimovich
commit: afdc55c7782750c88c3ec2c3c52b755e0b0abc2a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:56:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:57:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afdc55c7

dev-python/coverage: stable 5.3 for ppc

stable wrt bug #749474

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/coverage/coverage-5.3.ebuild 
b/dev-python/coverage/coverage-5.3.ebuild
index 784cdd96fe3..b01cbc9f352 100644
--- a/dev-python/coverage/coverage-5.3.ebuild
+++ b/dev-python/coverage/coverage-5.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 #IUSE="test"
 # The tests are impossible to appease.  Please run them externally
 # via tox.  Or fix the ebuild if you have hours of time to spend



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

2020-10-19 Thread Sergei Trofimovich
commit: 5d8f65cba146c11683c6b39489d9fe2dad5a99b8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:56:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:57:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8f65cb

dev-python/scrypt: stable 0.8.16 for ppc

stable wrt bug #749525

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/scrypt/scrypt-0.8.16.ebuild 
b/dev-python/scrypt/scrypt-0.8.16.ebuild
index 3ed6c2077cf..6a6275c0a24 100644
--- a/dev-python/scrypt/scrypt-0.8.16.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.16.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/holgern/py-scrypt/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ppc ~ppc64 ~sparc x86"
 SLOT="0"
 IUSE="libressl"
 



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

2020-10-19 Thread Sergei Trofimovich
commit: 77847e12ee0743bedb23ef2a8fe521155c111d8e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:56:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:57:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77847e12

dev-python/msgpack: stable 1.0.0 for ppc

stable wrt bug #749483

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/msgpack/msgpack-1.0.0.ebuild 
b/dev-python/msgpack/msgpack-1.0.0.ebuild
index dee36f85292..fa06a8d1beb 100644
--- a/dev-python/msgpack/msgpack-1.0.0.ebuild
+++ b/dev-python/msgpack/msgpack-1.0.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc x86"
+KEYWORDS="~amd64 arm arm64 ppc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/

2020-10-19 Thread Sergei Trofimovich
commit: 5e86aa8db223f7c5d14eab4ce5f75e49dccfa017
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:57:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:57:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e86aa8d

net-wireless/bluez: stable 5.55 for ppc

stable wrt bug #749285

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-wireless/bluez/bluez-5.55.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/bluez/bluez-5.55.ebuild 
b/net-wireless/bluez/bluez-5.55.ebuild
index 96e03a5429e..b76339cbe68 100644
--- a/net-wireless/bluez/bluez-5.55.ebuild
+++ b/net-wireless/bluez/bluez-5.55.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz";
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="amd64 arm arm64 ~hppa ~mips ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ~ppc64 x86"
 IUSE="btpclient cups doc debug deprecated extra-tools experimental +mesh midi 
+obex +readline selinux systemd test test-programs +udev user-session"
 
 # Since this release all remaining extra-tools need readline support, but this 
could



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

2020-10-19 Thread Sergei Trofimovich
commit: 68ba53b9f9d1ce7a52191a94d27a8d6ae289b8ce
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 20 06:57:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 20 06:57:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ba53b9

dev-libs/confuse: stable 3.2.2 for ppc

stable wrt bug #749387

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/confuse/confuse-3.2.2.ebuild 
b/dev-libs/confuse/confuse-3.2.2.ebuild
index 1fae3de3b32..c28d53b975e 100644
--- a/dev-libs/confuse/confuse-3.2.2.ebuild
+++ b/dev-libs/confuse/confuse-3.2.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar
 
 LICENSE="ISC"
 SLOT="0/2.0.0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 
 IUSE="nls static-libs"
 



[gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/verilator/

2020-10-19 Thread Rui Huang
commit: cce533801c6aad1060c438805402f76ba14fa618
Author: Huang Rui  gmail  com>
AuthorDate: Tue Oct 20 06:58:26 2020 +
Commit: Rui Huang  gmail  com>
CommitDate: Tue Oct 20 06:58:26 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cce53380

sci-electronics/verilator: drop 4.100

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Huang Rui  gmail.com>

 sci-electronics/verilator/Manifest   |  1 -
 sci-electronics/verilator/verilator-4.100.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/sci-electronics/verilator/Manifest 
b/sci-electronics/verilator/Manifest
index 1d42032e..8d77541f 100644
--- a/sci-electronics/verilator/Manifest
+++ b/sci-electronics/verilator/Manifest
@@ -1,2 +1 @@
-DIST verilator-4.100.tar.gz 2113464 BLAKE2B 
8f8b0d9f10680cc6763d3588056b6dbd3717f3697ce300d217c8f42636b847b39bc49c9a048e90f47fc87396f401da0dda67d06dc9ef327ab823c6d9cc3d0c60
 SHA512 
056a863bfbe6221c866f67c9c0c915ff282165d53d8e8f614b04cfed18cbe9ed5082bbcf4c1021ab391d20f5047c0185bc2be59d3e7204bf6cb1d2c48c79da4f
 DIST verilator-4.102.tar.gz 2128472 BLAKE2B 
5dabc2e0a74f336da84ff4006a63408d127e26996e4a6f454b2b1fa98e98792b5ab5dbc41e25db0a72b58e0b0352c58bb34868ddf0ee9234bce8569666a7d1b0
 SHA512 
85ccd09eaaa72d6afd5b68027d5cdec1d3223a81b51e13e3de794d301cb086ee3283b18d96c38f67908c3fe9a73b26172afbf7ce5cc3fd38874b631029b31997

diff --git a/sci-electronics/verilator/verilator-4.100.ebuild 
b/sci-electronics/verilator/verilator-4.100.ebuild
deleted file mode 100644
index 800aa8b4..
--- a/sci-electronics/verilator/verilator-4.100.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools
-
-DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
-HOMEPAGE="
-   https://verilator.org
-   https://github.com/verilator/verilator
-"
-
-if [[ "${PV}" == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="|| ( Artistic-2 LGPL-3 )"
-SLOT="0"
-
-RDEPEND="
-   dev-lang/perl
-   sys-libs/zlib
-"
-
-DEPEND="
-   ${RDEPEND}
-"
-
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-"
-
-src_prepare() {
-   default
-   eautoconf --force
-}



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

2020-10-19 Thread Kent Fredric
commit: 8796eb11ef7d7103d079813822f2f5579038e6bc
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 07:06:30 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 07:09:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8796eb11

dev-libs/nettle: 3.6-r3 keyword ~m68k re bug #749657

Full test compliment performed under qemu-m68k chroot, and its
incredibly unlikely somebody will ever do this natively due to the
time it will take.

Required as a dependency of @system even on ultra-minimal no-config
installs, as a result of sys-apps/portage[rsync-verify] defaulting
to enabled.

sys-apps/portage w/ USE=rsync-verify (default)
|- app-portage/gemato
|  - app-crypt/gnupg
|- app-crypt/gnupg w/ USE=ssl (linux/make.defaults,required)
   - net-libs/gnutls
- dev-libs/nettle

It also gets pulled via perl

dev-lang/perl w/ USE=-minimal (default)
 - app-admin/perl-cleaner
  - app-portage/portage-utils w/ USE=qmanifest (default)
   - app-crypt/gpgme
- app-crypt/gnupg w/ USE="ssl" (optional)
 - net-libs/gnutls
  - dev-libs/nettle

Closes: https://bugs.gentoo.org/749657
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-libs/nettle/nettle-3.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/nettle/nettle-3.6-r3.ebuild 
b/dev-libs/nettle/nettle-3.6-r3.ebuild
index be9492fe444..a09c279122e 100644
--- a/dev-libs/nettle/nettle-3.6-r3.ebuild
+++ b/dev-libs/nettle/nettle-3.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0/8-6" # subslot = libnettle - libhogweed soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+asm doc +gmp static-libs test cpu_flags_x86_aes cpu_flags_arm_neon 
cpu_flags_x86_sha"
 RESTRICT="!test? ( test )"
 



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

2020-10-19 Thread Miroslav Šulc
commit: bddc05cdddf8f7619988be67b1c762aeb60522f0
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Oct 19 07:10:01 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Oct 19 07:10:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddc05cd

dev-java/hamcrest-generator: removed old 1.1

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

 dev-java/hamcrest-generator/Manifest   |  1 -
 .../hamcrest-generator/files/1.1-build.xml.patch   | 93 --
 .../hamcrest-generator-1.1.ebuild  | 52 
 3 files changed, 146 deletions(-)

diff --git a/dev-java/hamcrest-generator/Manifest 
b/dev-java/hamcrest-generator/Manifest
index 086c45b53bc..480364f4e8f 100644
--- a/dev-java/hamcrest-generator/Manifest
+++ b/dev-java/hamcrest-generator/Manifest
@@ -1,2 +1 @@
-DIST hamcrest-1.1.tgz 1670123 BLAKE2B 
2b1242a782949e084374918778c17f20b3b09746521949c12153cf1e599ab38a2a5a2bf0174d9676a8146cfab1e3f7c91a8a1b3ec829dd617f34f92c6852b931
 SHA512 
07b55c539ffcd3b1d33e94bec518164b95cefa39d96e0c3d02fc97c0a20f71bd8d1dea90a59ffd163e748ed1007b087c3d0d355876a68a429e8e564d0cfd3595
 DIST hamcrest-1.3.tgz 3686096 BLAKE2B 
38ff91a524064cb00b4d2e82c0a50a2df870bbb0a6e43055f33ce344a1dc8de3760530652691db26aa42890d8517940c038a570b5acaaf91b7e970aca7df3493
 SHA512 
5672bc627bc71d6fd64b6f776b89ac16ed68819fa4a0748c1250b57f1065c1e7e18ba184d9fe3392e54000ddeb353d0d8d67f4eecdf464974563f05c6b226fc2

diff --git a/dev-java/hamcrest-generator/files/1.1-build.xml.patch 
b/dev-java/hamcrest-generator/files/1.1-build.xml.patch
deleted file mode 100644
index c8f087ba8f1..000
--- a/dev-java/hamcrest-generator/files/1.1-build.xml.patch
+++ /dev/null
@@ -1,93 +0,0 @@
-diff --git a/hamcrest-1.1/build.xml b/hamcrest-1.1/build.xml
-index f819d3d..18fba83 100644
 a/hamcrest-1.1/build.xml
-+++ b/hamcrest-1.1/build.xml
-@@ -28,18 +28,6 @@
-  classpath="
-lib/generator/qdox-1.6.1.jar;
-  "/>
--
--
--
--
--
--
--
- 
- 
- 
- 
- 
--
--
--
--  
-+
-+
-+
-+  
- 
-@@ -121,7 +109,7 @@
-  destjar="build/hamcrest-unit-test-${version}.jar"
-  classpath="
- build/hamcrest-core-${version}.jar;
--build/hamcrest-library-${version}.jar;
-+build/hamcrest-library-${version}.jar;
-   build/hamcrest-text-${version}.jar;
- build/hamcrest-integration-${version}.jar;
- build/hamcrest-generator-${version}.jar"/>
-@@ -164,7 +152,7 @@
- 
- 
- 
--
-+
- 
- 
- 
-@@ -221,7 +209,7 @@
- 
-   
-   
--  
-+  
-   
-   
-   
-@@ -251,14 +239,10 @@
- 
- 
- 
--
--
--
--
- 
- 
- 
- 
- 
- 
--
-+

diff --git a/dev-java/hamcrest-generator/hamcrest-generator-1.1.ebuild 
b/dev-java/hamcrest-generator/hamcrest-generator-1.1.ebuild
deleted file mode 100644
index 19e54674594..000
--- a/dev-java/hamcrest-generator/hamcrest-generator-1.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-MY_PN="hamcrest"
-MY_P="${MY_PN}-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Code generator for Hamcrest's library of matchers for building 
test expressions"
-HOMEPAGE="https://github.com/hamcrest";
-SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-CDEPEND="dev-java/qdox:1.6"
-
-DEPEND=">=virtual/jdk-1.5
-   userland_GNU? ( sys-apps/findutils )
-   ${CDEPEND}"
-
-RDEPEND=">=virtual/jre-1.5
-   ${CDEPEND}"
-
-EANT_BUILD_TARGET="generator"
-EANT_TEST_TARGET="unit-test"
-EANT_EXTRA_ARGS="-Dversion=${PV}"
-EANT_GENTOO_CLASSPATH_EXTRA="${S}/build/temp/${PN}-${PV}-nodeps.jar"
-
-java_prepare() {
-   epatch "${FILESDIR}"/${PV}-build.xml.patch
-
-   find -iname "*.jar" -exec rm -v {} + || die "Unable to remove bundled 
JAR files"
-
-   # These jars must be symlinked.  Specifying them using gentoo.classpath
-   # does not work.
-   java-pkg_jar-from --into lib/generator qdox-1.6 qdox.jar qdox-1.6.1.jar
-}
-
-src_install() {
-   java-pkg_newjar build/temp/${PN}-${PV}-nodeps.jar ${PN}.jar
-
-   dodoc README.txt CHANGES.txt
-
-   use source && java-pkg_dosr

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

2020-10-19 Thread Miroslav Šulc
commit: c391898579be71b89d885b52e02321986118d977
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Oct 19 07:08:14 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Oct 19 07:10:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3918985

dev-java/hamcrest-generator: increased min java version to 1.8

Closes: https://bugs.gentoo.org/749846
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Miroslav Šulc  gentoo.org>

 ...est-generator-1.3-r1.ebuild => hamcrest-generator-1.3-r2.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-java/hamcrest-generator/hamcrest-generator-1.3-r1.ebuild 
b/dev-java/hamcrest-generator/hamcrest-generator-1.3-r2.ebuild
similarity index 93%
rename from dev-java/hamcrest-generator/hamcrest-generator-1.3-r1.ebuild
rename to dev-java/hamcrest-generator/hamcrest-generator-1.3-r2.ebuild
index 14529ec5b9f..ddc289d736b 100644
--- a/dev-java/hamcrest-generator/hamcrest-generator-1.3-r1.ebuild
+++ b/dev-java/hamcrest-generator/hamcrest-generator-1.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -21,11 +21,11 @@ KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-macos ~x64-macos 
~x86-macos"
 
 CDEPEND=">=dev-java/qdox-1.12-r1:1.12"
 
-DEPEND=">=virtual/jdk-1.5
+DEPEND=">=virtual/jdk-1.8
userland_GNU? ( sys-apps/findutils )
${CDEPEND}"
 
-RDEPEND=">=virtual/jre-1.5
+RDEPEND=">=virtual/jre-1.8
${CDEPEND}"
 
 EANT_BUILD_TARGET="generator"



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

2020-10-19 Thread Michał Górny
commit: 6d71c30273359ddb890fb2eed49d615e5bc44b6c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 19 06:51:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 19 08:13:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d71c302

dev-python/scipy: Bump to 1.5.3

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

 dev-python/scipy/Manifest   |   3 +
 dev-python/scipy/scipy-1.5.3.ebuild | 160 
 2 files changed, 163 insertions(+)

diff --git a/dev-python/scipy/Manifest b/dev-python/scipy/Manifest
index 7677a3c2048..ecea6fa05fb 100644
--- a/dev-python/scipy/Manifest
+++ b/dev-python/scipy/Manifest
@@ -7,3 +7,6 @@ DIST scipy-1.4.1.tar.gz 24555206 BLAKE2B 
e35f6234404839cbd24d463c8cc2f1ea66aed91
 DIST scipy-1.5.2-html.zip 23166876 BLAKE2B 
a90d6a2eb25c56147c0c1cccb58cddd230c20cd70dcc5c39b7307acaeac5320ff1c6ed46e3027ec40f604db503a90620cf87212e45f3158c667ec20d95bac649
 SHA512 
35c675821675844b163eacdaf448173edb78adb5e9f3e438a70809b8b59425a987fd3ed7d6f7863612111ece4a6a36504279ef4492166f5e24a9b2c7ea9d21e7
 DIST scipy-1.5.2-ref.pdf 33462200 BLAKE2B 
5784612eb41221a02520778d72341702a7dd4ee8c0147592e170054107219b03af4ccebe1f5e2a57f90f3b892455f95ec45d8eac8e4a7155e21e9ae0526b302f
 SHA512 
15961b7280eb903d2db7a05915b94b3c298cabf68a6694da217680e23fe621885dd169dc88a033ee001a89bc6e6b13ef787ec61009f6ffe38aeaa2dfb84f8a47
 DIST scipy-1.5.2.tar.gz 25423944 BLAKE2B 
0a4987da0cde4f33bbb0e2be571b59e9064b1c6554c61c1655100abdecfde54d64845cd30c5b3fcac3ae7426572757aa9a66065dd3b48e6e4cdd4d0ea847868e
 SHA512 
45463df30a0f6270d9f4cf52235f31607904a6ae1375e12600e7f1ab2d27b1dc25a6211b49dceb71506be22c756890adaf9f81d9e6be7455def86c9caf0dc923
+DIST scipy-1.5.3-html.zip 23172844 BLAKE2B 
eb90cb6d54ff1a6afeff387baccc273df4491a5d37202afa2a8dcebc29ecacf11784e2427fd9b91db954d13c418dae26619d172487515747f49ef6e41f793310
 SHA512 
cd7131efeccef2095955a3f6d5260d6f3d6d038668d686e556acf87f7aa4d85df576474b4feb7939c3eba51e81dc264590813483427db22038a09164f44f75b0
+DIST scipy-1.5.3-ref.pdf 33463958 BLAKE2B 
58939157eb5473278e1cde11a992082824e23220a83c6b3b87f219a12d7449a2290ce845e62d04fdbffb58ab9f6598da153b9ab75a139a071944e73738f19a1f
 SHA512 
66dcb4e507f3f29ad82cc989e93dabe55e7c8147795ed8ed419c15ab50b0d6612e63dd918cab0640ab2085c68b1d14a3981d6da089baa4b4c2d302846aa4c496
+DIST scipy-1.5.3.tar.gz 25234560 BLAKE2B 
734f29b7e3f6591b265ec43e173d1303683e2fcfa493cc03d71222fb34ccbc1bb6498d0a9c814d7cb3b08f8d82f06829a2280e46bab733f1c4d6c57742555d70
 SHA512 
ac65196179663905cf813e023cbbc4c0ef42948425d8190db9218339e23dc3a53e788759f0d7bb986395f8b86f6e97f5de87704ef70445d9f9c10c4ceee8e104

diff --git a/dev-python/scipy/scipy-1.5.3.ebuild 
b/dev-python/scipy/scipy-1.5.3.ebuild
new file mode 100644
index 000..a3d305b0846
--- /dev/null
+++ b/dev-python/scipy/scipy-1.5.3.ebuild
@@ -0,0 +1,160 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE="threads(+)"
+
+DOC_PV=${PV}
+
+inherit fortran-2 distutils-r1 flag-o-matic multiprocessing toolchain-funcs
+
+DESCRIPTION="Scientific algorithms library for Python"
+HOMEPAGE="https://www.scipy.org/";
+SRC_URI="
+   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+   doc? (
+   https://docs.scipy.org/doc/${PN}-${DOC_PV}/${PN}-html-${PV}.zip 
-> ${PN}-${DOC_PV}-html.zip
+   https://docs.scipy.org/doc/${PN}-${DOC_PV}/${PN}-ref-${PV}.pdf 
-> ${PN}-${DOC_PV}-ref.pdf
+   )"
+
+LICENSE="BSD LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+IUSE="doc sparse test"
+RESTRICT="!test? ( test )"
+
+CDEPEND="
+   >=dev-python/numpy-1.10[lapack,${PYTHON_USEDEP}]
+   sci-libs/arpack:0=
+   virtual/cblas
+   virtual/lapack
+   sparse? ( sci-libs/umfpack:0= )"
+DEPEND="${CDEPEND}
+   dev-lang/swig
+   >=dev-python/cython-0.29.13[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-36[${PYTHON_USEDEP}]
+   dev-python/pybind11[${PYTHON_USEDEP}]
+   virtual/pkgconfig
+   doc? ( app-arch/unzip )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+RDEPEND="${CDEPEND}
+   dev-python/pillow[${PYTHON_USEDEP}]"
+
+DOCS=( HACKING.rst.txt THANKS.txt )
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+src_unpack() {
+   default
+   if use doc; then
+   unzip -qo "${DISTDIR}"/${PN}-${DOC_PV}-html.zip -d html || die
+   fi
+}
+
+pc_incdir() {
+   $(tc-getPKG_CONFIG) --cflags-only-I $@ | \
+   sed -e 's/^-I//' -e 's/[ ]*-I/:/g' -e 's/[ ]*$//' -e 's|^:||'
+}
+
+pc_libdir() {
+   $(tc-getPKG_CONFIG) --libs-only-L $@ | \
+   sed -e 's/^-L//' -e 's/[ ]*-L/:/g' -e 's/[ ]*$//' -e 's|^:||'
+}
+
+pc_libs() {
+   $(tc-getPKG_CONFIG) --libs-only-l $@ | \
+   sed -e 's/[ ]-l*\(pthread\|m\)\([ ]\|$\

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

2020-10-19 Thread Georgy Yakovlev
commit: bb648cee79874097b2f6f1d020e14049757c8a71
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Oct 19 08:33:03 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Oct 19 08:33:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb648cee

dev-java/oracle-javamail: revbump, attempt to fix with new javatoolkit

Bug: https://bugs.gentoo.org/698954
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../oracle-javamail-1.5.6-r1.ebuild| 45 ++
 1 file changed, 45 insertions(+)

diff --git a/dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild 
b/dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild
new file mode 100644
index 000..c8d1d9a1a11
--- /dev/null
+++ b/dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="A Java-based framework to build multiplatform mail and messaging 
applications"
+HOMEPAGE="https://java.net/projects/javamail/pages/Home";
+SRC_URI="https://java.net/projects/javamail/downloads/download/source/javamail-${PV}-src.zip
 -> ${P}.zip"
+
+# either of these
+LICENSE="CDDL GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="virtual/jdk:1.8"
+RDEPEND="virtual/jre:1.8"
+
+S="${WORKDIR}"
+
+src_unpack() {
+   default
+
+   # build.xml expects it here
+   mkdir -p legal/src/main/resources/META-INF || die
+   cp mail/src/main/resources/META-INF/LICENSE.txt \
+   legal/src/main/resources/META-INF || die
+}
+
+EANT_DOC_TARGET="docs"
+EANT_EXTRA_ARGS="-Dspec.dir=doc/spec"
+JAVA_PKG_BSFIX="off" #https://bugs.gentoo.org/698954
+
+src_install() {
+   java-pkg_dojar target/release/mail.jar
+
+   dodoc doc/release/{CHANGES,COMPAT,NOTES,NTLMNOTES,README,SSLNOTES}.txt
+   dohtml -r doc/release/{*.html,images}
+
+   use doc && java-pkg_dojavadoc target/release/docs/javadocs
+   use source && java-pkg_dosrc mail/src/main/java
+}



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

2020-10-19 Thread Michał Górny
commit: 5286386a9f28ed16f7043c19ae2b2a4672a6705a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 19 08:53:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 19 09:16:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5286386a

dev-python/sentry-sdk: Bump to 0.19.1

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

 dev-python/sentry-sdk/Manifest |  1 +
 dev-python/sentry-sdk/sentry-sdk-0.19.1.ebuild | 85 ++
 2 files changed, 86 insertions(+)

diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index 0fabe228d5a..d654f7561ec 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -4,3 +4,4 @@ DIST sentry-sdk-0.17.7.tar.gz 184034 BLAKE2B 
de71b2e270594abe2e16d7e2fb9db3028e3
 DIST sentry-sdk-0.17.8.tar.gz 184271 BLAKE2B 
d34f881632e66d5db5cad0c6979de6c3c6205119af30b34996122ff7aff1ed7c3dd0c1603e57163f5d72c8525921f9af7c3e1c729adb14b43dbcee0aa4bd9fc5
 SHA512 
84ae0ca888457ed833b416320c45040e522a656d7c3ca0d64639f179e7be3237f53cfe4827e986a50d37bd7b61da765ed8c00ea663d478874cc47623ccf47a51
 DIST sentry-sdk-0.18.0.tar.gz 186389 BLAKE2B 
f531d68a1244c34d267cb332263c996afad31f7f72710b868e14850f06de6225a11fc37dca9ff820fc14d2f1b29919cfb10f59b7dc4449c0734458c6bd1b9816
 SHA512 
4c78418392668b1e061f0d6b88d3cc3511db138a99b08df50d2e610a7d8a5528ad83943ef1cfda8d508cb3b52f511f872ac87439460254a6b28348c9bb92406c
 DIST sentry-sdk-0.19.0.tar.gz 186477 BLAKE2B 
67e538526d39f814827f2d53ca2b8f59f1a3f13e3a0622e5a1ae8870c04d320dadac2c93e8afa786b47feb9295e6e50beb831112448ab89a1eaae750895378df
 SHA512 
5bf598af1fd7a565fd20f38a3e4961136fc2d102cdb9810cb43802e696897669ae679d82dec14cef5cdf0d3ee9dc7a3def39457b733b1018dd91f82066e2422f
+DIST sentry-sdk-0.19.1.tar.gz 186747 BLAKE2B 
ae26751ac2e640b86b3c7426829e699cfdbd1c35e70edf0f1f835e35da82f658990a5f61adc4e7b93b032f6c9824d0df90bb2146f125c1fb846c3436228d5516
 SHA512 
dd4234a36920893e55026ba5ab8b1476cbc91b035a4b4c78f9dcf29cc8e232dc49c6f7312b8fb3d64cf469552d08ef5cadb65d3a7fb58ba73b87e43375c27c8d

diff --git a/dev-python/sentry-sdk/sentry-sdk-0.19.1.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-0.19.1.ebuild
new file mode 100644
index 000..1e52e8d5510
--- /dev/null
+++ b/dev-python/sentry-sdk/sentry-sdk-0.19.1.ebuild
@@ -0,0 +1,85 @@
+# 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="Python client for Sentry"
+HOMEPAGE="https://getsentry.com https://pypi.org/project/sentry-sdk/";
+SRC_URI="https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/sentry-python-${PV}"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   dev-python/certifi[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/asttokens[${PYTHON_USEDEP}]
+   

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

2020-10-19 Thread Michael Palimaka
commit: 7e172c708f718c5bbdc810800a8b4c41f6e12faa
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Oct 19 09:28:52 2020 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Oct 19 09:29:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e172c70

sys-apps/apparmor-utils: add missing dependencies

Closes: https://bugs.gentoo.org/749834
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Michael Palimaka  gentoo.org>

 .../{apparmor-utils-3.0.0.ebuild => apparmor-utils-3.0.0-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-apps/apparmor-utils/apparmor-utils-3.0.0.ebuild 
b/sys-apps/apparmor-utils/apparmor-utils-3.0.0-r1.ebuild
similarity index 96%
rename from sys-apps/apparmor-utils/apparmor-utils-3.0.0.ebuild
rename to sys-apps/apparmor-utils/apparmor-utils-3.0.0-r1.ebuild
index fb89112dc69..5dceaae3b4d 100644
--- a/sys-apps/apparmor-utils/apparmor-utils-3.0.0.ebuild
+++ b/sys-apps/apparmor-utils/apparmor-utils-3.0.0-r1.ebuild
@@ -33,6 +33,8 @@ RDEPEND="${COMMON_DEPEND}
dev-perl/Locale-gettext
dev-perl/RPC-XML
dev-perl/TermReadKey
+   dev-python/notify2[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
virtual/perl-Data-Dumper
virtual/perl-Getopt-Long"
 



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

2020-10-19 Thread Miroslav Šulc
commit: 5a4de0cb8a5a2c58023c58167b14996352461dda
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Oct 19 09:38:48 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Oct 19 09:39:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4de0cb

dev-java/hamcrest-core: increased min java version to 1.8

Closes: https://bugs.gentoo.org/749846
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../{hamcrest-core-1.1-r1.ebuild => hamcrest-core-1.1-r3.ebuild}  | 6 +++---
 .../{hamcrest-core-1.3.ebuild => hamcrest-core-1.3-r1.ebuild} | 8 
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-java/hamcrest-core/hamcrest-core-1.1-r1.ebuild 
b/dev-java/hamcrest-core/hamcrest-core-1.1-r3.ebuild
similarity index 89%
rename from dev-java/hamcrest-core/hamcrest-core-1.1-r1.ebuild
rename to dev-java/hamcrest-core/hamcrest-core-1.1-r3.ebuild
index 78621915ae7..774a1f93f05 100644
--- a/dev-java/hamcrest-core/hamcrest-core-1.1-r1.ebuild
+++ b/dev-java/hamcrest-core/hamcrest-core-1.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,10 +20,10 @@ KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux 
~x86-macos ~x64-solaris"
 IUSE=""
 
 RDEPEND="
-   >=virtual/jre-1.6"
+   >=virtual/jre-1.8"
 
 DEPEND="
-   >=virtual/jdk-1.6
+   virtual/jdk:1.8
source? ( app-arch/zip )"
 
 S="${WORKDIR}/JavaHamcrest-${MY_PN}-java-${PV}"

diff --git a/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild 
b/dev-java/hamcrest-core/hamcrest-core-1.3-r1.ebuild
similarity index 91%
rename from dev-java/hamcrest-core/hamcrest-core-1.3.ebuild
rename to dev-java/hamcrest-core/hamcrest-core-1.3-r1.ebuild
index c57f1153be9..f6a4828bbca 100644
--- a/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild
+++ b/dev-java/hamcrest-core/hamcrest-core-1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -19,11 +19,11 @@ LICENSE="BSD-2"
 SLOT="${PV}"
 KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
 
-DEPEND=">=virtual/jdk-1.5
-   ~dev-java/hamcrest-generator-${PV}
+DEPEND="virtual/jdk:1.8
+   ~dev-java/hamcrest-generator-${PV}:1.3
userland_GNU? ( sys-apps/findutils )"
 
-RDEPEND=">=virtual/jre-1.5"
+RDEPEND=">=virtual/jre-1.8"
 
 JAVA_ANT_REWRITE_CLASSPATH="true"
 JAVA_ANT_CLASSPATH_TAGS="${JAVA_ANT_CLASSPATH_TAGS} java java-to-jar"



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

2020-10-19 Thread Miroslav Šulc
commit: 3419eb683ee69a5f038275efdcd9e009386487a3
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Oct 19 10:19:38 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Oct 19 10:19:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3419eb68

dev-java/hamcrest-core: switched to tar.gz in 1.1-r3

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

 dev-java/hamcrest-core/Manifest| 2 +-
 dev-java/hamcrest-core/hamcrest-core-1.1-r3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/hamcrest-core/Manifest b/dev-java/hamcrest-core/Manifest
index de8ba166083..6c4ab7fb2a3 100644
--- a/dev-java/hamcrest-core/Manifest
+++ b/dev-java/hamcrest-core/Manifest
@@ -1,2 +1,2 @@
 DIST hamcrest-1.3.tgz 3686096 BLAKE2B 
38ff91a524064cb00b4d2e82c0a50a2df870bbb0a6e43055f33ce344a1dc8de3760530652691db26aa42890d8517940c038a570b5acaaf91b7e970aca7df3493
 SHA512 
5672bc627bc71d6fd64b6f776b89ac16ed68819fa4a0748c1250b57f1065c1e7e18ba184d9fe3392e54000ddeb353d0d8d67f4eecdf464974563f05c6b226fc2
-DIST hamcrest-core-1.1.zip 1344232 BLAKE2B 
de9d346ff12ff29c4d1a13138eb8a80a527865b003f5d738cdfba4927714170720e2a778aecefeb895b82d0c40feeb1980c2ae5ab17a7caf2c27e19a0fcf6188
 SHA512 
af8d5d3a82df70a446f79f7247252595368820b0b54d8f612aa5b9bb3166c4664b97aaae338278f8f5d84add2d58d9c7a764e5e03a93588d3eba4472eaaa712b
+DIST hamcrest-core-1.1.tar.gz 1247348 BLAKE2B 
07b874ca2e61808cd1a30246cbfe7baa220a9c83df7be94dbb50c4df0279bcf906a32cc1b69aed0ebd81d51392af28050d070b7fabb50f8063964b0782b5e105
 SHA512 
d86080f1ef5982faee728e29675676a89b42a02c4b00783c67be948076e502e70a2b435568502d8ed3c5b1bcc5441b3cdd8817dab841cac537087edeee47632f

diff --git a/dev-java/hamcrest-core/hamcrest-core-1.1-r3.ebuild 
b/dev-java/hamcrest-core/hamcrest-core-1.1-r3.ebuild
index 774a1f93f05..b5d72a4ea12 100644
--- a/dev-java/hamcrest-core/hamcrest-core-1.1-r3.ebuild
+++ b/dev-java/hamcrest-core/hamcrest-core-1.1-r3.ebuild
@@ -12,7 +12,7 @@ MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Library of matchers for building test expressions"
 HOMEPAGE="https://github.com/hamcrest";
-SRC_URI="https://github.com/${MY_PN}/JavaHamcrest/archive/${MY_PN}-java-${PV}.zip
 -> ${P}.zip"
+SRC_URI="https://github.com/${MY_PN}/JavaHamcrest/archive/${MY_PN}-java-${PV}.tar.gz
 -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/

2020-10-19 Thread Ben Kohler
commit: c348b017f511ee4d4f2955831140206288e907b9
Author: Ben Kohler  gentoo  org>
AuthorDate: Sun Oct 18 13:44:25 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Oct 19 11:47:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c348b017

net-wireless/unifi: 6.0.27 stable, drop old

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

 net-wireless/unifi/Manifest|  1 -
 net-wireless/unifi/unifi-6.0.23.ebuild | 68 --
 net-wireless/unifi/unifi-6.0.27.ebuild |  2 +-
 3 files changed, 1 insertion(+), 70 deletions(-)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index e46cf61748b..94e328238de 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,5 +1,4 @@
 DIST unifi-5.6.42.zip 63581448 BLAKE2B 
dc12149acc56587043b9f6c45a43327a9a067dda86127c60ad62a4681a0c8ba873435b60183989332f561fb52f71c7207480766ec23d9c0e892cc20c521a9819
 SHA512 
467c0ad284a84795537484f371867d851e67c7e396215d539a9705f17f374b50db4051121a6634d1944474a2474bdd75fca860ab00b48634a5d3e8749a122989
-DIST unifi-6.0.23.zip 183386177 BLAKE2B 
ee0300c9595bab469e63c8c523f75507e5b4ef88e67947df8948abddb149e6522f4851108191f0f91605cc0168fcaa73170a40a9908fd64b49897f5123dc7a37
 SHA512 
b21be9cf360bfc6e1f2bff073db431a653a7b53f138cd9249873eaadf93777a3eecde87a8ada2db46f2fe69b2eacf747ed13c78045ba12748469dab3d068c881
 DIST unifi-6.0.27.zip 214476444 BLAKE2B 
e13f5255d46c07fa9973cde14ad62bffa955a8a3ad84b3652d3cc4979d2280965166009fac6f8dacb68e94886d1e5680bd6e3bd3cf5caf611738d90e738a023f
 SHA512 
b511011f424281dc9fd50ddca708daeb22f76743cb02df3cbb32be238bc477828f9720b798ac79067c1e315c17db9d73f7fe47930053637d39d61d3583e90901
 DIST unifi-6.0.28.zip 227017958 BLAKE2B 
cf70d5cbcefcf2a89f1a38763898d3f59f4be1b99b5cca7a7393a6e8ef705090aeb60f59c0a67b95ae967ff575da0749bbf327d53247c1a7128f01043145bebc
 SHA512 
edb332ccc6624f73c77976a564c157d37f2a11068c2f8af1fa98209efb3b4e01922ab75309f85e5bd053ec50e9eeb433fcaa22bb2c0a27a6ee4de8946a876d46
 DIST unifi-6.1.16.zip 220033149 BLAKE2B 
4e965c1577ef35d3dd28357aa884f8234f3cc9c45783dd261153ecc87bda24fc4b58ea4f49096304331bd11896251c29eaaa8e8b44046e50ee7e9d54d997223a
 SHA512 
d1b241d5a47ee34c66a08b847405f615f83782fc67a38fe5fc4c281bac6335bc2ab8b021774cafb98753759b9924e773a2c4883a1ed2b30cb2e58ab56b3c07f3

diff --git a/net-wireless/unifi/unifi-6.0.23.ebuild 
b/net-wireless/unifi/unifi-6.0.23.ebuild
deleted file mode 100644
index 53d19bcb20c..000
--- a/net-wireless/unifi/unifi-6.0.23.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# Set this var for any releases except stable
-RC_SUFFIX="-20b313f50d"
-
-inherit systemd
-
-DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
-HOMEPAGE="https://www.ubnt.com";
-SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
-
-KEYWORDS="amd64"
-LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
-SLOT="0/6.0"
-IUSE="systemd"
-
-RDEPEND="
-   acct-group/unifi
-   acct-user/unifi
-   dev-db/mongodb
-   virtual/jre:1.8
-"
-
-DEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-S="${WORKDIR}/UniFi"
-
-DOCS=( "readme.txt" )
-
-QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
-
-src_prepare() {
-   # Remove unneeded files Linux, Mac and Windows
-   rm -r lib/native/Linux/{aarch64,armv7} lib/native/{Mac,Windows} || die
-   if ! use systemd; then
-   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || die
-   fi
-
-   default
-}
-
-src_install() {
-   insinto /usr/lib/unifi
-   doins -r bin dl lib webapps
-
-   diropts -o unifi -g unifi
-   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
-
-   for symlink in conf data run tmp work; do
-   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
-   done
-   dosym ../../../var/log/unifi /usr/lib/unifi/logs
-
-   newinitd "${FILESDIR}"/unifi.initd-r1 unifi
-   systemd_dounit "${FILESDIR}"/unifi.service
-
-   newconfd "${FILESDIR}"/unifi.confd unifi
-
-   echo 'CONFIG_PROTECT="/var/lib/unifi"' > "${T}"/99unifi || die
-   doenvd "${T}"/99unifi
-
-   einstalldocs
-}

diff --git a/net-wireless/unifi/unifi-6.0.27.ebuild 
b/net-wireless/unifi/unifi-6.0.27.ebuild
index b7445898ec5..a1fc05a743e 100644
--- a/net-wireless/unifi/unifi-6.0.27.ebuild
+++ b/net-wireless/unifi/unifi-6.0.27.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A Management Controller for Ubiquiti Networks 
UniFi APs"
 HOMEPAGE="https://www.ubnt.com";
 SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
 SLOT="0/6.0"
 IUSE="systemd"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/

2020-10-19 Thread Ben Kohler
commit: b87903b8f0477dda606fd1a2da505aae5d16f2c9
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Oct 19 11:47:29 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Oct 19 11:47:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87903b8

net-wireless/unifi: drop old

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

 net-wireless/unifi/Manifest|  2 -
 net-wireless/unifi/unifi-6.0.27.ebuild | 68 --
 net-wireless/unifi/unifi-6.1.16.ebuild | 68 --
 3 files changed, 138 deletions(-)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index 59483d16606..1d230dab3e7 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,6 +1,4 @@
 DIST unifi-5.6.42.zip 63581448 BLAKE2B 
dc12149acc56587043b9f6c45a43327a9a067dda86127c60ad62a4681a0c8ba873435b60183989332f561fb52f71c7207480766ec23d9c0e892cc20c521a9819
 SHA512 
467c0ad284a84795537484f371867d851e67c7e396215d539a9705f17f374b50db4051121a6634d1944474a2474bdd75fca860ab00b48634a5d3e8749a122989
-DIST unifi-6.0.27.zip 214476444 BLAKE2B 
e13f5255d46c07fa9973cde14ad62bffa955a8a3ad84b3652d3cc4979d2280965166009fac6f8dacb68e94886d1e5680bd6e3bd3cf5caf611738d90e738a023f
 SHA512 
b511011f424281dc9fd50ddca708daeb22f76743cb02df3cbb32be238bc477828f9720b798ac79067c1e315c17db9d73f7fe47930053637d39d61d3583e90901
 DIST unifi-6.0.28.zip 227017958 BLAKE2B 
cf70d5cbcefcf2a89f1a38763898d3f59f4be1b99b5cca7a7393a6e8ef705090aeb60f59c0a67b95ae967ff575da0749bbf327d53247c1a7128f01043145bebc
 SHA512 
edb332ccc6624f73c77976a564c157d37f2a11068c2f8af1fa98209efb3b4e01922ab75309f85e5bd053ec50e9eeb433fcaa22bb2c0a27a6ee4de8946a876d46
-DIST unifi-6.1.16.zip 220033149 BLAKE2B 
4e965c1577ef35d3dd28357aa884f8234f3cc9c45783dd261153ecc87bda24fc4b58ea4f49096304331bd11896251c29eaaa8e8b44046e50ee7e9d54d997223a
 SHA512 
d1b241d5a47ee34c66a08b847405f615f83782fc67a38fe5fc4c281bac6335bc2ab8b021774cafb98753759b9924e773a2c4883a1ed2b30cb2e58ab56b3c07f3
 DIST unifi-6.1.19.zip 222132389 BLAKE2B 
6a27fbb8a3a1b2e83fb70932b8409f9cab0632de1442436ff351d01e82228a4bbf0b71de3bef074777db93d0d3bcf58789a6b56e4eb23f1464523294fcd13d7f
 SHA512 
f07d5a10132d5549c332ab9c0a86a4d3edf9178d441c795fd0da87bd00f82598a78a6cb5cedc285f2d20465a52689c7cf7ea3378cf0e84e834c8fa8613868e55
 DIST unifi-6.1.20.zip 227784789 BLAKE2B 
17322ae0d7d7ab5a9055a6882def83a5624d377f189eb1529fb71a74d6c1930764ecc0e57fce16f0f520691da4abb1b45bc99e186749368f2a7e9597a236bd17
 SHA512 
0fe04e0c747f757544a087d340e7148f1d6c33764860394c8743be1611c43cac985f174bcdd323c9c7af52ab240199f033bde1adb653a65c9880f4935bea9429

diff --git a/net-wireless/unifi/unifi-6.0.27.ebuild 
b/net-wireless/unifi/unifi-6.0.27.ebuild
deleted file mode 100644
index a1fc05a743e..000
--- a/net-wireless/unifi/unifi-6.0.27.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# Set this var for any releases except stable
-RC_SUFFIX="-e23884806a"
-
-inherit systemd
-
-DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
-HOMEPAGE="https://www.ubnt.com";
-SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
-
-KEYWORDS="amd64"
-LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
-SLOT="0/6.0"
-IUSE="systemd"
-
-RDEPEND="
-   acct-group/unifi
-   acct-user/unifi
-   dev-db/mongodb
-   virtual/jre:1.8
-"
-
-DEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-S="${WORKDIR}/UniFi"
-
-DOCS=( "readme.txt" )
-
-QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
-
-src_prepare() {
-   # Remove unneeded files Linux, Mac and Windows
-   rm -r lib/native/Linux/{aarch64,armv7} lib/native/{Mac,Windows} || die
-   if ! use systemd; then
-   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || die
-   fi
-
-   default
-}
-
-src_install() {
-   insinto /usr/lib/unifi
-   doins -r bin dl lib webapps
-
-   diropts -o unifi -g unifi
-   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
-
-   for symlink in conf data run tmp work; do
-   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
-   done
-   dosym ../../../var/log/unifi /usr/lib/unifi/logs
-
-   newinitd "${FILESDIR}"/unifi.initd-r1 unifi
-   systemd_dounit "${FILESDIR}"/unifi.service
-
-   newconfd "${FILESDIR}"/unifi.confd unifi
-
-   echo 'CONFIG_PROTECT="/var/lib/unifi"' > "${T}"/99unifi || die
-   doenvd "${T}"/99unifi
-
-   einstalldocs
-}

diff --git a/net-wireless/unifi/unifi-6.1.16.ebuild 
b/net-wireless/unifi/unifi-6.1.16.ebuild
deleted file mode 100644
index 195b85deca4..000
--- a/net-wireless/unifi/unifi-6.1.16.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under

[gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/

2020-10-19 Thread Ben Kohler
commit: cc7e4acb95f02f9e25dacd4a5e38ef4b3f8f8959
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Oct 19 11:46:34 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Oct 19 11:47:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7e4acb

net-wireless/unifi: 6.0.28 stable

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

 net-wireless/unifi/unifi-6.0.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/unifi/unifi-6.0.28.ebuild 
b/net-wireless/unifi/unifi-6.0.28.ebuild
index 5ce117020ea..f2ef653925e 100644
--- a/net-wireless/unifi/unifi-6.0.28.ebuild
+++ b/net-wireless/unifi/unifi-6.0.28.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A Management Controller for Ubiquiti Networks 
UniFi APs"
 HOMEPAGE="https://www.ubnt.com";
 SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
 SLOT="0/6.0"
 IUSE="systemd"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/

2020-10-19 Thread Ben Kohler
commit: d50f4f756533eb85370a1a1635c81e804fd3452b
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Oct 19 11:33:33 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Oct 19 11:47:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50f4f75

net-wireless/unifi: bump to 6.1.20

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

 net-wireless/unifi/Manifest|  1 +
 net-wireless/unifi/unifi-6.1.20.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index 94e328238de..59483d16606 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -3,3 +3,4 @@ DIST unifi-6.0.27.zip 214476444 BLAKE2B 
e13f5255d46c07fa9973cde14ad62bffa955a8a3
 DIST unifi-6.0.28.zip 227017958 BLAKE2B 
cf70d5cbcefcf2a89f1a38763898d3f59f4be1b99b5cca7a7393a6e8ef705090aeb60f59c0a67b95ae967ff575da0749bbf327d53247c1a7128f01043145bebc
 SHA512 
edb332ccc6624f73c77976a564c157d37f2a11068c2f8af1fa98209efb3b4e01922ab75309f85e5bd053ec50e9eeb433fcaa22bb2c0a27a6ee4de8946a876d46
 DIST unifi-6.1.16.zip 220033149 BLAKE2B 
4e965c1577ef35d3dd28357aa884f8234f3cc9c45783dd261153ecc87bda24fc4b58ea4f49096304331bd11896251c29eaaa8e8b44046e50ee7e9d54d997223a
 SHA512 
d1b241d5a47ee34c66a08b847405f615f83782fc67a38fe5fc4c281bac6335bc2ab8b021774cafb98753759b9924e773a2c4883a1ed2b30cb2e58ab56b3c07f3
 DIST unifi-6.1.19.zip 222132389 BLAKE2B 
6a27fbb8a3a1b2e83fb70932b8409f9cab0632de1442436ff351d01e82228a4bbf0b71de3bef074777db93d0d3bcf58789a6b56e4eb23f1464523294fcd13d7f
 SHA512 
f07d5a10132d5549c332ab9c0a86a4d3edf9178d441c795fd0da87bd00f82598a78a6cb5cedc285f2d20465a52689c7cf7ea3378cf0e84e834c8fa8613868e55
+DIST unifi-6.1.20.zip 227784789 BLAKE2B 
17322ae0d7d7ab5a9055a6882def83a5624d377f189eb1529fb71a74d6c1930764ecc0e57fce16f0f520691da4abb1b45bc99e186749368f2a7e9597a236bd17
 SHA512 
0fe04e0c747f757544a087d340e7148f1d6c33764860394c8743be1611c43cac985f174bcdd323c9c7af52ab240199f033bde1adb653a65c9880f4935bea9429

diff --git a/net-wireless/unifi/unifi-6.1.20.ebuild 
b/net-wireless/unifi/unifi-6.1.20.ebuild
new file mode 100644
index 000..dea4c9088c8
--- /dev/null
+++ b/net-wireless/unifi/unifi-6.1.20.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Set this var for any releases except stable
+RC_SUFFIX="-07a45f3da7"
+
+inherit systemd
+
+DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
+HOMEPAGE="https://www.ubnt.com";
+SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
+SLOT="0/6.1"
+IUSE="systemd"
+
+RDEPEND="
+   acct-group/unifi
+   acct-user/unifi
+   dev-db/mongodb
+   virtual/jre:1.8
+"
+
+DEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+S="${WORKDIR}/UniFi"
+
+DOCS=( "readme.txt" )
+
+QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
+
+src_prepare() {
+   # Remove unneeded files Linux, Mac and Windows
+   rm -r lib/native/Linux/{aarch64,armv7} lib/native/{Mac,Windows} || die
+   if ! use systemd; then
+   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || die
+   fi
+
+   default
+}
+
+src_install() {
+   insinto /usr/lib/unifi
+   doins -r bin dl lib webapps
+
+   diropts -o unifi -g unifi
+   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
+
+   for symlink in conf data run tmp work; do
+   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
+   done
+   dosym ../../../var/log/unifi /usr/lib/unifi/logs
+
+   newinitd "${FILESDIR}"/unifi.initd-r1 unifi
+   systemd_dounit "${FILESDIR}"/unifi.service
+
+   newconfd "${FILESDIR}"/unifi.confd unifi
+
+   echo 'CONFIG_PROTECT="/var/lib/unifi"' > "${T}"/99unifi || die
+   doenvd "${T}"/99unifi
+
+   einstalldocs
+}



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

2020-10-19 Thread Joonas Niilola
commit: c49f60a553cafad05fd2eb9b1878b1b721f85b6a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct 19 11:35:05 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 19 12:15:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49f60a5

net-p2p/mldonkey: stabilize 3.1.7 on amd64

Bug: https://bugs.gentoo.org/749954
Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/mldonkey/mldonkey-3.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/mldonkey/mldonkey-3.1.7.ebuild 
b/net-p2p/mldonkey/mldonkey-3.1.7.ebuild
index 271670b..8c660b9b123 100644
--- a/net-p2p/mldonkey/mldonkey-3.1.7.ebuild
+++ b/net-p2p/mldonkey/mldonkey-3.1.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ygrek/mldonkey/releases/download/release-${PV//./-}-
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86"
 
 IUSE="bittorrent doc fasttrack gd gnutella gtk guionly magic +ocamlopt upnp"
 



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

2020-10-19 Thread Joonas Niilola
commit: 8015fe90a084e4c8c9c9ff6f1815b2b65b3066fe
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct 19 12:15:32 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 19 12:16:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8015fe90

dev-python/mss: stabilize 6.0.0 on amd64

Closes: https://bugs.gentoo.org/749798
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/mss/mss-6.0.0.ebuild b/dev-python/mss/mss-6.0.0.ebuild
index c7275d69992..c2cdf1ecf1a 100644
--- a/dev-python/mss/mss-6.0.0.ebuild
+++ b/dev-python/mss/mss-6.0.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/BoboTiG/python-mss/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 S="${WORKDIR}/python-${PN}-${PV}"
 



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

2020-10-19 Thread Joonas Niilola
commit: 3b152f951ae5f8183d1fb4ea3e0cc6c9a1cadfde
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct 19 11:39:26 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 19 12:15:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b152f95

dev-python/pydata-sphinx-theme: stabilize 0.4.0 on amd64

Closes: https://bugs.gentoo.org/749792
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
index 2769a681536..2321bde2199 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz
 
 LICENSE="BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="test? (
dev-python/beautifulsoup[${PYTHON_USEDEP}]



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

2020-10-19 Thread Craig Andrews
commit: 3262142335046de108bfecad76f0930a0fbc46f9
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Oct 19 13:31:48 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Oct 19 13:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32621423

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

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

 media-plugins/kodi-pvr-vuplus/Manifest | 1 +
 .../{kodi-pvr-vuplus-.ebuild => kodi-pvr-vuplus-6.3.0.ebuild}  | 3 +--
 media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-.ebuild  | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-plugins/kodi-pvr-vuplus/Manifest 
b/media-plugins/kodi-pvr-vuplus/Manifest
index b35f11c1911..0a58fdc94c6 100644
--- a/media-plugins/kodi-pvr-vuplus/Manifest
+++ b/media-plugins/kodi-pvr-vuplus/Manifest
@@ -11,3 +11,4 @@ DIST kodi-pvr-vuplus-6.1.1.tar.gz 278369 BLAKE2B 
e8c9ba3a00fbe467eb4779d22ff189e
 DIST kodi-pvr-vuplus-6.1.2.tar.gz 278841 BLAKE2B 
ab74d558ef6d2ecba91942968c4800b04ec3d3f6d383de51fe3fb6fca042f8613989d5e334e11c97a7c8fb52b57c1232913ffe1ccedb840293be3b4f6c8eec92
 SHA512 
174a49b7aea537c05a6e102fec72ceee59e58d9f3f06dbef81ae24a35ab302f401ca43297cd09c74a52072311db1c9666b31f57086751c4c70564dbf910a1180
 DIST kodi-pvr-vuplus-6.1.3.tar.gz 278849 BLAKE2B 
b95fe39455e15432450f3ba0c6204004295ec6d883c8afeabbaea6c69ca223bdb4e9874a0973b780459c123a2c62976c2a94f48448d9038b206f9433e8a54475
 SHA512 
97a1f3b8fe968966634bfbd36dfc9b9a7b455d2854426dd467103279a24e5142ee657be4118872032e652071f3b83f4b4f911b00470273c7152a98d4e1430d94
 DIST kodi-pvr-vuplus-6.2.1.tar.gz 265691 BLAKE2B 
bc1216fee4853228f2dd306ce95e56eead0a1086bbf73e52f494f93edea16a472a36644dc16e49dd6a7ab55e595ec2ebf2a6d715d5fed9ffc3baffaf67e735cf
 SHA512 
dd98695c6d6aa2f4d16353fc901419f66cfdbaf8cb925d3610c14fde38c2b7dcba387dae5f51542003c33525f98a98623d860a9526e0939f142b576191251537
+DIST kodi-pvr-vuplus-6.3.0.tar.gz 269830 BLAKE2B 
8751f7d8bbca823dae36c46ebcb8ed200606dc0126fa0c99645e1d423f89b239a614c3c7c56a04f8c4d6f22c605b32618814390bba80424b75634b744047d99c
 SHA512 
8af272a2a01dedc9b6556120aab70749534bd28c167aa218c9b1b0d07c82e7f6d24264335ea00165aa3f7c733c6a7ee4ca3feffcddac5d039f123611b5d76836

diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-.ebuild 
b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-6.3.0.ebuild
similarity index 94%
copy from media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-.ebuild
copy to media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-6.3.0.ebuild
index 2340779b070..0fb0a0a6a42 100644
--- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-.ebuild
+++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-6.3.0.ebuild
@@ -28,8 +28,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   ~media-tv/kodi-
-   =dev-libs/libplatform-2*
+   =media-tv/kodi-19*
dev-libs/tinyxml
dev-cpp/nlohmann_json
"

diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-.ebuild 
b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-.ebuild
index 2340779b070..67a17cc848b 100644
--- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-.ebuild
+++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-.ebuild
@@ -29,7 +29,6 @@ IUSE=""
 
 DEPEND="
~media-tv/kodi-
-   =dev-libs/libplatform-2*
dev-libs/tinyxml
dev-cpp/nlohmann_json
"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-twentyfortyeight/

2020-10-19 Thread Craig Andrews
commit: 0ad827a25b86318093d8353e23e9c8d958aae4b5
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Oct 19 13:28:25 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Oct 19 13:32:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad827a2

media-plugins/kodi-game-libretro-twentyfortyeight: 1.0.0.115 version bump

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

 .../kodi-game-libretro-twentyfortyeight/Manifest   |  1 +
 ...game-libretro-twentyfortyeight-1.0.0.115.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest 
b/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest
index b48144c5ec0..bf695156636 100644
--- a/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest
+++ b/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest
@@ -1,3 +1,4 @@
 DIST kodi-game-libretro-twentyfortyeight-1.0.0.111.tar.gz 94690 BLAKE2B 
54a48051a2b49161ab8fd75872935af2d313856b1e465d37270819a7548a01c4078020911e5630ecabc348475842c5d8f813cdb6e94d4868fbcc686fb423
 SHA512 
3f539c4e238ed9f8872fc443f15fd4ecf6234a6c5e3f9dd701b53fec0804a98f87d27a40023fd861afca3cafd4d17fa5b187e24b921fd87d37a23205a6c798e8
 DIST kodi-game-libretro-twentyfortyeight-1.0.0.113.tar.gz 94713 BLAKE2B 
d161fd0b5314b21bdddb97cd4a4bcdf6066ad6b0280d75ca5c810435867d0edc1b7d58e77021744bc9d39628025d151f628ef07f3e9e5a6be8cc1b039dd0ae2c
 SHA512 
19e667bb4a658a8319c626113f8ff839d5c84afd23a1dd013adce51a29cc9761cd2a93f30f4a8cf3a82a84685269c8e5354982b3022d464057a6f6059eb301d3
 DIST kodi-game-libretro-twentyfortyeight-1.0.0.114.tar.gz 94692 BLAKE2B 
a2592d2b275b22476276e5539831080366e7859d12f364a68964845e6dbe19f596c7027a9e79c50cf44d20a4e44279a2ff090a0c68b4e87a22190dac6f5c38f8
 SHA512 
84e95b4f67bfb11d2ebc5fe12adf32b80137db87ff945b8a5359043cba7cf23a773751b7c7a661af9c0f127bbdd2ce4bf999e2a75f562e2497ab3037e7b220e1
+DIST kodi-game-libretro-twentyfortyeight-1.0.0.115.tar.gz 94691 BLAKE2B 
ff0a422e7f869f03b6e9fc8171b9d25119d9b658d4ab8446b4b2ac3631d9d43d42b39e4a8759281c957852ed01b10c302e5cfe0dd3a7e4bee93ab67469c22e8e
 SHA512 
6184079e45731218b772096bf681301d79b04a328cf006a09fb0684ba2e99d1a5aee8fda0a26715b118b57b5641939a9bce4c7f4cfa952e10ac1fef7ed7e38c3

diff --git 
a/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-1.0.0.115.ebuild
 
b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-1.0.0.115.ebuild
new file mode 100644
index 000..40a5d4cac20
--- /dev/null
+++ 
b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-1.0.0.115.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="2048 for Kodi"
+HOMEPAGE="https://github.com/kodi-game/game.libretro.2048";
+SRC_URI=""
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.2048.git";
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/kodi-game/game.libretro.2048/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/game.libretro.2048-${PV}-${CODENAME}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   games-emulation/libretro-twentyfortyeight
+   "
+RDEPEND="
+   media-plugins/kodi-game-libretro
+   ${DEPEND}
+   "
+
+src_prepare() {
+   echo 'find_library(2048_LIB NAMES 
2048_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-2048.cmake" || die
+   cmake_src_prepare
+}



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

2020-10-19 Thread Craig Andrews
commit: 414d951859e2b6e245e2e0472dda542d7ce5380b
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Oct 19 13:29:15 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Oct 19 13:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414d9518

media-plugins/kodi-pvr-hts: 7.2.1 version bump

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

 media-plugins/kodi-pvr-hts/Manifest| 1 +
 .../{kodi-pvr-hts-.ebuild => kodi-pvr-hts-7.2.1.ebuild}| 3 +--
 media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild| 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-plugins/kodi-pvr-hts/Manifest 
b/media-plugins/kodi-pvr-hts/Manifest
index ab5b2938207..eab66c9da8a 100644
--- a/media-plugins/kodi-pvr-hts/Manifest
+++ b/media-plugins/kodi-pvr-hts/Manifest
@@ -8,3 +8,4 @@ DIST kodi-pvr-hts-4.4.20.tar.gz 161693 BLAKE2B 
d69e72c8d189b540f2d8abc97c50e5a9e
 DIST kodi-pvr-hts-7.1.1.tar.gz 167379 BLAKE2B 
f2391d7997a7e17ed1fb7b2326cdb0cddfecdf9a6b0785fc89ecf8b58004575c6b7a1f6efb976edda827b9e83d334e0bba518498886c1e1769b9ed1deacf25d7
 SHA512 
5d1e049c23e82964ab87b22c716028d57322f81b749f84f07f66e3bbd2990e711186eee2b562d1f326a369b5fc52d1f7b2aea31b4d8edc827f6555965fec2b69
 DIST kodi-pvr-hts-7.1.4.tar.gz 167634 BLAKE2B 
34c19b9be6f8e66c22b93e74703d55ccf66970fb39b4c2ac52146aa9d94175280406339fbe6651a53be4b9216713dbeb25fc004f9959a1ce1db42e13b0aec2f7
 SHA512 
91f9420ad88ec806d2d16e618827583039b90e488014d0f998108c9d94906aa247755f5d53dc4b59badc9fdfad96c975b0d7c98ef0ffd7116171e8abd247c94b
 DIST kodi-pvr-hts-7.2.0.tar.gz 167998 BLAKE2B 
4da53589b58849259d66a03d2f719067cc1749ea181ad6037f03ca178879a34e209422039a1b2d0b3900ee2a2ef65d32a09cae0f177dc17dd8aa97e06dea4f2b
 SHA512 
736188c4464c9110e4916223cd0aa79195547d4ff568aea711aa42c1145d5aa981d1d5f62d4ed79b37575592bda9f2bbc532eff7b09e48785e644e8fdea668c0
+DIST kodi-pvr-hts-7.2.1.tar.gz 180461 BLAKE2B 
c0beed28549d80f71e5bb7197a396c5abf6c26e119caee5624e37c250d718425519d93317e26e1fa831f13d83903807e2fa3917831645ed83e465f8177cc77d3
 SHA512 
6f971a14e04c4ebb7b300286f7b10f64092eac91a63cbb1ea7ce0d47431231743080b73eb9939273e775f69c1659c2daa669ee53b22be3dafa4c732b095c43f8

diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild 
b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-7.2.1.ebuild
similarity index 93%
copy from media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild
copy to media-plugins/kodi-pvr-hts/kodi-pvr-hts-7.2.1.ebuild
index 6c70bf3c61b..c5e930e9931 100644
--- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild
+++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-7.2.1.ebuild
@@ -25,8 +25,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   =dev-libs/libplatform-2*
-   ~media-tv/kodi-
+   =media-tv/kodi-19*
"
 
 RDEPEND="

diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild 
b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild
index 6c70bf3c61b..65e04aa1556 100644
--- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild
+++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild
@@ -25,7 +25,6 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   =dev-libs/libplatform-2*
~media-tv/kodi-
"
 



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

2020-10-19 Thread Matthew Thode
commit: 93d9969c7931736bc4585c3d7e3c84d5817cd5a7
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 19 14:18:07 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 19 14:18:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d9969c

dev-python/os-xenapi: add DISTUTILS_USE_SETUPTOOLS=rdepend

Closes: https://bugs.gentoo.org/750131
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild
index ebbae8bcf51..facdf5dccb2 100644
--- a/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild
+++ b/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 



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

2020-10-19 Thread Craig Andrews
commit: d8a2ef24f8f9507b397e54e6357927f29cc25186
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Oct 19 14:36:11 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Oct 19 14:37:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a2ef24

app-arch/brotli: restrict tests for 1.0.9-r1

See: https://github.com/google/brotli/issues/850
Closes: https://bugs.gentoo.org/744124
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Craig Andrews  gentoo.org>

 app-arch/brotli/brotli-1.0.9-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-arch/brotli/brotli-1.0.9-r1.ebuild 
b/app-arch/brotli/brotli-1.0.9-r1.ebuild
index f9543016a52..b60d3fb3923 100644
--- a/app-arch/brotli/brotli-1.0.9-r1.ebuild
+++ b/app-arch/brotli/brotli-1.0.9-r1.ebuild
@@ -33,7 +33,8 @@ else
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 
-RESTRICT="!test? ( test )"
+# tests are currently broken, see https://github.com/google/brotli/issues/850
+RESTRICT="test"
 
 PATCHES=(
"${FILESDIR}/${PV}-linker.patch"



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

2020-10-19 Thread Lars Wendler
commit: 8af591c77e70ec71148e701be8c769da59c4ff4a
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 19 14:59:19 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 19 14:59:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af591c7

dev-vcs/git: Synced live ebuilds

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

 dev-vcs/git/git--r1.ebuild | 58 ++
 dev-vcs/git/git--r2.ebuild | 58 ++
 dev-vcs/git/git--r3.ebuild | 58 ++
 dev-vcs/git/git-.ebuild| 58 ++
 4 files changed, 8 insertions(+), 224 deletions(-)

diff --git a/dev-vcs/git/git--r1.ebuild b/dev-vcs/git/git--r1.ebuild
index f50e94d2e74..7808906c93a 100644
--- a/dev-vcs/git/git--r1.ebuild
+++ b/dev-vcs/git/git--r1.ebuild
@@ -51,7 +51,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg highlight +iconv 
libressl mediawiki mediawiki-experimental +nls +pcre +pcre-jit perforce +perl 
+ppcsha1 tk +threads +webdav xinetd cvs subversion test"
+IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg highlight +iconv 
libressl mediawiki mediawiki-experimental +nls +pcre +pcre-jit perforce +perl 
+ppcsha1 tk +threads +webdav xinetd cvs test"
 
 # Common to both DEPEND and RDEPEND
 DEPEND="
@@ -93,11 +93,6 @@ RDEPEND="${DEPEND}
dev-perl/HTML-Tree
dev-perl/MediaWiki-API
)
-   subversion? (
-   dev-vcs/subversion[-dso(-),perl]
-   dev-perl/libwww-perl
-   dev-perl/TermReadKey
-   )
)
perforce? ( ${PYTHON_DEPS} )
 "
@@ -131,7 +126,6 @@ REQUIRED_USE="
cvs? ( perl )
mediawiki? ( perl )
mediawiki-experimental? ( mediawiki )
-   subversion? ( perl )
webdav? ( curl )
pcre-jit? ( pcre )
perforce? ( ${PYTHON_REQUIRED_USE} )
@@ -143,18 +137,11 @@ PATCHES=(
# bug #350330 - automagic CVS when we don't want it is bad.
"${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch
 
-   "${FILESDIR}"/git-2.2.0-svn-fe-linking.patch
-
# Make submodule output quiet
"${FILESDIR}"/git-2.21.0-quiet-submodules-testcase.patch
 )
 
 pkg_setup() {
-   if use subversion && has_version "dev-vcs/subversion[dso]"; then
-   ewarn "Per Gentoo bugs #223747, #238586, when subversion is 
built"
-   ewarn "with USE=dso, there may be weird crashes in git-svn. You"
-   ewarn "have been warned."
-   fi
if use perforce ; then
python-single-r1_pkg_setup
fi
@@ -173,7 +160,6 @@ exportmakeopts() {
$(usex nls '' NO_GETTEXT=YesPlease)
$(usex perl 'INSTALLDIRS=vendor 
NO_PERL_CPAN_FALLBACKS=YesPlease' NO_PERL=YesPlease)
$(usex perforce '' NO_PYTHON=YesPlease)
-   $(usex subversion '' NO_SVN_TESTS=YesPlease)
$(usex threads '' NO_PTHREADS=YesPlease)
$(usex tk '' NO_TCLTK=YesPlease)
)
@@ -202,9 +188,6 @@ exportmakeopts() {
NO_EXTERNAL_GREP=
)
 
-   # For svn-fe
-   extlibs=( -lz -lssl ${S}/xdiff/lib.a $(usex threads -lpthread '') )
-
# can't define this to null, since the entire makefile depends on it
sed -i -e '/\/usr\/local/s/BASIC_/#BASIC_/' Makefile || die
 
@@ -299,7 +282,7 @@ src_prepare() {
-e 's:^\(AR[[:space:]]* =\).*$:\1$(OPTAR):' \
-e 
"s:\(PYTHON_PATH[[:space:]]\+=[[:space:]]\+\)\(.*\)$:\1${EPREFIX}\2:" \
-e 
"s:\(PERL_PATH[[:space:]]\+=[[:space:]]\+\)\(.*\)$:\1${EPREFIX}\2:" \
-   Makefile contrib/svn-fe/Makefile || die
+   Makefile || die
 
# Fix docbook2texi command
sed -r -i 
's/DOCBOOK2X_TEXI[[:space:]]*=[[:space:]]*docbook2x-texi/DOCBOOK2X_TEXI = 
docbook2texi.pl/' \
@@ -368,25 +351,6 @@ src_compile() {
fi
popd &>/dev/null || die
 
-   if use subversion ; then
-   pushd contrib/svn-fe &>/dev/null || die
-   # by defining EXTLIBS we override the detection for libintl and
-   # libiconv, bug #516168
-   local nlsiconv=()
-   use nls && use !elibc_glibc && nlsiconv+=( -lintl )
-   use iconv && use !elibc_glibc && nlsiconv+=( -liconv )
-   git_emake EXTLIBS="${EXTLIBS} ${nlsiconv[@]}" \
-   || die "emake svn-fe failed"
-   if use doc ; then
-   # svn-fe.1 requires the full USE=doc dependency stack
-   git_emake svn-fe.1 \
-   || die "emake svn-fe.1 failed"
-   git_emake svn-fe.html \
-   

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

2020-10-19 Thread Lars Wendler
commit: 2a5f408c6e3702d7dae992d2cb5eb92623cb4429
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 19 14:56:39 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 19 14:59:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5f408c

dev-vcs/git: Bump to version 2.29.0_rc2

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

 dev-vcs/git/Manifest  |   3 +
 dev-vcs/git/git-2.29.0_rc2.ebuild | 674 ++
 2 files changed, 677 insertions(+)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 7b5f389d7fc..b89e82a2bbd 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -4,15 +4,18 @@ DIST git-2.25.4.tar.xz 5880976 BLAKE2B 
a3ac79918ba174a93844d9518a2f1c6970abe2cd3
 DIST git-2.26.2.tar.xz 6007864 BLAKE2B 
efce003a95e24dbb6e14feebd35874c9ed1a5c06d7f0722d4dfefae830613b64b81faa41d5952400fa382b385d15d48829f8ee3b4d065e134bd38fa0e10bf570
 SHA512 
5d92d07b171c5cd6e89a29c1211c73c1c900cd51c74d690aebfb4a3d0e93b541b09b42b6d6a1a82f5c3d953096771f9a8605c63be139f559f58698c1a0eabcfc
 DIST git-2.27.0.tar.xz 6074636 BLAKE2B 
72c992ee35a50cdeb2363f04edfab65358216b8415f31f217b6e837d1f7bc28b90e49850006596a8f5f1932fd3011c4253df287d445dca58e335d2f6e7bab8c2
 SHA512 
8ddea44503db7caf1f6080e6441aa64a7b8761fd6541965ee244d9c4a47befccda1a239f11d86c2ad0ff24923d084f65712f5f2d6cfa178573e3471c6c33
 DIST git-2.28.0.tar.xz 6117608 BLAKE2B 
81c834dfda5b8e3065d098e411eb2408a1e7ccfde9c447a4164c131c9c2c32dcfd888980bcd180952435c05976a4fa18c155830432170deff70aa1aa2989cd2a
 SHA512 
a6159c0a15e3c5f9603157d4010664a6d74e7d65b9fe97a03b36fac12607248ed57980d96565841e88eae343001c16732737d3af812608c8db011941df1a
+DIST git-2.29.0.rc2.tar.xz 6156108 BLAKE2B 
94234b574985c826fe0d9e4f16246e5768043025ded2e3280f83e1e4edf8a8af3d7247117011e9025faee0d0e0b7f877ed0f79cef9de13ef3f057d5a0b522a13
 SHA512 
8fdbf2ced17e38aba0075ee84d527578bccd45c5bc21a4f17f19fb9da753550b865520fcd32b763e4d76f1b529bdc271658ac37097af11aca66eae64db166301
 DIST git-htmldocs-2.23.3.tar.xz 1295344 BLAKE2B 
7a6d8198cf8285717f11731ea907ea06786c486701a729d071deedc5437a595dab355ae2d0ac2814b10503ab4161e76a1245663a9ce35ce48d03be9905315db3
 SHA512 
2c86c03f29f1a4fc2acb17a17a9e1a3df2ec95138895f5c8e776859772ebc7b95c24af0e328508ccf1ea85b7adaa86a9aedc4d0c353ffc91ad5810ecc9a48059
 DIST git-htmldocs-2.24.3.tar.xz 1307828 BLAKE2B 
5d6dda03e2c51346326a1258a14a0ee16fab7fe83c80b4a1a0b307a6343db851d89b96afcf616e10ad5831352a90332ac602e5713444855327e11be8992a5274
 SHA512 
14289fb46cff48bece0cdafea9ef201facdb58eafce4b735ce50489356deb993c481ac1b6e96a2f98cfe30434280997c47f2cca0bdb2b6e85c31cb7cf17cc257
 DIST git-htmldocs-2.25.4.tar.xz 1296896 BLAKE2B 
4f6469acdcd699698bd1f19bd0d911fd522c1890115f25c087a7870b855eb9354340fe17e9e6aaec7fb27cd951fe28cadbf26e1aeadc76f3c3a1cde4d23e42cd
 SHA512 
e10c6fa52e213a2b18290fed375f6e176eef17b0a19f6906f09d6228d18bece88ff0ec97d871db0ba29fc0fbff73740312ab01eab809bd6a9a41c8b295cf8d67
 DIST git-htmldocs-2.26.2.tar.xz 1304788 BLAKE2B 
e0de88c5c41646d5fb9b54e2ee873c7904e1b85c67f971499f0227eb2dd59cabd4ffc58c468cf8a7a7466920af972dbc7f95d78003e487edac9a15a9c49b80a2
 SHA512 
b577693180b4fc035af211e3b83e98ad5e1bfbb98706924858df6558383b82ca05f870bdae90f8a14c8bf664f091ee928af52dcdebdfb98dc7387fdfe2e3a396
 DIST git-htmldocs-2.27.0.tar.xz 1325820 BLAKE2B 
a86cb62b6e42e451201a69e92c897566a78ed4965a98ef7b09f7c4674f60a334357ea8834ec5d97764f5f7e8fe580b8ac3af4da588b72a0e01f065adcd019aec
 SHA512 
6af974ea6c8458f72c5fc7a372611e0153b705a85092a5fe37587a3165368712e077f582ce4085538f48df925d60898b96c32275182b7ef034711ab53e7ab811
 DIST git-htmldocs-2.28.0.tar.xz 1347596 BLAKE2B 
9c447f951cc31eb306841d12a94aefd3bb9699f374f2919f7eed0789f6b49cd54df74ecddaa1475203a5dca33140787f53272774f71ccbb48e5da5f1ab6bfbde
 SHA512 
bbe7a7c221d1bb8d9852d5210a80b3d60c5b66f159591971abb2d9a08570cb7bf85686c7eba8cf37e04d37d63702906b308692a68c05fdbd0e3f3d60322003f0
+DIST git-htmldocs-2.29.0.rc2.tar.xz 1364392 BLAKE2B 
56a7d0b29994f96363ab3fcfc16f1bebfb48073cc8e8bae6b57d5ce3e6847c6dc0085f34b9ab5056f1a507d8366c9727d2058ed2d6722056fcf0bec72cc68d7d
 SHA512 
7628653b359fa8f13c388148e6efd435598477694a7280ba7fbfdb7bef7ef7c69172517a33fe681cc431c7b07c64080d2025e32a7994a0ab239ec7696be9a947
 DIST git-manpages-2.23.3.tar.xz 449464 BLAKE2B 
bfc0153e43724df7210110e836d47f17258e45a876aa9bf4604c3f38e690e0e5379d4394df96c3dd84ea4d7371b7843729e6fb5d4b43fd7d4a9b4c3f4062a922
 SHA512 
a7b5fc48a5b840eb9b668b441ad3c30f65adc73c22cda461ffaca1cfddf154bf1974cab6c372b4534fd45a43a2e2ab96513364845a7db4285b88e31bf7619f8e
 DIST git-manpages-2.24.3.tar.xz 454796 BLAKE2B 
b340b33593e596a7a87385110fea53a96b68f0b0c5c02e046a1aff5ff7c7a6bf3d7a55c4d33796db8e84824df72451ad51db9fc44df4840ecd0183c0ef49eba0
 SHA512 
22709e159196da27befc26eef3ab40dab9700c95abf6892860a81c8e5df7d85ad423c877e6c88949cfc611c4dfebd956f02a78f0340c1cd4d58c48f80e3e1cce
 DIST git-manpages-2.25.4.tar.xz 459344 BLAKE2B 
b0ac88f691984f39f6cfbf41d2d61

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

2020-10-19 Thread Georgy Yakovlev
commit: 0d72d00952524c1b8bbd692e29a29d9eb38f1f71
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Oct 19 15:26:45 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Oct 19 15:26:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d72d009

dev-java/oracle-javamail: add app-arch/unzip DEPEND

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

 dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild | 6 +-
 dev-java/oracle-javamail/oracle-javamail-1.5.6.ebuild| 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild 
b/dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild
index c8d1d9a1a11..ccc4cc7b474 100644
--- a/dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild
+++ b/dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild
@@ -16,7 +16,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
-DEPEND="virtual/jdk:1.8"
+DEPEND="
+   app-arch/unzip
+   virtual/jdk:1.8
+"
+
 RDEPEND="virtual/jre:1.8"
 
 S="${WORKDIR}"

diff --git a/dev-java/oracle-javamail/oracle-javamail-1.5.6.ebuild 
b/dev-java/oracle-javamail/oracle-javamail-1.5.6.ebuild
index 7343cc9b90c..cc7c61cbb4a 100644
--- a/dev-java/oracle-javamail/oracle-javamail-1.5.6.ebuild
+++ b/dev-java/oracle-javamail/oracle-javamail-1.5.6.ebuild
@@ -16,7 +16,11 @@ SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
-DEPEND=">=virtual/jdk-1.6"
+DEPEND="
+   app-arch/unzip
+   >=virtual/jdk-1.6
+"
+
 RDEPEND=">=virtual/jre-1.6"
 
 S="${WORKDIR}"



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/wsdd/

2020-10-19 Thread Steffen Christgau
commit: 400bbcdef3b6e5e59144b23d96d40a86e1f2ec14
Author: Steffen Christgau  s14u  de>
AuthorDate: Mon Oct 19 15:36:04 2020 +
Commit: Steffen Christgau  s14u  de>
CommitDate: Mon Oct 19 15:36:04 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=400bbcde

net-misc/wsdd: version bump to 0.6.2

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Steffen Christgau  s14u.de>

 net-misc/wsdd/Manifest  |  1 +
 net-misc/wsdd/wsdd-0.6.2.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/net-misc/wsdd/Manifest b/net-misc/wsdd/Manifest
index 3a89e728..b9fdbef7 100644
--- a/net-misc/wsdd/Manifest
+++ b/net-misc/wsdd/Manifest
@@ -1,3 +1,4 @@
 DIST wsdd-0.5.tar.gz 16820 BLAKE2B 
3744cf45812a54d1857d75adb9ad24868f6a29520cda3de5c69877196ffafea242e3c68f54a7849c6399fb038366825c6e42a3e1e98d37c893b7c4cde7cd49c2
 SHA512 
fe300de7d900f34b43c81358506b2e62ecbf980e6c65b377f87e3a9618afeef9dff2ed041b660b58bce0944d221ca26b2fc1c1ff7e0155edef615ed6d5ec5cd5
 DIST wsdd-0.6.1.tar.gz 27254 BLAKE2B 
745eab6f8b404d56cfa99bf4691936ac294931495990b75e29d4d28db5bef82804b1215aca76b4e2f941e8d58daee8dbbbe091ce3bfe90bc82856f6960ffec75
 SHA512 
62d7694972dbd571b5c5d9a2f1086bc0ba244896df237d6514b0a7cf814d11faec8299a1618e2da8550bcaee3feede3e2e057d3a1d2e7296947b09d6894ac2a2
+DIST wsdd-0.6.2.tar.gz 27654 BLAKE2B 
07a518517f8896682a6a04a4f904b3f696874da71b1b09202fc4b6117a32e2eaa463a111c5265a643d6cde49fef275ac0adcfdd4e21f89f2721719426f1926a0
 SHA512 
fb18c5018bbd0a6389ad8a58040351ddebab5628c7315d57d9aaf32effe1d7a4f5b91dfa9afae77d41c0eb408de6ad788c40d1cd6158e975fc94f8c3a9f8bd4b
 DIST wsdd-0.6.tar.gz 27067 BLAKE2B 
ea8ca4235d7a8dc32ed6cdf04f3ceeb0b41114c8fdc38beb783d839e7771d4557af0c411b1568809d1ba6a3dcdc94436a3990852b6b7f0d47eb6c0e4261a8f89
 SHA512 
a57a7d75118e73b63269f7de44da22ee571c922455e1be2820595209c7eabeb4c95ba6b54a56d35c5a4bf0210e05ed8578f967170728edff854cc7d40c19ef48

diff --git a/net-misc/wsdd/wsdd-0.6.2.ebuild b/net-misc/wsdd/wsdd-0.6.2.ebuild
new file mode 100644
index ..f35381e5
--- /dev/null
+++ b/net-misc/wsdd/wsdd-0.6.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit python-r1 systemd
+
+DESCRIPTION="A Web Service Discovery host daemon."
+HOMEPAGE="https://github.com/christgau/wsdd";
+SRC_URI="https://github.com/christgau/wsdd/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="samba"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+# Samba is technically no requiredment of wsdd, but depend on it if the use 
flags is set.
+RDEPEND="${DEPEND} samba? ( net-fs/samba )"
+BDEPEND=""
+
+src_install() {
+   python_foreach_impl python_newscript src/wsdd.py wsdd
+
+   # remove dependency on samba from init.d script if samba is not in use 
flags
+   if ! use samba ; then
+   sed -i -e '/need samba/d' etc/openrc/init.d/wsdd
+   fi
+
+   doinitd etc/openrc/init.d/wsdd
+   doconfd etc/openrc/conf.d/wsdd
+
+   # install systemd unit file with wsdd user and dependency on samba 
service if use flag is set
+   sed -i -e 's/=nobody/=daemon/' etc/systemd/wsdd.service
+   if use samba; then
+   sed -i -e 's/;Wants=smb.service/Wants=samba.service/' 
etc/systemd/wsdd.service
+   fi
+   systemd_dounit etc/systemd/wsdd.service
+
+   dodoc README.md
+   doman man/wsdd.1
+}



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

2020-10-19 Thread Lars Wendler
commit: d1b9688c69db12982ca98c3fccf33fae3ab4a92f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 19 16:49:59 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 19 16:50:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b9688c

mail-client/claws-mail: Bump to version 3.17.8

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

 mail-client/claws-mail/Manifest |   1 +
 mail-client/claws-mail/claws-mail-3.17.8.ebuild | 215 
 2 files changed, 216 insertions(+)

diff --git a/mail-client/claws-mail/Manifest b/mail-client/claws-mail/Manifest
index d7d1c98d9cf..a9e2915dc78 100644
--- a/mail-client/claws-mail/Manifest
+++ b/mail-client/claws-mail/Manifest
@@ -1,2 +1,3 @@
 DIST claws-mail-3.17.6.tar.xz 6400692 BLAKE2B 
ce5fc914db89835a2a678e68da950d7487e8df919847f3d69baabc73012908f3853dcb274ae4c0e1a4f0f46fb38903b77fe7a2aa7e5b9169bd8eb597035d2ce5
 SHA512 
07fdf7fce722ee1e50aa155bca720323a58842b372d8295bed33c7245fce5790a1bd3ed7462130664a218a804ab6bd1ba3663ee3e53fbbac6a4a477dd676ede0
 DIST claws-mail-3.17.7.tar.xz 6447268 BLAKE2B 
432e36e5a376622508eed2e4ba7fbc885df66b05b7f91386f8bb3cb1f96980b946362fad55848f1c0534bc079981d7e4d894ebf62d6ecaa9c60cfde709927a75
 SHA512 
b8089b0454c8e91a2e1fac8829e44ab01faa049f899252eb226e0b4998be4136334bba3d3efc5baff90e23e027ad928162950b4c986504d918dc628fcf9fa2ff
+DIST claws-mail-3.17.8.tar.xz 6435692 BLAKE2B 
2fb981ea86294eba0918c4b9bd74b762e19b6658d1970e6ec8f41e97e37063d3823f4aaae3ffcd855bd2839b7feb3a4bca0c15595fce2968de2418758f4fc50c
 SHA512 
dc29c968dc81a184af8f66c1afe5c9d17558ce6a4a8b196136a9fb5deec96aa67eec42148ed0f4d6d6ee94aec2791247b9034090dac81beec193bd7d366617d7

diff --git a/mail-client/claws-mail/claws-mail-3.17.8.ebuild 
b/mail-client/claws-mail/claws-mail-3.17.8.ebuild
new file mode 100644
index 000..92d04260296
--- /dev/null
+++ b/mail-client/claws-mail/claws-mail-3.17.8.ebuild
@@ -0,0 +1,215 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools desktop xdg
+
+DESCRIPTION="An email client (and news reader) based on GTK+"
+HOMEPAGE="https://www.claws-mail.org/";
+
+if [[ "${PV}" ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="git://git.claws-mail.org/claws.git"
+else
+   
SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-3"
+
+IUSE="+appindicator archive bogofilter calendar clamav dbus debug dillo doc 
gdata +gnutls +imap ipv6 ldap +libcanberra +libnotify litehtml networkmanager 
nls nntp +notification pdf perl +pgp rss session sieve smime spamassassin 
spam-report spell startup-notification svg valgrind xface"
+
+REQUIRED_USE="
+   appindicator? ( notification )
+   libcanberra? ( notification )
+   libnotify? ( notification )
+   networkmanager? ( dbus )
+   smime? ( pgp )
+"
+
+COMMONDEPEND="
+   dev-libs/nettle:=
+   net-mail/ytnef
+   sys-libs/zlib:=
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2[jpeg]
+   >=x11-libs/gtk+-2.24:2
+   x11-libs/libX11
+   x11-libs/pango
+   archive? (
+   app-arch/libarchive
+   >=net-misc/curl-7.9.7
+   )
+   bogofilter? ( mail-filter/bogofilter )
+   calendar? (
+   >=dev-libs/libical-2.0.0:=
+   >=net-misc/curl-7.9.7
+   )
+   dbus? (
+   >=dev-libs/dbus-glib-0.60
+   sys-apps/dbus
+   )
+   gdata? ( >=dev-libs/libgdata-0.17.2 )
+   dillo? ( www-client/dillo )
+   gnutls? ( >=net-libs/gnutls-3.0 )
+   imap? ( >=net-libs/libetpan-0.57 )
+   ldap? ( >=net-nds/openldap-2.0.7 )
+   litehtml? (
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/gumbo-0.10
+   net-misc/curl
+   media-libs/fontconfig
+   )
+   nls? ( >=sys-devel/gettext-0.18 )
+   nntp? ( >=net-libs/libetpan-0.57 )
+   notification? (
+   dev-libs/glib:2
+   appindicator? ( dev-libs/libindicate:3[gtk] )
+   libcanberra? (  media-libs/libcanberra[gtk] )
+   libnotify? ( x11-libs/libnotify )
+   )
+   pdf? ( app-text/poppler[cairo] )
+   pgp? ( >=app-crypt/gpgme-1.0.0 )
+   session? (
+   x11-libs/libICE
+   x11-libs/libSM
+   )
+   smime? ( >=app-crypt/gpgme-1.0.0 )
+   spam-report? ( >=net-misc/curl-7.9.7 )
+   spell? ( >=app-text/enchant-2.0.0:2= )
+   startup-notification? ( x11-libs/startup-notification )
+   svg? ( >=gnome-base/librsvg-2.40.5 )
+   valgrind? ( dev-util/valgrind )
+"
+
+DEPEND="${COMMONDEPEND}
+   xface? ( >=media-libs/compface-1.4 )
+"
+BDEPEND="
+   app-arch/xz-utils
+   virtual/pkgconfig
+"
+RDEPEND="${COMMONDEPEND}
+   app-misc/

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

2020-10-19 Thread Mike Gilbert
commit: 3f49e14d2c623021cd40f31a5f4a8e2d47e6ee30
Author: David Michael  gmail  com>
AuthorDate: Thu Oct 15 13:50:39 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 19 16:53:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f49e14d

media-libs/libraw: add missing DEPEND definition

Closes: https://bugs.gentoo.org/746251
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 media-libs/libraw/libraw-0.20.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/libraw/libraw-0.20.0.ebuild 
b/media-libs/libraw/libraw-0.20.0.ebuild
index 01ec7d870fd..6c713e6be40 100644
--- a/media-libs/libraw/libraw-0.20.0.ebuild
+++ b/media-libs/libraw/libraw-0.20.0.ebuild
@@ -20,6 +20,7 @@ IUSE="examples jpeg +lcms openmp"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
lcms? ( >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}"
 
 DEPEND="${RDEPEND}"
 



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

2020-10-19 Thread Mike Gilbert
commit: 0bbb7718e73735f35fbc5e86e679960953a819c9
Author: David Michael  gmail  com>
AuthorDate: Thu Oct 15 13:55:06 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 19 16:53:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbb7718

media-libs/opus: use BDEPEND with EAPI 7

Closes: https://bugs.gentoo.org/729078
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17936

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

diff --git a/media-libs/opus/opus-1.3.1-r1.ebuild 
b/media-libs/opus/opus-1.3.1-r1.ebuild
index d952bb8f91f..d012b9cbb22 100644
--- a/media-libs/opus/opus-1.3.1-r1.ebuild
+++ b/media-libs/opus/opus-1.3.1-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 
sparc x86"
 INTRINSIC_FLAGS="cpu_flags_x86_sse cpu_flags_arm_neon"
 IUSE="custom-modes doc static-libs ${INTRINSIC_FLAGS}"
 
-DEPEND="doc? (
+BDEPEND="doc? (
app-doc/doxygen
media-gfx/graphviz
)"



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

2020-10-19 Thread Mike Gilbert
commit: 221bd8687b82cccf6311b6b6d0d7f771e30d5196
Author: David Michael  gmail  com>
AuthorDate: Thu Oct 15 13:45:52 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 19 16:53:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221bd868

dev-libs/libusb: use BDEPEND with EAPI 7

Closes: https://bugs.gentoo.org/747448
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-libs/libusb/libusb-1.0.23-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libusb/libusb-1.0.23-r1.ebuild 
b/dev-libs/libusb/libusb-1.0.23-r1.ebuild
index 8aadb3658e9..8236783eb0c 100644
--- a/dev-libs/libusb/libusb-1.0.23-r1.ebuild
+++ b/dev-libs/libusb/libusb-1.0.23-r1.ebuild
@@ -16,8 +16,8 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="udev? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP},static-libs(-)?] )"
 DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
!udev? ( virtual/os-headers )"
+BDEPEND="doc? ( app-doc/doxygen )"
 
 multilib_src_configure() {
local myeconfargs=(



[gentoo-commits] repo/gentoo:master commit in: virtual/libusb/

2020-10-19 Thread Mike Gilbert
commit: a95a968bc5ec44c5ebd047ad3c1177c9f737e136
Author: David Michael  gmail  com>
AuthorDate: Thu Oct 15 13:48:43 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 19 16:53:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95a968b

virtual/libusb: stabilize 1-r2 on ppc

Closes: https://bugs.gentoo.org/744529
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 virtual/libusb/libusb-1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/libusb/libusb-1-r2.ebuild 
b/virtual/libusb/libusb-1-r2.ebuild
index fa6546377b9..469adccdbc7 100644
--- a/virtual/libusb/libusb-1-r2.ebuild
+++ b/virtual/libusb/libusb-1-r2.ebuild
@@ -6,7 +6,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libusb"
 SLOT="1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="udev"
 
 # We force a recent libusb so that downstream consumers of virtual/libusb



[gentoo-commits] repo/gentoo:master commit in: virtual/libusb/

2020-10-19 Thread Mike Gilbert
commit: 32fbdfb78d3ef12b829125f94eb32af4d98b60af
Author: David Michael  gmail  com>
AuthorDate: Thu Oct 15 13:47:19 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 19 16:53:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fbdfb7

virtual/libusb: stabilize 1-r2 on arm

Bug: https://bugs.gentoo.org/744529
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 virtual/libusb/libusb-1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/libusb/libusb-1-r2.ebuild 
b/virtual/libusb/libusb-1-r2.ebuild
index 2522db44a91..fa6546377b9 100644
--- a/virtual/libusb/libusb-1-r2.ebuild
+++ b/virtual/libusb/libusb-1-r2.ebuild
@@ -6,7 +6,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libusb"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="udev"
 
 # We force a recent libusb so that downstream consumers of virtual/libusb



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

2020-10-19 Thread Mike Gilbert
commit: 66eb72e9ca972f998e55baceef1769cd7c8b7252
Author: David Michael  gmail  com>
AuthorDate: Thu Oct 15 13:53:10 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 19 16:53:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66eb72e9

x11-libs/pango: move glib-utils to BDEPEND

Closes: https://bugs.gentoo.org/740406
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/x11-libs/pango/pango-1.44.7.ebuild 
b/x11-libs/pango/pango-1.44.7.ebuild
index 2f4853c526e..05b510f0d06 100644
--- a/x11-libs/pango/pango-1.44.7.ebuild
+++ b/x11-libs/pango/pango-1.44.7.ebuild
@@ -31,10 +31,10 @@ RDEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
 "
 DEPEND="${RDEPEND}
-   dev-util/glib-utils
x11-base/xorg-proto
 "
 BDEPEND="
+   dev-util/glib-utils
virtual/pkgconfig
gtk-doc? (
>=dev-util/gtk-doc-1.20



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

2020-10-19 Thread Mike Gilbert
commit: 2d81763b76125a0fc98cee9f0034aea1639d0df0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Oct 19 16:57:52 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 19 16:57:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d81763b

media-libs/libraw: remove duplicate DEPEND setting

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

 media-libs/libraw/libraw-0.20.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-libs/libraw/libraw-0.20.0.ebuild 
b/media-libs/libraw/libraw-0.20.0.ebuild
index 6c713e6be40..01ec7d870fd 100644
--- a/media-libs/libraw/libraw-0.20.0.ebuild
+++ b/media-libs/libraw/libraw-0.20.0.ebuild
@@ -20,7 +20,6 @@ IUSE="examples jpeg +lcms openmp"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
lcms? ( >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
 
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/customrescuecd-x86_64/

2020-10-19 Thread Andrea Postiglione
commit: 8932a9e0cad00fa7918ecbbf3eed52609016c443
Author: Andrea Postiglione  gmail  com>
AuthorDate: Mon Oct 19 17:00:40 2020 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Mon Oct 19 17:00:40 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8932a9e0

app-admin/customrescuecd-x86_64: version bump 0.11.1

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest   |  1 +
 .../customrescuecd-x86_64-0.11.1.ebuild| 55 ++
 2 files changed, 56 insertions(+)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index 56fdf6af..51eb80f5 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1,2 +1,3 @@
 DIST CUSTOMRESCUECD-x86_64-0.10.3.iso 1537474560 BLAKE2B 
d4812074013323d8372bd71bea1c81cbe8cb88e0cf87dd1ec7c4373a1c4f4023cfec383ea3327cb75aa903021d929ac7a29290a2a9a7a75857c591827af7a148
 SHA512 
1092dc85a82c1f17c362b19e91d36602debaab7d52a98945ebb494f9d8bec03fb07b16649c7401233a060ce95905c3f9259107c2eb9f80bd63d759740754105e
 DIST CUSTOMRESCUECD-x86_64-0.11.0.iso 1265106944 BLAKE2B 
f6732d1f903c02a49ed13525e19f957ccc5a78466cdc62d609579d2aaf2bfa5bcdf5cf2597089d3634fa8124cff3293030703e95187771c7517d890226997245
 SHA512 
6099c5a344c701936743bbbfad02206dca7937b6c6b796fa7cb42ad42a544c731fa2e0895a94d138cd3d91d34791a5ed88d723973e2e383e900ad1a385a27482
+DIST CUSTOMRESCUECD-x86_64-0.11.1.iso 1261371392 BLAKE2B 
b00310a571d5a2ac8134b2e6fd529605684f3d45ce46cac5c6e310d90d65e69991198c3b4f5e09cd12e12042c6d7b63d0970b9531667b4497e415ca7b34c28c7
 SHA512 
38e8515d4ba5ca1af9741dc61831d1d9a5ce2a01d1d0f633ca9065e8adee7f1f8df549ab7473804cbeb528a54ada5021b872407aacb6726cf78f10c289278f20

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.1.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.1.ebuild
new file mode 100644
index ..96d32df6
--- /dev/null
+++ b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="CUSTOMRESCUECD-x86_64"
+DESCRIPTION="A system rescue cd or usbstick for desktop and server based on 
gentoo"
+HOMEPAGE="https://sourceforge.net/projects/customrescuecd";
+SRC_URI="mirror://sourceforge/customrescuecd/"${MY_P}"-"${PV}".iso"
+
+LICENSE="GPL-3"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+src_unpack() { :; }
+
+src_install() {
+   insinto "/usr/share/${PN%-*}"
+   doins "${DISTDIR}/${MY_P}-${PV}.iso"
+}
+
+pkg_postinst() {
+   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+
+   # no version newer than ours? we're the newest!
+   if ! has_version ">${CATEGORY}/${PF}"; then
+   ln -f -s -v "${MY_P}-${PV}.iso" "${f}" || die
+   fi
+}
+
+pkg_postrm() {
+   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+
+   # if there is no version newer than ours installed
+   if ! has_version ">${CATEGORY}/${PF}"; then
+   # and we are truly and completely uninstalled...
+   if [[ ! ${REPLACED_BY_VERSION} ]]; then
+   # then find an older version to set the symlink to
+   local newest_version=$(best_version 
"<${CATEGORY}/${PF}")
+
+   if [[ ${newest_version} ]]; then
+   # update the symlink
+   ln -f -s -v "${newest_version%-r*}.iso" "${f}" 
|| die
+   else
+   # last version removed? clean up the symlink
+   rm -v "${f}" || die
+   # and the parent directory
+   rmdir "${f%/*}" || die
+   fi
+   fi
+   fi
+}



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

2020-10-19 Thread Michał Górny
commit: c71f654710d6b46a09676a76d38adbda5ad0581b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 19 16:52:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 19 17:04:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71f6547

dev-python/urllib3: Bump to 1.25.11

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

 dev-python/urllib3/Manifest   |  1 +
 dev-python/urllib3/urllib3-1.25.11.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/urllib3/Manifest b/dev-python/urllib3/Manifest
index 3792289a400..5d7dec94ee5 100644
--- a/dev-python/urllib3/Manifest
+++ b/dev-python/urllib3/Manifest
@@ -1,2 +1,3 @@
 DIST urllib3-1.24.2.tar.gz 230699 BLAKE2B 
9c2f2be8fa743f542493d75072c02423d1bd40189561fa0ea393a8a2515b24da9a2a383aeec35b55bdd2a9954d3d585450d759548358ed91ecfdb9ec03d391b6
 SHA512 
9939e9e7c4da30b5effb334969cd835c9d0404a136761098203c699570aab02e63fb3f1b4ab680def0bc0906fabe5f0782ab94cf3095ff10ccf9b3c371653cf2
 DIST urllib3-1.25.10.tar.gz 256875 BLAKE2B 
3f2ad2cb3ac9a09f73c1ec03e89aa7313055afa443c53ec82fd9227348859566e20ca33b803972134be24eeed070c63b98e6ae75efde4006e2a4bb7b4cf3f054
 SHA512 
5718dab472a476bfd555753758ceef46c81dc358131205b6db05d186a66f397dc07252eda1622d12586390ccf14e8e17acdb9486c17cb7d34e323287a67373af
+DIST urllib3-1.25.11.tar.gz 260300 BLAKE2B 
06bd2107bad479e36c6474f95567c3ecb119d18b193b358df9e345e4d09392366255b21597b26fbf2374220b921cc2117a1972f88021c3a6ebac3844a319acbe
 SHA512 
58f77edb9ced62cbac7b0baf2651c07f9f413267f103730ee25f08c5d4d0bf52a2ace02f58841bcd55652db677c7a1dc9a756681e7e32d590bc69d8b93e8f173

diff --git a/dev-python/urllib3/urllib3-1.25.11.ebuild 
b/dev-python/urllib3/urllib3-1.25.11.ebuild
new file mode 100644
index 000..d690d8c84ad
--- /dev/null
+++ b/dev-python/urllib3/urllib3-1.25.11.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=( python3_{6,7,8,9} pypy3 )
+PYTHON_REQ_USE="ssl(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and 
more"
+HOMEPAGE="https://github.com/urllib3/urllib3";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="brotli test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}]
+   =dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
+   >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
+   brotli? ( dev-python/brotlipy[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep "
+   ${RDEPEND}
+   dev-python/brotlipy[\${PYTHON_USEDEP}]
+   dev-python/mock[\${PYTHON_USEDEP}]
+   dev-python/pytest[\${PYTHON_USEDEP}]
+   dev-python/pytest-freezegun[\${PYTHON_USEDEP}]
+   >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}]
+   >=www-servers/tornado-4.2.1[\${PYTHON_USEDEP}]
+   " python3_{6,7,8,9})
+   )
+"
+
+distutils_enable_sphinx docs \
+   dev-python/alabaster \
+   dev-python/mock
+
+python_prepare_all() {
+   # https://github.com/urllib3/urllib3/issues/1756
+   sed -e 's:10.255.255.1:240.0.0.0:' \
+   -i test/__init__.py || die
+   # tests failing if 'localhost.' cannot be resolved
+   sed -e 's:test_dotted_fqdn:_&:' \
+   -i test/with_dummyserver/test_https.py || die
+   sed -e 's:test_request_host_header_ignores_fqdn_dot:_&:' \
+   -i test/with_dummyserver/test_socketlevel.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local -x CI=1
+   # FIXME: get tornado ported
+   case ${EPYTHON} in
+   python3*)
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+   ;;
+   esac
+}



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

2020-10-19 Thread Mikle Kolyada
commit: d1fbdaa0025dff38a2c86e257cd5ee6b030d7cbf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 17:27:15 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 17:27:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fbdaa0

net-p2p/qbittorrent: Version bum (v4.3.0)

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

 net-p2p/qbittorrent/Manifest |  1 +
 net-p2p/qbittorrent/qbittorrent-4.3.0.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/net-p2p/qbittorrent/Manifest b/net-p2p/qbittorrent/Manifest
index 86091bf17af..4838614d0a8 100644
--- a/net-p2p/qbittorrent/Manifest
+++ b/net-p2p/qbittorrent/Manifest
@@ -1 +1,2 @@
 DIST qbittorrent-4.2.5.tar.gz 7961612 BLAKE2B 
61d2f2154a291a6d1ddab7d4775d4ac4d19f471dceb783cb7933015ed9159afdca4075f429891dbbd7249f09d910ef643d27da4c4b7307adbf2935465027
 SHA512 
8808029bdb3a1638fcf792e92c36bd39889dbc2ceb26c8d45ff17b086bd076f0b3a8ed78dd6a1e3debd32e5b0ce212eea194ec601210ae29093cfb567eb4ca0f
+DIST qbittorrent-4.3.0.tar.gz 7752864 BLAKE2B 
77f5f18f3a8d0f3f498fe0678e39b0ffac7809586ac8ea75754d2d224ccd98b517327fecff95c3cdb740335df926a53494f3362969627afb0ff9f4a759ad33ed
 SHA512 
bea69b4cb8ac80b5d36c674e0f2687f07902fc93d55c9874b97932e62bcd1643f7bc35c021c62b458b7ef154f23374c0a79ebb37f32499ae1a6242e0c0b088bb

diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.0.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.3.0.ebuild
new file mode 100644
index 000..15913a17fc0
--- /dev/null
+++ b/net-p2p/qbittorrent/qbittorrent-4.3.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="BitTorrent client in C++ and Qt"
+HOMEPAGE="https://www.qbittorrent.org
+ https://github.com/qbittorrent";
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git";
+else
+   
SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+   S="${WORKDIR}/qBittorrent-release-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+dbus debug webui +X"
+REQUIRED_USE="dbus? ( X )"
+
+RDEPEND="
+   >=dev-libs/boost-1.62.0-r1:=
+   dev-qt/qtcore:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtxml:5
+   >=net-libs/libtorrent-rasterbar-1.2.0:0=
+   sys-libs/zlib
+   dbus? ( dev-qt/qtdbus:5 )
+   X? (
+   dev-libs/geoip
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   )"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
+
+src_configure() {
+   econf \
+   $(use_enable dbus qt-dbus) \
+   $(use_enable debug) \
+   $(use_enable webui) \
+   $(use_enable X gui)
+}
+
+src_install() {
+   emake STRIP="/bin/false" INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}



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

2020-10-19 Thread Sergei Trofimovich
commit: b56cb58add4cebf0e0a8828a253fd193a9be262c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 19 18:29:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 19 18:49:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56cb58a

dev-util/ccache: bump up to 4.0

A few major changes:
- move from zlib to zstdd compression
- move from md4 to xxhash hash
- expanded license from GPL-3 to LGPL-3
- man page disappeared

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

 dev-util/ccache/Manifest   |  1 +
 dev-util/ccache/ccache-4.0.ebuild  | 66 ++
 .../ccache/files/ccache-4.0-avoid-run-user.patch   | 18 ++
 dev-util/ccache/files/ccache-4.0-objdump.patch | 12 
 4 files changed, 97 insertions(+)

diff --git a/dev-util/ccache/Manifest b/dev-util/ccache/Manifest
index eb12073ed68..d86d278e755 100644
--- a/dev-util/ccache/Manifest
+++ b/dev-util/ccache/Manifest
@@ -1,2 +1,3 @@
 DIST ccache-3.7.11.tar.xz 354160 BLAKE2B 
46fc5d65d6224bb796db7632b35ccca1089e5fed36eeb2ba231cf4c1aaa94be10bf0504f6ef565ce11673e527e09dee64583a764062ca7fea38364d790dd8cc1
 SHA512 
47b71b3ab4b89bf9b6f6d15941c22d2207b369922f51f9a8fbf4e86554325053dccce669e1c1ed3c0019a7e0a3d610f399e52d3fee68b56111aa7c1b24132c11
 DIST ccache-3.7.12.tar.xz 354684 BLAKE2B 
b0b1028ede8206622c4b563cdc1351bdbe49ac11aa92d405c778af91db5bac029f7331371ef0a55bc3b1c7a0b60fbc5711277e048481bf0f4ad4b1be8acd3495
 SHA512 
0eb47869f86d36b3e5fad0d5073973f0444f3efe23fd14469a9e05154ea219228443098b1c5e4a8a0c5c78b4bfa7623735b50ebd6b8b4d0626766061850d6a62
+DIST ccache-4.0.tar.xz 383264 BLAKE2B 
ef4ca19860e2a0d313354cbd59a9eff441e86663820e8233dcf4b45a008ffa330b4a4c22eb11f3c6a7a98950d7d247034e60eb71c84ec4471f60fa19591651bd
 SHA512 
1e55767bc2919109ae3c9b74f0adcd518e7e11df45c3981b2e9f8b04a780f9730457eeef1df137c65ab20e0959600c5317f06b58ffb82f5806c7c9f6cc305715

diff --git a/dev-util/ccache/ccache-4.0.ebuild 
b/dev-util/ccache/ccache-4.0.ebuild
new file mode 100644
index 000..66c0f19279a
--- /dev/null
+++ b/dev-util/ccache/ccache-4.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="fast compiler cache"
+HOMEPAGE="https://ccache.dev/";
+SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.tar.xz";
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="test"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   dev-util/shadowman
+   sys-apps/gentoo-functions"
+# clang-specific tests use dev-libs/elfutils to compare objects for equality.
+# Let's pull in the dependency unconditionally.
+DEPEND+="
+   test? ( dev-libs/elfutils )"
+
+RESTRICT="!test? ( test )"
+
+DOCS=( doc/{AUTHORS,MANUAL,NEWS}.adoc CONTRIBUTING.md README.md )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.5-nvcc-test.patch
+   "${FILESDIR}"/${PN}-4.0-objdump.patch
+   "${FILESDIR}"/${PN}-4.0-avoid-run-user.patch
+)
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed \
+   -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
+   "${FILESDIR}"/ccache-config-3 > ccache-config || die
+
+   # mainly used in tests
+   tc-export CC OBJDUMP
+}
+
+src_install() {
+   # TODO: install manpage: https://github.com/ccache/ccache/issues/684
+   cmake_src_install
+
+   dobin ccache-config
+   insinto /usr/share/shadowman/tools
+   newins - ccache <<<"${EPREFIX}/usr/lib/ccache/bin"
+}
+
+pkg_prerm() {
+   if [[ -z ${REPLACED_BY_VERSION} && ${ROOT:-/} == / ]] ; then
+   eselect compiler-shadow remove ccache
+   fi
+}
+
+pkg_postinst() {
+   if [[ ${ROOT:-/} == / ]]; then
+   eselect compiler-shadow update ccache
+   fi
+}

diff --git a/dev-util/ccache/files/ccache-4.0-avoid-run-user.patch 
b/dev-util/ccache/files/ccache-4.0-avoid-run-user.patch
new file mode 100644
index 000..07da25c6c34
--- /dev/null
+++ b/dev-util/ccache/files/ccache-4.0-avoid-run-user.patch
@@ -0,0 +1,18 @@
+Gentoo's sandbox does not whitelist this path by default yet.
+TODO: bug link.
+
+Until we have a sandbox whitelisting the path let's rely on ccache's default.
+--- a/src/Config.cpp
 b/src/Config.cpp
+@@ -833,11 +833,5 @@ Config::check_key_tables_consistency()
+ std::string
+ Config::default_temporary_dir(const std::string& cache_dir)
+ {
+-#ifdef HAVE_GETEUID
+-  std::string user_tmp_dir = fmt::format("/run/user/{}", geteuid());
+-  if (Stat::stat(user_tmp_dir).is_directory()) {
+-return user_tmp_dir + "/ccache-tmp";
+-  }
+-#endif
+   return cache_dir + "/tmp";
+ }

diff --git a/dev-util/ccache/files/ccache-4.0-objdump.patch 
b/dev-util/ccache/files/ccache-4.0-objdump.patch
new file mode 100644
index 000..af48e997f50
--- /dev/null
+++ b/de

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/regex-pcre-builtin/

2020-10-19 Thread Sergei Trofimovich
commit: 05b3ed66cecea1ea4bc9274436722e9230194cbe
Author: Jack Todaro  posteo  org>
AuthorDate: Mon Oct 19 09:00:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 19 19:00:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b3ed66

dev-haskell/regex-pcre-builtin: bump up to 0.95.1.3.8.43

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jack Todaro  posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/17971
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/regex-pcre-builtin/Manifest|  1 +
 .../regex-pcre-builtin-0.95.1.3.8.43.ebuild| 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-haskell/regex-pcre-builtin/Manifest 
b/dev-haskell/regex-pcre-builtin/Manifest
index 4da2ac98603..06d71849f9b 100644
--- a/dev-haskell/regex-pcre-builtin/Manifest
+++ b/dev-haskell/regex-pcre-builtin/Manifest
@@ -1 +1,2 @@
 DIST regex-pcre-builtin-0.95.1.2.8.43.tar.gz 330306 BLAKE2B 
bbfc3c509b6d2d5d5dc1affd0519507f90946da4be69b75f12cf687eaf234f98d394d778955507120ed6529d81f199c4ba9b7c8f278706d648e2bc609bdcc51c
 SHA512 
6d11d68636ced3bc443b4f4ff20bee8d431df02eb91a099e31a6a66493a1f7f6674571a45d7d47efc50f8ad8d79f518f28c157cdf97cf3773af590a5a385ddeb
+DIST regex-pcre-builtin-0.95.1.3.8.43.tar.gz 564837 BLAKE2B 
57db54ada6996a49ab9ed92ac419e81b0595f531d77c83db783707b70ef2df065375afe7b3aa74d5dd8344aa68470f1cd516376a93dff15beb417dca4745a072
 SHA512 
1e5cf167e9e46cf0287b37973dcdb7531a5dea5e39d406a931e6d295763c35b8487f31cbe9c3cd5aa2ad8ef76061ce16d7096b0947936c36d91c6d81d1b9c99e

diff --git 
a/dev-haskell/regex-pcre-builtin/regex-pcre-builtin-0.95.1.3.8.43.ebuild 
b/dev-haskell/regex-pcre-builtin/regex-pcre-builtin-0.95.1.3.8.43.ebuild
new file mode 100644
index 000..b8e52983ce9
--- /dev/null
+++ b/dev-haskell/regex-pcre-builtin/regex-pcre-builtin-0.95.1.3.8.43.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.6.
+#hackport: flags: +newbase,+splitbase
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="PCRE Backend for \"Text.Regex\" (regex-base)"
+HOMEPAGE="https://hackage.haskell.org/package/regex-pcre-builtin";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/fail-4.9:=[profile?] =dev-haskell/regex-base-0.94:=[profile?] 
=dev-haskell/text-1.2.3:=[profile?] =dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.10
+"
+
+src_configure() {
+   haskell-cabal_src_configure \
+   --flag=newbase \
+   --flag=splitbase
+}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/regex-pcre-builtin/

2020-10-19 Thread Sergei Trofimovich
commit: 450a5746dc641a8f87298afad88eaa50441809b3
Author: Jack Todaro  posteo  org>
AuthorDate: Mon Oct 19 09:02:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 19 19:00:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450a5746

dev-haskell/regex-pcre-builtin: drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/regex-pcre-builtin/Manifest|  1 -
 .../regex-pcre-builtin-0.95.1.2.8.43.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-haskell/regex-pcre-builtin/Manifest 
b/dev-haskell/regex-pcre-builtin/Manifest
index 06d71849f9b..efaac74e22a 100644
--- a/dev-haskell/regex-pcre-builtin/Manifest
+++ b/dev-haskell/regex-pcre-builtin/Manifest
@@ -1,2 +1 @@
-DIST regex-pcre-builtin-0.95.1.2.8.43.tar.gz 330306 BLAKE2B 
bbfc3c509b6d2d5d5dc1affd0519507f90946da4be69b75f12cf687eaf234f98d394d778955507120ed6529d81f199c4ba9b7c8f278706d648e2bc609bdcc51c
 SHA512 
6d11d68636ced3bc443b4f4ff20bee8d431df02eb91a099e31a6a66493a1f7f6674571a45d7d47efc50f8ad8d79f518f28c157cdf97cf3773af590a5a385ddeb
 DIST regex-pcre-builtin-0.95.1.3.8.43.tar.gz 564837 BLAKE2B 
57db54ada6996a49ab9ed92ac419e81b0595f531d77c83db783707b70ef2df065375afe7b3aa74d5dd8344aa68470f1cd516376a93dff15beb417dca4745a072
 SHA512 
1e5cf167e9e46cf0287b37973dcdb7531a5dea5e39d406a931e6d295763c35b8487f31cbe9c3cd5aa2ad8ef76061ce16d7096b0947936c36d91c6d81d1b9c99e

diff --git 
a/dev-haskell/regex-pcre-builtin/regex-pcre-builtin-0.95.1.2.8.43.ebuild 
b/dev-haskell/regex-pcre-builtin/regex-pcre-builtin-0.95.1.2.8.43.ebuild
deleted file mode 100644
index b8e52983ce9..000
--- a/dev-haskell/regex-pcre-builtin/regex-pcre-builtin-0.95.1.2.8.43.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.
-#hackport: flags: +newbase,+splitbase
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="PCRE Backend for \"Text.Regex\" (regex-base)"
-HOMEPAGE="https://hackage.haskell.org/package/regex-pcre-builtin";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/fail-4.9:=[profile?] =dev-haskell/regex-base-0.94:=[profile?] 
=dev-haskell/text-1.2.3:=[profile?] =dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10
-"
-
-src_configure() {
-   haskell-cabal_src_configure \
-   --flag=newbase \
-   --flag=splitbase
-}



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

2020-10-19 Thread Mike Gilbert
commit: 2452111c71da85ec84162847f57a42071238fda8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Oct 19 19:14:34 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 19 19:14:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2452111c

media-libs/giflib: drop dependency on app-text/xmlto

Closes: https://bugs.gentoo.org/734638
Signed-off-by: Mike Gilbert  gentoo.org>

 media-libs/giflib/giflib-5.2.1-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/media-libs/giflib/giflib-5.2.1-r1.ebuild 
b/media-libs/giflib/giflib-5.2.1-r1.ebuild
index 7a6bc4d1161..74daec895cf 100644
--- a/media-libs/giflib/giflib-5.2.1-r1.ebuild
+++ b/media-libs/giflib/giflib-5.2.1-r1.ebuild
@@ -14,8 +14,6 @@ SLOT="0/7"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
-DEPEND="doc? ( app-text/xmlto )"
-
 PATCHES=(
"${FILESDIR}"/${PN}-5.1.9-gentoo.patch
"${FILESDIR}"/${PN}-5.2.1-fix-missing-quantize-API-symbols.patch



  1   2   3   >