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

2019-02-28 Thread Hans de Graaff
commit: 3560240ab19554564afb7ca263dd7e7217bab18f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  1 06:08:55 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  1 06:08:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3560240a

dev-ruby/msgpack: cleanup

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

 dev-ruby/msgpack/Manifest |  1 -
 dev-ruby/msgpack/msgpack-1.2.2.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index fab5dfb11de..68c1caf6b88 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1,4 +1,3 @@
-DIST msgpack-1.2.2.gem 78848 BLAKE2B 
b3ae75ebd6159a78c6a31ecc45bfe0474d5fe91672b6c9dfe96a561b07ebb5bc9ebf91477bc370fba199c5a8c187faa4995a90aa0209b8af81e6d06cd2e58b7b
 SHA512 
7f7fa3350485c3888a42a78fc53f91029208bc6ee483b4c1a082dfa515d435295b6d2f57e9c4cc3f7805349e4a21854585997075d2535c0343af4ae1ec66a802
 DIST msgpack-1.2.4.gem 78848 BLAKE2B 
5e4c0f75e051bd1da800257600a44a712a18430b77b1c6ceebf1b6452bda0169fa7fdbd3dc5230b76da226965b32e1581ab3c27be8416c00bd90e827b22bce51
 SHA512 
dc2267a8c2f673ce6c8910e09841ec01bd84f06baf68b9c9ba2c0acb905d197ca82f481748ceb7edb7dff5359c4d983f381882923a1d935bd5bc536bd2fa60be
 DIST msgpack-1.2.6.gem 78848 BLAKE2B 
06d0125f773d3fb8a15808e84a4661f51b0bf4c3951922697ae1bcb658eecc8e81eeb99ee10e23722b878a4be48c88ce8dc439fadf9f1a59f22bb5a1fdf93db7
 SHA512 
cbd28125826a2cb2db1fd6869443671da3093b8c834949741257abe69d763d1296f97d155f9a0d2bee53424b9a68c2b78ff8e8b00bb5f95dc1e6a34ad51981d1
 DIST msgpack-1.2.7.gem 79360 BLAKE2B 
edd9573d9c8da035b853a77acd55b9243bb9001323d570e47b7dce667ffb08223d74396b313ec392769a39096626ea7388a7369b7d4220cd96e53a6e96f7bcac
 SHA512 
086594a5f7202ae58f7681d7f58cea02560d68e4a3666e3bcead71dee0a8d0f7c56ac8a42e9ac2f7eea44f0d41207ae02ecc20e7bc0fea24af8a7965fdaceceb

diff --git a/dev-ruby/msgpack/msgpack-1.2.2.ebuild 
b/dev-ruby/msgpack/msgpack-1.2.2.ebuild
deleted file mode 100644
index ea2b33ee6ac..000
--- a/dev-ruby/msgpack/msgpack-1.2.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
-HOMEPAGE="https://msgpack.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd"
-IUSE="doc"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile || die
-
-   # Remove jruby-specific specs that are run also for other rubies.
-   rm -rf spec/jruby || die
-
-   sed -i -e '/git ls-files/d' msgpack.gemspec || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension 
failed."
-
-   # rb_num2int is not inlined on 32 bit arches but also not explicitly
-   # defined, bug 582968
-   sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/${PN}
-   cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install 
msgpack library."
-}



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

2019-02-28 Thread Hans de Graaff
commit: ca0f68150b6185a6370631946cddac60e8855bc6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  1 06:08:21 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  1 06:08:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0f6815

dev-ruby/msgpack: add 1.2.7

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

 dev-ruby/msgpack/Manifest |  1 +
 dev-ruby/msgpack/msgpack-1.2.7.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index 419e9efc53a..fab5dfb11de 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1,3 +1,4 @@
 DIST msgpack-1.2.2.gem 78848 BLAKE2B 
b3ae75ebd6159a78c6a31ecc45bfe0474d5fe91672b6c9dfe96a561b07ebb5bc9ebf91477bc370fba199c5a8c187faa4995a90aa0209b8af81e6d06cd2e58b7b
 SHA512 
7f7fa3350485c3888a42a78fc53f91029208bc6ee483b4c1a082dfa515d435295b6d2f57e9c4cc3f7805349e4a21854585997075d2535c0343af4ae1ec66a802
 DIST msgpack-1.2.4.gem 78848 BLAKE2B 
5e4c0f75e051bd1da800257600a44a712a18430b77b1c6ceebf1b6452bda0169fa7fdbd3dc5230b76da226965b32e1581ab3c27be8416c00bd90e827b22bce51
 SHA512 
dc2267a8c2f673ce6c8910e09841ec01bd84f06baf68b9c9ba2c0acb905d197ca82f481748ceb7edb7dff5359c4d983f381882923a1d935bd5bc536bd2fa60be
 DIST msgpack-1.2.6.gem 78848 BLAKE2B 
06d0125f773d3fb8a15808e84a4661f51b0bf4c3951922697ae1bcb658eecc8e81eeb99ee10e23722b878a4be48c88ce8dc439fadf9f1a59f22bb5a1fdf93db7
 SHA512 
cbd28125826a2cb2db1fd6869443671da3093b8c834949741257abe69d763d1296f97d155f9a0d2bee53424b9a68c2b78ff8e8b00bb5f95dc1e6a34ad51981d1
+DIST msgpack-1.2.7.gem 79360 BLAKE2B 
edd9573d9c8da035b853a77acd55b9243bb9001323d570e47b7dce667ffb08223d74396b313ec392769a39096626ea7388a7369b7d4220cd96e53a6e96f7bcac
 SHA512 
086594a5f7202ae58f7681d7f58cea02560d68e4a3666e3bcead71dee0a8d0f7c56ac8a42e9ac2f7eea44f0d41207ae02ecc20e7bc0fea24af8a7965fdaceceb

diff --git a/dev-ruby/msgpack/msgpack-1.2.7.ebuild 
b/dev-ruby/msgpack/msgpack-1.2.7.ebuild
new file mode 100644
index 000..2fb63620569
--- /dev/null
+++ b/dev-ruby/msgpack/msgpack-1.2.7.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
+HOMEPAGE="https://msgpack.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd"
+IUSE="doc"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+   # Remove jruby-specific specs that are run also for other rubies.
+   rm -rf spec/jruby || die
+
+   sed -i -e '/git ls-files/d' msgpack.gemspec || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension 
failed."
+
+   # rb_num2int is not inlined on 32 bit arches but also not explicitly
+   # defined, bug 582968
+   sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install 
msgpack library."
+}



[gentoo-commits] proj/genkernel:master commit in: /

2019-02-28 Thread Robin H. Johnson
commit: 31d264e222708f12e0b952dda5a2c2909f3e4d45
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Mar  1 05:59:51 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Mar  1 05:59:51 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=31d264e2

Merge branch 'github-gentoo/pr/8'

Fixes: https://github.com/gentoo/genkernel/pull/8
Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/initrd.defaults |  2 +-
 defaults/initrd.scripts  | 18 +-
 defaults/login-remote.sh | 37 +++--
 3 files changed, 33 insertions(+), 24 deletions(-)



[gentoo-commits] proj/genkernel:master commit in: defaults/

2019-02-28 Thread Robin H. Johnson
commit: 8aa79ee17291ca2bef5c9117b14d4553afe00fde
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jan  5 01:11:26 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Mar  1 05:58:54 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8aa79ee1

Fix inconsistent case for ROOT/SWAP.encrypted flag filenames

openLUKS() creates files using upper case names, not lower case.

Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/initrd.scripts | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
index f8f9825..a88ed60 100644
--- a/defaults/initrd.scripts
+++ b/defaults/initrd.scripts
@@ -1472,12 +1472,12 @@ startLUKS() {
/sbin/ifconfig $(echo "${IP}" | awk -F":" '{print $6}' ) 0.0.0.0
fi
 
-   if [ -e /root.decrypted ]; then
-   rm /root.decrypted
+   if [ -e /ROOT.decrypted ]; then
+   rm /ROOT.decrypted
fi
 
-   if [ -e /swap.decrypted ]; then
-   rm /swap.decrypted
+   if [ -e /SWAP.decrypted ]; then
+   rm /SWAP.decrypted
fi
 }
 



[gentoo-commits] proj/genkernel:master commit in: defaults/

2019-02-28 Thread Robin H. Johnson
commit: 71016e53a2c77d33e57817f97f9a3c47302daba0
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jan  5 01:08:45 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Mar  1 05:58:52 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=71016e53

login-remote.sh: remove useless echo and sleep

Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/login-remote.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/defaults/login-remote.sh b/defaults/login-remote.sh
index 47e6abf..7a1b21b 100644
--- a/defaults/login-remote.sh
+++ b/defaults/login-remote.sh
@@ -45,8 +45,6 @@ openLUKSremote() {
while [ 1 ]
do
local gpg_cmd="" crypt_filter_ret=42
-   echo $-
-   sleep 1
 
if [ -e ${flag_opened} ]
then



[gentoo-commits] proj/genkernel:master commit in: defaults/

2019-02-28 Thread Robin H. Johnson
commit: 05f7b1ab0e7e474358e4da2e0cee6f12f06a1f20
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jan  5 01:16:34 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Mar  1 05:59:02 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=05f7b1ab

login-remote.sh: unnest second LUKS decryption try

Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/login-remote.sh | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/defaults/login-remote.sh b/defaults/login-remote.sh
index 9b52037..a7bba43 100644
--- a/defaults/login-remote.sh
+++ b/defaults/login-remote.sh
@@ -77,20 +77,20 @@ openLUKSremote() {
# 1st try: unencrypted keyfile
crypt_filter "cryptsetup 
${cryptsetup_options} --key-file ${LUKS_KEY} luksOpen ${LUKS_DEVICE} 
${LUKS_NAME}"
crypt_filter_ret=$?
+   fi
 
-   if [ -f /sbin/gpg ] && [ 
${crypt_filter_ret} -ne 0 ]
-   then
-   # 2nd try: gpg-encrypted keyfile
-   [ -e /dev/tty ] && mv /dev/tty 
/dev/tty.org
-   mknod /dev/tty c 5 1
-   gpg_cmd="/sbin/gpg 
--logger-file /dev/null --quiet --decrypt ${LUKS_KEY} |"
-   crypt_filter 
"${gpg_cmd}cryptsetup ${cryptsetup_options} --key-file ${LUKS_KEY} luksOpen 
${LUKS_DEVICE} ${LUKS_NAME}"
-   crypt_filter_ret=$?
+   if [ -f /sbin/gpg ] && [ ${crypt_filter_ret} 
-ne 0 ]
+   then
+   # 2nd try: gpg-encrypted keyfile
+   [ -e /dev/tty ] && mv /dev/tty 
/dev/tty.org
+   mknod /dev/tty c 5 1
+   gpg_cmd="/sbin/gpg --logger-file 
/dev/null --quiet --decrypt ${LUKS_KEY} |"
+   crypt_filter "${gpg_cmd}cryptsetup 
${cryptsetup_options} --key-file ${LUKS_KEY} luksOpen ${LUKS_DEVICE} 
${LUKS_NAME}"
+   crypt_filter_ret=$?
 
-   [ -e /dev/tty.org ] \
-   && rm -f /dev/tty \
-   && mv /dev/tty.org 
/dev/tty
-   fi
+   [ -e /dev/tty.org ] \
+   && rm -f /dev/tty \
+   && mv /dev/tty.org /dev/tty
fi
 
if [ ${crypt_filter_ret} -eq 0 ]



[gentoo-commits] proj/genkernel:master commit in: defaults/

2019-02-28 Thread Robin H. Johnson
commit: 592d547c4d04625317f0b7dded624934254d186f
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jan  5 01:19:11 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Mar  1 05:59:04 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=592d547c

login-remote.sh: add a 3rd try which relies on user-submit passphrase

Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/login-remote.sh | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/defaults/login-remote.sh b/defaults/login-remote.sh
index a7bba43..4d7aac6 100644
--- a/defaults/login-remote.sh
+++ b/defaults/login-remote.sh
@@ -93,6 +93,13 @@ openLUKSremote() {
&& mv /dev/tty.org /dev/tty
fi
 
+   if [ ${crypt_filter_ret} -ne 0 ]
+   then
+   # 3rd try: user-submitted passphrase
+   crypt_filter "cryptsetup 
${cryptsetup_options} luksOpen ${LUKS_DEVICE} ${LUKS_NAME}"
+   crypt_filter_ret=$?
+   fi
+
if [ ${crypt_filter_ret} -eq 0 ]
then
touch ${flag_opened}



[gentoo-commits] proj/genkernel:master commit in: defaults/

2019-02-28 Thread Robin H. Johnson
commit: eb223ce83f9dc6cefd6f41ef7fd753413b12521e
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jan  5 01:27:28 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Mar  1 05:58:48 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=eb223ce8

login-remote.sh: set vim modeline to use tabs

Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/login-remote.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/defaults/login-remote.sh b/defaults/login-remote.sh
index 630d484..47e6abf 100644
--- a/defaults/login-remote.sh
+++ b/defaults/login-remote.sh
@@ -1,4 +1,5 @@
 #!/bin/sh
+# vim: set noexpandtab:
 
 . /etc/login-remote.conf
 . /etc/initrd.defaults



[gentoo-commits] proj/genkernel:master commit in: defaults/

2019-02-28 Thread Robin H. Johnson
commit: 93f00250b4596e7f04959485c139bea92e77da2c
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jan  5 01:07:12 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Mar  1 05:58:35 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=93f00250

Don't set QUIET=1 by default, fixes login-remote.sh messages

QUIET should not be enabled by default, otherwise login-remote.sh will
be quiet and lack messages like "LUKS device /dev/xxx opened".

Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/initrd.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
index 2bf14f4..6a3b792 100755
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -52,7 +52,7 @@ KMINOR=`echo $KV | cut -f2 -d.`
 KVER="${KMAJOR}.${KMINOR}"
 MISCOPTS='debug detect'
 
-QUIET='1'
+QUIET=''
 ROOT_LINKS='bin sbin lib lib32 lib64 boot usr opt emul'
 ROOT_TREES='etc root home var'
 



[gentoo-commits] proj/genkernel:master commit in: defaults/

2019-02-28 Thread Robin H. Johnson
commit: 3b69162f8760e4f49631706723921c3c5dc6986e
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jan  5 01:29:01 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Mar  1 05:59:06 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=3b69162f

Fix init/login-remote logic so that init keeps going once disks are decrypted

* Kill the cryptsetup process started by init, otherwise it will hang
  forever.
* Make init check for an already-opened device before prompting the
  user, otherwise we have to wait for the prompt_user calls to time out.

Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/initrd.scripts  | 10 +-
 defaults/login-remote.sh |  3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
index a88ed60..c57f016 100644
--- a/defaults/initrd.scripts
+++ b/defaults/initrd.scripts
@@ -1295,8 +1295,12 @@ openLUKS() {
while [ 1 ]
do
local gpg_cmd=""
+   if [ -e ${flag_opened} ]
+   then
+   good_msg "The LUKS device ${LUKS_DEVICE} meanwhile was 
opened by someone else."
+   break
# if crypt_silent=1 and some error occurs, enter shell quietly
-   if [ \( ${CRYPT_SILENT} -eq 1 \) -a \( \( \( ${DEV_ERROR} -eq 1 
\) -o \( ${KEY_ERROR} -eq 1 \) \) -o \( ${KEYDEV_ERROR} -eq 1 \) \) ]
+   elif [ \( ${CRYPT_SILENT} -eq 1 \) -a \( \( \( ${DEV_ERROR} -eq 
1 \) -o \( ${KEY_ERROR} -eq 1 \) \) -o \( ${KEYDEV_ERROR} -eq 1 \) \) ]
then
run_shell
elif [ ${DEV_ERROR} -eq 1 ]
@@ -1311,10 +1315,6 @@ openLUKS() {
then
prompt_user "LUKS_KEYDEV" "${LUKS_NAME} key device"
KEYDEV_ERROR=0
-   elif [ -e ${flag_opened} ]
-   then
-   good_msg "The LUKS device ${LUKS_DEVICE} meanwhile was 
opened by someone else."
-   break
else
LUKS_DEVICE=$(find_real_device "${LUKS_DEVICE}")
 

diff --git a/defaults/login-remote.sh b/defaults/login-remote.sh
index 4d7aac6..c667b5e 100644
--- a/defaults/login-remote.sh
+++ b/defaults/login-remote.sh
@@ -104,6 +104,9 @@ openLUKSremote() {
then
touch ${flag_opened}
good_msg "LUKS device ${LUKS_DEVICE} 
opened" ${CRYPT_SILENT}
+   # Kill the cryptsetup process started 
by init
+   # so that the boot process can continue
+   killall cryptsetup
break
else
bad_msg "Failed to open LUKS device 
${LUKS_DEVICE}" ${CRYPT_SILENT}



[gentoo-commits] proj/genkernel:master commit in: defaults/

2019-02-28 Thread Robin H. Johnson
commit: 49aec4c7ace3c77f3fb86a4f5ae68c1c6beda1fa
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jan  5 01:21:55 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Mar  1 05:59:01 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=49aec4c7

login-remote.sh: only try to decrypt key using GPG if binary exists

Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/login-remote.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaults/login-remote.sh b/defaults/login-remote.sh
index 7a1b21b..9b52037 100644
--- a/defaults/login-remote.sh
+++ b/defaults/login-remote.sh
@@ -78,7 +78,7 @@ openLUKSremote() {
crypt_filter "cryptsetup 
${cryptsetup_options} --key-file ${LUKS_KEY} luksOpen ${LUKS_DEVICE} 
${LUKS_NAME}"
crypt_filter_ret=$?
 
-   if [ ${crypt_filter_ret} -ne 0 ]
+   if [ -f /sbin/gpg ] && [ 
${crypt_filter_ret} -ne 0 ]
then
# 2nd try: gpg-encrypted keyfile
[ -e /dev/tty ] && mv /dev/tty 
/dev/tty.org



[gentoo-commits] proj/genkernel:master commit in: defaults/

2019-02-28 Thread Robin H. Johnson
commit: 205135d844f76de534417a67235bfcf9ec4eecca
Author: Guido Jäkel  dnb  de>
AuthorDate: Wed Jun 20 08:34:24 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Mar  1 05:52:39 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=205135d8

remove NFS rsize/wsize options from default

I suggest to completely remove "rsize=1024,wsize=1024" from the 
DEFAULT_NFSOPTIONS:
* The kernel/mount default is "unlimited" and the concrete values will be with 
negotiated with the NFS server.
* If optional values for {r,w}size are passed to the kernel commandline 
parameter "nfrsoot=...,", this additinal options are *appended* to the 
resulting mount options. But (at least) for {r,w}size, the first occurrence 
strikes; i.e. the values passed via the commandline are ignored in fact.

As a more complex alternative, the function "findnfsmount()" (   
initrd.scripts, 569ff.) may be rewritten to parse and kick out 
double-occurences of options.

Background: I run into this issue booting a diskless server; using PXE for the 
kernel and initramfs and NFS for the rootfs.

Signed-off-by: Guido Jäkel  DNB.DE>
Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/initrd.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
index 924bdea..8ef8d3c 100755
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -81,7 +81,7 @@ overlayfs_modules_dir=mnt/cdrom
 
 LOOPS='/livecd.loop /zisofs /livecd.squashfs /image.squashfs /livecd.gcloop'
 
-DEFAULT_NFSOPTIONS="ro,nolock,rsize=1024,wsize=1024"
+DEFAULT_NFSOPTIONS="ro,nolock"
 
 # HWOPTS is the list of ALL options that take do/no prefixes, almost all of
 # which match a MODULES_* variable; it is ALSO the order of evaluation.



[gentoo-commits] proj/genkernel:master commit in: /

2019-02-28 Thread Robin H. Johnson
commit: c082eb1318dd438d1bd01dc038feffa9d47bc237
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Feb 28 06:42:53 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Mar  1 05:53:57 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c082eb13

Merge 'remove NFS rsize/wsize options from default'

Rebased original commit b9b6c2d98aa19edcfda95a65c417719e714a67be to
fix CRLF commit message that broke parsing of the headers.

Fixes: https://github.com/gentoo/genkernel/pull/4
Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/initrd.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



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

2019-02-28 Thread Michael Orlitzky
commit: c0c0ed606a0b68bfaafcd5296c82df8a7d2de190
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Mar  1 03:29:46 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Mar  1 03:29:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c0ed60

dev-php/recaptcha: remove "unused" recaptcha-1.1.3.ebuild.

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

 dev-php/recaptcha/Manifest   |  1 -
 dev-php/recaptcha/recaptcha-1.1.3.ebuild | 34 
 2 files changed, 35 deletions(-)

diff --git a/dev-php/recaptcha/Manifest b/dev-php/recaptcha/Manifest
index b7b95a982e2..d82a9d1c40a 100644
--- a/dev-php/recaptcha/Manifest
+++ b/dev-php/recaptcha/Manifest
@@ -1,2 +1 @@
-DIST recaptcha-1.1.3.tar.gz 12909 BLAKE2B 
cbffb64148f3359f4d351089fde65d2b9c8136e0814b5f6aedb3cd9b7f7d3f8f77d9673059f3909b381cf9151ca34a31bb961fe8686bdda4612c718828e46036
 SHA512 
54e22654d3b24400e448260f1d075ba2586d33cf44e0a5187b5c1288705b29bf9de394f8ca48f7717a2480cb1ae21348cc63e724f1eb93f268407a942b13f9dd
 DIST recaptcha-1.2.1.tar.gz 19935 BLAKE2B 
43077b25d484940951bf070fa440b5d13c6992c2a157e06b81961b9692683a277d9507e44102dd0ba0cde66c892fd4736ed34cae4b001bdce0d4ab619828b432
 SHA512 
62df22a6f4b05006a6051db689994e455ada43f76406dd62c5c13f1d90ae64401e9d75c6a92f2c620a14c070d2b49199c20e70eb6284e42e676d37412a98abe4

diff --git a/dev-php/recaptcha/recaptcha-1.1.3.ebuild 
b/dev-php/recaptcha/recaptcha-1.1.3.ebuild
deleted file mode 100644
index c91f2b60d6f..000
--- a/dev-php/recaptcha/recaptcha-1.1.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="PHP client library for Google's reCAPTCHA service"
-HOMEPAGE="https://github.com/google/recaptcha;
-SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples test"
-
-DEPEND="test? ( dev-php/phpunit )"
-RDEPEND="dev-lang/php"
-
-src_install(){
-   insinto "/usr/share/php/${PN}"
-   doins -r src/autoload.php src/ReCaptcha
-   dodoc CONTRIBUTING.md README.md
-   use examples && dodoc -r examples
-}
-
-src_test(){
-   phpunit || die "test suite failed"
-}
-
-pkg_postinst(){
-   elog "${PN} has been installed in /usr/share/php/${PN}/."
-   elog "To use it in a script, require('${PN}/autoload.php'),"
-   elog "and then use the ${PN} class normally. Most of the examples in"
-   elog "the documentation should work without further modification."
-}



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

2019-02-28 Thread Michael Orlitzky
commit: 04c03080d70a094d2bbb674f9b011b8da1df8a3b
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Mar  1 03:28:00 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Mar  1 03:28:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c03080

dev-php/recaptcha: stabilize v1.2.1 on amd64.

I'm not sure what happened on bug 678720... this was supposed to be
stabilized on amd64 already. But in any case, it was stabilized on x86
and marked ALLARCHES. Moreover, I actually use it on amd64. All is well.

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

 dev-php/recaptcha/recaptcha-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/recaptcha/recaptcha-1.2.1.ebuild 
b/dev-php/recaptcha/recaptcha-1.2.1.ebuild
index b7ba445b7d3..bcba673ab3c 100644
--- a/dev-php/recaptcha/recaptcha-1.2.1.ebuild
+++ b/dev-php/recaptcha/recaptcha-1.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="examples test"
 
 RDEPEND="dev-lang/php"



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

2019-02-28 Thread Mart Raudsepp
commit: 6eaa7af1e491f3b6e7d27271c4e143b0fc2ce0b5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Mar  1 01:37:39 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Mar  1 01:42:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eaa7af1

dev-libs/gjs: bump to 1.52.5

This includes the "Big Hammer" patch to reduce memory usage.

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

 dev-libs/gjs/Manifest  |  1 +
 dev-libs/gjs/gjs-1.52.5.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/gjs/Manifest b/dev-libs/gjs/Manifest
index cc6f8bb52d1..b1b8da62f98 100644
--- a/dev-libs/gjs/Manifest
+++ b/dev-libs/gjs/Manifest
@@ -1,3 +1,4 @@
 DIST gjs-1.46.0.tar.xz 490812 BLAKE2B 
d7b71d6c611404d9313cdd19959e2a0cb7f035bbd2528db77ccb0030e685019b756216bfbc64885b3641c14cab2f29110492c87047c3ceb1a627765857b19a95
 SHA512 
14af40668e95d269ac87556c75cf45680c41bc8246f04c46726d34bd80e9344045c0a510567f156c2c25c1f10dd474dc38bd50581d1b2e5abe0daa0cf570e2bc
 DIST gjs-1.48.7.tar.xz 595324 BLAKE2B 
eac8b5b2f7e909e94e3fb305cac443da3f433047ee07fa8fbd15905890f77d57449c8689867df61f1ac849b8b4bddc089a9b1ddc3aa79d4b3d054226c58fa909
 SHA512 
b8c58e068eaecfca2fa40cebe209fa8058e603809be4307099a0f3dbd561752a540d587d546ffa74aef0268a111f2b2846a1e0febda1adcefdac8c02e716e2dd
 DIST gjs-1.50.4.tar.xz 612260 BLAKE2B 
c5731dd9f0703a3c6fa8e407fdba888629f7f0ad197ad60a433bc9eb315a6f633e9f192cf3ef51d17dd3529f66dc4c291f302e5dd57873e6f274047af46c2647
 SHA512 
d95aed6ec8001ccc5f70abad8e2c6dcee8d62f54500f19f5acb25096b398b03a932afeb226d27c0bd6c5c57d9685403f7b77b06ee7b861648402a9137446fcbb
+DIST gjs-1.52.5.tar.xz 627796 BLAKE2B 
c6e6af2572b627ac81794dec1c8101476d5c7a441e879c73bbf394775a0d508ea34b3e78deb5976f0010d7d026f6186196e12ff1ad9a1fa614e1543b6be048bd
 SHA512 
55fdf22d23185c2b108264918dfaf4b4b7a9ba342210aafb0293b81401f7db5b2d35757caefb66b435c124a6314b9daf578dd066272c9ccb8fe5c4d05d18ebcc

diff --git a/dev-libs/gjs/gjs-1.52.5.ebuild b/dev-libs/gjs/gjs-1.52.5.ebuild
new file mode 100644
index 000..4a706d4682f
--- /dev/null
+++ b/dev-libs/gjs/gjs-1.52.5.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 pax-utils virtualx
+
+DESCRIPTION="Javascript bindings for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/Gjs;
+
+LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
+SLOT="0"
+IUSE="+cairo examples gtk test"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.52.1
+   >=dev-libs/gobject-introspection-1.53.4:=
+
+   sys-libs/readline:0=
+   dev-lang/spidermonkey:52
+   virtual/libffi:=
+   cairo? ( x11-libs/cairo[X] )
+   gtk? ( >=x11-libs/gtk+-3.20:3 )
+"
+DEPEND="${RDEPEND}
+   gnome-base/gnome-common
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( sys-apps/dbus )
+"
+
+src_configure() {
+   # FIXME: add systemtap/dtrace support, like in glib:2
+   # FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
+   # XXX: Do NOT enable coverage, completely useless for portage installs
+   gnome2_src_configure \
+   --disable-systemtap \
+   --disable-dtrace \
+   --enable-profiler \
+   --disable-code-coverage \
+   $(use_with cairo cairo) \
+   $(use_with gtk) \
+   $(use_with test dbus-tests) \
+   $(use_with test xvfb-tests)
+}
+
+src_install() {
+   # installation sometimes fails in parallel, bug #???
+   gnome2_src_install -j1
+
+   if use examples; then
+   insinto /usr/share/doc/"${PF}"/examples
+   doins "${S}"/examples/*
+   fi
+
+   # Required for gjs-console to run correctly on PaX systems
+   pax-mark mr "${ED}/usr/bin/gjs-console"
+}



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

2019-02-28 Thread Thomas Deutschmann
commit: bbc97355204668f9bf1a3c3b4054fd1ea600af7d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:30:04 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:30:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc97355

net-dns/dnssec-root: bump to v20181220

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

 net-dns/dnssec-root/Manifest|  3 +
 net-dns/dnssec-root/dnssec-root-20181220.ebuild | 79 +
 2 files changed, 82 insertions(+)

diff --git a/net-dns/dnssec-root/Manifest b/net-dns/dnssec-root/Manifest
index 04cdb296d91..1571f697355 100644
--- a/net-dns/dnssec-root/Manifest
+++ b/net-dns/dnssec-root/Manifest
@@ -3,8 +3,11 @@ DIST Kjqmt7v-20150504.crt 974 BLAKE2B 
24a4edd7638e14dd0983ea160f20613980342b78d8
 DIST icann-20110715.pgp 3401 BLAKE2B 
0f1eabed0ab0d5ec78c5387c7f2b3a13a1da12643d6b60e39766d18ac603ef673e204bd7df5d600fa53cdbf51fcff5dfe6b690cddc3559cae95405ca96e7b391
 SHA512 
5fba8334850f2ae753f4f8a30d1e6c62abc341ece2dc83df4bc0f6db2b91ae68942c0d2a38eab3d33b5b91640cd1cf0970777225c15d5f961884c00077d539a2
 DIST icannbundle-20150504.pem 17435 BLAKE2B 
3e532398142ebf62dc52174c4c705ebdd6a634a67e7ce6c1e0a38d41fdab548afd1b0b75f58481d69578fd0fd97b236c62fdbe65efc3ced132115826eff695d4
 SHA512 
f9b9e43ad71608921d1e79f25cd98ca8c712256d4e31b04035a9aac7b46f3ec951089ca23e84500c5901d53afb66991a30818b4cd6f6de6885a107f486f56994
 DIST icannbundle-20170203.pem 13026 BLAKE2B 
36f760c69e8e22036d7d927071be25508b6906838f0f468900385d5a3b9ce301c5688f9bdcab471abc5445a14bfbbe34ecb39ca131b01d9e6bbebcc3f1481241
 SHA512 
6a8b8bec6d104d31253a8acafc1694a095714537a39a4dc53a379ac900c83715f85d75ea7322de430557691ff31ec95ae5104f47b050da3568dd68377c2d5767
+DIST icannbundle-20181220.pem 13026 BLAKE2B 
36f760c69e8e22036d7d927071be25508b6906838f0f468900385d5a3b9ce301c5688f9bdcab471abc5445a14bfbbe34ecb39ca131b01d9e6bbebcc3f1481241
 SHA512 
6a8b8bec6d104d31253a8acafc1694a095714537a39a4dc53a379ac900c83715f85d75ea7322de430557691ff31ec95ae5104f47b050da3568dd68377c2d5767
 DIST root-anchors-20100715.asc 189 BLAKE2B 
b709f2f67cd3e197fcaf0ac2556434ff0b4fd86114084e3281f27b70ecb4770b81f22d22f46c6173f0eef384ce5440685af8e77b75c576ce55e8dbdc79d86c49
 SHA512 
e9c86b897d7e8edb979cba4bebe353b7c7f21b4061cd6f571c8671b02e73c2ea0b78a980169fa7d40987b9e962a0f1ba17dbb392b5ec6ad14fedce65a139c913
 DIST root-anchors-20100715.xml 418 BLAKE2B 
71e809ed74c25283ea1db36707be57965d5b2dd28e6bf055851866746455bbc672e87b310b38b069936545a6ce99dbf67b1d542d78ef3ef84b76b31bd129ea8d
 SHA512 
bca506c852bc83aa9d04ed0b52bef6d0baec745e466292273d52f49fd73cec73db4c6d55a9921fe086c7edc618f3ab21dc03146b6d617644495b3926e262e572
 DIST root-anchors-20150504.p7s 5001 BLAKE2B 
088dc39160013dbc63a82fcb7666c7c73707958dddbaf730ea212a038301549ce19109ec2b11962a0855f864bc8675142b21aa65884be9eecdf5b9b9898e4f36
 SHA512 
af188871f2ef7f9efb0d3f4822754e962fb921d62de925823f90a0c7dbe80b7a0188534adbdb324680ae981912968fcfa851eb72fb37694df8701fd749e7ff51
 DIST root-anchors-20170203.p7s 4095 BLAKE2B 
21c3d482cd2faa7dd85b45385b4dd4a00c8f0f5e8060a9f99df4e309e6d11bd77ae2dcc68d51eefed685dc48e9bba578ef885a6058ee3862072cdc156d254c1f
 SHA512 
caecf5fbe3b0db140ed506fc7a3711e89e1fc2dacbdc7aefb36766f07af4c97c42466000e51bc2e9cd46a3764ccd482b93da448861aaed90a0f5cf13103b4792
 DIST root-anchors-20170203.xml 651 BLAKE2B 
0f2321e27cfbf88fecee0840db3b3265c6f062753b8a15d972dca12c19fdfea616470fe200b7ec4cb069553f532b6464a2784d56636d9096956eabc496eb4a6e
 SHA512 
a0799cf2d5bec0d527d511e016a075ffd0af450eda010a4c780f7e12b2218ec577576137703cf1413352d3aac3cfda945a8a830dbb3618557f5e629049d763f4
+DIST root-anchors-20181220.p7s 4182 BLAKE2B 
3d7d881f5ef066a3ff937cf638941f783e9b65834a13ba0efce766b59e8f469826718cea9e8968ca64e216b7ef1f1b4d7b73c3110ff2d65667a28e071cd52859
 SHA512 
af96358bbb7847fe7c30452f566771480a38a99f192775168ab8672332381958ffa6d2f4870f539e3957b6ecf62e0e3a80b1cffbd579beb3be6941ffba3f6fa9
+DIST root-anchors-20181220.xml 690 BLAKE2B 
548fd62073542f527e0b05c09ed1e668baafbb3cf7ca8afd1a32b67dd43d8958cef5005729c1bc11c2b1d0ddea48ca4db69a10b049f2e8a05536b93fff15e911
 SHA512 
e3adfaa4f8c9751599b8062787f4c3a81d3fa1478411f138f227c0cc972c7262bcf85578d333d36352da3628211b7d8ec4416528814a8937078dc393ce195f32

diff --git a/net-dns/dnssec-root/dnssec-root-20181220.ebuild 
b/net-dns/dnssec-root/dnssec-root-20181220.ebuild
new file mode 100644
index 000..afb378ca4da
--- /dev/null
+++ b/net-dns/dnssec-root/dnssec-root-20181220.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="The DNSSEC root key(s)"
+HOMEPAGE="https://www.iana.org/dnssec/;
+SRC_URI="https://data.iana.org/root-anchors/root-anchors.xml -> 
root-anchors-${PV}.xml
+   https://data.iana.org/root-anchors/root-anchors.p7s -> 
root-anchors-${PV}.p7s
+   

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

2019-02-28 Thread Thomas Deutschmann
commit: cc9fa0525564c607f44acc5a7026f83eb65f1880
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:10:20 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9fa052

dev-php/recaptcha: x86 stable (bug #678720)

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

 dev-php/recaptcha/recaptcha-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/recaptcha/recaptcha-1.2.1.ebuild 
b/dev-php/recaptcha/recaptcha-1.2.1.ebuild
index 867c4344a21..b7ba445b7d3 100644
--- a/dev-php/recaptcha/recaptcha-1.2.1.ebuild
+++ b/dev-php/recaptcha/recaptcha-1.2.1.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=7
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="examples test"
 
 RDEPEND="dev-lang/php"



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

2019-02-28 Thread Thomas Deutschmann
commit: 3df534da620e5aa03a072ce8f161b267866f62ff
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:00:35 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df534da

dev-java/ant-jsch: x86 stable (bug #678858)

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

 dev-java/ant-jsch/ant-jsch-1.10.5.ebuild | 2 +-
 dev-java/ant-jsch/ant-jsch-1.9.13.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-jsch/ant-jsch-1.10.5.ebuild 
b/dev-java/ant-jsch/ant-jsch-1.10.5.ebuild
index 9d5d044a3a9..024827499f4 100644
--- a/dev-java/ant-jsch/ant-jsch-1.10.5.ebuild
+++ b/dev-java/ant-jsch/ant-jsch-1.10.5.ebuild
@@ -8,7 +8,7 @@ ANT_TASK_JREVER=1.8
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND=">=dev-java/jsch-0.1.37:0"
 RDEPEND="${DEPEND}"

diff --git a/dev-java/ant-jsch/ant-jsch-1.9.13.ebuild 
b/dev-java/ant-jsch/ant-jsch-1.9.13.ebuild
index 9d5d044a3a9..024827499f4 100644
--- a/dev-java/ant-jsch/ant-jsch-1.9.13.ebuild
+++ b/dev-java/ant-jsch/ant-jsch-1.9.13.ebuild
@@ -8,7 +8,7 @@ ANT_TASK_JREVER=1.8
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND=">=dev-java/jsch-0.1.37:0"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-java/ant-commons-logging/

2019-02-28 Thread Thomas Deutschmann
commit: c5aa80b8c37c210a6d95cd82e7c9f45367d59807
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 00:58:14 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5aa80b8

dev-java/ant-commons-logging: x86 stable (bug #678858)

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

 dev-java/ant-commons-logging/ant-commons-logging-1.10.5.ebuild | 2 +-
 dev-java/ant-commons-logging/ant-commons-logging-1.9.13.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-commons-logging/ant-commons-logging-1.10.5.ebuild 
b/dev-java/ant-commons-logging/ant-commons-logging-1.10.5.ebuild
index cde3be7d5af..9c25aff51f9 100644
--- a/dev-java/ant-commons-logging/ant-commons-logging-1.10.5.ebuild
+++ b/dev-java/ant-commons-logging/ant-commons-logging-1.10.5.ebuild
@@ -8,7 +8,7 @@ ANT_TASK_JREVER=1.8
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND=">=dev-java/commons-logging-1.0.4-r2:0"
 RDEPEND="${DEPEND}"

diff --git a/dev-java/ant-commons-logging/ant-commons-logging-1.9.13.ebuild 
b/dev-java/ant-commons-logging/ant-commons-logging-1.9.13.ebuild
index cde3be7d5af..9c25aff51f9 100644
--- a/dev-java/ant-commons-logging/ant-commons-logging-1.9.13.ebuild
+++ b/dev-java/ant-commons-logging/ant-commons-logging-1.9.13.ebuild
@@ -8,7 +8,7 @@ ANT_TASK_JREVER=1.8
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND=">=dev-java/commons-logging-1.0.4-r2:0"
 RDEPEND="${DEPEND}"



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

2019-02-28 Thread Thomas Deutschmann
commit: 4db82efd654f0c38c6d29153e9e569082e852165
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:08:31 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db82efd

mail-mta/courier: x86 stable (bug #677094)

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

 mail-mta/courier/courier-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/courier/courier-1.0.5.ebuild 
b/mail-mta/courier/courier-1.0.5.ebuild
index c8f34356ca9..6a19b596fb2 100644
--- a/mail-mta/courier/courier-1.0.5.ebuild
+++ b/mail-mta/courier/courier-1.0.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 HOMEPAGE="http://www.courier-mta.org/;
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 sparc x86"
 IUSE="postgres ldap libressl mysql pam nls ipv6 spell fax crypt norewrite \
fam web webmail gnutls"
 REQUIRED_USE="?? ( gnutls libressl )"



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

2019-02-28 Thread Thomas Deutschmann
commit: 17d9010d273853ac7871b95e05189ea2c01c524a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 00:59:18 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d9010d

dev-java/ant-jai: x86 stable (bug #678858)

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

 dev-java/ant-jai/ant-jai-1.10.5.ebuild | 2 +-
 dev-java/ant-jai/ant-jai-1.9.13.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-jai/ant-jai-1.10.5.ebuild 
b/dev-java/ant-jai/ant-jai-1.10.5.ebuild
index c6181a3f28d..cabb23b347e 100644
--- a/dev-java/ant-jai/ant-jai-1.10.5.ebuild
+++ b/dev-java/ant-jai/ant-jai-1.10.5.ebuild
@@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="sun-jai-bin"
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 x86"
 
 # Unmigrated, has textrels and there's also some source one now too.
 DEPEND=">=dev-java/sun-jai-bin-1.1.2.01-r1"

diff --git a/dev-java/ant-jai/ant-jai-1.9.13.ebuild 
b/dev-java/ant-jai/ant-jai-1.9.13.ebuild
index c6181a3f28d..cabb23b347e 100644
--- a/dev-java/ant-jai/ant-jai-1.9.13.ebuild
+++ b/dev-java/ant-jai/ant-jai-1.9.13.ebuild
@@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="sun-jai-bin"
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 x86"
 
 # Unmigrated, has textrels and there's also some source one now too.
 DEPEND=">=dev-java/sun-jai-bin-1.1.2.01-r1"



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

2019-02-28 Thread Thomas Deutschmann
commit: aebf883fa4b6a4a9e45af26a157d0b8ad0204ca8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 00:59:38 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebf883f

dev-java/ant-javamail: x86 stable (bug #678858)

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

 dev-java/ant-javamail/ant-javamail-1.10.5.ebuild | 2 +-
 dev-java/ant-javamail/ant-javamail-1.9.13.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-javamail/ant-javamail-1.10.5.ebuild 
b/dev-java/ant-javamail/ant-javamail-1.10.5.ebuild
index fcc1e8b8df7..cae6adc505c 100644
--- a/dev-java/ant-javamail/ant-javamail-1.10.5.ebuild
+++ b/dev-java/ant-javamail/ant-javamail-1.10.5.ebuild
@@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="oracle-javamail"
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # needs some classes from javax.activation.* which are not in jdk 11
 DEPEND="virtual/jdk:1.8

diff --git a/dev-java/ant-javamail/ant-javamail-1.9.13.ebuild 
b/dev-java/ant-javamail/ant-javamail-1.9.13.ebuild
index fcc1e8b8df7..cae6adc505c 100644
--- a/dev-java/ant-javamail/ant-javamail-1.9.13.ebuild
+++ b/dev-java/ant-javamail/ant-javamail-1.9.13.ebuild
@@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="oracle-javamail"
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # needs some classes from javax.activation.* which are not in jdk 11
 DEPEND="virtual/jdk:1.8



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

2019-02-28 Thread Thomas Deutschmann
commit: b7938d4ba1e750a10a67cef07593a7f6a11bde14
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:04:54 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7938d4b

app-antivirus/clamav: x86 stable (bug #678602)

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

 app-antivirus/clamav/clamav-0.101.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-antivirus/clamav/clamav-0.101.0.ebuild 
b/app-antivirus/clamav/clamav-0.101.0.ebuild
index 5f65942960d..5ed79a8b1c1 100644
--- a/app-antivirus/clamav/clamav-0.101.0.ebuild
+++ b/app-antivirus/clamav/clamav-0.101.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api 
selinux static-libs test uclibc xml"
 
 CDEPEND="bzip2? ( app-arch/bzip2 )



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

2019-02-28 Thread Thomas Deutschmann
commit: 7d35371975e2ed26b1fe19925854d5f75444912b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 00:59:57 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d353719

dev-java/ant-jdepend: x86 stable (bug #678858)

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

 dev-java/ant-jdepend/ant-jdepend-1.10.5.ebuild | 2 +-
 dev-java/ant-jdepend/ant-jdepend-1.9.13.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-jdepend/ant-jdepend-1.10.5.ebuild 
b/dev-java/ant-jdepend/ant-jdepend-1.10.5.ebuild
index 791be2c169b..d387d0b6816 100644
--- a/dev-java/ant-jdepend/ant-jdepend-1.10.5.ebuild
+++ b/dev-java/ant-jdepend/ant-jdepend-1.10.5.ebuild
@@ -8,7 +8,7 @@ ANT_TASK_JREVER=1.8
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND=">=dev-java/jdepend-2.9-r2:0"
 RDEPEND="${DEPEND}"

diff --git a/dev-java/ant-jdepend/ant-jdepend-1.9.13.ebuild 
b/dev-java/ant-jdepend/ant-jdepend-1.9.13.ebuild
index 791be2c169b..d387d0b6816 100644
--- a/dev-java/ant-jdepend/ant-jdepend-1.9.13.ebuild
+++ b/dev-java/ant-jdepend/ant-jdepend-1.9.13.ebuild
@@ -8,7 +8,7 @@ ANT_TASK_JREVER=1.8
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND=">=dev-java/jdepend-2.9-r2:0"
 RDEPEND="${DEPEND}"



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

2019-02-28 Thread Thomas Deutschmann
commit: 637fe648ddce1cfc93d3932d1f9ce1be6bfde8e7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:01:26 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637fe648

dev-java/ant-junitlauncher: x86 stable (bug #678858)

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

 dev-java/ant-junitlauncher/ant-junitlauncher-1.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/ant-junitlauncher/ant-junitlauncher-1.10.5.ebuild 
b/dev-java/ant-junitlauncher/ant-junitlauncher-1.10.5.ebuild
index 5ab77136218..c8c5a3f9791 100644
--- a/dev-java/ant-junitlauncher/ant-junitlauncher-1.10.5.ebuild
+++ b/dev-java/ant-junitlauncher/ant-junitlauncher-1.10.5.ebuild
@@ -9,4 +9,4 @@ ANT_TASK_DEPNAME=""
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"



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

2019-02-28 Thread Thomas Deutschmann
commit: 0ff28a487a9e67ce31246d5266654e0a3b75b62d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:12:58 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff28a48

media-video/vlc: x86 stable (bug #678702)

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

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

diff --git a/media-video/vlc/vlc-3.0.6-r1.ebuild 
b/media-video/vlc/vlc-3.0.6-r1.ebuild
index 519aa96447b..e9d2772d903 100644
--- a/media-video/vlc/vlc-3.0.6-r1.ebuild
+++ b/media-video/vlc/vlc-3.0.6-r1.ebuild
@@ -19,7 +19,7 @@ else
else

SRC_URI="https://download.videolan.org/pub/videolan/testing/${MY_P}/${MY_P}.tar.xz;
fi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc x86 ~x86-fbsd"
 fi
 inherit autotools flag-o-matic toolchain-funcs virtualx xdg
 



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

2019-02-28 Thread Thomas Deutschmann
commit: 35d507b3da1df35334c706177b6df6a1f8173d75
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:02:27 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d507b3

dev-java/ant-testutil: x86 stable (bug #678858)

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

 dev-java/ant-testutil/ant-testutil-1.10.5.ebuild | 2 +-
 dev-java/ant-testutil/ant-testutil-1.9.13.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-testutil/ant-testutil-1.10.5.ebuild 
b/dev-java/ant-testutil/ant-testutil-1.10.5.ebuild
index c29ef4f5b6f..d860c2831b9 100644
--- a/dev-java/ant-testutil/ant-testutil-1.10.5.ebuild
+++ b/dev-java/ant-testutil/ant-testutil-1.10.5.ebuild
@@ -9,7 +9,7 @@ ANT_TASK_JREVER=1.8
 inherit ant-tasks
 
 DESCRIPTION="Apache Ant's optional test utility classes"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 CDEPEND="dev-java/ant-core:0"
 

diff --git a/dev-java/ant-testutil/ant-testutil-1.9.13.ebuild 
b/dev-java/ant-testutil/ant-testutil-1.9.13.ebuild
index c29ef4f5b6f..d860c2831b9 100644
--- a/dev-java/ant-testutil/ant-testutil-1.9.13.ebuild
+++ b/dev-java/ant-testutil/ant-testutil-1.9.13.ebuild
@@ -9,7 +9,7 @@ ANT_TASK_JREVER=1.8
 inherit ant-tasks
 
 DESCRIPTION="Apache Ant's optional test utility classes"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 CDEPEND="dev-java/ant-core:0"
 



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

2019-02-28 Thread Thomas Deutschmann
commit: ca5ac29d160dab4aec52d1cc8bd946d649db3c59
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:02:07 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5ac29d

dev-java/ant-swing: x86 stable (bug #678858)

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

 dev-java/ant-swing/ant-swing-1.10.5.ebuild | 2 +-
 dev-java/ant-swing/ant-swing-1.9.13.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-swing/ant-swing-1.10.5.ebuild 
b/dev-java/ant-swing/ant-swing-1.10.5.ebuild
index 9de5fd72321..bb73cef5277 100644
--- a/dev-java/ant-swing/ant-swing-1.10.5.ebuild
+++ b/dev-java/ant-swing/ant-swing-1.10.5.ebuild
@@ -12,4 +12,4 @@ inherit ant-tasks
 
 DESCRIPTION="Apache Ant's optional tasks for Swing"
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"

diff --git a/dev-java/ant-swing/ant-swing-1.9.13.ebuild 
b/dev-java/ant-swing/ant-swing-1.9.13.ebuild
index 9de5fd72321..bb73cef5277 100644
--- a/dev-java/ant-swing/ant-swing-1.9.13.ebuild
+++ b/dev-java/ant-swing/ant-swing-1.9.13.ebuild
@@ -12,4 +12,4 @@ inherit ant-tasks
 
 DESCRIPTION="Apache Ant's optional tasks for Swing"
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"



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

2019-02-28 Thread Thomas Deutschmann
commit: 33500af2d04c0e316c16541e51d920703da44ebb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:06:49 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33500af2

net-libs/courier-unicode: x86 stable (bug #677094)

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

 net-libs/courier-unicode/courier-unicode-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/courier-unicode/courier-unicode-2.1.ebuild 
b/net-libs/courier-unicode/courier-unicode-2.1.ebuild
index 61ffab2ed35..cac4f58a067 100644
--- a/net-libs/courier-unicode/courier-unicode-2.1.ebuild
+++ b/net-libs/courier-unicode/courier-unicode-2.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.courier-mta.org/;
 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86"
 IUSE=""
 
 src_install() {



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

2019-02-28 Thread Thomas Deutschmann
commit: 6d52f4eb478559b92d51b24a8ad59def1077d892
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:10:04 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d52f4eb

mail-filter/pypolicyd-spf: x86 stable (bug #678718)

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

 mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild 
b/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild
index d5169e8a55a..8d1c4211862 100644
--- a/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild
+++ b/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.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
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/pyspf[${PYTHON_USEDEP}]"



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

2019-02-28 Thread Thomas Deutschmann
commit: 732956fcb8c88d6a4dd069c5db7a0dea5019af1f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:07:38 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732956fc

net-libs/courier-authlib: x86 stable (bug #677094)

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

 net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild
index 9baa822a4f4..7737b650001 100644
--- a/net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 inherit flag-o-matic
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd"
 
 DESCRIPTION="Courier authentication library"
 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"



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

2019-02-28 Thread Thomas Deutschmann
commit: 3cb16702bbce9963dfe9cf669eb82eeacb46a4fe
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 00:58:59 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb16702

dev-java/ant-core: x86 stable (bug #678858)

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

 dev-java/ant-core/ant-core-1.10.5-r1.ebuild | 2 +-
 dev-java/ant-core/ant-core-1.9.13-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-core/ant-core-1.10.5-r1.ebuild 
b/dev-java/ant-core/ant-core-1.10.5-r1.ebuild
index 7ddd5d55ba2..1d60b29e99b 100644
--- a/dev-java/ant-core/ant-core-1.10.5-r1.ebuild
+++ b/dev-java/ant-core/ant-core-1.10.5-r1.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://archive.apache.org/dist/ant/source/${MY_P}-src.tar.bz2
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND=">=virtual/jdk-1.8:*
!dev-java/ant-tasks

diff --git a/dev-java/ant-core/ant-core-1.9.13-r1.ebuild 
b/dev-java/ant-core/ant-core-1.9.13-r1.ebuild
index 7ddd5d55ba2..1d60b29e99b 100644
--- a/dev-java/ant-core/ant-core-1.9.13-r1.ebuild
+++ b/dev-java/ant-core/ant-core-1.9.13-r1.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://archive.apache.org/dist/ant/source/${MY_P}-src.tar.bz2
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND=">=virtual/jdk-1.8:*
!dev-java/ant-tasks



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

2019-02-28 Thread Thomas Deutschmann
commit: 51c967439cd5605119aca1ef7b79412fa4a96b08
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:01:47 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c96743

dev-java/ant-junit4: x86 stable (bug #678858)

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

 dev-java/ant-junit4/ant-junit4-1.10.5.ebuild | 2 +-
 dev-java/ant-junit4/ant-junit4-1.9.13.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-junit4/ant-junit4-1.10.5.ebuild 
b/dev-java/ant-junit4/ant-junit4-1.10.5.ebuild
index fb52e9f07b7..7aafe3c4a00 100644
--- a/dev-java/ant-junit4/ant-junit4-1.10.5.ebuild
+++ b/dev-java/ant-junit4/ant-junit4-1.10.5.ebuild
@@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="junit-4"
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 
 DEPEND="dev-java/junit:4
~dev-java/ant-junit-${PV}"

diff --git a/dev-java/ant-junit4/ant-junit4-1.9.13.ebuild 
b/dev-java/ant-junit4/ant-junit4-1.9.13.ebuild
index fb52e9f07b7..7aafe3c4a00 100644
--- a/dev-java/ant-junit4/ant-junit4-1.9.13.ebuild
+++ b/dev-java/ant-junit4/ant-junit4-1.9.13.ebuild
@@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="junit-4"
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 
 DEPEND="dev-java/junit:4
~dev-java/ant-junit-${PV}"



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

2019-02-28 Thread Thomas Deutschmann
commit: dc2821cc0ff8d7568b98ffeaf1f531e55a1b0a21
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:05:13 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2821cc

app-antivirus/clamav-unofficial-sigs: x86 stable (bug #678714)

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

 .../clamav-unofficial-sigs/clamav-unofficial-sigs-5.6.2.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-5.6.2.ebuild 
b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-5.6.2.ebuild
index f87f76fff1a..6ea6ef3fbe4 100644
--- a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-5.6.2.ebuild
+++ b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-5.6.2.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=7
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 # The script relies on either net-misc/socat, or Perl's



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

2019-02-28 Thread Thomas Deutschmann
commit: 987feb366335c533f9645adc7e0f8f7e38d0d516
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:09:43 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987feb36

sys-devel/m4: x86 stable (bug #678734)

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

 sys-devel/m4/m4-1.4.18-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/m4/m4-1.4.18-r1.ebuild b/sys-devel/m4/m4-1.4.18-r1.ebuild
index 6349c460fff..c3612f70782 100644
--- a/sys-devel/m4/m4-1.4.18-r1.ebuild
+++ b/sys-devel/m4/m4-1.4.18-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="examples"
 
 # remember: cannot dep on autoconf since it needs us



[gentoo-commits] repo/gentoo:master commit in: dev-java/ant-commons-net/

2019-02-28 Thread Thomas Deutschmann
commit: 369cb7c52edf4de8a3df03cca9ce47bfb5aeee66
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 00:58:34 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369cb7c5

dev-java/ant-commons-net: x86 stable (bug #678858)

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

 dev-java/ant-commons-net/ant-commons-net-1.10.5.ebuild | 2 +-
 dev-java/ant-commons-net/ant-commons-net-1.9.13.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-commons-net/ant-commons-net-1.10.5.ebuild 
b/dev-java/ant-commons-net/ant-commons-net-1.10.5.ebuild
index ad26bd8fe21..faaf0b41524 100644
--- a/dev-java/ant-commons-net/ant-commons-net-1.10.5.ebuild
+++ b/dev-java/ant-commons-net/ant-commons-net-1.10.5.ebuild
@@ -8,7 +8,7 @@ ANT_TASK_JREVER=1.8
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND=">=dev-java/commons-net-1.4.1-r1:0"
 RDEPEND="${DEPEND}"

diff --git a/dev-java/ant-commons-net/ant-commons-net-1.9.13.ebuild 
b/dev-java/ant-commons-net/ant-commons-net-1.9.13.ebuild
index ad26bd8fe21..faaf0b41524 100644
--- a/dev-java/ant-commons-net/ant-commons-net-1.9.13.ebuild
+++ b/dev-java/ant-commons-net/ant-commons-net-1.9.13.ebuild
@@ -8,7 +8,7 @@ ANT_TASK_JREVER=1.8
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND=">=dev-java/commons-net-1.4.1-r1:0"
 RDEPEND="${DEPEND}"



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

2019-02-28 Thread Thomas Deutschmann
commit: 57aedec5471278fa2c9b285f827727fa2f35bcbd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:01:02 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57aedec5

dev-java/ant-junit: x86 stable (bug #678858)

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

 dev-java/ant-junit/ant-junit-1.10.5-r1.ebuild | 2 +-
 dev-java/ant-junit/ant-junit-1.9.13-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-junit/ant-junit-1.10.5-r1.ebuild 
b/dev-java/ant-junit/ant-junit-1.10.5-r1.ebuild
index 71acf63814d..ebfba9f9e2f 100644
--- a/dev-java/ant-junit/ant-junit-1.10.5-r1.ebuild
+++ b/dev-java/ant-junit/ant-junit-1.10.5-r1.ebuild
@@ -8,7 +8,7 @@ ANT_TASK_JREVER=1.8
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
dev-java/junit:0

diff --git a/dev-java/ant-junit/ant-junit-1.9.13-r1.ebuild 
b/dev-java/ant-junit/ant-junit-1.9.13-r1.ebuild
index 71acf63814d..ebfba9f9e2f 100644
--- a/dev-java/ant-junit/ant-junit-1.9.13-r1.ebuild
+++ b/dev-java/ant-junit/ant-junit-1.9.13-r1.ebuild
@@ -8,7 +8,7 @@ ANT_TASK_JREVER=1.8
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
dev-java/junit:0



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

2019-02-28 Thread Thomas Deutschmann
commit: a37097d0dcb3c17c77fc7f42f34730773a161afc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:00:15 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37097d0

dev-java/ant-jmf: x86 stable (bug #678858)

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

 dev-java/ant-jmf/ant-jmf-1.10.5.ebuild | 2 +-
 dev-java/ant-jmf/ant-jmf-1.9.13.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-jmf/ant-jmf-1.10.5.ebuild 
b/dev-java/ant-jmf/ant-jmf-1.10.5.ebuild
index 6320a347137..665cba47799 100644
--- a/dev-java/ant-jmf/ant-jmf-1.10.5.ebuild
+++ b/dev-java/ant-jmf/ant-jmf-1.10.5.ebuild
@@ -13,4 +13,4 @@ inherit ant-tasks
 
 DESCRIPTION="Apache Ant's optional tasks for the Java Media Framework (JMF)"
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"

diff --git a/dev-java/ant-jmf/ant-jmf-1.9.13.ebuild 
b/dev-java/ant-jmf/ant-jmf-1.9.13.ebuild
index 6320a347137..665cba47799 100644
--- a/dev-java/ant-jmf/ant-jmf-1.9.13.ebuild
+++ b/dev-java/ant-jmf/ant-jmf-1.9.13.ebuild
@@ -13,4 +13,4 @@ inherit ant-tasks
 
 DESCRIPTION="Apache Ant's optional tasks for the Java Media Framework (JMF)"
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"



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

2019-02-28 Thread Thomas Deutschmann
commit: 31c6f0ba1359bd449f78217b5f4d1702e267d8fb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:11:03 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c6f0ba

net-vpn/tor: x86 stable (bug #678586)

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

 net-vpn/tor/tor-0.3.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.3.5.8.ebuild b/net-vpn/tor/tor-0.3.5.8.ebuild
index a098bb15d60..f96f51fd642 100644
--- a/net-vpn/tor/tor-0.3.5.8.ebuild
+++ b/net-vpn/tor/tor-0.3.5.8.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PF}"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 ~x86 ~ppc-macos"
+KEYWORDS="amd64 arm ~mips ppc ppc64 x86 ~ppc-macos"
 IUSE="caps libressl lzma scrypt seccomp selinux systemd tor-hardening test 
zstd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-java/ant-apache-xalan2/

2019-02-28 Thread Thomas Deutschmann
commit: 50b224ed76cfac777b499e25fea83857b4941ffb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 00:57:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b224ed

dev-java/ant-apache-xalan2: x86 stable (bug #678858)

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

 dev-java/ant-apache-xalan2/ant-apache-xalan2-1.10.5.ebuild | 2 +-
 dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.13.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.10.5.ebuild 
b/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.10.5.ebuild
index b8b82ce6783..a448261444a 100644
--- a/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.10.5.ebuild
+++ b/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.10.5.ebuild
@@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="xalan"
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-java/xalan:0
dev-java/xalan-serializer:0"

diff --git a/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.13.ebuild 
b/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.13.ebuild
index b8b82ce6783..a448261444a 100644
--- a/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.13.ebuild
+++ b/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.13.ebuild
@@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="xalan"
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-java/xalan:0
dev-java/xalan-serializer:0"



[gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/

2019-02-28 Thread Thomas Deutschmann
commit: 890cd6a8fcc5d50a0d0864b49bc53749b06ae17b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  1 01:09:13 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  1 01:13:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890cd6a8

net-mail/courier-imap: x86 stable (bug #676732)

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

 net-mail/courier-imap/courier-imap-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/courier-imap/courier-imap-4.18.2.ebuild 
b/net-mail/courier-imap/courier-imap-4.18.2.ebuild
index 93d001e3301..789b7101bf8 100644
--- a/net-mail/courier-imap/courier-imap-4.18.2.ebuild
+++ b/net-mail/courier-imap/courier-imap-4.18.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
 
 IUSE="berkdb debug fam +gdbm gnutls ipv6 libressl selinux trashquota"
 REQUIRED_USE="|| ( berkdb gdbm )"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extensions/

2019-02-28 Thread Mart Raudsepp
commit: dc3c608dfc2447bce2c224884ae5d1e71fd5e82d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Mar  1 01:04:44 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Mar  1 01:04:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3c608d

gnome-extra/gnome-shell-extensions: bump to 3.28.1

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

 gnome-extra/gnome-shell-extensions/Manifest|  1 +
 .../gnome-shell-extensions-3.28.1.ebuild   | 81 ++
 2 files changed, 82 insertions(+)

diff --git a/gnome-extra/gnome-shell-extensions/Manifest 
b/gnome-extra/gnome-shell-extensions/Manifest
index 30e2aa7d8fe..d121a77e355 100644
--- a/gnome-extra/gnome-shell-extensions/Manifest
+++ b/gnome-extra/gnome-shell-extensions/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-shell-extensions-3.24.3.tar.xz 346420 BLAKE2B 
3b6f6686656ca6f395bd69fea905c4f28264db81ac0f207bc2e0d6c82410328be2bc4c98faa659d9ac551cabb73e0576c4e28def9c14e5c7710a9785528909db
 SHA512 
7948a9cb6f5cb8d760bc42ea2865823ee60bd164b491d944edb0413e362f38ed90d39ead44ac57872a83c43c4050f5448936e739626b89a2b486a22f41d61e20
 DIST gnome-shell-extensions-3.26.2-patchset.tar.xz 14284 BLAKE2B 
36a81073e1983236835eccc5dc31fb9ce23c788b2e6e69661ea70d152ea951c4763572ee3f3fc052b72c3d0be7ceb4b3a397a46ed1d4b19acaee11a72203b399
 SHA512 
24b83766561b12a31cd83db361fc85cd86b4c80ad92244d2669d78b44433683402ea06446b003fa65137672b052699281eca089e38eb441b8805408369232121
 DIST gnome-shell-extensions-3.26.2.tar.xz 348720 BLAKE2B 
c276b95c7c80d732257396b3b04e273394adb5580709db3ba6ba5129ed9f6458cf2b2daee253fb2759169417364d4392e5734b5df3bdfd00266439c2bca2db9e
 SHA512 
8eb417a947545832d180cf7e53e1c239aec3ba1c819375071f7f036617de4ccdea5f23e81349d53dbc3c5f12334b1f1f590def7b75130e1057c314db557166e6
+DIST gnome-shell-extensions-3.28.1.tar.xz 199180 BLAKE2B 
3d32bef06e91627e93d554e39e7bdbbc43ffa351f5ae9cbfea3037332c1999b5bd143c8b01329f9f591ae8345c0a1a40c48c598a37d4d940e78c44bde432e2fa
 SHA512 
acf5d261fa3405a34263dd188ec9a6501c4bd7cf07ab06627292e213a905cd59756b2337be57e195af262e3cfffd0945dcc78f9ca357636e1d7d220b43f6780e

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.28.1.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.28.1.ebuild
new file mode 100644
index 000..f6647a89d4b
--- /dev/null
+++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.28.1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome.org readme.gentoo-r1 meson xdg
+
+DESCRIPTION="JavaScript extensions for GNOME Shell"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="examples test"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.26:2
+   >=gnome-base/libgtop-2.28.3[introspection]
+   >=app-eselect/eselect-gnome-shell-extensions-20111211
+"
+RDEPEND="${COMMON_DEPEND}
+   >=dev-libs/gjs-1.29
+   dev-libs/gobject-introspection:=
+   dev-libs/atk[introspection]
+   gnome-base/gnome-menus:3[introspection]
+   >=gnome-base/gnome-shell-3.14.2
+   media-libs/clutter:1.0[introspection]
+   net-libs/telepathy-glib[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection]
+   x11-themes/adwaita-icon-theme
+   x11-wm/mutter[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+   dev-lang/sassc
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? ( dev-lang/spidermonkey:52 )
+"
+
+RESTRICT="!test? ( test )"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="Installed extensions installed are initially disabled by default.
+To change the system default and enable some extensions, you can use
+# eselect gnome-shell-extensions
+
+Alternatively, to enable/disable extensions on a per-user basis,
+you can use the https://extensions.gnome.org/ web interface, the
+gnome-extra/gnome-tweak-tool GUI, or modify the org.gnome.shell
+enabled-extensions gsettings key from the command line or a script."
+
+src_configure() {
+   meson_src_configure \
+   -Dextension_set=all \
+   -Dclassic_mode=true
+}
+
+src_install() {
+   meson_src_install
+
+   local example="exam...@gnome-shell-extensions.gcampax.github.com"
+   if use examples; then
+   mv "${ED}usr/share/gnome-shell/extensions/${example}" \
+   "${ED}usr/share/doc/${PF}/" || die
+   else
+   rm -r "${ED}usr/share/gnome-shell/extensions/${example}" || die
+   fi
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   ebegin "Updating list of installed extensions"
+   eselect gnome-shell-extensions update
+   eend $?
+
+   readme.gentoo_print_elog
+}



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

2019-02-28 Thread Aaron Bauman
commit: 98daf2e4ef769ec8c8bc0988d950337387d5349b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Feb 28 19:08:48 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:27:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98daf2e4

net-misc/owncloud-client: use HTTPS

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

 net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild | 6 +++---
 net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild | 6 +++---
 net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild 
b/net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild
index 221362c5f1a..c65369cdae4 100644
--- a/net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild
+++ b/net-misc/owncloud-client/owncloud-client-2.5.0.10650.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
@@ -6,8 +6,8 @@ EAPI=6
 inherit cmake-utils gnome2-utils
 
 DESCRIPTION="Synchronize files from ownCloud Server with your computer"
-HOMEPAGE="http://owncloud.org/;
-SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz;
+HOMEPAGE="https://owncloud.org/;
+SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz;
 
 LICENSE="CC-BY-3.0 GPL-2"
 SLOT="0"

diff --git a/net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild 
b/net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild
index 221362c5f1a..c65369cdae4 100644
--- a/net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild
+++ b/net-misc/owncloud-client/owncloud-client-2.5.1.10973.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
@@ -6,8 +6,8 @@ EAPI=6
 inherit cmake-utils gnome2-utils
 
 DESCRIPTION="Synchronize files from ownCloud Server with your computer"
-HOMEPAGE="http://owncloud.org/;
-SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz;
+HOMEPAGE="https://owncloud.org/;
+SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz;
 
 LICENSE="CC-BY-3.0 GPL-2"
 SLOT="0"

diff --git a/net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild 
b/net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild
index 024076bcd69..c65369cdae4 100644
--- a/net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild
+++ b/net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit cmake-utils gnome2-utils
 
 DESCRIPTION="Synchronize files from ownCloud Server with your computer"
-HOMEPAGE="http://owncloud.org/;
-SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz;
+HOMEPAGE="https://owncloud.org/;
+SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz;
 
 LICENSE="CC-BY-3.0 GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: www-apps/owncloud/

2019-02-28 Thread Aaron Bauman
commit: 8c23251599a57a3c53fffa11f6d102116dcb24af
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Feb 28 19:09:40 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:28:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c232515

www-apps/owncloud: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 www-apps/owncloud/owncloud-10.0.10.ebuild | 6 +++---
 www-apps/owncloud/owncloud-10.0.9.ebuild  | 6 +++---
 www-apps/owncloud/owncloud-10.1.0.ebuild  | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www-apps/owncloud/owncloud-10.0.10.ebuild 
b/www-apps/owncloud/owncloud-10.0.10.ebuild
index 39879f96606..f493a0c561a 100644
--- a/www-apps/owncloud/owncloud-10.0.10.ebuild
+++ b/www-apps/owncloud/owncloud-10.0.10.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
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils webapp
 
 DESCRIPTION="Web-based storage application where all your data is under your 
own control"
-HOMEPAGE="http://owncloud.org;
-SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2"
+HOMEPAGE="https://owncloud.org;
+SRC_URI="https://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2"
 LICENSE="AGPL-3"
 
 KEYWORDS="~amd64 ~arm ~x86"

diff --git a/www-apps/owncloud/owncloud-10.0.9.ebuild 
b/www-apps/owncloud/owncloud-10.0.9.ebuild
index 5f42e828582..f493a0c561a 100644
--- a/www-apps/owncloud/owncloud-10.0.9.ebuild
+++ b/www-apps/owncloud/owncloud-10.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils webapp
 
 DESCRIPTION="Web-based storage application where all your data is under your 
own control"
-HOMEPAGE="http://owncloud.org;
-SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2"
+HOMEPAGE="https://owncloud.org;
+SRC_URI="https://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2"
 LICENSE="AGPL-3"
 
 KEYWORDS="~amd64 ~arm ~x86"

diff --git a/www-apps/owncloud/owncloud-10.1.0.ebuild 
b/www-apps/owncloud/owncloud-10.1.0.ebuild
index d38aecf9bd7..f493a0c561a 100644
--- a/www-apps/owncloud/owncloud-10.1.0.ebuild
+++ b/www-apps/owncloud/owncloud-10.1.0.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils webapp
 
 DESCRIPTION="Web-based storage application where all your data is under your 
own control"
-HOMEPAGE="http://owncloud.org;
-SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2"
+HOMEPAGE="https://owncloud.org;
+SRC_URI="https://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2"
 LICENSE="AGPL-3"
 
 KEYWORDS="~amd64 ~arm ~x86"



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

2019-02-28 Thread Aaron Bauman
commit: bc0b35d43dd080d649591746479bcf9caf240744
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Feb 17 16:56:11 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:26:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0b35d4

dev-python/twitter: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/twitter/twitter-1.18.0.ebuild 
b/dev-python/twitter/twitter-1.18.0.ebuild
index 171b7cde139..4a99f711a26 100644
--- a/dev-python/twitter/twitter-1.18.0.ebuild
+++ b/dev-python/twitter/twitter-1.18.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="An API and command-line toolset for Twitter (twitter.com)"
-HOMEPAGE="http://mike.verdone.ca/twitter/;
+HOMEPAGE="https://mike.verdone.ca/twitter/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2019-02-28 Thread Aaron Bauman
commit: 9321344ed922a0a7f03edb7ab3d740ca3a8ab6aa
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 30 16:38:03 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:26:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9321344e

dev-python/cement: use HTTPS, fix SRC_URI

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

 dev-python/cement/Manifest |  4 ++--
 dev-python/cement/cement-2.0.2.ebuild  | 10 --
 dev-python/cement/cement-2.10.0.ebuild | 10 --
 3 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/dev-python/cement/Manifest b/dev-python/cement/Manifest
index f37be3978d3..a45b3bf3865 100644
--- a/dev-python/cement/Manifest
+++ b/dev-python/cement/Manifest
@@ -1,2 +1,2 @@
-DIST cement-2.0.2.tar.gz 81009 BLAKE2B 
85e3c59e697ad09674d6524158006eb2270219135c14a22478e146979d713c95c53eeca8d277da083f69606faf9e63092f0f94ae5f879e1edf788b8667966c3d
 SHA512 
5df35bdaa714a9b11d5b0154658333ea28a8e50e8910ee7d900cc7342dda8ce547d5400990240b89b6c808bb91c72b785f66c31c057cf7b782d16efd0c21a4b9
-DIST cement-2.10.0.tar.gz 179564 BLAKE2B 
8494442ffeaec4534b58e8be1b769ba7d51bcf58c1e70b373b3fa34aab8be4ee72022c402cc82cbdd08512b5c367b159776e155b5a6cd70e370565136fe2837a
 SHA512 
99fc93fd67d85763a57b551553f7046d8b6c0a1a37623a6f8e761adb15f598dce20a61ab86f98f1b3ce35c2a295e0087a5493b385d4ac2fd89eed2b2174b7628
+DIST cement-2.0.2.tar.gz 81009 BLAKE2B 
634dc2f1bde45e60b6936399db8928e4adedc1ef1f5fc2b1dc38022a7dffdde6e7c70ccef9ec81542a29572b4368d963ad48b3d8f1bf51164f13807d15bcd0a1
 SHA512 
d5fb1e31c72440fb74c1f75084599ab569c669443ff4d80b76929159b80870b19ba895a35f7f8125a8ffe74453be2927f048fedd2cbd422f4bb4d7946f334906
+DIST cement-2.10.0.tar.gz 179447 BLAKE2B 
146e942b177be011a96b7cce91f87d5079fd37503ccbae26164114846c6e01964722c9c6ea4238a808e2320b05d103e3f9f9646af0ba6a35bbb420e229fa5f05
 SHA512 
3a4e2be833628181fe0d6b8ff5b00b7003e05486eafffe29a2c31825a69e74c609965453a2e66d009444cc43361d7c0c14662215ea46957b87a043ed4f0a0848

diff --git a/dev-python/cement/cement-2.0.2.ebuild 
b/dev-python/cement/cement-2.0.2.ebuild
index c43f43fc72c..d4a495d0190 100644
--- a/dev-python/cement/cement-2.0.2.ebuild
+++ b/dev-python/cement/cement-2.0.2.ebuild
@@ -1,17 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 versionator
-
-PV_MAJOR_MINOR=$(get_version_component_range 1-2)
+inherit distutils-r1
 
 DESCRIPTION="CLI Application Framework for Python"
-HOMEPAGE="http://builtoncement.com/;
-SRC_URI="http://builtoncement.com/${PN}/${PV_MAJOR_MINOR}/source/${P}.tar.gz;
+HOMEPAGE="https://builtoncement.com/;
+SRC_URI="https://github.com/datafolklabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-python/cement/cement-2.10.0.ebuild 
b/dev-python/cement/cement-2.10.0.ebuild
index 3184a3a458a..f5f4a24d226 100644
--- a/dev-python/cement/cement-2.10.0.ebuild
+++ b/dev-python/cement/cement-2.10.0.ebuild
@@ -1,17 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# 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 versionator
-
-PV_MAJOR_MINOR=$(get_version_component_range 1-2)
+inherit distutils-r1
 
 DESCRIPTION="CLI Application Framework for Python"
-HOMEPAGE="http://builtoncement.com/;
-SRC_URI="http://builtoncement.com/${PN}/${PV_MAJOR_MINOR}/source/${P}.tar.gz;
+HOMEPAGE="https://builtoncement.com/;
+SRC_URI="https://github.com/datafolklabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"



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

2019-02-28 Thread Aaron Bauman
commit: 1487192d65642559a6132185eca15fcdc929d918
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 30 16:46:00 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:26:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1487192d

dev-python/pysvg: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/pysvg/pysvg-0.2.2.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/pysvg/pysvg-0.2.2.ebuild 
b/dev-python/pysvg/pysvg-0.2.2.ebuild
index 1313278326f..afbdeb656ca 100644
--- a/dev-python/pysvg/pysvg-0.2.2.ebuild
+++ b/dev-python/pysvg/pysvg-0.2.2.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
@@ -7,13 +7,11 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Python SVG document creation library"
-HOMEPAGE="http://codeboje.de/pysvg/;
+HOMEPAGE="https://codeboje.de/pysvg/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
 DEPEND="app-arch/unzip"
-RDEPEND=""



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

2019-02-28 Thread Aaron Bauman
commit: 8bf96aa40255aa4811dd90fc2e3f05ffb1f47eca
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 30 16:45:13 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:26:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf96aa4

dev-python/nltk: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/nltk/nltk-3.2.3.ebuild | 4 ++--
 dev-python/nltk/nltk-3.2.5.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/nltk/nltk-3.2.3.ebuild 
b/dev-python/nltk/nltk-3.2.3.ebuild
index 7c9c2a8c4ac..1859132711e 100644
--- a/dev-python/nltk/nltk-3.2.3.ebuild
+++ b/dev-python/nltk/nltk-3.2.3.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"
@@ -10,7 +10,7 @@ inherit distutils-r1
 
 DESCRIPTION="Natural Language Toolkit"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-HOMEPAGE="http://nltk.org/;
+HOMEPAGE="https://www.nltk.org/;
 
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-python/nltk/nltk-3.2.5.ebuild 
b/dev-python/nltk/nltk-3.2.5.ebuild
index 00df16dee53..f38f2204264 100644
--- a/dev-python/nltk/nltk-3.2.5.ebuild
+++ b/dev-python/nltk/nltk-3.2.5.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"
@@ -10,7 +10,7 @@ inherit distutils-r1
 
 DESCRIPTION="Natural Language Toolkit"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-HOMEPAGE="http://nltk.org/;
+HOMEPAGE="https://www.nltk.org/;
 
 LICENSE="Apache-2.0"
 SLOT="0"



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

2019-02-28 Thread Aaron Bauman
commit: a43b7803a8fc28b3cfb74bd192bdc7dcfaef1251
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 30 16:43:19 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:26:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43b7803

dev-python/fabric: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/fabric/fabric-1.14.0-r1.ebuild | 4 ++--
 dev-python/fabric/fabric-1.14.0.ebuild| 4 ++--
 dev-python/fabric/fabric-2.3.1.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/fabric/fabric-1.14.0-r1.ebuild 
b/dev-python/fabric/fabric-1.14.0-r1.ebuild
index f3da6f17450..7d958684071 100644
--- a/dev-python/fabric/fabric-1.14.0-r1.ebuild
+++ b/dev-python/fabric/fabric-1.14.0-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=7
@@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"
 COMP_HASH="83d303e9fb352deaf4885b6db0781b3d9115e9c6"
 
 DESCRIPTION="A simple pythonic tool for remote execution and deployment"
-HOMEPAGE="http://fabfile.org https://pypi.org/project/Fabric/;
+HOMEPAGE="https://www.fabfile.org https://pypi.org/project/Fabric/;
 SRC_URI="
mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

https://raw.githubusercontent.com/kbakulin/fabric-completion/${COMP_HASH}/fabric-completion.bash
 -> ${P}-completion.bash"

diff --git a/dev-python/fabric/fabric-1.14.0.ebuild 
b/dev-python/fabric/fabric-1.14.0.ebuild
index 460458e98ac..bbebaa95039 100644
--- a/dev-python/fabric/fabric-1.14.0.ebuild
+++ b/dev-python/fabric/fabric-1.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"
 COMP_HASH="83d303e9fb352deaf4885b6db0781b3d9115e9c6"
 
 DESCRIPTION="A simple pythonic tool for remote execution and deployment"
-HOMEPAGE="http://fabfile.org https://pypi.org/project/Fabric/;
+HOMEPAGE="https://www.fabfile.org https://pypi.org/project/Fabric/;
 SRC_URI="
mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

https://raw.githubusercontent.com/kbakulin/fabric-completion/${COMP_HASH}/fabric-completion.bash
 -> ${P}-completion.bash"

diff --git a/dev-python/fabric/fabric-2.3.1.ebuild 
b/dev-python/fabric/fabric-2.3.1.ebuild
index 2ce31a9dd30..e24a928cbea 100644
--- a/dev-python/fabric/fabric-2.3.1.ebuild
+++ b/dev-python/fabric/fabric-2.3.1.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=7
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A simple pythonic tool for remote execution and deployment"
-HOMEPAGE="http://fabfile.org https://pypi.org/project/Fabric/;
+HOMEPAGE="https://www.fabfile.org https://pypi.org/project/Fabric/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"



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

2019-02-28 Thread Aaron Bauman
commit: 3d35fc08e14449266e25bbb11de8db6e9de8951e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 30 16:49:25 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:26:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d35fc08

dev-python/python-bibtex: use HTTPS, EAPI7, add missing die

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild  |  4 ++--
 ...ex-1.2.7-r1.ebuild => python-bibtex-1.2.7-r2.ebuild} | 17 -
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild 
b/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild
index 6b44d83e324..d318ec5b963 100644
--- a/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild
+++ b/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1 eutils
 
 DESCRIPTION="A Python extension to parse BibTeX files"
-HOMEPAGE="http://pybliographer.org/;
+HOMEPAGE="https://pybliographer.org/;
 SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild 
b/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild
similarity index 64%
copy from dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild
copy to dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild
index 6b44d83e324..d514f638cca 100644
--- a/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild
+++ b/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild
@@ -1,30 +1,29 @@
-# 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
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 eutils
+inherit distutils-r1
 
 DESCRIPTION="A Python extension to parse BibTeX files"
-HOMEPAGE="http://pybliographer.org/;
+HOMEPAGE="https://pybliographer.org/;
 SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
 
 RDEPEND="
dev-libs/glib:2
>=app-text/recode-3.6-r1"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 python_prepare_all() {
# Disable tests during installation.
-   sed -e "/self.run_command ('check')/d" -i setup.py
+   sed -e "/self.run_command ('check')/d" -i setup.py || die
 
distutils-r1_python_prepare_all
 }



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

2019-02-28 Thread Aaron Bauman
commit: f272aff7b0b7f7968d49519d94529e9089a834ac
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 30 16:55:18 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:26:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f272aff7

dev-python/weasyprint: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/weasyprint/weasyprint-0.41.ebuild | 4 ++--
 dev-python/weasyprint/weasyprint-43.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/weasyprint/weasyprint-0.41.ebuild 
b/dev-python/weasyprint/weasyprint-0.41.ebuild
index ba921c850bc..28624674a05 100644
--- a/dev-python/weasyprint/weasyprint-0.41.ebuild
+++ b/dev-python/weasyprint/weasyprint-0.41.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"
@@ -13,7 +13,7 @@ DESCRIPTION="Visual rendering engine for HTML and CSS that 
can export to PDF"
 MY_PN="WeasyPrint"
 MY_P="${MY_PN}-${PV}"
 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint;
+HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-python/weasyprint/weasyprint-43.ebuild 
b/dev-python/weasyprint/weasyprint-43.ebuild
index d18200b1057..8c3cd18ba99 100644
--- a/dev-python/weasyprint/weasyprint-43.ebuild
+++ b/dev-python/weasyprint/weasyprint-43.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"
@@ -11,7 +11,7 @@ DESCRIPTION="Visual rendering engine for HTML and CSS that 
can export to PDF"
 MY_PN="WeasyPrint"
 MY_P="${MY_PN}-${PV}"
 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint;
+HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint;
 
 LICENSE="BSD"
 SLOT="0"



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

2019-02-28 Thread Aaron Bauman
commit: 42ad8e1ebacce5ac7f9f39a4d238ed253c6d7b7d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 30 16:51:37 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:26:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ad8e1e

dev-python/s3fs: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/s3fs/s3fs-0.1.2.ebuild | 4 ++--
 dev-python/s3fs/s3fs-0.1.5.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/s3fs/s3fs-0.1.2.ebuild 
b/dev-python/s3fs/s3fs-0.1.2.ebuild
index e4fd7d8ab7e..d76d755a6ba 100644
--- a/dev-python/s3fs/s3fs-0.1.2.ebuild
+++ b/dev-python/s3fs/s3fs-0.1.2.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
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="Pythonic file interface to S3"
-HOMEPAGE="http://s3fs.readthedocs.io/en/latest/;
+HOMEPAGE="https://s3fs.readthedocs.io/en/latest/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/s3fs/s3fs-0.1.5.ebuild 
b/dev-python/s3fs/s3fs-0.1.5.ebuild
index ffec642e474..7d5331d9706 100644
--- a/dev-python/s3fs/s3fs-0.1.5.ebuild
+++ b/dev-python/s3fs/s3fs-0.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="Pythonic file interface to S3"
-HOMEPAGE="http://s3fs.readthedocs.io/en/latest/;
+HOMEPAGE="https://s3fs.readthedocs.io/en/latest/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"



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

2019-02-28 Thread Aaron Bauman
commit: 6996b0d7536fbbd0a10ac8d57823131869f4d63a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Feb 27 05:58:21 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:26:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6996b0d7

dev-python/beagle: fix DESCRIPTION

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/beagle/beagle-0.2.1.ebuild 
b/dev-python/beagle/beagle-0.2.1.ebuild
index cb5ec135785..d6bc30ce80c 100644
--- a/dev-python/beagle/beagle-0.2.1.ebuild
+++ b/dev-python/beagle/beagle-0.2.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 PYTHON_COMPAT=( python3_5 python3_6 )
 inherit distutils-r1
 
-DESCRIPTION="Beagle is a command line client for Hound, the code search tool."
+DESCRIPTION="Command line client for Hound, the code search tool."
 HOMEPAGE="https://beagle-hound.readthedocs.io/en/latest/
https://github.com/dhellmann/beagle;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"



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

2019-02-28 Thread Aaron Bauman
commit: e78836872cb16601481be5f4d973951d6e478451
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 30 16:50:20 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:26:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7883687

dev-python/robotframework: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/robotframework/robotframework-3.0.2.ebuild | 4 ++--
 dev-python/robotframework/robotframework-3.0.4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/robotframework/robotframework-3.0.2.ebuild 
b/dev-python/robotframework/robotframework-3.0.2.ebuild
index 20a491ce597..e07519e4dfe 100644
--- a/dev-python/robotframework/robotframework-3.0.2.ebuild
+++ b/dev-python/robotframework/robotframework-3.0.2.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
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Test automation framework for acceptance testing & test-driven 
development"
-HOMEPAGE="http://robotframework.org/ https://pypi.org/project/robotframework/;
+HOMEPAGE="https://robotframework.org/ https://pypi.org/project/robotframework/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-python/robotframework/robotframework-3.0.4.ebuild 
b/dev-python/robotframework/robotframework-3.0.4.ebuild
index 20a491ce597..e07519e4dfe 100644
--- a/dev-python/robotframework/robotframework-3.0.4.ebuild
+++ b/dev-python/robotframework/robotframework-3.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Test automation framework for acceptance testing & test-driven 
development"
-HOMEPAGE="http://robotframework.org/ https://pypi.org/project/robotframework/;
+HOMEPAGE="https://robotframework.org/ https://pypi.org/project/robotframework/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"



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

2019-02-28 Thread Aaron Bauman
commit: 8fc28267c75eeb0ffdaa8e8709c91cf1ee3e69d2
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Feb 10 11:09:08 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar  1 00:26:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc28267

dev-python/cython: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/cython/cython-0.25.2.ebuild | 4 ++--
 dev-python/cython/cython-0.26.1.ebuild | 4 ++--
 dev-python/cython/cython-0.28.4.ebuild | 4 ++--
 dev-python/cython/cython-0.29.4.ebuild | 2 +-
 dev-python/cython/cython-0.29.5.ebuild | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-python/cython/cython-0.25.2.ebuild 
b/dev-python/cython/cython-0.25.2.ebuild
index a7431480936..8d5e0e8dd5d 100644
--- a/dev-python/cython/cython-0.25.2.ebuild
+++ b/dev-python/cython/cython-0.25.2.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
@@ -12,7 +12,7 @@ MY_PN="Cython"
 MY_P="${MY_PN}-${PV/_/}"
 
 DESCRIPTION="A Python to C compiler"
-HOMEPAGE="http://cython.org https://pypi.org/project/Cython/;
+HOMEPAGE="https://cython.org https://pypi.org/project/Cython/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/cython/cython-0.26.1.ebuild 
b/dev-python/cython/cython-0.26.1.ebuild
index a60e11c5fd0..944d239393b 100644
--- a/dev-python/cython/cython-0.26.1.ebuild
+++ b/dev-python/cython/cython-0.26.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ MY_PN="Cython"
 MY_P="${MY_PN}-${PV/_/}"
 
 DESCRIPTION="A Python to C compiler"
-HOMEPAGE="http://cython.org https://pypi.org/project/Cython/;
+HOMEPAGE="https://cython.org https://pypi.org/project/Cython/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/cython/cython-0.28.4.ebuild 
b/dev-python/cython/cython-0.28.4.ebuild
index 1b86fc1a637..8354853e5dd 100644
--- a/dev-python/cython/cython-0.28.4.ebuild
+++ b/dev-python/cython/cython-0.28.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ MY_PN="Cython"
 MY_P="${MY_PN}-${PV/_/}"
 
 DESCRIPTION="A Python to C compiler"
-HOMEPAGE="http://cython.org https://pypi.org/project/Cython/;
+HOMEPAGE="https://cython.org https://pypi.org/project/Cython/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/cython/cython-0.29.4.ebuild 
b/dev-python/cython/cython-0.29.4.ebuild
index dac33af5969..2100a3aa573 100644
--- a/dev-python/cython/cython-0.29.4.ebuild
+++ b/dev-python/cython/cython-0.29.4.ebuild
@@ -12,7 +12,7 @@ MY_PN="Cython"
 MY_P="${MY_PN}-${PV/_/}"
 
 DESCRIPTION="A Python to C compiler"
-HOMEPAGE="http://cython.org https://pypi.org/project/Cython/;
+HOMEPAGE="https://cython.org https://pypi.org/project/Cython/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/cython/cython-0.29.5.ebuild 
b/dev-python/cython/cython-0.29.5.ebuild
index 8cd14394ba5..47784605779 100644
--- a/dev-python/cython/cython-0.29.5.ebuild
+++ b/dev-python/cython/cython-0.29.5.ebuild
@@ -12,7 +12,7 @@ MY_PN="Cython"
 MY_P="${MY_PN}-${PV/_/}"
 
 DESCRIPTION="A Python to C compiler"
-HOMEPAGE="http://cython.org https://pypi.org/project/Cython/;
+HOMEPAGE="https://cython.org https://pypi.org/project/Cython/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libgit2/files/, dev-libs/libgit2/

2019-02-28 Thread Stefan Strogin
commit: 6e20675c7a5e1678d4720581a0582b9a949e04bd
Author: Stefan Strogin  gmail  com>
AuthorDate: Thu Feb 28 23:31:34 2019 +
Commit: Stefan Strogin  gmail  com>
CommitDate: Thu Feb 28 23:31:34 2019 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=6e20675c

dev-libs/libgit2: drop; fixed upstream and in gentoo.git

Upstream patch for LibreSSL >=2.7.0:
https://github.com/libgit2/libgit2/commit/7490d449b518115a1ae86b01397e95c38e39cff1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Stefan Strogin  gmail.com>

 dev-libs/libgit2/Manifest  |  1 -
 .../files/libgit2-libressl27-backport26.patch  | 28 
 dev-libs/libgit2/libgit2-0.26.5.ebuild | 82 --
 dev-libs/libgit2/metadata.xml  | 27 ---
 4 files changed, 138 deletions(-)

diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest
deleted file mode 100644
index 94baede..000
--- a/dev-libs/libgit2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libgit2-0.26.5.tar.gz 4734075 BLAKE2B 
cdc34a5792576d97d8bc8a8c998e610e9c2caab4899f55bfd11da382d73d3061277ac068edd20c8e31d7cf5c3b26ca688fd67eb43ca7b9e0b82413fb04d04b3f
 SHA512 
7dd7c567ad776db76b3514e6532f52841a4279b58dc51b44d39ab53b6911220cb60ee8f37b4c6ad6f369edbbd43a2591cf5f46aca354282f56735c8b215d533b

diff --git a/dev-libs/libgit2/files/libgit2-libressl27-backport26.patch 
b/dev-libs/libgit2/files/libgit2-libressl27-backport26.patch
deleted file mode 100644
index 26dc964..000
--- a/dev-libs/libgit2/files/libgit2-libressl27-backport26.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/src/openssl_stream.c b/src/openssl_stream.c
-index 6bab6b54a..f6f908a76 100644
 a/src/openssl_stream.c
-+++ b/src/openssl_stream.c
-@@ -103,7 +103,8 @@ int git_openssl_stream_global_init(void)
-   ssl_opts |= SSL_OP_NO_COMPRESSION;
- #endif
- 
--#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
-+#if OPENSSL_VERSION_NUMBER < 0x1010L || \
-+ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 
0x2070)
-   SSL_load_error_strings();
-   OpenSSL_add_ssl_algorithms();
- #else
-diff --git a/src/openssl_stream.h b/src/openssl_stream.h
-index f5e59dab1..75bea07cf 100644
 a/src/openssl_stream.h
-+++ b/src/openssl_stream.h
-@@ -27,7 +27,8 @@ extern int git_openssl_stream_new(git_stream **out, const 
char *host, const char
- 
- 
- 
--# if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
-+# if OPENSSL_VERSION_NUMBER < 0x1010L || \
-+  (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 
0x2070L)
- 
- GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name)
- {

diff --git a/dev-libs/libgit2/libgit2-0.26.5.ebuild 
b/dev-libs/libgit2/libgit2-0.26.5.ebuild
deleted file mode 100644
index 0aebcf7..000
--- a/dev-libs/libgit2/libgit2-0.26.5.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~ppc-macos"
-fi
-
-DESCRIPTION="A linkable library for Git"
-HOMEPAGE="https://libgit2.github.com/;
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0/26"
-IUSE="+curl examples gssapi libressl +ssh test +threads trace"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   sys-libs/zlib
-   net-libs/http-parser:=
-   curl? (
-   !libressl? ( net-misc/curl:=[curl_ssl_openssl(-)] )
-   libressl? ( net-misc/curl:=[curl_ssl_libressl(-)] )
-   )
-   gssapi? ( virtual/krb5 )
-   ssh? ( net-libs/libssh2 )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS CONTRIBUTING.md CONVENTIONS.md README.md )
-
-PATCHES=( "${FILESDIR}/libgit2-libressl27-backport26.patch" )
-
-src_prepare() {
-   # skip online tests
-   sed -i '/libgit2_clar/s/-ionline/-xonline/' CMakeLists.txt || die
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
-   -DBUILD_CLAR=$(usex test)
-   -DENABLE_TRACE=$(usex trace)
-   -DUSE_GSSAPI=$(usex gssapi)
-   -DUSE_SSH=$(usex ssh)
-   -DTHREADSAFE=$(usex threads)
-   -DCURL=$(usex curl)
-   )
-   cmake-utils_src_configure
-}
-
-src_test() {
-   if [[ ${EUID} -eq 0 ]] ; then
-   # repo::iterator::fs_preserves_error fails if run as root
-   # since root can still access dirs with  perms
-   ewarn "Skipping tests: non-root privileges are required for all 
tests to 

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

2019-02-28 Thread Zac Medico
commit: 4d4f8b9eac12b67ad1f276d2bd11d419cc3e50be
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Feb 28 23:17:46 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Feb 28 23:32:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4f8b9e

sys-apps/portage: remove old versions

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

 sys-apps/portage/Manifest |   3 -
 sys-apps/portage/portage-2.3.59-r1.ebuild | 274 --
 sys-apps/portage/portage-2.3.60.ebuild| 271 -
 sys-apps/portage/portage-2.3.61.ebuild| 271 -
 4 files changed, 819 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index d4f1365a7df..5d3265f1c30 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -3,9 +3,6 @@ DIST portage-2.3.40-bug-657436-937d0156aa06-1fc628eead43.patch 
4131 BLAKE2B 1b05
 DIST portage-2.3.40.tar.bz2 995122 BLAKE2B 
3bfadee6cf57dace32bb4a365850650e13664202f3b16bf75821ff6226e85da823785ac87875fa82bd5cf1b953d638773819495f73f471c06ffd6926518df1ac
 SHA512 
ded128c1941664fab6bc95f05115ec08900fddaedd1b6f12afa48da024531ee8939134d49759e09995c76a95e41beafdbf5528a5b62d3bf21c826ab1ac0cd1c5
 DIST portage-2.3.49.tar.bz2 1010414 BLAKE2B 
be8e0194855eda8e8a617ee4415d702199e10772bab9539ff27cb165b6749090be887b6f48d449f4e7650e618d43be1b0d26ba59597996a9d3d3ecd0caea166a
 SHA512 
d3daee0075eee61c354ad1d4865b1cf433d9afe5ed56101758219694325c7c5ad62a0d9ce41bf2205934b6e073d0eba3ef3f7c8b6633b5a3448e469783c5329a
 DIST portage-2.3.51.tar.bz2 1013015 BLAKE2B 
f7f5e6c9e627db5a9e4bfcc9a6cbebb40fda910d3cc928922870b295c706a9f669d3d812e726b220610efe6b182460811eb9420d6fa5b8756481df64a88fe2b9
 SHA512 
6c22b97959d4b5be263b9a1de6bb343b1f8300e989f37c7334a9d5d6fb65fe2390958e222bc5379ec95099124fc51a049ecca6e1bfc18f0a6c57e4601342bb94
-DIST portage-2.3.59.tar.bz2 1019295 BLAKE2B 
705e51343be5a522cfb9d4cc7935042cd1e5b697b2d78aa283bcc6cbdd3163fa54a572824355221915141b14c2f847c3810e5d4088e8784f23a0111d2bcf321a
 SHA512 
abd188a6b6e4a2c19379e15278cfea31f45eaeb327307e6011877b1babf8460066d6f2b3879d77b5d4aee5120387beaa0318ec2764d2039cd10a3aeb26973658
-DIST portage-2.3.60.tar.bz2 1019434 BLAKE2B 
ef6cd672cf0a0781d836c3090de099a6da19e36c8d6650b3b9a9eedd0c106259824cdb34ff968cdbc38fdd1bee43aa1ef76f0914c98a45b3cf79edaf9742cae7
 SHA512 
ad5145c1b82fef50224df3a299375d3e9def03f5b7aaf0e616b6dd646141e1bb94dcb7cef0f210e64c705b0e6142bcf969f85a989c423084f33706a15e6b2e07
-DIST portage-2.3.61.tar.bz2 1020972 BLAKE2B 
783e0b1a38a42b6727fb42287745720fefd7ab0b0ef75a91d55ceeae6d9379d36bd37abcf42dfb90f6fcbe86354b14a3a2879d3b931174a6d26388375aad6b93
 SHA512 
2240ec3f3c01596bf0e1920e805392f429caecd58b7df60fd56ecf3ff5946299bb0d91581d358541d676f9136989b20593cb52ec883f0a28d332177b263896ea
 DIST portage-2.3.62.tar.bz2 1021442 BLAKE2B 
37d5dab0e678ced78e0ff4dc9907af3d20370a4b0f52cea9118be3d06bb14e24fe6597d86c9bbd9d3ed2fc51f9e031d4e9ba84f354b945f7a399da3cbb95d74a
 SHA512 
d4eca7e70573aae07a0522b4bf361191fded00fa02c5e6d8f70cf72c19c4dcfa9be7169a267afdc58cdd0a8ee333774a7779ac08dee3490aa8e8a1ebd39deb49
 DIST portage-2.3.8.tar.bz2 938062 BLAKE2B 
3f7bedf6268131a3b3539d53c8a7bb069b533b3a78e5eec521b6201439c8ee5e66996e798fe295561d0a94bfcd32adf414d4f8b5e7a93035cea09749406e64a3
 SHA512 
4b4b2de20323799b9b0f7a8812f939aa9a96d2744a0f65ad5287ba49744c491b55169cdb21f2885317a6a7c960d2070775ffd798f247b44eebc677c33c271eb8
 DIST portage-74d2509c99fbcb43e018ead4950b938e41e524e5-bug-671472.patch 1584 
BLAKE2B 
452cd4cb25e42dcfa05c4f9da2bd3cc279556b9cd87037d0d965d39678f347b701dac0eaa59bfdebee9e3715abb506bf3744900ebefafa8fa729a1eb442889b9
 SHA512 
5bbe163e8eec00ece831c113676e87f0cf61a40f30a75a0de548490eeb789479336feec5bf81868a284bf32bafa00209176156cfb9ce557390d0f4a2ab6d1c1a

diff --git a/sys-apps/portage/portage-2.3.59-r1.ebuild 
b/sys-apps/portage/portage-2.3.59-r1.ebuild
deleted file mode 100644
index 20086e94171..000
--- a/sys-apps/portage/portage-2.3.59-r1.ebuild
+++ /dev/null
@@ -1,274 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=(
-   pypy
-   python3_4 python3_5 python3_6 python3_7
-   python2_7
-)
-PYTHON_REQ_USE='bzip2(+),threads(+)'
-
-inherit distutils-r1 epatch linux-info systemd
-
-DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
-SLOT="0"
-IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
-
-DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/sed-4.0.5 sys-devel/patch
-   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
-   

[gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libevent/files/, dev-libs/libevent/

2019-02-28 Thread Stefan Strogin
commit: 25fa03be474841abd9d3f2c959db65886a64c2de
Author: Stefan Strogin  gmail  com>
AuthorDate: Thu Feb 28 23:22:27 2019 +
Commit: Stefan Strogin  gmail  com>
CommitDate: Thu Feb 28 23:22:27 2019 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=25fa03be

dev-libs/libevent: drop; fixed upstream and in gentoo.git

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Stefan Strogin  gmail.com>

 dev-libs/libevent/Manifest |  1 -
 .../libevent/files/libevent-2.1.8-libressl.patch   | 93 --
 dev-libs/libevent/libevent-2.1.8.ebuild| 68 
 dev-libs/libevent/metadata.xml | 16 
 4 files changed, 178 deletions(-)

diff --git a/dev-libs/libevent/Manifest b/dev-libs/libevent/Manifest
deleted file mode 100644
index ba25e28..000
--- a/dev-libs/libevent/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libevent-2.1.8.tar.gz 1026485 BLAKE2B 
f1ceb740aa776a7c26f52916d771af7f4bb351cadf858ef991ab015e5897e34579c6af1f4ed3b516d5be2ac7cb3a7c27ac9d3020dbb04ac7670118616a264561
 SHA512 
a2fd3dd111e73634e4aeb1b29d06e420b15c024d7b47778883b5f8a4ff320b5057a8164c6d50b53bd196c79d572ce2639fe6265e03a93304b09c22b41e4c2a17

diff --git a/dev-libs/libevent/files/libevent-2.1.8-libressl.patch 
b/dev-libs/libevent/files/libevent-2.1.8-libressl.patch
deleted file mode 100644
index 7614899..000
--- a/dev-libs/libevent/files/libevent-2.1.8-libressl.patch
+++ /dev/null
@@ -1,93 +0,0 @@
 a/openssl-compat.h
-+++ b/openssl-compat.h
-@@ -1,7 +1,8 @@
- #ifndef OPENSSL_COMPAT_H
- #define OPENSSL_COMPAT_H
- 
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if (OPENSSL_VERSION_NUMBER < 0x1010L) || \
-+  (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 
0x2070L)
- 
- static inline BIO_METHOD *BIO_meth_new(int type, const char *name)
- {
-@@ -30,6 +31,11 @@
- 
- #define TLS_method SSLv23_method
- 
--#endif /* OPENSSL_VERSION_NUMBER < 0x1010L */
-+#endif /* (OPENSSL_VERSION_NUMBER < 0x1010L) || \
-+  (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 
0x2070L) */
-+
-+#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x2070L
-+#define BIO_get_init(b) (b)->init
-+#endif
- 
- #endif /* OPENSSL_COMPAT_H */
 a/sample/https-client.c
-+++ b/sample/https-client.c
-@@ -312,7 +312,8 @@
-   }
-   uri[sizeof(uri) - 1] = '\0';
- 
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if (OPENSSL_VERSION_NUMBER < 0x1010L) || \
-+  (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 
0x2070L)
-   // Initialize OpenSSL
-   SSL_library_init();
-   ERR_load_crypto_strings();
-@@ -480,7 +481,8 @@
-   SSL_CTX_free(ssl_ctx);
-   if (type == HTTP && ssl)
-   SSL_free(ssl);
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if (OPENSSL_VERSION_NUMBER < 0x1010L) || \
-+  (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 
0x2070L)
-   EVP_cleanup();
-   ERR_free_strings();
- 
-@@ -492,7 +494,8 @@
-   CRYPTO_cleanup_all_ex_data();
- 
-   sk_SSL_COMP_free(SSL_COMP_get_compression_methods());
--#endif /*OPENSSL_VERSION_NUMBER < 0x1010L */
-+#endif /* (OPENSSL_VERSION_NUMBER < 0x1010L) || \
-+  (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 
0x2070L) */
- 
- #ifdef _WIN32
-   WSACleanup();
 a/sample/le-proxy.c
-+++ b/sample/le-proxy.c
-@@ -259,7 +259,8 @@
- 
-   if (use_ssl) {
-   int r;
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if (OPENSSL_VERSION_NUMBER < 0x1010L) || \
-+  (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 
0x2070L)
-   SSL_library_init();
-   ERR_load_crypto_strings();
-   SSL_load_error_strings();
 a/sample/openssl_hostname_validation.c
-+++ b/sample/openssl_hostname_validation.c
-@@ -48,7 +48,8 @@
- 
- #define HOSTNAME_MAX_SIZE 255
- 
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if OPENSSL_VERSION_NUMBER < 0x1010L || \
-+  (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 
0x2070L)
- #define ASN1_STRING_get0_data ASN1_STRING_data
- #endif
- 
 a/test/regress_ssl.c
-+++ b/test/regress_ssl.c
-@@ -186,7 +186,8 @@
- void
- init_ssl(void)
- {
--#if OPENSSL_VERSION_NUMBER < 0x1010L
-+#if (OPENSSL_VERSION_NUMBER < 0x1010L) || \
-+  (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 
0x2070L)
-   SSL_library_init();
-   ERR_load_crypto_strings();
-   SSL_load_error_strings();

diff --git a/dev-libs/libevent/libevent-2.1.8.ebuild 
b/dev-libs/libevent/libevent-2.1.8.ebuild
deleted file mode 100644
index 0e49a85..000
--- a/dev-libs/libevent/libevent-2.1.8.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils multilib-minimal
-

[gentoo-commits] repo/gentoo:master commit in: app-admin/github-backup-utils/

2019-02-28 Thread William Hubbs
commit: b592bdc4b5fe6ee4adc1b390e156f2ff332a8cc2
Author: William Hubbs  sony  com>
AuthorDate: Thu Feb 28 23:14:29 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Feb 28 23:15:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b592bdc4

app-admin/github-backup-utils: 2.16.1 bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 app-admin/github-backup-utils/Manifest |  1 +
 .../github-backup-utils-2.16.1.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-admin/github-backup-utils/Manifest 
b/app-admin/github-backup-utils/Manifest
index 5dc56c64c0d..4a286a88215 100644
--- a/app-admin/github-backup-utils/Manifest
+++ b/app-admin/github-backup-utils/Manifest
@@ -7,6 +7,7 @@ DIST github-backup-utils-2.13.2.tar.gz 83126 BLAKE2B 
f79d378a1126a16f366930a40ca
 DIST github-backup-utils-2.14.2.tar.gz 84628 BLAKE2B 
579088448da16330083ee4ffbbd2d9e286eac7bf89bc9146bb4eaed8aee42971238ea997625da2e5c6f10097b329ffb7db876aab20acdbe7d17c1a8bcb9a3801
 SHA512 
6a93861441388866ba57c8be13ece0df6967e711fd643138c00490ce439fb74d29ceb5b482f6315d1a47df0cb90ab4a835bb25bdcc92172f5f200b5900108bd4
 DIST github-backup-utils-2.15.0.tar.gz 84856 BLAKE2B 
cc31d45711d4b26d246e08565b48bf5b65e3c6127bbeb01064273e4bcc8e3f3b5fd8e439cd4717c4c8d103113b00eba4ed670737169ce6ffa7a8256b08386e01
 SHA512 
3294641c8220cd7d5e212e47b7011f188432e5e6437e6d97a9d6c38182fd451a0229588ee28872d5c1bb1b0cab93eb612586a268761d42cb763f38ad13ec0ab4
 DIST github-backup-utils-2.15.1.tar.gz 84627 BLAKE2B 
14f448a8c15b45cdf2a2868d70d90bd91228bbeb3d7534fd89ed1812fd1bcc52e9720d4063fc33f9463035eb34736c919c888c17b2602ebb772fdef4830592f5
 SHA512 
72a0c70ef629f17a2b3be12661379a94150181c0ac87803e4490a9b927e84760917e936e3346d2da6a0ec004ef8fa9b1297b41341bce115a2dd26bbcc62c1843
+DIST github-backup-utils-2.16.1.tar.gz 84847 BLAKE2B 
5c6c0cbe8268ae176321739582783e920454efbebb62a0058ceeddb675a46050db3126897054c0120a74bcfa16bd28b4dd311cbd6a5e23dac262a49bc026c90d
 SHA512 
bde17ed47ec0b89fd95e0a018cc0709045da6f27ffbf492d555219a09e3fcca612d67da1e0d5786fa8ea08a7eaa6d183dc1d40fd45d7bace5d05899ae0007fcb
 DIST github-backup-utils-2.5.0.tar.gz 40850 BLAKE2B 
34f16e290619a21edef11410a583357a15b57c9a6a0d20b188863f5c41a7a30bcc168a2337ff7203de6f5659c611178bed0e0cff3d802c1ec923d7c4d8e1ee3a
 SHA512 
ecd5b85e0e2e300a9f40ecb8f545868554c7b48bdf800a21cf111ead80c185c96d475c67487c9b9e8af676f8c71a001730084abde79e05860b3e24004888292d
 DIST github-backup-utils-2.6.0.tar.gz 45970 BLAKE2B 
855c7e93aa4db136629db8ba109328d51b9e9ca82aef1190a9703be2cc456ac006cd6bacaf1d3ffe9ccd8d43fb83c15c30c9b514abd37fb2104e62b2e1ed51fa
 SHA512 
a795e439f9d28e27b457c5b6eb42f35d6aea1527c2a01a26b81d6e86829db14a0b27a366d9358214bbe1c16540fe524fb0010d5f509c78ba5398c6bdbf04182e
 DIST github-backup-utils-2.6.3.tar.gz 50884 BLAKE2B 
43e8c398da11f891230a7910fc29d9fc702f5985c8bda5388f8415446e12a3408383ee5a76a26f2519625be3bf442600e4281a4e10e24b5a1143ac4ca1934442
 SHA512 
dff092325ad6f3502c8c0afbea90a53469af0ab4b98eaa39a950022c5b4e199cd3b48b5ec0585e3ea39b9bbd707dd037e8e0ed00ed8c6858276ba1a8e1075290

diff --git a/app-admin/github-backup-utils/github-backup-utils-2.16.1.ebuild 
b/app-admin/github-backup-utils/github-backup-utils-2.16.1.ebuild
new file mode 100644
index 000..0bef08b2f3d
--- /dev/null
+++ b/app-admin/github-backup-utils/github-backup-utils-2.16.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# See https://github.com/github/backup-utils/issues/135
+PYTHON_COMPAT=(python2_7)
+inherit python-any-r1
+
+DESCRIPTION="Backup and recovery utilities for GitHub Enterprise"
+HOMEPAGE="https://github.com/github/backup-utils;
+SRC_URI="https://github.com/github/backup-utils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="test? (
+   dev-util/checkbashisms
+   sys-apps/moreutils
+   ${PYTHON_DEPS}
+)"
+
+RDEPEND="net-misc/rsync"
+
+MY_PN="${PN/#github-/}"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_compile() {
+   :;
+}
+
+src_install() {
+   dobin bin/*
+   insinto usr/share/${PN}
+   doins share/${PN}/version
+
+   exeinto usr/share/${PN}
+   doexe share/${PN}/bm.sh
+   doexe share/${PN}/ghe-*
+
+   insinto etc/${PN}
+   newins backup.config-example backup.config
+
+dodoc -r docs/*
+}
+
+src_test() {
+   emake test
+}



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

2019-02-28 Thread Thomas Deutschmann
commit: f9b7ac1850dabf02d27680c13c762e2411d96bdd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Feb 28 22:56:30 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Feb 28 23:14:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b7ac18

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

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

 www-client/firefox-bin/Manifest| 172 ++---
 ...bin-65.0.1.ebuild => firefox-bin-65.0.2.ebuild} |   0
 2 files changed, 86 insertions(+), 86 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 21001487b1c..7134f1056b6 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -166,93 +166,93 @@ DIST firefox-60.5.2esr-vi.xpi 528189 BLAKE2B 
a0a43dba28e8d6528e259284d2a36bfc071
 DIST firefox-60.5.2esr-xh.xpi 511862 BLAKE2B 
8296eb1a3dec00565f6d7d9c0941d6af189d37a8927484a4f4b0474ae373b876bc05c295dd37a75afd515afc0447fd8e347b6ad4b26d11bf32f1864d6f4bf9df
 SHA512 
cc0d66939a0e4dabaa7ffd304b6ec37c0a64fc0cf4fe790c73dffa80136ec83f8c873d4cd2edd84856e7a12b8b7379f2c377f4c11824cc26a46372aaf2c19acf
 DIST firefox-60.5.2esr-zh-CN.xpi 543583 BLAKE2B 
ab3e8475c24d481b78ddcca79b909f39a4afa652b256f8304a22675660fd511d17d4c96d26557026192b40a3027fd7c9a9acdf3f21feb7477c1f2fef5896342b
 SHA512 
359d20ea6ffaeca20edbeb799446fb506fe3446be6c8428e77b8c1bbf7f7b582ab6f5ced5ec36ca32a7a6f0d917116333834b677f67490c3a6ad96166a31eb83
 DIST firefox-60.5.2esr-zh-TW.xpi 541912 BLAKE2B 
b0342b11b9de43d40e75961ea4a402e3acceef0e5ff46d3c745a83cf2459a9fbd5d9dc8bac99aeb3bd2af860594c74d89d8ff6120b95a6a03348bda5120c8859
 SHA512 
f2c0b65afd97a50cf2fc69496d3132343c15754fd22625072516b4039c61660a37877ebbfb6a53a1b3c941901d310dc284a92e0ff010db01ed2e64fcfa6d3637
-DIST firefox-65.0.1-ach.xpi 447455 BLAKE2B 
fdc82d9e2cdfd32c8b627d029150625f376772bf0fd2794060dea7c3cf534034be1463c344e8b5a8b547fb40107ef94fd23264eb8fa00db45945f4e795478c3e
 SHA512 
741006e297bb3584bb84272d7768073cba04f15f41d4cc9599e73b7e27d85b652e757287bc6cb3997d07467c57ddea90163412fe8cbf33fa70fb3908f77e9ecb
-DIST firefox-65.0.1-af.xpi 437790 BLAKE2B 
27aa7c7e6270c8f76f14a43cdfc1ff4e4370d295749f10b49b5e2566366c1319a433b0e5c6f57a5feb380ff23ffec378151c27954e8a1ec39634cf654680f4d9
 SHA512 
b429d15d3fdbf447696991619bd712f3d00fc37ccb9108e994a8a5df06238d7adbb2add7be07b049a003b6fca5ec3b7ab68ad24c1325eb354ad57e70445dbb92
-DIST firefox-65.0.1-an.xpi 465003 BLAKE2B 
b00e87a90f0433fb28d6226791f921b1f4f9483b507ea980b697441b609e5140a3ebe4bc144cd888ff1dd71b8281e3b6e8f198cfdcb1cf4b789cd3ffd076dc4d
 SHA512 
67f259cccfc7d9e977c903ff0e7e2053eec3f334b9358e6d11365f20add43804323cf6b07524e7d6f6c257a3b2036a980fbedb4df9d6b099948b81fbae80ea51
-DIST firefox-65.0.1-ar.xpi 509020 BLAKE2B 
acb6a9307c832f8a61ade8ed64760645581741dfec68bff5e5ecd97147a1af6b2b74381a38b5eaab9f1e6787980e3929c2f234d7430ee9c789c02d5749ff9b96
 SHA512 
557e3e3c3dd8b8e312124c6cdb08949a7e1e84a17a5ae2f36c40f343295bc934296f64f2feb335e36b16de00b2381802b316e5e514c24918ff4c554ce937c32c
-DIST firefox-65.0.1-as.xpi 472923 BLAKE2B 
dcd166c4396516786304ba22386da9f8e74dfc1fda7216bab57ed589b80b99ddcd1e11e8c7b158395daf218c010946db083707d6a9534a57e4c068f553d23df8
 SHA512 
272e7abf3d1a0b7a9c3bece1222e3c943dd1da1b55899b5fba4d0610f755e1f7564be425f0c2eb2a9154a1cdb694d369eee759280f0da2bb069e5880323efc1a
-DIST firefox-65.0.1-ast.xpi 462337 BLAKE2B 
1078f0a7ff52fabdd61fdd396c72007e3cb6d3e290552bcdce45c3aa755ecd65d72b0baf8e4519de6e767f09600060b3753f90156487d08b00b81d34b1e4
 SHA512 
172c2c97a9d9c0a61e8fcc0af7fdc4de60affce871d9395502a056266ca5f956ea89065e0a0a5a666a5497f6f5f0080fde97c42cc2c12a39644b8f4ecce6629d
-DIST firefox-65.0.1-az.xpi 488817 BLAKE2B 
448454f2d744e9dbecf52055e5d0d33bf19aaa5ead22bf33512b22299af53cb20ee0437db7d8b54c5c2b8ef140538fad9568a63c4449e7bcb5c1beea26a1a9af
 SHA512 
418a44e16b8fb399346d7a1c24b9f21d83234cafa102e5869683b9dd23849db9f372c9c9fe552d4071357d81d6aa051b06b72d24b55deac0b594aef9adf59698
-DIST firefox-65.0.1-bg.xpi 521955 BLAKE2B 
abb9cb9181c42cbf3b76ce843c557a754f4222db85bd3188dc652c5db3f4cf88b4c8a486f911a4342d162561c9e04f47065ca58ab75be02dacbe7c175fd78865
 SHA512 
060f5d11b19110f5c5fcea5d843fcd8d0a7231b3486dbb4bef0e4a9c8e4b2e4c4d41a7ceddd9815e633fbc6627c29b7e6e4afd0a71068db69a17c78bd8998e61
-DIST firefox-65.0.1-bn-BD.xpi 536538 BLAKE2B 
b6c1a2a5e6a3986ad11f17c734827db44e6cb969d9fdbf00cede433500125e71cb188bd9d5181886f0ca9fae81e354ba116c6c6007090ccb270d831dbb28b033
 SHA512 
3f0684a438008817cc38706028e3a31618bb36bee8fd0521cf2f5baa543ae6187888104d0184fadf677d14838c2e3ad2c370bd3b6cc01a002b800cd1f5cb55d6
-DIST firefox-65.0.1-bn-IN.xpi 528103 BLAKE2B 
94f56034ff4e025b5d821bc439b37339c26a2558dc15f3be354422a6263d730b30241894040cab6e025ddf102631627944d89f35306f200ff58ae578d56d7f0e
 SHA512 
c3dff6cb540033660b0a516637256ee5236a65cb2942894fbe6f436726057cf2341ae03993e4cbdd52d8be2ef7b628d488e3ec8444dfee19ea8dff05fa02350f

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

2019-02-28 Thread Thomas Deutschmann
commit: 971966331a497c93a6b53a9742a739428e21be07
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Feb 28 23:13:54 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Feb 28 23:14:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97196633

www-client/firefox: bump to v65.0.2

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

 www-client/firefox/Manifest  |  93 +
 www-client/firefox/firefox-65.0.2.ebuild | 688 +++
 2 files changed, 781 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index afb3f9ecdfb..e0fa1d35038 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -186,6 +186,7 @@ DIST firefox-60.5.2esr-zh-TW.xpi 541912 BLAKE2B 
b0342b11b9de43d40e75961ea4a402e3
 DIST firefox-60.5.2esr.source.tar.xz 268056844 BLAKE2B 
96191080f9b89fdff3b851acedd63255b3b4daf3f96c8159db14badf5e865e2969bcdf940ace6d5bb9365664d10bbd70fc808d6b9d66539f7c25249942b2b937
 SHA512 
5be7e5aefcd038b83a6859004042e796fee5adb48d1a010547ba5fb6eb9c69b11267d56ae9f55ea8f9e7859ea8d600fb93e03e3712f6f9c023370b53c0f5efcd
 DIST firefox-65.0-patches-02.tar.xz 14432 BLAKE2B 
8c363071e04e2aad4d60ab9cb84f1a421e9c88c7679446ad6481f004939d79a54b53d30905576db438f975728266aac78391e9ee42c249275a104e83b58e3c6c
 SHA512 
81f3fa5072791a39000bbe107b1759fd459c50606a5f9e649816152fd9f8867e0b0e24462ef96df9df901597cbe9cd3cfd8142685391e365cc6d7aeab18678a5
 DIST firefox-65.0-patches-03.tar.xz 14868 BLAKE2B 
754958e4cd313edd6f5aac95273fbf45f8b1412444c41cb5aa8ce4d97f74a4f84204c68b21fb56d683b414984c4a819b02e4943b3e6a97abc015cebf6fc9b75c
 SHA512 
4f62bc7f8fd55f648bea7cbffb1b69771c9ad995688ae2507e83790355f35ee4ac4f65eea06f875bc95503521b23f88c05dc991df613ab0deaad2cf7093234e7
+DIST firefox-65.0-patches-04.tar.xz 16096 BLAKE2B 
2c591c54ced34e32307330df19fa205ce274c94519f32205b726183b55d2050b132a30301c6c9ea9b4a63e292a45d1581fd712c9ffa4730fb5b7fb2708673da7
 SHA512 
fc3e6dcf5fb14caae9e6d9ddfded17edcf7eb138a1ff024320a9820e052d6414874db22c641355e197cd5ba8dc60e4747f16caba4ba686ae7dadf8f9d61fa6e6
 DIST firefox-65.0.1-ach.xpi 447455 BLAKE2B 
fdc82d9e2cdfd32c8b627d029150625f376772bf0fd2794060dea7c3cf534034be1463c344e8b5a8b547fb40107ef94fd23264eb8fa00db45945f4e795478c3e
 SHA512 
741006e297bb3584bb84272d7768073cba04f15f41d4cc9599e73b7e27d85b652e757287bc6cb3997d07467c57ddea90163412fe8cbf33fa70fb3908f77e9ecb
 DIST firefox-65.0.1-af.xpi 437790 BLAKE2B 
27aa7c7e6270c8f76f14a43cdfc1ff4e4370d295749f10b49b5e2566366c1319a433b0e5c6f57a5feb380ff23ffec378151c27954e8a1ec39634cf654680f4d9
 SHA512 
b429d15d3fdbf447696991619bd712f3d00fc37ccb9108e994a8a5df06238d7adbb2add7be07b049a003b6fca5ec3b7ab68ad24c1325eb354ad57e70445dbb92
 DIST firefox-65.0.1-an.xpi 465003 BLAKE2B 
b00e87a90f0433fb28d6226791f921b1f4f9483b507ea980b697441b609e5140a3ebe4bc144cd888ff1dd71b8281e3b6e8f198cfdcb1cf4b789cd3ffd076dc4d
 SHA512 
67f259cccfc7d9e977c903ff0e7e2053eec3f334b9358e6d11365f20add43804323cf6b07524e7d6f6c257a3b2036a980fbedb4df9d6b099948b81fbae80ea51
@@ -278,3 +279,95 @@ DIST firefox-65.0.1-xh.xpi 455418 BLAKE2B 
db9e0c611cb02cd837b36ea6e3aec34c12f605
 DIST firefox-65.0.1-zh-CN.xpi 494797 BLAKE2B 
cc8be129e9841408d178089629c6761fe75463529f63bbdf754a17206818722ef5b5e96222a1b4b9412b54c89dac20d7dd0c825430c2e74c0974aa4ffd70411b
 SHA512 
3e735b1d6d9af948b6a9f1a06b176e587fd040edd287ed393ac9e5cebae2cc6c5359651f46c6e5929fb5b1dbc6d3753f4d7492c33ca1c8d6a9450bb3f5b99059
 DIST firefox-65.0.1-zh-TW.xpi 492969 BLAKE2B 
1b768b05b1e846dfdfe0f3d9a9a38c5f7757c5fc92f9d10049f51eba9231921f57aafbdc3d2798be5900e462b132e4f65d9a68a92f178a9460d12a6eb6dc4258
 SHA512 
6d4eae5c0d6950841501eae2f348286f77d77af187fc71e6d0a705d05181477d973e7a9c6a1acf4bd68f0b8ca221c2460f4fabbd00c8f9dc44a37ed78873e060
 DIST firefox-65.0.1.source.tar.xz 276816148 BLAKE2B 
63048b175ff6dbd6d6ac1043530699b68e6e187758adfa67892d41b1f1760b943ed77290350b31043ba5721acbcaa099f11282a874463b48872b5c77c995eeed
 SHA512 
cc76a83f6430f501c2260c6b35b5e48f045f5b180daf03375e9ab114a9afd67dfc0146ddb81cd29be4617aadb66a332ed5ebc625cb500df9579e412ed4909599
+DIST firefox-65.0.2-ach.xpi 447470 BLAKE2B 
1f2b8b663512e98fdb613c56830ef65d06fb5d259e96dd103f2a4c72eab8d4a128876116443f63af95210b5a60955db4d3fd3a96d30bb8c202a1fe18b8293804
 SHA512 
c32336203c7ed25d022cb761453981bc68cfe468cbb61db8ab6a19e8396c8bfc3adfd93907721830dc7f9f4eb82e04b3c2f1fc8f88fdf7a45ce3660d98792ff5
+DIST firefox-65.0.2-af.xpi 437795 BLAKE2B 
d12ba066c0ec11db1f6210852bad9e5476e560ec3d8b7239cbd5cf90bf0368cb341de1802eb2903c55342bdc4da29d540e765fb1532fadef2ed05b924182be65
 SHA512 
b1d0bf5dfd6b949f6614b0def28422d0b10788d0719eb9037dc3d2fe34f33ed5cb59d6083a12a5853601246fe53d1eef785992b86178295a8d9d6a7a9697052d
+DIST firefox-65.0.2-an.xpi 465018 BLAKE2B 
109307b789d3d6e8c104e109782362190500550c1ce1e5161df13d72da15030cefbe715e0d48fac5e8b5d1ff977785ae08e90f8b2bafb10775ecf8c128ca311b
 SHA512 

[gentoo-commits] repo/proj/libressl:master commit in: dev-cpp/commoncpp2/, dev-cpp/commoncpp2/files/

2019-02-28 Thread Stefan Strogin
commit: 193076f4126a8ce06a971549dabc48c080d0f9d5
Author: Stefan Strogin  gmail  com>
AuthorDate: Thu Feb 28 23:08:30 2019 +
Commit: Stefan Strogin  gmail  com>
CommitDate: Thu Feb 28 23:10:35 2019 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=193076f4

dev-cpp/commoncpp2: drop; fixed in gentoo.git

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Stefan Strogin  gmail.com>

 dev-cpp/commoncpp2/Manifest|  1 -
 dev-cpp/commoncpp2/commoncpp2-1.8.1-r2.ebuild  | 73 -
 dev-cpp/commoncpp2/commoncpp2-1.8.1-r3.ebuild  | 76 --
 dev-cpp/commoncpp2/files/1.8.0-glibc212.patch  | 12 
 .../commoncpp2/files/1.8.1-autoconf-update.patch   | 61 -
 .../files/1.8.1-configure_detect_netfilter.patch   | 14 
 .../files/1.8.1-fix-buffer-overflow.patch  | 13 
 dev-cpp/commoncpp2/files/1.8.1-fix-c++14.patch | 52 ---
 dev-cpp/commoncpp2/files/1.8.1-gnutls-3.4.patch| 36 --
 dev-cpp/commoncpp2/files/1.8.1-libgcrypt.patch | 48 --
 dev-cpp/commoncpp2/files/1.8.1-no-ssl3.patch   | 11 
 .../commoncpp2/files/1.8.1-parallel-build.patch| 11 
 dev-cpp/commoncpp2/metadata.xml|  8 ---
 13 files changed, 416 deletions(-)

diff --git a/dev-cpp/commoncpp2/Manifest b/dev-cpp/commoncpp2/Manifest
deleted file mode 100644
index 28191af..000
--- a/dev-cpp/commoncpp2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST commoncpp2-1.8.1.tar.gz 908678 SHA256 
53ced4aff74e28a1d8018eb2b4974519028db3c12471ab6dff1c873578c9af4e SHA512 
949823461d20429c2b0acfa22554a5a9dacc977e3ee097f34416f65d322df84fbdb27c644435c6c6caaed800347dfbe789cee7f19b39b306165c97b4f4012bfe
 WHIRLPOOL 
1844cf39ce0a087aaea1cfac1e712b52f81de594278facb70306d68cd3e3343c0d2c581886b4fe3ce7607eb52150c5cf1c9558d0fac0ee7d8730eff39b46bb64

diff --git a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r2.ebuild 
b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r2.ebuild
deleted file mode 100644
index f8d9a0e..000
--- a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="C++ library offering portable support for system-related services"
-SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
-HOMEPAGE="https://www.gnu.org/software/commoncpp/;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="debug doc examples ipv6 gnutls libressl ssl static-libs"
-
-RDEPEND="
-   sys-libs/zlib
-   ssl? (
-   gnutls? (
-   dev-libs/libgcrypt:0=
-   net-libs/gnutls:=
-   )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-   )"
-DEPEND="${RDEPEND}
-   doc? ( >=app-doc/doxygen-1.3.6 )"
-
-PATCHES=(
-   "${FILESDIR}/1.8.1-no-ssl3.patch"
-   "${FILESDIR}/1.8.1-configure_detect_netfilter.patch"
-   "${FILESDIR}/1.8.0-glibc212.patch"
-   "${FILESDIR}/1.8.1-autoconf-update.patch"
-   "${FILESDIR}/1.8.1-fix-buffer-overflow.patch"
-   "${FILESDIR}/1.8.1-parallel-build.patch"
-   "${FILESDIR}/1.8.1-libgcrypt.patch"
-   "${FILESDIR}/1.8.1-fix-c++14.patch"
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   use ssl && local myconf=( $(usex gnutls '--with-gnutls' 
'--with-openssl') )
-
-   econf \
-   $(use_enable debug) \
-   $(use_with ipv6) \
-   $(use_enable static-libs static) \
-   $(use_with doc doxygen) \
-   "${myconf[@]}"
-}
-
-src_install () {
-   # Only install html docs
-   # man and latex available, but seems a little wasteful
-   use doc && HTML_DOCS=( doc/html/. )
-   default
-   dodoc COPYING.addendum
-
-   if use examples; then
-   docinto examples
-   dodoc demo/{*.cpp,*.h,*.xml,README}
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   # package provides .pc files
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r3.ebuild 
b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r3.ebuild
deleted file mode 100644
index f381318..000
--- a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils
-
-DESCRIPTION="C++ library offering portable support for system-related services"
-SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
-HOMEPAGE="https://www.gnu.org/software/commoncpp/;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="debug doc examples ipv6 gnutls libressl ssl static-libs"
-
-RDEPEND="
- 

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

2019-02-28 Thread Matt Turner
commit: 39edaae7e09e1723192bd805d8fcb0339f059bc0
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Feb 28 22:34:52 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Feb 28 22:51:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39edaae7

x11-libs/libxkbcommon: Move x11-base/xorg-proto to DEPEND

Reported by Arfrever.

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

 x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild
index b5f670fbec0..224ee5d3dce 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild
@@ -22,10 +22,10 @@ IUSE="X doc test"
 
 BDEPEND="
sys-devel/bison
-   X? ( x11-base/xorg-proto )
doc? ( app-doc/doxygen )"
-DEPEND="X? ( >=x11-libs/libxcb-1.10:=[${MULTILIB_USEDEP},xkb] )"
-RDEPEND="${DEPEND}"
+RDEPEND="X? ( >=x11-libs/libxcb-1.10:=[${MULTILIB_USEDEP},xkb] )"
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )"
 
 pkg_setup() {
XORG_CONFIGURE_OPTIONS=(



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

2019-02-28 Thread Patrice Clement
commit: 051c385514dd34a2de2105cff8c946ff4eba098d
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue Feb 26 02:17:38 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Feb 28 22:49:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051c3855

media-video/obs-studio: version bump to 23.0.1.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari  gentoo.org>
Signed-off-by: Patrice Clement  gentoo.org>

 media-video/obs-studio/Manifest |   1 +
 media-video/obs-studio/obs-studio-23.0.1.ebuild | 129 
 2 files changed, 130 insertions(+)

diff --git a/media-video/obs-studio/Manifest b/media-video/obs-studio/Manifest
index 656911ba68e..8210c29f369 100644
--- a/media-video/obs-studio/Manifest
+++ b/media-video/obs-studio/Manifest
@@ -1 +1,2 @@
 DIST obs-studio-22.0.3.tar.gz 6015365 BLAKE2B 
e2c3aec7f97bbad2ec70a46d59035335d605a478ab1e4ff10a077d81c9ade5deef1ca56cf3ffc46d4d2ab89339d98a68aa5ca8c6ca240ed82939b59803af151c
 SHA512 
491f7ce44c741d144c621eb645fe00604e1eb98ff7dac03dffe51ba78a742e6015e1f96f21aad69e16a22d9546b6cdb51b5c1a4defd96e7c64f099de83a31f04
+DIST obs-studio-23.0.1.tar.gz 6223214 BLAKE2B 
c3b65ad9134aefc36a3fa33b8d185a1ee76f76c10edd30d5ad8a7af86605c4e7b3b8d83c5570203d926655131f7c20f4ef11dcbf55c7af745efc2b68d4933c54
 SHA512 
6877d4bf635a9769d634683a85075a5fe3a5de1fcc83882647dfbc379a897eee05b69c2159e290ff73f53aa7c03027ea4ea15e1169de57c2c50f4e504eff410f

diff --git a/media-video/obs-studio/obs-studio-23.0.1.ebuild 
b/media-video/obs-studio/obs-studio-23.0.1.ebuild
new file mode 100644
index 000..ef63ca589b6
--- /dev/null
+++ b/media-video/obs-studio/obs-studio-23.0.1.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
+
+inherit cmake-utils gnome2-utils python-single-r1
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/obsproject/obs-studio.git;
+   EGIT_SUBMODULES=()
+else
+   SRC_URI="https://github.com/obsproject/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Software for Recording and Streaming Live Video Content"
+HOMEPAGE="https://obsproject.com;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+alsa fdk imagemagick jack luajit nvenc pulseaudio python speex truetype 
v4l"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+BDEPEND="
+   luajit? ( dev-lang/swig )
+   python? ( dev-lang/swig )
+"
+DEPEND="
+   >=dev-libs/jansson-2.5
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtquickcontrols:5
+   dev-qt/qtsql:5
+   dev-qt/qttest:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   media-video/ffmpeg:=[x264]
+   net-misc/curl
+   x11-libs/libXcomposite
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   alsa? ( media-libs/alsa-lib )
+   fdk? ( media-libs/fdk-aac:= )
+   imagemagick? ( media-gfx/imagemagick:= )
+   jack? ( virtual/jack )
+   luajit? ( dev-lang/luajit:2 )
+   nvenc? (
+   || (
+   =media-video/ffmpeg-4[video_cards_nvidia]
+   )
+   )
+   pulseaudio? ( media-sound/pulseaudio )
+   python? ( ${PYTHON_DEPS} )
+   speex? ( media-libs/speexdsp )
+   truetype? (
+   media-libs/fontconfig
+   media-libs/freetype
+   )
+   v4l? ( media-libs/libv4l )
+"
+RDEPEND="${DEPEND}"
+
+CMAKE_REMOVE_MODULES_LIST=( FindFreetype )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local libdir=$(get_libdir)
+   local mycmakeargs=(
+   -DDISABLE_ALSA=$(usex !alsa)
+   -DDISABLE_FREETYPE=$(usex !truetype)
+   -DDISABLE_JACK=$(usex !jack)
+   -DDISABLE_LIBFDK=$(usex !fdk)
+   -DDISABLE_PULSEAUDIO=$(usex !pulseaudio)
+   -DDISABLE_SPEEXDSP=$(usex !speex)
+   -DDISABLE_V4L2=$(usex !v4l)
+   -DLIBOBS_PREFER_IMAGEMAGICK=$(usex imagemagick)
+   -DOBS_MULTIARCH_SUFFIX=${libdir#lib}
+   -DOBS_VERSION_OVERRIDE=${PV}
+   -DUNIX_STRUCTURE=1
+   )
+
+   if use luajit || use python; then
+   mycmakeargs+=(
+   -DDISABLE_LUA=$(usex !luajit)
+   -DDISABLE_PYTHON=$(usex !python)
+   -DENABLE_SCRIPTING=yes
+   )
+   else
+   mycmakeargs+=( -DENABLE_SCRIPTING=no )
+   fi
+
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+
+   if ! use alsa && ! use pulseaudio; then
+   elog
+   elog "For the audio capture features to be available,"
+   elog 

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

2019-02-28 Thread Patrice Clement
commit: d50d1fe4bd2722476e5145cf4e3f6f9a99c1c063
Author: Carsten Lohrke  web  de>
AuthorDate: Mon Feb 18 09:39:28 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Feb 28 22:49:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50d1fe4

dev-python/versioneer: version bump.

Signed-off-by: Carsten Lohrke  web.de>
Signed-off-by: Patrice Clement  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/11131

 dev-python/versioneer/Manifest   |  1 +
 dev-python/versioneer/versioneer-0.18.ebuild | 29 
 2 files changed, 30 insertions(+)

diff --git a/dev-python/versioneer/Manifest b/dev-python/versioneer/Manifest
index 7f0e90af654..74ec287ed99 100644
--- a/dev-python/versioneer/Manifest
+++ b/dev-python/versioneer/Manifest
@@ -1 +1,2 @@
 DIST versioneer-0.16.tar.gz 37736 BLAKE2B 
df66304770ca0ad85cde13ed1870df5901bb5526935b3a17a28dcbb267db3a8a822c1f43b16643c7f7237225c27b50db94cc0d4c3e87dd58a004475fcd64bc54
 SHA512 
90604d69351c822dd5a1e8eaddbe6af2e77895c7e29148a75306833f04c59e18ae8ab6c928860ce3b8c7ac46245f2ed856485fdcffd790f436e689c408ddeca3
+DIST versioneer-0.18.tar.gz 40552 BLAKE2B 
640c010958a0178ec5ec5f06c986d83e3bc2f49df95583c4c90d3058449dcca5c7b5421ee5f2f56905b1d949bfe3bfbd87fb23ebc868ede591d078d811ccc2b3
 SHA512 
8d4522932b1f6aa1c13211008a57a572d54ea677cbdecd7d563ef8f77c76ed5d59f58f2e3be38a01e8cd102c264baf5c8949e9c17ea98d686ac497f8ad8b0011

diff --git a/dev-python/versioneer/versioneer-0.18.ebuild 
b/dev-python/versioneer/versioneer-0.18.ebuild
new file mode 100644
index 000..613a3acdc02
--- /dev/null
+++ b/dev-python/versioneer/versioneer-0.18.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Easy VCS-based management of project version strings"
+HOMEPAGE="https://pypi.org/project/versioneer/ 
https://github.com/warner/python-versioneer;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="public-domain"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py make_versioneer
+   git config --global user.email "y...@example.com"
+   git config --global user.name "Your Name"
+
+   ${PYTHON} test/git/test_git.py -v || die
+}



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

2019-02-28 Thread Patrice Clement
commit: a2b062dd635f1aaa21ee81e9e6abd7a1c4e45f79
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Feb 27 00:23:31 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Feb 28 22:49:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b062dd

media-video/obs-studio: remove old version and unused patches.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari  gentoo.org>
Signed-off-by: Patrice Clement  gentoo.org>

 media-video/obs-studio/Manifest|   1 -
 .../obs-studio-21.1.2-use-less-automagic.patch | 167 -
 .../files/obs-studio-22.0.3-fdk-build-fix.patch|  52 ---
 media-video/obs-studio/obs-studio-22.0.3.ebuild| 134 -
 4 files changed, 354 deletions(-)

diff --git a/media-video/obs-studio/Manifest b/media-video/obs-studio/Manifest
index 8210c29f369..4e440484dd9 100644
--- a/media-video/obs-studio/Manifest
+++ b/media-video/obs-studio/Manifest
@@ -1,2 +1 @@
-DIST obs-studio-22.0.3.tar.gz 6015365 BLAKE2B 
e2c3aec7f97bbad2ec70a46d59035335d605a478ab1e4ff10a077d81c9ade5deef1ca56cf3ffc46d4d2ab89339d98a68aa5ca8c6ca240ed82939b59803af151c
 SHA512 
491f7ce44c741d144c621eb645fe00604e1eb98ff7dac03dffe51ba78a742e6015e1f96f21aad69e16a22d9546b6cdb51b5c1a4defd96e7c64f099de83a31f04
 DIST obs-studio-23.0.1.tar.gz 6223214 BLAKE2B 
c3b65ad9134aefc36a3fa33b8d185a1ee76f76c10edd30d5ad8a7af86605c4e7b3b8d83c5570203d926655131f7c20f4ef11dcbf55c7af745efc2b68d4933c54
 SHA512 
6877d4bf635a9769d634683a85075a5fe3a5de1fcc83882647dfbc379a897eee05b69c2159e290ff73f53aa7c03027ea4ea15e1169de57c2c50f4e504eff410f

diff --git 
a/media-video/obs-studio/files/obs-studio-21.1.2-use-less-automagic.patch 
b/media-video/obs-studio/files/obs-studio-21.1.2-use-less-automagic.patch
deleted file mode 100644
index 2c28c8e080d..000
--- a/media-video/obs-studio/files/obs-studio-21.1.2-use-less-automagic.patch
+++ /dev/null
@@ -1,167 +0,0 @@
-From eee6541153cfb6788ee088181781793de100e54c Mon Sep 17 00:00:00 2001
-From: Jimi Huotari 
-Date: Mon, 9 Jul 2018 02:20:10 +0300
-Subject: [PATCH 1/2] deps/obs-scripting: Use less automagic for Lua/Python
- detection
-
-This adds build-time options for disabling the Lua and/or Python
-scripting support in cases where users do not wish to build
-it, but have the required libraries installed.

- deps/obs-scripting/CMakeLists.txt | 73 +++
- 1 file changed, 45 insertions(+), 28 deletions(-)
-
-diff --git a/deps/obs-scripting/CMakeLists.txt 
b/deps/obs-scripting/CMakeLists.txt
-index 835c1b30..46412779 100644
 a/deps/obs-scripting/CMakeLists.txt
-+++ b/deps/obs-scripting/CMakeLists.txt
-@@ -1,6 +1,7 @@
- cmake_minimum_required(VERSION 2.8)
- 
- if(NOT ENABLE_SCRIPTING)
-+  message(STATUS "Scripting plugin disabled")
-   return()
- endif()
- 
-@@ -11,44 +12,60 @@ if(MSVC)
-   w32-pthreads)
- endif()
- 
--find_package(Luajit QUIET)
--find_package(PythonDeps QUIET)
--find_package(SwigDeps QUIET 2)
-+option(DISABLE_LUA "Disable Lua scripting support" OFF)
-+option(DISABLE_PYTHON "Disable Python scripting support" OFF)
- 
- set(COMPILE_PYTHON FALSE CACHE BOOL "" FORCE)
- set(COMPILE_LUA FALSE CACHE BOOL "" FORCE)
- 
--if(NOT SWIG_FOUND)
--  message(STATUS "Scripting: SWIG not found; scripting disabled")
--  return()
--endif()
-+if(NOT DISABLE_LUA)
-+  find_package(Luajit QUIET)
- 
--if(NOT PYTHONLIBS_FOUND AND NOT LUAJIT_FOUND)
--  message(STATUS "Scripting: Neither Python 3 nor Luajit was found; 
scripting plugin disabled")
--  return()
--endif()
--
--if(NOT LUAJIT_FOUND)
--  message(STATUS "Scripting: Luajit not found; Luajit support disabled")
-+  if(NOT DISABLE_LUA AND NOT LUAJIT_FOUND)
-+  message(STATUS "Luajit support not found.")
-+  set(LUAJIT_FOUND FALSE)
-+  else()
-+  message(STATUS "Scripting: Luajit supported")
-+  set(COMPILE_LUA TRUE CACHE BOOL "" FORCE)
-+  endif()
- else()
--  message(STATUS "Scripting: Luajit supported")
--  set(COMPILE_LUA TRUE CACHE BOOL "" FORCE)
-+  message(STATUS "Scripting: Luajit support disabled")
-+  set(LUAJIT_FOUND FALSE)
- endif()
- 
--if(NOT PYTHONLIBS_FOUND)
--  message(STATUS "Scripting: Python 3 not found; Python support disabled")
-+if(NOT DISABLE_PYTHON)
-+  find_package(PythonDeps QUIET)
-+
-+  if(NOT DISABLE_PYTHON AND NOT PYTHONLIBS_FOUND)
-+  message(STATUS "Python support not found.")
-+  set(PYTHON_FOUND FALSE)
-+  set(PYTHONLIBS_FOUND FALSE)
-+  else()
-+  message(STATUS "Scripting: Python 3 supported")
-+  set(PYTHON_FOUND TRUE)
-+  set(COMPILE_PYTHON TRUE CACHE BOOL "" FORCE)
-+
-+  get_filename_component(PYTHON_LIB "${PYTHON_LIBRARIES}" NAME)
-+  string(REGEX REPLACE "\\.[^.]*$" "" PYTHON_LIB ${PYTHON_LIB})
-+
-+  if(WIN32)
-+ 

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

2019-02-28 Thread Patrice Clement
commit: 05769316cf7ab2a981b283c5263ea815cfe6821f
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue Feb 26 12:04:32 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Feb 28 22:49:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05769316

media-video/obs-studio: bump to EAPI="7".

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/11160
Signed-off-by: Patrice Clement  gentoo.org>

 media-video/obs-studio/obs-studio-.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-video/obs-studio/obs-studio-.ebuild 
b/media-video/obs-studio/obs-studio-.ebuild
index 9cd8bdd7517..abb6a6df16e 100644
--- a/media-video/obs-studio/obs-studio-.ebuild
+++ b/media-video/obs-studio/obs-studio-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
 
@@ -24,7 +24,11 @@ SLOT="0"
 IUSE="+alsa fdk imagemagick jack luajit nvenc pulseaudio python speex truetype 
v4l"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-COMMON_DEPEND="
+BDEPEND="
+   luajit? ( dev-lang/swig )
+   python? ( dev-lang/swig )
+"
+DEPEND="
>=dev-libs/jansson-2.5
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
@@ -61,11 +65,7 @@ COMMON_DEPEND="
)
v4l? ( media-libs/libv4l )
 "
-DEPEND="${COMMON_DEPEND}
-   luajit? ( dev-lang/swig )
-   python? ( dev-lang/swig )
-"
-RDEPEND="${COMMON_DEPEND}"
+RDEPEND="${DEPEND}"
 
 CMAKE_REMOVE_MODULES_LIST=( FindFreetype )
 



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

2019-02-28 Thread Patrice Clement
commit: 0854912364c6d91079951c9088c5a4101038aefa
Author: Dan Molik  danmolik  com>
AuthorDate: Tue Feb  5 12:53:22 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Feb 28 22:49:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08549123

app-admin/terraform: remove older barer terraform.

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Dan Molik  danmolik.com>
Signed-off-by: Patrice Clement  gentoo.org>

 app-admin/terraform/terraform-0.11.11.ebuild | 28 
 1 file changed, 28 deletions(-)

diff --git a/app-admin/terraform/terraform-0.11.11.ebuild 
b/app-admin/terraform/terraform-0.11.11.ebuild
deleted file mode 100644
index 15c8b080b17..000
--- a/app-admin/terraform/terraform-0.11.11.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot
-
-DESCRIPTION="A tool for building, changing, and combining infrastructure 
safely"
-HOMEPAGE="https://www.terraform.io/;
-
-EGO_PN="github.com/hashicorp/${PN}"
-SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-DEPEND=">=dev-lang/go-1.11.0"
-
-src_compile() {
-   cd "src/${EGO_PN}" || die
-   GOPATH="${S}" GOCACHE="${T}/go-cache" go build \
-   -v -work -o "${S}/${PN}" ./ || die
-}
-
-src_install() {
-   dobin terraform
-}



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

2019-02-28 Thread Patrice Clement
commit: 03b1702e2d96eb257c30e2b59addf644e55469f8
Author: Emil Lundmark  chromium  org>
AuthorDate: Thu Dec 20 16:59:05 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Feb 28 22:49:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b1702e

sys-process/iotop: fix parse_proc_pid_status().

iotop does not work on kernels that populate /proc/*/status either with
empty lines or lines containing spaces after the : character. These
patches from the upstream iotop project fixes the parsing of status.

Signed-off-by: Emil Lundmark  chromium.org>
Closes: https://github.com/gentoo/gentoo/pull/11157
Signed-off-by: Patrice Clement  gentoo.org>

 ...ctually-skip-invalid-lines-in-proc-status.patch | 26 +
 ...Ignore-invalid-lines-in-proc-status-files.patch | 64 ++
 ...-split-proc-status-lines-on-the-character.patch | 31 +++
 sys-process/iotop/iotop-0.6.ebuild |  7 ++-
 4 files changed, 127 insertions(+), 1 deletion(-)

diff --git 
a/sys-process/iotop/files/iotop-0.6-Actually-skip-invalid-lines-in-proc-status.patch
 
b/sys-process/iotop/files/iotop-0.6-Actually-skip-invalid-lines-in-proc-status.patch
new file mode 100644
index 000..9dc89bfb6f3
--- /dev/null
+++ 
b/sys-process/iotop/files/iotop-0.6-Actually-skip-invalid-lines-in-proc-status.patch
@@ -0,0 +1,26 @@
+From 7c51ce0e29bd135c216f18e18f0c4ab769af0d6f Mon Sep 17 00:00:00 2001
+From: Paul Wise 
+Date: Fri, 25 May 2018 15:20:44 +0800
+Subject: [PATCH 2/2] Actually skip invalid lines in /proc/*/status
+
+Fixes: commit 0392b205b5c3973a326721c2e9f97f0fa2eefa82
+---
+ iotop/data.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/iotop/data.py b/iotop/data.py
+index e0387f0..3874974 100644
+--- a/iotop/data.py
 b/iotop/data.py
+@@ -214,7 +214,7 @@ def parse_proc_pid_status(pid):
+ # Ignore lines that are not formatted correctly as
+ # some downstream kernels may have weird lines and
+ # the needed fields are probably formatted correctly.
+-pass
++continue
+ result_dict[key] = value.strip()
+ except IOError:
+ pass  # No such process
+-- 
+2.20.1.97.g81188d93c3-goog
+

diff --git 
a/sys-process/iotop/files/iotop-0.6-Ignore-invalid-lines-in-proc-status-files.patch
 
b/sys-process/iotop/files/iotop-0.6-Ignore-invalid-lines-in-proc-status-files.patch
new file mode 100644
index 000..df46caf4ce1
--- /dev/null
+++ 
b/sys-process/iotop/files/iotop-0.6-Ignore-invalid-lines-in-proc-status-files.patch
@@ -0,0 +1,64 @@
+From 0392b205b5c3973a326721c2e9f97f0fa2eefa82 Mon Sep 17 00:00:00 2001
+From: Paul Wise 
+Date: Fri, 25 May 2018 15:13:26 +0800
+Subject: [PATCH 1/2] Ignore invalid lines in /proc/*/status files
+
+One Ubuntu Linux kernel security fix introduced a blank line.
+Some other Linux kernels may have invalid lines in the future.
+
+See-also: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1772671
+Fixes: https://bugs.launchpad.net/ubuntu/+source/iotop/+bug/1772856
+Reported-by: Paul Jaros 
+Reported-in: 

+Traceback (most recent call last):
+  File "/usr/sbin/iotop", line 17, in 
+main()
+  File "/usr/lib/python2.7/dist-packages/iotop/ui.py", line 620, in main
+main_loop()
+  File "/usr/lib/python2.7/dist-packages/iotop/ui.py", line 610, in 
+main_loop = lambda: run_iotop(options)
+  File "/usr/lib/python2.7/dist-packages/iotop/ui.py", line 508, in run_iotop
+return curses.wrapper(run_iotop_window, options)
+  File "/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper
+return func(stdscr, *args, **kwds)
+  File "/usr/lib/python2.7/dist-packages/iotop/ui.py", line 501, in 
run_iotop_window
+ui.run()
+  File "/usr/lib/python2.7/dist-packages/iotop/ui.py", line 155, in run
+self.process_list.duration)
+  File "/usr/lib/python2.7/dist-packages/iotop/ui.py", line 434, in 
refresh_display
+lines = self.get_data()
+  File "/usr/lib/python2.7/dist-packages/iotop/ui.py", line 415, in get_data
+return list(map(format, processes))
+  File "/usr/lib/python2.7/dist-packages/iotop/ui.py", line 388, in format
+cmdline = p.get_cmdline()
+  File "/usr/lib/python2.7/dist-packages/iotop/data.py", line 292, in 
get_cmdline
+proc_status = parse_proc_pid_status(self.pid)
+  File "/usr/lib/python2.7/dist-packages/iotop/data.py", line 196, in 
parse_proc_pid_status
+key, value = line.split(':\t', 1)
+ValueError: need more than 1 value to unpack
+---
+ iotop/data.py | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/iotop/data.py b/iotop/data.py
+index 115bb8f..e0387f0 100644
+--- a/iotop/data.py
 b/iotop/data.py
+@@ -208,7 +208,13 @@ def parse_proc_pid_status(pid):
+ result_dict = {}
+ try:
+ for line in open('/proc/%d/status' % pid):
+-key, value = line.split(':', 1)
++try:
++key, value = 

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

2019-02-28 Thread Patrice Clement
commit: 741c18278755f8ef6420ecbbc58e5eeb7fd96c79
Author: Dan Molik  danmolik  com>
AuthorDate: Tue Feb  5 12:51:44 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Feb 28 22:49:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741c1827

app-admin/terraform: add DOCS and post-install instructions.

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Dan Molik  danmolik.com>
Closes: https://github.com/gentoo/gentoo/pull/10987
Signed-off-by: Patrice Clement  gentoo.org>

 app-admin/terraform/terraform-0.11.11-r1.ebuild | 39 +
 1 file changed, 39 insertions(+)

diff --git a/app-admin/terraform/terraform-0.11.11-r1.ebuild 
b/app-admin/terraform/terraform-0.11.11-r1.ebuild
new file mode 100644
index 000..7fbea19820f
--- /dev/null
+++ b/app-admin/terraform/terraform-0.11.11-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot
+
+DESCRIPTION="A tool for building, changing, and combining infrastructure 
safely"
+HOMEPAGE="https://www.terraform.io/;
+
+EGO_PN="github.com/hashicorp/${PN}"
+SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND=">=dev-lang/go-1.11.0"
+
+DOCS="README.md CHANGELOG.md"
+
+src_compile() {
+   cd "src/${EGO_PN}" || die
+   GOPATH="${S}" GOCACHE="${T}/go-cache" go build \
+   -v -work -o "${S}/${PN}" ./ || die
+}
+
+src_install() {
+   dobin terraform
+
+   pushd "src/${EGO_PN}" || die
+   einstalldocs
+   popd || die
+}
+
+pkg_postinst() {
+   elog "If you would like to install shell completions please run:"
+   elog "terraform -install-autocomplete"
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/, gnome-base/gnome-shell/files/

2019-02-28 Thread Mart Raudsepp
commit: 35943bda95329e610052831ff5245621a1b53638
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Feb 28 21:11:23 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Feb 28 22:37:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35943bda

gnome-base/gnome-shell: fix and re-enable USE=gtk-doc support

Turned out to be a meson-0.47 incompatibility, not gtk-doc

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

 .../files/3.28.3-fix-gtk-doc-meson.patch   | 59 ++
 gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild   |  9 ++--
 2 files changed, 65 insertions(+), 3 deletions(-)

diff --git a/gnome-base/gnome-shell/files/3.28.3-fix-gtk-doc-meson.patch 
b/gnome-base/gnome-shell/files/3.28.3-fix-gtk-doc-meson.patch
new file mode 100644
index 000..9948b163009
--- /dev/null
+++ b/gnome-base/gnome-shell/files/3.28.3-fix-gtk-doc-meson.patch
@@ -0,0 +1,59 @@
+From 9f4aa6ebf2193bb19dd8012de7699fce35681078 Mon Sep 17 00:00:00 2001
+From: Pascal Nowack 
+Date: Mon, 6 Aug 2018 14:21:02 +0200
+Subject: [PATCH] build: Fix build with meson >= 47.0
+
+With meson >= 47.0, building gnome-shell will fail
+when --rebuild-types is used as an option for gtk-doc,
+so stop using that option and bump the meson requirement.
+
+https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/191
+---
+ docs/reference/shell/meson.build | 3 +--
+ docs/reference/st/meson.build| 3 +--
+ meson.build  | 2 +-
+ 3 files changed, 3 insertions(+), 5 deletions(-)
+
+diff --git a/docs/reference/shell/meson.build 
b/docs/reference/shell/meson.build
+index 1469ed422..a32d6a58a 100644
+--- a/docs/reference/shell/meson.build
 b/docs/reference/shell/meson.build
+@@ -50,8 +50,7 @@ gnome.gtkdoc('shell',
+ join_paths(meson.build_root(), 'src')
+   ],
+   scan_args: [
+-'--ignore-headers=' + ' '.join(private_headers + exclude_directories),
+-'--rebuild-types'
++'--ignore-headers=' + ' '.join(private_headers + exclude_directories)
+   ],
+   install: true
+ )
+diff --git a/docs/reference/st/meson.build b/docs/reference/st/meson.build
+index fe89b53d4..3e9e9ab7c 100644
+--- a/docs/reference/st/meson.build
 b/docs/reference/st/meson.build
+@@ -17,8 +17,7 @@ gnome.gtkdoc('st',
+   ],
+   scan_args: [
+ '--ignore-headers=' + ' '.join(private_headers),
+-'--rebuild-sections',
+-'--rebuild-types'
++'--rebuild-sections'
+   ],
+   install: true
+ )
+diff --git a/meson.build b/meson.build
+index 03b9d52a8..e33a76183 100644
+--- a/meson.build
 b/meson.build
+@@ -1,6 +1,6 @@
+ project('gnome-shell', 'c',
+   version: '3.28.3',
+-  meson_version: '>= 0.42.0',
++  meson_version: '>= 0.47.0',
+   license: 'GPLv2+'
+ )
+ 
+-- 
+2.17.0
+

diff --git a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
index d49823e4bdf..0a3ea629b3f 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-IUSE="+bluetooth +browser-extension elogind +ibus +networkmanager nsplugin 
systemd telepathy"
+IUSE="+bluetooth +browser-extension elogind gtk-doc +ibus +networkmanager 
nsplugin systemd telepathy"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
?? ( elogind systemd )"
 
@@ -110,9 +110,10 @@ DEPEND="${COMMON_DEPEND}
dev-libs/libxslt
>=dev-util/gdbus-codegen-2.45.3
dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.17 )
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
-" #gtk-doc? ( >=dev-util/gtk-doc-1.17 )
+"
 
 PATCHES=(
# Patches from gnome-3-26 branch on top of 3.26.2
@@ -121,6 +122,8 @@ PATCHES=(
"${FILESDIR}"/${PV}-defaults.patch
# Fix automagic gnome-bluetooth dep, bug #398145
"${FILESDIR}"/${PV}-optional-bluetooth.patch
+   # Fix gtk-doc build with >=meson-0.47
+   "${FILESDIR}"/${PV}-fix-gtk-doc-meson.patch
 )
 
 src_prepare() {
@@ -135,7 +138,7 @@ src_configure() {
local emesonargs=(
$(meson_use bluetooth)
$(meson_use nsplugin browser_plugin)
-   #$(meson_use gtk-doc gtk_doc) # fails in gtkdoc-scangobj call 
with gtk-doc-1.25 (perl regex parenthesis issue); probably needs newer 
python-based gtk-doc to work
+   $(meson_use gtk-doc gtk_doc)
-Dman=true
$(meson_use networkmanager)
$(meson_use systemd) # this controls journald integration only 
as of 3.26.2 (structured logging and having gnome-shell launched apps use its 
own identifier instead of gnome-session)



[gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/, x11-wm/mutter/files/

2019-02-28 Thread Mart Raudsepp
commit: f7cbaff73571787a03c54ceb8a7d1a2449ec341c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Feb 28 22:33:24 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Feb 28 22:37:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cbaff7

x11-wm/mutter: require gles2 for wayland, try to fix non-gles2 builds

Native backend makes use of gles3 for some features, and I'm not sure if
these gracefully degrade or not without gles3. So require gles2 with
wayland (which is when we  enable build of native backend), which also
allows for a simpler hacky patch for fixing non-gles2 builds when system
doesn't have USE=gles2 on mesa.
I consider this quite ugly, but
1) this is ~arch
2) this will be better in the meson port in mutter-3.32
3) it hopefully works well enough anyways, sans potentially unnecessary
mesa[gles2] dep and full gles2 cogl builds.
People who mind the gles2 requirement are welcome to come up with
something better. It should somehow express the feature dependency of
this, even if just metadata.xml descriptions.

Closes: https://bugs.gentoo.org/679074
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-wm/mutter/files/3.28.3-no-gles2-fix.patch |  43 
 x11-wm/mutter/mutter-3.28.3-r1.ebuild | 152 ++
 2 files changed, 195 insertions(+)

diff --git a/x11-wm/mutter/files/3.28.3-no-gles2-fix.patch 
b/x11-wm/mutter/files/3.28.3-no-gles2-fix.patch
new file mode 100644
index 000..43bb05f5245
--- /dev/null
+++ b/x11-wm/mutter/files/3.28.3-no-gles2-fix.patch
@@ -0,0 +1,43 @@
+From 259544c4f4b47418885075c9531ce593c600401c Mon Sep 17 00:00:00 2001
+From: Mart Raudsepp 
+Date: Fri, 1 Mar 2019 00:02:47 +0200
+Subject: [PATCH] build: Fix build without gles headers
+
+This is an ugly quick fix to hopefully fix non-wayland builds against
+mesa[-gles2].
+It assumes gnome-shell package USE=wayland requires USE=gles2, which it
+sort of does already at runtime already for hybrid graphics support, but
+we ensure with REQUIRED_USE.
+In meson upstream port for 3.32 this will be more properly conditional
+on the gles2 option instead.
+---
+ src/Makefile.am | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index bcb3505c7..a68661b21 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -118,9 +118,6 @@ libmutter_@LIBMUTTER_API_VERSION@_la_SOURCES = \
+   backends/meta-egl.c \
+   backends/meta-egl.h \
+   backends/meta-egl-ext.h \
+-  backends/meta-gles3.c   \
+-  backends/meta-gles3.h   \
+-  backends/meta-gles3-table.h \
+   backends/meta-gpu.c \
+   backends/meta-gpu.h \
+   backends/meta-display-config-shared.h   \
+@@ -472,6 +469,9 @@ endif
+ 
+ if HAVE_NATIVE_BACKEND
+ libmutter_@LIBMUTTER_API_VERSION@_la_SOURCES +=   \
++  backends/meta-gles3.c   \
++  backends/meta-gles3.h   \
++  backends/meta-gles3-table.h \
+   backends/native/meta-backend-native.c   \
+   backends/native/meta-backend-native.h   \
+   backends/native/meta-backend-native-private.h   \
+-- 
+2.17.0
+

diff --git a/x11-wm/mutter/mutter-3.28.3-r1.ebuild 
b/x11-wm/mutter/mutter-3.28.3-r1.ebuild
new file mode 100644
index 000..3a7b5381459
--- /dev/null
+++ b/x11-wm/mutter/mutter-3.28.3-r1.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+inherit gnome2 virtualx
+
+DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/;
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0/2" # 0/libmutter_api_version - ONLY gnome-shell (or anything using 
mutter-clutter-.pc) should use the subslot
+
+IUSE="debug elogind gles2 input_devices_wacom +introspection systemd test udev 
wayland"
+# native backend requires gles3 for hybrid graphics blitting support and a 
logind provider
+# gles2 may be avoidable, but probably not worth the effort before switching 
to meson; without it, it seems it'll have subtle lost features as well that 
isn't explained to user atm.
+REQUIRED_USE="
+   wayland? (
+   ?? ( elogind systemd )
+   gles2
+   )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# libXi-1.7.4 or newer needed per:
+# https://bugzilla.gnome.org/show_bug.cgi?id=738944
+# gl.pc package is required, which is only installed by mesa if glx is 
enabled; pre-emptively requiring USE=X on mesa, as hopefully eventually it'll 
support disabling glx for wayland-only systems
+RDEPEND="
+   >=dev-libs/atk-2.5.3
+   

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

2019-02-28 Thread Jeroen Roovers
commit: 6571257c67a8e9f3fd5eb8ef5e9c5a0dab9ac7f1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 28 22:10:53 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 28 22:11:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6571257c

x11-libs/libvdpau: Add live ebuild

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

 x11-libs/libvdpau/libvdpau-9.ebuild | 56 +
 1 file changed, 56 insertions(+)

diff --git a/x11-libs/libvdpau/libvdpau-9.ebuild 
b/x11-libs/libvdpau/libvdpau-9.ebuild
new file mode 100644
index 000..ecc84d2648b
--- /dev/null
+++ b/x11-libs/libvdpau/libvdpau-9.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VIRTUALX_REQUIRED="test"
+inherit flag-o-matic git-r3 meson virtualx multilib-minimal
+
+DESCRIPTION="VDPAU wrapper and trace libraries"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU;
+EGIT_REPO_URI="https://gitlab.freedesktop.org/vdpau/${PN}/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc dri"
+
+RDEPEND="
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen
+   media-gfx/graphviz
+   virtual/latex-base
+   )
+   dri? ( x11-base/xorg-proto )
+"
+
+src_prepare() {
+   sed -i -e "/^docdir/s|${PN}|${PF}|g" doc/meson.build || die
+   default
+}
+
+multilib_src_configure() {
+   append-cppflags -D_GNU_SOURCE
+   local emesonargs=(
+   -Ddri2=$(usex dri true false)
+   -Ddocumentation=$(usex doc true false)
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+multilib_src_test() {
+   virtx meson_src_test
+}
+
+multilib_src_install() {
+   meson_src_install
+   find "${ED}" -name '*.la' -delete || die
+}



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

2019-02-28 Thread Jeroen Roovers
commit: dd46f78dcac8b3cf3ce3e7954f198929bcd52089
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 28 21:46:01 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 28 21:46:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd46f78d

x11-libs/libvdpau: Drop .la files

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

 x11-libs/libvdpau/libvdpau-1.2.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/x11-libs/libvdpau/libvdpau-1.2.ebuild 
b/x11-libs/libvdpau/libvdpau-1.2.ebuild
index b0205ff8244..4490f4119d1 100644
--- a/x11-libs/libvdpau/libvdpau-1.2.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.2.ebuild
@@ -48,3 +48,8 @@ multilib_src_configure() {
 multilib_src_test() {
virtx emake check
 }
+
+multilib_src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



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

2019-02-28 Thread Jeroen Roovers
commit: 7a23b9bba3f0e68881bdd660553ac860cef5d005
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 28 21:40:16 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 28 21:40:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a23b9bb

x11-libs/libvdpau: Version 1.2

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

 x11-libs/libvdpau/Manifest|  1 +
 x11-libs/libvdpau/libvdpau-1.2.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index 349ebbbc5bd..2dfe563abd9 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1 +1,2 @@
 DIST libvdpau-1.1.1.tar.gz 541752 BLAKE2B 
346dad1ee83193fb489a67016874b1cb9eccc88833766f1df987ed7369078cf259c168546d64ab847d81baceb4e4969d859c29a4081befbe100925d457dfb6df
 SHA512 
e094494fc820c2395c9dbb4e69daa89334b9186e2ad1a6c06671c7f844568db191ce4d1d9df95c4536579864bcc8541eb6fd159c377bc73c228cdf2a0fea50fb
+DIST libvdpau-libvdpau-1.2.tar.bz2 140017 BLAKE2B 
0420961c48fcd5c92e7e98f84f629946f6234c28781bd7d8c9eb4aa2ab11b76e89e05f50cc423a2935b3376ff3b919ad9e6ef1710ff3549369567f298b5efa50
 SHA512 
f76c2283a1bd2e854aa6b86a564f7f08c1ff7da34e971c7c39f36e77fbd51fe0440d1ba01bff0b80be6c0326817ee4e6bff719dbe8dbf5e1ec7a94fad5016b7e

diff --git a/x11-libs/libvdpau/libvdpau-1.2.ebuild 
b/x11-libs/libvdpau/libvdpau-1.2.ebuild
new file mode 100644
index 000..b0205ff8244
--- /dev/null
+++ b/x11-libs/libvdpau/libvdpau-1.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VIRTUALX_REQUIRED="test"
+inherit autotools flag-o-matic virtualx multilib-minimal
+
+DESCRIPTION="VDPAU wrapper and trace libraries"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU;
+SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${P}/${PN}-${P}.tar.bz2;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="doc dri"
+
+RDEPEND="
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen
+   media-gfx/graphviz
+   virtual/latex-base
+   )
+   dri? ( x11-base/xorg-proto )
+"
+S=${WORKDIR}/${PN}-${P}
+
+src_prepare() {
+   default
+   eautoreconf
+
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   append-cppflags -D_GNU_SOURCE
+   econf \
+   $(use dri || echo --disable-dri2) \
+   $(use_enable doc documentation) \
+   --docdir="${EPREFIX}"/usr/share/doc/${PF}
+}
+
+multilib_src_test() {
+   virtx emake check
+}



[gentoo-commits] repo/user/ssnb:master commit in: app-admin/keepass-plugin-agent/

2019-02-28 Thread Samuel Bernardo
commit: 76cfda16992e15c62ca9f3aa304655045d75bcc3
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Feb 28 18:56:31 2019 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Feb 28 18:56:31 2019 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=76cfda16

Add keepass-plugin-agent ebuild

Signed-off-by: Samuel Bernardo  gmail.com>

 app-admin/keepass-plugin-agent/Manifest|  3 ++
 .../keepass-plugin-agent-0.10.1.ebuild | 56 ++
 app-admin/keepass-plugin-agent/metadata.xml| 11 +
 3 files changed, 70 insertions(+)

diff --git a/app-admin/keepass-plugin-agent/Manifest 
b/app-admin/keepass-plugin-agent/Manifest
new file mode 100644
index 000..481016c
--- /dev/null
+++ b/app-admin/keepass-plugin-agent/Manifest
@@ -0,0 +1,3 @@
+DIST KeeAgent_v0.10.1.zip 1636031 BLAKE2B 
cb0acf705549b2aa83a5b3572270b10914b97af7eb93ac9b8c62ff1f2b14755f321c843b25b24dbbf7e483bdb130b6a8cf0ae279c938859e0eb8e9a8707d5d7c
 SHA512 
ec9bc722af5dcec96a6916ecce985f136d8f3a51af4b423cb567fd0d01a81c598c16261e0012e5d21ce6699c1a6bee3dc7efca650586cc1239d06344da4d6d34
+EBUILD keepass-plugin-agent-0.10.1.ebuild 1256 BLAKE2B 
ef6c97cc820368575b30a0f7d056c5a7287537e0ca58cc639dd96d71f82829f9204d335a2a4a3bc5e96f4531bf03f13bb78acae27d9d03509736acc7fdb2df31
 SHA512 
4aea8a77b1d185295d772b95fc8d0daf138c25c962de22a7caf42da734619079ca02e60954c103725b577344621072cbbf8378b0c3fc378a95cb3eb1e25fe339
+MISC metadata.xml 364 BLAKE2B 
abee598d45804685574465f4bfa3956a1047e071a8893ca9db526a253eca227617809a01e76e9feba06c327239561b1de459abb9d90fd2e0cd9a8f42ed1eba1b
 SHA512 
45db337bbcc79ce1ddd26bf4255c7d6b471df020229c6aa4c705a7ceb14c512fffb3ab1bd52a44d8063d72c24c50ef060a7769300cb103b941639473e2dfb7c7

diff --git a/app-admin/keepass-plugin-agent/keepass-plugin-agent-0.10.1.ebuild 
b/app-admin/keepass-plugin-agent/keepass-plugin-agent-0.10.1.ebuild
new file mode 100644
index 000..97a746b
--- /dev/null
+++ b/app-admin/keepass-plugin-agent/keepass-plugin-agent-0.10.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+#inherit eutils git-r3
+inherit eutils
+
+MAIN_PN="keepass"
+MY_PN="KeeAgent"
+DESCRIPTION="ssh agent plugin for KeePass 2.x"
+HOMEPAGE="https://github.com/dlech/KeeAgent;
+SRC_URI="https://lechnology.com/wp-content/uploads/2018/04/${MY_PN}_v${PV}.zip;
+#EGIT_REPO_URI="https://github.com/dlech/KeeAgent.git;
+#EGIT_COMMIT="v${PV}"
+#EGIT_SUBMODULES=( '*' )
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="dev-lang/mono"
+#DEPEND="${COMMON_DEPEND}
+#  app-arch/unzip
+#  >=dev-dotnet/nuget-2.12
+#"
+DEPEND="${COMMON_DEPEND}
+   app-arch/unzip
+"
+RDEPEND="${COMMON_DEPEND}
+   app-admin/keepass
+"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   default
+   #cd ${S}/${P} || die "Cloudn't access source directory: 
${S}/${P}/${MY_PN}"
+   #nuget restore KeeAgent.sln
+}
+
+src_compile() {
+   #cd ${S}/${P} || die "Cloudn't access source directory: ${S}/${P}"
+   #xbuild /property:Configuration=ReleasePlgx KeeAgent.sln
+   true
+}
+
+src_install() {
+   dodir /usr/$(get_libdir)/${MAIN_PN}/Plugins
+   insinto /usr/$(get_libdir)/${MAIN_PN}/Plugins
+   #doins KeeAgent/bin/ReleasePlgx/KeeAgent.plgx
+   doins KeeAgent.plgx
+   fperms 644 /usr/$(get_libdir)/${MAIN_PN}/Plugins/KeeAgent.plgx
+}
+

diff --git a/app-admin/keepass-plugin-agent/metadata.xml 
b/app-admin/keepass-plugin-agent/metadata.xml
new file mode 100644
index 000..d426b89
--- /dev/null
+++ b/app-admin/keepass-plugin-agent/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   samuelbernardo.m...@gmail.com
+   
+   
+   KeeAgent
+   https://github.com/dlech/KeeAgent/issues
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-php/

2019-02-28 Thread Sergei Trofimovich
commit: 13cab7ce94bc30dba12920e73dedbda8cada5a90
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 28 21:09:02 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 28 21:25:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cab7ce

app-eselect/eselect-php: stable 0.9.4-r5 for hppa, bug #642788

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

 app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild 
b/app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild
index b1278cc7950..ee5d2f4da12 100644
--- a/app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild
+++ b/app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="fpm apache2"
 
 # The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir.



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

2019-02-28 Thread Sergei Trofimovich
commit: c76fa57eec8bfb056cdd431ee0e5ef84d35a6848
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 28 20:37:42 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 28 21:25:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76fa57e

net-libs/courier-unicode: stable 2.1 for sparc, bug #677094

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

 net-libs/courier-unicode/courier-unicode-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/courier-unicode/courier-unicode-2.1.ebuild 
b/net-libs/courier-unicode/courier-unicode-2.1.ebuild
index fd0ff6d8eef..61ffab2ed35 100644
--- a/net-libs/courier-unicode/courier-unicode-2.1.ebuild
+++ b/net-libs/courier-unicode/courier-unicode-2.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.courier-mta.org/;
 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
 IUSE=""
 
 src_install() {



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

2019-02-28 Thread Sergei Trofimovich
commit: 68012a41ccd2f26cb47fa9b3ff308937956b340e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 28 20:39:00 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 28 21:25:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68012a41

mail-mta/courier: stable 1.0.5 for sparc, bug #677094

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

 mail-mta/courier/courier-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/courier/courier-1.0.5.ebuild 
b/mail-mta/courier/courier-1.0.5.ebuild
index 4b6200f2d13..c8f34356ca9 100644
--- a/mail-mta/courier/courier-1.0.5.ebuild
+++ b/mail-mta/courier/courier-1.0.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 HOMEPAGE="http://www.courier-mta.org/;
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 sparc ~x86"
 IUSE="postgres ldap libressl mysql pam nls ipv6 spell fax crypt norewrite \
fam web webmail gnutls"
 REQUIRED_USE="?? ( gnutls libressl )"



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

2019-02-28 Thread Sergei Trofimovich
commit: c6a27957e9cba0741386c9e6040b5837d7b4529d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 28 21:15:36 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 28 21:25:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a27957

dev-lang/php: stable 7.1.26 for hppa, bug #675182

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

 dev-lang/php/php-7.1.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2019-02-28 Thread Sergei Trofimovich
commit: c269d95fe33386b1ad14a84d6f0ae91fb8f07cd6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 28 21:14:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 28 21:25:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c269d95f

dev-lang/php: stable 5.6.40 for hppa, bug #675182

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

 dev-lang/php/php-5.6.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2019-02-28 Thread Sergei Trofimovich
commit: af48eb3d513dbf52bf0642145f133beba29b11de
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 28 20:38:20 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 28 21:25:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af48eb3d

net-libs/courier-authlib: stable 0.69.0-r1 for sparc, bug #677094

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

 net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild
index 0d266f44341..9baa822a4f4 100644
--- a/net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 inherit flag-o-matic
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd"
 
 DESCRIPTION="Courier authentication library"
 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"



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

2019-02-28 Thread Jeroen Roovers
commit: 27625d7c6a75d4ce816ad48f4d645087aeff0e6d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 28 21:12:26 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 28 21:12:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27625d7c

net-analyzer/wireshark: Old

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

 net-analyzer/wireshark/Manifest   |   2 -
 net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild | 237 -
 net-analyzer/wireshark/wireshark-3.0.0_rc2.ebuild | 248 --
 3 files changed, 487 deletions(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 4a1f85112ed..9e5bc3e93b8 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -3,5 +3,3 @@ DIST wireshark-2.6.3.tar.xz 28384004 BLAKE2B 
f275c73173fbaf3f819c58f28859362e9c5
 DIST wireshark-2.6.6.tar.xz 28407404 BLAKE2B 
5135789d345b675814a6394d5ba1469585b9eab917885730125b8a007aecd9cb48a510fc9e7479148cadf625807bac9017b854797e4bb2e562d7dc7f76140826
 SHA512 
b781c3b34dc76a3d8e60dc2b9b4e46a11994440b8df7b56134521ea9a77b27b0719a600db60d7f3d65f15972a5db2a7e85a8bf60d7217fce498fb5668de8fe56
 DIST wireshark-2.6.7.tar.xz 28420060 BLAKE2B 
fda1fb2b9a8968916dd24c59c193854ab56dc13d5a69d2f589ae89b257f92794d092a3da75c2e20b1c83c902966db15527346dc4072a38d16a21ed095cde364e
 SHA512 
bd0f87debd8bd8947f386aaec9fc843148e3cdfbffc28ba499526c4053732becea606061deae6799da0cf52458fba840ba0ff8e4a034a671fa876b8a0ff25677
 DIST wireshark-3.0.0.tar.xz 30953760 BLAKE2B 
ee866966000cf902da6f330eb8a4b281d34a3ca88e9d92a7de1069172c8aeb86f9222e1467c5d3722ee055baf88d8ba0eb6fe27084d0b35f9639bdb9741d25e1
 SHA512 
917708b5edc25609536c7bd7cf4ae32a901fd99118302138dc0bf6f1ad092a8e5069a917cc8cf6cb77190f54e50623a4eba1ee10ffc225ee3051b50cf02a0963
-DIST wireshark-3.0.0rc1.tar.xz 30933416 BLAKE2B 
b9b421ecbcff8766d45f370a8ba6e0c03b02caaca09f5af90a5df0cd9a1a9093fab0b931c0cc001df31e0da86b53e022e70353a617a6b66d9defe79a44e0c8a3
 SHA512 
8cc34ee107f73cd19ca4bcfb05e0bfd237a53c7e0dcd07780200e423096566215cb55996e12cedbfdeaf31fc458c2a32b6d8038264060cdf677756148c404308
-DIST wireshark-3.0.0rc2.tar.xz 30942776 BLAKE2B 
723c70291d586b2bc9a8bc1cc0eae03ed06fec3c8a60d34b4d8ed801eef0d3cd60c0a49f4b1b9dbd17dfd91fb07b91103a579d169250cadde523c0910f1b5406
 SHA512 
3d3203d5e690ec067bae112490fe4a1d5e43415c6845fa22085ed020666c6e99f7a4793a0c353b4dae694697953f50aa8a9638d66f8e705b6bd0559019cb6af2

diff --git a/net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild 
b/net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild
deleted file mode 100644
index e7f6b3df2db..000
--- a/net-analyzer/wireshark/wireshark-3.0.0_rc1.ebuild
+++ /dev/null
@@ -1,237 +0,0 @@
-# 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} )
-inherit cmake-utils eutils fcaps flag-o-matic gnome2-utils ltprune multilib 
python-r1 qmake-utils user xdg-utils
-
-DESCRIPTION="A network protocol analyzer formerly known as ethereal"
-HOMEPAGE="https://www.wireshark.org/;
-SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86"
-IUSE="
-   adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc 
+dumpcap
-   +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink nghttp2
-   +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi 
snappy
-   spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump zlib
-"
-
-S=${WORKDIR}/${P/_/}
-
-CDEPEND="
-   >=dev-libs/glib-2.32:2
-   dev-libs/libgcrypt:0
-   adns? ( >=net-dns/c-ares-1.5 )
-   bcg729? ( media-libs/bcg729 )
-   ciscodump? ( >=net-libs/libssh-0.6 )
-   filecaps? ( sys-libs/libcap )
-   kerberos? ( virtual/krb5 )
-   libxml2? ( dev-libs/libxml2 )
-   lua? ( >=dev-lang/lua-5.1:* )
-   lz4? ( app-arch/lz4 )
-   maxminddb? ( dev-libs/libmaxminddb )
-   netlink? ( dev-libs/libnl:3 )
-   nghttp2? ( net-libs/nghttp2 )
-   pcap? ( net-libs/libpcap )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   x11-misc/xdg-utils
-   )
-   sbc? ( media-libs/sbc )
-   smi? ( net-libs/libsmi )
-   snappy? ( app-arch/snappy )
-   spandsp? ( media-libs/spandsp )
-   sshdump? ( >=net-libs/libssh-0.6 )
-   ssl? ( net-libs/gnutls:= )
-   zlib? ( sys-libs/zlib )
-"
-# We need perl for `pod2html`. The rest of the perl stuff is to block older
-# and broken installs. #455122
-DEPEND="
-   ${CDEPEND}
-   ${PYTHON_DEPS}
-   !https://www.wireshark.org/;
-SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"

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

2019-02-28 Thread Jeroen Roovers
commit: de767d05f9bc4c85be170272b9e62e700b348a17
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 28 21:11:21 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 28 21:12:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de767d05

net-analyzer/wireshark: Version 3.0.0

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

 net-analyzer/wireshark/Manifest   |   1 +
 net-analyzer/wireshark/wireshark-3.0.0.ebuild | 248 ++
 2 files changed, 249 insertions(+)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 6eeba91487c..4a1f85112ed 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -2,5 +2,6 @@ DIST wireshark-2.4.5.tar.xz 28836740 BLAKE2B 
797540daca259a2d5d7dc6e637f2b504b6d
 DIST wireshark-2.6.3.tar.xz 28384004 BLAKE2B 
f275c73173fbaf3f819c58f28859362e9c53ae50cf2649ac42c8d172362241eb00d7f43d0aead184ec67cb8da34d405124be10c5bf31226c2cb4800b8a01955b
 SHA512 
87e5335840baa401a1064ee83e3f0ee859c059dd37a09f63f19eb5d91ad273e84f1c0e7a8fdd63fe8a7076abff5e79593827544c5796d921cf7dc7682c7c3f80
 DIST wireshark-2.6.6.tar.xz 28407404 BLAKE2B 
5135789d345b675814a6394d5ba1469585b9eab917885730125b8a007aecd9cb48a510fc9e7479148cadf625807bac9017b854797e4bb2e562d7dc7f76140826
 SHA512 
b781c3b34dc76a3d8e60dc2b9b4e46a11994440b8df7b56134521ea9a77b27b0719a600db60d7f3d65f15972a5db2a7e85a8bf60d7217fce498fb5668de8fe56
 DIST wireshark-2.6.7.tar.xz 28420060 BLAKE2B 
fda1fb2b9a8968916dd24c59c193854ab56dc13d5a69d2f589ae89b257f92794d092a3da75c2e20b1c83c902966db15527346dc4072a38d16a21ed095cde364e
 SHA512 
bd0f87debd8bd8947f386aaec9fc843148e3cdfbffc28ba499526c4053732becea606061deae6799da0cf52458fba840ba0ff8e4a034a671fa876b8a0ff25677
+DIST wireshark-3.0.0.tar.xz 30953760 BLAKE2B 
ee866966000cf902da6f330eb8a4b281d34a3ca88e9d92a7de1069172c8aeb86f9222e1467c5d3722ee055baf88d8ba0eb6fe27084d0b35f9639bdb9741d25e1
 SHA512 
917708b5edc25609536c7bd7cf4ae32a901fd99118302138dc0bf6f1ad092a8e5069a917cc8cf6cb77190f54e50623a4eba1ee10ffc225ee3051b50cf02a0963
 DIST wireshark-3.0.0rc1.tar.xz 30933416 BLAKE2B 
b9b421ecbcff8766d45f370a8ba6e0c03b02caaca09f5af90a5df0cd9a1a9093fab0b931c0cc001df31e0da86b53e022e70353a617a6b66d9defe79a44e0c8a3
 SHA512 
8cc34ee107f73cd19ca4bcfb05e0bfd237a53c7e0dcd07780200e423096566215cb55996e12cedbfdeaf31fc458c2a32b6d8038264060cdf677756148c404308
 DIST wireshark-3.0.0rc2.tar.xz 30942776 BLAKE2B 
723c70291d586b2bc9a8bc1cc0eae03ed06fec3c8a60d34b4d8ed801eef0d3cd60c0a49f4b1b9dbd17dfd91fb07b91103a579d169250cadde523c0910f1b5406
 SHA512 
3d3203d5e690ec067bae112490fe4a1d5e43415c6845fa22085ed020666c6e99f7a4793a0c353b4dae694697953f50aa8a9638d66f8e705b6bd0559019cb6af2

diff --git a/net-analyzer/wireshark/wireshark-3.0.0.ebuild 
b/net-analyzer/wireshark/wireshark-3.0.0.ebuild
new file mode 100644
index 000..7824e565a93
--- /dev/null
+++ b/net-analyzer/wireshark/wireshark-3.0.0.ebuild
@@ -0,0 +1,248 @@
+# 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} )
+inherit cmake-utils eutils fcaps flag-o-matic gnome2-utils ltprune multilib 
python-r1 qmake-utils user xdg-utils
+
+DESCRIPTION="A network protocol analyzer formerly known as ethereal"
+HOMEPAGE="https://www.wireshark.org/;
+SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86"
+IUSE="
+   adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc 
dpauxmon
+   +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink
+   nghttp2 +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd
+   smi snappy spandsp sshdump ssl sdjournal +text2pcap tfshark +tshark
+   +udpdump zlib
+"
+
+S=${WORKDIR}/${P/_/}
+
+CDEPEND="
+   >=dev-libs/glib-2.32:2
+   dev-libs/libgcrypt:0
+   adns? ( >=net-dns/c-ares-1.5 )
+   bcg729? ( media-libs/bcg729 )
+   ciscodump? ( >=net-libs/libssh-0.6 )
+   filecaps? ( sys-libs/libcap )
+   kerberos? ( virtual/krb5 )
+   libxml2? ( dev-libs/libxml2 )
+   lua? ( >=dev-lang/lua-5.1:* )
+   lz4? ( app-arch/lz4 )
+   maxminddb? ( dev-libs/libmaxminddb )
+   netlink? ( dev-libs/libnl:3 )
+   nghttp2? ( net-libs/nghttp2 )
+   pcap? ( net-libs/libpcap )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   x11-misc/xdg-utils
+   )
+   sbc? ( media-libs/sbc )
+   sdjournal? ( sys-apps/systemd )
+   smi? ( net-libs/libsmi )
+   snappy? ( app-arch/snappy )
+   spandsp? ( media-libs/spandsp )
+   sshdump? ( >=net-libs/libssh-0.6 )
+   ssl? ( net-libs/gnutls:= )
+   zlib? ( sys-libs/zlib )
+"
+# 

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

2019-02-28 Thread Sergei Trofimovich
commit: 9f709b636e948552d72c4a94cd632bfa30f97e3a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Feb 28 20:16:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 28 20:33:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f709b63

profiles/base/make.defaults: drop IUSE=cxx from BOOTSTRAP_USE

IUSE=cxx was removed from binutils in bug #663776 in favour
of IUSE="gold plugins."

USE=cxx is a no-op for non-cross gcc. And binutils's gold and
plugin support should not be needed to bootstrap a toolchain.

Reported-by: Alexis Lahouze
Tested-by: Alexis Lahouze
Reviewed-by: Jorge Manuel B. S. Vicetto
Bug: https://bugs.gentoo.org/663776
Closes: https://bugs.gentoo.org/678766#c8
Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 4182e6eb03e..7e04c424dd4 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -125,7 +125,7 @@ PYTHONDONTWRITEBYTECODE="1"
 # This MUST be kept in sync with the PYTHON_TARGETS below
 # Mike Gilbert  (23 May 2018)
 # sys-apps/baslayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="cxx unicode internal-glib pkg-config split-usr 
python_targets_python3_6 python_targets_python2_7"
+BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr 
python_targets_python3_6 python_targets_python2_7"
 
 # Mike Gilbert  (15 May 2012)
 # Default target(s) for python-r1.eclass



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-control-center/files/, gnome-base/gnome-control-center/

2019-02-28 Thread Mart Raudsepp
commit: 42573ff70a244a861b4090c870528722bbcb7464
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Feb 28 20:26:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Feb 28 20:28:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42573ff7

gnome-base/gnome-control-center: fix runtime crash on wayland from build fix

Unfortunately we will need to lock USE=wayland between gtk+ and here for now.
If gtk+ supports wayland, it will run gnome-control-center with native
wayland, and when g-c-c doesn't have the code to match, it'll try to iterate
devices with X11 methods, which will crash just like it did on full wayland
(USE=wayland on both) before the fix in this commit.
One option could be to restrict gdk allowed backends to not include wayland
if wayland support isn't included, but that's something to tackle on top of
3.32 in the future.

Closes: https://bugs.gentoo.org/679042
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../files/3.26.2-without-wayland-fix.patch   | 20 ++--
 ...ebuild => gnome-control-center-3.26.2-r28.ebuild} |  4 ++--
 ebuild => gnome-control-center-3.26.2-r3.ebuild} |  5 +++--
 3 files changed, 23 insertions(+), 6 deletions(-)

diff --git 
a/gnome-base/gnome-control-center/files/3.26.2-without-wayland-fix.patch 
b/gnome-base/gnome-control-center/files/3.26.2-without-wayland-fix.patch
index 92f4d4bdaee..d045790d6c7 100644
--- a/gnome-base/gnome-control-center/files/3.26.2-without-wayland-fix.patch
+++ b/gnome-base/gnome-control-center/files/3.26.2-without-wayland-fix.patch
@@ -1,4 +1,4 @@
-From 62f07b2c6d8a28378e1f2c9f5d0c3241332ee8cf Mon Sep 17 00:00:00 2001
+From 75dc553f10df3cf48227ec69b9465009eebf7b8b Mon Sep 17 00:00:00 2001
 From: Georges Basile Stavracas Neto 
 Date: Wed, 17 Jan 2018 20:05:03 -0200
 Subject: [PATCH] common: Don't unconditionally define HAVE_WAYLAND
@@ -8,10 +8,26 @@ is built with Wayland support. This breaks the build when
 building with Wayland disabled.
 
 https://bugzilla.gnome.org/show_bug.cgi?id=785414
+(cherry picked from commit 62f07b2c6d8a28378e1f2c9f5d0c3241332ee8cf)
+[Added HAVE_WAYLAND config.h definition for autotools to fix runtime]
+Signed-off-by: Mart Raudsepp 
 ---
+ configure.ac   | 1 +
  panels/common/gnome-settings-bus.h | 2 --
- 1 file changed, 2 deletions(-)
+ 2 files changed, 1 insertion(+), 2 deletions(-)
 
+diff --git a/configure.ac b/configure.ac
+index f810bfb1f..24940a798 100644
+--- a/configure.ac
 b/configure.ac
+@@ -291,6 +291,7 @@ AS_IF([test "$enable_wayland" != "no"],
+   [AC_DEFINE(HAVE_UDEV, 1, [System has udev])])
+ 
+ PKG_CHECK_MODULES(WAYLAND, gdk-wayland-3.0)
++AC_DEFINE(HAVE_WAYLAND, 1, [Compile with Wayland support])
+ ])
+ AM_CONDITIONAL(HAVE_WAYLAND, [test "x$enable_wayland" != "xno"])
+ 
 diff --git a/panels/common/gnome-settings-bus.h 
b/panels/common/gnome-settings-bus.h
 index ce58f5805..763a9cca7 100644
 --- a/panels/common/gnome-settings-bus.h

diff --git 
a/gnome-base/gnome-control-center/gnome-control-center-3.26.2-r2.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-3.26.2-r28.ebuild
similarity index 96%
rename from 
gnome-base/gnome-control-center/gnome-control-center-3.26.2-r2.ebuild
rename to gnome-base/gnome-control-center/gnome-control-center-3.26.2-r28.ebuild
index edf0afe1e5e..616a44779d2 100644
--- a/gnome-base/gnome-control-center/gnome-control-center-3.26.2-r2.ebuild
+++ b/gnome-base/gnome-control-center/gnome-control-center-3.26.2-r28.ebuild
@@ -26,7 +26,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86 
~x86-fbsd ~amd64-linux ~
 COMMON_DEPEND="
>=dev-libs/glib-2.53.0:2[dbus]
>=x11-libs/gdk-pixbuf-2.23.0:2
-   >=x11-libs/gtk+-3.22.0:3[X,wayland?]
+   >=x11-libs/gtk+-3.22.0:3[X,wayland=]
>=gnome-base/gsettings-desktop-schemas-3.21.4
>=gnome-base/gnome-desktop-3.27.3:3=
>=gnome-base/gnome-settings-daemon-3.25.90[colord,policykit]
@@ -134,7 +134,7 @@ PATCHES=(
"${WORKDIR}"/patches/
"${FILESDIR}"/${PV}-without-wayland-fix.patch # Fixes USE=-wayland 
build against gtk+[wayland]
"${FILESDIR}"/${PV}-goa-lifecycle.patch # extra patch from gnome-3-26
-   "${FILESDIR}"/${PV}-gnome-desktop-3-28-compat.patch # backport of 
porting to gnome-desktop-3.28 API changes
+   "${FILESDIR}"/${PV}-gnome-desktop-3-28-compat.patch # backport of 
porting to gnome-desktop-3.28 API changes; but due to runtime issues we ended 
up still needing to lock the wayland flags between gtk+ and g-c-c (TODO)
 )
 
 src_configure() {

diff --git 
a/gnome-base/gnome-control-center/gnome-control-center-3.26.2-r1.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-3.26.2-r3.ebuild
similarity index 95%
rename from 
gnome-base/gnome-control-center/gnome-control-center-3.26.2-r1.ebuild
rename to 

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

2019-02-28 Thread Lars Wendler
commit: 0407e896e50a5c07469b0e62eaa6866c1e8c15bf
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Feb 28 20:22:23 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Feb 28 20:22:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0407e896

media-libs/libv4l: Don't use prune_libtool_files

Closes: https://bugs.gentoo.org/679084
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/libv4l/libv4l-1.16.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libv4l/libv4l-1.16.3.ebuild 
b/media-libs/libv4l/libv4l-1.16.3.ebuild
index 7774dbcf964..d8b2b4de598 100644
--- a/media-libs/libv4l/libv4l-1.16.3.ebuild
+++ b/media-libs/libv4l/libv4l-1.16.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit eutils libtool linux-info multilib-minimal
+inherit libtool linux-info multilib-minimal
 
 MY_P="v4l-utils-${PV}"
 
@@ -59,5 +59,5 @@ multilib_src_install() {
 
 multilib_src_install_all() {
dodoc ChangeLog README.lib* TODO
-   prune_libtool_files --all
+   find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
 }



[gentoo-commits] proj/portage-utils:master commit in: man/, /

2019-02-28 Thread Fabian Groffen
commit: 951a8711a59b1a7d49125f5f5214ff1ae9e50074
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Feb 28 19:27:12 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Feb 28 19:27:12 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=951a8711

qfile: drop non-functional --exact option

Bug: https://bugs.gentoo.org/678632
Signed-off-by: Fabian Groffen  gentoo.org>

 man/qfile.1 |  3 ---
 qfile.c | 11 ++-
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/man/qfile.1 b/man/qfile.1
index c7f7054..6bf07c0 100644
--- a/man/qfile.1
+++ b/man/qfile.1
@@ -27,9 +27,6 @@ List orphan files.
 \fB\-x\fR \fI\fR, \fB\-\-exclude\fR \fI\fR
 Don't look in package  (used with --orphans).
 .TP
-\fB\-e\fR, \fB\-\-exact\fR
-Exact match (used with --exclude).
-.TP
 \fB\-\-root\fR \fI\fR
 Set the ROOT env var.
 .TP

diff --git a/qfile.c b/qfile.c
index 285277b..6e1cb0a 100644
--- a/qfile.c
+++ b/qfile.c
@@ -8,14 +8,13 @@
 
 #ifdef APPLET_qfile
 
-#define QFILE_FLAGS "beoRx:S" COMMON_FLAGS
+#define QFILE_FLAGS "boRx:S" COMMON_FLAGS
 static struct option const qfile_long_opts[] = {
{"slots",   no_argument, NULL, 'S'},
{"root-prefix", no_argument, NULL, 'R'},
{"basename",no_argument, NULL, 'b'},
{"orphans", no_argument, NULL, 'o'},
{"exclude",  a_argument, NULL, 'x'},
-   {"exact",   no_argument, NULL, 'e'},
COMMON_LONG_OPTS
 };
 static const char * const qfile_opts_help[] = {
@@ -24,7 +23,6 @@ static const char * const qfile_opts_help[] = {
"Match any component of the path",
"List orphan files",
"Don't look in package  (used with --orphans)",
-   "Exact match (used with --exclude)",
COMMON_OPTS_HELP
 };
 #define qfile_usage(ret) usage(ret, QFILE_FLAGS, qfile_long_opts, 
qfile_opts_help, NULL, lookup_applet_idx("qfile"))
@@ -56,7 +54,6 @@ struct qfile_opt_state {
depend_atom *exclude_atom;
bool slotted;
bool basename;
-   bool exact;
bool orphans;
bool assume_root_prefix;
 };
@@ -224,7 +221,7 @@ static int qfile_cb(q_vdb_pkg_ctx *pkg_ctx, void *priv)
} else
slot[0] = '\0';
printf("%s%s/%s%s%s%s", BOLD, atom->CATEGORY, 
BLUE,
-   (state->exact ? pkg_ctx->name : 
atom->PN),
+   (verbose ? pkg_ctx->name : atom->PN),
slot, NORM);
if (quiet)
puts("");
@@ -402,7 +399,6 @@ int qfile_main(int argc, char **argv)
.buflen = _Q_PATH_MAX,
.slotted = false,
.basename = false,
-   .exact = false,
.orphans = false,
.assume_root_prefix = false,
};
@@ -414,7 +410,6 @@ int qfile_main(int argc, char **argv)
COMMON_GETOPTS_CASES(qfile)
case 'S': state.slotted = true; break;
case 'b': state.basename = true; break;
-   case 'e': state.exact = true; break;
case 'o': state.orphans = true; break;
case 'R': state.assume_root_prefix = true; break;
case 'x':
@@ -429,8 +424,6 @@ int qfile_main(int argc, char **argv)
break;
}
}
-   if (!state.exact && verbose)
-   state.exact = true;
if (argc == optind)
qfile_usage(EXIT_FAILURE);
 



[gentoo-commits] proj/portage-utils:master commit in: man/

2019-02-28 Thread Fabian Groffen
commit: 01d4f8ae5983bdab35c146fe6facef57cce6870e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Feb 28 18:48:55 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Feb 28 18:48:55 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=01d4f8ae

man: regenerate qlop.1 after options change

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

 man/qlop.1 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/man/qlop.1 b/man/qlop.1
index 4769ecd..407c9ea 100644
--- a/man/qlop.1
+++ b/man/qlop.1
@@ -49,6 +49,9 @@ time for all occurrences found respecting any date limits.
 Print elapssed time in human readable format.  This form uses
 minutes, hours and days instead of just seconds.
 .TP
+\fB\-M\fR, \fB\-\-machine\fR
+Print elapsed time as seconds with no formatting.
+.TP
 \fB\-m\fR, \fB\-\-merge\fR
 Show merge history.
 .TP



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/amd64/, releases/weekly/specs/amd64/hardened/

2019-02-28 Thread Jorge Manuel B. S. Vicetto
commit: c7d5ff896e5776cc28723c438421a84e53c4a6a5
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Feb 28 19:22:43 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Feb 28 19:22:43 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=c7d5ff89

Drop the livecd/cdtar commented out lines (clean-up).

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 releases/weekly/specs/amd64/hardened/admincd-stage2-selinux.spec | 1 -
 releases/weekly/specs/amd64/hardened/admincd-stage2.spec | 1 -
 releases/weekly/specs/amd64/installcd-stage2-minimal.spec| 1 -
 3 files changed, 3 deletions(-)

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage2-selinux.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage2-selinux.spec
index 87155f71..b28fe707 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage2-selinux.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage2-selinux.spec
@@ -8,7 +8,6 @@ source_subpath: hardened/livecd-stage1-amd64-latest-selinux
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 livecd/bootargs: dokeymap
-#livecd/cdtar: 
/usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2
 livecd/fstype: squashfs
 livecd/iso: admincd-amd64-latest.iso
 livecd/type: gentoo-release-minimal

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage2.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage2.spec
index ac9540cd..79516ffd 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage2.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage2.spec
@@ -8,7 +8,6 @@ source_subpath: hardened/livecd-stage1-amd64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 livecd/bootargs: dokeymap
-#livecd/cdtar: 
/usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2
 livecd/fstype: squashfs
 livecd/iso: admincd-amd64-latest.iso
 livecd/type: gentoo-release-minimal

diff --git a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec 
b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
index 3e543068..d1dc28e1 100644
--- a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
+++ b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
@@ -8,7 +8,6 @@ source_subpath: default/livecd-stage1-amd64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 
 livecd/bootargs: dokeymap
-#livecd/cdtar: 
/usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2
 livecd/fstype: squashfs
 livecd/iso: install-amd64-minimal-latest.iso
 livecd/type: gentoo-release-minimal



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

2019-02-28 Thread Jeroen Roovers
commit: 6c6aede002d5814e350cffb46bb3f3c0a1179c2b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 28 18:47:15 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 28 18:49:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6aede0

net-misc/youtube-dl: Version 2019.03.01

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

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2019.03.01.ebuild | 64 
 2 files changed, 65 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index e697e5a6cd5..5f057f75991 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1 +1,2 @@
 DIST youtube-dl-2019.02.18.tar.gz 3114830 BLAKE2B 
f948fc68d9bc2b7e400d22b4d2980b7f56bf734476a54b3e30b6ee33d5e4a0950233dfd74b0db26108a5759e3589acde4fe104d41ea856c88f68e165f330132b
 SHA512 
86a321003b9e0bdc852294c8ac75d601141177f3469330c6ab01fa821758ee848dfcdf0e9dd514ca2da7b7e3c2a7f2dcddab9929f7fa8be2ab3c86d6eccbd5e3
+DIST youtube-dl-2019.03.01.tar.gz 3117441 BLAKE2B 
92beb16920b6d9c3ead89d5ff930b73635f74d7aeba62a4ee8159e28b448931810f340857bc223ab587610704405083768137a62d7c92814a7525825adc60919
 SHA512 
ff037b2288b937ebc70bfa880a4c0cd10cb4a615725e25f8db998c828d4b505461088b5aaa926aa47f148189496275f1a70e03e187325c15d6ff425ed4da2dc7

diff --git a/net-misc/youtube-dl/youtube-dl-2019.03.01.ebuild 
b/net-misc/youtube-dl/youtube-dl-2019.03.01.ebuild
new file mode 100644
index 000..2cb0551f3e3
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2019.03.01.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+LICENSE="public-domain"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+RESTRICT="test"
+SLOT="0"
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+"
+S="${WORKDIR}/${PN}"
+
+src_compile() {
+   distutils-r1_src_compile
+}
+
+python_install_all() {
+   dodoc README.txt
+   doman ${PN}.1
+
+   newbashcomp ${PN}.bash-completion ${PN}
+
+   insinto /usr/share/zsh/site-functions
+   newins ${PN}.zsh _${PN}
+
+   insinto /usr/share/fish/vendor_completions.d
+   doins ${PN}.fish
+
+   distutils-r1_python_install_all
+
+   rm -r "${ED}"/usr/etc || die
+   rm -r "${ED}"/usr/share/doc/youtube_dl || die
+}
+
+pkg_postinst() {
+   elog "${PN}(1) / https://bugs.gentoo.org/355661 /"
+   elog "https://github.com/rg3/${PN}/blob/master/README.md#faq :"
+   elog
+   elog "${PN} works fine on its own on most sites. However, if you want"
+   elog "to convert video/audio, you'll need avconf (media-video/libav) or"
+   elog "ffmpeg (media-video/ffmpeg). On some sites - most notably YouTube 
-"
+   elog "videos can be retrieved in a higher quality format without sound."
+   elog "${PN} will detect whether avconv/ffmpeg is present and"
+   elog "automatically pick the best option."
+   elog
+   elog "Videos or video formats streamed via RTMP protocol can only be"
+   elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
+   elog "Downloading MMS and RTSP videos requires either mplayer"
+   elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
+   elog
+   elog "If you want ${PN} to embed thumbnails from the metadata into the"
+   elog "resulting MP4 files, consider installing 
media-video/atomicparsley"
+}



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

2019-02-28 Thread Jeroen Roovers
commit: 1da2c485238475b5ceb0def977dbe53025246069
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 28 18:46:43 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 28 18:49:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da2c485

net-libs/nodejs: Versions 6.17.0 8.15.1 10.15.2 11.10.1

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

 net-libs/nodejs/Manifest  |   4 +
 net-libs/nodejs/nodejs-10.15.2.ebuild | 205 +
 net-libs/nodejs/nodejs-11.10.1.ebuild | 210 ++
 net-libs/nodejs/nodejs-6.17.0.ebuild  | 200 
 net-libs/nodejs/nodejs-8.15.1.ebuild  | 207 +
 5 files changed, 826 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 0f8572c283d..ac946708514 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -1,12 +1,16 @@
 DIST node-v0.12.18.tar.gz 19842591 BLAKE2B 
f94f4de6e2875267be194580c645087a262b90da99f10d651a22838c041da07056df81204bb04ce8da083a080062509dcca4d1e3ac2250d651ead8a4cc025028
 SHA512 
6866608a43eb213f3b715ea0fcc28983fd959ab679c567a1b464f62acd936506f2bce88ea48a60209d8ef8d98259f4b47cd3434893eb4ff82a132775edb37b7b
 DIST node-v10.15.0.tar.xz 20217588 BLAKE2B 
ef7f626bd3b13b11a1cbf21f5c6a2ce08567dddc2fb525c5f10e02f81750a648245c2eb88535d8aac1b055a13d12f9ead72d55c4ccf68062940da09d582344c3
 SHA512 
6c10ae4070cd8b89d4d31ee2137453fa582cef85c6f002c78d5029ceedddf5caeee8e28a4e75dfc632c3af3c8e2acec403ab17a927ba51fa31175d58b45cbf49
 DIST node-v10.15.1.tar.xz 20231024 BLAKE2B 
82fec4cf3902cc3b8eba595c969e18ffd2fb468e58eec026308aef2c3dde3c9b96c96997b2710e224c77c373ac72e5cc8dd4e68d937914e014d3f457c7d6afa4
 SHA512 
823a4703b388275aa86e7ede5c626a918764d6e83bdd9a0cb249ec1f960f3a3020306078d8a4113311303e4c3380d4090c928041ef64189a3cdf67153c7cac95
+DIST node-v10.15.2.tar.xz 20232972 BLAKE2B 
3ffaa0890ddec6b9d00a0b3f32fc62e55a665ea6faba6265df71be601f88a1c948011f908851f1cbb198974ca36f8626fa9a2b4b8827f0155e57ff48f3e25c10
 SHA512 
2d4ef4758d3a73a160b95249c7dce32307287ef84511f56c3077f18c0d87a53bb73b44dd86131a402c4e86686e5e7cb5aeedb2b075b8ab261fc43d5abbe70ce6
 DIST node-v11.10.0.tar.xz 22073588 BLAKE2B 
d2a58655c7a9a5b5f78abeaeee80747df83408c1ef325aca06b5636fda5a7cde7eb787f70960abfa1bfa9397a3a45d266d72e91359bb9035103e3ebbe88813a8
 SHA512 
f6701f235b2f95c4c1ba240d0540646cb6268ba795b385126abe915095e8620c90047c192215f8460e903711b0851680faa19d7ea39213d5396f4d56f728500d
+DIST node-v11.10.1.tar.xz 22074212 BLAKE2B 
de4c224063050901a3898bb9d2a26dba8027b3722528c402d461f2ca892a80e230e16131e9c8b22d6fefbd44b79a6d78aef631934c80ed53f8601fd2d3405150
 SHA512 
8da793946d18c8368f12e786bc4fdcff0ac61237c95f896a49895d6433edcd42005d50237095fd2b1c69b51d56900d122528783338dbb97e5fcee9dcc9a5812c
 DIST node-v11.7.0.tar.xz 21218124 BLAKE2B 
a7e69dc8d6ee2f42ea78ec9c4d623b56bfbc2e130fc6b7d33038ce79f03d7b92e78545fa26bb2dbd58c1c25677f0b224077822264fd9cec49e71f18517098563
 SHA512 
eec2d5e67d94314f1a09f3a1c3407d6b12e9decbdff99d41eb487c4ddc1929fc5661be0b6fbb180961ecb6094311630b19faa0af031d82ff8de7ae213ee35ab7
 DIST node-v11.8.0.tar.xz 21253080 BLAKE2B 
808df024b7dba628f03b7c6c2fe8c486bb036f02f80aa2184de0a8393afad17dcd19d98fd63f1ffc5f9c1dc4fb078f32d15217322d1608510f291eef456df35f
 SHA512 
7c33984014c2b95bde59affee88bc77caa2788dbdd7db87150acd58c56304932bf4b030994c91fc655f0f32202b8d1ed370c3d19d09569af50ffce91414d62ac
 DIST node-v11.9.0.tar.xz 21703796 BLAKE2B 
9097a93b749b7a3dee38507ae37ece985872391f86f75a7aefb7820c361e98e708e4629fe2c5c8d76de9e9fac8c9b8d8811b490b63ce31ba5abf47cc2fe3
 SHA512 
beb20a9042c990ae8978b5794db21d3461ed41b985ad6a5f163ea9563ed3277953926f83a81f49d7b7ae040bad95dff758a03dd299a0de1014e008767da2
 DIST node-v4.9.1.tar.xz 13250164 BLAKE2B 
7a689b99bb4bf507f7f21dd2c096a5766d023a8174c0f468cab37365af1920b8700da04157e1a406917790524255ef32c243a74662fd50ef7d3567d189dac9cf
 SHA512 
690c9fdf608e5194069a10955bdd94ec87cb1c308f13bc4d2cae92fa01436ace10fadf58f2e51d477dde6c570b23edc1c71fafea79bfc9cab2903eb2fa5f87aa
 DIST node-v6.14.4.tar.xz 15842824 BLAKE2B 
fc56364be64fe5824e2bb50d861ebf8f58f9895f2c9c108b8df3315b127ffb2755eac85c28165ac9779adab4611ce8f5ea1a5745f43ebaa1389e82b8215c6396
 SHA512 
1ead0c097ec125230dd631f19a5c3ec06a1371f9ca3b392b5ad08fcc227dd0142f33ad52f96890c2c17448a4951a635b9099dfff00d7d8b3ffb59b07904d1bfa
 DIST node-v6.16.0.tar.xz 15854256 BLAKE2B 
0c70ce154639cbae12e0dfd6e7d5705999badb5872d71f388a3bb89f2830ddb096761aed47bdc6e310f2088fa79070d8a3427361206d74f686d86b27f929a4b4
 SHA512 
e9a222af328c8afb47b4b9c0f39ca5c1e45c5590b2064b3a8994b25f63acd041fba591d390e5a617db08d1212de15c438c66000ddcbc65cd071681311fa3591d
+DIST node-v6.17.0.tar.xz 15853760 BLAKE2B 
f1872b2ed43c447beff2b3278e49f9f10bbef58bba2640f6ecd889facfa4c5e5ae142f3b30721faae615df42c0870d7c09147930a259fa81c161b29559e2a340
 SHA512 

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

2019-02-28 Thread Jeroen Roovers
commit: 47fc6f61c09878b6ce2e3ec3ca0a424e0b427ea9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 28 15:28:25 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 28 18:49:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47fc6f61

www-client/opera-beta: Version 59.0.3229.11

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

 www-client/opera-beta/Manifest |   1 +
 .../opera-beta/opera-beta-59.0.3229.11.ebuild  | 116 +
 2 files changed, 117 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 2fe126b1c00..f027e3300f7 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,2 +1,3 @@
 DIST opera-beta_58.0.3135.45_amd64.deb 70850556 BLAKE2B 
65b20bd6d1d9ccf3fe746cdaa86c61e9028fce15a26864e293d599f1757ea4de20ca554fa1b4855159ece096136f4f94d347e4328cd208a60ff4cd1231ffb07a
 SHA512 
df09653f5ebe8681ceb85094d54a03843bd679482c40f3ba650c33c29007f7976c906a115fcd00e4f019d8fec4dec3825483c035b01ad0fbd7bdea3a0aeb09bb
 DIST opera-beta_58.0.3135.59_amd64.deb 71319982 BLAKE2B 
51e3d5729cbe511d7fb6dd3f57f15adfd5773361ed02522987e1f769ad0b1bf73daf034c5501936f9db3e7b38fce60a01d5dff96cc8e4fb0676d2b584b03a58d
 SHA512 
9a90ed8a96a0bcc41277dfcd30a29d241c9bee1df5d15eac6e2bcfb02691c1c1452f080f20635247bf657d1dbedad11c06743a32bbcbe4acac445697a0dbc22b
+DIST opera-beta_59.0.3229.11_amd64.deb 73386332 BLAKE2B 
ea0ae51537ac00a058e3be684448285b76a3934e643b67b08c071b0c687b9c96d54af3593868f8dfca880e70075df9acf124d76efda4428579db8fde3ae61363
 SHA512 
3e73613c463798fc10bd89c3171841bc24352bb65642128af0fcc024f7c0a506b5ed889233ee50e5563433c9844ae2e4b0d81cca56dfa25dc32cf0c23032f954

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

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

2019-02-28 Thread Jeroen Roovers
commit: 15b6728cdae3cb35ccd3ba0710db19eccfcc171f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 28 15:30:29 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 28 18:49:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b6728c

www-client/opera-beta: Old

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

 www-client/opera-beta/Manifest |   2 -
 .../opera-beta/opera-beta-58.0.3135.45.ebuild  | 116 -
 .../opera-beta/opera-beta-58.0.3135.59.ebuild  | 116 -
 3 files changed, 234 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index f027e3300f7..4332542cfa8 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,3 +1 @@
-DIST opera-beta_58.0.3135.45_amd64.deb 70850556 BLAKE2B 
65b20bd6d1d9ccf3fe746cdaa86c61e9028fce15a26864e293d599f1757ea4de20ca554fa1b4855159ece096136f4f94d347e4328cd208a60ff4cd1231ffb07a
 SHA512 
df09653f5ebe8681ceb85094d54a03843bd679482c40f3ba650c33c29007f7976c906a115fcd00e4f019d8fec4dec3825483c035b01ad0fbd7bdea3a0aeb09bb
-DIST opera-beta_58.0.3135.59_amd64.deb 71319982 BLAKE2B 
51e3d5729cbe511d7fb6dd3f57f15adfd5773361ed02522987e1f769ad0b1bf73daf034c5501936f9db3e7b38fce60a01d5dff96cc8e4fb0676d2b584b03a58d
 SHA512 
9a90ed8a96a0bcc41277dfcd30a29d241c9bee1df5d15eac6e2bcfb02691c1c1452f080f20635247bf657d1dbedad11c06743a32bbcbe4acac445697a0dbc22b
 DIST opera-beta_59.0.3229.11_amd64.deb 73386332 BLAKE2B 
ea0ae51537ac00a058e3be684448285b76a3934e643b67b08c071b0c687b9c96d54af3593868f8dfca880e70075df9acf124d76efda4428579db8fde3ae61363
 SHA512 
3e73613c463798fc10bd89c3171841bc24352bb65642128af0fcc024f7c0a506b5ed889233ee50e5563433c9844ae2e4b0d81cca56dfa25dc32cf0c23032f954

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

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

2019-02-28 Thread Jeroen Roovers
commit: 4b211c07382b00b2f639d9c58bf7b3283d74a012
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 28 18:49:05 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 28 18:49:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b211c07

net-libs/nodejs: Old

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

 net-libs/nodejs/Manifest  |   8 --
 net-libs/nodejs/nodejs-10.15.0.ebuild | 205 -
 net-libs/nodejs/nodejs-10.15.1.ebuild | 205 -
 net-libs/nodejs/nodejs-11.10.0.ebuild | 210 --
 net-libs/nodejs/nodejs-11.7.0.ebuild  | 210 --
 net-libs/nodejs/nodejs-11.8.0.ebuild  | 210 --
 net-libs/nodejs/nodejs-11.9.0.ebuild  | 210 --
 net-libs/nodejs/nodejs-6.16.0.ebuild  | 200 
 net-libs/nodejs/nodejs-8.15.0.ebuild  | 207 -
 9 files changed, 1665 deletions(-)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index ac946708514..8732e260e34 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -1,16 +1,8 @@
 DIST node-v0.12.18.tar.gz 19842591 BLAKE2B 
f94f4de6e2875267be194580c645087a262b90da99f10d651a22838c041da07056df81204bb04ce8da083a080062509dcca4d1e3ac2250d651ead8a4cc025028
 SHA512 
6866608a43eb213f3b715ea0fcc28983fd959ab679c567a1b464f62acd936506f2bce88ea48a60209d8ef8d98259f4b47cd3434893eb4ff82a132775edb37b7b
-DIST node-v10.15.0.tar.xz 20217588 BLAKE2B 
ef7f626bd3b13b11a1cbf21f5c6a2ce08567dddc2fb525c5f10e02f81750a648245c2eb88535d8aac1b055a13d12f9ead72d55c4ccf68062940da09d582344c3
 SHA512 
6c10ae4070cd8b89d4d31ee2137453fa582cef85c6f002c78d5029ceedddf5caeee8e28a4e75dfc632c3af3c8e2acec403ab17a927ba51fa31175d58b45cbf49
-DIST node-v10.15.1.tar.xz 20231024 BLAKE2B 
82fec4cf3902cc3b8eba595c969e18ffd2fb468e58eec026308aef2c3dde3c9b96c96997b2710e224c77c373ac72e5cc8dd4e68d937914e014d3f457c7d6afa4
 SHA512 
823a4703b388275aa86e7ede5c626a918764d6e83bdd9a0cb249ec1f960f3a3020306078d8a4113311303e4c3380d4090c928041ef64189a3cdf67153c7cac95
 DIST node-v10.15.2.tar.xz 20232972 BLAKE2B 
3ffaa0890ddec6b9d00a0b3f32fc62e55a665ea6faba6265df71be601f88a1c948011f908851f1cbb198974ca36f8626fa9a2b4b8827f0155e57ff48f3e25c10
 SHA512 
2d4ef4758d3a73a160b95249c7dce32307287ef84511f56c3077f18c0d87a53bb73b44dd86131a402c4e86686e5e7cb5aeedb2b075b8ab261fc43d5abbe70ce6
-DIST node-v11.10.0.tar.xz 22073588 BLAKE2B 
d2a58655c7a9a5b5f78abeaeee80747df83408c1ef325aca06b5636fda5a7cde7eb787f70960abfa1bfa9397a3a45d266d72e91359bb9035103e3ebbe88813a8
 SHA512 
f6701f235b2f95c4c1ba240d0540646cb6268ba795b385126abe915095e8620c90047c192215f8460e903711b0851680faa19d7ea39213d5396f4d56f728500d
 DIST node-v11.10.1.tar.xz 22074212 BLAKE2B 
de4c224063050901a3898bb9d2a26dba8027b3722528c402d461f2ca892a80e230e16131e9c8b22d6fefbd44b79a6d78aef631934c80ed53f8601fd2d3405150
 SHA512 
8da793946d18c8368f12e786bc4fdcff0ac61237c95f896a49895d6433edcd42005d50237095fd2b1c69b51d56900d122528783338dbb97e5fcee9dcc9a5812c
-DIST node-v11.7.0.tar.xz 21218124 BLAKE2B 
a7e69dc8d6ee2f42ea78ec9c4d623b56bfbc2e130fc6b7d33038ce79f03d7b92e78545fa26bb2dbd58c1c25677f0b224077822264fd9cec49e71f18517098563
 SHA512 
eec2d5e67d94314f1a09f3a1c3407d6b12e9decbdff99d41eb487c4ddc1929fc5661be0b6fbb180961ecb6094311630b19faa0af031d82ff8de7ae213ee35ab7
-DIST node-v11.8.0.tar.xz 21253080 BLAKE2B 
808df024b7dba628f03b7c6c2fe8c486bb036f02f80aa2184de0a8393afad17dcd19d98fd63f1ffc5f9c1dc4fb078f32d15217322d1608510f291eef456df35f
 SHA512 
7c33984014c2b95bde59affee88bc77caa2788dbdd7db87150acd58c56304932bf4b030994c91fc655f0f32202b8d1ed370c3d19d09569af50ffce91414d62ac
-DIST node-v11.9.0.tar.xz 21703796 BLAKE2B 
9097a93b749b7a3dee38507ae37ece985872391f86f75a7aefb7820c361e98e708e4629fe2c5c8d76de9e9fac8c9b8d8811b490b63ce31ba5abf47cc2fe3
 SHA512 
beb20a9042c990ae8978b5794db21d3461ed41b985ad6a5f163ea9563ed3277953926f83a81f49d7b7ae040bad95dff758a03dd299a0de1014e008767da2
 DIST node-v4.9.1.tar.xz 13250164 BLAKE2B 
7a689b99bb4bf507f7f21dd2c096a5766d023a8174c0f468cab37365af1920b8700da04157e1a406917790524255ef32c243a74662fd50ef7d3567d189dac9cf
 SHA512 
690c9fdf608e5194069a10955bdd94ec87cb1c308f13bc4d2cae92fa01436ace10fadf58f2e51d477dde6c570b23edc1c71fafea79bfc9cab2903eb2fa5f87aa
 DIST node-v6.14.4.tar.xz 15842824 BLAKE2B 
fc56364be64fe5824e2bb50d861ebf8f58f9895f2c9c108b8df3315b127ffb2755eac85c28165ac9779adab4611ce8f5ea1a5745f43ebaa1389e82b8215c6396
 SHA512 
1ead0c097ec125230dd631f19a5c3ec06a1371f9ca3b392b5ad08fcc227dd0142f33ad52f96890c2c17448a4951a635b9099dfff00d7d8b3ffb59b07904d1bfa
-DIST node-v6.16.0.tar.xz 15854256 BLAKE2B 
0c70ce154639cbae12e0dfd6e7d5705999badb5872d71f388a3bb89f2830ddb096761aed47bdc6e310f2088fa79070d8a3427361206d74f686d86b27f929a4b4
 SHA512 

[gentoo-commits] proj/portage-utils:master commit in: /

2019-02-28 Thread Fabian Groffen
commit: 0cf3703a4f7a4bebd0cc660690434a7bcffd507a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Feb 28 18:21:24 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Feb 28 18:21:24 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=0cf3703a

qlop: avoid warning about -s when specifying an atom

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

 qlop.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/qlop.c b/qlop.c
index 12c66a6..08ea479 100644
--- a/qlop.c
+++ b/qlop.c
@@ -930,7 +930,8 @@ int qlop_main(int argc, char **argv)
{
m.do_merge = 1;
m.do_unmerge = 1;
-   m.do_sync = 1;
+   if (array_cnt(atoms) == 0)
+   m.do_sync = 1;
m.do_time = 1;
}
 



[gentoo-commits] proj/portage-utils:master commit in: /

2019-02-28 Thread Fabian Groffen
commit: 9dcbcdfd0c90d76ddbb4b4dcdd41a981441f53e2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Feb 28 18:35:53 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Feb 28 18:35:53 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=9dcbcdfd

qlop: introduce machine elapsed time and standard time

Report elapsed time in short notation by default, use elaborate notation
using -H, print just seconds (previous behaviour) using -M.

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

 qlop.c | 74 --
 1 file changed, 54 insertions(+), 20 deletions(-)

diff --git a/qlop.c b/qlop.c
index 08ea479..d5c2548 100644
--- a/qlop.c
+++ b/qlop.c
@@ -11,12 +11,13 @@
 
 #define QLOP_DEFAULT_LOGFILE "emerge.log"
 
-#define QLOP_FLAGS "ctaHmuUserd:f:w:" COMMON_FLAGS
+#define QLOP_FLAGS "ctaHMmuUserd:f:w:" COMMON_FLAGS
 static struct option const qlop_long_opts[] = {
{"summary",   no_argument, NULL, 'c'},
{"time",  no_argument, NULL, 't'},
{"average",   no_argument, NULL, 'a'},
{"human", no_argument, NULL, 'H'},
+   {"machine",   no_argument, NULL, 'M'},
{"merge", no_argument, NULL, 'm'},
{"unmerge",   no_argument, NULL, 'u'},
{"autoclean", no_argument, NULL, 'U'},
@@ -33,6 +34,7 @@ static const char * const qlop_opts_help[] = {
"Print time taken to complete action",
"Print average time taken to complete action",
"Print elapsed time in human readable format (use with -t or -a)",
+   "Print elapsed time as seconds with no formatting",
"Show merge history",
"Show unmerge history",
"Show autoclean unmerge history",
@@ -63,6 +65,7 @@ struct qlop_mode {
char do_average:1;
char do_summary:1;
char do_human:1;
+   char do_machine:1;
char do_endtime:1;
 };
 
@@ -181,21 +184,28 @@ static char *fmt_date(struct qlop_mode *flags, time_t ts, 
time_t te)
 static char _elapsed_buf[256];
 static char *fmt_elapsedtime(struct qlop_mode *flags, time_t e)
 {
-   if (flags->do_human) {
-   time_t dd;
-   time_t hh;
-   time_t mm;
-   time_t ss;
-   size_t bufpos = 0;
-
-   ss = e % 60;
-   e /= 60;
-   mm = e % 60;
-   e /= 60;
-   hh = e % 24;
-   e /= 24;
-   dd = e;
+   time_t dd;
+   time_t hh;
+   time_t mm;
+   time_t ss;
+   size_t bufpos = 0;
+
+   if (flags->do_machine) {
+   snprintf(_elapsed_buf, sizeof(_elapsed_buf),
+   "%s%zd%s",
+   GREEN, (size_t)e, NORM);
+   return _elapsed_buf;
+   }
 
+   ss = e % 60;
+   e /= 60;
+   mm = e % 60;
+   e /= 60;
+   hh = e % 24;
+   e /= 24;
+   dd = e;
+
+   if (flags->do_human) {
if (dd > 0)
bufpos += snprintf(_elapsed_buf + bufpos,
sizeof(_elapsed_buf) - bufpos,
@@ -220,8 +230,23 @@ static char *fmt_elapsedtime(struct qlop_mode *flags, 
time_t e)
bufpos == 0 ? "" : ", ",
GREEN, (size_t)ss, NORM, ss == 1 ? "" : 
"s");
} else {
-   snprintf(_elapsed_buf, sizeof(_elapsed_buf), "%s%zd%s seconds",
-   GREEN, (size_t)e, NORM);
+   hh += 24 * dd;
+   if (hh > 0) {
+   snprintf(_elapsed_buf, sizeof(_elapsed_buf),
+   "%s%zd%s:%s%02zd%s:%s%02zd%s",
+   GREEN, (size_t)hh, NORM,
+   GREEN, (size_t)mm, NORM,
+   GREEN, (size_t)ss, NORM);
+   } else if (mm > 0) {
+   snprintf(_elapsed_buf, sizeof(_elapsed_buf),
+   "%s%zd%s′%s%02zd%s″",
+   GREEN, (size_t)mm, NORM,
+   GREEN, (size_t)ss, NORM);
+   } else {
+   snprintf(_elapsed_buf, sizeof(_elapsed_buf),
+   "%s%zd%ss",
+   GREEN, (size_t)ss, NORM);
+   }
}
 
return _elapsed_buf;
@@ -461,7 +486,8 @@ static int do_emerge_log(
if (flags->do_time) {
printf("%s *** %s%s%s: %s\n",
fmt_date(flags, 
sync_start, tstart),
-   GREEN, p, NORM, 
fmt_elapsedtime(flags, elapsed));
+   GREEN, p, NORM,
+ 

[gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/files/

2019-02-28 Thread Matt Turner
commit: 9ad67a504fa8619fff2d6c223b5fe7a288c4d5b3
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Feb 28 17:50:26 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Feb 28 17:50:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad67a50

x11-apps/xinit: s/SVCNAME/RC_SVCNAME/

Closes: https://bugs.gentoo.org/313287
Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xinit/files/startDM.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xinit/files/startDM.sh b/x11-apps/xinit/files/startDM.sh
index 66cceb3a68f..e2da6098d6a 100644
--- a/x11-apps/xinit/files/startDM.sh
+++ b/x11-apps/xinit/files/startDM.sh
@@ -17,7 +17,7 @@ fi
 # We enable this by default
 export GDK_USE_XFT=1
 
-export SVCNAME=xdm
+export RC_SVCNAME=xdm
 EXEC="$(get_options service)"
 NAME="$(get_options name)"
 PIDFILE="$(get_options pidfile)"



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

2019-02-28 Thread Mikle Kolyada
commit: 67e68b92ad4e1e3ae7cdf2f1e9db0d4f62a1c1f4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Feb 28 17:42:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Feb 28 17:43:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e68b92

app-forensics/afflib: amd64 stable wrt bug #678622

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

 app-forensics/afflib/afflib-3.7.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/afflib/afflib-3.7.18.ebuild 
b/app-forensics/afflib/afflib-3.7.18.ebuild
index 1ee6f9a2642..431c23f0335 100644
--- a/app-forensics/afflib/afflib-3.7.18.ebuild
+++ b/app-forensics/afflib/afflib-3.7.18.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/sshock/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ppc x86 ~x64-macos"
+KEYWORDS="amd64 ~arm hppa ppc x86 ~x64-macos"
 IUSE="fuse libressl ncurses python qemu readline s3 static-libs threads"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



  1   2   3   >