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

2019-04-04 Thread Michał Górny
commit: 0eecbfaebbcf3f438e428c97b113f1abcd66670e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  5 05:15:21 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  5 05:15:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eecbfae

net-misc/miniupnpd: Bump to 2.1.20190403

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

 net-misc/miniupnpd/Manifest  |  1 +
 net-misc/miniupnpd/miniupnpd-2.1.20190403.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/net-misc/miniupnpd/Manifest b/net-misc/miniupnpd/Manifest
index 8bb0d316b83..54d2f7c35f9 100644
--- a/net-misc/miniupnpd/Manifest
+++ b/net-misc/miniupnpd/Manifest
@@ -1 +1,2 @@
 DIST miniupnpd-2.1.20190210.tar.gz 235093 BLAKE2B 
d86b4a73ebfe6b5f3665b92624e7eac36718fffea058c0e7d2cb4af2c0871534c7f7ec56ade6c3cb2e13215a77971173259f912efd61a37e41d0f2f0a4596e5c
 SHA512 
d664d5f61a0e2e71086aa520cb91af9f7f9b8b34268a76d570bbca271d86eab4976655a1fec1d21be80a93e357a0cb185281037604a0cfc00e4944d8e8b6f664
+DIST miniupnpd-2.1.20190403.tar.gz 235909 BLAKE2B 
121aa74d1337dbdaec280edd13a688c42c7af49e1f6d44cac94701e878fe554adb8b878ac2c075391124cee14b5c01d57987024fadf95e4508ed3b3047bad543
 SHA512 
63fbd09d769c7a8ffba92cd5724bc04e4553085b95405daa905ac77f95d2fbcf1852fd8ff7171e2fe39aac7ac76ebae87142fe5dc2e57932c89d8d98d472034b

diff --git a/net-misc/miniupnpd/miniupnpd-2.1.20190403.ebuild 
b/net-misc/miniupnpd/miniupnpd-2.1.20190403.ebuild
new file mode 100644
index 000..673b340fb09
--- /dev/null
+++ b/net-misc/miniupnpd/miniupnpd-2.1.20190403.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="MiniUPnP IGD Daemon"
+HOMEPAGE="http://miniupnp.free.fr/;
+SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+leasefile igd2 ipv6 pcp-peer portinuse strict"
+
+RDEPEND=">=net-firewall/iptables-1.4.6:0=[ipv6?]
+   net-libs/libnfnetlink:=
+   net-libs/libmnl:=
+   dev-libs/gmp:0=
+   sys-apps/util-linux:=
+   dev-libs/openssl:0="
+DEPEND="${RDEPEND}
+   sys-apps/lsb-release"
+
+src_prepare() {
+   default
+   mv Makefile.linux Makefile || die
+
+   # Prevent gzipping manpage.
+   sed -i -e '/gzip/d' Makefile || die
+}
+
+src_configure() {
+   local -a opts
+   opts=(
+   --vendorcfg
+   $(usex igd2 '--igd2' '')
+   $(usex ipv6 '--ipv6' '')
+   $(usex leasefile '--leasefile' '')
+   $(usex portinuse '--portinuse' '')
+   $(usex pcp-peer '--pcp-peer' '')
+   $(usex strict '--strict' '')
+   )
+
+   emake CONFIG_OPTIONS="${opts[*]}" config.h
+}
+
+src_compile() {
+   # By default, it builds a bunch of unittests that are missing wrapper
+   # scripts in the tarball
+   emake CC="$(tc-getCC)" STRIP=true miniupnpd
+}
+
+src_install() {
+   emake PREFIX="${ED}" STRIP=true install
+
+   newinitd "${FILESDIR}"/${PN}-init.d-r1 ${PN}
+   newconfd "${FILESDIR}"/${PN}-conf.d-r1 ${PN}
+}
+
+pkg_postinst() {
+   elog "Please correct the external interface in the top of the two"
+   elog "scripts in /etc/miniupnpd and edit the config file in there too"
+}



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

2019-04-04 Thread Michał Górny
commit: 70d1c5fe9a4a2e9b9ae428aea4da894fd2e16b60
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  5 05:16:02 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  5 05:16:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d1c5fe

net-libs/miniupnpc: Bump to 2.1.20190403

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

 net-libs/miniupnpc/Manifest  |  1 +
 net-libs/miniupnpc/miniupnpc-2.1.20190403.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/net-libs/miniupnpc/Manifest b/net-libs/miniupnpc/Manifest
index 3ad3871db3f..cde5412471f 100644
--- a/net-libs/miniupnpc/Manifest
+++ b/net-libs/miniupnpc/Manifest
@@ -1,2 +1,3 @@
 DIST miniupnpc-2.0.20180503.tar.gz 88207 BLAKE2B 
1d6c6396e805eae3c53263a6856cc119033a645da29471b31705fdee8465808361057804496821f845112fb8490d351f67a5d5c9e1fef522fc6e6df8d4ac34c1
 SHA512 
68dcf76fe62223de80610afd392f14f46af2465796c3d4d46daa0c6f1f7e99034368b2484e260e718d42eef480644a684e83d4c0f32a6108fdd544cfc48443a3
 DIST miniupnpc-2.1.20190210.tar.gz 94125 BLAKE2B 
1cb8e4cd4d015d82eb15eec20e93b14a9f280aeabfc54e96ff9511db7fddf9713b9bffd0893c17f29beede29c6bfe73e6a459f7b20c9e4b33c88753b39cb7a0e
 SHA512 
51f662c2a7a78cd99a793ff8b89097d895c80aaca696109c06106f8bb2601465207e068a410134cc66a61b4c0e11d4635bac6e9efdfe3fe8c4f813ac9e7a2fc2
+DIST miniupnpc-2.1.20190403.tar.gz 94204 BLAKE2B 
6dd23a2b0b497a95bf8a92d63b95b8d3c85074845d1f2d9380701107e12262cacc2e80d4c324b95aeca76412ec85d5e6118eecc2131f352c8f2a5d489f833d40
 SHA512 
810ece8f3679c8caab447a621a7bc128a2f1780b455574d3514933c0601223cb14033e97f8e667c596632a75f651dbbb0294523d873e8212fdb5fd3cef61e65f

diff --git a/net-libs/miniupnpc/miniupnpc-2.1.20190403.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.1.20190403.ebuild
new file mode 100644
index 000..b170db612f2
--- /dev/null
+++ b/net-libs/miniupnpc/miniupnpc-2.1.20190403.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="UPnP client library and a simple UPnP client"
+HOMEPAGE="http://miniupnp.free.fr/;
+SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd"
+IUSE="ipv6 kernel_linux static-libs"
+
+RDEPEND=""
+DEPEND="kernel_linux? ( sys-apps/lsb-release sys-apps/which )"
+
+src_prepare() {
+   eapply_user
+
+   # These bins are not installed, upnpc-static requires building static 
lib
+   sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
+   # Prevent gzipping manpage.
+   sed -i -e '/gzip/d' Makefile || die
+
+   if ! use static-libs; then
+   sed -i \
+   -e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
+   -e '/$(INSTALL) -m 644 $(LIBRARY) 
$(DESTDIR)$(INSTALLDIRLIB)/d' \
+   Makefile || die
+   fi
+}
+
+# Upstream cmake causes more trouble than it fixes,
+# so we'll just stay with the Makefile for now.
+
+src_compile() {
+   tc-export CC AR
+   emake upnpc-shared $(usex static-libs upnpc-static '')
+}
+
+src_test() {
+   emake -j1 HAVE_IPV6=$(usex ipv6) check
+}
+
+src_install() {
+   emake \
+   DESTDIR="${D}" \
+   PREFIX="${EPREFIX}/usr" \
+   INSTALLDIRLIB="${EPREFIX}/usr/$(get_libdir)" \
+   install
+
+   dodoc README Changelog.txt
+}



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

2019-04-04 Thread Michał Górny
commit: 8b76cdbf751cc93117ee7abc067177ac84e9cff2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  5 05:16:40 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  5 05:16:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b76cdbf

dev-python/miniupnpc: Bump to 2.1.20190403

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

 dev-python/miniupnpc/Manifest  |  1 +
 dev-python/miniupnpc/miniupnpc-2.1.20190403.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest
index 3ad3871db3f..cde5412471f 100644
--- a/dev-python/miniupnpc/Manifest
+++ b/dev-python/miniupnpc/Manifest
@@ -1,2 +1,3 @@
 DIST miniupnpc-2.0.20180503.tar.gz 88207 BLAKE2B 
1d6c6396e805eae3c53263a6856cc119033a645da29471b31705fdee8465808361057804496821f845112fb8490d351f67a5d5c9e1fef522fc6e6df8d4ac34c1
 SHA512 
68dcf76fe62223de80610afd392f14f46af2465796c3d4d46daa0c6f1f7e99034368b2484e260e718d42eef480644a684e83d4c0f32a6108fdd544cfc48443a3
 DIST miniupnpc-2.1.20190210.tar.gz 94125 BLAKE2B 
1cb8e4cd4d015d82eb15eec20e93b14a9f280aeabfc54e96ff9511db7fddf9713b9bffd0893c17f29beede29c6bfe73e6a459f7b20c9e4b33c88753b39cb7a0e
 SHA512 
51f662c2a7a78cd99a793ff8b89097d895c80aaca696109c06106f8bb2601465207e068a410134cc66a61b4c0e11d4635bac6e9efdfe3fe8c4f813ac9e7a2fc2
+DIST miniupnpc-2.1.20190403.tar.gz 94204 BLAKE2B 
6dd23a2b0b497a95bf8a92d63b95b8d3c85074845d1f2d9380701107e12262cacc2e80d4c324b95aeca76412ec85d5e6118eecc2131f352c8f2a5d489f833d40
 SHA512 
810ece8f3679c8caab447a621a7bc128a2f1780b455574d3514933c0601223cb14033e97f8e667c596632a75f651dbbb0294523d873e8212fdb5fd3cef61e65f

diff --git a/dev-python/miniupnpc/miniupnpc-2.1.20190403.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.1.20190403.ebuild
new file mode 100644
index 000..4474c7bf005
--- /dev/null
+++ b/dev-python/miniupnpc/miniupnpc-2.1.20190403.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for UPnP client library"
+HOMEPAGE="http://miniupnp.free.fr/;
+SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=net-libs/miniupnpc-${PV}:0="
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+PATCHES=(
+   "${FILESDIR}"/miniupnpc-2.0.20171102-shared-lib.patch
+)
+
+# DOCS are installed by net-libs/miniupnpc.
+DOCS=()
+
+# Example test command:
+# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); 
u.selectigd(); print(u.externalipaddress())'



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

2019-04-04 Thread Michał Górny
commit: f3045e7b24b7c267ad7152c2b964f20a59beb88d
Author: Stefan Strogin  gmail  com>
AuthorDate: Thu Apr  4 01:48:42 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  5 05:13:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3045e7b

games-roguelike/angband: fix build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/679942
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Stefan Strogin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 games-roguelike/angband/angband-4.1.3.ebuild   |  2 ++
 .../angband/files/angband-4.1.3-tinfo.patch| 29 ++
 2 files changed, 31 insertions(+)

diff --git a/games-roguelike/angband/angband-4.1.3.ebuild 
b/games-roguelike/angband/angband-4.1.3.ebuild
index 8a55a747063..29f6be451fb 100644
--- a/games-roguelike/angband/angband-4.1.3.ebuild
+++ b/games-roguelike/angband/angband-4.1.3.ebuild
@@ -37,6 +37,8 @@ DEPEND="${RDEPEND}"
 BDEPEND="dev-python/docutils
virtual/pkgconfig"
 
+PATCHES=( "${FILESDIR}"/${P}-tinfo.patch )
+
 src_prepare() {
default
 

diff --git a/games-roguelike/angband/files/angband-4.1.3-tinfo.patch 
b/games-roguelike/angband/files/angband-4.1.3-tinfo.patch
new file mode 100644
index 000..8a1f487e6f6
--- /dev/null
+++ b/games-roguelike/angband/files/angband-4.1.3-tinfo.patch
@@ -0,0 +1,29 @@
+From de53f9644323af0ff084bc82ef17b26aa6db250e Mon Sep 17 00:00:00 2001
+From: Stefan Strogin 
+Date: Thu, 4 Apr 2019 04:24:49 +0300
+Subject: [PATCH] Link against tinfow or tinfo if needed
+
+It is needed on systems where libtinfo is separate from libncurses.
+See: https://bugs.gentoo.org/679942
+
+Upstream-Status: Submitted [https://github.com/angband/angband/pull/522]
+Signed-off-by: Stefan Strogin 
+---
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure.ac b/configure.ac
+index 4a671f33..04fa8cae 100644
+--- a/configure.ac
 b/configure.ac
+@@ -244,6 +244,7 @@ if test "$enable_curses" = "yes"; then
+   LIBS="${LIBS} -lncursesw"
+   MAINFILES="${MAINFILES} \$(GCUMAINFILES)"
+   ])
++  AC_SEARCH_LIBS([keypad], [tinfow tinfo])
+   fi
+ fi
+ 
+-- 
+2.21.0
+



[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/, sys-devel/llvm/files/8.0.0/

2019-04-04 Thread Michał Górny
commit: 4b6a6ed19f30f4f30af53b2426c57194626715e7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  5 05:02:42 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  5 05:13:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6a6ed1

sys-devel/llvm: Backport dangling symlink failure fix

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

 ...Add-additional-headers-only-if-they-exist.patch |  41 +++
 sys-devel/llvm/llvm-8.0.0-r1.ebuild| 301 +
 2 files changed, 342 insertions(+)

diff --git 
a/sys-devel/llvm/files/8.0.0/0001-llvm-cmake-Add-additional-headers-only-if-they-exist.patch
 
b/sys-devel/llvm/files/8.0.0/0001-llvm-cmake-Add-additional-headers-only-if-they-exist.patch
new file mode 100644
index 000..ed83244de53
--- /dev/null
+++ 
b/sys-devel/llvm/files/8.0.0/0001-llvm-cmake-Add-additional-headers-only-if-they-exist.patch
@@ -0,0 +1,41 @@
+From 1f68002cb725c6a8fb5ca8425c1c86495a053f4f Mon Sep 17 00:00:00 2001
+From: Michal Gorny 
+Date: Thu, 4 Apr 2019 14:21:38 +
+Subject: [PATCH] [llvm] [cmake] Add additional headers only if they exist
+
+Modify the add_header_files_for_glob() function to only add files
+that do exist, rather than all matches of the glob.  This fixes CMake
+error when one of the include directories (which happen to include
+/usr/include) contain broken symlinks.
+
+Differential Revision: https://reviews.llvm.org/D59632
+
+llvm-svn: 357701
+---
+ llvm/cmake/modules/LLVMProcessSources.cmake | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/cmake/modules/LLVMProcessSources.cmake 
b/cmake/modules/LLVMProcessSources.cmake
+index 7cbd2863500..d0be0e8b3ba 100644
+--- a/cmake/modules/LLVMProcessSources.cmake
 b/cmake/modules/LLVMProcessSources.cmake
+@@ -30,7 +30,15 @@ endmacro(add_td_sources)
+ 
+ function(add_header_files_for_glob hdrs_out glob)
+   file(GLOB hds ${glob})
+-  set(${hdrs_out} ${hds} PARENT_SCOPE)
++  set(filtered)
++  foreach(file ${hds})
++# Explicit existence check is necessary to filter dangling symlinks
++# out.  See https://bugs.gentoo.org/674662.
++if(EXISTS ${file})
++  list(APPEND filtered ${file})
++endif()
++  endforeach()
++  set(${hdrs_out} ${filtered} PARENT_SCOPE)
+ endfunction(add_header_files_for_glob)
+ 
+ function(find_all_header_files hdrs_out additional_headerdirs)
+-- 
+2.21.0
+

diff --git a/sys-devel/llvm/llvm-8.0.0-r1.ebuild 
b/sys-devel/llvm/llvm-8.0.0-r1.ebuild
new file mode 100644
index 000..212c6de1227
--- /dev/null
+++ b/sys-devel/llvm/llvm-8.0.0-r1.ebuild
@@ -0,0 +1,301 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+# (needed due to CMAKE_BUILD_TYPE != Gentoo)
+CMAKE_MIN_VERSION=3.7.0-r1
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils eapi7-ver flag-o-matic multilib-minimal \
+   multiprocessing pax-utils python-any-r1 toolchain-funcs
+
+DESCRIPTION="Low Level Virtual Machine"
+HOMEPAGE="https://llvm.org/;
+SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
+   !doc? ( https://dev.gentoo.org/~mgorny/dist/llvm/${P}-manpages.tar.bz2 
)"
+
+# Keep in sync with CMakeLists.txt
+ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
+   NVPTX PowerPC Sparc SystemZ WebAssembly X86 XCore )
+ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
+
+# Additional licenses:
+# 1. OpenBSD regex: Henry Spencer's license ('rc' in Gentoo) + BSD.
+# 2. ARM backend: LLVM Software Grant by ARM.
+# 3. MD5 code: public-domain.
+# 4. Tests (not installed):
+#  a. gtest: BSD.
+#  b. YAML tests: MIT.
+
+LICENSE="UoI-NCSA rc BSD public-domain
+   llvm_targets_ARM? ( LLVM-Grant )"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml
+   kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   sys-libs/zlib:0=
+   exegesis? ( dev-libs/libpfm:= )
+   gold? (
+   || (
+   >=sys-devel/binutils-2.31.1-r4:*[plugins]
+   =virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
+   ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )
+   xar? ( app-arch/xar )
+   xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] )"
+# configparser-3.2 breaks the build (3.3 or none at all are fine)
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   || ( >=sys-devel/gcc-3.0 >=sys-devel/llvm-3.5
+   ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
+   )
+   kernel_Darwin? (
+   =sys-devel/binutils-apple-5.1
+   )
+   doc? ( $(python_gen_any_dep '
+   dev-python/recommonmark[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+ 

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

2019-04-04 Thread Michał Górny
commit: 7716aae3598cb6d4325ad8369202cada4df132d9
Author: Stefan Strogin  gmail  com>
AuthorDate: Thu Apr  4 20:54:14 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  5 05:13:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7716aae3

games-roguelike/angband: add myself as proxy maintainter

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Stefan Strogin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11582
Signed-off-by: Michał Górny  gentoo.org>

 games-roguelike/angband/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/games-roguelike/angband/metadata.xml 
b/games-roguelike/angband/metadata.xml
index dc2d1c7d279..d8e07311265 100644
--- a/games-roguelike/angband/metadata.xml
+++ b/games-roguelike/angband/metadata.xml
@@ -5,6 +5,14 @@
ga...@gentoo.org
Gentoo Games Project

+   
+   stefan.stro...@gmail.com
+   Stefan Strogin
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

Enable and install sounds




[gentoo-commits] proj/musl:master commit in: sys-kernel/linux-headers/

2019-04-04 Thread Jory Pratt
commit: 8a94560df7a93d62a6978b568ed64fdebeadc027
Author: Jory Pratt  gentoo  org>
AuthorDate: Fri Apr  5 03:38:04 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Fri Apr  5 03:38:04 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8a94560d

sys-kernel/linux-headers: patch in libc compatibility fixes for 5.0

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

 sys-kernel/linux-headers/Manifest  |  2 +
 .../linux-headers/linux-headers-5.0-r1.ebuild  | 61 ++
 2 files changed, 63 insertions(+)

diff --git a/sys-kernel/linux-headers/Manifest 
b/sys-kernel/linux-headers/Manifest
index 139a59c..87fa4bc 100644
--- a/sys-kernel/linux-headers/Manifest
+++ b/sys-kernel/linux-headers/Manifest
@@ -5,6 +5,7 @@ DIST gentoo-headers-4.17-1.tar.xz 4072 BLAKE2B 
7de125ac87b0344a5ff7dfbbe3d15d62c
 DIST gentoo-headers-4.18-1.tar.xz 4040 BLAKE2B 
fc4462bc8e59a58658c6bd2669840d7105f6bcde5e7cc2633f53ae4aaf44a67aebef24d944d9d3edb95abb4110ddeeb86a6fc0cbebcf6cbe23b59b97c16a0daf
 SHA512 
8f58df3a5e5bf26e06c300354ec1e468f40593601e6645dc1b51491f5a678020598c1c72f72e616b499f503d98da4d4bf9cdf804a15cac73f51b7877756dd7fb
 DIST gentoo-headers-4.19-1.tar.xz 4040 BLAKE2B 
4ccaf4fb6bde84f0b1f29534cf2f6effca48cb81d63b33086a1ec667069bcb57a3c3d5697c50bff8521343954d01d9c27139d62a9cf2c9f5f12bc0461441f4af
 SHA512 
511accdfd104d9cc84b568132f1eb822f97d35120a438768c313c2cc2651197414dae7af05db81e26b32fb4febbf1e0812030fcb98395f6f65271f6605dc7bb6
 DIST gentoo-headers-4.20-1.tar.xz 4040 BLAKE2B 
05f8cae4014a6f0ad926e704d5272b05228b91e29a4e14269695cd665110c054a69f0ecab5dec5d23c430cce0726aa7c5c34c85edde0df34dd0e7f8dd5ff7cb6
 SHA512 
19fa005b648e7dead85edc1b779595c392c28b4699cc4352e6996bbe37fb49de4d2d6b632303338e4db99a4e2e01b56ba1f3777646a416358dc509fb15623f99
+DIST gentoo-headers-5.0-1.tar.xz 4040 BLAKE2B 
e26c8a76207603b96c63ef556e10d88cf549a318f89b5d07f0f37ac4f50625d0d17b794f8904e0cb35fb2074b3b09ee5fc09a1855779790da6e9fe569017e094
 SHA512 
51aeb2c5b6e232a193ead486a85b148f59c378d4208a2aecfa6647272fdf248705ce37b7d22baf84b688bbcfa283d16031757b7cd3952d739ef9c20ae71bd615
 DIST gentoo-headers-base-4.14.tar.xz 8017944 BLAKE2B 
e967a3f26fa002f62af72c165cf960e855f5d84dd105b3f136e5ae24f4cdfc9e5f8b217a83955b325ca4bd6bda0a9d4c4de02d8d79fd4aa72191bc63db96183a
 SHA512 
2a4e83a9ee36ffa85b59ebac1e12f4f1c572825b767928a42c4748d924d04f0536bab4d9375ca68c11ad867c226f386c40c7c4d0158d1ab00c838eb5b2f9f21a
 DIST gentoo-headers-base-4.15.tar.xz 8199628 BLAKE2B 
79a4f694a8335ed4bf1df94ab7829f41d3476165d0ce822a13e47461d7e3ee4cdb5e88acb9960a92ba1142adeb9951c19e17405c37b80d461b8577c7d1dfa37a
 SHA512 
7698ae90e356cb6105d3b1fc5351264774428b5caa405e8695925965ab2ff3a08c0dfe3587a69a87405ecc45c6cd3040c3a9f751d6e6dc8eddf8b28ded4e2584
 DIST gentoo-headers-base-4.16-r1.tar.xz 8227040 BLAKE2B 
95b2d64a614430e49d849ab54c58cbc3a850faea1bb5d9f7f43733d7b745ceb5ea3d1f8cc4dbb36c20797ae7d10bd736b99d17f5bfd0cdb90ecedb4eeb0f8610
 SHA512 
9b7cc82a322bd43dbf07c63d465200c87b838252e449028a363f3ff10921fe3889b503f20184168c7413d792c3d33b4324d89c89b95c8143a4a3c9c3e7e2d28e
@@ -12,3 +13,4 @@ DIST gentoo-headers-base-4.17.tar.xz 7908432 BLAKE2B 
b0f39145db10dba1998e3facfb0
 DIST gentoo-headers-base-4.18.tar.xz 7878256 BLAKE2B 
9a97fed9ae4d16af57bb4aa069cceeb357ca79314ab57b6fbaec0dde75f9504b166a3b0017582bc00fc10b74298fcd4468332ef210e90e1e3daa4681b88e45f2
 SHA512 
c623b3962fe06150ecad60fa6c7c89e0ad83fad4c8886513f9948352ce0044420d8eb8ccdaa08f7bc957b892472041dd42709fbf396c93a0d0292ff7edbc713e
 DIST gentoo-headers-base-4.19.tar.xz 7956220 BLAKE2B 
5b6868188b6cb505556b8f307972be6b27c0201e8287f6a2c4d0ac8bf16cfe048cb05afacf879731ba81de5e2a8c5afc4adad007e00b12efb8b2a158a666f4dd
 SHA512 
ef0f159cb31651bf8e00c31d8ac807e64413c7bf88807e1ab4779524db10eec4726b65af0fad034a0cb2e000cd61a6008bcc174828061ffaf633c170dd09645c
 DIST gentoo-headers-base-4.20.tar.xz 8041716 BLAKE2B 
09e95aedfd4288fb27ad6c1e4f53992d205e9402efb315a8c764a2836ba856c7ec3f509d30c21e656e1ca9fdeb4530d807a10e0a74e3510c8e90aa82b222bafe
 SHA512 
705c0cf3244039ef319002f17ea702fa91673eac6bb6a790c8451cad1f16951328e1ca1e3d26043708fcdc78bfaa1ff065322947e23b41c4acb9ed2b8acba427
+DIST gentoo-headers-base-5.0-bug-679630.tar.xz 8102772 BLAKE2B 
b5ee691936b704133373027618b8a281371ee9ebbf6166b33af427d733e48ba3a9ea3f2d7be370b76769d6cae9cff01727d519a21789fcd95cee14d8cb285bf0
 SHA512 
59ef893a397a75bc0a87653de79be3bfbe12a952b325a679a940b0f59ecc853b3ffbed9a8c7eced81a082c3ba4471c9429841b52d8c64c6d49c69f727314f192

diff --git a/sys-kernel/linux-headers/linux-headers-5.0-r1.ebuild 
b/sys-kernel/linux-headers/linux-headers-5.0-r1.ebuild
new file mode 100644
index 000..cbbab28
--- /dev/null
+++ b/sys-kernel/linux-headers/linux-headers-5.0-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+ETYPE="headers"
+H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv 

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

2019-04-04 Thread Matthew Thode
commit: d6a6cfd6bf2734d53d3dc3f644258e5e9d90627b
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr  5 02:22:23 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Apr  5 02:22:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a6cfd6

app-emulation/diskimage-builder: 2.21.0 bump

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

 app-emulation/diskimage-builder/Manifest   |  1 +
 .../diskimage-builder-2.21.0.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index f699aa26fb7..a1977ce249e 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1 +1,2 @@
 DIST diskimage-builder-2.20.3.tar.gz 403533 BLAKE2B 
08aba837288123081d53b9f79af55c520acf5120dc7126781764c85aa633884ca812b46cd000f619f36138df34252652ea427dbd73aa215196883046b0baa469
 SHA512 
efefd3c19643e75794293519286d1df81b8bf88511d394b13addfd8953368f3ff6cd57a884b77a161d0b7d01b97624e4dd91d79497e22058f24747ee4a24df3a
+DIST diskimage-builder-2.21.0.tar.gz 409367 BLAKE2B 
25c8a819be8674eee38a97e822151527dd77d3f5e85016ebc1a7fa5bf907f64bdac47012eb748b69273b519580c6ea4ca845abd7800ddb4e3f60dd81da546a73
 SHA512 
51a871a772fd4ae35d0a8ea51f7c01502c374805f5de5ab37c2f18ea868a829c7085ecaa6a62690e8d6e85afe225cbab7ed86266eb5fc3e8741a8ff968cb35f9

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.21.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.21.0.ebuild
new file mode 100644
index 000..4c5588077db
--- /dev/null
+++ b/app-emulation/diskimage-builder/diskimage-builder-2.21.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Golden Disk Image builder."
+HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
+   =dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   app-emulation/qemu
+   sys-block/parted
+   sys-fs/multipath-tools
+   sys-fs/dosfstools
+   sys-apps/gptfdisk
+   !dev-python/dib-utils[${PYTHON_USEDEP}]"



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

2019-04-04 Thread Matthew Thode
commit: 53ab39f51e9e45c2ecdc9306234a456fa54857ec
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr  5 02:20:22 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Apr  5 02:22:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ab39f5

sys-auth/keystone: 14.1.0 bump

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

 sys-auth/keystone/Manifest   |   3 +
 sys-auth/keystone/keystone-14.1.0.ebuild | 181 +++
 2 files changed, 184 insertions(+)

diff --git a/sys-auth/keystone/Manifest b/sys-auth/keystone/Manifest
index 0e505071b16..92dcb113db1 100644
--- a/sys-auth/keystone/Manifest
+++ b/sys-auth/keystone/Manifest
@@ -1,5 +1,8 @@
 DIST keystone-14.0.1.tar.gz 1526741 BLAKE2B 
5ae1a6f0e7a7ce737b3a0fdbd2900e8cb1541ec3b1e08228d4abf58d8021a06a6c9db654ef71c22636436f2601bd49d4934f24650e2a44c101c9610ed7b011af
 SHA512 
87065a16ca70dc9115d331f1e0f3669ac9661f5172f9e8afbecef48e7dd9a4726438b4d757fa54bbd6095a5543427dc913f90a765e83ffb30284b1f8dbfbb8e7
+DIST keystone-14.1.0.tar.gz 1467270 BLAKE2B 
ed4bd8a109fe80577d210a09ddb1e49d61cee329f52ded02dfa36d7996089b62b7570bdea3d4afd69d51e91183f6011b6ab69842d4b0463efc22e5140be7e02b
 SHA512 
ab2462f7d4bec19b37e0a482f19fd6cac3559d3fcb2422488646f18590a955bf324c260ca69f34c192508833378bba56c5ef21ee44c653dec50e3dc6e7b65425
 DIST keystone.conf.sample-14.0.1 119794 BLAKE2B 
3f3c43b0972230a57b444ffe3ca41fa94a0886831941c8c259738e6575b74776a6add907fac833ba178769bbecd4bc16fe383b53344c1e3cebf3d4eacdbcb50d
 SHA512 
5513b4e3bed869d6fa56bf6163355de2dcbf859dd8f7e76ffa3a0e7b644fe367bbde75a4e090098faba473e1fb26b061d434771e9e6bb8cb105ca609c161e5c1
+DIST keystone.conf.sample-14.1.0 119794 BLAKE2B 
3f3c43b0972230a57b444ffe3ca41fa94a0886831941c8c259738e6575b74776a6add907fac833ba178769bbecd4bc16fe383b53344c1e3cebf3d4eacdbcb50d
 SHA512 
5513b4e3bed869d6fa56bf6163355de2dcbf859dd8f7e76ffa3a0e7b644fe367bbde75a4e090098faba473e1fb26b061d434771e9e6bb8cb105ca609c161e5c1
 DIST keystone.conf.sample-2018.2. 119794 BLAKE2B 
3f3c43b0972230a57b444ffe3ca41fa94a0886831941c8c259738e6575b74776a6add907fac833ba178769bbecd4bc16fe383b53344c1e3cebf3d4eacdbcb50d
 SHA512 
5513b4e3bed869d6fa56bf6163355de2dcbf859dd8f7e76ffa3a0e7b644fe367bbde75a4e090098faba473e1fb26b061d434771e9e6bb8cb105ca609c161e5c1
 DIST keystone.policy.yaml.sample-14.0.1 38318 BLAKE2B 
a27e4ea59c99dc91dde9d1cc62340faa4b91e644dc6b8725c2d7de731e44684d8d59571e6470da3ab9fa191087a890a0b417b58b1473038bf39cfc75e5b2bad4
 SHA512 
95fad079d1fb77d15b9f8e507be8b1e01b493c3f1dd4e992567fe9c905bae01a058e93d59677d472ae47856b13d5cffa213d89e8e267f081a2bad1bf8e1f6036
+DIST keystone.policy.yaml.sample-14.1.0 38318 BLAKE2B 
a27e4ea59c99dc91dde9d1cc62340faa4b91e644dc6b8725c2d7de731e44684d8d59571e6470da3ab9fa191087a890a0b417b58b1473038bf39cfc75e5b2bad4
 SHA512 
95fad079d1fb77d15b9f8e507be8b1e01b493c3f1dd4e992567fe9c905bae01a058e93d59677d472ae47856b13d5cffa213d89e8e267f081a2bad1bf8e1f6036
 DIST keystone.policy.yaml.sample-2018.2. 38318 BLAKE2B 
a27e4ea59c99dc91dde9d1cc62340faa4b91e644dc6b8725c2d7de731e44684d8d59571e6470da3ab9fa191087a890a0b417b58b1473038bf39cfc75e5b2bad4
 SHA512 
95fad079d1fb77d15b9f8e507be8b1e01b493c3f1dd4e992567fe9c905bae01a058e93d59677d472ae47856b13d5cffa213d89e8e267f081a2bad1bf8e1f6036

diff --git a/sys-auth/keystone/keystone-14.1.0.ebuild 
b/sys-auth/keystone/keystone-14.1.0.ebuild
new file mode 100644
index 000..428ffc5ea13
--- /dev/null
+++ b/sys-auth/keystone/keystone-14.1.0.ebuild
@@ -0,0 +1,181 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 user
+
+DESCRIPTION="The Openstack authentication, authorization, and service catalog"
+HOMEPAGE="https://launchpad.net/keystone;
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/keystone.conf.sample
 -> keystone.conf.sample-${PV}
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/keystone.policy.yaml.sample
 -> keystone.policy.yaml.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/keystone.git;
+   EGIT_BRANCH="stable/rocky"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/keystone.conf.sample
 -> keystone.conf.sample-${PV}
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/keystone.policy.yaml.sample
 -> keystone.policy.yaml.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+sqlite ldap memcached mongo mysql postgres test"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   

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

2019-04-04 Thread Matthew Thode
commit: 4f2985bba3ccf6f0253cd6582b04e1d88a45a022
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr  5 02:17:23 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Apr  5 02:22:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2985bb

app-admin/ansible: 2.6.16 and 2.7.10 bump

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

 app-admin/ansible/Manifest  |  2 +
 app-admin/ansible/ansible-2.6.16.ebuild | 66 +
 app-admin/ansible/ansible-2.7.10.ebuild | 66 +
 3 files changed, 134 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index f93e9e38e60..d246569598d 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,5 +1,7 @@
 DIST ansible-2.5.14.tar.gz 10119785 BLAKE2B 
6e771aafc16053185ee6d275d6d41f64aa3f0d6dffbe721a66b548b97e84d78916e03827d592b961f9a4e0bb03fae09320731a4b8fdb814126cecdfb51f9f136
 SHA512 
9635b1c4bc9a93a24f4bb2894c9fed63803cecb01c5562559e3b808791d1007b26aa0aade4aa05fd4bae0f7d01216588d4e2e0bf4c5fb6cdf677d9b40e9e2de8
 DIST ansible-2.6.14.tar.gz 10732165 BLAKE2B 
c753860a521c37357c7a5042391957680865416c036fcaf3920a65e291dc3ed3a52e94ad5b99acdb0d2c919e3be68b8462e462a935497dfe83b406adf4e63dad
 SHA512 
ee532c0d61ab03a0937e89bfa7565f27f1905987784f31895e8ac6e4a8ecf76ca9f30201d278a68a995b8fc27151712dba2e79c13269a472d923355e36072e4e
 DIST ansible-2.6.15.tar.gz 10734433 BLAKE2B 
9c48d9de348a11a57b364921af26154b5a2106d0bfa2d7d341c06e2408b3f71d30b3cc2f5e4df1bb21eb6eebd39a4d297ce8d697d68826378d4e786a4acb4e25
 SHA512 
14951db33ed2124b3379adf1114a9c980f63668c18a79d436658d8ddc1bbbd38f26682520319bd0e399d6ced518ece0f01da5a6991003e8b30adf78f20c6d1e8
+DIST ansible-2.6.16.tar.gz 10738431 BLAKE2B 
b801eb524f631950c385f7a949bdeae288e95d1590ea96f98e955f6ebc4ccfc5970e3926727850e7ef13fbcd7118ad6388e516a8fe62b53f1bf8b4d5b484dbab
 SHA512 
ff67803cf6afd512ab779b7c862d4427591c90bb0ed9391e32fc8ea30c24c70cc31c910c9af51b4dd423885f858f65c1c8d6274565c90296ecd7a00df3374977
+DIST ansible-2.7.10.tar.gz 11844278 BLAKE2B 
c847b642ebe4cbc2194538a0b194cd5c0bb82e0ba2a6da2e272670c75596b9793e028d067ddb37000c07f2c2427b5b99248b16c544daed4976c0210b601d3c97
 SHA512 
4d58ef080c8ee02ef36eb3116ec89e4542b5b4042262953b2001081601fe1066237191cce5e647f354efa9e1933cf5010519d049e678a90e8ca08620cd1788a5
 DIST ansible-2.7.8.tar.gz 11812884 BLAKE2B 
867ed7072efc4effafd637ac0353bd722269046cae8ddb794eea8c6cf9d739bc567f2a5323a589c21a74bbb57565ef153fb8c52798c17809a42400abe72ce65c
 SHA512 
f3501ce8b642f83fe3d5e21cdfa26bce8611e92bc6e68e40b3a7ff2443c7d8ee0b2175981c92a5e83f9ce8c5d7d75aac95106a237bb9325c66319d96a790009a
 DIST ansible-2.7.9.tar.gz 11830476 BLAKE2B 
7688ce9f74b0ab1fafd0e31dce90d995a9d8ca90bbe436f2d4ee9d005069b6e1b2c4dd679c2430a6873233da54ae06d3ebf08736681ec2e59e5b3ddafa6bb1e2
 SHA512 
4d39c7d4eb97264ce8f92812fb986b24af0c663efa6d8cd1d9a4cb25731d55e7518e503c04764e62d0458916b601baaa7acc623f9f83ce8b93e7f22900e29a53

diff --git a/app-admin/ansible/ansible-2.6.16.ebuild 
b/app-admin/ansible/ansible-2.6.16.ebuild
new file mode 100644
index 000..4bec3453ac7
--- /dev/null
+++ b/app-admin/ansible/ansible-2.6.16.ebuild
@@ -0,0 +1,66 @@
+# 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} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://ansible.com/;
+SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/netaddr[${PYTHON_USEDEP}]
+   net-misc/sshpass
+   virtual/ssh
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   dev-python/passlib[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )"
+
+# not included in release tarball
+RESTRICT="test"
+
+python_compile_all() {
+   if use doc; then
+   cd docs/docsite || die
+   export CPUS=4
+   emake -f Makefile.sphinx html
+   fi
+}
+
+python_test() {
+   nosetests -d -w test/units -v --with-coverage 

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

2019-04-04 Thread Nick Sarnie
commit: 48c1a4cd7c2143b01a5254d8d508e287fcae8bb4
Author: Nick Sarnie  gentoo  org>
AuthorDate: Fri Apr  5 02:01:49 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Fri Apr  5 02:02:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c1a4cd

media-video/aegisub: Restrict tests for 

They don't work anyway

Fixes: https://bugs.gentoo.org/682216
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 media-video/aegisub/aegisub-.ebuild | 13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/media-video/aegisub/aegisub-.ebuild 
b/media-video/aegisub/aegisub-.ebuild
index 3d4464c989f..fcbfb2a2dc8 100644
--- a/media-video/aegisub/aegisub-.ebuild
+++ b/media-video/aegisub/aegisub-.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
@@ -17,7 +17,8 @@ EGIT_SUBMODULES=()
 LICENSE="BSD MIT"
 SLOT="0"
 KEYWORDS=""
-IUSE="+alsa debug +fftw openal oss portaudio pulseaudio spell test +uchardet"
+IUSE="+alsa debug +fftw openal oss portaudio pulseaudio spell +uchardet"
+RESTRICT="test"
 
 # aegisub bundles luabins (https://github.com/agladysh/luabins).
 # Unfortunately, luabins upstream is practically dead since 2010.
@@ -46,11 +47,6 @@ DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
-   test? (
-   ~dev-cpp/gtest-1.7.0
-   dev-lua/busted
-   dev-lua/luarocks
-   )
 "
 
 REQUIRED_USE="|| ( alsa openal oss portaudio pulseaudio )"
@@ -58,7 +54,6 @@ REQUIRED_USE="|| ( alsa openal oss portaudio pulseaudio )"
 PATCHES=(

"${FILESDIR}/3.2.2_p20160518/${PN}-3.2.2_p20160518-fix-system-luajit-build.patch"

"${FILESDIR}/3.2.2_p20160518/${PN}-3.2.2_p20160518-respect-compiler-flags.patch"
-   
"${FILESDIR}/3.2.2_p20160518/${PN}-3.2.2_p20160518-support-system-gtest.patch"
 )
 
 src_prepare() {
@@ -103,7 +98,7 @@ src_configure() {
 }
 
 src_compile() {
-   emake WITH_SYSTEM_GTEST=$(usex test)
+   emake
 }
 
 src_test() {



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/files/, sys-cluster/ceph/

2019-04-04 Thread Patrick McLean
commit: 84f2bdae597f394425b96329fc8305d9b729f782
Author: Patrick McLean  sony  com>
AuthorDate: Fri Apr  5 01:45:22 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Apr  5 01:47:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f2bdae

sys-cluster/ceph: revbumps, fix build with cython-29 (bug 682482)

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

 .../{ceph-13.2.5-r1.ebuild => ceph-13.2.5-r2.ebuild}|  1 +
 .../{ceph-14.2.0-r3.ebuild => ceph-14.2.0-r4.ebuild}|  1 +
 sys-cluster/ceph/files/ceph-14.2.0-cython-0.29.patch| 17 +
 3 files changed, 19 insertions(+)

diff --git a/sys-cluster/ceph/ceph-13.2.5-r1.ebuild 
b/sys-cluster/ceph/ceph-13.2.5-r2.ebuild
similarity index 99%
rename from sys-cluster/ceph/ceph-13.2.5-r1.ebuild
rename to sys-cluster/ceph/ceph-13.2.5-r2.ebuild
index 7d088a08ac6..2ef0f19a401 100644
--- a/sys-cluster/ceph/ceph-13.2.5-r1.ebuild
+++ b/sys-cluster/ceph/ceph-13.2.5-r2.ebuild
@@ -147,6 +147,7 @@ PATCHES=(
"${FILESDIR}/ceph-13.2.0-no-virtualenvs.patch"
"${FILESDIR}/ceph-13.2.2-dont-install-sysvinit-script.patch"
"${FILESDIR}/ceph-13.2.5-no-automagic-deps.patch"
+   "${FILESDIR}/ceph-14.2.0-cython-0.29.patch"
 )
 
 check-reqs_export_vars() {

diff --git a/sys-cluster/ceph/ceph-14.2.0-r3.ebuild 
b/sys-cluster/ceph/ceph-14.2.0-r4.ebuild
similarity index 99%
rename from sys-cluster/ceph/ceph-14.2.0-r3.ebuild
rename to sys-cluster/ceph/ceph-14.2.0-r4.ebuild
index 01499ef0ffe..61c4b21e9f8 100644
--- a/sys-cluster/ceph/ceph-14.2.0-r3.ebuild
+++ b/sys-cluster/ceph/ceph-14.2.0-r4.ebuild
@@ -150,6 +150,7 @@ PATCHES=(
"${FILESDIR}/ceph-13.2.2-dont-install-sysvinit-script.patch"
"${FILESDIR}/ceph-14.2.0-dpdk-cflags.patch"
"${FILESDIR}/ceph-14.2.0-link-crc32-statically.patch"
+   "${FILESDIR}/ceph-14.2.0-cython-0.29.patch"
 )
 
 # dpdk and ninja don't get along

diff --git a/sys-cluster/ceph/files/ceph-14.2.0-cython-0.29.patch 
b/sys-cluster/ceph/files/ceph-14.2.0-cython-0.29.patch
new file mode 100644
index 000..be133c121d0
--- /dev/null
+++ b/sys-cluster/ceph/files/ceph-14.2.0-cython-0.29.patch
@@ -0,0 +1,17 @@
+--- ceph-13.2.1/cmake/modules/Distutils.cmake.old  2018-07-26 
17:39:56.0 -
 ceph-13.2.1/cmake/modules/Distutils.cmake  2018-12-24 05:43:51.566174070 
-
+@@ -58,8 +62,13 @@
+ function(distutils_install_cython_module name)
+   get_property(compiler_launcher GLOBAL PROPERTY RULE_LAUNCH_COMPILE)
+   get_property(link_launcher GLOBAL PROPERTY RULE_LAUNCH_LINK)
+-  set(PY_CC "${compiler_launcher} ${CMAKE_C_COMPILER}")
++  string(REPLACE " " ";" cflags ${CMAKE_C_FLAGS})
++  list(APPEND cflags -iquote${CMAKE_SOURCE_DIR}/src/include -w)
++  list(APPEND cflags -D'void0=dead_function\(void\)')
++  list(APPEND cflags -D'__Pyx_check_single_interpreter\(ARG\)=ARG \#\# 0')
++  string(REPLACE ";" " " cflags "${cflags}")
++  set(PY_CC "${compiler_launcher} ${CMAKE_C_COMPILER} ${cflags}")
+   set(PY_LDSHARED "${link_launcher} ${CMAKE_C_COMPILER} -shared")
+   install(CODE "
+ set(ENV{CC} \"${PY_CC}\")
+ set(ENV{LDSHARED} \"${PY_LDSHARED}\")



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

2019-04-04 Thread Zac Medico
commit: 45c550b6c10bb66af25235da8b43046e7d37faab
Author: Zac Medico  sony  com>
AuthorDate: Fri Apr  5 01:18:54 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Apr  5 01:21:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c550b6

package.mask: Last rite dev-go/go-resiliency

Ebuild is not needed since consumers use EGO_VENDOR.
Removal in 30 days.

Bug: https://bugs.gentoo.org/656972
Signed-off-by: Zac Medico  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1aa2ce85120..ce49145483d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Zac Medico  (04 Apr 2019)
+# Ebuild is not needed since consumers use EGO_VENDOR.
+# Removal in 30 days.  Bug #656972.
+dev-go/go-resiliency
+
 # Michał Górny  (03 Apr 2019)
 # Does not build with ncurses[tinfo].  The current version is from 2004,
 # and it seems to have been abandoned upstream.



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

2019-04-04 Thread Jeroen Roovers
commit: ad0524cbe85268885e112632f42922fe94591fd6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Apr  5 01:13:25 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Apr  5 01:13:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0524cb

www-client/vivaldi: Stable for AMD64 x86 too

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

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

diff --git a/www-client/vivaldi/vivaldi-2.4.1488.36_p1.ebuild 
b/www-client/vivaldi/vivaldi-2.4.1488.36_p1.ebuild
index 102ad7b192f..98b6bc1fc32 100644
--- a/www-client/vivaldi/vivaldi-2.4.1488.36_p1.ebuild
+++ b/www-client/vivaldi/vivaldi-2.4.1488.36_p1.ebuild
@@ -26,7 +26,7 @@ SRC_URI="
 
 LICENSE="Vivaldi"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~x86"
+KEYWORDS="-* amd64 ~arm x86"
 RESTRICT="bindist mirror"
 
 DEPEND="



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

2019-04-04 Thread Aaron Bauman
commit: 9fb4182353afe39cbfcc1891fe43c2c4bab63d7f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Apr  5 00:55:59 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr  5 00:56:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb41823

media-libs/ming: add snapshot release

* This is a snapshot release to address the majority of open security
vulnerability bugs

* Drop all patches in this release as upstream has included these fixes

* Add || die to first sed call and add die messages

* Change configure.in to configure.ac in sed call #2

* Tests were not checked as nothing has changed in the test suite from
upstream

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-libs/ming/Manifest   |  1 +
 media-libs/ming/ming-0.20181112.ebuild | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/media-libs/ming/Manifest b/media-libs/ming/Manifest
index 7bbefc2b77e..6ab5f5bcf2d 100644
--- a/media-libs/ming/Manifest
+++ b/media-libs/ming/Manifest
@@ -1 +1,2 @@
+DIST ming-0.20181112.tar.gz 14889061 BLAKE2B 
a276f7aaf386f0233b9e92a95daf22b7fd192654275e99f70106b7abf2ec3963ae8d70a82addd2690e6c7038a0a52e41a27fbd5c9b38cc96d1ab617a3bfc522d
 SHA512 
a4d3ed04c96ffc6d040ace3451f2d99a3fdda0726b45cee30913ca2dc8d9f24ff156a643eeb888d05eb199dd9f2caf4ce4f84fe40e1b95bf2f6c9e038155fdc3
 DIST ming-0_4_8.tar.gz 14908459 BLAKE2B 
df89beab98a7fbdcbefccad3a2fb013453405a7dba757131a61f06d9e40b7e1fe7beeadab42c113b12cff24b91cb1e76e9fabee0e1b4af58e2127eba13cc27bc
 SHA512 
e395acde9119ad32f4cedd500bcceee70bdd563222a41dda899cc318d5e34eb580abc38ac39c6dec7821913a0a70d2f953fc81f52255b623e34f7c3aaafbc9c0

diff --git a/media-libs/ming/ming-0.20181112.ebuild 
b/media-libs/ming/ming-0.20181112.ebuild
new file mode 100644
index 000..7babd84b0d7
--- /dev/null
+++ b/media-libs/ming/ming-0.20181112.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PHP_EXT_NAME=ming
+PHP_EXT_OPTIONAL_USE=php
+AUTOTOOLS_AUTORECONF=yes
+GENTOO_DEPEND_ON_PERL=no
+
+inherit autotools distutils-r1 flag-o-matic multilib perl-module vcs-snapshot
+
+EGIT_COMMIT="50098023446a5412efcfbd40552821a8cba983a6"
+
+DESCRIPTION="An Open Source library for Flash movie generation"
+HOMEPAGE="http://ming.sourceforge.net/;
+SRC_URI="https://github.com/libming/libming/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="+perl php +python static-libs"
+
+RDEPEND="perl? ( dev-lang/perl:= )
+   python? ( ${PYTHON_DEPS} )
+   media-libs/freetype:=
+   media-libs/libpng:0=
+   media-libs/giflib:=
+   sys-libs/zlib:=
+   !media-libs/libswf"
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   virtual/pkgconfig
+   virtual/yacc"
+PDEPEND="php? ( dev-php/ming-php )"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# Tests only work when the package is tested on a system
+# which does not presently have any version of ming installed.
+RESTRICT="test"
+
+src_prepare() {
+   default
+
+   # Let's get rid of the TEXTRELS, link dynamic. Use gif.
+   sed -i \
+   -e 's/libming.a/libming.so/' \
+   -e 's/lungif/lgif/' \
+   perl_ext/Makefile.PL || die "sed #1 failed"
+
+   sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die 
"sed #2 failed"
+
+   eautoreconf
+}
+
+src_configure() {
+   # build is sensitive to -O3 (bug #297437)
+   replace-flags -O3 -O2
+
+   # build python via distutils calls, disable here
+   # php is done in dev-php/ming-php
+   local myconf=(
+   --disable-python
+   --disable-php
+   $(use_enable static-libs static)
+   $(use_enable perl)
+   )
+   econf "${myconf[@]}"
+}
+
+run_distutils() {
+   if use python; then
+   pushd py_ext > /dev/null || die
+   distutils-r1_"${@}"
+   popd > /dev/null || die
+   fi
+}
+
+src_compile() {
+   # some parallel make issues on flex/bison
+   emake -C src/actioncompiler -j1
+   emake
+
+   run_distutils ${FUNCNAME}
+}
+
+src_install() {
+   run_distutils ${FUNCNAME}
+
+   emake DESTDIR="${D}" INSTALLDIRS="vendor" install
+   einstalldocs
+
+   perl_delete_localpod
+   find "${ED}"usr/lib* -name '*.la' -delete
+}



[gentoo-commits] proj/musl:master commit in: sys-auth/elogind/files/, sys-auth/elogind/

2019-04-04 Thread Jory Pratt
commit: 8af5d3267ae4593548c172a92863a4a20ab2ddd3
Author: Jory Pratt  gentoo  org>
AuthorDate: Fri Apr  5 00:13:44 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Fri Apr  5 00:13:44 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8af5d326

sys-auth/elogind: update to 239.4 wich is working on musl

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

 sys-auth/elogind/Manifest  |   2 +-
 sys-auth/elogind/elogind-234.4.ebuild  | 106 -
 sys-auth/elogind/elogind-239.4.ebuild  | 131 +
 sys-auth/elogind/files/elogind-226.4-docs.patch|  15 ---
 sys-auth/elogind/files/elogind-238.1-docs.patch|  23 
 sys-auth/elogind/files/elogind-239-fix-musl.patch  |  33 ++
 .../elogind/files/elogind-239.3-broken-test.patch  |  23 
 sys-auth/elogind/files/elogind-fix-musl.patch  |  38 --
 sys-auth/elogind/files/elogind.conf|   8 --
 9 files changed, 211 insertions(+), 168 deletions(-)

diff --git a/sys-auth/elogind/Manifest b/sys-auth/elogind/Manifest
index 9628a6a..e7890c5 100644
--- a/sys-auth/elogind/Manifest
+++ b/sys-auth/elogind/Manifest
@@ -1 +1 @@
-DIST elogind-234.4.tar.gz 973370 SHA256 
ffb465a62c4281c19b07eb7fbb9ad0987f3b726ae1a868a92a3144d7714542f3 SHA512 
2df4fa318074d4f5e5dbba353cf817068a2703ffed40cdeae4cba2dea4ee143d1c5fc076b19419f1c4299392088c2c14b430d8aa1ded03b62117311802305d5e
 WHIRLPOOL 
1b735338cb02ef8cffb5837a0702110117ae1d677a4cbf106180c549485f7fb0604f3134e6ff5e14b23485ddfe4d4415a41e69d93b8f099cee41a220d0ea4a69
+DIST elogind-239.4.tar.gz 1183999 BLAKE2B 
3a0aa216ee565ae8f3311b16af9752a99519254ac8737de2a44821e95d05b3e2d8b82af3d397367e8804d7bc45cb942859516f195848ba0317aa73891d77903b
 SHA512 
84e9765d7c3039478b06a683870b37ec718724f1185b56c1b74885133283ad1678f3ca8a73510cb4b0777d099c54f59e927caaae7ae988abda803150b84cf8fc

diff --git a/sys-auth/elogind/elogind-234.4.ebuild 
b/sys-auth/elogind/elogind-234.4.ebuild
deleted file mode 100644
index 96d5c75..000
--- a/sys-auth/elogind/elogind-234.4.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools linux-info pam udev
-
-DESCRIPTION="The systemd project's logind, extracted to a standalone package"
-HOMEPAGE="https://github.com/elogind/elogind;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="acl debug pam policykit selinux"
-
-RDEPEND="
-   sys-apps/util-linux
-   sys-libs/libcap
-   virtual/libudev:=
-   acl? ( sys-apps/acl )
-   pam? ( virtual/pam )
-   selinux? ( sys-libs/libselinux )
-   !sys-apps/systemd
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.2
-   app-text/docbook-xml-dtd:4.5
-   app-text/docbook-xsl-stylesheets
-   dev-util/gperf
-   dev-util/intltool
-   sys-devel/libtool
-   virtual/pkgconfig
-"
-PDEPEND="
-   sys-apps/dbus
-   policykit? ( sys-auth/polkit )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-226.4-docs.patch" )
-
-pkg_setup() {
-   local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SECURITY_SMACK
-   ~SIGNALFD ~TIMERFD"
-
-   if use kernel_linux; then
-   linux-info_pkg_setup
-   fi
-}
-
-src_prepare() {
-   default
-   eapply "${FILESDIR}/${PN}-fix-musl.patch"
-   eautoreconf # Makefile.am patched by "${FILESDIR}/${P}-docs.patch"
-}
-
-src_configure() {
-   econf \
-   --with-pamlibdir=$(getpam_mod_dir) \
-   --with-udevrulesdir="$(get_udevdir)"/rules.d \
-   --libdir="${EPREFIX}"/usr/$(get_libdir) \
-   --with-rootlibdir="${EPREFIX}"/$(get_libdir) \
-   --with-rootprefix="${EPREFIX}/" \
-   --with-rootlibexecdir="${EPREFIX}"/$(get_libdir)/elogind \
-   --enable-smack \
-   --with-cgroup-controller=openrc \
-   --disable-lto \
-   $(use_enable debug debug elogind) \
-   $(use_enable acl) \
-   $(use_enable pam) \
-   $(use_enable selinux)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-
-   newinitd "${FILESDIR}"/${PN}.init ${PN}
-
-   sed -e "s/@libdir@/$(get_libdir)/" "${FILESDIR}"/${PN}.conf.in > 
${PN}.conf || die
-   newconfd ${PN}.conf ${PN}
-}
-
-pkg_postinst() {
-   if [ "$(rc-config list boot | grep elogind)" != "" ]; then
-   ewarn "elogind is currently started from boot runlevel."
-   elif [ "$(rc-config list default | grep elogind)" != "" ]; then
-   ewarn "elogind is currently started from default runlevel."
-   ewarn "Please remove elogind from the default runlevel and"
-   ewarn "add it to the 

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

2019-04-04 Thread Patrick McLean
commit: 389ef0393e966b8367e6d0dfd8404ce35352a37e
Author: Patrick McLean  sony  com>
AuthorDate: Thu Apr  4 22:26:51 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Apr  4 22:27:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389ef039

dev-libs/libbpf: Version bump to 0.20190404

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

 dev-libs/libbpf/Manifest   |  1 +
 .../libbpf/files/libbpf-0.20190404-makefile.patch  | 16 +
 dev-libs/libbpf/libbpf-0.20190404.ebuild   | 68 ++
 3 files changed, 85 insertions(+)

diff --git a/dev-libs/libbpf/Manifest b/dev-libs/libbpf/Manifest
index 27e7e9bf4c9..eed781dd6e0 100644
--- a/dev-libs/libbpf/Manifest
+++ b/dev-libs/libbpf/Manifest
@@ -1 +1,2 @@
 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
new file mode 100644
index 000..7bfe5eb6335
--- /dev/null
+++ b/dev-libs/libbpf/files/libbpf-0.20190404-makefile.patch
@@ -0,0 +1,16 @@
+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/libbpf-0.20190404.ebuild 
b/dev-libs/libbpf/libbpf-0.20190404.ebuild
new file mode 100644
index 000..2ffb199b195
--- /dev/null
+++ b/dev-libs/libbpf/libbpf-0.20190404.ebuild
@@ -0,0 +1,68 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+EGIT_COMMIT="7c27c6306160f630c3c4f4b4971deb657126d681"
+
+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-0.20190404-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' \
+   "/usr/$(get_libdir)" \
+   > ${PN}.pc
+   printf 'includedir=${prefix}/include\n\n' \
+   >> ${PN}.pc
+
+   printf 'Name: %s\nDescription: %s\nVersion: %s\nLibs: -lbpf %s\n' \
+   "${PN}" \
+   "${DESCRIPTION}" \
+   "${PV}" \
+   "$($(tc-getPKG_CONFIG) --libs libelf)" \
+   >> ${PN}.pc
+
+   default
+}
+
+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
+
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins ${PN}.pc
+}



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

2019-04-04 Thread Sergei Trofimovich
commit: 9d02125285f4f32e90ae614bb756fd65230c4d82
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Apr  4 22:15:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr  4 22:15:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d021252

dev-libs/cloog: switch to https:// schema, bug #682502

Reported-by: Jeroen Roovers
Closes: https://bugs.gentoo.org/682502
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/cloog/cloog-.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-libs/cloog/cloog-.ebuild b/dev-libs/cloog/cloog-.ebuild
index 85781b4d72c..44fb3bc5549 100644
--- a/dev-libs/cloog/cloog-.ebuild
+++ b/dev-libs/cloog/cloog-.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="7"
 
 inherit eutils multilib-minimal
 
 if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="git://repo.or.cz/cloog.git"
inherit autotools git-r3
+   EGIT_REPO_URI="https://repo.or.cz/cloog.git;
 else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
SRC_URI="http://www.bastoul.net/cloog/pages/download/${P}.tar.gz;
@@ -29,6 +29,8 @@ DEPEND="${DEPEND}
 DOCS=( README )
 
 src_prepare() {
+   default
+
if [[ ${PV} == "" ]] ; then
./get_submodules.sh
eautoreconf -i
@@ -58,5 +60,5 @@ multilib_src_test () {
 
 multilib_src_install_all() {
einstalldocs
-   prune_libtool_files
+   find "${ED}" -type f -name '*.la' -delete
 }



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

2019-04-04 Thread Sergei Trofimovich
commit: 5886a3caf593cc7a9a92c6fae9b149a5799a8843
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Apr  4 22:04:00 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr  4 22:04:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5886a3ca

sys-devel/smatch: switch to https:// schema, bug #682508

Reported-by: Jeroen Roovers
Closes: https://bugs.gentoo.org/682508
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/smatch/smatch-.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-devel/smatch/smatch-.ebuild 
b/sys-devel/smatch/smatch-.ebuild
index b8be38b5cad..7d4f2ee5897 100644
--- a/sys-devel/smatch/smatch-.ebuild
+++ b/sys-devel/smatch/smatch-.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
 inherit toolchain-funcs
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://repo.or.cz/${PN}.git
-   http://repo.or.cz/r/${PN}.git;
inherit git-r3
+   EGIT_REPO_URI="https://repo.or.cz/r/${PN}.git;
 else
SRC_URI="http://repo.or.cz/w/smatch.git/snapshot/${PV}.tar.gz -> 
${P}.tar.gz
mirror://gentoo/${P}.tar.gz"
@@ -26,6 +25,8 @@ RDEPEND="dev-db/sqlite"
 DEPEND="${RDEPEND}"
 
 src_prepare() {
+   default
+
sed -i \
-e '/^CFLAGS =/{s:=:+=:;s:-O2 -finline-functions:${CPPFLAGS}:}' 
\
Makefile || die



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

2019-04-04 Thread Aaron Bauman
commit: e0f86d4216ce95327de3768a1e066c3ff6195faa
Author: Philippe Chaintreuil  parallaxshift  com>
AuthorDate: Tue Apr  2 23:08:53 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 21:17:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f86d42

mail-client/roundcube: 1.3.9 version bump

Closes: https://bugs.gentoo.org/682374
Closes: 11573
Signed-off-by: Philippe Chaintreuil  parallaxshift.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11573
Signed-off-by: Aaron Bauman  gentoo.org>

 mail-client/roundcube/Manifest   |  1 +
 mail-client/roundcube/roundcube-1.3.9.ebuild | 96 
 2 files changed, 97 insertions(+)

diff --git a/mail-client/roundcube/Manifest b/mail-client/roundcube/Manifest
index 3107020d7e0..310d29ed5c4 100644
--- a/mail-client/roundcube/Manifest
+++ b/mail-client/roundcube/Manifest
@@ -1 +1,2 @@
 DIST roundcubemail-1.3.8-complete.tar.gz 5534385 BLAKE2B 
2f0cb528d0901d267c74d57baa18d1f057fdd2eb0f872f3cef1053847861998f8c6551fc17506ae365086ed1f86c3ee9e73a96adb2e43c6c32025e7afaf63710
 SHA512 
34dc9205cd93be6d6551086f4d22654dad7213b4b09000dc4def08357acdc634744ce1f560144a3d3b46e936258e90482e77fc4c691a55c205bcfdfe3745441e
+DIST roundcubemail-1.3.9-complete.tar.gz 5521697 BLAKE2B 
4689bb43ff02b99a9b2b06d6370a5dce0ec4eca4e4da2a74e33e77ec74ec14bf22b6bab415c8b5fde9bd76bfaed87f183a8979edb353da3ed947f9bfdb0ecb15
 SHA512 
42ae9b772272b3e82476beeeb0fc5a909fb07ed0bfbdb655627b1e31da1c292f67f5a305452de31b2d60fe5905bcacabd6874dea394a9b0fd66b7921d73500ac

diff --git a/mail-client/roundcube/roundcube-1.3.9.ebuild 
b/mail-client/roundcube/roundcube-1.3.9.ebuild
new file mode 100644
index 000..05e90ad0304
--- /dev/null
+++ b/mail-client/roundcube/roundcube-1.3.9.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PN=${PN}mail
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="A browser-based multilingual IMAP client with an application-like 
user interface"
+HOMEPAGE="https://roundcube.net;
+SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-complete.tar.gz;
+
+# roundcube is GPL-licensed, the rest of the licenses here are
+# for bundled PEAR components, googiespell and utf8.class.php
+LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="change-password enigma ldap managesieve mysql postgres sqlite ssl spell"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+# this function only sets DEPEND so we need to include that in RDEPEND
+need_httpd_cgi
+
+# :TODO: Support "endriod/qrcode: ~1.6.5" dep (ebuild needed)
+RDEPEND="
+   ${DEPEND}
+   
>=dev-lang/php-5.4.0[filter,gd,iconv,json,ldap?,pdo,postgres?,session,sqlite?,ssl?,unicode,xml]
+   >=dev-php/PEAR-Auth_SASL-1.1.0
+   >=dev-php/PEAR-Mail_Mime-1.10.0
+   >=dev-php/PEAR-Mail_mimeDecode-1.5.5
+   >=dev-php/PEAR-Net_IDNA2-0.2.0
+   >=dev-php/PEAR-Net_SMTP-1.7.1
+   virtual/httpd-php
+   change-password? (
+   >=dev-php/PEAR-Net_Socket-1.2.1
+   dev-lang/php[sockets]
+   )
+   enigma? (
+   >=dev-php/PEAR-Crypt_GPG-1.6.0
+   app-crypt/gnupg
+   )
+   ldap? (
+   >=dev-php/PEAR-Net_LDAP2-2.2.0
+   dev-php/PEAR-Net_LDAP3
+   )
+   managesieve? ( >=dev-php/PEAR-Net_Sieve-1.4.0 )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   spell? ( dev-lang/php[curl,spell] )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   # Redundant. (Bug #644896)
+   rm -r vendor/pear || die
+   # Remove references to PEAR. (Bug #650910)
+   cp "${FILESDIR}"/roundcube-1.3.7-pear-removed-installed.json \
+  vendor/composer/installed.json \
+  || die
+}
+
+src_install() {
+   webapp_src_preinst
+
+   dodoc CHANGELOG INSTALL README.md UPGRADING
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r [[:lower:]]* SQL
+   doins .htaccess
+
+   webapp_serverowned "${MY_HTDOCSDIR}"/logs
+   webapp_serverowned "${MY_HTDOCSDIR}"/temp
+
+   webapp_configfile "${MY_HTDOCSDIR}"/config/defaults.inc.php
+   webapp_postupgrade_txt en "${FILESDIR}/POST-UPGRADE.txt"
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   webapp_pkg_postinst
+
+   if [[ -n ${REPLACING_VERSIONS} ]]; then
+   elog "You can review the post-upgrade instructions at:"
+   elog 
"${EROOT%/}/usr/share/webapps/${PN}/${PV}/postupgrade-en.txt"
+   fi
+}



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

2019-04-04 Thread Aaron Bauman
commit: fe75c2d62a37dcc92d9cb7a428bf08baaa2621ef
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Apr  3 16:19:35 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 21:16:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe75c2d6

www-servers/gunicorn: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11579
Signed-off-by: Aaron Bauman  gentoo.org>

 www-servers/gunicorn/gunicorn-19.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/gunicorn/gunicorn-19.8.1.ebuild 
b/www-servers/gunicorn/gunicorn-19.8.1.ebuild
index ba39f37013b..9593bdecf5c 100644
--- a/www-servers/gunicorn/gunicorn-19.8.1.ebuild
+++ b/www-servers/gunicorn/gunicorn-19.8.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="A WSGI HTTP Server for UNIX"
-HOMEPAGE="http://gunicorn.org https://pypi.org/project/gunicorn 
https://github.com/benoitc/gunicorn;
+HOMEPAGE="https://gunicorn.org https://pypi.org/project/gunicorn 
https://github.com/benoitc/gunicorn;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT PSF-2 doc? ( BSD )"



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/files/

2019-04-04 Thread Aaron Bauman
commit: 33a9efe7abb126f6098204d55bb5e47d12722797
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 30 15:49:46 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 21:16:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a9efe7

sci-mathematics/maxima: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11548
Signed-off-by: Aaron Bauman  gentoo.org>

 sci-mathematics/maxima/files/emacs-27.patch | 10 --
 1 file changed, 10 deletions(-)

diff --git a/sci-mathematics/maxima/files/emacs-27.patch 
b/sci-mathematics/maxima/files/emacs-27.patch
deleted file mode 100644
index ded11659900..000
--- a/sci-mathematics/maxima/files/emacs-27.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -r -U2 maxima-5.41.0.orig/interfaces/emacs/imaxima/imaxima.el 
maxima-5.41.0/interfaces/emacs/imaxima/imaxima.el
 maxima-5.41.0.orig/interfaces/emacs/imaxima/imaxima.el 2016-04-03 
03:42:45.0 +0600
-+++ maxima-5.41.0/interfaces/emacs/imaxima/imaxima.el  2018-09-05 
20:29:46.843231210 +0700
-@@ -528,5 +528,5 @@
- (set-process-filter imaxima-gs-process 'imaxima-gs-filter)
- (imaxima-gs-wait)
--(process-kill-without-query imaxima-gs-process nil)
-+(set-process-query-on-exit-flag imaxima-gs-process nil)
- (unless (eq (process-status imaxima-gs-process) 'run)
-   (setq output (shell-command-to-string (concat imaxima-gs-program " 
-h")))



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/racket/

2019-04-04 Thread Aaron Bauman
commit: 98caa44c395a0810dd30a757f717eaac8e84a858
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Apr  4 16:56:22 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 21:16:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98caa44c

dev-scheme/racket: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11586
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-scheme/racket/racket-7.0.ebuild | 6 +++---
 dev-scheme/racket/racket-7.1.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-scheme/racket/racket-7.0.ebuild 
b/dev-scheme/racket/racket-7.0.ebuild
index c3b288258ac..a24d86837ae 100644
--- a/dev-scheme/racket/racket-7.0.ebuild
+++ b/dev-scheme/racket/racket-7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
 inherit pax-utils
 
 DESCRIPTION="General purpose, multi-paradigm Lisp-Scheme programming language"
-HOMEPAGE="http://racket-lang.org/;
-SRC_URI="minimal? ( 
http://download.racket-lang.org/installers/${PV}/${PN}-minimal-${PV}-src-builtpkgs.tgz
 ) !minimal? ( 
http://download.racket-lang.org/installers/${PV}/${P}-src-builtpkgs.tgz )"
+HOMEPAGE="https://racket-lang.org/;
+SRC_URI="minimal? ( 
https://download.racket-lang.org/installers/${PV}/${PN}-minimal-${PV}-src-builtpkgs.tgz
 ) !minimal? ( 
https://download.racket-lang.org/installers/${PV}/${P}-src-builtpkgs.tgz )"
 LICENSE="GPL-3+ LGPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"

diff --git a/dev-scheme/racket/racket-7.1.ebuild 
b/dev-scheme/racket/racket-7.1.ebuild
index 09fe5c280f4..2ce724a31c4 100644
--- a/dev-scheme/racket/racket-7.1.ebuild
+++ b/dev-scheme/racket/racket-7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
 inherit pax-utils
 
 DESCRIPTION="General purpose, multi-paradigm Lisp-Scheme programming language"
-HOMEPAGE="http://racket-lang.org/;
-SRC_URI="minimal? ( 
http://download.racket-lang.org/installers/${PV}/${PN}-minimal-${PV}-src-builtpkgs.tgz
 ) !minimal? ( 
http://download.racket-lang.org/installers/${PV}/${P}-src-builtpkgs.tgz )"
+HOMEPAGE="https://racket-lang.org/;
+SRC_URI="minimal? ( 
https://download.racket-lang.org/installers/${PV}/${PN}-minimal-${PV}-src-builtpkgs.tgz
 ) !minimal? ( 
https://download.racket-lang.org/installers/${PV}/${P}-src-builtpkgs.tgz )"
 LICENSE="GPL-3+ LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/rng-tools/files/

2019-04-04 Thread Aaron Bauman
commit: 7df0cdad2656f7efa75b490355fb5db8a3ba057a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 30 15:58:15 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 21:16:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df0cdad

sys-apps/rng-tools: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11552
Signed-off-by: Aaron Bauman  gentoo.org>

 .../rng-tools/files/rng-tools-6-fix-noctty.patch   | 45 --
 1 file changed, 45 deletions(-)

diff --git a/sys-apps/rng-tools/files/rng-tools-6-fix-noctty.patch 
b/sys-apps/rng-tools/files/rng-tools-6-fix-noctty.patch
deleted file mode 100644
index e915150adb5..000
--- a/sys-apps/rng-tools/files/rng-tools-6-fix-noctty.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From: Gokturk Yuksek 
-Subject: [PATCH] Fix rngd to open the entropy source with 'O_NOCTTY' flag
-
-When start-stop-daemon starts a rngd instance configured to use a tty
-device as its entropy source, the application crashes due to not being
-able to read from the entropy device. This is caused by
-start-stop-daemon calling setsid() before executing rngd, which
-disassociates the controlling terminal. When rngd attempts to open a
-hardware entropy source that's a tty device, per POSIX rules, the
-device becomes the controlling terminal for the process. Then rngd
-calls daemon(), which internally calls setsid(), and consequently
-disassociates the controlling terminal for the child. Meanwhile the
-parent rngd process exits. This results in tty device hanging up. By
-looking at the strace logs attached to the bug, it can be observed
-that although the parent rngd process is able to read() from the
-entropy source successfully, further attempts to read() by the child
-rngd process return 0. This complies with the POSIX, which states that
-read() calls on a hung up terminal shall return 0.
-
-Note that when rngd is started without start-stop-daemon, this problem
-does not happen because at the time of opening the entropy source rngd
-already has a controlling terminal.
-
-Prevent the entropy source from becoming the controlling terminal by
-passing 'O_NOCTTY' flag to open() when opening an entropy source. This
-flag prevents a tty device from becoming the controlling terminal for
-a process without a controlling terminal at the time of open().
-
-Thanks to John Bowler  for debugging the problem and
-pinpointing the issue as well as confirming the fix.
-
-Gentoo-Bug-URL: https://bugs.gentoo.org/556456
-Reported-By: John Bowler 
-
 rng-tools-rng-tools-6/rngd_entsource.c
-+++ rng-tools-rng-tools-6/rngd_entsource.c
-@@ -162,7 +162,7 @@
-   struct sysfs_attribute *rngavail;
-   char buf[16];
- 
--  ent_src->rng_fd = open(ent_src->rng_fname, O_RDONLY);
-+  ent_src->rng_fd = open(ent_src->rng_fname, O_RDONLY | O_NOCTTY);
-   if (ent_src->rng_fd == -1) {
-   message(LOG_DAEMON|LOG_DEBUG, "Unable to open file: %s", 
ent_src->rng_fname);
-   return 1;



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

2019-04-04 Thread Aaron Bauman
commit: fd1760db4f1fe305ea859d5145a5d080474d6599
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 31 14:53:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 21:16:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1760db

sys-cluster/gasnet: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11557
Signed-off-by: Aaron Bauman  gentoo.org>

 sys-cluster/gasnet/gasnet-1.26.4-r1.ebuild | 6 +++---
 sys-cluster/gasnet/gasnet-1.26.4.ebuild| 6 +++---
 sys-cluster/gasnet/gasnet-1.28.0.ebuild| 6 +++---
 sys-cluster/gasnet/gasnet-1.28.2.ebuild| 6 +++---
 sys-cluster/gasnet/gasnet-1.30.0.ebuild| 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/sys-cluster/gasnet/gasnet-1.26.4-r1.ebuild 
b/sys-cluster/gasnet/gasnet-1.26.4-r1.ebuild
index c7f53bc60cd..32c182d224b 100644
--- a/sys-cluster/gasnet/gasnet-1.26.4-r1.ebuild
+++ b/sys-cluster/gasnet/gasnet-1.26.4-r1.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
@@ -7,8 +7,8 @@ inherit autotools toolchain-funcs multilib
 
 MY_P="${PN^^[gasn]}-${PV}"
 DESCRIPTION="Networking middleware for partitioned global address space (PGAS) 
language"
-HOMEPAGE="http://gasnet.lbl.gov/;
-SRC_URI="http://gasnet.lbl.gov/${MY_P}.tar.gz;
+HOMEPAGE="https://gasnet.lbl.gov/;
+SRC_URI="https://gasnet.lbl.gov/download/${MY_P}.tar.gz;
 
 SOVER="${PV%%.*}"
 LICENSE="BSD"

diff --git a/sys-cluster/gasnet/gasnet-1.26.4.ebuild 
b/sys-cluster/gasnet/gasnet-1.26.4.ebuild
index 67055d3a67a..ddb38e2c5e1 100644
--- a/sys-cluster/gasnet/gasnet-1.26.4.ebuild
+++ b/sys-cluster/gasnet/gasnet-1.26.4.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
@@ -7,8 +7,8 @@ inherit autotools
 
 MY_P="${PN^^[gasn]}-${PV}"
 DESCRIPTION="Networking middleware for partitioned global address space (PGAS) 
language"
-HOMEPAGE="http://gasnet.lbl.gov/;
-SRC_URI="http://gasnet.lbl.gov/${MY_P}.tar.gz;
+HOMEPAGE="https://gasnet.lbl.gov/;
+SRC_URI="https://gasnet.lbl.gov/download/${MY_P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/gasnet/gasnet-1.28.0.ebuild 
b/sys-cluster/gasnet/gasnet-1.28.0.ebuild
index 9a32e2c0b5c..ffe4c765a46 100644
--- a/sys-cluster/gasnet/gasnet-1.28.0.ebuild
+++ b/sys-cluster/gasnet/gasnet-1.28.0.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
@@ -7,8 +7,8 @@ inherit autotools toolchain-funcs multilib
 
 MY_P="${PN^^[gasn]}-${PV}"
 DESCRIPTION="Networking middleware for partitioned global address space (PGAS) 
language"
-HOMEPAGE="http://gasnet.lbl.gov/;
-SRC_URI="http://gasnet.lbl.gov/${MY_P}.tar.gz;
+HOMEPAGE="https://gasnet.lbl.gov/;
+SRC_URI="https://gasnet.lbl.gov/download/${MY_P}.tar.gz;
 
 SOVER="${PV%%.*}"
 LICENSE="BSD"

diff --git a/sys-cluster/gasnet/gasnet-1.28.2.ebuild 
b/sys-cluster/gasnet/gasnet-1.28.2.ebuild
index 52282995fdd..4af06d5d78c 100644
--- a/sys-cluster/gasnet/gasnet-1.28.2.ebuild
+++ b/sys-cluster/gasnet/gasnet-1.28.2.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
@@ -7,8 +7,8 @@ inherit autotools toolchain-funcs multilib
 
 MY_P="${PN^^[gasn]}-${PV}"
 DESCRIPTION="Networking middleware for partitioned global address space (PGAS) 
language"
-HOMEPAGE="http://gasnet.lbl.gov/;
-SRC_URI="http://gasnet.lbl.gov/${MY_P}.tar.gz;
+HOMEPAGE="https://gasnet.lbl.gov/;
+SRC_URI="https://gasnet.lbl.gov/download/${MY_P}.tar.gz;
 
 SOVER="${PV%%.*}"
 LICENSE="BSD"

diff --git a/sys-cluster/gasnet/gasnet-1.30.0.ebuild 
b/sys-cluster/gasnet/gasnet-1.30.0.ebuild
index 52282995fdd..4af06d5d78c 100644
--- a/sys-cluster/gasnet/gasnet-1.30.0.ebuild
+++ b/sys-cluster/gasnet/gasnet-1.30.0.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
@@ -7,8 +7,8 @@ inherit autotools toolchain-funcs multilib
 
 MY_P="${PN^^[gasn]}-${PV}"
 DESCRIPTION="Networking middleware for partitioned global address space (PGAS) 
language"
-HOMEPAGE="http://gasnet.lbl.gov/;
-SRC_URI="http://gasnet.lbl.gov/${MY_P}.tar.gz;
+HOMEPAGE="https://gasnet.lbl.gov/;
+SRC_URI="https://gasnet.lbl.gov/download/${MY_P}.tar.gz;
 
 SOVER="${PV%%.*}"
 LICENSE="BSD"



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

2019-04-04 Thread Aaron Bauman
commit: e5f46493e536a14c9d8001429ff1d0e600ffb494
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 30 15:52:33 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 21:16:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f46493

app-admin/helm: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11550
Signed-off-by: Aaron Bauman  gentoo.org>

 app-admin/helm/files/helm-2.12.0-sorting.patch | 90 --
 1 file changed, 90 deletions(-)

diff --git a/app-admin/helm/files/helm-2.12.0-sorting.patch 
b/app-admin/helm/files/helm-2.12.0-sorting.patch
deleted file mode 100644
index 560768049fd..000
--- a/app-admin/helm/files/helm-2.12.0-sorting.patch
+++ /dev/null
@@ -1,90 +0,0 @@
-From c9a5b0bb49b91a463c0021dd5dbe9626e2d3bb11 Mon Sep 17 00:00:00 2001
-From: Filinto Duran 
-Date: Fri, 14 Dec 2018 10:20:57 -0600
-Subject: [PATCH] fixes #4728 problem that arise because of the zero value of
- unknown and the loging of kind_sorter this messes helm template when having
- unknown (ie NOTES) or other files and the sorter catches namespace
-
-Signed-off-by: Filinto Duran 

- pkg/tiller/kind_sorter.go  | 13 
- pkg/tiller/kind_sorter_test.go | 36 ++
- 2 files changed, 45 insertions(+), 4 deletions(-)
-
-diff --git a/pkg/tiller/kind_sorter.go b/pkg/tiller/kind_sorter.go
-index 8aff4e6c11..7df63c6ac4 100644
 a/pkg/tiller/kind_sorter.go
-+++ b/pkg/tiller/kind_sorter.go
-@@ -124,12 +124,13 @@ func (k *kindSorter) Less(i, j int) bool {
-   b := k.manifests[j]
-   first, aok := k.ordering[a.Head.Kind]
-   second, bok := k.ordering[b.Head.Kind]
--  // if same kind (including unknown) sub sort alphanumeric
--  if first == second {
--  // if both are unknown and of different kind sort by kind 
alphabetically
--  if !aok && !bok && a.Head.Kind != b.Head.Kind {
-+  // if both are unknown
-+  if !aok && !bok {
-+  // and of different kind sort by kind alphabetically
-+  if a.Head.Kind != b.Head.Kind {
-   return a.Head.Kind < b.Head.Kind
-   }
-+  // and of same kind sort by name alphabetically
-   return a.Name < b.Name
-   }
-   // unknown kind is last
-@@ -139,6 +140,10 @@ func (k *kindSorter) Less(i, j int) bool {
-   if !bok {
-   return true
-   }
-+  // if same kind sort alphanumeric
-+  if first == second {
-+  return a.Name < b.Name
-+  }
-   // sort different kinds
-   return first < second
- }
-diff --git a/pkg/tiller/kind_sorter_test.go b/pkg/tiller/kind_sorter_test.go
-index 1c187e90d5..823d9674ee 100644
 a/pkg/tiller/kind_sorter_test.go
-+++ b/pkg/tiller/kind_sorter_test.go
-@@ -223,3 +223,39 @@ func TestKindSorterSubSort(t *testing.T) {
-   })
-   }
- }
-+
-+func TestKindSorterUnknownsWithNamespace(t *testing.T) {
-+  // a.Kind=Namespace should win over b.Kind=Unknown even if the a.Name > 
b.Name
-+  manifests := []Manifest{
-+  {
-+  Name: "a",
-+  Head: {Kind: "Namespace"},
-+  },
-+  {
-+  Name: "N",
-+  Head: {Kind: "Unknown"},
-+  },
-+  }
-+  for _, test := range []struct {
-+  description string
-+  order   SortOrder
-+  expectedstring
-+  }{
-+  // expectation is sorted by kind (unknown is last) and then sub 
sorted alphabetically within each group
-+  {"Namespace,Unknown", InstallOrder, "aN"},
-+  } {
-+  var buf bytes.Buffer
-+  t.Run(test.description, func(t *testing.T) {
-+
-+  defer buf.Reset()
-+  m := make([]Manifest, len(manifests))
-+  copy(m, manifests)
-+  for _, r := range sortByKind(m, test.order) {
-+  buf.WriteString(r.Name)
-+  }
-+  if got := buf.String(); got != test.expected {
-+  t.Errorf("Expected %q, got %q", test.expected, 
got)
-+  }
-+  })
-+  }
-+}



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

2019-04-04 Thread Aaron Bauman
commit: 1c5f20bd9b4d4e5977be9f6e3a25b84609d0edac
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr  1 10:11:21 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 21:16:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5f20bd

dev-java/boot-bin: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11562
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-java/boot-bin/boot-bin-2.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/boot-bin/boot-bin-2.7.1.ebuild 
b/dev-java/boot-bin/boot-bin-2.7.1.ebuild
index 91fe6b68b91..8e700cc2e66 100644
--- a/dev-java/boot-bin/boot-bin-2.7.1.ebuild
+++ b/dev-java/boot-bin/boot-bin-2.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -10,7 +10,7 @@ MY_PNV="${MY_PN}-${PV}"
 GITHUB_USER="boot-clj"
 
 DESCRIPTION="Build tooling for Clojure"
-HOMEPAGE="http://boot-clj.com/;
+HOMEPAGE="https://boot-clj.com/;
 SRC_URI="

https://github.com/${GITHUB_USER}/${MY_PN}/releases/download/${PV}/${MY_PN}.jar 
-> ${MY_PNV}.jar

https://raw.githubusercontent.com/${GITHUB_USER}/${MY_PN}/${PV}/README.md -> 
${MY_PNV}-README.md



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

2019-04-04 Thread Aaron Bauman
commit: fe10283cbc9f679fb5c2f4f7c69016a3b259926f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 30 15:42:50 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 21:16:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe10283c

app-antivirus/clamav: remove unused patches

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11547
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/clamav-0.99.4-fix-newer-zlib.patch   | 54 --
 .../clamav-0.99.4-pcre2-compile-erroffset.patch| 11 -
 2 files changed, 65 deletions(-)

diff --git a/app-antivirus/clamav/files/clamav-0.99.4-fix-newer-zlib.patch 
b/app-antivirus/clamav/files/clamav-0.99.4-fix-newer-zlib.patch
deleted file mode 100644
index 18673419a58..000
--- a/app-antivirus/clamav/files/clamav-0.99.4-fix-newer-zlib.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-https://bugs.gentoo.org/649516
-
-Description: fix compatibility with zlib 1.2.9 and newer
-Author: Marc Deslauriers 
-Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1692073
-
-Index: clamav-0.99.2+dfsg/libclamav/bytecode_api.c
-===
 clamav-0.99.2+dfsg.orig/libclamav/bytecode_api.c   2017-08-08 
15:20:06.651685637 -0400
-+++ clamav-0.99.2+dfsg/libclamav/bytecode_api.c2017-08-15 
15:45:14.645714766 -0400
-@@ -811,8 +811,20 @@ int32_t cli_bcapi_inflate_init(struct cl
- cli_dbgmsg("bytecode api: inflate_init: invalid buffers!\n");
- return -1;
- }
--memset(, 0, sizeof(stream));
--ret = inflateInit2(, windowBits);
-+
-+b = cli_realloc(ctx->inflates, sizeof(*ctx->inflates)*n);
-+if (!b) {
-+return -1;
-+}
-+ctx->inflates = b;
-+ctx->ninflates = n;
-+b = [n-1];
-+
-+b->from = from;
-+b->to = to;
-+b->needSync = 0;
-+memset(>stream, 0, sizeof(stream));
-+ret = inflateInit2(>stream, windowBits);
- switch (ret) {
- case Z_MEM_ERROR:
- cli_dbgmsg("bytecode api: inflateInit2: out of memory!\n");
-@@ -829,20 +841,6 @@ int32_t cli_bcapi_inflate_init(struct cl
- cli_dbgmsg("bytecode api: inflateInit2: unknown error %d\n", ret);
- return -1;
- }
--
--b = cli_realloc(ctx->inflates, sizeof(*ctx->inflates)*n);
--if (!b) {
--inflateEnd();
--return -1;
--}
--ctx->inflates = b;
--ctx->ninflates = n;
--b = [n-1];
--
--b->from = from;
--b->to = to;
--b->needSync = 0;
--memcpy(>stream, , sizeof(stream));
- return n-1;
- }
- 

diff --git 
a/app-antivirus/clamav/files/clamav-0.99.4-pcre2-compile-erroffset.patch 
b/app-antivirus/clamav/files/clamav-0.99.4-pcre2-compile-erroffset.patch
deleted file mode 100644
index 5585ea61453..000
--- a/app-antivirus/clamav/files/clamav-0.99.4-pcre2-compile-erroffset.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 clamav-0.99.4/libclamav/regex_pcre.c_orig   2018-03-02 19:10:39.702899702 
+0100
-+++ clamav-0.99.4/libclamav/regex_pcre.c2018-03-02 19:09:27.600901912 
+0100
-@@ -112,7 +112,8 @@
- #if USING_PCRE2
- int cli_pcre_compile(struct cli_pcre_data *pd, long long unsigned 
match_limit, long long unsigned match_limit_recursion, unsigned int options, 
int opt_override)
- {
--int errornum, erroffset;
-+int errornum;
-+size_t erroffset;
- pcre2_general_context *gctx;
- pcre2_compile_context *cctx;



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

2019-04-04 Thread Aaron Bauman
commit: 774b0f8ea37c3c2846f14671e12fcdd808611a6b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Apr  2 17:09:10 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 21:16:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774b0f8e

sys-process/rtirq: use HTTPS, fix SRC_URI

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11572
Signed-off-by: Aaron Bauman  gentoo.org>

 sys-process/rtirq/rtirq-20150216.ebuild | 6 +++---
 sys-process/rtirq/rtirq-20180209.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-process/rtirq/rtirq-20150216.ebuild 
b/sys-process/rtirq/rtirq-20150216.ebuild
index 91f6fe3f344..5bd86fb047b 100644
--- a/sys-process/rtirq/rtirq-20150216.ebuild
+++ b/sys-process/rtirq/rtirq-20150216.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
 DESCRIPTION="Modify realtime scheduling policy and priority of IRQ handlers"
-HOMEPAGE="http://www.rncbc.org/archive/#rtirq;
+HOMEPAGE="https://www.rncbc.org/archive/#rtirq;
 
-SRC_URI="http://www.rncbc.org/archive/${P}.tar.gz;
+SRC_URI="https://www.rncbc.org/archive/old/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"

diff --git a/sys-process/rtirq/rtirq-20180209.ebuild 
b/sys-process/rtirq/rtirq-20180209.ebuild
index 5186ad22dd4..f51c09b0917 100644
--- a/sys-process/rtirq/rtirq-20180209.ebuild
+++ b/sys-process/rtirq/rtirq-20180209.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -6,8 +6,8 @@ EAPI="7"
 inherit linux-info systemd
 
 DESCRIPTION="Modify realtime scheduling policy and priority of IRQ handlers"
-HOMEPAGE="http://www.rncbc.org/archive/#rtirq;
-SRC_URI="http://www.rncbc.org/archive/${P}.tar.gz;
+HOMEPAGE="https://www.rncbc.org/archive/#rtirq;
+SRC_URI="https://www.rncbc.org/archive/old/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"



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

2019-04-04 Thread Aaron Bauman
commit: 9425eed81823573553dc78159ef8032e36ec8457
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 30 15:56:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 21:16:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9425eed8

dev-java/junit: remove unused file

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11551
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-java/junit/files/junit-3.8.2-build.xml | 90 --
 1 file changed, 90 deletions(-)

diff --git a/dev-java/junit/files/junit-3.8.2-build.xml 
b/dev-java/junit/files/junit-3.8.2-build.xml
deleted file mode 100644
index 4e47d949bda..000
--- a/dev-java/junit/files/junit-3.8.2-build.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
-   
-   
-   
-   
-   
-
-   
-   
-   
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
-
-
-
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
-   
-   
-
-   
-
-   
-   
-



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

2019-04-04 Thread Mikle Kolyada
commit: 2c6f35926e994400b01e18631b9c12179954d92e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  4 20:52:24 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  4 20:52:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6f3592

net-dns/bind: amd64 stable wrt bug #678544

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

 net-dns/bind/bind-9.12.3_p4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind/bind-9.12.3_p4.ebuild 
b/net-dns/bind/bind-9.12.3_p4.ebuild
index 21445040753..a52e3e1d8a3 100644
--- a/net-dns/bind/bind-9.12.3_p4.ebuild
+++ b/net-dns/bind/bind-9.12.3_p4.ebuild
@@ -36,7 +36,7 @@ 
SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> ${P}.tar.
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # -berkdb by default re bug 602682
 IUSE="-berkdb +caps dlz dnstap doc dnsrps fixed-rrset geoip gost gssapi ipv6
 json ldap libressl lmdb mysql odbc postgres python rpz seccomp selinux ssl 
static-libs



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

2019-04-04 Thread Mikle Kolyada
commit: 1daf89d21a773159c7510078ed584c0742c7a1c1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  4 20:52:37 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  4 20:52:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1daf89d2

net-dns/bind-tools: amd64 stable wrt bug #678544

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

 net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild 
b/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild
index 276687b352d..84bb1a6f1a2 100644
--- a/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> ${MY_PN}-
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gost gssapi idn ipv6 libedit libidn2 libressl readline seccomp ssl 
urandom xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2019-04-04 Thread Mike Gilbert
commit: 3f9883af220721d6d04693a2b84651a7ebeaa5ac
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr  4 20:49:16 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr  4 20:49:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9883af

sys-fs/btrfs-progs: drop myself as maintainer

Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-fs/btrfs-progs/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/sys-fs/btrfs-progs/metadata.xml b/sys-fs/btrfs-progs/metadata.xml
index 7da838752d1..8fca7add135 100644
--- a/sys-fs/btrfs-progs/metadata.xml
+++ b/sys-fs/btrfs-progs/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-flop...@gentoo.org
-Mike Gilbert
-  
   
 sly...@gentoo.org
 Sergei Trofimovich



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

2019-04-04 Thread Mike Gilbert
commit: ee86e592e78de9985c2e0d426ca3352927ddc04c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr  4 20:47:09 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr  4 20:47:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee86e592

sys-apps/systemd: remove /var/lib/systemd/timesync symlink

Closes: https://bugs.gentoo.org/682488
Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/systemd-242_rc3.ebuild | 4 
 sys-apps/systemd/systemd-.ebuild| 4 
 2 files changed, 8 insertions(+)

diff --git a/sys-apps/systemd/systemd-242_rc3.ebuild 
b/sys-apps/systemd/systemd-242_rc3.ebuild
index bbb07c49e43..c167a2fd0b7 100644
--- a/sys-apps/systemd/systemd-242_rc3.ebuild
+++ b/sys-apps/systemd/systemd-242_rc3.ebuild
@@ -445,6 +445,10 @@ pkg_postinst() {
systemctl --root="${ROOT:-/}" enable "${ENABLED_UNITS[@]}"
fi
 
+   if [[ -L ${EROOT}/var/lib/systemd/timesync ]]; then
+   rm "${EROOT}/var/lib/systemd/timesync"
+   fi
+
if [[ -z ${ROOT} && -d /run/systemd/system ]]; then
ebegin "Reexecuting system manager"
systemctl daemon-reexec

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index bbb07c49e43..c167a2fd0b7 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -445,6 +445,10 @@ pkg_postinst() {
systemctl --root="${ROOT:-/}" enable "${ENABLED_UNITS[@]}"
fi
 
+   if [[ -L ${EROOT}/var/lib/systemd/timesync ]]; then
+   rm "${EROOT}/var/lib/systemd/timesync"
+   fi
+
if [[ -z ${ROOT} && -d /run/systemd/system ]]; then
ebegin "Reexecuting system manager"
systemctl daemon-reexec



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

2019-04-04 Thread Aaron Bauman
commit: e4e742c6e178b4ef695a8139b32e0945e52c2a8e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  4 20:43:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 20:43:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e742c6

media-sound/mp3splt-gtk: fix DEPENDS

*Adjust hard depends on libmp3splt

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild 
b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index 771bf3e83a7..741682ebf20 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.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
@@ -14,7 +14,7 @@ KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="audacious doc gstreamer nls"
 
 RDEPEND="
-   ~media-libs/libmp3splt-0.9.2
+   >=media-libs/libmp3splt-0.9.2
x11-libs/gtk+:3
audacious? ( >=media-sound/audacious-3.0 )
!audacious? ( dev-libs/dbus-glib )



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

2019-04-04 Thread Aaron Bauman
commit: c20b5b757edbee6098584566a9b3ad36d2c92a46
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  4 20:30:40 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 20:36:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20b5b75

media-sound/mp3splt: bump EAPI and fix depends

* Package having a hard depends is blocking the removal of older and
vulnerable media-libs/libmp3splt ebuilds.

* Trivial EAPI bump before stabilization of package

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-sound/mp3splt/mp3splt-2.6.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild 
b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 58e3c10e0a2..88d0bf3cc76 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit multilib
 
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="flac"
 
-RDEPEND="~media-libs/libmp3splt-0.9.2[flac?]"
+RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"
 DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/gettext"



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

2019-04-04 Thread Mikle Kolyada
commit: 31d6d37392775098d71e84bbd8dc2b3a3402b67f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  4 20:32:06 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  4 20:33:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d6d373

net-fs/mc: Add newline

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

 net-fs/mc/mc-2019.03.28.20.43.56.ebuild | 2 +-
 net-fs/mc/mc-2019.04.03.17.59.57.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/mc/mc-2019.03.28.20.43.56.ebuild 
b/net-fs/mc/mc-2019.03.28.20.43.56.ebuild
index c29be22e715..d15b0813a63 100644
--- a/net-fs/mc/mc-2019.03.28.20.43.56.ebuild
+++ b/net-fs/mc/mc-2019.03.28.20.43.56.ebuild
@@ -84,4 +84,4 @@ src_install() {
dodoc -r README.md CONTRIBUTING.md docs
dobin mc
popd  || die
-}
\ No newline at end of file
+}

diff --git a/net-fs/mc/mc-2019.04.03.17.59.57.ebuild 
b/net-fs/mc/mc-2019.04.03.17.59.57.ebuild
index c29be22e715..d15b0813a63 100644
--- a/net-fs/mc/mc-2019.04.03.17.59.57.ebuild
+++ b/net-fs/mc/mc-2019.04.03.17.59.57.ebuild
@@ -84,4 +84,4 @@ src_install() {
dodoc -r README.md CONTRIBUTING.md docs
dobin mc
popd  || die
-}
\ No newline at end of file
+}



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

2019-04-04 Thread Craig Andrews
commit: 5b53afb6e0d0ee0a39a738055b186ee12a360c51
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Apr  4 20:32:34 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Apr  4 20:33:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b53afb6

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

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

 media-plugins/kodi-pvr-vuplus/Manifest |  1 +
 .../kodi-pvr-vuplus/kodi-pvr-vuplus-3.22.0.ebuild  | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/media-plugins/kodi-pvr-vuplus/Manifest 
b/media-plugins/kodi-pvr-vuplus/Manifest
index ff636bc0e06..4c43f48925c 100644
--- a/media-plugins/kodi-pvr-vuplus/Manifest
+++ b/media-plugins/kodi-pvr-vuplus/Manifest
@@ -4,3 +4,4 @@ DIST kodi-pvr-vuplus-3.18.1.tar.gz 163398 BLAKE2B 
30cab3bcd9e0750c116f2e95170fd5
 DIST kodi-pvr-vuplus-3.19.0.tar.gz 168331 BLAKE2B 
141de1df21ae4149be56be3d952edd15792567aae39b337671c8f53cf28b1208dd69993a3680deb25b006b1d92eaa1a5b151ebc394f84d041d7cf99e56c206a4
 SHA512 
3a59aa691b0982cfbae466a3fa148a9ab71c7daeaeff1b91fdb71da4fbb406a6fa0346551bf7da37a4ba4dd6c1f58a2a3e41b0533b69afa4e28ecdf52be0029c
 DIST kodi-pvr-vuplus-3.20.0.tar.gz 172198 BLAKE2B 
bb68f6de811e14e38b0a804ed1db01e64df7d9c8e2c5ad6b31e07188f571418ec1ab8289056a0480b7aeffdd39bb8668c5ea0493ac0688e665c02994da9e53d1
 SHA512 
e30edab00ff0396ddd4021dc5a9ac8a0199d2535449385ff130572387fc1f01e128fd1f1a9b5cacea22de4789b1220b9ad0202a9c8086618fc2e35ef053dae19
 DIST kodi-pvr-vuplus-3.21.0.tar.gz 176202 BLAKE2B 
c51ff08e110748757aa56204af837982744fc49189a9fab762c49722fe760e05bd77d23e876dda831a63196c27994737a0f1df97d1e00f58a9824b3c8bd54a74
 SHA512 
480ce345619f68bdce6402b7f0f1291c41d3b2cd1cb868fba4540f60e45cfc5e80945e2394b5fac65bddc4ee9cb6c56f95f1563bc7230efa38521aa0c35f1946
+DIST kodi-pvr-vuplus-3.22.0.tar.gz 184305 BLAKE2B 
58d865950a7f24bf44293ff156a3cb481fa16946a2c9489b46969dfaaabb26fe2af4fa3eb1462bc3f34000944a0aee0ac8bd274c7da2f4b00349db31cb78695b
 SHA512 
bc75644e0a64e68564c29b15924d6f7dd5f45eef6f72b7c6a72609e0c18d4b2773452882af39674861ac515317511b281b832522c4657537675afc6ae5531644

diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.22.0.ebuild 
b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.22.0.ebuild
new file mode 100644
index 000..f77cda46652
--- /dev/null
+++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.22.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's VuPlus client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.vuplus;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vuplus.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.vuplus/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.vuplus-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   dev-libs/tinyxml
+   dev-cpp/nlohmann_json
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



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

2019-04-04 Thread Mikle Kolyada
commit: 0f8597116721e5737f15baf5537975b9244de88a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  4 20:27:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  4 20:27:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f859711

net-fs/mc: Version bump

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

 net-fs/mc/Manifest  |  1 +
 net-fs/mc/mc-2019.04.03.17.59.57.ebuild | 87 +
 2 files changed, 88 insertions(+)

diff --git a/net-fs/mc/Manifest b/net-fs/mc/Manifest
index fbd6e90df15..61ca214cf06 100644
--- a/net-fs/mc/Manifest
+++ b/net-fs/mc/Manifest
@@ -36,3 +36,4 @@ DIST mc-2019.03.06.18.41.35.tar.gz 3060998 BLAKE2B 
8ce267ebeb132aae1ab2681d7fcae
 DIST mc-2019.03.09.00.30.31.tar.gz 3061079 BLAKE2B 
528c3e8b20af8c77c256dbb25cee0c79691e6575f9739788927bd8b023fb2fe492fb1186f144f3abf1132b3b7375c649940b40c63f59dcbc7436cff9603fdd6d
 SHA512 
28aa906be58afd85a5d5afd8458f5a200270d8bf4caad90484ee6335ce5033c910369a212f47272d6f7bcbb6aaa78fc35f3307da5e8bad3268ba737f8791f4c6
 DIST mc-2019.03.20.21.29.03.tar.gz 3068226 BLAKE2B 
9659aa05931c28f054d639a8850692a77e81d75c1a86af9e7887fc492bdcb30c0e3582d42495a443945f1c89f691989d8e67d479cef4f1c1ebc82fde63b3f444
 SHA512 
ce4aad970b6f41bf06423a414ffc3396257c37654b9f7e10d6994e4adbacb0ba5b5fc94412e1d420429333e341ff2f76172d1a6ce978612f09f7ff37547d8d06
 DIST mc-2019.03.28.20.43.56.tar.gz 268089 BLAKE2B 
dda5b3186360ab917031423e1532a72da8005978b6c1e8f363bd97f1e1575399ee9d319c01aa2e7097e0b57723c8def849838ea99876b476d021bb8a787ca8dd
 SHA512 
160054070e412c420b2c75e0d6f5b7b78dc20f07d695b46fb3141b3428c7a9391205810d9edd720b35b35e4901fcfe801277d4bc6ec7ff2a840ccc776f329bfd
+DIST mc-2019.04.03.17.59.57.tar.gz 268507 BLAKE2B 
9a427dd206b06d2adc47ba430e708584250fdd43def2598b589b5b6d9fd1a761d5edde4370fd627b9eb337c24de22393dd1e2a732a74655f301fa89ca2eae6ff
 SHA512 
ef234116ee49b0348e1fc28bb6265b1b45f835dfb90adb0c6008057fdf423e5ad68e8eb4aed83b780d3cbc06162a4e95866bc49275c8cceda4d42ccea094ac92

diff --git a/net-fs/mc/mc-2019.04.03.17.59.57.ebuild 
b/net-fs/mc/mc-2019.04.03.17.59.57.ebuild
new file mode 100644
index 000..c29be22e715
--- /dev/null
+++ b/net-fs/mc/mc-2019.04.03.17.59.57.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_VENDOR=( "github.com/pkg/profile f6fe06335df110bcf1ed6d4e852b760bfc15beee"
+"gopkg.in/h2non/filetype.v1 
cc14fdc9ca0e4c2bafad7458f6ff79fd3947cfbb github.com/h2non/filetype"
+"gopkg.in/mattn/go-isatty 6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c 
github.com/mattn/go-isatty"
+"github.com/pkg/xattr dd870b5cfebab49617ea0c1da6176474e8a52bf4"
+"golang.org/x/text 6f44c5a2ea40ee3593d98cdcc905cc1fdaa660e2 
github.com/golang/text"
+"github.com/mitchellh/go-homedir 
af06845cf3004701891bf4fdb884bfe4920b3727"
+"golang.org/x/sys 81d4e9dc473e5e8c933f2aaeba2a3d81efb9aed2 
github.com/golang/sys"
+"github.com/cheggaaa/pb f907f6f5dd81f77c2bbc1cde92e4c5a04720cb11"
+"github.com/mattn/go-runewidth 
3ee7d812e62a0804a7d0a324e0249ca2db3476d3"
+"github.com/mattn/go-colorable 
3a70a971f94a22f2fa562ffcc7a0eb45f5daf045"
+"github.com/dustin/go-humanize 
9f541cc9db5d55bce703bd99987c9d5cb8eea45e"
+"github.com/fatih/color 5b77d2a35fb0ede96d138fc9a99f5c9b6aef11b4"
+"github.com/hashicorp/go-version 
d40cf49b3a77bba84a7afdbd7f1dc295d114efb1"
+"github.com/inconshreveable/go-update 
8152e7eb6ccf8679a64582a66b78519688d156ad"
+"github.com/mattn/go-isatty 
6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c"
+"golang.org/x/net b630fd6fe46bcfc98f989005d8b8ec1400e60a6e 
github.com/golang/net"
+"golang.org/x/crypto a5d413f7728c81fb97d96a2b722368945f651e78 
github.com/golang/crypto"
+"github.com/segmentio/go-prompt 
f0d19b6901ade831d5a3204edc0d6a7d6457fbb2"
+"github.com/rjeczalik/notify 
69d839f37b13a8cb7a78366f7633a4071cb43be7"
+"github.com/posener/complete 
3ef9b31a6a0613ae832e7ecf208374027c3b2343"
+"github.com/minio/sha256-simd 
05b4dd3047e5d6e86cb4e0477164b850cd896261"
+"github.com/hashicorp/go-multierror 
886a7fbe3eb1c874d46f623bfa70af45f425b3d1"
+"github.com/hashicorp/errwrap 
8a6fb523712970c966eefc6b39ed2c5e74880354"
+"github.com/minio/cli 8683fa7fef37cc8cb092f47bdb6b403e0049f9ee"
+"github.com/minio/minio-go 
5d20267d970d9e514bbcb88b37b059bb5321ff60"
+"github.com/minio/minio 0250f7de678bbca5ad8bbfd50e2f65133feb06e2"
+"github.com/howeyc/gopass bf9dde6d0d2c004a008c27aaee91170c786f6db8"
+"gopkg.in/ini.v1 c85607071cf08ca1adaf48319cd1aa322e81d8c1 
github.com/go-ini/ini" )
+
+inherit golang-build golang-vcs-snapshot
+
+MY_PV="$(ver_cut 1-3)T$(ver_cut 

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

2019-04-04 Thread Michał Górny
commit: 2f584659277a1e31ab84f31e62651cbb7aa44399
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr  4 15:10:01 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr  4 20:25:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f584659

dev-python/setuptools: Bump to 40.9.0

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

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

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index bacd94767ea..2753b15de41 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -2,3 +2,4 @@ DIST setuptools-36.7.2.zip 726758 BLAKE2B 
8821d3142f2149fbdea4d231052c3990fa7a14
 DIST setuptools-40.6.3.zip 839328 BLAKE2B 
ddc87213439ce2ad96ba54218bd5b3e41a7c31d670bddb9e4ea058b8ee7dffbe6fcb0e5fd24baf3fb38f5e824fde36aa8dc1e09d7ac37f9375ee351406389cd6
 SHA512 
6c628b8fc67645bca96ddcd016ec9a685e91690bf98dff077e842cfbd0d8d24de76ac51b3ff238d31551a48819d8f694fee6e9bb422ca954e54c22b4bda0038c
 DIST setuptools-40.7.3.zip 842920 BLAKE2B 
53b5845f157d088fa0848384770f185b2daf8f1bc0304e8d5ab3eb5cae44a42133e7cf2f655e95be351733760ed401d55e3717c4a1257c77644796c08cbe67f6
 SHA512 
fb61e4d7ae620684b128bd60112938a4a9721a82ed3aa4daa774837a2db60e989d608ce2ba7f51393f412b78244d6f4c8f1025416b137d8ce01a2c0375ffec65
 DIST setuptools-40.8.0.zip 845071 BLAKE2B 
a76b92a7e3a5cd87d74f3ff5f49fe4c6b2a1f0c5cc3b04219f6f773585be479ec5d092185129ada1fe5c5ef62714687beb3a316a6d50b559e9224aed468aef24
 SHA512 
f14976a76bff74b7494d44fcfffa511de0d142b4d308fcbf87b34c31c51491102e152acc11a383c5f6b693d1b18eb119c5186ca23deb12b2bbf186794b062868
+DIST setuptools-40.9.0.zip 847572 BLAKE2B 
1ef3f05d747a67395f705ad46bf066f400c9a5ad97efe73175e72eb9091c929cb61a526da1206f431a4e054939e0fd2b2a841a892c6cc76a6116cf781112b472
 SHA512 
2d278ef162139dfb1dd3640154ae3db755ff5c2285810c85b0452d12e3f3cb199e3f1a1ec7cc43a377d42cd4f86e97e2c773d9f0a3bef8dc1acbf31e6f61033f

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

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

2019-04-04 Thread Mikle Kolyada
commit: cbcfac0ac1534a81fe8ee9bf58d17f1ed89cba54
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  4 20:23:28 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  4 20:24:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcfac0a

net-fs/mc: Vendor dependencies

Closes: https://bugs.gentoo.org/682098
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-fs/mc/Manifest  | 27 +++
 net-fs/mc/mc-2019.03.28.20.43.56.ebuild | 47 +
 2 files changed, 69 insertions(+), 5 deletions(-)

diff --git a/net-fs/mc/Manifest b/net-fs/mc/Manifest
index 0b1ed34930d..fbd6e90df15 100644
--- a/net-fs/mc/Manifest
+++ b/net-fs/mc/Manifest
@@ -1,3 +1,30 @@
+DIST github.com-cheggaaa-pb-f907f6f5dd81f77c2bbc1cde92e4c5a04720cb11.tar.gz 
11788 BLAKE2B 
c7726ecd41c5d8909e157a38db429327d09873b4a4661cb7607893067c362487339b33eb24f122df7ea98e81bd4556884b831014a6948a108b74c71f521f1296
 SHA512 
47f0985138603631d59915b01fc99b4d4fc44ea964e1ad50b472cabec0fdf57f6235dc05ad32629bc086bc3f1fe25c2a3a31be064f91d398fdf37799fe4aa8db
+DIST 
github.com-dustin-go-humanize-9f541cc9db5d55bce703bd99987c9d5cb8eea45e.tar.gz 
17263 BLAKE2B 
6915367735a060d873947d805b49b1a6900080019cd5c21183c11850a0fb5292ea6c93576d7bbc8939e6b0f1e31501c44b38e5c97c09fb5685053b50142de092
 SHA512 
713ed1188affab7954efd4a6656d0bc82368b2c71e5604afbdcf9ea1ead401b821c443d5cd1c634964139d76fcf69d9a4b0efec4079f0b2335b1c15ca042d0b2
+DIST github.com-fatih-color-5b77d2a35fb0ede96d138fc9a99f5c9b6aef11b4.tar.gz 
818356 BLAKE2B 
8b9fb3b45ad4af90c26a0f197d9cb07ee22484006a396218d617e7992cc0e65dc3d3c8dab894e692eecad75d8aeaf6e5c8a34849e4d7892a10fecae3a8ecbf2f
 SHA512 
4966b34fb41f23c26a35511083886d67bf79ce74944a888ab29bacf6e33a753ade90df37321751167df054301fb4276452c3722dd0120cce9f4757ebec2d
+DIST github.com-go-ini-ini-c85607071cf08ca1adaf48319cd1aa322e81d8c1.tar.gz 
35081 BLAKE2B 
7adf1e84f4fb23632f9bbeaa53e3d5b6a12244999cc5b744f12439459be4921a271d85e3e2dfbec08fa12b1dec27016e78805c600d7d4798bb84aaef5756e49b
 SHA512 
b2758ad40b532e30581f41b2cf609042388acfb037848858c394c0edf444181942061fceba6be76aa7913e62954cc14552ace7b4634d731a6bbe473275655aee
+DIST github.com-golang-crypto-a5d413f7728c81fb97d96a2b722368945f651e78.tar.gz 
1656797 BLAKE2B 
6b7e3f776b396786125582332fcf90e6b2452a06856a8b13cb2d84a882c5c563af79b8c37232f15410ae90b309e93044dcb6e0a5948d4e25b9730cc541534d16
 SHA512 
57a9606845a27459703d3757e001303d2f67c88efa4d021d4aa09314ddcc85fe95c9db2ff4aa08639b6be49cc751d82c35134a587987a896f64bb103af89adee
+DIST github.com-golang-net-b630fd6fe46bcfc98f989005d8b8ec1400e60a6e.tar.gz 
976663 BLAKE2B 
6eadc2d2da8ae01bc77d896ea8073377190366bacc5da127bd4c93fd2e2163493ca0222d58ce6133444daba89bba328a12d557b2a5b395c3d05a701d037c5f07
 SHA512 
c0ebb41e39f0289d935dbbc196080e5c9d7d6f25901e47d8a23e8a63a22b89a6539ea1b4e85ecff7e2fc930654f7f1a85096fb18b1a9d6a9dd86fa6b134f154a
+DIST github.com-golang-sys-81d4e9dc473e5e8c933f2aaeba2a3d81efb9aed2.tar.gz 
1262962 BLAKE2B 
082ce1d2924efe2090c735b5338b4afb24cee1109d445ad12241fba95413fdbb5a1b5ed3425d4822a610b38cdf2fad7d3fa5af2d306ab396746fa38d1d11195a
 SHA512 
04cda320e2c5c5dad102657725d3c94289937194836c28c4633b150fcb691123b12f8eeeb8538f76e747c5626ccb9dc12667fce362b96448195a9cc332045db2
+DIST github.com-golang-text-6f44c5a2ea40ee3593d98cdcc905cc1fdaa660e2.tar.gz 
6585336 BLAKE2B 
1650f1389b0f31a9177f203fc1c4eeb4fe734f5c21713223cd76bd556b21a6ba4c35295f1997051ec3936f56bef51012a8aac592f5ffe7c43f6bc7fb2d755adb
 SHA512 
92031dc6e2ad393926e5b65e9bdd494735159d13821ec6f7642414b9ae023b08838af277ef648c35353e8c2950f0a21bc418af144291aa8b69e099aecdc42241
+DIST github.com-h2non-filetype-cc14fdc9ca0e4c2bafad7458f6ff79fd3947cfbb.tar.gz 
686090 BLAKE2B 
bc657b96f624b5f189603d052cea2fd3ae781009639db200d486a3e0e63b6de888db5fd9673b9e772b7215ebaf7a195cd5cb3275472bcc0ab84cfd9a82e7081d
 SHA512 
6355a944ed19c254112c90f1e2048bdcdf9e63b59a59ba51288e729484538b2bab7f4ebe80e629df993456431ce2aec5502cc1cc3273919e023da3da651430a6
+DIST 
github.com-hashicorp-errwrap-8a6fb523712970c966eefc6b39ed2c5e74880354.tar.gz 
8348 BLAKE2B 
1c6dc8b0cd7ba0daa33df47056af538fd289b05c0efd72684d088f0043ef057ef6c5a6089d62bd99d17c57bf840370c319cd1201df54cac395d589322f7ce60b
 SHA512 
f2b676d8728965e320f99444e2ab8ed3aa609f0714d7424ee576548260c2d5be5f6ea09397554d7dbfae73b51b23a4d14ff6d9385e6b25ac68fd40e8f535780b
+DIST 
github.com-hashicorp-go-multierror-886a7fbe3eb1c874d46f623bfa70af45f425b3d1.tar.gz
 10070 BLAKE2B 
93839f82ee11d020e0ce586c2bc1b2e5d3294dc03b6faa3e62e2ed67c3126e7f96330c358dc54d91ccb9b0351946bb114763ecb38a02176d2844b2d8df3fc96e
 SHA512 
d65e7210502081f927035dfa61b099e67b94a3271f479921c1a48ca079f3ba759f5598d19b5ce9c30c07085fd180d77cacbb1627fde391f49eb0f3ed30c5a35a
+DIST 
github.com-hashicorp-go-version-d40cf49b3a77bba84a7afdbd7f1dc295d114efb1.tar.gz 
12769 BLAKE2B 

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

2019-04-04 Thread Aaron Bauman
commit: ae3434500a2133f78d2819e4ade137977a6dab00
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  4 19:55:25 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 19:55:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae343450

dev-libs/libmspack: fixup metadata.xml

* utils flag is no longer used after dropping previous vulnerable
ebuilds

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

 dev-libs/libmspack/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-libs/libmspack/metadata.xml b/dev-libs/libmspack/metadata.xml
index 1e5806295c8..613d45e5ffa 100644
--- a/dev-libs/libmspack/metadata.xml
+++ b/dev-libs/libmspack/metadata.xml
@@ -5,7 +5,4 @@
reave...@gentoo.org
Maciej Mrozowski

-   
-   Enables building cabrip, chmextract, 
msexpand and oabextract
-   
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/tsm/

2019-04-04 Thread Aaron Bauman
commit: 90898938b0b3defca76f5b383386c6ad987feb36
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  4 19:43:04 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 19:43:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90898938

app-backup/tsm: drop vulnerable wrt bug #644496

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

 app-backup/tsm/Manifest  |   1 -
 app-backup/tsm/tsm-7.1.4.4-r3.ebuild | 231 ---
 2 files changed, 232 deletions(-)

diff --git a/app-backup/tsm/Manifest b/app-backup/tsm/Manifest
index b35b13df6d7..6fcba5100fe 100644
--- a/app-backup/tsm/Manifest
+++ b/app-backup/tsm/Manifest
@@ -1,3 +1,2 @@
-DIST 7.1.4.4-TIV-TSMBAC-LinuxX86.tar 220456960 BLAKE2B 
1deb7f40b0db899dba475d83d4f22d602563b30c491d280f478e69c558677b9d09e49050eace4275e083eeeb670df2e545ad65abc2abf9dade1e35c947e581f6
 SHA512 
5f0b0262ad4b8f1dc6d9763735c3390a9ea0d559a3efd08593c6aa81e89978387906ff728a5dee575725da7d0b7e4f4e6d207111b79625c6487b6e8d56d767de
 DIST 7.1.8.0-TIV-TSMBAC-LinuxX86.tar 221849600 BLAKE2B 
a57d15885c802925e92afca45bfd25c1aa56c33329f03d3de89f00dd139239da3b835ef514dd8d881e76e04e84656d3d630b8e8e44fe8ef331c3f2c5d6acf816
 SHA512 
68dce2463554b7bd6100d5bf6a617316a04898b747fcaec182c9c4870c34bceb16eea47d073c587c7184945a3cef0f6c98d9a59364589a4745fd1fdc195e3af9
 DIST 8.1.6.0-TIV-TSMBAC-LinuxX86.tar 215961600 BLAKE2B 
de7e3083a87e72763ffee5adbabc20f546edbc771a9ea0017af591b677cb55832c366ec42da6258ccbb81368f7934acfd116eee77236737d8015cc7588d95d3e
 SHA512 
82897f8af6e1408b25eb95206500fa2e05f17983843de3a3456d71ee3cc25188e31a0a2b11c7ee5cf02c3a6aa46fbba03e2a31e697868905739e97c75bfd5984

diff --git a/app-backup/tsm/tsm-7.1.4.4-r3.ebuild 
b/app-backup/tsm/tsm-7.1.4.4-r3.ebuild
deleted file mode 100644
index ef3867988c2..000
--- a/app-backup/tsm/tsm-7.1.4.4-r3.ebuild
+++ /dev/null
@@ -1,231 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator multilib eutils readme.gentoo rpm systemd user pax-utils
-
-DESCRIPTION="Tivoli Storage Manager (TSM) Backup/Archive (B/A) Client and API"
-HOMEPAGE="http://www.tivoli.com/;
-
-MY_PV_MAJOR=$(get_major_version)
-MY_PV_MINOR=$(get_version_component_range 2)
-MY_PV_TINY=$(get_version_component_range 3)
-MY_PV_PATCH=$(get_version_component_range 4)
-
-MY_PV_NODOTS="${MY_PV_MAJOR}${MY_PV_MINOR}${MY_PV_TINY}"
-MY_PVR_ALLDOTS=${PV}
-
-if [[ ${MY_PV_PATCH} == 0 ]]; then
-   MY_RELEASE_PATH=maintenance
-else
-   MY_RELEASE_PATH=patches
-fi
-BASE_URI="ftp://ftp.software.ibm.com/storage/tivoli-storage-management/;
-BASE_URI+="${MY_RELEASE_PATH}/client/v${MY_PV_MAJOR}r${MY_PV_MINOR}/"
-BASE_URI+="Linux/LinuxX86/BA/v${MY_PV_NODOTS}/"
-SRC_TAR="${MY_PVR_ALLDOTS}-TIV-TSMBAC-LinuxX86.tar"
-SRC_URI="${BASE_URI}${SRC_TAR}"
-
-RESTRICT="strip" # Breaks libPiIMG.so and libPiSNAP.so
-LICENSE="Apache-1.1 Apache-2.0 JDOM BSD-2 CC-PD Boost-1.0 MIT CPL-1.0 HPND 
Exolab
-   dom4j EPL-1.0 FTL icu unicode IBM Info-ZIP LGPL-2 LGPL-2.1 
openafs-krb5-a
-   ZLIB MPL-1.0 MPL-1.1 NPL-1.1 openssl OPENLDAP RSA public-domain W3C
-   || ( BSD GPL-2+ ) gSOAP libpng tsm"
-
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="acl java +tsm_cit +tsm_hw"
-QA_PREBUILT="*"
-
-# not available (yet?)
-#MY_LANGS="cs:CS_CZ de:DE_DE es:ES_ES fr:FR_FR hu:HU_HU it:IT_IT ja:JA_JP
-#  ko:KO_KR pl:PL_PL pt-BR:PT_BR ru:RU_RU zh-CN:ZH_CN zh-TW:ZH_TW"
-MY_LANG_PV="${MY_PVR_ALLDOTS}-"
-for lang in ${MY_LANGS}; do
-   IUSE="${IUSE} l10n_${lang%:*}"
-   SRC_URI="${SRC_URI} l10n_${lang%:*}? ( \
-${BASE_URI}TIVsm-msg.${lang#*:}.x86_64.rpm -> \
-${MY_LANG_PV}TIVsm-msg.${lang#*:}.x86_64.rpm )"
-done
-unset lang
-
-DEPEND=""
-RDEPEND="
-   dev-libs/expat
-   dev-libs/libxml2
-   sys-fs/fuse:0
-   acl? ( sys-apps/acl )
-   java? ( >=virtual/jre-1.7 )
-"
-
-S="${WORKDIR}/bacli"
-
-pkg_setup() {
-   enewgroup tsm
-   DOC_CONTENTS="
-   Note that you have to be either root or member of the group tsm 
to
-   be able to use the Tivoli Storage Manager client."
-}
-
-src_unpack() {
-   local rpm rpms lang
-   unpack ${SRC_TAR}
-
-   cd "${S}"
-   for rpm in *.rpm; do
-   case ${rpm} in
-   TIVsm-APIcit.*|TIVsm-BAcit.*)
-   use tsm_cit && rpms="${rpms} ./${rpm}"
-   ;;
-   TIVsm-BAhdw.*)
-   use tsm_hw && rpms="${rpms} ./${rpm}"
-   ;;
-   TIVsm-JBB.*|*-filepath-*)
-   # "journal based backup" for all filesystems
-   # requires a kernel module.
-   # "Linux Filepath source code" available
-   # by request from vendor
-   ;;
-   *)
-   

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

2019-04-04 Thread Aaron Bauman
commit: 4d764d8b6e9caacd9cb26dd35a29bc51f6d25f69
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  4 19:31:39 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 19:31:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d764d8b

www-client/firefox: drop vulnerable wrt bug #681836

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

 www-client/firefox/Manifest  | 186 -
 www-client/firefox/firefox-60.5.2.ebuild | 432 --
 www-client/firefox/firefox-60.6.0.ebuild | 433 ---
 3 files changed, 1051 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 565a4923250..024b69106b0 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -91,193 +91,7 @@ DIST firefox-52.9.0esr-xh.xpi 441173 BLAKE2B 
3e1b907a7659c639d17d25a1825f4728532
 DIST firefox-52.9.0esr-zh-CN.xpi 461679 BLAKE2B 
745b2cfb86e93a379e13fa73b7e3721bae06694768316e31a2aed608e3050f585a9603375cd35b90affca11b3e5e44401b1e676f9c8050ade287ed0feb442a7a
 SHA512 
ca62e0e2ab075086741159b185b5eba44c6bdfc29fd9ba1cf25808f127c1aed8875ea61c1c33e4f742fa26af4455a8873730f96ad9c7bec1f66aed0595f253f1
 DIST firefox-52.9.0esr-zh-TW.xpi 453068 BLAKE2B 
84e08ea4fd119db1f1c6f84b212fbbb5d6999c5ac6010c0e7836d8734726d281107f3d91ba7bac1aeaf855dc36d3b018ae3913dccdbe2b11aad02a8d8aaa893c
 SHA512 
a99042ef7d00820e341dfcf2c45a8b5bd77eaf2cc8ecf0ff5ee982b7bd9beac7cb4bf051c57ef3b7a5d9b67cd35858dca396d21e65718e248f3b1fdba5273999
 DIST firefox-52.9.0esr.source.tar.xz 214087304 BLAKE2B 
eba5305ae3fc9a4306cbcbcd8d4610272ca5b75e369367961e9d94919b003de8aae8f3c58fe1c628787d98105a85fab575ae2b051e92a0b35bbb8b402c100766
 SHA512 
bfca42668ca78a12a9fb56368f4aae5334b1f7a71966fbba4c32b9c5e6597aac79a6e340ac3966779d2d5563eb47c054ab33cc40bfb7306172138ccbd3adb2b9
-DIST firefox-60.5-patches-01.tar.xz 13332 BLAKE2B 
53308d415369c6814504697ed9692023e636c42b58053867fd14e8edd94baa2777ed9f33e147f796d6fcd5f30c1d2258f9fd3247392e37a921a53f41a6903e92
 SHA512 
de24544c5aa8ade35e4e3e0fac10399f8eb44ea4bb9063b85bbcf2db12280d23ccc5fd29032f33f3723c0a0c3c2381429e2c19bd631e90615908b4f68f745a21
-DIST firefox-60.5.2esr-ach.xpi 496846 BLAKE2B 
592ec91f9cb0491489b11c978be006a4bc36631bbe77cc7ac5364d29d2484a7e5f761868258afb2ab6f95270b238390a8c452e00f42c74fe84f43f808582df76
 SHA512 
6b93db9ebc005dbaa7bba18859e23c8d545b4d50e372523690f393f2ba9e988e688b7420d384f50e12bba9cf6e15b050da83d064a7ac41800ad8ebd094d111e1
-DIST firefox-60.5.2esr-af.xpi 487312 BLAKE2B 
ae7cd9ebab3e66d487aaa4e4d1d0874a09215ab1325ec39fe1a2a7aae3c8d3bd2065329ad7a345979cfbd62cefd77e87b0baa1035a5416ca95214eef3ecb3056
 SHA512 
b6d012951b9fa8e4a3f3736817d6fd23b2cd5db9712fd9f78f8cd02207d35bbd0b0587669b480f7aac08d76e63adc9e3873e36fff27f5d3fe44569fb2e4ea430
-DIST firefox-60.5.2esr-an.xpi 520509 BLAKE2B 
d244db7b6c7e80a29433a0e239228567e786b9ed09e87fdbd787cd680a8259cbc5cf8294c1cb045cdfc3d55c81d7dbc9e3596e20689377402b5ddd47ac512ea5
 SHA512 
f516d441d8ab89bef8244db13f96e9c4e97534e8cd11e1a5b84f4ef248c5617061d8faf56dd6d6d22d1ae6c5c69048f44f02207e23808bc47251b1d9925809ac
-DIST firefox-60.5.2esr-ar.xpi 547823 BLAKE2B 
b5f46cec583dd15bdbb3907b99cf4175ee2f8409f525f9499ed8e870306e7726312beb0e2df428ba79effaea2ac21d62e181bf687e7ff67357eb7b3655e2165b
 SHA512 
212b2f7d42a87a97d509f9a6f2597baaf0667db14d437802a63763bc2768b16d72da2be445ef0ae396218677ed9a5cd2bd1373cf83fcc4b2304e2bb9ce04d80f
-DIST firefox-60.5.2esr-as.xpi 530728 BLAKE2B 
282171220b4f1cabc6a8f2a8afd0a4b4dfe7a6076d22ab305f3dd96cbc3a6596bd9a1e3011d451a11d81c4960e56f75d276bd155596804d3934b36b3c43b27b0
 SHA512 
a7e0c7bd75a28d193c13abe80932425afadf9dcfc73be94604d960faa613e3e6dcff9ce9a3d3c851a342ff69e0af2a56720c6e319ce0817efa17bdbca5988ccb
-DIST firefox-60.5.2esr-ast.xpi 508658 BLAKE2B 
757da31e335f6a1c3e3bba72f24c9c317fbb1a4131a3dbd1191c81d7a8955935e47964f3ae29db1b27f532a23448314756f4ecd8efbb307c029d827d58af0bb1
 SHA512 
4b0fdfe94e8f8ff00075beacefd8f52b02aeb26c2799c065a35bf14b926ae86215a1fa680eedc25e2276df5f23f9b2b0a532af1876334ce1ebac816fd3e7a8a7
-DIST firefox-60.5.2esr-az.xpi 524748 BLAKE2B 
ada3828cd20b8a78bcf400995d19f1a48cfad6ee87105a81e95f55c1e53c602bb9d7758946fee7e4b26500f9b818bfd8001709e7fe6d7a582770669e97f8b220
 SHA512 
4b895d57c2718c877bf6457ce4d4fdcd6c0d29fff9cc8dbb8346d9970ef587018957f574676b2be552f134efe075f165e20013523450a4e9d644f2143c66fdf0
-DIST firefox-60.5.2esr-bg.xpi 573854 BLAKE2B 
e47a491b42e0e18ddcf53a74fff726eab2bc86306cf4cb8081def80025b8f0f322eae1b7c1c9c93e4820f4152242babf3b501066784397f4bc65e036ba29c071
 SHA512 
7bb40018d6557e91b1eab8035bafb97e043804b071154b8bb09876a22b6c3f43bdc38c981d36006b92f50e0fb711df9f60b85e346124be77bbff81c9200994d3
-DIST firefox-60.5.2esr-bn-BD.xpi 590429 BLAKE2B 
e7ededa2fa9e07ef419ead26fc3e872a5c4d6840d2ba3a520435c51c2dd6ac2b0429366e9be1fd3c8ede966c48f7652a81e6e59256ad303bac0912b72bedf59f
 SHA512 

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

2019-04-04 Thread Aaron Bauman
commit: f0c9880031dc09e57677abc968ece0bbc8075fbb
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  4 19:30:07 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 19:30:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c98800

mail-client/thunderbird-bin: drop vulnerable wrt bug #681834

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

 mail-client/thunderbird-bin/Manifest   |  55 --
 .../thunderbird-bin/thunderbird-bin-60.5.3.ebuild  | 189 -
 2 files changed, 244 deletions(-)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index 07c75f3f800..96c0e7ee59d 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -56,59 +56,6 @@ DIST thunderbird-52.9.1-uk.xpi 652854 BLAKE2B 
bc5557a1df83f9b8ca0671fb7c76fe3a11
 DIST thunderbird-52.9.1-vi.xpi 637163 BLAKE2B 
95c18bab7d30dea4a8b2241290175c77a2b47e3b02346b734e728adadfa4656e4197ceb3328de4c5a12a076dcc7b4b412b0a32e3cdef41d65e471b2601f2
 SHA512 
dec44726008af723e44146abb89754f9fd0684e3cce0f0db07c05d8a100a8a862e5f7ad028c0f7d3594965ec35251e7c357ac212fb78570463bd8c18174658c9
 DIST thunderbird-52.9.1-zh-CN.xpi 593611 BLAKE2B 
441b5332a08daca64282a8d4233c7d9dc2008c80c1ebeaf4d125d5c804755509b9b67dda3423cc9b9a9af3d29b386bb621b231e426bdd89879e2e620f2106dea
 SHA512 
db0c8a338df861a43563c70fd73768a5db730ce39e7a8400de44ccada3edac1f7e3736edee5cff439df76ff17f2b4838701e95fa739f5aa04463539516a86f0b
 DIST thunderbird-52.9.1-zh-TW.xpi 595728 BLAKE2B 
8e2f6bdb65418ae837cef54f042eb8aa8ae32e952cece4e3a5a8cd13a4ac99a56495b7cca900d7ecd10d82ab77ed334a8e27eba8d49aca066bd2bb7d7182deb4
 SHA512 
24f48563439450751066d49f609ac4df9d7e31d7cea36ce8f2ad8f38b04fc4d1be99d50463700c4ea2963948b0ec1c1b5323cada6a3b1480f1debe52d50c4f1e
-DIST thunderbird-60.5.3-ar.xpi 627181 BLAKE2B 
bcbbda6174b102f9110fe470a6ff338ba5b16d155344398538b806a886b8dbcea6ce05f7ca22f41354844d275fe513a25bedd3c4fc780cf9672872c81b000d59
 SHA512 
6aa8f6d06d03b790890d4bb38fe90bca4f5a2b93be327aa1bf149dcfd19b548f1007cbc938ce81421cb9e4f615582add43e4a81f3e325b4fe27c9fcd3facca33
-DIST thunderbird-60.5.3-ast.xpi 559643 BLAKE2B 
1fd59bcbf38fc70d7b7ec8d051c91253f054c238a1d4c21df05d31f036b56b01ce8b7eddea1aa45a21e4bfd86d879b5f1f86101e16e6c4badc96357e1422df97
 SHA512 
5008e084f9dc26caba3c04620063a85c7db2f2b89c2eaddd77edccf8f324ee054ca92eb080a364a61e3b73cd87a314a8d41e49f8f9b27e7601fd82e1f6f1c013
-DIST thunderbird-60.5.3-be.xpi 659079 BLAKE2B 
d9997d70653cc422fa8a3a1bb73076691eb39f059886849637535334536cc5947b28ee3a802d9c2d51e6c03fde952a28f52d15e10fe8627406947ac70cd20720
 SHA512 
6232ba35db14fb99856f09c9b66827640332abc09c78ef99938050e3adbc58d039318eca3a9f1f154a2a2c526796de3d355b5c5cd789b12168c993498bb67c9e
-DIST thunderbird-60.5.3-bg.xpi 669317 BLAKE2B 
2d5291c752de13714fd0a4373e43550fdec53e5ca26d7042167255854dcbf0c327b60df5037299d3a4e86224e33fad491ccd26952189c5420ff0d183487a8503
 SHA512 
c73f41e68e671172c877aa1a305360db7caa7894361c1d0ffb9d0e0b6b1c5c00958fdd4e4068c3bafee0da0152aa5f01f1aa115227331c5e6ebdb3b7be1f700c
-DIST thunderbird-60.5.3-br.xpi 580372 BLAKE2B 
3e0bd00b75411e63faa49665d9effbbcf2286a3595b2fd04f313cfa9589990de170f028db600422cd1738a4df722722c8125ccf0e172a6cb420236436c8f37f2
 SHA512 
9a17707c485c3bb8203ca7daf50ed7fe36b08376fb454d3fef958dc86c10f2f898fc534b5366cf39187740d8ced3be456ad18af9da684ff7425339630dab920e
-DIST thunderbird-60.5.3-ca.xpi 591971 BLAKE2B 
c00610d637419eb909ed07fe0d87ebeba7aa03eece0c9b6cb8dbc5a8f9ffe34131858a6cbb07a124993f5d79be562fdd3e4be787bc150e379d32b9be5921a541
 SHA512 
39489e3a9c000572f8e7e36e2384f03169df30ea84dba5890260975cd99bc831f2cc9c2325b8aec64749b48f2ee8d08c803c8f637ed7ad8ed7fc70d6ce797b6b
-DIST thunderbird-60.5.3-cs.xpi 611203 BLAKE2B 
0a331732009cddbaedb93d4a1cacee3762a562e18e542a442f55f3ae8ed6bedd59a5ce5b099f15e6a97b6baf05ec3c8a67fe2ada6ce4807e5da4df53124b44ae
 SHA512 
d83e19d7a89ddc162fac3ebf71cb0c1213ed259788549fe3e75891eb8781304f9ed238e9b64133bc69d222f54b2ee4bdd7c5b4fe2eeabb98e8dc8bd5d1c93574
-DIST thunderbird-60.5.3-cy.xpi 586039 BLAKE2B 
2e969443daa6ea9aef183ea46d53b1978d30712a6b85d73e796e2a94a06e6ffd3c2e99b7b9da49ebe84a36e1219bf37b408c071cbdd68cb9f997688d22e324e5
 SHA512 
9508ac8cac4c711bcaab9a41eebc4ac01c5fe09f2c501008643ae0b9df16fe9de0fb16a2a1362fb58732214232570f3578df6bab0cbb4a6e166e0dc92caf2934
-DIST thunderbird-60.5.3-da.xpi 570807 BLAKE2B 
72f4956929d549e33cae9506de26bde8de814fef9ce04495137c2b443ef9f3cfebdca409d388652f69e5240c35b9b4e58a49c46221dec8ae1f610f4729db6e8f
 SHA512 
c366a0d7940595c8b53e69ff961f5ed0580d291b89ecdc1db36ebd9da55153e951d790866a6f025e288856beda8fb43269d8576238a704bb651657af7ade6e7a
-DIST thunderbird-60.5.3-de.xpi 582575 BLAKE2B 
5613dea86e8c725a33a2255fe1dee2f014bcd9b7f1a0828457d30293a23f5e4ca22c3398afbfba9dd9c64d9ed7bf2b6ac55dc77148b9ee53ce6ee11d23473caf
 SHA512 
46c5405368ed6ed00c747a6449d815396a7fdae0bab5472e5b5c061acb3d8b5ffc7d08f776356a0b83bdddb77ed80bfb078253d5efdd56559838e11d4d90024d

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

2019-04-04 Thread Aaron Bauman
commit: 2db8f092d10637d0a1e43c4d098a00b547b4f9ad
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  4 19:28:19 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 19:28:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db8f092

mail-client/thunderbird: drop vulnerable wrt bug #681834

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

 mail-client/thunderbird/Manifest  | 110 
 mail-client/thunderbird/thunderbird-60.5.3.ebuild | 602 --
 mail-client/thunderbird/thunderbird-60.6.0.ebuild | 602 --
 3 files changed, 1314 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index d33f2f59587..f11b4c25a90 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,6 +1,4 @@
 DIST firefox-52.5-patches-02.tar.xz 15084 BLAKE2B 
538dd61dbb7b290add4782b323a62f9ab4dbc57326a9a085710d207752118c504eb030a8741c1eed2e281c8d18e5453210b1905d71439250caa588137bbc37d0
 SHA512 
b80f9acaf49226cd5c2864714826c5b0e7e918e94c31ec81521b90c47edbb88ea85faa34fc22791efefbcd3867ddc413c563de58ca0f8ce21e10a3858899efce
-DIST firefox-60.5-patches-01.tar.xz 13332 BLAKE2B 
53308d415369c6814504697ed9692023e636c42b58053867fd14e8edd94baa2777ed9f33e147f796d6fcd5f30c1d2258f9fd3247392e37a921a53f41a6903e92
 SHA512 
de24544c5aa8ade35e4e3e0fac10399f8eb44ea4bb9063b85bbcf2db12280d23ccc5fd29032f33f3723c0a0c3c2381429e2c19bd631e90615908b4f68f745a21
-DIST firefox-60.6-patches-01.tar.xz 14548 BLAKE2B 
412059a6db015fff0985e637768426f877b33bb6b649c54f1292780b9d871f8fe9bf8e6b150ec36ab3647b4501fa6aec821c089a5d6fa861402f05e948f1a9d4
 SHA512 
b97da7a7b65bbf53cb6b9f48fc6c07a32cefa9d4b4a79ce57df047f941f5269e21bf09fa56a5f31bbf757ed2d76f8a1fe01d2306c92d20cab979e0a21f895e64
 DIST firefox-60.6-patches-02.tar.xz 15788 BLAKE2B 
1be3fab620fcfa0e59d1ba4519577600e7cec4e1fe285bdce9a70e0c4464cb205850d39f8007b7ea1cb4eb3c019170fb66ec17911fcbaf26c50370a14e9bf087
 SHA512 
092ccdac1198eb775dc3dab05cd5e852b6b0c5d6557d58e54f86515f876f8ae025d872969331c482cd77317a8813a9f5926ea37d08af9d433246e2b5864d7cea
 DIST gdata-provider-3.3.tar.xz 85628 BLAKE2B 
2ccde620b181a2d8678f50d7107373886f3b2e7d1d1e8861c4e42602cedb02108d28e0bf5e5cd9e31474356b70cb99baa7870e20436bc72e25cd8a8fc1353d14
 SHA512 
ae0c0e6fd42d6e7088256ca8a4be5b0bac84b2f331b51afdc982354caef60b6ba631d4f76bfba7523000b49235c8f8c63704d90acf24b34b14696b709be9342b
 DIST gdata-provider-4.4.1.tar.xz 78728 BLAKE2B 
bfe04d714334c38c932d2186ffd859583176ef455b283534c5f8f9e1ab7dc13bdfb8c15db6007de482ab015afc2b8524aad725380bec75ee5f59ea81d6307ba9
 SHA512 
6c9b5ac41a1064bd1799d2a2f633c3064b27f1294ac3c8908cdef6c1d2eea7b602f2f7bf240b71f507fe9ad286588f030e12f49a41b3bed7bbcc99f3021369f9
@@ -64,114 +62,6 @@ DIST thunderbird-52.9.1-zh-CN.xpi 593611 BLAKE2B 
441b5332a08daca64282a8d4233c7d9
 DIST thunderbird-52.9.1-zh-TW.xpi 595728 BLAKE2B 
8e2f6bdb65418ae837cef54f042eb8aa8ae32e952cece4e3a5a8cd13a4ac99a56495b7cca900d7ecd10d82ab77ed334a8e27eba8d49aca066bd2bb7d7182deb4
 SHA512 
24f48563439450751066d49f609ac4df9d7e31d7cea36ce8f2ad8f38b04fc4d1be99d50463700c4ea2963948b0ec1c1b5323cada6a3b1480f1debe52d50c4f1e
 DIST thunderbird-52.9.1.source.tar.xz 230475264 BLAKE2B 
ec2763d21bf88779867f4478dfc544b5afbe1062ce51f09c1ecc423c3289f0cd91ae79bc87d726ae77d885290843631f36800fff18d802cd4a998966e7793b74
 SHA512 
0de80a5036b1e8a5a8549c546b4693cb285ee4d10f546f4b4aceed9e1d6c64b9dbafce7bacaaf057112130036f7b41fb2e0fa3343412140e6ac926dd94c27d23
 DIST thunderbird-60.0-patches-0.tar.xz 10292 BLAKE2B 
a81ac6708389baff21aac1511c1fc372324cac8bb3ee0f3b5d2a0690b6e22ef658b41c887b99168b43c4ea4bb0947d3e48ad9b7e80db558db22c976df868
 SHA512 
1dae465676b2ff4faae08ebf69e6bac46552bc0331659bf5f444c45b026e4c8d2fc46cd3758e3bd121716aa85d5dcc56de6483919f7f0077b9d9720574dbd1aa
-DIST thunderbird-60.5.3-ar.xpi 627181 BLAKE2B 
bcbbda6174b102f9110fe470a6ff338ba5b16d155344398538b806a886b8dbcea6ce05f7ca22f41354844d275fe513a25bedd3c4fc780cf9672872c81b000d59
 SHA512 
6aa8f6d06d03b790890d4bb38fe90bca4f5a2b93be327aa1bf149dcfd19b548f1007cbc938ce81421cb9e4f615582add43e4a81f3e325b4fe27c9fcd3facca33
-DIST thunderbird-60.5.3-ast.xpi 559643 BLAKE2B 
1fd59bcbf38fc70d7b7ec8d051c91253f054c238a1d4c21df05d31f036b56b01ce8b7eddea1aa45a21e4bfd86d879b5f1f86101e16e6c4badc96357e1422df97
 SHA512 
5008e084f9dc26caba3c04620063a85c7db2f2b89c2eaddd77edccf8f324ee054ca92eb080a364a61e3b73cd87a314a8d41e49f8f9b27e7601fd82e1f6f1c013
-DIST thunderbird-60.5.3-be.xpi 659079 BLAKE2B 
d9997d70653cc422fa8a3a1bb73076691eb39f059886849637535334536cc5947b28ee3a802d9c2d51e6c03fde952a28f52d15e10fe8627406947ac70cd20720
 SHA512 
6232ba35db14fb99856f09c9b66827640332abc09c78ef99938050e3adbc58d039318eca3a9f1f154a2a2c526796de3d355b5c5cd789b12168c993498bb67c9e
-DIST thunderbird-60.5.3-bg.xpi 669317 BLAKE2B 
2d5291c752de13714fd0a4373e43550fdec53e5ca26d7042167255854dcbf0c327b60df5037299d3a4e86224e33fad491ccd26952189c5420ff0d183487a8503
 SHA512 

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

2019-04-04 Thread Aaron Bauman
commit: e89aa3a6c1d3e66f3678c71bee446991d28c0c0e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  4 19:21:15 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 19:21:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89aa3a6

app-text/ghostscript-gpl: drop vulnerable wrt bug #668846

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

 app-text/ghostscript-gpl/Manifest  |   2 -
 .../ghostscript-gpl/ghostscript-gpl-9.25-r1.ebuild | 200 
 .../ghostscript-gpl/ghostscript-gpl-9.25.ebuild| 206 -
 3 files changed, 408 deletions(-)

diff --git a/app-text/ghostscript-gpl/Manifest 
b/app-text/ghostscript-gpl/Manifest
index 985436cf4f5..0c90c42ed8e 100644
--- a/app-text/ghostscript-gpl/Manifest
+++ b/app-text/ghostscript-gpl/Manifest
@@ -1,4 +1,2 @@
-DIST ghostscript-9.25.tar.xz 33027708 BLAKE2B 
7c6684898ef04bc5b6be8fec86adbf7b270107f4063b299175f5c08e5e7ace2468e1512a297464fda5695c830808916e6a0dd1202ca7e85b32cfd175d8cc2b18
 SHA512 
7a1c0b7546ed523f50c1452d4a1c13fcf043d6060fc9708bbc4b543f66ecb1b619b6e71998094ac702ef44a2fd159b6523271de19b1cae352981ef51fb637651
 DIST ghostscript-9.26.tar.xz 33059724 BLAKE2B 
7ccb9730db8ae056e67bf8d7fa097a4cb529605e12214ab81253d2d354d26c24e393c8bec2ecdb51a1fefe8443b8af47758705c2fb6b1dab59932140c5de07ca
 SHA512 
3ddb83029edf32282357bf606f4045a9ac73df6543cd423cfad09158ec12ada083a0dbb5aac3b73ae24cbc6c1e9d7574257a5c1fae63ba8776fbb00150ef2a3e
-DIST ghostscript-gpl-9.25-patchset-1.tar.xz 3716 BLAKE2B 
0a4c32b3d0c0152b0dc7c62bf2b0bc8e30a369c2aed7c7be4a231948123c2242ce96ae5b1fd485bdae84d7cde1be9f3b3a16831fe77dfbc7ac6cd28bb5e14442
 SHA512 
7ad9558b00cc11d0872b32d2f1430d2e47730a2360c79d88299c87f8d6d4c15adb5c679ebdcaf50c58d9051c6a1d6f6873e4d81aadfbf3ce202ad94b6dc8981f
 DIST ghostscript-gpl-9.26-patchset-1.tar.xz 3716 BLAKE2B 
0a4c32b3d0c0152b0dc7c62bf2b0bc8e30a369c2aed7c7be4a231948123c2242ce96ae5b1fd485bdae84d7cde1be9f3b3a16831fe77dfbc7ac6cd28bb5e14442
 SHA512 
7ad9558b00cc11d0872b32d2f1430d2e47730a2360c79d88299c87f8d6d4c15adb5c679ebdcaf50c58d9051c6a1d6f6873e4d81aadfbf3ce202ad94b6dc8981f

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.25-r1.ebuild 
b/app-text/ghostscript-gpl/ghostscript-gpl-9.25-r1.ebuild
deleted file mode 100644
index 29eea9194c5..000
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.25-r1.ebuild
+++ /dev/null
@@ -1,200 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic toolchain-funcs
-
-DESCRIPTION="Interpreter for the PostScript language and PDF"
-HOMEPAGE="https://ghostscript.com/;
-
-MY_P=${P/-gpl}
-PVM=$(ver_cut 1-2)
-PVM_S=$(ver_rs 1-2 "")
-
-MY_PATCHSET=1
-
-SRC_URI="
-   
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PVM_S}/${MY_P}.tar.xz
-   
https://dev.gentoo.org/~dilfridge/distfiles/${P}-patchset-${MY_PATCHSET}.tar.xz
-"
-
-LICENSE="AGPL-3 CPL-1.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="cups dbus gtk l10n_de static-libs tiff unicode X"
-
-LANGS="ja ko zh-CN zh-TW"
-for X in ${LANGS} ; do
-   IUSE="${IUSE} l10n_${X}"
-done
-
-DEPEND="
-   app-text/libpaper
-   media-libs/fontconfig
-   >=media-libs/freetype-2.4.9:2=
-   media-libs/jbig2dec
-   >=media-libs/lcms-2.6:2
-   >=media-libs/libpng-1.6.2:0=
-   >=media-libs/openjpeg-2.1.0:2=
-   >=sys-libs/zlib-1.2.7
-   virtual/jpeg:0
-   cups? ( >=net-print/cups-1.3.8 )
-   dbus? ( sys-apps/dbus )
-   gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) )
-   unicode? ( net-dns/libidn:= )
-   tiff? ( >=media-libs/tiff-4.0.1:0= )
-   X? ( x11-libs/libXt x11-libs/libXext )
-"
-BDEPEND="virtual/pkgconfig"
-RDEPEND="${DEPEND}
-   app-text/poppler-data
-   >=media-fonts/urw-fonts-2.4.9
-   l10n_ja? ( media-fonts/kochi-substitute )
-   l10n_ko? ( media-fonts/baekmuk-fonts )
-   l10n_zh-CN? ( media-fonts/arphicfonts )
-   l10n_zh-TW? ( media-fonts/arphicfonts )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-no-gtk3.patch" # bug 668160
-)
-
-src_prepare() {
-   # apply various patches, many borrowed from Fedora
-   # http://pkgs.fedoraproject.org/cgit/ghostscript.git
-   eapply "${WORKDIR}/patches/"*.patch
-   default
-
-   # remove internal copies of various libraries
-   rm -r cups/libs || die
-   rm -r freetype || die
-   rm -r jbig2dec || die
-   rm -r jpeg || die
-   rm -r lcms2mt || die
-   rm -r libpng || die
-   rm -r tiff || die
-   rm -r zlib || die
-   rm -r openjpeg || die
-   # remove internal CMaps (CMaps from poppler-data are used instead)
-   rm -r Resource/CMap || die
-
-   if ! use gtk ; then
-   sed -e "s:\$(GSSOX)::" \
-   -e 

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

2019-04-04 Thread Aaron Bauman
commit: 0b0c61975edd81326351e68b149363b7e0043baf
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  4 19:12:46 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  4 19:14:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0c6197

dev-libs/libmspack: drop vulnerable wrt bug #669280

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

 dev-libs/libmspack/Manifest |  3 --
 dev-libs/libmspack/libmspack-0.6_alpha.ebuild   | 55 -
 dev-libs/libmspack/libmspack-0.7.1_alpha.ebuild | 65 -
 dev-libs/libmspack/libmspack-0.8_alpha.ebuild   | 63 
 4 files changed, 186 deletions(-)

diff --git a/dev-libs/libmspack/Manifest b/dev-libs/libmspack/Manifest
index b30d47a2ead..fa7a18545ea 100644
--- a/dev-libs/libmspack/Manifest
+++ b/dev-libs/libmspack/Manifest
@@ -1,4 +1 @@
-DIST libmspack-0.6alpha.tar.gz 476992 BLAKE2B 
3ff510e108e12741b661a4960f204ce268572f79917d4ec18e105d09cee3f515d76e02a2432717ad6c2118c7eb191b51902ce86e3c5b441ee269740816b2a392
 SHA512 
7ba4a584d335c2d703628a3c179bc0d323574632357cdfe04622f960dcc4ef970b5739799397b6802d44a312f7ed9d589b4be223facf044bbfdbfd76d9c7405d
-DIST libmspack-0.7.1alpha.tar.gz 486840 BLAKE2B 
f97abba7b261cced6e5c500c50243920c44ae8bc245e54386c4568e17989f2bad2c3316d83ebbd75220b50b09ed4ded156965e9aa430bd207aaa6b7c6218d800
 SHA512 
e903629a34c29099a261a108e4eb9cda485ab999bbc3383e3cd6a39715077d00b26a1c641b0f3df0eef60d2e15a7ef623379df0cfe25b99d4eda080529ffec7b
-DIST libmspack-0.8alpha.tar.gz 488869 BLAKE2B 
346609f86e1668f012794c89704991d9e1c206f73f47febcc6c32b6523819f00bf13aeafb250611b73ab8eb25764a6ada0cecaf138452ece64674784aeaeaedd
 SHA512 
d178afc4d2eded204594c81af1c91be17d3be4f1a09829e08c103023aa7badc6b2595e9ec13cc7f77e3262d2cd874ed40ce6da01695c5c839682562740d2bf0a
 DIST libmspack-0.9.1alpha.tar.gz 494651 BLAKE2B 
4543215efbcac9cd2703cd56f2297645463831cc2dfa6b38d87c5f48f39676347bb20739e0e389e021983d910b9be99bfd369fb30d36090f3f72f09532d6bd1d
 SHA512 
4e39c2be8768c5c0b0d0798c9322ff022173f5e05af1636c18541bbc9f58c1ae1af59252d5631340fca601495c5b1e5abed0ad83481387421d2df5efb75cd49a

diff --git a/dev-libs/libmspack/libmspack-0.6_alpha.ebuild 
b/dev-libs/libmspack/libmspack-0.6_alpha.ebuild
deleted file mode 100644
index d7c6bfb768c..000
--- a/dev-libs/libmspack/libmspack-0.6_alpha.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib-minimal
-
-MY_PV="${PV/_alpha/alpha}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="A library for Microsoft compression formats"
-HOMEPAGE="https://www.cabextract.org.uk/libmspack/;
-SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86"
-IUSE="debug doc static-libs utils"
-
-DEPEND=""
-RDEPEND="
-   utils? ( !app-arch/mscompress )
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-tests.patch"
-)
-
-S="${WORKDIR}/${MY_P}"
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable debug) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_test() {
-   if multilib_is_native_abi; then
-   default
-   cd "${S}"/test && "${BUILD_DIR}"/test/cabd_test || die
-   fi
-}
-
-multilib_src_install_all() {
-   DOCS=(AUTHORS ChangeLog NEWS README TODO)
-   prune_libtool_files --all
-   use doc && HTML_DOCS=(doc/*)
-   default_src_install
-   if use doc; then
-   rm "${ED}"/usr/share/doc/"${PF}"/html/{Makefile*,Doxyfile*} || 
die
-   fi
-   if ! use utils; then
-   rm "${ED}"/usr/bin/* || die
-   fi
-}

diff --git a/dev-libs/libmspack/libmspack-0.7.1_alpha.ebuild 
b/dev-libs/libmspack/libmspack-0.7.1_alpha.ebuild
deleted file mode 100644
index 4a10f210590..000
--- a/dev-libs/libmspack/libmspack-0.7.1_alpha.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools multilib-minimal
-
-MY_PV="${PV/_alpha/alpha}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="A library for Microsoft compression formats"
-HOMEPAGE="https://www.cabextract.org.uk/libmspack/;
-SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ia64 ~ppc ppc64 ~sparc x86"
-IUSE="debug doc static-libs utils"
-
-DEPEND=""
-RDEPEND="
-   utils? ( !app-arch/mscompress )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-fix-parallel-build.patch )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-
-   eautoreconf
-
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable debug) \
-   $(use_enable static-libs static)
-}
-

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

2019-04-04 Thread Ian Whyman
commit: c882273d025ee04adbd45d6cbbd1ccb07e35e0d1
Author: Ian Whyman  gentoo  org>
AuthorDate: Thu Apr  4 19:13:18 2019 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Thu Apr  4 19:13:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c882273d

net-misc/gerbera: Version bump

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

 net-misc/gerbera/Manifest  | 2 +-
 net-misc/gerbera/{gerbera-1.3.0-r1.ebuild => gerbera-1.3.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/gerbera/Manifest b/net-misc/gerbera/Manifest
index 227564a9a01..4139220e1d2 100644
--- a/net-misc/gerbera/Manifest
+++ b/net-misc/gerbera/Manifest
@@ -1,2 +1,2 @@
 DIST gerbera-1.2.0.tar.gz 2910704 BLAKE2B 
b0d0f52dcfbcefe09d96e6b63a73005fb069176fb42af16cf9a4729742988d5c5a0b68109ab50b93ba65ec604c3ced7a827fb75300d6c3409bdde77e18346589
 SHA512 
5472136b0605e4cc9645219ab9fbe9ae4240a4b80f52fc611456cef0336a7eac8136448132f30fab04655d4bdb0f85f5a37e92e2830ec976f71c6b294935e1dc
-DIST gerbera-1.3.0.tar.gz 2799974 BLAKE2B 
b062b554552a58e3c71b18d189e4c1e6a59be4150ab3f2c22ba1e2186ca55a181a4037694e79803ebd5e877f3c75e55fe09665b06ec64374fe418082dc22fa7d
 SHA512 
1afebd865a226ac13f82fb97381015d7875c1bebd9186e793acd8d715ac049e0502e60e4696a53b9d23d9dbccb4758889e1b3638fb53aeede3796c3264a01434
+DIST gerbera-1.3.1.tar.gz 2803481 BLAKE2B 
b6fef9b2f5904eb778279e2e8ff1f9b3cc53713142390c67d68d86d80893957aa55309c23df878766a188c2917bc33b2788d153317d9ef1ce60e96a452039e18
 SHA512 
dbac60300d2f3e0b7eb520c9cb3026be3a4e1e4a3e1f5a1c6ddb2279ffe7c30ed5c1a59373f0d9e43de2cec751a5ff6644c3af53f866fc6a54f549ae934a26e1

diff --git a/net-misc/gerbera/gerbera-1.3.0-r1.ebuild 
b/net-misc/gerbera/gerbera-1.3.1.ebuild
similarity index 97%
rename from net-misc/gerbera/gerbera-1.3.0-r1.ebuild
rename to net-misc/gerbera/gerbera-1.3.1.ebuild
index fcdb0195c5e..1b1129c4725 100644
--- a/net-misc/gerbera/gerbera-1.3.0-r1.ebuild
+++ b/net-misc/gerbera/gerbera-1.3.1.ebuild
@@ -84,7 +84,7 @@ src_install() {
newconfd "${FILESDIR}/${PN}-1.0.0.confd" "${PN}"
 
insinto /etc/${PN}
-   newins "${FILESDIR}/${P}.config" config.xml
+   newins "${FILESDIR}/${PN}-1.3.0.config" config.xml
fperms 0640 /etc/${PN}/config.xml
fowners root:gerbera /etc/${PN}/config.xml
 



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

2019-04-04 Thread Mikle Kolyada
commit: 8c676221dd9e86c40278972ef9057d10cd024011
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  4 16:33:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  4 16:33:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c676221

media-sound/mpd: Drop old

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

 media-sound/mpd/Manifest|   1 -
 media-sound/mpd/files/mpd-0.20.21.logrotate |   9 -
 media-sound/mpd/files/mpd-0.20.4.init   |  32 
 media-sound/mpd/mpd-0.20.21-r1.ebuild   | 270 
 4 files changed, 312 deletions(-)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index 7d91ef5b0ab..c76b3209bf9 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,4 +1,3 @@
-DIST mpd-0.20.21.tar.xz 800476 BLAKE2B 
0c807ae8d79abd9400aa417b516c709073b23390aeed2b385c716e20f8c4f93376a235b54fe5f5cfcd451b04c76e105b41acbd180d294281432d4d1b6a427a15
 SHA512 
d44fb326ea6213ecf46721ca81efdfffaec4faa5a66e627185fd5ab7c4f0c5a380f4d04aed5c2909746a37b33987cb61f62dc2d747365da06629fbb78bf7c7d6
 DIST mpd-0.21.4.tar.xz 663648 BLAKE2B 
c9226d2b02b1035091d3af535c269aec3fead779bf17d95b858706affb84089ca85250452884ed5ee96008724735abf80cdfa4d2de14d9928748284d753a4638
 SHA512 
454fde206f98f89a58ac773037963ac895ee6ce3e7d1032c49b980a3bfbbb69782a62900a5c09e4b39f24b2d1bcd380d7b520935563dd3b8d02f701389389ca7
 DIST mpd-0.21.5.tar.xz 667624 BLAKE2B 
d4de4c55306a42caf4f79ee469db2037c0217563d50d7a4ed349d0c2c61cab1c6e519da96f552f38692bedf18ffbdb2032ae0a3314a05b2f2461c2da526f85e5
 SHA512 
b3a938f43cd554e0e761890ca7ea910e21b8f98f54f5bfceb0efcbef4df46db0d110d1bbc24a233021b463e3424d6246c1013f5a6ebdfc85a418008d49ced7a4
 DIST mpd-0.21.6.tar.xz 669272 BLAKE2B 
ffd50c35e431791503e5d0137abdb93beb42cf48f7638ac0f394d8c4198ce96f915220c92d078ce99cfe7c9866f8e35e58106b801a6d83cdf0a121442f12976a
 SHA512 
20e752a8db2f8ae0b2419b35018557c37a64c6baff25666ba35fce89cfd354e4df5064c25685791f3fcca7ba9e6e6acef0e4653c0c0ffafde2847085dc51b3fa

diff --git a/media-sound/mpd/files/mpd-0.20.21.logrotate 
b/media-sound/mpd/files/mpd-0.20.21.logrotate
deleted file mode 100644
index 55694c4531c..000
--- a/media-sound/mpd/files/mpd-0.20.21.logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/lib/mpd/log {
-   missingok
-   weekly
-   delaycompress
-   compress
-   postrotate
-   /etc/init.d/mpd reload
-   endscript
-}

diff --git a/media-sound/mpd/files/mpd-0.20.4.init 
b/media-sound/mpd/files/mpd-0.20.4.init
deleted file mode 100644
index 0a4c61677bc..000
--- a/media-sound/mpd/files/mpd-0.20.4.init
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-: CFGFILE=${CFGFILE:=/etc/mpd.conf}
-
-depend() {
-   need localmount
-   use net netmount nfsmount alsasound esound pulseaudio
-   config ${CFGFILE}
-}
-
-get_config() {
-   x=$1
-   test -e ${CFGFILE} || return 1
-   sed -n \
- -e '/^[ \t]*'${x}'/{s:^[ \t]*'${x}'[ \t]\+"\?\([^#"]\+\)[^"]*"\?$:\1: 
; p }' \
- ${CFGFILE}
-}
-
-extra_started_commands='reload'
-command=/usr/bin/mpd
-command_args=${CFGFILE}
-required_files=${CFGFILE}
-pidfile=$(get_config pid_file)
-description="Music Player Daemon"
-
-reload() {
-   ebegin "Reloading ${SVCNAME}"
-   kill -HUP `cat ${pidfile}`
-   eend $?
-}

diff --git a/media-sound/mpd/mpd-0.20.21-r1.ebuild 
b/media-sound/mpd/mpd-0.20.21-r1.ebuild
deleted file mode 100644
index a4f1962c0a1..000
--- a/media-sound/mpd/mpd-0.20.21-r1.ebuild
+++ /dev/null
@@ -1,270 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic linux-info systemd user
-
-DESCRIPTION="The Music Player Daemon (mpd)"
-HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD;
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sh x86 ~x86-fbsd ~x64-macos"
-IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug +eventfd expat faad
-   +fifo +ffmpeg flac fluidsynth gme +icu +id3tag +inotify +ipv6 jack
-   lame mms libav libmpdclient libsamplerate libsoxr +mad mikmod modplug
-   mpg123 musepack +network nfs ogg openal opus oss pipe pulseaudio 
recorder
-   samba selinux sid +signalfd sndfile soundcloud sqlite systemd tcpd 
twolame
-   unicode upnp vorbis wavpack wildmidi zeroconf zip zlib webdav"
-
-OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
-DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
-   modplug mpg123 musepack ogg flac sid vorbis wavpack wildmidi"
-ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
-
-REQUIRED_USE="
-   || ( 

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

2019-04-04 Thread Mikle Kolyada
commit: ed8262086860a0f7dbe4406f96a73e3d02b1e2c6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  4 16:12:01 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  4 16:12:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed826208

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

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

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

diff --git a/dev-util/pycharm-professional/Manifest 
b/dev-util/pycharm-professional/Manifest
index 79a08c71685..76399385ad0 100644
--- a/dev-util/pycharm-professional/Manifest
+++ b/dev-util/pycharm-professional/Manifest
@@ -1,3 +1,4 @@
 DIST pycharm-professional-2018.3.4.tar.gz 398325518 BLAKE2B 
27ff339d2e8e3db0c94f7a1d8d9e1c740380f62d4b132dc37afb2e1cb4b6ccacdaf29e6caaf25aebd25e650c7a4d1a089b74b3cf1ee8d492722604b11644467a
 SHA512 
34f2461e0af1c18364e7414fe4f92fc34b1c82e17dd2db0c46b812909febb30e9aff26c1c363072f36facb6bbd6d186497fc02b6a7916c808dded63fc7350696
 DIST pycharm-professional-2018.3.5.tar.gz 398296895 BLAKE2B 
281fb2c28e556a98e90be37e82fc39d5ed3d50416f1bb519b1a9273880e952faa5a3a85eb1b90928ccb4ad45684fa9be715788ae412b74b4ac287b45bf5458a4
 SHA512 
2d84368d3058856024f289084d506d92711a369b79d582b9c53b6941514e3089604bac8dc9c5be0a7d15b483bd74e4e1cf2d60cb5f61e3c9755a98091003f42d
+DIST pycharm-professional-2019.1.1.tar.gz 433810320 BLAKE2B 
baba76f893ca92990241de495f0a00029a135b890aeca067fdb699ffc6f4e7042487ada452f7fb793731b0ec303f0e73baf2c76da8e0821edcf195c210958b74
 SHA512 
d4419fbef02e3c8a6c3820da56f089a5630ac2c94dc701854f0ea03a5797f7489db6613a8426cf89a4c6c5259b44d589846b04e36051e44641845a32d81b368e
 DIST pycharm-professional-2019.1.tar.gz 431555873 BLAKE2B 
c222d81a342055111455b749100392b17409c998d539bb3d64d4d51d155df07062f05057194c79da9ccaf00888e0238731f94651fbae8e92d11ae6fd8e5d3f6d
 SHA512 
20b60f9c97cf3e8b31534c79775a2cff4a9a1281faa75cc7eb236f860a315b0c1d232356b648778499ebc5ab49cc737911a7e1d316d6f375d865ee9e5042b7f3

diff --git a/dev-util/pycharm-professional/pycharm-professional-2019.1.1.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2019.1.1.ebuild
new file mode 100644
index 000..9196130c9fd
--- /dev/null
+++ b/dev-util/pycharm-professional/pycharm-professional-2019.1.1.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: dev-util/pycharm-community/

2019-04-04 Thread Mikle Kolyada
commit: 6cf7ae1041884d7cd78c96a75615244134ed23ce
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  4 16:13:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  4 16:13:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf7ae10

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

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

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

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 6659b13ea5e..de8aa9cf7b3 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,3 +1,4 @@
 DIST pycharm-community-2018.3.4.tar.gz 310736836 BLAKE2B 
2d43955b4d4299026c3fccd00c42e71b98c314d33857b1f81a84f365efde4b89d29b8c20826a3f89b6dc36fb293d867874edc75d68f5070516a27ccb68034cd2
 SHA512 
35b133b0db3b7fdbc4f08d0070de5aec8b3f170657c932e5c5c0af2e8c4be8b9e408558a0595794acd73e2ef5085295929b2a11013e6e72b852fead4ce572f60
 DIST pycharm-community-2018.3.5.tar.gz 311914955 BLAKE2B 
d4e1e2cc19a416d7f5ecc1ee181c0b6a4e29ee3577800f2426ec84a7a16f53992526b1df8e3ccd43ccbdeeb7f6521d579fad41d145ecfd24408d2d18b9b577d6
 SHA512 
a81c95397388b243a5b548e2b4bc54f1be3fdedd191c33a90f57a53002d90eb462d5fbc69b2fa88ccb35d8521cd1224e4491928e4c1810a2e7429a6ba6050d36
+DIST pycharm-community-2019.1.1.tar.gz 332489780 BLAKE2B 
2cc7dcbab5fa321e423991622b4e7c9e41c184312a4b3c3a8b900b1ea2436d9f6009e26ffca12f3335be8bb520941c6ac6b579f3e6f2fc0f1b148a9a00ab1868
 SHA512 
28d7a3353bec271f0a57bea3c44fc788a5b3a5215dff737ba293c2ce73509d06b217ee1615901c91e5895d61a58a2b696c50ae760b6b3a88b472f3746f28bcbf
 DIST pycharm-community-2019.1.tar.gz 330592651 BLAKE2B 
4165a1bd9cd63e70b9f982bca4324b2aa1db32bc73bf30e521ed5921eb4b03ffe98004d16600c1795cc974d5188c24a17c988c6b37a90a5d038b0492a692275a
 SHA512 
aa411f7354c7954d22e51246349b66a13cf0544a00ee92945ceb072f3636a020b0ee812a84d49c74e2121561af4f96e9fb6f7b26f69bc473c15ed15614fd16ab

diff --git a/dev-util/pycharm-community/pycharm-community-2019.1.1.ebuild 
b/dev-util/pycharm-community/pycharm-community-2019.1.1.ebuild
new file mode 100644
index 000..3bd1b2cb410
--- /dev/null
+++ b/dev-util/pycharm-community/pycharm-community-2019.1.1.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-04-04 Thread Mikle Kolyada
commit: 75d7cef3efc68cc7e535891fd81c634e41a51ced
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  4 16:08:08 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  4 16:08:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d7cef3

dev-util/pycharm-professional: Add missing dev-libs/libdbusmenu dependency

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

 dev-util/pycharm-professional/pycharm-professional-2019.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/pycharm-professional/pycharm-professional-2019.1.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2019.1.ebuild
index 4b028da13f8..9196130c9fd 100644
--- a/dev-util/pycharm-professional/pycharm-professional-2019.1.ebuild
+++ b/dev-util/pycharm-professional/pycharm-professional-2019.1.ebuild
@@ -14,6 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=virtual/jre-1.8
+   dev-libs/libdbusmenu
dev-python/pip"
 
 RESTRICT="mirror strip"



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

2019-04-04 Thread Mikle Kolyada
commit: faaf99e1c74f547787438352cf48e2f718cc289c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  4 16:06:41 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  4 16:08:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faaf99e1

dev-util/pycharm-community: Add missing dev-libs/libdbusmenu dependency

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

 dev-util/pycharm-community/pycharm-community-2019.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/pycharm-community/pycharm-community-2019.1.ebuild 
b/dev-util/pycharm-community/pycharm-community-2019.1.ebuild
index 476b12dea20..3bd1b2cb410 100644
--- a/dev-util/pycharm-community/pycharm-community-2019.1.ebuild
+++ b/dev-util/pycharm-community/pycharm-community-2019.1.ebuild
@@ -14,7 +14,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=virtual/jre-1.8
-dev-python/pip"
+   dev-libs/libdbusmenu
+   dev-python/pip"
 
 RESTRICT="mirror strip"
 



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

2019-04-04 Thread Louis Sautier
commit: ed33ba5b503ddb8fe67886badf9328f57bcae79f
Author: Louis Sautier  gentoo  org>
AuthorDate: Thu Apr  4 15:53:48 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Thu Apr  4 15:55:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed33ba5b

dev-python/pymediainfo: remove old

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

 dev-python/pymediainfo/Manifest|  2 -
 dev-python/pymediainfo/pymediainfo-2.3.0-r1.ebuild | 50 --
 dev-python/pymediainfo/pymediainfo-3.0.ebuild  | 48 -
 3 files changed, 100 deletions(-)

diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest
index 12e0f47c733..2d0e0d32e57 100644
--- a/dev-python/pymediainfo/Manifest
+++ b/dev-python/pymediainfo/Manifest
@@ -1,4 +1,2 @@
-DIST pymediainfo-2.3.0.tar.gz 423912 BLAKE2B 
2108627d7eb661a4329b46abdf6821c7f9af6d3817455edf884d3d96af534424ae434e28c061deca699e967913c40b609f72ffe38316811d4c7b09008de0bde2
 SHA512 
6ca616ac92f4e8ab71d8edcdd1208dc3dcf9a13f7c3dd2d401a4997c95222b4e559786678826f75b631c4c46913c9cb390126a5468714a7c417638d3a4468d32
-DIST pymediainfo-3.0.tar.gz 425428 BLAKE2B 
b56fa94f41096aff143d57c8f4175ce251d270e1d94f8464800eea2c4a5a952a466b962c646b0449d81ce2dd394c7bab1293eb358a33742631e51aead49e893b
 SHA512 
b6828065f8d4907e94a299e4b3d550b1aad6dfa335b5eaae73e51a9b9052a8c494960b95473b49c10bb4407d3f48db07c2457b2937464317d64997c380571bcd
 DIST pymediainfo-3.1.tar.gz 430689 BLAKE2B 
2abb8197ab8890617cb0cebf15001fefc5837c886c110f66852be56db6a2df851ec13b7dc76db40723cc920bf44ca87286446f451dc5c51b8998ee332a23cad8
 SHA512 
a2fd04977236190c18e62da9ec0110d9de9f31acaae448b40ce56f66d925d9e0e0d2015f7824d359ebbd8ec749c0ff812ee4ef77619827759c4c4fe708ab
 DIST pymediainfo-4.0.tar.gz 432284 BLAKE2B 
1159f48f28f0a3473327830e56a27fcd14dc9d9dceeac6f90d52a048229d87e97d3b88ef865eefe454c8cebf55148981b2e88127e863682e00992d56c2906048
 SHA512 
988f0d8a212bc5893925bd96a5b41a1a2c8e9508c747e7aa1106f3a065ad5707a7ed9de71264d74ba6637a2b8efbdeeed3677d779167bb90f643d40f81c5a74e

diff --git a/dev-python/pymediainfo/pymediainfo-2.3.0-r1.ebuild 
b/dev-python/pymediainfo/pymediainfo-2.3.0-r1.ebuild
deleted file mode 100644
index ffd76f0cf13..000
--- a/dev-python/pymediainfo/pymediainfo-2.3.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around the mediainfo library"
-HOMEPAGE="https://github.com/sbraz/pymediainfo;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   media-libs/libmediainfo
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/alabaster[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   # requires network access
-   py.test tests/test_pymediainfo.py -k "not MediaInfoURLTest" \
-   || die "tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pymediainfo/pymediainfo-3.0.ebuild 
b/dev-python/pymediainfo/pymediainfo-3.0.ebuild
deleted file mode 100644
index ea072cab56c..000
--- a/dev-python/pymediainfo/pymediainfo-3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around the mediainfo library"
-HOMEPAGE="https://github.com/sbraz/pymediainfo;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   media-libs/libmediainfo
-"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/alabaster[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs docs/_build/html || die
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() 

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

2019-04-04 Thread Louis Sautier
commit: c84e8439be0e1e4bd6a46b13966185791c8e44b9
Author: Louis Sautier  gentoo  org>
AuthorDate: Thu Apr  4 15:53:06 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Thu Apr  4 15:55:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84e8439

dev-python/pymediainfo: bump to 4.0

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

 dev-python/pymediainfo/Manifest   |  1 +
 dev-python/pymediainfo/pymediainfo-4.0.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest
index e3caf135c29..12e0f47c733 100644
--- a/dev-python/pymediainfo/Manifest
+++ b/dev-python/pymediainfo/Manifest
@@ -1,3 +1,4 @@
 DIST pymediainfo-2.3.0.tar.gz 423912 BLAKE2B 
2108627d7eb661a4329b46abdf6821c7f9af6d3817455edf884d3d96af534424ae434e28c061deca699e967913c40b609f72ffe38316811d4c7b09008de0bde2
 SHA512 
6ca616ac92f4e8ab71d8edcdd1208dc3dcf9a13f7c3dd2d401a4997c95222b4e559786678826f75b631c4c46913c9cb390126a5468714a7c417638d3a4468d32
 DIST pymediainfo-3.0.tar.gz 425428 BLAKE2B 
b56fa94f41096aff143d57c8f4175ce251d270e1d94f8464800eea2c4a5a952a466b962c646b0449d81ce2dd394c7bab1293eb358a33742631e51aead49e893b
 SHA512 
b6828065f8d4907e94a299e4b3d550b1aad6dfa335b5eaae73e51a9b9052a8c494960b95473b49c10bb4407d3f48db07c2457b2937464317d64997c380571bcd
 DIST pymediainfo-3.1.tar.gz 430689 BLAKE2B 
2abb8197ab8890617cb0cebf15001fefc5837c886c110f66852be56db6a2df851ec13b7dc76db40723cc920bf44ca87286446f451dc5c51b8998ee332a23cad8
 SHA512 
a2fd04977236190c18e62da9ec0110d9de9f31acaae448b40ce56f66d925d9e0e0d2015f7824d359ebbd8ec749c0ff812ee4ef77619827759c4c4fe708ab
+DIST pymediainfo-4.0.tar.gz 432284 BLAKE2B 
1159f48f28f0a3473327830e56a27fcd14dc9d9dceeac6f90d52a048229d87e97d3b88ef865eefe454c8cebf55148981b2e88127e863682e00992d56c2906048
 SHA512 
988f0d8a212bc5893925bd96a5b41a1a2c8e9508c747e7aa1106f3a065ad5707a7ed9de71264d74ba6637a2b8efbdeeed3677d779167bb90f643d40f81c5a74e

diff --git a/dev-python/pymediainfo/pymediainfo-4.0.ebuild 
b/dev-python/pymediainfo/pymediainfo-4.0.ebuild
new file mode 100644
index 000..6ea54279636
--- /dev/null
+++ b/dev-python/pymediainfo/pymediainfo-4.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around the mediainfo library"
+HOMEPAGE="https://github.com/sbraz/pymediainfo;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   media-libs/libmediainfo
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/alabaster[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # Skip a test which requires network access
+   pytest -vv tests/test_pymediainfo.py -k "not MediaInfoURLTest" \
+   || die "tests failed with ${EPYTHON}"
+}



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

2019-04-04 Thread Mike Gilbert
commit: b332d3b1da2383809a0bca285e3ed37feff434e2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr  4 15:48:27 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr  4 15:48:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b332d3b1

sys-apps/systemd: bump to 242_rc3

Closes: https://bugs.gentoo.org/682492
Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/Manifest   | 2 +-
 sys-apps/systemd/{systemd-242_rc2.ebuild => systemd-242_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index eff863d22c7..1251ddef58c 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,4 +1,4 @@
 DIST systemd-239-patches-2.tar.gz 33416 BLAKE2B 
9602d101cbac65d3b2490f28308e843c28fcaea848dd09005abef0da0bc79ba0766a1cbe7c3cac63f796accddf0295b4eb946e601a201f7e81a48bd1720051ca
 SHA512 
5f5a764d317c43c6b1854171a753eafaca006e12e4f91c81e6ba1d50e80bbbaca23c900fba417264bf9f0d827a73aca71a6da8f2a2043aaaefefed62f5a92b23
 DIST systemd-239.tar.gz 7157293 BLAKE2B 
975f6215c8bb6662d6e161f637e1fece22930c0190b3c31a8fc4cb1a10600546a252704ac95590d9d14e495fcd06082a590e6d755e36603a41b3a396d579d8b0
 SHA512 
fd44590dfd148504c5ed1e67521efce50d84b627b7fc77015fa95dfa76d7a42297c56cc89eff40181809732024b16d48f2a87038cf435e0c63bc2b95ecd86b0f
 DIST systemd-241.tar.gz 7640538 BLAKE2B 
69d7196fee0d0ad06ea8d7c78b0299cc17517ecce3ca4c0b1181a3fbb13bc2627629156785051e2ff427dcc21414f7a078724c6409ebaa431618e4799ebcd50a
 SHA512 
a7757574590e8aa37e1291ea0b2c5eb03a8d8062fe9462fa5b0bf50830c933e2b301d106c70d904f94afc0aa8e43a8acfd11926dfa25b1b89174580e491e545e
-DIST systemd-242-rc2.tar.gz 7816915 BLAKE2B 
3eb6bea6d780b99ead7811050e1ac1e881263df441186844fb4cb28ff2994c52148171332d34962c65834d08f82a80c3ac69ee4c63738fe06e1401f761ceb23e
 SHA512 
0864999fae72613902665d7c3feccf17bb6b5c505267c124278ac7f742201d4858a15801c90021735c7c137cce9b82da4f36a59a012889a7eabff44fad984dc2
+DIST systemd-242-rc3.tar.gz 7818751 BLAKE2B 
594555f3ecc39d29f57653614f8f03812cefc759a3faca3cab21aac79820e8851d70e94da7922a02dd0342ff3693c3007b0379cad40d049e55ba3a25c3b72e1c
 SHA512 
89471959adfe8b80f8ae8993463cecbcb4c7115f2bf36d256eff1a1bbbe10ac6ce4301763f98594ee8faf547ec1187ff872b1bed0207e092e300345af92baaad

diff --git a/sys-apps/systemd/systemd-242_rc2.ebuild 
b/sys-apps/systemd/systemd-242_rc3.ebuild
similarity index 100%
rename from sys-apps/systemd/systemd-242_rc2.ebuild
rename to sys-apps/systemd/systemd-242_rc3.ebuild



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

2019-04-04 Thread Mike Gilbert
commit: 99401396dd0ae8cee0c5dde7137ac751142e8558
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr  4 15:27:32 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr  4 15:27:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99401396

sys-apps/systemd: fixup save_enabled_units

Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/systemd-242_rc2.ebuild | 3 ++-
 sys-apps/systemd/systemd-.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-apps/systemd/systemd-242_rc2.ebuild 
b/sys-apps/systemd/systemd-242_rc2.ebuild
index 0be24409401..bbb07c49e43 100644
--- a/sys-apps/systemd/systemd-242_rc2.ebuild
+++ b/sys-apps/systemd/systemd-242_rc2.ebuild
@@ -393,7 +393,8 @@ migrate_locale() {
 }
 
 save_enabled_units() {
-   [[ -z ${ROOT} ]] || return
+   ENABLED_UNITS=()
+   type systemctl &>/dev/null || return
for x; do
if systemctl --quiet --root="${ROOT:-/}" is-enabled "${x}"; then
ENABLED_UNITS+=( "${x}" )

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 0be24409401..bbb07c49e43 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -393,7 +393,8 @@ migrate_locale() {
 }
 
 save_enabled_units() {
-   [[ -z ${ROOT} ]] || return
+   ENABLED_UNITS=()
+   type systemctl &>/dev/null || return
for x; do
if systemctl --quiet --root="${ROOT:-/}" is-enabled "${x}"; then
ENABLED_UNITS+=( "${x}" )



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

2019-04-04 Thread Matthias Maier
commit: 01e6609cc66e8259d1b39f455f8c696aac3feda8
Author: Anselm Busse  outlook  com>
AuthorDate: Thu Apr  4 08:06:01 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Apr  4 14:55:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e6609c

app-emulation/libvirt: fixes dependency on incompatible net-analyzer/gnu-netcat 
and net-analyzer/netcat

Closes: https://bugs.gentoo.org/682494
Closes: https://github.com/gentoo/gentoo/pull/11583
Signed-off-by: Anselm Busse  outlook.com>
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/libvirt/libvirt-4.9.0.ebuild| 6 +-
 app-emulation/libvirt/libvirt-5.0.0-r1.ebuild | 6 +-
 app-emulation/libvirt/libvirt-5.1.0.ebuild| 6 +-
 app-emulation/libvirt/libvirt-.ebuild | 6 +-
 4 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-4.9.0.ebuild 
b/app-emulation/libvirt/libvirt-4.9.0.ebuild
index 5d4906ba113..95b5a3438d7 100644
--- a/app-emulation/libvirt/libvirt-4.9.0.ebuild
+++ b/app-emulation/libvirt/libvirt-4.9.0.ebuild
@@ -57,11 +57,7 @@ RDEPEND="
dev-libs/libgcrypt:0
dev-libs/libnl:3
>=dev-libs/libxml2-2.7.6
-   || (
-   >=net-analyzer/gnu-netcat-0.7.1-r3
-   >=net-analyzer/netcat-110-r9
-   >=net-analyzer/openbsd-netcat-1.105-r1
-   )
+   >=net-analyzer/openbsd-netcat-1.105-r1
>=net-libs/gnutls-1.0.25:0=
net-libs/libssh2
net-libs/libtirpc

diff --git a/app-emulation/libvirt/libvirt-5.0.0-r1.ebuild 
b/app-emulation/libvirt/libvirt-5.0.0-r1.ebuild
index f5e5d7d5dde..dd115c7a957 100644
--- a/app-emulation/libvirt/libvirt-5.0.0-r1.ebuild
+++ b/app-emulation/libvirt/libvirt-5.0.0-r1.ebuild
@@ -56,11 +56,7 @@ RDEPEND="
dev-libs/libgcrypt:0
dev-libs/libnl:3
>=dev-libs/libxml2-2.7.6
-   || (
-   >=net-analyzer/gnu-netcat-0.7.1-r3
-   >=net-analyzer/netcat-110-r9
-   >=net-analyzer/openbsd-netcat-1.105-r1
-   )
+   >=net-analyzer/openbsd-netcat-1.105-r1
>=net-libs/gnutls-1.0.25:0=
net-libs/libssh2
net-libs/libtirpc

diff --git a/app-emulation/libvirt/libvirt-5.1.0.ebuild 
b/app-emulation/libvirt/libvirt-5.1.0.ebuild
index 1f96bf5f51a..d0b9652fb37 100644
--- a/app-emulation/libvirt/libvirt-5.1.0.ebuild
+++ b/app-emulation/libvirt/libvirt-5.1.0.ebuild
@@ -56,11 +56,7 @@ RDEPEND="
dev-libs/libgcrypt:0
dev-libs/libnl:3
>=dev-libs/libxml2-2.7.6
-   || (
-   >=net-analyzer/gnu-netcat-0.7.1-r3
-   >=net-analyzer/netcat-110-r9
-   >=net-analyzer/openbsd-netcat-1.105-r1
-   )
+   >=net-analyzer/openbsd-netcat-1.105-r1
>=net-libs/gnutls-1.0.25:0=
net-libs/libssh2
net-libs/libtirpc

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index 7d5151b6d96..39626cb3fae 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -56,11 +56,7 @@ RDEPEND="
dev-libs/libgcrypt:0
dev-libs/libnl:3
>=dev-libs/libxml2-2.7.6
-   || (
-   >=net-analyzer/gnu-netcat-0.7.1-r3
-   >=net-analyzer/netcat-110-r9
-   >=net-analyzer/openbsd-netcat-1.105-r1
-   )
+   >=net-analyzer/openbsd-netcat-1.105-r1
>=net-libs/gnutls-1.0.25:0=
net-libs/libssh2
net-libs/libtirpc



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

2019-04-04 Thread Matthew Thode
commit: 1b8a267cb717a535563f8c3d54753d5b98656b3f
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:45:13 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:47:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8a267c

sys-cluster/swift: add doc support

Thanks Hank Leininger for the patch
Fixes: https://bugs.gentoo.org/682478

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

 sys-cluster/swift/{swift-2.21.0.ebuild => swift-2.21.0-r1.ebuild} | 7 ++-
 sys-cluster/swift/swift-2019.1..ebuild| 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/swift/swift-2.21.0.ebuild 
b/sys-cluster/swift/swift-2.21.0-r1.ebuild
similarity index 96%
rename from sys-cluster/swift/swift-2.21.0.ebuild
rename to sys-cluster/swift/swift-2.21.0-r1.ebuild
index d96686a8d7f..ec5ee0cd41e 100644
--- a/sys-cluster/swift/swift-2.21.0.ebuild
+++ b/sys-cluster/swift/swift-2.21.0-r1.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="proxy account container object +memcached"
+IUSE="account container doc +memcached object proxy"
 REQUIRED_USE="|| ( proxy account container object )"
 
 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
@@ -109,6 +109,11 @@ python_install_all() {
newins "etc/object-expirer.conf-sample" "object-expirer.conf"
fi
 
+   if use doc; then
+   doman doc/manpages/*
+   dodoc -r doc/{s3api,saio,source}
+   fi
+
fowners root:swift "/etc/swift" || die "fowners failed"
fperms 0750 /etc/swift
 }

diff --git a/sys-cluster/swift/swift-2019.1..ebuild 
b/sys-cluster/swift/swift-2019.1..ebuild
index d96686a8d7f..ec5ee0cd41e 100644
--- a/sys-cluster/swift/swift-2019.1..ebuild
+++ b/sys-cluster/swift/swift-2019.1..ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="proxy account container object +memcached"
+IUSE="account container doc +memcached object proxy"
 REQUIRED_USE="|| ( proxy account container object )"
 
 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
@@ -109,6 +109,11 @@ python_install_all() {
newins "etc/object-expirer.conf-sample" "object-expirer.conf"
fi
 
+   if use doc; then
+   doman doc/manpages/*
+   dodoc -r doc/{s3api,saio,source}
+   fi
+
fowners root:swift "/etc/swift" || die "fowners failed"
fperms 0750 /etc/swift
 }



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

2019-04-04 Thread Matthew Thode
commit: 52249b4fd90da666bb90ce3aa2bc1b9ade89920d
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:29:59 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52249b4f

app-crypt/acme: 0.33.0 bump

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

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

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index 2bb930b0466..7e612162e2a 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-0.31.0.tar.gz 1267960 BLAKE2B 
4097a3d278d86589e7273c3f5c4f809f0a5777319856a2aea27233ee99eadf2e7c075c5400970be6a2f11032e54457c9705ef45b85e9d158bc04c7761e59a23a
 SHA512 
9202800649691e9b2d6b4c898b975d11ef3aba8f34903c93a11eafa5300f64c939547cfbbe34ac664de293d2540b143f14d3117969e4a6dfc55d624cfae44fea
 DIST certbot-0.32.0.tar.gz 1284873 BLAKE2B 
c3fa538de87b67680a7bc7465d77ab2947606aec4def3717b5d942c83254ff758d751e137bfe33cb6f9362a11a9bad7fba0337927b638f3af7ddf304d408c447
 SHA512 
fa61e975d2ce09efa3570118f220cd9f9d2fc8d5ab408feb4c4e50bfa795cb28be6c7a78497fb10bc91e577e908126988197ae5d016be4823c5c4ddb68cbf5a4
+DIST certbot-0.33.0.tar.gz 1303989 BLAKE2B 
7417e72592e15fd7969aed4c60a799caaeedfe66af3b2e60f364677bbf7ba5dde6e597e89a07036b61e63975b402e3de81fb116ee4861061357160284fcc7821
 SHA512 
4a653e5e7b62d938a46421df509063a3aedf978b73cf3b44088408bf3c48b70c70fe595c449fe9df54e5724c2d5c03357be434b305f5378eaa8261f811678133

diff --git a/app-crypt/acme/acme-0.33.0.ebuild 
b/app-crypt/acme/acme-0.33.0.ebuild
new file mode 100644
index 000..8a9d37f4aec
--- /dev/null
+++ b/app-crypt/acme/acme-0.33.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   S=${WORKDIR}/certbot-${PV}/acme
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of the ACME protocol"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/cryptography-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.13.1[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10[${PYTHON_USEDEP}]
+   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+   >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   nosetests -w ${PN} || die
+}



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

2019-04-04 Thread Matthew Thode
commit: 4f27943e49991907def81384bec189fc4678ec86
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  2 19:09:19 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f27943e

sys-block/tgt: 1.0.76 bump

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

 sys-block/tgt/Manifest  |  1 +
 sys-block/tgt/tgt-1.0.76.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/sys-block/tgt/Manifest b/sys-block/tgt/Manifest
index e7354d61020..e07b28d3dad 100644
--- a/sys-block/tgt/Manifest
+++ b/sys-block/tgt/Manifest
@@ -2,3 +2,4 @@ DIST tgt-1.0.72.tar.gz 296698 BLAKE2B 
6625bf87b37f4683aaf0c29264e69e400c6d238c9e
 DIST tgt-1.0.73.tar.gz 296814 BLAKE2B 
a3c81c00f716678aa9388f6a4562bd0b6fe0e2c705aee9655f942ffafae4bab3bbbaff521a8b7aefab208a354e0c1c617b85cdd08247a77d1026d0482d2b6528
 SHA512 
e6410f16c54f71d9a33d511438169a0ca305a7b9a9dd6abbaae9f0b31c18223fa1f3a11b575322d3bb94df129b4f9b186079a7d7cbd27e31734151154edab1da
 DIST tgt-1.0.74.tar.gz 297109 BLAKE2B 
8ad439a1df437b87a6bf94a8c0403c4ae26a6b77ddc3b44758134199efa5b55dafd09cd2ac3f1b12abc3a77077dffdcab1e9b2aa0a97fcd2e2c19ba24a5cd9cf
 SHA512 
aa905b44a3495275549d4abe8542e2b6b086bbab79b83d2902cba1e6124889a8873d479d128416b23c7681433fbe37c1772e8578bb12bf80b96267f65c0a
 DIST tgt-1.0.75.tar.gz 297374 BLAKE2B 
c3db3701980b78328decd857b3a031f1e735553b33163bc012b55084a0c1ce803e90b93771c6516542168448ab872a641064c90bd01444b49c353c35a37e2985
 SHA512 
e2da4f49b1b89b67084a535abc1f6c28f289d25a6fce1cd6a9238df64c7a1e29eb11f4d074cd6dfda4cc37524e0f6831fbdee8d32a03d50ff156bc1369de04d8
+DIST tgt-1.0.76.tar.gz 297349 BLAKE2B 
b5f954b7497fd54d2156bb8ae7c90c2e158e59dd5cd2f8ea25a87403b1d4c491ce07d4968d27f13d5a195a4824554f98a07091f500cb520dffd856454736ceeb
 SHA512 
4c25f8f0553f95d58ed694e44f85bddbacbebe12d531725b7db03de5f6728c85a9b8968a39bea5b2126aecde9dd254855d9d6e8686c310fa53daf976738edfe1

diff --git a/sys-block/tgt/tgt-1.0.76.ebuild b/sys-block/tgt/tgt-1.0.76.ebuild
new file mode 100644
index 000..740ed20c869
--- /dev/null
+++ b/sys-block/tgt/tgt-1.0.76.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic toolchain-funcs
+
+MY_TREE="df08164"
+
+DESCRIPTION="Linux SCSI target framework (tgt)"
+HOMEPAGE="http://stgt.sourceforge.net;
+SRC_URI="https://github.com/fujita/tgt/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="fcoe fcp ibmvio infiniband rbd"
+
+CDEPEND="dev-perl/Config-General
+   dev-libs/libxslt
+   rbd? ( sys-cluster/ceph )
+   infiniband? (
+   sys-fabric/libibverbs:=
+   sys-fabric/librdmacm:=
+   )"
+DEPEND="${CDEPEND}
+   app-text/docbook-xsl-stylesheets"
+RDEPEND="${DEPEND}
+   dev-libs/libaio
+   sys-apps/sg3_utils"
+
+S=${WORKDIR}/fujita-tgt-${MY_TREE}
+
+pkg_setup() {
+   tc-export CC
+}
+
+src_prepare() {
+   sed -i -e 's:\($(CC)\) $^:\1 $(LDFLAGS) $^:' usr/Makefile || die
+   # make sure xml docs are generated before trying to install them
+   sed -i -e "s@install: @& all @g" doc/Makefile || die
+   eapply_user
+}
+
+src_compile() {
+   local myconf
+   use ibmvio && myconf="${myconf} IBMVIO=1"
+   use infiniband && myconf="${myconf} ISCSI_RDMA=1"
+   use fcp && myconf="${myconf} FCP=1"
+   use fcoe && myconf="${myconf} FCOE=1"
+   use rbd && myconf="${myconf} CEPH_RBD=1"
+
+   emake -C usr/ KERNELSRC="${KERNEL_DIR}" ISCSI=1 ${myconf}
+   emake -C doc
+}
+
+src_install() {
+   emake  install-programs install-scripts install-doc DESTDIR="${D}" 
docdir=/usr/share/doc/${PF}
+   newinitd "${FILESDIR}"/tgtd.initd tgtd
+   newconfd "${FILESDIR}"/tgtd.confd tgtd
+   dodir /etc/tgt
+   keepdir /etc/tgt
+}



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

2019-04-04 Thread Matthew Thode
commit: 2e1e317887bcbba946f2da1dda3808d91f957450
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:36:59 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1e3178

app-crypt/certbot-nginx: 0.33.0 bump

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

 app-crypt/certbot-nginx/Manifest| 1 +
 .../{certbot-nginx-.ebuild => certbot-nginx-0.33.0.ebuild}  | 6 +++---
 app-crypt/certbot-nginx/certbot-nginx-.ebuild   | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index 2bb930b0466..7e612162e2a 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-0.31.0.tar.gz 1267960 BLAKE2B 
4097a3d278d86589e7273c3f5c4f809f0a5777319856a2aea27233ee99eadf2e7c075c5400970be6a2f11032e54457c9705ef45b85e9d158bc04c7761e59a23a
 SHA512 
9202800649691e9b2d6b4c898b975d11ef3aba8f34903c93a11eafa5300f64c939547cfbbe34ac664de293d2540b143f14d3117969e4a6dfc55d624cfae44fea
 DIST certbot-0.32.0.tar.gz 1284873 BLAKE2B 
c3fa538de87b67680a7bc7465d77ab2947606aec4def3717b5d942c83254ff758d751e137bfe33cb6f9362a11a9bad7fba0337927b638f3af7ddf304d408c447
 SHA512 
fa61e975d2ce09efa3570118f220cd9f9d2fc8d5ab408feb4c4e50bfa795cb28be6c7a78497fb10bc91e577e908126988197ae5d016be4823c5c4ddb68cbf5a4
+DIST certbot-0.33.0.tar.gz 1303989 BLAKE2B 
7417e72592e15fd7969aed4c60a799caaeedfe66af3b2e60f364677bbf7ba5dde6e597e89a07036b61e63975b402e3de81fb116ee4861061357160284fcc7821
 SHA512 
4a653e5e7b62d938a46421df509063a3aedf978b73cf3b44088408bf3c48b70c70fe595c449fe9df54e5724c2d5c03357be434b305f5378eaa8261f811678133

diff --git a/app-crypt/certbot-nginx/certbot-nginx-.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-0.33.0.ebuild
similarity index 87%
copy from app-crypt/certbot-nginx/certbot-nginx-.ebuild
copy to app-crypt/certbot-nginx/certbot-nginx-0.33.0.ebuild
index b3315cd4264..9adf3132423 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-0.33.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,8 +25,8 @@ IUSE=""
 
 CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}
-   >=app-crypt/certbot-0.22.0[${PYTHON_USEDEP}]
-   >=app-crypt/acme-0.26.0[${PYTHON_USEDEP}]
+   >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-0.33.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
>=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]

diff --git a/app-crypt/certbot-nginx/certbot-nginx-.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-.ebuild
index b3315cd4264..9adf3132423 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,8 +25,8 @@ IUSE=""
 
 CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}
-   >=app-crypt/certbot-0.22.0[${PYTHON_USEDEP}]
-   >=app-crypt/acme-0.26.0[${PYTHON_USEDEP}]
+   >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-0.33.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
>=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]



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

2019-04-04 Thread Matthew Thode
commit: 5f69e159cf650a30df1b4e8f144d1e26d32540bd
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:33:27 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f69e159

app-crypt/certbot: 0.33.0 bump - fixes tests as well

Fixes: https://bugs.gentoo.org/682440
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot/Manifest   | 1 +
 app-crypt/certbot/{certbot-.ebuild => certbot-0.33.0.ebuild} | 2 ++
 app-crypt/certbot/certbot-.ebuild| 2 ++
 3 files changed, 5 insertions(+)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index 2bb930b0466..7e612162e2a 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-0.31.0.tar.gz 1267960 BLAKE2B 
4097a3d278d86589e7273c3f5c4f809f0a5777319856a2aea27233ee99eadf2e7c075c5400970be6a2f11032e54457c9705ef45b85e9d158bc04c7761e59a23a
 SHA512 
9202800649691e9b2d6b4c898b975d11ef3aba8f34903c93a11eafa5300f64c939547cfbbe34ac664de293d2540b143f14d3117969e4a6dfc55d624cfae44fea
 DIST certbot-0.32.0.tar.gz 1284873 BLAKE2B 
c3fa538de87b67680a7bc7465d77ab2947606aec4def3717b5d942c83254ff758d751e137bfe33cb6f9362a11a9bad7fba0337927b638f3af7ddf304d408c447
 SHA512 
fa61e975d2ce09efa3570118f220cd9f9d2fc8d5ab408feb4c4e50bfa795cb28be6c7a78497fb10bc91e577e908126988197ae5d016be4823c5c4ddb68cbf5a4
+DIST certbot-0.33.0.tar.gz 1303989 BLAKE2B 
7417e72592e15fd7969aed4c60a799caaeedfe66af3b2e60f364677bbf7ba5dde6e597e89a07036b61e63975b402e3de81fb116ee4861061357160284fcc7821
 SHA512 
4a653e5e7b62d938a46421df509063a3aedf978b73cf3b44088408bf3c48b70c70fe595c449fe9df54e5724c2d5c03357be434b305f5378eaa8261f811678133

diff --git a/app-crypt/certbot/certbot-.ebuild 
b/app-crypt/certbot/certbot-0.33.0.ebuild
similarity index 93%
copy from app-crypt/certbot/certbot-.ebuild
copy to app-crypt/certbot/certbot-0.33.0.ebuild
index 1c019d37388..48d3f1039d4 100644
--- a/app-crypt/certbot/certbot-.ebuild
+++ b/app-crypt/certbot/certbot-0.33.0.ebuild
@@ -42,5 +42,7 @@ DEPEND="
)"
 
 python_test() {
+   # acme is not installed, removing it here is fine, the dir just 
confuses tests
+   rm -R acme
pytest -vv ${PN} || die
 }

diff --git a/app-crypt/certbot/certbot-.ebuild 
b/app-crypt/certbot/certbot-.ebuild
index 1c019d37388..48d3f1039d4 100644
--- a/app-crypt/certbot/certbot-.ebuild
+++ b/app-crypt/certbot/certbot-.ebuild
@@ -42,5 +42,7 @@ DEPEND="
)"
 
 python_test() {
+   # acme is not installed, removing it here is fine, the dir just 
confuses tests
+   rm -R acme
pytest -vv ${PN} || die
 }



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

2019-04-04 Thread Matthew Thode
commit: 545de417d05767378b467c7d533dc8dfc114c782
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  2 19:10:31 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545de417

sys-block/tgt: 1.0.75 stable amd64/x86 with cleanup

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

 sys-block/tgt/Manifest  |  2 --
 sys-block/tgt/tgt-1.0.72.ebuild | 65 -
 sys-block/tgt/tgt-1.0.73.ebuild | 62 ---
 sys-block/tgt/tgt-1.0.75.ebuild |  2 +-
 4 files changed, 1 insertion(+), 130 deletions(-)

diff --git a/sys-block/tgt/Manifest b/sys-block/tgt/Manifest
index e07b28d3dad..ec94cf70983 100644
--- a/sys-block/tgt/Manifest
+++ b/sys-block/tgt/Manifest
@@ -1,5 +1,3 @@
-DIST tgt-1.0.72.tar.gz 296698 BLAKE2B 
6625bf87b37f4683aaf0c29264e69e400c6d238c9eaa7d9bb6fd46a76b542a8477ad8c7e9913d3dde70caaf02c323a2c01a3bd78b2d092829f4530015225012f
 SHA512 
4fdb1b8f3c2487f66629024132f7fa53ab69b9eba67d380fb18aa2d9c143e77bdf808b3ff8d1e2bf1d4420cf1792944d6f79731ddbb095d52b53d573d9f1281c
-DIST tgt-1.0.73.tar.gz 296814 BLAKE2B 
a3c81c00f716678aa9388f6a4562bd0b6fe0e2c705aee9655f942ffafae4bab3bbbaff521a8b7aefab208a354e0c1c617b85cdd08247a77d1026d0482d2b6528
 SHA512 
e6410f16c54f71d9a33d511438169a0ca305a7b9a9dd6abbaae9f0b31c18223fa1f3a11b575322d3bb94df129b4f9b186079a7d7cbd27e31734151154edab1da
 DIST tgt-1.0.74.tar.gz 297109 BLAKE2B 
8ad439a1df437b87a6bf94a8c0403c4ae26a6b77ddc3b44758134199efa5b55dafd09cd2ac3f1b12abc3a77077dffdcab1e9b2aa0a97fcd2e2c19ba24a5cd9cf
 SHA512 
aa905b44a3495275549d4abe8542e2b6b086bbab79b83d2902cba1e6124889a8873d479d128416b23c7681433fbe37c1772e8578bb12bf80b96267f65c0a
 DIST tgt-1.0.75.tar.gz 297374 BLAKE2B 
c3db3701980b78328decd857b3a031f1e735553b33163bc012b55084a0c1ce803e90b93771c6516542168448ab872a641064c90bd01444b49c353c35a37e2985
 SHA512 
e2da4f49b1b89b67084a535abc1f6c28f289d25a6fce1cd6a9238df64c7a1e29eb11f4d074cd6dfda4cc37524e0f6831fbdee8d32a03d50ff156bc1369de04d8
 DIST tgt-1.0.76.tar.gz 297349 BLAKE2B 
b5f954b7497fd54d2156bb8ae7c90c2e158e59dd5cd2f8ea25a87403b1d4c491ce07d4968d27f13d5a195a4824554f98a07091f500cb520dffd856454736ceeb
 SHA512 
4c25f8f0553f95d58ed694e44f85bddbacbebe12d531725b7db03de5f6728c85a9b8968a39bea5b2126aecde9dd254855d9d6e8686c310fa53daf976738edfe1

diff --git a/sys-block/tgt/tgt-1.0.72.ebuild b/sys-block/tgt/tgt-1.0.72.ebuild
deleted file mode 100644
index bacdb72d61a..000
--- a/sys-block/tgt/tgt-1.0.72.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic toolchain-funcs
-
-MY_TREE="8f94634"
-
-DESCRIPTION="Linux SCSI target framework (tgt)"
-HOMEPAGE="http://stgt.sourceforge.net;
-SRC_URI="https://github.com/fujita/tgt/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="fcoe fcp ibmvio infiniband rbd"
-
-CDEPEND="dev-perl/Config-General
-   dev-libs/libxslt
-   rbd? ( sys-cluster/ceph )
-   infiniband? (
-   sys-fabric/libibverbs:=
-   sys-fabric/librdmacm:=
-   )"
-DEPEND="${CDEPEND}
-   app-text/docbook-xsl-stylesheets"
-RDEPEND="${DEPEND}
-   dev-libs/libaio
-   sys-apps/sg3_utils"
-
-S=${WORKDIR}/fujita-tgt-${MY_TREE}
-
-pkg_setup() {
-   tc-export CC
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.0.69-sysmacros.patch #580594
-
-   sed -i -e 's:\($(CC)\) $^:\1 $(LDFLAGS) $^:' usr/Makefile || die
-
-   # make sure xml docs are generated before trying to install them
-   sed -i -e "s@install: @& all @g" doc/Makefile || die
-}
-
-src_compile() {
-   local myconf
-   use ibmvio && myconf="${myconf} IBMVIO=1"
-   use infiniband && myconf="${myconf} ISCSI_RDMA=1"
-   use fcp && myconf="${myconf} FCP=1"
-   use fcoe && myconf="${myconf} FCOE=1"
-   use rbd && myconf="${myconf} CEPH_RBD=1"
-
-   emake -C usr/ KERNELSRC="${KERNEL_DIR}" ISCSI=1 ${myconf}
-   emake -C doc
-}
-
-src_install() {
-   emake  install-programs install-scripts install-doc DESTDIR="${D}" 
docdir=/usr/share/doc/${PF}
-   newinitd "${FILESDIR}"/tgtd.initd tgtd
-   newconfd "${FILESDIR}"/tgtd.confd tgtd
-   dodir /etc/tgt
-   keepdir /etc/tgt
-}

diff --git a/sys-block/tgt/tgt-1.0.73.ebuild b/sys-block/tgt/tgt-1.0.73.ebuild
deleted file mode 100644
index 0677386365d..000
--- a/sys-block/tgt/tgt-1.0.73.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic toolchain-funcs
-
-MY_TREE="013223d"
-
-DESCRIPTION="Linux SCSI target framework (tgt)"
-HOMEPAGE="http://stgt.sourceforge.net;
-SRC_URI="https://github.com/fujita/tgt/tarball/v${PV} -> ${P}.tar.gz"
-

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

2019-04-04 Thread Matthew Thode
commit: 985674aa671567135d601e5e3ea82800db1fa46d
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:39:11 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985674aa

dev-python/PyECLib: 1.6.0 bump

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

 dev-python/PyECLib/Manifest |  1 +
 dev-python/PyECLib/PyECLib-1.6.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest
index 2c9b700b66f..907335f12e4 100644
--- a/dev-python/PyECLib/Manifest
+++ b/dev-python/PyECLib/Manifest
@@ -1 +1,2 @@
 DIST pyeclib-1.5.0.tar.gz 6682493 BLAKE2B 
3f3a595b67a8e216b90c61f8119be6f40de0863a0d77c4e65c41e699aad0d9a5f1d621e8bb9510d78b9eb495acc5fc5af7178afe127780151b9be60ca246fbff
 SHA512 
89831fc8b04a1488504b632f75da8f2f29bc6b4e33b35d0d4305b4d5ec4bc25c0e16d149580badb15be7dbf8aeb2bdebef81f78f7b7871233afaaf96823e3a3e
+DIST pyeclib-1.6.0.tar.gz 6685306 BLAKE2B 
0b758bd500afc7f9d8e38513cc41f1916413d8ad6f3b1bd34d9ff46d6d33321391eaf90164e412154a14d63d4ba61502457bb943e124dd7054a5d5ec20732294
 SHA512 
507f78388e941e4600f4b77f636ce27b7f63e635f108dd5a452b3f98f779e87d94d8f82239d9d5733846faa5cc574c0474e366d99e44b8f03b70707d352f56c8

diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
new file mode 100644
index 000..ab29e70bcb7
--- /dev/null
+++ b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils multilib
+
+DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
+HOMEPAGE="https://pypi.org/project/PyECLib/;
+SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
+S="${WORKDIR}/pyeclib-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND="dev-libs/jerasure"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="dev-libs/liberasurecode
+   ${CDEPEND}"



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

2019-04-04 Thread Matthew Thode
commit: ea81fc7e37654e39d1c75c7111707bf970452c37
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:34:37 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea81fc7e

app-crypt/certbot-apache: 0.33.0 bump

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

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

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index 2bb930b0466..7e612162e2a 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-0.31.0.tar.gz 1267960 BLAKE2B 
4097a3d278d86589e7273c3f5c4f809f0a5777319856a2aea27233ee99eadf2e7c075c5400970be6a2f11032e54457c9705ef45b85e9d158bc04c7761e59a23a
 SHA512 
9202800649691e9b2d6b4c898b975d11ef3aba8f34903c93a11eafa5300f64c939547cfbbe34ac664de293d2540b143f14d3117969e4a6dfc55d624cfae44fea
 DIST certbot-0.32.0.tar.gz 1284873 BLAKE2B 
c3fa538de87b67680a7bc7465d77ab2947606aec4def3717b5d942c83254ff758d751e137bfe33cb6f9362a11a9bad7fba0337927b638f3af7ddf304d408c447
 SHA512 
fa61e975d2ce09efa3570118f220cd9f9d2fc8d5ab408feb4c4e50bfa795cb28be6c7a78497fb10bc91e577e908126988197ae5d016be4823c5c4ddb68cbf5a4
+DIST certbot-0.33.0.tar.gz 1303989 BLAKE2B 
7417e72592e15fd7969aed4c60a799caaeedfe66af3b2e60f364677bbf7ba5dde6e597e89a07036b61e63975b402e3de81fb116ee4861061357160284fcc7821
 SHA512 
4a653e5e7b62d938a46421df509063a3aedf978b73cf3b44088408bf3c48b70c70fe595c449fe9df54e5724c2d5c03357be434b305f5378eaa8261f811678133

diff --git a/app-crypt/certbot-apache/certbot-apache-0.33.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-0.33.0.ebuild
new file mode 100644
index 000..b6c158fb2f5
--- /dev/null
+++ b/app-crypt/certbot-apache/certbot-apache-0.33.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=app-crypt/certbot-0.26.0[${PYTHON_USEDEP}]
+   >=app-crypt/acme-0.25.0[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/python-augeas[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests || die
+}



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

2019-04-04 Thread Michał Górny
commit: 191e57b5ca93c514a249f12ef71808306393519d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr  4 14:21:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr  4 14:21:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191e57b5

media-video/parole: Bump to 1.0.2

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

 media-video/parole/Manifest|  1 +
 media-video/parole/parole-1.0.2.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/media-video/parole/Manifest b/media-video/parole/Manifest
index 5c68972a641..3a1f794053d 100644
--- a/media-video/parole/Manifest
+++ b/media-video/parole/Manifest
@@ -1,2 +1,3 @@
 DIST parole-1.0.0.tar.bz2 900499 BLAKE2B 
d6a1eb21846426781a712f33b7cf8f412b17b9a3e02b1ef15b6ff742687efc70a3e3f0ae8124ed2226a1cf00022c7ef0650c8e1c1b6e3279b111891e8c3e651e
 SHA512 
0581fed93d2a09a3d9ec9cf1bb68a298ccd47676b22d0824495136ee9d785290b8465af8c12b5ecd34a46936f7433bf96dd559e6252a8f1af46c0e2f9256c864
 DIST parole-1.0.1.tar.bz2 903754 BLAKE2B 
2bd8a8892c04bc145d7ba0bc08c29ad1f9c4507cce533d554952553e46c408e9f293a19820790541d0a494052ac6024d415bfef4864fc09b8d851664688ace3e
 SHA512 
026ece62e6a8175976e7ce218edbd6955a0cdb5074996adad5bed3e536f90108e4d1106f22edcb06d213fb09dd47b04f81bff94f4534710b61f0f53cb0395f72
+DIST parole-1.0.2.tar.bz2 915511 BLAKE2B 
e6fa116cae5c015a90b4a1d04df70f006ad59dfdb5d849b8ae8c3fdc0665e48790739c82bdb7c35c70f34548b9bee3dcac62f29e28562663d46b10a3a080f13d
 SHA512 
d7e989af7f9dab14080e62bd656a2858d8536a056ba82b5d5ac7d26a7d898f478b74c1ba4371779624691b7f42b695580ad53cfb15da0a4dc209d7570c12a66d

diff --git a/media-video/parole/parole-1.0.2.ebuild 
b/media-video/parole/parole-1.0.2.ebuild
new file mode 100644
index 000..f14dfea94f9
--- /dev/null
+++ b/media-video/parole/parole-1.0.2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="A simple Xfce4 media player using GStreamer"
+HOMEPAGE="https://docs.xfce.org/apps/parole/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"
+IUSE="libnotify taglib"
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
+   >=dev-libs/glib-2.32:2=
+   media-libs/gstreamer:1.0=
+   media-libs/gst-plugins-base:1.0=
+   sys-apps/dbus:0=
+   >=x11-libs/gtk+-3.20:3=
+   x11-libs/libX11:0=
+   >=xfce-base/libxfce4ui-4.11:0=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.11:0=
+   >=xfce-base/xfconf-4.10:0=
+   libnotify? ( >=x11-libs/libnotify-0.7:0= )
+   taglib? ( >=media-libs/taglib-1.6:0= )"
+RDEPEND="${COMMON_DEPEND}
+   media-plugins/gst-plugins-meta:1.0"
+DEPEND="${COMMON_DEPEND}
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-base/xorg-proto"
+
+DOCS=( AUTHORS ChangeLog README THANKS TODO )
+
+src_configure() {
+   local myconf=(
+   # clutter backend does not work with new GTK+3 versions
+   --disable-clutter
+   $(use_enable taglib)
+   $(use_enable libnotify notify-plugin)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}



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

2019-04-04 Thread Ben Kohler
commit: 7e927c2e45956b7da72a8cf9cafd7946a9c94c5e
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Apr  4 13:36:42 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Apr  4 13:36:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e927c2e

net-wireless/iwd: bump to 0.16 & sync to live ebuild

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

 net-wireless/iwd/Manifest | 1 +
 net-wireless/iwd/{iwd-.ebuild => iwd-0.16.ebuild} | 2 +-
 net-wireless/iwd/iwd-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-wireless/iwd/Manifest b/net-wireless/iwd/Manifest
index f166d1b..c6960d21816 100644
--- a/net-wireless/iwd/Manifest
+++ b/net-wireless/iwd/Manifest
@@ -1 +1,2 @@
 DIST iwd-0.14.tar.xz 700844 BLAKE2B 
69f3a1e5ead28cb602e7638e44d2a42a1b25831b837bf5f1d3436d3832a0548da7c3afe9f748688c194cf9e9bc5ea9303924ca1d36dea36d9e2233c245fc25eb
 SHA512 
91713b3cbe8830abb95705e67c7b66f1ced368fe83eeaad36170da9df22b965e97485068e9342e09291aee669890de8f328e33fc3f092ba45097f523d83c7484
+DIST iwd-0.16.tar.xz 717880 BLAKE2B 
b4d1f3ebfc2f98920b205aefdf340cd55d803967a2b776e0798f1728cbd78e6be9b862f77b423ef2555b5f990341ef9b1e6f2aaf7460f08f37205a7edbaeda82
 SHA512 
33b10516fb203eb92651e18ebff8448874452fad9425470bf4306b4d75a512d386561ed4fcd251c54175ac6953e29f6574175e4e9b18c88e55009f670f29ddb1

diff --git a/net-wireless/iwd/iwd-.ebuild b/net-wireless/iwd/iwd-0.16.ebuild
similarity index 98%
copy from net-wireless/iwd/iwd-.ebuild
copy to net-wireless/iwd/iwd-0.16.ebuild
index b037416528c..93969ee59cb 100644
--- a/net-wireless/iwd/iwd-.ebuild
+++ b/net-wireless/iwd/iwd-0.16.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~x86"
 fi
 
 DESCRIPTION="Wireless daemon for linux"

diff --git a/net-wireless/iwd/iwd-.ebuild b/net-wireless/iwd/iwd-.ebuild
index b037416528c..93969ee59cb 100644
--- a/net-wireless/iwd/iwd-.ebuild
+++ b/net-wireless/iwd/iwd-.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~x86"
 fi
 
 DESCRIPTION="Wireless daemon for linux"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2019-04-04 Thread Jeroen Roovers
commit: 267fb082405d8edad6f79c883470bf66ef3152c7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  4 13:30:16 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  4 13:32:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267fb082

x11-misc/rofi: Update HOMEPAGE

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

 x11-misc/rofi/rofi-1.5.1.ebuild | 4 ++--
 x11-misc/rofi/rofi-1.5.2.ebuild | 2 +-
 x11-misc/rofi/rofi-9.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.5.1.ebuild b/x11-misc/rofi/rofi-1.5.1.ebuild
index 52addfae154..0bce2c86cd2 100644
--- a/x11-misc/rofi/rofi-1.5.1.ebuild
+++ b/x11-misc/rofi/rofi-1.5.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit autotools toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/DaveDavenport/rofi/;
+HOMEPAGE="https://github.com/davatorium/rofi;
 SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="MIT"

diff --git a/x11-misc/rofi/rofi-1.5.2.ebuild b/x11-misc/rofi/rofi-1.5.2.ebuild
index ffb4b7ff5d3..5c664f0c427 100644
--- a/x11-misc/rofi/rofi-1.5.2.ebuild
+++ b/x11-misc/rofi/rofi-1.5.2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 inherit autotools toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/DaveDavenport/rofi/;
+HOMEPAGE="https://github.com/davatorium/rofi;
 SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="MIT"

diff --git a/x11-misc/rofi/rofi-9.ebuild b/x11-misc/rofi/rofi-9.ebuild
index 8533b2dbdb9..20cc98b76c5 100644
--- a/x11-misc/rofi/rofi-9.ebuild
+++ b/x11-misc/rofi/rofi-9.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 inherit autotools git-r3 toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/DaveDavenport/rofi/;
+HOMEPAGE="https://github.com/davatorium/rofi;
 EGIT_REPO_URI="${HOMEPAGE}"
 
 LICENSE="MIT"



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

2019-04-04 Thread Andrey Grozin
commit: ffc428e971ef22c54efef7d2d792c5d6faae8252
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  4 13:20:32 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  4 13:21:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc428e9

dev-python/bpython: bump to 0.18

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

 dev-python/bpython/Manifest|  1 +
 dev-python/bpython/bpython-0.18.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest
index 7746ce02c60..befb2be97ec 100644
--- a/dev-python/bpython/Manifest
+++ b/dev-python/bpython/Manifest
@@ -1 +1,2 @@
 DIST bpython-0.17.1.tar.gz 213638 BLAKE2B 
42530a38f8cf714a0415957a46374b83ad14dfab89a76317507763c2f83b3dbc8f71c7cc967ec353fabd38b6631130d34df99c0d53f3728fa2390d4a6f64b25d
 SHA512 
5b5e861646df90510db75520dff9533b71501d35b7af1d152adf2c929b171fa6a2b1c0a6b7eda0311f9315703db161c6a78698a6cd434e5321464d6d1c033e4e
+DIST bpython-0.18.tar.gz 213321 BLAKE2B 
476c18fbec1d4ef3c5e206e7586b0e982656160474b64ceaecf5b49f560115af0e51d964553aad25bc765f7b431bc4f062581f9f30c0cb2e8da51cdbf2bca5ca
 SHA512 
760143c286e686d4b8d706e38f3b2d2e7c865f960fa8d828ec08a7d0dd198bfa09686ab3c4b27ea365400d60c45b69a3c03ee726879a8825cc91af2a75d28dab

diff --git a/dev-python/bpython/bpython-0.18.ebuild 
b/dev-python/bpython/bpython-0.18.ebuild
new file mode 100644
index 000..f93dc731b5a
--- /dev/null
+++ b/dev-python/bpython/bpython-0.18.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter"
+HOMEPAGE="https://www.bpython-interpreter.org/ 
https://github.com/bpython/bpython https://pypi.org/project/bpython/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/curtsies-0.2.11[${PYTHON_USEDEP}]
+   dev-python/greenlet[${PYTHON_USEDEP}]
+   dev-python/jedi[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/six-1.5[${PYTHON_USEDEP}]
+   dev-python/urwid[${PYTHON_USEDEP}]
+   dev-python/watchdog[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+DOCS=( AUTHORS CHANGELOG sample.theme light.theme )
+
+# Req'd for clean build by each impl
+DISTUTILS_IN_SOURCE_BUILD=1
+
+RESTRICT="test" #659110
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build -b html -c doc/sphinx/source/ \
+   doc/sphinx/source/ doc/sphinx/source/html || die "docs 
build failed"
+   fi
+}
+
+python_test() {
+   pushd build/lib > /dev/null
+   "${PYTHON}" -m unittest discover || die
+   popd > /dev/null
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/sphinx/source/html/. )
+   distutils-r1_python_install_all
+}



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

2019-04-04 Thread Jeroen Roovers
commit: ba46cb23811bf6d2d8571f770a5a5d83a624b65d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  4 13:12:55 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  4 13:13:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba46cb23

www-client/vivaldi: Version 2.4.1488.36_p1

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

 www-client/vivaldi/Manifest  |   3 +
 www-client/vivaldi/vivaldi-2.4.1488.36_p1.ebuild | 124 +++
 2 files changed, 127 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index a601f9a81ed..e6116d3fea3 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,3 +1,6 @@
 DIST vivaldi-2.4.1488.35_p1-amd64.deb 59056284 BLAKE2B 
45d8f058354a3138a0b28a5a4b017b8e8a5e29d46f0ccc3282bafcc9e990dffd05db6c99661c364d6f938ec25edc9f9500210a0ad15273e4e31c286bc4e0642b
 SHA512 
6a9e5bb3aa2c85bb7207ed8e3872c98baaee3a7ad830174b64c4ee65a2fac65399b29610c4d6d784deba1e670b282fcdf851598e4fa75524d03d65a07190ce00
 DIST vivaldi-2.4.1488.35_p1-armhf.deb 52175500 BLAKE2B 
b6003abb80b6f2cbc8e94ee3d0ca81547cf4f94b28f718d594fd3eac0ab0621462ff5901d4092f14a4ab50f6458ca834f89fb04b8b4d1cbf0c1cd109ba48a583
 SHA512 
c80e0370a62c04eeb4d8e2939467371f95a7379fc46c4d8f999a7a75c4cc0bd5b3075797a57c48891c69fec336f939091caa9b3b92c5b7ae605f4426a2182de4
 DIST vivaldi-2.4.1488.35_p1-i386.deb 57279440 BLAKE2B 
caeb9be038a4948b5b717a36f14044301a8a094db93f1346e6b0f47dbc04a2a79aabdbee271812cfd6f278c7018af65afadafb628185ee9484b781de439042ab
 SHA512 
b57840dd7bc267d05f360f47c2fe2c28b728db3683ac6be5270360e6be7b89fef052a955dc5ff95531891fbfccac6c9184b231d200978d7d2be8119616789f1a
+DIST vivaldi-2.4.1488.36_p1-amd64.deb 59073076 BLAKE2B 
07b448bbea31fdf74f13d07258a28c52560209b8c1d47005cef5985fb50d22680706ce5cffa833042efc73d900acde1a7911d8bc760bdf7972fbfe4e2d8f4700
 SHA512 
07f1509739ec96de825373f61f058731613a55a1432b5ac3698b2e02eff86a587d32208e477f7df4272065c6c934c0e9e05c653440427142d345ade0cf30e397
+DIST vivaldi-2.4.1488.36_p1-armhf.deb 52193248 BLAKE2B 
17a84aa2208ef7bb5ab686f0101938377626ff63ba8455507ab145a615c91eba6827299e425f9554a3e814a27068154d9ce65e73adc4a0f0d636c457d0d2c9fc
 SHA512 
bfd4437f954503bb7e757a328c8070e783357dc0db70a5caa675cfc167883a19b0caff22ada88555a432605078360ba6be9070df9cee97e1ee88bb8f2ce55bc8
+DIST vivaldi-2.4.1488.36_p1-i386.deb 57287212 BLAKE2B 
0d70ed125a29fb42e302c930615f5ef1b39443cc174da5f23896ab8f8d81e01b3d9035f00897e536f1f18199e022cff113279f0cf269bf0774b6caee96cf6a9f
 SHA512 
6a6e3b4eec2e524eb3942d9b6c844b691704d26aa8123fe39e05e9ad4bcfabc340001325f3ed2e065de67b5e1384c67043e2d55e77e101ffa9c4544e0b4d6543

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

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

2019-04-04 Thread Brian Evans
commit: 4707eb4bce2f4efd4721ff7dafc9973997cc00ba
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Apr  4 13:04:11 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Apr  4 13:04:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4707eb4b

sys-cluster/galera: Drop old

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

 sys-cluster/galera/Manifest  |  2 -
 sys-cluster/galera/galera-25.3.23.ebuild | 87 
 sys-cluster/galera/galera-25.3.24.ebuild | 87 
 3 files changed, 176 deletions(-)

diff --git a/sys-cluster/galera/Manifest b/sys-cluster/galera/Manifest
index fbf08c233a0..ceb294f31c3 100644
--- a/sys-cluster/galera/Manifest
+++ b/sys-cluster/galera/Manifest
@@ -1,4 +1,2 @@
 DIST galera-25.3.26.tar.gz 3386588 BLAKE2B 
ca78a32dbaa6fd9eb46c40ddb26c97c788e529ad44040b4f720099b7aef2cee13631663cc5ecb7153288c12e7b4b156f988ff56633885e7ee75a0664cb1a90d4
 SHA512 
c462e70e8394ac4cfebca94320199ca4e012db100369788f3efdf1a04a8185908954e575fdb5714524931feeea432c2ed6f8d6ff985b1a47bdb16b4c4f54bdc4
-DIST galera-3-25.3.23.tar.gz 3328961 BLAKE2B 
d11c6d00fda367fc961a5387865afa74e1ed0ed04094a4ab3c5ab23c7a915131b867a85f74079dc472df745762346b8b9fd371d5d0d0406e20274d51917129b5
 SHA512 
5b6a61ddd1505f9e2f9e3c592d65e17ee55ee78187d423f8f963d9c7b8deed2c1ade3425262d0a89622693853dff95d429861c955b2d051433dda8929d9f92d1
-DIST galera-3-25.3.24.tar.gz 3373375 BLAKE2B 
db837add9d74e2acb312bd974f00b52d269f1c5995036b468f309da43605b817fac16f17c30e96c27e17657708870d329b41eafa9ad214d8cb5f1b4fbb468182
 SHA512 
874c6ee77be54a0bcd6d36b67f8e99d12dabd85433dd1f0e026b7994746679cc7ffebcf721445dfd1714f89c7594fc0b0137e725d220d3bb45fd325e64e16185
 DIST galera-3-25.3.25.tar.gz 3373347 BLAKE2B 
892c5824d88d7ceb0db16f72d9fad9ac7074435a6cacf3fea1599af0be811cc1a0b476d0a15353d0cf854a201ca5e60808392a41125c780bd97b844a4fd55216
 SHA512 
bc9f02c796c7289034f5b285a8f6a0e668c78302546b47c70cbe3927467993baae8835cf54978fb5276251a6d04a84d6952eaee4e6c7c5fd488543fd53d07b03

diff --git a/sys-cluster/galera/galera-25.3.23.ebuild 
b/sys-cluster/galera/galera-25.3.23.ebuild
deleted file mode 100644
index bcb3d49b167..000
--- a/sys-cluster/galera/galera-25.3.23.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${PN}-3-${PV}"
-
-inherit scons-utils toolchain-funcs user flag-o-matic
-DESCRIPTION="Synchronous multi-master replication engine that provides the 
wsrep API"
-HOMEPAGE="http://galeracluster.com;
-SRC_URI="http://releases.galeracluster.com/${PN}-3/source/galera-3-${PV}.tar.gz;
-LICENSE="GPL-2 BSD"
-
-SLOT="0"
-
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86"
-IUSE="cpu_flags_x86_sse4_2 garbd test"
-
-CDEPEND="
-   dev-libs/openssl:0=
-   >=dev-libs/boost-1.41:0=
-   "
-DEPEND="${DEPEND}
-   ${CDEPEND}
-   dev-libs/check
-   >=sys-devel/gcc-4.4
-   >=dev-cpp/asio-1.10.1[ssl]
-   http://galeracluster.com;
-SRC_URI="http://releases.galeracluster.com/${PN}-3/source/galera-3-${PV}.tar.gz;
-LICENSE="GPL-2 BSD"
-
-SLOT="0"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="cpu_flags_x86_sse4_2 garbd test"
-
-CDEPEND="
-   dev-libs/openssl:0=
-   >=dev-libs/boost-1.41:0=
-   "
-DEPEND="${DEPEND}
-   ${CDEPEND}
-   dev-libs/check
-   >=sys-devel/gcc-4.4
-   >=dev-cpp/asio-1.10.1[ssl]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/galera/files/, sys-cluster/galera/

2019-04-04 Thread Brian Evans
commit: eecc1c218f350d21696a4561304eb602b6b481f7
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Apr  4 13:01:58 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Apr  4 13:01:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecc1c21

sys-cluster/galera: Version bump for 25.3.26

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

 sys-cluster/galera/Manifest|  1 +
 .../files/galera-4.1-strip-extra-cflags.patch  | 78 +++
 sys-cluster/galera/galera-25.3.26.ebuild   | 89 ++
 3 files changed, 168 insertions(+)

diff --git a/sys-cluster/galera/Manifest b/sys-cluster/galera/Manifest
index a57bcbf8a0d..fbf08c233a0 100644
--- a/sys-cluster/galera/Manifest
+++ b/sys-cluster/galera/Manifest
@@ -1,3 +1,4 @@
+DIST galera-25.3.26.tar.gz 3386588 BLAKE2B 
ca78a32dbaa6fd9eb46c40ddb26c97c788e529ad44040b4f720099b7aef2cee13631663cc5ecb7153288c12e7b4b156f988ff56633885e7ee75a0664cb1a90d4
 SHA512 
c462e70e8394ac4cfebca94320199ca4e012db100369788f3efdf1a04a8185908954e575fdb5714524931feeea432c2ed6f8d6ff985b1a47bdb16b4c4f54bdc4
 DIST galera-3-25.3.23.tar.gz 3328961 BLAKE2B 
d11c6d00fda367fc961a5387865afa74e1ed0ed04094a4ab3c5ab23c7a915131b867a85f74079dc472df745762346b8b9fd371d5d0d0406e20274d51917129b5
 SHA512 
5b6a61ddd1505f9e2f9e3c592d65e17ee55ee78187d423f8f963d9c7b8deed2c1ade3425262d0a89622693853dff95d429861c955b2d051433dda8929d9f92d1
 DIST galera-3-25.3.24.tar.gz 3373375 BLAKE2B 
db837add9d74e2acb312bd974f00b52d269f1c5995036b468f309da43605b817fac16f17c30e96c27e17657708870d329b41eafa9ad214d8cb5f1b4fbb468182
 SHA512 
874c6ee77be54a0bcd6d36b67f8e99d12dabd85433dd1f0e026b7994746679cc7ffebcf721445dfd1714f89c7594fc0b0137e725d220d3bb45fd325e64e16185
 DIST galera-3-25.3.25.tar.gz 3373347 BLAKE2B 
892c5824d88d7ceb0db16f72d9fad9ac7074435a6cacf3fea1599af0be811cc1a0b476d0a15353d0cf854a201ca5e60808392a41125c780bd97b844a4fd55216
 SHA512 
bc9f02c796c7289034f5b285a8f6a0e668c78302546b47c70cbe3927467993baae8835cf54978fb5276251a6d04a84d6952eaee4e6c7c5fd488543fd53d07b03

diff --git a/sys-cluster/galera/files/galera-4.1-strip-extra-cflags.patch 
b/sys-cluster/galera/files/galera-4.1-strip-extra-cflags.patch
new file mode 100644
index 000..dfa1642c7d7
--- /dev/null
+++ b/sys-cluster/galera/files/galera-4.1-strip-extra-cflags.patch
@@ -0,0 +1,78 @@
+diff -aurN a/galerautils/src/SConscript b/galerautils/src/SConscript
+--- a/galerautils/src/SConscript   2019-02-25 10:37:25.0 -0500
 b/galerautils/src/SConscript   2019-03-07 09:51:27.163226469 -0500
+@@ -1,4 +1,4 @@
+-Import('env', 'x86', 'sysname', 'machine')
++Import('env', 'sysname', 'machine')
+ 
+ libgalerautils_env = env.Clone()
+ 
+@@ -39,22 +39,6 @@
+ crc32c_sources = [ '#/www.evanjones.ca/crc32c.c' ]
+ crc32c_objs = crc32c_env.SharedObject(crc32c_sources)
+ 
+-if x86:
+-if machine != 'ppc64' and machine != 'ppc64le':
+-crc32c_env.Append(CFLAGS = ' -msse4.2')
+-if sysname == 'sunos':
+-# Ideally we want to simply strip SSE4.2 flag from the resulting
+-# crc32.pic.o
+-# (see http://ffmpeg.org/pipermail/ffmpeg-user/2013-March/013977.html)
+-# but that requires some serious scons-fu, so we just don't
+-# compile hardware support in if host CPU does not have it.
+-from subprocess import check_call
+-try:
+-check_call("isainfo -v | grep sse4.2 >/dev/null 2>&1", 
shell=True);
+-except:
+-libgalerautils_env.Append(CPPFLAGS = ' -DCRC32C_NO_HARDWARE')
+-crc32c_env.Append(CPPFLAGS = ' -DCRC32C_NO_HARDWARE')
+-
+ libgalerautils_env.StaticLibrary('galerautils',
+  libgalerautils_objs + crc32c_objs)
+ 
+diff -aurN a/SConstruct b/SConstruct
+--- a/SConstruct   2019-03-07 09:44:38.588841625 -0500
 b/SConstruct   2019-03-07 09:50:06.305952407 -0500
+@@ -67,7 +67,7 @@
+ build_target = 'all'
+ 
+ # Optimization level
+-opt_flags= ' -g -O3 -DNDEBUG'
++opt_flags= ' -DNDEBUG'
+ 
+ # Architecture (defaults to build host type)
+ compile_arch = ''
+@@ -120,33 +120,6 @@
+ if gcov:
+ opt_flags = opt_flags + ' --coverage -g'
+ 
+-if sysname == 'sunos':
+-compile_arch = ' -mtune=native'
+-elif x86:
+-if bits == 32:
+-if machine == 'x86_64':
+-compile_arch = ' -mx32'
+-else:
+-compile_arch = ' -m32 -march=i686'
+-if sysname == 'linux':
+-link_arch = ' -Wl,-melf_i386'
+-else:
+-if machine == 'ppc64':
+-  compile_arch = ' -mtune=native'
+-  link_arch = ' -Wl,-melf64ppc'
+-elif machine == 'ppc64le':
+-  compile_arch = ' -mtune=native'
+-  link_arch = ' -Wl,-melf64lppc'
+-else:
+-  compile_arch = ' -m64'
+-  if sysname == 'linux':
+-link_arch = ' -Wl,-melf_x86_64'
+-link_arch = compile_arch + link_arch

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

2019-04-04 Thread Mikle Kolyada
commit: d030db7cb563f4ce6a47093054788f570797a9bc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  4 12:51:01 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  4 12:52:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d030db7c

media-sound/mpd: Version bump (v0.21.7)

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

 media-sound/mpd/Manifest  |   1 +
 media-sound/mpd/mpd-0.21.7.ebuild | 296 ++
 2 files changed, 297 insertions(+)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index 6e60fc99ec5..7d91ef5b0ab 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -2,3 +2,4 @@ DIST mpd-0.20.21.tar.xz 800476 BLAKE2B 
0c807ae8d79abd9400aa417b516c709073b23390a
 DIST mpd-0.21.4.tar.xz 663648 BLAKE2B 
c9226d2b02b1035091d3af535c269aec3fead779bf17d95b858706affb84089ca85250452884ed5ee96008724735abf80cdfa4d2de14d9928748284d753a4638
 SHA512 
454fde206f98f89a58ac773037963ac895ee6ce3e7d1032c49b980a3bfbbb69782a62900a5c09e4b39f24b2d1bcd380d7b520935563dd3b8d02f701389389ca7
 DIST mpd-0.21.5.tar.xz 667624 BLAKE2B 
d4de4c55306a42caf4f79ee469db2037c0217563d50d7a4ed349d0c2c61cab1c6e519da96f552f38692bedf18ffbdb2032ae0a3314a05b2f2461c2da526f85e5
 SHA512 
b3a938f43cd554e0e761890ca7ea910e21b8f98f54f5bfceb0efcbef4df46db0d110d1bbc24a233021b463e3424d6246c1013f5a6ebdfc85a418008d49ced7a4
 DIST mpd-0.21.6.tar.xz 669272 BLAKE2B 
ffd50c35e431791503e5d0137abdb93beb42cf48f7638ac0f394d8c4198ce96f915220c92d078ce99cfe7c9866f8e35e58106b801a6d83cdf0a121442f12976a
 SHA512 
20e752a8db2f8ae0b2419b35018557c37a64c6baff25666ba35fce89cfd354e4df5064c25685791f3fcca7ba9e6e6acef0e4653c0c0ffafde2847085dc51b3fa
+DIST mpd-0.21.7.tar.xz 670268 BLAKE2B 
1dc6b923e6c6f66ec1f0769b6c4d785761a798659c192184801cee5cd6df361fba0107275650da3e5982ebad5370fb6fe1fe4f7bb9da8986e9c359e4ec2a7815
 SHA512 
a6e8848c851ca464cfd26284d6479d561f127bc102128e8a41274bc1d62d87a3720843ff1922b5b64b33280217a6036b512f7aa0ce7d7f6b90cbed9fe787c5ca

diff --git a/media-sound/mpd/mpd-0.21.7.ebuild 
b/media-sound/mpd/mpd-0.21.7.ebuild
new file mode 100644
index 000..969b82d8481
--- /dev/null
+++ b/media-sound/mpd/mpd-0.21.7.ebuild
@@ -0,0 +1,296 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic linux-info meson systemd user
+
+DESCRIPTION="The Music Player Daemon (mpd)"
+HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD;
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
+IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
+   +eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag 
+inotify
+   +ipv6 jack lame libav libmpdclient libsamplerate libsoxr +mad mikmod mms
+   modplug mpg123 musepack +network nfs openal opus oss pipe pulseaudio 
qobuz
+   recorder samba selinux sid signalfd sndfile soundcloud sqlite systemd 
tcpd
+   test tidal twolame udisks unicode vorbis wavpack webdav wildmidi upnp
+   zeroconf zip zlib"
+
+OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
+DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+   modplug mpg123 musepack flac sid vorbis wavpack wildmidi"
+ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
+
+REQUIRED_USE="
+   || ( ${OUTPUT_PLUGINS} )
+   || ( ${DECODER_PLUGINS} )
+   network? ( || ( ${ENCODER_PLUGINS} ) )
+   recorder? ( || ( ${ENCODER_PLUGINS} ) )
+   upnp? ( expat )
+   webdav? ( curl expat )
+   "
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   adplug? ( media-libs/adplug:= )
+   alsa? (
+   media-libs/alsa-lib
+   media-sound/alsa-utils
+   )
+
+   ao? ( media-libs/libao[alsa?,pulseaudio?] )
+   audiofile? ( media-libs/audiofile:= )
+
+   cdio? (
+   dev-libs/libcdio:=
+   dev-libs/libcdio-paranoia
+   )
+
+   chromaprint? ( media-libs/chromaprint )
+   curl? ( net-misc/curl )
+   dbus? ( sys-apps/dbus )
+   expat? ( dev-libs/expat )
+   faad? ( media-libs/faad2 )
+
+   ffmpeg? (
+   libav? ( media-video/libav:0= )
+   !libav? ( media-video/ffmpeg:0= )
+   )
+
+   flac? ( media-libs/flac )
+   fluidsynth? ( media-sound/fluidsynth )
+   gme? ( >=media-libs/game-music-emu-0.6.0_pre20120802 )
+   icu? (  dev-libs/icu:= )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( virtual/jack )
+   lame? ( network? ( media-sound/lame ) )
+   libmpdclient? ( media-libs/libmpdclient )
+   libsamplerate? ( media-libs/libsamplerate )
+   libsoxr? ( media-libs/soxr )
+   mad? ( media-libs/libmad )
+   mikmod? ( 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2019-04-04 Thread Andrey Grozin
commit: fb17a1580fa3197d8e4633d45249b92607757ec8
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  4 12:44:08 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  4 12:44:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb17a158

sci-geosciences/qmapshack: bump to 1.12.3

Closes: https://bugs.gentoo.org/show_bug.cgi?id=682442
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/qmapshack/Manifest|  1 +
 sci-geosciences/qmapshack/qmapshack-1.12.3.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 142703fb548..f38aefce0f4 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B 
af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7
 SHA512 
dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
 DIST qmapshack-1.12.1.tar.gz 12033026 BLAKE2B 
e898507bad42a141f02cf8fd0338cdf9f39344b249318be29d1e6eb500a9e810496c6a790745cf50aec0025b5547be8382ef0c9eab2d780cbf63f9d29eb064a9
 SHA512 
c9b6ad0c7372cc4d992cee07d20ee0ad5779014ce6336644e13be705ec0bbed22d5f83e27473c2813c5bf13e49558686546c50fd597eb9ef2692c64933f94713
+DIST qmapshack-1.12.3.tar.gz 12029443 BLAKE2B 
8d7f117c8379f7181ce68f79f460f59342cf654179c8b85839fe003e06167765e3e2292e14b4bc71c3ba1aeb388fcbb77faccdd57748335c1df8500f9e52ba41
 SHA512 
01a2b73f2f432a24b614c4a325e0b0a2aaf5b6ef75c5a7fbeb2be341adc7c46faa71cf7e9f4fdeb769d546b7a760be553a38ac6cc1c5c2c2d044edd37f550a85

diff --git a/sci-geosciences/qmapshack/qmapshack-1.12.3.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.12.3.ebuild
new file mode 100644
index 000..6dfd76c879a
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.12.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxsee/

2019-04-04 Thread Andrey Grozin
commit: ca69233bf2473ab45686f1100310622614e8519e
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  4 12:41:25 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  4 12:41:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca69233b

sci-geosciences/gpxsee: bump to 7.5

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

 sci-geosciences/gpxsee/Manifest  |  1 +
 sci-geosciences/gpxsee/gpxsee-7.5.ebuild | 80 
 2 files changed, 81 insertions(+)

diff --git a/sci-geosciences/gpxsee/Manifest b/sci-geosciences/gpxsee/Manifest
index 60d8bfab8b2..fbfcc15fa79 100644
--- a/sci-geosciences/gpxsee/Manifest
+++ b/sci-geosciences/gpxsee/Manifest
@@ -1,2 +1,3 @@
 DIST gpxsee-6.3.tar.gz 3861093 BLAKE2B 
bd6cd81b1f2c4fdd3b4b6c0bae72be1a48ad0f0d22203f653e325228974eaf0043eca41efd42e085bd5811a8d2a9cd2f51fe04c03d9e9d064e01cfc24d7a12e4
 SHA512 
7a4f23444517a0481490f8f1a0520634e63e0416dd5fd5bdb01942df138839595dffd4bced21e264552915c38e5653e927244ea5ca185ff3f93df56fad3e9c73
 DIST gpxsee-7.1.tar.gz 3868798 BLAKE2B 
08bc30d77508429bec94bbdb255b76b79c21bd2e251b216743f49fa45f59ded5a02e730c4766fd9f15e2357d74a66750e3e7515a9d8bdd21a1f97dee77cbec02
 SHA512 
bb7dc14a3cf7ca87a4335383d6c4c380fcf1a0009161ec988b1b5cf964cf757bbe05ae2e51d726edcb97966918afe4d872172087988321222a65e3c27c276a5d
+DIST gpxsee-7.5.tar.gz 4302319 BLAKE2B 
f31aba249b87a85b7d5e4b2e3bb6c300b682a0f0e77d82b8151ffbd621664840782a1894277249e5f858a6837cf0580bb32748a04684157999edc64295f4192d
 SHA512 
ff55267abeda8970282bbbadc9fdf0c72120aa25cf6f3ce95de77ea330087e36a0c64332ff9cd1c569bac24bed891dc265ded57587e7fb258b30e382fa31b093

diff --git a/sci-geosciences/gpxsee/gpxsee-7.5.ebuild 
b/sci-geosciences/gpxsee/gpxsee-7.5.ebuild
new file mode 100644
index 000..6b28d5dd63a
--- /dev/null
+++ b/sci-geosciences/gpxsee/gpxsee-7.5.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="cs da de en es fi fr nb pl pt_BR ru sv tr"
+inherit qmake-utils l10n xdg-utils gnome2-utils
+
+MY_PN="GPXSee"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A viewer and analyzer that supports gpx, tcx, kml, fit, igc and 
nmea files"
+HOMEPAGE="http://www.gpxsee.org/;
+SRC_URI="https://github.com/tumic0/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwidgets:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   l10n_find_plocales_changes lang "${PN}_" '.ts'
+
+   rm_ts() {
+   sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro
+   }
+
+   l10n_for_each_disabled_locale_do rm_ts
+}
+
+src_compile() {
+   lrelease gpxsee.pro
+   eqmake5 gpxsee.pro
+   emake
+}
+
+src_install() {
+   local lang
+   dobin ${PN}
+   dodoc README.md
+   insinto /usr/share/${PN}
+   doins -r pkg/maps pkg/csv
+
+   insinto /usr/share/${PN}/translations
+   for lang in lang/*.qm; do
+   [ -f "${lang}" ] && doins "${lang}"
+   done
+
+   insinto /usr/share/applications
+   doins pkg/${PN}.desktop
+   insinto /usr/share/mime/packages
+   doins pkg/${PN}.xml
+   insinto /usr/share/pixmaps
+   doins icons/${PN}.png
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



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

2019-04-04 Thread Andrey Grozin
commit: fa17ec2cd2d6fcbd8a0b7912df62aa3e09987530
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  4 12:39:34 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  4 12:39:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa17ec2c

media-gfx/asymptote: cleaning old

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

 media-gfx/asymptote/asymptote-2.48.ebuild | 214 --
 1 file changed, 214 deletions(-)

diff --git a/media-gfx/asymptote/asymptote-2.48.ebuild 
b/media-gfx/asymptote/asymptote-2.48.ebuild
deleted file mode 100644
index 3941b97d615..000
--- a/media-gfx/asymptote/asymptote-2.48.ebuild
+++ /dev/null
@@ -1,214 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit autotools elisp-common latex-package multilib python-r1
-
-DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
-HOMEPAGE="http://asymptote.sourceforge.net/;
-SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg test vim-syntax X"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   offscreen? ( opengl )
-   doc? ( boehm-gc )"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.4-r5:0=
-   >=sys-libs/readline-4.3-r5:0=
-   imagemagick? ( media-gfx/imagemagick[png] )
-   opengl? ( >=media-libs/mesa-8 )
-   offscreen? ( media-libs/mesa[osmesa] )
-   svg? ( app-text/dvisvgm )
-   sigsegv? ( dev-libs/libsigsegv )
-   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
-   fftw? ( >=sci-libs/fftw-3.0.1 )
-   gsl? ( sci-libs/gsl )
-   python? ( ${PYTHON_DEPS} )
-   X? (
-   ${PYTHON_DEPS}
-   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg]
-   dev-python/numpy
-   dev-python/pycson
-   >=gnome-base/librsvg-2.40
-   )
-   latex? (
-   virtual/latex-base
-   >=dev-texlive/texlive-latexextra-2013
-   )
-   emacs? ( virtual/emacs )
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-lang/perl
-   media-gfx/imagemagick[png]
-   virtual/texi2dvi
-   virtual/latex-base
-   app-text/ghostscript-gpl )
-   test? ( app-text/ghostscript-gpl )"
-
-TEXMF=/usr/share/texmf-site
-
-PATCHES=(
-   # gc.h -> gc/gc.h
-   "${FILESDIR}/${P}-configure-ac.patch"
-
-   # Changing pdf, ps, image viewers to xdg-open
-   "${FILESDIR}/${P}-xdg-utils.patch"
-
-   # Bug #322473
-   "${FILESDIR}/${P}-info.patch"
-)
-
-src_prepare() {
-   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
-   -i configure.ac \
-   || die "sed configure.ac failed"
-
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # for the CPPFLAGS see
-   # 
https://sourceforge.net/forum/forum.php?thread_id=1683277_id=409349
-   econf \
-   CPPFLAGS=-DHAVE_SYS_TYPES_H \
-   CFLAGS="${CXXFLAGS}" \
-   --disable-gc-debug \
-   $(use_enable boehm-gc gc system) \
-   $(use_enable fftw) \
-   $(use_enable gsl) \
-   $(use_enable opengl gl) \
-   $(use_enable offscreen) \
-   $(use_enable sigsegv)
-}
-
-src_compile() {
-   default
-
-   cd doc || die
-   emake asy.1
-   if use doc; then
-   # info
-   einfo "Making info"
-   emake ${PN}.info
-   cd FAQ || die
-   emake
-   cd .. || die
-   # pdf
-   einfo "Making pdf docs"
-   export VARTEXFONTS="${T}"/fonts
-   # see bug #260606
-   emake -j1 asymptote.pdf
-   emake CAD.pdf
-   fi
-   cd .. || die
-
-   if use emacs; then
-   einfo "Compiling emacs lisp files"
-   elisp-compile base/*.el
-   fi
-}
-
-src_install() {
-   # the program
-   dobin asy
-
-   # .asy files
-   insinto /usr/share/${PN}
-   doins base/*.asy
-
-   # documentation
-   dodoc BUGS ChangeLog README ReleaseNotes TODO
-   doman doc/asy.1
-
-   # X GUI
-   if use X; then
-   insinto /usr/share/${PN}
-   doins -r GUI
-   chmod +x "${D}"usr/share/${PN}/GUI/xasy.py
-   dosym /usr/share/${PN}/GUI/xasy.py /usr/bin/xasy
-   doman doc/xasy.1x
-   fi
-
-   # examples
-   if use examples; then
-   insinto /usr/share/${PN}/examples
- 

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

2019-04-04 Thread Andrey Grozin
commit: 24683424729435ce57c3292f69688e1f578e6350
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  4 12:37:17 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  4 12:37:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24683424

media-gfx/asymptote: add missing dependences

Closes: https://bugs.gentoo.org/show_bug.cgi?id=682434
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 media-gfx/asymptote/asymptote-2.48-r1.ebuild | 214 +++
 1 file changed, 214 insertions(+)

diff --git a/media-gfx/asymptote/asymptote-2.48-r1.ebuild 
b/media-gfx/asymptote/asymptote-2.48-r1.ebuild
new file mode 100644
index 000..6a39f53426e
--- /dev/null
+++ b/media-gfx/asymptote/asymptote-2.48-r1.ebuild
@@ -0,0 +1,214 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit autotools elisp-common latex-package multilib python-r1
+
+DESCRIPTION="A vector graphics language that provides a framework for 
technical drawing"
+HOMEPAGE="http://asymptote.sourceforge.net/;
+SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex offscreen 
+opengl python sigsegv svg test vim-syntax X"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   offscreen? ( opengl )
+   doc? ( boehm-gc )"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.4-r5:0=
+   >=sys-libs/readline-4.3-r5:0=
+   imagemagick? ( media-gfx/imagemagick[png] )
+   opengl? ( media-libs/mesa media-libs/freeglut media-libs/glew:0 
media-libs/glm )
+   offscreen? ( media-libs/mesa[osmesa] )
+   svg? ( app-text/dvisvgm )
+   sigsegv? ( dev-libs/libsigsegv )
+   boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
+   fftw? ( >=sci-libs/fftw-3.0.1 )
+   gsl? ( sci-libs/gsl )
+   python? ( ${PYTHON_DEPS} )
+   X? (
+   ${PYTHON_DEPS}
+   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg]
+   dev-python/numpy
+   dev-python/pycson
+   >=gnome-base/librsvg-2.40
+   )
+   latex? (
+   virtual/latex-base
+   >=dev-texlive/texlive-latexextra-2013
+   )
+   emacs? ( virtual/emacs )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-lang/perl
+   media-gfx/imagemagick[png]
+   virtual/texi2dvi
+   virtual/latex-base
+   app-text/ghostscript-gpl )
+   test? ( app-text/ghostscript-gpl )"
+
+TEXMF=/usr/share/texmf-site
+
+PATCHES=(
+   # gc.h -> gc/gc.h
+   "${FILESDIR}/${P}-configure-ac.patch"
+
+   # Changing pdf, ps, image viewers to xdg-open
+   "${FILESDIR}/${P}-xdg-utils.patch"
+
+   # Bug #322473
+   "${FILESDIR}/${P}-info.patch"
+)
+
+src_prepare() {
+   sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
+   -i configure.ac \
+   || die "sed configure.ac failed"
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # for the CPPFLAGS see
+   # 
https://sourceforge.net/forum/forum.php?thread_id=1683277_id=409349
+   econf \
+   CPPFLAGS=-DHAVE_SYS_TYPES_H \
+   CFLAGS="${CXXFLAGS}" \
+   --disable-gc-debug \
+   $(use_enable boehm-gc gc system) \
+   $(use_enable fftw) \
+   $(use_enable gsl) \
+   $(use_enable opengl gl) \
+   $(use_enable offscreen) \
+   $(use_enable sigsegv)
+}
+
+src_compile() {
+   default
+
+   cd doc || die
+   emake asy.1
+   if use doc; then
+   # info
+   einfo "Making info"
+   emake ${PN}.info
+   cd FAQ || die
+   emake
+   cd .. || die
+   # pdf
+   einfo "Making pdf docs"
+   export VARTEXFONTS="${T}"/fonts
+   # see bug #260606
+   emake -j1 asymptote.pdf
+   emake CAD.pdf
+   fi
+   cd .. || die
+
+   if use emacs; then
+   einfo "Compiling emacs lisp files"
+   elisp-compile base/*.el
+   fi
+}
+
+src_install() {
+   # the program
+   dobin asy
+
+   # .asy files
+   insinto /usr/share/${PN}
+   doins base/*.asy
+
+   # documentation
+   dodoc BUGS ChangeLog README ReleaseNotes TODO
+   doman doc/asy.1
+
+   # X GUI
+   if use X; then
+   insinto /usr/share/${PN}
+   doins -r GUI
+   chmod +x "${D}"usr/share/${PN}/GUI/xasy.py
+   dosym /usr/share/${PN}/GUI/xasy.py /usr/bin/xasy
+   doman doc/xasy.1x
+   

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

2019-04-04 Thread Andrey Grozin
commit: 10c376829e9db8a9f6ea971dfb44e9573570b325
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  4 12:29:41 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  4 12:30:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c37682

dev-python/bpython: cleaning old

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

 dev-python/bpython/Manifest   |  2 --
 dev-python/bpython/bpython-0.16-r1.ebuild | 55 ---
 dev-python/bpython/bpython-0.16.ebuild| 55 ---
 dev-python/bpython/bpython-0.17.ebuild| 55 ---
 4 files changed, 167 deletions(-)

diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest
index 55bb645faa6..7746ce02c60 100644
--- a/dev-python/bpython/Manifest
+++ b/dev-python/bpython/Manifest
@@ -1,3 +1 @@
-DIST bpython-0.16.tar.gz 201898 BLAKE2B 
907f6a506d2b52db01e7b84c615574a7daad36f630646a345c963e432cc394330339390b6afc2585845b19d6c00d9c0b95e06b9d3b0fe85fe20daad3f5cf208a
 SHA512 
1173d720aa679e4a6079c7febd36abbffa901604c99c6d1ce1e940a8fbcf8a4ba7bc526de0ef5290e3859a4384d1cd5cbef62fd9f056ddcb545b64d69d103a5b
 DIST bpython-0.17.1.tar.gz 213638 BLAKE2B 
42530a38f8cf714a0415957a46374b83ad14dfab89a76317507763c2f83b3dbc8f71c7cc967ec353fabd38b6631130d34df99c0d53f3728fa2390d4a6f64b25d
 SHA512 
5b5e861646df90510db75520dff9533b71501d35b7af1d152adf2c929b171fa6a2b1c0a6b7eda0311f9315703db161c6a78698a6cd434e5321464d6d1c033e4e
-DIST bpython-0.17.tar.gz 214230 BLAKE2B 
dc26de037eb5698c04afb74472fe9483e1398f4f40b7da21520f2e7e2ba6e510bcbf200938d520d95b976a6fbeb31af7b1b1f828a022835edbe40d381c82797d
 SHA512 
17c25f4ed69eb7cff27ba0a488434623a7105c60bbf1e6f608c91babf240741ab7a7097ad347f897cd5f39f2fedb944fd69d8dbfbc66da6b910e1a14ace6fd1f

diff --git a/dev-python/bpython/bpython-0.16-r1.ebuild 
b/dev-python/bpython/bpython-0.16-r1.ebuild
deleted file mode 100644
index 70407a76fcc..000
--- a/dev-python/bpython/bpython-0.16-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter"
-HOMEPAGE="https://www.bpython-interpreter.org/ 
https://github.com/bpython/bpython https://pypi.org/project/bpython/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
-   >=dev-python/curtsies-0.2.11[${PYTHON_USEDEP}]
-   dev-python/greenlet[${PYTHON_USEDEP}]
-   dev-python/jedi[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/six-1.5[${PYTHON_USEDEP}]
-   dev-python/urwid[${PYTHON_USEDEP}]
-   dev-python/watchdog[${PYTHON_USEDEP}]
-   "
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-DOCS=( AUTHORS CHANGELOG sample.theme light.theme )
-
-# Req'd for clean build by each impl
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build -b html -c doc/sphinx/source/ \
-   doc/sphinx/source/ doc/sphinx/source/html || die "docs 
build failed"
-   fi
-}
-
-python_test() {
-   pushd build/lib > /dev/null
-   "${PYTHON}" -m unittest discover || die
-   popd > /dev/null
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/sphinx/source/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/bpython/bpython-0.16.ebuild 
b/dev-python/bpython/bpython-0.16.ebuild
deleted file mode 100644
index 35036333262..000
--- a/dev-python/bpython/bpython-0.16.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter"
-HOMEPAGE="https://www.bpython-interpreter.org/ 
https://github.com/bpython/bpython https://pypi.org/project/bpython/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-
-RDEPEND="
-   >=dev-python/curtsies-0.2.10[${PYTHON_USEDEP}]
-   dev-python/greenlet[${PYTHON_USEDEP}]
-   dev-python/jedi[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/six-1.5[${PYTHON_USEDEP}]
-   dev-python/urwid[${PYTHON_USEDEP}]
-   dev-python/watchdog[${PYTHON_USEDEP}]
-   "
-DEPEND="${RDEPEND}
-   

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

2019-04-04 Thread Mike Pagano
commit: 111e7a16d5d8ca539b404dddad7c2ef7779ca634
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Apr  4 12:28:04 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Apr  4 12:28:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111e7a16

sys-kernel/gentoo-sources: Linux 5.0.6 and removal of redudant patch

Removal:
2900_netfilter-patch-nf_tables-fix-set-
  double-free-in-abort-path.patch

Signed-off-by: Mike Pagano  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.0.6.ebuild | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 63376e34223..a0f2cfa2e56 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -70,6 +70,9 @@ DIST genpatches-5.0-5.extras.tar.xz 1720 BLAKE2B 
ae70f139c287092b5139a5e7dd509fc
 DIST genpatches-5.0-6.base.tar.xz 144128 BLAKE2B 
a34fca2447ec08d2918dc32c938f5219aca91c06c7b12acc9b8edca056b346dc86841af540897ee5ce1063a718d8d072d03b08c200cb8550275373a92c733666
 SHA512 
8684ca591d0b4afd1606592e5383bbf0c87979298d991c0dfaee04a2f14368bbc8d1aba4f604543a6c7607c4eedde21a560a1fb29d87af30877b7f83a4bfdc27
 DIST genpatches-5.0-6.experimental.tar.xz 5804 BLAKE2B 
d92515fff5a65a8d35f461df220989dc74a65b4142820a0bc70af3cfb2fbc85f42e28ca5b3ca61ae390b02f71427331fd3ea7c1b0704ade91f292f071986894c
 SHA512 
a6a9a2745170ff36d127cded594dd8eebe832c9095db50c593cd359f2dc0b5add8e973918e77f86f5bc5a62eb3a0050707f86eb3f100336b4a1e6edacf6d2442
 DIST genpatches-5.0-6.extras.tar.xz 1724 BLAKE2B 
29b17ac8ba5bf2f6b6e19e0f3055fc39ef816a29ec1d0b3390408ddb24354cfc62695fb893c2166a09a4250f9501ac75d82b3ff721e25eb2b3786669500c49a3
 SHA512 
d94218deca195ac6f3edd984d8c6b955479cc7fd352329a6e1cae08d715e4ffe45bf6fa27715b1f0ad8c6e340c0b584f89714943d3de719393f74d1eb4af1a43
+DIST genpatches-5.0-7.base.tar.xz 180188 BLAKE2B 
9f82d953d7ee989e0259ee9f573e21d2b36c65972ea3742c24027c2a75e09e51d6f3e20aaadacb795c494c348fb07bf8c21338f4c9477da600443442257cfda8
 SHA512 
9e71a2e5fef7dc67b61ac45d76bd0724eed6117463448257be15d5c72820dfcfefe49b4829fb839af7d57791b47e00d5e6277fbdffcd90e4b39836f1f4162c32
+DIST genpatches-5.0-7.experimental.tar.xz 5808 BLAKE2B 
b362a1abab21c717b0d926dcc2f20766503b24ec000abde3dffd369d72052c0093baf47e236eaf652872370e6a907d04fc7658d34a3a3f0a1d6489da4ce9781e
 SHA512 
68d3bd9f6ac15ce06e2cc8eaeb4d34b81052889d3175a93c1790d7cbf6ab6bf24bb47f92cc0f9b15fd41f4a2730615d985006cbea1a38980bb3df3837d0ca18e
+DIST genpatches-5.0-7.extras.tar.xz 1724 BLAKE2B 
113a2b76c5f37507cf393e9f19a039418774c873ee26b2ff4f86ef24345bc19640d9580d3fdc22011725978d3ea7ca8dbc3bce2118b5618f3a1ced473f0e343a
 SHA512 
71db77212ad8c4b2dbcc9adf88c1eaeb29fd14dcf614e1ce629c4133d51b78c1feda85f89595310842f5d1c075f95bef1f6f4ebed807d36250f60e5317529b33
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-4.20.tar.xz 104257836 BLAKE2B 
fb52cad2897da319299486fa8c3b9415cd0aee0842dbf353a5b269720dcb902db407bb55dd95a77b212dcb4a488c15363d561f3649d6bd16885561f2466d90b1
 SHA512 
e282399beea5da539701aed2bc131abd5bc74a970dcd344163e9d295106dfd700180e672ed546ae5e55bc6b9ac95efd5ca1de2039015c1b7a6fc9c01ea6583d4

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.0.6.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.0.6.ebuild
new file mode 100644
index 000..654410d84a7
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.0.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="7"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2019-04-04 Thread Andrey Grozin
commit: 535d4369e7dd4b38787a9178e3d7151ae9a38f87
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  4 12:26:44 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  4 12:26:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535d4369

app-text/qpdfview: bump to the current snapshot

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

 app-text/qpdfview/Manifest|  1 +
 app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index fe1ad879fbb..ea1c426859c 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,2 +1,3 @@
 DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
 DIST qpdfview-0.4.18_pre3.tar.gz 747794 BLAKE2B 
08420a350ae6f8bba65efe2a930a8941a00182900e33266a03d9b6ded4b8ba7ac446de9ed8095f8876dfd3ecfb26b20cc146c82d9c9228fd5c136ad36d749061
 SHA512 
c72f766b0ffb175e0577f08975490b985e859cb41ccf1d6bcdb618664b96b3c4d0fe4ffab2e493ac20b87b85aa658f3beb5b0d430d21deae78df4c503649f1c0
+DIST qpdfview-0.4.18_pre4.tar.gz 782305 BLAKE2B 
0e79a30e9774a1afb7f38bd932e8e1b2a7930acca217b7ac485f4857211449f5a8f902706b4638023667002d2f98fc116a180b2ec0219a360fe8c3025023cc39
 SHA512 
24431a27c279c290ce95a7db52f87e6cade0683dab53a3c494823020a7df9150919af31f20f63ff4c7337f5548b3e7252df0d8a6043a8c50ebb18e41f387838d

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild
new file mode 100644
index 000..47d005b062d
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PLOCALES="ast az be bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he 
hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr sv th 
tr ug uk uz vi zh_CN zh_TW"
+
+inherit l10n qmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="A tabbed document viewer"
+HOMEPAGE="https://launchpad.net/qpdfview;
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
+
+REQUIRED_USE="?? ( fitz pdf )"
+
+RDEPEND="
+   cups? ( net-print/cups )
+   djvu? ( app-text/djvu )
+   fitz? ( >=app-text/mupdf-1.7:= )
+   postscript? ( app-text/libspectre )
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5[cups?]
+   dev-qt/qtwidgets:5
+   dbus? ( dev-qt/qtdbus:5 )
+   pdf? ( >=app-text/poppler-0.35[qt5]
+   dev-qt/qtxml:5 )
+   sqlite? ( dev-qt/qtsql:5[sqlite] )
+   svg? ( dev-qt/qtsvg:5 )
+   !svg? ( virtual/freedesktop-icon-theme )
+   synctex? ( app-text/texlive-core )"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig"
+
+DOCS=( CHANGES CONTRIBUTORS README TODO )
+
+src_prepare() {
+   local mylrelease="$(qt5_get_bindir)"/lrelease
+
+   prepare_locale() {
+   "${mylrelease}" "translations/${PN}_${1}.ts" || die "preparing 
${1} locale failed"
+   }
+
+   rm_help() {
+   rm -f "help/help_${1}.html" || die "removing ${1} help file 
failed"
+   }
+
+   l10n_find_plocales_changes translations ${PN}_ .ts
+   l10n_for_each_locale_do prepare_locale
+   l10n_for_each_disabled_locale_do rm_help
+
+   # adapt for prefix
+   sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die
+
+   default
+}
+
+src_configure() {
+   local myconfig=() i=
+   for i in cups dbus djvu pdf svg synctex; do
+   use ${i} || myconfig+=(without_${i})
+   done
+   use fitz && myconfig+=(with_fitz)
+   use postscript || myconfig+=(without_ps)
+   use sqlite || myconfig+=(without_sql)
+
+   local myqmakeargs=(
+   qpdfview.pro
+   CONFIG+="${myconfig[@]}"
+   PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



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

2019-04-04 Thread Andrey Grozin
commit: 9c1d7c2ac26469b749ec12166ebd441ff229b2b5
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  4 12:24:58 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  4 12:24:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1d7c2a

app-text/qpdfview: cleaning old

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

 app-text/qpdfview/Manifest|  1 -
 app-text/qpdfview/qpdfview-0.4.18_pre2.ebuild | 96 ---
 app-text/qpdfview/qpdfview-0.4.18_pre3.ebuild | 96 ---
 3 files changed, 193 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index dc2d4feb8ee..fe1ad879fbb 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,3 +1,2 @@
 DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
-DIST qpdfview-0.4.18_pre2.tar.gz 668677 BLAKE2B 
1c79a7f9f9d67c533660457ca74d27c1cb389224910d0c8482c2e1d6a0843787e588a40ae7f4e02268392c15aa19b54b6383c2422cc60b20e521d26133c10a3e
 SHA512 
ad19dd6a2bfeb3c5f26488619688ad96653ed50821203b7e5cb2817a4f9957510ce238804b48bf3b21d965ceed25ad1b0386e0bb5e9d0bc5e5c95e6fe10ef811
 DIST qpdfview-0.4.18_pre3.tar.gz 747794 BLAKE2B 
08420a350ae6f8bba65efe2a930a8941a00182900e33266a03d9b6ded4b8ba7ac446de9ed8095f8876dfd3ecfb26b20cc146c82d9c9228fd5c136ad36d749061
 SHA512 
c72f766b0ffb175e0577f08975490b985e859cb41ccf1d6bcdb618664b96b3c4d0fe4ffab2e493ac20b87b85aa658f3beb5b0d430d21deae78df4c503649f1c0

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre2.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre2.ebuild
deleted file mode 100644
index b9dbaeb26ae..000
--- a/app-text/qpdfview/qpdfview-0.4.18_pre2.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PLOCALES="ast az be bg bs ca cs da de el en_GB eo es eu fi fr gl he hr hu id 
it ja kk ko ky lt ms my pl pt pt_BR ro ru sk sv th tr ug uk vi zh_CN"
-
-inherit l10n qmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="A tabbed document viewer"
-HOMEPAGE="https://launchpad.net/qpdfview;
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
-
-REQUIRED_USE="?? ( fitz pdf )"
-
-RDEPEND="
-   cups? ( net-print/cups )
-   djvu? ( app-text/djvu )
-   fitz? ( >=app-text/mupdf-1.7:= )
-   postscript? ( app-text/libspectre )
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   dbus? ( dev-qt/qtdbus:5 )
-   pdf? ( >=app-text/poppler-0.35[qt5]
-   dev-qt/qtxml:5 )
-   sqlite? ( dev-qt/qtsql:5[sqlite] )
-   svg? ( dev-qt/qtsvg:5 )
-   !svg? ( virtual/freedesktop-icon-theme )
-   synctex? ( app-text/texlive-core )"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-DOCS=( CHANGES CONTRIBUTORS README TODO )
-
-src_prepare() {
-   local mylrelease="$(qt5_get_bindir)"/lrelease
-
-   prepare_locale() {
-   "${mylrelease}" "translations/${PN}_${1}.ts" || die "preparing 
${1} locale failed"
-   }
-
-   rm_help() {
-   rm -f "help/help_${1}.html" || die "removing ${1} help file 
failed"
-   }
-
-   l10n_find_plocales_changes translations ${PN}_ .ts
-   l10n_for_each_locale_do prepare_locale
-   l10n_for_each_disabled_locale_do rm_help
-
-   # adapt for prefix
-   sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die
-
-   default
-}
-
-src_configure() {
-   local myconfig=() i=
-   for i in cups dbus djvu pdf svg synctex; do
-   use ${i} || myconfig+=(without_${i})
-   done
-   use fitz && myconfig+=(with_fitz)
-   use postscript || myconfig+=(without_ps)
-   use sqlite || myconfig+=(without_sql)
-
-   local myqmakeargs=(
-   qpdfview.pro
-   CONFIG+="${myconfig[@]}"
-   PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre3.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre3.ebuild
deleted file mode 100644

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

2019-04-04 Thread Mikle Kolyada
commit: bd5fadf52c93d9f82bc8fca50757f067e8ba7d72
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr  4 11:53:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr  4 11:54:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5fadf5

dev-libs/opensc: amd64 stable wrt bug #682356

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

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

diff --git a/dev-libs/opensc/opensc-0.19.0-r2.ebuild 
b/dev-libs/opensc/opensc-0.19.0-r2.ebuild
index dff2daa814c..70d56a99baa 100644
--- a/dev-libs/opensc/opensc-0.19.0-r2.ebuild
+++ b/dev-libs/opensc/opensc-0.19.0-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
 IUSE="ctapi doc libressl openct notify +pcsc-lite readline secure-messaging 
ssl test zlib"
 
 RDEPEND="zlib? ( sys-libs/zlib )



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

2019-04-04 Thread Mart Raudsepp
commit: 8562f0272812dbd0d6fbab1eef24da0944b4054c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Apr  4 11:43:22 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr  4 11:43:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8562f027

media-plugins/gst-plugins-libav: bump bundled ffmpeg for USE=libav

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

 media-plugins/gst-plugins-libav/Manifest   |   1 +
 ...gst-plugins-libav-1.14.4.4.1.3_p20190329.ebuild | 104 +
 2 files changed, 105 insertions(+)

diff --git a/media-plugins/gst-plugins-libav/Manifest 
b/media-plugins/gst-plugins-libav/Manifest
index 818ea1de684..4ce9e9204f9 100644
--- a/media-plugins/gst-plugins-libav/Manifest
+++ b/media-plugins/gst-plugins-libav/Manifest
@@ -1,5 +1,6 @@
 DIST ffmpeg-3.4.5.tar.bz2 10183082 BLAKE2B 
f72157baefcd6a0ca8f389309bbe947ad21996e0f2eb3c46c6bfc90f1ebbb14bfd007d001e46ea51efef5db5f9fcee24b1a90b6862136aeebecdc95bb61b23a5
 SHA512 
e12707d47404a9ce02790b77d2852fc1a1573c8108e980c7355fa48ba891d1649464d4fe4d08394ecd6d871f651ac4388486b7654cb54a7aaeedaf05c55513ec
 DIST ffmpeg-4.1.1.tar.bz2 10686360 BLAKE2B 
47f4716d7e184d7318eb1a99ab1cdc188009464e973162e583f7ca4ae79fa3b103f9d5329c8993b72d20667e42e5a749123709a4640f07762568300b5c3c897f
 SHA512 
0241c44e1dffd0d890a3d30a1b2387ea167d578bb39ba0c804fb417e132d343a9e43da9247b205e18b893d8cf75d8528e9971569be67ac380b88618ef0a75ed4
 DIST ffmpeg-4.1.2.tar.bz2 10687366 BLAKE2B 
c69cc693078f40610c4414f01ed20f89a85db398b3177d8d79a6f58f2d48b6a8049a2bc622933e0ae0a2889f635c25ccf1c5856cb86a4d98bb0bc2308188ae86
 SHA512 
6c3bf20d46772a80299c9d385919a745e4022c0a9b3c438c0504d3c94bb8d472f2c9026105330fa7c50c2f23f511eb853f32e4387f73c0b7b0d0761c20cb8b31
+DIST ffmpeg-4.1.3.tar.bz2 10689073 BLAKE2B 
8486e21c8df116af802bb7f9208e702ec1feaa4f292f14021e0b6bfb3957b13ddacfa87db361e677ae0583cc2bd1d402a66b0c8507cbed79a001c9b8462100bf
 SHA512 
d0f8b3ee7b55e67b1c7ad9610a7b19a15acfc35dc843683502e536ebcc2e8678b55325532c0039b764cc978e95f83afb48bd24304abaee26f26d3247a8310bfe
 DIST gst-libav-1.14.4-ffmpeg4-patchset.tar.xz 49428 BLAKE2B 
74c3e0b25643bcfdf01d1d16514401fef4bb988ba3d1f306b647ba0cd6e89f0205cc33e6d144889d6b2f7fab9e4fae946e03821a85009fa95c68f3cedf25068a
 SHA512 
1347424ed342f00c25ac4780670611a24eeaf708426b6efc6d9f6c6fa7bf91ef292302a5363afe9523c497265b8c0d7ad81374364cbecb2924b749e716819745
 DIST gst-libav-1.14.4.tar.xz 9036732 BLAKE2B 
1c2e257912f61dac71e1d890f4cb650e0cdbbf4472cbd8dc6b73e471d1914409b71699bd198c154069e15e68364530e91f76619afb52b91e373e58c9237ab7cb
 SHA512 
4a0e9a91c23cba82e6a6b8eb65ff42b9d80389dd232b08c22b3431d3942fb93a6a7e64be97083d11cbceb2abe5d45dc5b37d230f7552e1a7fb193610d0530717

diff --git 
a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.4.1.3_p20190329.ebuild
 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.4.1.3_p20190329.ebuild
new file mode 100644
index 000..e9c44dd1b7b
--- /dev/null
+++ 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.4.1.3_p20190329.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 eapi7-ver multilib-minimal
+
+MY_PN="gst-libav"
+MY_PV="$(ver_cut 1-3)"
+MY_P="${MY_PN}-${MY_PV}"
+FFMPEG_PV="$(ver_cut 4- ${PV%_*})"
+
+DESCRIPTION="FFmpeg based gstreamer plugin"
+HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-libav.html;
+SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_P}.tar.xz
+   https://dev.gentoo.org/~leio/distfiles/${MY_P}-ffmpeg4-patchset.tar.xz
+   libav? ( https://ffmpeg.org/releases/ffmpeg-${FFMPEG_PV}.tar.bz2 )"
+
+LICENSE="LGPL-2+"
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~x86-fbsd"
+IUSE="libav +orc"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${MY_PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-base-${MY_PV}:1.0[${MULTILIB_USEDEP}]
+   !libav? ( >=media-video/ffmpeg-4:0=[${MULTILIB_USEDEP}] )
+   libav? (
+   app-arch/bzip2[${MULTILIB_USEDEP}]
+   app-arch/xz-utils[${MULTILIB_USEDEP}]
+   )
+   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${WORKDIR}"/patches # ffmpeg-4 compat and more from git up to 
20181115; requires eautoreconf
+   "${FILESDIR}"/AVOptionsRanges-leak-fix.patch # extra patch from Jan 
2019 for a leak fix
+   "${FILESDIR}"/fix-negative-pts.patch # extra patch from Feb 2019 to fix 
negative pts if start_time is bigger than the ts
+   "${FILESDIR}"/external-ffmpeg4-dep.patch # Automatically rescan 
available elements for registry when system ffmpeg changes
+)
+
+RESTRICT="test" # FIXME: tests seem to get stuck at 

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

2019-04-04 Thread Mart Raudsepp
commit: 59e337331c8e8603293f6c6ad82588bd85d5f59a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Apr  4 11:46:12 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr  4 11:46:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e33733

media-plugins/gst-plugins-libav: remove old

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

 media-plugins/gst-plugins-libav/Manifest   |   2 -
 ...gst-plugins-libav-1.14.4.4.1.1_p20190113.ebuild | 103 
 ...gst-plugins-libav-1.14.4.4.1.2_p20190329.ebuild | 104 -
 3 files changed, 209 deletions(-)

diff --git a/media-plugins/gst-plugins-libav/Manifest 
b/media-plugins/gst-plugins-libav/Manifest
index 4ce9e9204f9..19cf4f05cc8 100644
--- a/media-plugins/gst-plugins-libav/Manifest
+++ b/media-plugins/gst-plugins-libav/Manifest
@@ -1,6 +1,4 @@
 DIST ffmpeg-3.4.5.tar.bz2 10183082 BLAKE2B 
f72157baefcd6a0ca8f389309bbe947ad21996e0f2eb3c46c6bfc90f1ebbb14bfd007d001e46ea51efef5db5f9fcee24b1a90b6862136aeebecdc95bb61b23a5
 SHA512 
e12707d47404a9ce02790b77d2852fc1a1573c8108e980c7355fa48ba891d1649464d4fe4d08394ecd6d871f651ac4388486b7654cb54a7aaeedaf05c55513ec
-DIST ffmpeg-4.1.1.tar.bz2 10686360 BLAKE2B 
47f4716d7e184d7318eb1a99ab1cdc188009464e973162e583f7ca4ae79fa3b103f9d5329c8993b72d20667e42e5a749123709a4640f07762568300b5c3c897f
 SHA512 
0241c44e1dffd0d890a3d30a1b2387ea167d578bb39ba0c804fb417e132d343a9e43da9247b205e18b893d8cf75d8528e9971569be67ac380b88618ef0a75ed4
-DIST ffmpeg-4.1.2.tar.bz2 10687366 BLAKE2B 
c69cc693078f40610c4414f01ed20f89a85db398b3177d8d79a6f58f2d48b6a8049a2bc622933e0ae0a2889f635c25ccf1c5856cb86a4d98bb0bc2308188ae86
 SHA512 
6c3bf20d46772a80299c9d385919a745e4022c0a9b3c438c0504d3c94bb8d472f2c9026105330fa7c50c2f23f511eb853f32e4387f73c0b7b0d0761c20cb8b31
 DIST ffmpeg-4.1.3.tar.bz2 10689073 BLAKE2B 
8486e21c8df116af802bb7f9208e702ec1feaa4f292f14021e0b6bfb3957b13ddacfa87db361e677ae0583cc2bd1d402a66b0c8507cbed79a001c9b8462100bf
 SHA512 
d0f8b3ee7b55e67b1c7ad9610a7b19a15acfc35dc843683502e536ebcc2e8678b55325532c0039b764cc978e95f83afb48bd24304abaee26f26d3247a8310bfe
 DIST gst-libav-1.14.4-ffmpeg4-patchset.tar.xz 49428 BLAKE2B 
74c3e0b25643bcfdf01d1d16514401fef4bb988ba3d1f306b647ba0cd6e89f0205cc33e6d144889d6b2f7fab9e4fae946e03821a85009fa95c68f3cedf25068a
 SHA512 
1347424ed342f00c25ac4780670611a24eeaf708426b6efc6d9f6c6fa7bf91ef292302a5363afe9523c497265b8c0d7ad81374364cbecb2924b749e716819745
 DIST gst-libav-1.14.4.tar.xz 9036732 BLAKE2B 
1c2e257912f61dac71e1d890f4cb650e0cdbbf4472cbd8dc6b73e471d1914409b71699bd198c154069e15e68364530e91f76619afb52b91e373e58c9237ab7cb
 SHA512 
4a0e9a91c23cba82e6a6b8eb65ff42b9d80389dd232b08c22b3431d3942fb93a6a7e64be97083d11cbceb2abe5d45dc5b37d230f7552e1a7fb193610d0530717

diff --git 
a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.4.1.1_p20190113.ebuild
 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.4.1.1_p20190113.ebuild
deleted file mode 100644
index 22bb5b19204..000
--- 
a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.4.1.1_p20190113.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eapi7-ver multilib-minimal
-
-MY_PN="gst-libav"
-MY_PV="$(ver_cut 1-3)"
-MY_P="${MY_PN}-${MY_PV}"
-FFMPEG_PV="$(ver_cut 4- ${PV%_*})"
-
-DESCRIPTION="FFmpeg based gstreamer plugin"
-HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-libav.html;
-SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_P}.tar.xz
-   https://dev.gentoo.org/~leio/distfiles/${MY_P}-ffmpeg4-patchset.tar.xz
-   libav? ( https://ffmpeg.org/releases/ffmpeg-${FFMPEG_PV}.tar.bz2 )"
-
-LICENSE="LGPL-2+"
-SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~x86-fbsd"
-IUSE="libav +orc"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${MY_PV}:1.0[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-${MY_PV}:1.0[${MULTILIB_USEDEP}]
-   !libav? ( >=media-video/ffmpeg-4:0=[${MULTILIB_USEDEP}] )
-   libav? (
-   app-arch/bzip2[${MULTILIB_USEDEP}]
-   app-arch/xz-utils[${MULTILIB_USEDEP}]
-   )
-   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${WORKDIR}"/patches # ffmpeg-4 compat and more from git up to 
20181115; requires eautoreconf
-   "${FILESDIR}"/AVOptionsRanges-leak-fix.patch # extra patch from Jan 
2019 for a leak fix
-   "${FILESDIR}"/external-ffmpeg4-dep.patch # Automatically rescan 
available elements for registry when system ffmpeg changes
-)
-
-RESTRICT="test" # FIXME: tests seem to get stuck at one point; investigate 
properly
-
-src_unpack() {
-   default
-
-  

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

2019-04-04 Thread Mart Raudsepp
commit: bb34d390e73927d16ea8e31f7f1cdcb777c7fb85
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 31 10:43:21 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr  4 10:59:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb34d390

app-editors/gnome-latex: update HOMEPAGE

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

 app-editors/gnome-latex/gnome-latex-3.22.1.ebuild | 4 ++--
 app-editors/gnome-latex/gnome-latex-3.24.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild 
b/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild
index e9d83e108ac..0ea569ad89e 100644
--- a/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild
+++ b/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -8,7 +8,7 @@ GNOME_ORG_MODULE="latexila"
 inherit gnome2 vala
 
 DESCRIPTION="Integrated LaTeX environment for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/LaTeXila;
+HOMEPAGE="https://wiki.gnome.org/Apps/GNOME-LaTeX;
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/app-editors/gnome-latex/gnome-latex-3.24.3.ebuild 
b/app-editors/gnome-latex/gnome-latex-3.24.3.ebuild
index 9abfdb785da..a42d19b75fb 100644
--- a/app-editors/gnome-latex/gnome-latex-3.24.3.ebuild
+++ b/app-editors/gnome-latex/gnome-latex-3.24.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -9,7 +9,7 @@ GNOME_ORG_MODULE="latexila"
 inherit gnome2 vala
 
 DESCRIPTION="Integrated LaTeX environment for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/LaTeXila;
+HOMEPAGE="https://wiki.gnome.org/Apps/GNOME-LaTeX;
 
 LICENSE="GPL-3"
 SLOT="0"



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

2019-04-04 Thread Mart Raudsepp
commit: 9850365823ecfcf7e3e65bd6fb1bd6649ce3da5e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Apr  4 10:45:11 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr  4 10:59:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98503658

app-editors/gnome-latex: bump to 3.28.1

This is the newest we can bump to for now. Newer needs sorting out
of enchant-2 and newer gspell first.

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

 app-editors/gnome-latex/Manifest  |  1 +
 app-editors/gnome-latex/gnome-latex-3.28.1.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/app-editors/gnome-latex/Manifest b/app-editors/gnome-latex/Manifest
index 87ee392b60b..6d5a8d9ec34 100644
--- a/app-editors/gnome-latex/Manifest
+++ b/app-editors/gnome-latex/Manifest
@@ -1,2 +1,3 @@
+DIST gnome-latex-3.28.1.tar.xz 1082708 BLAKE2B 
3b0a341278838b37fb1a54f4f746af4fc6ccf4dd37f6b919f53523acfdcbeb6a8974217260db4d8186b8acd3ba782cbc1ddf1dce20735d70d01c88ed3c1fb90f
 SHA512 
fe5c2456839757237d422d0f0629f11a43a8ca5b3cd86ce94b37ee26f68165f111940d5c3c47adba7be05532c413a97a867219c498abec3fd064122516e0c470
 DIST latexila-3.22.1.tar.xz 820 BLAKE2B 
8a3e375ba048112565f6b074ec62a243fb34890f6e903a2ba2d36f7bb5ede6b0fcb8b488a725752c2edd06b0c71916f13915ebdc26fcf8b6a889523b99141b10
 SHA512 
7c2d3b95b9547e97c79f5e6384b1f33ccb81e70cea1d26fcc07845f3f391ac54b5931ddcec742f3439ba55e8f9f2a2054935795ab16bee584eb05780a72ba3a9
 DIST latexila-3.24.3.tar.xz 1112940 BLAKE2B 
2410276574f02735dde9ce77a9bba257e3732784664b302870957fc3f8603bedddaebed4da3f6da1e1f6fc30e3dc233146b65dbf7589a8776c653018a4129355
 SHA512 
c7c8996704e68ed136d3d2a04c839faf5497a78ad459411daaabfba38ac883f253325f07a8c126cc4b2f1d553fe08b39f1d6a51d1b6944540dc13142173e4361

diff --git a/app-editors/gnome-latex/gnome-latex-3.28.1.ebuild 
b/app-editors/gnome-latex/gnome-latex-3.28.1.ebuild
new file mode 100644
index 000..67673e7585d
--- /dev/null
+++ b/app-editors/gnome-latex/gnome-latex-3.28.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit gnome2
+
+DESCRIPTION="Integrated LaTeX environment for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/GNOME-LaTeX;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+introspection +latexmk rubber"
+
+COMMON_DEPEND="
+   app-text/enchant:0
+   >=app-text/gspell-1.0:0=
+   >=dev-libs/glib-2.56:2
+   >=dev-libs/libgee-0.10:0.8=
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/gtksourceview-4.0:4
+   >=gui-libs/tepl-4.0:4
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango
+   introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
+   gnome-base/dconf
+"
+RDEPEND="${COMMON_DEPEND}
+   virtual/latex-base
+   x11-themes/hicolor-icon-theme
+   latexmk? ( dev-tex/latexmk )
+   rubber? ( dev-tex/rubber )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=dev-util/gtk-doc-am-1.14
+   >=dev-util/intltool-0.50.1
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable introspection) \
+   --enable-dconf_migration
+}



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

2019-04-04 Thread Mart Raudsepp
commit: ec0eb99de38731e4f4db74859119a1815f4573f6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 31 10:46:01 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr  4 10:59:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0eb99d

app-editors/gnome-latex: fix LICENSE

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

 app-editors/gnome-latex/gnome-latex-3.22.1.ebuild | 2 +-
 app-editors/gnome-latex/gnome-latex-3.24.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild 
b/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild
index 0ea569ad89e..fbc83e2fa71 100644
--- a/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild
+++ b/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild
@@ -10,7 +10,7 @@ inherit gnome2 vala
 DESCRIPTION="Integrated LaTeX environment for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Apps/GNOME-LaTeX;
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="+introspection +latexmk rubber"

diff --git a/app-editors/gnome-latex/gnome-latex-3.24.3.ebuild 
b/app-editors/gnome-latex/gnome-latex-3.24.3.ebuild
index a42d19b75fb..5424ce2ac3f 100644
--- a/app-editors/gnome-latex/gnome-latex-3.24.3.ebuild
+++ b/app-editors/gnome-latex/gnome-latex-3.24.3.ebuild
@@ -11,7 +11,7 @@ inherit gnome2 vala
 DESCRIPTION="Integrated LaTeX environment for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Apps/GNOME-LaTeX;
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+introspection +latexmk rubber"



[gentoo-commits] repo/gentoo:master commit in: gui-libs/tepl/

2019-04-04 Thread Mart Raudsepp
commit: 286215dc75bb5722a582017018657c685d8761af
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Apr  4 09:13:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr  4 10:59:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=286215dc

gui-libs/tepl: New package needed by gnome-latex/latexila

This is essentially a new slot of x11-libs/gtef, but without
pkgmove, because that old gtef:2 will simply be last rited
instead soon, as the only gnome-latex version using gtef
(instead of internal code in older or tepl dep in newer)
will be removed as soon as x86 re-keywording is done.

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

 gui-libs/tepl/Manifest  |  1 +
 gui-libs/tepl/metadata.xml  |  8 ++
 gui-libs/tepl/tepl-4.2.0.ebuild | 54 +
 3 files changed, 63 insertions(+)

diff --git a/gui-libs/tepl/Manifest b/gui-libs/tepl/Manifest
new file mode 100644
index 000..c1eef7a0038
--- /dev/null
+++ b/gui-libs/tepl/Manifest
@@ -0,0 +1 @@
+DIST tepl-4.2.0.tar.xz 456540 BLAKE2B 
8861d2cdcddcb5b9e5aa58798835c0969dd12ce6c5ada69b5b97224f215bfdbf8ee0a7173d5c7cb2cc11894988351ce4df7a81e91e7b7036a48cc89e2cb9dd62
 SHA512 
32f69c6f0942a82e6b7f94eba776d55dce2af1c8e4c7abadf6af38a0a5abb0a94f0c426d5ec727b8eb478406ba113728b771597c2c84e508b8ccb113a74eab3d

diff --git a/gui-libs/tepl/metadata.xml b/gui-libs/tepl/metadata.xml
new file mode 100644
index 000..996e7cacd21
--- /dev/null
+++ b/gui-libs/tepl/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+

diff --git a/gui-libs/tepl/tepl-4.2.0.ebuild b/gui-libs/tepl/tepl-4.2.0.ebuild
new file mode 100644
index 000..0837cfd954b
--- /dev/null
+++ b/gui-libs/tepl/tepl-4.2.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2 virtualx
+
+DESCRIPTION="GtkSourceView-based text editors and IDE helper library"
+HOMEPAGE="https://wiki.gnome.org/Projects/Gtef;
+
+LICENSE="LGPL-2.1+"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE="+introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.52:2
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   >=x11-libs/gtksourceview-4.0:4[introspection?]
+   >=gui-libs/amtk-5.0:5[introspection?]
+   >=dev-libs/libxml2-2.5:2
+   app-i18n/uchardet
+   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+DEPEND="${DEPEND}
+   >=sys-devel/gettext-0.19.4
+   dev-util/glib-utils
+   >=dev-util/gtk-doc-am-1.25
+   virtual/pkgconfig
+"
+
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+   # requires running gvfs-metadata
+   sed -e 's:\(g_test_add_func.*/file/load_save_metadata_sync.*\):/*\1*/:' 
\
+   -e 
's:\(g_test_add_func.*/file/load_save_metadata_async.*\):/*\1*/:' \
+   -e 's:\(g_test_add_func.*/file/set_without_load.*\):/*\1*/:' \
+   -i testsuite/test-file-metadata.c || die
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # valgrind checks not ran by default and require suppression files not 
in locations where they'd be installed by other packages
+   gnome2_src_configure \
+   --enable-gvfs-metadata \
+   --disable-valgrind \
+   $(use_enable introspection)
+}
+
+src_test() {
+   virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/latexila/, profiles/updates/, app-editors/gnome-latex/

2019-04-04 Thread Mart Raudsepp
commit: a2a7f4facc63e92d3700666578b6354a1f2d6d19
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 31 10:37:29 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr  4 10:59:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a7f4fa

app-editors/latexila: pkgmove to app-editors/gnome-latex

Upstream rename in 3.28

Signed-off-by: Mart Raudsepp  gentoo.org>

 app-editors/{latexila => gnome-latex}/Manifest   | 0
 .../latexila-3.22.1.ebuild => gnome-latex/gnome-latex-3.22.1.ebuild} | 1 +
 .../latexila-3.24.3.ebuild => gnome-latex/gnome-latex-3.24.3.ebuild} | 1 +
 app-editors/{latexila => gnome-latex}/metadata.xml   | 0
 profiles/updates/1Q-2019 | 1 +
 5 files changed, 3 insertions(+)

diff --git a/app-editors/latexila/Manifest b/app-editors/gnome-latex/Manifest
similarity index 100%
rename from app-editors/latexila/Manifest
rename to app-editors/gnome-latex/Manifest

diff --git a/app-editors/latexila/latexila-3.22.1.ebuild 
b/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild
similarity index 97%
rename from app-editors/latexila/latexila-3.22.1.ebuild
rename to app-editors/gnome-latex/gnome-latex-3.22.1.ebuild
index 14c5f696a25..e9d83e108ac 100644
--- a/app-editors/latexila/latexila-3.22.1.ebuild
+++ b/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI="6"
 VALA_USE_DEPEND="vapigen"
+GNOME_ORG_MODULE="latexila"
 
 inherit gnome2 vala
 

diff --git a/app-editors/latexila/latexila-3.24.3.ebuild 
b/app-editors/gnome-latex/gnome-latex-3.24.3.ebuild
similarity index 97%
rename from app-editors/latexila/latexila-3.24.3.ebuild
rename to app-editors/gnome-latex/gnome-latex-3.24.3.ebuild
index 6f814770cac..9abfdb785da 100644
--- a/app-editors/latexila/latexila-3.24.3.ebuild
+++ b/app-editors/gnome-latex/gnome-latex-3.24.3.ebuild
@@ -4,6 +4,7 @@
 EAPI="6"
 VALA_MIN_API_VERSION="0.34"
 VALA_USE_DEPEND="vapigen"
+GNOME_ORG_MODULE="latexila"
 
 inherit gnome2 vala
 

diff --git a/app-editors/latexila/metadata.xml 
b/app-editors/gnome-latex/metadata.xml
similarity index 100%
rename from app-editors/latexila/metadata.xml
rename to app-editors/gnome-latex/metadata.xml

diff --git a/profiles/updates/1Q-2019 b/profiles/updates/1Q-2019
index 10ac282f20d..12ddfd6bdb9 100644
--- a/profiles/updates/1Q-2019
+++ b/profiles/updates/1Q-2019
@@ -13,3 +13,4 @@ move net-misc/networkmanager-vpnc net-vpn/networkmanager-vpnc
 move net-misc/networkmanager-sstp net-vpn/networkmanager-sstp
 move gnome-extra/gnome-tweak-tool gnome-extra/gnome-tweaks
 move app-portage/eclass-manpages app-doc/eclass-manpages
+move app-editors/latexila app-editors/gnome-latex



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

2019-04-04 Thread Michael Palimaka
commit: c580d328f115e44658f07454e92d127ecf0ba676
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Apr  4 10:41:44 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Apr  4 10:43:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c580d328

sec-policy/apparmor-profiles: add live ebuild

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

 .../apparmor-profiles-.ebuild  | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/sec-policy/apparmor-profiles/apparmor-profiles-.ebuild 
b/sec-policy/apparmor-profiles/apparmor-profiles-.ebuild
new file mode 100644
index 000..7c3930d3847
--- /dev/null
+++ b/sec-policy/apparmor-profiles/apparmor-profiles-.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="A collection of profiles for the AppArmor application security 
system"
+HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="minimal vanilla"
+
+RESTRICT="test"
+
+S=${WORKDIR}/${P}/profiles
+
+pkg_setup() {
+   if use vanilla; then
+   EGIT_REPO_URI="https://gitlab.com/apparmor/apparmor.git;
+   EGIT_BRANCH="master"
+   else
+   EGIT_REPO_URI="https://github.com/kensington/apparmor.git;
+   EGIT_BRANCH="gentoo"
+   fi
+}
+
+src_install() {
+   if use minimal ; then
+   insinto /etc/apparmor.d
+   doins -r apparmor.d/{abstractions,tunables}
+   else
+   default
+   fi
+}



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

2019-04-04 Thread Jeroen Roovers
commit: 5e96b3523a39ff7fd2c8470477c5dfb3ea442894
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  4 10:11:17 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  4 10:12:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e96b352

dev-libs/libmaxminddb: Add live ebuild

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

 dev-libs/libmaxminddb/libmaxminddb-9.ebuild | 31 +
 1 file changed, 31 insertions(+)

diff --git a/dev-libs/libmaxminddb/libmaxminddb-9.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-9.ebuild
new file mode 100644
index 000..22ef31d4093
--- /dev/null
+++ b/dev-libs/libmaxminddb/libmaxminddb-9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools git-r3
+
+DESCRIPTION="C library for the MaxMind DB file format"
+HOMEPAGE="https://github.com/maxmind/libmaxminddb;
+EGIT_REPO_URI="${HOMEPAGE}"
+
+LICENSE="Apache-2.0"
+SLOT="0/0.0.7"
+KEYWORDS=""
+IUSE="static-libs"
+
+DOCS=( Changes.md )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+}



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

2019-04-04 Thread Jeroen Roovers
commit: 5599e045f440870b44315bc066206c5dde32ebe5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  4 09:26:29 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  4 09:26:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5599e045

net-misc/shigofumi: Switch to HTTPS in EGIT_REPO_URI

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

 net-misc/shigofumi/shigofumi-0.3-r1.ebuild | 4 ++--
 net-misc/shigofumi/shigofumi-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/shigofumi/shigofumi-0.3-r1.ebuild 
b/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
index 1c7d25f0f8b..8667bb035c0 100644
--- a/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
+++ b/net-misc/shigofumi/shigofumi-0.3-r1.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
@@ -9,7 +9,7 @@ inherit autotools
 DESCRIPTION="Command line client for ISDS"
 HOMEPAGE="http://xpisar.wz.cz/shigofumi/;
 if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
+   EGIT_REPO_URI='https://repo.or.cz/shigofumi.git'
inherit git-r3
 else
SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2;

diff --git a/net-misc/shigofumi/shigofumi-.ebuild 
b/net-misc/shigofumi/shigofumi-.ebuild
index 1c7d25f0f8b..8667bb035c0 100644
--- a/net-misc/shigofumi/shigofumi-.ebuild
+++ b/net-misc/shigofumi/shigofumi-.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
@@ -9,7 +9,7 @@ inherit autotools
 DESCRIPTION="Command line client for ISDS"
 HOMEPAGE="http://xpisar.wz.cz/shigofumi/;
 if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
+   EGIT_REPO_URI='https://repo.or.cz/shigofumi.git'
inherit git-r3
 else
SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2;



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

2019-04-04 Thread Jeroen Roovers
commit: 39a1409bae19a0fd0e5f8ccc2ef6b486530348a5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  4 09:23:25 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  4 09:23:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a1409b

dev-vcs/guilt: Switch to HTTPS

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

 dev-vcs/guilt/guilt-0.36-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/guilt/guilt-0.36-r1.ebuild 
b/dev-vcs/guilt/guilt-0.36-r1.ebuild
index 5a46d0b1549..52a9c49c0e4 100644
--- a/dev-vcs/guilt/guilt-0.36-r1.ebuild
+++ b/dev-vcs/guilt/guilt-0.36-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DESCRIPTION="A series of bash scripts which add a quilt-like interface to git"
-HOMEPAGE="http://repo.or.cz/w/guilt.git;
+HOMEPAGE="https://repo.or.cz/w/guilt.git;
 SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"



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

2019-04-04 Thread Jeroen Roovers
commit: 8186a735d2ce54a5c483c531efbb61ecb4d58443
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  4 09:10:15 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  4 09:11:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8186a735

media-sound/ncmpcpp: Switch to HTTPS

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

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

diff --git a/media-sound/ncmpcpp/ncmpcpp-.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-.ebuild
index 32c52125a42..f5c7770182d 100644
--- a/media-sound/ncmpcpp/ncmpcpp-.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 inherit autotools git-r3
 
 DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
-HOMEPAGE="http://ncmpcpp.rybczak.net/;
-EGIT_REPO_URI="git://repo.or.cz/ncmpcpp.git"
+HOMEPAGE="https://ncmpcpp.rybczak.net/;
+EGIT_REPO_URI="https://repo.or.cz/ncmpcpp.git;
 LICENSE="GPL-2"
 
 SLOT="0"



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

2019-04-04 Thread Lars Wendler
commit: 04bd575e6cf1209607fe314c5de77879d0bc3f0a
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Apr  4 09:10:48 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Apr  4 09:11:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04bd575e

net-fs/samba: Bump to version 4.10.1

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

 net-fs/samba/Manifest|   1 +
 net-fs/samba/samba-4.10.1.ebuild | 306 +++
 2 files changed, 307 insertions(+)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index c1467ca79aa..8337a39063d 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,4 +1,5 @@
 DIST samba-4.10.0.tar.gz 18270804 BLAKE2B 
53faf392aa4d09412f3d525410e290385f796dd7ef16e48d403ce8ff0466150312992c7459adee21ebf4c217c67a77d244b69f706dae16245058670a2ccd2087
 SHA512 
e82a8ec78cea666a653bddab066eaa22382f5b016b38f7618492e39f470d6f4c3ddd6dc21e9f0e9fde73ab98c4dd3da1a3823fd457f085ac14c36070b447ac90
+DIST samba-4.10.1.tar.gz 18280677 BLAKE2B 
e14142d51e35d0745d21832825af59216032df5316db4adb39044e3121911ac06bc3d7070c9a03f7fdda03e18f537293e9e3a4c4a78bd1c3c93244d23171ca39
 SHA512 
cfd86999d2eacb7700f03a25112211f4c79f64685d758744f690046728b5f5d66e4699d6cc9dc3e1ae108eb630ed18d9f62791ca101daabcebafa3cca2b3d838
 DIST samba-4.5.11-disable-python-patches.tar.xz 6292 BLAKE2B 
c2a32a1059a02bc1c87ce5f604cbc5878c654b8f693c8486b5ba63b37513444915a7b6389fe82b7e31ab2f9577dd8462eddba60b4f4f756b4ed1145ce7bd90ae
 SHA512 
f0e3076e3e1ecaae3f06b3ef30efc81719fb3f63a1041dcbdae4b62ca4cf693732f9eb16f047d046d4930136fed82194e82b455ea888e12cf845b3e6a122d57d
 DIST samba-4.5.16.tar.gz 21024396 BLAKE2B 
e737559fb748044076608fa233700eb54c7e1c56bc234763f062b6341a179cc78a4a8cdf9f3d6f4d7f3cf8a79f846852ddd5cc753a468c3adb3a0451e1809ed9
 SHA512 
de8a41013cfb5ef3adcb290efd97a78a5de876d90ad05764d631f14e663a1849bb53e4ac394b46c906f1109be5748fee9316407a659c57007d36851ae8adcd7f
 DIST samba-4.7.12.tar.gz 16923189 BLAKE2B 
98ea5e535482a4cdfeb4f9ad70bc8c40bb6d5a8920ce9bc6dda84f20698245c3c5d472a5f79984efc81f9c32d1d1e72b1fcdffb137e3a27634f4c521a1d46a48
 SHA512 
951dfc0ea7130da9d9aa3069ca276e630d67171a1995dba368459e0cdf00337d0f6271827bffec694371010614a1a7ce2349840ddedd0231315f6a56dce2fcac

diff --git a/net-fs/samba/samba-4.10.1.ebuild b/net-fs/samba/samba-4.10.1.ebuild
new file mode 100644
index 000..3dd2aa09db2
--- /dev/null
+++ b/net-fs/samba/samba-4.10.1.ebuild
@@ -0,0 +1,306 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+PYTHON_REQ_USE='threads(+),xml(+)'
+
+inherit python-single-r1 waf-utils multilib-minimal linux-info systemd pam
+
+MY_PV="${PV/_rc/rc}"
+MY_P="${PN}-${MY_PV}"
+
+SRC_PATH="stable"
+[[ ${PV} = *_rc* ]] && SRC_PATH="rc"
+
+SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
+[[ ${PV} = *_rc* ]] || \
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DESCRIPTION="Samba Suite Version 4"
+HOMEPAGE="https://www.samba.org/;
+LICENSE="GPL-3"
+
+SLOT="0"
+
+IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg 
iprint json ldap
+pam python quota selinux syslog system-heimdal +system-mitkrb5 systemd test 
winbind zeroconf"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/samba-4.0/policy.h
+   /usr/include/samba-4.0/dcerpc_server.h
+   /usr/include/samba-4.0/ctdb.h
+   /usr/include/samba-4.0/ctdb_client.h
+   /usr/include/samba-4.0/ctdb_protocol.h
+   /usr/include/samba-4.0/ctdb_private.h
+   /usr/include/samba-4.0/ctdb_typesafe_cb.h
+   /usr/include/samba-4.0/ctdb_version.h
+)
+
+# sys-apps/attr is an automagic dependency (see bug #489748)
+CDEPEND="
+   >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}]
+   dev-lang/perl:=
+   dev-libs/libaio[${MULTILIB_USEDEP}]
+   dev-libs/libbsd[${MULTILIB_USEDEP}]
+   dev-libs/iniparser:0
+   dev-libs/popt[${MULTILIB_USEDEP}]
+   dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   >=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
+   net-libs/libnsl:=[${MULTILIB_USEDEP}]
+   sys-apps/attr[${MULTILIB_USEDEP}]
+   
>=sys-libs/ldb-1.5.4[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   
=sys-libs/talloc-2.1.16[python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   >=sys-libs/tdb-1.3.18[python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   >=sys-libs/tevent-0.9.39[python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   sys-libs/zlib[${MULTILIB_USEDEP}]
+   virtual/libiconv
+   pam? ( virtual/pam )
+   acl? ( virtual/acl )
+   addns? (
+   net-dns/bind-tools[gssapi]
+   dev-python/dnspython:=[${PYTHON_USEDEP}]
+   )
+   ceph? ( sys-cluster/ceph )
+   cluster? (
+   net-libs/rpcsvc-proto
+   !dev-db/ctdb
+   )
+   cups? ( net-print/cups )
+ 

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

2019-04-04 Thread Jeroen Roovers
commit: e97648e24a113d3ce8f89a59cf2659d1d9fab623
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  4 09:00:50 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  4 09:02:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97648e2

dev-libs/libxdg-basedir: Update HOMEPAGE

The repo.or.cz site is outdated and the GH repo seems slightly more
active.

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

 dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild 
b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild
index 26e6d732db0..96a53b45871 100644
--- a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild
+++ b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit autotools eutils
 
 DESCRIPTION="Small library to access XDG Base Directories Specification paths"
-HOMEPAGE="http://repo.or.cz/w/libxdg-basedir.git;
-SRC_URI="https://github.com/devnev/${PN}/archive/${P}.tar.gz;
+HOMEPAGE="https://github.com/devnev/libxdg-basedir;
+SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2019-04-04 Thread Jeroen Roovers
commit: 17e92188dd2c2b52b0df72a88a1e1a1b7e655b96
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  4 08:53:09 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  4 08:53:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e92188

dev-libs/polylib: Switch to HTTPS in EGIT_REPO_URI

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

 dev-libs/polylib/polylib-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-libs/polylib/polylib-.ebuild 
b/dev-libs/polylib/polylib-.ebuild
index 030fb2d7195..dabb9d8742d 100644
--- a/dev-libs/polylib/polylib-.ebuild
+++ b/dev-libs/polylib/polylib-.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit autotools git-r3
 
-EGIT_REPO_URI="git://repo.or.cz/${PN}.git
-   http://repo.or.cz/r/${PN}.git;
+EGIT_REPO_URI="https://repo.or.cz/r/${PN}.git;
 
 DESCRIPTION="ppl port of cloog"
 HOMEPAGE="http://icps.u-strasbg.fr/polylib/;



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

2019-04-04 Thread Jeroen Roovers
commit: 2bd5b5e0229b7402939adfa1c4720af0bbc9fb02
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  4 08:40:37 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  4 08:41:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd5b5e0

net-misc/socat: Use HTTPS

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

 net-misc/socat/socat-.ebuild | 17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/net-misc/socat/socat-.ebuild b/net-misc/socat/socat-.ebuild
index 52fde25ab3f..dab9093e876 100644
--- a/net-misc/socat/socat-.ebuild
+++ b/net-misc/socat/socat-.ebuild
@@ -1,15 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
+EAPI=7
 inherit autotools flag-o-matic git-r3 toolchain-funcs
 
 DESCRIPTION="Multipurpose relay (SOcket CAT)"
 HOMEPAGE="http://www.dest-unreach.org/socat/;
-MY_P=${P/_beta/-b}
-S="${WORKDIR}/${MY_P}"
-EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
+EGIT_REPO_URI="https://repo.or.cz/${PN}.git;
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -28,10 +25,10 @@ DEPEND="
${RDEPEND}
app-text/yodl
 "
-
-RESTRICT="test
-   ssl? ( readline? ( bindist ) )"
-
+RESTRICT="
+   test
+   ssl? ( readline? ( bindist ) )
+"
 DOCS=(
BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README 
SECURITY
 )



  1   2   >