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

2019-06-14 Thread Georgy Yakovlev
commit: 914811a748252926bbea9158756b2591982ff463
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jun 14 21:52:04 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun 14 22:07:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914811a7

sys-fs/zfs: bump to 0.8.1

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

 sys-fs/zfs/Manifest |   1 +
 sys-fs/zfs/zfs-0.8.1.ebuild | 250 
 2 files changed, 251 insertions(+)

diff --git a/sys-fs/zfs/Manifest b/sys-fs/zfs/Manifest
index 825a5d4f397..d96bcf93180 100644
--- a/sys-fs/zfs/Manifest
+++ b/sys-fs/zfs/Manifest
@@ -2,3 +2,4 @@ DIST zfs-0.6.5.11.tar.gz 2521959 BLAKE2B 
95b145a26620995343df1a468367b882bc71ab3
 DIST zfs-0.7.12.tar.gz 6565017 BLAKE2B 
493df30ecce1f169e02d6c8262ba71cc9e7b01d5b17ce188004f522f0c93943b858434067cba8173ccb3e08cde24a1d3e8a3996b2e852f8bc35251f8c4ab3809
 SHA512 
278e411eac5fb2a91108671b64521c2bd5c08024d5829e1679d8f243dfc3c6317363ed9c79dabfddecf425acb6b3003eeaf4e7d991513cbcae4d2644f5d30bf2
 DIST zfs-0.7.13.tar.gz 6614047 BLAKE2B 
c59c46287715779eb04d69333b0a417fa9865eb0d61c642b043188c4c97d4eed369f76a48327326ed1d4dd608ff95d91d20d26c80ed0b120a8fcd5f83cea638f
 SHA512 
457d8f110b68c9656194cd3738b216d5d807d680e5cfc6ed1f3cf5ebde67860476387c6b862ba3ba7f972d8945075963e6c325543ab84468e3eff5dbce68476e
 DIST zfs-0.8.0.tar.gz 9084737 BLAKE2B 
c3095ca07b7c36fa204274be1166fd244894de70b97a11da32606b08e9bb150bc1326ac8424d5c001eb33d2d94e214d3944ddfce885844885c55291a82f11a2f
 SHA512 
ba29f1644ec6807f4cad574e4950e56026316c3d405c9fc40a63ab34c2400d508521b09f656ac97898e5feaca5e0b259d9d4d85f75a4b1782a9db13d3b14cdc6
+DIST zfs-0.8.1.tar.gz 8668360 BLAKE2B 
f18268656381c20af6bd18421636a1c56633c7eafaf91b1308d15508d5f4bdcfa5dfbb4e09d0302ac3de9d6a4f69718fe9c3d083ed5b3ab2a32c6fb7a1db624b
 SHA512 
1fb3957f65dbe94edaffcedb5b2694390dc14e472c11f7e63184a9ea6a774e79a43d47a2d789b7ced233fc67c76583bf7d5c1bda0692bb07929673e2a57f4667

diff --git a/sys-fs/zfs/zfs-0.8.1.ebuild b/sys-fs/zfs/zfs-0.8.1.ebuild
new file mode 100644
index 000..129f3484544
--- /dev/null
+++ b/sys-fs/zfs/zfs-0.8.1.ebuild
@@ -0,0 +1,250 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit bash-completion-r1 flag-o-matic linux-info linux-mod distutils-r1 
systemd toolchain-funcs udev
+
+DESCRIPTION="Userland utilities for ZFS Linux kernel module"
+HOMEPAGE="https://zfsonlinux.org/;
+
+if [[ ${PV} == "" ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git;
+else
+   
SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD-2 CDDL MIT"
+SLOT="0"
+IUSE="custom-cflags debug kernel-builtin python +rootfs test-suite static-libs"
+
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   net-libs/libtirpc
+   sys-apps/util-linux[static-libs?]
+   sys-libs/zlib[static-libs(+)?]
+   virtual/awk
+   python? (
+   virtual/python-cffi[${PYTHON_USEDEP}]
+   )
+"
+
+BDEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   python? (
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   !=sys-apps/grep-2.13*
+   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV} )
+   !sys-fs/zfs-fuse
+   !prefix? ( virtual/udev )
+   sys-fs/udev-init-scripts
+   rootfs? (
+   app-arch/cpio
+   app-misc/pax-utils
+   !"
+   eerror "Block devices --->"
+   eerror "[X] Loopback device 
support"
+   fi
+   fi
+   fi
+   fi
+}
+
+src_prepare() {
+   default
+
+   if [[ ${PV} == "" ]]; then
+   eautoreconf
+   else
+   # Set revision number
+   sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" META || die 
"Could not set Gentoo release"
+   fi
+
+   # 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 || die
+
+   if use python; then
+   pushd contrib/pyzfs >/dev/null || die
+   distutils-r1_src_prepare
+   popd >/dev/null || die
+   fi
+}
+
+src_configure() {
+   use custom-cflags || strip-flags
+
+   local myconf=(
+   --bindir="${EPREFIX}/bin"
+   --enable-systemd
+   --enable-sysvinit
+   --localstatedir="${EPREFIX}/var"
+   --sbindir="${EPREFIX}/sbin"
+   --with-config=user
+   

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

2019-06-14 Thread Georgy Yakovlev
commit: ac7fecfd487572220e05ad3af8c838a2f7edb129
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jun 14 21:51:07 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun 14 22:07:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7fecfd

sys-fs/zfs-kmod: bump to 0.8.1

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

 sys-fs/zfs-kmod/Manifest  |   1 +
 sys-fs/zfs-kmod/zfs-kmod-0.8.1.ebuild | 175 ++
 2 files changed, 176 insertions(+)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index 825a5d4f397..d96bcf93180 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -2,3 +2,4 @@ DIST zfs-0.6.5.11.tar.gz 2521959 BLAKE2B 
95b145a26620995343df1a468367b882bc71ab3
 DIST zfs-0.7.12.tar.gz 6565017 BLAKE2B 
493df30ecce1f169e02d6c8262ba71cc9e7b01d5b17ce188004f522f0c93943b858434067cba8173ccb3e08cde24a1d3e8a3996b2e852f8bc35251f8c4ab3809
 SHA512 
278e411eac5fb2a91108671b64521c2bd5c08024d5829e1679d8f243dfc3c6317363ed9c79dabfddecf425acb6b3003eeaf4e7d991513cbcae4d2644f5d30bf2
 DIST zfs-0.7.13.tar.gz 6614047 BLAKE2B 
c59c46287715779eb04d69333b0a417fa9865eb0d61c642b043188c4c97d4eed369f76a48327326ed1d4dd608ff95d91d20d26c80ed0b120a8fcd5f83cea638f
 SHA512 
457d8f110b68c9656194cd3738b216d5d807d680e5cfc6ed1f3cf5ebde67860476387c6b862ba3ba7f972d8945075963e6c325543ab84468e3eff5dbce68476e
 DIST zfs-0.8.0.tar.gz 9084737 BLAKE2B 
c3095ca07b7c36fa204274be1166fd244894de70b97a11da32606b08e9bb150bc1326ac8424d5c001eb33d2d94e214d3944ddfce885844885c55291a82f11a2f
 SHA512 
ba29f1644ec6807f4cad574e4950e56026316c3d405c9fc40a63ab34c2400d508521b09f656ac97898e5feaca5e0b259d9d4d85f75a4b1782a9db13d3b14cdc6
+DIST zfs-0.8.1.tar.gz 8668360 BLAKE2B 
f18268656381c20af6bd18421636a1c56633c7eafaf91b1308d15508d5f4bdcfa5dfbb4e09d0302ac3de9d6a4f69718fe9c3d083ed5b3ab2a32c6fb7a1db624b
 SHA512 
1fb3957f65dbe94edaffcedb5b2694390dc14e472c11f7e63184a9ea6a774e79a43d47a2d789b7ced233fc67c76583bf7d5c1bda0692bb07929673e2a57f4667

diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.8.1.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-0.8.1.ebuild
new file mode 100644
index 000..0d936563c24
--- /dev/null
+++ b/sys-fs/zfs-kmod/zfs-kmod-0.8.1.ebuild
@@ -0,0 +1,175 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic linux-info linux-mod toolchain-funcs
+
+DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
+HOMEPAGE="https://zfsonlinux.org/;
+
+if [[ ${PV} == "" ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git;
+else
+   
SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz;
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/zfs-${PV}"
+   ZFS_KERNEL_COMPAT="5.1"
+fi
+
+LICENSE="CDDL debug? ( GPL-2+ )"
+SLOT="0"
+IUSE="custom-cflags debug +rootfs"
+
+DEPEND=""
+
+RDEPEND="${DEPEND}
+   !sys-fs/zfs-fuse
+   !sys-kernel/spl
+"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/awk
+"
+
+RESTRICT="debug? ( strip ) test"
+
+DOCS=( AUTHORS COPYRIGHT META README.md )
+
+pkg_setup() {
+   linux-info_pkg_setup
+
+   CONFIG_CHECK="
+   !DEBUG_LOCK_ALLOC
+   EFI_PARTITION
+   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
+   "
+
+   use arm64 && CONFIG_CHECK="${CONFIG_CHECK} !PREEMPT"
+
+   kernel_is -lt 5 && CONFIG_CHECK="${CONFIG_CHECK} IOSCHED_NOOP"
+
+   kernel_is -ge 2 6 32 || die "Linux 2.6.32 or newer required"
+
+   if [[ ${PV} != "" ]]; then
+   local kv_major_max kv_minor_max zcompat
+   zcompat="${ZFS_KERNEL_COMPAT_OVERRIDE:-${ZFS_KERNEL_COMPAT}}"
+   kv_major_max="${zcompat%%.*}"
+   zcompat="${zcompat#*.}"
+   kv_minor_max="${zcompat%%.*}"
+   kernel_is -le "${kv_major_max}" "${kv_minor_max}" || die \
+   "Linux ${kv_major_max}.${kv_minor_max} is the latest 
supported version"
+   fi
+
+   check_extra_config
+}
+
+src_prepare() {
+   default
+
+   if [[ ${PV} == "" ]]; then
+   eautoreconf
+   else
+   # Set module revision number
+   sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" META || die 
"Could not set Gentoo release"
+   fi
+
+   # Remove GPLv2-licensed ZPIOS unless we are debugging
+   use debug || sed -e 's/^subdir-m += zpios$//' -i module/Makefile.in
+}
+
+src_configure() 

[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/powerpc/ppc32/17.0/uclibc/

2019-06-14 Thread Anthony G. Basile
commit: ae28065309e859564786c3084e52d11bc5d8cc30
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Jun 14 22:00:23 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jun 14 22:00:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae280653

profiles: tweak default USE flags for ppc uclibc

Signed-off-by: Anthony G. Basile  gentoo.org>

 profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use  | 3 +++
 profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use.mask | 4 
 2 files changed, 7 insertions(+)

diff --git a/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use 
b/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use
new file mode 100644
index 000..c5b2c94bf03
--- /dev/null
+++ b/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use
@@ -0,0 +1,3 @@
+# Anthony G. Basile  (14 Jun 2019)
+# This is needed for default stage3
+sys-libs/gdbm berkdb

diff --git a/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use.mask 
b/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use.mask
index 6cb4c23de17..19760ecc41d 100644
--- a/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use.mask
+++ b/profiles/default/linux/powerpc/ppc32/17.0/uclibc/package.use.mask
@@ -1,3 +1,7 @@
 # Anthony G. Basile  (12 Jun 2019)
 # Unfortunately pie has broken on ppc uclibc for years
 sys-devel/gcc pie
+
+# Anthony G. Basile  (14 Jun 2019)
+# pie is also broken on openssh uclibc
+net-misc/openssh pie



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

2019-06-14 Thread Patrick McLean
commit: 4755d09cbd780ec84807b1190364591c76988de5
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jun 14 21:03:02 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jun 14 21:03:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4755d09c

dev-util/bpftrace: Update live ebuild to work with current git

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

 dev-util/bpftrace/bpftrace-.ebuild |   8 +-
 .../bpftrace-0.10_pre20190614-install-libs.patch   | 115 +
 2 files changed, 119 insertions(+), 4 deletions(-)

diff --git a/dev-util/bpftrace/bpftrace-.ebuild 
b/dev-util/bpftrace/bpftrace-.ebuild
index 74351e85e8c..659b5f9766a 100644
--- a/dev-util/bpftrace/bpftrace-.ebuild
+++ b/dev-util/bpftrace/bpftrace-.ebuild
@@ -22,10 +22,11 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="test"
 
-COMMON_DEPEND="sys-devel/clang:=
+COMMON_DEPEND="dev-util/systemtap
+   sys-devel/clang:=
dev-libs/libbpf:=
>=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)]
-   >=dev-util/bcc-0.9.0:=
+   >=dev-util/bcc-0.10.0:=
virtual/libelf"
 DEPEND="${COMMON_DEPEND}
test? ( dev-cpp/gtest )"
@@ -37,9 +38,8 @@ BDEPEND+="dev-util/cmake
 QA_DT_NEEDED="/usr/lib.*/libbpftraceresources.so"
 
 PATCHES=(
-   "${FILESDIR}/bpftrace-0.9_pre20190311-install-libs.patch"
+   "${FILESDIR}/bpftrace-0.10_pre20190614-install-libs.patch"
"${FILESDIR}/bpftrace-mandir.patch"
-   "${FILESDIR}/bpftrace-0.9-llvm-8.patch"
 )
 
 # lots of fixing needed

diff --git 
a/dev-util/bpftrace/files/bpftrace-0.10_pre20190614-install-libs.patch 
b/dev-util/bpftrace/files/bpftrace-0.10_pre20190614-install-libs.patch
new file mode 100644
index 000..f4483570c99
--- /dev/null
+++ b/dev-util/bpftrace/files/bpftrace-0.10_pre20190614-install-libs.patch
@@ -0,0 +1,115 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e8870c6..a55385d 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -47,9 +47,10 @@ find_package(FLEX REQUIRED)
+ bison_target(bison_parser src/parser.yy ${CMAKE_BINARY_DIR}/parser.tab.cc 
VERBOSE)
+ flex_target(flex_lexer src/lexer.l ${CMAKE_BINARY_DIR}/lex.yy.cc)
+ add_flex_bison_dependency(flex_lexer bison_parser)
+-add_library(parser ${BISON_bison_parser_OUTPUTS} ${FLEX_flex_lexer_OUTPUTS})
+-target_compile_options(parser PRIVATE "-w")
+-target_include_directories(parser PUBLIC src src/ast ${CMAKE_BINARY_DIR})
++add_library(bpftraceparser ${BISON_bison_parser_OUTPUTS} 
${FLEX_flex_lexer_OUTPUTS})
++target_compile_options(bpftraceparser PRIVATE "-w")
++target_include_directories(bpftraceparser PUBLIC src src/ast 
${CMAKE_BINARY_DIR})
++install(TARGETS bpftraceparser LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
+ 
+ include(CheckSymbolExists)
+ set(CMAKE_REQUIRED_DEFINITIONS -D_GNU_SOURCE)
+diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt
+index b8b0d96..0803c1e 100644
+--- a/resources/CMakeLists.txt
 b/resources/CMakeLists.txt
+@@ -1,6 +1,7 @@
+-add_library(resources headers.cpp)
++add_library(bpftraceresources headers.cpp)
+ 
+-target_include_directories(resources PUBLIC ../src)
++target_include_directories(bpftraceresources PUBLIC ../src)
++install(TARGETS bpftraceresources LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
+ 
+ function(embed_headers output)
+   file(WRITE ${output} "#include \"headers.h\"\n\nnamespace bpftrace {\n")
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index e737119..b2b17e2 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -30,7 +30,8 @@ endif(HAVE_BCC_ELF_FOREACH_SYM)
+ if(HAVE_GET_CURRENT_CGROUP_ID)
+   target_compile_definitions(bpftrace PRIVATE HAVE_GET_CURRENT_CGROUP_ID)
+ endif(HAVE_GET_CURRENT_CGROUP_ID)
+-target_link_libraries(bpftrace arch ast parser resources)
++target_link_libraries(bpftrace bpftracearch bpftraceast bpftraceparser
++  bpftraceresources)
+ 
+ if (STATIC_LINKING)
+   target_link_libraries(bpftrace ${LIBBCC_LIBRARIES})
+diff --git a/src/arch/CMakeLists.txt b/src/arch/CMakeLists.txt
+index a26f610..53627e2 100644
+--- a/src/arch/CMakeLists.txt
 b/src/arch/CMakeLists.txt
+@@ -1,5 +1,7 @@
+ if(CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")
+-add_library(arch aarch64.cpp)
++add_library(bpftracearch aarch64.cpp)
+ else()
+-add_library(arch x86_64.cpp)
++add_library(bpftracearch x86_64.cpp)
+ endif()
++
++install(TARGETS bpftracearch LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
+diff --git a/src/ast/CMakeLists.txt b/src/ast/CMakeLists.txt
+index 4d77c9f..2a00572 100644
+--- a/src/ast/CMakeLists.txt
 b/src/ast/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-add_library(ast
++add_library(bpftraceast
+   ast.cpp
+   codegen_llvm.cpp
+   irbuilderbpf.cpp
+@@ -7,15 +7,16 @@ add_library(ast
+ )
+ 
+ if(HAVE_GET_CURRENT_CGROUP_ID)
+-  target_compile_definitions(ast PRIVATE HAVE_GET_CURRENT_CGROUP_ID)
++  

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

2019-06-14 Thread Patrick McLean
commit: 14eef1a2086ca095ae140982ead455c1a42d5efe
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jun 14 21:00:34 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jun 14 21:03:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14eef1a2

dev-libs/libbpf: Remove old snapshots

This is to force an upgrade to 0.0.3, which portage evaluates
as older than the currently existing snapshots.

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

 dev-libs/libbpf/Manifest   |  2 -
 .../libbpf/files/libbpf-0.20190404-makefile.patch  | 16 -
 dev-libs/libbpf/files/libbpf-makefile.patch| 24 
 dev-libs/libbpf/libbpf-0.20190311.ebuild   | 68 --
 dev-libs/libbpf/libbpf-0.20190404.ebuild   | 68 --
 5 files changed, 178 deletions(-)

diff --git a/dev-libs/libbpf/Manifest b/dev-libs/libbpf/Manifest
index bd324ded2d4..54697cb1a74 100644
--- a/dev-libs/libbpf/Manifest
+++ b/dev-libs/libbpf/Manifest
@@ -1,3 +1 @@
 DIST libbpf-0.0.3.tar.gz 127328 BLAKE2B 
eaa1be54f0a7fcc6fd41eb2adaad2f405f76db3bd7c7466a5484ead1cca5a9fe775e331838cd5645d7399cb5b1a5b2fcb3814fb45643660fd3f7d84b9986bae6
 SHA512 
ee489d968cd9a20a1f091dcd2696d3807ab0db2a001613684402de2c696391eea033f3bd961eaf1d0df95c1e15f4f0ccfb7003ff98c3f08f24a7e9a8db22cdad
-DIST libbpf-0.20190311.tar.gz 110782 BLAKE2B 
b660b2677abd3068aa37f390e817c755ee06cf683e357cad6a9537d8e509d53f24ac66e472148f5b66cbcdca7849db10fc34ff8e6f85bd54a0570a52846ff933
 SHA512 
dbac8efce3b4c6d4faf40b22de6f71bee630fc8b71aa96e136920474ed7aa5f66a3c1f5871ec1c27dc71b87bec3ce5138096590fb9238d4d696a722f358d
-DIST libbpf-0.20190404.tar.gz 115495 BLAKE2B 
a159d75163cee051e7784c20018020e650d88e3b011928b1a748199f88b22de713000d3557d083cbbfc3450b6ded9b891d0afb487611044cf2af93fd5691ff8c
 SHA512 
724fe12c9a028a9b6d5a05ee679a3c7f687a32f403bbee3c90730005dac20e0a5e9e6c21df02780d329a88acf4ec525411e448f537b49ce2767de8eae6012661

diff --git a/dev-libs/libbpf/files/libbpf-0.20190404-makefile.patch 
b/dev-libs/libbpf/files/libbpf-0.20190404-makefile.patch
deleted file mode 100644
index 7bfe5eb6335..000
--- a/dev-libs/libbpf/files/libbpf-0.20190404-makefile.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/Makefile b/src/Makefile
-index 35b4818..c034531 100644
 a/Makefile
-+++ b/Makefile
-@@ -36,7 +36,10 @@ OBJDIR ?= .
- OBJS := $(addprefix $(OBJDIR)/,bpf.o btf.o libbpf.o libbpf_errno.o netlink.o \
-   nlattr.o str_error.o libbpf_probes.o bpf_prog_linfo.o xsk.o)
-
--LIBS := $(OBJDIR)/libbpf.a
-+ifdef BUILD_STATIC
-+  LIBS := $(OBJDIR)/libbpf.a
-+endif
-+
- ifndef BUILD_STATIC_ONLY
-   LIBS += $(OBJDIR)/libbpf.so \
-   $(OBJDIR)/libbpf.so.$(VERSION) \

diff --git a/dev-libs/libbpf/files/libbpf-makefile.patch 
b/dev-libs/libbpf/files/libbpf-makefile.patch
deleted file mode 100644
index a98cbb8762b..000
--- a/dev-libs/libbpf/files/libbpf-makefile.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 7ea1ff1..75ca998 100644
 a/Makefile
-+++ b/Makefile
-@@ -22,7 +22,9 @@ OBJDIR ?= .
- OBJS := $(addprefix $(OBJDIR)/,bpf.o btf.o libbpf.o libbpf_errno.o netlink.o \
-   nlattr.o str_error.o libbpf_probes.o bpf_prog_linfo.o xsk.o)
- 
--LIBS := $(OBJDIR)/libbpf.a
-+ifdef BUILD_STATIC
-+  LIBS := $(OBJDIR)/libbpf.a
-+endif
- ifdef BUILD_SHARED
-   LIBS += $(OBJDIR)/libbpf.so
- endif
-@@ -52,7 +54,7 @@ $(OBJDIR)/libbpf.a: $(OBJS)
-   $(AR) rcs $@ $^
- 
- $(OBJDIR)/libbpf.so: $(OBJS)
--  $(CC) -shared $(LDFLAGS) $^ -o $@
-+  $(CC) -shared $(LDFLAGS) $^ -Wl,-soname,libbpf.so -o $@
- 
- $(OBJDIR)/%.o: %.c
-   $(CC) $(ALL_CFLAGS) -c $< -o $@

diff --git a/dev-libs/libbpf/libbpf-0.20190311.ebuild 
b/dev-libs/libbpf/libbpf-0.20190311.ebuild
deleted file mode 100644
index 114e79ca5a3..000
--- a/dev-libs/libbpf/libbpf-0.20190311.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2019 Sony Interactive Entertainment Inc.
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-EGIT_COMMIT="cb658e9724e3c34973eee913b1ff0cb9c50b8e53"
-
-HOMEPAGE="https://github.com/libbpf/libbpf;
-DESCRIPTION="Stand-alone build of libbpf from the Linux kernel"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1 BSD-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-COMMON_DEPEND="virtual/libelf
-   !<=dev-util/bcc-0.7.0"
-DEPEND="${COMMON_DEPEND}
-   sys-kernel/linux-headers"
-RDEPEND="${COMMON_DEPEND}"
-
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}/src"
-
-PATCHES=(
-   "${FILESDIR}/libbpf-makefile.patch"
-)
-
-src_prepare() {
-   # upstream doesn't provide a pkgconfig file, so
-   # let's make one
-   printf 'prefix=/usr\nexec_prefix=${prefix}\nlibdir=%s\n' \
-   

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

2019-06-14 Thread Patrick McLean
commit: 97ee7b866fe6d8537f18912ca72ff91387f3c5c3
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jun 14 20:58:41 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jun 14 21:03:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ee7b86

dev-libs/libbpf: Version bump to 0.0.3

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

 dev-libs/libbpf/Manifest   |  1 +
 dev-libs/libbpf/files/libbpf-0.0.3-paths.patch | 50 ++
 dev-libs/libbpf/libbpf-0.0.3.ebuild| 47 
 3 files changed, 98 insertions(+)

diff --git a/dev-libs/libbpf/Manifest b/dev-libs/libbpf/Manifest
index eed781dd6e0..bd324ded2d4 100644
--- a/dev-libs/libbpf/Manifest
+++ b/dev-libs/libbpf/Manifest
@@ -1,2 +1,3 @@
+DIST libbpf-0.0.3.tar.gz 127328 BLAKE2B 
eaa1be54f0a7fcc6fd41eb2adaad2f405f76db3bd7c7466a5484ead1cca5a9fe775e331838cd5645d7399cb5b1a5b2fcb3814fb45643660fd3f7d84b9986bae6
 SHA512 
ee489d968cd9a20a1f091dcd2696d3807ab0db2a001613684402de2c696391eea033f3bd961eaf1d0df95c1e15f4f0ccfb7003ff98c3f08f24a7e9a8db22cdad
 DIST libbpf-0.20190311.tar.gz 110782 BLAKE2B 
b660b2677abd3068aa37f390e817c755ee06cf683e357cad6a9537d8e509d53f24ac66e472148f5b66cbcdca7849db10fc34ff8e6f85bd54a0570a52846ff933
 SHA512 
dbac8efce3b4c6d4faf40b22de6f71bee630fc8b71aa96e136920474ed7aa5f66a3c1f5871ec1c27dc71b87bec3ce5138096590fb9238d4d696a722f358d
 DIST libbpf-0.20190404.tar.gz 115495 BLAKE2B 
a159d75163cee051e7784c20018020e650d88e3b011928b1a748199f88b22de713000d3557d083cbbfc3450b6ded9b891d0afb487611044cf2af93fd5691ff8c
 SHA512 
724fe12c9a028a9b6d5a05ee679a3c7f687a32f403bbee3c90730005dac20e0a5e9e6c21df02780d329a88acf4ec525411e448f537b49ce2767de8eae6012661

diff --git a/dev-libs/libbpf/files/libbpf-0.0.3-paths.patch 
b/dev-libs/libbpf/files/libbpf-0.0.3-paths.patch
new file mode 100644
index 000..8f905819f65
--- /dev/null
+++ b/dev-libs/libbpf/files/libbpf-0.0.3-paths.patch
@@ -0,0 +1,50 @@
+diff --git a/Makefile b/src/Makefile
+index 82a650c..549779d 100644
+--- a/Makefile
 b/src/Makefile
+@@ -36,7 +36,10 @@ OBJDIR ?= .
+ OBJS := $(addprefix $(OBJDIR)/,bpf.o btf.o libbpf.o libbpf_errno.o netlink.o \
+   nlattr.o str_error.o libbpf_probes.o bpf_prog_linfo.o xsk.o)
+ 
+-LIBS := $(OBJDIR)/libbpf.a
++ifdef BUILD_STATIC
++  LIBS := $(OBJDIR)/libbpf.a
++endif
++
+ ifndef BUILD_STATIC_ONLY
+   LIBS += $(OBJDIR)/libbpf.so \
+   $(OBJDIR)/libbpf.so.$(VERSION) \
+@@ -63,7 +66,7 @@ endif
+ PREFIX ?= /usr
+ LIBDIR ?= $(PREFIX)/$(LIBSUBDIR)
+ INCLUDEDIR ?= $(PREFIX)/include
+-UAPIDIR ?= $(PREFIX)/include
++UAPIDIR ?= $(PREFIX)/include/bpf/uapi
+ 
+ all: $(LIBS) $(PC_FILE)
+ 
+@@ -84,6 +87,7 @@ $(OBJDIR)/libbpf.so.$(LIBBPF_VERSION): $(OBJS)
+ $(OBJDIR)/libbpf.pc:
+   sed -e "s|@PREFIX@|$(PREFIX)|" \
+   -e "s|@LIBDIR@|$(LIBDIR)|" \
++  -e "s|@UAPIDIR@|$(UAPIDIR)|" \
+   -e "s|@VERSION@|$(LIBBPF_VERSION)|" \
+   < libbpf.pc.template > $@
+ 
+diff --git a/libbpf.pc.template b/src/libbpf.pc.template
+index ac17fce..6d385d9 100644
+--- a/libbpf.pc.template
 b/src/libbpf.pc.template
+@@ -3,10 +3,11 @@
+ prefix=@PREFIX@
+ libdir=@LIBDIR@
+ includedir=${prefix}/include
++uapidir=@UAPIDIR@
+ 
+ Name: libbpf
+ Description: BPF library
+ Version: @VERSION@
+ Libs: -L${libdir} -lbpf
+ Requires.private: libelf
+-Cflags: -I${includedir}
++Cflags: -I${includedir} -I${uapidir}

diff --git a/dev-libs/libbpf/libbpf-0.0.3.ebuild 
b/dev-libs/libbpf/libbpf-0.0.3.ebuild
new file mode 100644
index 000..b455107a401
--- /dev/null
+++ b/dev-libs/libbpf/libbpf-0.0.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+HOMEPAGE="https://github.com/libbpf/libbpf;
+DESCRIPTION="Stand-alone build of libbpf from the Linux kernel"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1 BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+static-libs"
+
+COMMON_DEPEND="virtual/libelf
+   !<=dev-util/bcc-0.7.0"
+DEPEND="${COMMON_DEPEND}
+   sys-kernel/linux-headers"
+RDEPEND="${COMMON_DEPEND}"
+
+S="${WORKDIR}/${P}/src"
+
+PATCHES=(
+   "${FILESDIR}/libbpf-0.0.3-paths.patch"
+)
+
+src_compile() {
+   emake \
+   BUILD_SHARED=y \
+   LIBSUBDIR="$(get_libdir)" \
+   $(usex static-libs 'BUILD_STATIC=y' '' '' '') \
+   CC="$(tc-getCC)"
+}
+
+src_install() {
+   emake \
+   BUILD_SHARED=y \
+   LIBSUBDIR="$(get_libdir)" \
+   DESTDIR="${D}" \
+   $(usex static-libs 'BUILD_STATIC=y' '' '' '') \
+   install install_uapi_headers
+
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins ${PN}.pc
+}



[gentoo-commits] proj/kde:master commit in: net-misc/smb4k/

2019-06-14 Thread Andreas Sturmlechner
commit: 8d9e3bd82f598c9f0782400624ecb342ffab262c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 14 20:52:47 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 14 20:52:47 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d9e3bd8

net-misc/smb4k: Add pkg_postinst note about Samba 4.7 fix

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

 net-misc/smb4k/smb4k-.ebuild | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/net-misc/smb4k/smb4k-.ebuild b/net-misc/smb4k/smb4k-.ebuild
index 578795e8d7..896232bad4 100644
--- a/net-misc/smb4k/smb4k-.ebuild
+++ b/net-misc/smb4k/smb4k-.ebuild
@@ -56,3 +56,13 @@ src_configure(){
)
kde5_src_configure
 }
+
+pkg_postinst() {
+   kde5_pkg_postinst
+   elog "Users of Samba 4.7 and above please note that for the time being,"
+   elog "the following setting has to be added to or changed in the 
[global]"
+   elog "section of the smb.conf file:"
+   elog
+   elog "[global]"
+   elog "client max protocol = NT1"
+}



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

2019-06-14 Thread Andreas Sturmlechner
commit: ad4e2a014bd8657071af9e96ac149475b3ff5963
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 14 20:15:30 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 14 20:42:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4e2a01

net-misc/smb4k: Fix mounting default values

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

 .../smb4k-3.0.0-fix-mount-readwrite-shares.patch   | 61 +++
 net-misc/smb4k/smb4k-3.0.0-r1.ebuild   | 70 ++
 2 files changed, 131 insertions(+)

diff --git a/net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch 
b/net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch
new file mode 100644
index 000..84d50b75b46
--- /dev/null
+++ b/net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch
@@ -0,0 +1,61 @@
+From 886af393dab0f6efe0f8bafc03522f25c15e0ba6 Mon Sep 17 00:00:00 2001
+From: Alexander Reinholdt 
+Date: Thu, 13 Jun 2019 20:57:38 +0200
+Subject: It was reported that Smb4K mounts shares read-only that were
+ previously accessible read-write. It turns out that the default for the "CIFS
+ Unix extensions" setting were not chosen very carefully. This commit changes
+ the default values back, so that mounting should work again as expected.
+
+(cherry picked from commit d3b89af5410ea8d4cb5f34921d48fdda486990f2)
+---
+ core/smb4kmountsettings_linux.kcfg | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/core/smb4kmountsettings_linux.kcfg 
b/core/smb4kmountsettings_linux.kcfg
+index 4ad329c..7e046dd 100644
+--- a/core/smb4kmountsettings_linux.kcfg
 b/core/smb4kmountsettings_linux.kcfg
+@@ -11,12 +11,12 @@
+ 
+   All or most of the servers support the CIFS Unix 
extensions
+   Most versions of Samba support the CIFS Unix or POSIX 
extensions. For these servers, some options are not needed, because the right 
values are negotiated during the mount process. For other servers, you might 
want to uncheck this option, so that predefined values can be passed to the 
server. Please note that if your computer is located in a Windows dominated 
network neighborhood with only a few Samba servers, you can safely uncheck this 
option and define custom options for the Samba servers.
+-  true
++  false
+ 
+ 
+   User ID:
+   This is the user ID (a number) that the files and 
directories of the mounted share will have. If you are using the CIFS 
filesystem under Linux and the remote server supports the CIFS Unix Extensions, 
this setting will be ignored unless the assignment of the user ID is 
forced.
+-  false
++  true
+ 
+ 
+   This is the user ID (a number) that the files and 
directories of the mounted share will have. If you are using the CIFS 
filesystem under Linux and the remote server supports the CIFS Unix Extensions, 
this setting will be ignored unless the assignment of the user ID is 
forced.
+@@ -25,7 +25,7 @@
+ 
+   Group ID:
+   This is the group ID (a number) that the files and 
directories of the mounted share will have. If you are using the CIFS 
filesystem under Linux and the remote server supports the CIFS Unix Extensions, 
this setting will be ignored unless the assignment of the group ID is 
forced.
+-  false
++  true
+ 
+ 
+   This is the group ID (a number) that the files and 
directories of the mounted share will have. If you are using the CIFS 
filesystem under Linux and the remote server supports the CIFS Unix Extensions, 
this setting will be ignored unless the assignment of the group ID is 
forced.
+@@ -34,7 +34,7 @@
+ 
+   File mode:
+   This is the file mode that will be used for creating files. 
It must be defined in octal. In case the CIFS file system is used, this setting 
only takes effect if the server does not support the CIFS Unix 
Extensions.
+-  false
++  true
+ 
+ 
+   This is the filemode that will be used for creating files. 
It must be defined in octal. In case the CIFS file system is used, this setting 
only takes effect if the server does not support the CIFS Unix 
Extensions.
+@@ -43,7 +43,7 @@
+ 
+   Directory mode:
+   This is the directory mode that will be used for creating 
directories. It must be defined in octal. In case the CIFS file system is used, 
this setting only takes effect if the server does not support the CIFS Unix 
Extensions.
+-  false
++  true
+ 
+ 
+   This is the directory mode that will be used for creating 
directories. It must be defined in octal. In case the CIFS file system is used, 
this setting only takes effect if the server does not support the CIFS Unix 
Extensions.
+-- 
+cgit v1.1

diff --git a/net-misc/smb4k/smb4k-3.0.0-r1.ebuild 
b/net-misc/smb4k/smb4k-3.0.0-r1.ebuild
new file mode 100644
index 000..fd64fcc60aa
--- 

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

2019-06-14 Thread Andreas Sturmlechner
commit: 862b1ad2f14ac504b8dd995c52b0722151a7eedc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 14 20:35:02 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 14 20:42:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862b1ad2

media-gfx/inkscape: 0.92.4 ppc64 stable

Thanks-to: ernsteiswuerfel  mailbox.org>
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/inkscape/inkscape-0.92.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/inkscape/inkscape-0.92.4.ebuild 
b/media-gfx/inkscape/inkscape-0.92.4.ebuild
index d29e444aff2..f0122c56aa5 100644
--- a/media-gfx/inkscape/inkscape-0.92.4.ebuild
+++ b/media-gfx/inkscape/inkscape-0.92.4.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://inkscape.global.ssl.fastly.net/media/resources/file/${P}.tar.bz
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~x86"
 IUSE="cdr dia dbus exif gnome imagemagick openmp postscript inkjar jpeg latex"
 IUSE+=" lcms nls spell static-libs visio wpg"
 



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

2019-06-14 Thread Andreas Sturmlechner
commit: c21200f502c2efbddf80d5ff88aae6b24213a6dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 14 17:53:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 14 20:42:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21200f5

app-text/poppler: Security cleanup

Bug: https://bugs.gentoo.org/674618
Bug: https://bugs.gentoo.org/681128
Bug: https://bugs.gentoo.org/681152
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-text/poppler/Manifest  |   2 -
 app-text/poppler/poppler-0.74.0.ebuild | 127 -
 app-text/poppler/poppler-0.76.1.ebuild | 127 -
 3 files changed, 256 deletions(-)

diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index 4b01c655f14..f4c999fd676 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -1,3 +1 @@
-DIST poppler-0.74.0.tar.xz 1514044 BLAKE2B 
af3821d5a5c68a3f2541cd9468fd7318ad0182cda66cea068dc42208fef6c2af78a401e50a6a5906cdc943de7339620937ddc6f69f0d8d1b15082aabc6cc3482
 SHA512 
4e48e2ffb559863ee693930db3b8594fd7e60e4b4ca3cdeb198faf90a6f4dbb5e102461492a12058221bc1218fe7e17c9085afb9e7956ae4bf26c11674315e66
-DIST poppler-0.76.1.tar.xz 1531548 BLAKE2B 
edbd9c1be99aadf4f14608a1e0dc58a2fed351b10e18aa3c006f4e54cf0f2082deaded9c67a0181bb0f012bcbc550f1208e8a632df9cbe26261b735ca44cde60
 SHA512 
e4af2785948ecc89c105ab00269b0072b33feea25224e5beb158d515b1de789f979084bed2d4260c9659382cf437c25c0baf2444f5b4fbbba5c58afeb707b7ac
 DIST poppler-0.77.0.tar.xz 1533068 BLAKE2B 
9ce7db05bd9d0131f643096b84058e67ba416b34497af5e97c9b6f404131fc72c29ac05e60b77477d16e586df73b306e4a01c113be7ede0cf3956240db889a7f
 SHA512 
7c82cf584541fcbfa7cecdb06be9c4ba6d03479fc248377b874afeab561eac24015915eee566edc35fafe785b9f381f492c1789c070e67a2c1b344879c156040

diff --git a/app-text/poppler/poppler-0.74.0.ebuild 
b/app-text/poppler/poppler-0.74.0.ebuild
deleted file mode 100644
index 706f0ac28b8..000
--- a/app-text/poppler/poppler-0.74.0.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git;
-   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"
-   SLOT="0/85"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
-fi
-
-DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
-HOMEPAGE="https://poppler.freedesktop.org/;
-
-LICENSE="GPL-2"
-IUSE="cairo cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png 
qt5 tiff +utils"
-
-# No test data provided
-RESTRICT="test"
-
-BDEPEND="
-   dev-util/glib-utils
-   virtual/pkgconfig
-"
-DEPEND="
-   media-libs/fontconfig
-   media-libs/freetype
-   sys-libs/zlib
-   cairo? (
-   dev-libs/glib:2
-   x11-libs/cairo
-   introspection? ( dev-libs/gobject-introspection:= )
-   )
-   curl? ( net-misc/curl )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( >=media-libs/openjpeg-2.3.0-r1:2= )
-   lcms? ( media-libs/lcms:2 )
-   nss? ( >=dev-libs/nss-3.19:0 )
-   png? ( media-libs/libpng:0= )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtxml:5
-   )
-   tiff? ( media-libs/tiff:0 )
-"
-RDEPEND="${DEPEND}
-   cjk? ( app-text/poppler-data )
-"
-
-DOCS=( AUTHORS NEWS README README-XPDF )
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.60.1-qt5-dependencies.patch"
-   "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch"
-   "${FILESDIR}/${PN}-0.71.0-respect-cflags.patch"
-   "${FILESDIR}/${PN}-0.61.0-respect-cflags.patch"
-   "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch"
-)
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # Clang doesn't grok this flag, the configure nicely tests that, but
-   # cmake just uses it, so remove it if we use clang
-   if [[ ${CC} == clang ]] ; then
-   sed -e 's/-fno-check-new//' -i 
cmake/modules/PopplerMacros.cmake || die
-   fi
-
-   if ! grep -Fq 'cmake_policy(SET CMP0002 OLD)' CMakeLists.txt ; then
-   sed -e '/^cmake_minimum_required/acmake_policy(SET CMP0002 
OLD)' \
-   -i CMakeLists.txt || die
-   else
-   einfo "policy(SET CMP0002 OLD) - workaround can be removed"
-   fi
-
-   # we need to up the C++ version, bug #622526, #643278
-   append-cxxflags 

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

2019-06-14 Thread Andreas Sturmlechner
commit: 93cc4b74e1cef9e1e3f1517b24a829d9988db02c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 14 20:17:15 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 14 20:42:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93cc4b74

net-misc/smb4k: Drop 3.0.0 (r0)

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

 net-misc/smb4k/smb4k-3.0.0.ebuild | 68 ---
 1 file changed, 68 deletions(-)

diff --git a/net-misc/smb4k/smb4k-3.0.0.ebuild 
b/net-misc/smb4k/smb4k-3.0.0.ebuild
deleted file mode 100644
index 896232bad47..000
--- a/net-misc/smb4k/smb4k-3.0.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Advanced network neighborhood browser"
-HOMEPAGE="https://sourceforge.net/p/smb4k/home/Home/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-IUSE="plasma"
-
-DEPEND="
-   $(add_frameworks_dep kauth)
-   $(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 ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qttest)
-   $(add_qt_dep qtwidgets)
-   net-fs/samba[cups]
-"
-RDEPEND="${DEPEND}
-   plasma? (
-   $(add_frameworks_dep plasma)
-   $(add_qt_dep qtquickcontrols2)
-   )
-"
-
-src_configure(){
-   local mycmakeargs=(
-   -DINSTALL_PLASMOID=$(usex plasma)
-   )
-   kde5_src_configure
-}
-
-pkg_postinst() {
-   kde5_pkg_postinst
-   elog "Users of Samba 4.7 and above please note that for the time being,"
-   elog "the following setting has to be added to or changed in the 
[global]"
-   elog "section of the smb.conf file:"
-   elog
-   elog "[global]"
-   elog "client max protocol = NT1"
-}



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

2019-06-14 Thread Andreas Sturmlechner
commit: 7229821dd914786b4307a0eeb4b40feb4e521917
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 14 17:51:45 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 14 20:42:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7229821d

dev-util/cmake: Drop old

Closes: https://bugs.gentoo.org/644860
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-util/cmake/Manifest|   5 -
 dev-util/cmake/cmake-3.11.4-r1.ebuild  | 221 
 dev-util/cmake/cmake-3.12.3.ebuild | 223 
 dev-util/cmake/cmake-3.13.4.ebuild | 228 -
 dev-util/cmake/cmake-3.14.4.ebuild | 224 
 dev-util/cmake/cmake-3.9.6.ebuild  | 214 ---
 dev-util/cmake/files/cmake-3.0.0-FindBLAS.patch|  43 
 dev-util/cmake/files/cmake-3.0.2-FindLAPACK.patch  |  43 
 .../cmake/files/cmake-3.11.0_rc2-FindBLAS.patch|  23 ---
 .../files/cmake-3.11.4-fix-boost-detection.patch   |  13 --
 dev-util/cmake/files/cmake-3.11.4-libuv-1.21.patch |  28 ---
 .../cmake/files/cmake-3.13.4-prefix-dirs.patch | 127 
 .../files/cmake-3.8.0_rc2-FindBoost-python.patch   |  95 -
 .../files/cmake-3.9.0_rc2-FindImageMagick.patch|  47 -
 .../cmake/files/cmake-3.9.0_rc2-prefix-dirs.patch  | 126 
 dev-util/cmake/metadata.xml|   1 -
 16 files changed, 1661 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 44cf237f9af..a0243d340bd 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -1,7 +1,2 @@
-DIST cmake-3.11.4.tar.gz 7955301 BLAKE2B 
2bad70e9e8b1a4081daf79fbec46d7389f685920d3158d05eae51fb24a0ecaad722c3e8a2eab1bcc75d599bee7a8202d432176e6ac1d87ed8815c84a7a8bb925
 SHA512 
c5d03ad66a004292038e49e391c390ebc328fbb089ea699742a9b75f0ada9398c3dc971b868f75d8438bf437ecbeaa62541beb53cae14a699bf244ad101a2290
-DIST cmake-3.12.3.tar.gz 8388552 BLAKE2B 
3e4150461f0d03ddaec790c7aa701bdb84b7f22b9e948262214d363d8457a9e2986470e7a0237f46e8a72109b61dc05d657516bb19c42d63c951af92055dd4d9
 SHA512 
2b5b006bd0fa09431eb525a7f419c64b811afbe1cc81d34e6167e04112966d9f48f28652b21b5a04c889de6227315db57dd2099a17ea6329e27f3e97eac9051c
-DIST cmake-3.13.4.tar.gz 8617881 BLAKE2B 
c6bc47c79ea16f975def31ee4a85b795fc2adf96f9af1d99f702519f0bae6adf531fb5abe3e1e23a6b00226c6cb22719d3d58e8caa5b178acfa4de8d01b42b8a
 SHA512 
5a2cc092109652ced5a3a6ae00fe0c7d134efa7d90d59f376368408bb684343db9e144ee53b184f3437f8a86cf9976a130a1e1676c993d56b278a6640a418c93
 DIST cmake-3.14.3.tar.gz 8851085 BLAKE2B 
92da2c563f7ddc3b12457f63eead850eb99b123298632b5a9e8f80f3e32db20e2b25bc60778855400261d13d4ef42600162248f4a92907a0c581e202fc6620eb
 SHA512 
e257a96334f21f2b2f17e8d43aa32c2b069d13194604393c5ac9d3da193000d5328181c6cf861696186d022aba57679ee2d08073d8a7112727746b2b145a47e2
-DIST cmake-3.14.4.tar.gz 8853821 BLAKE2B 
8005387dbb9a0d2ceffda324d81e38710b51d9e1befa40322441722038a9a5bf04127edec1feb4ab9a75779e4cbac6eb0f8bd3e0d08b7d2427e88df095851d46
 SHA512 
1011ba6cc54680699e97a5e25c4be6055c04f47847225f87f91ada0b2ace2d6f709a3fa49a37fd5c2276118bf29f5ce9d6e24473bff6f3c90f25e92083a5c412
 DIST cmake-3.14.5.tar.gz 8854929 BLAKE2B 
3e783de1ce541039c80228a56fed4fd28e9ef2ea48f274995f6f26f8b149f1684aab6da518f27106f364a4f0a6f370334f3a85dd61f1bcce22c34337ef4afdaa
 SHA512 
9acd2de17db86052801194cac570bfc104320c249b83058aa59554b42c3d5af9c9293d1c069f3fe8512a80103d511186d840168cbc190ce9584ca99cb9b11e46
-DIST cmake-3.9.6.tar.gz 7705400 BLAKE2B 
e0a5307af0a34863c50ea6aa9323025ef588b27e648107c3a81c362ee7ae4a1d2a07cc335d816b286ce4ddb249f9c6c08c3e8cf99856c7113f3724f47c62da43
 SHA512 
9fda2c9ac054ef8fb1bf3885fbdec02c518da89ade220eba06b5502ac3ff300f635ec0922e61f3b2d090644fb743b8f71a04c532ab66b2d890a180cc7da54e6c

diff --git a/dev-util/cmake/cmake-3.11.4-r1.ebuild 
b/dev-util/cmake/cmake-3.11.4-r1.ebuild
deleted file mode 100644
index 9df56641cf1..000
--- a/dev-util/cmake/cmake-3.11.4-r1.ebuild
+++ /dev/null
@@ -1,221 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CMAKE_MAKEFILE_GENERATOR="emake"
-CMAKE_REMOVE_MODULES="no"
-inherit bash-completion-r1 elisp-common eutils flag-o-matic gnome2-utils 
toolchain-funcs versionator virtualx xdg-utils cmake-utils
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="Cross platform Make"
-HOMEPAGE="https://cmake.org/;
-SRC_URI="https://cmake.org/files/v$(get_version_component_range 
1-2)/${MY_P}.tar.gz"
-
-LICENSE="CMake"
-SLOT="0"
-[[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc emacs system-jsoncpp ncurses qt5"
-

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

2019-06-14 Thread Andreas Sturmlechner
commit: 39dce3a79fbfd77acea8bd244f1b1eac4ace7c47
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 14 19:16:04 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 14 20:42:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39dce3a7

media-sound/ncmpc: Drop 0.33-r1

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

 media-sound/ncmpc/Manifest  |  1 -
 media-sound/ncmpc/files/ncmpc-0.33-mandir.patch | 25 -
 media-sound/ncmpc/ncmpc-0.33-r1.ebuild  | 71 -
 3 files changed, 97 deletions(-)

diff --git a/media-sound/ncmpc/Manifest b/media-sound/ncmpc/Manifest
index 11427d75595..5f4d9e99601 100644
--- a/media-sound/ncmpc/Manifest
+++ b/media-sound/ncmpc/Manifest
@@ -1,2 +1 @@
-DIST ncmpc-0.33.tar.xz 226344 BLAKE2B 
d52fdcb17adda1d3d61645715029552804edbf8ed95d2f19e0a25ba11f66cf0e7921748aebceb63e8e32b8d31fbc2d387dfbed6bd5c6a735d5ffa4b17d9b4fa3
 SHA512 
47730003c9a8ad5b6e682de4b4d3c8882d3266659fcd73ea131d1bba3d6b4d9ac66bb1a3522d63cb238ca9e22d8035907b9d7621a0b5106763770b17325f53b9
 DIST ncmpc-0.34.tar.xz 227892 BLAKE2B 
19d9d9abe3d85cb2567a222c8ce108889d4517272e2bb82f4064ef76af68d610ff4c7516102b976f66380e0e3d3ee7ed00023116cb6b2d1628e3d38796705a09
 SHA512 
e206cc2d61799a97edf1182de4cee1c0fa447bd1fac136dc48670cb624a7efc903c693b0c541fbc00fcb94e055c83be1ca6370386c99131a1b571f47b67c35f4

diff --git a/media-sound/ncmpc/files/ncmpc-0.33-mandir.patch 
b/media-sound/ncmpc/files/ncmpc-0.33-mandir.patch
deleted file mode 100644
index 0bc3798bc5e..000
--- a/media-sound/ncmpc/files/ncmpc-0.33-mandir.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 821acdad907d1558c570bca6e2ac63d55905f363 Mon Sep 17 00:00:00 2001
-From: kaliko 
-Date: Mon, 10 Dec 2018 13:46:42 +0100
-Subject: [PATCH] Fixed manual install dir
-

- doc/meson.build | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/doc/meson.build b/doc/meson.build
-index aadea58..f4b491d 100644
 a/doc/meson.build
-+++ b/doc/meson.build
-@@ -30,9 +30,9 @@ endif
- if get_option('manual')
-   custom_target(
- 'Manpage documentation',
--output: 'man',
-+output: 'man1',
- input: ['index.rst', 'conf.py'],
--command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/man_doctrees', 
meson.current_source_dir(), '@OUTPUT@/man1'],
-+command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/man_doctrees', 
meson.current_source_dir(), '@OUTPUT@'],
- build_by_default: true,
- install: true,
- install_dir: get_option('mandir'),

diff --git a/media-sound/ncmpc/ncmpc-0.33-r1.ebuild 
b/media-sound/ncmpc/ncmpc-0.33-r1.ebuild
deleted file mode 100644
index 2746f5e2c15..000
--- a/media-sound/ncmpc/ncmpc-0.33-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Ncurses client for the Music Player Daemon (MPD)"
-HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ 
https://github.com/MusicPlayerDaemon/ncmpc;
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86"
-IUSE="async-connect chat-screen doc +help-screen key-screen +library-screen 
lirc lyrics-screen +mouse nls outputs-screen pcre search-screen +song-screen"
-
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( dev-python/sphinx )
-"
-RDEPEND="
-   >=media-libs/libmpdclient-2.9
-   sys-libs/ncurses:0=[unicode]
-   lirc? ( app-misc/lirc )
-   pcre? ( dev-libs/libpcre )
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.62
-"
-
-PATCHES=( "${FILESDIR}/${P}-mandir.patch" )
-
-src_prepare() {
-   default
-
-   # use correct docdir and don't install license file
-   sed -e "/^docdir =/s/meson.project_name()/'${PF}'/" \
-   -e "s/'COPYING', //" \
-   -i meson.build || die
-
-   # use correct (html) docdir
-   sed -e "/install_dir:.*doc/s/meson.project_name()/'${PF}'/" \
-   -i doc/meson.build || die
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dcurses=ncursesw
-   -Dcolors=true
-   -Dmini=false
-   -Dlyrics_plugin_dir="${EPREFIX}/usr/$(get_libdir)/ncmpc/lyrics"
-   -Dasync_connect=$(usex async-connect true false)
-   -Dchat_screen=$(usex chat-screen true false)
-   -Ddocumentation=$(usex doc enabled disabled)
-   -Dhelp_screen=$(usex help-screen true false)
-   -Dkey_screen=$(usex key-screen true false)
-   -Dlibrary_screen=$(usex library-screen true false)
-   -Dlirc=$(usex lirc enabled disabled)
-   -Dlocale=$(usex nls enabled disabled)
-   -Dlyrics_screen=$(usex lyrics-screen true false)
-   -Dmouse=$(usex mouse enabled disabled)
-  

[gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-instance-image/

2019-06-14 Thread Patrick McLean
commit: d2069f8befb036f13a2f366b33615952483973e9
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jun 14 20:12:33 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jun 14 20:12:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2069f8b

app-emulation/ganeti-instance-image: Revbump to 0.6-r2 (bug #687974)

Drop patch that was added in 0.6-r1.

Closes: https://bugs.gentoo.org/687974
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Patrick McLean  gentoo.org>

 .../ganeti-instance-image-0.6-r2.ebuild| 48 ++
 1 file changed, 48 insertions(+)

diff --git 
a/app-emulation/ganeti-instance-image/ganeti-instance-image-0.6-r2.ebuild 
b/app-emulation/ganeti-instance-image/ganeti-instance-image-0.6-r2.ebuild
new file mode 100644
index 000..9e62e96a890
--- /dev/null
+++ b/app-emulation/ganeti-instance-image/ganeti-instance-image-0.6-r2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="git://git.osuosl.org/${PN}.git"
+   EGIT_BRANCH="master"
+   inherit git-r3 autotools
+else
+   
SRC_URI="http://ftp.osuosl.org/pub/osl/ganeti-instance-image/${P}.tar.gz;
+fi
+
+DESCRIPTION="Scripts to build out CD or image based VMs using Ganeti"
+HOMEPAGE="http://code.osuosl.org/projects/ganeti-image;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="app-arch/dump
+   >=app-emulation/ganeti-2.15.2-r7
+   app-emulation/qemu
+   sys-apps/util-linux
+   sys-fs/multipath-tools
+   sys-fs/e2fsprogs"
+
+src_prepare() {
+   default
+   if [[ ${PV} == "" ]]; then
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   econf --with-default-dir=/etc/ganeti
+}
+
+src_install() {
+   emake DESTDIR="${D}" install || die "install failed"
+
+   rm -rf "${D}"/usr/share/doc/${PN}
+   dodoc README.markdown NEWS ChangeLog
+   insinto /etc/ganeti
+   newins defaults ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/crystal/, dev-lang/crystal/files/

2019-06-14 Thread Sergei Trofimovich
commit: 97b0a4930485e541668b01a239b4e2c5e63f07fa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jun 14 07:14:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 14 18:32:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b0a493

dev-lang/crystal: drop /usr/lib hardcoding

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

 dev-lang/crystal/crystal-0.29.0-r1.ebuild  | 124 +
 .../crystal/files/crystal-0.29.0-no-usr-lib.patch  |  14 +++
 2 files changed, 138 insertions(+)

diff --git a/dev-lang/crystal/crystal-0.29.0-r1.ebuild 
b/dev-lang/crystal/crystal-0.29.0-r1.ebuild
new file mode 100644
index 000..44419942b72
--- /dev/null
+++ b/dev-lang/crystal/crystal-0.29.0-r1.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1 llvm multiprocessing toolchain-funcs
+
+BV=0.29.0-1
+BV_AMD64=${BV}-linux-x86_64
+BV_X86=${BV}-linux-i686
+
+DESCRIPTION="The Crystal Programming Language"
+HOMEPAGE="https://crystal-lang.org;
+SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${BV/-*}/crystal-${BV_AMD64}.tar.gz
 )
+   x86? ( 
https://github.com/crystal-lang/crystal/releases/download/${BV/-*}/crystal-${BV_X86}.tar.gz
 )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc debug examples blocking-stdio-hack +xml +yaml"
+
+RESTRICT=test # not stable for day-to-day runs
+
+# Not compatible with llvm-7 or llvm-8
+LLVM_MAX_SLOT=6
+
+# dev-libs/boehm-gc[static-libs] dependency problem,  check the issue: 
https://github.com/manastech/crystal/issues/1382
+DEPEND="
+   sys-devel/llvm:${LLVM_MAX_SLOT}
+   dev-libs/boehm-gc[static-libs,threads]
+   dev-libs/libatomic_ops
+   dev-libs/libevent
+   dev-libs/libpcre
+   sys-libs/libunwind
+   dev-libs/pcl
+   dev-libs/gmp:0
+"
+RDEPEND="${DEPEND}
+   xml? ( dev-libs/libxml2 )
+   yaml? ( dev-libs/libyaml )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.27.1-verbose.patch
+   "${FILESDIR}"/${PN}-0.26.1-gentoo-tests-sandbox.patch
+   "${FILESDIR}"/${PN}-0.26.1-gentoo-tests-network-sandbox-3.patch
+   "${FILESDIR}"/${PN}-0.27.0-extra-spec-flags.patch
+   #"${FILESDIR}"/${PN}-0.27.0-max-age-0-test.patch
+   "${FILESDIR}"/${PN}-0.27.0-gentoo-tests-long-unix.patch
+   "${FILESDIR}"/${PN}-0.27.0-gentoo-tests-long-unix-2.patch
+   "${FILESDIR}"/${PN}-0.27.0-tcp-server-test.patch
+   "${FILESDIR}"/${PN}-0.29.0-no-usr-lib.patch
+)
+
+src_prepare() {
+   default
+
+   use blocking-stdio-hack && eapply 
"${FILESDIR}"/"${PN}"-0.22.0-blocking-stdio-hack.patch
+}
+
+src_compile() {
+   local bootstrap_path=${WORKDIR}/${PN}-${BV}/bin
+   if [[ ! -d ${bootstrap_path} ]]; then
+   eerror "Binary tarball does not contain expected directory:"
+   die "'${bootstrap_path}' path does not exist."
+   fi
+
+   emake \
+   $(usex debug "" release=1) \
+   progress=true \
+   stats=1 \
+   threads=$(makeopts_jobs) \
+   verbose=1 \
+   \
+   CC=$(tc-getCC) \
+   CXX=$(tc-getCXX) \
+   AR=$(tc-getAR) \
+   \
+   PATH="${bootstrap_path}:${PATH}" \
+   CRYSTAL_PATH=src \
+   CRYSTAL_CONFIG_VERSION=${PV} \
+   CRYSTAL_CONFIG_PATH="lib:${EPREFIX}/usr/$(get_libdir)/crystal"
+   use doc && emake docs
+}
+
+src_test() {
+   # EXTRA_SPEC_FLAGS is useful to debug individual tests
+   # as part of full build:
+   #USE=debug EXTRA_SPEC_FLAGS='-e parse_set_cookie' emerge -1 crystal
+   emake spec \
+   $(usex debug "" release=1) \
+   progress=true \
+   stats=1 \
+   threads=$(makeopts_jobs) \
+   verbose=1 \
+   \
+   CC=$(tc-getCC) \
+   CXX=$(tc-getCXX) \
+   AR=$(tc-getAR) \
+   \
+   CRYSTAL_PATH=src \
+   CRYSTAL_CONFIG_VERSION=${PV} \
+   \
+   "EXTRA_SPEC_FLAGS=${EXTRA_SPEC_FLAGS}"
+}
+
+src_install() {
+   insinto /usr/$(get_libdir)/crystal
+   doins -r src/.
+   dobin .build/crystal
+
+   insinto /usr/share/zsh/site-functions
+   newins etc/completion.zsh _crystal
+
+   use examples && dodoc -r samples
+
+   if use doc ; then
+   docinto api
+   dodoc -r docs/.
+   fi
+
+   newbashcomp etc/completion.bash ${PN}
+}

diff --git a/dev-lang/crystal/files/crystal-0.29.0-no-usr-lib.patch 
b/dev-lang/crystal/files/crystal-0.29.0-no-usr-lib.patch
new file mode 100644
index 000..15f2ac75c09
--- 

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

2019-06-14 Thread Sergei Trofimovich
commit: 0d4039191a3b7a32c45ed7a85296276f65a707a2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jun 14 07:19:52 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 14 18:32:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d403919

dev-util/shards: bump up to 0.9.0

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

 dev-util/shards/Manifest|  1 +
 dev-util/shards/shards-0.9.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-util/shards/Manifest b/dev-util/shards/Manifest
index d875081b6f5..181f0b973a3 100644
--- a/dev-util/shards/Manifest
+++ b/dev-util/shards/Manifest
@@ -1,2 +1,3 @@
 DIST shards-0.7.2.tar.gz 30398 BLAKE2B 
bf89f978cf9d4687902a8de4222f2c2121a52574c7f1ce46130a97c5770889693efc5d3fcc35208d6b1f23930f83fb98ba8f10391920ff0418c6d28eb810d6a8
 SHA512 
a99648ae292095278578e47971b556a0da90743db62689a76aae9eab986ad2185ad7adc13c4340f12fce835c5383d8aac93e35258d01fa658e521314eafaf942
 DIST shards-0.8.1.tar.gz 31388 BLAKE2B 
3442faad4a9a1bc4fed9193b7e17369913025f0c1be840de15d563a3da4f3638884ac2dbfd0610dafec5af0680f39e9983f076962c2a1167e3ebd39c4b1eeb4a
 SHA512 
c0a8a8531a37e033c6d96ac36dd30dcd3d005c6b1bd7c94dbeee7f6ea9b34a08ab2e14b826c3c18f60dca991f60ec6780df090cafc32403a7272e39dc07e99df
+DIST shards-0.9.0.tar.gz 41280 BLAKE2B 
a74ab96489c804da3017dc683295d1fc16ba30248015af9deccdcf52a09301f665d4848822419d263d2301969c484fae288eff63e281bd4841b1fd101c5d5383
 SHA512 
a06579f1a96cea1fb1ba97c17ae4529439fb7c54572e74b4969921b1a987a1e1be9c9eb8569db94fd4cb4adc098b3085abfd2a6f7015da7f39611a1774d30022

diff --git a/dev-util/shards/shards-0.9.0.ebuild 
b/dev-util/shards/shards-0.9.0.ebuild
new file mode 100644
index 000..c11e7698cd9
--- /dev/null
+++ b/dev-util/shards/shards-0.9.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Dependency manager for the Crystal language"
+HOMEPAGE="https://github.com/crystal-lang/shards;
+SRC_URI="https://github.com/crystal-lang/shards/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   >dev-lang/crystal-0.11.1[yaml]
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT=test # missing files in tarball
+
+src_install() {
+   dobin bin/${PN}
+   dodoc README.md
+}



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

2019-06-14 Thread Anthony G. Basile
commit: baf2d0ce062265762034636aa9733147090a8104
Author: hashashini  ungwana  de>
AuthorDate: Fri Jun 14 09:57:56 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jun 14 18:04:12 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=baf2d0ce

sys-apps/sandbox: drop to just musl arches

As done before for sandbox-2.15 (in commit 
ecccbd84f7ba545038597346fa4a9665783c3ae2)

Signed-off-by: Anthony G. Basile  gentoo.org>

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

diff --git a/sys-apps/sandbox/sandbox-2.17.ebuild 
b/sys-apps/sandbox/sandbox-2.17.ebuild
index 0c1b8cc..3225b22 100644
--- a/sys-apps/sandbox/sandbox-2.17.ebuild
+++ b/sys-apps/sandbox/sandbox-2.17.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
 IUSE=""
 
 DEPEND="app-arch/xz-utils



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/, profiles/prefix/windows/winnt/, profiles/arch/amd64/, ...

2019-06-14 Thread Thomas Deutschmann
commit: 15288799a04a2f551ec790017b0daad2a4b35ebe
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 19:07:19 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jun 14 17:46:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15288799

profiles: Clone dev-libs/openssl masks → dev-libs/openssl-compat

Signed-off-by: Michał Górny  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/12124
Closes: https://bugs.gentoo.org/687984
Signed-off-by: Thomas Deutschmann  gentoo.org>

 profiles/arch/amd64-fbsd/package.use.mask  | 1 +
 profiles/arch/amd64/package.use.force  | 1 +
 profiles/arch/arm64/package.use.stable.mask| 1 +
 profiles/prefix/windows/winnt/package.use.mask | 3 ++-
 4 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask 
b/profiles/arch/amd64-fbsd/package.use.mask
index 89f84b8dc50..342260e94dd 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -129,6 +129,7 @@ media-video/vlc opencv
 # Lars Wendler  (23 Jan 2015)
 # Missing keywords
 dev-libs/openssl sctp
+dev-libs/openssl-compat sctp
 net-misc/openssh sctp
 
 # Pacho Ramos  (01 Jun 2014)

diff --git a/profiles/arch/amd64/package.use.force 
b/profiles/arch/amd64/package.use.force
index 5c86f6ef2ce..a539c08776c 100644
--- a/profiles/arch/amd64/package.use.force
+++ b/profiles/arch/amd64/package.use.force
@@ -36,3 +36,4 @@ media-gfx/iscan-plugin-gt-f500 minimal
 #  (23 Oct 2006)
 # upstream forces sse2 on regardless of what the use flag is
 dev-libs/openssl cpu_flags_x86_sse2
+dev-libs/openssl-compat cpu_flags_x86_sse2

diff --git a/profiles/arch/arm64/package.use.stable.mask 
b/profiles/arch/arm64/package.use.stable.mask
index f1a703b4578..d2b033d880a 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -38,6 +38,7 @@ sys-devel/clang default-libcxx
 # Mart Raudsepp  (28 Jun 2018)
 # net-misc/lksctp-tools not stable yet
 dev-libs/openssl sctp
+dev-libs/openssl-compat sctp
 net-misc/openssh sctp
 
 # Mart Raudsepp  (30 May 2018)

diff --git a/profiles/prefix/windows/winnt/package.use.mask 
b/profiles/prefix/windows/winnt/package.use.mask
index 51b019b65f2..c42d3466be6 100644
--- a/profiles/prefix/windows/winnt/package.use.mask
+++ b/profiles/prefix/windows/winnt/package.use.mask
@@ -1,6 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Michael Haubenwallner  (02 Oct 2017)
 # requires nasm, which is hard to use via parity atm
 dev-libs/openssl asm
+dev-libs/openssl-compat asm



[gentoo-commits] repo/gentoo:master commit in: sci-biology/foldingathome/

2019-06-14 Thread Thomas Deutschmann
commit: 5ce6520a81d0e0539628b3ea270864654f3a198d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 19:02:39 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jun 14 17:46:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce6520a

sci-biology/foldingathome: Permit dev-libs/openssl-compat

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

 sci-biology/foldingathome/foldingathome-7.5.1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-biology/foldingathome/foldingathome-7.5.1.ebuild 
b/sci-biology/foldingathome/foldingathome-7.5.1.ebuild
index f842c8814c7..08e9c15149d 100644
--- a/sci-biology/foldingathome/foldingathome-7.5.1.ebuild
+++ b/sci-biology/foldingathome/foldingathome-7.5.1.ebuild
@@ -19,7 +19,10 @@ IUSE=""
 # i.e. uclibc or clang can provide what is necessary at runtime
 DEPEND="dev-util/patchelf"
 RDEPEND="app-arch/bzip2
-   =dev-libs/openssl-1.0*:*
+   || (
+   dev-libs/openssl-compat:1.0.0
+   =dev-libs/openssl-1.0*:*
+   )
sys-devel/gcc
sys-libs/glibc
sys-libs/zlib"



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

2019-06-14 Thread Thomas Deutschmann
commit: a6304a48441f0243f131bfb350d1eb17c126c4a7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 19:03:21 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jun 14 17:46:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6304a48

app-emulation/genymotion-bin: Permit dev-libs/openssl-compat

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

 app-emulation/genymotion-bin/genymotion-bin-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/genymotion-bin/genymotion-bin-3.0.2.ebuild 
b/app-emulation/genymotion-bin/genymotion-bin-3.0.2.ebuild
index 70737af7536..c43122636cd 100644
--- a/app-emulation/genymotion-bin/genymotion-bin-3.0.2.ebuild
+++ b/app-emulation/genymotion-bin/genymotion-bin-3.0.2.ebuild
@@ -21,7 +21,7 @@ DEPEND=""
 RDEPEND="|| ( >=app-emulation/virtualbox-5.0.28 
>=app-emulation/virtualbox-bin-5.0.28 )
virtual/opengl
|| (
-   dev-libs/openssl:1.0.0
+   dev-libs/openssl-compat:1.0.0
=dev-libs/openssl-1.0*:0
)
dev-libs/hiredis:0/0.14



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

2019-06-14 Thread Thomas Deutschmann
commit: 01e98e158d3cb02427d8a73678b56b83c5285843
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 19:00:54 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jun 14 17:46:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e98e15

dev-libs/openssl: Remove compat slots (moved to *-compat)

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

 dev-libs/openssl/Manifest  |   1 -
 dev-libs/openssl/files/gentoo.config-0.9.8 | 144 
 .../openssl/files/openssl-0.9.8e-bsd-sparc64.patch |  25 ---
 .../openssl/files/openssl-0.9.8h-ldflags.patch |  29 ---
 .../openssl/files/openssl-0.9.8m-binutils.patch|  24 --
 .../files/openssl-0.9.8z_p8-perl-5.26.patch|  13 --
 dev-libs/openssl/openssl-0.9.8z_p8-r1.ebuild   | 163 --
 dev-libs/openssl/openssl-1.0.2r-r200.ebuild| 248 -
 8 files changed, 647 deletions(-)

diff --git a/dev-libs/openssl/Manifest b/dev-libs/openssl/Manifest
index 26e97789fde..ae40847f77d 100644
--- a/dev-libs/openssl/Manifest
+++ b/dev-libs/openssl/Manifest
@@ -1,4 +1,3 @@
-DIST openssl-0.9.8zh.tar.gz 3818524 BLAKE2B 
610bb4858900983cf4519fa8b63f1e03b3845e39e68884fd8bebd738cd5cd6c2c75513643af49bf9e2294adc446a6516480fe9b62de55d9b6379bf9e7c5cd364
 SHA512 
b97fa2468211f86c0719c68ad1781eff84f772c479ed5193d6da14bac086b4ca706e7d851209d9df3f0962943b5e5333ab0def00110fb2e517caa73c0c6674c6
 DIST openssl-1.0.2-patches-1.5.tar.xz 12404 BLAKE2B 
6c1b8c28f339f539b2ab8643379502a24cf62bffde00041dce54d5dd9e8d2620b181362ee5464b0ab32ba4948e209697bfabadbea2944a409a1009100d298f24
 SHA512 
5725e2d9d1ee8cc074bcef3bed61c71bdab2ff1c114362110c3fb8da11ad5bc8f2ff28e90a293f5f3a5cf96ecda54dffdb7ab3fb3f8b23ef6472250dc3037659
 DIST openssl-1.0.2r.tar.gz 5348369 BLAKE2B 
9f9c2d2fe6eaf9acacab29b394a318f30c38e831a5f9c193b2da660f9d04acbf407d8b752274783765416c0f5ba557c24ee293ad7fb7d727771db289e6acc901
 SHA512 
6eb2211f3ad56d7573ac26f388338592c37e5faaf5e2d44c0fa9062c12186e56a324f135d1c956a89b55fcce047e6428bec2756658d103e7275e08b46f741235
 DIST openssl-1.0.2r_ec_curve.c 17254 BLAKE2B 
d40d8d6e770443f07abe70e2c4ddda6aec1cc8e37dc1f226a3fdd9ed5d228f09c6d372e8956b1948b55ee1d57d1429493e7288d0f54d9466a37fec805c85aacb
 SHA512 
8e92fb100bcf4bd918c82b9a6cbd75a55abe1a2c08230a007e441c51577f974f8cc336e9ac8a672b32641480428ca8cead5380da1fe81bacb088145a1b754a15

diff --git a/dev-libs/openssl/files/gentoo.config-0.9.8 
b/dev-libs/openssl/files/gentoo.config-0.9.8
deleted file mode 100644
index 02698250c19..000
--- a/dev-libs/openssl/files/gentoo.config-0.9.8
+++ /dev/null
@@ -1,144 +0,0 @@
-#!/usr/bin/env bash
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-#
-# Openssl doesn't play along nicely with cross-compiling
-# like autotools based projects, so let's teach it new tricks.
-#
-# Review the bundled 'config' script to see why kind of targets
-# we can pass to the 'Configure' script.
-
-
-# Testing routines
-if [[ $1 == "test" ]] ; then
-   for c in \
-   "arm-gentoo-linux-uclibc  |linux-generic32 -DL_ENDIAN" \
-   "armv5b-linux-gnu |linux-generic32 -DB_ENDIAN" \
-   "x86_64-pc-linux-gnu  |linux-x86_64" \
-   "alphaev56-unknown-linux-gnu  |linux-alpha+bwx-gcc" \
-   "i686-pc-linux-gnu|linux-elf" \
-   "whatever-gentoo-freebsdX.Y   |BSD-generic32" \
-   "i686-gentoo-freebsdX.Y   |BSD-x86-elf" \
-   "sparc64-alpha-freebsdX.Y |BSD-sparc64" \
-   "ia64-gentoo-freebsd5.99234   |BSD-ia64" \
-   "x86_64-gentoo-freebsdX.Y |BSD-x86_64" \
-   "hppa64-aldsF-linux-gnu5.3|linux-generic32 -DB_ENDIAN" \
-   "powerpc-gentOO-linux-uclibc  |linux-ppc" \
-   "powerpc64-unk-linux-gnu  |linux-ppc64" \
-   "x86_64-apple-darwinX |darwin64-x86_64-cc" \
-   "powerpc64-apple-darwinX  |darwin64-ppc-cc" \
-   "i686-apple-darwinX   |darwin-i386-cc" \
-   "i386-apple-darwinX   |darwin-i386-cc" \
-   "powerpc-apple-darwinX|darwin-ppc-cc" \
-   "i586-pc-winnt|winnt-parity" \
-   ;do
-   CHOST=${c/|*}
-   ret_want=${c/*|}
-   ret_got=$(CHOST=${CHOST} "$0")
-
-   if [[ ${ret_want} == "${ret_got}" ]] ; then
-   echo "PASS: ${CHOST}"
-   else
-   echo "FAIL: ${CHOST}"
-   echo -e "\twanted: ${ret_want}"
-   echo -e "\twe got: ${ret_got}"
-   fi
-   done
-   exit 0
-fi
-[[ -z ${CHOST} && -n $1 ]] && CHOST=$1
-
-
-# Detect the operating system
-case ${CHOST} in
-   *-aix*)  

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

2019-06-14 Thread Thomas Deutschmann
commit: cd72274be0151a5052b83d545e52647f96f51e6a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 18:59:32 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jun 14 17:46:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd72274b

dev-libs/openssl-compat: Split out of dev-libs/openssl

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

 dev-libs/openssl-compat/Manifest   |   6 +
 dev-libs/openssl-compat/files/gentoo.config-0.9.8  | 144 +++
 dev-libs/openssl-compat/files/gentoo.config-1.0.2  | 169 
 .../files/openssl-0.9.8e-bsd-sparc64.patch |  25 ++
 .../files/openssl-0.9.8h-ldflags.patch |  29 +++
 .../files/openssl-0.9.8m-binutils.patch|  24 ++
 .../files/openssl-0.9.8z_p8-perl-5.26.patch|  13 +
 .../files/openssl-1.0.2p-hobble-ecc.patch  | 283 +
 dev-libs/openssl-compat/metadata.xml   |  19 ++
 .../openssl-compat-0.9.8z_p8-r1.ebuild | 164 
 .../openssl-compat/openssl-compat-1.0.2r.ebuild| 249 ++
 11 files changed, 1125 insertions(+)

diff --git a/dev-libs/openssl-compat/Manifest b/dev-libs/openssl-compat/Manifest
new file mode 100644
index 000..8fc04945964
--- /dev/null
+++ b/dev-libs/openssl-compat/Manifest
@@ -0,0 +1,6 @@
+DIST openssl-0.9.8zh.tar.gz 3818524 BLAKE2B 
610bb4858900983cf4519fa8b63f1e03b3845e39e68884fd8bebd738cd5cd6c2c75513643af49bf9e2294adc446a6516480fe9b62de55d9b6379bf9e7c5cd364
 SHA512 
b97fa2468211f86c0719c68ad1781eff84f772c479ed5193d6da14bac086b4ca706e7d851209d9df3f0962943b5e5333ab0def00110fb2e517caa73c0c6674c6
+DIST openssl-1.0.2-patches-1.5.tar.xz 12404 BLAKE2B 
6c1b8c28f339f539b2ab8643379502a24cf62bffde00041dce54d5dd9e8d2620b181362ee5464b0ab32ba4948e209697bfabadbea2944a409a1009100d298f24
 SHA512 
5725e2d9d1ee8cc074bcef3bed61c71bdab2ff1c114362110c3fb8da11ad5bc8f2ff28e90a293f5f3a5cf96ecda54dffdb7ab3fb3f8b23ef6472250dc3037659
+DIST openssl-1.0.2r.tar.gz 5348369 BLAKE2B 
9f9c2d2fe6eaf9acacab29b394a318f30c38e831a5f9c193b2da660f9d04acbf407d8b752274783765416c0f5ba557c24ee293ad7fb7d727771db289e6acc901
 SHA512 
6eb2211f3ad56d7573ac26f388338592c37e5faaf5e2d44c0fa9062c12186e56a324f135d1c956a89b55fcce047e6428bec2756658d103e7275e08b46f741235
+DIST openssl-1.0.2r_ec_curve.c 17254 BLAKE2B 
d40d8d6e770443f07abe70e2c4ddda6aec1cc8e37dc1f226a3fdd9ed5d228f09c6d372e8956b1948b55ee1d57d1429493e7288d0f54d9466a37fec805c85aacb
 SHA512 
8e92fb100bcf4bd918c82b9a6cbd75a55abe1a2c08230a007e441c51577f974f8cc336e9ac8a672b32641480428ca8cead5380da1fe81bacb088145a1b754a15
+DIST openssl-1.0.2r_ectest.c 30735 BLAKE2B 
95333a27f1cf0a4305a3cee7f6d46b9d4673582ca9acfcf5ba2a0d9d317ab6219cd0d2ff0ba3a55a317c8f5819342f05cc17ba80ec2c92b2b4cab9a3552382e1
 SHA512 
f2e4d34327b490bc8371f0845c69df3f9fc51ea16f0ea0de0411a0c1fa9d49bb2b6fafc363eb3b3cd919dc7c24e4a0d075c6ff878c01d70dae918f2540874c19
+DIST openssl-1.0.2r_hobble-openssl 1302 BLAKE2B 
647caa6a0f4c53a2e77baa3b8e5961eaef3bb0ff38e7d5475eab8deef3439f7fe49028ec9ed0406f3453870b62cac67c496b3a048ee4c9ff4c6866d520235960
 SHA512 
3d757a4708e74a03dd5cb9b8114dfe442ed9520739a6eca693be4c4265771696f1449ea06d1c9bcfc6e94fc9b0dd0c10e153f1c3b0334831c0550b36cd63326e

diff --git a/dev-libs/openssl-compat/files/gentoo.config-0.9.8 
b/dev-libs/openssl-compat/files/gentoo.config-0.9.8
new file mode 100644
index 000..02698250c19
--- /dev/null
+++ b/dev-libs/openssl-compat/files/gentoo.config-0.9.8
@@ -0,0 +1,144 @@
+#!/usr/bin/env bash
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+#
+# Openssl doesn't play along nicely with cross-compiling
+# like autotools based projects, so let's teach it new tricks.
+#
+# Review the bundled 'config' script to see why kind of targets
+# we can pass to the 'Configure' script.
+
+
+# Testing routines
+if [[ $1 == "test" ]] ; then
+   for c in \
+   "arm-gentoo-linux-uclibc  |linux-generic32 -DL_ENDIAN" \
+   "armv5b-linux-gnu |linux-generic32 -DB_ENDIAN" \
+   "x86_64-pc-linux-gnu  |linux-x86_64" \
+   "alphaev56-unknown-linux-gnu  |linux-alpha+bwx-gcc" \
+   "i686-pc-linux-gnu|linux-elf" \
+   "whatever-gentoo-freebsdX.Y   |BSD-generic32" \
+   "i686-gentoo-freebsdX.Y   |BSD-x86-elf" \
+   "sparc64-alpha-freebsdX.Y |BSD-sparc64" \
+   "ia64-gentoo-freebsd5.99234   |BSD-ia64" \
+   "x86_64-gentoo-freebsdX.Y |BSD-x86_64" \
+   "hppa64-aldsF-linux-gnu5.3|linux-generic32 -DB_ENDIAN" \
+   "powerpc-gentOO-linux-uclibc  |linux-ppc" \
+   "powerpc64-unk-linux-gnu  |linux-ppc64" \
+   "x86_64-apple-darwinX |darwin64-x86_64-cc" \
+   

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

2019-06-14 Thread Thomas Deutschmann
commit: f7c217d68dce6662899b8e846391f9d80e792d85
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 19:02:12 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jun 14 17:46:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c217d6

dev-cpp/sourcetrail: Permit dev-libs/openssl-compat

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

 dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild | 5 -
 dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild| 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild 
b/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild
index 75402064800..1e5bf5c07ac 100644
--- a/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild
+++ b/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild
@@ -18,7 +18,10 @@ RESTRICT="mirror bindist"
 DEPEND="dev-util/patchelf"
 
 RDEPEND="
-   =dev-libs/openssl-1.0*:*
+   || (
+   dev-libs/openssl-compat:1.0.0
+   =dev-libs/openssl-1.0*:*
+   )
media-libs/fontconfig
media-libs/freetype
media-libs/libpng:1.2

diff --git a/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild 
b/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild
index 75402064800..1e5bf5c07ac 100644
--- a/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild
+++ b/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild
@@ -18,7 +18,10 @@ RESTRICT="mirror bindist"
 DEPEND="dev-util/patchelf"
 
 RDEPEND="
-   =dev-libs/openssl-1.0*:*
+   || (
+   dev-libs/openssl-compat:1.0.0
+   =dev-libs/openssl-1.0*:*
+   )
media-libs/fontconfig
media-libs/freetype
media-libs/libpng:1.2



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

2019-06-14 Thread Patrick McLean
commit: 85e1ab9cc405fb594bcc4d2338ec5a46e8a1a889
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Jun 14 17:39:34 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jun 14 17:39:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e1ab9c

profiles: arm64: mask test USE flag on dev-util/bcc

Unkeyworded test dependencies.

Copyright: Sony Interactive Entertainment Inc.
Signed-off-by: Patrick McLean  gentoo.org>

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 7e89ef2ce62..16af3a18b90 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Patrick McLean  (14 June 2019)
+# test deps not keyworded
+dev-util/bcc test
+
 # Georgy Yakovlev  (01 June 2019)
 # not yet keyworded
 dev-java/openjdk javafx



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

2019-06-14 Thread Patrick McLean
commit: 05f1e1549e6016ea2d1083728a896cd761ab4983
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jun 14 17:08:57 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jun 14 17:08:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f1e154

dev-util/bcc: Version bump to 0.10.0

Had to drop the patch to unbundle libbpf, the upstream build system
makes too many assumptions about it's presence.

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

 dev-util/bcc/Manifest |   2 +
 dev-util/bcc/bcc-0.10.0.ebuild|  85 ++
 dev-util/bcc/files/bcc-0.10.0-system-libbpf.patch | 182 ++
 3 files changed, 269 insertions(+)

diff --git a/dev-util/bcc/Manifest b/dev-util/bcc/Manifest
index 136c3b7aa67..c6391f7ee4a 100644
--- a/dev-util/bcc/Manifest
+++ b/dev-util/bcc/Manifest
@@ -1,4 +1,6 @@
+DIST bcc-0.10.0.tar.gz 2052430 BLAKE2B 
562aa95d34ba329ce966bca3164af45fe6d78487e5f0d370a0a90c5d91af75b4adcc5aa1e6578bf598e55dc51394c5a218fc19e2b57b2f7241cc3fe1f3a4e513
 SHA512 
92ba0f57d22af610ac81661526fed8bec80d502bcbc8aa5048ba7c50911247c020832db23afdcf9b555b142cd387c228cf7baa0ddc94067165403e362227f235
 DIST bcc-0.6.0.tar.gz 1986593 BLAKE2B 
514c2c781eb94d99560232d8050b5664ce3565622b236e78cd111be27b3482849965600a1d574f59243917672f00bb3cef65cab63103f6c4a5cf62024c683d9b
 SHA512 
1a8edf6da22f3119a74cf43f03ec83b97ed2f6fc18828d750d8a695ac1451b6b3209e5d2cf48bc87f53fa9447e8813a018a58d31588d477e4aa364a2d0217e80
 DIST bcc-0.7.0.tar.gz 2009289 BLAKE2B 
370b553521289d983d1165633e76a5e405250b9b09dbf3e78c127d232908e73facce06097ce4dbf0bbccda929b6715a9b7460affe123556087c8ca00b8d62c0b
 SHA512 
ebe6c4cbecba2d587c69af71ddc8cb451b2b8e1d49ef887f291c813320c2c60d49357500fc2751d5b418df2be1d02763c385d89de6efa6e10f049c25acf01b4e
 DIST bcc-0.9.0-linux-5-bpf.patch.xz 28524 BLAKE2B 
f0369e50eabd7b1eb9a492b9652cd7647c7c7fda3b01db1e7f2bf716e76357d07d67193b31189b98309e26895ac3dd5c755d4cef6bc592e4674f40710c33539c
 SHA512 
fc5b828a5826da2cf1e1a76758c635f5443d202aecbe3f269d78abcaa0117ad7658bea6c43e7b60e1ecc6bcc65bd19b100217758a1203d278ddb03c5837c43f1
 DIST bcc-0.9.0.tar.gz 2036984 BLAKE2B 
cebbeb57f06af90442d28be1633a54c198bf796786c4fcca3a83dea03bc76949f958dd24f7d85feb2e3402576410f965754f3d031076486b7d378493c56035e8
 SHA512 
373080181380ec3bcb13469e29ff1f792e924a2df00a614da4647ed54060ad216525dd0f49c5d0afba7946a6d2f4e3475af97250a33db825945af3d165294091
+DIST libbpf-0.0.3.tar.gz 127328 BLAKE2B 
eaa1be54f0a7fcc6fd41eb2adaad2f405f76db3bd7c7466a5484ead1cca5a9fe775e331838cd5645d7399cb5b1a5b2fcb3814fb45643660fd3f7d84b9986bae6
 SHA512 
ee489d968cd9a20a1f091dcd2696d3807ab0db2a001613684402de2c696391eea033f3bd961eaf1d0df95c1e15f4f0ccfb7003ff98c3f08f24a7e9a8db22cdad

diff --git a/dev-util/bcc/bcc-0.10.0.ebuild b/dev-util/bcc/bcc-0.10.0.ebuild
new file mode 100644
index 000..e58cc92b1c9
--- /dev/null
+++ b/dev-util/bcc/bcc-0.10.0.ebuild
@@ -0,0 +1,85 @@
+# 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} )
+
+inherit cmake-utils linux-info python-single-r1 python-utils-r1
+
+EGIT_COMMIT="v${PV}"
+LIBBPF_VER="0.0.3"
+
+DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, 
and more"
+HOMEPAGE="https://iovisor.github.io/bcc/;
+
+# This bundles libbpf, I tried to unbundle it, but I am not good enough
+# with cmake to do it. Patches accepted...
+SRC_URI="https://github.com/iovisor/bcc/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz
+   https://github.com/libbpf/libbpf/archive/${LIBBPF_VER}.tar.gz -> 
libbpf-${LIBBPF_VER}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+luajit test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND=">=sys-kernel/linux-headers-4.18
+   >=dev-libs/elfutils-0.166:=
+   sys-devel/clang:=
+   >=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)]
+   luajit? ( dev-lang/luajit )
+   ${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   test? (
+   || (
+   net-misc/iputils[arping]
+   net-analyzer/arping
+   )
+   net-analyzer/netperf
+   net-misc/iperf:*
+   )"
+BDEPEND="dev-util/cmake
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}
+
+PATCHES=(
+   "${FILESDIR}/bcc-0.9.0-no-luajit-automagic-dep.patch"
+)
+
+# tests need root access
+RESTRICT="test"
+
+pkg_pretend() {
+   local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
+   ~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL
+   ~KPROBES"
+
+   check_extra_config
+}
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   rmdir src/cc/libbpf || die
+   mv "${WORKDIR}"/libbpf-${LIBBPF_VER} src/cc/libbpf || die
+
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/, www-client/google-chrome-beta/files/

2019-06-14 Thread Mike Gilbert
commit: 61eb044dcb5d15d3b8ddba3e1a822ca280392f25
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jun 14 17:01:15 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 14 17:03:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61eb044d

www-client/google-chrome-beta: automated update (76.0.3809.25)

Package-Manager: Portage-2.3.67_p4, Repoman-2.3.13_p3
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome-beta/Manifest |  2 +-
 www-client/google-chrome-beta/files/chrome-gnome.patch | 14 --
 ...70.66.ebuild => google-chrome-beta-76.0.3809.25.ebuild} |  2 --
 3 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index d70cd9fdf1b..0d64a630afa 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_75.0.3770.66-1_amd64.deb 60416518 BLAKE2B 
151a392fb94111c73019c264691a1e206bee8472027fbf857afa043189051086cecfd8c779ae5eee61502857c3d965c8614f82669c34bc35366b2f6aeda4bbc1
 SHA512 
b206e271b90336891b3a816b63c21a93ea0b64aa725ac754b0629ecd97190b45a67d64008f8f38eae3b2dd55a446d7d719e179d74ccfed25f2062f8fe25691e8
+DIST google-chrome-beta_76.0.3809.25-1_amd64.deb 61011392 BLAKE2B 
e625f2e9f6ab4b4337bfa9ad9fa05875578b02370af7d32060ffcef05107f661425151e8fccc21f5409fb5cba7be0e1e0bef95071aeecdb94222e9fbf1777481
 SHA512 
b0f710a01cb40763ea79526878f1e601ee239652c5dd3f43ad8883143dc8db1a3834d7908ff36653193e42a2080b39f9d5e4172985d591493e70ed7bb7e50dc4

diff --git a/www-client/google-chrome-beta/files/chrome-gnome.patch 
b/www-client/google-chrome-beta/files/chrome-gnome.patch
deleted file mode 100644
index 9662ea3d82f..000
--- a/www-client/google-chrome-beta/files/chrome-gnome.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 a/opt/google/chrome-beta/google-chrome-beta
-+++ b/opt/google/chrome-beta/google-chrome-beta
-@@ -39,6 +39,11 @@
- # We don't want bug-buddy intercepting our crashes. http://crbug.com/24120
- export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME
- 
-+# Workaround to detect GNOME session variants until fix is backported to
-+# older Chrome versions (fixed in 75.x):
-+# 
https://chromium.googlesource.com/chromium/src/+/dd407d416fa941c04e33d81f2b1d8cab8196b633
-+[[ ${XDG_CURRENT_DESKTOP} = *"GNOME"* ]] && export XDG_CURRENT_DESKTOP="GNOME"
-+
- # Sanitize std{in,out,err} because they'll be shared with untrusted child
- # processes (http://crbug.com/376567).
- exec < /dev/null

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-75.0.3770.66.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-76.0.3809.25.ebuild
similarity index 98%
rename from www-client/google-chrome-beta/google-chrome-beta-75.0.3770.66.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-76.0.3809.25.ebuild
index b8601eeffdf..e75218fcde2 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-75.0.3770.66.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-76.0.3809.25.ebuild
@@ -90,8 +90,6 @@ src_install() {
cd "${ED}" || die
unpacker
 
-   eapply "${FILESDIR}"/chrome-gnome.patch
-
rm -r etc usr/share/menu || die
mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
 



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2019-06-14 Thread Mike Gilbert
commit: 1677a680ea1af3d72869757394957ba5e44a6730
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jun 14 17:01:41 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 14 17:03:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1677a680

www-plugins/chrome-binary-plugins: automated update

Package-Manager: Portage-2.3.67_p4, Repoman-2.3.13_p3
Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 6 +++---
 0.3729.169.ebuild => chrome-binary-plugins-75.0.3770.90.ebuild} | 0
 ..._beta.ebuild => chrome-binary-plugins-76.0.3809.21_alpha.ebuild} | 0
 ..._alpha.ebuild => chrome-binary-plugins-76.0.3809.25_beta.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 7d05af6e0eb..13be06755d7 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_75.0.3770.66-1_amd64.deb 60416518 BLAKE2B 
151a392fb94111c73019c264691a1e206bee8472027fbf857afa043189051086cecfd8c779ae5eee61502857c3d965c8614f82669c34bc35366b2f6aeda4bbc1
 SHA512 
b206e271b90336891b3a816b63c21a93ea0b64aa725ac754b0629ecd97190b45a67d64008f8f38eae3b2dd55a446d7d719e179d74ccfed25f2062f8fe25691e8
-DIST google-chrome-stable_74.0.3729.169-1_amd64.deb 58236722 BLAKE2B 
99be6e82f3782a50f6786550b67da5dbba01e3cccb9a2f2d7d40de8fb2e76fbf2e7d6ad3b48b63ff56f02fcfdd33d10fae755778409dd9d6c90e8a9ca2c3fa8f
 SHA512 
98bb65afdc44e4b40a3d073cf7c7796eabb4dc8c8cfb02b59d573145a96f06f49a1789b6b706e29d9e9031d70a05fb7c0a1829c90a0ff1e102b280133ea95546
-DIST google-chrome-unstable_76.0.3806.1-1_amd64.deb 60963730 BLAKE2B 
79030811b458c985d27ced8526ab53c4a43c93bf45cdfdd0bb5f10a726c4ea82aa3574cece82f17960e623f6de66ec0b3bb8d7a725d3ee8164ae53c9c2c3a582
 SHA512 
36050216e22c45420819dc4ac2bb8442eb15c006127e7ae358485925cb1aec7b085cbc60f9336dbeefcf0247b5e0496b4fa921ace5de1ba89bf1b092c0620696
+DIST google-chrome-beta_76.0.3809.25-1_amd64.deb 61011392 BLAKE2B 
e625f2e9f6ab4b4337bfa9ad9fa05875578b02370af7d32060ffcef05107f661425151e8fccc21f5409fb5cba7be0e1e0bef95071aeecdb94222e9fbf1777481
 SHA512 
b0f710a01cb40763ea79526878f1e601ee239652c5dd3f43ad8883143dc8db1a3834d7908ff36653193e42a2080b39f9d5e4172985d591493e70ed7bb7e50dc4
+DIST google-chrome-stable_75.0.3770.90-1_amd64.deb 59248396 BLAKE2B 
9e196c45e6aa37550ac1fcb35f3b42eca12cad00da00ab5299b355d9d808d2a8edff75a399363fbe0638b66102ffd7ec5811573e610d836743090aab80d55771
 SHA512 
6d993160674ce0eef89ccd396216bcf5dfb8ff8b770aff918f13e2f0003deb5a92a9177cdb28321a54138d5f4b5a551c2282fcb986e70a3f68745c547a261bc3
+DIST google-chrome-unstable_76.0.3809.21-1_amd64.deb 60978652 BLAKE2B 
9a1f54a4879be9482621553fa36a638cdea6a3e0ca0957da7fcb2af9a941aee04fa3e228a4957e2684b25b5c0f823320962fa98e53407863681ea69f0de4bd24
 SHA512 
30fd27bf18e3f2487e0c3f652e4988086cd47b36d6b12cf4b8f6a493101ab92421680e0c38d6c07cfc3895eb6452bc25980d379b8158c488193bf37c068bfed2

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3729.169.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-75.0.3770.90.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3729.169.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-75.0.3770.90.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-75.0.3770.66_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.21_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-75.0.3770.66_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.21_alpha.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3806.1_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.25_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3806.1_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.25_beta.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2019-06-14 Thread Mike Gilbert
commit: 56e1b37e707cebb98ae054035f58be7ca0915206
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jun 14 17:01:32 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 14 17:03:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e1b37e

www-client/google-chrome-unstable: automated update (76.0.3809.21)

Package-Manager: Portage-2.3.67_p4, Repoman-2.3.13_p3
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...le-76.0.3806.1.ebuild => google-chrome-unstable-76.0.3809.21.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index ae4b31af501..8b14ee4a894 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_76.0.3806.1-1_amd64.deb 60963730 BLAKE2B 
79030811b458c985d27ced8526ab53c4a43c93bf45cdfdd0bb5f10a726c4ea82aa3574cece82f17960e623f6de66ec0b3bb8d7a725d3ee8164ae53c9c2c3a582
 SHA512 
36050216e22c45420819dc4ac2bb8442eb15c006127e7ae358485925cb1aec7b085cbc60f9336dbeefcf0247b5e0496b4fa921ace5de1ba89bf1b092c0620696
+DIST google-chrome-unstable_76.0.3809.21-1_amd64.deb 60978652 BLAKE2B 
9a1f54a4879be9482621553fa36a638cdea6a3e0ca0957da7fcb2af9a941aee04fa3e228a4957e2684b25b5c0f823320962fa98e53407863681ea69f0de4bd24
 SHA512 
30fd27bf18e3f2487e0c3f652e4988086cd47b36d6b12cf4b8f6a493101ab92421680e0c38d6c07cfc3895eb6452bc25980d379b8158c488193bf37c068bfed2

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-76.0.3806.1.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-76.0.3809.21.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-76.0.3806.1.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-76.0.3809.21.ebuild



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

2019-06-14 Thread Mike Gilbert
commit: d30e99d881852f611dc3befafbc720caa471f71b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jun 14 17:00:55 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 14 17:03:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d30e99d8

www-client/google-chrome: automated update (75.0.3770.90)

Package-Manager: Portage-2.3.67_p4, Repoman-2.3.13_p3
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome/Manifest  |  2 +-
 www-client/google-chrome/files/chrome-gnome.patch  | 14 --
 ...0.3729.169.ebuild => google-chrome-75.0.3770.90.ebuild} |  2 --
 3 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 71f377dc16b..44555cd843c 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_74.0.3729.169-1_amd64.deb 58236722 BLAKE2B 
99be6e82f3782a50f6786550b67da5dbba01e3cccb9a2f2d7d40de8fb2e76fbf2e7d6ad3b48b63ff56f02fcfdd33d10fae755778409dd9d6c90e8a9ca2c3fa8f
 SHA512 
98bb65afdc44e4b40a3d073cf7c7796eabb4dc8c8cfb02b59d573145a96f06f49a1789b6b706e29d9e9031d70a05fb7c0a1829c90a0ff1e102b280133ea95546
+DIST google-chrome-stable_75.0.3770.90-1_amd64.deb 59248396 BLAKE2B 
9e196c45e6aa37550ac1fcb35f3b42eca12cad00da00ab5299b355d9d808d2a8edff75a399363fbe0638b66102ffd7ec5811573e610d836743090aab80d55771
 SHA512 
6d993160674ce0eef89ccd396216bcf5dfb8ff8b770aff918f13e2f0003deb5a92a9177cdb28321a54138d5f4b5a551c2282fcb986e70a3f68745c547a261bc3

diff --git a/www-client/google-chrome/files/chrome-gnome.patch 
b/www-client/google-chrome/files/chrome-gnome.patch
deleted file mode 100644
index b32eb2142c2..000
--- a/www-client/google-chrome/files/chrome-gnome.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 a/opt/google/chrome/google-chrome
-+++ b/opt/google/chrome/google-chrome
-@@ -39,6 +39,11 @@
- # We don't want bug-buddy intercepting our crashes. http://crbug.com/24120
- export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME
- 
-+# Workaround to detect GNOME session variants until fix is backported to
-+# older Chrome versions (fixed in 75.x):
-+# 
https://chromium.googlesource.com/chromium/src/+/dd407d416fa941c04e33d81f2b1d8cab8196b633
-+[[ ${XDG_CURRENT_DESKTOP} = *"GNOME"* ]] && export XDG_CURRENT_DESKTOP="GNOME"
-+
- # Sanitize std{in,out,err} because they'll be shared with untrusted child
- # processes (http://crbug.com/376567).
- exec < /dev/null

diff --git a/www-client/google-chrome/google-chrome-74.0.3729.169.ebuild 
b/www-client/google-chrome/google-chrome-75.0.3770.90.ebuild
similarity index 98%
rename from www-client/google-chrome/google-chrome-74.0.3729.169.ebuild
rename to www-client/google-chrome/google-chrome-75.0.3770.90.ebuild
index b8601eeffdf..e75218fcde2 100644
--- a/www-client/google-chrome/google-chrome-74.0.3729.169.ebuild
+++ b/www-client/google-chrome/google-chrome-75.0.3770.90.ebuild
@@ -90,8 +90,6 @@ src_install() {
cd "${ED}" || die
unpacker
 
-   eapply "${FILESDIR}"/chrome-gnome.patch
-
rm -r etc usr/share/menu || die
mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
 



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

2019-06-14 Thread Michał Górny
commit: ba75745c7eb41b9d949f63f6356cae6bf30ccae7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 14 16:44:57 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 14 16:45:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba75745c

sys-devel/lld: Enable Python 3

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

 sys-devel/lld/lld-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/lld/lld-.ebuild b/sys-devel/lld/lld-.ebuild
index 65b1e9793b1..8b80aaa265c 100644
--- a/sys-devel/lld/lld-.ebuild
+++ b/sys-devel/lld/lld-.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
@@ -6,7 +6,7 @@ EAPI=6
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 # (needed due to CMAKE_BUILD_TYPE != Gentoo)
 CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 
 inherit cmake-utils git-r3 llvm multiprocessing python-any-r1
 



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

2019-06-14 Thread Agostino Sarubbo
commit: f4fd0fe2730cf40e5834b0552047f5c75862b41e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 15:00:45 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 15:00:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fd0fe2

sys-fs/encfs: x86 stable wrt bug #687916

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

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

diff --git a/sys-fs/encfs/encfs-1.9.5.ebuild b/sys-fs/encfs/encfs-1.9.5.ebuild
index fe1209a1669..2fb4537fec7 100644
--- a/sys-fs/encfs/encfs-1.9.5.ebuild
+++ b/sys-fs/encfs/encfs-1.9.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~sparc x86"
 IUSE="libressl nls"
 
 RDEPEND="



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

2019-06-14 Thread Agostino Sarubbo
commit: 1056e79cf330884c38caade76a28319d4c901ebb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 15:00:41 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 15:00:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1056e79c

media-sound/pamix: x86 stable wrt bug #687910

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

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

diff --git a/media-sound/pamix/pamix-1.6.ebuild 
b/media-sound/pamix/pamix-1.6.ebuild
index 633fb3a9622..f77264e2b20 100644
--- a/media-sound/pamix/pamix-1.6.ebuild
+++ b/media-sound/pamix/pamix-1.6.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/patroclos/PAmix.git;
 else
SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/PAmix-${PV}"
 fi
 



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

2019-06-14 Thread Agostino Sarubbo
commit: 27186dce81f0eec68cd6ac513a965c49a9a4d639
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 15:00:34 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 15:00:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27186dce

dev-python/pyilmbase: x86 stable wrt bug #687642

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

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

diff --git a/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild 
b/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild
index 2f4da89c1a0..7516ec8323e 100644
--- a/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild
+++ b/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/openexr/openexr/releases/download/v${PV}/${P}.tar.gz
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+numpy"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/nvidia-firmware/

2019-06-14 Thread Agostino Sarubbo
commit: 695396052e1e8884c54413277e175a55960df37d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 15:00:12 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 15:00:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69539605

sys-firmware/nvidia-firmware: x86 stable wrt bug #684518

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

 sys-firmware/nvidia-firmware/nvidia-firmware-340.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/nvidia-firmware/nvidia-firmware-340.32.ebuild 
b/sys-firmware/nvidia-firmware/nvidia-firmware-340.32.ebuild
index 3ac506650c1..1bccd47aec5 100644
--- a/sys-firmware/nvidia-firmware/nvidia-firmware-340.32.ebuild
+++ b/sys-firmware/nvidia-firmware/nvidia-firmware-340.32.ebuild
@@ -18,7 +18,7 @@ SRC_URI="${NV_URI}Linux-x86/${PV}/${X86_NV_PACKAGE}.run
 
 LICENSE="MIT NVIDIA-r2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 DEPEND="${PYTHON_DEPS}"
 RDEPEND=""



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

2019-06-14 Thread Agostino Sarubbo
commit: ee02c95389d09f9aa6891437ca87dadcd3b57550
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 15:00:52 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 15:00:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee02c953

media-fonts/polarsys-b612-fonts: x86 stable wrt bug #687962

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

 media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild 
b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild
index 7fe64d2d08b..3fb78cff8b6 100644
--- a/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild
+++ b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://git.polarsys.org/c/b612/b612.git/snapshot/b612-bd14fde2544566e6
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE=""
 
 FONT_S="${S}/TTF"



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

2019-06-14 Thread Agostino Sarubbo
commit: 8cc416e3b987459721d62c8fb068cd6c2310cb37
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 15:00:23 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 15:00:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc416e3

app-editors/gvim: x86 stable wrt bug #687394

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

 app-editors/gvim/gvim-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gvim/gvim-8.1.1486.ebuild 
b/app-editors/gvim/gvim-8.1.1486.ebuild
index d42ac546cb5..33a98156f2c 100644
--- a/app-editors/gvim/gvim-8.1.1486.ebuild
+++ b/app-editors/gvim/gvim-8.1.1486.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
 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 ppc ppc64 sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 fi
 
 DESCRIPTION="GUI version of the Vim text editor"



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/

2019-06-14 Thread Agostino Sarubbo
commit: 740aa9617a8fce79f2fe8f5824e8a42a9238a4c4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 15:00:16 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 15:00:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740aa961

dev-lisp/clisp: x86 stable wrt bug #687220

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

 dev-lisp/clisp/clisp-2.49.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/clisp/clisp-2.49.92.ebuild 
b/dev-lisp/clisp/clisp-2.49.92.ebuild
index 2fd7320fca2..7c5c5cb0c36 100644
--- a/dev-lisp/clisp/clisp-2.49.92.ebuild
+++ b/dev-lisp/clisp/clisp-2.49.92.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="2/8"
-KEYWORDS="amd64 ia64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ia64 ppc ~sparc x86"
 IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm 
-threads +unicode +zlib"
 # "jit" disabled ATM
 



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

2019-06-14 Thread Agostino Sarubbo
commit: 82f15ced012bf8f43fdaefcc35911ce2c8b04256
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 15:00:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 15:00:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f15ced

media-sound/ncmpc: x86 stable wrt bug #687942

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

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

diff --git a/media-sound/ncmpc/ncmpc-0.34.ebuild 
b/media-sound/ncmpc/ncmpc-0.34.ebuild
index baead51e6d4..61366c96ff3 100644
--- a/media-sound/ncmpc/ncmpc-0.34.ebuild
+++ b/media-sound/ncmpc/ncmpc-0.34.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="async-connect chat-screen doc +help-screen key-screen +library-screen 
lirc lyrics-screen +mouse nls outputs-screen pcre search-screen +song-screen"
 
 BDEPEND="



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

2019-06-14 Thread Agostino Sarubbo
commit: 76dd9bfedaef43346cdd3ebc4f83c26cf3476982
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 15:00:31 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 15:00:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76dd9bfe

app-editors/vim-core: x86 stable wrt bug #687394

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

 app-editors/vim-core/vim-core-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim-core/vim-core-8.1.1486.ebuild 
b/app-editors/vim-core/vim-core-8.1.1486.ebuild
index 8f4a56ad61c..765c24faf4a 100644
--- a/app-editors/vim-core/vim-core-8.1.1486.ebuild
+++ b/app-editors/vim-core/vim-core-8.1.1486.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
 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"
+   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"



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

2019-06-14 Thread Agostino Sarubbo
commit: 58cd848c57cff90f8292762ef87dba70c42b65ff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 15:00:28 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 15:00:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cd848c

app-editors/vim: x86 stable wrt bug #687394

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

 app-editors/vim/vim-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim/vim-8.1.1486.ebuild 
b/app-editors/vim/vim-8.1.1486.ebuild
index d8dd08a1399..6e0c10c5f5f 100644
--- a/app-editors/vim/vim-8.1.1486.ebuild
+++ b/app-editors/vim/vim-8.1.1486.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 ~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, an improved vi-style text editor"



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

2019-06-14 Thread Agostino Sarubbo
commit: 899fdaf1bfa869b976f394a742e9aa4dee92386d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 15:00:38 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 15:00:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899fdaf1

net-libs/libmicrohttpd: x86 stable wrt bug #687870

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

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

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
index b79ddf79fae..de2fce1d175 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/12"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (



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

2019-06-14 Thread Craig Andrews
commit: 774d60c67436e41a0762f9fd77b0f15ec4dc1672
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jun 14 14:36:18 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jun 14 14:36:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774d60c6

www-apache/mod_h2: 1.15.2 version bump

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

 www-apache/mod_h2/Manifest |  1 +
 www-apache/mod_h2/mod_h2-1.15.2.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
index f95f5f991ec..870b228b3be 100644
--- a/www-apache/mod_h2/Manifest
+++ b/www-apache/mod_h2/Manifest
@@ -8,3 +8,4 @@ DIST mod_http2-1.14.0.tar.gz 1034167 BLAKE2B 
f29d3937339562f0b8e21ab5eeaca8ff1ca
 DIST mod_http2-1.14.1.tar.gz 1032989 BLAKE2B 
15359369f8332d9f9d35cb43468b2cd0d98529155d360176c41ac38c24a94824510b518aaa367cff10672bfdd3c7a24269cca4552d993bf7d63f28f857a1ae78
 SHA512 
04298f0fd9379ae22ba87f5dc95791091ff95cc90c2e898334cc33a0c5115905ec6cbc93676b3a28786436f351c8971721b2786e70cd498fd73ec64b5f46e611
 DIST mod_http2-1.15.0.tar.gz 1036567 BLAKE2B 
1ed9fdd7bf13c8ec7ac14b2cd0a109f0cd6e6d1eb8047e1cf6cd107143e23ebb6d9f9ef753942d44ec4d2168e0783dd23dd66b338d8631c504d4cd81b0287b83
 SHA512 
c3541c930ceee81dfbd688ea155561b6e06aa8ef486830a95e6cfa621f3589aa9c9e15661a4b81463cbe716d02dd28a574e3a74894a74d7c751c88894d378858
 DIST mod_http2-1.15.1.tar.gz 1026120 BLAKE2B 
724d09bfafc2fe6a288eeebd7fbdcbe2c3d3e146b0afae42ae72be16931904982b07fd55f4c96da6f8718b5058421813ecd186ac4b4161a74ea7b83c38394ed1
 SHA512 
3564e8e4cb896420b91669d710d70cdecbe45480078c790960fd7d8c788ac9b843517c2af0747932ad53eb048c39765c4ceb2b7de7e04a1bc7fcb57af0117eb9
+DIST mod_http2-1.15.2.tar.gz 1037495 BLAKE2B 
a6e1afcea50034affc2d505445f0227688a448ef1979de19df42db2e277ba0b1904f249bc55a114901039ce503d164bde92d70d69e70ddf03e3708ee5dd96233
 SHA512 
c919e9cd2a959d3ccde697424dc40580d52a2620ee476fc675b9f30a030044c2f9872b282e4ab08d4d576c0c7ee08ca2baad5a1d9a456dbd6c007cfef9fca6b3

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



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

2019-06-14 Thread Craig Andrews
commit: cf60155a24050ab6d1237aa2069b9edcd51d9005
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jun 14 14:33:39 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jun 14 14:35:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf60155a

net-p2p/cpuminer-opt: 3.9.3.1 version bump

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

 net-p2p/cpuminer-opt/Manifest|  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.9.3.1.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 3500e66b1be..feb5f1b80d0 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -8,3 +8,4 @@ DIST cpuminer-opt-3.9.2.3.tar.gz 1777161 BLAKE2B 
add68199a46ef4989bb062e52fc64ed
 DIST cpuminer-opt-3.9.2.4.tar.gz 167 BLAKE2B 
47269d66576f7920564f18244f857c1de46dd43d656c7b150ebc8a24b0302598c3efa89c01e6ae6a07d34942e71e5a8dc4af49fd35840abd560f63dc93176c58
 SHA512 
ec74abad31059a31b7c16b30a06b759563730c0f0cbfd5d5be84ff0dbb167c2e5b794b1531fbd8735aa87fa4a7f624cec6a496ed1f4627073f70d59366495995
 DIST cpuminer-opt-3.9.2.5.tar.gz 1781488 BLAKE2B 
cd79f8cc363918d6db62b1970086a5758a717ca7f7fed6d204f8e83db43b777d3d5915c3195fcc3256d79dd7d849ca5cac96c47d844ea5129a2823e96a5ca806
 SHA512 
3ad01cfbda9cd6ecf1e2a2f178989da2c18f6fa7add940be7176bab65b0adafdc87f0f1dec77ddfc36a939940867a58188618ba0881fc08baa0125e240501366
 DIST cpuminer-opt-3.9.2.tar.gz 1770769 BLAKE2B 
75413f98b522e30647c9e312e1a23ee5dd3d761780dad7617b68b20d08e123ddd256f70f1494f565abe67997bb1c5fd1401ccd21e7f5492182c7ec2619bc8e00
 SHA512 
ce12c867706a3caed0104859a8f2366af85497b493f8c2a8c87a45f430abb45a29c415889c8f219450ac2f4e10bd4482f6dbe9dd125e1dde98c8a25e3fdad8c8
+DIST cpuminer-opt-3.9.3.1.tar.gz 1781503 BLAKE2B 
3f5df07d6d68343bb074367e3296e08c7e958edfcd3c2d63da83b98e8ce635a8b27d0c871061087908840b665a27556833de8d8106557f6794e9ad35d5a9d53e
 SHA512 
d8f0c298c03e4f309f28a2b555f039212d66e6a9804fa2a1f7d0a8bd3d69969c48f1ac51570b10d5bf9bc695f7a9f91e884298d85d1b6a876d5d3a8974d3b890

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.9.3.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.9.3.1.ebuild
new file mode 100644
index 000..666d27ee1c0
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.9.3.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   >=net-misc/curl-7.15[ssl]
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto --with-curl
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}
+
+src_test() {
+   ./cpuminer --cputest || die
+}



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

2019-06-14 Thread Brian Evans
commit: d43cdc01cf4f75ac9d732a5e4e7eef8b5c6d0188
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Jun 14 14:25:26 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Jun 14 14:25:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43cdc01

dev-php/PEAR-Crypt_CHAP: Revbump for EAPI and updated dependencies

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Brian Evans  gentoo.org>

 .../PEAR-Crypt_CHAP-1.5.0-r3.ebuild| 29 ++
 1 file changed, 29 insertions(+)

diff --git a/dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0-r3.ebuild 
b/dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0-r3.ebuild
new file mode 100644
index 000..2de834bff92
--- /dev/null
+++ b/dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0-r3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit php-pear-r2
+
+DESCRIPTION="Generating CHAP packets"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="test"
+# Crypt_CHAP_MSv1 needs mcrypt which is gone in 7.2+
+RDEPEND="|| (  ( dev-php/pecl-mcrypt >=dev-lang/php-7.2:*[hash(+)] )
+   

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2019-06-14 Thread Alexey Shvetsov
commit: a016dd4860204ef07a4eae75d0f8a86bf0b89dfb
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Fri Jun 14 13:45:20 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Fri Jun 14 13:45:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a016dd48

sci-chemistry/gromacs: Version bump

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Alexey Shvetsov  gentoo.org>

 sci-chemistry/gromacs/Manifest  |   2 +
 sci-chemistry/gromacs/gromacs-2019.3.ebuild | 307 
 2 files changed, 309 insertions(+)

diff --git a/sci-chemistry/gromacs/Manifest b/sci-chemistry/gromacs/Manifest
index d357a6216da..275cb8fb5a1 100644
--- a/sci-chemistry/gromacs/Manifest
+++ b/sci-chemistry/gromacs/Manifest
@@ -1,6 +1,8 @@
 DIST gromacs-2018.3.tar.gz 29915626 BLAKE2B 
6e6eeafecdd923a25b4a2a78a8e89f793639b57ffbd63f19d133d8474302f9a381041f138a509dadb42b36e25fe508729e860efb6b0c75cdbf01d924b0a8fd83
 SHA512 
3c4d6eb3942d7b54d01c94c6f6f5ae706e0f5d4f9901ea11a56fde4df97b1a9112007f2cb13feea0f19f30c89f57ae80ff53a8f5203b8cdff103aa903cd0dc8f
 DIST gromacs-2018.7.tar.gz 29912662 BLAKE2B 
0714b28ec2443f3201275fc2fa6db1202a059161362134d4de03a900a3a67fe9d31ba8c058d5ee971198fecd69379fcd389f03d25c61f50b8460c43ba5c564d5
 SHA512 
fbc3b847b70b1396f412b8f4a1b977268651f8d53a222dcf6349fe563ff6319e096484209a24351e382bc9162a949b3900591f5b469c32dd9effeb894f03c172
 DIST gromacs-2019.2.tar.gz 33437869 BLAKE2B 
bebe4942688dace148856d4491b687b8e0fd2c86d7fbd9eecdb46824d316a0fc3854464ecafa79d8db92327ee8467be204b050c11f1e71132184efd812c3bf09
 SHA512 
da7ff24e8485774e22d1c2464fbe64675c3305ef0e21a3d17e363201031952e5d4a9b81f572d5284fb6f2596ed99daf62fe78d653387d9d714274f46bc750183
+DIST gromacs-2019.3.tar.gz 33441419 BLAKE2B 
79319dd23982c65c7c4d8e5f633cef0c7fd99a38a4e0cc9030a3ffb0fdfc07a4fbfbcfa942896f23a143b747e044fae645498a3e6992497d1f1a7d966f80b2b0
 SHA512 
de9f54d095b45ea7efd1043f83a40f6c778a6e3e2067a01f48d1ce843d68d226061933ca28a3edb635b795a8ddd5ef9deb8ed1114aa3235bc8039db8ff7d0218
 DIST regressiontests-2018.3.tar.gz 67857855 BLAKE2B 
acd7a05ae79d1b4eb47d0c68a3fec9ee19f028a5019f39c37a033f48cf6da2a468375180ad6ceca9ac4f685a8bead38550663a47d6427b51f84c32a5c810e5f0
 SHA512 
57980d49efe6dcc3b3d14b5913a30c68fc1de5b679ef986fec1a149c76f67139b0299c3ee2825451461294fab5f345c7ad4f42e90f8991b81aafe9c369f3ff0b
 DIST regressiontests-2018.7.tar.gz 67856738 BLAKE2B 
955ae8b5e74f90fec704cf41fbd00bd8c09d754f950551fe0adfcd407db6fdb4491a3815149ea37d36c747316c79d462e823b9f6b26f2376bf90d87aad95731b
 SHA512 
c2ff390750bd99faebcd8d5dd8ad6dbf2b00113ed888bf985dbf95d7f347093adb67f3c396547b3e2990de330fddb7efe83ded91a72cf97c82a1dac7e826
 DIST regressiontests-2019.2.tar.gz 67643003 BLAKE2B 
4178de5d62f194a81f97e442c10f123dc59c5e63f2078f7f07135709f3f6e530e0d237bf40264b285c084519d5ace75dfcbcddc16dc740c4f17233dc33542e45
 SHA512 
c1f25bc770d3f0a873c887d5563c1cd88179e81211b70ce6f5015696e6fa0b6931a8da7a449f2b223f3105b9e2e7eca67248e96fbfc2a7fd5fb360ba616f22ff
+DIST regressiontests-2019.3.tar.gz 67640462 BLAKE2B 
ed6c176a144e0407be66585be5d6090c31c047498bc5f48f59685108de91f2f9ddb2d22b291a15e6ffa1db848aae19b94a79c8c3d34b1067680f759a179953dd
 SHA512 
822e905fb488ce308eb9324d93f78106da5252c773c7941d49c6162e73bdff109aeca1f0d57216c6dd6536a4c41d80013fa1cee2f5206b0c4160a3e5b4a31315

diff --git a/sci-chemistry/gromacs/gromacs-2019.3.ebuild 
b/sci-chemistry/gromacs/gromacs-2019.3.ebuild
new file mode 100644
index 000..dc5c8185316
--- /dev/null
+++ b/sci-chemistry/gromacs/gromacs-2019.3.ebuild
@@ -0,0 +1,307 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit bash-completion-r1 cmake-utils cuda eutils multilib python-single-r1 
readme.gentoo-r1 toolchain-funcs xdg-utils
+
+if [[ $PV = ** ]]; then
+   EGIT_REPO_URI="git://git.gromacs.org/gromacs.git
+   https://gerrit.gromacs.org/gromacs.git
+   https://github.com/gromacs/gromacs.git
+   https://repo.or.cz/r/gromacs.git;
+   [[ $PV =  ]] && EGIT_BRANCH="master" || 
EGIT_BRANCH="release-${PV:0:4}"
+   inherit git-r3
+else
+   SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz
+   test? ( 
http://gerrit.gromacs.org/download/regressiontests-${PV/_/-}.tar.gz )"
+   KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+fi
+
+ACCE_IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_fma4 
cpu_flags_x86_avx cpu_flags_x86_avx2"
+
+DESCRIPTION="The ultimate molecular dynamics simulation package"
+HOMEPAGE="http://www.gromacs.org/;
+
+# see COPYING for details
+# https://repo.or.cz/w/gromacs.git/blob/HEAD:/COPYING
+#base,vmd plugins, fftpack from numpy,  blas/lapck from netlib,
memtestG80 library,  mpi_thread lib
+LICENSE="LGPL-2.1 UoI-NCSA !mkl? ( !fftw? ( BSD ) !blas? ( BSD ) !lapack? 

[gentoo-commits] repo/gentoo:master commit in: mail-filter/opendkim/

2019-06-14 Thread Michael Orlitzky
commit: 52b8aa248f2d4dd8e6c55bd1b710535e5806b66f
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Jun 14 13:32:58 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Jun 14 13:38:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b8aa24

mail-filter/opendkim: drop --enable-popauth flag.

The "--enable-popauth" flag was enabled automatically when USE=berkdb
was set, which already doesn't make any sense. This was noticed while
investigating bug 684958. However, "popauth" refers to POP-before-SMTP,
which is an outdated and altogether ridiculous way of authenticating.
No one competent has used it since the 1990s. Instead of converting it
to an independent local USE flag, this new -r15 just drops it.

Bug: https://bugs.gentoo.org/687972
Signed-off-by: Michael Orlitzky  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 .../opendkim/{opendkim-2.10.3-r14.ebuild => opendkim-2.10.3-r15.ebuild}  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mail-filter/opendkim/opendkim-2.10.3-r14.ebuild 
b/mail-filter/opendkim/opendkim-2.10.3-r15.ebuild
similarity index 99%
rename from mail-filter/opendkim/opendkim-2.10.3-r14.ebuild
rename to mail-filter/opendkim/opendkim-2.10.3-r15.ebuild
index ff45f1dac4d..2a84537cc6a 100644
--- a/mail-filter/opendkim/opendkim-2.10.3-r14.ebuild
+++ b/mail-filter/opendkim/opendkim-2.10.3-r15.ebuild
@@ -69,7 +69,6 @@ src_configure() {
if use berkdb ; then
myconf+=(
--with-db-incdir=$(db_includedir)
-   --enable-popauth
--enable-query_cache
--enable-stats
)



[gentoo-commits] repo/gentoo:master commit in: mail-filter/opendkim/

2019-06-14 Thread Michael Orlitzky
commit: 129704fc9faf6d415a66b48171c1840e30ebf399
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Jun 14 13:28:33 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Jun 14 13:33:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129704fc

mail-filter/opendkim: fix building against BerkeleyDB.

Our ebuild was doing something strange with USE=berkdb set, and as a
result, the ./configure script for OpenDKIM was not being passed the
correct location for the BerkeleyDB headers. This seems like a simple
fix; to set

  --with-db-incdir="$(db_includedir)"

in the ebuild. I've made that change in a new revision, and tested
that the OpenDKIM build system can pick up the right version of
BerkeleyDB:

  checking for BerkeleyDB db.h... /usr/include/db6.0

Seems to work.

Closes: https://bugs.gentoo.org/684958
Signed-off-by: Michael Orlitzky  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 .../{opendkim-2.10.3-r13.ebuild => opendkim-2.10.3-r14.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mail-filter/opendkim/opendkim-2.10.3-r13.ebuild 
b/mail-filter/opendkim/opendkim-2.10.3-r14.ebuild
similarity index 99%
rename from mail-filter/opendkim/opendkim-2.10.3-r13.ebuild
rename to mail-filter/opendkim/opendkim-2.10.3-r14.ebuild
index 037a1b0f98c..ff45f1dac4d 100644
--- a/mail-filter/opendkim/opendkim-2.10.3-r13.ebuild
+++ b/mail-filter/opendkim/opendkim-2.10.3-r14.ebuild
@@ -68,8 +68,7 @@ src_configure() {
local myconf=()
if use berkdb ; then
myconf+=(
-   $(db_includedir)
-   --with-db-incdir=${myconf#-I}
+   --with-db-incdir=$(db_includedir)
--enable-popauth
--enable-query_cache
--enable-stats



[gentoo-commits] repo/gentoo:master commit in: sys-boot/vboot-utils/

2019-06-14 Thread Jory Pratt
commit: b9bd152cb35ea77eab781f9ac5fae95ffa343ba0
Author: Jory Pratt  gentoo  org>
AuthorDate: Fri Jun 14 13:24:41 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Fri Jun 14 13:24:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bd152c

sys-boot/vboot-utils: add fts-standalone dep for musl users

Closes: https://bugs.gentoo.org/687820
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jory Pratt  gentoo.org>

 sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild 
b/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild
index 01bb8a2e817..34a78cf8d7f 100644
--- a/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild
+++ b/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild
@@ -31,7 +31,8 @@ LIB_DEPEND_MINIMAL="
 RDEPEND="!static? (
${LIB_DEPEND_MINIMAL//\[static-libs(+)]}
!minimal? ( ${LIB_DEPEND//\[static-libs(+)]} )
-   )"
+   )
+   elibc_musl? ( sys-libs/fts-standalone )"
 DEPEND="${RDEPEND}
static? (
${LIB_DEPEND_MINIMAL}



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

2019-06-14 Thread Sven Wegener
commit: eef64dcf17fc913a0a1990eea4f1f2b9261c8450
Author: Sven Wegener  gentoo  org>
AuthorDate: Fri Jun 14 13:09:43 2019 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Fri Jun 14 13:11:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef64dcf

net-dns/pdns: Version bump

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns/Manifest | 2 +-
 net-dns/pdns/metadata.xml | 1 +
 net-dns/pdns/{pdns-4.2.0_rc1.ebuild => pdns-4.2.0_rc2.ebuild} | 6 --
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest
index 50daaa0020f..486bb83ec7f 100644
--- a/net-dns/pdns/Manifest
+++ b/net-dns/pdns/Manifest
@@ -1,2 +1,2 @@
 DIST pdns-4.1.8.tar.bz2 1116996 BLAKE2B 
df32e1e239f65a37570b1f3f6b7fd2384ea9ea4d60ecf6dc520441e7f004c9e17c1cb35358e1cd9b5080c85b6366354ae4b3e5eaeda20af18c6e411bb119bbc1
 SHA512 
1113745cdaa8fba591c176721893fb478e976861beee0cb6c0240e5afa6b68c9afae286579036b2ed77fffe76ca1e6f103cda915f8b7b875bcdc1253931ad935
-DIST pdns-4.2.0-rc1.tar.bz2 1221177 BLAKE2B 
fa911805bfe9c04ffe6b508e1deec716e9149a6cfe10b771bb8bb214c4b4db72a9d4990eb21145e13422388c48563e2951c6e7d210a59dc2d3569cac6a3232b8
 SHA512 
bd769a2e0159b44d5699b0166d20afe49d9c48aa04c170405099a897417a12887a4dfb54bf9c100498be37a519c91e08a96039b23bdbc1cf33499ea63841c1ba
+DIST pdns-4.2.0-rc2.tar.bz2 1245187 BLAKE2B 
30ee03752dafa02f5618ba26def1cb8d49b0f7f004b54fcb8d7640b0d60897ac9a9b13e918ab3aaee1d679af772aacd0591e9c9cd3bf6b1af79305e06cac1cdb
 SHA512 
695589980fc35e73fc0e72f57034e2cfefd7b046100dc6f8740ac94dd50ee068453c72aa2ee5626e6cccfca1eeb5e3f036b844039db52d5c45f070d291002122

diff --git a/net-dns/pdns/metadata.xml b/net-dns/pdns/metadata.xml
index 57e0d147b33..4a9541bb5c2 100644
--- a/net-dns/pdns/metadata.xml
+++ b/net-dns/pdns/metadata.xml
@@ -12,6 +12,7 @@ standards documents. Furthermore, PowerDNS interfaces with 
almost any database.
 
 
Make it possible to use the 
dev-libs/botan library for crypto-related stuff (like DNSSec) which 
can be significantly faster than PolarSSL.
+   Enable LUA records.
Making it possible to use a MyDNS MySQL database 
with PowerDNS (not recommended for new deployments).
Use a database supported by 
dev-db/opendbx as backend.
Enable support for 
dev-libs/protobuf.

diff --git a/net-dns/pdns/pdns-4.2.0_rc1.ebuild 
b/net-dns/pdns/pdns-4.2.0_rc2.ebuild
similarity index 93%
rename from net-dns/pdns/pdns-4.2.0_rc1.ebuild
rename to net-dns/pdns/pdns-4.2.0_rc2.ebuild
index 9bffaee2710..23e9ad567d7 100644
--- a/net-dns/pdns/pdns-4.2.0_rc1.ebuild
+++ b/net-dns/pdns/pdns-4.2.0_rc2.ebuild
@@ -18,9 +18,9 @@ KEYWORDS="" # ~amd64 ~x86
 # oracle: dito (need Oracle Client Libraries)
 # xdb: (almost) dead, surely not supported
 
-IUSE="debug doc geoip ldap libressl lua luajit mydns mysql opendbx postgres 
protobuf remote sodium sqlite systemd tools tinydns test"
+IUSE="debug doc geoip ldap libressl lua luajit lua-records mydns mysql opendbx 
postgres protobuf remote sodium sqlite systemd tools tinydns test"
 
-REQUIRED_USE="mydns? ( mysql )"
+REQUIRED_USE="lua-records? ( lua ) mydns? ( mysql )"
 
 RDEPEND="
libressl? ( dev-libs/libressl:= )
@@ -30,6 +30,7 @@ RDEPEND="
!luajit? ( dev-lang/lua:= )
luajit? ( dev-lang/luajit:= )
)
+   lua-records? ( >=net-misc/curl-7.21.3 )
mysql? ( dev-db/mysql-connector-c )
postgres? ( dev-db/postgresql:= )
ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
@@ -70,6 +71,7 @@ src_configure() {
--with-dynmodules="${dynmodules}" \
--with-mysql-lib=/usr/$(get_libdir) \
$(use_enable debug verbose-logging) \
+   $(use_enable lua-records) \
$(use_enable test unit-tests) \
$(use_enable tools) \
$(use_enable systemd) \



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

2019-06-14 Thread Sven Wegener
commit: adfa1a5ea66933937a6802cb9d9202814eb324c4
Author: Sven Wegener  gentoo  org>
AuthorDate: Fri Jun 14 12:42:26 2019 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Fri Jun 14 12:44:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfa1a5e

net-dns/pdns-recursor: Cleanup

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns-recursor/Manifest|  2 -
 net-dns/pdns-recursor/pdns-recursor-4.1.11.ebuild | 78 --
 net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild | 79 ---
 3 files changed, 159 deletions(-)

diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
index 350ce2ffe50..ae7a4878163 100644
--- a/net-dns/pdns-recursor/Manifest
+++ b/net-dns/pdns-recursor/Manifest
@@ -1,5 +1,3 @@
-DIST pdns-recursor-4.1.11.tar.bz2 1239986 BLAKE2B 
33c9b2a2f811c43b67ad2bddf5a11d5d95cc88679d46ba3513f3eeec97bf7694af493a9fea4f733f003056b5f0fc971112e9062883324102ecca28838e2f3e41
 SHA512 
6041d31f0a517786f44a7fa22c7bfa94d5d4bdc3a7f349d2b47bc66be87404fe8eaf76f45ca18ef8ab96a45c0271f46fdba93a51fbda2542a3ad96e10f51c1d1
 DIST pdns-recursor-4.1.12.tar.bz2 1245110 BLAKE2B 
187fe117ab64f234d144d7e2d91a119afe1d6b0a45079f1f9527724081c64f594c8c5d5b4dbc6e25b4beef1fcdfb3e5caed8e5a434921bf6b66e07617d0fb6f9
 SHA512 
d228976937ede7e9f6b3375e573f5b436d9df7ae246e411b13acb095a1a58f12173b663acc364ce0fbdcc61b3d5522e101472a88da8f044e44541564f9915d9e
-DIST pdns-recursor-4.1.13.tar.bz2 1246775 BLAKE2B 
ec664baa9d98dde179f15777fb83817706770a88e08dfb61bf8bc9f1fcbd1e6e6064e44bda90da2d82ef4d15e33e0656cd6624c38b3922b5c662610085319164
 SHA512 
3b64caf291b80e1b0d024d607fc7e0fe8d51450a687a1090f0d0f7aab1a42a73fb31576a0acfddcee3f9c476f8bb0ac192a937f9c3481bef8031d34866b5f430
 DIST pdns-recursor-4.1.14.tar.bz2 1249908 BLAKE2B 
8918cbfa2b8ef91b18b7ef79c94bb2ae5e73f2dd835e810aca6480b7338be19e9d151f6ace6cd42bba6c71123378b95811dfa570d31ce2aa3e141b9e49753c8e
 SHA512 
9b1842df5d32f0f7a7080bedb98d8f9e36c08cbf7427c9ba1bd07bae40ef48ad4a843d6eaff336d1fe9869c209c05f4edf1117b994b6ed5818146445b28b3011
 DIST pdns-recursor-4.2.0-rc1.tar.bz2 1312628 BLAKE2B 
9ab6462cbfad26bd5590af19ff0527d749e5e48aba21ac52603f0d481415491f584976de6c03fce1d6b6a3180226e343e0ed715678e1e0c523a9f25dc18ac47c
 SHA512 
f524001d6303bb8aa83b90646915d7b5666056a8c177391ddd2fd94b610e9cca94a7f33cc65be39d76e57a0b823c87c5a16147bc7a92438ab0b2b8dc891e401a

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.11.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.1.11.ebuild
deleted file mode 100644
index 45a74d2b943..000
--- a/net-dns/pdns-recursor/pdns-recursor-4.1.11.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic
-
-DESCRIPTION="The PowerDNS Recursor"
-HOMEPAGE="https://www.powerdns.com/;
-SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="libressl luajit protobuf snmp sodium systemd"
-
-DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
-   luajit? ( dev-lang/luajit:= )
-   protobuf? (
-   dev-libs/protobuf
-   >=dev-libs/boost-1.42:=
-   )
-   systemd? ( sys-apps/systemd:0= )
-   snmp? ( net-analyzer/net-snmp )
-   sodium? ( dev-libs/libsodium:= )
-   libressl? ( dev-libs/libressl:= )
-   !libressl? ( dev-libs/openssl:= )
-   >=dev-libs/boost-1.35:="
-RDEPEND="${DEPEND}
-   !https://www.powerdns.com/;
-SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug libressl luajit protobuf snmp sodium systemd"
-
-DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
-   luajit? ( dev-lang/luajit:= )
-   protobuf? (
-   dev-libs/protobuf
-   >=dev-libs/boost-1.42:=
-   )
-   systemd? ( sys-apps/systemd:0= )
-   snmp? ( net-analyzer/net-snmp )
-   sodium? ( dev-libs/libsodium:= )
-   libressl? ( dev-libs/libressl:= )
-   !libressl? ( dev-libs/openssl:= )
-   >=dev-libs/boost-1.35:="
-RDEPEND="${DEPEND}
-   !

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

2019-06-14 Thread Sven Wegener
commit: 7451e3bf302a170f9aecea52f39bcef21b44fbbd
Author: Sven Wegener  gentoo  org>
AuthorDate: Fri Jun 14 12:41:34 2019 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Fri Jun 14 12:44:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7451e3bf

net-dns/pdns: Cleanup

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns/Manifest  |   1 -
 net-dns/pdns/pdns-4.1.7.ebuild | 157 -
 2 files changed, 158 deletions(-)

diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest
index 89eb0e5fec6..50daaa0020f 100644
--- a/net-dns/pdns/Manifest
+++ b/net-dns/pdns/Manifest
@@ -1,3 +1,2 @@
-DIST pdns-4.1.7.tar.bz2 1116191 BLAKE2B 
8c214bff6d1af8354dc0b22c2bed233ec92e217fcfda456f69a665eb615500452f2bea7abfbab506f93abc35d0466a26594734a242e5cfef2b62e789252274d1
 SHA512 
dc9c693ac2eaf11ddce220e7fedc40f6ae3f9d7a55352643b30db2aad0b2d543ad04a14199a06355275aba2d9dd7873087715a16157b0ff2f7335f1a4a4b96a2
 DIST pdns-4.1.8.tar.bz2 1116996 BLAKE2B 
df32e1e239f65a37570b1f3f6b7fd2384ea9ea4d60ecf6dc520441e7f004c9e17c1cb35358e1cd9b5080c85b6366354ae4b3e5eaeda20af18c6e411bb119bbc1
 SHA512 
1113745cdaa8fba591c176721893fb478e976861beee0cb6c0240e5afa6b68c9afae286579036b2ed77fffe76ca1e6f103cda915f8b7b875bcdc1253931ad935
 DIST pdns-4.2.0-rc1.tar.bz2 1221177 BLAKE2B 
fa911805bfe9c04ffe6b508e1deec716e9149a6cfe10b771bb8bb214c4b4db72a9d4990eb21145e13422388c48563e2951c6e7d210a59dc2d3569cac6a3232b8
 SHA512 
bd769a2e0159b44d5699b0166d20afe49d9c48aa04c170405099a897417a12887a4dfb54bf9c100498be37a519c91e08a96039b23bdbc1cf33499ea63841c1ba

diff --git a/net-dns/pdns/pdns-4.1.7.ebuild b/net-dns/pdns/pdns-4.1.7.ebuild
deleted file mode 100644
index ad05ab44820..000
--- a/net-dns/pdns/pdns-4.1.7.ebuild
+++ /dev/null
@@ -1,157 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit multilib user
-
-DESCRIPTION="The PowerDNS Daemon"
-HOMEPAGE="https://www.powerdns.com/;
-SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# other possible flags:
-# db2: we lack the dep
-# oracle: dito (need Oracle Client Libraries)
-# xdb: (almost) dead, surely not supported
-
-IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx 
postgres protobuf remote sodium sqlite systemd tools tinydns test"
-
-REQUIRED_USE="mydns? ( mysql )"
-
-RDEPEND="
-   libressl? ( dev-libs/libressl:= )
-   !libressl? ( dev-libs/openssl:= )
-   >=dev-libs/boost-1.35:=
-   botan? ( dev-libs/botan:2= )
-   lua? (
-   !luajit? ( dev-lang/lua:= )
-   luajit? ( dev-lang/luajit:= )
-   )
-   mysql? ( dev-db/mysql-connector-c )
-   postgres? ( dev-db/postgresql:= )
-   ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
-   sqlite? ( dev-db/sqlite:3 )
-   opendbx? ( dev-db/opendbx )
-   geoip? ( >=dev-cpp/yaml-cpp-0.5.1:= dev-libs/geoip )
-   sodium? ( dev-libs/libsodium:= )
-   tinydns? ( >=dev-db/tinycdb-0.77 )
-   protobuf? ( dev-libs/protobuf )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-S="${WORKDIR}"/${P/_/-}
-
-src_configure() {
-   local dynmodules="pipe bind" # the default backends, always enabled
-
-   #use db2 && dynmodules+=" db2"
-   use ldap && dynmodules+=" ldap"
-   use lua && dynmodules+=" lua"
-   use mydns && dynmodules+=" mydns"
-   use mysql && dynmodules+=" gmysql"
-   use opendbx && dynmodules+=" opendbx"
-   #use oracle && dynmodules+=" goracle oracle"
-   use postgres && dynmodules+=" gpgsql"
-   use remote && dynmodules+=" remote"
-   use sqlite && dynmodules+=" gsqlite3"
-   use tinydns && dynmodules+=" tinydns"
-   use geoip && dynmodules+=" geoip"
-   #use xdb && dynmodules+=" xdb"
-
-   econf \
-   --disable-static \
-   --sysconfdir=/etc/powerdns \
-   --libdir=/usr/$(get_libdir)/powerdns \
-   --with-modules= \
-   --with-dynmodules="${dynmodules}" \
-   --with-mysql-lib=/usr/$(get_libdir) \
-   $(use_enable botan) \
-   $(use_enable debug verbose-logging) \
-   $(use_enable test unit-tests) \
-   $(use_enable tools) \
-   $(use_enable systemd) \
-   $(use_enable sodium libsodium) \
-   $(usex lua "$(use_with !luajit lua) $(use_with luajit)" \
-   '--without-lua --without-luajit') \
-   $(use_with protobuf) \
-   ${myconf}
-}
-
-src_compile() {
-   default
-   use doc && emake -C codedocs codedocs
-}
-
-src_install() {
-   default
-
-   mv "${D}"/etc/powerdns/pdns.conf{-dist,}
-
-   fperms 0700 /etc/powerdns
-   fperms 0600 /etc/powerdns/pdns.conf

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

2019-06-14 Thread Ulrich Müller
commit: 960a6440525ee68d7bd43035ebfe6d1579c875e3
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jun 14 12:38:47 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jun 14 12:38:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960a6440

profiles: Add URL of IANA registry to l10n.desc.

Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/desc/l10n.desc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc
index 4d30aa57eb3..fdca61b9613 100644
--- a/profiles/desc/l10n.desc
+++ b/profiles/desc/l10n.desc
@@ -1,9 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 2016-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # This file contains descriptions of L10N USE_EXPAND flags.
 
-# Keep it sorted. Entries must be valid IETF language tags (BCP 47).
+# Keep it sorted. Entries must be valid IETF language tags (BCP 47):
+# https://www.iana.org/assignments/language-subtag-registry
 
 # The following are considered duplicates. Use the generic language
 # tag without region subtag instead.



[gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/

2019-06-14 Thread Fabian Groffen
commit: ccd4ddb0de56e451f4a84c35675b71aefce9cc9e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jun 14 09:29:57 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jun 14 09:29:57 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=ccd4ddb0

scripts/auto-bootstraps/dobootstrap: flag RAP in CHOST (platform)

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/auto-bootstraps/dobootstrap | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/auto-bootstraps/dobootstrap 
b/scripts/auto-bootstraps/dobootstrap
index 048ea397c1..1ec3c3f220 100755
--- a/scripts/auto-bootstraps/dobootstrap
+++ b/scripts/auto-bootstraps/dobootstrap
@@ -138,7 +138,9 @@ do_prepare() {
# UNIX vendors
local dist=$(lsb_release -si)
local rel=$(lsb_release -sr)
-   chost=${chost%%-*}-pc-linux-${dist,,}${rel}
+   local platform=pc
+   [[ -e usr/lib/libc.so ]] && platform=rap
+   chost=${chost%%-*}-${platform}-linux-${dist,,}${rel}
fi
 
${keepalive} rsync -q /dev/null ${UPLOAD}/${HOSTNAME}-$$/



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

2019-06-14 Thread Agostino Sarubbo
commit: 7e57a84d49191bd5f0425ae82fd7eb51cb27568d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:26:24 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:26:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e57a84d

app-editors/vim-core: ia64 stable wrt bug #687394

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-editors/vim-core/vim-core-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim-core/vim-core-8.1.1486.ebuild 
b/app-editors/vim-core/vim-core-8.1.1486.ebuild
index 304c9dbdef6..8f4a56ad61c 100644
--- a/app-editors/vim-core/vim-core-8.1.1486.ebuild
+++ b/app-editors/vim-core/vim-core-8.1.1486.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
 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"
+   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"



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

2019-06-14 Thread Agostino Sarubbo
commit: 87840a47358e7c8d9005df7c03baee2650e61d6a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:26:19 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:26:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87840a47

app-editors/gvim: ia64 stable wrt bug #687394

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-editors/gvim/gvim-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gvim/gvim-8.1.1486.ebuild 
b/app-editors/gvim/gvim-8.1.1486.ebuild
index 6429ea05e7c..d42ac546cb5 100644
--- a/app-editors/gvim/gvim-8.1.1486.ebuild
+++ b/app-editors/gvim/gvim-8.1.1486.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
 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 ppc ppc64 sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 fi
 
 DESCRIPTION="GUI version of the Vim text editor"



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/

2019-06-14 Thread Agostino Sarubbo
commit: 034482c07e17203819870b35967e5cfb4d85e49f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:26:14 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:26:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034482c0

dev-lisp/clisp: ia64 stable wrt bug #687220

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 dev-lisp/clisp/clisp-2.49.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/clisp/clisp-2.49.92.ebuild 
b/dev-lisp/clisp/clisp-2.49.92.ebuild
index 886099bd2d0..2fd7320fca2 100644
--- a/dev-lisp/clisp/clisp-2.49.92.ebuild
+++ b/dev-lisp/clisp/clisp-2.49.92.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="2/8"
-KEYWORDS="amd64 ~ia64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ia64 ppc ~sparc ~x86"
 IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm 
-threads +unicode +zlib"
 # "jit" disabled ATM
 



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

2019-06-14 Thread Agostino Sarubbo
commit: c0617ab6eb510105530087af180cefc41ef3598e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:26:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:26:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0617ab6

app-editors/vim: ia64 stable wrt bug #687394

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 app-editors/vim/vim-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim/vim-8.1.1486.ebuild 
b/app-editors/vim/vim-8.1.1486.ebuild
index 2d30d54952c..d8dd08a1399 100644
--- a/app-editors/vim/vim-8.1.1486.ebuild
+++ b/app-editors/vim/vim-8.1.1486.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 ~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, an improved vi-style text editor"



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

2019-06-14 Thread Agostino Sarubbo
commit: 83cf40ce317ebd4657ac9ba6892e8e129998ad6e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:26:11 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:26:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83cf40ce

sys-apps/util-linux: ia64 stable wrt bug #686166

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 sys-apps/util-linux/util-linux-2.33.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.33.2.ebuild 
b/sys-apps/util-linux/util-linux-2.33.2.ebuild
index 3844d192891..54bed45449d 100644
--- a/sys-apps/util-linux/util-linux-2.33.2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~riscv s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 



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

2019-06-14 Thread Agostino Sarubbo
commit: e18f1b6af2231798aa35d4e19d389816324015ee
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:26:27 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:26:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18f1b6a

net-libs/libmicrohttpd: ia64 stable wrt bug #687870

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
index 270eac10437..b79ddf79fae 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/12"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/

2019-06-14 Thread Agostino Sarubbo
commit: 9f16ba6b3585eb649a32562f7c2189a8c1401168
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:25:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:25:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f16ba6b

dev-lisp/clisp: amd64 stable wrt bug #687220

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

 dev-lisp/clisp/clisp-2.49.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/clisp/clisp-2.49.92.ebuild 
b/dev-lisp/clisp/clisp-2.49.92.ebuild
index 97156d783c4..886099bd2d0 100644
--- a/dev-lisp/clisp/clisp-2.49.92.ebuild
+++ b/dev-lisp/clisp/clisp-2.49.92.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="2/8"
-KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ppc ~sparc ~x86"
 IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm 
-threads +unicode +zlib"
 # "jit" disabled ATM
 



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

2019-06-14 Thread Agostino Sarubbo
commit: cc05e7b80609d55cbd8bdc38bee8b56d8f3be8c2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:25:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:25:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc05e7b8

sys-fs/encfs: amd64 stable wrt bug #687916

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

 sys-fs/encfs/encfs-1.9.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/encfs/encfs-1.9.5.ebuild b/sys-fs/encfs/encfs-1.9.5.ebuild
index 258bb0115cb..fe1209a1669 100644
--- a/sys-fs/encfs/encfs-1.9.5.ebuild
+++ b/sys-fs/encfs/encfs-1.9.5.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"
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~sparc ~x86"
 IUSE="libressl nls"
 
 RDEPEND="



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

2019-06-14 Thread Agostino Sarubbo
commit: ca0665fe17e56c755e16d65d869310dd084989e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:17:57 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:17:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0665fe

sys-power/powertop: ppc stable wrt bug #687758

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

 sys-power/powertop/powertop-2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/powertop/powertop-2.10.ebuild 
b/sys-power/powertop/powertop-2.10.ebuild
index b022bb9f0ed..7de8f42db8c 100644
--- a/sys-power/powertop/powertop-2.10.ebuild
+++ b/sys-power/powertop/powertop-2.10.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
 else

SRC_URI="https://01.org/sites/default/files/downloads/${PN}-v${PV}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux"
MY_P="${PN}-v${PV}"
S="${WORKDIR}/${MY_P}"
 fi



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

2019-06-14 Thread Agostino Sarubbo
commit: 6826fc5b79456f63938134d1be7a0a0a64e463c7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:18:01 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:18:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6826fc5b

net-libs/libmicrohttpd: ppc stable wrt bug #687870

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

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

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
index 94cdb8f6c83..270eac10437 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/12"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/

2019-06-14 Thread Agostino Sarubbo
commit: f0aa2c734cc9b06e38d234d30aad47d239c77ef7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:17:37 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:17:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0aa2c73

dev-lisp/clisp: ppc stable wrt bug #687220

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

 dev-lisp/clisp/clisp-2.49.92.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/clisp/clisp-2.49.92.ebuild 
b/dev-lisp/clisp/clisp-2.49.92.ebuild
index 05098a4cc21..97156d783c4 100644
--- a/dev-lisp/clisp/clisp-2.49.92.ebuild
+++ b/dev-lisp/clisp/clisp-2.49.92.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
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="2/8"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86"
 IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm 
-threads +unicode +zlib"
 # "jit" disabled ATM
 



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

2019-06-14 Thread Agostino Sarubbo
commit: d174bab3d3f81f20b26226afeb905d98631f292f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:17:31 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:17:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d174bab3

sys-apps/util-linux: ppc stable wrt bug #686166

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

 sys-apps/util-linux/util-linux-2.33.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.33.2.ebuild 
b/sys-apps/util-linux/util-linux-2.33.2.ebuild
index a2db211d587..3844d192891 100644
--- a/sys-apps/util-linux/util-linux-2.33.2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 



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

2019-06-14 Thread Agostino Sarubbo
commit: 21d1b42bd8fc0ccc17acbd2bbd0dd1ff07ae536a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:18:05 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:18:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d1b42b

media-sound/ncmpc: ppc stable wrt bug #687942

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

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

diff --git a/media-sound/ncmpc/ncmpc-0.34.ebuild 
b/media-sound/ncmpc/ncmpc-0.34.ebuild
index e0fa9dd22ab..baead51e6d4 100644
--- a/media-sound/ncmpc/ncmpc-0.34.ebuild
+++ b/media-sound/ncmpc/ncmpc-0.34.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc ~x86"
 IUSE="async-connect chat-screen doc +help-screen key-screen +library-screen 
lirc lyrics-screen +mouse nls outputs-screen pcre search-screen +song-screen"
 
 BDEPEND="



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

2019-06-14 Thread Agostino Sarubbo
commit: c53096fa822b5b11773da857f7e42e72108e58f6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:17:27 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:17:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53096fa

app-office/homebank: ppc stable wrt bug #676170

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

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

diff --git a/app-office/homebank/homebank-5.2.2.ebuild 
b/app-office/homebank/homebank-5.2.2.ebuild
index c9d81bdf37c..d7e0d540166 100644
--- a/app-office/homebank/homebank-5.2.2.ebuild
+++ b/app-office/homebank/homebank-5.2.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://homebank.free.fr/public/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="+ofx"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 
 RDEPEND=">=dev-libs/glib-2.39
>=net-libs/libsoup-2.26



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

2019-06-14 Thread Agostino Sarubbo
commit: f9dca0cc2a900c97f8989bfd57ef678ed8766827
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:18:08 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:18:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9dca0cc

media-fonts/polarsys-b612-fonts: ppc stable wrt bug #687962

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

 media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild 
b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild
index 25e4bd8e457..7fe64d2d08b 100644
--- a/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild
+++ b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://git.polarsys.org/c/b612/b612.git/snapshot/b612-bd14fde2544566e6
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86"
 IUSE=""
 
 FONT_S="${S}/TTF"



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

2019-06-14 Thread Agostino Sarubbo
commit: 66f9c1cf7c24da1817e9373d0484073b0575765b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:17:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:17:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f9c1cf

app-editors/vim: ppc stable wrt bug #687394

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

 app-editors/vim/vim-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim/vim-8.1.1486.ebuild 
b/app-editors/vim/vim-8.1.1486.ebuild
index 6eebb93ede8..2d30d54952c 100644
--- a/app-editors/vim/vim-8.1.1486.ebuild
+++ b/app-editors/vim/vim-8.1.1486.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 ~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, an improved vi-style text editor"



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

2019-06-14 Thread Agostino Sarubbo
commit: 60f68bc590c44c1fd084e1e5a04c9ecfa98cd006
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:17:53 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:17:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f68bc5

app-editors/vim-core: ppc stable wrt bug #687394

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

 app-editors/vim-core/vim-core-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vim-core/vim-core-8.1.1486.ebuild 
b/app-editors/vim-core/vim-core-8.1.1486.ebuild
index 74e62bd0b39..304c9dbdef6 100644
--- a/app-editors/vim-core/vim-core-8.1.1486.ebuild
+++ b/app-editors/vim-core/vim-core-8.1.1486.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
 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"
+   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"



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

2019-06-14 Thread Agostino Sarubbo
commit: ee71410265c210daf261077c2db6f45af3b3b7a5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:17:45 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:17:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee714102

app-editors/gvim: ppc stable wrt bug #687394

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

 app-editors/gvim/gvim-8.1.1486.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gvim/gvim-8.1.1486.ebuild 
b/app-editors/gvim/gvim-8.1.1486.ebuild
index 31138cbf1a3..6429ea05e7c 100644
--- a/app-editors/gvim/gvim-8.1.1486.ebuild
+++ b/app-editors/gvim/gvim-8.1.1486.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
 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 ~ppc ppc64 sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 fi
 
 DESCRIPTION="GUI version of the Vim text editor"



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

2019-06-14 Thread Agostino Sarubbo
commit: 0a3d5bfa9980dfcf2090d86eec2d98e63ec0a47d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:00:07 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:00:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3d5bfa

net-libs/libmicrohttpd: alpha stable wrt bug #687870

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

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

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
index 294f0ea46c6..94cdb8f6c83 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/12"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (



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

2019-06-14 Thread Agostino Sarubbo
commit: db83658bbc5339f77956507c6f66890db326c59a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:00:05 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:00:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db83658b

app-text/tesseract: alpha stable wrt bug #686534

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

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

diff --git a/app-text/tesseract/tesseract-3.05.02.ebuild 
b/app-text/tesseract/tesseract-3.05.02.ebuild
index 321483c8307..02784759ea3 100644
--- a/app-text/tesseract/tesseract-3.05.02.ebuild
+++ b/app-text/tesseract/tesseract-3.05.02.ebuild
@@ -60,7 +60,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 ~mips ppc ppc64 ~sparc x86"
 
 IUSE="doc examples jpeg math opencl osd png scrollview static-libs tiff 
training webp l10n_ar l10n_bg l10n_ca l10n_chr l10n_cs l10n_de l10n_da l10n_el 
l10n_es l10n_fi l10n_fr l10n_he l10n_hi l10n_hu l10n_id l10n_it l10n_ja l10n_ko 
l10n_lt l10n_lv l10n_nl l10n_no l10n_pl l10n_pt l10n_ro l10n_ru l10n_sk l10n_sl 
l10n_sr l10n_sv l10n_th l10n_tl l10n_tr l10n_uk l10n_vi l10n_zh-CN l10n_zh-TW"
 



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

2019-06-14 Thread Agostino Sarubbo
commit: c5fbb27364429553fa117f83f983c3d9954ec7ed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 08:59:58 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 08:59:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5fbb273

net-dns/avahi: alpha stable wrt bug #681608

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

 net-dns/avahi/avahi-0.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/avahi/avahi-0.7-r2.ebuild 
b/net-dns/avahi/avahi-0.7-r2.ebuild
index af85ab1a057..db0a8b7a03c 100644
--- a/net-dns/avahi/avahi-0.7-r2.ebuild
+++ b/net-dns/avahi/avahi-0.7-r2.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-fbsd"
 IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 
kernel_linux mdnsresponder-compat mono nls python qt5 selinux test"
 
 REQUIRED_USE="



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

2019-06-14 Thread Agostino Sarubbo
commit: 63153e69391a393c875f9ef0627aa19f84fd3c14
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 09:00:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 09:00:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63153e69

sys-apps/util-linux: alpha stable wrt bug #686166

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

 sys-apps/util-linux/util-linux-2.33.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.33.2.ebuild 
b/sys-apps/util-linux/util-linux-2.33.2.ebuild
index b9384cba952..a2db211d587 100644
--- a/sys-apps/util-linux/util-linux-2.33.2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 



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

2019-06-14 Thread Agostino Sarubbo
commit: e8963465a6204fb90601baabaef1ff0e0bb3fb19
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 08:59:48 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 08:59:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8963465

media-libs/openjpeg: alpha stable wrt bug #646774

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

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

diff --git a/media-libs/openjpeg/openjpeg-2.3.1.ebuild 
b/media-libs/openjpeg/openjpeg-2.3.1.ebuild
index 7983d02eda3..fab3cb439ed 100644
--- a/media-libs/openjpeg/openjpeg-2.3.1.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.3.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="2/7" # based on SONAME
-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"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2019-06-14 Thread Agostino Sarubbo
commit: 6db33d9f8d04b6ce8e4d1e4f445f4711576b7d8a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 08:59:51 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 08:59:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db33d9f

dev-python/pyyaml: alpha stable wrt bug #659348

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

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

diff --git a/dev-python/pyyaml/pyyaml-5.1.ebuild 
b/dev-python/pyyaml/pyyaml-5.1.ebuild
index 08dbaad1978..cb8f0ff6f45 100644
--- a/dev-python/pyyaml/pyyaml-5.1.ebuild
+++ b/dev-python/pyyaml/pyyaml-5.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://pyyaml.org/download/${PN}/${MY_P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="examples libyaml"
 
 RDEPEND="libyaml? ( dev-libs/libyaml )"



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

2019-06-14 Thread Agostino Sarubbo
commit: 132a1951640f9ff433cbed8e9ec98d603200
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 14 08:59:55 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 14 08:59:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132a1951

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

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

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

diff --git a/app-text/poppler/poppler-0.77.0.ebuild 
b/app-text/poppler/poppler-0.77.0.ebuild
index aeb76871b13..4052e96324c 100644
--- a/app-text/poppler/poppler-0.77.0.ebuild
+++ b/app-text/poppler/poppler-0.77.0.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/88"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



[gentoo-commits] repo/proj/prefix:master commit in: net-nds/openldap/files/, net-nds/openldap/

2019-06-14 Thread Michael Haubenwallner
commit: cca651c42af37ab0695b1073828a00aed3e8bee2
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Fri Jun 14 08:48:21 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Fri Jun 14 08:49:12 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=cca651c4

net-nds/openldap: add winnt patch

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

 net-nds/openldap/files/openldap-2.4.45-winnt.patch | 80 ++
 net-nds/openldap/openldap-2.4.45.ebuild|  5 +-
 2 files changed, 84 insertions(+), 1 deletion(-)

diff --git a/net-nds/openldap/files/openldap-2.4.45-winnt.patch 
b/net-nds/openldap/files/openldap-2.4.45-winnt.patch
new file mode 100644
index 00..e4af03e5fc
--- /dev/null
+++ b/net-nds/openldap/files/openldap-2.4.45-winnt.patch
@@ -0,0 +1,80 @@
+diff -ru openldap-2.4.45.gentoo/configure.in openldap-2.4.45/configure.in
+--- openldap-2.4.45.gentoo/configure.in2019-06-14 09:59:09.295425100 
+0200
 openldap-2.4.45/configure.in   2019-06-14 10:02:08.279864200 +0200
+@@ -821,6 +821,7 @@
+   locale.h\
+   malloc.h\
+   memory.h\
++  netinet/in.h\
+   psap.h  \
+   pwd.h   \
+   process.h   \
+@@ -862,12 +863,16 @@
+ 
+ AC_CHECK_HEADERS( resolv.h, [], [],
+ [$ac_includes_default
++#ifdef HAVE_NETINET_IN_H
+ #include 
++#endif
+ ])
+ 
+ AC_CHECK_HEADERS( netinet/tcp.h, [], [],
+ [$ac_includes_default
++#ifdef HAVE_NETINET_IN_H
+ #include 
++#endif
+ ])
+ 
+ AC_CHECK_HEADERS( sys/ucred.h, [], [],
+@@ -2429,9 +2434,11 @@
+ dnl Check for NT specific routines
+ AC_CHECK_FUNC(_spawnlp, AC_DEFINE(HAVE_SPAWNLP,1,[if you have spawnlp()]))
+ 
+-AC_CHECK_FUNC(_snprintf, [ac_cv_func_snprintf=yes
++AC_CHECK_FUNCS(snprintf)
++
++AC_CHECK_FUNC(_snprintf, [if test $ac_cv_func_snprintf = no ; then
+   AC_DEFINE(snprintf, _snprintf, [define to snprintf routine])
+-])
++fi])
+ 
+ AC_CHECK_FUNCS(vsnprintf _vsnprintf)
+ 
+@@ -2444,7 +2451,7 @@
+ 
+ if test $ac_cv_func_vprintf = yes ; then
+   dnl check for vsnprintf
+-  AC_CHECK_FUNCS(snprintf vsnprintf)
++  AC_CHECK_FUNCS(vsnprintf)
+ fi
+ 
+ AC_CHECK_FUNCS(   \
+diff -ru openldap-2.4.45.gentoo/include/ac/socket.h 
openldap-2.4.45/include/ac/socket.h
+--- openldap-2.4.45.gentoo/include/ac/socket.h 2017-06-01 22:01:07.0 
+0200
 openldap-2.4.45/include/ac/socket.h2019-06-14 10:02:08.279864200 
+0200
+@@ -38,7 +38,9 @@
+ #include 
+ #endif
+ 
++#ifdef HAVE_NETINET_IN_H
+ #include 
++#endif
+ 
+ #ifdef HAVE_NETINET_TCP_H
+ #include 
+@@ -98,9 +100,15 @@
+ # define tcp_close( s )   closesocket( s )
+ # endif
+ 
++#ifndef EWOULDBLOCK
+ #define EWOULDBLOCK WSAEWOULDBLOCK
++#endif
++#ifndef EINPROGRESS
+ #define EINPROGRESS WSAEINPROGRESS
++#endif
++#ifndef ETIMEDOUT
+ #define ETIMEDOUT WSAETIMEDOUT
++#endif
+ 
+ #undefsock_errno
+ #undefsock_errstr

diff --git a/net-nds/openldap/openldap-2.4.45.ebuild 
b/net-nds/openldap/openldap-2.4.45.ebuild
index e6bf0b44ed..b765d60650 100644
--- a/net-nds/openldap/openldap-2.4.45.ebuild
+++ b/net-nds/openldap/openldap-2.4.45.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="5"
@@ -343,6 +343,9 @@ src_prepare() {
# bug #622464
epatch "${FILESDIR}"/${PN}-2.4.45-libressl.patch
 
+   # winnt (using parity)
+   epatch "${FILESDIR}"/${PN}-2.4.45-winnt.patch
+
# unbundle lmdb
epatch "${FILESDIR}"/${PN}-2.4.42-mdb-unbundle.patch
rm -rf "${S}"/libraries/liblmdb



[gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/

2019-06-14 Thread Fabian Groffen
commit: a7378b0bf765954f24e84ef9d3ab679c05bd332d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jun 14 07:50:18 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jun 14 07:50:18 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a7378b0b

scripts/auto-bootstraps/dobootstrap: fix distdir path

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/auto-bootstraps/dobootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/auto-bootstraps/dobootstrap 
b/scripts/auto-bootstraps/dobootstrap
index 5306491bc8..048ea397c1 100755
--- a/scripts/auto-bootstraps/dobootstrap
+++ b/scripts/auto-bootstraps/dobootstrap
@@ -153,7 +153,7 @@ do_prepare() {
bootstrap-prefix.sh \
startprefix \
elapsedtime \
-   usr/portage/distfiles \
+   var/cache/distfiles \
var/tmp/portage \
var/log/emerge.log \
etc/portage/make.conf \



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

2019-06-14 Thread Mikle Kolyada
commit: 74ba59be2415cd634aaf8b7c3a822a014a1ffdda
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jun 14 07:41:44 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jun 14 07:41:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ba59be

dev-util/pycharm-community: Version bump (v2019.1.3)

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

 dev-util/pycharm-community/Manifest|  1 +
 .../pycharm-community-2019.1.3.ebuild  | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 215a06e733f..ae7f8514d69 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,2 +1,3 @@
 DIST pycharm-community-2019.1.1.tar.gz 332489780 BLAKE2B 
2cc7dcbab5fa321e423991622b4e7c9e41c184312a4b3c3a8b900b1ea2436d9f6009e26ffca12f3335be8bb520941c6ac6b579f3e6f2fc0f1b148a9a00ab1868
 SHA512 
28d7a3353bec271f0a57bea3c44fc788a5b3a5215dff737ba293c2ce73509d06b217ee1615901c91e5895d61a58a2b696c50ae760b6b3a88b472f3746f28bcbf
 DIST pycharm-community-2019.1.2.tar.gz 333983594 BLAKE2B 
f5dfa1986d88c7598cfbd5050c385a1b1b3374286e57fd513a94eb19bc42116b1ceef757d194ef1df66739b25f10663a74e374785b4c5584aec9b8900e67dd0c
 SHA512 
48782960022efe48f37b2bdec0be1f15741f6dde2a2dcec686ecfb07c81996c3d6fc46cf3eda2fa4cc53a67f7ec47909e47ed57b2edbf973482ca37781067415
+DIST pycharm-community-2019.1.3.tar.gz 334018235 BLAKE2B 
8e4c400685e69aaa53426dee848d5f14a0c40b88232ee8cb8c0c0f2f727c68b9212600dab7717ec77c1cd4b42666bad965fcbc217e3158d357b5a5edd6a94e26
 SHA512 
42627af39a8530931442c8419ebee4d999faad40a203519fc8564e4b8b14d2476e8426e9976e487c92e4398db8efb15c5e2d28536b1c7b374898f9dc0021acbe

diff --git a/dev-util/pycharm-community/pycharm-community-2019.1.3.ebuild 
b/dev-util/pycharm-community/pycharm-community-2019.1.3.ebuild
new file mode 100644
index 000..3bd1b2cb410
--- /dev/null
+++ b/dev-util/pycharm-community/pycharm-community-2019.1.3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils readme.gentoo-r1 xdg
+
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/pycharm/;
+SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
+
+LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8
+   dev-libs/libdbusmenu
+   dev-python/pip"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/${PN}/bin/fsnotifier
+   opt/${PN}/bin/fsnotifier64
+   opt/${PN}/bin/fsnotifier-arm"
+
+MY_PN=${PN/-community/}
+
+src_prepare() {
+   default
+
+   rm -rf jre || die
+}
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r *
+
+   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
+
+   dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
+   newicon bin/${MY_PN}.png ${PN}.png
+   make_desktop_entry ${PN} ${PN} ${PN}
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



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

2019-06-14 Thread Mikle Kolyada
commit: ee65b2f3396940e307ebda3b5afe72f7c33ace12
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jun 14 07:43:19 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jun 14 07:43:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee65b2f3

dev-util/pycharm-professional: Version bump (v2019.1.3)

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

 dev-util/pycharm-professional/Manifest |  1 +
 .../pycharm-professional-2019.1.3.ebuild   | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-util/pycharm-professional/Manifest 
b/dev-util/pycharm-professional/Manifest
index 24c92756512..3f2a68d0aba 100644
--- a/dev-util/pycharm-professional/Manifest
+++ b/dev-util/pycharm-professional/Manifest
@@ -1,2 +1,3 @@
 DIST pycharm-professional-2019.1.1.tar.gz 433810320 BLAKE2B 
baba76f893ca92990241de495f0a00029a135b890aeca067fdb699ffc6f4e7042487ada452f7fb793731b0ec303f0e73baf2c76da8e0821edcf195c210958b74
 SHA512 
d4419fbef02e3c8a6c3820da56f089a5630ac2c94dc701854f0ea03a5797f7489db6613a8426cf89a4c6c5259b44d589846b04e36051e44641845a32d81b368e
 DIST pycharm-professional-2019.1.2.tar.gz 436256239 BLAKE2B 
3253c74b7308dbef8dfd78fbb525af104d11d5ea4c66c48882685dc40011258a6f9d912a9402818f219c7c968cda61e4723544607b71a1a5e7ee0e1bf743ae86
 SHA512 
ee7bcf292f780ed2fe12c432b546eb470b2f556337e2b9c22905797f5f99899a2b5d80bee032cac45427f5480f8f2b3512e32cd4d1a0b6ae6b355f8dd0674b51
+DIST pycharm-professional-2019.1.3.tar.gz 436604810 BLAKE2B 
1fcf742b119dd8d9e9eeaa08f803f2742f388c711da446ae00e5718e09c231d926a04146fdcfb9ed18e2a44d43049598ef63c527e8994077987a127fedd630cd
 SHA512 
2a26279944408cf5e6436d28ec15e2e6fcca234535fb69f4e7391a230d4bf39a523e6d2262d8cd5036d4f40b0629cd33866c5b839f82a82ae1d4271c89901cad

diff --git a/dev-util/pycharm-professional/pycharm-professional-2019.1.3.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2019.1.3.ebuild
new file mode 100644
index 000..9196130c9fd
--- /dev/null
+++ b/dev-util/pycharm-professional/pycharm-professional-2019.1.3.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils readme.gentoo-r1 xdg
+
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/pycharm/;
+SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
+
+LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource 
PyCharm_Preview"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8
+   dev-libs/libdbusmenu
+   dev-python/pip"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/${PN}/bin/fsnotifier
+   opt/${PN}/bin/fsnotifier64
+   opt/${PN}/bin/fsnotifier-arm
+   opt/${PN}/bin/libyjpagent-linux.so
+   opt/${PN}/bin/libyjpagent-linux64.so"
+
+MY_PN=${PN/-professional/}
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+   default
+
+   rm -rf jre || die
+}
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r *
+
+   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
+
+   dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
+   newicon bin/${MY_PN}.png ${PN}.png
+   make_desktop_entry ${PN} ${PN} ${PN}
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



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

2019-06-14 Thread Mikle Kolyada
commit: 1c39250a4acf10c1f52d2e68d36ee72da7365616
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jun 14 07:25:12 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jun 14 07:25:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c39250a

app-portage/eix: Version bump (v0.33.8)

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

 app-portage/eix/Manifest  |   1 +
 app-portage/eix/eix-0.33.8.ebuild | 104 ++
 2 files changed, 105 insertions(+)

diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
index b77691fe9bf..50300e02ebd 100644
--- a/app-portage/eix/Manifest
+++ b/app-portage/eix/Manifest
@@ -1 +1,2 @@
 DIST eix-0.33.7.tar.xz 626008 BLAKE2B 
13d1f5b3096ec1ced13435f3680454c5b6f035ddbaa7877c7d2898b044fcc673f2c30b5ad25b8a3aa01354c726cf6ebf6483dc49f102145957dad95437931f63
 SHA512 
a6f2f553a05351c642c5ad5dcb8dc804585e1476d35dbe2c056ed493d1e37576e5e57fe0317f4fe4f6310c5439d23cbbe7384da8fbe9761eddca10e463950077
+DIST eix-0.33.8.tar.xz 627116 BLAKE2B 
b301b4218d60c13a8d6c4be484b65e9bc257e6c4d1989054cc844861cd6ec96194e60094e72833f82cfaf1b1d14a249045590dbfc91a39e5c92d5dae13b2c643
 SHA512 
014ce5b660430e117e8037d8043bdfe5e6e98b7cb889e88d93aeb87e650296a8db64871f3eb736842dbebde7eb1f23936f6df9f5f547f89565734b7874e6e907

diff --git a/app-portage/eix/eix-0.33.8.ebuild 
b/app-portage/eix/eix-0.33.8.ebuild
new file mode 100644
index 000..240099310a8
--- /dev/null
+++ b/app-portage/eix/eix-0.33.8.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools bash-completion-r1 flag-o-matic tmpfiles
+
+DESCRIPTION="Search and query ebuilds"
+HOMEPAGE="https://github.com/vaeth/eix/;
+SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="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 ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="debug doc nls sqlite"
+
+BOTHDEPEND="nls? ( virtual/libintl )
+   sqlite? ( >=dev-db/sqlite-3:= )"
+RDEPEND="${BOTHDEPEND}
+   >=app-shells/push-2.0-r1
+   >=app-shells/quoter-3.0_p2-r1"
+DEPEND="${BOTHDEPEND}
+   app-arch/xz-utils
+   nls? ( sys-devel/gettext )"
+
+pkg_setup() {
+   # remove stale cache file to prevent collisions
+   local old_cache=${EROOT%/}/var/cache/${PN}
+   if [[ -f ${old_cache} ]]; then
+   rm "${old_cache}" || die
+   fi
+}
+
+src_prepare() {
+   default
+   sed -i -e "s:/:${EPREFIX}/:" tmpfiles.d/eix.conf || die
+
+   sed -e "/eixf_source=/s:push.sh:cat 
\"${EROOT}usr/share/push/push.sh\":" \
+   -e "/eixf_source=/s:quoter_pipe.sh:cat 
\"${EROOT}usr/share/quoter/quoter_pipe.sh\":" \
+   -i src/eix-functions.sh.in || die
+   sed -e "s:'\$(bindir)/eix-functions.sh':cat 
\"${EROOT}usr/share/eix/eix-functions\":" \
+   -i src/Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable debug paranoic-asserts)
+   $(use_enable nls)
+   $(use_with doc extra-doc)
+   $(use_with sqlite)
+
+   # default configuration
+   $(use_with prefix always-accept-keywords)
+   --with-dep-default
+   --with-required-use-default
+
+   # paths
+   --with-portage-rootpath="${ROOTPATH}"
+   --with-eprefix-default="${EPREFIX}"
+
+   # build a single executable with symlinks
+   --disable-separate-binaries
+   --disable-separate-tools
+
+   # used purely to control/disrespect *FLAGS
+   --disable-debugging
+   --disable-new_dialect
+   --disable-optimization
+   --disable-strong-optimization
+   --disable-security
+   --disable-nopie-security
+   --disable-strong-security
+   )
+
+   # https://github.com/vaeth/eix/issues/35
+   append-cxxflags -std=c++14
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   dobashcomp bash/eix
+   dotmpfiles tmpfiles.d/eix.conf
+
+   rm -r "${ED%/}"/usr/bin/eix-functions.sh || die
+
+}
+
+pkg_postinst() {
+   tmpfiles_process eix.conf
+
+   local obs=${EROOT%/}/var/cache/eix.previous
+   if [[ -f ${obs} ]]; then
+   ewarn "Found obsolete ${obs}, please remove it"
+   fi
+}
+
+pkg_postrm() {
+   if [[ ! -n ${REPLACED_BY_VERSION} ]]; then
+   rm -rf "${EROOT%/}/var/cache/${PN}" || die
+   fi
+}



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

2019-06-14 Thread Mikle Kolyada
commit: 2fe34f439b9e259c79d9b1e830ce7e27670ae814
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jun 14 06:56:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jun 14 06:56:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe34f43

app-text/wgetpaste: Version bump (v2.29)

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

 app-text/wgetpaste/Manifest  |  1 +
 app-text/wgetpaste/wgetpaste-2.29.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/app-text/wgetpaste/Manifest b/app-text/wgetpaste/Manifest
index 957ed7adae8..1fd17fb5070 100644
--- a/app-text/wgetpaste/Manifest
+++ b/app-text/wgetpaste/Manifest
@@ -1 +1,2 @@
 DIST wgetpaste-2.28.tar.bz2 12448 BLAKE2B 
231b6d00ecf9c355f45683d56537c0fe6a5d6561e42edee680b228f5a76e7e1b202669e429f7941b6daaf14682e5a8469521713930bb42387e168965acfccca2
 SHA512 
b3b9ee4bfbc52da6762b06c2640385eeedab7910ad1bc4e92ff9304371ec2442e2d30b69ebc0f1407a00a9c8afde398e00dc3d3c048452d730517227a68e6b97
+DIST wgetpaste-2.29.tar.bz2 12988 BLAKE2B 
838b84632754f6e07c25fe3648e14bf939dff4e08ae8e8064e94008beb436f77738e4f54859115321fbf445a323641ebfecf5fd7d0946c72e913687deb07
 SHA512 
6596842733bb5d1d52cbb3cbcf61ba714f0cbfdc13acb4d6025ccfd27c214adaf886ac3a0a11baefaa4af3f33165619e5a3360b4e0807d29e8dc8ef5ff819bb6

diff --git a/app-text/wgetpaste/wgetpaste-2.29.ebuild 
b/app-text/wgetpaste/wgetpaste-2.29.ebuild
new file mode 100644
index 000..ff53674f069
--- /dev/null
+++ b/app-text/wgetpaste/wgetpaste-2.29.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Command-line interface to various pastebins"
+HOMEPAGE="http://wgetpaste.zlin.dk/;
+SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2;
+
+LICENSE="public-domain"
+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 ~sparc-solaris ~x86-solaris"
+IUSE="+ssl"
+
+DEPEND=""
+RDEPEND="net-misc/wget[ssl?]"
+
+src_prepare() {
+   sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die
+   default
+}
+
+src_install() {
+   dobin ${PN}
+   insinto /usr/share/zsh/site-functions
+   doins _wgetpaste
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/

2019-06-14 Thread Georgy Yakovlev
commit: 3a062724ef1d51333d9ead0f813b0694bdf1ae09
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jun 14 06:42:36 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun 14 06:51:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a062724

x11-terms/alacritty: bump to 0.3.3_rc1

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

 x11-terms/alacritty/Manifest   |  81 +
 x11-terms/alacritty/alacritty-0.3.3_rc1.ebuild | 398 +
 2 files changed, 479 insertions(+)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index 6e670156197..38bf0b09676 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -3,6 +3,7 @@ DIST adler32-1.0.3.crate 5734 BLAKE2B 
31cd43d1e13b5e854a195824084dc34a157ef59ccc
 DIST aho-corasick-0.6.10.crate 26122 BLAKE2B 
752eccb2fbf36fbc73b8694033d2f80f6ab6d2a8c2ae023329b90bb252b537adb1e80a604b4266bfb1ccc2963fcaa6579be48ef011c9728734c7cb77fa3eab99
 SHA512 
4a21b0e68c416e5dcfe99ded917577abdbe7c92e50227b7906a2b3bd25105f8e7d03103514d388171a41090cc7bcb63bb5b4dc3c6847a9b4e09bb3856a1bbd9d
 DIST aho-corasick-0.7.3.crate 55093 BLAKE2B 
16dfd6505ac34c1b0351c736a913852a354da64177fbf8fabf35212a4deea087150ed7e558787061da1e71c995e3c876c155eb1c629865cc282ab8aee06c9539
 SHA512 
4250dc8fa38ad74e0c25375744f34eb06ff3bddbf16d6b4d757a9053ca16c3945d15c8f9deb11ea55d30b6d1c1744c4bccc388a4413b723a429445bf5ef3ffa9
 DIST alacritty-0.3.2.tar.gz 1341205 BLAKE2B 
e7b6ad7f1d83bd46732367626d248df4ed094a990e015c704468c03371a1a48e765f67912ab845585a8a111d8411d348ebb840900c899a323940096ab216c299
 SHA512 
a189ea2e04e1dc0e53c23f5bc39bcbddba46fe72a844665a4c508da3a9b72dd878d6ecc6b5e66db13892992fff5b0d0f5593caf5cfd269d60cb7756ac7add5af
+DIST alacritty-0.3.3_rc1.tar.gz 1350525 BLAKE2B 
f4a076b36a63b91f42d695151b6233ad99272f2b2208ff28312da4c38e03d60646451f1cb2f642752a957aebbbcbc65d7288e1f556420c237f3c52a52ce0dab0
 SHA512 
775531524a5c141f0e1dee331f74b58a55ef4a46dd398b1f9c42d1402d1ad41646d850a5da3909809db90329b745ca5dde57c5ce7a11bd2228147e10fa03f281
 DIST andrew-0.2.1.crate 9595 BLAKE2B 
d2cf73285889aaf702fb994fd1d5a1011e0f78011a612937ad9f06f506ef75c86fb82ee1069a8f520b926325a4363d83863234e1fd2a2fcd08ead5ff66b638c5
 SHA512 
06ba5a756e0d84953dcb1cd1714d1639e67e836dcdd92f5f77c2b35a2afdf0b0babcdf598e2c5cf2dc8661c8326bc27b1ac3c9963a5fcbc2e0c753da6ac730ea
 DIST android_glue-0.2.3.crate 1572 BLAKE2B 
8404cc69af7d1c9e851e67a69b5b18195388b50924b6a8afc7203bc5101babe9ae007724e552a929947fa9c639eb8ae13cdae0aedbc2d54b0b8d48373f15b7a3
 SHA512 
16ff1f0e1f50cd120dfbe57d45ebac1725fa75447c964a5b05a1a0565b13b0bc3b6c153edb4a50083ef5d802a889c9f9007e2e21a58dc408f9fb12e9437bd01b
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
@@ -12,34 +13,44 @@ DIST argon2rs-0.2.5.crate 353096 BLAKE2B 
9f8136f54f96cd95facd78572e31d83d49474b7
 DIST arrayvec-0.4.10.crate 26133 BLAKE2B 
43772765a9be4e3e6dd5b2ee8864f7894aab3128123a673fd0ddf18dafb69d7ed94709dad6de26e222f080b1de83d31aacbb3419b1d926ec4005de64e4db8b30
 SHA512 
8aa327fcc18220da496c63c76a521c383c7d506e8c39448f5cc6535c47b8c70ca74f73322b0c368fae7b8a8cec11c9854ac45b4eb7e537fed34e007aa3ad175f
 DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
 DIST autocfg-0.1.2.crate 10444 BLAKE2B 
1e37c97d6d309a5250552fc4c38066ba004674af6e6d091f08b24f47475c11b2db4b0967ce55d2208b9e2ba080e2bcb4b4226acd0da9d4c15dd844827ea6f0b4
 SHA512 
0f692f4062d22be01c32af2ceb6ed3887a7d65843e1a6ec696fbaa46517d02e62d573055efe5da3a63847f05bc37b254bf2dd750738b528774f63352eacdabe4
+DIST autocfg-0.1.4.crate 10937 BLAKE2B 
272fc9d216749941cb73d37d5233d1df4bde5abcf9a6e75ed928ee6493e9011922a06551dac1f6b1d0c34dce587c6ce1442ea62e88457c0cecf985e7a3d5e47e
 SHA512 
811b68ea24a836980026abba12598b35359abdff5660e6e9d3cc65e3edbedcd10dffc208900af5d4c21e983e1218b5fb5499117c05ab60b3e4716f0529b231ce
 DIST backtrace-0.3.15.crate 33807 BLAKE2B 
4de08c8ae6ce4ac650a94fbbdc16ae5f4e4a4b8364d946dfbbd13c6349edaa4600f77e311d1dfc52582d6b72bcdb8c107557f39f33222f40c802faa7baf69a9e
 SHA512 
d2850033ff2478e4f6547af922c5c2f43a8fa15f749e00f2763734f57040a017670c90a5fda62e35593748560a498f65c81f4a8c225393e7c67c1f612bb61daf
+DIST backtrace-0.3.30.crate 49787 BLAKE2B 
75196554aeeb7c9a2b46b7fe96d2fabb1674a79ea7087782b64e7b9430e686156d2cdf11aa006398c5bba7ad9218dc6133e998116099226fdebc9488498f7bbf
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: net-fs/cvmfs/

2019-06-14 Thread Guilherme Amadio
commit: f9339df05e38251d7c8bfaa2fefc173508d4bc64
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Jun 14 06:29:16 2019 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Fri Jun 14 06:43:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9339df0

net-fs/cvmfs: update dependency on openssl

This reverts commit da1eeba46dfd3705263ed2991312bb90ac06661c.

Signed-off-by: Guilherme Amadio  gentoo.org>

 net-fs/cvmfs/cvmfs-2.3.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/cvmfs/cvmfs-2.3.5-r2.ebuild 
b/net-fs/cvmfs/cvmfs-2.3.5-r2.ebuild
index 191cc33554d..393df3a15fd 100644
--- a/net-fs/cvmfs/cvmfs-2.3.5-r2.ebuild
+++ b/net-fs/cvmfs/cvmfs-2.3.5-r2.ebuild
@@ -22,7 +22,7 @@ CDEPEND="
>=dev-cpp/sparsehash-1.12
dev-db/sqlite:3=
dev-libs/leveldb:0=
-   dev-libs/openssl:1.0.0
+   dev-libs/openssl:0
net-libs/pacparser:0=
net-misc/curl:0[adns]
sys-apps/attr



[gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/

2019-06-14 Thread Alfredo Tupone
commit: 4720d4222ecc8b8b3af42a7f0bce7dc5959d9915
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Fri Jun 14 06:41:39 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Jun 14 06:41:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4720d422

dev-ada/xmlada: removing an old version

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

 dev-ada/xmlada/xmlada-2018-r1.ebuild | 81 
 1 file changed, 81 deletions(-)

diff --git a/dev-ada/xmlada/xmlada-2018-r1.ebuild 
b/dev-ada/xmlada/xmlada-2018-r1.ebuild
deleted file mode 100644
index 48988109dcf..000
--- a/dev-ada/xmlada/xmlada-2018-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multiprocessing
-
-MYP=${PN}-gpl-${PV}
-
-DESCRIPTION="Set of modules that provide a simple manipulation of XML streams"
-HOMEPAGE="http://libre.adacore.com/;
-SRC_URI="http://mirrors.cdn.adacore.com/art/591aeb88c7a4473fcbb154f8 ->
-   ${MYP}-src.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnat_2016 gnat_2017 +gnat_2018 gnat_2019 +shared static-libs static-pic"
-REQUIRED_USE="|| ( shared static-libs static-pic )
-   ^^ ( gnat_2016 gnat_2017 gnat_2018 gnat_2019 )"
-
-RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )
-   gnat_2017? ( dev-lang/gnat-gpl:6.3.0 )
-   gnat_2018? ( dev-lang/gnat-gpl:7.3.1 )
-   gnat_2019? ( dev-lang/gnat-gpl:8.3.1 )"
-DEPEND="${RDEPEND}
-   
dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?]"
-
-S="${WORKDIR}"/${MYP}-src
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_configure () {
-   econf --prefix="${D}"/usr
-}
-
-src_compile () {
-   build () {
-   gprbuild -j$(makeopts_jobs) -m -p -v -XLIBRARY_TYPE=$1 \
-   -XBUILD=Production -XPROCESSORS=$(makeopts_jobs) 
xmlada.gpr \
-   -cargs ${ADAFLAGS} || die "gprbuild failed"
-   }
-   if use shared; then
-   build relocatable
-   fi
-   if use static-libs; then
-   build static
-   fi
-   if use static-pic; then
-   build static-pic
-   fi
-}
-
-src_test() {
-   emake test
-   emake run_test | grep DIFF && die
-}
-
-src_install () {
-   build () {
-   gprinstall -XLIBRARY_TYPE=$1 -f -p -XBUILD=Production \
-   -XPROCESSORS=$(makeopts_jobs) --prefix="${D}"usr \
-   --install-name=xmlada --build-var=LIBRARY_TYPE \
-   --build-var=XMLADA_BUILD \
-   --build-name=$1 xmlada.gpr || die "gprinstall failed"
-   }
-   if use shared; then
-   build relocatable
-   fi
-   if use static-libs; then
-   build static
-   fi
-   if use static-pic; then
-   build static-pic
-   fi
-
-   einstalldocs
-   dodoc xmlada-roadmap.txt
-   rm "${D}"/usr/share/doc/${PN}/.buildinfo || die
-   rm -r "${D}"/usr/share/gpr/manifests || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ada/asis/

2019-06-14 Thread Alfredo Tupone
commit: f38953bafaa22fa83aa29a4b341541b8d154de3a
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Fri Jun 14 06:35:14 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Jun 14 06:36:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38953ba

dev-ada/asis: remove an old version

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

 dev-ada/asis/asis-2018-r1.ebuild | 55 
 1 file changed, 55 deletions(-)

diff --git a/dev-ada/asis/asis-2018-r1.ebuild b/dev-ada/asis/asis-2018-r1.ebuild
deleted file mode 100644
index 0bb54ce915b..000
--- a/dev-ada/asis/asis-2018-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multiprocessing
-MYP=${PN}-gpl-${PV}-src
-
-DESCRIPTION="To develop tools for Ada software"
-HOMEPAGE="http://libre.adacore.com/;
-SRC_URI="http://mirrors.cdn.adacore.com/art/5b0819e0c7a447df26c27ab8
-   -> ${MYP}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnat_2017 +gnat_2018 gnat_2019"
-
-RDEPEND="
-   gnat_2017? ( dev-ada/gnat_util[gnat_2017] )
-   gnat_2018? ( dev-ada/gnat_util[gnat_2018] )
-   gnat_2019? ( dev-ada/gnat_util[gnat_2019] )
-   || (
-   dev-ada/gnatcoll-core[gnat_2017=,gnat_2018=,gnat_2019=,shared]
-   
dev-ada/gnatcoll[gnat_2017=,gnat_2018=,gnat_2019=,projects,shared]
-   )"
-DEPEND="${RDEPEND}
-   dev-ada/gprbuild[gnat_2017=,gnat_2018=,gnat_2019=]"
-
-REQUIRED_USE="|| ( gnat_2017 gnat_2018 gnat_2019 )"
-
-S="${WORKDIR}"/${MYP}
-
-PATCHES=( "${FILESDIR}"/${PN}-2017-gentoo.patch )
-
-src_compile() {
-   emake PROCESSORS=$(makeopts_jobs) \
-   GPRBUILD_FLAGS="-vl"
-   emake tools PROCESSORS=$(makeopts_jobs) \
-   GPRBUILD_FLAGS="-vl \
-   -XGPR_BUILD=relocatable \
-   -XLIBRARY_TYPE=relocatable \
-   -XXMLADA_BUILD=relocatable"
-}
-
-src_install() {
-   emake prefix="${D}"/usr install
-   emake prefix="${D}"/usr install-tools \
-   GPRINSTALL="gprinstall \
-   -XGPR_BUILD=relocatable \
-   -XLIBRARY_TYPE=relocatable \
-   -XXMLADA_BUILD=relocatable"
-   rm -r "${D}"/usr/share/gpr/manifests || die
-   mv "${D}"/usr/bin/gnatpp{,-asis} || die
-}



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

2019-06-14 Thread Sergei Trofimovich
commit: fd74df57686da63ce4c3a918b6a9db9899f76605
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jun 14 06:34:28 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 14 06:35:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd74df57

app-forensics/quickfuzz: update HOMEPAGE, bug #687638

The change follows commit
https://github.com/CIFASIS/QuickFuzz/commit/a1c69f028b0960c002cb83e8145f039ecc0e0a23

Reported-by: Jonas Stein
Closes: https://bugs.gentoo.org/687638
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild | 4 ++--
 app-forensics/quickfuzz/quickfuzz-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild 
b/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild
index b16b564b392..8699d3f648e 100644
--- a/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild
+++ b/app-forensics/quickfuzz/quickfuzz-0.1_p20160920.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ MY_PN="QuickFuzz"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="An experimental grammar fuzzer in Haskell using QuickCheck"
-HOMEPAGE="http://quickfuzz.org/;
+HOMEPAGE="http://quickfuzz.cifasis-conicet.gov.ar/;
 SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.gz;
 
 LICENSE="GPL-3"

diff --git a/app-forensics/quickfuzz/quickfuzz-.ebuild 
b/app-forensics/quickfuzz/quickfuzz-.ebuild
index 41734df6f0c..3b81cfa5194 100644
--- a/app-forensics/quickfuzz/quickfuzz-.ebuild
+++ b/app-forensics/quickfuzz/quickfuzz-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ MY_PN="QuickFuzz"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="An experimental grammar fuzzer in Haskell using QuickCheck"
-HOMEPAGE="http://quickfuzz.org/;
+HOMEPAGE="http://quickfuzz.cifasis-conicet.gov.ar/;
 EGIT_REPO_URI="https://github.com/CIFASIS/QuickFuzz.git;
 
 LICENSE="GPL-3"



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

2019-06-14 Thread Michael Haubenwallner
commit: e3fbe4f60b0d162e4c7828b15ca105f2e2f52fe4
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Thu Jun 13 10:58:04 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Fri Jun 14 06:22:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3fbe4f6

xorg-3.eclass: EAUTORECONF_DEPENDS belong to BDEPEND

EAUTORECONF_DEPENDS is non-empty for ppc-aix and x86-winnt only.
Also, unset variable 'arch' after use.

Signed-off-by: Michael Haubenwallner  gentoo.org>

 eclass/xorg-3.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index 6ac90a64d59..f135058fba6 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -116,7 +116,8 @@ WANT_AUTOMAKE="latest"
 for arch in ${XORG_EAUTORECONF_ARCHES}; do
EAUTORECONF_DEPENDS+=" ${arch}? ( ${EAUTORECONF_DEPEND} )"
 done
-DEPEND+=" ${EAUTORECONF_DEPENDS}"
+unset arch
+BDEPEND+=" ${EAUTORECONF_DEPENDS}"
 [[ ${XORG_EAUTORECONF} != no ]] && BDEPEND+=" ${EAUTORECONF_DEPEND}"
 unset EAUTORECONF_DEPENDS
 unset EAUTORECONF_DEPEND



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

2019-06-14 Thread Mart Raudsepp
commit: db489d1366eaf1044952f25fa0d8c54ecc1e736b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jun 14 06:14:08 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jun 14 06:14:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db489d13

www-client/epiphany: warn if webkit-gtk isn't built with USE=jpeg2k

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 www-client/epiphany/epiphany-3.30.4.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/www-client/epiphany/epiphany-3.30.4.ebuild 
b/www-client/epiphany/epiphany-3.30.4.ebuild
index 99e354c6cf5..95a55437249 100644
--- a/www-client/epiphany/epiphany-3.30.4.ebuild
+++ b/www-client/epiphany/epiphany-3.30.4.ebuild
@@ -66,6 +66,11 @@ src_test() {
 pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
+
+   if ! has_version net-libs/webkit-gtk[jpeg2k]; then
+   ewarn "Your net-libs/webkit-gtk is built without USE=jpeg2k."
+   ewarn "Various image galleries/managers may be broken."
+   fi
 }
 
 pkg_postrm() {



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

2019-06-14 Thread Mart Raudsepp
commit: 38c61836112051a936827d941200cb093f081190
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jun 14 06:07:04 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jun 14 06:07:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c61836

net-libs/webkit-gtk: default enable jpeg2k

JPEG 2000 support is important for various image managers on the
web, because they are giving that format with the currently used
User Agent, while they'd give WebP with different user agents.
But using that different UA would break many other things, thus
jpeg2k is pretty much mandatory for good browser usages,
therefore default enable it at least.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild
index 5e332dec843..fd02876d160 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
 
-IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer 
+introspection jpeg2k libnotify nsplugin +opengl spell wayland +webgl +X"
+IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer 
+introspection +jpeg2k libnotify nsplugin +opengl spell wayland +webgl +X"
 
 # webgl needs gstreamer, bug #560612
 # gstreamer with opengl/gles2 needs egl



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

2019-06-14 Thread Andreas Sturmlechner
commit: 728cc2e142c93d2ac4f09fb75c13ec83c29e2d27
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 14 05:59:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 14 05:59:44 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=728cc2e1

kde-plasma/libksysguard: Restore accidentally removed patch

Closes: https://bugs.gentoo.org/688014
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...bksysguard-5.16.0-no-detailed-mem-message.patch | 26 ++
 1 file changed, 26 insertions(+)

diff --git 
a/kde-plasma/libksysguard/files/libksysguard-5.16.0-no-detailed-mem-message.patch
 
b/kde-plasma/libksysguard/files/libksysguard-5.16.0-no-detailed-mem-message.patch
new file mode 100644
index 00..477f88d4e5
--- /dev/null
+++ 
b/kde-plasma/libksysguard/files/libksysguard-5.16.0-no-detailed-mem-message.patch
@@ -0,0 +1,26 @@
+From 49c5fdcc3bfdfedfaeaabac4f0070b986a166ce2 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Fri, 7 Jun 2019 22:58:55 +0200
+Subject: [PATCH] Gentooify message about QtWebEngineWidgets
+
+Translations can not be provided for this.
+---
+ processui/scripting.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/processui/scripting.cpp b/processui/scripting.cpp
+index 83cf895..647194a 100644
+--- a/processui/scripting.cpp
 b/processui/scripting.cpp
+@@ -242,7 +242,7 @@ new QWebChannel(window.qt.webChannelTransport, 
function(channel) {
+ mScriptingHtmlDialog->webView()->load(fileName);
+ #else
+ QMessageBox::critical(this, i18n("QtWebEngineWidgets not available"),
+-i18n("KSysGuard library was compiled without QtWebEngineWidgets, 
please contact your distribution."));
++QStringLiteral("kde-plasma/libksysguard was built without USE 
\"webengine\" by user choice, detailed memory information not available."));
+ #endif
+ }
+ #if HAVE_QTWEBENGINEWIDGETS
+-- 
+2.21.0
+