[gentoo-commits] repo/gentoo:master commit in: sys-apps/kbd/files/, sys-apps/kbd/

2019-08-14 Thread Lars Wendler
commit: 468fac8b3ce93a2f486b68401189a80c137c5d16
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Aug 14 06:19:50 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Aug 14 06:21:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468fac8b

sys-apps/kbd: Revbump to make "loadkeys -d" not stop on first error

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

 ...bd-2.2.0-kbdfile-dont_stop_on_first_error.patch | 31 ++
 .../{kbd-2.2.0-r1.ebuild => kbd-2.2.0-r2.ebuild}   |  3 ++-
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git 
a/sys-apps/kbd/files/kbd-2.2.0-kbdfile-dont_stop_on_first_error.patch 
b/sys-apps/kbd/files/kbd-2.2.0-kbdfile-dont_stop_on_first_error.patch
new file mode 100644
index 000..4b545f5bc2a
--- /dev/null
+++ b/sys-apps/kbd/files/kbd-2.2.0-kbdfile-dont_stop_on_first_error.patch
@@ -0,0 +1,31 @@
+From acf93e44f6d036303f9069031f6fb12ce9d1 Mon Sep 17 00:00:00 2001
+From: Alexey Gladkov 
+Date: Tue, 6 Aug 2019 13:59:34 +0200
+Subject: [PATCH] libkbdfile: Do not stop on the first error
+
+The kbdfile_find() gets a list of directories in which the filename. If
+we could not find the filename in the first directory, you do not need
+to return an error.
+
+Link: https://github.com/legionus/kbd/issues/31
+
+Signed-off-by: Alexey Gladkov 
+---
+ src/libkbdfile/kbdfile.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/libkbdfile/kbdfile.c b/src/libkbdfile/kbdfile.c
+index 804f04a..fb8e035 100644
+--- a/src/libkbdfile/kbdfile.c
 b/src/libkbdfile/kbdfile.c
+@@ -433,8 +433,8 @@ kbdfile_find(char *fnam, char **dirpath, char **suffixes, 
struct kbdfile *fp)
+   rc = findfile_in_dir(fnam, dir, recdepth, suffixes, fp);
+   free(dir);
+ 
+-  if (rc <= 0)
+-  return rc;
++  if (!rc)
++  return 0;
+   }
+ 
+   return 1;

diff --git a/sys-apps/kbd/kbd-2.2.0-r1.ebuild b/sys-apps/kbd/kbd-2.2.0-r2.ebuild
similarity index 93%
rename from sys-apps/kbd/kbd-2.2.0-r1.ebuild
rename to sys-apps/kbd/kbd-2.2.0-r2.ebuild
index 895a4995c52..3675430c7a9 100644
--- a/sys-apps/kbd/kbd-2.2.0-r1.ebuild
+++ b/sys-apps/kbd/kbd-2.2.0-r2.ebuild
@@ -36,7 +36,8 @@ BDEPEND="
 "
 
 PATCHES=(
-   "${FILESDIR}/${PN}-2.2.0-cflags.patch" #691142
+   "${FILESDIR}/${P}-cflags.patch" #691142
+   "${FILESDIR}/${P}-kbdfile-dont_stop_on_first_error.patch"
 )
 
 src_unpack() {



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

2019-08-14 Thread Lars Wendler
commit: 6ba9a653459932d41df41a0b9629f3317c9d48c2
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Aug 14 06:47:20 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Aug 14 06:47:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba9a653

app-admin/sudo: Bump to version 1.8.28_beta2. Removed old.

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

 app-admin/sudo/Manifest   | 2 +-
 app-admin/sudo/{sudo-1.8.28_beta1.ebuild => sudo-1.8.28_beta2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index 6816723f984..036478c71e6 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1,3 +1,3 @@
 DIST sudo-1.8.25p1.tar.gz 3189951 BLAKE2B 
ebfedaad62e60f625db8c46a5c8f19977a5ec0a86bab3b34d91096c08e8b8ece056ba312f9fecd4cdd704fc17d49a36681b41cd40269df7c67cd66d80c0d8efb
 SHA512 
b1445be688d3c1dd7efbdfab68977a7a9b6fd6887191dc99ca717117eec0a550492642556cd55ca5873d054ddc5ccc2b87b2c34602e1ffc729ab6fbc4e523a72
 DIST sudo-1.8.27.tar.gz 3293178 BLAKE2B 
174d63ece5c24309dc0d237fadfc4131243aca333491ffa6dcdb3c44b53cb8149d3bf2f3aea2aa49529ea811d4727a11ac1909305e342b858a4c14f923f12956
 SHA512 
0480def650ab880ab9e6c51c606a06897fd638f0381e99c038f5aa47d064aaa2fb35b73eee7f86e73185e18d5dbb8b6ba49c616b1785a1edb2dd6d7b2fa4fcac
-DIST sudo-1.8.28b1.tar.gz 3255781 BLAKE2B 
f85a4c168a405e3e7838fd00faad023c53fce8b99c0930ddb0b61e1860522d95d975c6ddbc9b6094be6834e85e008592898ade809b30a96a8e17af82059b6065
 SHA512 
a2c45cd13602fa6ae3e59f7fb76c048739a00e7c66038786fa242e1657a040b47b2d9698c5bbcb4045767759bae283d8c0e07bbb1c86477971f5979dfd145996
+DIST sudo-1.8.28b2.tar.gz 3301533 BLAKE2B 
9805d01b87c497e8b169d48598753a1f274d00dbe8ac81b992cb08b0ac74400b4abbf1bcc5e4bb4e7c135556f0069f9db279c39e40460749801bbacd5a84caf3
 SHA512 
df7e352c14d586bf556cf63c6176f6f5ec8619b0f36089466abeb8a732bd190e763429d46552dc79efadc640369a82e213a9e14d9a596761cba005f52b0f0f8a

diff --git a/app-admin/sudo/sudo-1.8.28_beta1.ebuild 
b/app-admin/sudo/sudo-1.8.28_beta2.ebuild
similarity index 100%
rename from app-admin/sudo/sudo-1.8.28_beta1.ebuild
rename to app-admin/sudo/sudo-1.8.28_beta2.ebuild



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

2019-08-14 Thread Georgy Yakovlev
commit: 9e7c7b0f1a6fde0e35d4976ec1fa517d36a16b36
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Aug 14 05:59:40 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Aug 14 05:59:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7c7b0f

sys-fs/zfs: drop 0.6.5.11-r2

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

 sys-fs/zfs/Manifest   |   1 -
 sys-fs/zfs/zfs-0.6.5.11-r2.ebuild | 212 --
 2 files changed, 213 deletions(-)

diff --git a/sys-fs/zfs/Manifest b/sys-fs/zfs/Manifest
index 29e419297f2..daccededfad 100644
--- a/sys-fs/zfs/Manifest
+++ b/sys-fs/zfs/Manifest
@@ -1,3 +1,2 @@
-DIST zfs-0.6.5.11.tar.gz 2521959 BLAKE2B 
95b145a26620995343df1a468367b882bc71ab3e4812c05839d49d0cd877b756185c91b2609986f91939fbfda322809ddefc8ff9207fe076db03e0038e585ea2
 SHA512 
877052da2a0cdc78b10cb5041da55e31242db2618c502997f4df9aa46a14482c7f33adce8d21aaf16164a9fe52edc358922ea89c8e109c3247e107bf607d6451
 DIST zfs-0.7.13.tar.gz 6614047 BLAKE2B 
c59c46287715779eb04d69333b0a417fa9865eb0d61c642b043188c4c97d4eed369f76a48327326ed1d4dd608ff95d91d20d26c80ed0b120a8fcd5f83cea638f
 SHA512 
457d8f110b68c9656194cd3738b216d5d807d680e5cfc6ed1f3cf5ebde67860476387c6b862ba3ba7f972d8945075963e6c325543ab84468e3eff5dbce68476e
 DIST zfs-0.8.1.tar.gz 8668360 BLAKE2B 
f18268656381c20af6bd18421636a1c56633c7eafaf91b1308d15508d5f4bdcfa5dfbb4e09d0302ac3de9d6a4f69718fe9c3d083ed5b3ab2a32c6fb7a1db624b
 SHA512 
1fb3957f65dbe94edaffcedb5b2694390dc14e472c11f7e63184a9ea6a774e79a43d47a2d789b7ced233fc67c76583bf7d5c1bda0692bb07929673e2a57f4667

diff --git a/sys-fs/zfs/zfs-0.6.5.11-r2.ebuild 
b/sys-fs/zfs/zfs-0.6.5.11-r2.ebuild
deleted file mode 100644
index 10a8985e6e6..000
--- a/sys-fs/zfs/zfs-0.6.5.11-r2.ebuild
+++ /dev/null
@@ -1,212 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-if [ ${PV} == "" ] ; then
-   inherit git-r3 linux-mod
-   AUTOTOOLS_AUTORECONF="1"
-   EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git;
-else
-   
SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="amd64"
-fi
-
-inherit autotools-utils bash-completion-r1 flag-o-matic linux-info python-r1 
systemd toolchain-funcs udev usr-ldscript
-
-DESCRIPTION="Userland utilities for ZFS Linux kernel module"
-HOMEPAGE="https://zfsonlinux.org/;
-
-LICENSE="BSD-2 CDDL MIT"
-SLOT="0"
-IUSE="custom-cflags debug kernel-builtin +rootfs test-suite static-libs"
-RESTRICT="test"
-
-COMMON_DEPEND="
-   net-libs/libtirpc
-   sys-apps/util-linux[static-libs?]
-   sys-libs/zlib[static-libs(+)?]
-   virtual/awk
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-"
-
-# Adding glibc >= 2.25 blocker for ZFS versions lower
-# than 0.7.0, due to bug 617628.
-RDEPEND="${COMMON_DEPEND}
-   !>=sys-libs/glibc-2.25
-   !=sys-apps/grep-2.13*
-   !kernel-builtin? ( =sys-fs/zfs-kmod-${PV}* )
-   !sys-fs/zfs-fuse
-   !prefix? ( virtual/udev )
-   test-suite? (
-   sys-apps/util-linux
-   sys-devel/bc
-   sys-block/parted
-   sys-fs/lsscsi
-   sys-fs/mdadm
-   sys-process/procps
-   virtual/modutils
-   )
-   rootfs? (
-   app-arch/cpio
-   app-misc/pax-utils
-   !"
-   eerror "Block devices --->"
-   eerror "[ ] Loopback device 
support"
-   fi
-   fi
-   fi
-   fi
-
-}
-
-src_prepare() {
-   # Update paths
-   sed -e "s|/sbin/lsmod|/bin/lsmod|" \
-   -e "s|/usr/bin/scsi-rescan|/usr/sbin/rescan-scsi-bus|" \
-   -e "s|/sbin/parted|/usr/sbin/parted|" \
-   -i scripts/common.sh.in
-
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   use custom-cflags || strip-flags
-   local myeconfargs=(
-   --bindir="${EPREFIX}/bin"
-   --sbindir="${EPREFIX}/sbin"
-   --with-config=user
-   --with-dracutdir="${EPREFIX}/usr/lib/dracut"
-   --with-linux="${KV_DIR}"
-   --with-linux-obj="${KV_OUT_DIR}"
-   --with-udevdir="$(get_udevdir)"
-   --with-blkid
-   --with-systemdunitdir="$(systemd_get_systemunitdir)"
-   --with-systemdpresetdir="${EPREFIX}/lib/systemd/system-preset"
-   $(use_enable debug)
-   )
-   autotools-utils_src_configure
-
-   # prepare systemd unit and helper script
-   cat "${FILESDIR}/zfs.service.in" | \
-   sed -e "s:@sbindir@:${EPREFIX}/sbin:g" \
-   -e "s:@sysconfdir@:${EPREFIX}/etc:g" \
-   > 

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

2019-08-14 Thread Georgy Yakovlev
commit: ff74e0f77849789e1dae0c5d645bbdf130ec313e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Aug 14 06:02:53 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Aug 14 06:02:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff74e0f7

sys-kernel/spl: drop 0.6.5.11

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

 sys-kernel/spl/Manifest|   1 -
 sys-kernel/spl/spl-0.6.5.11.ebuild | 113 -
 2 files changed, 114 deletions(-)

diff --git a/sys-kernel/spl/Manifest b/sys-kernel/spl/Manifest
index afdeeb795aa..bd3c7804daf 100644
--- a/sys-kernel/spl/Manifest
+++ b/sys-kernel/spl/Manifest
@@ -1,2 +1 @@
-DIST spl-0.6.5.11.tar.gz 531710 BLAKE2B 
e89cb5a023d3f4b3949a385100b56e01c5fd0ff4448bc175f8463a84b74d1d8f1fcf669c2e4b73f2ec3326653594106ebfa3e66987e49a9cd029355bbb317990
 SHA512 
eae1641a0d528cb9182deccd309625e13abf3db88ba1cbb54947055b23d1f94b62c045f939d5e952784f19719eea5fdf85d65c5abd22b9db167ea7780bc55722
 DIST spl-0.7.13.tar.gz 554211 BLAKE2B 
7c1c95beb23b9725b3552a5bdb2260743c72fbc96cbdda8353893b9b13299b8a30c64d22400bc37d35ee21389eec809ee6d7b85a181ce44f0065dff81cb2e2a4
 SHA512 
31b67dc2f88f5028b5994aef886e05aeb9e65661895bffa29c5a1ac84df5f1c8e9c715f8cd7b63cf271d651ab7278aa63f51c78000f333ff7a75f0f8eedb5998

diff --git a/sys-kernel/spl/spl-0.6.5.11.ebuild 
b/sys-kernel/spl/spl-0.6.5.11.ebuild
deleted file mode 100644
index 4cd35daedd8..000
--- a/sys-kernel/spl/spl-0.6.5.11.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-if [[ ${PV} == "" ]] ; then
-   AUTOTOOLS_AUTORECONF="1"
-   EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git;
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/${P}.tar.gz;
-   KEYWORDS="amd64"
-fi
-
-inherit flag-o-matic linux-info linux-mod autotools-utils
-
-DESCRIPTION="The Solaris Porting Layer provides many of the Solaris kernel 
APIs"
-HOMEPAGE="https://zfsonlinux.org/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="custom-cflags debug"
-RESTRICT="debug? ( strip ) test"
-
-COMMON_DEPEND="
-   dev-lang/perl
-   virtual/awk"
-
-DEPEND="${COMMON_DEPEND}"
-
-RDEPEND="${COMMON_DEPEND}
-   !sys-devel/spl"
-
-AT_M4DIR="config"
-AUTOTOOLS_IN_SOURCE_BUILD="1"
-DOCS=( AUTHORS DISCLAIMER )
-
-pkg_setup() {
-   linux-info_pkg_setup
-   CONFIG_CHECK="
-   !DEBUG_LOCK_ALLOC
-   !CONFIG_REISER4_FS
-   MODULES
-   KALLSYMS
-   !PAX_KERNEXEC_PLUGIN_METHOD_OR
-   !PAX_SIZE_OVERFLOW
-   !TRIM_UNUSED_KSYMS
-   ZLIB_DEFLATE
-   ZLIB_INFLATE
-   "
-
-   use debug && CONFIG_CHECK="${CONFIG_CHECK}
-   FRAME_POINTER
-   DEBUG_INFO
-   !DEBUG_INFO_REDUCED
-   "
-
-   kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required"
-
-   [ ${PV} != "" ] && \
-   { kernel_is le 4 12 || die "Linux 4.12 is the latest supported 
version."; }
-
-   check_extra_config
-}
-
-src_prepare() {
-   # Workaround for hard coded path
-   sed -i "s|/sbin/lsmod|/bin/lsmod|" "${S}/scripts/check.sh" || \
-   die "Cannot patch check.sh"
-
-   # splat is unnecessary unless we are debugging
-   use debug || { sed -e 's/^subdir-m += splat$//' -i 
"${S}/module/Makefile.in" || die ; }
-
-   # Set module revision number
-   [ ${PV} != "" ] && \
-   { sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" "${S}/META" 
|| die "Could not set Gentoo release"; }
-
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   use custom-cflags || strip-flags
-   filter-ldflags -Wl,*
-
-   set_arch_to_kernel
-   local myeconfargs=(
-   --bindir="${EPREFIX}/bin"
-   --sbindir="${EPREFIX}/sbin"
-   --with-config=all
-   --with-linux="${KV_DIR}"
-   --with-linux-obj="${KV_OUT_DIR}"
-   $(use_enable debug)
-   )
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install 
INSTALL_MOD_PATH="${INSTALL_MOD_PATH:-$EROOT}"
-}
-
-pkg_postinst() {
-   linux-mod_pkg_postinst
-
-   # Remove old modules
-   if [ -d "${EROOT}lib/modules/${KV_FULL}/addon/spl" ]
-   then
-   ewarn "${PN} now installs modules in 
${EROOT}lib/modules/${KV_FULL}/extra/spl"
-   ewarn "Old modules were detected in 
${EROOT}lib/modules/${KV_FULL}/addon/spl"
-   ewarn "Automatically removing old modules to avoid problems."
-   rm -r "${EROOT}lib/modules/${KV_FULL}/addon/spl" || die "Cannot 
remove modules"
-   rmdir --ignore-fail-on-non-empty 
"${EROOT}lib/modules/${KV_FULL}/addon"
-   fi
-}



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

2019-08-14 Thread Georgy Yakovlev
commit: 7bd492f4c319c0255d56f45c122a5ce9e6398d8e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Aug 14 06:00:37 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Aug 14 06:00:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd492f4

sys-fs/zfs-kmod: drop 0.7.

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

 sys-fs/zfs-kmod/zfs-kmod-0.7..ebuild | 147 ---
 1 file changed, 147 deletions(-)

diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.7..ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-0.7..ebuild
deleted file mode 100644
index 7b5b4a5f685..000
--- a/sys-fs/zfs-kmod/zfs-kmod-0.7..ebuild
+++ /dev/null
@@ -1,147 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-if [[ ${PV} == *"" ]] ; then
-   AUTOTOOLS_AUTORECONF="1"
-   EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git;
-   EGIT_BRANCH="zfs-0.7-release"
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz;
-   S="${WORKDIR}/zfs-${PV}"
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-fi
-
-inherit flag-o-matic linux-info linux-mod toolchain-funcs autotools-utils
-
-DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
-HOMEPAGE="https://zfsonlinux.org/;
-
-LICENSE="CDDL debug? ( GPL-2+ )"
-SLOT="0"
-IUSE="custom-cflags debug +rootfs"
-RESTRICT="debug? ( strip ) test"
-
-DEPEND="
-   =sys-kernel/spl-${PV}*
-   dev-lang/perl
-   virtual/awk
-"
-
-RDEPEND="${DEPEND}
-   !sys-fs/zfs-fuse
-"
-
-AT_M4DIR="config"
-AUTOTOOLS_IN_SOURCE_BUILD="1"
-
-DOCS=( AUTHORS COPYRIGHT DISCLAIMER README.markdown )
-
-pkg_setup() {
-   linux-info_pkg_setup
-   CONFIG_CHECK="
-   !DEBUG_LOCK_ALLOC
-   EFI_PARTITION
-   IOSCHED_NOOP
-   MODULES
-   !PAX_KERNEXEC_PLUGIN_METHOD_OR
-   !TRIM_UNUSED_KSYMS
-   ZLIB_DEFLATE
-   ZLIB_INFLATE
-   "
-
-   use debug && CONFIG_CHECK="${CONFIG_CHECK}
-   FRAME_POINTER
-   DEBUG_INFO
-   !DEBUG_INFO_REDUCED
-   "
-
-   use rootfs && \
-   CONFIG_CHECK="${CONFIG_CHECK}
-   BLK_DEV_INITRD
-   DEVTMPFS
-   "
-
-   kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required"
-
-   [[ ${PV} != *"" ]] && \
-   { kernel_is le 4 17 || die "Linux 4.17 is the latest supported 
version."; }
-
-   check_extra_config
-}
-
-src_prepare() {
-   # Remove GPLv2-licensed ZPIOS unless we are debugging
-   use debug || sed -e 's/^subdir-m += zpios$//' -i 
"${S}/module/Makefile.in"
-
-   # Set module revision number
-   [[ ${PV} != *"" ]] && \
-   { sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" "${S}/META" 
|| die "Could not set Gentoo release"; }
-
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   local SPL_PATH="$(basename $(echo "${EROOT}usr/src/spl-"*))"
-   use custom-cflags || strip-flags
-   filter-ldflags -Wl,*
-
-   set_arch_to_kernel
-   local myeconfargs=(${myeconfargs}
-   --bindir="${EPREFIX}/bin"
-   --sbindir="${EPREFIX}/sbin"
-   --with-config=kernel
-   --with-linux="${KV_DIR}"
-   --with-linux-obj="${KV_OUT_DIR}"
-   --with-spl="${EROOT}usr/src/${SPL_PATH}"
-   --with-spl-obj="${EROOT}usr/src/${SPL_PATH}/${KV_FULL}"
-   $(use_enable debug)
-   )
-
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install 
INSTALL_MOD_PATH="${INSTALL_MOD_PATH:-$EROOT}"
-}
-
-pkg_postinst() {
-   linux-mod_pkg_postinst
-
-   # Remove old modules
-   if [ -d "${EROOT}lib/modules/${KV_FULL}/addon/zfs" ]
-   then
-   ewarn "${PN} now installs modules in 
${EROOT}lib/modules/${KV_FULL}/extra/zfs"
-   ewarn "Old modules were detected in 
${EROOT}lib/modules/${KV_FULL}/addon/zfs"
-   ewarn "Automatically removing old modules to avoid problems."
-   rm -r "${EROOT}lib/modules/${KV_FULL}/addon/zfs" || die "Cannot 
remove modules"
-   rmdir --ignore-fail-on-non-empty 
"${EROOT}lib/modules/${KV_FULL}/addon"
-   fi
-
-   if use x86 || use arm
-   then
-   ewarn "32-bit kernels will likely require increasing vmalloc to"
-   ewarn "at least 256M and decreasing zfs_arc_max to some value 
less than that."
-   fi
-
-   ewarn "This version of ZFSOnLinux includes support for new feature 
flags"
-   ewarn "that are incompatible with previous versions. GRUB2 support for"
-   ewarn "/boot with the new feature flags is not yet available."
-   ewarn "Do *NOT* upgrade root pools to use the new 

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

2019-08-14 Thread Georgy Yakovlev
commit: e065ce9ea565b5cff657fc7b23c765cc969a4039
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Aug 14 06:02:08 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Aug 14 06:02:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e065ce9e

sys-kernel/spl: drop 0.7.

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

 sys-kernel/spl/spl-0.7..ebuild | 114 -
 1 file changed, 114 deletions(-)

diff --git a/sys-kernel/spl/spl-0.7..ebuild 
b/sys-kernel/spl/spl-0.7..ebuild
deleted file mode 100644
index ffa202302b3..000
--- a/sys-kernel/spl/spl-0.7..ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-if [[ ${PV} == *"" ]] ; then
-   AUTOTOOLS_AUTORECONF="1"
-   EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git;
-   EGIT_BRANCH="spl-0.7-release"
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-fi
-
-inherit flag-o-matic linux-info linux-mod autotools-utils
-
-DESCRIPTION="The Solaris Porting Layer provides many of the Solaris kernel 
APIs"
-HOMEPAGE="https://zfsonlinux.org/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="custom-cflags debug"
-RESTRICT="debug? ( strip ) test"
-
-COMMON_DEPEND="
-   dev-lang/perl
-   virtual/awk"
-
-DEPEND="${COMMON_DEPEND}"
-
-RDEPEND="${COMMON_DEPEND}
-   !sys-devel/spl"
-
-AT_M4DIR="config"
-AUTOTOOLS_IN_SOURCE_BUILD="1"
-DOCS=( AUTHORS DISCLAIMER README.markdown )
-
-pkg_setup() {
-   linux-info_pkg_setup
-   CONFIG_CHECK="
-   !DEBUG_LOCK_ALLOC
-   !CONFIG_REISER4_FS
-   !GRKERNSEC_RANDSTRUCT
-   KALLSYMS
-   MODULES
-   !PAX_KERNEXEC_PLUGIN_METHOD_OR
-   !TRIM_UNUSED_KSYMS
-   ZLIB_DEFLATE
-   ZLIB_INFLATE
-   "
-
-   use debug && CONFIG_CHECK="${CONFIG_CHECK}
-   FRAME_POINTER
-   DEBUG_INFO
-   !DEBUG_INFO_REDUCED
-   "
-
-   kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required"
-
-   [ ${PV} != *"" ] && \
-   { kernel_is le 4 17 || die "Linux 4.17 is the latest supported 
version."; }
-
-   check_extra_config
-}
-
-src_prepare() {
-   # Workaround for hard coded path
-   sed -i "s|/sbin/lsmod|/bin/lsmod|" "${S}/scripts/check.sh" || \
-   die "Cannot patch check.sh"
-
-   # splat is unnecessary unless we are debugging
-   use debug || { sed -e 's/^subdir-m += splat$//' -i 
"${S}/module/Makefile.in" || die ; }
-
-   # Set module revision number
-   [ ${PV} != *"" ] && \
-   { sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" "${S}/META" 
|| die "Could not set Gentoo release"; }
-
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   use custom-cflags || strip-flags
-   filter-ldflags -Wl,*
-
-   set_arch_to_kernel
-   local myeconfargs=(
-   --bindir="${EPREFIX}/bin"
-   --sbindir="${EPREFIX}/sbin"
-   --with-config=all
-   --with-linux="${KV_DIR}"
-   --with-linux-obj="${KV_OUT_DIR}"
-   $(use_enable debug)
-   )
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install 
INSTALL_MOD_PATH="${INSTALL_MOD_PATH:-$EROOT}"
-}
-
-pkg_postinst() {
-   linux-mod_pkg_postinst
-
-   # Remove old modules
-   if [ -d "${EROOT}lib/modules/${KV_FULL}/addon/spl" ]
-   then
-   ewarn "${PN} now installs modules in 
${EROOT}lib/modules/${KV_FULL}/extra/spl"
-   ewarn "Old modules were detected in 
${EROOT}lib/modules/${KV_FULL}/addon/spl"
-   ewarn "Automatically removing old modules to avoid problems."
-   rm -r "${EROOT}lib/modules/${KV_FULL}/addon/spl" || die "Cannot 
remove modules"
-   rmdir --ignore-fail-on-non-empty 
"${EROOT}lib/modules/${KV_FULL}/addon"
-   fi
-}



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

2019-08-14 Thread Georgy Yakovlev
commit: d3f70278b36d5e03f64983db73810d4ba996e49f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Aug 14 06:01:23 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Aug 14 06:01:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f70278

sys-fs/zfs-kmod: drop 0.6.5.11

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

 sys-fs/zfs-kmod/Manifest |   1 -
 sys-fs/zfs-kmod/zfs-kmod-0.6.5.11.ebuild | 147 ---
 2 files changed, 148 deletions(-)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index 29e419297f2..daccededfad 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -1,3 +1,2 @@
-DIST zfs-0.6.5.11.tar.gz 2521959 BLAKE2B 
95b145a26620995343df1a468367b882bc71ab3e4812c05839d49d0cd877b756185c91b2609986f91939fbfda322809ddefc8ff9207fe076db03e0038e585ea2
 SHA512 
877052da2a0cdc78b10cb5041da55e31242db2618c502997f4df9aa46a14482c7f33adce8d21aaf16164a9fe52edc358922ea89c8e109c3247e107bf607d6451
 DIST zfs-0.7.13.tar.gz 6614047 BLAKE2B 
c59c46287715779eb04d69333b0a417fa9865eb0d61c642b043188c4c97d4eed369f76a48327326ed1d4dd608ff95d91d20d26c80ed0b120a8fcd5f83cea638f
 SHA512 
457d8f110b68c9656194cd3738b216d5d807d680e5cfc6ed1f3cf5ebde67860476387c6b862ba3ba7f972d8945075963e6c325543ab84468e3eff5dbce68476e
 DIST zfs-0.8.1.tar.gz 8668360 BLAKE2B 
f18268656381c20af6bd18421636a1c56633c7eafaf91b1308d15508d5f4bdcfa5dfbb4e09d0302ac3de9d6a4f69718fe9c3d083ed5b3ab2a32c6fb7a1db624b
 SHA512 
1fb3957f65dbe94edaffcedb5b2694390dc14e472c11f7e63184a9ea6a774e79a43d47a2d789b7ced233fc67c76583bf7d5c1bda0692bb07929673e2a57f4667

diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.6.5.11.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-0.6.5.11.ebuild
deleted file mode 100644
index 702027df81c..000
--- a/sys-fs/zfs-kmod/zfs-kmod-0.6.5.11.ebuild
+++ /dev/null
@@ -1,147 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-if [ ${PV} == "" ]; then
-   AUTOTOOLS_AUTORECONF="1"
-   EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git;
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz;
-   S="${WORKDIR}/zfs-${PV}"
-   KEYWORDS="amd64"
-fi
-
-inherit flag-o-matic linux-info linux-mod toolchain-funcs autotools-utils
-
-DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
-HOMEPAGE="https://zfsonlinux.org/;
-
-LICENSE="CDDL debug? ( GPL-2+ )"
-SLOT="0"
-IUSE="custom-cflags debug +rootfs"
-RESTRICT="debug? ( strip ) test"
-
-DEPEND="
-   =sys-kernel/spl-${PV}*
-   dev-lang/perl
-   virtual/awk
-"
-
-RDEPEND="${DEPEND}
-   !sys-fs/zfs-fuse
-"
-
-AT_M4DIR="config"
-AUTOTOOLS_IN_SOURCE_BUILD="1"
-
-DOCS=( AUTHORS COPYRIGHT DISCLAIMER README.markdown )
-
-pkg_setup() {
-   linux-info_pkg_setup
-   CONFIG_CHECK="
-   !DEBUG_LOCK_ALLOC
-   !REISER4_FS
-   EFI_PARTITION
-   IOSCHED_NOOP
-   MODULES
-   !PAX_KERNEXEC_PLUGIN_METHOD_OR
-   !TRIM_UNUSED_KSYMS
-   ZLIB_DEFLATE
-   ZLIB_INFLATE
-   "
-
-   use debug && CONFIG_CHECK="${CONFIG_CHECK}
-   FRAME_POINTER
-   DEBUG_INFO
-   !DEBUG_INFO_REDUCED
-   "
-
-   use rootfs && \
-   CONFIG_CHECK="${CONFIG_CHECK}
-   BLK_DEV_INITRD
-   DEVTMPFS
-   "
-
-   kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required"
-
-   [ ${PV} != "" ] && \
-   { kernel_is le 4 12 || die "Linux 4.12 is the latest supported 
version."; }
-
-   check_extra_config
-}
-
-src_prepare() {
-   # Remove GPLv2-licensed ZPIOS unless we are debugging
-   use debug || sed -e 's/^subdir-m += zpios$//' -i 
"${S}/module/Makefile.in"
-
-   # Set module revision number
-   [ ${PV} != "" ] && \
-   { sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" "${S}/META" 
|| die "Could not set Gentoo release"; }
-
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   local SPL_PATH="$(basename $(echo "${EROOT}usr/src/spl-"*))"
-   use custom-cflags || strip-flags
-   filter-ldflags -Wl,*
-
-   set_arch_to_kernel
-   local myeconfargs=(${myeconfargs}
-   --bindir="${EPREFIX}/bin"
-   --sbindir="${EPREFIX}/sbin"
-   --with-config=kernel
-   --with-linux="${KV_DIR}"
-   --with-linux-obj="${KV_OUT_DIR}"
-   --with-spl="${EROOT}usr/src/${SPL_PATH}"
-   --with-spl-obj="${EROOT}usr/src/${SPL_PATH}/${KV_FULL}"
-   $(use_enable debug)
-   )
-
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install 
INSTALL_MOD_PATH="${INSTALL_MOD_PATH:-$EROOT}"
-}
-
-pkg_postinst() {
-   

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

2019-08-14 Thread Georgy Yakovlev
commit: f5c73851b71423ab526e4831d2fe072f1189f074
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Aug 14 05:58:38 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Aug 14 05:58:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c73851

sys-fs/zfs: drop 0.7.

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

 sys-fs/zfs/zfs-0.7..ebuild | 208 -
 1 file changed, 208 deletions(-)

diff --git a/sys-fs/zfs/zfs-0.7..ebuild b/sys-fs/zfs/zfs-0.7..ebuild
deleted file mode 100644
index e1e82c39ace..000
--- a/sys-fs/zfs/zfs-0.7..ebuild
+++ /dev/null
@@ -1,208 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-if [[ ${PV} == *"" ]] ; then
-   AUTOTOOLS_AUTORECONF="1"
-   EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git;
-   EGIT_BRANCH="zfs-0.7-release"
-   inherit git-r3 linux-mod
-else
-   
SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-fi
-
-inherit autotools-utils bash-completion-r1 flag-o-matic linux-info python-r1 
systemd toolchain-funcs udev usr-ldscript
-
-DESCRIPTION="Userland utilities for ZFS Linux kernel module"
-HOMEPAGE="https://zfsonlinux.org/;
-
-LICENSE="BSD-2 CDDL MIT"
-SLOT="0"
-IUSE="custom-cflags debug kernel-builtin +rootfs test-suite static-libs"
-RESTRICT="test"
-
-COMMON_DEPEND="
-   net-libs/libtirpc
-   sys-apps/util-linux[static-libs?]
-   sys-libs/zlib[static-libs(+)?]
-   virtual/awk
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-"
-
-RDEPEND="${COMMON_DEPEND}
-   !=sys-apps/grep-2.13*
-   !kernel-builtin? ( =sys-fs/zfs-kmod-${PV}* )
-   !sys-fs/zfs-fuse
-   !prefix? ( virtual/udev )
-   test-suite? (
-   sys-apps/util-linux
-   sys-devel/bc
-   sys-block/parted
-   sys-fs/lsscsi
-   sys-fs/mdadm
-   sys-process/procps
-   virtual/modutils
-   )
-   rootfs? (
-   app-arch/cpio
-   app-misc/pax-utils
-   !"
-   eerror "Block devices --->"
-   eerror "[ ] Loopback device 
support"
-   fi
-   fi
-   fi
-   fi
-
-}
-
-src_prepare() {
-   # Update paths
-   sed -e "s|/sbin/lsmod|/bin/lsmod|" \
-   -e "s|/usr/bin/scsi-rescan|/usr/sbin/rescan-scsi-bus|" \
-   -e "s|/sbin/parted|/usr/sbin/parted|" \
-   -i scripts/common.sh.in
-
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   use custom-cflags || strip-flags
-   local myeconfargs=(
-   --bindir="${EPREFIX}/bin"
-   --sbindir="${EPREFIX}/sbin"
-   --with-config=user
-   --with-dracutdir="${EPREFIX}/usr/lib/dracut"
-   --with-linux="${KV_DIR}"
-   --with-linux-obj="${KV_OUT_DIR}"
-   --with-udevdir="$(get_udevdir)"
-   --with-systemdunitdir="$(systemd_get_systemunitdir)"
-   --with-systemdpresetdir="${EPREFIX}/lib/systemd/system-preset"
-   $(use_enable debug)
-   )
-   autotools-utils_src_configure
-
-   # prepare systemd unit and helper script
-   cat "${FILESDIR}/zfs.service.in" | \
-   sed -e "s:@sbindir@:${EPREFIX}/sbin:g" \
-   -e "s:@sysconfdir@:${EPREFIX}/etc:g" \
-   > "${T}/zfs.service" || die
-   cat "${FILESDIR}/zfs-init.sh.in" | \
-   sed -e "s:@sbindir@:${EPREFIX}/sbin:g" \
-   -e "s:@sysconfdir@:${EPREFIX}/etc:g" \
-   > "${T}/zfs-init.sh" || die
-}
-
-src_install() {
-   autotools-utils_src_install
-   gen_usr_ldscript -a uutil nvpair zpool zfs zfs_core
-   use test-suite || rm -rf "${ED}usr/share/zfs"
-
-   newbashcomp "${FILESDIR}/bash-completion-r1" zfs
-   bashcomp_alias zfs zpool
-
-   exeinto /usr/libexec
-   doexe "${T}/zfs-init.sh"
-   systemd_dounit "${T}/zfs.service"
-}
-
-pkg_postinst() {
-   if ! use kernel-builtin && [[ ${PV} = *"" ]]
-   then
-   einfo "Adding ${P} to the module database to ensure that the"
-   einfo "kernel modules and userland utilities stay in sync."
-   update_moduledb
-   fi
-
-   if [ -e "${EROOT}etc/runlevels/boot/zfs" ]
-   then
-   einfo 'The zfs boot script has been split into the zfs-import,'
-   einfo 'zfs-mount and zfs-share scripts.'
-   einfo
-   einfo 'You had the zfs script in your boot runlevel. For your'
-   einfo 

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

2019-08-14 Thread Joonas Niilola
commit: d8cbf406cdaec296bf868d05ddb7cfd8dbe5aa66
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Aug 13 18:09:34 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Aug 14 07:18:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cbf406

app-misc/radeontop: remove old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12700
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/radeontop/Manifest|  2 --
 app-misc/radeontop/radeontop-1.0-r1.ebuild | 54 --
 app-misc/radeontop/radeontop-1.1.ebuild| 54 --
 3 files changed, 110 deletions(-)

diff --git a/app-misc/radeontop/Manifest b/app-misc/radeontop/Manifest
index e11d5e3b37b..151d26a0f7d 100644
--- a/app-misc/radeontop/Manifest
+++ b/app-misc/radeontop/Manifest
@@ -1,3 +1 @@
-DIST radeontop-1.0.tar.gz 32677 BLAKE2B 
e3445c400dff0f8afaa743d349477b67ccc4da187cbf979fe42c63b9e60f246f54e5fa2076ef6af789fea093c175d0ec66fa9f0f30bfb926a28f1aa12f2b10cf
 SHA512 
bd7e8ecff962d8ac3072f3f1fa7a5d9981e2da28b38a1f234f6fe550511c3fbda2c1c6e9a6d1120bf99ef3ae621a91ff67c451eaf98dfa1264e9e6a59ae55e08
-DIST radeontop-1.1.tar.gz 33527 BLAKE2B 
920376e5fb8acffb181b7a9e1362f46bad2de66fcf3665dc212f931d9b6fb9bf3f6765e2f8de78f8b2ba7d13cc5baae3e4d3b0612a1097f917420a43b3215f8d
 SHA512 
abf4e51582cc668e1abbcd87bfa6ec5f16a301c3327a276a6f27fe928f780acf1442a696bb00bdbd3e8cad21a1416ffcf500a865dd4bac9517fac1a43d851c5a
 DIST radeontop-1.2.tar.gz 35319 BLAKE2B 
52a92b86379c9340b8f59b3039a4ad725827e1b3ee2bb7d2f544d6ec8730e03ab1baab266edbc263195e68ca56a4e7b3f251337401775fff588fbfb8bae0751d
 SHA512 
f36c2e418fe8add77080642e575b99c092afeda24811f33ee161a8c9341decb611f631e5511a5255089d63e172eda6836295e5795c3ebd3f5cad172f7599d862

diff --git a/app-misc/radeontop/radeontop-1.0-r1.ebuild 
b/app-misc/radeontop/radeontop-1.0-r1.ebuild
deleted file mode 100644
index dbe582980fc..000
--- a/app-misc/radeontop/radeontop-1.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to view Radeon GPU utilization"
-HOMEPAGE="https://github.com/clbr/radeontop;
-SRC_URI="https://github.com/clbr/radeontop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND="
-   sys-libs/ncurses:0=
-   x11-libs/libdrm
-   x11-libs/libpciaccess
-   x11-libs/libxcb
-   nls? (
-   sys-libs/ncurses:0=[unicode]
-   virtual/libintl
-   )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
-   default
-
-   cat > include/version.h <<-EOF || die
-   #ifndef VER_H
-   #define VER_H
-
-   #define VERSION "${PV}"
-
-   #endif
-   EOF
-   >getver.sh || die
-   touch .git || die
-}
-
-src_configure() {
-   tc-export CC
-   export LIBDIR=$(get_libdir)
-   export nls=$(usex nls 1 0)
-   export amdgpu=1
-   export xcb=1
-   # Do not add -g or -s to CFLAGS
-   export plain=1
-}

diff --git a/app-misc/radeontop/radeontop-1.1.ebuild 
b/app-misc/radeontop/radeontop-1.1.ebuild
deleted file mode 100644
index aea4af8f943..000
--- a/app-misc/radeontop/radeontop-1.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to view Radeon GPU utilization"
-HOMEPAGE="https://github.com/clbr/radeontop;
-SRC_URI="https://github.com/clbr/radeontop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND="
-   sys-libs/ncurses:0=
-   x11-libs/libdrm
-   x11-libs/libpciaccess
-   x11-libs/libxcb
-   nls? (
-   sys-libs/ncurses:0=[unicode]
-   virtual/libintl
-   )
-"
-DEPEND="${RDEPEND}
-   nls? ( sys-devel/gettext )
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   cat > include/version.h <<-EOF || die
-   #ifndef VER_H
-   #define VER_H
-
-   #define VERSION "${PV}"
-
-   #endif
-   EOF
-   >getver.sh || die
-   touch .git || die
-}
-
-src_configure() {
-   tc-export CC
-   export LIBDIR=$(get_libdir)
-   export nls=$(usex nls 1 0)
-   export amdgpu=1
-   export xcb=1
-   # Do not add -g or -s to CFLAGS
-   export plain=1
-}



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

2019-08-14 Thread Georgy Yakovlev
commit: be3f757fffb93c229fb255a474cce15fa6128fe1
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Aug 14 06:06:42 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Aug 14 06:06:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3f757f

net-misc/endlessh: remove +x bit from stored initd

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

 net-misc/endlessh/files/endlessh.initd-r1 | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/endlessh/files/endlessh.initd-r1 
b/net-misc/endlessh/files/endlessh.initd-r1
old mode 100755
new mode 100644



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

2019-08-14 Thread Agostino Sarubbo
commit: 0ea9e56c89c530af4fb2c7829b3316e5acdb6f53
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 07:34:06 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 07:34:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea9e56c

dev-lang/php: alpha stable wrt bug #691564

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-lang/php/php-5.6.40-r5.ebuild | 2 +-
 dev-lang/php/php-7.1.31.ebuild| 2 +-
 dev-lang/php/php-7.2.21.ebuild| 2 +-
 dev-lang/php/php-7.3.8.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/php/php-5.6.40-r5.ebuild 
b/dev-lang/php/php-5.6.40-r5.ebuild
index a3c6eff3ec1..de391dcfb94 100644
--- a/dev-lang/php/php-5.6.40-r5.ebuild
+++ b/dev-lang/php/php-5.6.40-r5.ebuild
@@ -21,7 +21,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2"

diff --git a/dev-lang/php/php-7.1.31.ebuild b/dev-lang/php/php-7.1.31.ebuild
index 592ae19fd67..139472d572c 100644
--- a/dev-lang/php/php-7.1.31.ebuild
+++ b/dev-lang/php/php-7.1.31.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"

diff --git a/dev-lang/php/php-7.2.21.ebuild b/dev-lang/php/php-7.2.21.ebuild
index 6c09e7f749d..f659c39ce48 100644
--- a/dev-lang/php/php-7.2.21.ebuild
+++ b/dev-lang/php/php-7.2.21.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"

diff --git a/dev-lang/php/php-7.3.8.ebuild b/dev-lang/php/php-7.3.8.ebuild
index b382e3aec78..315d2b5d013 100644
--- a/dev-lang/php/php-7.3.8.ebuild
+++ b/dev-lang/php/php-7.3.8.ebuild
@@ -19,7 +19,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2019-08-14 Thread Agostino Sarubbo
commit: e3f8805315f0eddcdd9cc660bb0aeaa8ddc035d2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 07:34:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 07:34:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f88053

sys-kernel/gentoo-sources: alpha stable wrt bug #691954

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/gentoo-sources/gentoo-sources-4.14.138.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.19.66.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.4.189.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.9.189.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.138.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.138.ebuild
index c81c2dd12fd..8e323ee0179 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.138.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.138.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.66.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.66.ebuild
index dc6ae673fe1..c133d0a89e5 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.66.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.66.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.189.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.189.ebuild
index d75088615fc..6ae423762fc 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.189.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.189.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.189.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.189.ebuild
index 334e9c6e661..b1e237b64c6 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.189.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.189.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2019-08-14 Thread Agostino Sarubbo
commit: 2c37f24abd6ac1d700254419d9b82a0d1023c4cd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 07:34:17 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 07:34:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c37f24a

app-text/poppler: alpha stable wrt bug #691782

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/poppler/poppler-0.79.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-0.79.0-r1.ebuild 
b/app-text/poppler/poppler-0.79.0-r1.ebuild
index f03ad8ca43d..8438cb617de 100644
--- a/app-text/poppler/poppler-0.79.0-r1.ebuild
+++ b/app-text/poppler/poppler-0.79.0-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~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 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/89"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2019-08-14 Thread Agostino Sarubbo
commit: c510677c32c6f17272930d97a55737596a5f6eef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 07:34:40 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 07:34:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c510677c

dev-ruby/nokogiri: alpha stable wrt bug #691974

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/nokogiri/nokogiri-1.10.4.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.10.4.ebuild
index 1a0b7267c64..de747099c26 100644
--- a/dev-ruby/nokogiri/nokogiri-1.10.4.ebuild
+++ b/dev-ruby/nokogiri/nokogiri-1.10.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://www.nokogiri.org/;
 LICENSE="MIT"
 SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 sparc x86 
~x86-fbsd ~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 ppc ppc64 ~s390 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2019-08-14 Thread Agostino Sarubbo
commit: 4d3ada18f715e8bc439ec0520cc1c6ae4dff3402
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 07:34:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 07:34:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3ada18

dev-util/debootstrap: alpha stable wrt bug #691634

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-util/debootstrap/debootstrap-1.0.115.ebuild 
b/dev-util/debootstrap/debootstrap-1.0.115.ebuild
index 8d7cc8e7e92..8a12e351706 100644
--- a/dev-util/debootstrap/debootstrap-1.0.115.ebuild
+++ b/dev-util/debootstrap/debootstrap-1.0.115.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-arch/dpkg



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

2019-08-14 Thread Agostino Sarubbo
commit: 36cb200d2e18f94ea605d5401701b38d362226d8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 07:34:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 07:34:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36cb200d

x11-libs/wxGTK: alpha stable wrt bug #691936

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/wxGTK/wxGTK-3.0.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/wxGTK/wxGTK-3.0.4-r2.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.4-r2.ebuild
index b7d105f7a1b..f5cb17bbeec 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.4-r2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.4-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidge
https://dev.gentoo.org/~leio/distfiles/wxGTK-3.0.4_p20190713.tar.xz
doc? ( 
https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}-docs-html.tar.bz2
 )"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff"
 
 SLOT="3.0"



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

2019-08-14 Thread Agostino Sarubbo
commit: 39fcc6da5e5912df8675df6607565029f0acbc3f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 07:34:42 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 07:34:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39fcc6da

dev-ruby/rexical: alpha stable wrt bug #691974

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/rexical/rexical-1.0.7.ebuild 
b/dev-ruby/rexical/rexical-1.0.7.ebuild
index a98ceec9248..afa4a0506bd 100644
--- a/dev-ruby/rexical/rexical-1.0.7.ebuild
+++ b/dev-ruby/rexical/rexical-1.0.7.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Rexical is a lexical scanner generator"
 HOMEPAGE="https://github.com/tenderlove/rexical/tree/master;
 LICENSE="LGPL-2" # plus exception
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~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 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2019-08-14 Thread Agostino Sarubbo
commit: 649a9e8d10a5ee9ea8ac521405a4bd10c8f83c7d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 07:34:20 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 07:34:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649a9e8d

dev-libs/oniguruma: alpha stable wrt bug #691832

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/oniguruma/oniguruma-6.9.3.ebuild 
b/dev-libs/oniguruma/oniguruma-6.9.3.ebuild
index 12152e0b936..ffce8089134 100644
--- a/dev-libs/oniguruma/oniguruma-6.9.3.ebuild
+++ b/dev-libs/oniguruma/oniguruma-6.9.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0/5"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="crnl-as-line-terminator static-libs"
 
 S="${WORKDIR}/${MY_P}"



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

2019-08-14 Thread Agostino Sarubbo
commit: a443e963b156d237a088a2f81dde89b0079d57b9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 07:34:25 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 07:34:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a443e963

net-misc/openssh: alpha stable wrt bug #691932

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/openssh/openssh-8.0_p1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-8.0_p1-r2.ebuild 
b/net-misc/openssh/openssh-8.0_p1-r2.ebuild
index 856d7825e8a..9ab59efeb11 100644
--- a/net-misc/openssh/openssh-8.0_p1-r2.ebuild
+++ b/net-misc/openssh/openssh-8.0_p1-r2.ebuild
@@ -32,7 +32,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 # Probably want to drop ssl defaulting to on in a future version.
 IUSE="abi_mips_n32 audit bindist debug hpn kerberos kernel_linux ldns libedit 
libressl livecd pam +pie sctp selinux +ssl static test X X509"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/

2019-08-14 Thread Agostino Sarubbo
commit: 637516477d980f7b7f88a3a57a3b2ddd45df7425
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 07:34:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 07:34:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63751647

sys-cluster/keepalived: alpha stable wrt bug #691570

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-cluster/keepalived/keepalived-2.0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/keepalived/keepalived-2.0.17.ebuild 
b/sys-cluster/keepalived/keepalived-2.0.17.ebuild
index 7661ce4b985..76a5364a2f6 100644
--- a/sys-cluster/keepalived/keepalived-2.0.17.ebuild
+++ b/sys-cluster/keepalived/keepalived-2.0.17.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.keepalived.org/software/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 ~s390 ~sparc x86"
 IUSE="+bfd dbus debug -json regex snmp"
 
 RDEPEND="dev-libs/libnl:=



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/files/

2019-08-14 Thread Joonas Niilola
commit: 147405b2f4f1b8661e5ba3e167449de48e7083ca
Author: Hasan ÇALIŞIR  psauxit  com>
AuthorDate: Tue Aug 13 17:46:57 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Aug 14 07:16:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147405b2

net-firewall/ufw: remove unused patches

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hasan ÇALIŞIR  psauxit.com>
Closes: https://github.com/gentoo/gentoo/pull/12698
Signed-off-by: Joonas Niilola  gentoo.org>

 net-firewall/ufw/files/ufw-0.31.1-move-path.patch  | 177 -
 .../files/ufw-0.34_pre805-bash-completion.patch|  17 --
 2 files changed, 194 deletions(-)

diff --git a/net-firewall/ufw/files/ufw-0.31.1-move-path.patch 
b/net-firewall/ufw/files/ufw-0.31.1-move-path.patch
deleted file mode 100644
index 24d00ea68cc..000
--- a/net-firewall/ufw/files/ufw-0.31.1-move-path.patch
+++ /dev/null
@@ -1,177 +0,0 @@
-diff -Naur ufw-0.31.orig/doc/ufw-framework.8 ufw-0.31/doc/ufw-framework.8
 ufw-0.31.orig/doc/ufw-framework.8  2012-03-10 00:07:11.0 +0100
-+++ ufw-0.31/doc/ufw-framework.8   2012-03-12 16:55:50.680992962 +0100
-@@ -18,7 +18,7 @@
- parameters and configuration of IPv6. The framework consists of the following
- files:
- .TP
--#STATE_PREFIX#/ufw\-init
-+#SHARE_DIR#/ufw\-init
- initialization script
- .TP
- #CONFIG_PREFIX#/ufw/before[6].rules
-@@ -41,7 +41,7 @@
- 
- .SH "BOOT INITIALIZATION"
- .PP
--\fBufw\fR is started on boot with #STATE_PREFIX#/ufw\-init. This script is a
-+\fBufw\fR is started on boot with #SHARE_DIR#/ufw\-init. This script is a
- standard SysV style initscript used by the \fBufw\fR command and should not be
- modified. It supports the following arguments:
- .TP
-diff -Naur ufw-0.31.orig/README ufw-0.31/README
 ufw-0.31.orig/README   2012-03-10 00:07:11.0 +0100
-+++ ufw-0.31/README2012-03-12 16:55:50.681993089 +0100
-@@ -58,7 +58,7 @@
- on your needs, this can be as simple as adding the following to a startup
- script (eg rc.local for systems that use it):
- 
--# /lib/ufw/ufw-init start
-+# /usr/share/ufw/ufw-init start
- 
- For systems that use SysV initscripts, an example script is provided in
- doc/initscript.example. See doc/upstart.example for an Upstart example. 
Consult
-@@ -72,9 +72,9 @@
- /etc/defaults/ufw high level configuration
- /etc/ufw/before[6].rules  rules evaluated before UI added rules
- /etc/ufw/after[6].rules   rules evaluated after UI added rules
--/lib/ufw/user[6].rulesUI added rules (not to be modified)
-+/etc/ufw/user/user[6].rules   UI added rules (not to be modified)
- /etc/ufw/sysctl.conf  kernel network tunables
--/lib/ufw/ufw-init start script
-+/usr/share/ufw/ufw-init   start script
- 
- 
- Usage
-@@ -149,7 +149,7 @@
- that the primary chains don't move around other non-ufw rules and chains. To
- completely flush the built-in chains with this configuration, you can use:
- 
--# /lib/ufw/ufw-init flush-all
-+# /usr/share/ufw/ufw-init flush-all
- 
- Alternately, ufw may also take full control of the firewall by setting
- MANAGE_BUILTINS=yes in /etc/defaults/ufw. This will flush all the built-in
-@@ -247,7 +247,7 @@
- 
- Remote Management
- -
--On /lib/ufw/ufw-init start and 'ufw enable' the chains are flushed, so
-+On /usr/share/ufw/ufw-init start and 'ufw enable' the chains are flushed, so
- ssh may drop. This is needed so ufw is in a consistent state. Once the ufw is
- 'enabled' it will insert rules into the existing chains, and therefore not
- flush the chains (but will when modifying a rule or changing the default
-@@ -290,7 +290,7 @@
- 
- Distributions
- -
--While it certainly ok to use /lib/ufw/ufw-init as the initscript for
-+While it certainly ok to use /usr/share/ufw/ufw-init as the initscript for
- ufw, this script is meant to be used by ufw itself, and therefore not
- particularly user friendly. See doc/initscript.example for a simple
- implementation that can be adapted to your distribution.
-diff -Naur ufw-0.31.orig/setup.py ufw-0.31/setup.py
 ufw-0.31.orig/setup.py 2012-03-10 00:07:11.0 +0100
-+++ ufw-0.31/setup.py  2012-03-12 16:55:50.682993216 +0100
-@@ -54,7 +54,8 @@
- return
- 
- real_confdir = os.path.join('/etc')
--real_statedir = os.path.join('/lib', 'ufw')
-+# real_statedir = os.path.join('/lib', 'ufw')
-+real_statedir = os.path.join('/etc', 'ufw', 'user')
- real_prefix = self.prefix
- if self.home != None:
- real_confdir = self.home + real_confdir
-@@ -116,7 +117,7 @@
- self.copy_file('doc/ufw.8', manpage)
- self.copy_file('doc/ufw-framework.8', manpage_f)
- 
--# Install state files and helper scripts
-+# Install state files
- statedir = real_statedir
- if self.root != None:
- statedir = self.root + real_statedir

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

2019-08-14 Thread Agostino Sarubbo
commit: c6cba2c9729ea9ef8b4cb3d81263399266a0418c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 07:39:42 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 07:39:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6cba2c9

sys-kernel/vanilla-sources: Automated version bump to 3.16.72 - remove old.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index e23a4b059bf..07fde62fe32 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -5,7 +5,7 @@ DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.1.tar.xz 106244476 BLAKE2B 
ae3c63ced819737e34f8ec3a78138f87704a2f2956454411e3a4830ec8c0aaf2c288af6ca080f1892540e50f4a422482360010be8641afdeeeaf7231e7d8da97
 SHA512 
ae96f347badc95f1f3acf506c52b6cc23c0bd09ce8f4ce6705d4b4058b62593059bba1bc603c8d8b00a2f19131e7e56c31ac62b45883a346fa61d655e178f236
 DIST linux-5.2.tar.xz 107029708 BLAKE2B 
f0cf6e3a15a4bd019edbfa33cb4556d0672e807f7d139eff3ab053d0ad7649198b229475955a1f51eb90d0e9f8268cafb782f6312793fdf38472f3c6d7c2d7ee
 SHA512 
5a28f8a34c4e0470617f5638b7112e6252109b78f23b1eed484a228530970c7ef5c130d6e5a09cf25ea2f6a0329602dcc1ec66ce893182e15b27d99bd228789c
-DIST patch-3.16.71.xz 2457328 BLAKE2B 
bd9fe320dfebcc541c4bf24900a18bac764aa80e5a1acf425a4858e039584882b4a490b2c74ebf7e9bdd0c0dcb378f953d07caefbf922c3dd47d9a6e724c19f4
 SHA512 
6d53a45432b90e5c449ae299667252a6152bc554ea6a9e140de2545f2511915f1597401d31e9c98482e9e240ffe7babb6ba6b6933f981e1396a46f66a799c336
+DIST patch-3.16.72.xz 2485820 BLAKE2B 
49949cd843fb14301d32814de795e6da60a858bb34d8010d69f1ea90bc7c881d73a89ef9ac5047cbe8a9dd718941026ce6dad071cceb4f989ce8f428a02e53f0
 SHA512 
1ebbee1c2037203145450644ad74fc3a3b7d02146d4b36e0e01202405670111530d5742f6c66852cf78211999e0674a6b0b3612549b564fdd1211ef7d9acf56a
 DIST patch-4.14.138.xz 2800504 BLAKE2B 
256f50f2e0fd3f19cc0e660d8c03561f88a3265729a714f74ee2f4553e18118ffacb5a7c070be90ae5bc477eb9024ec2640d749d3a14b2b7b3783f4d3e537309
 SHA512 
0047d2e4ec7ebd5abcda5115d90f63a2dc02327df5515211a41fd0fc769e48b0948e0ec9c074db3a3549cbfbe26da6bc7a4f4b6b9541116ea1e7fc67859ffdc4
 DIST patch-4.19.66.xz 1659044 BLAKE2B 
2eac670da0fa0fd9388713ae41d21bbe336f556837326aa43c6710d69607fbad6ef75969647a0f09760931cad313f312865f04f530018f275e3e8ca25cf38590
 SHA512 
06bcf3caffe2a5810841913921a3a9c10528173905f5bf8efc005b363c451606e59f1208bafb44c00cf599113768bd3f701aadc9469611320be85ab6d83c25f4
 DIST patch-4.4.189.xz 2668944 BLAKE2B 
d4d1077f1e595ca09387c46850762c16fa97b33ac8d2ffdf69f3615fa3f0872f33f2f9c37990a2f5a6d35c53e02384b6ae0d9c263b0f7a69199dd15cfc71
 SHA512 
c5bdd2d3b6a6654c5e1b23974dcfbe01b30ab6d4ae893b69c579c6a24f89b99245a0de27f4a38951bd888f6ca4bd0d98f07eba2c4b2e05727265006ec64d9640

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



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

2019-08-14 Thread Agostino Sarubbo
commit: 221d4ee2e0cb5dc114657ef10b4c85cf82f29e5e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 07:38:39 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 07:38:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221d4ee2

www-client/chromium: amd64 stable wrt bug #691682

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

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

diff --git a/www-client/chromium/chromium-76.0.3809.100.ebuild 
b/www-client/chromium/chromium-76.0.3809.100.ebuild
index c61971cd7fe..2771f0fc1ff 100644
--- a/www-client/chromium/chromium-76.0.3809.100.ebuild
+++ b/www-client/chromium/chromium-76.0.3809.100.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+closure-compile component-build cups cpu_flags_arm_neon gnome-keyring 
+hangouts jumbo-build kerberos pic +proprietary-codecs pulseaudio selinux +suid 
+system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 REQUIRED_USE="component-build? ( !suid )"



[gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/files/, media-tv/mythtv/

2019-08-14 Thread Andreas Sturmlechner
commit: c6efb1db19f9073bfd64c4a00e99fde85b05e9e0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 11:12:05 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 11:14:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6efb1db

media-tv/mythtv: Fix build with >=media-libs/exiv2-0.27.1

Thanks-to: Amel Hodzic  gmail.com>
Closes: https://bugs.gentoo.org/691904
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../mythtv/files/mythtv-29.1-exiv2-0.27.1.patch | 21 +
 media-tv/mythtv/mythtv-29.1-r1.ebuild   |  2 ++
 2 files changed, 23 insertions(+)

diff --git a/media-tv/mythtv/files/mythtv-29.1-exiv2-0.27.1.patch 
b/media-tv/mythtv/files/mythtv-29.1-exiv2-0.27.1.patch
new file mode 100644
index 000..afdf423355e
--- /dev/null
+++ b/media-tv/mythtv/files/mythtv-29.1-exiv2-0.27.1.patch
@@ -0,0 +1,21 @@
+Fix build with exiv2-0.27.1
+Thanks-to: Amel Hodzic 
+
+--- a/libs/libmythmetadata/imagemetadata.cpp
 b/libs/libmythmetadata/imagemetadata.cpp
+@@ -7,14 +7,7 @@ 
+ #include "exitcodes.h"// for ffprobe
+ 
+ // libexiv2 for Exif metadata
+-//#include 
+-// Note: Older versions of Exiv2 don't have the exiv2.hpp include
+-// file.  Using image.hpp instead seems to work.
+-#ifdef _MSC_VER
+-#include 
+-#else
+-#include 
+-#endif
++#include 
+ 
+ // To read FFMPEG Metadata
+ extern "C" {

diff --git a/media-tv/mythtv/mythtv-29.1-r1.ebuild 
b/media-tv/mythtv/mythtv-29.1-r1.ebuild
index 85c778c6135..05fc9479744 100644
--- a/media-tv/mythtv/mythtv-29.1-r1.ebuild
+++ b/media-tv/mythtv/mythtv-29.1-r1.ebuild
@@ -156,6 +156,8 @@ to journald via the console at the notice verbosity.
 
 MYTHTV_GROUPS="video,audio,tty,uucp"
 
+PATCHES=( "${FILESDIR}/${P}-exiv2-0.27.1.patch" ) # bug 691904
+
 pkg_setup() {
python-single-r1_pkg_setup
enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}



[gentoo-commits] proj/kde:master commit in: eclass/

2019-08-14 Thread Andreas Sturmlechner
commit: 84ffc64fc920cf397f9b74649d4f364692350c86
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 11:01:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 11:01:53 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=84ffc64f

kde5.eclass: KDE_DESIGNERPLUGIN: Make use of ECM 5.62.0 for KDE PIM

Recent git master KDE PIM repositories are making use of BUILD_DESIGNERPLUGIN
and the ECM facilities available since >=5.62.0 instead of kdesignerplugin.

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

 eclass/kde5.eclass | 33 +
 1 file changed, 21 insertions(+), 12 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 38c0d0f125..d6f70a9e9e 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -187,6 +187,22 @@ case ${KDE_SUBSLOT} in
;;
 esac
 
+case ${KDE_DESIGNERPLUGIN} in
+   false)  ;;
+   *)
+   IUSE+=" designer"
+   if [[ ${CATEGORY} = kde-frameworks ]]; then
+   BDEPEND+=" designer? ( $(add_qt_dep designer) )"
+   else
+   if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 19.08* ]]; 
then
+   FRAMEWORKS_MINIMAL="5.62.0"
+   BDEPEND+=" designer? ( $(add_qt_dep designer) )"
+   else
+   BDEPEND+=" designer? ( $(add_frameworks_dep 
kdesignerplugin) )"
+   fi
+   fi
+esac
+
 case ${KDE_AUTODEPS} in
false)  ;;
*)
@@ -208,17 +224,6 @@ case ${KDE_DEBUG} in
;;
 esac
 
-case ${KDE_DESIGNERPLUGIN} in
-   false)  ;;
-   *)
-   IUSE+=" designer"
-   if [[ ${CATEGORY} = kde-frameworks ]]; then
-   BDEPEND+=" designer? ( $(add_qt_dep designer) )"
-   else
-   BDEPEND+=" designer? ( $(add_frameworks_dep 
kdesignerplugin) )"
-   fi
-esac
-
 case ${KDE_EXAMPLES} in
false)  ;;
*)
@@ -611,7 +616,11 @@ kde5_src_configure() {
if [[ ${CATEGORY} = kde-frameworks ]]; then
cmakeargs+=( -DBUILD_DESIGNERPLUGIN=$(usex designer) )
else
-   cmakeargs+=( $(cmake-utils_use_find_package designer 
KF5DesignerPlugin) )
+   if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 19.08* ]] ; 
then
+   cmakeargs+=( -DBUILD_DESIGNERPLUGIN=$(usex 
designer) )
+   else
+   cmakeargs+=( $(cmake-utils_use_find_package 
designer KF5DesignerPlugin) )
+   fi
fi
fi
 



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

2019-08-14 Thread Andreas Sturmlechner
commit: 39846430c29927b2406538296ca092718bbafd8f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 12:03:37 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 12:03:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39846430

app-office/libreoffice: Fix option

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

 app-office/libreoffice/libreoffice-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index b603ee3b8f4..7b8edda7c8f 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -404,7 +404,7 @@ src_configure() {
--disable-epm
--disable-fetch-external
--disable-gstreamer-0-10
-   --disable-gtk2
+   --disable-gtk
--disable-gtk3-kde5
--disable-online-update
--disable-openssl



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

2019-08-14 Thread Guilherme Amadio
commit: 6a7a47eb486af8ef1b3a1e87e87e9c4784075132
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Wed Aug 14 12:11:41 2019 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Wed Aug 14 12:13:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7a47eb

net-libs/liblockfile: fix Makefile patch for prefix

Closes: https://bugs.gentoo.org/692132

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Guilherme Amadio  gentoo.org>

 .../liblockfile/files/liblockfile-1.16-makefile.patch| 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-libs/liblockfile/files/liblockfile-1.16-makefile.patch 
b/net-libs/liblockfile/files/liblockfile-1.16-makefile.patch
index 656ccd3c494..1994680be77 100644
--- a/net-libs/liblockfile/files/liblockfile-1.16-makefile.patch
+++ b/net-libs/liblockfile/files/liblockfile-1.16-makefile.patch
@@ -29,12 +29,12 @@ index 2721b48..798c603 100644
  install_static:   static install_common
 -  install -d -m 755 -g root -p $(libdir)
 -  install -m 644 liblockfile.a $(libdir)
-+  install -d -m 755 -g root -p $(DESTDIR)$(libdir)
++  install -d -m 755 -p $(DESTDIR)$(libdir)
 +  install -m 644 liblockfile.a $(DESTDIR)$(libdir)
  
  install_shared:   shared install_static install_common
 -  install -d -m 755 -g root -p $(libdir)
-+  install -d -m 755 -g root -p $(DESTDIR)$(libdir)
++  install -d -m 755 -p $(DESTDIR)$(libdir)
install -m 755 liblockfile.so \
 -  $(libdir)/liblockfile.so.$(SOVER)
 -  ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so.$(MAJOR)
@@ -50,17 +50,17 @@ index 2721b48..798c603 100644
 -  install -d -m 755 -g root -p $(mandir)/man1
 -  install -d -m 755 -g root -p $(mandir)/man3
 -  install -m 644 lockfile.h maillock.h $(includedir)
-+  install -d -m 755 -g root -p $(DESTDIR)$(includedir)
-+  install -d -m 755 -g root -p $(DESTDIR)$(bindir)
-+  install -d -m 755 -g root -p $(DESTDIR)$(mandir)/man1
-+  install -d -m 755 -g root -p $(DESTDIR)$(mandir)/man3
++  install -d -m 755 -p $(DESTDIR)$(includedir)
++  install -d -m 755 -p $(DESTDIR)$(bindir)
++  install -d -m 755 -p $(DESTDIR)$(mandir)/man1
++  install -d -m 755 -p $(DESTDIR)$(mandir)/man3
 +  install -m 644 lockfile.h maillock.h $(DESTDIR)$(includedir)
if [ "$(MAILGROUP)" != "" ]; then\
 -install -g $(MAILGROUP) -m 2755 dotlockfile $(bindir);\
 +install -g $(MAILGROUP) -m 2755 dotlockfile 
$(DESTDIR)$(bindir);\
else \
 -install -g root -m 755 dotlockfile $(bindir); \
-+install -g root -m 755 dotlockfile $(DESTDIR)$(bindir); \
++install -m 755 dotlockfile $(DESTDIR)$(bindir); \
fi
 -  install -m 644 *.1 $(mandir)/man1
 -  install -m 644 *.3 $(mandir)/man3
@@ -70,7 +70,7 @@ index 2721b48..798c603 100644
  install_nfslib:   nfslib
 -  install -d -m 755 -g root -p $(nfslockdir)
 -  install -m 755 nfslock.so.$(NFSVER) $(nfslockdir)
-+  install -d -m 755 -g root -p $(DESTDIR)$(nfslockdir)
++  install -d -m 755 -p $(DESTDIR)$(nfslockdir)
 +  install -m 755 nfslock.so.$(NFSVER) $(DESTDIR)$(nfslockdir)
if test "$(DESTDIR)" = ""; then @LDCONFIG@; fi
  



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

2019-08-14 Thread Agostino Sarubbo
commit: cdddccabb320978d064edad640f6d8ad954be8ac
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 08:53:16 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 08:53:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdddccab

sys-apps/help2man: amd64 stable wrt bug #692054

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

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

diff --git a/sys-apps/help2man/help2man-1.47.10.ebuild 
b/sys-apps/help2man/help2man-1.47.10.ebuild
index 597f15c5a77..07cb7f4a805 100644
--- a/sys-apps/help2man/help2man-1.47.10.ebuild
+++ b/sys-apps/help2man/help2man-1.47.10.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="nls"
 
 RDEPEND="dev-lang/perl



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

2019-08-14 Thread Agostino Sarubbo
commit: 7fde2f9d86c1be696b60c48b1a01b22dba110b67
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 08:53:10 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 08:53:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fde2f9d

media-tv/v4l-utils: amd64 stable wrt bug #692016

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

 media-tv/v4l-utils/v4l-utils-1.16.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/v4l-utils/v4l-utils-1.16.6.ebuild 
b/media-tv/v4l-utils/v4l-utils-1.16.6.ebuild
index ef198d154fa..ce0bfc46ad6 100644
--- a/media-tv/v4l-utils/v4l-utils-1.16.6.ebuild
+++ b/media-tv/v4l-utils/v4l-utils-1.16.6.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://linuxtv.org/downloads/v4l-utils/${P}.tar.bz2;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
 IUSE="+bpf opengl qt5"
 
 RDEPEND=">=media-libs/libv4l-${PV}[jpeg]



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

2019-08-14 Thread Agostino Sarubbo
commit: b43484997f734858c94a9ac969181c1e581abb20
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 14 08:53:04 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 14 08:53:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4348499

media-libs/libv4l: amd64 stable wrt bug #692016

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

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

diff --git a/media-libs/libv4l/libv4l-1.16.6.ebuild 
b/media-libs/libv4l/libv4l-1.16.6.ebuild
index 36b0fe68267..05f825557a9 100644
--- a/media-libs/libv4l/libv4l-1.16.6.ebuild
+++ b/media-libs/libv4l/libv4l-1.16.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="jpeg"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/

2019-08-14 Thread Andreas Sturmlechner
commit: 1d552589599a4087fb8bf26e2c4921008f0a3783
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 09:55:39 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 10:02:03 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d552589

kde-plasma/plasma-nm: Add new USE-DEPEND

Upstream commit ccce9e3cd24740660ae7df8f896039ef1ec8e57d

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

 kde-plasma/plasma-nm/plasma-nm-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index c31586b908..397e8f61dc 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -32,7 +32,7 @@ DEPEND="
$(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtdeclarative 'widgets')
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/

2019-08-14 Thread Andreas Sturmlechner
commit: e39c04ed94d24d67ff0ecee1bd8c1454ebaa17ee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 09:57:56 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 10:02:07 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e39c04ed

kde-plasma/plasma-workspace: Add new DEPEND

Upstream commit 465e8a6c550c8afaf23007c14155a37563d46709

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

 kde-plasma/plasma-workspace/plasma-workspace-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
index adc4e0b241..ba3ce38ae9 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
@@ -53,6 +53,7 @@ COMMON_DEPEND="
$(add_frameworks_dep solid)
$(add_plasma_dep kscreenlocker)
$(add_plasma_dep kwin)
+   $(add_plasma_dep libkscreen)
$(add_plasma_dep libksysguard)
$(add_plasma_dep libkworkspace)
$(add_qt_dep qtdbus)



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/

2019-08-14 Thread Andreas Sturmlechner
commit: 2d49f87f915f3272264a6e2f715ffc048fc95ffb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 10:01:21 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 10:02:07 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2d49f87f

kde-plasma/plasma-desktop: Add new USE-DEPEND

Upstream commit 5ea41a794f68bf2ce74614c24724ac8940db8318

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

 kde-plasma/plasma-desktop/plasma-desktop-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
index a3a4e06344..344aa7b3f8 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
@@ -70,7 +70,7 @@ COMMON_DEPEND="
x11-libs/libXcursor
x11-libs/libXfixes
x11-libs/libXi
-   x11-libs/libxcb
+   x11-libs/libxcb[xkb]
x11-libs/libxkbfile
appstream? ( >=dev-libs/appstream-0.12.2[qt5] )
fontconfig? (



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

2019-08-14 Thread Andreas Sturmlechner
commit: cb78064b6eebf4753686b3dd15d9eb7d4eb4b43f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 10:40:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 10:40:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb78064b

dev-util/kdevelop: Drop 5.3.2

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

 dev-util/kdevelop/Manifest  |   1 -
 dev-util/kdevelop/kdevelop-5.3.2.ebuild | 135 
 2 files changed, 136 deletions(-)

diff --git a/dev-util/kdevelop/Manifest b/dev-util/kdevelop/Manifest
index 23ebd9b0677..d94ca031b19 100644
--- a/dev-util/kdevelop/Manifest
+++ b/dev-util/kdevelop/Manifest
@@ -1,4 +1,3 @@
-DIST kdevelop-5.3.2.tar.xz 6851944 BLAKE2B 
b918cd0cb9b915227a442641a110db27387fd2e946c0411e40206a4a68990a9268a6c47c7f1da8a8f8a5c2690a1577c75f353d69ddfeed419e2c561aac4a
 SHA512 
f0a8354a596a13dab0c5560d8308097918f5540b02d9a66a63155af00aa024aae9c01b455290ecafe705784a9c25afd24f7d936d1f817af1fb5b52d96e6dc596
 DIST kdevelop-5.3.3.tar.xz 6977420 BLAKE2B 
8e2b7473551dc4ee9b9b06e8777e7f98869870ed7ee797b0e3a7c27f68d75b7af0f030dc9b0302a44ff246f69ec9125994cd72e6020e2778ac55f6d593fb
 SHA512 
a089763045f02ef3167fab1f663503cc7a6e29cd8a42d3caa8b3a71fc1b2150162504bf4404ea070f73b3786a7389b6ee5af9ff922515445b57a0041b07e7d5d
 DIST kdevelop-5.4.0.tar.xz 7003004 BLAKE2B 
81858bc8cc746541413301bb58befa1f854441026306c387bf6345dbbd3f343c527c5a3b35f8b8dd633674c6dde874b9492be069028bda373a64a8c41842dded
 SHA512 
a05a702bd6d6d96fca0bbc729a98d6284598c6009663bbd93e448fbaf883d2631f9fd68d2e9b3d90432319e25c03f5115c866362ecaa2f951457ec34f41fb16f
 DIST kdevelop-5.4.1.tar.xz 7006564 BLAKE2B 
98e76daca0f124f0786a0cab5a3575548ad0d2e157c72ccbe2ebee2dc1f2fd98f6d7d803991b4c426e65d16c5feb41f818440443c00b9bcf472d9c42fbdbd2fd
 SHA512 
096d6e1d93b4faff5988d92381bea9c31048cc686cb71c52c66d54249c8cdae50dce03f63b6cd2a6ee1f15898f619ab7307fad58281186fb6d410b2ace2041d0

diff --git a/dev-util/kdevelop/kdevelop-5.3.2.ebuild 
b/dev-util/kdevelop/kdevelop-5.3.2.ebuild
deleted file mode 100644
index efe55c41046..000
--- a/dev-util/kdevelop/kdevelop-5.3.2.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-VIRTUALDBUS_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/kdevelop/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"
-HOMEPAGE="https://www.kdevelop.org/;
-LICENSE="GPL-2 LGPL-2"
-IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdeclarative)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_frameworks_dep threadweaver)
-   $(add_kdeapps_dep libkomparediff2)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative 'widgets')
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qthelp)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qttest)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   dev-libs/grantlee:5
-   >=sys-devel/clang-3.8.0:=
-   gdbui? ( $(add_plasma_dep libksysguard) )
-   hex? ( app-editors/okteta:5 )
-   plasma? (
-   $(add_frameworks_dep krunner)
-   $(add_frameworks_dep plasma)
-   )
-   qmake? ( dev-util/kdevelop-pg-qt:5 )
-   reviewboard? ( $(add_frameworks_dep purpose) )
-   subversion? (
-   dev-libs/apr:1
-   dev-libs/apr-util:1
-   dev-vcs/subversion
-   )
-   webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 )
-   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
-"

[gentoo-commits] repo/gentoo:master commit in: net-irc/konversation/

2019-08-14 Thread Andreas Sturmlechner
commit: ab2fe75f4f0351a2ac892a712806465048508e41
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 09:36:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 10:39:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2fe75f

net-irc/konversation: Rollover stable keywords from -r0

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

 net-irc/konversation/konversation-1.7.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-1.7.5-r1.ebuild 
b/net-irc/konversation/konversation-1.7.5-r1.ebuild
index 6232ab88eb8..c53563084a2 100644
--- a/net-irc/konversation/konversation-1.7.5-r1.ebuild
+++ b/net-irc/konversation/konversation-1.7.5-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://kde.org/applications/internet/konversation/ 
https://konversati
 SRC_URI="mirror://kde/stable/${PN}/${PV/_/-}/src/${P/_/-}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+crypt"
 
 BDEPEND="sys-devel/gettext"



[gentoo-commits] repo/gentoo:master commit in: net-irc/konversation/

2019-08-14 Thread Andreas Sturmlechner
commit: a244fe698ee582ad2f6f9b05dd2f4a1f7dd836d9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 09:37:16 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 10:39:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a244fe69

net-irc/konversation: Drop 1.7.5 (r0)

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

 net-irc/konversation/konversation-1.7.5.ebuild | 71 --
 1 file changed, 71 deletions(-)

diff --git a/net-irc/konversation/konversation-1.7.5.ebuild 
b/net-irc/konversation/konversation-1.7.5.ebuild
deleted file mode 100644
index 412eb10ff27..000
--- a/net-irc/konversation/konversation-1.7.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="A user friendly IRC Client"
-HOMEPAGE="https://www.kde.org/applications/internet/konversation/ 
https://konversation.kde.org;
-SRC_URI="mirror://kde/stable/${PN}/${PV/_/-}/src/${P/_/-}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="+crypt"
-
-DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kemoticons)
-   $(add_frameworks_dep kglobalaccel)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kidletime)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   media-libs/phonon[qt5(+)]
-   sys-devel/gettext
-   crypt? ( app-crypt/qca:2[qt5(+)] )
-"
-RDEPEND="${DEPEND}
-   !net-irc/konversation:4
-   crypt? ( app-crypt/qca:2[ssl] )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package crypt Qca-qt5)
-   )
-
-   kde5_src_configure
-}
-
-src_install() {
-   kde5_src_install
-
-   # Bug 616162
-   insinto /etc/xdg
-   doins "${FILESDIR}"/konversationrc
-}



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

2019-08-14 Thread Andreas Sturmlechner
commit: 34c23389e9f68f871ed30c5193234929c14a7ecd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 10:40:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 10:40:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c23389

dev-util/kdevelop-php: Drop 5.3.2

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

 dev-util/kdevelop-php/Manifest  |  1 -
 dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild | 55 -
 2 files changed, 56 deletions(-)

diff --git a/dev-util/kdevelop-php/Manifest b/dev-util/kdevelop-php/Manifest
index 1d22bb2eb55..4dabefff0ad 100644
--- a/dev-util/kdevelop-php/Manifest
+++ b/dev-util/kdevelop-php/Manifest
@@ -1,4 +1,3 @@
-DIST kdev-php-5.3.2.tar.xz 1008036 BLAKE2B 
33940afeeb7b8594f0dbf56e444ba05f9665c7e4c9bc1d55c9d6a5b85bd2e03a04db1b8f27d968d627e26cfa573a3da519bb1d0eb592dc784296c9db7ea1fad8
 SHA512 
d8649bca173eccc1aa6568715e5976beb762ad7a377adbdab8f55aad76176ca5c8d16477ec70fa231b5699105d2a827c2ffda1c4835419c670c561b605b4
 DIST kdev-php-5.3.3.tar.xz 1043652 BLAKE2B 
d181984e0c8c6b77502529dace0cb2b13afa417e98149a7caaf379fc5c27e64f7928c4232489a0e4b21af6500636a71b7217a56e500c367a579585dca6c447a9
 SHA512 
8a478e6170ed63ccd82822a5281abb63f70d959ae945b730d2d707efd104b0a3475a66ddb637f134d1eed90173342c1ecf42e7b15947b96c141e6228ef96a009
 DIST kdev-php-5.4.0.tar.xz 1038580 BLAKE2B 
5be3253a970a46504089944b52102204784269cc33d05bbfeed9ad05d413fd4ca6b1c10e23f0e9942a28218ff9d65f84a54e4ae1f49a8e284c46435efe12abc1
 SHA512 
6c6814720b0f2ea3e8532ecc2f53e5fd1db093bd1cf92a2c48e81535d1323e1f211da446d55992a867511ff6d3baa21b5e20fab4971ed96df2a76385f54b0b34
 DIST kdev-php-5.4.1.tar.xz 1042236 BLAKE2B 
58c0e2c1d8cf0732bd4114e2c20c35076233ca1d1b6920de43abfd804f03468496596e2b061fcc8b9b8a0e9e7a10630a1f6b2f2271b33b702dc91852dfbccb48
 SHA512 
a6dc4447be0148956fa805a45a73bfd05311b08f6fb3beda486f2703753a1825de97b81f67ebe6e178acf5ad238f6d6708704c04ede3bdefad19ec36d467ff7a

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild
deleted file mode 100644
index d339104a6d8..000
--- a/dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_DOC_DIR="docs"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-KMNAME="kdev-php"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/kdevelop/${PV}/src/${KMNAME}-${PV}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="PHP plugin for KDevelop"
-HOMEPAGE="https://www.kdevelop.org/;
-LICENSE="GPL-2 LGPL-2"
-IUSE=""
-
-BDEPEND="
-   test? ( dev-util/kdevelop:5[test] )
-"
-DEPEND="
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep threadweaver)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   dev-util/kdevelop-pg-qt:5
-   dev-util/kdevelop:5
-"
-RDEPEND="${DEPEND}
-   !dev-util/kdevelop-php-docs
-"
-
-# remaining tests fail for some, bug 668530
-RESTRICT+=" test"
-
-src_test() {
-   # tests hang, bug 667922
-   local myctestargs=(
-   -E "(completionbenchmark|duchain_multiplefiles)"
-   )
-   kde5_src_test
-}



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

2019-08-14 Thread Andreas Sturmlechner
commit: bffeaaf173391d014f56fd2ef1db46354bc44e7a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 11:53:45 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 11:53:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffeaaf1

app-office/libreoffice: Drop USE gtk2

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

 app-office/libreoffice/libreoffice-.ebuild | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index c593c78f419..b603ee3b8f4 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -63,7 +63,7 @@ unset ADDONS_SRC
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 
 IUSE="accessibility bluetooth +branding coinmp +cups dbus debug eds firebird
-googledrive gstreamer +gtk gtk2 kde ldap +mariadb odk pdfimport postgres test
+googledrive gstreamer +gtk kde ldap +mariadb odk pdfimport postgres test
 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
@@ -176,11 +176,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
x11-libs/gtk+:3
x11-libs/pango
)
-   gtk2? (
-   x11-libs/gdk-pixbuf
-   >=x11-libs/gtk+-2.24:2
-   x11-libs/pango
-   )
kde? (
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -409,6 +404,7 @@ src_configure() {
--disable-epm
--disable-fetch-external
--disable-gstreamer-0-10
+   --disable-gtk2
--disable-gtk3-kde5
--disable-online-update
--disable-openssl
@@ -442,7 +438,6 @@ src_configure() {
$(use_enable firebird firebird-sdbc)
$(use_enable gstreamer gstreamer-1-0)
$(use_enable gtk gtk3)
-   $(use_enable gtk2 gtk)
$(use_enable kde kf5)
$(use_enable kde qt5)
$(use_enable ldap)



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

2019-08-14 Thread Rick Farina
commit: db45652bdd1877ea9f32a42a5c868c015954d32d
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Aug 14 17:51:27 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Aug 14 20:37:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db45652b

net-wireless/bladerf-firmware: bump

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/bladerf-firmware/Manifest| 2 +-
 ...laderf-firmware-2.0.0.ebuild => bladerf-firmware-2.3.2.ebuild} | 8 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/net-wireless/bladerf-firmware/Manifest 
b/net-wireless/bladerf-firmware/Manifest
index 7bf4be12bc2..42365594919 100644
--- a/net-wireless/bladerf-firmware/Manifest
+++ b/net-wireless/bladerf-firmware/Manifest
@@ -1,2 +1,2 @@
-DIST bladeRF_fw_v2.0.0.img 121128 BLAKE2B 
9783fba9c24fd87702d83c27962ff5e358d248167cd1ebad22e492b64555c0c57964a08258de47e404b29a1627196ac27a80df81fe37deb55c309c5359dff53d
 SHA512 
716d1d0c14186bd1dcf258b46a102ee720ce7c8dc8bd0998cd72e42c9df7a4372fc27ec0c3860cca50cb62894008326c65937f461a37a908d56f5989eaab
 DIST bladeRF_fw_v2.2.0.img 122760 BLAKE2B 
ec7ea8e7abec7feba9efbbc4b1e681fdeae51622013e72e2244368b5b9522861f7f76fcc9f8a7d523281d4be06726e63bf286670530641d55da540424cf11963
 SHA512 
64c75b8ad8a2be6a311892e7e28b16966f6c962b483547e2b959e28b050e0d6b1ac4fa078c53711555bf41e1c5a56945c58807870941b499501b6274410b05f7
+DIST bladeRF_fw_v2.3.2.img 123368 BLAKE2B 
70a4d1a90c8c4f16372b87c494417edfb0a74913446f4880e70cbdf3862a59a8f319bce821112f9f7f9106f02f2ffeca110b5f5232ab2d6c81e21a2fefa4f5a9
 SHA512 
4ca7667ba7c3c6efa6e5f8f9072ba1ef6b95c5fea9d9600d9e0f656b387b7d0e95891f252750d557907d243ec5792690e28ed55dc6bf96b1edf3426798e5d141

diff --git a/net-wireless/bladerf-firmware/bladerf-firmware-2.0.0.ebuild 
b/net-wireless/bladerf-firmware/bladerf-firmware-2.3.2.ebuild
similarity index 91%
rename from net-wireless/bladerf-firmware/bladerf-firmware-2.0.0.ebuild
rename to net-wireless/bladerf-firmware/bladerf-firmware-2.3.2.ebuild
index bc23d17e8b8..2ec5be50f74 100644
--- a/net-wireless/bladerf-firmware/bladerf-firmware-2.0.0.ebuild
+++ b/net-wireless/bladerf-firmware/bladerf-firmware-2.3.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="bladeRF FX3 firmware images"
 HOMEPAGE="http://nuand.com/fx3.php;
@@ -21,6 +21,10 @@ RDEPEND="${DEPEND}"
 
 S="${DISTDIR}"
 
+src_unpack() {
+   true
+}
+
 src_install() {
insinto /usr/share/Nuand/bladeRF/
doins bladeRF_fw_v${PV}.img



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

2019-08-14 Thread Rick Farina
commit: 8e2cc00a4c4d6f62021c5c995d878a342570c32d
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Aug 14 17:53:37 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Aug 14 20:37:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2cc00a

net-wireless/bladerf-fpga: bump

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/bladerf-fpga/Manifest   |  6 --
 ...derf-fpga-0.6.0.ebuild => bladerf-fpga-0.11.0.ebuild} | 16 
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/net-wireless/bladerf-fpga/Manifest 
b/net-wireless/bladerf-fpga/Manifest
index da8dde31ab7..a2b6167afb4 100644
--- a/net-wireless/bladerf-fpga/Manifest
+++ b/net-wireless/bladerf-fpga/Manifest
@@ -1,6 +1,8 @@
-DIST hostedx115-0.6.0.rbf 3571462 BLAKE2B 
922b12fe65f5fb0dcd886eb9c7f082ef9ce01ac4501be47f33e9f0bb7199ce03dc6f574c7c97331f52b2a424142ca037b28a2236b6402b0c359e2eb50347d1ff
 SHA512 
771625cfeda4f184660834a99309e351ddd6e05d53e2cc2252773fd9decf689479da07ad2ca2f1bb8f8fd14be79cf0d661021a40af7f70aaf92e1948a5b80b8c
+DIST hostedx115-0.11.0.rbf 3571462 BLAKE2B 
ebf8e583ce73860b652f75640369aab9522c89b90d342618d11cad18c3073df18c37b815e38405568079530899765637c00d9c5a2a0076584d18a4714ac343c8
 SHA512 
c24f24db343890d42a2a608eabb1d75e59abae5a9be665a0d861adcc2f8063e7550221b01aa1aaff7766d33d12f007d56f918547979f8b622937fc5597977bb2
 DIST hostedx115-0.7.3.rbf 3571462 BLAKE2B 
828c28623b42c8f16ee5ec8d6b3f8132b7d93662d5e8b6aad45cb3bfbd14f9788b1a0f236377ce6fb204163d4b1ea1d775d7ddcb566610bef04a8143d9525ce0
 SHA512 
43a46b5081d52ed0770dafa19e7e71925b9d79ead13da782ee42637db41c42140597c703b0b6da1b56866c92947f811c76c08407eff3b043eeaf66e5560ffa6f
-DIST hostedx40-0.6.0.rbf 1191788 BLAKE2B 
8e2567430baf56f6d09729b9924630d9b5c6e8f0b68816635b2043dafa5c029933aafbbfdabf0980682732468d253f07be969a09d916d9fd8c28b07a614ffb79
 SHA512 
25ae9d14f2044f978b0d0a58f121a3bc52bc5c5a9d20ef383efaa5b38d41b7adbb320d82c15f473863cf8d9de37671ae5a5b263eb513c515ea8b84be1547
+DIST hostedx40-0.11.0.rbf 1191788 BLAKE2B 
a0cc51c1e591b44789225e4d42e77ac1b93b8422dc2bd02b38959c5ffd360b01d7649f638e7162302d6e1d0464cb11152c9b71685e7a76d4f4c33a96207b9a4c
 SHA512 
37ff1a6114f1c805bf7df955922d64f66cc2c1e9abd4ada456e3113270f8c131ed795f5549537ff5dbea6a36bba307417ff284ed60fa2dd5f57fdb72caf0a9d1
 DIST hostedx40-0.7.3.rbf 1191788 BLAKE2B 
489372b297a9e7385809b36efa80df7d489cc803e5ae5b8c1a6bdc80434fd462ec5e12ab5996a4412fe3306038766330200776b0e11c816d0004cc7602721aec
 SHA512 
b4619b8918d178a42e0bd4885ef1671a96e8aeb224291ee21a792e0be73a6e4ea2b8951003aa093581971aa220f7d101c4a1cddec90845ca31f11b17c5f67fdd
+DIST hostedxA4-0.11.0.rbf 2632660 BLAKE2B 
53040e0d595e1da719f52a1e14ed81b3557f25a89eff30a56ae11ce071c0e7014b0ee5acc885495b757084c9e79fe60a78f71d05f131154b525d48326d27933e
 SHA512 
11b6481fbc71ca4fef18b4267628e1d45794d235995446e29a164bc793d2402285bfd6bd1be596e886cc56fd4576fee7d1fe0c6903a236478bc4e7fd22849030
 DIST hostedxA4-0.7.3.rbf 2632660 BLAKE2B 
a98ea6ffc1ffdbf9b8ded3144d4f9fb19dac6b196239dccdd9ce908b185eac4898a65ac897f460b1a0dee437131bdeccecf2b36714099d4f86962f04108c856e
 SHA512 
655df2f698ae376577925349fc4773cf3819360f7bff0932761160aa823625d408be48a809df7edd2e3a4054b418f5dd6a0769f2aa982551ea3b847eaea5fc87
+DIST hostedxA9-0.11.0.rbf 12858972 BLAKE2B 
8a68e742a2afa8bac4274c3228390b8c8572255f1c96daf70fd49364ffd96c7490c2d2a712164484b87039fa52d93e808ea144875d873e3e238b6c7e9c92933a
 SHA512 
d7213017b4d49e8cdfea8336889640b11147001887ca4d0a83d979f1fad9c4baec5d2825894e1b732efb2f4602a6d857191703f8d701e0444f6863250388251c
 DIST hostedxA9-0.7.3.rbf 12858972 BLAKE2B 
71bbdea5ef372b9a6a6512757391c2b143ff69efbcfec58178873eff14c7995750a43939ea93b69529ccca62987ec4437621b6f78289a94acbc2f14c02069e64
 SHA512 
e33970360e3104891d3c738ab46662b80a29160d87b913c3a4655aa03bd6ff8236274d1f2ad591e4dcee40c85ff579abcd69e637aa5cf86e1a08c143f89ba685

diff --git a/net-wireless/bladerf-fpga/bladerf-fpga-0.6.0.ebuild 
b/net-wireless/bladerf-fpga/bladerf-fpga-0.11.0.ebuild
similarity index 59%
rename from net-wireless/bladerf-fpga/bladerf-fpga-0.6.0.ebuild
rename to net-wireless/bladerf-fpga/bladerf-fpga-0.11.0.ebuild
index 8f39930627a..de477ab23c5 100644
--- a/net-wireless/bladerf-fpga/bladerf-fpga-0.6.0.ebuild
+++ b/net-wireless/bladerf-fpga/bladerf-fpga-0.11.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="bladeRF FPGA bitstreams"
 HOMEPAGE="http://nuand.com/fpga.php;
@@ -9,21 +9,29 @@ HOMEPAGE="http://nuand.com/fpga.php;
 #fpga code is open source, but uses a proprietary toolchain to build
 #automated builds from git are available, but likely unneeded
 #http://hoopycat.com/bladerf_builds/
-SRC_URI="x40? ( http://nuand.com/fpga/v${PV}/hostedx40.rbf -> 
hostedx40-${PV}.rbf )
+SRC_URI="xA4? ( 

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

2019-08-14 Thread Aaron Bauman
commit: 70886572d2cf0249419b56d9704ce3e567d0ca4a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Aug 14 20:52:42 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Aug 14 20:52:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70886572

profiles/package.mask: mask dev-java/itext

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 788f9de54f1..cde6ec2a4ac 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,15 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron Bauman  (2019-08-14)
+# sec bug #636976, unmaintained in Gentoo, license
+# forked multiple times. Removal in 30 days.
+dev-java/itext
+app-text/jpdftweak
+dev-util/deskzilla
+media-sound/tuxguitar
+sci-chemistry/jmol
+
 # Michał Górny  (2019-08-14)
 # No longer builds.  Homepage is gone, and its keep-alive fork is also
 # dead.



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

2019-08-14 Thread Tim Harder
commit: 66396b26df727f3ddd2e9a2c4e2e03de71480790
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:32:26 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:33:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66396b26

sys-apps/ack: add missing conditional test RESTRICT

Signed-off-by: Tim Harder  gentoo.org>

 sys-apps/ack/ack-3.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/ack/ack-3.0.0.ebuild b/sys-apps/ack/ack-3.0.0.ebuild
index ab06b7d94be..5b422d73a71 100644
--- a/sys-apps/ack/ack-3.0.0.ebuild
+++ b/sys-apps/ack/ack-3.0.0.ebuild
@@ -13,6 +13,7 @@ LICENSE="Artistic-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~hppa x86 ~amd64-fbsd ~amd64-linux ~x86-linux 
~x86-macos"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-perl/File-Next-1.160.0"
 DEPEND="${RDEPEND}



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

2019-08-14 Thread Thomas Deutschmann
commit: dec2622fd24300a665fc53caa4194bfde8211bdd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 14 23:16:22 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 14 23:33:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec2622f

www-client/firefox: bump to v68.0.2

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

 www-client/firefox/Manifest  |  92 
 www-client/firefox/firefox-68.0.2.ebuild | 763 +++
 2 files changed, 855 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index e5e16784e39..5132dbce2fa 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -277,3 +277,95 @@ DIST firefox-68.0.1-xh.xpi 470576 BLAKE2B 
65ec7eb7e66c1c0314eedbf7df49a46755f58d
 DIST firefox-68.0.1-zh-CN.xpi 536603 BLAKE2B 
7d79c0702172a7fbc818474ab88213ef901ebee62f96bbbf7c6946dc84bce716048eafe2ac38efeab063d9ab8197930a41d6a5dc43d3486bd6446d679e2fd42b
 SHA512 
bf618fc9166a261238f95f8a7a3f64929a7a0b916420529833d7c8566c1bb991641ac7b64aff0595c6d9d197a3d7c0678d09ba8752528163b94042903d823b7d
 DIST firefox-68.0.1-zh-TW.xpi 536124 BLAKE2B 
6647d8c95cf953f9df57fbbc15f0e966c88b222cd80f4dbdb435c2b391d11933c375898811ffb80720f6595125fe91ec0c67fcc66f5ec5c0ef348114f830f570
 SHA512 
3e1456dc1d2bbbfc780df6cb7078314bb810db1bdff2906239d94a61aeaad25f6ce8760386cd6868aac479f729d611093abeed3bf1cdc33421b5bcfeda088826
 DIST firefox-68.0.1.source.tar.xz 311390092 BLAKE2B 
19eba46eb2ad491f4799b0cf2e1da790df102fbdbde88e870939f1d967747def3f4451d52c35b308d6b69b86d10a29cbfaf9381ef4432fd89fef4b4c2a291b6f
 SHA512 
96b45135cf0b2368013afccb8c375de54d591a4e11016e8b65fc83904cedc362096dd15814cd02be23f6e52e392c605817b86a59ee2300d3e7a754d345399c81
+DIST firefox-68.0.2-ach.xpi 471799 BLAKE2B 
7b90971b3a3244a2b4005ed617f34d9b6a7e3be466d2ad462a9ac719405980b766013bb35c20a3d6b5320f782d9da746c39fada7ee38031dc41bd6fefba5
 SHA512 
0cd2edab1e4420827ef0ea1d4be70819dfa58ebc7149e8c181947f8385cdbd15b590f577e3e5d29286d8c1e0a8fe35531a8e1fe323487e71a4a15b51b290c29e
+DIST firefox-68.0.2-af.xpi 450628 BLAKE2B 
08ea70856d8af333a596d902f2175fc35cee7885c5757b0b3ab03393ff1c4898b766bf5748fdc3ca72ded1edba8735b69ed3042314e526af1fdfce8dfac1ecc5
 SHA512 
402325aaee3964e5d61dcca1d2e8a82c5e3d2ce812cd2a8870adaf1be8bb1a376ee26b6cc9b2f17d72306af6e92245a8302790218fa72e4b9b0823d1e84798cb
+DIST firefox-68.0.2-an.xpi 483102 BLAKE2B 
1ad2e709d3289018fbe7e35eca993771123ee0c4172c77dfd76891d9f9369d96e43a71ccefefa70ed7fd46fefcc669e330ae8db21582e03624c4a805747fd411
 SHA512 
27433fad92ebbf584746ec1e93ea0528dcc5c6ac7367694aab9bd4223639e089d9fa23546e594f225db238d5bb890f20e924c692a2d8b61765b61a7d2f02276b
+DIST firefox-68.0.2-ar.xpi 538966 BLAKE2B 
5b04636606bfef02f4bfb46bd520d7a5a8c2c18bfd9f321b739e8f4a5ac2c7ef4cb3bf7b1be0f809159ccd35600adaf01340d0d8f4f60aa7614075d75c9d702c
 SHA512 
fc36f39f3ad24dfc3f94b62a84ebd31e2092eb58e88dce8928d97758b5a7e3a99e18b3e6210dbc4e9983fd836f40a8d8d480659e099831487821ae365429
+DIST firefox-68.0.2-ast.xpi 480822 BLAKE2B 
fc41bca444364a675c7dc1c2c4aa1bf11231125651cff942f37f6dea75f45a6f99238422dd62e89282305f488be22f0d2705c14f5c3fa32571e2788173073f75
 SHA512 
2523c9c1d57ecfbbfce1ad421a95e0c222957eb519e715a8bf891aa823d094a13b7497c014c9f6f36e921ece55504d2b4cb06820dfbea5024e942635c8000e2d
+DIST firefox-68.0.2-az.xpi 510303 BLAKE2B 
cb5c30430054057ef6de4beba45d400b4039a1efe4cc9144ea2b0fb2e9e400f99c9e634d71e24a2c36265022dcc93b21ccb16647e60d611f7c7d71d3bda85c77
 SHA512 
1dab2b957642d6fdc2e954603a851da2df685021e614afab3f734dbd0e507b237bf5b0c08248d744015f698948342d91dbad7102fb2624bcc3d09f82a9c9b528
+DIST firefox-68.0.2-be.xpi 582146 BLAKE2B 
4d58b258e8577ea1cfbc3608f26f22c9c9c1e766bb609de28059270e893363d3ec2dd651544b0895211c0cb69802566dfaed64765a428a486e9609481b0b0461
 SHA512 
1a6597909cc0042aaed765b65e10ff4769ab2646bf7a6fb4daf6e0393f583abc4e977e980ccf6980fa5102df01caaa7a6c2a2fcec8e1dc6614de1f22641109fc
+DIST firefox-68.0.2-bg.xpi 545359 BLAKE2B 
0847bb6c73144964f9add5c230175072bd3ece6cd691e532c68c0cebf71e49154f6334b0e22bfbca8a6c0362c79ebaedf2ea55b2458aa6af915e54424136151c
 SHA512 
9673164f44b4e0a4368cdc88c5f9c76cfed6c7ef2359d4a8a4305ead9009050438c2d01535ab9ac6e90712f833b81a3322f347d82f6c42ff9b8ec41cbfc0ded6
+DIST firefox-68.0.2-bn.xpi 566601 BLAKE2B 
750073c9a64bda4579f1084c37cb684793bc5fd58f1fe047fc62fdb79669ce66f9b99ea1c07661eb812436dbd51ce7f0b62bf723e9800f177b5b90827eb03004
 SHA512 
1f8eac5d9bc3f60076108b670e74e3014a494b362b7a1b0278caed0d42f6aa97790773cf8bf1060d91e4957a31271bacec89700def8fc44bf6214da8502942c0
+DIST firefox-68.0.2-br.xpi 501692 BLAKE2B 
ee088044629c91cb1abbecb4c29389045d0d3bffeb1433f0d6cdd7f25231c606fbfec3e5e9bdc8cf922afb45b2da35d46d167cfd5cf384c202b60f0bfe73019a
 SHA512 
70d15325dc9cc20414ac7bf3fee203fd3db7815e40175af0f7ee513d1724c1e5bcec770291454d3d2afb90ce34bbc5f87ef397bd09efd127929c35c5fcfeeaa6
+DIST firefox-68.0.2-bs.xpi 483155 BLAKE2B 

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

2019-08-14 Thread Thomas Deutschmann
commit: dcae7b5ffabfcd1f71dd29c7bc3474d5cdb7fc39
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 14 23:22:47 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 14 23:33:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcae7b5f

www-client/firefox-bin: bump to v68.0.2

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

 www-client/firefox-bin/Manifest| 186 ++---
 ...bin-68.0.1.ebuild => firefox-bin-68.0.2.ebuild} |   0
 2 files changed, 93 insertions(+), 93 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index c92c2b103c1..351dd6b9d19 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -166,100 +166,100 @@ DIST firefox-60.8.0esr-vi.xpi 543907 BLAKE2B 
9c7360a1e244a626670848e75778c2650c3
 DIST firefox-60.8.0esr-xh.xpi 527565 BLAKE2B 
6b357e8887f61aed2ed513efb9beb034d126c3ef9b73959b6f10c25f221f73f334a8bc87ffa6f983df956a5fd54f66c6185f9f87825be2b00759d4b6e38ad4f8
 SHA512 
5bb60ffb6598987953fec0bc555d2a37c4233a8ae98e738eb1dd5fb3432a4ed39f6b2ef0bdb6e7af2570506460b0319830a9ce9a21b8a8f2fa37f1d6c3f0
 DIST firefox-60.8.0esr-zh-CN.xpi 559980 BLAKE2B 
cee4fab650cd87bd8e1c4bd14500c4036d54fdcd6524fd24d5e67f08a6926ebae10a70f0a961942a2ce752e8017cad965bf9e45ec32e825f35e5605539e30a86
 SHA512 
d5d63cad9411d615c0aa0814beca1f48cc033327ae989641a9e4930a8f6e7e5e6a4cbcb875b26fa5e82b631aa9a99aa35ad3710308933cbfbb0a15b9686094de
 DIST firefox-60.8.0esr-zh-TW.xpi 558304 BLAKE2B 
94736adc0f3c74466f560ccfbab45ad6cdf436f2987cba65d25995dda15838109f5189e4d4bc87bd64f8a232d953ad69cdbe56cfc3ca3562b780a465180f0eae
 SHA512 
dc2359c2d7245592034b58558357f986e612c119b54ba2b979ce1df0e7dab2a5a0a1422fad6958349a03832c96e9cf1df32bd55be167025a0c8eab5f14a27146
-DIST firefox-68.0.1-ach.xpi 471779 BLAKE2B 
7bbeba232ff1f29aa9c6edf40da2b6ef01d64c4a4df57312bcb7675382529f643825eff3613298641b06cbee1b9144b8dae6dd3b2a20e321cdf90753412b5e6b
 SHA512 
999500c804c970e9fd32670b8503492609827fa832910c5f8d79b169b332a61bf119c3173b576b1470e0d9f3ed03135f38d42b6eee0cae6548d26945a1f04b01
-DIST firefox-68.0.1-af.xpi 450612 BLAKE2B 
a2a3d00072682adb525c4f60c9051470acb47b6840b12f48e3a54b5b9c292f75692a240302e3a82d49a9eada777974ebac1688d3ac1b37b2e98c17db53da8d32
 SHA512 
065f09565341f6f11928940275e5990d38374782bfc67ec82b8ba50df42fc16b04964cdf2aca83b425a782de1f0ea25ce69defebff1c6a2431bc15d3c168026c
-DIST firefox-68.0.1-an.xpi 483076 BLAKE2B 
f7207ba0d157d579891716a200217d7f3f82e24664392d023da964b79b096bf016d7d42674aa1eb8eefdd89c6c6674e3060cc62ee915dd4e1f518a9996e0f65b
 SHA512 
dc80aa1f71911ce2780cfdefa47ea62cd7792c26c7e73d38099948000720d41e5498152ade870c5abaeffd05e41a8921a2769b89b5e3002b10fd2bf0ff9f4083
-DIST firefox-68.0.1-ar.xpi 538977 BLAKE2B 
906c02529a964058e2d9b69a6214544ba46f0636d2f654ddb4b7a7098cd11f18f370a30f53d73e4c82977e662554718fbffa3ef78d72b73114246baef414f429
 SHA512 
b0983b084fbf8104c67b0ab032fbacb67bc82d5a079285460c1f22d927490305cae90357353e62e224f658cd289dd2dfb775597c73621b29aeaba6fb3a6effa8
-DIST firefox-68.0.1-ast.xpi 480808 BLAKE2B 
1943ec48ab628e6d8982d947c8956ec47b4a009b13a68eb91ce30dd57bdefb98cb4df73a10bf7c18870adfc0e24fb9ab4e8d49587b61b32b8f9bbdbf9db03f07
 SHA512 
2563f5e8d51d993bf1450501cff0f4e995c18db49aa8eabedc116bac810dc132770c4c3952851634daa5656ef5a3d55a76972196b834d560eade21055b364a58
-DIST firefox-68.0.1-az.xpi 510295 BLAKE2B 
892e3c95c49c7532262fb6f284beeb9fbd11068fa266f21a00a57af34d9fa550a3b3888ba6f84c27b41b198139b5e890e4c07d0806222e577280a14a7277f769
 SHA512 
487d2d05ca13d5c136faef3b7f2a64040dc518253a5e4d3ebb76d4e25f70f5d88388b77b698510df61b2528eee7739d0894bd380ffca830b9498b678ed663752
-DIST firefox-68.0.1-be.xpi 582107 BLAKE2B 
e05ac0b46e848a205cb88d9697a018c5d5c3566f28fbce657088a5624ee295d1cec6ec2eb131ac31df78fc886cd473df7b47b6da765aed0c34acf9b84adcffbe
 SHA512 
e4ebdf3e31cfbf8755b5acda6c78141dd9c7178263813d95290e835f4c5f5fe8efefecd29d2240e2848726483c08c6bb61a5b0dc7c446260ea98da49fc89922d
-DIST firefox-68.0.1-bg.xpi 545362 BLAKE2B 
594d8bb378c35c8841fd05d561680ee13a19b519f46a2a6f6987fa735fb2bd48ffe85745ac9ae049f7600f73a600e4f6eefb1277f35b9514e3a782643fb399de
 SHA512 
9e1d4b31996eea39b9149cbcef59f4b5921b5315f68d0ebe29b0736042f809c958be79db0f9cc6f61a4631a4666ad975c13756ad6226f8add1a91758a044a6ff
-DIST firefox-68.0.1-bn.xpi 566584 BLAKE2B 
ecec86b8f8ac228dcb479e481581d4b49479594356e7a025790b9057a27cfa6dc8737be104eb38c8261032b61e9479c73ed8c8548737e2111e7e4e44fbd4
 SHA512 
90ffc67077c522634d302190e415017c5a379ae7b69b2e037845a4caede12b7b0b63b16fc0585394cfefb37ac4ea1ec0f68c48683419996075a9f0bbe7db6cea
-DIST firefox-68.0.1-br.xpi 501687 BLAKE2B 
83c15b9d57fa782a35da3464e833147b7dd36486b9c95ea701a81d09f997c7e5d27150f2e0c6d8afcd109550f837dae458e67719f25936355dffc9fdeec1ef56
 SHA512 
6fd680b5cee03dc3a58ea68ebeb7707e866e1c6e6f25d0967743d80fb66e18e48e78ff0214e8b2454c5ac5ac489644cac07db783daae28a548d2162dc15bab9d
-DIST 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/ack/, sys-apps/ack/files/

2019-08-14 Thread Tim Harder
commit: c74416a37b3f7560ebd4a6220bd2adb9ff65a9de
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:32:02 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:33:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74416a3

sys-apps/ack: remove old

Signed-off-by: Tim Harder  gentoo.org>

 sys-apps/ack/Manifest|  4 
 sys-apps/ack/ack-2.18-r1.ebuild  | 27 ---
 sys-apps/ack/ack-2.22.ebuild | 27 ---
 sys-apps/ack/ack-2.24.ebuild | 27 ---
 sys-apps/ack/ack-2.28.ebuild | 27 ---
 sys-apps/ack/files/ack-2.14-gentoo.patch | 22 --
 6 files changed, 134 deletions(-)

diff --git a/sys-apps/ack/Manifest b/sys-apps/ack/Manifest
index 3f16b4177f9..2ab89f668be 100644
--- a/sys-apps/ack/Manifest
+++ b/sys-apps/ack/Manifest
@@ -1,5 +1 @@
-DIST ack-2.18.tar.gz 232279 BLAKE2B 
dc7c347eee2be367a2b1bd4839719661f1c0de68bd3fcb3512c68cb5c42e09e8208712e7e3c57b418a00c961a933574a0c09c7f107fe43a4f96efeae21fbc8d8
 SHA512 
4147161baa8d82fb84b29980d5eac7cf3197733192ca827d3fa4e8f55fa9df29d92b2ac21beb69df00186eea03c7ae6fcb85d6e4334a0a21c232ddeb4933bcf5
-DIST ack-2.22.tar.gz 250275 BLAKE2B 
52cafe63b6f4aa50feb3a8d68141662fbbec7a73d31b2f06d3d63c7efb9ba681214ac20fbfd299f680d4e3758eaed8b4b9b3cd697f38977f2e0657a90dc0478a
 SHA512 
d0073c424d861f2cfdc2ce8c0dfa149620803b4c30adb6c6f4f8896277ac89bb6d97d3e8e9bdfd1202f95808bd387b2e3a8353a3e7d204cdd61eb9cafde48303
-DIST ack-2.24.tar.gz 261289 BLAKE2B 
0ec1e280abbcd2319bcc9f0cd83c73f97decd6698928fd1b8be310fe9a81839e02390bf4baabef402cb8603eceb5c005c4c8a1f71a60273cef21e3366efff11c
 SHA512 
3778c1d70ae08852eff9d8dd75688713bbb8dd15d4e72c07a3829cf362c7bfeba1175275e66cfe99265ba28777b6833734ebd6debb4ec4ec79df06ac46a79c24
-DIST ack-2.28.tar.gz 263072 BLAKE2B 
5bb5c41165dff9140959d7680a79def77b8d95106ee3b70b842579f082c8bf4ca978d05d1128722bd22456be94703ea1e44de1a87071317c46a4fb80d0cab6cb
 SHA512 
04ad599b644ff2cb07abe687f99286f14ddd0628458ac88dea0124d8487792824af470a60718c21be5930083830b463385e13927cc4a680ff34be133256c0f8a
 DIST ack-v3.0.0.tar.gz 238646 BLAKE2B 
679cf84c7dffd6f1ec3881de465cbdbebf9ec8958a6e36c5265d11492d84990a67b34af0e42041280b9a9ab6c57d951a2c73ba5b6fe07c9ac8774bac445c10fd
 SHA512 
2bf4e9719d8a5ec56c9d31acbcff647aece7b52ff7ffaacbfec56e59e30efb9ca7397fa379e13a9113a27abe47053261b9adb641b995d3e8579d459c0483fb45

diff --git a/sys-apps/ack/ack-2.18-r1.ebuild b/sys-apps/ack/ack-2.18-r1.ebuild
deleted file mode 100644
index bc165b550e4..000
--- a/sys-apps/ack/ack-2.18-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=PETDANCE
-inherit perl-module
-
-DESCRIPTION="ack is a tool like grep, optimized for programmers"
-HOMEPAGE="https://beyondgrep.com;
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa x86 ~amd64-fbsd ~amd64-linux ~x86-linux 
~x86-macos"
-IUSE="test"
-
-RDEPEND=">=dev-perl/File-Next-1.160.0"
-DEPEND="${RDEPEND}
-   test? ( dev-perl/IO-Tty )"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.14-gentoo.patch )
-
-src_test() {
-   # Tests fail when run in parallel and if dev-perl/IO-Tty is installed
-   # which enables interactive tests that need to read from stdin. If 
IO-Tty
-   # is not installed the related tests are skipped.
-   MAKEOPTS+=" -j1" perl-module_src_test
-}

diff --git a/sys-apps/ack/ack-2.22.ebuild b/sys-apps/ack/ack-2.22.ebuild
deleted file mode 100644
index dbff5491f6a..000
--- a/sys-apps/ack/ack-2.22.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=PETDANCE
-inherit perl-module
-
-DESCRIPTION="ack is a tool like grep, optimized for programmers"
-HOMEPAGE="https://beyondgrep.com;
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux 
~x86-macos"
-IUSE="test"
-
-RDEPEND=">=dev-perl/File-Next-1.160.0"
-DEPEND="${RDEPEND}
-   test? ( dev-perl/IO-Tty )"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.14-gentoo.patch )
-
-src_test() {
-   # Tests fail when run in parallel and if dev-perl/IO-Tty is installed
-   # which enables interactive tests that need to read from stdin. If 
IO-Tty
-   # is not installed the related tests are skipped.
-   MAKEOPTS+=" -j1" perl-module_src_test
-}

diff --git a/sys-apps/ack/ack-2.24.ebuild b/sys-apps/ack/ack-2.24.ebuild
deleted file mode 100644
index 227a80911ad..000
--- a/sys-apps/ack/ack-2.24.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=PETDANCE
-inherit perl-module
-
-DESCRIPTION="ack is a tool like grep, optimized for programmers"

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

2019-08-14 Thread Craig Andrews
commit: d008287ddbff76db2b8a1d6ab1d88c5ac8b1c94f
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Aug 15 02:54:19 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Aug 15 02:54:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d008287d

dev-util/rocm-cmake: 2.7.0 version bump

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

 dev-util/rocm-cmake/Manifest   | 1 +
 .../rocm-cmake/{rocm-cmake-.ebuild => rocm-cmake-2.7.0.ebuild} | 3 ++-
 dev-util/rocm-cmake/rocm-cmake-.ebuild | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-util/rocm-cmake/Manifest b/dev-util/rocm-cmake/Manifest
index 24991e568f1..28d53fcb6a8 100644
--- a/dev-util/rocm-cmake/Manifest
+++ b/dev-util/rocm-cmake/Manifest
@@ -1 +1,2 @@
 DIST rocm-cmake-0.2.tar.gz 12729 BLAKE2B 
6380e077cdc0dcc8c40c487789bd4405a9104e0c55e68df0587c74ea140c329b28ef224bea0d9d529ddaca2c3b874e64be840f96191b8bae7d662de5854756b6
 SHA512 
b2ebd749fb99ac6dbeac005bb0de5ca57e12ae3590d560c0fd03371f2dd0fc6e7862e0bc96046b98b8248770852c6ee64dd349f22405e77d8a210884246213bd
+DIST rocm-cmake-2.7.0.tar.gz 13352 BLAKE2B 
1dd37f9beed98d2120a42505ef7463de672db01c1213262202819ea4ee76678a3126b7ca52e8738717618247a93af680534262ce56b718f7dc4ebb7f62acd358
 SHA512 
d08d08ea53c7242fccce808189048d195b8edbaa2a8f0a0fac4267a232dddaadab791f0bf2fe0c975f050cdac095531a2cabcab55157b5405f250f74fa0a01cc

diff --git a/dev-util/rocm-cmake/rocm-cmake-.ebuild 
b/dev-util/rocm-cmake/rocm-cmake-2.7.0.ebuild
similarity index 90%
copy from dev-util/rocm-cmake/rocm-cmake-.ebuild
copy to dev-util/rocm-cmake/rocm-cmake-2.7.0.ebuild
index eee840d3674..d6c02fff0fd 100644
--- a/dev-util/rocm-cmake/rocm-cmake-.ebuild
+++ b/dev-util/rocm-cmake/rocm-cmake-2.7.0.ebuild
@@ -9,8 +9,9 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/rocm-cmake/;
inherit git-r3
 else
-   
SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   
SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/roc-${PV}.tar.gz
 -> ${P}.tar.gz"
KEYWORDS="~amd64"
+   S="${WORKDIR}/rocm-cmake-roc-${PV}"
 fi
 
 DESCRIPTION="Radeon Open Compute CMake Modules"

diff --git a/dev-util/rocm-cmake/rocm-cmake-.ebuild 
b/dev-util/rocm-cmake/rocm-cmake-.ebuild
index eee840d3674..d6c02fff0fd 100644
--- a/dev-util/rocm-cmake/rocm-cmake-.ebuild
+++ b/dev-util/rocm-cmake/rocm-cmake-.ebuild
@@ -9,8 +9,9 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/rocm-cmake/;
inherit git-r3
 else
-   
SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   
SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/roc-${PV}.tar.gz
 -> ${P}.tar.gz"
KEYWORDS="~amd64"
+   S="${WORKDIR}/rocm-cmake-roc-${PV}"
 fi
 
 DESCRIPTION="Radeon Open Compute CMake Modules"



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

2019-08-14 Thread Aaron Bauman
commit: afb1ed414a2ec6896da9ceab0dfc67dc7d5ed62b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Aug 14 20:45:50 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Aug 14 20:46:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb1ed41

profiles/package.mask: mask dev-java/xstream

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d8d030f7672..788f9de54f1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -41,6 +41,14 @@ sys-apps/lomoco
 # Removal in 14 days.  Bug #688502.
 sys-process/fuser-bsd
 
+# Aaron Bauman  (2019-08-14)
+# open sec bug #622428, unmaintained
+# list includes rdeps. Removal in 30 days.
+dev-java/xstream
+dev-java/jsap
+net-misc/java-wakeonlan
+sci-biology/goby
+
 # Aaron Bauman  (2019-08-14)
 # longstanding sec vulns, unpatched, not maintained
 # bug #509354, #519216, #603440



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

2019-08-14 Thread Matthew Thode
commit: 9331aa256a31193661e89aaef8a239708c034c5a
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 14 22:24:38 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Aug 14 22:24:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9331aa25

app-admin/rasdaemon: add missing dash to comment in conf.d file

Fixes: https://bugs.gentoo.org/692100
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/rasdaemon/files/rasdaemon.confd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/rasdaemon/files/rasdaemon.confd 
b/app-admin/rasdaemon/files/rasdaemon.confd
index 2b89db191cd..3241ef438da 100644
--- a/app-admin/rasdaemon/files/rasdaemon.confd
+++ b/app-admin/rasdaemon/files/rasdaemon.confd
@@ -1,2 +1,2 @@
-# pass the -record option if sqlite is enabled and you wish store events in 
sqlite
-#RASDAEMON_ARGS=-record
+# pass the --record option if sqlite is enabled and you wish store events in 
sqlite
+#RASDAEMON_ARGS=--record



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

2019-08-14 Thread Tim Harder
commit: 3e40f0e05b2d496aa6ac21f9a84f331b82d8f095
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:22:48 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:24:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e40f0e0

sys-process/procenv: version bump to 0.51

Signed-off-by: Tim Harder  gentoo.org>

 sys-process/procenv/Manifest|  1 +
 sys-process/procenv/procenv-0.51.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index ca7226e2650..c752e472957 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,2 +1,3 @@
 DIST procenv-0.49.tar.gz 243974 BLAKE2B 
64a26c7f974b77b4188c09f34ab2e0d76d77a434f1cdf6d863602ee6fe129f71fd68733c791477736f249644d9c573083fc4dde5b864a65f5a9fb0946a509439
 SHA512 
2845e34abcc3c7cc56947c1b4407e7d8366bbd40ba0144e16cecd41acb24773072f58f34b54eefbf334b30a1b97a23fe611368166da8d80162657613c287af99
 DIST procenv-0.50.tar.gz 244590 BLAKE2B 
b404af5db9512c26e2413bb7a332c9bffeaf765c04af0c19f87bffa70db2bbebc57e6a8dfe8e8d7521a66eb5419088e2c7b505bd8186ef40088b3952c36c2c1e
 SHA512 
6f2281523ff0890f3cf51caa10e637b5f12bbb6904cde1daf6177acd414b00b1cbcbd14429437f4c023fadd1b05a47bf3ace3527c6b6b1209b2d6b7ba4272e13
+DIST procenv-0.51.tar.gz 245663 BLAKE2B 
1e7a0b9fddbe0c4f0aaf895ae1174f69c84d6b043794b5cd23f678dc5c762d892e49ce9b91c78c0fc3bd4cf4064e94c1c43758b4cdd596d6d289a929b3855043
 SHA512 
0f0b0fb4aceb4c6aaa4f2f4f8e139dfbcecbed2101ac4c44e4b1f85420fbf15967b9ebf8c3d2868260afc2957919f15a981ae49f0cf91c9f2c7ea05c96dc36fb

diff --git a/sys-process/procenv/procenv-0.51.ebuild 
b/sys-process/procenv/procenv-0.51.ebuild
new file mode 100644
index 000..2f140819115
--- /dev/null
+++ b/sys-process/procenv/procenv-0.51.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="command-line utility to show process environment"
+HOMEPAGE="https://github.com/jamesodhunt/procenv;
+SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-libs/check )"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   local PATCHES=(
+   "${FILESDIR}"/${PN}-0.45-flags.patch
+   )
+
+   default
+   eautoreconf
+}



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

2019-08-14 Thread Tim Harder
commit: a20bbfad72e814d45d329dda89bd09bb5a74a4c4
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:23:26 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:24:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20bbfad

sys-process/procenv: remove old

Signed-off-by: Tim Harder  gentoo.org>

 sys-process/procenv/Manifest|  2 --
 sys-process/procenv/procenv-0.49.ebuild | 29 -
 sys-process/procenv/procenv-0.50.ebuild | 29 -
 3 files changed, 60 deletions(-)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index c752e472957..a693a1e2bdf 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,3 +1 @@
-DIST procenv-0.49.tar.gz 243974 BLAKE2B 
64a26c7f974b77b4188c09f34ab2e0d76d77a434f1cdf6d863602ee6fe129f71fd68733c791477736f249644d9c573083fc4dde5b864a65f5a9fb0946a509439
 SHA512 
2845e34abcc3c7cc56947c1b4407e7d8366bbd40ba0144e16cecd41acb24773072f58f34b54eefbf334b30a1b97a23fe611368166da8d80162657613c287af99
-DIST procenv-0.50.tar.gz 244590 BLAKE2B 
b404af5db9512c26e2413bb7a332c9bffeaf765c04af0c19f87bffa70db2bbebc57e6a8dfe8e8d7521a66eb5419088e2c7b505bd8186ef40088b3952c36c2c1e
 SHA512 
6f2281523ff0890f3cf51caa10e637b5f12bbb6904cde1daf6177acd414b00b1cbcbd14429437f4c023fadd1b05a47bf3ace3527c6b6b1209b2d6b7ba4272e13
 DIST procenv-0.51.tar.gz 245663 BLAKE2B 
1e7a0b9fddbe0c4f0aaf895ae1174f69c84d6b043794b5cd23f678dc5c762d892e49ce9b91c78c0fc3bd4cf4064e94c1c43758b4cdd596d6d289a929b3855043
 SHA512 
0f0b0fb4aceb4c6aaa4f2f4f8e139dfbcecbed2101ac4c44e4b1f85420fbf15967b9ebf8c3d2868260afc2957919f15a981ae49f0cf91c9f2c7ea05c96dc36fb

diff --git a/sys-process/procenv/procenv-0.49.ebuild 
b/sys-process/procenv/procenv-0.49.ebuild
deleted file mode 100644
index 3c8ae5b1be5..000
--- a/sys-process/procenv/procenv-0.49.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="command-line utility to show process environment"
-HOMEPAGE="https://github.com/jamesodhunt/procenv;
-SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
-IUSE="test"
-
-DEPEND="
-   virtual/pkgconfig
-   test? ( dev-libs/check )
-"
-
-src_prepare() {
-   local PATCHES=(
-   "${FILESDIR}"/${PN}-0.45-flags.patch
-   )
-
-   default
-   eautoreconf
-}

diff --git a/sys-process/procenv/procenv-0.50.ebuild 
b/sys-process/procenv/procenv-0.50.ebuild
deleted file mode 100644
index 3c8ae5b1be5..000
--- a/sys-process/procenv/procenv-0.50.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="command-line utility to show process environment"
-HOMEPAGE="https://github.com/jamesodhunt/procenv;
-SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
-IUSE="test"
-
-DEPEND="
-   virtual/pkgconfig
-   test? ( dev-libs/check )
-"
-
-src_prepare() {
-   local PATCHES=(
-   "${FILESDIR}"/${PN}-0.45-flags.patch
-   )
-
-   default
-   eautoreconf
-}



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

2019-08-14 Thread Michael Orlitzky
commit: dbf719f69c5f0885e9362daeb25216ac13fd2f66
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug 14 23:45:56 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Aug 15 00:04:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf719f6

net-analyzer/nagios-core: new version 4.4.4.

Bug: https://bugs.gentoo.org/692092
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Orlitzky  gentoo.org>

 net-analyzer/nagios-core/Manifest |   1 +
 net-analyzer/nagios-core/nagios-core-4.4.4.ebuild | 213 ++
 2 files changed, 214 insertions(+)

diff --git a/net-analyzer/nagios-core/Manifest 
b/net-analyzer/nagios-core/Manifest
index 0b685560927..a794553e346 100644
--- a/net-analyzer/nagios-core/Manifest
+++ b/net-analyzer/nagios-core/Manifest
@@ -1,3 +1,4 @@
 DIST nagios-4.3.4.tar.gz 11101966 BLAKE2B 
6cb8182f40a4f83875c94df040bb1c62ce078d4130e10fa8595ea0b14cf715fc2a237ffb34199da9c1528e4789f3ce8deae3d993b5b795ad712d48b1e5fdb820
 SHA512 
f4e92aa98151739442a225a245871d93b5560d89510bdacb1a615959b9687f7a92675f10fcba71078b104ca8f237b0155a9261d67ec66f80aec7f033b4b3e316
 DIST nagios-4.4.3.tar.gz 11302228 BLAKE2B 
d22ab64268832897dfa67d805a5d74656f7aa96ce1427c7326b632060d8c1ea0fbd07564f3c7a978bb5e2c0cba0c06290e7b0d579017fe73b900eb290c7853ae
 SHA512 
07c91a796d634ffda73305edb54e01e46cb4fc9dc996c937e657c18f8067d7e2d31421b058a04b7395ef739962445ea149c486caaac94b7d422b4032bdaa07d4
+DIST nagios-4.4.4.tar.gz 11303598 BLAKE2B 
e4015ca5c0383b0540f2eaf3d608343df850c6045a4539c1f1ab8c19dc95e9223816efe71034b37f6995cb623dc6b83c92e22a677fe687a34d2215b1a2758c90
 SHA512 
c8f2b83bad744d67be4ba8356d9eea0be3efbf42d9a215d64815cdf7d944eba798348ce0faea6cebe64f1c99e0edbf12540d83ca42f8b4b563cbcc60139afdb0
 DIST nagios-core-gentoo-icons-20141125.tar 40960 BLAKE2B 
31c1953e1160c7c7b89606b72b1a80407e4c1b7a7938b40bd1c577cd0c309dd88ca6b775d692a9b846dbf67736537fa9c91e56aa15fdd447769608ca525bff09
 SHA512 
bf109879cddd6136b76baba55d0b60b2596e37431dcf5ce0905d34a9fa292ebf7e4bde82d9a084362c486e8fac344c76d88f9298b1b85541ed70ffd608493766

diff --git a/net-analyzer/nagios-core/nagios-core-4.4.4.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.4.4.ebuild
new file mode 100644
index 000..74ddb853c43
--- /dev/null
+++ b/net-analyzer/nagios-core/nagios-core-4.4.4.ebuild
@@ -0,0 +1,213 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs user
+
+MY_P=${PN/-core}-${PV}
+DESCRIPTION="Nagios core - monitoring daemon, web GUI, and documentation"
+HOMEPAGE="https://www.nagios.org/;
+
+# The name of the directory into which our Gentoo icons will be
+# extracted, and also the basename of the archive containing it.
+GENTOO_ICONS="${PN}-gentoo-icons-20141125"
+SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz
+   web? ( https://dev.gentoo.org/~mjo/distfiles/${GENTOO_ICONS}.tar )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="apache2 classicui lighttpd perl +web vim-syntax"
+
+# In pkg_postinst(), we change the group of the Nagios configuration
+# directory to that of the web server user. It can't belong to both
+# apache/lighttpd groups at the same time, so we block this combination
+# for our own sanity.
+#
+# This could be made to work, but we would need a better way to allow
+# the web user read-only access to Nagios's configuration directory.
+#
+REQUIRED_USE="apache2? ( !lighttpd )"
+
+#
+# Note, we require one of the apache2 CGI modules:
+#
+#   * mod_cgi
+#   * mod_cgid
+#   * mod_fcgid
+#
+# We just don't care /which/ one. And of course PHP supports both CGI
+# (USE=cgi) and FastCGI (USE=fpm). We're pretty lenient with the
+# dependencies, and expect the user not to do anything /too/
+# stupid. (For example, installing Apache with only FastCGI support, and
+# PHP with only CGI support.)
+#
+# Another annoyance is that the upstream Makefile uses app-arch/unzip to
+# extract a snapshot of AngularJS, but that's only needed when USE=web.
+#
+MOD_ALIAS=apache2_modules_alias
+DEPEND="dev-libs/libltdl:0
+   virtual/mailx
+   perl? ( dev-lang/perl:= )
+   web? (
+   app-arch/unzip
+   media-libs/gd[jpeg,png]
+   lighttpd? ( www-servers/lighttpd[php] )
+   apache2? (
+   || (
+   
>=www-servers/apache-2.4[${MOD_ALIAS},apache2_modules_cgi]
+   
>=www-servers/apache-2.4[${MOD_ALIAS},apache2_modules_cgid]
+   
>=www-servers/apache-2.4[${MOD_ALIAS},apache2_modules_fcgid] )
+   || (
+   dev-lang/php:*[apache2]
+   dev-lang/php:*[cgi]
+   dev-lang/php:*[fpm] )
+   )
+   )"
+RDEPEND="${DEPEND}
+   vim-syntax? ( app-vim/nagios-syntax )"

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

2019-08-14 Thread Michael Orlitzky
commit: cb519cc1df86a3a369778cc4d73adf5da6a593a8
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug 14 23:49:21 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Aug 15 00:04:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb519cc1

net-analyzer/nagios-core: remove old nagios-core-4.4.3-r1.ebuild.

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

 net-analyzer/nagios-core/Manifest  |   1 -
 .../nagios-core/nagios-core-4.4.3-r1.ebuild| 213 -
 2 files changed, 214 deletions(-)

diff --git a/net-analyzer/nagios-core/Manifest 
b/net-analyzer/nagios-core/Manifest
index a794553e346..2595d9143c6 100644
--- a/net-analyzer/nagios-core/Manifest
+++ b/net-analyzer/nagios-core/Manifest
@@ -1,4 +1,3 @@
 DIST nagios-4.3.4.tar.gz 11101966 BLAKE2B 
6cb8182f40a4f83875c94df040bb1c62ce078d4130e10fa8595ea0b14cf715fc2a237ffb34199da9c1528e4789f3ce8deae3d993b5b795ad712d48b1e5fdb820
 SHA512 
f4e92aa98151739442a225a245871d93b5560d89510bdacb1a615959b9687f7a92675f10fcba71078b104ca8f237b0155a9261d67ec66f80aec7f033b4b3e316
-DIST nagios-4.4.3.tar.gz 11302228 BLAKE2B 
d22ab64268832897dfa67d805a5d74656f7aa96ce1427c7326b632060d8c1ea0fbd07564f3c7a978bb5e2c0cba0c06290e7b0d579017fe73b900eb290c7853ae
 SHA512 
07c91a796d634ffda73305edb54e01e46cb4fc9dc996c937e657c18f8067d7e2d31421b058a04b7395ef739962445ea149c486caaac94b7d422b4032bdaa07d4
 DIST nagios-4.4.4.tar.gz 11303598 BLAKE2B 
e4015ca5c0383b0540f2eaf3d608343df850c6045a4539c1f1ab8c19dc95e9223816efe71034b37f6995cb623dc6b83c92e22a677fe687a34d2215b1a2758c90
 SHA512 
c8f2b83bad744d67be4ba8356d9eea0be3efbf42d9a215d64815cdf7d944eba798348ce0faea6cebe64f1c99e0edbf12540d83ca42f8b4b563cbcc60139afdb0
 DIST nagios-core-gentoo-icons-20141125.tar 40960 BLAKE2B 
31c1953e1160c7c7b89606b72b1a80407e4c1b7a7938b40bd1c577cd0c309dd88ca6b775d692a9b846dbf67736537fa9c91e56aa15fdd447769608ca525bff09
 SHA512 
bf109879cddd6136b76baba55d0b60b2596e37431dcf5ce0905d34a9fa292ebf7e4bde82d9a084362c486e8fac344c76d88f9298b1b85541ed70ffd608493766

diff --git a/net-analyzer/nagios-core/nagios-core-4.4.3-r1.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.4.3-r1.ebuild
deleted file mode 100644
index 74ddb853c43..000
--- a/net-analyzer/nagios-core/nagios-core-4.4.3-r1.ebuild
+++ /dev/null
@@ -1,213 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs user
-
-MY_P=${PN/-core}-${PV}
-DESCRIPTION="Nagios core - monitoring daemon, web GUI, and documentation"
-HOMEPAGE="https://www.nagios.org/;
-
-# The name of the directory into which our Gentoo icons will be
-# extracted, and also the basename of the archive containing it.
-GENTOO_ICONS="${PN}-gentoo-icons-20141125"
-SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz
-   web? ( https://dev.gentoo.org/~mjo/distfiles/${GENTOO_ICONS}.tar )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="apache2 classicui lighttpd perl +web vim-syntax"
-
-# In pkg_postinst(), we change the group of the Nagios configuration
-# directory to that of the web server user. It can't belong to both
-# apache/lighttpd groups at the same time, so we block this combination
-# for our own sanity.
-#
-# This could be made to work, but we would need a better way to allow
-# the web user read-only access to Nagios's configuration directory.
-#
-REQUIRED_USE="apache2? ( !lighttpd )"
-
-#
-# Note, we require one of the apache2 CGI modules:
-#
-#   * mod_cgi
-#   * mod_cgid
-#   * mod_fcgid
-#
-# We just don't care /which/ one. And of course PHP supports both CGI
-# (USE=cgi) and FastCGI (USE=fpm). We're pretty lenient with the
-# dependencies, and expect the user not to do anything /too/
-# stupid. (For example, installing Apache with only FastCGI support, and
-# PHP with only CGI support.)
-#
-# Another annoyance is that the upstream Makefile uses app-arch/unzip to
-# extract a snapshot of AngularJS, but that's only needed when USE=web.
-#
-MOD_ALIAS=apache2_modules_alias
-DEPEND="dev-libs/libltdl:0
-   virtual/mailx
-   perl? ( dev-lang/perl:= )
-   web? (
-   app-arch/unzip
-   media-libs/gd[jpeg,png]
-   lighttpd? ( www-servers/lighttpd[php] )
-   apache2? (
-   || (
-   
>=www-servers/apache-2.4[${MOD_ALIAS},apache2_modules_cgi]
-   
>=www-servers/apache-2.4[${MOD_ALIAS},apache2_modules_cgid]
-   
>=www-servers/apache-2.4[${MOD_ALIAS},apache2_modules_fcgid] )
-   || (
-   dev-lang/php:*[apache2]
-   dev-lang/php:*[cgi]
-   dev-lang/php:*[fpm] )
-   )
-   )"
-RDEPEND="${DEPEND}
-   vim-syntax? ( app-vim/nagios-syntax )"
-

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

2019-08-14 Thread Craig Andrews
commit: c04b4c1e8e440853385f0bc991385c6b12cc4b2d
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug 14 00:55:48 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug 14 20:54:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04b4c1e

dev-libs/rocr-runtime: 2.7.0 version bump

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

 dev-libs/rocr-runtime/Manifest  |  1 +
 dev-libs/rocr-runtime/rocr-runtime-2.7.0.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/rocr-runtime/Manifest b/dev-libs/rocr-runtime/Manifest
index 6c90d6896c4..79fdf81ab50 100644
--- a/dev-libs/rocr-runtime/Manifest
+++ b/dev-libs/rocr-runtime/Manifest
@@ -1,2 +1,3 @@
 DIST rocr-runtime-2.0.0.tar.gz 313087 BLAKE2B 
5fe5ea99728f7d7337c9e8a174a31d4ca8bdd559fad3400955ba6d86947d5bf9004094d78548cab2cb2089bfd028d0e4dfdd4d5fd7b41bed73feeebf2f33b705
 SHA512 
662d3d8fff8aeb17557df67207d885edc1266bb9800ec46ecab28bbd6ace7fbffb9e4092d74beb0366cacfe8873b1b257bcf2f8345d81a9b6657a7adcfc53c0c
 DIST rocr-runtime-2.6.0.tar.gz 318296 BLAKE2B 
c04e04db32f650def8a7973fa73f0c0e9b99412b13676a05e9c4283ea07958ffe14f7c54002db469ddfd506f349087bd66fff138b7e7b19c41f4ca8789a7c384
 SHA512 
3b88cf4e1cb6fca6b4361a612abc2c02466d4f716838665d02f16b6fa975b5f69795622d6b96a01b796165980d2888be7eedd77957a7fd44fac19a0ea581f6b8
+DIST rocr-runtime-2.7.0.tar.gz 321669 BLAKE2B 
99f7a62019aaa893ff032a7ed492720c1d0d8fc2c8a730f2e6833d1ad34af57e1045ed480a7d5ba72123bebfa6accd6282be4299bf94d77404adc5bbc9d13624
 SHA512 
46926a711665df4e232a6dcbcb1f67a4a133bffac927b70404e3cefe624be31dfc5ffea49ae9b834076cfcdf94a6e61b6804af6aed75f433e1842c980bc6e54d

diff --git a/dev-libs/rocr-runtime/rocr-runtime-2.7.0.ebuild 
b/dev-libs/rocr-runtime/rocr-runtime-2.7.0.ebuild
new file mode 100644
index 000..b2fdce8bee3
--- /dev/null
+++ b/dev-libs/rocr-runtime/rocr-runtime-2.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/;
+   inherit git-r3
+   S="${WORKDIR}/${P}/src"
+else
+   
SRC_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/roc-${PV}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/ROCR-Runtime-roc-${PV}/src"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Radeon Open Compute Runtime"
+HOMEPAGE="https://github.com/RadeonOpenCompute/ROCR-Runtime;
+PATCHES=(
+   "${FILESDIR}/${PN}-2.0.0-cmake-install-paths.patch"
+)
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+
+RDEPEND="sys-process/numactl"
+DEPEND="${RDEPEND}
+   >=dev-libs/roct-thunk-interface-${PV}"
+
+src_prepare() {
+   sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
+   cmake-utils_src_prepare
+}



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

2019-08-14 Thread Craig Andrews
commit: bd6b6cad0601349895967efe36ec6062cc7438f6
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug 14 00:54:45 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug 14 20:54:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6b6cad

dev-libs/rocm-device-libs: 2.7.0 version bump

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

 dev-libs/rocm-device-libs/Manifest |  1 +
 .../rocm-device-libs/rocm-device-libs-2.7.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/rocm-device-libs/Manifest 
b/dev-libs/rocm-device-libs/Manifest
index cc781e9e0e8..facc647c5e1 100644
--- a/dev-libs/rocm-device-libs/Manifest
+++ b/dev-libs/rocm-device-libs/Manifest
@@ -1 +1,2 @@
 DIST rocm-device-libs-2.6.0.tar.gz 221981 BLAKE2B 
6350fafb31453daf015886bc2d3d2ba59b805fafdf12372fcad8f328c9e7c74d4e54093817b07961d7be77b990780038f7a7b91d5ab63650a92bf107e0be4a40
 SHA512 
4262c956ea8c212c2707acf74ee27f609a6faee1bee7c3fd436b2a4adbedf1b072b611e6143cc315bd4e9d1e306d874aa0f4629cff9301bd28be65fd16867180
+DIST rocm-device-libs-2.7.0.tar.gz 226395 BLAKE2B 
85c5b7ebfca1570d9653428d4aa7052f784443c774b224b563471638caac01f9d800d0bb5d52dace2b54a447cfc00c0f39ed87ab1612f1e382fbba10c5e30e80
 SHA512 
2277ff4037b25d32b473b3b046708b2ce4aeb28c1df7ed4ce51893c204e5409c931083b3ecc38c6796581c1233e0d25dd0f0c5710961be8d1d60118e9a1de88a

diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-2.7.0.ebuild 
b/dev-libs/rocm-device-libs/rocm-device-libs-2.7.0.ebuild
new file mode 100644
index 000..e0264de7479
--- /dev/null
+++ b/dev-libs/rocm-device-libs/rocm-device-libs-2.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/;
+   inherit git-r3
+   S="${WORKDIR}/${P}/src"
+else
+   
SRC_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/roc-ocl-${PV}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/ROCm-Device-Libs-roc-ocl-${PV}"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Radeon Open Compute Device Libraries"
+HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-Device-Libs;
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+
+RDEPEND=">=dev-libs/rocr-runtime-${PV}
+   >=sys-devel/llvm-roc-${PV}:="
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
+   -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/roct-thunk-interface/

2019-08-14 Thread Craig Andrews
commit: af81147bc2d537704b02fa3b0aafdbe7bcb37e19
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug 14 00:52:37 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug 14 20:54:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af81147b

dev-libs/roct-thunk-interface: 2.7.0 version bump

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

 dev-libs/roct-thunk-interface/Manifest |  1 +
 .../roct-thunk-interface-2.7.0.ebuild  | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-libs/roct-thunk-interface/Manifest 
b/dev-libs/roct-thunk-interface/Manifest
index 8ba10b79341..73cbbf80a38 100644
--- a/dev-libs/roct-thunk-interface/Manifest
+++ b/dev-libs/roct-thunk-interface/Manifest
@@ -1,2 +1,3 @@
 DIST roct-thunk-interface-2.0.0.tar.gz 1958218 BLAKE2B 
c1ba89cac9a18964e040e6b1e57a464216e7086c400e3360cfca6f376ac90b0b1afbb3a2a4d995581d1829ca57afe62bf6f2ac59cc103a48d384a8e52b1457d0
 SHA512 
7d2e35df2bec201bcc977328d7d36b921f76b57a0c54fc2332eb1faf3a722b6a3a1e3b1658e93b216ed68b965426c463a2dbf52a22af64ce1dcc9fad0f27ca9c
 DIST roct-thunk-interface-2.6.0.tar.gz 1957383 BLAKE2B 
0335d4e219978d16bc8dbc77c6e1fb315f424ddf9225eb14968d4f8233348b358151f2baf279dc2a6e422da7839b704c847f1311b21d69e07738f3fca3235452
 SHA512 
e54f7cefa1854fb9967e373bd3ef5a0236987ebb26c21728ef5676e73cf63be6e9a49c1ce52d1156caa970473f214e02f25370e2cd7381c1f74a0b8cd5b2bc7f
+DIST roct-thunk-interface-2.7.0.tar.gz 2677696 BLAKE2B 
44e15d772f3e86994739ca28300cac0dde56a173daa3789a332d58ed7ac4f5e8705b778e1096d05a8b89fa5ceb4e3e40b456d470e7ab325721328e04292e
 SHA512 
325444d6b457dae03779730324bf683712acb07ed9379675b025456a8dfcc4f6ebf1d2e10bcf03b6474ad8353c20c8fa1d380a671578e47f9a7e27caf946ecab

diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.7.0.ebuild 
b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.7.0.ebuild
new file mode 100644
index 000..e7eb6598584
--- /dev/null
+++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.7.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils linux-info
+
+if [[ ${PV} == * ]] ; then
+   
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/roc-${PV}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/ROCT-Thunk-Interface-roc-${PV}"
+   KEYWORDS="~amd64"
+fi
+PATCHES=(
+   "${FILESDIR}/${PN}-2.6.0-correctly-install.patch"
+   "${FILESDIR}/${PN}-2.6.0-correctly-install-pc.patch"
+   "${FILESDIR}/${PN}-2.6.0-pc-prefix.patch"
+   "${FILESDIR}/${PN}-2.6.0-do-not-install-kfd_ioctl.h.patch"
+)
+
+DESCRIPTION="Radeon Open Compute Thunk Interface"
+HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface;
+CONFIG_CHECK="~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE"
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+
+RDEPEND="sys-process/numactl
+   sys-apps/pciutils"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
+   cmake-utils_src_prepare
+}
+src_compile() {
+   cmake-utils_src_compile build-dev
+}
+src_install() {
+   cmake-utils_src_install install-dev
+}



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

2019-08-14 Thread Craig Andrews
commit: e089159516f9e345544ff6ed04809453583cc94c
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug 14 00:49:30 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug 14 20:54:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0891595

sys-devel/llvm-roc: 2.7.0 version bump

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

 sys-devel/llvm-roc/Manifest  |  3 ++
 sys-devel/llvm-roc/llvm-roc-2.7.0.ebuild | 53 
 2 files changed, 56 insertions(+)

diff --git a/sys-devel/llvm-roc/Manifest b/sys-devel/llvm-roc/Manifest
index 422ab6500ca..ba07001152f 100644
--- a/sys-devel/llvm-roc/Manifest
+++ b/sys-devel/llvm-roc/Manifest
@@ -1,3 +1,6 @@
 DIST clang-roc-2.6.0.tar.gz 18831605 BLAKE2B 
c54b811afc57d42b32e6c38ef219eb8a1bdba47f2a58505249bf5057708c6873b28387c1fa05a8a6c1bfb02cb71b4ca96e69a72d9f0cc03bb393fa1033d86a41
 SHA512 
41a3595961eb4b57ac8b2d7483f53628ffe5f064a40a7331fbfa1daad2f1491e1062a1189a15a00586341fdeb73978db67c058a23e00982d32b987cc41a63b43
+DIST clang-roc-2.7.0.tar.gz 19030674 BLAKE2B 
10c1a3982382edd3515d1dc342d352af3ef0807c92ec2e51740c5e7053df56acc9c467a3e1efc587df4d17852d3e1a9f0d183a5bede54339c2a67ff894b106a2
 SHA512 
c32b716ef0ef7c8b775b8d1cc65bb4d1b2c9daf9da7dc6a587affa303411923fe955aa6d4355a5ed0adb2d347eb333cf009d02384b00dd4e329008f9a1ffd249
 DIST lld-roc-ocl-2.6.0.tar.gz 1508227 BLAKE2B 
39182669e38ec21cdd30f180981631abfa55c1ddc9f923e44f251a12e27da55409d7dfebd454b2706c88ebc0259455020fbe5db8d3543a353810bacde2396104
 SHA512 
19f300760be83c165a03ff2d48b014b3bcb3f7703c9430c3146b964e23ae30ea07ff579402bdce613e995004b063bced7329719e801c585e6e885b0ab473ce8a
+DIST lld-roc-ocl-2.7.0.tar.gz 1533671 BLAKE2B 
089cfbc3b68bd6192d6672b60fdb499dd117beb2f407c3af0e979dd9a84203212a19b30c43ae3e495abba8c36f4c3f556af72464a75291484231d418bc7a2897
 SHA512 
ad880efcfc08f767fb86614d826b58ed575fdf173d7b809d31ea84a9abfd12f7f60da719b5ecb8461b792693d9c3d6cbfefe902f2d2e34d062c88d1b3b7d6c79
 DIST llvm-roc-ocl-2.6.0.tar.gz 48417665 BLAKE2B 
9b7ff7cc57d98b2076994d3a5585563430fdad5975b89459aea34d585adf330d3d49d2ef611a70fd546878d84bc64d2c196dbf9f19e78ab2b4a5e63266ffb2d3
 SHA512 
89d5c97b8bf97242d72176768f8d12b218ab258fff9d154e3c3ff382b5563c2d6997ee5cf145e5f2c34e2cf4f9dd268906750a014a874a2038683ef5f173b872
+DIST llvm-roc-ocl-2.7.0.tar.gz 50008043 BLAKE2B 
7cbb6f0e268991bbeae6dd5f38f00ee35a3d04f563212a6a3c32676574668ca84e44ae5acc14d1a77ea6985e70b47a0faff86d86521fb3a7375aa58a043d65ec
 SHA512 
ae1547d1547345be56f547c59a6ddd09e68bb1eaea1f3c8eb4911dee1f2616b43384a296a2e2754bf2a833ef4906da4463820e4fe734c3bcfd7a602ef3c2de17

diff --git a/sys-devel/llvm-roc/llvm-roc-2.7.0.ebuild 
b/sys-devel/llvm-roc/llvm-roc-2.7.0.ebuild
new file mode 100644
index 000..7cc195bf655
--- /dev/null
+++ b/sys-devel/llvm-roc/llvm-roc-2.7.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Radeon Open Compute llvm,lld,clang"
+HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm/;
+SRC_URI="https://github.com/RadeonOpenCompute/llvm/archive/roc-ocl-${PV}.tar.gz
 -> llvm-roc-ocl-${PV}.tar.gz
+   https://github.com/RadeonOpenCompute/clang/archive/roc-${PV}.tar.gz -> 
clang-roc-${PV}.tar.gz
+   https://github.com/RadeonOpenCompute/lld/archive/roc-ocl-${PV}.tar.gz 
-> lld-roc-ocl-${PV}.tar.gz"
+
+LICENSE="UoI-NCSA rc BSD public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="virtual/cblas
+dev-libs/rocr-runtime"
+DEPEND="${RDEPEND}"
+
+CMAKE_BUILD_TYPE=RelWithDebInfo
+
+S="${WORKDIR}/llvm-roc-ocl-${PV}"
+
+src_unpack() {
+   unpack ${A}
+   ln -s "${WORKDIR}/clang-roc-${PV}" 
"${WORKDIR}/llvm-roc-ocl-${PV}/tools/clang"
+   ln -s "${WORKDIR}/lld-roc-ocl-${PV}" 
"${WORKDIR}/llvm-roc-ocl-${PV}/tools/lld"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/lib/llvm/roc"
+   -DLLVM_TARGETS_TO_BUILD="AMDGPU;X86" "${S}"
+   -DLLVM_BUILD_DOCS=NO
+   -DLLVM_ENABLE_OCAMLDOC=OFF
+   -DLLVM_ENABLE_SPHINX=NO
+   -DLLVM_ENABLE_DOXYGEN=OFF
+   -DLLVM_INSTALL_UTILS=ON
+   -DLLVM_VERSION_SUFFIX=roc
+   -DOCAMLFIND=NO
+   )
+   cmake-utils_src_configure
+}
+src_install(){
+   cmake-utils_src_install
+   cat > "99${PN}" <<-EOF
+   LDPATH="${EROOT}/usr/lib/llvm/roc/lib"
+   EOF
+   doenvd "99${PN}"
+}



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

2019-08-14 Thread Craig Andrews
commit: 6e6cc550040b2394eca5ad76e8e322165ba8577e
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug 14 00:59:46 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug 14 20:54:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6cc550

dev-libs/rocm-comgr: 2.7.0 version bump

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

 dev-libs/rocm-comgr/Manifest|  1 +
 dev-libs/rocm-comgr/rocm-comgr-2.7.0.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-libs/rocm-comgr/Manifest b/dev-libs/rocm-comgr/Manifest
index 8e7150e7fd2..0133d5015d7 100644
--- a/dev-libs/rocm-comgr/Manifest
+++ b/dev-libs/rocm-comgr/Manifest
@@ -1 +1,2 @@
 DIST rocm-comgr-2.6.0.tar.gz 1484343 BLAKE2B 
fcb496b4997d672640e3f75622e74085eeb9dfe83c88ae025530389d3cdca7628155168060e71f7a3ff915e933ffe70c7026720dc124d128d16ef4df397525e7
 SHA512 
b14e90603d2b6e17f6b0335ea35da2e5d7e31710f301d7a7f7751a45d996e3dbbfbf84a03e2e911e8798e72e77b87b5cd88317e897cb4de3ee5cf0e7c3222d68
+DIST rocm-comgr-2.7.0.tar.gz 1500771 BLAKE2B 
275ad4cab34d554f8a131101eda474926f7270a44a0af9941d8f1233c29b44b3efb3ba83c6b541d501a3e2fc751c591c0f6a993563bbacf539b5bcd04b23963b
 SHA512 
afb4a7318c2e137db6ac0502041ed53e63783ec1ab458962b1b16f0f2f28e09ce2ae70d048b858740eca8bf06328858400a68bed4e91d7cfc4b7714a66d85bc9

diff --git a/dev-libs/rocm-comgr/rocm-comgr-2.7.0.ebuild 
b/dev-libs/rocm-comgr/rocm-comgr-2.7.0.ebuild
new file mode 100644
index 000..17cde649143
--- /dev/null
+++ b/dev-libs/rocm-comgr/rocm-comgr-2.7.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+if [[ ${PV} == * ]] ; then
+   
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/;
+   inherit git-r3
+   S="${WORKDIR}/${P}/lib/comgr"
+else
+   
SRC_URI="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/roc-${PV}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/ROCm-CompilerSupport-roc-${PV}/lib/comgr"
+   KEYWORDS="~amd64"
+fi
+PATCHES=(
+   "${FILESDIR}/${PN}-2.6.0-correctly-install.patch"
+   "${FILESDIR}/${PN}-2.6.0-find-clang.patch"
+   "${FILESDIR}/${PN}-2.6.0-find-lld-includes.patch"
+   "${FILESDIR}/${PN}-2.6.0-dependencies.patch"
+   "${FILESDIR}/${PN}-2.6.0-unbundle-yaml-cpp.patch"
+)
+
+DESCRIPTION="Radeon Open Compute Code Object Manager"
+HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport;
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+
+RDEPEND=">=dev-libs/rocm-device-libs-${PV}
+   dev-cpp/yaml-cpp:=
+   >=sys-devel/llvm-roc-${PV}:="
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   rm -rf yaml-cpp || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
+   -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/rocm-opencl-driver/

2019-08-14 Thread Craig Andrews
commit: 7a04b81d599fa2ed2d884517e8466ca9505fb8f1
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Aug 14 01:05:36 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug 14 20:54:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a04b81d

dev-libs/rocm-opencl-driver: 2.7.0 version bump

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

 dev-libs/rocm-opencl-driver/Manifest   |  1 +
 .../rocm-opencl-driver-2.7.0.ebuild| 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-libs/rocm-opencl-driver/Manifest 
b/dev-libs/rocm-opencl-driver/Manifest
index 825e4bf6fab..3bc73da7109 100644
--- a/dev-libs/rocm-opencl-driver/Manifest
+++ b/dev-libs/rocm-opencl-driver/Manifest
@@ -1 +1,2 @@
 DIST rocm-opencl-driver-2.6.0.tar.gz 21311 BLAKE2B 
f17219b577ccd58de052d5936953fd78588a0b042ce002853b10c05e6f6d433edcd90045c15dcd2f2c31ccef89f8b420ef756a1dd1613702efcc8868163878d1
 SHA512 
7b8bf646d9a36b09d75a0408301c2f1771daad95b8075b1671ca0c8b1f5826e8cd9de8935946858268dc89863a0ee054b4dde3040c84dd37e90f28c7ffa6e097
+DIST rocm-opencl-driver-2.7.0.tar.gz 21312 BLAKE2B 
8c7233e8c5de2d92d0604a832475a474e5a171853f435908dbe73ab41d077f9f4c2d7069546b4e660d900c02cccf1f77d85d2fbe5ddb52fdde4c32d6c26910a2
 SHA512 
ee14bbbf502ffc00fd9e1e04224ae8109c8603d44438cddde8951c2d2caf5d45b94d39eb184af66462b4029759064aab0e2312b44fdd3f925064ebe6097ac49b

diff --git a/dev-libs/rocm-opencl-driver/rocm-opencl-driver-2.7.0.ebuild 
b/dev-libs/rocm-opencl-driver/rocm-opencl-driver-2.7.0.ebuild
new file mode 100644
index 000..f95628a7cb7
--- /dev/null
+++ b/dev-libs/rocm-opencl-driver/rocm-opencl-driver-2.7.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-OpenCL-Driver/;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/RadeonOpenCompute/ROCm-OpenCL-Driver/archive/roc-${PV}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/ROCm-OpenCL-Driver-roc-${PV}"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Radeon Open Compute OpenCL Compiler Tool Driver"
+HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-OpenCL-Driver;
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="test"
+
+RDEPEND=">=sys-devel/llvm-roc-${PV}:=
+   >=dev-libs/rocr-runtime-${PV}"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.6.0-install-correctly.patch"
+   "${FILESDIR}/${PN}-2.6.0-install-header.patch"
+)
+
+src_prepare() {
+   # remove unittest, because it downloads additional file from github.com
+   sed -e 
"s:add_subdirectory(src/unittest):#add_subdirectory(src/unittest):" -i 
CMakeLists.txt || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DLLVM_DIR="${EPREFIX}/usr/lib/llvm/roc/"
+   -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/

2019-08-14 Thread Matthew Thode
commit: 2e8a3061cd907d1738d06c9e9adcfdc04ee46961
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 14 22:13:54 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Aug 14 22:14:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8a3061

sys-cluster/nova: fast stable of 18.2.2 and 19.0.2 for CVE-2019-14433

Fixes: CVE-2019-14433
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/nova/Manifest   |   4 -
 sys-cluster/nova/nova-18.2.1.ebuild | 253 ---
 sys-cluster/nova/nova-18.2.2.ebuild |   2 +-
 sys-cluster/nova/nova-19.0.1.ebuild | 255 
 sys-cluster/nova/nova-19.0.2.ebuild |   2 +-
 5 files changed, 2 insertions(+), 514 deletions(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index efbcbaa7736..efdc167bbd0 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,10 +1,6 @@
-DIST nova-18.2.1.tar.gz 11424634 BLAKE2B 
8c68f8e5207df828f4c935b21f0cea69e049165659c0730f1bf263523b30f9d1c0a9cc21fac5bd07334827de2cc91d984c551b74552136b20f76322aee94
 SHA512 
92e2ddf4441fa50aaec8300b2478cb67419e6c94bd6797fdc1856a5b9418e7e343bd62fbc4af842637a2bbd249aefd040d3003e83e45a69141ea875cca70d360
 DIST nova-18.2.2.tar.gz 11441554 BLAKE2B 
7d92017bbf6370bf99358e5992aaf7f1a667d74d3893920910ae004a4e334fdb416fe8eba3ab3762b8811df495a641b6c9a604e6b690b7aa2431b71dc3ea7703
 SHA512 
7dbd46d44d66da041ad47dccf856dbbb09360384f452d544681610d95d568bd940f42ef8dc7c8e5ee95fd7bc3edefe0cff665d55a7d708d3315633367ea0fec4
-DIST nova-19.0.1.tar.gz 11613042 BLAKE2B 
f787647bc892ddb8ef91bd1f313c5d523d83b5afcff227b515ab2f49a59bd2292d7c05725d999da416dff9b68be76b2e9598a13d84d3dbb028940eaad65b2344
 SHA512 
d1d1c7ae73643cc8375179d05f8ec162ecedca30411d81d8c2d5564fca115beb174684ca1162c1efab38325adad14c6fd48c6a67cc9ca59b2fd6b30c4cfb16c2
 DIST nova-19.0.2.tar.gz 11629406 BLAKE2B 
026c123fc8ac98b6852a5fc8dfdeac7b46c913064e23723c4d322350d121dc2fb8258e24336eadab75f3da31cbac33e57ec2bb5d5e7bac0107dafb05420f21fb
 SHA512 
a9bbdda3433a0f503029cc00a05d002088f3a8ac974c2775bfd77b0145ad2d4b76c07cacda3f21b40e5b2f1658718004b3bc5c276d2c8f9a10a52c10b8a7f9e3
-DIST nova.conf.sample-18.2.1 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
 DIST nova.conf.sample-18.2.2 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
-DIST nova.conf.sample-19.0.1 387769 BLAKE2B 
2b4668e78765469c5ee518a8c340a09407a8f7e9bf3f87a6919b820db0ce2f38499827dbea58994490c8db3a648eef2c95521f7c62b3ae37606bb249492b4b12
 SHA512 
4facb96c111945f472654788e1ac3d52808b0c45e36c87b873cd1355d36b71922fa94b11d66ec5a8b250739072ecdec394dd4f852a8eb57dbd900c61c71ba770
 DIST nova.conf.sample-19.0.2 387769 BLAKE2B 
2b4668e78765469c5ee518a8c340a09407a8f7e9bf3f87a6919b820db0ce2f38499827dbea58994490c8db3a648eef2c95521f7c62b3ae37606bb249492b4b12
 SHA512 
4facb96c111945f472654788e1ac3d52808b0c45e36c87b873cd1355d36b71922fa94b11d66ec5a8b250739072ecdec394dd4f852a8eb57dbd900c61c71ba770
 DIST nova.conf.sample-2018.2. 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
 DIST nova.conf.sample-2019.1. 387769 BLAKE2B 
2b4668e78765469c5ee518a8c340a09407a8f7e9bf3f87a6919b820db0ce2f38499827dbea58994490c8db3a648eef2c95521f7c62b3ae37606bb249492b4b12
 SHA512 
4facb96c111945f472654788e1ac3d52808b0c45e36c87b873cd1355d36b71922fa94b11d66ec5a8b250739072ecdec394dd4f852a8eb57dbd900c61c71ba770

diff --git a/sys-cluster/nova/nova-18.2.1.ebuild 
b/sys-cluster/nova/nova-18.2.1.ebuild
deleted file mode 100644
index 12360932350..000
--- a/sys-cluster/nova/nova-18.2.1.ebuild
+++ /dev/null
@@ -1,253 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1 eutils linux-info multilib user
-
-DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
-HOMEPAGE="https://launchpad.net/nova;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/rocky/nova.conf.sample
 -> nova.conf.sample-${PV}"
-   EGIT_REPO_URI="https://github.com/openstack/nova.git;
-   EGIT_BRANCH="stable/rocky"
-else
-  

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/

2019-08-14 Thread Matthew Thode
commit: 0a2f020aac2f1c639f8d45b037a8441e8fd8e626
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 14 22:12:25 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Aug 14 22:14:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2f020a

sys-cluster/nova: 18.2.2 19.0.2 bump

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

 sys-cluster/nova/Manifest   |   4 +
 sys-cluster/nova/nova-18.2.2.ebuild | 253 +++
 sys-cluster/nova/nova-19.0.2.ebuild | 255 
 3 files changed, 512 insertions(+)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 098b3fcef42..efbcbaa7736 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,6 +1,10 @@
 DIST nova-18.2.1.tar.gz 11424634 BLAKE2B 
8c68f8e5207df828f4c935b21f0cea69e049165659c0730f1bf263523b30f9d1c0a9cc21fac5bd07334827de2cc91d984c551b74552136b20f76322aee94
 SHA512 
92e2ddf4441fa50aaec8300b2478cb67419e6c94bd6797fdc1856a5b9418e7e343bd62fbc4af842637a2bbd249aefd040d3003e83e45a69141ea875cca70d360
+DIST nova-18.2.2.tar.gz 11441554 BLAKE2B 
7d92017bbf6370bf99358e5992aaf7f1a667d74d3893920910ae004a4e334fdb416fe8eba3ab3762b8811df495a641b6c9a604e6b690b7aa2431b71dc3ea7703
 SHA512 
7dbd46d44d66da041ad47dccf856dbbb09360384f452d544681610d95d568bd940f42ef8dc7c8e5ee95fd7bc3edefe0cff665d55a7d708d3315633367ea0fec4
 DIST nova-19.0.1.tar.gz 11613042 BLAKE2B 
f787647bc892ddb8ef91bd1f313c5d523d83b5afcff227b515ab2f49a59bd2292d7c05725d999da416dff9b68be76b2e9598a13d84d3dbb028940eaad65b2344
 SHA512 
d1d1c7ae73643cc8375179d05f8ec162ecedca30411d81d8c2d5564fca115beb174684ca1162c1efab38325adad14c6fd48c6a67cc9ca59b2fd6b30c4cfb16c2
+DIST nova-19.0.2.tar.gz 11629406 BLAKE2B 
026c123fc8ac98b6852a5fc8dfdeac7b46c913064e23723c4d322350d121dc2fb8258e24336eadab75f3da31cbac33e57ec2bb5d5e7bac0107dafb05420f21fb
 SHA512 
a9bbdda3433a0f503029cc00a05d002088f3a8ac974c2775bfd77b0145ad2d4b76c07cacda3f21b40e5b2f1658718004b3bc5c276d2c8f9a10a52c10b8a7f9e3
 DIST nova.conf.sample-18.2.1 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
+DIST nova.conf.sample-18.2.2 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
 DIST nova.conf.sample-19.0.1 387769 BLAKE2B 
2b4668e78765469c5ee518a8c340a09407a8f7e9bf3f87a6919b820db0ce2f38499827dbea58994490c8db3a648eef2c95521f7c62b3ae37606bb249492b4b12
 SHA512 
4facb96c111945f472654788e1ac3d52808b0c45e36c87b873cd1355d36b71922fa94b11d66ec5a8b250739072ecdec394dd4f852a8eb57dbd900c61c71ba770
+DIST nova.conf.sample-19.0.2 387769 BLAKE2B 
2b4668e78765469c5ee518a8c340a09407a8f7e9bf3f87a6919b820db0ce2f38499827dbea58994490c8db3a648eef2c95521f7c62b3ae37606bb249492b4b12
 SHA512 
4facb96c111945f472654788e1ac3d52808b0c45e36c87b873cd1355d36b71922fa94b11d66ec5a8b250739072ecdec394dd4f852a8eb57dbd900c61c71ba770
 DIST nova.conf.sample-2018.2. 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
 DIST nova.conf.sample-2019.1. 387769 BLAKE2B 
2b4668e78765469c5ee518a8c340a09407a8f7e9bf3f87a6919b820db0ce2f38499827dbea58994490c8db3a648eef2c95521f7c62b3ae37606bb249492b4b12
 SHA512 
4facb96c111945f472654788e1ac3d52808b0c45e36c87b873cd1355d36b71922fa94b11d66ec5a8b250739072ecdec394dd4f852a8eb57dbd900c61c71ba770

diff --git a/sys-cluster/nova/nova-18.2.2.ebuild 
b/sys-cluster/nova/nova-18.2.2.ebuild
new file mode 100644
index 000..3b424bce2c5
--- /dev/null
+++ b/sys-cluster/nova/nova-18.2.2.ebuild
@@ -0,0 +1,253 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1 eutils linux-info multilib user
+
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
+HOMEPAGE="https://launchpad.net/nova;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/rocky/nova.conf.sample
 -> nova.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/nova.git;
+   EGIT_BRANCH="stable/rocky"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/rocky/nova.conf.sample
 -> nova.conf.sample-${PV}
+   

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

2019-08-14 Thread Thomas Deutschmann
commit: 02fc0893c88cb59d6d9eddb2300a3c00ce791d08
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 14 22:08:35 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 14 22:56:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02fc0893

dev-db/mysql: fix prefix support

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

 ...8.0.17_pre3.ebuild => mysql-8.0.17_pre4.ebuild} | 304 +
 1 file changed, 197 insertions(+), 107 deletions(-)

diff --git a/dev-db/mysql/mysql-8.0.17_pre3.ebuild 
b/dev-db/mysql/mysql-8.0.17_pre4.ebuild
similarity index 79%
rename from dev-db/mysql/mysql-8.0.17_pre3.ebuild
rename to dev-db/mysql/mysql-8.0.17_pre4.ebuild
index 5b23f974d76..e83b57d1ba0 100644
--- a/dev-db/mysql/mysql-8.0.17_pre3.ebuild
+++ b/dev-db/mysql/mysql-8.0.17_pre4.ebuild
@@ -6,7 +6,7 @@ MY_EXTRAS_VER="20190802-1549Z"
 
 CMAKE_MAKEFILE_GENERATOR=emake
 
-inherit cmake-utils eutils flag-o-matic linux-info \
+inherit cmake-utils flag-o-matic linux-info \
multiprocessing prefix toolchain-funcs
 
 MY_PV="${PV//_pre*}"
@@ -107,49 +107,11 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND="perl? ( >=dev-perl/DBD-mysql-2.9004 )"
 
 mysql_init_vars() {
-   MY_SHAREDSTATEDIR=${MY_SHAREDSTATEDIR="${EPREFIX}/usr/share/mysql"}
-   MY_SYSCONFDIR=${MY_SYSCONFDIR="${EPREFIX}/etc/mysql"}
-   MY_LOCALSTATEDIR=${MY_LOCALSTATEDIR="${EPREFIX}/var/lib/mysql"}
-   MY_LOGDIR=${MY_LOGDIR="${EPREFIX}/var/log/mysql"}
-
-   if [[ -z "${MY_DATADIR}" ]] ; then
-   MY_DATADIR=""
-   if [[ -f "${MY_SYSCONFDIR}/my.cnf" ]] ; then
-   MY_DATADIR=$(my_print_defaults mysqld 2>/dev/null \
-   | sed -ne '/datadir/s|^--datadir=||p' \
-   | tail -n1)
-
-   if [[ -z "${MY_DATADIR}" ]] ; then
-   MY_DATADIR=$(grep ^datadir 
"${MY_SYSCONFDIR}/my.cnf" \
-   | sed -e 's/.*=\s*//' \
-   | tail -n1)
-   fi
-   fi
-
-   if [[ -z "${MY_DATADIR}" ]] ; then
-   MY_DATADIR="${MY_LOCALSTATEDIR}"
-   einfo "Using default MY_DATADIR"
-   fi
-   elog "MySQL MY_DATADIR is ${MY_DATADIR}"
-
-   if [[ -z "${PREVIOUS_DATADIR}" ]] ; then
-   if [[ -e "${MY_DATADIR}" ]] ; then
-   # If you get this and you're wondering about 
it, see bug #207636
-   elog "MySQL datadir found in ${MY_DATADIR}"
-   elog "A new one will not be created."
-   PREVIOUS_DATADIR="yes"
-   else
-   PREVIOUS_DATADIR="no"
-   fi
-   export PREVIOUS_DATADIR
-   fi
-   else
-   if [[ ${EBUILD_PHASE} == "config" ]] ; then
-   MY_DATADIR=$(my_print_defaults mysqld 2>/dev/null \
-   | sed -ne '/datadir/s|^--datadir=||p' \
-   | tail -n1)
-   fi
-   fi
+   : ${MY_SHAREDSTATEDIR="${EPREFIX}/usr/share/mysql"}
+   : ${MY_SYSCONFDIR="${EPREFIX}/etc/mysql"}
+   : ${MY_LOCALSTATEDIR="${EPREFIX}/var/lib/mysql"}
+   : ${MY_LOGDIR="${EPREFIX}/var/log/mysql"}
+   MY_DATADIR="${MY_LOCALSTATEDIR}"
 
export MY_SHAREDSTATEDIR MY_SYSCONFDIR
export MY_LOCALSTATEDIR MY_LOGDIR
@@ -500,7 +462,7 @@ src_install() {
# testsuite. It DOES have a use to be installed, esp. when you want to 
do a
# validation of your database configuration after tuning it.
if ! use test ; then
-   rm -rf "${D}/${MY_SHAREDSTATEDIR}/mysql-test"
+   rm -rf "${ED}/${MY_SHAREDSTATEDIR#${EPREFIX}}/mysql-test"
fi
 
# Configuration stuff
@@ -556,7 +518,8 @@ pkg_postinst() {
mysql_init_vars
 
# Create log directory securely if it does not exist
-   [[ -d "${EROOT}/${MY_LOGDIR#/}" ]] || install -d -m0750 -o mysql -g 
mysql "${EROOT}/${MY_LOGDIR#/}"
+   # NOTE: $MY_LOGDIR contains $EPREFIX by default
+   [[ -d "${MY_LOGDIR}" ]] || install -d -m0750 -o mysql -g mysql 
"${MY_LOGDIR}"
 
# Note about configuration change
einfo
@@ -598,11 +561,38 @@ pkg_config() {
die "'${my_print_defaults_binary}' not found! Please re-install 
dev-db/mysql-connector-c!"
fi
 
+   if [[ -z "${MYSQL_USER}" ]] ; then
+   MYSQL_USER=mysql
+   if use prefix ; then
+   MYSQL_USER=$(id -u -n 2>/dev/null)
+   if [[ -z "${MYSQL_USER}" ]] ; then
+   die "Failed to determine current username!"
+   fi
+   fi
+   

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

2019-08-14 Thread Michał Górny
commit: 20523a775ef79244df52d3cfa87dcafca094560d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 14 20:58:14 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 14 20:58:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20523a77

dev-libs/libgit2: Bump to 0.28.3

Bug: https://bugs.gentoo.org/692166
Signed-off-by: Michał Górny  gentoo.org>

 dev-libs/libgit2/Manifest  |  1 +
 dev-libs/libgit2/libgit2-0.28.3.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest
index 0ab25487aca..9bc877f45ed 100644
--- a/dev-libs/libgit2/Manifest
+++ b/dev-libs/libgit2/Manifest
@@ -1,2 +1,3 @@
 DIST libgit2-0.26.8.tar.gz 4742478 BLAKE2B 
31326987961ed42740f6c0ddce6a80c278175899a62cabd65ce9eef60854553e6a91fd9947ca23945104d4e1b46f9ab0bb1a1a793d8dd87bed792528e5c32839
 SHA512 
efb9229b2882ac36910d75778d7431bec40f3529f2ad2dd6a950d5580ceb0d4dd798242a422ea6cbb880f515df4dfbb7055a65dd5a8106696d3d458851fca56e
 DIST libgit2-0.28.2.tar.gz 4987586 BLAKE2B 
cf791adb173050b4b153062ff5fdc923289462677ce34af1077d228a95c4d9d7e9b836aee44dc79f079f42c910c4b4548241ec7ff16665ce49e319ccd38d4c7a
 SHA512 
0879c162e2e1dc00eadfbda22cd1f9d3a95b4ec2b653c108983f37c2f695140882de4d50d7cbc04ced247125a4e9fe6df16130e1267891aecdb2411d920db5c6
+DIST libgit2-0.28.3.tar.gz 4988580 BLAKE2B 
93d87792b0aef6383845230880d749fa77f28ac8ece4564abf041ccbb672d17e6efb1ef9503879d45cf5f78b6f1e54dd2b2ab9eac0fb09ddb445310484bbd7fc
 SHA512 
15444823b7d4885f7b8c3982f8905efc4a75913de016a9b2e0a24d5ce9746e6a549dffd5469036529557feff2ce7ece9328266eb312c80b96091ce0f65ee97ee

diff --git a/dev-libs/libgit2/libgit2-0.28.3.ebuild 
b/dev-libs/libgit2/libgit2-0.28.3.ebuild
new file mode 100644
index 000..89a49f8ac99
--- /dev/null
+++ b/dev-libs/libgit2/libgit2-0.28.3.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit cmake-utils python-any-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~ppc-macos"
+fi
+
+DESCRIPTION="A linkable library for Git"
+HOMEPAGE="https://libgit2.github.com/;
+
+LICENSE="GPL-2-with-linking-exception"
+SLOT="0/28"
+IUSE="examples gssapi libressl +ssh test +threads trace"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   sys-libs/zlib
+   net-libs/http-parser:=
+   gssapi? ( virtual/krb5 )
+   ssh? ( net-libs/libssh2 )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+"
+
+S=${WORKDIR}/${P/_/-}
+
+src_configure() {
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
+   -DBUILD_CLAR=$(usex test)
+   -DENABLE_TRACE=$(usex trace)
+   -DUSE_GSSAPI=$(usex gssapi)
+   -DUSE_SSH=$(usex ssh)
+   -DTHREADSAFE=$(usex threads)
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   if [[ ${EUID} -eq 0 ]] ; then
+   # repo::iterator::fs_preserves_error fails if run as root
+   # since root can still access dirs with  perms
+   ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
+   else
+   local TEST_VERBOSE=1
+   cmake-utils_src_test -R offline
+   fi
+}
+
+src_install() {
+   cmake-utils_src_install
+   dodoc docs/*.{md,txt}
+
+   if use examples ; then
+   find examples -name '.gitignore' -delete || die
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2019-08-14 Thread Michał Górny
commit: 97da098e6537ef198202e2f137cfae44606986b2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 14 21:04:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 14 21:12:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97da098e

media-sound/pragha: Bump to 1.3.99.1 (1.4rc2)

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

 media-sound/pragha/Manifest   |  1 +
 media-sound/pragha/pragha-1.3.99.1.ebuild | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/media-sound/pragha/Manifest b/media-sound/pragha/Manifest
index 4670ce21950..aecba9e47fc 100644
--- a/media-sound/pragha/Manifest
+++ b/media-sound/pragha/Manifest
@@ -1,2 +1,3 @@
 DIST pragha-1.3.4.tar.bz2 691256 BLAKE2B 
af1455633a4f9d3c40f6b97051692fa301cfb763d0ca5f03c3ae932513556ff7a6fed5c68cdd3f7e86dbca305598cb9495221e1b2c841f7e1cb56905fa742130
 SHA512 
65aadf68f427f03ea7ca07d2002806eb94019c8091a80320da7d8ff4c2f0cd912e9c346956188b42d2b7a68c56c79ee5af8e8327c69ad69f4a1fa5b9e3b3ca58
+DIST pragha-1.3.99.1.tar.bz2 804701 BLAKE2B 
ae68c01706d593defc4ee357e1bdd1e832fb6d6720f723149c752c98f16502e1254553b404f53b40a4e126b647e6de478e7929b7715c0f9815d23b2e62e5475b
 SHA512 
1c92bf7b2d1d1d6b3f8616b1980b60c6c688844d0bf9f80bc86185035a05971f3b8f5aa73d230b01fa5d14e54db38b356df41781e4a5da73b0adae82829c8c31
 DIST pragha-1.3.99.tar.bz2 781892 BLAKE2B 
9d73dd2859db0c7ab7ac66fdafe873bd78b019408682828ddd05aa18a1591576df667e326037a7ca28eaed227fcbce943209fad16c9f55bb38c0c2c808275104
 SHA512 
df032fe16932ad464417306d8d01373b8e415f5f810a06b1baff647a395b10bdee5c912f36a3f6e3ea6a0e04d399257e202112c1838444d23dfc17b5fd34e12b

diff --git a/media-sound/pragha/pragha-1.3.99.1.ebuild 
b/media-sound/pragha/pragha-1.3.99.1.ebuild
new file mode 100644
index 000..c60f3ad27ea
--- /dev/null
+++ b/media-sound/pragha/pragha-1.3.99.1.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A lightweight music player (for Xfce)"
+HOMEPAGE="https://github.com/pragha-music-player/pragha;
+SRC_URI="https://github.com/pragha-music-player/${PN}/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cdda +glyr grilo +keybinder koel lastfm libnotify mtp +peas +playlist 
rygel soup +udev"
+
+COMMON_DEPEND=">=dev-db/sqlite-3.4:3=
+   >=dev-libs/glib-2.42
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/taglib-1.8:=
+   >=x11-libs/gtk+-3.14:3
+   >=xfce-base/libxfce4ui-4.11:=[gtk3(+)]
+   cdda? ( >=dev-libs/libcdio-0.90:=
+   >=dev-libs/libcdio-paranoia-0.90:=
+   >=media-libs/libcddb-1.3.0:= )
+   glyr? ( >=media-libs/glyr-1.0.1:= )
+   grilo? ( media-libs/grilo:0.3[network] )
+   keybinder? ( >=dev-libs/keybinder-0.2.0:3 )
+   koel? ( dev-libs/json-glib )
+   lastfm? ( >=media-libs/libclastfm-0.5:= )
+   libnotify? ( >=x11-libs/libnotify-0.7.5 )
+   mtp? ( >=media-libs/libmtp-1.1.0:= )
+   peas? ( >=dev-libs/libpeas-1.0.0[gtk] )
+   playlist? ( >=dev-libs/totem-pl-parser-2.26:= )
+   rygel? ( >=net-misc/rygel-0.26 )
+   soup? ( >=net-libs/libsoup-2.38:= )
+   udev? ( virtual/libgudev:= )"
+RDEPEND="${COMMON_DEPEND}
+   media-plugins/gst-plugins-meta:1.0"
+DEPEND="${COMMON_DEPEND}
+   dev-util/intltool
+   >=dev-util/xfce4-dev-tools-4.10
+   sys-devel/gettext
+   virtual/pkgconfig
+   xfce-base/exo"
+REQUIRED_USE="glyr? ( peas )
+   grilo? ( peas )
+   koel? ( soup )
+   libnotify? ( peas )
+   mtp? ( udev )
+   rygel? ( peas )
+   soup? ( peas )
+   udev? ( peas )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable peas libpeas-1.0)
+   $(use_enable glyr libglyr)
+   $(use_enable lastfm libclastfm)
+   $(use_enable cdda libcdio)
+   $(use_enable cdda libcdio_paranoia)
+   $(use_enable cdda libcddb)
+   $(use_enable playlist totem-plparser)
+
+   $(use_enable libnotify)
+   $(use_enable keybinder)
+   $(use_enable udev gudev-1.0)
+   $(use_enable mtp libmtp)
+   $(use_enable koel json-glib-1.0)
+   $(use_enable soup libsoup-2.4)
+   $(use_enable rygel rygel-server-2.6)
+   $(use_enable grilo grilo-0.3)
+   $(use_enable grilo grilo-net-0.3)
+   # avoid trying to use 0.2 & 0.3 simultaneously
+   # https://github.com/pragha-music-player/pragha/issues/124
+   --disable-grilo-0.2
+   --disable-grilo-net-0.2
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   

[gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/files/, net-misc/electrum/

2019-08-14 Thread Michał Górny
commit: 6b541d3102f0e6c4ecf9ffba66eeb841c16fa03d
Author: Kristaps Kaupe  blogiem  lv>
AuthorDate: Wed Aug 14 20:16:40 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 14 20:34:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b541d31

net-misc/electrum: remove vulnerable 3.1.3

See https://github.com/spesmilo/electrum/issues/4968

Signed-off-by: Kristaps Kaupe  blogiem.lv>
Bug: https://bugs.gentoo.org/692164
Closes: https://github.com/gentoo/gentoo/pull/12709
Signed-off-by: Michał Górny  gentoo.org>

 net-misc/electrum/Manifest |   1 -
 net-misc/electrum/electrum-3.1.3-r1.ebuild | 173 -
 .../electrum/files/3.1.2-pip-optional-pkgs.patch   |  13 --
 net-misc/electrum/files/3.1.3-desktop.patch|  21 ---
 4 files changed, 208 deletions(-)

diff --git a/net-misc/electrum/Manifest b/net-misc/electrum/Manifest
index 70f1ee61f88..0652849671f 100644
--- a/net-misc/electrum/Manifest
+++ b/net-misc/electrum/Manifest
@@ -1,4 +1,3 @@
-DIST Electrum-3.1.3.tar.gz 2806178 BLAKE2B 
e03a6ee8d7b211b26d99adfbaf42a9d43317e5a4ca887f62f5ef0e57d8f990c18ff07e15d4ac8faea33322cd7ae25d7544e59e9ff1fbe883b3b7be138d990421
 SHA512 
745d00ec944e46040a4ae21d23c5919b943696a85baf84ee553616ca73cd21f2fa95999212a23f9a96ad5606def2890ee057e5f5f18e82591fd4a9e497ba5439
 DIST Electrum-3.3.4.tar.gz 8606286 BLAKE2B 
a815a577509cc7d31f02347b5ce52d0fe9fd52ddbe4b60200a02423f8e6bf43a6c24d3c1db6ab265a69f6f3891db63886fe6c138d601bc48c0c8fdb66191e941
 SHA512 
297eb757dccb166d40a652be2c1c058e42f16416b586b69f32223966ff1e92a34e5d01822d71bd063bfa72b7bbbcae4251a63f7373600d0eeb139e923d17a2b3
 DIST Electrum-3.3.6.tar.gz 8789792 BLAKE2B 
dcac9a317364780a7dc3ae1083e6ba7fd3a4559d0b7f6375197bdf639143ab9da2c5a001605af5a0590fb900de2e98999aea171c6dcec390a47beb610af3b490
 SHA512 
b25fc67883b7a90bf902f62d07574f283c4c04b3c6dfbb4e890448ddb938d477e036470f82b45e426aa581a1da2425e13e6974a730b18b130fd265b8d01d0d91
 DIST Electrum-3.3.8.tar.gz 8911228 BLAKE2B 
af24f44f5805a5722d0b9500776ae1ea4f70e0869045535ea3bf27d24a61013ba718230e6292061581f55a4fae655cbacae9024a321efe655eb9816bae11ae75
 SHA512 
5f756da4d2df59c69997925c69f651011def07bfbdbc582f492ecc19386eee7d79b9951732a792e6041da902d776052d6590cbd2d7004bc93c8406bcf9093fe6

diff --git a/net-misc/electrum/electrum-3.1.3-r1.ebuild 
b/net-misc/electrum/electrum-3.1.3-r1.ebuild
deleted file mode 100644
index 25eee433cc4..000
--- a/net-misc/electrum/electrum-3.1.3-r1.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{5,6} )
-PYTHON_REQ_USE="ncurses?"
-
-inherit desktop distutils-r1 gnome2-utils xdg-utils
-
-MY_P="Electrum-${PV}"
-DESCRIPTION="User friendly Bitcoin client"
-HOMEPAGE="https://electrum.org/;
-SRC_URI="https://download.electrum.org/${PV}/${MY_P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-MY_LANGS="ar_SA bg_BG cs_CZ da_DK de_DE el_GR eo_UY es_ES fa_IR fr_FR hu_HU 
hy_AM id_ID it_IT ja_JP ko_KR ky_KG lv_LV nb_NO nl_NL pl_PL pt_BR pt_PT ro_RO 
ru_RU sk_SK sl_SI ta_IN th_TH tr_TR uk_UA vi_VN zh_CN zh_TW"
-
-my_langs_to_l10n() {
-   # Map all except pt_* and zh_* to their generic codes
-   case $1 in
-   pt_*|zh_*) echo ${1/_/-} ;;
-   *) echo ${1%%_*} ;;
-   esac
-}
-
-IUSE="audio_modem cli cosign digitalbitbox email greenaddress_it ncurses 
qrcode +qt5 sync trustedcoin_com vkb"
-
-for lang in ${MY_LANGS}; do
-   IUSE+=" l10n_$(my_langs_to_l10n ${lang})"
-done
-unset lang
-
-REQUIRED_USE="
-   || ( cli ncurses qt5 )
-   audio_modem? ( qt5 )
-   cosign? ( qt5 )
-   digitalbitbox? ( qt5 )
-   email? ( qt5 )
-   greenaddress_it? ( qt5 )
-   qrcode? ( qt5 )
-   sync? ( qt5 )
-   trustedcoin_com? ( qt5 )
-   vkb? ( qt5 )
-"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/dnspython[${PYTHON_USEDEP}]
-   dev-python/ecdsa[${PYTHON_USEDEP}]
-   dev-python/jsonrpclib[${PYTHON_USEDEP}]
-   dev-python/pbkdf2[${PYTHON_USEDEP}]
-   dev-python/pyaes[${PYTHON_USEDEP}]
-   dev-python/PySocks[${PYTHON_USEDEP}]
-   dev-python/qrcode[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/tlslite[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   qrcode? ( media-gfx/zbar[v4l] )
-   qt5? (
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   ncurses? ( dev-lang/python )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="RELEASE-NOTES"
-
-src_prepare() {
-   eapply "${FILESDIR}/3.1.2-no-user-root.patch"
-   eapply "${FILESDIR}/3.1.2-pip-optional-pkgs.patch"
-   eapply "${FILESDIR}/3.1.3-desktop.patch"
-
-   # Prevent icon from being installed in the wrong location
-   sed -i '/icons/d' setup.py || die

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

2019-08-14 Thread Sergei Trofimovich
commit: 46104220f70097c1d76730600de243ae52e85682
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug 14 21:34:36 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug 14 21:34:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46104220

dev-libs/elfutils: bump up to 0.177

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

 dev-libs/elfutils/Manifest |  1 +
 dev-libs/elfutils/elfutils-0.177.ebuild| 71 ++
 .../files/elfutils-0.177-disable-large.patch   | 14 +
 3 files changed, 86 insertions(+)

diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
index b8b07d4c898..1e9d789772e 100644
--- a/dev-libs/elfutils/Manifest
+++ b/dev-libs/elfutils/Manifest
@@ -1 +1,2 @@
 DIST elfutils-0.176.tar.bz2 8646075 BLAKE2B 
7f23d59b7f5d74946fea928a7fada7764c1f96a5eefefc4a3a382090eb7cad07c80419218300d853ccbef8f4e2288eb443ff06b3e64bf4511d9fa7aa84f5b794
 SHA512 
7f032913be363a43229ded85d495dcf7542b3c85974aaaba0d984228dc9ac1721da3dc388d3fa02325a80940161db7e9ad2c9e4521a424ad8a7d050c0902915b
+DIST elfutils-0.177.tar.bz2 8852413 BLAKE2B 
03f432342651f7646d73b7847325bd14b722ce34d85df01b1ad072b916af9b9da2d0d119cd24e952073bd584ec76b027ba9b6c7d45fb057372b3e700b1f5741a
 SHA512 
2779987463a22ed220759e25a09c9a1eb84c0f36db37675136e59aa55c7f8f90b7a7d34ffc4e6a4291d7fa73692a1bd1a303a74270b11d1623b4f9868d19498f

diff --git a/dev-libs/elfutils/elfutils-0.177.ebuild 
b/dev-libs/elfutils/elfutils-0.177.ebuild
new file mode 100644
index 000..373a5ff08cd
--- /dev/null
+++ b/dev-libs/elfutils/elfutils-0.177.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic multilib-minimal
+
+DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
+HOMEPAGE="http://elfutils.org/;
+SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2;
+
+LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 lzma nls static-libs test +threads +utils"
+
+RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
+   !dev-libs/libelf"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   >=sys-devel/flex-2.5.4a
+   sys-devel/m4"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.118-PaX-support.patch
+   "${FILESDIR}"/${PN}-0.175-disable-biarch-test-PR24158.patch
+   "${FILESDIR}"/${PN}-0.177-disable-large.patch
+)
+
+src_prepare() {
+   default
+
+   if ! use static-libs; then
+   sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' 
lib{asm,dw,elf}/Makefile.in || die
+   fi
+   # https://sourceware.org/PR23914
+   sed -i 's:-Werror::' */Makefile.in || die
+}
+
+src_configure() {
+   use test && append-flags -g #407135
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable nls) \
+   $(use_enable threads thread-safety) \
+   --program-prefix="eu-" \
+   --with-zlib \
+   $(use_with bzip2 bzlib) \
+   $(use_with lzma)
+}
+
+multilib_src_test() {
+   env 
LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm"
 \
+   LC_ALL="C" \
+   emake check VERBOSE=1
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   dodoc NOTES
+   # These build quick, and are needed for most tests, so don't
+   # disable their building when the USE flag is disabled.
+   if ! use utils; then
+   rm -rf "${ED}"/usr/bin || die
+   fi
+}

diff --git a/dev-libs/elfutils/files/elfutils-0.177-disable-large.patch 
b/dev-libs/elfutils/files/elfutils-0.177-disable-large.patch
new file mode 100644
index 000..78295851761
--- /dev/null
+++ b/dev-libs/elfutils/files/elfutils-0.177-disable-large.patch
@@ -0,0 +1,14 @@
+getconf does not disable test on 64-kernel with CFLAGS=-m32
+--- a/tests/run-large-elf-file.sh
 b/tests/run-large-elf-file.sh
+@@ -19,6 +19,10 @@
+ 
+ # Only run on 64bit systems, 32bit systems don't support > 4GB
+ # ELF files.
++
++# this detection fails for 64-bit systems with -m32
++exit 77
++
+ long_bit=$(getconf LONG_BIT)
+ echo "long_bit: $long_bit"
+ if test $long_bit -ne 64; then



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

2019-08-14 Thread Sergei Trofimovich
commit: 93b89de5d0447ed71ec24373f11fe9806fde2453
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug 14 18:38:36 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug 14 21:34:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b89de5

dev-util/radare2: bump up to 3.7.1

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

 dev-util/radare2/Manifest |  1 +
 dev-util/radare2/radare2-3.7.1.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index 082b73a3c8e..fed4a0d87db 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,3 +1,4 @@
 DIST radare2-3.5.1.tar.gz 7083677 BLAKE2B 
3d84e79d4e20e031b6cfdbabcf80922f977328bf7da8c2871924f9520ff87252d4df18a1239793c70f4b800bb7d5c4aef923e63c93aa15d86ae685ddda205da2
 SHA512 
24c2a45ed539830dcb8dc1585c27e45515c70989132f500527db0ca6795027eaa82ea54d1cd7fc73ddc49641a73148be963ade1648e92b5336d2e86335e2497a
 DIST radare2-3.6.0.tar.gz 7339427 BLAKE2B 
60ecd110ac4cafa38dd10f49321e984e98f189398f15196614fb096970cc2f24981ffbbd161fdd55621b65c45a8fb9f843f273bf245ac0ea2b4493981ab0477d
 SHA512 
15c02b744892934bd0b4beeb146d8a0289244405214b62892d7e307cd42f6706aca16c1e02b6b2beb5b6869c5c5920cc291ffec8a690b5338c6973a5e1d7900e
 DIST radare2-3.7.0.tar.gz 7478494 BLAKE2B 
547efda30a65783758b132f4b241039b83bb274904a1f69616e60ec83547b22da486e97df06a74cd82f855650dbc3802d31bf3cb00ebd12d956848efd4b6ff5e
 SHA512 
8e4d1b89d0d1e717403ba0bc2ce47e2644d12303ed5391fe4b9efc11b86a0b9c9356fdea1caecabe16d88ded9577fe77c182225adf2fdbd63b2e48f9c9c9f52d
+DIST radare2-3.7.1.tar.gz 7481103 BLAKE2B 
4bae07dad298a45704ee45740bc3376902dfa35631efc94874666ead0b9c3dbb407558f4c02283d0909970247bc7730754cad9c6b6859a23ab40f408eff9102e
 SHA512 
972c137e20d73a4cc8001c6d3e3b0c68874ed4a837d2ec20f26bc164a5451dbd46264471adc93332eecadd86d8023579fa69b42fce0291f49979b451118c7673

diff --git a/dev-util/radare2/radare2-3.7.1.ebuild 
b/dev-util/radare2/radare2-3.7.1.ebuild
new file mode 100644
index 000..0b3f4cfb432
--- /dev/null
+++ b/dev-util/radare2/radare2-3.7.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 eutils
+
+DESCRIPTION="unix-like reverse engineering framework and commandline tools"
+HOMEPAGE="http://www.radare.org;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/radare/radare2;
+else
+   SRC_URI="https://github.com/radare/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ssl libressl"
+
+RDEPEND="
+   dev-libs/capstone:0=
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --without-libuv \
+   --with-syscapstone \
+   $(use_with ssl openssl)
+}
+
+src_install() {
+   default
+
+   insinto /usr/share/zsh/site-functions
+   doins doc/zsh/_*
+
+   newbashcomp doc/bash_autocompletion.sh "${PN}"
+   bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
+
+   # a workaround for unstable $(INSTALL) call, bug #574866
+   local d
+   for d in doc/*; do
+   if [[ -d $d ]]; then
+   rm -rfv "$d" || die "failed to delete '$d'"
+   fi
+   done
+}



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

2019-08-14 Thread Zac Medico
commit: bdcb8b19d690f92b3089f62fcf95e922c4ff0c7b
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Aug 14 23:38:09 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Aug 14 23:39:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdcb8b19

net-libs/nghttp2: 1.39.2 amd64 stable

Bug: https://bugs.gentoo.org/692112
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

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

diff --git a/net-libs/nghttp2/nghttp2-1.39.2.ebuild 
b/net-libs/nghttp2/nghttp2-1.39.2.ebuild
index 5296963cb65..f8596c6c946 100644
--- a/net-libs/nghttp2/nghttp2-1.39.2.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.39.2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]] ; then
inherit autotools git-r3
 else

SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="HTTP/2 C Library"



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

2019-08-14 Thread Rick Farina
commit: 4cc507505d334d5b501f147434114ab853968af1
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Aug 14 20:37:07 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Aug 14 20:37:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc50750

net-wireless/bladerf: bump

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/bladerf/Manifest  |  3 ++-
 ...f-2017.12_rc1.ebuild => bladerf-2019.07.ebuild} | 24 +++---
 net-wireless/bladerf/bladerf-.ebuild   | 20 +-
 3 files changed, 34 insertions(+), 13 deletions(-)

diff --git a/net-wireless/bladerf/Manifest b/net-wireless/bladerf/Manifest
index ed62d3bc7a5..84731f8d52e 100644
--- a/net-wireless/bladerf/Manifest
+++ b/net-wireless/bladerf/Manifest
@@ -1,2 +1,3 @@
-DIST bladerf-2017.12_rc1.tar.gz 1723370 BLAKE2B 
f6d19765674602354b42bb62acdfd874b04df55bd45ec74077aa310e5f6bd81d298148c3b1f2e1396d8659644f374cadf2e91df4b644a29d70c8369aaa6f4694
 SHA512 
19a3f24f9b6000af9e9d80cc31cbbf46b11deabb4e12eafb68c01f240cdf43884c5f8640ecbfa32fab8cc6a9c8e3b6cbc8596dfe564869c1a85163f00c62d96f
+DIST analogdevices-no-OS-0bba46.tar.gz 44190321 BLAKE2B 
b5c31b4b9ed92e0ac9f1a4c1eda38e065f00e0ee8034a99615a2509a4c91c589faefaf2e42a8bd30e61eb36459fa264c6e1892577f759c2ca0810925cede163e
 SHA512 
cf6f6d34fed9879ae7263782f20f33dd3af84201e3477fa0501e072eb08a8a545a07c496ad0ff3f7dc1a6ef407f136f843ba05942b4819e146c5fef023a3bb02
 DIST bladerf-2018.08.tar.gz 2177625 BLAKE2B 
8c3970f38f7645ba46c44803fc370e16012b2ea894d16c5101ea9519f5f9ff1aaa0a39819ac13389a33f7e0336e0e89ffcb7a0abf363cb30b091e88502a7a8c3
 SHA512 
7f8d0ef146da34474774d00503f0838cdf9404bf42bf1f68fd0f6018c7e7d4937da56110d818237f712bd23547cfbed1e2d04455a9d4d7ac0df96336e331c8f4
+DIST bladerf-2019.07.tar.gz 2186702 BLAKE2B 
1d08dc90ddf5d5f650fdc49e5a7e4224de7caa988974c1252052975599066b2221741a2cd2f0ba496e98d63b6d417b0eb1ae12de4dd9a9d43fb730bb6b221dc2
 SHA512 
e6ba47106ac9904d41fc611560c8f4bc482b9f17b6c476d4a2ac36c5779e9a64222140f4f067fab2252ccfabebf74e866f0fefb359934ff4df7a8416a8558b87

diff --git a/net-wireless/bladerf/bladerf-2017.12_rc1.ebuild 
b/net-wireless/bladerf/bladerf-2019.07.ebuild
similarity index 65%
rename from net-wireless/bladerf/bladerf-2017.12_rc1.ebuild
rename to net-wireless/bladerf/bladerf-2019.07.ebuild
index f289a36148f..686a4ee43c8 100644
--- a/net-wireless/bladerf/bladerf-2017.12_rc1.ebuild
+++ b/net-wireless/bladerf/bladerf-2019.07.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit cmake-utils udev
 
@@ -28,7 +28,8 @@ if [[ ${PV} == "" ]] ; then
 else
MY_PV=${PV/\_/-}
S="${WORKDIR}/${MY_PN}-${MY_PV}"
-   SRC_URI="https://github.com/Nuand/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/Nuand/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz \
+   
https://github.com/analogdevicesinc/no-OS/archive/0bba46e6f6f75785a65d425ece37d0a04daf6157.tar.gz
 -> analogdevices-no-OS-0bba46.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
 fi
 
@@ -37,14 +38,23 @@ CDEPEND=">=dev-libs/libusb-1.0.16
 DEPEND="${CDEPEND}
virtual/pkgconfig"
 RDEPEND="${CDEPEND}"
-PDEPEND=">=net-wireless/bladerf-firmware-2.0.0
-   >=net-wireless/bladerf-fpga-0.6.0"
+PDEPEND=">=net-wireless/bladerf-firmware-2.3.2
+   >=net-wireless/bladerf-fpga-0.11.0"
+
+src_unpack() {
+   if [ "${PV}" = "" ]; then
+   git-r3_src_unpack
+   else
+   default
+   mv 
"${WORKDIR}/no-OS-0bba46e6f6f75785a65d425ece37d0a04daf6157/ad9361" 
"${S}/thirdparty/analogdevicesinc/no-OS/" || die
+   fi
+}
 
 src_configure() {
mycmakeargs=(
-DVERSION_INFO_OVERRIDE:STRING="${PV}"
-   $(cmake-utils_use_enable doc BUILD_DOCUMENTATION)
-   $(cmake-utils_use_enable tecla LIBTECLA)
+   -DBUILD_DOCUMENTATION="$(usex doc)"
+   -DENABLE_LIBTECLA="$(usex tecla)"
-DTREAT_WARNINGS_AS_ERRORS=OFF
-DUDEV_RULES_PATH="$(get_udevdir)"/rules.d
)

diff --git a/net-wireless/bladerf/bladerf-.ebuild 
b/net-wireless/bladerf/bladerf-.ebuild
index f8fd38c19cd..686a4ee43c8 100644
--- a/net-wireless/bladerf/bladerf-.ebuild
+++ b/net-wireless/bladerf/bladerf-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils udev
 
@@ -28,7 +28,8 @@ if [[ ${PV} == "" ]] ; then
 else
MY_PV=${PV/\_/-}
S="${WORKDIR}/${MY_PN}-${MY_PV}"
-   SRC_URI="https://github.com/Nuand/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+   

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

2019-08-14 Thread Sergei Trofimovich
commit: f42162f725644754f75c4a8f78d8054578529a28
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Aug 14 19:56:25 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug 14 21:36:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42162f7

net-libs/nghttp2: stable 1.39.2 for sparc, bug #692112

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

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

diff --git a/net-libs/nghttp2/nghttp2-1.39.2.ebuild 
b/net-libs/nghttp2/nghttp2-1.39.2.ebuild
index 5cdf8fc5ae9..5296963cb65 100644
--- a/net-libs/nghttp2/nghttp2-1.39.2.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.39.2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]] ; then
inherit autotools git-r3
 else

SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="HTTP/2 C Library"



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

2019-08-14 Thread Sergei Trofimovich
commit: d716708f8e86c5d910c4dd61559ea0125b32b4df
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Aug 14 19:54:38 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug 14 21:36:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d716708f

dev-libs/libmaxminddb: stable 1.3.2 for hppa, bug #677220

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

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

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild
index d8f75bc7ce1..8c941da1529 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0/0.0.7"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="static-libs"
 
 DOCS=( Changes.md )



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

2019-08-14 Thread Sergei Trofimovich
commit: bb068f35838a36dc940a2533be0c13daa89b73ba
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Aug 14 19:55:22 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug 14 21:36:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb068f35

app-admin/syslog-ng: stable 3.22.1 for hppa, bug #674222

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

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

diff --git a/app-admin/syslog-ng/syslog-ng-3.22.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.22.1.ebuild
index 4f39b9fc625..585f6092c7d 100644
--- a/app-admin/syslog-ng/syslog-ng-3.22.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.22.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86"
 IUSE="amqp caps dbi geoip geoip2 http ipv6 json kafka libressl mongodb pacct 
python redis smtp snmp spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # unit tests require https://github.com/Snaipe/Criterion with additional deps



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

2019-08-14 Thread Aaron Bauman
commit: 9c87d7a1665183d4daa67f4e1068c81e8b92a054
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Aug 14 23:16:48 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Aug 14 23:17:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c87d7a1

profiles/package.mask: update dev-java/itext mask

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index cde6ec2a4ac..20670faf0a2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -37,6 +37,10 @@ app-text/jpdftweak
 dev-util/deskzilla
 media-sound/tuxguitar
 sci-chemistry/jmol
+sci-mathematics/cvc3
+sci-mathematics/e
+sci-mathematics/kodkodi
+sci-mathematics/spass
 
 # Michał Górny  (2019-08-14)
 # No longer builds.  Homepage is gone, and its keep-alive fork is also



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

2019-08-14 Thread Tim Harder
commit: ddcc35e599c3b242297d1ba8db548f26881b7865
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:12:45 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:14:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddcc35e5

net-im/bitlbee: add missing conditional test RESTRICT

Signed-off-by: Tim Harder  gentoo.org>

 net-im/bitlbee/bitlbee-3.6.ebuild  | 1 +
 net-im/bitlbee/bitlbee-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-im/bitlbee/bitlbee-3.6.ebuild 
b/net-im/bitlbee/bitlbee-3.6.ebuild
index 703647ae05d..1108861dd62 100644
--- a/net-im/bitlbee/bitlbee-3.6.ebuild
+++ b/net-im/bitlbee/bitlbee-3.6.ebuild
@@ -21,6 +21,7 @@ SLOT="0"
 IUSE_PROTOCOLS="msn oscar purple twitter +xmpp"
 IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd
${IUSE_PROTOCOLS}"
+RESTRICT="!test? ( test )"
 
 REQUIRED_USE="
|| ( purple xmpp msn oscar )

diff --git a/net-im/bitlbee/bitlbee-.ebuild 
b/net-im/bitlbee/bitlbee-.ebuild
index 703647ae05d..1108861dd62 100644
--- a/net-im/bitlbee/bitlbee-.ebuild
+++ b/net-im/bitlbee/bitlbee-.ebuild
@@ -21,6 +21,7 @@ SLOT="0"
 IUSE_PROTOCOLS="msn oscar purple twitter +xmpp"
 IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd
${IUSE_PROTOCOLS}"
+RESTRICT="!test? ( test )"
 
 REQUIRED_USE="
|| ( purple xmpp msn oscar )



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

2019-08-14 Thread Tim Harder
commit: 8aedc00a241091f401ccdb88f6137382eb0fd875
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:02:46 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:14:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aedc00a

app-arch/pigz: add missing conditional test RESTRICT

Signed-off-by: Tim Harder  gentoo.org>

 app-arch/pigz/pigz-2.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-arch/pigz/pigz-2.4.ebuild b/app-arch/pigz/pigz-2.4.ebuild
index ce6d961daf7..ed4258c 100644
--- a/app-arch/pigz/pigz-2.4.ebuild
+++ b/app-arch/pigz/pigz-2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,6 +13,7 @@ LICENSE="ZLIB"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~ppc-macos ~sparc64-solaris"
 IUSE="static symlink test"
+RESTRICT="!test? ( test )"
 
 LIB_DEPEND="sys-libs/zlib[static-libs(+)]"
 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"



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

2019-08-14 Thread Tim Harder
commit: ec4a00e9005a7fd27d83aadaec7d6c739ac915e2
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:05:02 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:14:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4a00e9

app-arch/vimball: bump to EAPI 7, add py37 support, and missing test RESTRICT

Signed-off-by: Tim Harder  gentoo.org>

 app-arch/vimball/vimball-0.5.1.ebuild | 11 ++-
 app-arch/vimball/vimball-.ebuild  |  9 +
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/app-arch/vimball/vimball-0.5.1.ebuild 
b/app-arch/vimball/vimball-0.5.1.ebuild
index 56775e8beca..280fc206bc0 100644
--- a/app-arch/vimball/vimball-0.5.1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python{3_5,3_6} )
+EAPI=7
+PYTHON_COMPAT=( python{3_5,3_6,3_7} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -19,10 +19,11 @@ HOMEPAGE="https://github.com/radhermit/vimball;
 LICENSE="MIT"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${BDEPEND}"
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {
esetup.py test

diff --git a/app-arch/vimball/vimball-.ebuild 
b/app-arch/vimball/vimball-.ebuild
index 82a39960d3e..280fc206bc0 100644
--- a/app-arch/vimball/vimball-.ebuild
+++ b/app-arch/vimball/vimball-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python{3_5,3_6,3_7} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then
@@ -19,10 +19,11 @@ HOMEPAGE="https://github.com/radhermit/vimball;
 LICENSE="MIT"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${BDEPEND}"
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {
esetup.py test



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

2019-08-14 Thread Tim Harder
commit: 158792e8e102be3b65582a19acc28f11b0a6d239
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:10:31 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:14:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=158792e8

app-misc/ranger: add missing conditional test RESTRICT

Signed-off-by: Tim Harder  gentoo.org>

 app-misc/ranger/ranger-1.9.2.ebuild | 1 +
 app-misc/ranger/ranger-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-misc/ranger/ranger-1.9.2.ebuild 
b/app-misc/ranger/ranger-1.9.2.ebuild
index 1716e07e83b..3cbf21455d0 100644
--- a/app-misc/ranger/ranger-1.9.2.ebuild
+++ b/app-misc/ranger/ranger-1.9.2.ebuild
@@ -20,6 +20,7 @@ HOMEPAGE="https://ranger.github.io/;
 LICENSE="GPL-3"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="virtual/pager"
 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

diff --git a/app-misc/ranger/ranger-.ebuild 
b/app-misc/ranger/ranger-.ebuild
index 901ccceb107..6d89ea92ccb 100644
--- a/app-misc/ranger/ranger-.ebuild
+++ b/app-misc/ranger/ranger-.ebuild
@@ -20,6 +20,7 @@ HOMEPAGE="https://ranger.github.io/;
 LICENSE="GPL-3"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="virtual/pager"
 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: net-proxy/sshuttle/

2019-08-14 Thread Tim Harder
commit: 588e3dad21a1a57e2c39adf8a24bf64c9100962e
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:13:41 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:14:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588e3dad

net-proxy/sshuttle: add missing conditional test RESTRICT

Signed-off-by: Tim Harder  gentoo.org>

 net-proxy/sshuttle/sshuttle-0.78.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild 
b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
index a324fa29d3a..c495b1cc7f2 100644
--- a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
+++ b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
@@ -14,6 +14,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]



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

2019-08-14 Thread Tim Harder
commit: 84bac3d386ac2e3027b0ca66abbef42a61f1eb1b
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:39:08 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:58:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84bac3d3

app-editors/gvim: version bump to 8.1.1846

Signed-off-by: Tim Harder  gentoo.org>

 app-editors/gvim/Manifest   | 1 +
 app-editors/gvim/{gvim-.ebuild => gvim-8.1.1846.ebuild} | 7 +--
 app-editors/gvim/gvim-.ebuild   | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-editors/gvim/Manifest b/app-editors/gvim/Manifest
index 6ba358e2d5b..88f7734b453 100644
--- a/app-editors/gvim/Manifest
+++ b/app-editors/gvim/Manifest
@@ -1,2 +1,3 @@
 DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 BLAKE2B 
05a87f32fc5cc65e7f5e4e5a87c654b2040ad39f1555ddde7e0e6f473dc8b520916a795406bb6bbeaf5e7ae8748aacebe7a9679461e48802e69417e945eea827
 SHA512 
a6062be5e6a5c5b437081312df5742353242b5171bf26da04aa6ca216d2b142b2411a88bc1edd460d28e00a59a210c8e1729e801fac6f1efd86bb2e437a56a2b
 DIST vim-8.1.1486.tar.gz 14318109 BLAKE2B 
6054df175a32e9ed36873802a4a669cc46e034bac879cb829e45ece53f9440e97cccad47e370ebdef8dc1bb963e8e8c84bd517a3a6561705786dcab7e2368d21
 SHA512 
0a521d74c60f2a32e8a11e16f256e2e99fb9c00f478cd8d7a9328315abbd445796153f03884ab2b240905260317809a33afb64627b9a71ac8d6db1cbd4026d20
+DIST vim-8.1.1846.tar.gz 14415116 BLAKE2B 
59c2864519e100f9bc2617dd7b31a8cc17ff20fc87a761eba653e91a70688c3b4a5f05c527acaf6d075830d23c7ef8842595b6558eac2ab5209029153f1adb10
 SHA512 
d5a5cb7733f3190915e2b1389fea48d119afef27eac6f04ac3967f57e894cab811727a694c6837bb5acef9997cd56018d4b37efeb413c654012aaaea02bf7c7a

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-8.1.1846.ebuild
similarity index 97%
copy from app-editors/gvim/gvim-.ebuild
copy to app-editors/gvim/gvim-8.1.1846.ebuild
index 00fd53abf5c..66d226abb28 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-8.1.1846.ebuild
@@ -24,13 +24,12 @@ HOMEPAGE="https://vim.sourceforge.io/ 
https://github.com/vim/vim;
 
 SLOT="0"
 LICENSE="vim"
-IUSE="acl aqua cscope debug gtk gtk2 lua luajit motif neXt netbeans nls perl 
python racket ruby selinux session tcl"
+IUSE="acl aqua cscope debug gtk gtk2 lua luajit motif neXt netbeans nls perl 
python racket ruby selinux session sound tcl"
 REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
 "
 
 RDEPEND="
-   ~app-editors/vim-core-${PV}
>=app-eselect/eselect-vi-1.1
>=sys-libs/ncurses-5.2-r2:0=
x11-libs/libICE
@@ -69,6 +68,7 @@ RDEPEND="
ruby? ( ${RUBY_DEPS} )
selinux? ( sys-libs/libselinux )
session? ( x11-libs/libSM )
+   sound? ( media-libs/libcanberra )
tcl? ( dev-lang/tcl:0= )
 "
 DEPEND="${RDEPEND}
@@ -76,6 +76,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )
 "
+# temporarily use PDEPEND to allow upgrades past icon file collision, bug 
#673880
+PDEPEND="~app-editors/vim-core-${PV}"
 
 # various failures (bugs #630042 and #682320)
 RESTRICT="test"
@@ -190,6 +192,7 @@ src_configure() {
--with-features=huge
--disable-gpm
--with-gnome=no
+   $(use_enable sound canberra)
$(use_enable acl)
$(use_enable cscope)
$(use_enable lua luainterp)

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-.ebuild
index 00fd53abf5c..0f2395ff5c4 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="https://vim.sourceforge.io/ 
https://github.com/vim/vim;
 
 SLOT="0"
 LICENSE="vim"
-IUSE="acl aqua cscope debug gtk gtk2 lua luajit motif neXt netbeans nls perl 
python racket ruby selinux session tcl"
+IUSE="acl aqua cscope debug gtk gtk2 lua luajit motif neXt netbeans nls perl 
python racket ruby selinux session sound tcl"
 REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
 "
@@ -69,6 +69,7 @@ RDEPEND="
ruby? ( ${RUBY_DEPS} )
selinux? ( sys-libs/libselinux )
session? ( x11-libs/libSM )
+   sound? ( media-libs/libcanberra )
tcl? ( dev-lang/tcl:0= )
 "
 DEPEND="${RDEPEND}
@@ -190,6 +191,7 @@ src_configure() {
--with-features=huge
--disable-gpm
--with-gnome=no
+   $(use_enable sound canberra)
$(use_enable acl)
$(use_enable cscope)
$(use_enable lua luainterp)



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

2019-08-14 Thread Tim Harder
commit: 316d12c689fe4f5a3976a48a6dadc46f235b33b4
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:39:00 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:58:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316d12c6

app-editors/vim: version bump to 8.1.1846

Signed-off-by: Tim Harder  gentoo.org>

 app-editors/vim/Manifest | 1 +
 app-editors/vim/{vim-.ebuild => vim-8.1.1846.ebuild} | 7 +--
 app-editors/vim/vim-.ebuild  | 5 -
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index 6ba358e2d5b..88f7734b453 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -1,2 +1,3 @@
 DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 BLAKE2B 
05a87f32fc5cc65e7f5e4e5a87c654b2040ad39f1555ddde7e0e6f473dc8b520916a795406bb6bbeaf5e7ae8748aacebe7a9679461e48802e69417e945eea827
 SHA512 
a6062be5e6a5c5b437081312df5742353242b5171bf26da04aa6ca216d2b142b2411a88bc1edd460d28e00a59a210c8e1729e801fac6f1efd86bb2e437a56a2b
 DIST vim-8.1.1486.tar.gz 14318109 BLAKE2B 
6054df175a32e9ed36873802a4a669cc46e034bac879cb829e45ece53f9440e97cccad47e370ebdef8dc1bb963e8e8c84bd517a3a6561705786dcab7e2368d21
 SHA512 
0a521d74c60f2a32e8a11e16f256e2e99fb9c00f478cd8d7a9328315abbd445796153f03884ab2b240905260317809a33afb64627b9a71ac8d6db1cbd4026d20
+DIST vim-8.1.1846.tar.gz 14415116 BLAKE2B 
59c2864519e100f9bc2617dd7b31a8cc17ff20fc87a761eba653e91a70688c3b4a5f05c527acaf6d075830d23c7ef8842595b6558eac2ab5209029153f1adb10
 SHA512 
d5a5cb7733f3190915e2b1389fea48d119afef27eac6f04ac3967f57e894cab811727a694c6837bb5acef9997cd56018d4b37efeb413c654012aaaea02bf7c7a

diff --git a/app-editors/vim/vim-.ebuild 
b/app-editors/vim/vim-8.1.1846.ebuild
similarity index 95%
copy from app-editors/vim/vim-.ebuild
copy to app-editors/vim/vim-8.1.1846.ebuild
index aa0c429fd15..e01727ab759 100644
--- a/app-editors/vim/vim-.ebuild
+++ b/app-editors/vim/vim-8.1.1846.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Vim, an improved vi-style text editor"
@@ -23,7 +23,7 @@ HOMEPAGE="https://vim.sourceforge.io/ 
https://github.com/vim/vim;
 
 SLOT="0"
 LICENSE="vim"
-IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby 
selinux tcl terminal vim-pager"
+IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby 
selinux sound tcl terminal vim-pager"
 REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
vim-pager? ( !minimal )
@@ -47,6 +47,7 @@ RDEPEND="
racket? ( dev-scheme/racket )
ruby? ( ${RUBY_DEPS} )
selinux? ( sys-libs/libselinux )
+   sound? ( media-libs/libcanberra )
tcl? ( dev-lang/tcl:0= )
X? ( x11-libs/libXt )
 "
@@ -174,6 +175,7 @@ src_configure() {
myconf=(
--with-features=tiny
--disable-nls
+   --disable-canberra
--disable-acl
--enable-gui=no
--without-x
@@ -192,6 +194,7 @@ src_configure() {
 
myconf=(
--with-features=huge
+   $(use_enable sound canberra)
$(use_enable acl)
$(use_enable cscope)
$(use_enable gpm)

diff --git a/app-editors/vim/vim-.ebuild b/app-editors/vim/vim-.ebuild
index aa0c429fd15..3bf04b7c147 100644
--- a/app-editors/vim/vim-.ebuild
+++ b/app-editors/vim/vim-.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://vim.sourceforge.io/ 
https://github.com/vim/vim;
 
 SLOT="0"
 LICENSE="vim"
-IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby 
selinux tcl terminal vim-pager"
+IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby 
selinux sound tcl terminal vim-pager"
 REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
vim-pager? ( !minimal )
@@ -47,6 +47,7 @@ RDEPEND="
racket? ( dev-scheme/racket )
ruby? ( ${RUBY_DEPS} )
selinux? ( sys-libs/libselinux )
+   sound? ( media-libs/libcanberra )
tcl? ( dev-lang/tcl:0= )

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

2019-08-14 Thread Tim Harder
commit: a598488e2a28c21a4a63274ad7e023be6e29da7a
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 14 23:38:40 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 14 23:58:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a598488e

app-editors/vim-core: version bump to 8.1.1846

Signed-off-by: Tim Harder  gentoo.org>

 app-editors/vim-core/Manifest |   1 +
 app-editors/vim-core/vim-core-8.1.1846.ebuild | 225 ++
 2 files changed, 226 insertions(+)

diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index 6ba358e2d5b..88f7734b453 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -1,2 +1,3 @@
 DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 BLAKE2B 
05a87f32fc5cc65e7f5e4e5a87c654b2040ad39f1555ddde7e0e6f473dc8b520916a795406bb6bbeaf5e7ae8748aacebe7a9679461e48802e69417e945eea827
 SHA512 
a6062be5e6a5c5b437081312df5742353242b5171bf26da04aa6ca216d2b142b2411a88bc1edd460d28e00a59a210c8e1729e801fac6f1efd86bb2e437a56a2b
 DIST vim-8.1.1486.tar.gz 14318109 BLAKE2B 
6054df175a32e9ed36873802a4a669cc46e034bac879cb829e45ece53f9440e97cccad47e370ebdef8dc1bb963e8e8c84bd517a3a6561705786dcab7e2368d21
 SHA512 
0a521d74c60f2a32e8a11e16f256e2e99fb9c00f478cd8d7a9328315abbd445796153f03884ab2b240905260317809a33afb64627b9a71ac8d6db1cbd4026d20
+DIST vim-8.1.1846.tar.gz 14415116 BLAKE2B 
59c2864519e100f9bc2617dd7b31a8cc17ff20fc87a761eba653e91a70688c3b4a5f05c527acaf6d075830d23c7ef8842595b6558eac2ab5209029153f1adb10
 SHA512 
d5a5cb7733f3190915e2b1389fea48d119afef27eac6f04ac3967f57e894cab811727a694c6837bb5acef9997cd56018d4b37efeb413c654012aaaea02bf7c7a

diff --git a/app-editors/vim-core/vim-core-8.1.1846.ebuild 
b/app-editors/vim-core/vim-core-8.1.1846.ebuild
new file mode 100644
index 000..08bf83307d7
--- /dev/null
+++ b/app-editors/vim-core/vim-core-8.1.1846.ebuild
@@ -0,0 +1,225 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VIM_VERSION="8.1"
+inherit estack vim-doc flag-o-matic bash-completion-r1 prefix desktop 
gnome2-utils
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/vim/vim.git;
+   EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
+else
+   SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz
+   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="vim and gvim shared files"
+HOMEPAGE="https://vim.sourceforge.io/ https://github.com/vim/vim;
+
+SLOT="0"
+LICENSE="vim"
+IUSE="nls acl minimal"
+
+DEPEND="sys-devel/autoconf"
+# avoid icon file collision bug #673880
+RDEPEND="!!> 
"${S}"/src/feature.h
+   echo '#define SYS_GVIMRC_FILE "'${EPREFIX}'/etc/vim/gvimrc"' >> 
"${S}"/src/feature.h
+
+   # Use exuberant ctags which installs as /usr/bin/exuberant-ctags.
+   # Hopefully this pattern won't break for a while at least.
+   # This fixes bug 29398 (27 Sep 2003 agriffis)
+   sed -i 's/\> "$c" || die "echo failed"
+   done
+
+   # Try to avoid sandbox problems. Bug #114475.
+   if [[ -d "${S}"/src/po ]]; then
+   sed -i -e \
+   '/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; 
./testvim -X,' \
+   "${S}"/src/po/Makefile || die "sed failed"
+   fi
+
+   cp -v "${S}"/src/config.mk.dist "${S}"/src/auto/config.mk || die "cp 
failed"
+
+   # Bug #378107 - Build properly with >=perl-core/ExtUtils-ParseXS-3.20.0
+   sed -i -e \
+   "s:\\\$(PERLLIB)/ExtUtils/xsubpp:${EPREFIX}/usr/bin/xsubpp:" \
+   "${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS failed'
+
+   eapply_user
+}
+
+src_configure() {
+   local myconf
+
+   # Fix bug 37354: Disallow -funroll-all-loops on amd64
+   # Bug 57859 suggests that we want to do this for all archs
+   filter-flags -funroll-all-loops
+
+   # Fix bug 76331: -O3 causes problems, use -O2 instead. We'll do this for
+   # everyone since previous flag filtering bugs have turned out to affect
+   # multiple archs...
+   replace-flags -O3 -O2
+
+   # Fix bug 18245: Prevent "make" from the following chain:
+   # (1) Notice configure.ac is newer than auto/configure
+   # (2) Rebuild auto/configure
+   # (3) Notice auto/configure is newer than auto/config.mk
+   # (4) Run ./configure (with wrong args) to remake auto/config.mk
+   sed -i 's# auto/config\.mk:#:#' src/Makefile || die "Makefile sed 
failed"
+
+   # Remove src/auto/configure file.
+   rm -v src/auto/configure || die "rm configure 

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

2019-08-14 Thread Andreas K. Hüttel
commit: e36d331977084e21f8539859cf52d1f2ce8ef28c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Aug 14 21:27:39 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Aug 14 21:27:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36d3319

sys-libs/glibc: Put linux-headers in DEPEND instead of BDEPEND

Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index ea591126e85..e1955052ee3 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -97,7 +97,7 @@ if [[ ${CATEGORY} == cross-* ]] ; then
>=${CATEGORY}/binutils-2.24
>=${CATEGORY}/gcc-6
)"
-   [[ ${CATEGORY} == *-linux* ]] && BDEPEND+=" ${CATEGORY}/linux-headers"
+   [[ ${CATEGORY} == *-linux* ]] && DEPEND+=" ${CATEGORY}/linux-headers"
 else
BDEPEND+="
>=sys-devel/binutils-2.24



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

2019-08-14 Thread Michael Orlitzky
commit: 228bd109cd3f72c45d2289ce72855ff781d09976
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug 14 23:47:48 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Aug 15 00:04:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228bd109

net-analyzer/nagios: new version 4.4.4.

Closes: https://bugs.gentoo.org/692092
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Orlitzky  gentoo.org>

 net-analyzer/nagios/{nagios-4.4.3.ebuild => nagios-4.4.4.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.3.ebuild 
b/net-analyzer/nagios/nagios-4.4.4.ebuild
similarity index 100%
rename from net-analyzer/nagios/nagios-4.4.3.ebuild
rename to net-analyzer/nagios/nagios-4.4.4.ebuild



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

2019-08-14 Thread Rick Farina
commit: 2bf7d17af51ff005ce2d23624a215020842aa9a3
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Aug 14 20:43:40 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Aug 14 20:43:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf7d17a

net-wireless/urh: bump

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/urh/Manifest   | 2 +-
 net-wireless/urh/{urh-2.7.0.ebuild => urh-2.7.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/urh/Manifest b/net-wireless/urh/Manifest
index a11e7073053..19cf2280f2c 100644
--- a/net-wireless/urh/Manifest
+++ b/net-wireless/urh/Manifest
@@ -1,2 +1,2 @@
 DIST urh-1.6.4.1.tar.gz 14993226 BLAKE2B 
97ce52430d7449b1ea0dfe57a0dbd95d9b84da03b15403dc16c46c45c3b656686622182306b3e70f48aee8ef09540c82639216d30f29a6e495fce5978299a272
 SHA512 
3e7d3a770c97f4a5653524a2844721336440724611e554ba2fb33529c99abd15206a14249c27bd7a9fd21b5f5c34f2719b64477e4ebc58fa64d94e211383e8e6
-DIST urh-2.7.0.tar.gz 13379096 BLAKE2B 
3bcfcec2bcfc3aced3ef81390643d080a8d19db76c36d77681bb12a0e37adb38a2fae901b73afb37d4ed85fb3fa5581046f1872b002cde43d979a49d21f494ca
 SHA512 
7b61476086bc077746bee661d77e95fff1b9c420656dab8c7b6480b2e424597989775b561c7c0f439d8d6f2fe1738db93fc847b2051632baf29d41017bffee5f
+DIST urh-2.7.3.tar.gz 13379031 BLAKE2B 
b3b417b4cebed4f7a96509d451c82e52ed76590f993232ae0fc680a8585729a0aec11acc1581e6cc903e034f418ab37c46fb1c2bfa585b65defc706583dd55c9
 SHA512 
2caf0bb3900f30d4fc59205fabbfb0a0d81b0ab4eecc04ff1a1ab4f76d8bac569c652385bb0cf64d50786abb939eda4e8e5bf9f50b794bd5055b18ff6fbab41c

diff --git a/net-wireless/urh/urh-2.7.0.ebuild 
b/net-wireless/urh/urh-2.7.3.ebuild
similarity index 100%
rename from net-wireless/urh/urh-2.7.0.ebuild
rename to net-wireless/urh/urh-2.7.3.ebuild



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

2019-08-14 Thread Michał Górny
commit: 162af91d2c8eabe640130486265c5c5c269dd8ba
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 14 21:44:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 14 23:04:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162af91d

dev-python/uvloop: Bump to 0.13.0

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

 dev-python/uvloop/Manifest |  1 +
 dev-python/uvloop/uvloop-0.13.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/uvloop/Manifest b/dev-python/uvloop/Manifest
index 87af5b37536..7bd2ed3949e 100644
--- a/dev-python/uvloop/Manifest
+++ b/dev-python/uvloop/Manifest
@@ -1,2 +1,3 @@
 DIST uvloop-0.12.2.tar.gz 1922375 BLAKE2B 
49d17dc0899d59975d02dcc0b56e53e506e83a7f02ba7e9021abf92e8518b9904905c0175c3e2612a10f6f6d7a69505bfb024c00debf01823dcfb597966ab1a9
 SHA512 
59e34c83946facf70e839831dcd61fb7a8cf22df48d2ede6de84edbd4af5e789b2b404c8b7835e9a8cd7be706ad370bde2a290beab72c5d7411d35d07ee7974c
+DIST uvloop-0.13.0.tar.gz 1989805 BLAKE2B 
5e825f54ab925056847b8369dfb4deaf9bc8120f7b9f3a0c58267954cf2d374f7ad91393744b7defaa3ec82f5d476f97abc305d80106c84de71b7cdbc7f0
 SHA512 
4e24db94d207f23287a28d5b086cbd0a358f2fb3d35b55e9913b7b0867e4253259171f4d23969990b1e041fef0a28e44fcd1737e9be319293d223d987033de98
 DIST uvloop-0.8.1.tar.gz 1719488 BLAKE2B 
eba6e15c8eb46286b6e8df6043280ec8b423f097fcf2d4d5be657ff18f0fb97ce83e5268a138cf46700f54b7040353b6588dc4b0140e11f38d7da2e26b1ff120
 SHA512 
45dba019a0dacaae6c2a732c3f321402c19c945b0d9fa35b9cae28f888a54c7d4b322b450c55a6cf21c1aac01dc49b90eccdffbf4cb8c812a5ec8b9e805e01e4

diff --git a/dev-python/uvloop/uvloop-0.13.0.ebuild 
b/dev-python/uvloop/uvloop-0.13.0.ebuild
new file mode 100644
index 000..1762033eea5
--- /dev/null
+++ b/dev-python/uvloop/uvloop-0.13.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_5,3_6,3_7} )
+inherit distutils-r1
+
+DESCRIPTION="Ultra-fast implementation of asyncio event loop on top of libuv"
+HOMEPAGE="https://github.com/magicstack/uvloop;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-libs/libuv-1.11.0:="
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   cat <> setup.cfg || die
+[build_ext]
+use-system-libuv=1
+EOF
+
+   # flake8 only
+   rm tests/test_sourcecode.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_ext --inplace build_sphinx
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use examples && dodoc -r examples
+   use doc && local HTML_DOCS=( "${BUILD_DIR}/sphinx/html/." )
+   distutils-r1_python_install_all
+}



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

2019-08-14 Thread Michał Górny
commit: 6fe1578d38848b2b45b8b5cf83117ed1e463a140
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 14 21:36:37 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 14 23:04:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe1578d

sys-devel/distcc: Bump to 3.3.3

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

 sys-devel/distcc/Manifest|   1 +
 sys-devel/distcc/distcc-3.3.3.ebuild | 196 +++
 2 files changed, 197 insertions(+)

diff --git a/sys-devel/distcc/Manifest b/sys-devel/distcc/Manifest
index 2098365b9c6..5e6d668cdda 100644
--- a/sys-devel/distcc/Manifest
+++ b/sys-devel/distcc/Manifest
@@ -1 +1,2 @@
 DIST distcc-3.3.2.tar.gz 1008938 BLAKE2B 
e784002dffefd395b068d237a86203563fefc81e17a08c4d2e372eaaf62c5ac799011fc8633c8bfb717f0ebc8c8cb8b999c941e0f5f87c4077d031a9e5c4b138
 SHA512 
fdf11ed94ba50977b45e302179c5c4ba067cc3db37579cb8ed6d5b9487f8e3c89114f65af69333c38d374cf7634d7aef8d5a2d5c7fd8e9b1f4930c0897d6da10
+DIST distcc-3.3.3.tar.gz 1195666 BLAKE2B 
b393fdb20eb555dec794bf55c1287dd804a576e0a5db9f2fa84c3924a40185a193231aea807353918430297c9c83c7592fd521cf73c92a72bf30b8a69caa
 SHA512 
d5e7fc67f49ee640cef753038b5c0ebcbbac61c6ac29f20ee4736b045a89979ced765717c46383a4fadc50a4fe34e94e58e307509144414a9ca19eb4cc68a135

diff --git a/sys-devel/distcc/distcc-3.3.3.ebuild 
b/sys-devel/distcc/distcc-3.3.3.ebuild
new file mode 100644
index 000..7d4e47111f2
--- /dev/null
+++ b/sys-devel/distcc/distcc-3.3.3.ebuild
@@ -0,0 +1,196 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit autotools flag-o-matic python-single-r1 systemd \
+   toolchain-funcs user xdg-utils prefix
+
+DESCRIPTION="Distribute compilation of C code across several machines on a 
network"
+HOMEPAGE="http://distcc.org/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="gnome gssapi gtk hardened ipv6 selinux xinetd zeroconf"
+
+RESTRICT="test"
+
+CDEPEND="${PYTHON_DEPS}
+   dev-libs/popt
+   gnome? (
+   >=gnome-base/libgnome-2
+   >=gnome-base/libgnomeui-2
+   x11-libs/gtk+:2
+   x11-libs/pango
+   )
+   gssapi? ( net-libs/libgssglue )
+   gtk? ( x11-libs/gtk+:2 )
+   zeroconf? ( >=net-dns/avahi-0.6[dbus] )
+"
+DEPEND="${CDEPEND}
+   sys-devel/autoconf-archive
+   sys-libs/binutils-libs
+   virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+   !net-misc/pump
+   dev-util/shadowman
+   >=sys-devel/gcc-config-1.4.1
+   selinux? ( sec-policy/selinux-distcc )
+   xinetd? ( sys-apps/xinetd )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+pkg_setup() {
+   enewuser distcc 240 -1 -1 daemon
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   eapply "${FILESDIR}/${PN}-3.0-xinetd.patch"
+   # bug #255188
+   eapply "${FILESDIR}/${PN}-3.3.2-freedesktop.patch"
+   # SOCKSv5 support needed for Portage, bug #537616
+   eapply "${FILESDIR}/${PN}-3.2_rc1-socks5.patch"
+   eapply_user
+
+   # Bugs #120001, #167844 and probably more. See patch for description.
+   use hardened && eapply "${FILESDIR}/distcc-hardened.patch"
+
+   sed -i \
+   -e "/PATH/s:\$distcc_location:${EPREFIX}/usr/lib/distcc/bin:" \
+   -e "s:@PYTHON@:${EPYTHON}:" \
+   pump.in || die "sed failed"
+
+   sed \
+   -e "s:@EPREFIX@:${EPREFIX:-/}:" \
+   -e "s:@libdir@:/usr/lib:" \
+   "${FILESDIR}/distcc-config" > "${T}/distcc-config" || die
+
+   hprefixify update-distcc-symlinks.py src/{serve,daemon}.c
+   python_fix_shebang update-distcc-symlinks.py "${T}/distcc-config"
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --disable-Werror
+   --libdir=/usr/lib
+   $(use_enable ipv6 rfc2553)
+   $(use_with gtk)
+   $(use_with gnome)
+   $(use_with gssapi auth)
+   $(use_with zeroconf avahi)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   # override GZIP_BIN to stop it from compressing manpages
+   emake DESTDIR="${D}" GZIP_BIN=false install
+   python_optimize
+
+   newinitd "${FILESDIR}/distccd.initd" distccd
+   systemd_newunit "${FILESDIR}/distccd.service-1" distccd.service
+   systemd_install_serviced "${FILESDIR}/distccd.service.conf"
+
+   cp "${FILESDIR}/distccd.confd" "${T}/distccd" || die
+   if use zeroconf; then
+   cat >> "${T}/distccd" <<-EOF || die
+
+   # Enable zeroconf support in distccd
+   DISTCCD_OPTS="\${DISTCCD_OPTS} --zeroconf"
+   EOF
+
+   sed -i '/ExecStart/ s|$| 

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

2019-08-14 Thread Michał Górny
commit: 9913fea72ccde9346a0c6f2b85c7f7b56e45b802
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 14 21:48:13 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 14 23:04:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9913fea7

dev-python/setuptools: Bump to 41.1.0

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

 dev-python/setuptools/Manifest |  1 +
 dev-python/setuptools/setuptools-41.1.0.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index 3f2a220d785..1ee9932b727 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -5,3 +5,4 @@ DIST setuptools-40.8.0.zip 845071 BLAKE2B 
a76b92a7e3a5cd87d74f3ff5f49fe4c6b2a1f0
 DIST setuptools-40.9.0.zip 847572 BLAKE2B 
1ef3f05d747a67395f705ad46bf066f400c9a5ad97efe73175e72eb9091c929cb61a526da1206f431a4e054939e0fd2b2a841a892c6cc76a6116cf781112b472
 SHA512 
2d278ef162139dfb1dd3640154ae3db755ff5c2285810c85b0452d12e3f3cb199e3f1a1ec7cc43a377d42cd4f86e97e2c773d9f0a3bef8dc1acbf31e6f61033f
 DIST setuptools-41.0.0.zip 848208 BLAKE2B 
8d92cfb25f4ac1d0fd209b524693d66eca8fbc43b0ae4bf81343dd97820fd3b0572c8994c6ed1ee8c18e86a7eb4a6154dba53d81da081c950fa1ae1b61e023cf
 SHA512 
e0f310368c50d954c8b0499ca2ea0e969e82515d0526b854c47d74cf6bb5af505cc522d926a346ab636163af6a85d1b40658c1701e759fbdf36f817af79ba7b1
 DIST setuptools-41.0.1.zip 849016 BLAKE2B 
e07d3eb864c96fc797f1ef2f93b2adcdc310a817339b51af1fc1b3b262fe86ad1bf35741fa3485f94d267bcaa55fded92f62754b3bb4544a27e21b507465c269
 SHA512 
022ac63b27da157ddab5eef34d4452f30b3798c3555779255686ecedcb98d6d60a9ac0b1a077b28426e3306d4ed5e89f1eea2894f9da6def57376596c01595b9
+DIST setuptools-41.1.0.zip 851100 BLAKE2B 
1a2dcb1d3f1a34d9a5dab5156b76cddb03da0f3745e57ebdd363cdd23512df0de8f0d3131c930e2b67ae34fc15f75a9c06802826f97508bfb937a9e45ff287f4
 SHA512 
07e3381fffc7b75051640c07e334794cb008682e05ab8bbd5bb1e9757fd36305997a2974c424fd474411941f5ff014a53ec1edc276543593b238fe1e97d7d106

diff --git a/dev-python/setuptools/setuptools-41.1.0.ebuild 
b/dev-python/setuptools/setuptools-41.1.0.ebuild
new file mode 100644
index 000..913d8b00ffb
--- /dev/null
+++ b/dev-python/setuptools/setuptools-41.1.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/pypa/setuptools.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+fi
+
+DESCRIPTION="Collection of extensions to Distutils"
+HOMEPAGE="https://github.com/pypa/setuptools 
https://pypi.org/project/setuptools/;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
+   

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

2019-08-14 Thread Michał Górny
commit: bb1dbfea18380e02c8c460c144f4deeb30f18429
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 14 22:00:57 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 14 23:04:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1dbfea

dev-python/certifi: Bump to 2019.6.16

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

 dev-python/certifi/Manifest|  1 +
 dev-python/certifi/certifi-2019.6.16.ebuild| 43 ++
 .../certifi-2018.4.16-use-system-cacerts.patch |  7 +---
 3 files changed, 45 insertions(+), 6 deletions(-)

diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest
index e1534648066..859e4a81c03 100644
--- a/dev-python/certifi/Manifest
+++ b/dev-python/certifi/Manifest
@@ -2,3 +2,4 @@ DIST certifi-2018.10.15.tar.gz 145887 BLAKE2B 
695b4236d67022f12639850fdcd1695703
 DIST certifi-2018.11.29.tar.gz 153772 BLAKE2B 
fb146409560beb85731b136541012f3f114a8e35c1b0ae9a9bac31d10642dc4ff3cad6a7e722e14e1d5092f9d4e3d7f5c4acb231edd2602d3452a6c9cebd323c
 SHA512 
6a6bf1ff98caefcdbf78a8c83e11e155368bacdd806f0ae0c6afa8f513667df6598e594b3584de61acdca3d6049f4a776937f2aa8672b602bd6db7b737f6074e
 DIST certifi-2018.4.16.tar.gz 149967 BLAKE2B 
4a69ec495266d54032dfabc9c17d0b1e78ad1467214f9f981feb4fae279c1f4b5f0bc3f7a643c2229b17d19e32c1ea894dc16d73b036a0b32f17faa9ac55615c
 SHA512 
96369b318df9592ed4ff48d79ae695f89d27d85e8f5de72548fccb19ac15b83a33fb8bc096a3092d7a7f5b201af08805576888418c7927cf48b892df56464682
 DIST certifi-2018.8.24.tar.gz 146866 BLAKE2B 
92a609bffd777a624d18e612e2fa504b1cd4f0764f979d22bf6785158fb928d30984fba16b839f6b4066395dadcca485e6215c6f0b6b550d891673a79ea77c08
 SHA512 
bb0af24570dd4806bc80cd438cae42db82f820de815a6148b184f58c19cd91a03f9275815559817a84220dcbd7c87a4a7d12e35cf4a95a1dbad286a1dfecf907
+DIST certifi-2019.6.16.tar.gz 156721 BLAKE2B 
3990a9c122dbaf554f4482ad97192efa66f1cf54e83bd4ee67248bbea8797dc4da38ab537230a8263a491a2a2115528138965480ef4da6d6cba9ac2af5bff830
 SHA512 
4641626bc5073cd0b3a520855ddef1007dcb42933baa7a3469856f936e725581042bcbd5b67e984ba9748e7faa62b9125cba7dc160dcc5db2eafe46461a29f5e

diff --git a/dev-python/certifi/certifi-2019.6.16.ebuild 
b/dev-python/certifi/certifi-2019.6.16.ebuild
new file mode 100644
index 000..50b26cdf12c
--- /dev/null
+++ b/dev-python/certifi/certifi-2019.6.16.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+
+inherit distutils-r1 prefix readme.gentoo-r1
+
+DESCRIPTION="Python package for providing Mozilla's CA Bundle"
+HOMEPAGE="http://certifi.io/ https://pypi.org/project/certifi;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="app-misc/ca-certificates"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# Do not drop this patch -- this will affect system's security
+PATCHES=( "${FILESDIR}"/certifi-2018.4.16-use-system-cacerts.patch )
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+
+   eprefixify certifi/core.py
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   local DOC_CONTENTS="
+   In Gentoo, we don't use certifi's bundled CA certificates.
+   Instead we remove bundled cacert.pem and patch certifi
+   to return system's CA certificates.
+   "
+   readme.gentoo_create_doc
+
+   # Precaution -- nothing should use bundled CA certificates
+   find "${D}" -name 'cacert.pem' -delete || die "Failed to delete bundled 
CA certificates"
+}

diff --git 
a/dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch 
b/dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch
index 009f21168c1..1c21a2ae1e0 100644
--- a/dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch
+++ b/dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch
@@ -2,14 +2,9 @@ Use system's CA certificate store
 
 --- a/certifi/core.py
 +++ b/certifi/core.py
-@@ -19,9 +19,7 @@ class DeprecatedBundleWarning(DeprecationWarning):
- 
- 
+@@ -21,4 +21,2 @@ class DeprecatedBundleWarning(DeprecationWarning):
  def where():
 -f = os.path.dirname(__file__)
 -
 -return os.path.join(f, 'cacert.pem')
 +return "@GENTOO_PORTAGE_EPREFIX@/etc/ssl/certs/ca-certificates.crt"
- 
- 
- def old_where():



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

2019-08-14 Thread Aaron Bauman
commit: 2b7490f9cfda1b7125e3b3e4fe5790e4f491b4da
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Aug 15 00:39:22 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Aug 15 00:39:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7490f9

profiles/package.mask: for real now

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 20670faf0a2..294adf4d403 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -36,6 +36,7 @@ dev-java/itext
 app-text/jpdftweak
 dev-util/deskzilla
 media-sound/tuxguitar
+sci-mathematics/isabelle
 sci-chemistry/jmol
 sci-mathematics/cvc3
 sci-mathematics/e



[gentoo-commits] repo/gentoo:master commit in: sys-process/xjobs/, sys-process/xjobs/files/

2019-08-14 Thread Michael Orlitzky
commit: a3769d82e127646e75a8fa32d79e971ea5063aa8
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Aug 15 01:01:31 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Aug 15 01:01:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3769d82

sys-process/xjobs: new version 20190725.

This version comes with a few fixes/improvements:

  * An update to EAPI=7.

  * A patch to fix the build against separate libtinfo (bug #689982).
Upstream will include a similar fix in subsequent versions.

  * An unconditional build/runtime dependency on ncurses/libtinfo
which are detected and used automagically by the build system.

Bug: https://bugs.gentoo.org/689982
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Orlitzky  gentoo.org>

 sys-process/xjobs/Manifest |  1 +
 .../search-libtinfo-for-tigetstr-and-tparm.patch   | 32 +++
 sys-process/xjobs/xjobs-20190725.ebuild| 36 ++
 3 files changed, 69 insertions(+)

diff --git a/sys-process/xjobs/Manifest b/sys-process/xjobs/Manifest
index 90c00b2226c..f6db8bc3c73 100644
--- a/sys-process/xjobs/Manifest
+++ b/sys-process/xjobs/Manifest
@@ -1 +1,2 @@
 DIST xjobs-20170829.tgz 109732 BLAKE2B 
7c1db1b8bd5a382364d62093f7c28d4f6d13220c01b757c0f92fe1d20acdce699234e8e0c3fc98105a0e9cd93eb10738473ef95bb1e5bb64725155bc878bdb4e
 SHA512 
9308c239ebf0dfa8374a85d753b2234c083b29e2b65b19028e5e67864df80df345ec232c13777cef8a21d3872408967a065fa8d54761b14a2f452b483b86f80c
+DIST xjobs-20190725.tgz 113216 BLAKE2B 
079b6e104bb160101b2c4ef11e73ff040a8efa30839a39f9c91121b4928ddeefaefa43c3a94e18c9359fb6f66862ad7554598561a4e0c7f36b8f622d9a394340
 SHA512 
23ead9d33ebacb1b3d7a03c72c40dfb34b6254add81b0fde9e458a4be54f6298d2ce6a0b65742ac050685212eea8c5f83d48ea98b09c3928b16e36c7447a9551

diff --git 
a/sys-process/xjobs/files/search-libtinfo-for-tigetstr-and-tparm.patch 
b/sys-process/xjobs/files/search-libtinfo-for-tigetstr-and-tparm.patch
new file mode 100644
index 000..e0600b0b7dc
--- /dev/null
+++ b/sys-process/xjobs/files/search-libtinfo-for-tigetstr-and-tparm.patch
@@ -0,0 +1,32 @@
+From 8272978e3f90aec42101a6f254af779e20cfc0eb Mon Sep 17 00:00:00 2001
+From: Michael Orlitzky 
+Date: Wed, 14 Aug 2019 20:19:24 -0400
+Subject: [PATCH 1/1] Rename configure.in to configure.ac and search libtinfo
+ for tigetstr/tparm.
+
+---
+ configure.in => configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+ rename configure.in => configure.ac (95%)
+
+diff --git a/configure.in b/configure.ac
+similarity index 95%
+rename from configure.in
+rename to configure.ac
+index 21fc034..0baa3cc 100644
+--- a/configure.in
 b/configure.ac
+@@ -72,8 +72,8 @@ AC_CHECK_HEADER([term.h],
+   AC_INCLUDES_DEFAULT
+   )
+ 
+-AC_SEARCH_LIBS(tigetstr,ncurses,)
+-AC_SEARCH_LIBS(tparm,curses,)
++AC_SEARCH_LIBS(tigetstr,ncurses tinfo)
++AC_SEARCH_LIBS(tparm,curses tinfo)
+ 
+ AC_SUBST(DEBUG)
+ AC_SUBST(AUTOCONF)
+-- 
+2.21.0
+

diff --git a/sys-process/xjobs/xjobs-20190725.ebuild 
b/sys-process/xjobs/xjobs-20190725.ebuild
new file mode 100644
index 000..9a5ad730ef3
--- /dev/null
+++ b/sys-process/xjobs/xjobs-20190725.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Reads commands line by line and executes them in parallel"
+HOMEPAGE="http://www.maier-komor.de/xjobs.html;
+SRC_URI="http://www.maier-komor.de/${PN}/${P}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+BDEPEND="sys-devel/flex"
+
+# The ncurses/terminfo libraries are used to provide color and status
+# support; but, they're detected and enabled automagically by the build
+# system. Thus it would do no good to hide them behind a USE flag that
+# can't be turned off.
+DEPEND="sys-libs/ncurses:0="
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/search-libtinfo-for-tigetstr-and-tparm.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_install() {
+   default
+   use examples && dodoc -r examples
+}



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

2019-08-14 Thread Tim Harder
commit: e42f43fd9045e17b07ee860a4410a942d8504a67
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Aug 15 04:39:29 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Aug 15 04:50:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42f43fd

sys-fs/fuse: remove old

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/fuse/Manifest  |  2 --
 sys-fs/fuse/fuse-3.5.0.ebuild | 73 ---
 sys-fs/fuse/fuse-3.6.1.ebuild | 73 ---
 3 files changed, 148 deletions(-)

diff --git a/sys-fs/fuse/Manifest b/sys-fs/fuse/Manifest
index 4051a90142a..e0eea4ece48 100644
--- a/sys-fs/fuse/Manifest
+++ b/sys-fs/fuse/Manifest
@@ -1,5 +1,3 @@
 DIST fuse-2.9.8.tar.gz 4610904 BLAKE2B 
803eebea510834676379df8c9514050efcf47d83c06ba1f5b5756d27f5c32d3a0cc199d826b0c041118c5d2260ff023f58432a0d7b623807c0a4af4da7c34eff
 SHA512 
0a9b14d96c6f98f5c903baf00114bfff72f9aeb97224702bbed370516b2b582401d5b436fcef979918ffd85d69ba4a82c8f722c0b35ebd50f7aa5f4ddfdcf8ad
 DIST fuse-2.9.9.tar.gz 1813177 BLAKE2B 
9e9141380bda46eb0bcce325c6fd293fe3844fe884a4952bb38d4b89dc48b728ffcc891038b3a7a861f05acfacce9dd7bb0e11d600609f3ad0ab278ccbe98847
 SHA512 
3d82fafd04f2924299bb09d2bb144935fa004a43fb9a6568e2e1cc5a60fded2efa1711029a0d7f12b3e6e4501f7217f2ee3545646d89da8dece083cb390f23e2
-DIST fuse-3.5.0.tar.xz 1021676 BLAKE2B 
9e2ec6b5df75c3427ad99ca30f5c88cb1e2291ac05d005280f6a9b121abf978990e7ee84df83b8d866cc996b8fda7e99fdc626d1a24347472aacbfa2531182fe
 SHA512 
953066a25ab2f67fd5a1f15e97f8d739271c42a6260aa29ccc7b9ffddb9c972d2797d93d9ff0d34c6b51a20f3254ef6f748c14f852603280b318b36899867a27
-DIST fuse-3.6.1.tar.xz 1168980 BLAKE2B 
9b02b03760047a545887f215122726a40aa28cbe0ef34cec50a393dc11ac23e2c231f803e53dc969c57cc9b2000905a85bcdcd3567edfc1cda9b9139882e334a
 SHA512 
2234d532bf17f01ee7067e853185b5e9acefaef6d2f8e1ee0177be81f84ade3094ddfaa41e4b586f5a6c53fac53ee0773d5cc08afac8a4851d75a73c07847910
 DIST fuse-3.6.2.tar.xz 126 BLAKE2B 
a48caee0e2b8b7948caff3a8c226fb87a56aa37fb2d4da08cae2f64da274df5636bf15cf8f2a15a87c3138f9a11d34fa287b371d53ddaed5b0f18e9defb4c8e9
 SHA512 
e5eb10c66e8585d47430e289d059a3a58ebf3823304fa35e9be413c8d194401ff5093fac82c7c6911b3c5afde6c1c156aa671d333b193d2d739a7ed1632c4bd8

diff --git a/sys-fs/fuse/fuse-3.5.0.ebuild b/sys-fs/fuse/fuse-3.5.0.ebuild
deleted file mode 100644
index 36c655c869a..000
--- a/sys-fs/fuse/fuse-3.5.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit meson multilib-minimal flag-o-matic udev python-any-r1
-
-DESCRIPTION="An interface for filesystems implemented in userspace"
-HOMEPAGE="https://github.com/libfuse/libfuse;
-SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
-IUSE="test"
-
-DEPEND="virtual/pkgconfig
-   test? (
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')
-   )"
-RDEPEND=">=sys-fs/fuse-common-3.3.0-r1"
-
-DOCS=( AUTHORS ChangeLog.rst README.md doc/README.NFS doc/kernel.txt )
-
-python_check_deps() {
-   has_version "dev-python/pytest[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   # lto not supported yet -- https://github.com/libfuse/libfuse/issues/198
-   filter-flags -flto*
-
-   # passthough_ll is broken on systems with 32-bit pointers
-   cat /dev/null > example/meson.build || die
-}
-
-multilib_src_configure() {
-   meson_src_configure
-}
-
-multilib_src_compile() {
-   eninja
-}
-
-multilib_src_test() {
-   ${EPYTHON} -m pytest test || die
-}
-
-multilib_src_install() {
-   DESTDIR="${D}" eninja install
-}
-
-multilib_src_install_all() {
-   einstalldocs
-
-   # installed via fuse-common
-   rm -r "${ED}"/{etc,$(get_udevdir)} || die
-
-   # handled by the device manager
-   rm -r "${D}"/dev || die
-
-   # manually install man pages to respect compression
-   rm -r "${ED}"/usr/share/man || die
-   doman doc/{fusermount3.1,mount.fuse3.8}
-}

diff --git a/sys-fs/fuse/fuse-3.6.1.ebuild b/sys-fs/fuse/fuse-3.6.1.ebuild
deleted file mode 100644
index 36c655c869a..000
--- a/sys-fs/fuse/fuse-3.6.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit meson multilib-minimal flag-o-matic udev python-any-r1
-
-DESCRIPTION="An interface for filesystems implemented in userspace"
-HOMEPAGE="https://github.com/libfuse/libfuse;
-SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz;
-

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

2019-08-14 Thread Tim Harder
commit: 9b753444ad5bf43480f4a62fe7da2f3ed32712c9
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Aug 15 04:40:02 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Aug 15 04:50:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b753444

sys-fs/fuse: add missing conditional test RESTRICT

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/fuse/fuse-3.6.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-fs/fuse/fuse-3.6.2.ebuild b/sys-fs/fuse/fuse-3.6.2.ebuild
index 36c655c869a..89893637d63 100644
--- a/sys-fs/fuse/fuse-3.6.2.ebuild
+++ b/sys-fs/fuse/fuse-3.6.2.ebuild
@@ -14,6 +14,7 @@ LICENSE="GPL-2 LGPL-2.1"
 SLOT="3"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="virtual/pkgconfig
test? (



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

2019-08-14 Thread Tim Harder
commit: d9a63fb4ac19302272b3a4d6208520917c250ca5
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Aug 15 04:46:36 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Aug 15 04:50:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a63fb4

x11-wm/subtle: update supported ruby versions and bump to EAPI 7

Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/subtle/subtle-0.11.3244.ebuild | 12 ++--
 x11-wm/subtle/subtle-.ebuild  | 12 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/x11-wm/subtle/subtle-0.11.3244.ebuild 
b/x11-wm/subtle/subtle-0.11.3244.ebuild
index 6417ae23f9b..e0a5b55666b 100644
--- a/x11-wm/subtle/subtle-0.11.3244.ebuild
+++ b/x11-wm/subtle/subtle-0.11.3244.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-USE_RUBY="ruby22 ruby23 ruby24"
+EAPI="7"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 inherit ruby-ng toolchain-funcs
 
@@ -28,8 +28,8 @@ RDEPEND="x11-libs/libX11
xpm? ( x11-libs/libXpm )
xtest? ( x11-libs/libXtst )
xrandr? ( x11-libs/libXrandr )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 ruby_add_rdepend "dev-ruby/archive-tar-minitar"
 ruby_add_bdepend "dev-ruby/rake doc? ( dev-ruby/rdoc )"
@@ -79,7 +79,7 @@ all_ruby_install() {
 
dodoc AUTHORS NEWS
 
-   use doc && dohtml -r html/*
+   use doc && dodoc -r html
 }
 
 pkg_postinst() {

diff --git a/x11-wm/subtle/subtle-.ebuild b/x11-wm/subtle/subtle-.ebuild
index 6417ae23f9b..e0a5b55666b 100644
--- a/x11-wm/subtle/subtle-.ebuild
+++ b/x11-wm/subtle/subtle-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-USE_RUBY="ruby22 ruby23 ruby24"
+EAPI="7"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 inherit ruby-ng toolchain-funcs
 
@@ -28,8 +28,8 @@ RDEPEND="x11-libs/libX11
xpm? ( x11-libs/libXpm )
xtest? ( x11-libs/libXtst )
xrandr? ( x11-libs/libXrandr )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 ruby_add_rdepend "dev-ruby/archive-tar-minitar"
 ruby_add_bdepend "dev-ruby/rake doc? ( dev-ruby/rdoc )"
@@ -79,7 +79,7 @@ all_ruby_install() {
 
dodoc AUTHORS NEWS
 
-   use doc && dohtml -r html/*
+   use doc && dodoc -r html
 }
 
 pkg_postinst() {



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

2019-08-14 Thread Tim Harder
commit: 25800c921a039e2a825879c6a0cd992e777f6045
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Aug 15 04:49:21 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Aug 15 04:50:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25800c92

dev-util/cpputest: add missing conditional test RESTRICT

Signed-off-by: Tim Harder  gentoo.org>

 dev-util/cpputest/cpputest-3.8.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-util/cpputest/cpputest-3.8.ebuild 
b/dev-util/cpputest/cpputest-3.8.ebuild
index 4c3046bb40e..f76d8b2c919 100644
--- a/dev-util/cpputest/cpputest-3.8.ebuild
+++ b/dev-util/cpputest/cpputest-3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,9 +11,8 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
-DEPEND="
-   test? ( >=dev-cpp/gtest-1.8.0 )
-"
+DEPEND="test? ( >=dev-cpp/gtest-1.8.0 )"
 
 DOCS=( AUTHORS README.md README_CppUTest_for_C.txt )



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

2019-08-14 Thread Hans de Graaff
commit: 14ba7025d129ba153acd610ecc68872b4b68cdc3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 15 05:11:13 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Aug 15 05:11:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ba7025

dev-util/cucumber-rails: add 1.8.0

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

 dev-util/cucumber-rails/Manifest   |  1 +
 .../cucumber-rails/cucumber-rails-1.8.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-util/cucumber-rails/Manifest b/dev-util/cucumber-rails/Manifest
index 5ee3ff90ac1..0f5c5bdc99f 100644
--- a/dev-util/cucumber-rails/Manifest
+++ b/dev-util/cucumber-rails/Manifest
@@ -1,2 +1,3 @@
 DIST cucumber-rails-1.6.0.gem 409088 BLAKE2B 
05263cd0183a6b6ae4a3091eba6e4d6f6bc1f21f434757e86b0f150c1c18c98773b210db31a4f58710c05d09324605048586aa8d62274ed1861dd7e2bba97b25
 SHA512 
dab37f8777e2bc06c07141baa84091cd5128fa90631f1ecf381e2a8fb22f024a1f5af96edd212148c4a9e30791efb9f2602a71058f3b7c6fc494dfd10bfefb00
 DIST cucumber-rails-1.7.0.gem 411648 BLAKE2B 
09f6e79384869e0d901cb7dda607f2db29b0a924cd57fac56f88e5a90ef5f79348246e91195ecb437ae88e2e5f3f2e17bbfc651b8ff6e01cfc92cc86c544b5be
 SHA512 
05f91606ebfd5db6608120b7057c767efaccee1dfb2eb99113e9cc6f55e594bd4181f54c8a38780b451bf7dc53862180e80a3c62a81ee8b1ea6aaf54682599c2
+DIST cucumber-rails-1.8.0.gem 43008 BLAKE2B 
ac2fbc89ea952add031429b281986de37b3a8511e398b34d49435c70221b3c454589c51acd5b1fcecdf0285a8e446d4c2c0e0a77216eb78f8fa222086fb6db36
 SHA512 
757f50719309418353cf1e6b42902ce6166806d2e2a9cd1a27842ffde3d8ce61af97de12f4ffa9e31a50693cc8c40ece9a74e5ec91973096e77860b56034d439

diff --git a/dev-util/cucumber-rails/cucumber-rails-1.8.0.ebuild 
b/dev-util/cucumber-rails/cucumber-rails-1.8.0.ebuild
new file mode 100644
index 000..c81500b4da1
--- /dev/null
+++ b/dev-util/cucumber-rails/cucumber-rails-1.8.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+# There are also cucumber features. They require a Rails project with
+# factory girl which we don't have packaged yet.
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="cucumber-rails.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Executable feature scenarios for Rails"
+HOMEPAGE="https://github.com/cucumber/cucumber/wikis;
+LICENSE="Ruby"
+
+KEYWORDS="~amd64"
+SLOT="1"
+IUSE=""
+
+# Restrict tests since Appraisal is now mandatory to manage different
+# rails versions, even for the specs.
+RESTRICT="test"
+#ruby_add_bdepend "
+#  test? (
+#  >=dev-ruby/ammeter-0.2.2
+#  >=dev-ruby/rspec-rails-2.7.0:2
+#  )"
+
+ruby_add_rdepend "
+   >=dev-util/cucumber-3.0.2 =dev-ruby/nokogiri-1.8
+   >=dev-ruby/capybara-2.12:* =dev-ruby/railties-4.2:* =dev-ruby/mime-types-2.0:* 

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

2019-08-14 Thread Hans de Graaff
commit: 90af495d5b44941ca972dc2d85f4bd5464d18e3c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 15 05:07:58 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Aug 15 05:07:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90af495d

dev-ruby/gettext-setup: add 0.31

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

 dev-ruby/gettext-setup/Manifest  |  1 +
 dev-ruby/gettext-setup/gettext-setup-0.31.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/gettext-setup/Manifest b/dev-ruby/gettext-setup/Manifest
index 155a254e335..97d62744156 100644
--- a/dev-ruby/gettext-setup/Manifest
+++ b/dev-ruby/gettext-setup/Manifest
@@ -1 +1,2 @@
 DIST gettext-setup-0.30.tar.gz 15952 BLAKE2B 
d224e0fee34b0735fdf22abe2efe81b45c6494fc48ca509daf076cda9d3b83dc6dcd3e44c20ae9776d98b7d6128e5b9a93fa49ba1f2daa4b00929714e8d7365c
 SHA512 
6ee398a131098f46dcc2951d166081a90872330b6ba5637292eb326b1bd6f40f46350f6be7b2b9ebee0c62442609700e06d25befcbcbf6510f3d96e656855124
+DIST gettext-setup-0.31.tar.gz 16043 BLAKE2B 
762d40295644acaaae27045a8a03ddb6a9e0f44093754492da3af4ce9a65fe4f58b9eb53a5d837dd1e553a7301dde29cbe27d4f6a6e7c7fc737ca9516b6eb3c4
 SHA512 
ac408d37a4feb03043368db6dd1e0fe3cc1f08c5d0c161ae8e9b80d0ac514e7d5891fdbdbcafa7bc72c960d38b6965b73c56d5d4e9a3fe1da0502667c33142ef

diff --git a/dev-ruby/gettext-setup/gettext-setup-0.31.ebuild 
b/dev-ruby/gettext-setup/gettext-setup-0.31.ebuild
new file mode 100644
index 000..0fc883565d7
--- /dev/null
+++ b/dev-ruby/gettext-setup/gettext-setup-0.31.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A gem to ease i18n"
+HOMEPAGE="https://github.com/puppetlabs/gettext-setup-gem;
+SRC_URI="https://github.com/puppetlabs/gettext-setup-gem/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+RUBY_S="${PN}-gem-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/fast_gettext-1.1.0:0
+   >=dev-ruby/ruby-gettext-3.0.2
+   dev-ruby/locale
+"
+
+all_ruby_prepare() {
+   sed -i -e 's/1.1.0/1.1/' \
+   -e "s/spec.version.*$/spec.version = '${PV}'/" 
${RUBY_FAKEGEM_GEMSPEC} || die
+
+   sed -i -e '/simplecov/,/^end/ s:^:#: ; 1irequire "date"' 
spec/spec_helper.rb || die
+
+   # Avoid spec with specific locale requirements
+   sed -i -e '/can clear the locale/,/^end/ s:^:#:' 
spec/lib/gettext-setup/gettext_setup_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/culmus/

2019-08-14 Thread Andreas K. Hüttel
commit: d6ad7ba5d7404e16e03e8c848f0e20c1e5b1152a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Aug 14 19:45:11 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Aug 14 19:45:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ad7ba5

media-fonts/culmus: arm stable, bug 689414; remove old

Bug: https://bugs.gentoo.org/689414
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 media-fonts/culmus/culmus-0.120-r4.ebuild | 176 --
 media-fonts/culmus/culmus-0.120-r5.ebuild |   2 +-
 2 files changed, 1 insertion(+), 177 deletions(-)

diff --git a/media-fonts/culmus/culmus-0.120-r4.ebuild 
b/media-fonts/culmus/culmus-0.120-r4.ebuild
deleted file mode 100644
index 4388a4b0bda..000
--- a/media-fonts/culmus/culmus-0.120-r4.ebuild
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit font
-
-# Maintainer: also check culmus.conf file in ${P}.tar.gz
-
-MY_A_P=AncientSemiticFonts-0.06-1
-# The Type 1 fonts are just a stripped version of TrueType fonts and they are
-# not updated unless there is a meaningful change and we need them for
-# culmus-latex, see bug #350657
-TYPE1_PV=0.105
-
-DESCRIPTION="Hebrew Type1 fonts"
-HOMEPAGE="http://culmus.sourceforge.net/;
-
-FANCY_FONTS="journal hillel anka comix gan ozrad ktav-yad dorian gladia horev"
-FANCY_YG_FONTS="ShmuelCLM MakabiYG"
-TAAMEY_FONTS="TaameyDavidCLM TaameyFrankCLM KeterAramTsova KeterYG"
-
-SRC_URI="mirror://sourceforge/culmus/${P}.tar.gz
-   mirror://sourceforge/culmus/${PN}-type1-${TYPE1_PV}.tar.gz
-   fontforge? ( mirror://sourceforge/culmus/${PN}-src-${PV}.tar.gz )
-   ancient? ( !fontforge? ( mirror://sourceforge/culmus/${MY_A_P}.TTF.tgz )
-   fontforge? ( mirror://sourceforge/culmus/${MY_A_P}.tgz ) )"
-SRC_URI+=" fancy? ( $(printf "http://culmus.sourceforge.net/fancy/%s.tar.gz " 
${FANCY_FONTS}) )"
-SRC_URI+=" fancy? ( $(printf "http://culmus.sourceforge.net/fancy-yg/%s.zip " 
${FANCY_YG_FONTS}) )"
-SRC_URI+=" taamey? ( $(printf "http://culmus.sourceforge.net/taamim/%s.zip " 
${TAAMEY_FONTS}) )"
-
-# Some fonts are available in otf format too. Do we need them?
-#  http://culmus.sourceforge.net/fancy/anka-otf.zip
-#  http://culmus.sourceforge.net/fancy/hillel-otf.zip
-#  http://culmus.sourceforge.net/fancy/journal-otf.zip
-
-LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="ancient fancy fontforge taamey"
-
-FONT_CONF=( "${T}/65-culmus.conf" )
-
-RDEPEND="!media-fonts/culmus-ancient"
-# >=x11-apps/mkfontscale-1.0.9-r1 as Heavy weight support is required
-DEPEND="${RDEPEND}
-   >=x11-apps/mkfontscale-1.0.9-r1
-   fontforge? ( media-gfx/fontforge )"
-
-S=${WORKDIR}
-# Put all fonts, generated or not here
-FONT_S=${S}/FONTS
-
-src_unpack() {
-   unpack ${P}.tar.gz # For type1 fonts...
-   unpack ${PN}-type1-${TYPE1_PV}.tar.gz
-   use fontforge && unpack ${PN}-src-${PV}.tar.gz
-
-   use ancient && unpack ${MY_A_P}$(use fontforge || echo .TTF).tgz
-
-   if use fancy; then
-   unpack $(printf "%s.tar.gz " ${FANCY_FONTS})
-   unpack $(printf "%s.zip " ${FANCY_YG_FONTS})
-   mv TTF/* .
-   fi
-
-   if use taamey; then
-   for font in ${TAAMEY_FONTS}; do
-   mkdir ${font}
-   pushd ${font}
-   unpack ${font}.zip
-   popd >/dev/null
-   done
-   fi
-}
-
-src_prepare() {
-   cp "${P}/culmus.conf" "${T}/65-culmus.conf" || die
-}
-
-src_compile() {
-   mkdir -p "${FONT_S}"
-   if use fontforge; then
-   pushd ${P}
-   mv *.afm *.pfa "${FONT_S}"
-   rm *.ttf
-   popd >/dev/null
-
-   pushd ${PN}-type1-${TYPE1_PV}
-   mv *.afm *.pfa "${FONT_S}"
-   popd >/dev/null
-
-   pushd ${PN}-src-${PV}
-   for f in *.sfd; do
-   "${WORKDIR}"/${PN}-src-${PV}/GenerateTTF.pe ${f} 
"${FONT_S}" || die
-   done
-   popd >/dev/null
-
-   if use ancient; then
-   pushd ${MY_A_P}/src
-   export FONTFORGE_LANGUAGE=ff
-   make clean
-   make all || die "Failed to build fonts"
-   mv *.ttf "${FONT_S}"
-   popd >/dev/null
-   fi
-
-   if use taamey; then
-   for font in ${TAAMEY_FONTS}; do
-   rm -rf ${font}/TTF
-   pushd ${font}/SFD
-   for f in *.sfd; do
-   

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

2019-08-14 Thread Aaron Bauman
commit: 76dc9d72ea85ea427b36c5224130fb5063e9579f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Aug 14 19:49:23 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Aug 14 19:49:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76dc9d72

profiles/package.mask: mask dev-java/groovy

* 1 rdep

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

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8f527474131..4b8627ec26e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron Bauman  (2019-08-14)
+# open sec bug #605690, unmaintained
+# Removal in 30 days
+dev-java/groovy
+app-misc/freemind
+
 # Aaron Bauman  (2019-08-14)
 # open sec bug #576874, unmaintained in Gentoo
 # no rdeps. Removal in 30 days



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

2019-08-14 Thread Aaron Bauman
commit: 23e4ebd36288a78038ba403891819de76fb2d94f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Aug 14 19:58:03 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Aug 14 19:58:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e4ebd3

profiles/package.mask: mask dev-java/svgsalamander

* 1 rdep

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

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 4b8627ec26e..76a2991c29c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron Bauman  (2019-08-14)
+# open sec bug #607720, unmaintained
+# Removal in 30 days
+dev-java/svgsalamander
+dev-java/flyingsaucer
+
 # Aaron Bauman  (2019-08-14)
 # open sec bug #605690, unmaintained
 # Removal in 30 days



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

2019-08-14 Thread Aaron Bauman
commit: c543f10628751b6f7dae48ff3b56e2df9a5fa59d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Aug 14 20:01:21 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Aug 14 20:01:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c543f106

profiles/package.mask: mask dev-java/logback

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

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 76a2991c29c..79148327b2d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron Bauman  (2019-08-14)
+# open sec bug #612914, unmaintained
+# Removal in 30 days
+dev-java/logback
+
 # Aaron Bauman  (2019-08-14)
 # open sec bug #607720, unmaintained
 # Removal in 30 days



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

2019-08-14 Thread Aaron Bauman
commit: e80934f925f9640a1c43020531ff1d06fe5e67d4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Aug 14 20:10:11 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Aug 14 20:10:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80934f9

profiles/package.mask: mask dev-java/smack

* Package has longstanding vulnerabilities
* Unmaintained in Gentoo

Bug: https://bugs.gentoo.org/509354
Bug: https://bugs.gentoo.org/519216
Bug: https://bugs.gentoo.org/603440

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 79148327b2d..21a15f96ea6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,33 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron Bauman  (2019-08-14)
+# longstanding sec vulns, unpatched, not maintained
+# bug #509354, #519216, #603440
+# list includes rdeps. Removal in 30 days.
+dev-java/smack
+dev-java/netbeans-ide
+dev-java/netbeans-apisupport
+dev-java/netbeans-cnd
+dev-java/netbeans-dlight
+dev-java/netbeans-enterprise
+dev-java/netbeans-enterprise
+dev-java/netbeans-ergonomics
+dev-java/netbeans-extide
+dev-java/netbeans-groovy
+dev-java/netbeans-java
+dev-java/netbeans-java
+dev-java/netbeans-javacard
+dev-java/netbeans-javadoc
+dev-java/netbeans-javafx
+dev-java/netbeans-mobility
+dev-java/netbeans-nb
+dev-java/netbeans-php
+dev-java/netbeans-profiler
+dev-java/netbeans-webcommon
+dev-java/netbeans-websvccommon
+dev-util/netbeans
+
 # Aaron Bauman  (2019-08-14)
 # open sec bug #612914, unmaintained
 # Removal in 30 days



  1   2   >