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

2018-09-28 Thread Craig Andrews
commit: acd7c1beecf712c094562330aa1c68da9d576f06
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Sep 29 02:02:42 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Sep 29 02:03:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd7c1be

net-analyzer/netdata: Allow net-analyzer/openbsd-netcat

Package-Manager: Portage-2.3.50, Repoman-2.3.11

 net-analyzer/netdata/netdata-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/netdata/netdata-.ebuild 
b/net-analyzer/netdata/netdata-.ebuild
index d22fa18925f..f781f2a5151 100644
--- a/net-analyzer/netdata/netdata-.ebuild
+++ b/net-analyzer/netdata/netdata-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,6 +27,7 @@ REQUIRED_USE="
 RDEPEND="
>=app-shells/bash-4:0
|| (
+   net-analyzer/openbsd-netcat
net-analyzer/netcat6
net-analyzer/netcat
)



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

2018-09-28 Thread Virgil Dupras
commit: ab3ba62b708cd6829fbe939eef827b56ad9411bc
Author: David Michael  coreos  com>
AuthorDate: Thu Jun 15 00:41:13 2017 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sat Sep 29 01:01:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3ba62b

app-crypt/pesign: Supply cross-compiling programs

(with minor style changes from vdupras)

Closes: https://bugs.gentoo.org/621804
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Virgil Dupras  gentoo.org>

 app-crypt/pesign/pesign-0.112.ebuild | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-crypt/pesign/pesign-0.112.ebuild 
b/app-crypt/pesign/pesign-0.112.ebuild
index 314dcb7d8cd..3937fb8fdcd 100644
--- a/app-crypt/pesign/pesign-0.112.ebuild
+++ b/app-crypt/pesign/pesign-0.112.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -35,7 +35,13 @@ PATCHES=(
 )
 
 src_compile() {
-   emake CC="$(tc-getCC)"
+   emake AR="$(tc-is-gcc && echo "$(tc-getCC)-ar" || tc-getAR)" \
+   AS="$(tc-getAS)" \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getLD)" \
+   OBJCOPY="$(tc-getOBJCOPY)" \
+   PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+   RANLIB="$(tc-getRANLIB)"
 }
 
 src_install() {
@@ -44,5 +50,5 @@ src_install() {
 
# remove some files that don't make sense for Gentoo installs
rm -rf "${ED%/}/etc/" "${ED%/}/var/" \
-  "${ED%/}/usr/share/doc/${PF}/COPYING" || die
+   "${ED%/}/usr/share/doc/${PF}/COPYING" || die
 }



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

2018-09-28 Thread Virgil Dupras
commit: 53658360fff38564c4a85cc03d3ff1aaba92a4c4
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sat Sep 29 00:08:46 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sat Sep 29 00:08:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53658360

profiles: last-riting dev-python/tinydb

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

Signed-off-by: Virgil Dupras  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b430b00394b..97a4a7fcbff 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Virgil Dupras  (27 Sep 2018)
+# Outdated, unmaintained, no revdeps.
+# Removal in 30 days, bug #623292
+dev-python/tinydb
+
 # Mike Gilbert  (24 Sep 2018)
 # Breaks multilib builds.
 # https://bugs.gentoo.org/666968



[gentoo-commits] proj/gcc-patches:master commit in: 4.8.5/gentoo/

2018-09-28 Thread Sergei Trofimovich
commit: 66dd69a78553b1905198032c248cd1243579e561
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 28 23:04:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 28 23:04:42 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=66dd69a7

4.8.5: don't allow STAGE1_LDFLAGS to leak into next stages.

Noticed as a build failure in gentoo where -no-pie is passed
to STAGE1_LDFLAGS.

It's a backport of upstream patch.

Signed-off-by: Sergei Trofimovich  gentoo.org>

 4.8.5/gentoo/96_all_stage1-ldflags.patch | 62 
 4.8.5/gentoo/README.history  |  2 ++
 2 files changed, 64 insertions(+)

diff --git a/4.8.5/gentoo/96_all_stage1-ldflags.patch 
b/4.8.5/gentoo/96_all_stage1-ldflags.patch
new file mode 100644
index 000..5a7e5a5
--- /dev/null
+++ b/4.8.5/gentoo/96_all_stage1-ldflags.patch
@@ -0,0 +1,62 @@
+From 41a4aa66eac45c8862a79351647ec06dd03bd1f5 Mon Sep 17 00:00:00 2001
+From: jakub 
+Date: Sat, 13 Dec 2014 11:24:37 +
+Subject: [PATCH]   PR bootstrap/64023  * Makefile.tpl
+ (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS  to POSTSTAGE1_LDFLAGS and
+ STAGE1_LIBS to POSTSTAGE1_LIBS.   Add -B to libstdc++-v3/src/.libs and
+ libstdc++-v3/libsupc++/.libs  to CXX. * Makefile.in: Regenerated.
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218705 
138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ ChangeLog| 9 +
+ Makefile.in  | 6 +-
+ Makefile.tpl | 6 +-
+ 3 files changed, 19 insertions(+), 2 deletions(-)
+
+--- a/Makefile.in
 b/Makefile.in
+@@ -835,7 +835,9 @@ EXTRA_TARGET_FLAGS = \
+   'AS=$(COMPILER_AS_FOR_TARGET)' \
+   'CC=$$(CC_FOR_TARGET) $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)' \
+   'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
+-  'CXX=$$(CXX_FOR_TARGET) $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)' \
++  'CXX=$$(CXX_FOR_TARGET) -B$$r/$$(TARGET_SUBDIR)/libstdc++-v3/src/.libs \
++   -B$$r/$$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs \
++   $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)' \
+   'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
+   'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
+   'GCJ=$$(GCJ_FOR_TARGET) $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)' \
+@@ -853,6 +855,8 @@ EXTRA_TARGET_FLAGS = \
+   'WINDRES=$$(WINDRES_FOR_TARGET)' \
+   'WINDMC=$$(WINDMC_FOR_TARGET)' \
+   'XGCC_FLAGS_FOR_TARGET=$(XGCC_FLAGS_FOR_TARGET)' \
++  'STAGE1_LDFLAGS=$$(POSTSTAGE1_LDFLAGS)' \
++  'STAGE1_LIBS=$$(POSTSTAGE1_LIBS)' \
+   "TFLAGS=$$TFLAGS"
+ 
+ TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
+--- a/Makefile.tpl
 b/Makefile.tpl
+@@ -641,7 +641,9 @@ EXTRA_TARGET_FLAGS = \
+   'AS=$(COMPILER_AS_FOR_TARGET)' \
+   'CC=$$(CC_FOR_TARGET) $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)' \
+   'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
+-  'CXX=$$(CXX_FOR_TARGET) $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)' \
++  'CXX=$$(CXX_FOR_TARGET) -B$$r/$$(TARGET_SUBDIR)/libstdc++-v3/src/.libs \
++   -B$$r/$$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs \
++   $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)' \
+   'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
+   'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
+   'GCJ=$$(GCJ_FOR_TARGET) $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)' \
+@@ -659,6 +661,8 @@ EXTRA_TARGET_FLAGS = \
+   'WINDRES=$$(WINDRES_FOR_TARGET)' \
+   'WINDMC=$$(WINDMC_FOR_TARGET)' \
+   'XGCC_FLAGS_FOR_TARGET=$(XGCC_FLAGS_FOR_TARGET)' \
++  'STAGE1_LDFLAGS=$$(POSTSTAGE1_LDFLAGS)' \
++  'STAGE1_LIBS=$$(POSTSTAGE1_LIBS)' \
+   "TFLAGS=$$TFLAGS"
+ 
+ TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
+-- 
+2.19.0
+

diff --git a/4.8.5/gentoo/README.history b/4.8.5/gentoo/README.history
index be9a4bb..099ec69 100644
--- a/4.8.5/gentoo/README.history
+++ b/4.8.5/gentoo/README.history
@@ -1,3 +1,5 @@
+1.5TODO
+   + 96_all_stage1-ldflags.patch
 1.423 Sep 2018
U 09_all_default-ssp.patch
+ 34_all_libjava-classpath-locale-sort.patch



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

2018-09-28 Thread Sergei Trofimovich
commit: 9ce15ac5a25ae1337beeb3c7dcfeac63c8c436e1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 28 22:46:32 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 28 22:46:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce15ac5

profiles/arch/sparc: mask dev-python/gmpy[mpir], bug #640424

Reported-by: Rolf Eike Beer
Bug: https://bugs.gentoo.org/640424
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index b1349107c23..2aba42b23ef 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Sergei Trofimovich  (28 Sep 2018)
+# mpir fails to build at least on sparc: bug #640424
+dev-python/gmpy mpir
+
 # Sergei Trofimovich  (30 Aug 2018)
 # dev-games/openscenegraph is a heavy unkeyworded dependency.
 # Skip keywording it for now.



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

2018-09-28 Thread Sergei Trofimovich
commit: bf096829a1577b14677ed810d6171c1b7fa4b523
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 28 21:32:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 28 21:32:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf096829

dev-lang/nim: fix USE=doc building, bug #667182

Use 'koch doc' instead of 'koch web'. Old command
does not generate html output anymore.

While at it dropped XDG_CACHE_HOME to avoid user-defined dorectory.

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/667182
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-lang/nim/nim-0.19.0.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-lang/nim/nim-0.19.0.ebuild b/dev-lang/nim/nim-0.19.0.ebuild
index c86fab3680e..abc572c107f 100644
--- a/dev-lang/nim/nim-0.19.0.ebuild
+++ b/dev-lang/nim/nim-0.19.0.ebuild
@@ -39,6 +39,8 @@ nim_use_enable() {
 }
 
 src_compile() {
+   export XDG_CACHE_HOME=${T}/cache #667182
+
_run ./build.sh
 
_run ./bin/nim --parallelBuild:$(makeopts_jobs) c koch
@@ -48,7 +50,7 @@ src_compile() {
PATH="./bin:$PATH" _run ./koch --stable tools
 
if use doc; then
-   PATH="./bin:$PATH" _run ./koch web
+   PATH="./bin:$PATH" _run ./koch doc
fi
 }
 
@@ -72,7 +74,7 @@ src_install() {
 
if use doc; then
insinto /usr/share/doc/${PF}
-   dodoc doc/*.html
+   dodoc doc/html/*.html
fi
 
newbashcomp tools/nim.bash-completion ${PN}



[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/, mail-client/thunderbird/, www-client/firefox/, ...

2018-09-28 Thread Thomas Deutschmann
commit: aa0146434e5cb397038fc3f0e4ff0d02673b77de
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Sep 28 21:20:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Sep 28 21:20:01 2018 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=aa014643

synchronize with Gentoo repository

 eclass/mozcoreconf-v6.eclass   |  6 
 .../files/thunderbird-60.0-rust-1.29-comp.patch| 37 ++
 mail-client/thunderbird/thunderbird-60.0-r3.ebuild |  4 +++
 ...missing-errno_h-in-SandboxOpenedFiles_cpp.patch | 27 
 .../files/firefox-60.0-rust-1.29-comp.patch| 37 ++
 www-client/firefox/firefox-60.2.1-r1.ebuild|  5 +++
 www-client/firefox/firefox-62.0.2.ebuild   |  1 +
 7 files changed, 111 insertions(+), 6 deletions(-)

diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
index 930122f..571f195 100644
--- a/eclass/mozcoreconf-v6.eclass
+++ b/eclass/mozcoreconf-v6.eclass
@@ -16,12 +16,6 @@
 
 if [[ ! ${_MOZCORECONF} ]]; then
 
-# for compatibility with packages prior to v1
-if [[ -z ${PYTHON_COMPAT[@]} ]]; then
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
-fi
-
 inherit multilib toolchain-funcs flag-o-matic python-any-r1 versionator
 
 IUSE="${IUSE} custom-cflags custom-optimization"

diff --git 
a/mail-client/thunderbird/files/thunderbird-60.0-rust-1.29-comp.patch 
b/mail-client/thunderbird/files/thunderbird-60.0-rust-1.29-comp.patch
new file mode 100644
index 000..6fbd13f
--- /dev/null
+++ b/mail-client/thunderbird/files/thunderbird-60.0-rust-1.29-comp.patch
@@ -0,0 +1,37 @@
+https://bugs.gentoo.org/666898
+
+https://bugzilla.mozilla.org/show_bug.cgi?id=1479540
+--- a/build/moz.configure/init.configure
 b/build/moz.configure/init.configure
+@@ -572,17 +572,26 @@ option('--target', nargs=1,
+ @imports(_from='__builtin__', _import='KeyError')
+ @imports(_from='__builtin__', _import='ValueError')
+ def split_triplet(triplet, allow_unknown=False):
+ # The standard triplet is defined as
+ #   CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
+ # There is also a quartet form:
+ #   CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
+ # But we can consider the "KERNEL-OPERATING_SYSTEM" as one.
+-cpu, manufacturer, os = triplet.split('-', 2)
++# Additionally, some may omit "unknown" when the manufacturer
++# is not specified and emit
++#   CPU_TYPE-OPERATING_SYSTEM
++parts = triplet.split('-', 2)
++if len(parts) == 3:
++cpu, _, os = parts
++elif len(parts) == 2:
++cpu, os = parts
++else:
++die("Unexpected triplet string: %s" % triplet)
+ 
+ # Autoconf uses config.sub to validate and canonicalize those triplets,
+ # but the granularity of its results has never been satisfying to our
+ # use, so we've had our own, different, canonicalization. We've also
+ # historically not been very consistent with how we use the canonicalized
+ # values. Hopefully, this will help us make things better.
+ # The tests are inherited from our decades-old autoconf-based configure,
+ # which can probably be improved/cleaned up because they are based on a
+
+
+
+

diff --git a/mail-client/thunderbird/thunderbird-60.0-r3.ebuild 
b/mail-client/thunderbird/thunderbird-60.0-r3.ebuild
index f9ecfc8..246f6b1 100644
--- a/mail-client/thunderbird/thunderbird-60.0-r3.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.0-r3.ebuild
@@ -8,6 +8,9 @@ MOZ_ESR=""
 MOZ_LIGHTNING_VER="6.2"
 MOZ_LIGHTNING_GDATA_VER="4.4.1"
 
+PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
+
 # This list can be updated using scripts/get_langs.sh from the mozilla overlay
 MOZ_LANGS=(ar ast be bg br ca cs cy da de el en en-GB en-US es-AR
 es-ES et eu fi fr fy-NL ga-IE gd gl he hr hsb hu hy-AM id is it ja ko lt
@@ -195,6 +198,7 @@ src_prepare() {
|| die
eapply "${WORKDIR}/firefox"
eapply "${FILESDIR}"/${PN}-60.0-blessings-TERM.patch # 654316
+   eapply "${FILESDIR}"/${PN}-60.0-rust-1.29-comp.patch
 
# Ensure that are plugins dir is enabled as default
sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \

diff --git 
a/www-client/firefox/files/firefox-60.0-missing-errno_h-in-SandboxOpenedFiles_cpp.patch
 
b/www-client/firefox/files/firefox-60.0-missing-errno_h-in-SandboxOpenedFiles_cpp.patch
new file mode 100644
index 000..c746c73
--- /dev/null
+++ 
b/www-client/firefox/files/firefox-60.0-missing-errno_h-in-SandboxOpenedFiles_cpp.patch
@@ -0,0 +1,27 @@
+https://bugs.gentoo.org/667096
+
+https://bugzilla.mozilla.org/show_bug.cgi?id=1480554
+--- a/security/sandbox/linux/SandboxOpenedFiles.cpp
 b/security/sandbox/linux/SandboxOpenedFiles.cpp
+@@ -4,16 +4,17 @@
+  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+  * You can obtain one at http://mozilla.org/MPL/2.0/. 

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

2018-09-28 Thread Thomas Deutschmann
commit: a7399c3d89169daad71f36aec51e0b43130f56c6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Sep 28 21:11:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Sep 28 21:11:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7399c3d

mail-client/thunderbird: define PYTHON_COMPAT in ebuild

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

 mail-client/thunderbird/thunderbird-60.0-r2.ebuild | 5 -
 mail-client/thunderbird/thunderbird-60.0-r3.ebuild | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/mail-client/thunderbird/thunderbird-60.0-r2.ebuild 
b/mail-client/thunderbird/thunderbird-60.0-r2.ebuild
index f8526ec3845..86ecdcc54a2 100644
--- a/mail-client/thunderbird/thunderbird-60.0-r2.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,6 +7,9 @@ MOZ_ESR=""
 MOZ_LIGHTNING_VER="6.2"
 MOZ_LIGHTNING_GDATA_VER="4.4.1"
 
+PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
+
 # This list can be updated using scripts/get_langs.sh from the mozilla overlay
 MOZ_LANGS=(ar ast be bg br ca cs cy da de el en en-GB en-US es-AR
 es-ES et eu fi fr fy-NL ga-IE gd gl he hr hsb hu hy-AM id is it ja ko lt

diff --git a/mail-client/thunderbird/thunderbird-60.0-r3.ebuild 
b/mail-client/thunderbird/thunderbird-60.0-r3.ebuild
index 86b25342c2a..246f6b1fe0c 100644
--- a/mail-client/thunderbird/thunderbird-60.0-r3.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.0-r3.ebuild
@@ -8,6 +8,9 @@ MOZ_ESR=""
 MOZ_LIGHTNING_VER="6.2"
 MOZ_LIGHTNING_GDATA_VER="4.4.1"
 
+PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
+
 # This list can be updated using scripts/get_langs.sh from the mozilla overlay
 MOZ_LANGS=(ar ast be bg br ca cs cy da de el en en-GB en-US es-AR
 es-ES et eu fi fr fy-NL ga-IE gd gl he hr hsb hu hy-AM id is it ja ko lt



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

2018-09-28 Thread Thomas Deutschmann
commit: af9298355290622e1ab2ec5253550e6b8196722a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Sep 28 21:12:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Sep 28 21:12:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af929835

www-client/firefox: define PYTHON_COMPAT in ebuild

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

 www-client/firefox/firefox-60.2.0.ebuild| 5 -
 www-client/firefox/firefox-60.2.1-r1.ebuild | 3 +++
 www-client/firefox/firefox-62.0-r1.ebuild   | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/www-client/firefox/firefox-60.2.0.ebuild 
b/www-client/firefox/firefox-60.2.0.ebuild
index b32f7700abe..41fc75c69ea 100644
--- a/www-client/firefox/firefox-60.2.0.ebuild
+++ b/www-client/firefox/firefox-60.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,6 +6,9 @@ VIRTUALX_REQUIRED="pgo"
 WANT_AUTOCONF="2.1"
 MOZ_ESR="1"
 
+PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
+
 # This list can be updated with scripts/get_langs.sh from the mozilla overlay
 MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb
 el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL 
ga-IE

diff --git a/www-client/firefox/firefox-60.2.1-r1.ebuild 
b/www-client/firefox/firefox-60.2.1-r1.ebuild
index 36964cc42d0..ac27525a4e8 100644
--- a/www-client/firefox/firefox-60.2.1-r1.ebuild
+++ b/www-client/firefox/firefox-60.2.1-r1.ebuild
@@ -6,6 +6,9 @@ VIRTUALX_REQUIRED="pgo"
 WANT_AUTOCONF="2.1"
 MOZ_ESR="1"
 
+PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
+
 # This list can be updated with scripts/get_langs.sh from the mozilla overlay
 MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb
 el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL 
ga-IE

diff --git a/www-client/firefox/firefox-62.0-r1.ebuild 
b/www-client/firefox/firefox-62.0-r1.ebuild
index 61b4fa49493..836fdd49f2c 100644
--- a/www-client/firefox/firefox-62.0-r1.ebuild
+++ b/www-client/firefox/firefox-62.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -6,7 +6,7 @@ VIRTUALX_REQUIRED="pgo"
 WANT_AUTOCONF="2.1"
 MOZ_ESR=""
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
 
 # This list can be updated with scripts/get_langs.sh from the mozilla overlay



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

2018-09-28 Thread Thomas Deutschmann
commit: 9d973365a74e58731b62caae87d4ad521c90d947
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Sep 28 21:10:05 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Sep 28 21:10:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d973365

mozcoreconf-v6.eclass: PYTHON_COMPAT moved to ebuild

Signed-off-by: Thomas Deutschmann  gentoo.org>

 eclass/mozcoreconf-v6.eclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
index 21b00cf8381..571f195b8e4 100644
--- a/eclass/mozcoreconf-v6.eclass
+++ b/eclass/mozcoreconf-v6.eclass
@@ -16,9 +16,6 @@
 
 if [[ ! ${_MOZCORECONF} ]]; then
 
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
-
 inherit multilib toolchain-funcs flag-o-matic python-any-r1 versionator
 
 IUSE="${IUSE} custom-cflags custom-optimization"



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

2018-09-28 Thread Thomas Deutschmann
commit: 9d2ff4b0a281441d76bc08e9cc9d22a016e988a5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Sep 28 20:52:20 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Sep 28 20:52:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2ff4b0

mozcoreconf-v6.eclass: always define PYTHON_COMPAT

Closes: https://bugs.gentoo.org/667208
Signed-off-by: Thomas Deutschmann  gentoo.org>

 eclass/mozcoreconf-v6.eclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
index 930122fc886..21b00cf8381 100644
--- a/eclass/mozcoreconf-v6.eclass
+++ b/eclass/mozcoreconf-v6.eclass
@@ -16,11 +16,8 @@
 
 if [[ ! ${_MOZCORECONF} ]]; then
 
-# for compatibility with packages prior to v1
-if [[ -z ${PYTHON_COMPAT[@]} ]]; then
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
-fi
 
 inherit multilib toolchain-funcs flag-o-matic python-any-r1 versionator
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-pam-ldapd/

2018-09-28 Thread Matt Thode
commit: 25198d476d3a61d3376ba0b0c49de7d426601583
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:35:00 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:35:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25198d47

sys-auth/nss-pam-ldapd: 0.9.10 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-auth/nss-pam-ldapd/Manifest|   1 -
 sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.10.ebuild |   4 +-
 sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild  | 128 -
 3 files changed, 2 insertions(+), 131 deletions(-)

diff --git a/sys-auth/nss-pam-ldapd/Manifest b/sys-auth/nss-pam-ldapd/Manifest
index a46c9a22370..8d59483dae9 100644
--- a/sys-auth/nss-pam-ldapd/Manifest
+++ b/sys-auth/nss-pam-ldapd/Manifest
@@ -1,4 +1,3 @@
 DIST nss-pam-ldapd-0.8.14.tar.gz 508949 BLAKE2B 
ad8532bf86ef93c62394b91b7c3c035dc1090a70b60ab190ed8af012d533e61fe067b4383388af0d3a53142dbc96da3468d2aa09c2a30f92b9cf56434160c6d6
 SHA512 
70abb1836b5b3304e583fd3b71f11fee7586e181b26f4630779ec1d90b856da6e4fcc76327c51b20a158aa36708dd12ceb5f543a33c826881f2ad3e092f542c9
 DIST nss-pam-ldapd-0.9.10.tar.gz 749302 BLAKE2B 
38cdc0e2a5b971d18412d7a583a265cdc87249342139dd4af9cddc61d17bc3d4d19b43c6705fdabc9dccc5ad4f7dad5ea473f75cde2915e485252fdf9116a1c6
 SHA512 
be559bc0d60bcf25af94919d456922bee4abb2c0417a8d2daf954d9aa9af2d41cb06a20cef04d9afd61c1316a744331753ee1cb25ef4a9c5411c508193231218
-DIST nss-pam-ldapd-0.9.8.tar.gz 771247 BLAKE2B 
bef3e5ede2b4747277ee400dfa8be620281e4e2a596acff236008e1f0bf6b79d6e309a4ca4bad852f6b0a8f79888cffcfffe09ddea8fde8e53b8450a894598eb
 SHA512 
f0d24afd4cb5cea8155aa719b598448d3d81a896f7bc431f7d73e0617a7b2aa7e0ceb6de0b50163848c5554d96a3c415226e32a92e64ed91772fec4c64ad135b
 DIST nss-pam-ldapd-0.9.9.tar.gz 772059 BLAKE2B 
0c1da79d58f19f0c310c0589ca9f286a73ada025028d1a00df938d40dd1211f4dd5ba694de94a37a3596b64b5f8a511127c359a86a60271eb091082dec69e6bb
 SHA512 
8148467523003da397d03b70bb01e52dbc63b0528540aea1d85f6af2ee8af69300e107617b69608397b210e825a2351cfd61b88c4fa146d2e8e9fb9c5cd358e3

diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.10.ebuild 
b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.10.ebuild
index 397ac40543d..485ff3752e9 100644
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.10.ebuild
+++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug kerberos +pam pynslcd sasl test +utils"
 
 COMMON_DEP="

diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild 
b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild
deleted file mode 100644
index c57719dcc88..000
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild
+++ /dev/null
@@ -1,128 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=(python2_7)
-inherit eutils prefix user python-r1 multilib multilib-minimal systemd s6
-
-DESCRIPTION="NSS module for name lookups using LDAP"
-HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/;
-SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug kerberos +pam sasl test +utils"
-
-COMMON_DEP="
-   net-nds/openldap[${MULTILIB_USEDEP}]
-   dev-python/python-ldap[${PYTHON_USEDEP}]
-   sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] )
-   kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
-   virtual/pam[${MULTILIB_USEDEP}]
-   utils? ( ${PYTHON_DEPS} )
-   !sys-auth/nss_ldap
-   !sys-auth/pam_ldap"
-RDEPEND="${COMMON_DEP}"
-DEPEND="${COMMON_DEP}
-   test? (
-   ${PYTHON_DEPS}
-   dev-python/pylint[${PYTHON_USEDEP}]
-   )
-   sys-devel/automake"
-
-REQUIRED_USE="
-   utils? ( ${PYTHON_REQUIRED_USE} )
-   test? ( ${PYTHON_REQUIRED_USE} )"
-
-pkg_setup() {
-   enewgroup nslcd
-   enewuser nslcd -1 -1 -1 nslcd
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-0.9.4-disable-py3-only-linters.patch
-   epatch_user
-   use utils && python_setup
-}
-
-multilib_src_configure() {
-   local -a myconf
-
-   myconf=(
-   --disable-utils
-   --enable-warnings
-   --with-ldap-lib=openldap
-   --with-ldap-conf-file=/etc/nslcd.conf
-   --with-nslcd-pidfile=/run/nslcd/nslcd.pid
-   --with-nslcd-socket=/run/nslcd/socket
-   $(usex x86-fbsd '--with-nss-flavour=' '--with-nss-flavour=' 
'freebsd' 'glibc')
-   $(use_enable debug)
-   $(use_enable kerberos)
-   $(use_enable pam)
-   $(use_enable sasl)
- 

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

2018-09-28 Thread Matt Thode
commit: 710407d7404d7c73b7dc1220f3c0a9238a824b3f
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:19:17 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710407d7

sys-cluster/cinder: 13.0.0 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-cluster/cinder/cinder-13.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/cinder/cinder-13.0.0.ebuild 
b/sys-cluster/cinder/cinder-13.0.0.ebuild
index 08199f011f4..bee3c5d75f1 100644
--- a/sys-cluster/cinder/cinder-13.0.0.ebuild
+++ b/sys-cluster/cinder/cinder-13.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ if [[ ${PV} == * ]];then
 else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/rocky/cinder.conf.sample
 -> cinder.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="Apache-2.0"



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

2018-09-28 Thread Matt Thode
commit: 73b57c319402e7d7edfd9522779c49c1726762f6
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 19:56:05 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b57c31

dev-python/osc-lib: 1.11.1 stablized under allarchesa

Stablized for Openstack Queens

 dev-python/osc-lib/osc-lib-1.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/osc-lib/osc-lib-1.11.1.ebuild 
b/dev-python/osc-lib/osc-lib-1.11.1.ebuild
index 020428995ac..0fc0145e72b 100644
--- a/dev-python/osc-lib/osc-lib-1.11.1.ebuild
+++ b/dev-python/osc-lib/osc-lib-1.11.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-09-28 Thread Matt Thode
commit: e3390f660222b06444526d08f528ee9c341401be
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 19:57:30 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3390f66

dev-python/python-neutronclient: 6.9.0 stablized under allarchesa

Stablized for Openstack Queens

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

diff --git a/dev-python/python-neutronclient/python-neutronclient-6.9.0.ebuild 
b/dev-python/python-neutronclient/python-neutronclient-6.9.0.ebuild
index 8c2bc857d46..ea1e7bfe642 100644
--- a/dev-python/python-neutronclient/python-neutronclient-6.9.0.ebuild
+++ b/dev-python/python-neutronclient/python-neutronclient-6.9.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 REQUIRED_USE="test? ( doc )"
 



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

2018-09-28 Thread Matt Thode
commit: 1c810adae8c431dd05cd488c68f6da633a70f9ce
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:07:12 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c810ada

dev-python/osc-placement: 1.3.0 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-python/osc-placement/osc-placement-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/osc-placement/osc-placement-1.3.0.ebuild 
b/dev-python/osc-placement/osc-placement-1.3.0.ebuild
index 1666a523424..6efb3b64223 100644
--- a/dev-python/osc-placement/osc-placement-1.3.0.ebuild
+++ b/dev-python/osc-placement/osc-placement-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-09-28 Thread Matt Thode
commit: f0a5eb77837a225c15a2740f0b6f94853796c7d5
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:05:28 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a5eb77

app-emulation/diskimage-builder: 2.17.0 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-emulation/diskimage-builder/Manifest   |  1 -
 .../diskimage-builder-2.15.1.ebuild| 37 --
 .../diskimage-builder-2.17.0.ebuild|  4 +--
 3 files changed, 2 insertions(+), 40 deletions(-)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index 3e9e60c4e7f..3929ecaf250 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1,3 +1,2 @@
-DIST diskimage-builder-2.15.1.tar.gz 359802 BLAKE2B 
bfcd43ae76350f72d368bbb6eadf61d72de3ca26963399004921df721213d8aeb1c980085d414b227674d2b147ee06531381b59e78e7b11f949dfc4d63f43f5b
 SHA512 
7ab18f4d950c7578fc5f16f0aabfb469a74b38b0aa9d3209550019e3ea585a451a69be0a46901df2ae1ecfdc0dabcbd5554edae4ea71ae2921f5a8e99d4cb0b9
 DIST diskimage-builder-2.16.0.tar.gz 35 BLAKE2B 
29d9c2e0a2a42de3939a0ebac499f13755ef883074a43f7147e322af8c6cb2120fc0987271a4f6d4cead775283b4d502302dd50e8b3411e265c826b7f7fb9617
 SHA512 
2a10d7e3b69968f91de9f3aded7109addbe48201567257f1e849985dca7ad4860247aac431d3055780f2345670d10a27714acfb74507078bd6ec585c05cc7635
 DIST diskimage-builder-2.17.0.tar.gz 362965 BLAKE2B 
27668c38e480aa14354a7efcb7f3f64b9cfe9f7a61507d2e08809a757aba95f3d51754b35985089c39bc3bca1204e9e2325e19e0d4f77996e22b479e6d804ae2
 SHA512 
02505823ba48da235127f9bd686bbad3dec32feb2252e5c5b69723a53f6d0926a384c6be5a4055bebf9e0ded82cd9945dab6f26fa7db280722f45d27fef25bc9

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

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.17.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.17.0.ebuild
index 1495264437f..d4751815731 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-2.17.0.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-2.17.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-09-28 Thread Matt Thode
commit: ec0846622edb53d8f3e54d9e87d1afffda301e8a
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:17:10 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec084662

sys-cluster/swift: 2.19.0 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-cluster/swift/swift-2.19.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/swift/swift-2.19.0.ebuild 
b/sys-cluster/swift/swift-2.19.0.ebuild
index 6e4ce71625c..9127cdea86c 100644
--- a/sys-cluster/swift/swift-2.19.0.ebuild
+++ b/sys-cluster/swift/swift-2.19.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]];then
EGIT_BRANCH="stable/pike"
 else
SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="Apache-2.0"



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

2018-09-28 Thread Matt Thode
commit: cc9eca370fa442044e18798187410158be519363
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 19:56:18 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9eca37

dev-python/python-openstackclient: 3.16.1 stablized under allarchesa

Stablized for Openstack Queens

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

diff --git 
a/dev-python/python-openstackclient/python-openstackclient-3.16.1.ebuild 
b/dev-python/python-openstackclient/python-openstackclient-3.16.1.ebuild
index f860edb9235..9b6ab365734 100644
--- a/dev-python/python-openstackclient/python-openstackclient-3.16.1.ebuild
+++ b/dev-python/python-openstackclient/python-openstackclient-3.16.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-09-28 Thread Matt Thode
commit: d4334f420c4739bf9047a2c11d23257e5412d0ff
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:29:47 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4334f42

dev-python/python-zunclient: 2.1.0 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-python/python-zunclient/Manifest   |  1 -
 .../python-zunclient/python-zunclient-0.4.1.ebuild | 32 --
 .../python-zunclient/python-zunclient-2.1.0.ebuild |  4 +--
 3 files changed, 2 insertions(+), 35 deletions(-)

diff --git a/dev-python/python-zunclient/Manifest 
b/dev-python/python-zunclient/Manifest
index 24eca8e8534..c9ea5669f92 100644
--- a/dev-python/python-zunclient/Manifest
+++ b/dev-python/python-zunclient/Manifest
@@ -1,3 +1,2 @@
-DIST python-zunclient-0.4.1.tar.gz 81441 BLAKE2B 
9a8f1b21b9906d1b3e0cecf9525a6d5e8eae05aa8999a191625aac2701dc6997f53f2320f214e8e62b6be6357cc00945792ae7baf19b4be85499c5b1099259a2
 SHA512 
4e32f569d460fb1ef9eb0faef278b0842907103e6a56a951caec04b3b1544b093261db303d7f62b429c3dbfff7a97b9349b709e7cf62fbff9ca90ca9bb098ca1
 DIST python-zunclient-1.1.0.tar.gz 93906 BLAKE2B 
7be9dc27b074e60ff5df37c406b96f3482e1737f338de01d3bcf5e46ba404da71b6e803aafc981f92dee416b764bfc2588652a61440258d0b155ecc7a3bfba40
 SHA512 
4a419ccebd7b0f924d549776c96d04cff5ff4507d9ab9c5c6a3aa71adeaffeba686ca28043726c96979760ea9670d86d973810543609fc783d401b23cae1fa2a
 DIST python-zunclient-2.1.0.tar.gz 99821 BLAKE2B 
0784c5b47ac7bc1d9764e856173554f1cf37eb698e7a8f97d1e656de1c098374dc3e25fbcb1dd9ac5ffc223d18c6615a222bdfee0357cc8a109a67f9d8e79ff9
 SHA512 
b1d9f16b0ef83bae1d362edeaa83920259e604acb1e22619893597bdc2b7efd9ed7457f5f3deb53665ea69af36e6fdea9c68178ff2abd16e12ab73a2db781b12

diff --git a/dev-python/python-zunclient/python-zunclient-0.4.1.ebuild 
b/dev-python/python-zunclient/python-zunclient-0.4.1.ebuild
deleted file mode 100644
index e573b87df46..000
--- a/dev-python/python-zunclient/python-zunclient-0.4.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Zun API"
-HOMEPAGE="https://github.com/openstack/python-zunclient;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-openstackclient-3.11.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-1.7.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-i18n-3.15.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
-   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-   >=dev-python/docker-py-2.0.0[${PYTHON_USEDEP}]"

diff --git a/dev-python/python-zunclient/python-zunclient-2.1.0.ebuild 
b/dev-python/python-zunclient/python-zunclient-2.1.0.ebuild
index 6bfb2fbf697..dc6c124ff7e 100644
--- a/dev-python/python-zunclient/python-zunclient-2.1.0.ebuild
+++ b/dev-python/python-zunclient/python-zunclient-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-09-28 Thread Matt Thode
commit: 778ee5ce76a73659aae7a3439a0af9d7d01fedc3
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:25:43 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778ee5ce

sys-cluster/nova: 18.0.1 16.1.5 17.0.6 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-cluster/nova/Manifest   |   4 -
 sys-cluster/nova/nova-16.1.4.ebuild | 251 ---
 sys-cluster/nova/nova-16.1.5.ebuild |   2 +-
 sys-cluster/nova/nova-17.0.5.ebuild | 257 
 sys-cluster/nova/nova-17.0.6.ebuild |   2 +-
 sys-cluster/nova/nova-18.0.1.ebuild |   2 +-
 6 files changed, 3 insertions(+), 515 deletions(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index fd0723c3117..237ccd9d187 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,11 +1,7 @@
-DIST nova-16.1.4.tar.gz 10975664 BLAKE2B 
d6f314bf145d26660b1d14f637dc2a0451a79719d081206d7867281cc828ba5cee1c5c0529109d6592b9bf8cfd1faeb6425d6be9eb8414a48cb6417e1b8d847c
 SHA512 
64ffc73eb61fdfd39a20ec4ab034669442ce17b1e352a5674d1def7d7e65a2b7f5650a0d0621b05c0602c709506b51a88c4494bcdbd8ce10432963e6d1070430
 DIST nova-16.1.5.tar.gz 10992593 BLAKE2B 
c62ac7c4628fd50fb6d2d9410bd85ad1a62cc01a6767fcc218b05a862798ace53f423516392d693283a361e1744c7b798adde89cb692d2f2fe1806a5fd8204aa
 SHA512 
bb653f062f192409296dc3a294fa94e657fc61c530fa8c0c75f80c2c8ab10d69008a46e6b6fafe407ed138d9b727e7fe8f5e54f275a41c3615bc1acadb9a73b9
-DIST nova-17.0.5.tar.gz 11064252 BLAKE2B 
0a72cb0b1ed1ec8a2340572254dca1f56711bb135319bacc04b0c251bc67000b7350d8a2f2477db2fd9d52e79a1254085d3718884849fffdf25227cadc1b
 SHA512 
cb6a4b16afdb565239948dbaf1e868d4d9c7b12d771850b10abb6c04455e5c7652c04980aad0cf1f7892f62eb9eedfa7b58cea49bd9210d22b18fed7b3935851
 DIST nova-17.0.6.tar.gz 11094548 BLAKE2B 
3c8d8a1d5b422e8c561dc77261a0c4cc5bd0fb0254f41dc57a351f74392b275ae8aa7d6854075ccb2bf0f9a156a7c0cd9d91caf532231fb9006138ec8e6353c7
 SHA512 
667abea6cdc44b2ec76e460e353d44f29acb673d0edb4e0bd0934c9498cdfc24b47f74f518a863d8c4f06106aeb8e981f6067c1754df81dcc13f0d6b42f273ee
 DIST nova-18.0.1.tar.gz 11447569 BLAKE2B 
b9ddfb5d7366abaf95afa19d5a09fb65d930f2ab3aff7323ee979ddf3652c30d2d63d1116b92978d5547e0c8d9a87aebb3fa855308ba3785abf3347cc8736c8b
 SHA512 
d2470f874351c0fd332cf0c6e1b54309aad34827c5c20317e8bf0700973327c1c057eb110b3cba16cb4091298517ea82f49e577eee10cde90a9baa03c6cb3b3a
-DIST nova.conf.sample-16.1.4 360926 BLAKE2B 
0cdfcff1d5faf5803de72b8113085591df4d1c7feb0591df786a5bf0e13ff133c1fcc4a2c3ebfdadf2a60943a7810e18813a00f5f78987daf3c271e3ba627911
 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
 DIST nova.conf.sample-16.1.5 360926 BLAKE2B 
0cdfcff1d5faf5803de72b8113085591df4d1c7feb0591df786a5bf0e13ff133c1fcc4a2c3ebfdadf2a60943a7810e18813a00f5f78987daf3c271e3ba627911
 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
-DIST nova.conf.sample-17.0.5 361499 BLAKE2B 
3d5543fbec2b2688d8cc1a2dbc5d954302c4168999ddd9349f3602035259439e7b1daac05bd7d60d61e9296a37ae62aaedd63cc4d77f2e03cec4614a4b3d470e
 SHA512 
c1d14671ecb2c1941a98b80a267ed47969c1ed5c27d88a2f9fa9857b318c6ff6aae9a0fe22e6c28c964221b3c38df26c632a7bbd24ca4110bd03aafa4db0f459
 DIST nova.conf.sample-17.0.6 361499 BLAKE2B 
3d5543fbec2b2688d8cc1a2dbc5d954302c4168999ddd9349f3602035259439e7b1daac05bd7d60d61e9296a37ae62aaedd63cc4d77f2e03cec4614a4b3d470e
 SHA512 
c1d14671ecb2c1941a98b80a267ed47969c1ed5c27d88a2f9fa9857b318c6ff6aae9a0fe22e6c28c964221b3c38df26c632a7bbd24ca4110bd03aafa4db0f459
 DIST nova.conf.sample-18.0.1 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
 DIST nova.conf.sample-2017.2. 360926 BLAKE2B 
0cdfcff1d5faf5803de72b8113085591df4d1c7feb0591df786a5bf0e13ff133c1fcc4a2c3ebfdadf2a60943a7810e18813a00f5f78987daf3c271e3ba627911
 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378

diff --git a/sys-cluster/nova/nova-16.1.4.ebuild 
b/sys-cluster/nova/nova-16.1.4.ebuild
deleted file mode 100644
index 8856721e03f..000
--- a/sys-cluster/nova/nova-16.1.4.ebuild
+++ /dev/null
@@ -1,251 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1 eutils linux-info multilib user
-
-DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
-HOMEPAGE="https://launchpad.net/nova;

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

2018-09-28 Thread Matt Thode
commit: 0aa735890eb6819faa99afc9f17a567ce71a2149
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:15:28 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa73589

sys-auth/keystone: 14.0.0 stable amd86 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-auth/keystone/keystone-14.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/keystone/keystone-14.0.0.ebuild 
b/sys-auth/keystone/keystone-14.0.0.ebuild
index 3fe0e204e8f..d559bbf28df 100644
--- a/sys-auth/keystone/keystone-14.0.0.ebuild
+++ b/sys-auth/keystone/keystone-14.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/keystone.conf.sample
 -> keystone.conf.sample-${PV}

https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/keystone.policy.yaml.sample
 -> keystone.policy.yaml.sample-${PV}
https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="Apache-2.0"



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

2018-09-28 Thread Matt Thode
commit: 27d557c14a1fd025dc9b173415b00b659324fb5a
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 19:57:11 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d557c1

dev-python/python-novaclient: 11.0.0 stablized under allarchesa

Stablized for Openstack Queens

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

diff --git a/dev-python/python-novaclient/python-novaclient-11.0.0.ebuild 
b/dev-python/python-novaclient/python-novaclient-11.0.0.ebuild
index 16681fb748a..e57257059ec 100644
--- a/dev-python/python-novaclient/python-novaclient-11.0.0.ebuild
+++ b/dev-python/python-novaclient/python-novaclient-11.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-09-28 Thread Matt Thode
commit: 38a3156f770ca43189b5c74b6185493c560dfdf8
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:30:39 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a3156f

sys-cluster/heat: 9.0.5 10.0.2 and 11.0.0 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-cluster/heat/Manifest   |   4 -
 sys-cluster/heat/heat-10.0.1.ebuild | 163 --
 sys-cluster/heat/heat-10.0.2.ebuild |   4 +-
 sys-cluster/heat/heat-11.0.0.ebuild |   4 +-
 sys-cluster/heat/heat-9.0.4.ebuild  | 169 
 sys-cluster/heat/heat-9.0.5.ebuild  |   4 +-
 6 files changed, 6 insertions(+), 342 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index e8fad270050..5b261ed33d8 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,13 +1,9 @@
-DIST heat-10.0.1.tar.gz 2353949 BLAKE2B 
401cc24ebc2c5105666719a9d89a55116f4f8139dd7fb4a5b5e37f3da39240dfedb3b61b810f72750390e4f9dc0f8e6b69499c1b921f222064a610fd85cd8b84
 SHA512 
019df95a16f7d5f89a726248d33780ef4fa7fc2ff91b9a0a756548fa91993eb625097b9ab0dd232019669161ccf6fbf43132237d4666bf200f141173bbb07782
 DIST heat-10.0.2.tar.gz 2355489 BLAKE2B 
5fe952f029bc4ad510b300ebc7d1be069e110a2c96312d254c1f5a44be580b5204cc2e58faa6371bed47a46cd21896f68790a93e8cc1a52ce65e5569b0bd1fa3
 SHA512 
b028b5ddee6b17edab91ecd2f78fa5fd29bcc431d21af34104d2c4a1023ef355affd4391061986056c21c72374c528f46178c1fcafe1c39b1cba6fe8f205ff86
 DIST heat-11.0.0.tar.gz 2316538 BLAKE2B 
c7c56d273761af1846ef69d2a29563f96550afa97022ef749ac5fbd5c62117214bcfd0bd802a315168ea97d94cdf647c5e9c655803dc6f798ca7d64e0f1a9339
 SHA512 
bc38b062e273d4dfb11ba72c558b4c0ed7a9220a083cf1cc22b42583b864cc4bce8fb80acaa5a88f8f3e1658d585ee2950466d35ca5cb367390141a28aed1e6f
-DIST heat-9.0.4.tar.gz 2365172 BLAKE2B 
069ee142fc8f8dba7eb6cdd9386a4fa32db85cb9a2bc454da1e4290acfd17d364de34706a3199fb7b68b4a4ce1c24d1b8d7781b4d1b984e6171e78ff32335008
 SHA512 
fd75a7cd9e656c58e81d47292687024ba6b61cccdbeab3ce2472f05f238a944ef4dfa120b39b6f2285aa434b3386ea13d3ca07a48b70d1f53798384a344c53a2
 DIST heat-9.0.5.tar.gz 2365613 BLAKE2B 
36ae4d2e4221d5ae21607ee5833c7a6486e9b8c603276ae34ac18be9d662fc69b62bebb99ab6d64daeab18645ff1804a2cce1c8424f8f5122b9b23f6f7eefd54
 SHA512 
9aab590769c764e46b3d5e0ea88e7e7bdd410b36a00740d5a3b503d328b2c8fba70547b07db56548809feb3ece0e2579278b9cd662ae81ecc40d461754c4416e
-DIST heat.conf.sample-10.0.1 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-10.0.2 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-11.0.0 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
-DIST heat.conf.sample-9.0.4 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-9.0.5 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 

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

2018-09-28 Thread Matt Thode
commit: c9bc9467074ce1b0c9c01fe7d421ccb2f90293b1
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 19:55:51 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9bc9467

dev-python/python-keystoneclient: 3.17.0 stablized under allarchesa

Stablized for Openstack Queens

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

diff --git 
a/dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild 
b/dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild
index da6978f8bc3..4ed1354e53f 100644
--- a/dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild
+++ b/dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 RESTRICT="test"
 



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

2018-09-28 Thread Matt Thode
commit: 4b0e9a77277dbd962e69433b2acb405b3aa7feb1
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 19:56:52 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0e9a77

dev-python/python-cinderclient: 4.0.1 stablized under allarchesa

Stablized for Openstack Queens

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

diff --git a/dev-python/python-cinderclient/python-cinderclient-4.0.1.ebuild 
b/dev-python/python-cinderclient/python-cinderclient-4.0.1.ebuild
index 76e3d5f5c26..b5ac5670747 100644
--- a/dev-python/python-cinderclient/python-cinderclient-4.0.1.ebuild
+++ b/dev-python/python-cinderclient/python-cinderclient-4.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-09-28 Thread Matt Thode
commit: b48f6e79115417f637481f00abab4768111a648f
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:22:20 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48f6e79

sys-cluster/neutron: 12.0.4 and 13.0.1 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-cluster/neutron/Manifest  |   3 -
 sys-cluster/neutron/neutron-12.0.3.ebuild | 256 --
 sys-cluster/neutron/neutron-12.0.4.ebuild |   4 +-
 sys-cluster/neutron/neutron-13.0.1.ebuild |   4 +-
 4 files changed, 4 insertions(+), 263 deletions(-)

diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
index 0d3ead00984..ac6694ea191 100644
--- a/sys-cluster/neutron/Manifest
+++ b/sys-cluster/neutron/Manifest
@@ -1,16 +1,13 @@
 DIST neutron-11.0.5.tar.gz 10508647 BLAKE2B 
f1a44d78bf3464c825f104411e5fb388f464fb7ddc0c4a4607a32233a9ec820196b0efbb6d143c428dea301d5eb4ecc97bc7c8120190a9b4a590f872745e2f8e
 SHA512 
73f31156b9771aa404a116b7a3b8a8f9a6b97adf155fc9790b405a7b75cc4c9c6693b5984bcdd10453f85b63a1081fb28262cba4cf09de34a1e24017a920337f
-DIST neutron-12.0.3.tar.gz 10443832 BLAKE2B 
d5761b3d3599f8cd638784b9a84e846eb589f5164939d08ba23fd9ccac8d12928842461d7903f398b841ae89af2204b51419924b9735c4e7e5a4073efa7761e7
 SHA512 
bfb423b383d52dc919a3bdf01ccf39beab32c9de8b6995f78d6badff0628bdf975e4ae52ad41d61b8bb674270739f38de8374c5a894ed0d06e02909fda813498
 DIST neutron-12.0.4.tar.gz 10438689 BLAKE2B 
c22470d8675e52bd7414a3c9b08a7cfd9dd151138a0c11d3eda66b310608dbb2230c77d3c3aa82d0b74256013e2ee716877faa59d6ad622cce5a2f0783797a7f
 SHA512 
fc6f9d8a180836124aa842c64840aefbe99f6489d6b6b9078fae6330177cf6b567016f09f9f97d32399dcc62eef4a8002e05c9f1784343424e7becbf64bb607b
 DIST neutron-13.0.1.tar.gz 10595397 BLAKE2B 
83cfeafa09028e27e6d092b228f986d85af27190f79f11c56cc7599c74f6a85031be729020fddf6ce4fec316fed4ce394aa664bfb8de80b7d89e876309ff05d1
 SHA512 
70333df77979f5d8408e2b9f67a1169aab3387b2ffdaf84c2a51d38652af66fee5867d36541f718b930c68738a9e7cf3ba3757025dcde215e54addb9be492dd6
 DIST neutron-configs-11.0.5.tar.gz 25030 BLAKE2B 
6ca7507571983cdf576cb943bb2981623351c3de4220ccf990ba478147bcbaea06f4d5218ba6ad65c98f2a0c60c820be03429e8a22a624cf10339b80fcf17bbd
 SHA512 
d82abfcfe5c911dc8a0689e23aaad810bb3aacaf64bd35439220f41390a71958e7cd34e60500580c24ea9e8b55a6fb0441ce4e5612fad9aba2e48d6f14d4d87a
-DIST neutron-configs-12.0.3.tar.gz 26252 BLAKE2B 
c1493e313dc590445e60dcf8df9fc2b89a8e96e57ce072577b3a73fe247218a9ef9805ca9c61b79d2bd4c7aa088933762389258c1184e4572975db03c1674869
 SHA512 
05c8774d142a59da3e294f2351f1cc89f8cd275aedf3771c11d8176305ceec472980673f0ed07b3f4219a8ff4b4bb6e79f836a1f11ddd8e003d1ccd49051e5ac
 DIST neutron-configs-12.0.4.tar.gz 26252 BLAKE2B 
c1493e313dc590445e60dcf8df9fc2b89a8e96e57ce072577b3a73fe247218a9ef9805ca9c61b79d2bd4c7aa088933762389258c1184e4572975db03c1674869
 SHA512 
05c8774d142a59da3e294f2351f1cc89f8cd275aedf3771c11d8176305ceec472980673f0ed07b3f4219a8ff4b4bb6e79f836a1f11ddd8e003d1ccd49051e5ac
 DIST neutron-configs-13.0.1.tar.gz 26109 BLAKE2B 
5de3b90dcb6f8c86ce659b3ab439a79dd920aaf57b66a1e1b29f1b0d0fd433b222335a634dca01ce2b0e07acc3011ff6bf25983071dc0ff00e78ac847ee3fdd6
 SHA512 
498f41ffec6c14597e9785da9a36c2d906138215b34017aa93f56d051078682279bcce05288d2534ff7ab8208b8251c9f721256488f6850173210e41bc6dd51c
 DIST neutron-configs-2017.2..tar.gz 25030 BLAKE2B 
6ca7507571983cdf576cb943bb2981623351c3de4220ccf990ba478147bcbaea06f4d5218ba6ad65c98f2a0c60c820be03429e8a22a624cf10339b80fcf17bbd
 SHA512 
d82abfcfe5c911dc8a0689e23aaad810bb3aacaf64bd35439220f41390a71958e7cd34e60500580c24ea9e8b55a6fb0441ce4e5612fad9aba2e48d6f14d4d87a
 DIST neutron-configs-2018.1..tar.gz 26252 BLAKE2B 
c1493e313dc590445e60dcf8df9fc2b89a8e96e57ce072577b3a73fe247218a9ef9805ca9c61b79d2bd4c7aa088933762389258c1184e4572975db03c1674869
 SHA512 
05c8774d142a59da3e294f2351f1cc89f8cd275aedf3771c11d8176305ceec472980673f0ed07b3f4219a8ff4b4bb6e79f836a1f11ddd8e003d1ccd49051e5ac
 DIST neutron-configs-2018.2..tar.gz 26109 BLAKE2B 
5de3b90dcb6f8c86ce659b3ab439a79dd920aaf57b66a1e1b29f1b0d0fd433b222335a634dca01ce2b0e07acc3011ff6bf25983071dc0ff00e78ac847ee3fdd6
 SHA512 
498f41ffec6c14597e9785da9a36c2d906138215b34017aa93f56d051078682279bcce05288d2534ff7ab8208b8251c9f721256488f6850173210e41bc6dd51c
 DIST neutron-ml2-plugins-11.0.5.tar.gz 6885 BLAKE2B 
c953d7222932d09c545dcfe01923f77cbc9e76157f78e5cb85a8e3bb03c8f3b4ab2bcc7eb2fc213578f71cf70543c4182c98bc6e5947fc1a0cbffe3d845bce20
 SHA512 
e5acaed2fc370e99c9c8b54040cdc994cd35bfbd3d74682d3c03c381568c89b316a6a87356aa6ae538a19c2ae83b6b3c512095afcc778525c2885b9b6bef04bd
-DIST neutron-ml2-plugins-12.0.3.tar.gz 7060 BLAKE2B 
7690218233971ab50623900e01fe4311e2b599661838a232616cdc4b56bff1a7fd6e6c3b7fe77f79c78c024eb571525b0e21a306c18fd884bd0dfdd6b814f2b4
 SHA512 

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

2018-09-28 Thread Matt Thode
commit: a3050d58f5ea80114f5bf1c86ef1faaabd2732b5
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:03:56 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3050d58

dev-libs/liberasurecode: 1.6.0 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/liberasurecode/liberasurecode-1.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/liberasurecode/liberasurecode-1.6.0.ebuild 
b/dev-libs/liberasurecode/liberasurecode-1.6.0.ebuild
index cde09e13220..d1294b403e9 100644
--- a/dev-libs/liberasurecode/liberasurecode-1.6.0.ebuild
+++ b/dev-libs/liberasurecode/liberasurecode-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/openstack/liberasurecode/archive/${PV}.tar.gz -> ${P
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc static-libs"
 
 RDEPEND=""



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

2018-09-28 Thread Michał Górny
commit: fe4f9bd02f5085e631452d4b5617f5537c5d9b66
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 25 19:13:57 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 28 20:32:40 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=fe4f9bd0

ecompress: Fix duplicate pre-compressed file warning

Fix the pre-compressed file warning to be reported only once, now that
files are processed in parallel.  Also, print the list of precompressed
files verbosely.

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

 bin/ecompress  | 16 
 bin/ecompress-file | 16 +++-
 2 files changed, 19 insertions(+), 13 deletions(-)

diff --git a/bin/ecompress b/bin/ecompress
index 635073b5f..dfa1a0b44 100755
--- a/bin/ecompress
+++ b/bin/ecompress
@@ -68,6 +68,7 @@ while [[ $# -gt 0 ]] ; do
continue 2
fi
done
+   echo "${path}" >> 
"${T}"/.ecompress_had_precompressed
;;
esac
 
@@ -175,6 +176,21 @@ find "${ED}" -name '*.ecompress' -delete -print0 |
___parallel_xargs -0 "${PORTAGE_BIN_PATH}"/ecompress-file
 ret=${?}
 
+if [[ -f ${T}/.ecompress_had_precompressed ]]; then
+   eqawarn "One or more compressed files were found in docompress-ed 
directories."
+   eqawarn "Please fix the ebuild not to install compressed files 
(manpages,"
+   eqawarn "documentation) when automatic compression is used:"
+   eqawarn
+   n=0
+   while read -r f; do
+   eqawarn "  ${f#${D%/}}"
+   if [[ $(( n++ )) -eq 10 ]]; then
+   eqawarn "  ..."
+   break
+   fi
+   done <"${T}"/.ecompress_had_precompressed
+fi
+
 fix_symlinks
 : $(( ret |= ${?} ))
 [[ $ret -ne 0 ]] && __helpers_die "${0##*/} failed"

diff --git a/bin/ecompress-file b/bin/ecompress-file
index 18269c91b..bc8fe5451 100755
--- a/bin/ecompress-file
+++ b/bin/ecompress-file
@@ -14,7 +14,6 @@ compress_file() {
set +f
mask_ext_re="^(${mask_ext_re:1})\$"
local filtered_args=()
-   local had_precompressed=
for x in "$@" ; do
[[ ${x##*.} =~ $mask_ext_re ]] && continue
[[ -s ${x} ]] || continue
@@ -23,16 +22,13 @@ compress_file() {
case ${x} in
*.gz|*.Z)
gunzip -f "${x}" || __helpers_die "gunzip 
failed"
-   x=${x%.*}
-   had_precompressed=1;;
+   x=${x%.*};;
*.bz2)
bunzip2 -f "${x}" || __helpers_die "bunzip2 
failed"
-   x=${x%.bz2}
-   had_precompressed=1;;
+   x=${x%.bz2};;
*.lzma|*.xz)
unxz -f "${x}" || __helpers_die "unxz failed"
-   x=${x%.*}
-   had_precompressed=1;;
+   x=${x%.*};;
esac
 
filtered_args+=( "$x" )
@@ -40,12 +36,6 @@ compress_file() {
[[ ${#filtered_args[@]} -eq 0 ]] && return 0
set -- "${filtered_args[@]}"
 
-   if [[ ${had_precompressed} ]]; then
-   eqawarn "One or more compressed files were found in 
docompress-ed directories."
-   eqawarn "Please fix the ebuild not to install compressed files 
(manpages,"
-   eqawarn "documentation) when automatic compression is used."
-   fi
-
# If a compressed version of the file already exists, simply
# delete it so that the compressor doesn't whine (bzip2 will
# complain and skip, gzip will prompt for input)



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

2018-09-28 Thread Matt Thode
commit: 68851caaa667fd3e7e30f479e72e99b04ea5d93c
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 19:57:50 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68851caa

dev-python/oslo-utils: 3.36.4 stablized under allarchesa

Stablized for Openstack Queens

 dev-python/oslo-utils/oslo-utils-3.36.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-utils/oslo-utils-3.36.4.ebuild 
b/dev-python/oslo-utils/oslo-utils-3.36.4.ebuild
index a353a45ca0f..56b0e931ac9 100644
--- a/dev-python/oslo-utils/oslo-utils-3.36.4.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-3.36.4.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc test"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-09-28 Thread Matt Thode
commit: ef4ddbdadbd3cb7498284aeae8aa06a24f085b27
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 19:55:19 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4ddbda

dev-python/kombu: 4.2.1 stablized under allarchesa

Stablized for Openstack Queens

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

diff --git a/dev-python/kombu/kombu-4.2.1.ebuild 
b/dev-python/kombu/kombu-4.2.1.ebuild
index 3a30c9fc6ba..cb5e3bf0ee5 100644
--- a/dev-python/kombu/kombu-4.2.1.ebuild
+++ b/dev-python/kombu/kombu-4.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc examples mongodb msgpack redis sqs test yaml"
 
 # couchdb backend support possible via dev-python/couchdb-python



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

2018-09-28 Thread Matt Thode
commit: 02593ec178a6f6b991c035cd30d1a2aca9907c1a
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:29:18 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02593ec1

dev-python/websocket-client: 0.48.0 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-python/websocket-client/websocket-client-0.48.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/websocket-client/websocket-client-0.48.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
index a84b01c6c10..31f55baacdc 100644
--- a/dev-python/websocket-client/websocket-client-0.48.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm64 x86 ~x64-macos"
 IUSE="examples test"
 
 RDEPEND="



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

2018-09-28 Thread Matt Thode
commit: a60cde32e3c075af6c951a22c84c36de87dd46a2
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:12:56 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60cde32

dev-python/werkzeug: 0.14.1 stable allarches for rocky

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-python/werkzeug/werkzeug-0.14.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/werkzeug/werkzeug-0.14.1.ebuild 
b/dev-python/werkzeug/werkzeug-0.14.1.ebuild
index 6a699f0e8e5..a007e59ac52 100644
--- a/dev-python/werkzeug/werkzeug-0.14.1.ebuild
+++ b/dev-python/werkzeug/werkzeug-0.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"



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

2018-09-28 Thread Matt Thode
commit: 0f1a161329140ce68cc09edf1ffbe33927a356f9
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:14:02 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1a1613

dev-python/flask: 1.0.2 stable allarches for rocky

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-python/flask/flask-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flask/flask-1.0.2.ebuild 
b/dev-python/flask/flask-1.0.2.ebuild
index d44c39bd28f..b3bd154da5e 100644
--- a/dev-python/flask/flask-1.0.2.ebuild
+++ b/dev-python/flask/flask-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2018-09-28 Thread Matt Thode
commit: 345c2a9785d92983dd35734753b56fc793e848b0
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 19:56:39 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345c2a97

dev-python/python-glanceclient: 2.12.1 stablized under allarchesa

Stablized for Openstack Queens

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

diff --git a/dev-python/python-glanceclient/python-glanceclient-2.12.1.ebuild 
b/dev-python/python-glanceclient/python-glanceclient-2.12.1.ebuild
index f7e95c5df9e..d6bfed0203e 100644
--- a/dev-python/python-glanceclient/python-glanceclient-2.12.1.ebuild
+++ b/dev-python/python-glanceclient/python-glanceclient-2.12.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 REQUIRED_USE="test? ( doc )"
 



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

2018-09-28 Thread Matt Thode
commit: d3b9b68548bb6aed0e6f83190cd1accd93783a0e
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:02:25 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b9b685

dev-python/oslo-privsep: 1.29.2 stablized under allarches

 dev-python/oslo-privsep/oslo-privsep-1.29.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-privsep/oslo-privsep-1.29.2.ebuild 
b/dev-python/oslo-privsep/oslo-privsep-1.29.2.ebuild
index 77c4084e61f..8bcec591ddd 100644
--- a/dev-python/oslo-privsep/oslo-privsep-1.29.2.ebuild
+++ b/dev-python/oslo-privsep/oslo-privsep-1.29.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.privsep-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-09-28 Thread Matt Thode
commit: 3a7b185bcb12933d29ec131308ad1a84b1f1b1c9
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:18:08 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7b185b

app-admin/glance: 17.0.0 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-admin/glance/glance-17.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/glance/glance-17.0.0.ebuild 
b/app-admin/glance/glance-17.0.0.ebuild
index 4a3501f76ee..e3f1569b651 100644
--- a/app-admin/glance/glance-17.0.0.ebuild
+++ b/app-admin/glance/glance-17.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]];then
EGIT_BRANCH="stable/rocky"
 else
SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="Apache-2.0"



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

2018-09-28 Thread Matt Thode
commit: a7b4fb6375b4b555fe6ddfe169beacd542c05d76
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 19:55:37 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b4fb63

dev-python/openstacksdk: 0.17.2 stablized under allarchesa

Stablized for Openstack Queens

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

diff --git a/dev-python/openstacksdk/openstacksdk-0.17.2.ebuild 
b/dev-python/openstacksdk/openstacksdk-0.17.2.ebuild
index 774d2611512..47f200a9bda 100644
--- a/dev-python/openstacksdk/openstacksdk-0.17.2.ebuild
+++ b/dev-python/openstacksdk/openstacksdk-0.17.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-09-28 Thread Michał Górny
commit: 78c036c507ec8c87bf5dd7cc388cbf7e038a51ed
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 25 19:12:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 28 20:32:40 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=78c036c5

ecompress: Detect and report colliding (un)compressed files

Whenever the install directory contains files that would collide upon
(re)compressing, report them explicitly and skip decompressing.

To reduce performance impact, the check is only done whenever compressed
files are found.  This is sufficient since for issue to occur there must
be at least one compressed variant.

Bug: https://bugs.gentoo.org/667072
Signed-off-by: Michał Górny  gentoo.org>
Reviewed-by: Zac Medico  gentoo.org>

 bin/ecompress | 32 
 1 file changed, 32 insertions(+)

diff --git a/bin/ecompress b/bin/ecompress
index 36bdb585b..635073b5f 100755
--- a/bin/ecompress
+++ b/bin/ecompress
@@ -48,9 +48,41 @@ while [[ $# -gt 0 ]] ; do
[[ -n ${PORTAGE_DOCOMPRESS_SIZE_LIMIT} ]] &&
find_args+=( -size 
"+${PORTAGE_DOCOMPRESS_SIZE_LIMIT}c" )
 
+   declare -A collisions
while IFS= read -d '' -r path; do
+   # detect the horrible posibility of the ebuild 
installing
+   # colliding compressed and/or uncompressed 
variants
+   # and fail hard (bug #667072)
+   #
+   # note: to save time, we need to do this only 
if there's
+   # at least one compressed file
+   case ${path} in
+   *.Z|*.gz|*.bz2|*.lzma|*.xz)
+   vpath=${path%.*}
+   for comp in '' .Z .gz .bz2 
.lzma .xz; do
+   if [[ ${vpath}${comp} 
!= ${path} && \
+   -e 
${vpath}${comp} ]]; then
+   
collisions[${path}]=1
+   
collisions[${vpath}]=1
+   # ignore 
compressed variants in that case
+   continue 2
+   fi
+   done
+   ;;
+   esac
+
>> "${path}.ecompress" || die
done < <(find "${find_args[@]}" -print0 || die)
+
+   if [[ ${#collisions[@]} -gt 0 ]]; then
+   eqawarn "Colliding files found by ecompress:"
+   eqawarn
+   for x in "${!collisions[@]}"; do
+   eqawarn "  ${x}"
+   done
+   eqawarn
+   eqawarn "Please remove the extraneous 
compressed variants."
+   fi
fi
 
exit 0



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

2018-09-28 Thread Michał Górny
commit: 519b35146fdd334dbc2d5168c06ec167d1fc7084
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 28 07:16:58 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 28 20:32:33 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=519b3514

Revert "ecompress-file: de-duplicate filtered_args (bug 667072)"

Reverts: 1fc311ce0afeef9f982213e43220d079a4ffec26
Signed-off-by: Michał Górny  gentoo.org>
Reviewed-by: Zac Medico  gentoo.org>

 bin/ecompress-file | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/ecompress-file b/bin/ecompress-file
index e65b21ee4..18269c91b 100755
--- a/bin/ecompress-file
+++ b/bin/ecompress-file
@@ -13,7 +13,7 @@ compress_file() {
done
set +f
mask_ext_re="^(${mask_ext_re:1})\$"
-   local -A filtered_args
+   local filtered_args=()
local had_precompressed=
for x in "$@" ; do
[[ ${x##*.} =~ $mask_ext_re ]] && continue
@@ -35,10 +35,10 @@ compress_file() {
had_precompressed=1;;
esac
 
-   filtered_args[${x}]=
+   filtered_args+=( "$x" )
done
[[ ${#filtered_args[@]} -eq 0 ]] && return 0
-   set -- "${!filtered_args[@]}"
+   set -- "${filtered_args[@]}"
 
if [[ ${had_precompressed} ]]; then
eqawarn "One or more compressed files were found in 
docompress-ed directories."



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

2018-09-28 Thread Michał Górny
commit: 5ba7e7b3393c2a942dc528a06d5886b2396bc7f9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 20 18:20:25 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 28 20:32:40 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=5ba7e7b3

ecompress: Run compression in parallel

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

 bin/ecompress | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/ecompress b/bin/ecompress
index 434456f0c..36bdb585b 100755
--- a/bin/ecompress
+++ b/bin/ecompress
@@ -139,8 +139,8 @@ fix_symlinks() {
 }
 
 export PORTAGE_COMPRESS PORTAGE_COMPRESS_FLAGS
-find "${ED}" -name '*.ecompress' -delete \
-   -exec "${PORTAGE_BIN_PATH}"/ecompress-file {} +
+find "${ED}" -name '*.ecompress' -delete -print0 |
+   ___parallel_xargs -0 "${PORTAGE_BIN_PATH}"/ecompress-file
 ret=${?}
 
 fix_symlinks



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

2018-09-28 Thread Mikle Kolyada
commit: 1ff18940540fe03332a4795129676932f6deb7ff
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 28 20:10:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 28 20:10:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff18940

media-sound/mpd: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-sound/mpd/mpd-0.20.21.ebuild | 270 -
 1 file changed, 270 deletions(-)

diff --git a/media-sound/mpd/mpd-0.20.21.ebuild 
b/media-sound/mpd/mpd-0.20.21.ebuild
deleted file mode 100644
index 8bf40077c49..000
--- a/media-sound/mpd/mpd-0.20.21.ebuild
+++ /dev/null
@@ -1,270 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic linux-info systemd user
-
-DESCRIPTION="The Music Player Daemon (mpd)"
-HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD;
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
-IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug +eventfd expat faad
-   +fifo +ffmpeg flac fluidsynth gme +icu +id3tag +inotify +ipv6 jack
-   lame mms libav libmpdclient libsamplerate libsoxr +mad mikmod modplug
-   mpg123 musepack +network nfs ogg openal opus oss pipe pulseaudio 
recorder
-   samba selinux sid +signalfd sndfile soundcloud sqlite systemd tcpd 
twolame
-   unicode upnp vorbis wavpack wildmidi zeroconf zip zlib webdav"
-
-OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
-DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
-   modplug mpg123 musepack ogg flac sid vorbis wavpack wildmidi"
-ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
-
-REQUIRED_USE="
-   || ( ${OUTPUT_PLUGINS} )
-   || ( ${DECODER_PLUGINS} )
-   network? ( || ( ${ENCODER_PLUGINS} ) )
-   recorder? ( || ( ${ENCODER_PLUGINS} ) )
-   opus? ( ogg )
-   upnp? ( expat )
-   webdav? ( curl expat )
-"
-
-COMMON_DEPEND="
-   adplug? ( media-libs/adplug )
-   alsa? (
-   media-libs/alsa-lib
-   media-sound/alsa-utils
-   )
-   ao? ( media-libs/libao[alsa?,pulseaudio?] )
-   audiofile? ( media-libs/audiofile )
-   bzip2? ( app-arch/bzip2 )
-   cdio? (
-   dev-libs/libcdio:=
-   dev-libs/libcdio-paranoia
-   )
-   curl? ( net-misc/curl )
-   expat? ( dev-libs/expat )
-   faad? ( media-libs/faad2 )
-   ffmpeg? (
-   libav? ( media-video/libav:0= )
-   !libav? ( media-video/ffmpeg:0= )
-   )
-   flac? ( media-libs/flac[ogg?] )
-   fluidsynth? ( media-sound/fluidsynth )
-   gme? ( >=media-libs/game-music-emu-0.6.0_pre20120802 )
-   icu? ( dev-libs/icu:= )
-   id3tag? ( media-libs/libid3tag )
-   jack? ( virtual/jack )
-   lame? ( network? ( media-sound/lame ) )
-   libmpdclient? ( media-libs/libmpdclient )
-   libsamplerate? ( media-libs/libsamplerate )
-   libsoxr? ( media-libs/soxr )
-   mad? ( media-libs/libmad )
-   mikmod? ( media-libs/libmikmod:0 )
-   mms? ( media-libs/libmms )
-   modplug? ( media-libs/libmodplug )
-   mpg123? ( >=media-sound/mpg123-1.12.2 )
-   musepack? ( media-sound/musepack-tools )
-   network? (
-   >=media-libs/libshout-2
-   !lame? ( !vorbis? ( media-libs/libvorbis ) )
-   )
-   nfs? ( net-fs/libnfs )
-   ogg? ( media-libs/libogg )
-   openal? ( media-libs/openal )
-   opus? ( media-libs/opus )
-   pulseaudio? ( media-sound/pulseaudio )
-   samba? ( >=net-fs/samba-4.0.25 )
-   sid? ( || (
-   media-libs/libsidplay:2
-   media-libs/libsidplayfp
-   ) )
-   sndfile? ( media-libs/libsndfile )
-   soundcloud? ( >=dev-libs/yajl-2:= )
-   sqlite? ( dev-db/sqlite:3 )
-   systemd? ( sys-apps/systemd )
-   tcpd? ( sys-apps/tcp-wrappers )
-   twolame? ( media-sound/twolame )
-   upnp? ( net-libs/libupnp:0= )
-   vorbis? ( media-libs/libvorbis )
-   wavpack? ( media-sound/wavpack )
-   wildmidi? ( media-sound/wildmidi )
-   zeroconf? ( net-dns/avahi[dbus] )
-   zip? ( dev-libs/zziplib )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   virtual/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
-   !

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

2018-09-28 Thread Mikle Kolyada
commit: 85d2b11e7ec087540d5ba07697ee5bbb93136291
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 28 20:04:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 28 20:08:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d2b11e

media-sound/mpd: revbump to fix logrotate settings

Closes: https://bugs.gentoo.org/621614
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-sound/mpd/files/mpd-0.20.21.logrotate |   9 +
 media-sound/mpd/mpd-0.20.21-r1.ebuild   | 270 
 2 files changed, 279 insertions(+)

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

diff --git a/media-sound/mpd/mpd-0.20.21-r1.ebuild 
b/media-sound/mpd/mpd-0.20.21-r1.ebuild
new file mode 100644
index 000..c41cc0ebed2
--- /dev/null
+++ b/media-sound/mpd/mpd-0.20.21-r1.ebuild
@@ -0,0 +1,270 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic linux-info systemd user
+
+DESCRIPTION="The Music Player Daemon (mpd)"
+HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD;
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
+IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug +eventfd expat faad
+   +fifo +ffmpeg flac fluidsynth gme +icu +id3tag +inotify +ipv6 jack
+   lame mms libav libmpdclient libsamplerate libsoxr +mad mikmod modplug
+   mpg123 musepack +network nfs ogg openal opus oss pipe pulseaudio 
recorder
+   samba selinux sid +signalfd sndfile soundcloud sqlite systemd tcpd 
twolame
+   unicode upnp vorbis wavpack wildmidi zeroconf zip zlib webdav"
+
+OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
+DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+   modplug mpg123 musepack ogg flac sid vorbis wavpack wildmidi"
+ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
+
+REQUIRED_USE="
+   || ( ${OUTPUT_PLUGINS} )
+   || ( ${DECODER_PLUGINS} )
+   network? ( || ( ${ENCODER_PLUGINS} ) )
+   recorder? ( || ( ${ENCODER_PLUGINS} ) )
+   opus? ( ogg )
+   upnp? ( expat )
+   webdav? ( curl expat )
+"
+
+COMMON_DEPEND="
+   adplug? ( media-libs/adplug )
+   alsa? (
+   media-libs/alsa-lib
+   media-sound/alsa-utils
+   )
+   ao? ( media-libs/libao[alsa?,pulseaudio?] )
+   audiofile? ( media-libs/audiofile )
+   bzip2? ( app-arch/bzip2 )
+   cdio? (
+   dev-libs/libcdio:=
+   dev-libs/libcdio-paranoia
+   )
+   curl? ( net-misc/curl )
+   expat? ( dev-libs/expat )
+   faad? ( media-libs/faad2 )
+   ffmpeg? (
+   libav? ( media-video/libav:0= )
+   !libav? ( media-video/ffmpeg:0= )
+   )
+   flac? ( media-libs/flac[ogg?] )
+   fluidsynth? ( media-sound/fluidsynth )
+   gme? ( >=media-libs/game-music-emu-0.6.0_pre20120802 )
+   icu? ( dev-libs/icu:= )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( virtual/jack )
+   lame? ( network? ( media-sound/lame ) )
+   libmpdclient? ( media-libs/libmpdclient )
+   libsamplerate? ( media-libs/libsamplerate )
+   libsoxr? ( media-libs/soxr )
+   mad? ( media-libs/libmad )
+   mikmod? ( media-libs/libmikmod:0 )
+   mms? ( media-libs/libmms )
+   modplug? ( media-libs/libmodplug )
+   mpg123? ( >=media-sound/mpg123-1.12.2 )
+   musepack? ( media-sound/musepack-tools )
+   network? (
+   >=media-libs/libshout-2
+   !lame? ( !vorbis? ( media-libs/libvorbis ) )
+   )
+   nfs? ( net-fs/libnfs )
+   ogg? ( media-libs/libogg )
+   openal? ( media-libs/openal )
+   opus? ( media-libs/opus )
+   pulseaudio? ( media-sound/pulseaudio )
+   samba? ( >=net-fs/samba-4.0.25 )
+   sid? ( || (
+   media-libs/libsidplay:2
+   media-libs/libsidplayfp
+   ) )
+   sndfile? ( media-libs/libsndfile )
+   soundcloud? ( >=dev-libs/yajl-2:= )
+   sqlite? ( dev-db/sqlite:3 )
+   systemd? ( sys-apps/systemd )
+   tcpd? ( sys-apps/tcp-wrappers )
+   twolame? ( media-sound/twolame )
+   upnp? ( net-libs/libupnp:0= )
+   vorbis? ( media-libs/libvorbis )
+   wavpack? ( media-sound/wavpack )
+   wildmidi? ( media-sound/wildmidi )
+   zeroconf? ( net-dns/avahi[dbus] )
+   zip? ( dev-libs/zziplib )
+   zlib? ( 

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

2018-09-28 Thread Mikle Kolyada
commit: a7441ac555882db0fc80b755acb0c3fc1a111b31
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 28 18:42:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 28 18:42:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7441ac5

dev-db/influxdb: Version bump (v1.6.3)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-db/influxdb/Manifest  |   1 +
 dev-db/influxdb/influxdb-1.6.3.ebuild | 102 ++
 2 files changed, 103 insertions(+)

diff --git a/dev-db/influxdb/Manifest b/dev-db/influxdb/Manifest
index b0af2f876cb..25cb750e66f 100644
--- a/dev-db/influxdb/Manifest
+++ b/dev-db/influxdb/Manifest
@@ -43,3 +43,4 @@ DIST 
github.com-uber-go-multierr-fb7d312c2c04c34f0ad621048bbb953b168f9ff6.tar.gz
 DIST github.com-uber-go-zap-35aad584952c3e7020db7b839f6b102de6271f89.tar.gz 
103010 BLAKE2B 
fced708acd2e4668a2478d287541b0e6d607aaec63d3d7f0dee619f8e9d4d9bc41259ddb73c882f4a78f0241befcb5aef939964487ac862e87e88fca65fc1485
 SHA512 
7893930d687b7217fff81f7965bddc020977b1969203e0a93a6b92b1fff87684f958439fa2ee78d236449943d6b53aa22dc6d7f4f05513dfdac1e54ece139cec
 DIST github.com-xlab-treeprint-06dfc6fa17cdde904617990a0c2d89e3e332dbb3.tar.gz 
6365 BLAKE2B 
4b7b406da890340592e819fbf45bfd3c30d2db00b300a2aa5607beb790c21ee29a470a92a14be77400f3c1ca89298650d32b53d98fa18a60521af76c9640
 SHA512 
7b9e950ea4d4288efbdca94e5a2dacdd28e2a23036253162a44365388aa0dc4ddafeb56f36b784b9d5c47a0071f0487da8a83df7c8e8ef6c197dc03a63bc7646
 DIST influxdb-1.5.1.tar.gz 1225941 BLAKE2B 
6d3639f0c31b885f836e3e97ad943147ba206af4f7798389972f6880d111493633595251a92c540ae23fe0f8a57eb00befb19ddb3d229318b52baebf30301320
 SHA512 
d536bfd960c8d2145d275da934e1638f425ed168ca3c4b3987084f8dacb2f1b827082c635ad83ad3c3cf105efdbb8465d2f0f552215775f6eb321219280d626e
+DIST influxdb-1.6.3.tar.gz 1506621 BLAKE2B 
e0594a6f9992cabbb7b44ca75b3054a97af22e02278c2b44262ec5c3a00fab35e17b48957625d0ba267e1ef924d7999feed34d2b215ea79067592f50e5dc5941
 SHA512 
a6bca52223ae084a7d3feef20574b0f6d96105547a17e4cb2713bee18beb0fb31d096779a908d14ceec1510db93841cba5bfd26bc5e6961538351069f1a7a728

diff --git a/dev-db/influxdb/influxdb-1.6.3.ebuild 
b/dev-db/influxdb/influxdb-1.6.3.ebuild
new file mode 100644
index 000..c9076ff600e
--- /dev/null
+++ b/dev-db/influxdb/influxdb-1.6.3.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN=github.com/influxdata/${PN}
+EGO_VENDOR=(
+"collectd.org e84e8af5356e7f47485bbc95c96da6dd7984a67e 
github.com/collectd/go-collectd"
+"github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e8895"
+"github.com/RoaringBitmap/roaring cefad6e4f79d4fa5d1d758ff937dde300641ccfa"
+"github.com/beorn7/perks 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9"
+"github.com/bmizerany/pat c068ca2f0aacee5ac3681d68e4d0a003b7d1fd2c"
+"github.com/boltdb/bolt 4b1ebc1869ad66568b313d0dc410e2be72670dda"
+"github.com/cespare/xxhash 1b6d2e40c16ba0dfce5c8eac2480ad6e7394819b"
+"github.com/davecgh/go-spew 346938d642f2ec3594ed81d874461961cd0faa76"
+"github.com/dgrijalva/jwt-go 24c63f56522a87ec5339cc3567883f1039378fdb"
+"github.com/dgryski/go-bits 2ad8d707cc05b1815ce6ff2543bb5e8d8f9298ef"
+"github.com/dgryski/go-bitstream 7d46cd22db7004f0cceb6f7975824b560cf0e486"
+"github.com/glycerine/go-unsnap-stream 
62a9a9eb44fd8932157b1a8ace2149eff5971af6"
+"github.com/gogo/protobuf 1c2b16bc280d6635de6c52fc1471ab962dc36ec9"
+"github.com/golang/protobuf 1e59b77b52bf8e4b449a57e6f79f21226d571845"
+"github.com/golang/snappy d9eb7a3d35ec988b8585d4a0068e462c27d28380"
+"github.com/google/go-cmp 18107e6c56edb2d51f965f7d68e59404f0daee54"
+"github.com/influxdata/influxql 21ddebb5641365d9b92234e8f5a566c41da9ab48"
+"github.com/influxdata/usage-client 6d3895376368aa52a3a81d2a16e90f0f52371967"
+"github.com/influxdata/yamux 1f58ded512de5feabbe30b60c7d33a7a896c5f16"
+"github.com/influxdata/yarpc 036268cdec22b7074cd6d50cc6d7315c667063c7"
+"github.com/jsternberg/zap-logfmt 5ea53862c7fa897f44ae0b3004283308c0b0c9d1"
+"github.com/jwilder/encoding 27894731927e49b0a9023f00312be26733744815"
+"github.com/mattn/go-isatty 6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c"
+"github.com/matttproud/golang_protobuf_extensions 
c12348ce28de40eed0136aa2b644d0ee0650e56c"
+"github.com/opentracing/opentracing-go 
1361b9cd60be79c4c3a7fa9841b3c132e40066a7"
+"github.com/paulbellamy/ratecounter 5a11f585a31379765c190c033b6ad39956584447"
+"github.com/peterh/liner 88609521dc4b6c858fd4c98b628147da928ce4ac"
+"github.com/philhofer/fwd 1612a298117663d7bc9a760ae20d383413859798"
+"github.com/prometheus/client_golang 661e31bf844dfca9aeba15f27ea8aa0d485ad212"
+"github.com/prometheus/client_model 99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c"
+"github.com/prometheus/common 2e54d0b93cba2fd133edc32211dcc32c06ef72ca"
+"github.com/prometheus/procfs a6e9df898b1336106c743392c48ee0b71f5c4efa"
+"github.com/retailnext/hllpp 

[gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/

2018-09-28 Thread James Le Cuirot
commit: 1e28daf612f93610b63e13c369041e9b18d67710
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep 28 18:29:44 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Sep 28 18:29:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e28daf6

games-util/lgogdownloader: Version bump to 3.4

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-util/lgogdownloader/Manifest |  1 +
 .../lgogdownloader/lgogdownloader-3.4.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/games-util/lgogdownloader/Manifest 
b/games-util/lgogdownloader/Manifest
index f522f8f7981..a78b31a819b 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1 +1,2 @@
 DIST lgogdownloader-3.3.tar.gz 73873 BLAKE2B 
c2c4c56d6afcc4c103cc32a308be25252888f7668d7488d3aa2eec860f8e2694c62fe25a27e1f24132895d0a8683a226ca95667dac4e7837886b07cfd0821855
 SHA512 
7af67c440e88bcfbbd6f59b44b8cfd81fe9cee041715d4da968be3aedfe4301a5377ce61354a5cc093588d89300c88c862d9228672a2d79613419dce3619f4c9
+DIST lgogdownloader-3.4.tar.gz 86362 BLAKE2B 
a6f0f7b69fc3707c5788f8c25b0669887fde2f44c585f069cbada40791283e37f01d6adcc216712bb6f283a4a46dc8ebecb4861000b7db58d45be777f5b55a56
 SHA512 
852a335e21c199e9fc49a1cf07fd218d487cb70ebf4ed2a2c81e46477df762bc5c8c33f18fdc754804c459f088c8af9624815eacb054516a060d55ce4583

diff --git a/games-util/lgogdownloader/lgogdownloader-3.4.ebuild 
b/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
new file mode 100644
index 000..213bca2a942
--- /dev/null
+++ b/games-util/lgogdownloader/lgogdownloader-3.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Unofficial GOG.com downloader for Linux"
+HOMEPAGE="https://sites.google.com/site/gogdownloader/;
+SRC_URI="https://sites.google.com/site/gogdownloader/${P}.tar.gz;
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+debug"
+
+RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
+   dev-cpp/htmlcxx:0=
+   dev-libs/boost:0=
+   >=dev-libs/jsoncpp-1.7:0=
+   dev-libs/tinyxml2:0=
+   net-libs/liboauth:0=
+   >=net-misc/curl-7.32:0=[ssl]"
+
+DEPEND="${RDEPEND}
+   sys-apps/help2man
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/

2018-09-28 Thread James Le Cuirot
commit: 94582b82342e4752b7559c45693d0e9baef94ba6
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep 28 18:30:09 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Sep 28 18:30:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94582b82

games-util/lgogdownloader: Drop old 3.3

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-util/lgogdownloader/Manifest |  1 -
 .../lgogdownloader/lgogdownloader-3.3.ebuild   | 26 --
 2 files changed, 27 deletions(-)

diff --git a/games-util/lgogdownloader/Manifest 
b/games-util/lgogdownloader/Manifest
index a78b31a819b..41c78e1 100644
--- a/games-util/lgogdownloader/Manifest
+++ b/games-util/lgogdownloader/Manifest
@@ -1,2 +1 @@
-DIST lgogdownloader-3.3.tar.gz 73873 BLAKE2B 
c2c4c56d6afcc4c103cc32a308be25252888f7668d7488d3aa2eec860f8e2694c62fe25a27e1f24132895d0a8683a226ca95667dac4e7837886b07cfd0821855
 SHA512 
7af67c440e88bcfbbd6f59b44b8cfd81fe9cee041715d4da968be3aedfe4301a5377ce61354a5cc093588d89300c88c862d9228672a2d79613419dce3619f4c9
 DIST lgogdownloader-3.4.tar.gz 86362 BLAKE2B 
a6f0f7b69fc3707c5788f8c25b0669887fde2f44c585f069cbada40791283e37f01d6adcc216712bb6f283a4a46dc8ebecb4861000b7db58d45be777f5b55a56
 SHA512 
852a335e21c199e9fc49a1cf07fd218d487cb70ebf4ed2a2c81e46477df762bc5c8c33f18fdc754804c459f088c8af9624815eacb054516a060d55ce4583

diff --git a/games-util/lgogdownloader/lgogdownloader-3.3.ebuild 
b/games-util/lgogdownloader/lgogdownloader-3.3.ebuild
deleted file mode 100644
index 0ac33eae578..000
--- a/games-util/lgogdownloader/lgogdownloader-3.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Unofficial GOG.com downloader for Linux"
-HOMEPAGE="https://sites.google.com/site/gogdownloader/;
-SRC_URI="https://sites.google.com/site/gogdownloader/${P}.tar.gz;
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+debug"
-
-RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
-   dev-cpp/htmlcxx:0=
-   dev-libs/boost:0=
-   >=dev-libs/jsoncpp-1.7:0=
-   dev-libs/tinyxml2:0=
-   net-libs/liboauth:0=
-   >=net-misc/curl-7.32:0=[ssl]"
-
-DEPEND="${RDEPEND}
-   sys-apps/help2man
-   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2018-09-28 Thread Mikle Kolyada
commit: a02a2ea013889486148f7abaf6cc7146277cb279
Author: Henning Schild  hennsch  de>
AuthorDate: Fri Sep 28 16:07:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 28 18:25:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02a2ea0

net-im/telegram-desktop-bin: Version bump to 1.4.0

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://bugs.gentoo.org/618662
Closes: https://github.com/gentoo/gentoo/pull/10005

 net-im/telegram-desktop-bin/Manifest   |  3 +
 .../telegram-desktop-bin-1.4.0.ebuild  | 64 ++
 2 files changed, 67 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 391a63c41f0..5ea759fe46a 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.3.10.tar.gz 17167027 BLAKE2B 
b1748abbfaa08ab22d26707b1b5be7e31dc804869a5ac5cf91bba823787758cd180d9cc41a96eb12787bf445aa6729d66df3aa4ad9acd338500c72da7725211d
 SHA512 
91833405de4d68c6e791fbe3a6ed45926227bc8f7131ffcd2e048e38f8f74419050745a3a56dee926c708e187d9ae985d2efa564ad16fc75f18b60f48a601011
 DIST tdesktop-1.3.14.tar.gz 17199969 BLAKE2B 
996b1b8113253b12592727fcced27b26e9c9f020f8112ac2460b8c9665c3445f8e8707cc0d62c22a3452367d483a016a471119437ae3da6cea10cc3bc3ed656e
 SHA512 
0fa0792970d4ed044ddc06f97b02d1b7de137cccba7792cc5cbbfbce0d3ef8dbf78cfe3464d3f846c2d6285a9d7db2f40cc4ff76b4ef7138f238ac9045cd2931
+DIST tdesktop-1.4.0.tar.gz 17318129 BLAKE2B 
bd77ac1c20aeb3e760294f32d8649d49740ef97aae37fabc90aee8207e87109812ce824e25b028785f4ab6fc932ed2e727022cf40a61a189e9f90eb056b0e19a
 SHA512 
4eb123dc34edd3a47848abac66ca7c07a6bf9cf0658a9e904797ae52324f3cdcef3de9a63983f4003652c36087d4ab2e0a9fbf6c6c95b424fd68a65bd77ecadf
 DIST tsetup.1.3.10.tar.xz 34424588 BLAKE2B 
c71fda6091d402809fd6989dc6f79c5d43df15e910b939350406233c143e1c8964e67c116d84844aeb54f4a4d6103962281d013507be91b74c58e094b550d5dc
 SHA512 
432d9177e65a461d64f7ccd48745de09cfb2f8d864ba7bf46949e9edd20a5859fcb26491de9053b4823e429a204215daba7399426daaedccf263ffc671697ffa
 DIST tsetup.1.3.14.tar.xz 34544980 BLAKE2B 
3a0ec56d3e49fb47484c959006126a39ed41da6d58706a51808207c0d285a06d72954a17754e7b166468e924f549d08200355f5c83ca68b9fe535304fcb12e34
 SHA512 
b880782ead5acc40c81d62028e88b5565f6740bc044cdd1eb2e701854d2c5c23ecd2c6d68f7a3b00d8e85d2ad89b1cdf1e7b65b691b2178ea9556cd9b852a726
+DIST tsetup.1.4.0.tar.xz 34811788 BLAKE2B 
a46e38b8d27ce764b7e9e735809a5098456368ed747e83bc16d125d80e6b772e1fb00d6b8eab937c04148b2516d5130c365dbda7e7a05571b14137b5a9c5
 SHA512 
c646763d66a807ade2c5d475444ce651dfd8ff488cafc4148a9e6850485fcfa8bc41d821dea1a9a6d6d5ac8f97593f5cedefa20a533d057c40e72a497afe264c
 DIST tsetup32.1.3.10.tar.xz 36904652 BLAKE2B 
42904f09d4ce26f6d930028f81b7891dfab5ba7d780eace2e70f92752f69612eed6519ccf2ecb0420bd5bfb9f4c999476899df17abf41eca5d4b666bdb7fea9f
 SHA512 
223db27115723cb011f4709ce39fe99228171986a954984a678065d780894d5845ab9bd90541a9cadc7ca6abd01f123ecd53491cd02c235f78615172f40a7a27
 DIST tsetup32.1.3.14.tar.xz 37060108 BLAKE2B 
5fb87cab91cef06cfd585907e5a40f3099f10a91cf6226704c2f5822d9ec4459f8a65b5714a1177ce1b8c2bbc7f8030af8d82d72ec98b4fe9dd4b3fbaeb09b76
 SHA512 
446f7091b568b56466d9ee53343a745817c0589e5338010dfccb78e615745262fcae18b856c0929d045d3caa46ddace1893c2a44fdf9507c09fad3b09626
+DIST tsetup32.1.4.0.tar.xz 37403084 BLAKE2B 
dd134c49da40fb25266e0bbaf5722675eea84bf760029646f0d727f6df587a789d42d40c1de1d3f8eb6a2623e5f5e569524b618df18ea48d26e0a05a1a597310
 SHA512 
8700221f791fa366bedbe666f8d73ec68a216db0dd0ceef43332fd4ce075897c003b069f51946e29dc1b1574dd50fdd6abb1ed491d1c09f5952d044628656a3a

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.4.0.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.4.0.ebuild
new file mode 100644
index 000..e0cfb12960a
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.4.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
+"
+
+LICENSE="telegram"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+QA_PREBUILT="usr/lib/${PN}/Telegram"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   exeinto /usr/lib/${PN}
+   doexe "Telegram"
+   newbin "${FILESDIR}"/${PN}-r1 "telegram-desktop"
+
+   local icon_size
+   for 

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/files/, net-im/telegram-desktop-bin/

2018-09-28 Thread Mikle Kolyada
commit: 5cdf4cf966c2bebacc18aceba547e94cff614b02
Author: Henning Schild  hennsch  de>
AuthorDate: Fri Sep 28 16:14:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 28 18:25:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cdf4cf9

net-im/telegram-desktop-bin: clean up old.

Signed-off-by: Henning Schild  hennsch.de>

 net-im/telegram-desktop-bin/Manifest   |  3 --
 .../files/telegram-desktop-bin |  5 --
 .../telegram-desktop-bin-1.3.10-r1.ebuild  | 59 -
 .../telegram-desktop-bin-1.3.10.ebuild | 60 --
 4 files changed, 127 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 5ea759fe46a..b897199c94c 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,9 +1,6 @@
-DIST tdesktop-1.3.10.tar.gz 17167027 BLAKE2B 
b1748abbfaa08ab22d26707b1b5be7e31dc804869a5ac5cf91bba823787758cd180d9cc41a96eb12787bf445aa6729d66df3aa4ad9acd338500c72da7725211d
 SHA512 
91833405de4d68c6e791fbe3a6ed45926227bc8f7131ffcd2e048e38f8f74419050745a3a56dee926c708e187d9ae985d2efa564ad16fc75f18b60f48a601011
 DIST tdesktop-1.3.14.tar.gz 17199969 BLAKE2B 
996b1b8113253b12592727fcced27b26e9c9f020f8112ac2460b8c9665c3445f8e8707cc0d62c22a3452367d483a016a471119437ae3da6cea10cc3bc3ed656e
 SHA512 
0fa0792970d4ed044ddc06f97b02d1b7de137cccba7792cc5cbbfbce0d3ef8dbf78cfe3464d3f846c2d6285a9d7db2f40cc4ff76b4ef7138f238ac9045cd2931
 DIST tdesktop-1.4.0.tar.gz 17318129 BLAKE2B 
bd77ac1c20aeb3e760294f32d8649d49740ef97aae37fabc90aee8207e87109812ce824e25b028785f4ab6fc932ed2e727022cf40a61a189e9f90eb056b0e19a
 SHA512 
4eb123dc34edd3a47848abac66ca7c07a6bf9cf0658a9e904797ae52324f3cdcef3de9a63983f4003652c36087d4ab2e0a9fbf6c6c95b424fd68a65bd77ecadf
-DIST tsetup.1.3.10.tar.xz 34424588 BLAKE2B 
c71fda6091d402809fd6989dc6f79c5d43df15e910b939350406233c143e1c8964e67c116d84844aeb54f4a4d6103962281d013507be91b74c58e094b550d5dc
 SHA512 
432d9177e65a461d64f7ccd48745de09cfb2f8d864ba7bf46949e9edd20a5859fcb26491de9053b4823e429a204215daba7399426daaedccf263ffc671697ffa
 DIST tsetup.1.3.14.tar.xz 34544980 BLAKE2B 
3a0ec56d3e49fb47484c959006126a39ed41da6d58706a51808207c0d285a06d72954a17754e7b166468e924f549d08200355f5c83ca68b9fe535304fcb12e34
 SHA512 
b880782ead5acc40c81d62028e88b5565f6740bc044cdd1eb2e701854d2c5c23ecd2c6d68f7a3b00d8e85d2ad89b1cdf1e7b65b691b2178ea9556cd9b852a726
 DIST tsetup.1.4.0.tar.xz 34811788 BLAKE2B 
a46e38b8d27ce764b7e9e735809a5098456368ed747e83bc16d125d80e6b772e1fb00d6b8eab937c04148b2516d5130c365dbda7e7a05571b14137b5a9c5
 SHA512 
c646763d66a807ade2c5d475444ce651dfd8ff488cafc4148a9e6850485fcfa8bc41d821dea1a9a6d6d5ac8f97593f5cedefa20a533d057c40e72a497afe264c
-DIST tsetup32.1.3.10.tar.xz 36904652 BLAKE2B 
42904f09d4ce26f6d930028f81b7891dfab5ba7d780eace2e70f92752f69612eed6519ccf2ecb0420bd5bfb9f4c999476899df17abf41eca5d4b666bdb7fea9f
 SHA512 
223db27115723cb011f4709ce39fe99228171986a954984a678065d780894d5845ab9bd90541a9cadc7ca6abd01f123ecd53491cd02c235f78615172f40a7a27
 DIST tsetup32.1.3.14.tar.xz 37060108 BLAKE2B 
5fb87cab91cef06cfd585907e5a40f3099f10a91cf6226704c2f5822d9ec4459f8a65b5714a1177ce1b8c2bbc7f8030af8d82d72ec98b4fe9dd4b3fbaeb09b76
 SHA512 
446f7091b568b56466d9ee53343a745817c0589e5338010dfccb78e615745262fcae18b856c0929d045d3caa46ddace1893c2a44fdf9507c09fad3b09626
 DIST tsetup32.1.4.0.tar.xz 37403084 BLAKE2B 
dd134c49da40fb25266e0bbaf5722675eea84bf760029646f0d727f6df587a789d42d40c1de1d3f8eb6a2623e5f5e569524b618df18ea48d26e0a05a1a597310
 SHA512 
8700221f791fa366bedbe666f8d73ec68a216db0dd0ceef43332fd4ce075897c003b069f51946e29dc1b1574dd50fdd6abb1ed491d1c09f5952d044628656a3a

diff --git a/net-im/telegram-desktop-bin/files/telegram-desktop-bin 
b/net-im/telegram-desktop-bin/files/telegram-desktop-bin
deleted file mode 100644
index 3529333838e..000
--- a/net-im/telegram-desktop-bin/files/telegram-desktop-bin
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# this wrapper disables the auto-updater of telegram-desktop
-# This program is licensed under the same license as telegram-desktop
-
-exec /usr/lib/telegram-desktop-bin/bin/telegram-desktop-bin -externalupdater $@

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.10-r1.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.10-r1.ebuild
deleted file mode 100644
index 8b7d2c549cd..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.10-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop gnome2-utils xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org;
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( 

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

2018-09-28 Thread Mikle Kolyada
commit: c975b53a53ba2c134a650ca570971d85cafda747
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Sep 28 08:00:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 28 18:14:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c975b53a

net-analyzer/monitoring-plugins: replace virtual/mysql dependency

Closes: https://bugs.gentoo.org/665948
Signed-off-by: Tomáš Mózes  gmail.com>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/9996

 .../monitoring-plugins-2.2-r3.ebuild   | 104 +
 1 file changed, 104 insertions(+)

diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r3.ebuild 
b/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r3.ebuild
new file mode 100644
index 000..52ef5740c27
--- /dev/null
+++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r3.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib user
+
+DESCRIPTION="50+ standard plugins for Icinga, Naemon, Nagios, Shinken, Sensu"
+HOMEPAGE="https://www.monitoring-plugins.org/;
+SRC_URI="https://www.monitoring-plugins.org/download/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
+IUSE="gnutls ipv6 ldap libressl mysql dns fping game postgres radius samba 
snmp ssh +ssl"
+
+# Most of the plugins use automagic dependencies, i.e. the plugin will
+# get built if the binary it uses is installed. For example, check_snmp
+# will be built only if snmpget from net-analyzer/net-snmp[-minimal] is
+# installed. End result: most of our runtime dependencies are required
+# at build time as well.
+#
+# REAL_DEPEND contains the dependencies that are actually needed to
+# build. DEPEND contains those plus the automagic dependencies.
+#
+REAL_DEPEND="dev-lang/perl
+   ldap? ( net-nds/openldap )
+   mysql? ( dev-db/mysql-connector-c:= )
+   postgres? ( dev-db/postgresql:= )
+   ssl? (
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   gnutls? ( net-libs/gnutls )
+   )
+   radius? ( net-dialup/freeradius-client )"
+
+DEPEND="${REAL_DEPEND}
+   dns? ( net-dns/bind-tools )
+   game? ( games-util/qstat )
+   fping? ( net-analyzer/fping )
+   samba? ( net-fs/samba )
+   ssh? ( net-misc/openssh )
+   snmp? ( dev-perl/Net-SNMP
+   net-analyzer/net-snmp[-minimal] )"
+
+# Basically everything collides with nagios-plugins.
+RDEPEND="${DEPEND}
+   !net-analyzer/nagios-plugins"
+
+# At least one test is interactive.
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}/define-own-mysql-port-constant.patch" )
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+
+   # Use an array to prevent econf from mangling the ping args.
+   local myconf=()
+
+   if use ssl; then
+   myconf+=( $(use_with !gnutls openssl /usr)
+ $(use_with gnutls gnutls /usr) )
+   else
+   myconf+=( --without-openssl )
+   myconf+=( --without-gnutls )
+   fi
+
+   # The autodetection for these two commands can hang if localhost is
+   # down or ICMP traffic is filtered. Bug #468296.
+   myconf+=( --with-ping-command="/bin/ping -n -U -w %d -c %d %s" )
+
+   if use ipv6; then
+   myconf+=( --with-ping6-command="/bin/ping6 -n -U -w %d -c %d 
%s" )
+   fi
+
+   econf \
+   $(use_with mysql) \
+   $(use_with ipv6) \
+   $(use_with ldap) \
+   $(use_with postgres pgsql /usr) \
+   $(use_with radius) \
+   "${myconf[@]}" \
+   --libexecdir="/usr/$(get_libdir)/nagios/plugins" \
+   --sysconfdir="/etc/nagios"
+}
+
+DOCS=( ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog FAQ \
+   NEWS README REQUIREMENTS SUPPORT THANKS )
+
+pkg_preinst() {
+   enewgroup nagios
+   enewuser nagios -1 /bin/bash /var/nagios/home nagios
+}
+
+pkg_postinst() {
+   elog "This ebuild has a number of USE flags that determine what you"
+   elog "are able to monitor. Depending on what you want to monitor, some"
+   elog "or all of these USE flags need to be set."
+   elog
+   elog "The plugins are installed in 
${EROOT%/}/usr/$(get_libdir)/nagios/plugins"
+}



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-settings-daemon/, gnome-base/gnome-settings-daemon/files/

2018-09-28 Thread Mart Raudsepp
commit: beb7ce2ab6614f65fadb09ff19af813a87633b07
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 21:42:47 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 27 21:42:47 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=beb7ce2a

gnome-base/gnome-settings-daemon: remove, moved to ::gentoo

 .../files/3.24.2-udevrulesdir-configure.patch  |  48 --
 .../files/3.24.3-fix-wayland-build.patch   |  53 ---
 .../files/3.26.1-optional.patch| 169 -
 .../gnome-settings-daemon-3.26.2-r1.ebuild | 131 
 gnome-base/gnome-settings-daemon/metadata.xml  |  13 --
 5 files changed, 414 deletions(-)

diff --git 
a/gnome-base/gnome-settings-daemon/files/3.24.2-udevrulesdir-configure.patch 
b/gnome-base/gnome-settings-daemon/files/3.24.2-udevrulesdir-configure.patch
deleted file mode 100644
index 16988f94..
--- a/gnome-base/gnome-settings-daemon/files/3.24.2-udevrulesdir-configure.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From 04d399edc26bfa44d6053aba929e0776a193cea8 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Mon, 29 May 2017 00:38:57 +0300
-Subject: [PATCH 1/5] build: Get udevrulesdir from pkg-config
-
-Use the standard way to find the udev rules directory via pkg-config by 
default,
-and support specifying it, should it be necessary.
-This is the same logic as in colord.

- configure.ac   | 9 +
- plugins/rfkill/Makefile.am | 1 -
- 2 files changed, 9 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 1107578..475821d 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -104,6 +104,15 @@ fi
- AM_CONDITIONAL(HAVE_GUDEV, test x$have_gudev = xyes)
- 
- dnl 
---
-+dnl - Where to install udev rules
-+dnl 
---
-+AC_ARG_WITH([udevrulesdir],
-+AS_HELP_STRING([--with-udevrulesdir=DIR], [Directory for udev 
rules files]),
-+[],
-+[with_udevrulesdir=$($PKG_CONFIG --variable=udevdir 
udev)/rules.d])
-+AC_SUBST([udevrulesdir], [$with_udevrulesdir])
-+
-+dnl 
---
- dnl - ALSA integration (default enabled)
- dnl 
---
- ALSA_PKG=""
-diff --git a/plugins/rfkill/Makefile.am b/plugins/rfkill/Makefile.am
-index 3c5ec47..bfc34c6 100644
 a/plugins/rfkill/Makefile.am
-+++ b/plugins/rfkill/Makefile.am
-@@ -30,7 +30,6 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
- org.gnome.SettingsDaemon.Rfkill.desktop: $(desktop_in_files) Makefile
-   $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
- 
--udevrulesdir = $(prefix)/lib/udev/rules.d
- udevrules_DATA = 61-gnome-settings-daemon-rfkill.rules
- 
- EXTRA_DIST = $(udevrules_DATA) $(desktop_in_files)
--- 
-2.10.2
-

diff --git 
a/gnome-base/gnome-settings-daemon/files/3.24.3-fix-wayland-build.patch 
b/gnome-base/gnome-settings-daemon/files/3.24.3-fix-wayland-build.patch
deleted file mode 100644
index 4a06889a..
--- a/gnome-base/gnome-settings-daemon/files/3.24.3-fix-wayland-build.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From 58403ad7677d98fbb14b020dc4d15c52a695496e Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Fri, 18 Aug 2017 09:42:56 +0200
-Subject: [PATCH] Fix build issue when gudev is detected in the absence of
- wayland
-
-See https://bugs.gentoo.org/show_bug.cgi?id=627966

- configure.ac   | 5 +
- plugins/common/Makefile.am | 2 +-
- 2 files changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 908b3a3a..c89d5e2d 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -140,15 +140,20 @@ AC_ARG_ENABLE(wayland,
- AS_HELP_STRING([--disable-wayland],[Disable wayland support (default: 
auto)]),
- enable_wayland=$enableval, enable_wayland=auto)
- if test x$enable_wayland != xno; then
-+AS_IF([test "$have_udev" = no],
-+  [AC_MSG_ERROR([udev is required for Wayland support])])
-+
- PKG_CHECK_MODULES(WAYLAND, wayland-client, have_wayland=yes, 
have_wayland=no)
- if test x$have_wayland = xyes; then
- AC_DEFINE(HAVE_WAYLAND, 1, [Define if libwayland-client is 
available])
-+  GUDEV_PKG="$GUDEV_PKG gdk-wayland-3.0"
- else
- if test x$enable_wayland = xyes; then
- AC_MSG_ERROR([Wayland enabled but not found])
- fi
- fi
- fi
-+AM_CONDITIONAL(HAVE_WAYLAND, test x$have_wayland = xyes)
- 
- dnl 
- dnl Plugins
-diff --git a/plugins/common/Makefile.am b/plugins/common/Makefile.am
-index 107e4d3b..760f3198 100644
 a/plugins/common/Makefile.am
-+++ 

[gentoo-commits] proj/gnome:master commit in: x11-wm/mutter/

2018-09-28 Thread Mart Raudsepp
commit: ff436ddc20867d792fdae181b484d5ef49b2ea9a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 21:40:50 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 27 21:40:50 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ff436ddc

x11-wm/mutter: remove, moved to ::gentoo; live ebuild too outdated

 x11-wm/mutter/metadata.xml|  11 ---
 x11-wm/mutter/mutter-3.26.2-r1.ebuild | 140 --
 x11-wm/mutter/mutter-3.26.2.ebuild| 133 
 x11-wm/mutter/mutter-.ebuild  | 136 -
 4 files changed, 420 deletions(-)

diff --git a/x11-wm/mutter/metadata.xml b/x11-wm/mutter/metadata.xml
deleted file mode 100644
index 73abedd9..
--- a/x11-wm/mutter/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-   
-   
-   Enable OpenGL ES 2.0 support
-   
-

diff --git a/x11-wm/mutter/mutter-3.26.2-r1.ebuild 
b/x11-wm/mutter/mutter-3.26.2-r1.ebuild
deleted file mode 100644
index 71a77b24..
--- a/x11-wm/mutter/mutter-3.26.2-r1.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2018 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://git.gnome.org/browse/mutter/;
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0/1" # 0/libmutter_api_version - ONLY gnome-shell (or anything using 
mutter-clutter-.pc) should use the subslot
-
-IUSE="debug gles2 input_devices_wacom +introspection test udev wayland"
-
-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
-RDEPEND="
-   >=dev-libs/atk-2.5.3
-   >=x11-libs/gdk-pixbuf-2:2
-   >=dev-libs/json-glib-0.12.0
-   >=x11-libs/pango-1.30[introspection?]
-   >=x11-libs/cairo-1.14[X]
-   >=x11-libs/gtk+-3.19.8:3[X,introspection?]
-   >=dev-libs/glib-2.53.2:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/startup-notification-0.7
-   >=x11-libs/libXcomposite-0.2
-   >=gnome-base/gsettings-desktop-schemas-3.21.4[introspection?]
-   gnome-base/gnome-desktop:3=
-   >sys-power/upower-0.99:=
-
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   >=x11-libs/libXcomposite-0.4
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   >=x11-libs/libXfixes-3
-   >=x11-libs/libXi-1.7.4
-   x11-libs/libXinerama
-   >=x11-libs/libXrandr-1.5
-   x11-libs/libXrender
-   x11-libs/libxcb
-   x11-libs/libxkbfile
-   >=x11-libs/libxkbcommon-0.4.3[X]
-   x11-misc/xkeyboard-config
-
-   gnome-extra/zenity
-   media-libs/mesa[egl]
-
-   gles2? ( media-libs/mesa[gles2] )
-   input_devices_wacom? ( >=dev-libs/libwacom-0.13 )
-   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-   udev? ( >=virtual/libgudev-232:= )
-   wayland? (
-   >=dev-libs/libinput-1.4
-   >=dev-libs/wayland-1.13.0
-   >=dev-libs/wayland-protocols-1.9
-   >=media-libs/mesa-10.3[egl,gbm,wayland]
-   sys-apps/systemd
-   >=virtual/libgudev-232:=
-   >=virtual/libudev-136:=
-   x11-base/xorg-server[wayland]
-   x11-libs/libdrm:=
-   )
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.6
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   test? ( app-text/docbook-xml-dtd:4.5 )
-   wayland? ( >=sys-kernel/linux-headers-4.4 )
-"
-
-PATCHES=(
-   # Lots of patches from gnome-3-26 branch on top of 3.26.2
-   "${WORKDIR}"/patches/
-)
-
-src_prepare() {
-   # Disable building of noinst_PROGRAM for tests
-   if ! use test; then
-   sed -e '/^noinst_PROGRAMS/d' \
-   -i cogl/tests/conform/Makefile.{am,in} || die
-   sed -e '/noinst_PROGRAMS += testboxes/d' \
-   -i src/Makefile-tests.am || die
-   sed -e '/noinst_PROGRAMS/ s/testboxes$(EXEEXT)//' \
-   -i src/Makefile.in || die
-   fi
-
-   gnome2_src_prepare
-
-   # Leave the damn CFLAGS alone
-   sed -e 's/$CFLAGS -g/$CFLAGS /' \
-   -i clutter/configure || die
-   sed -e 's/$CFLAGS -g -O0/$CFLAGS /' \
-   -i cogl/configure || die
-   sed -e 's/$CFLAGS -g -O/$CFLAGS /' \
-   -i configure || die
-}
-
-src_configure() {
-   # TODO: pipewire remote desktop support; --disable-remote-desktop 
actually enables it due to upstream autotools bug in 3.26.2 

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

2018-09-28 Thread Mart Raudsepp
commit: df266fcdf71f48962c14311b67574bf5531d40b6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 22:15:14 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 27 22:15:14 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=df266fcd

gnome-extra/gnome-shell-extensions: remove, revbump in ::gentoo

 too outdated (git master uses meson, etc), so remove that too.
Main tree version is a revbump that includes some bug fixes from
upstream 3.26 branch.

 .../gnome-shell-extensions-3.26.2.ebuild   | 76 ---
 .../gnome-shell-extensions-.ebuild | 86 --
 gnome-extra/gnome-shell-extensions/metadata.xml|  8 --
 3 files changed, 170 deletions(-)

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.26.2.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.26.2.ebuild
deleted file mode 100644
index e8fdd259..
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.26.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 readme.gentoo-r1
-
-DESCRIPTION="JavaScript extensions for GNOME Shell"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="examples"
-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}
-   >=sys-devel/gettext-0.19.6
-   virtual/pkgconfig
-"
-# eautoreconf needs gnome-base/gnome-common
-
-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() {
-   gnome2_src_configure --enable-extensions=all
-}
-
-src_install() {
-   gnome2_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() {
-   gnome2_pkg_postinst
-
-   ebegin "Updating list of installed extensions"
-   eselect gnome-shell-extensions update
-   eend $?
-
-   readme.gentoo_print_elog
-}

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-.ebuild
deleted file mode 100644
index 5464d5ec..
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 readme.gentoo
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
-
-DESCRIPTION="JavaScript extensions for GNOME Shell"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="examples"
-if [[ ${PV} =  ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64 ~x86"
-fi
-
-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/gnome-icon-theme-symbolic
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   

[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-session/files/, gnome-base/gnome-session/

2018-09-28 Thread Mart Raudsepp
commit: b735fccdc72e56af6dd1a36f4b6cb41381f1f5f7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 21:44:46 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 27 21:44:46 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b735fccd

gnome-base/gnome-session: remove, in ::gentoo with tweaks

Also removes live ebuild, as it's too outdated (upstream git uses meson)

 .../files/10-user-dirs-update-gnome-r1 |  10 -
 .../gnome-session/files/15-xdg-data-gnome-r1   |   9 -
 .../gnome-session/files/90-xcursor-theme-gnome |  11 -
 gnome-base/gnome-session/files/Gnome   | 109 ---
 gnome-base/gnome-session/files/defaults.list-r3| 334 -
 .../gnome-session/gnome-session-3.26.1.ebuild  | 123 
 gnome-base/gnome-session/gnome-session-.ebuild | 129 
 gnome-base/gnome-session/metadata.xml  |   8 -
 8 files changed, 733 deletions(-)

diff --git a/gnome-base/gnome-session/files/10-user-dirs-update-gnome-r1 
b/gnome-base/gnome-session/files/10-user-dirs-update-gnome-r1
deleted file mode 100644
index 61fd08c5..
--- a/gnome-base/gnome-session/files/10-user-dirs-update-gnome-r1
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# Create various XDG directories, and write ~/.config/user-dirs.dirs, etc.
-# That file is read by glib to get XDG_PICTURES_DIR, etc
-
-if [ "$DESKTOP_SESSION" = "gnome" -o "$DESKTOP_SESSION" = "cinnamon" ]; then
-   if type xdg-user-dirs-update &>/dev/null; then
-   xdg-user-dirs-update
-   fi
-fi

diff --git a/gnome-base/gnome-session/files/15-xdg-data-gnome-r1 
b/gnome-base/gnome-session/files/15-xdg-data-gnome-r1
deleted file mode 100644
index 5eaa6985..
--- a/gnome-base/gnome-session/files/15-xdg-data-gnome-r1
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ "$DESKTOP_SESSION" = "gnome" -o "$DESKTOP_SESSION" = "cinnamon" ]; then
-   if [ -z "$XDG_DATA_DIRS" ]; then
-   export 
XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
-   else
-   export XDG_DATA_DIRS=/usr/share/gnome:"$XDG_DATA_DIRS"
-   fi
-fi

diff --git a/gnome-base/gnome-session/files/90-xcursor-theme-gnome 
b/gnome-base/gnome-session/files/90-xcursor-theme-gnome
deleted file mode 100644
index 13bc453c..
--- a/gnome-base/gnome-session/files/90-xcursor-theme-gnome
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-if [ "$DESKTOP_SESSION" = "gnome" -o "$DESKTOP_SESSION" = "cinnamon" ]; then
-XCURSOR_THEME=`dconf read /org/gnome/desktop/interface/cursor-theme` 2> 
/dev/null
-if [ x"$XCURSOR_THEME" = "x" ]; then
-export XCURSOR_THEME="Adwaita"
-else
-# 'dconf read' wraps string output in single quotes
-eval export "XCURSOR_THEME=$XCURSOR_THEME"
-fi
-fi

diff --git a/gnome-base/gnome-session/files/Gnome 
b/gnome-base/gnome-session/files/Gnome
deleted file mode 100644
index 55d39b63..
--- a/gnome-base/gnome-session/files/Gnome
+++ /dev/null
@@ -1,109 +0,0 @@
-#!/bin/sh
-#
-# This file has bitrotted badly. Someone needs to clean this up.
-#
-
-if [ -f /etc/xdg/menus/gnome-applications.menu ] ; then
-   export XDG_MENU_PREFIX=gnome-
-fi
-
-for errfile in "$HOME/.gnomerc-errors" "${TMPDIR-/tmp}/gnomerc-$USER" 
"/tmp/gnomerc-$USER"
-do
-   if ( cp /dev/null "$errfile" 2> /dev/null )
-   then
-   chmod 600 "$errfile"
-   exec > "$errfile" 2>&1
-   break
-   fi
-done
-#
-#  Distributors:
-#  You should modify the paths here to fit your distro
-#  If you need to do so, send me (ji...@5z.com) a patch
-#  and I'll try to make the script detect the distro stuff
-#
-
-userresources=$HOME/.Xresources
-usermodmap=$HOME/.Xmodmap
-userxkbmap=$HOME/.Xkbmap
-
-sysresources=/etc/X11/Xresources
-sysmodmap=/etc/X11/Xmodmap
-sysxkbmap=/etc/X11/Xkbmap
-
-rh6sysresources=/etc/X11/xinit/Xresources
-rh6sysmodmap=/etc/X11/xinit/Xmodmap
-
-if [ -x "$HOME/.gnomerc" ]; then
-   command="$HOME/.gnomerc"
-elif [ -x /etc/X11/gdm/gnomerc ]; then
-   command="/etc/X11/gdm/gnomerc"
-else
-   # as fallback in case the config is screwed
-   command=`which gnome-session`
-fi
-
-# merge in defaults
-if [ -f "$rh6sysresources" ]; then
-xrdb -merge "$rh6sysresources"
-fi
-
-if [ -f "$sysresources" ]; then
-xrdb -merge "$sysresources"
-fi
-
-if [ -f "$userresources" ]; then
-xrdb -merge "$userresources"
-fi
-
-# merge in keymaps
-if [ -f "$sysxkbmap" ]; then
-setxkbmap `cat "$sysxkbmap"`
-XKB_IN_USE=yes
-fi
-
-if [ -f "$userxkbmap" ]; then
-setxkbmap `cat "$userxkbmap"`
-XKB_IN_USE=yes
-fi
-
-#
-# Eeek, this seems like too much magic here
-#
-if [ -z "$XKB_IN_USE" ] && [ ! -L /etc/X11/X ]; then
-if grep '^exec.*/Xsun' /etc/X11/X > /dev/null 2>&1 && [ -f 
/etc/X11/XF86Config ]; then
-   xkbsymbols=`sed -n -e 's/^[ ]*XkbSymbols[   ]*"\(.*\)".*$/\1/p' 
/etc/X11/XF86Config`
-   if [ -n "$xkbsymbols" ]; 

[gentoo-commits] proj/gnome:master commit in: gnome-base/gdm/files/, gnome-base/gdm/

2018-09-28 Thread Mart Raudsepp
commit: 7d8dc86e28c18d907412f3400e9172a868b76322
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 22:58:10 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 27 22:58:10 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7d8dc86e

gnome-base/gdm: remove old security vulnerable, use ::gentoo revbump

Main tree version has patches to fix CVE-2018-14424, which were missed
here during sync with main tree (presumably it was thought 3.26 already
had the patches, but it doesn't).

 gnome-base/gdm/files/49-keychain-r1|   9 -
 gnome-base/gdm/files/50-ssh-agent-r1   |  10 --
 .../gdm/files/gdm-2.32.0-xinitrc-ssh-agent.patch   |  32 
 .../gdm/files/gdm-3.8.4-fingerprint-auth.patch |  29 ---
 gnome-base/gdm/files/gdm-3.8.4-logo.patch  |  25 ---
 gnome-base/gdm/gdm-3.26.2.1.ebuild | 198 -
 gnome-base/gdm/metadata.xml|  14 --
 7 files changed, 317 deletions(-)

diff --git a/gnome-base/gdm/files/49-keychain-r1 
b/gnome-base/gdm/files/49-keychain-r1
deleted file mode 100644
index 51a1ca87..
--- a/gnome-base/gdm/files/49-keychain-r1
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-# source keychain variables
-
-keychain="`which keychain 2>/dev/null`"
-if [ -n "$keychain" ] && [ -x "$keychain" ] && [ -f "$HOME/.bash_profile" ]
-then
-   . "${HOME}/.bash_profile"
-fi

diff --git a/gnome-base/gdm/files/50-ssh-agent-r1 
b/gnome-base/gdm/files/50-ssh-agent-r1
deleted file mode 100644
index 4d94fb04..
--- a/gnome-base/gdm/files/50-ssh-agent-r1
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# add ssh-agent if found
-
-sshagent="`which ssh-agent 2>/dev/null`"
-if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
-   command="$sshagent -- $command"
-elif [ -z "$sshagent" ] ; then
-   echo "$0: ssh-agent not found!"
-fi

diff --git a/gnome-base/gdm/files/gdm-2.32.0-xinitrc-ssh-agent.patch 
b/gnome-base/gdm/files/gdm-2.32.0-xinitrc-ssh-agent.patch
deleted file mode 100644
index bfd8398a..
--- a/gnome-base/gdm/files/gdm-2.32.0-xinitrc-ssh-agent.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From c0581264d5e2b412aa27dc30623512b461024e4f Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Tue, 2 Nov 2010 23:19:31 +0100
-Subject: [PATCH 2/4] ssh-agent handling must be done at xinitrc.d
-
-Gentoo bug: #220603

- data/Xsession.in | 8 
- 1 file changed, 8 deletions(-)
-
-diff --git a/data/Xsession.in b/data/Xsession.in
-index 201be92..88f1fd9 100755
 a/data/Xsession.in
-+++ b/data/Xsession.in
-@@ -191,14 +191,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
- done
- fi
- 
--# add ssh-agent if found
--sshagent="`gdmwhich ssh-agent`"
--if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
--command="$sshagent -- $command"
--elif [ -z "$sshagent" ] ; then
--echo "$0: ssh-agent not found!"
--fi
--
- echo "$0: Setup done, will execute: $command"
- 
- eval exec $command
--- 
-1.8.5.1
-

diff --git a/gnome-base/gdm/files/gdm-3.8.4-fingerprint-auth.patch 
b/gnome-base/gdm/files/gdm-3.8.4-fingerprint-auth.patch
deleted file mode 100644
index cd19077a..
--- a/gnome-base/gdm/files/gdm-3.8.4-fingerprint-auth.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 75fe02c2b383b27b202940bdedd7d8d2c64169fb Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev 
-Date: Tue, 30 Jul 2013 22:56:30 -0400
-Subject: [PATCH 3/4] Gentoo does not have a fingerprint-auth pam stack
-

- data/pam-exherbo/gdm-fingerprint.pam | 7 ++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/data/pam-exherbo/gdm-fingerprint.pam 
b/data/pam-exherbo/gdm-fingerprint.pam
-index 41639ec..d9633fb 100644
 a/data/pam-exherbo/gdm-fingerprint.pam
-+++ b/data/pam-exherbo/gdm-fingerprint.pam
-@@ -1,6 +1,11 @@
- account  include  system-login
- 
--auth substack fingerprint-auth
-+auth optional pam_env.so
-+auth required pam_tally2.so onerr=succeed
-+auth required pam_shells.so
-+auth required pam_nologin.so
-+auth required pam_fprintd.so
-+auth required pam_permit.so
- auth optional pam_gnome_keyring.so
- 
- password required pam_deny.so
--- 
-1.8.5.1
-

diff --git a/gnome-base/gdm/files/gdm-3.8.4-logo.patch 
b/gnome-base/gdm/files/gdm-3.8.4-logo.patch
deleted file mode 100644
index 151d4bc7..
--- a/gnome-base/gdm/files/gdm-3.8.4-logo.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From bcc651df77a429a6bf9b13892f71fedb1b87a069 Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Wed, 11 Dec 2013 22:46:58 +0100
-Subject: [PATCH 4/4] Apply Gentoo branding
-

- data/org.gnome.login-screen.gschema.xml.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/org.gnome.login-screen.gschema.xml.in 
b/data/org.gnome.login-screen.gschema.xml.in
-index 03da374..5e81bc0 100644
 a/data/org.gnome.login-screen.gschema.xml.in
-+++ 

[gentoo-commits] proj/gnome:master commit in: gnome-base/gdm/

2018-09-28 Thread Mart Raudsepp
commit: 68e73f2651513b49c361cc73b374e3a4a456dbba
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 22:57:43 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 27 22:57:43 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=68e73f26

gnome-base/gdm: remove live ebuild, too outdated

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

 gnome-base/gdm/gdm-.ebuild | 224 -
 1 file changed, 224 deletions(-)

diff --git a/gnome-base/gdm/gdm-.ebuild b/gnome-base/gdm/gdm-.ebuild
deleted file mode 100644
index 0ac9e91a..
--- a/gnome-base/gdm/gdm-.ebuild
+++ /dev/null
@@ -1,224 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2 pam readme.gentoo systemd user versionator
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME Display Manager for managing graphical display servers and 
user logins"
-HOMEPAGE="https://wiki.gnome.org/Projects/GDM;
-
-SRC_URI="${SRC_URI}
-   branding? ( 
http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )
-"
-
-LICENSE="
-   GPL-2+
-   branding? ( CC-Sampling-Plus-1.0 )
-"
-
-SLOT="0"
-
-IUSE="accessibility audit branding fprint +introspection ipv6 plymouth selinux 
smartcard tcpd test wayland xinerama"
-
-if [[ ${PV} =  ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-fi
-
-# NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686
-# nspr used by smartcard extension
-# dconf, dbus and g-s-d are needed at install time for dconf update
-# We need either systemd or >=openrc-0.12 to restart gdm properly, bug #463784
-COMMON_DEPEND="
-   app-text/iso-codes
-   >=dev-libs/glib-2.36:2[dbus]
-   >=x11-libs/gtk+-2.91.1:3
-   >=gnome-base/dconf-0.20
-   >=gnome-base/gnome-settings-daemon-3.1.4
-   gnome-base/gsettings-desktop-schemas
-   >=media-libs/fontconfig-2.5.0
-   >=media-libs/libcanberra-0.4[gtk3]
-   sys-apps/dbus
-   >=sys-apps/accountsservice-0.6.12
-
-   x11-apps/sessreg
-   x11-base/xorg-server
-   x11-libs/libXi
-   x11-libs/libXau
-   x11-libs/libX11
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   x11-libs/libXft
-   >=x11-misc/xdg-utils-1.0.2-r3
-
-   virtual/pam
-
-   >=sys-apps/systemd-186:0=[pam]
-
-   sys-auth/pambase[systemd]
-
-   audit? ( sys-process/audit )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   plymouth? ( sys-boot/plymouth )
-   selinux? ( sys-libs/libselinux )
-   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
-   xinerama? ( x11-libs/libXinerama )
-"
-# XXX: These deps are from session and desktop files in data/ directory
-# fprintd is used via dbus by gdm-fingerprint-extension
-# gnome-session-3.6 needed to avoid freezing with orca
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/gnome-session-3.6
-   >=gnome-base/gnome-shell-3.1.90
-   gnome-extra/polkit-gnome:0
-   x11-apps/xhost
-   x11-themes/gnome-icon-theme-symbolic
-
-   accessibility? (
-   >=app-accessibility/orca-3.10
-   gnome-extra/mousetweaks )
-   fprint? (
-   sys-auth/fprintd
-   sys-auth/pam_fprint )
-
-   !gnome-extra/fast-user-switch-applet
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   dev-util/gdbus-codegen
-   >=dev-util/intltool-0.40.0
-   dev-util/itstool
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   test? ( >=dev-libs/check-0.9.4 )
-"
-
-DOC_CONTENTS="
-   To make GDM start at boot, run:\n
-   # systemctl enable gdm.service\n
-   \n
-   For passwordless login to unlock your keyring, you need to install
-   sys-auth/pambase with USE=gnome-keyring and set an empty password
-   on your keyring. Use app-crypt/seahorse for that.\n
-   \n
-   You may need to install app-crypt/coolkey and sys-auth/pam_pkcs11
-   for smartcard support
-"
-
-pkg_setup() {
-   enewgroup gdm
-   enewgroup video # Just in case it hasn't been created yet
-   enewuser gdm -1 -1 /var/lib/gdm gdm,video
-
-   # For compatibility with certain versions of nvidia-drivers, etc., need 
to
-   # ensure that gdm user is in the video group
-   if ! egetent group video | grep -q gdm; then
-   # FIXME XXX: is this at all portable, ldap-safe, etc.?
-   # XXX: egetent does not have a 1-argument form, so we can't use 
it to
-   # get the list of gdm's groups
-   local g=$(groups gdm)
-   elog "Adding user gdm to video group"
-   usermod -G video,${g// /,} gdm || die "Adding user gdm 

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

2018-09-28 Thread Mart Raudsepp
commit: 9e6660b64b9f9e71af7be6c8679bb2b131c65917
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 21:39:53 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 27 21:39:53 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9e6660b6

gnome-base/gnome-shell: remove, moved to ::gentoo

 .../files/3.26-optional-bluetooth.patch|  73 
 .../files/gnome-shell-3.22.0-defaults.patch|  26 ---
 .../gnome-shell/gnome-shell-3.26.2-r4.ebuild   | 186 -
 gnome-base/gnome-shell/metadata.xml|  24 ---
 4 files changed, 309 deletions(-)

diff --git a/gnome-base/gnome-shell/files/3.26-optional-bluetooth.patch 
b/gnome-base/gnome-shell/files/3.26-optional-bluetooth.patch
deleted file mode 100644
index 9f7e5aea..
--- a/gnome-base/gnome-shell/files/3.26-optional-bluetooth.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-From 7ca3e1a9d18e6f6154b4479bcd94d420bc69798c Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Mon, 10 Sep 2018 13:17:39 +0200
-Subject: [PATCH] Make bluetooth support optional
-
-https://bugs.gentoo.org/show_bug.cgi?id=398145
-leio: Fixed enable_bluetooth get_option string

- js/misc/meson.build |  2 +-
- meson.build | 15 ++-
- meson_options.txt   |  7 +++
- 3 files changed, 22 insertions(+), 2 deletions(-)
-
-diff --git a/js/misc/meson.build b/js/misc/meson.build
-index 20489496c..3071f9dfb 100644
 a/js/misc/meson.build
-+++ b/js/misc/meson.build
-@@ -3,7 +3,7 @@ jsconf.set('PACKAGE_NAME', meson.project_name())
- jsconf.set('PACKAGE_VERSION', meson.project_version())
- jsconf.set('GETTEXT_PACKAGE', meson.project_name())
- jsconf.set('LIBMUTTER_API_VERSION', mutter_api_version)
--jsconf.set10('HAVE_BLUETOOTH', bt_dep.found())
-+jsconf.set10('HAVE_BLUETOOTH', have_bluetooth)
- jsconf.set10('HAVE_NETWORKMANAGER', have_networkmanager)
- jsconf.set('datadir', datadir)
- jsconf.set('libexecdir', libexecdir)
-diff --git a/meson.build b/meson.build
-index b82c41398..7d342ff61 100644
 a/meson.build
-+++ b/meson.build
-@@ -91,7 +91,20 @@ startup_dep = dependency('libstartup-notification-1.0', 
version: startup_req)
- x11_dep = dependency('x11')
- schemas_dep = dependency('gsettings-desktop-schemas', version: schemas_req)
- 
--bt_dep = dependency('gnome-bluetooth-1.0', version: bt_req, required: false)
-+bt_dep = []
-+enable_bluetooth = get_option('enable-bluetooth')
-+if enable_bluetooth != 'no'
-+  want_bluetooth = enable_bluetooth == 'yes'
-+  bt_dep = dependency('gnome-bluetooth-1.0', version: bt_req, required: 
want_bluetooth)
-+  have_bluetooth = bt_dep.found()
-+
-+  if not have_bluetooth
-+bt_dep = []
-+  endif
-+else
-+  have_bluetooth = false
-+endif
-+
- gst_dep = dependency('gstreamer-1.0', version: gst_req, required: false)
- gst_base_dep = dependency('gstreamer-base-1.0', required: false)
- 
-diff --git a/meson_options.txt b/meson_options.txt
-index 18899ffdb..9191f8c0e 100644
 a/meson_options.txt
-+++ b/meson_options.txt
-@@ -16,6 +16,13 @@ option('enable-man',
-   description: 'Generate man pages'
- )
- 
-+option('enable-bluetooth',
-+  type: 'combo',
-+  choices: ['yes', 'no', 'auto'],
-+  value: 'auto',
-+  description: 'Enable bluetooth support'
-+)
-+
- option('enable-networkmanager',
-   type: 'combo',
-   choices: ['yes', 'no', 'auto'],
--- 
-2.18.0
-

diff --git a/gnome-base/gnome-shell/files/gnome-shell-3.22.0-defaults.patch 
b/gnome-base/gnome-shell/files/gnome-shell-3.22.0-defaults.patch
deleted file mode 100644
index b80dbc3a..
--- a/gnome-base/gnome-shell/files/gnome-shell-3.22.0-defaults.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 7a671f99b7ef2d5f38be67668aac762764b32a42 Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Tue, 10 Dec 2013 23:33:51 +0100
-Subject: [PATCH 1/2] Alter list of default applications
-
-Signed-off-by: Gilles Dartiguelongue 

- data/org.gnome.shell.gschema.xml.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/org.gnome.shell.gschema.xml.in 
b/data/org.gnome.shell.gschema.xml.in
-index c1e6b21..368c654 100644
 a/data/org.gnome.shell.gschema.xml.in
-+++ b/data/org.gnome.shell.gschema.xml.in
-@@ -31,7 +31,7 @@
-   
- 
- 
--  [ 'epiphany.desktop', 'evolution.desktop', 
'rhythmbox.desktop', 'shotwell.desktop', 'org.gnome.Nautilus.desktop', 
'org.gnome.Software.desktop' ]
-+  [ 'chromium-browser-chromium.desktop', 'firefox.desktop', 
'firefox-bin.desktop', 'evolution.desktop', 'rhythmbox.desktop', 
'shotwell.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop' 
]
-   List of desktop file IDs for favorite applications
-   
- The applications corresponding to these identifiers
--- 
-2.10.1
-

diff --git a/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild
deleted file mode 100644
index 91f301b9..
--- 

[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-control-center/

2018-09-28 Thread Mart Raudsepp
commit: 2df2b35cd47445e75f857d1c050e1c581742b891
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 21:41:57 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 27 21:41:57 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2df2b35c

gnome-base/gnome-control-center: remove, moved to ::gentoo

 .../gnome-control-center-3.26.2-r1.ebuild  | 157 -
 gnome-base/gnome-control-center/metadata.xml   |  16 ---
 2 files changed, 173 deletions(-)

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-r1.ebuild
deleted file mode 100644
index ab4f3f3c..
--- a/gnome-base/gnome-control-center/gnome-control-center-3.26.2-r1.ebuild
+++ /dev/null
@@ -1,157 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-GNOME2_EAUTORECONF="yes"
-
-inherit bash-completion-r1 gnome2
-
-DESCRIPTION="GNOME's main interface to configure various aspects of the 
desktop"
-HOMEPAGE="https://git.gnome.org/browse/gnome-control-center/;
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="2"
-IUSE="+bluetooth +colord +cups debug +gnome-online-accounts +ibus 
input_devices_wacom kerberos networkmanager v4l wayland"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x86-solaris"
-
-# gnome-session-2.91.6-r1 is needed so that 10-user-dirs-update is run at login
-# g-s-d[policykit] needed for bug #403527
-# kerberos unfortunately means mit-krb5; build fails with heimdal
-# udev could be made optional, only conditions gsd-device-panel
-# (mouse, keyboards, touchscreen, etc)
-# display panel requires colord and gnome-settings-daemon[colord]
-# printer panel requires cups and smbclient (the latter is not patch yet to be 
separately optional)
-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?]
-   >=gnome-base/gsettings-desktop-schemas-3.21.4
-   >=gnome-base/gnome-desktop-3.21.2:3=
-   >=gnome-base/gnome-settings-daemon-3.25.90[colord,policykit]
-   >=x11-misc/colord-0.1.34:0=
-
-   >=dev-libs/libpwquality-1.2.2
-   dev-libs/libxml2:2
-   gnome-base/libgtop:2=
-   media-libs/fontconfig
-   >=sys-apps/accountsservice-0.6.39
-
-   >=media-libs/libcanberra-0.13[gtk3]
-   >=media-sound/pulseaudio-2[glib]
-   >=sys-auth/polkit-0.97
-   >=sys-power/upower-0.99:=
-
-   virtual/libgudev
-   x11-apps/xmodmap
-   x11-libs/cairo
-   x11-libs/libX11
-   x11-libs/libXxf86misc
-   >=x11-libs/libXi-1.2
-
-   bluetooth? ( >=net-wireless/gnome-bluetooth-3.18.2:= )
-   colord? (
-   net-libs/libsoup:2.4
-   >=x11-misc/colord-0.1.34:0=
-   >=x11-libs/colord-gtk-0.1.24 )
-   cups? (
-   >=net-print/cups-1.7[dbus]
-   >=net-fs/samba-4.0.0[client]
-   )
-   gnome-online-accounts? (
-   >=media-libs/grilo-0.3.0:0.3=
-   >=net-libs/gnome-online-accounts-3.25.3:= )
-   ibus? ( >=app-i18n/ibus-1.5.2 )
-   kerberos? ( app-crypt/mit-krb5 )
-   networkmanager? (
-   >=gnome-extra/nm-applet-1.2.0
-   >=net-misc/networkmanager-1.2.0:=[modemmanager]
-   >=net-misc/modemmanager-0.7.990 )
-   v4l? (
-   media-libs/clutter-gtk:1.0
-   >=media-video/cheese-3.5.91 )
-   input_devices_wacom? (
-   >=dev-libs/libwacom-0.7
-   >=media-libs/clutter-1.11.3:1.0
-   media-libs/clutter-gtk:1.0
-   >=x11-libs/libXi-1.2 )
-"
-# https://bugzilla.gnome.org/686840, 697478, 700145
-   # Fix some absolute paths to be appropriate for Gentoo
-   "${WORKDIR}"/patches/
-)
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-update-mimedb \
-   --disable-static \
-   --enable-documentation \
-   $(use_enable bluetooth) \
-   $(use_enable colord color) \
-   $(use_enable cups) \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable gnome-online-accounts goa) \
-   $(use_enable ibus) \
-   $(use_enable kerberos) \
-   $(use_enable networkmanager) \
-   $(use_with v4l cheese) \
-   $(use_enable input_devices_wacom wacom) \
-   $(use_enable wayland)
-}
-
-src_install() {
-   gnome2_src_install completiondir="$(get_bashcompdir)"
-}

diff --git a/gnome-base/gnome-control-center/metadata.xml 
b/gnome-base/gnome-control-center/metadata.xml
deleted file mode 100644
index 4e408626..
--- a/gnome-base/gnome-control-center/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 

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

2018-09-28 Thread Mike Pagano
commit: ad2ce320d409f53f1839b2fe173f132419db2ad2
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 28 17:51:06 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 28 17:51:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2ce320

sys-kernel/gentoo-sources: Remove EOL'd Linux patch 4.17.19

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

 sys-kernel/gentoo-sources/Manifest |  4 
 .../gentoo-sources/gentoo-sources-4.17.19.ebuild   | 28 --
 2 files changed, 32 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index a5183b0fd8d..b5a5c78ca09 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -10,9 +10,6 @@ DIST genpatches-4.14-77.extras.tar.xz 17492 BLAKE2B 
abaf103790fceab73cacd949473e
 DIST genpatches-4.14-78.base.tar.xz 1929676 BLAKE2B 
6021bef7b29ba475ff72d28cd908540555131d482f31086f449ba01fdcb3cab3994f55fec9e7247ab3099f82ff49b671f157b56604735bb8d2414b446c74d530
 SHA512 
f77d30b803273a271fb60bc2e14a31149bb20816d161567d32423ceaecde64eef256450ddf596da19c47214cb1ab86a71b95f673f6600f0d10540c9be25c1866
 DIST genpatches-4.14-78.experimental.tar.xz 5224 BLAKE2B 
8d0b8f1e8a2953e500b9d3e654cd89d40ba0bae53a014b1bee8fb19e6580dbf33687821bb3edbffa2db8daf3fdfb521ce3232f9b4aca0f4d2661be8115220c8c
 SHA512 
a063a5e76f391a0d8011a0a1bb1fa06e6693c7efb211e5d25bfa5f39b6dc216f3c965ec1303a1d865c4b3c1484e03a4b99f3097759a0e15b15ca8b11215a3342
 DIST genpatches-4.14-78.extras.tar.xz 17492 BLAKE2B 
204b65089d2f320424fff929d21f3ba9f6c630adca2017b5789003ed310df8025b57e9984a0c03486f065fac26c4f7aecf8cee3f694ce860a9749327057501c1
 SHA512 
e2ac22696b426d52f71424209493ce5305fa6b4b611a7ab51a7818e09493507f5cb006a9b5c6295bebd30faf31619f4b4acaa7cc8b82088c4efe7893f5d37f3a
-DIST genpatches-4.17-21.base.tar.xz 480792 BLAKE2B 
b7f293c5cf6690b649993422d0fa161b7d593fa81e2c9632d5fa455aed0b2fc9ebced12c9645347d88f65d74f175c8600952073b6dcf0c361cf24b0a39846018
 SHA512 
a7137dc77a9f4ceec68816042e373a644ff8024a9eff5a16ea089f22c0f948d85f0df61f256428a8ca5601ebe83130e79ada83dae3e56960742fc385e5d8ddc1
-DIST genpatches-4.17-21.experimental.tar.xz 5224 BLAKE2B 
a43fca3e0b1c05ec32f3c44b536d211d4340ca32d9a82bebde2f322e9a69ce73b1d0da1c2b35eec0d650c98c2e3df65df39de5017d9c1d37c014c780001a6ee6
 SHA512 
ae091c6f0985de9bb13cff8a7a1467b8c45b169d30be506cc0d1d9396dad479698a5b2d8f4a5703e13249c33917ab373dcf61889360f128170052a5b71bb71a4
-DIST genpatches-4.17-21.extras.tar.xz 17496 BLAKE2B 
3d9bfefc908eff474bd3d24b5c61542c418d6a84a70a998968930e35b1664fb64ac6fda5635ef81922548211453261e822091aa7f3ff4a6acc47323e982d9a73
 SHA512 
966198bf6da2c6029a9a09f94795241400f0c0f17f721e8b4c6d7de1300ef9d19845aad4c48ec996d3147107f4ceaf0eba7c3a409da452130eca8f6088d691c1
 DIST genpatches-4.18-12.base.tar.xz 237564 BLAKE2B 
221499b05746862c8d7261959b63791efc1450329ec50b14d487306fa97398c364ee553922bdfb7b4dbf688792fcb778e6a30a57a6df10099f5367f01f1869db
 SHA512 
08efe1e89151e1c7c2e19ca48380fa797297879d83b7a51ea3278a966a39324a2a1e5f66f2e46a64ed88d24c243576b119967d3bbccfdb78c7388525bbdb9472
 DIST genpatches-4.18-12.experimental.tar.xz 5224 BLAKE2B 
8d0b8f1e8a2953e500b9d3e654cd89d40ba0bae53a014b1bee8fb19e6580dbf33687821bb3edbffa2db8daf3fdfb521ce3232f9b4aca0f4d2661be8115220c8c
 SHA512 
a063a5e76f391a0d8011a0a1bb1fa06e6693c7efb211e5d25bfa5f39b6dc216f3c965ec1303a1d865c4b3c1484e03a4b99f3097759a0e15b15ca8b11215a3342
 DIST genpatches-4.18-12.extras.tar.xz 17508 BLAKE2B 
c324b68771942f0372d0f4f34904e3f52b021ef36453002732ab041096714cb9949f03840ab7bc2197c498ff3bfd6d8f4f7000a27e9668b9cc9d3c90e40dc466
 SHA512 
746c0bab36b8a1ca9171882cb21735378a12636ce5e157dcebe3b286abb5392c6a2e099226cce5bca77ad808c233c9f968aeceb2fc4744a94cc9c2372dacfaf9
@@ -50,7 +47,6 @@ DIST genpatches-4.9-51.base.tar.xz 1001928 BLAKE2B 
be8a1a304f634b40dba1daa569224
 DIST genpatches-4.9-51.experimental.tar.xz 106416 BLAKE2B 
483d57d8e19a135130e7084238c304e07ddf04e51dba8aa705566d4be3cf3a3b21a1f8a4ed49a7b2b06bc5b70f820788bc22e42ece8e6eb5d3ea3597eaf31289
 SHA512 
af7a00b9a3200a50341b9af607fbef362ead2e4f5ca35d58eec505de490c03d6366ab4645e35bbddd6903ac75396413d2902b6a9fc7e2c9d0d1d1254620cfdb3
 DIST genpatches-4.9-51.extras.tar.xz 17356 BLAKE2B 
03160cc66db43d543f4bbd3171741cc36ecdd1d3088a143144e8725d1a8452fbb3743dbbd196ba387875cd0eb4fd966821fc9d3b3269a6848d2fda650da5ccbe
 SHA512 
e05c44a5ad1b68afb04647a86efc6f67e03515861e670e39f960c0a02b87fbcb71194efa6773259ee2be5c8362794a5bb6512e876784d5a521d8890865b3ba0e
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
-DIST linux-4.17.tar.xz 102165892 BLAKE2B 

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

2018-09-28 Thread Mike Pagano
commit: 0107a5ab6cf9f02871c13dd54a7244d5bddc5a94
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 28 17:44:12 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 28 17:44:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0107a5ab

sys-kernel/gentoo-sources: Restore 4.14.52 for arm only

Due to QA warnings, I am restoring this for arm only.
It would be much appreciated if arm team could stabilize
a newer gentoo-sources or request to never have a stable kernel.

Signed-off-by: Mike Pagano  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --force

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index a2166d68ca5..a5183b0fd8d 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -1,3 +1,6 @@
+DIST genpatches-4.14-57.base.tar.xz 1472016 BLAKE2B 
1905e983d34220a97bda5eb7b1fff09d7ac42dc129b722611c079418133231d6d41f871c20df94a3db5440c8b1374d09ae3303be9e2cb8b70f5d92b61382f3ed
 SHA512 
bace21a042f6e45512a8ffe3cb329c70b3f3548142fbaddbd76b2be50f50276db8f4cc410a7d05915c30c443cc82934893203d3025cd4653387ff6fd64f0b4ae
+DIST genpatches-4.14-57.experimental.tar.xz 5216 BLAKE2B 
ac751059eb363f1327b8cc6a9ad6c993cc56e3a57010f6a7d8b30220a401ec2b607b7eda601b39f1d6480fddb45f7a980ba7ffe7cf808ae382a57cc57a785f39
 SHA512 
efb2bf34ea83789437388b6becb4c51564c885355dffdfe0f902ded0cd0a9dbc534a891a8eddde76418a651f0da41d8a7402e672688b2cccaae5897ce0bfb744
+DIST genpatches-4.14-57.extras.tar.xz 17488 BLAKE2B 
6dbe6859eafa2a61d2139572a28046a1278a965aa6a82518b5658c61f18ece4054175116b5907436bc40bd4c32458752fc381cb29806d9e25550a17f81684eab
 SHA512 
49d7a27075e7e113ef39f2da651e9302b51c66d46c4d2960acc648dcd0eb4b608118584dbcbf169d73cf1ed4e105fbae9125f06dda46d346a63f0f35bf23bb4e
 DIST genpatches-4.14-71.base.tar.xz 1731348 BLAKE2B 
0b34671aede1514bde244e76319cd91ad73ce8f6a4b0b5708aef4664bc8bec1e246b407429711dcda49d150415fffb1d1284dccf50ca6e6aff58bfe898d732dd
 SHA512 
9a6154fd4948389f1431833f7f743760dd9ac2ae4f8b6ea045e928384f48823303b2883f84b42f841ec83d0b80ed221011f01d2d94f22afac7eef6fba6c7c6a0
 DIST genpatches-4.14-71.experimental.tar.xz 5228 BLAKE2B 
9cf712fc523acd6c7325f2f726e8b658d5df27c9d183d748374a700023f059c40a2eb25bfb1a9b5d682ed0e1fefcc9c88431a421392c7d5ec8a7612d0fb503bc
 SHA512 
6ba3451a7248226b18d37d1496aaee3159f46ae533288f1a090129aef9660b5bdadbff7bd7f90e3677100180afcb09afeb610d1c6a97483815399467ae1ad036
 DIST genpatches-4.14-71.extras.tar.xz 17492 BLAKE2B 
6c382cf00c22aba0dd280e6ce7ef0e8689560ca4318205a56b674c9c2f1c01e6942f9fcfcc6d417d56cabba0a762bb6a7250f0df8af5f88a0ac2dfcc02e77af5
 SHA512 
72ab2425270c43ec4bf36be83f22a25030e0d3ea3a01fc4835fe31652c7a61a07510f01ff99f02f6311eaeff651d249faaf2e0d4315c0983ff0114be91938537

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



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

2018-09-28 Thread Tim Harder
commit: 3f55eb14fb4f40f05a6988b6494e5b5f359f2c44
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 22 18:19:03 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 28 17:27:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f55eb14

dev-util/bite: add gpgme python bindings dep

 dev-util/bite/bite-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/bite/bite-.ebuild b/dev-util/bite/bite-.ebuild
index 9460f20c7e4..fc1ffd808d2 100644
--- a/dev-util/bite/bite-.ebuild
+++ b/dev-util/bite/bite-.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
dev-python/chardet[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
+   app-crypt/gpgme[python,${PYTHON_USEDEP}]
 "
 if [[ ${PV} == * ]] ; then
RDEPEND+=" =dev-python/snakeoil-[${PYTHON_USEDEP}]"



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

2018-09-28 Thread Tim Harder
commit: a895209204831d5bfabb1282d46dbaebda2f25f8
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 27 09:40:43 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 28 17:31:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8952092

media-libs/exiftool: stabilize 11.03

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

diff --git a/media-libs/exiftool/exiftool-11.03.ebuild 
b/media-libs/exiftool/exiftool-11.03.ebuild
index ec856d3619a..faee03d12df 100644
--- a/media-libs/exiftool/exiftool-11.03.ebuild
+++ b/media-libs/exiftool/exiftool-11.03.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ 
${HOMEPAGE}"
 SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ppc ppc64 x86 ~x64-macos"
 IUSE="doc"
 
 SRC_TEST="do"



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

2018-09-28 Thread Tim Harder
commit: bb6f9b52adf9de066e4d0ffd0c932f51793601a7
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 27 09:40:22 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 28 17:31:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6f9b52

media-libs/exiftool: version bump to 11.10

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-11.10.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index a59d4079208..4449a727b5e 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -2,3 +2,4 @@ DIST Image-ExifTool-10.95.tar.gz 4393497 BLAKE2B 
34591d8626366f41d316c18e7453b6d
 DIST Image-ExifTool-10.99.tar.gz 4400996 BLAKE2B 
eec9774493347d11c4d1ba00b167cb6f6ae10a3e0abf7139c5a8117a45a358831db6cd7e36d371eeda16c0a99aba621923c199c9b1512038cac1ab354490781a
 SHA512 
d1f5347453ff8c3e724bd642ca8ac880e0d338d06dc25fa58674e3990c4e35752078c7ab7b8e05849420debf8eb3b770ec2100e6a975bb43abb3d57229c839ba
 DIST Image-ExifTool-11.02.tar.gz 4413241 BLAKE2B 
8261c59374b51486fef11a14721b5180b7c3fa5df26257b828917ce304f74797e75aafc65684b06fcdda0331c2ae44189adb1d23d8fab20af000d059cbfe8ee1
 SHA512 
bc4599dcf855d8154c008e749a2cff71644a26f41a9d33972f95950a1e77b00ba47d5c33590b36f9d7e9cf08f6319a6339a83f3478e2f05598f97cb6519d58da
 DIST Image-ExifTool-11.03.tar.gz 4414017 BLAKE2B 
3f5abe1b6c5c43d216aa7d1774516d924cc3c325f5341153abeb51a197b3d5e2232b13ca788251a5b202aafc8a098cb4818ea2fc75ccf6830e2aab5095af18b1
 SHA512 
00cefe64248915fbabf2f8f5dad9b6e577455ee67b08dea59aad4551b1b0f6c876558b75cea7a0aa33ab0e29fa7c224acd88058f09f211220bc3524f39d1c0ca
+DIST Image-ExifTool-11.10.tar.gz 4428194 BLAKE2B 
b1085b2b4b0054026369849aec38403a4722c61f5e703d7635c9a07d1480c651398777a6113f84fe2b59a4fd5dee5a8c0fd193afd59a5dcc8f7f5b7f9f904e5d
 SHA512 
f8aa9a7c5ef2da0958a9f48b2238d89687b6fab9c8acd8a119fec50361e86ff09940127a6593d8a1618a7554d9adad985af6806bc44ccbf117c8854713678450

diff --git a/media-libs/exiftool/exiftool-11.10.ebuild 
b/media-libs/exiftool/exiftool-11.10.ebuild
new file mode 100644
index 000..ec856d3619a
--- /dev/null
+++ b/media-libs/exiftool/exiftool-11.10.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
+SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+}



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

2018-09-28 Thread Tim Harder
commit: 9445bcf71684247be699b2d5db15104be71434b1
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Sep 23 07:18:19 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 28 17:31:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9445bcf7

x11-wm/fvwm: version bump to 2.6.8

Closes: https://bugs.gentoo.org/533258
Closes: https://bugs.gentoo.org/599144

 x11-wm/fvwm/Manifest  |   1 +
 x11-wm/fvwm/fvwm-2.6.8.ebuild | 152 ++
 2 files changed, 153 insertions(+)

diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest
index 3194070dd3a..b47c86a5781 100644
--- a/x11-wm/fvwm/Manifest
+++ b/x11-wm/fvwm/Manifest
@@ -1 +1,2 @@
 DIST fvwm-2.6.5.tar.bz2 2582655 BLAKE2B 
02c6f3124c0bb2ffe5dd25c218e4137977030ee6e96c7d20517e10dc93b85b295d941c700786f53231045b1b76e6d069b0387942ccf55b8543b0efe9ae303520
 SHA512 
a1b8cf5a5124b939441834a2fb44c885c579939e4099cf2c8178ea2c4261258df4e565068593699f9446e363135a2666c9288c1bce551a6cf5c6c79287104698
+DIST fvwm-2.6.8.tar.gz 3915662 BLAKE2B 
0b71182c5c0b5a07314fde8a673efe46712b92484e1164cd6357ad2e36e557dd822bf6c25d201092953ec10200bb0f93846af6cde0d701c65c81a4086de64652
 SHA512 
12e0def0a1d565c1c44356b48b4e516b7be4f51f13f91d9f8b89364ae106f6d7773e12fd17c71b6f0569c64fb3a5374c036c118cb76f739a63b1e17b5dfba287

diff --git a/x11-wm/fvwm/fvwm-2.6.8.ebuild b/x11-wm/fvwm/fvwm-2.6.8.ebuild
new file mode 100644
index 000..b6a281cf445
--- /dev/null
+++ b/x11-wm/fvwm/fvwm-2.6.8.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools flag-o-matic desktop
+
+DESCRIPTION="An extremely powerful ICCCM-compliant multiple virtual desktop 
window manager"
+HOMEPAGE="http://www.fvwm.org/;
+SRC_URI="https://github.com/fvwmorg/fvwm/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2 FVWM"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="bidi debug doc netpbm nls perl png readline rplay stroke svg tk truetype 
+vanilla xinerama lock"
+
+COMMON_DEPEND="
+   sys-libs/zlib
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libxcb
+   x11-libs/libXcursor
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXpm
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   bidi? ( dev-libs/fribidi )
+   png? ( media-libs/libpng:0= )
+   readline? (
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   )
+   stroke? ( dev-libs/libstroke )
+   svg? ( gnome-base/librsvg )
+   truetype? (
+   media-libs/fontconfig
+   x11-libs/libXft
+   )
+   xinerama? ( x11-libs/libXinerama )
+"
+RDEPEND="${COMMON_DEPEND}
+   dev-lang/perl
+   perl? ( tk? (
+   dev-lang/tk
+   dev-perl/Tk
+   >=dev-perl/X11-Protocol-0.56
+   )
+   )
+   rplay? ( media-sound/rplay )
+   lock? ( x11-misc/xlockmore )
+   userland_GNU? ( sys-apps/debianutils )
+   !x86-fbsd? ( netpbm? ( media-libs/netpbm ) )
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   doc? ( dev-libs/libxslt )
+"
+
+src_prepare() {
+   if ! use vanilla; then
+   # Enables fast translucent menus; patch from fvwm-user mailing 
list.
+   eapply -p0 "${FILESDIR}/${PN}-2.5.27-translucent-menus.diff"
+
+   # Allow more mouse buttons, bug #411811
+   eapply -p0 "${FILESDIR}/${PN}-2.6.5-mouse-buttons.patch"
+   fi
+
+   eapply -p0 "${FILESDIR}/${PN}-2.6.5-ar.patch" #474528
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+   
--with-imagepath=/usr/include/X11/bitmaps:/usr/include/X11/pixmaps:/usr/share/icons/fvwm
+   --enable-package-subdirs
+   --docdir="/usr/share/doc/${P}"
+   $(use_enable bidi)
+   $(use_enable debug debug-msgs)
+   $(use_enable debug command-log)
+   $(use_enable doc htmldoc)
+   $(use_enable nls)
+   $(use_enable nls iconv)
+   $(use_enable perl perllib)
+   $(use_enable png)
+   $(use_with readline readline-library)
+   $(use_with rplay rplay-library)
+   $(use_with stroke stroke-library)
+   $(use_enable svg rsvg)
+   $(use_enable truetype xft)
+   $(use_enable xinerama)
+   )
+
+   # Non-upstream email where bugs should be sent; used in fvwm-bug.
+   export FVWM_BUGADDR="desktop...@gentoo.org"
+
+   # Recommended by upstream.
+   append-flags -fno-strict-aliasing
+
+   # Signed chars are required.
+   

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

2018-09-28 Thread Tim Harder
commit: e245da180625fdd8e6c5a37e121838d32a6bf38d
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 27 03:20:16 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 28 17:31:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e245da18

dev-libs/npth: version bump to 1.6

 dev-libs/npth/Manifest|  1 +
 dev-libs/npth/npth-1.6.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-libs/npth/Manifest b/dev-libs/npth/Manifest
index 061c4ac54ba..1ef1314ed2a 100644
--- a/dev-libs/npth/Manifest
+++ b/dev-libs/npth/Manifest
@@ -1,3 +1,4 @@
 DIST npth-1.3.tar.bz2 295998 BLAKE2B 
25c0176439a5be3766df15526b06dd07f318dca8b729eb5ec461a40b912132ebbf7bf6ddb2b57a064bfba73f3fe0ab59c00daf6138324f53f5e9e6df91941bf8
 SHA512 
97b0278cc9448adb42c4a83b8e7bafeed939acaf3dd3a201a1b103df4e48f24224d4bdaeb97903ad1884914ce363cbceffe948a7c1db4f19abf87ca5964f5699
 DIST npth-1.4.tar.bz2 299106 BLAKE2B 
ba5186de1371d08137e86ef1f6ad12a610a26b7ae3ca50d6fc49f685083380803b245acf01110a28ab25427208bab82de73f16d6f21011b1a0590d16c7c85cf7
 SHA512 
649009b4fbd28fce2911c2f9070a758d037be0d147a63754e3c1f5a9ffb73b907cd09c79314fe60c25084ca7a7b3b387139dd83cc0e11a7e7ba64630ae1f
 DIST npth-1.5.tar.bz2 299308 BLAKE2B 
1a3cef4475ad5440487151026889ef321626b372d1c6970c7482df92a702d02860589f7f1f541b1fccf0e8f39b194476ef91507e33a35e05ba3713465f9f11d1
 SHA512 
20f0ec59d304c68081e42535870af8e76c18e30aa7b04ccdafe60fe5261ad7275c2c0e3ea3a767d6145258a3a39fa641032cd97205318266dd727a5fe7ee331a
+DIST npth-1.6.tar.bz2 300486 BLAKE2B 
665fdb2f4cbe59750b6b4b7c2701ee80a23a122df10c9f8be47c4af5f3bf5968f709637ab3f4878bb68609752fbb6ce1364e109fdfeba64e4db258733a33f3fc
 SHA512 
2ed1012e14a9d10665420b9a23628be7e206fd9348111ec751349b93557ee69f1176bcf7e6b195b35b1c44a5e0e81ee33b713f03d79a33d1ecd9037035afeda2

diff --git a/dev-libs/npth/npth-1.6.ebuild b/dev-libs/npth/npth-1.6.ebuild
new file mode 100644
index 000..f8b047fbe33
--- /dev/null
+++ b/dev-libs/npth/npth-1.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit libtool
+
+DESCRIPTION="New GNU Portable Threads Library"
+HOMEPAGE="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~amd64-fbsd"
+IUSE="static-libs"
+
+src_prepare() {
+   default
+   elibtoolize  # for Solaris shared library
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-09-28 Thread Tim Harder
commit: 540968f0b014c487dffaad3fb7ee0394758fcbc6
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 27 09:41:05 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 28 17:31:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540968f0

media-libs/exiftool: remove old

 media-libs/exiftool/Manifest  |  3 ---
 media-libs/exiftool/exiftool-10.95.ebuild | 22 --
 media-libs/exiftool/exiftool-10.99.ebuild | 22 --
 media-libs/exiftool/exiftool-11.02.ebuild | 22 --
 4 files changed, 69 deletions(-)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 4449a727b5e..0d5c0cb3851 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,5 +1,2 @@
-DIST Image-ExifTool-10.95.tar.gz 4393497 BLAKE2B 
34591d8626366f41d316c18e7453b6d2b222820c19e3b6693ab0f2065c52a9e5121f1d9831baaeb09f67d96bbaa2ed3737651c4feaf43acf3a9132eaa92da7ec
 SHA512 
925557772f6b9588f946e7889904166e66c4c1b40da499822908d99f5211e1cffc1e911d468226d7052fef1e9f61e8069fa86e2ab4fa49fbc6a31d3d82c5c308
-DIST Image-ExifTool-10.99.tar.gz 4400996 BLAKE2B 
eec9774493347d11c4d1ba00b167cb6f6ae10a3e0abf7139c5a8117a45a358831db6cd7e36d371eeda16c0a99aba621923c199c9b1512038cac1ab354490781a
 SHA512 
d1f5347453ff8c3e724bd642ca8ac880e0d338d06dc25fa58674e3990c4e35752078c7ab7b8e05849420debf8eb3b770ec2100e6a975bb43abb3d57229c839ba
-DIST Image-ExifTool-11.02.tar.gz 4413241 BLAKE2B 
8261c59374b51486fef11a14721b5180b7c3fa5df26257b828917ce304f74797e75aafc65684b06fcdda0331c2ae44189adb1d23d8fab20af000d059cbfe8ee1
 SHA512 
bc4599dcf855d8154c008e749a2cff71644a26f41a9d33972f95950a1e77b00ba47d5c33590b36f9d7e9cf08f6319a6339a83f3478e2f05598f97cb6519d58da
 DIST Image-ExifTool-11.03.tar.gz 4414017 BLAKE2B 
3f5abe1b6c5c43d216aa7d1774516d924cc3c325f5341153abeb51a197b3d5e2232b13ca788251a5b202aafc8a098cb4818ea2fc75ccf6830e2aab5095af18b1
 SHA512 
00cefe64248915fbabf2f8f5dad9b6e577455ee67b08dea59aad4551b1b0f6c876558b75cea7a0aa33ab0e29fa7c224acd88058f09f211220bc3524f39d1c0ca
 DIST Image-ExifTool-11.10.tar.gz 4428194 BLAKE2B 
b1085b2b4b0054026369849aec38403a4722c61f5e703d7635c9a07d1480c651398777a6113f84fe2b59a4fd5dee5a8c0fd193afd59a5dcc8f7f5b7f9f904e5d
 SHA512 
f8aa9a7c5ef2da0958a9f48b2238d89687b6fab9c8acd8a119fec50361e86ff09940127a6593d8a1618a7554d9adad985af6806bc44ccbf117c8854713678450

diff --git a/media-libs/exiftool/exiftool-10.95.ebuild 
b/media-libs/exiftool/exiftool-10.95.ebuild
deleted file mode 100644
index faee03d12df..000
--- a/media-libs/exiftool/exiftool-10.95.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Image-ExifTool
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
-   perl-module_src_install
-   use doc && dodoc -r html/
-}

diff --git a/media-libs/exiftool/exiftool-10.99.ebuild 
b/media-libs/exiftool/exiftool-10.99.ebuild
deleted file mode 100644
index ec856d3619a..000
--- a/media-libs/exiftool/exiftool-10.99.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Image-ExifTool
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
-   perl-module_src_install
-   use doc && dodoc -r html/
-}

diff --git a/media-libs/exiftool/exiftool-11.02.ebuild 
b/media-libs/exiftool/exiftool-11.02.ebuild
deleted file mode 100644
index ec856d3619a..000
--- a/media-libs/exiftool/exiftool-11.02.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Image-ExifTool
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
-   perl-module_src_install
-   use doc && dodoc -r html/
-}



[gentoo-commits] proj/gkey-seeds:master commit in: /

2018-09-28 Thread Brian Dolbec
commit: 2fae7b976be0a07187d4ed4f84f157df68548be0
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Sep 28 15:59:21 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Sep 28 15:59:21 2018 +
URL:https://gitweb.gentoo.org/proj/gkey-seeds.git/commit/?id=2fae7b97

Gentoo-keys: Update gentoo-devs.seeds

 gentoo-devs.seeds |  38 --
 gentoo-devs.seeds.sig | Bin 662 -> 662 bytes
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/gentoo-devs.seeds b/gentoo-devs.seeds
index 6f523c4..e319137 100644
--- a/gentoo-devs.seeds
+++ b/gentoo-devs.seeds
@@ -655,22 +655,6 @@
 "Dennis Lamm "
 ]
 }, 
-"flameeyes": {
-"fingerprint": [
-"BDAEF3008A1CC62079C2A16847664B94E36B629F", 
-"F204568C03BDFD4960EC2DCC1A82AD57BB592443"
-], 
-"keydir": "flameeyes", 
-"keys": [
-"BDAEF3008A1CC62079C2A16847664B94E36B629F", 
-"F204568C03BDFD4960EC2DCC1A82AD57BB592443"
-], 
-"name": "Diego Elio Petten\u00f2", 
-"nick": "flameeyes", 
-"uid": [
-"Diego Elio Petten\u00f2 "
-]
-}, 
 "floppym": {
 "fingerprint": [
 "226DE4AA4B9704A49DEF6B9B1A333AEFBD714C02"
@@ -1223,11 +1207,11 @@
 }, 
 "maksbotan": {
 "fingerprint": [
-"B9333A89FF111CA6EB5C5031098998C5F8DBDADE"
+"20479F0E948E5B773C5A3345D591672EDC20D794"
 ], 
 "keydir": "maksbotan", 
 "keys": [
-"B9333A89FF111CA6EB5C5031098998C5F8DBDADE"
+"20479F0E948E5B773C5A3345D591672EDC20D794"
 ], 
 "name": "Maxim Koltsov", 
 "nick": "maksbotan", 
@@ -1665,10 +1649,10 @@
 "keys": [
 "14B91CAAF68C4849F90CA41333ED3FD25AFC78BA"
 ], 
-"name": "Matt Thode", 
+"name": "Matthew Thode", 
 "nick": "prometheanfire", 
 "uid": [
-"Matt Thode "
+"Matthew Thode "
 ]
 }, 
 "quantumsummers": {
@@ -2071,20 +2055,6 @@
 "Alfredo Tupone "
 ]
 }, 
-"twitch153": {
-"fingerprint": [
-"B217EEE3CBADAC1B6B0443E6E7F9794FA8C8FBCF"
-], 
-"keydir": "twitch153", 
-"keys": [
-"B217EEE3CBADAC1B6B0443E6E7F9794FA8C8FBCF"
-], 
-"name": "Devan Franchini", 
-"nick": "twitch153", 
-"uid": [
-"Devan Franchini "
-]
-}, 
 "ulm": {
 "fingerprint": [
 "578C65C85CC4A069C7FEE30FE7BE08CA7DC6EA25"

diff --git a/gentoo-devs.seeds.sig b/gentoo-devs.seeds.sig
index bf0b4ae..70317eb 100644
Binary files a/gentoo-devs.seeds.sig and b/gentoo-devs.seeds.sig differ



[gentoo-commits] data/api:master commit in: files/gentoo-keys/seeds/

2018-09-28 Thread Brian Dolbec
commit: 7a617a328aa35aba680f47c9e17fae812f5d2795
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Sep 28 15:59:55 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Sep 28 15:59:55 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=7a617a32

Gentoo-keys: Update gentoo-devs.seeds

 files/gentoo-keys/seeds/gentoo-devs.seeds |  38 +++---
 files/gentoo-keys/seeds/gentoo-devs.seeds.sig | Bin 662 -> 662 bytes
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds 
b/files/gentoo-keys/seeds/gentoo-devs.seeds
index 6f523c4..e319137 100644
--- a/files/gentoo-keys/seeds/gentoo-devs.seeds
+++ b/files/gentoo-keys/seeds/gentoo-devs.seeds
@@ -655,22 +655,6 @@
 "Dennis Lamm "
 ]
 }, 
-"flameeyes": {
-"fingerprint": [
-"BDAEF3008A1CC62079C2A16847664B94E36B629F", 
-"F204568C03BDFD4960EC2DCC1A82AD57BB592443"
-], 
-"keydir": "flameeyes", 
-"keys": [
-"BDAEF3008A1CC62079C2A16847664B94E36B629F", 
-"F204568C03BDFD4960EC2DCC1A82AD57BB592443"
-], 
-"name": "Diego Elio Petten\u00f2", 
-"nick": "flameeyes", 
-"uid": [
-"Diego Elio Petten\u00f2 "
-]
-}, 
 "floppym": {
 "fingerprint": [
 "226DE4AA4B9704A49DEF6B9B1A333AEFBD714C02"
@@ -1223,11 +1207,11 @@
 }, 
 "maksbotan": {
 "fingerprint": [
-"B9333A89FF111CA6EB5C5031098998C5F8DBDADE"
+"20479F0E948E5B773C5A3345D591672EDC20D794"
 ], 
 "keydir": "maksbotan", 
 "keys": [
-"B9333A89FF111CA6EB5C5031098998C5F8DBDADE"
+"20479F0E948E5B773C5A3345D591672EDC20D794"
 ], 
 "name": "Maxim Koltsov", 
 "nick": "maksbotan", 
@@ -1665,10 +1649,10 @@
 "keys": [
 "14B91CAAF68C4849F90CA41333ED3FD25AFC78BA"
 ], 
-"name": "Matt Thode", 
+"name": "Matthew Thode", 
 "nick": "prometheanfire", 
 "uid": [
-"Matt Thode "
+"Matthew Thode "
 ]
 }, 
 "quantumsummers": {
@@ -2071,20 +2055,6 @@
 "Alfredo Tupone "
 ]
 }, 
-"twitch153": {
-"fingerprint": [
-"B217EEE3CBADAC1B6B0443E6E7F9794FA8C8FBCF"
-], 
-"keydir": "twitch153", 
-"keys": [
-"B217EEE3CBADAC1B6B0443E6E7F9794FA8C8FBCF"
-], 
-"name": "Devan Franchini", 
-"nick": "twitch153", 
-"uid": [
-"Devan Franchini "
-]
-}, 
 "ulm": {
 "fingerprint": [
 "578C65C85CC4A069C7FEE30FE7BE08CA7DC6EA25"

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig
index bf0b4ae..70317eb 100644
Binary files a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig and 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig differ



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-fbdev/

2018-09-28 Thread Matt Turner
commit: 97b5ec7b7f52a679b4ce9c452a1d004f06faef12
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:41 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b5ec7b

x11-drivers/xf86-video-fbdev-0.5.0: ia64 stable, bug 664002

 x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild 
b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild
index 7566c9cd54f..bb8b9243f0c 100644
--- a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild
+++ b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild
@@ -6,7 +6,7 @@ inherit xorg-2
 
 DESCRIPTION="video driver for framebuffer device"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-base/xorg-server"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-tslib/

2018-09-28 Thread Matt Turner
commit: 923a04f726763bd7b6b9c9226b35fac5d0a80e0d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:41 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923a04f7

x11-drivers/xf86-input-tslib-1.2.0_rc1: ia64 stable, bug 664002

 x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild 
b/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild
index 460ae62b8c0..de005ca1cf2 100644
--- a/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild
+++ b/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild
@@ -12,7 +12,7 @@ IUSE=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
 
 RDEPEND="x11-libs/tslib
x11-base/xorg-server:="



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

2018-09-28 Thread Matt Turner
commit: 10418536a28a6078e523833b5b911fcac8e3875d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:32 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10418536

dev-libs/libevdev-1.5.9-r1: ia64 stable, bug 664002

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

diff --git a/dev-libs/libevdev/libevdev-1.5.9-r1.ebuild 
b/dev-libs/libevdev/libevdev-1.5.9-r1.ebuild
index f4df8482626..7d982501d6a 100644
--- a/dev-libs/libevdev/libevdev-1.5.9-r1.ebuild
+++ b/dev-libs/libevdev/libevdev-1.5.9-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 fi
 
 LICENSE="MIT"



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

2018-09-28 Thread Matt Turner
commit: 29f902379d83a5d8f2645ef5759c168e7c4e6cf9
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:46 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f90237

x11-libs/libdmx-1.1.4: ia64 stable, bug 664002

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

diff --git a/x11-libs/libdmx/libdmx-1.1.4.ebuild 
b/x11-libs/libdmx/libdmx-1.1.4.ebuild
index 7084f2b70aa..d1f21753e75 100644
--- a/x11-libs/libdmx/libdmx-1.1.4.ebuild
+++ b/x11-libs/libdmx/libdmx-1.1.4.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org dmx library"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-base/xorg-proto



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

2018-09-28 Thread Matt Turner
commit: 30bdac9dcb92e3d3d071ea1cc0ad0e24e3d16bd2
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30bdac9d

x11-libs/libXinerama-1.1.4: ia64 stable, bug 664002

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

diff --git a/x11-libs/libXinerama/libXinerama-1.1.4.ebuild 
b/x11-libs/libXinerama/libXinerama-1.1.4.ebuild
index fc62f708d07..cba156923c8 100644
--- a/x11-libs/libXinerama/libXinerama-1.1.4.ebuild
+++ b/x11-libs/libXinerama/libXinerama-1.1.4.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xinerama library"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-base/xorg-proto



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

2018-09-28 Thread Matt Turner
commit: c4505495660172b95366e71f835170ce7fc1e283
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:39 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4505495

x11-apps/xkbcomp-1.4.2: ia64 stable, bug 664002

 x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild
index 41a87f87294..e3605f2fc58 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="compile XKB keyboard description"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""
 RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"



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

2018-09-28 Thread Matt Turner
commit: fda00f9563221868713a7f49e1434fe4469c67c8
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:46 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda00f95

x11-libs/libdrm-2.4.93: ia64 stable, bug 664002

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

diff --git a/x11-libs/libdrm/libdrm-2.4.93.ebuild 
b/x11-libs/libdrm/libdrm-2.4.93.ebuild
index 58ff12a2ed4..11d0b618285 100644
--- a/x11-libs/libdrm/libdrm-2.4.93.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.93.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} = * ]]; then
SRC_URI=""
 else
SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"



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

2018-09-28 Thread Matt Turner
commit: b70eed7ca8e8799d1c3493d42be5d80be2691863
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:35 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70eed7c

dev-libs/libpthread-stubs-0.4-r1: ia64 stable, bug 664002

 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
index adb61564b10..7a504f5cfa4 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



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

2018-09-28 Thread Matt Turner
commit: 6e495a6d3a44b2651b0db0b8f113c56df035a825
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:38 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e495a6d

virtual/opengl-7.0-r2: ia64 stable, bug 664002

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

diff --git a/virtual/opengl/opengl-7.0-r2.ebuild 
b/virtual/opengl/opengl-7.0-r2.ebuild
index 3b6df5973e6..dd7fabb9abe 100644
--- a/virtual/opengl/opengl-7.0-r2.ebuild
+++ b/virtual/opengl/opengl-7.0-r2.ebuild
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for OpenGL implementation"
 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 ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| (



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

2018-09-28 Thread Matt Turner
commit: 58fa6de5e04c3b609a0353e3448f54d2b896
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58fa6de5

media-libs/mesa-18.1.6: ia64 stable, bug 664002

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

diff --git a/media-libs/mesa/mesa-18.1.6.ebuild 
b/media-libs/mesa/mesa-18.1.6.ebuild
index e348a231273..b325261df67 100644
--- a/media-libs/mesa/mesa-18.1.6.ebuild
+++ b/media-libs/mesa/mesa-18.1.6.ebuild
@@ -25,7 +25,7 @@ if [[ $PV ==  ]]; then
SRC_URI=""
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-09-28 Thread Matt Turner
commit: 77f00413dc13cf57cf3fadbf65cc3da774101476
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:36 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f00413

dev-libs/wayland-1.15.0: ia64 stable, bug 664002

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

diff --git a/dev-libs/wayland/wayland-1.15.0.ebuild 
b/dev-libs/wayland/wayland-1.15.0.ebuild
index 3229c5329a5..e13f0b8db1a 100644
--- a/dev-libs/wayland/wayland-1.15.0.ebuild
+++ b/dev-libs/wayland/wayland-1.15.0.ebuild
@@ -18,7 +18,7 @@ if [[ $PV = * ]]; then
SRC_URI=""
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
 fi
 
 LICENSE="MIT"



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

2018-09-28 Thread Matt Turner
commit: 3597e9697855e6cf881e893941cd7afc6fa601a8
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3597e969

x11-libs/libXScrnSaver-1.2.3: ia64 stable, bug 664002

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

diff --git a/x11-libs/libXScrnSaver/libXScrnSaver-1.2.3.ebuild 
b/x11-libs/libXScrnSaver/libXScrnSaver-1.2.3.ebuild
index 93792f92aef..c4535430c85 100644
--- a/x11-libs/libXScrnSaver/libXScrnSaver-1.2.3.ebuild
+++ b/x11-libs/libXScrnSaver/libXScrnSaver-1.2.3.ebuild
@@ -7,7 +7,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org XScrnSaver library"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-base/xorg-proto



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

2018-09-28 Thread Matt Turner
commit: 50aa08fd83c72221e6d5fa599695f8c4f8d1c953
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50aa08fd

x11-libs/libXaw3d-1.6.3: ia64 stable, bug 664002

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

diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild 
b/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
index 3c1bcba4e2d..f034bea07da 100644
--- a/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
+++ b/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
@@ -6,7 +6,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xaw3d library"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 IUSE="unicode xpm"
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-mouse/

2018-09-28 Thread Matt Turner
commit: 019be640c0303963672ae93741706ddcadafccd7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:40 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019be640

x11-drivers/xf86-input-mouse-1.9.3: ia64 stable, bug 664002

 x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3.ebuild 
b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3.ebuild
index 9a1537c68a5..505c9723dbe 100644
--- a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3.ebuild
+++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3.ebuild
@@ -6,7 +6,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org driver for mouse input devices"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.7"



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

2018-09-28 Thread Matt Turner
commit: 4a7d458e1ae97475059d8e6db6f05b90b82bdce7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7d458e

virtual/glu-9.0-r2: ia64 stable, bug 664002

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

diff --git a/virtual/glu/glu-9.0-r2.ebuild b/virtual/glu/glu-9.0-r2.ebuild
index 58fe57b1f89..b896d0308e2 100644
--- a/virtual/glu/glu-9.0-r2.ebuild
+++ b/virtual/glu/glu-9.0-r2.ebuild
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for OpenGL utility library"
 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 ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| (



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

2018-09-28 Thread Matt Turner
commit: 8da80fbb9085253f7f35fb062fdf520a6c94ef26
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:47 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da80fbb

x11-misc/xtermcontrol-3.4: ia64 stable, bug 664002

 x11-misc/xtermcontrol/xtermcontrol-3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xtermcontrol/xtermcontrol-3.4.ebuild 
b/x11-misc/xtermcontrol/xtermcontrol-3.4.ebuild
index 70221c0060e..83ec6ba6a17 100644
--- a/x11-misc/xtermcontrol/xtermcontrol-3.4.ebuild
+++ b/x11-misc/xtermcontrol/xtermcontrol-3.4.ebuild
@@ -9,5 +9,5 @@ SRC_URI="https://www.thrysoee.dk/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ppc sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 IUSE=""



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

2018-09-28 Thread Matt Turner
commit: e019ebf5ed26f7024c2b7f41024daa12e18a0039
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:45 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e019ebf5

x11-libs/libXxf86misc-1.0.4: ia64 stable, bug 664002

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

diff --git a/x11-libs/libXxf86misc/libXxf86misc-1.0.4.ebuild 
b/x11-libs/libXxf86misc/libXxf86misc-1.0.4.ebuild
index 5b2e8b434f4..1c815d1e57e 100644
--- a/x11-libs/libXxf86misc/libXxf86misc-1.0.4.ebuild
+++ b/x11-libs/libXxf86misc/libXxf86misc-1.0.4.ebuild
@@ -6,7 +6,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xxf86misc library"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND="x11-base/xorg-proto



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

2018-09-28 Thread Craig Andrews
commit: ff7b873431bf91717129e0646e923fe60fee1ab6
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Sep 28 15:37:14 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Sep 28 15:37:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7b8734

app-arch/brotli: make multilib

Bug: https://bugs.gentoo.org/650104
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 .../{brotli-.ebuild => brotli-1.0.6-r1.ebuild} | 26 --
 app-arch/brotli/brotli-.ebuild | 26 --
 2 files changed, 38 insertions(+), 14 deletions(-)

diff --git a/app-arch/brotli/brotli-.ebuild 
b/app-arch/brotli/brotli-1.0.6-r1.ebuild
similarity index 80%
copy from app-arch/brotli/brotli-.ebuild
copy to app-arch/brotli/brotli-1.0.6-r1.ebuild
index d6d1f9946eb..72733671f1d 100644
--- a/app-arch/brotli/brotli-.ebuild
+++ b/app-arch/brotli/brotli-1.0.6-r1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 DISTUTILS_OPTIONAL="1"
+DISTUTILS_IN_SOURCE_BUILD="1"
 
-inherit cmake-utils distutils-r1 eapi7-ver
+inherit cmake-multilib distutils-r1 eapi7-ver
 
 DESCRIPTION="Generic-purpose lossless compression algorithm"
 HOMEPAGE="https://github.com/google/brotli;
@@ -33,21 +34,27 @@ else
 fi
 
 src_prepare() {
-   cmake-utils_src_prepare
use python && distutils-r1_src_prepare
+   cmake-utils_src_prepare
 }
 
-src_configure() {
+multilib_src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON
-DBUILD_TESTING="$(usex test)"
)
cmake-utils_src_configure
+}
+src_configure() {
+   cmake-multilib_src_configure
use python && distutils-r1_src_configure
 }
 
-src_compile() {
+multilib_src_compile() {
cmake-utils_src_compile
+}
+src_compile() {
+   cmake-multilib_src_compile
use python && distutils-r1_src_compile
 }
 
@@ -55,12 +62,17 @@ python_test(){
esetup.py test || die
 }
 
-src_test() {
+multilib_src_test() {
cmake-utils_src_test
+}
+src_test() {
+   cmake-multilib_src_test
use python && distutils-r1_src_test
 }
 
-src_install() {
+multilib_src_install() {
cmake-utils_src_install
+}
+multilib_src_install_all() {
use python && distutils-r1_src_install
 }

diff --git a/app-arch/brotli/brotli-.ebuild 
b/app-arch/brotli/brotli-.ebuild
index d6d1f9946eb..72733671f1d 100644
--- a/app-arch/brotli/brotli-.ebuild
+++ b/app-arch/brotli/brotli-.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 DISTUTILS_OPTIONAL="1"
+DISTUTILS_IN_SOURCE_BUILD="1"
 
-inherit cmake-utils distutils-r1 eapi7-ver
+inherit cmake-multilib distutils-r1 eapi7-ver
 
 DESCRIPTION="Generic-purpose lossless compression algorithm"
 HOMEPAGE="https://github.com/google/brotli;
@@ -33,21 +34,27 @@ else
 fi
 
 src_prepare() {
-   cmake-utils_src_prepare
use python && distutils-r1_src_prepare
+   cmake-utils_src_prepare
 }
 
-src_configure() {
+multilib_src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON
-DBUILD_TESTING="$(usex test)"
)
cmake-utils_src_configure
+}
+src_configure() {
+   cmake-multilib_src_configure
use python && distutils-r1_src_configure
 }
 
-src_compile() {
+multilib_src_compile() {
cmake-utils_src_compile
+}
+src_compile() {
+   cmake-multilib_src_compile
use python && distutils-r1_src_compile
 }
 
@@ -55,12 +62,17 @@ python_test(){
esetup.py test || die
 }
 
-src_test() {
+multilib_src_test() {
cmake-utils_src_test
+}
+src_test() {
+   cmake-multilib_src_test
use python && distutils-r1_src_test
 }
 
-src_install() {
+multilib_src_install() {
cmake-utils_src_install
+}
+multilib_src_install_all() {
use python && distutils-r1_src_install
 }



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

2018-09-28 Thread Mikle Kolyada
commit: 616f602294fe986cbca6a339c2a7b5f984b1401d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 28 14:52:17 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 28 14:52:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616f6022

sys-process/lsof: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-process/lsof/lsof-4.89-r1.ebuild | 105 ---
 1 file changed, 105 deletions(-)

diff --git a/sys-process/lsof/lsof-4.89-r1.ebuild 
b/sys-process/lsof/lsof-4.89-r1.ebuild
deleted file mode 100644
index 0fc56539198..000
--- a/sys-process/lsof/lsof-4.89-r1.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils flag-o-matic toolchain-funcs
-
-MY_P=${P/-/_}
-DESCRIPTION="Lists open files for running Unix processes"
-HOMEPAGE="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/;
-SRC_URI="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2
-   ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/${MY_P}.tar.bz2
-   
http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2;
-
-LICENSE="lsof"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="examples ipv6 rpc selinux static"
-
-RDEPEND="rpc? ( net-libs/libtirpc )
-   selinux? ( sys-libs/libselinux )"
-DEPEND="${RDEPEND}
-   rpc? ( virtual/pkgconfig )"
-
-S=${WORKDIR}/${MY_P}/${MY_P}_src
-
-src_unpack() {
-   unpack ${A}
-   cd ${MY_P} || die
-   unpack ./${MY_P}_src.tar
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-4.85-cross.patch #432120
-   # fix POSIX compliance with `echo`
-   sed -i \
-   -e 's:echo -n:printf:' \
-   AFSConfig Configure Customize Inventory tests/CkTestDB || die
-   # Convert `test -r header.h` into a compile test.
-   # Make sure we convert `test ... -a ...` into two `test` commands
-   # so we can then convert both over into a compile test. #601432
-   sed -i -E \
-   -e '/if test .* -a /s: -a : \&\& test :g' \
-   -e '/test -r/s:test -r 
\$\{LSOF_INCLUDE\}/([[:alnum:]/._]*):echo "#include <\1>" | ${LSOF_CC} 
${LSOF_CFGF} -E - >/dev/null 2>\&1:g' \
-   -e 's:grep (.*) \$\{LSOF_INCLUDE\}/([[:alnum:]/._]*):echo 
"#include <\2>" | ${LSOF_CC} ${LSOF_CFGF} -E -P -dD - 2>/dev/null | grep \1:' \
-   Configure || die
-}
-
-target() {
-   case ${CHOST} in
-   *-darwin*)  echo darwin  ;;
-   *-freebsd*) echo freebsd ;;
-   *-solaris*) echo solaris ;;
-   *-aix*) echo aixgcc  ;;
-   *)  echo linux   ;;
-   esac
-}
-
-src_configure() {
-   use static && append-ldflags -static
-
-   append-cppflags $(use rpc && $(tc-getPKG_CONFIG) libtirpc --cflags || 
echo "-DHASNOTRPC -DHASNORPC_H")
-   append-cppflags $(usex ipv6 -{D,U}HASIPv6)
-   [[ ${CHOST} == *-solaris2.11 ]] && append-cppflags -DHAS_PAD_MUTEX
-
-   export LSOF_CFGL="${CFLAGS} ${LDFLAGS} \
-   $(use rpc && $(tc-getPKG_CONFIG) libtirpc --libs)"
-
-   # Set LSOF_INCLUDE to a dummy location so the script doesn't poke
-   # around in it and mix /usr/include paths with cross-compile/etc.
-   touch .neverInv
-   LINUX_HASSELINUX=$(usex selinux y n) \
-   LSOF_INCLUDE=${T} \
-   LSOF_CC=$(tc-getCC) \
-   LSOF_AR="$(tc-getAR) rc" \
-   LSOF_RANLIB=$(tc-getRANLIB) \
-   LSOF_CFGF="${CFLAGS} ${CPPFLAGS}" \
-   ./Configure -n $(target) || die
-}
-
-src_compile() {
-   emake DEBUG="" all
-}
-
-src_install() {
-   dobin lsof
-
-   if use examples ; then
-   insinto /usr/share/lsof/scripts
-   doins scripts/*
-   fi
-
-   doman lsof.8
-   dodoc 00*
-}
-
-pkg_postinst() {
-   if [[ ${CHOST} == *-solaris* ]] ; then
-   einfo "Note: to use lsof on Solaris you need read permissions 
on"
-   einfo "/dev/kmem, i.e. you need to be root, or to be in the 
group sys"
-   elif [[ ${CHOST} == *-aix* ]] ; then
-   einfo "Note: to use lsof on AIX you need read permissions on 
/dev/mem and"
-   einfo "/dev/kmem, i.e. you need to be root, or to be in the 
group system"
-   fi
-}



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

2018-09-28 Thread Luca Barbato
commit: 8f0617f2dd18ed58dfc5d9bff5ea91b481b3e210
Author: Luca Barbato  gentoo  org>
AuthorDate: Fri Sep 28 14:45:39 2018 +
Commit: Luca Barbato  gentoo  org>
CommitDate: Fri Sep 28 14:46:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0617f2

dev-util/rr: Version bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-util/rr/Manifest|  1 +
 dev-util/rr/rr-5.2.0.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-util/rr/Manifest b/dev-util/rr/Manifest
index 365895efb43..a220ff84724 100644
--- a/dev-util/rr/Manifest
+++ b/dev-util/rr/Manifest
@@ -1,3 +1,4 @@
 DIST mozilla-rr-4.5.0.tar.gz 683371 BLAKE2B 
1654de3811be4eac40ed751b910aed0ddca2100147e47e2e068f625c607964f98d33033c38cdf3a2146284bc477b08299e3432389342e7b058e331f0b924686f
 SHA512 
8e9b7c6eaa9908e75853b5e19f61954b57e6e5afa7a8b6fe55f31aee36bab6ff315b5c3511d14c93dca5da19055a7879b6f3b9f51c349b1bb9acea130187a5e6
 DIST mozilla-rr-5.0.0.tar.gz 1143119 BLAKE2B 
b08f8ade8856b03fa94057a8c85cfacc0722090ac3f7d1c147a3c4e7c2bbfe58a740711495e88476d90eb02c6e9a5b85078dcb4fcf3ed107ad281dd3dcf8
 SHA512 
aaec0869e68290d5f7b752d02e89fc4f83dd2fce4abf91b36c006eeec97555b7adc69da311eadd48c9891599245305b585ed1a53580f7c616dba401f1592c5f2
 DIST mozilla-rr-5.1.0.tar.gz 1158274 BLAKE2B 
f150e9d05b0a6a32c818f968879d0a394beb6524469cad905a21024e0d79e229f261c766f17aecbacdb81cf8e7408e62d1fdf8677569de8ed4d882b91f93b83d
 SHA512 
8cb7da20ddb2bfbeaf57d9bca76a3b5495d4bd74a00092c40c948570a2cda3dca6cb1e73ed65af099fe405a4d29ff1a852496baf0fcb6119258443649a65766a
+DIST mozilla-rr-5.2.0.tar.gz 1168734 BLAKE2B 
2f15c4ec4a271f930334577e98b14e37d2a0eb7cd3443e7110d3562ac4ef30c310e6448a588f4e31f2943a6d4ff0af006cbbafc50722543436fcae3bdc8e453f
 SHA512 
4465985f67e9812b62b91ac7942105a9f976faf0c0d7c352a99a638fe6bdfde024f939b3daa922d431c7fc87118ae4d9d039b00345760fb547c349e8737dc168

diff --git a/dev-util/rr/rr-5.2.0.ebuild b/dev-util/rr/rr-5.2.0.ebuild
new file mode 100644
index 000..330b1821df1
--- /dev/null
+++ b/dev-util/rr/rr-5.2.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+CMAKE_BUILD_TYPE=Release
+
+inherit cmake-utils linux-info python-single-r1
+
+DESCRIPTION="Record and Replay Framework"
+HOMEPAGE="https://rr-project.org/;
+SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> 
mozilla-${P}.tar.gz"
+
+LICENSE="MIT BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   sys-libs/zlib
+   dev-libs/capnproto
+   ${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   sys-devel/gdb[xml]"
+# Add all the deps needed only at build/test time.
+DEPEND+="
+   test? (
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   sys-devel/gdb[xml]
+   )"
+
+#PATCHES=(
+#  "${FILESDIR}"/${P}-sysmacros.patch
+#)
+
+pkg_setup() {
+   if use kernel_linux; then
+   CONFIG_CHECK="SECCOMP"
+   linux-info_pkg_setup
+   fi
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   sed -i 's:-Werror::' CMakeLists.txt || die #609192
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTS=$(usex test)
+   )
+
+   cmake-utils_src_configure
+}



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

2018-09-28 Thread Mikle Kolyada
commit: 99c9c664665af84c0a097eeb170f4f0bf674d225
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 28 14:39:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 28 14:39:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c9c664

net-firewall/iptables: s390/sh/m68k stable wrt bug #641228

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-firewall/iptables/iptables-1.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/iptables/iptables-1.6.1-r3.ebuild 
b/net-firewall/iptables/iptables-1.6.1-r3.ebuild
index 7d3ba830e63..e919344e870 100644
--- a/net-firewall/iptables/iptables-1.6.1-r3.ebuild
+++ b/net-firewall/iptables/iptables-1.6.1-r3.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 # Subslot tracks libxtables as that's the one other packages generally link
 # against and iptables changes.  Will have to revisit if other sonames change.
 SLOT="0/12"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="conntrack ipv6 netlink nftables pcap static-libs"
 
 COMMON_DEPEND="



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

2018-09-28 Thread Mikle Kolyada
commit: 25945e9908cff7e00e80fa8c03625c810e5c7257
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 28 14:40:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 28 14:40:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25945e99

net-libs/libnetfilter_conntrack: s390/sh/m68k stable wrt bug #641228

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git 
a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild 
b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
index 7e714e7d6a9..b7629d8fe9b 100644
--- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="static-libs"
 
 RDEPEND="



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

2018-09-28 Thread Mikle Kolyada
commit: 7a182b78abf97a3b936aff9fb4facf13b7ed8b4e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 28 14:26:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 28 14:26:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a182b78

sys-apps/grep: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-apps/grep/Manifest |  1 -
 sys-apps/grep/files/grep-2.27-splice.patch | 60 --
 sys-apps/grep/grep-2.27-r1.ebuild  | 46 ---
 3 files changed, 107 deletions(-)

diff --git a/sys-apps/grep/Manifest b/sys-apps/grep/Manifest
index a90650adb75..d9491ea9585 100644
--- a/sys-apps/grep/Manifest
+++ b/sys-apps/grep/Manifest
@@ -1,3 +1,2 @@
-DIST grep-2.27.tar.xz 1360388 BLAKE2B 
ed750fa7a6aea389c8f096acc9ac9cdebc9561c4b0cedfd5415ef033dd90076d5b9a42fa97c97207474b250ac0c4e4ed3c2ff216fe4462ac80baa6e47a2b90eb
 SHA512 
d67f16cc5f931a455d5287badbaf080967da573d290430f440e578a563cff4f4c0c2668f60dbb8bc71eaed289f075957006c10c6827f0da1a49df49efd3f0781
 DIST grep-3.0.tar.xz 1375156 BLAKE2B 
19f5441ed3fe5bb16d9d8327e76f0beb7eb837b727f6da99844dc9c74eb4def9eab857059c527e651758fa224a6f4079ec5939806645806f2db341ed0cb727e4
 SHA512 
0e9a00df9d492f399230bae0264942edaf64bb926f93edb7922f27b075a86ba0a78698f54996cc522b6261aa01a8ecbeadeb68523d4470a9941f242c3ae24c58
 DIST grep-3.1.tar.xz 1370880 BLAKE2B 
d71a09d8bfd2c15b6d393d3ca4e22a2b2724632034a6d35d6e269a3c639d76ecaa5ae989a3d8466ee4bcf45e5d08862b0ef19194d6ec7ac6c250e6f60fc61031
 SHA512 
05494381c7dd8aad7e2ee4c17450de8d7b969a99dcfe17747db60df3475bf02d5323d091e896e8343e4f3251c29dc7f0b7a9f93c575c9d58ee2a57014c2c9d26

diff --git a/sys-apps/grep/files/grep-2.27-splice.patch 
b/sys-apps/grep/files/grep-2.27-splice.patch
deleted file mode 100644
index 6c36fe07fd2..000
--- a/sys-apps/grep/files/grep-2.27-splice.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-http://lists.gnu.org/archive/html/bug-grep/2016-12/msg00036.html
-
-From 7ad47abbcb070946000771a829b51224720b8cef Mon Sep 17 00:00:00 2001
-From: Paul Eggert 
-Date: Tue, 27 Dec 2016 11:16:32 -0800
-Subject: [PATCH] grep: fix bug with '... | grep pat >> /dev/null'
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Problem reported by Benno Fünfstück (Bug#25283).
-* NEWS: Document this.
-* src/grep.c (drain_input) [SPLICE_F_MOVE]:
-Don't assume /dev/null is always acceptable output to splice.
-* tests/grep-dev-null-out: Test for the bug.

- NEWS|  7 ---
- src/grep.c  | 14 +-
- tests/grep-dev-null-out |  2 ++
- 3 files changed, 15 insertions(+), 8 deletions(-)
-
-diff --git a/src/grep.c b/src/grep.c
-index f28f3c287609..aebab2060308 100644
 a/src/grep.c
-+++ b/src/grep.c
-@@ -1728,11 +1728,15 @@ drain_input (int fd, struct stat const *st)
- {
- #ifdef SPLICE_F_MOVE
-   /* Should be faster, since it need not copy data to user space.  */
--  while ((nbytes = splice (fd, NULL, STDOUT_FILENO, NULL,
--   INITIAL_BUFSIZE, SPLICE_F_MOVE)))
--if (nbytes < 0)
--  return false;
--  return true;
-+  nbytes = splice (fd, NULL, STDOUT_FILENO, NULL,
-+   INITIAL_BUFSIZE, SPLICE_F_MOVE);
-+  if (0 <= nbytes || errno != EINVAL)
-+{
-+  while (0 < nbytes)
-+nbytes = splice (fd, NULL, STDOUT_FILENO, NULL,
-+ INITIAL_BUFSIZE, SPLICE_F_MOVE);
-+  return nbytes == 0;
-+}
- #endif
- }
-   while ((nbytes = safe_read (fd, buffer, bufalloc)))
-diff --git a/tests/grep-dev-null-out b/tests/grep-dev-null-out
-index 13a4843957a6..c8128d5cc6a4 100755
 a/tests/grep-dev-null-out
-+++ b/tests/grep-dev-null-out
-@@ -8,4 +8,6 @@ require_timeout_
- ${AWK-awk} 'BEGIN {while (1) print "x"}' /dev/null || fail=1
- 
-+echo abc | grep b >>/dev/null || fail=1
-+
- Exit $fail
--- 
-2.11.0
-

diff --git a/sys-apps/grep/grep-2.27-r1.ebuild 
b/sys-apps/grep/grep-2.27-r1.ebuild
deleted file mode 100644
index b2e9b385835..000
--- a/sys-apps/grep/grep-2.27-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="GNU regular expression matcher"
-HOMEPAGE="https://www.gnu.org/software/grep/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
-   mirror://gentoo/${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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="nls pcre static"
-
-LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"
-RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
-   nls? ( virtual/libintl )
- 

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

2018-09-28 Thread Mikle Kolyada
commit: c702c4c743a0fde6dee027b1791c864f56bc43f2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 28 14:21:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 28 14:21:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c702c4c7

sys-apps/debianutils: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-apps/debianutils/Manifest   |  1 -
 sys-apps/debianutils/debianutils-4.7.ebuild | 41 -
 2 files changed, 42 deletions(-)

diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest
index f97d3f941b2..cb07a3d14f5 100644
--- a/sys-apps/debianutils/Manifest
+++ b/sys-apps/debianutils/Manifest
@@ -1,4 +1,3 @@
-DIST debianutils_4.7.tar.xz 156276 BLAKE2B 
9d32dc8222b67d4f1f91d58af0811412924f5de43a691463bc24ac51087f986440d6464fee71f7723980b9c21c579cd4aef70213d5033c419f3802be3bd4cd29
 SHA512 
74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa
 DIST debianutils_4.8.3.tar.xz 159292 BLAKE2B 
e655741f42594ff12b4f349331da57ec09073802c9778594619686c93fc3061cf5248ac8e9e2c1b391eb49dd572f3033b1db206ff43f373b17caf7f3c835111f
 SHA512 
468b8f001c0338f166cbc2fe25079edc5feeaa38dce2f5c7e6724c691d6cb35f4843e987695e33ead557bb11887e78ff8a5e3e1f52a266a0f32fb978fa643897
 DIST debianutils_4.8.4.tar.xz 156344 BLAKE2B 
069d15039579d4ce03d2ca4bfd0df199f0044049e7cd6ca899104eec5d917f3db290649bfdd851d8b14519df2750fb975bc6d96e98e14cdb626a610d44da80b0
 SHA512 
7d7b2d12d4907f6032477b4cd5b5dc94d8093724af8a97859c1d4cf229479e2dfe6d44143b454ed9b1990ca2d4833eaeb059659d8c305623875fdc8420659855
 DIST debianutils_4.8.6.tar.xz 156532 BLAKE2B 
2add390a0e38aa3d7103e09b3b65fa2b88c3965ca411c5789409454519791bccdb12d89b1bea4d07417f733d23d0662d4f510750ab404d7a4e8f20c2bd3d7ef4
 SHA512 
5913729cc3c56962e8939b71803258952df0d7204df8090a7504fbefc7f5d1da8e749d606fe23148ea3294909ef172bc1f4f821690169e861729caab70921a2f

diff --git a/sys-apps/debianutils/debianutils-4.7.ebuild 
b/sys-apps/debianutils/debianutils-4.7.ebuild
deleted file mode 100644
index 41d11fcdaef..000
--- a/sys-apps/debianutils/debianutils-4.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="A selection of tools from Debian"
-HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html;
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
-
-LICENSE="BSD GPL-2 SMAIL"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
-IUSE="kernel_linux static"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch
-}
-
-src_configure() {
-   use static && append-ldflags -static
-   default
-}
-
-src_install() {
-   into /
-   dobin tempfile run-parts
-   if use kernel_linux ; then
-   dosbin installkernel
-   fi
-
-   into /usr
-   dosbin savelog
-
-   doman tempfile.1 run-parts.8 savelog.8
-   use kernel_linux && doman installkernel.8
-   cd debian || die
-   dodoc changelog control
-   keepdir /etc/kernel/postinst.d
-}



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

2018-09-28 Thread Patrice Clement
commit: 644dcff9c0c33970f7e1ef5178cd8bf6d45f4a23
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Sep 28 11:16:04 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep 28 14:11:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644dcff9

net-misc/ntpclient: version bump to 2018.244.

Closes: https://bugs.gentoo.org/650830
Closes: https://bugs.gentoo.org/667218
Signed-off-by: Conrad Kostecki  kostecki.com>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/1

 net-misc/ntpclient/Manifest  |  1 +
 net-misc/ntpclient/metadata.xml  | 29 +++---
 net-misc/ntpclient/ntpclient-2018.244.ebuild | 31 
 3 files changed, 58 insertions(+), 3 deletions(-)

diff --git a/net-misc/ntpclient/Manifest b/net-misc/ntpclient/Manifest
index 1525337cb0f..6c7688c67fb 100644
--- a/net-misc/ntpclient/Manifest
+++ b/net-misc/ntpclient/Manifest
@@ -1,4 +1,5 @@
 DIST ntpclient-2015.365.tar.gz 31023 BLAKE2B 
7974b7606a4fd979b9fd37446d6cf802b4104e566ba910933200c43bb7339721f17a9e5611d4b63850142eae7924623bbb765d2c6ef9c79d7f7409abd3bbe8fb
 SHA512 
ca3d7b8ac6cb0626ac1017e4baee2faa833aab4fb449881e890b686f785b2fe30ded77a0a831f40126ded71abae0f2a944227d530859222eabfffe03f89d8a80
 DIST ntpclient-2017_217.tar.xz 108136 BLAKE2B 
8f3717e33d70b3d150adb11b621098bef7a1a040fd96615b1ff994869372c3f358ab1b16cbf9e61c1884a19bd8cf9444732d7f938786c9c4899b0b3f95c6cd43
 SHA512 
a1dc7ef7b966bd49ffc2e63e2c850ba4eef76e5a313a00642074112e13adccf80a4a9211264850dda3052c948f85040e1a668846ddd0be9310c701df40282be0
 DIST ntpclient-2017_246.tar.xz 108348 BLAKE2B 
ff90eaedfb09462a656e33f2f36bf2e495a5809cb9419782b93567e85ae7e19ed061d9ae87ab21f4ae949506124aaecefd3952470a0c2994179e8175cf96ad59
 SHA512 
c836c4a921854730749aa0dd5a52e51e6845ea09458b02e14b61a5a3c808dc0b2ef6e9f62a95086e289ec38bb27b2454346e6776e472fb0dcc53c6a8e8092c48
+DIST ntpclient-2018_244.tar.xz 108056 BLAKE2B 
52c554fe238521e8820111a19220a532406137b2e21c67558fd8252ea2e4d60a7827f4acd1a2868f7a7f6f09c7b25c4267f4cd28773088a12132fa580b02bb4c
 SHA512 
4c1c7e1088365679182507e21386bcf670713aed4b636687fbbe226219fdcbc25e27e2369912a78c662058cba9b6b409fb90978315806a3ed5ea59c70133e4bc
 DIST ntpclient_2010_365.tar.gz 30423 BLAKE2B 
9efe8b81eae5ae3e41c046acfbba6e148064097bb1bd3e2c1ec80d85bf0dffc8c2f73fa73f66060cb3287ceaa993d83241fcd67614f3414afad88adaf6fcc059
 SHA512 
74fd5e80dcf36c4e7aca6d97c5979b0dc4c51fed592279adfd04c0d329c117bfed819ee40d6400436c0d066f73ed3403e9fba8cb05846df55c991422ce434132

diff --git a/net-misc/ntpclient/metadata.xml b/net-misc/ntpclient/metadata.xml
index 3f576f05f29..5d4f58a27a0 100644
--- a/net-misc/ntpclient/metadata.xml
+++ b/net-misc/ntpclient/metadata.xml
@@ -1,7 +1,30 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   monsie...@gentoo.org
-
+   
+   monsie...@gentoo.org
+   
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   NTPClient is an NTP client for UNIX-like systems, RFC 1305 and 
RFC 4330.
+   Its functionality is a small subset of ntpd, chrony, OpenNTPd, 
and xntpd.
+   Since it is much smaller, it is also more relevant for embedded 
systems in need of only a client.
+   
+   
+   https://github.com/troglobit/ntpclient/issues
+   troglobit/ntpclient
+   
+   
+   Enable analysis code path and debugging of 
NTP protocol.
+   Build a very small ntpclient, from 
OpenWRT project.
+   Enable obsolete features, to use with 
kernel versions older than 3.0
+   Enable logging to syslog instead of logging 
to stderr.
+   
 

diff --git a/net-misc/ntpclient/ntpclient-2018.244.ebuild 
b/net-misc/ntpclient/ntpclient-2018.244.ebuild
new file mode 100644
index 000..5a1d7f11c25
--- /dev/null
+++ b/net-misc/ntpclient/ntpclient-2018.244.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MY_PV="${PV/./_}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="A NTP (RFC-1305 and RFC-4330) client for unix-alike systems"
+HOMEPAGE="https://github.com/troglobit/ntpclient;
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/${MY_PV}/${MY_P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug embedded obsolete +syslog"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable debug replay)
+   $(use_enable embedded mini)
+   $(use_enable obsolete)
+   $(use_enable !obsolete siocgstamp)
+   $(use_enable syslog)
+   )
+
+   econf 

[gentoo-commits] repo/gentoo:master commit in: x11-themes/zuki-themes/

2018-09-28 Thread Mart Raudsepp
commit: aeaeac12f7a7a59c47e07046936ac8ec137f2ebe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 22:08:37 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 28 13:49:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeaeac12

x11-themes/zuki-themes: bump to 3.26.1

Completely untested, but to be in sync with gnome-shell.
Please report any packaging issues, obviously.

Closes: https://bugs.gentoo.org/646254
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-themes/zuki-themes/Manifest  |  1 +
 x11-themes/zuki-themes/zuki-themes-3.26.1.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/x11-themes/zuki-themes/Manifest b/x11-themes/zuki-themes/Manifest
index 05fb3319294..3ac8ab0f929 100644
--- a/x11-themes/zuki-themes/Manifest
+++ b/x11-themes/zuki-themes/Manifest
@@ -1 +1,2 @@
 DIST zuki-themes-3.24.3.tar.gz 906469 BLAKE2B 
443e99711fe9908fef976f0609401413f90e54f0bc0aa1bf8ddd65085ad755457402618336884be354030c6548e39a8cc0c5a5079b7b64d17760fadb0792319f
 SHA512 
79ce43816db11dcd4be383bf4e0512aac0863214aa3fd3a545f06b922d441d3d1ddaf63ace166736b7598bf6f4ebdd1568092622eea3ef48b2ce37fbefd312ba
+DIST zuki-themes-3.26.1.tar.gz 909306 BLAKE2B 
5bf673dce90992caf1b5d10d145f90bb26dc4f0f2939cb40cf22c9beef4f6b6ccad71a42d8f165141bf6e1029522a8c16e4dce820247b7a7887f3ad7fb987d2a
 SHA512 
10ed25e6e6394f248ac69e9808f2223aff2cfdd35a98cd6b4547f5cdb5d7b8d353f224b1b582b175bd74c10a9231bec913b7645bb303ce2ab576b10537bc39e7

diff --git a/x11-themes/zuki-themes/zuki-themes-3.26.1.ebuild 
b/x11-themes/zuki-themes/zuki-themes-3.26.1.ebuild
new file mode 100644
index 000..6340b5b7784
--- /dev/null
+++ b/x11-themes/zuki-themes/zuki-themes-3.26.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver
+
+MY_PV="$(ver_rs 2 -)"
+DESCRIPTION="Zuki themes for GTK, gnome-shell and more"
+HOMEPAGE="https://github.com/lassekongo83/zuki-themes;
+SRC_URI="https://github.com/lassekongo83/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome-shell mate xfce"
+
+RDEPEND="
+   >=x11-themes/gnome-themes-standard-3.6
+   >=x11-themes/gtk-engines-murrine-0.98.1.1
+   gnome-shell? ( media-fonts/roboto )
+   !

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

2018-09-28 Thread Mart Raudsepp
commit: 5bc1b9779443926e9621d97436135624c25fd8ca
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Sep 26 20:08:03 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 28 13:49:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc1b977

gnome-base/gnome-control-center: bump to 3.26.2

Also includes many fixes and updates from upstream
unreleased 3.26 branch and our optionality patches.

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

 gnome-base/gnome-control-center/Manifest   |   2 +
 .../gnome-control-center-3.26.2-r1.ebuild  | 157 +
 2 files changed, 159 insertions(+)

diff --git a/gnome-base/gnome-control-center/Manifest 
b/gnome-base/gnome-control-center/Manifest
index 1d9eb96f6f4..3f1db77fa71 100644
--- a/gnome-base/gnome-control-center/Manifest
+++ b/gnome-base/gnome-control-center/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-control-center-3.24.4-patchset.tar.xz 8076 BLAKE2B 
e70086987957b4c33fff6d3b5038ffc260fc47520de4606fa96a0993cee4eea699bb57e8c0a6406e7d5c99adde702351d6462bf0594398f48f6ba4c9bc217417
 SHA512 
6228bffb71b61a100248f2f3ffc659532e9a067579d0dcf869e58ba9fb5d0b3e745a3bda2a92caa5bc86f8809885268b543f6863262dc6fef52b61e74eaef927
 DIST gnome-control-center-3.24.4.tar.xz 7320232 BLAKE2B 
29a5860b8cc27f161451ae8c053db1d28e8c5f8714cbccac7674c00689569ac4e51f7deb0a341e0868b1467a095f87d685ea0ec733f69274f02ecaf5badfef6e
 SHA512 
34a59d4d89971054b1f54e7a7e3cbc3c306a3fbe3cc94adf1241ad37076a6179c93f04a95e51e57982eda57187e578005060d711a5d955734d5a138e61b3598a
+DIST gnome-control-center-3.26.2-patchset.tar.xz 159088 BLAKE2B 
521af115f7d4372ecf645b915e9081607a6699528b2914e73f11856fc9a8ae80406c210ad97b5d84b616d324d0c1539e2155c5e6db4920cbd8355b85f21a8e3b
 SHA512 
90bf9e19b98dcc39fe5af6604876e5d9fe31358a4da602fe518589d9b3a9261fee3b3785f40a889295e3e7b38370173d03350f475be576830efa2ad74718c19e
+DIST gnome-control-center-3.26.2.tar.xz 7386516 BLAKE2B 
156c24bc2ab60943ade1e255976e29478c9b0e9dbad12921a835ec55f09ad62c71886750a50fa74f2a0afb660cac073c9ff54cef4b72c790b6dd91c7cac8aaa9
 SHA512 
d3ad9067c7e66a3a6bf5b6c058f3862f6e4b59c0254fd47f0b4a9093f3b7e2d7f1900b510aba8bbdac7c1212a0f6cdd4974c3d04003af63edb72ed3e56f7dbca

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-r1.ebuild
new file mode 100644
index 000..ab4f3f3ce0f
--- /dev/null
+++ b/gnome-base/gnome-control-center/gnome-control-center-3.26.2-r1.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+GNOME2_EAUTORECONF="yes"
+
+inherit bash-completion-r1 gnome2
+
+DESCRIPTION="GNOME's main interface to configure various aspects of the 
desktop"
+HOMEPAGE="https://git.gnome.org/browse/gnome-control-center/;
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="2"
+IUSE="+bluetooth +colord +cups debug +gnome-online-accounts +ibus 
input_devices_wacom kerberos networkmanager v4l wayland"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gnome-session-2.91.6-r1 is needed so that 10-user-dirs-update is run at login
+# g-s-d[policykit] needed for bug #403527
+# kerberos unfortunately means mit-krb5; build fails with heimdal
+# udev could be made optional, only conditions gsd-device-panel
+# (mouse, keyboards, touchscreen, etc)
+# display panel requires colord and gnome-settings-daemon[colord]
+# printer panel requires cups and smbclient (the latter is not patch yet to be 
separately optional)
+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?]
+   >=gnome-base/gsettings-desktop-schemas-3.21.4
+   >=gnome-base/gnome-desktop-3.21.2:3=
+   >=gnome-base/gnome-settings-daemon-3.25.90[colord,policykit]
+   >=x11-misc/colord-0.1.34:0=
+
+   >=dev-libs/libpwquality-1.2.2
+   dev-libs/libxml2:2
+   gnome-base/libgtop:2=
+   media-libs/fontconfig
+   >=sys-apps/accountsservice-0.6.39
+
+   >=media-libs/libcanberra-0.13[gtk3]
+   >=media-sound/pulseaudio-2[glib]
+   >=sys-auth/polkit-0.97
+   >=sys-power/upower-0.99:=
+
+   virtual/libgudev
+   x11-apps/xmodmap
+   x11-libs/cairo
+   x11-libs/libX11
+   x11-libs/libXxf86misc
+   >=x11-libs/libXi-1.2
+
+   bluetooth? ( >=net-wireless/gnome-bluetooth-3.18.2:= )
+   colord? (
+   net-libs/libsoup:2.4
+   >=x11-misc/colord-0.1.34:0=
+   >=x11-libs/colord-gtk-0.1.24 )
+   cups? (
+   >=net-print/cups-1.7[dbus]
+   >=net-fs/samba-4.0.0[client]
+   )
+   gnome-online-accounts? (
+   >=media-libs/grilo-0.3.0:0.3=
+   

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

2018-09-28 Thread Mart Raudsepp
commit: f3a92632a712fbf023df787fdf31bb43926ac5bc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Sep 25 20:54:50 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 28 13:49:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a92632

gnome-base/gnome-session: bump to 3.26.1; wayland default if USE enabled

Defaults to wayland session if built with USE=wayland, as the reverts have
been removed. We are targeting wayland default enabled in gnome profiles
for next stable (3.28 or 3.30).

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

 gnome-base/gnome-session/Manifest  |   1 +
 .../gnome-session/gnome-session-3.26.1.ebuild  | 126 +
 2 files changed, 127 insertions(+)

diff --git a/gnome-base/gnome-session/Manifest 
b/gnome-base/gnome-session/Manifest
index 673d207a12a..d01e504c898 100644
--- a/gnome-base/gnome-session/Manifest
+++ b/gnome-base/gnome-session/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-session-3.24.2-xorg-default-translations.patch.xz 3392 BLAKE2B 
afe0e04c6218377e91508fc67add8ec0894dc75d47c039c44a8c47635c0418986e0949f916d6269995c1c8853c3dfaab21a3db86c427d966029ed747d4106aa8
 SHA512 
0af7d4025647c6dd2c78243d91ec8a61fd171b78904ac28ce48c4f3f7cafb9fd28263410d31d08431e73417ff7910e9bdfc1ea4de0a3290cd5229a96bffc56dc
 DIST gnome-session-3.24.2.tar.xz 783288 BLAKE2B 
24b06404b9206a53f394db86a90f9c22c2774432bcb33f136eedd333e813139ded8b9445b4e597f3270ec0b2ef167ce3c2dca2c5b75d5fba977ebcfc4c1bb8ea
 SHA512 
52a609d60303e7d733567cc81698fe4a4042ac17d0260aadb334ab8ad2c355086f8f87c2bcac05f659c28f8f3290128f9ca8875806d199ee27ff84d972333e27
+DIST gnome-session-3.26.1.tar.xz 782676 BLAKE2B 
68ffae002910f827dca372402b8e014298b12fc892d6e6c477ff8ba0f793c98cd28f4a974c5665ac8bf7d61f485e4c662ba2f96cb3fd9bdec4a6218e86a797db
 SHA512 
a4c2e82306ae044c56b857c8f7347dc5d5235231e702d2ac38c8c433e21efc75ca3911ee029af01754685f64000a0e6f5d17408192208b19d7dc367079ee7b0a

diff --git a/gnome-base/gnome-session/gnome-session-3.26.1.ebuild 
b/gnome-base/gnome-session/gnome-session-3.26.1.ebuild
new file mode 100644
index 000..b7c49fd1645
--- /dev/null
+++ b/gnome-base/gnome-session/gnome-session-3.26.1.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+inherit gnome2
+
+DESCRIPTION="Gnome session manager"
+HOMEPAGE="https://git.gnome.org/browse/gnome-session;
+
+LICENSE="GPL-2 LGPL-2 FDL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="doc elibc_FreeBSD ipv6 systemd"
+
+# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
+# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
+# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
+# gdk-pixbuf used in the inhibit dialog
+COMMON_DEPEND="
+   >=dev-libs/glib-2.46.0:2
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.18.0:3
+   >=dev-libs/json-glib-0.10
+   >=gnome-base/gnome-desktop-3.18:3=
+   elibc_FreeBSD? ( || ( dev-libs/libexecinfo 
>=sys-freebsd/freebsd-lib-10.0 ) )
+
+   media-libs/mesa[egl,gles2]
+
+   media-libs/libepoxy
+   x11-libs/libSM
+   x11-libs/libICE
+   x11-libs/libXau
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-misc/xdg-user-dirs
+   x11-misc/xdg-user-dirs-gtk
+   x11-apps/xdpyinfo
+
+   systemd? ( >=sys-apps/systemd-183:0= )
+"
+# Pure-runtime deps from the session files should *NOT* be added here
+# Otherwise, things like gdm pull in gnome-shell
+# gnome-themes-standard is needed for the failwhale dialog themeing
+# sys-apps/dbus[X] is needed for session management.
+# gnome-settings-daemon is assumed to be >3.25.4, but this is about
+# removed components, so no need to strictly require it (older just
+# won't have those daemons loaded by gnome-session)
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/gnome-settings-daemon-3.23.2
+   >=gnome-base/gsettings-desktop-schemas-0.1.7
+   x11-themes/adwaita-icon-theme
+   sys-apps/dbus[X]
+   !systemd? (
+   sys-auth/consolekit
+   >=dev-libs/dbus-glib-0.76
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/libxslt
+   >=dev-util/intltool-0.40.6
+   >=sys-devel/gettext-0.10.40
+   virtual/pkgconfig
+   !https://bugzilla.gnome.org/show_bug.cgi?id=711703
+   newexe "${FILESDIR}/90-xcursor-theme-gnome" 90-xcursor-theme-gnome
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+
+   if ! has_version gnome-base/gdm && ! has_version x11-misc/sddm; then
+   ewarn "If you use a custom .xinitrc for your X session,"
+   ewarn "make sure that the commands in the 

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

2018-09-28 Thread Mart Raudsepp
commit: 26600f65c83701f8319ae9270a8550a9e042834c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 21:58:45 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 28 13:49:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26600f65

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

Also includes some bug fixes and translation updates from
upstream unreleased 3.26 branch

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

 gnome-extra/gnome-shell-extensions/Manifest|  2 +
 .../gnome-shell-extensions-3.26.2-r1.ebuild| 83 ++
 2 files changed, 85 insertions(+)

diff --git a/gnome-extra/gnome-shell-extensions/Manifest 
b/gnome-extra/gnome-shell-extensions/Manifest
index ae8afda1c1c..30e2aa7d8fe 100644
--- a/gnome-extra/gnome-shell-extensions/Manifest
+++ b/gnome-extra/gnome-shell-extensions/Manifest
@@ -1 +1,3 @@
 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

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.26.2-r1.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.26.2-r1.ebuild
new file mode 100644
index 000..4d6478b6b51
--- /dev/null
+++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.26.2-r1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 readme.gentoo-r1
+
+DESCRIPTION="JavaScript extensions for GNOME Shell"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="examples"
+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}
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+"
+# eautoreconf needs gnome-base/gnome-common
+
+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."
+
+PATCHES=(
+   # Bug fixes and wayland compat to auto-move-windows, places-menu and 
window-list
+   # extensions from upstream gnome-3-26 branch, plus translation updates 
from there
+   "${WORKDIR}"/patches/
+)
+
+src_configure() {
+   gnome2_src_configure --enable-extensions=all
+}
+
+src_install() {
+   gnome2_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() {
+   gnome2_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: gnome-base/gdm/

2018-09-28 Thread Mart Raudsepp
commit: cfd78b0b5523a9dbad83597136be0d3759062e90
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 22:55:51 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 28 13:49:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd78b0b

gnome-base/gdm: bump to 3.26.2.1

This is a -r1 revision because gnome overlay had a -r0 that lacked
CVE-2018-14424 fix patches.

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

 gnome-base/gdm/Manifest   |   1 +
 gnome-base/gdm/gdm-3.26.2.1-r1.ebuild | 203 ++
 2 files changed, 204 insertions(+)

diff --git a/gnome-base/gdm/Manifest b/gnome-base/gdm/Manifest
index 95025337e8f..a88429ce191 100644
--- a/gnome-base/gdm/Manifest
+++ b/gnome-base/gdm/Manifest
@@ -1,2 +1,3 @@
 DIST gdm-3.24.3.tar.xz 1113992 BLAKE2B 
79ae5ccf049bdb05cea4f0e8b2766caee0552efe8fe044da655037bfd603f1e4ab89a4eb0687f786bf44e9fd1c27e07bc498a769c8f88f0cc22b2dd1c9b1
 SHA512 
d8edffb582545f452ec071990fd7d07d6cb755458bc77a9e1b807816f8202f70fc8177e4bb345125075347942c6760c5a5460e3570dc32ee2570ecc15e5f3345
+DIST gdm-3.26.2.1.tar.xz 1119568 BLAKE2B 
42ccd3d30a5b2212492ea3e0bb003771df1d3c5a729d29ff14efe5c6365a82126e6b204301b22dd51e4aaffcef4e018b8fdda45eb52e3b76bd921aca9312
 SHA512 
4a0009935f2f86803a4dd6cdc01c80c9ee89fb8a71f82ffa6fadb16322e4c7f51d82e0e887c30aa09d1b242c3cc82a1ec0d83463e5d8942719a747f6945cbec9
 DIST tango-gentoo-v1.1.tar.gz 29322 BLAKE2B 
83fa2bf37727e60851dd679054fe1b153ebfea58c9a9a40f891f7d68d3b047b02e8effa1d1b4e08d64500a2072ce7200f159c92a352da7124de27e1b05bb6027
 SHA512 
87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045

diff --git a/gnome-base/gdm/gdm-3.26.2.1-r1.ebuild 
b/gnome-base/gdm/gdm-3.26.2.1-r1.ebuild
new file mode 100644
index 000..c0da4dfdaff
--- /dev/null
+++ b/gnome-base/gdm/gdm-3.26.2.1-r1.ebuild
@@ -0,0 +1,203 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 pam readme.gentoo-r1 systemd user
+
+DESCRIPTION="GNOME Display Manager for managing graphical display servers and 
user logins"
+HOMEPAGE="https://wiki.gnome.org/Projects/GDM;
+
+SRC_URI="${SRC_URI}
+   branding? ( 
https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )
+"
+
+LICENSE="
+   GPL-2+
+   branding? ( CC-BY-SA-4.0 )
+"
+
+SLOT="0"
+
+IUSE="accessibility audit branding fprint +introspection ipv6 plymouth selinux 
smartcard tcpd test wayland xinerama"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86"
+
+# NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686
+# nspr used by smartcard extension
+# dconf, dbus and g-s-d are needed at install time for dconf update
+# We need either systemd or >=openrc-0.12 to restart gdm properly, bug #463784
+COMMON_DEPEND="
+   app-text/iso-codes
+   >=dev-libs/glib-2.36:2[dbus]
+   >=x11-libs/gtk+-2.91.1:3
+   >=gnome-base/dconf-0.20
+   >=gnome-base/gnome-settings-daemon-3.1.4
+   gnome-base/gsettings-desktop-schemas
+   >=media-libs/fontconfig-2.5.0:1.0
+   >=media-libs/libcanberra-0.4[gtk3]
+   sys-apps/dbus
+   >=sys-apps/accountsservice-0.6.35
+
+   x11-apps/sessreg
+   x11-base/xorg-server
+   x11-libs/libXi
+   x11-libs/libXau
+   x11-libs/libX11
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXft
+   x11-libs/libxcb
+   >=x11-misc/xdg-utils-1.0.2-r3
+
+   virtual/pam
+   >=sys-apps/systemd-186:0=[pam]
+
+   sys-auth/pambase[systemd]
+
+   audit? ( sys-process/audit )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   plymouth? ( sys-boot/plymouth )
+   selinux? ( sys-libs/libselinux )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+   xinerama? ( x11-libs/libXinerama )
+"
+# XXX: These deps are from session and desktop files in data/ directory
+# fprintd is used via dbus by gdm-fingerprint-extension
+# gnome-session-3.6 needed to avoid freezing with orca
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/gnome-session-3.6
+   >=gnome-base/gnome-shell-3.1.90
+   x11-apps/xhost
+
+   accessibility? (
+   >=app-accessibility/orca-3.10
+   gnome-extra/mousetweaks )
+   fprint? (
+   sys-auth/fprintd
+   sys-auth/pam_fprint )
+
+   !gnome-extra/fast-user-switch-applet
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=dev-util/intltool-0.40.0
+   dev-util/itstool
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( >=dev-libs/check-0.9.4 )
+"
+
+DOC_CONTENTS="
+   To make GDM start at boot, run:\n
+   # systemctl enable gdm.service\n

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

2018-09-28 Thread Mart Raudsepp
commit: 4f874177a1bcee5a10fde56cd58ab5860a7a07b8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 21:36:24 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 28 13:49:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f874177

gnome-base/gnome-shell: bump to 3.26.2, support elogind, many tweaks

* Port ebuild to use meson (no autotools upstream anymore)
* Support elogind and get rid of unnecessary openrc-force hacks;
  gnome-shell systemd code only handles journald integration - logging
  structured data to it itself, instead of plain g_prints and telling
  it about launched apps, so they get to log under their own identifier
  instead of gnome-session. The -Denable-systemd option only deals with
  that, so we can safely just not pass it on non-systemd systems. The
  suspend support is handled purely via logind dbus interfaces and is
  build unconditionally - at runtime it is conditional on
  /run/systemd/seats existing and being accessible, which should be the
  case with newer elogind (with relevant bugs fixed) by my quick
  research, but I have not tested personally. Don't make a big deal
  about lacking suspend and seat inhibition support and just pull in
  a logind interface provider (techically this is runtime only, but
  not bothering with a separate DEPEND-free RDEPEND block for elogind).
  The alternative (to require logind) would be to require one of the
  systemd or elogind USE flags instead of at-most-one-of, but this is
  runtime optional anyways, so don't block it - user could just build
  with systemd and boot with something else, for example, and similarly
  not have this work at runtime). Also remove some ewarns appropriately.
* Build-time depend on systemd with USE=systemd for the aforementioned
  journald integration, which needs systemd present at build time already.
* More appropriately use python-single-r1 instead of python-r1 for the two
  small python utilities. Hack meson to update to the correct shebang.
* Make telepathy optional - it was made runtime optional in 3.24 already,
  and with empathy being in the state it's in, the chat integration is
  rather unused on a desktop system.
* Remove questionable glib USE=dbus requirement - if dconf is required,
  it should be depended upon directly; but as this is just your typical
  GSettings memory vs dconf backend scenario, I don't see why that'd be.
* Remove unnecessary libXtst depend - I can't find any usage of it in
  current version (only mentions of caribou using it, which has its own
  dep and is optional on-screen keyboard support, gone in newer versions).
* Move dbus-glib depend inside USE=networkmanager, as this legacy thing
  is for some reason (instead of GDbus) still used only in a NM specific
  source file that doesn't get compiled with USE=-networkmanager afaics.
* Require introspection on nm-applet with USE=networkmanager, as NMGtk
  GIR is used.
* Remove bogus mesa-progs depend - no glxinfo/glxgears usages here.
* Add glib-utils build depend.
* Drop dejavu font depend - I don't think we should be pulling in a
  specific font these days for some glyphs; and if we should, then it
  probably should be cantarell.
* Require USE=glib on pulseaudio, as libpulse-mainloop-glib is linked to
  in a subproject, not just libpulse.
* Simplify the pax-mark logic, as we don't use so old spidermonkey for so
  long, and pax-mark stuff is not tested by us. But the old complicated
  conditionals don't apply in many cases, so simplify it to just the common
  case. Additionally newer spidermonkey (60) will lose jit USE flag and
  have that unconditional on arches where it's supported, so these
  conditionals will then result in wrong code paths being taken. Therefore
  just simplify it to the basics and hope it works and rely on any incoming
  bugs about it to modernize this.

Closes: https://bugs.gentoo.org/655426
Closes: https://bugs.gentoo.org/553966
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 gnome-base/gnome-shell/Manifest|   2 +
 .../files/3.26-optional-bluetooth.patch|  73 
 .../gnome-shell/gnome-shell-3.26.2-r4.ebuild   | 186 +
 gnome-base/gnome-shell/metadata.xml|   3 +
 4 files changed, 264 insertions(+)

diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
index 0547ae48f8e..5ade3713a46 100644
--- a/gnome-base/gnome-shell/Manifest
+++ b/gnome-base/gnome-shell/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-shell-3.22.3.tar.xz 1952576 BLAKE2B 
26d974bc45b93342db3d23f9a999734b571c6819c1fdddc20e019e282bcfbdf6d9f40850667756046187e0e3a52a57ba60962cc49b7b4b49909ec5f992e518e6
 SHA512 
47d67910b321a182d3ecd41f20cd923ec433cc93ab04b0b31351ca0229505ecbf343b1307585e557ee757845dc09b2371b0c2197717ed532b71878c186337ee9
 DIST gnome-shell-3.24.3.tar.xz 1982088 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-settings-daemon/

2018-09-28 Thread Mart Raudsepp
commit: c5c91467a2d67ef958be90a482e1410f454e1ea1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Sep 25 21:02:06 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 28 13:49:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c91467

gnome-base/gnome-settings-daemon: bump to 3.26.2, try to support elogind

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

 gnome-base/gnome-settings-daemon/Manifest  |   2 +
 .../gnome-settings-daemon-3.26.2-r1.ebuild | 131 +
 gnome-base/gnome-settings-daemon/metadata.xml  |   5 +-
 3 files changed, 136 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-settings-daemon/Manifest 
b/gnome-base/gnome-settings-daemon/Manifest
index 9bde0ee5da1..41b217ebda9 100644
--- a/gnome-base/gnome-settings-daemon/Manifest
+++ b/gnome-base/gnome-settings-daemon/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-settings-daemon-3.24.4-patchset.tar.xz 5224 BLAKE2B 
f01db03ce3980a74324972871643e573bc51a184fe12e7a40796b7ca1bbfac37ecad1fae2f8a62fba0038a672dc4958b242316dc3dc97a59b37a2e4e4f5e9973
 SHA512 
fe5bf846774b126e8ed89bc8043e8c02b567cc55d602c5becd84a14c7a414fc663ae1767a552b585defb462ffe88b4838f87445c9599fda37f197e8f2eaad8cb
 DIST gnome-settings-daemon-3.24.4.tar.xz 1632700 BLAKE2B 
616aad6984df726c438117ab98e8c5a35bd02a6ebbc3c24fc46b50e8b3ca3f3d5bede0588cfe9bbdfcaccc70ff5799feeabf020ec4beb03d653ae81abc6325f8
 SHA512 
4a3b1069d80263a92ae2c2a420f7dc70a1ff92346d5cbeb1e7dd4af0419e039ebe958550594d87929c0333c19aa9a3ef7ca9b9751109a9da64a40d81ba067cc0
+DIST gnome-settings-daemon-3.26.2-patchset.tar.xz 42408 BLAKE2B 
3b54dd1b161f4137eeb7c110be70444e3b8eb602a7d1c12ec6aaa32d887d46c3e1dc61df2a04895b7c6e2d67a68edeced5f758f688533caa9900deace7b6d542
 SHA512 
3ab36a03e2892ad193f420722025753990158ac450c686b9fba490cda4e7e1be69574dd4d3b9c8ed5e238f23933065abc28aee480ff1e2e5dad28e364c04fc0b
+DIST gnome-settings-daemon-3.26.2.tar.xz 1589696 BLAKE2B 
f1fd18e80caf5badb0da1f07cbe994b73a99ace004bf3b568114d6cd6110ebd092ee3a023a1ec818f3946f6f7cdb7ee21417782e271c8aa9ebd9d1d4c35ea286
 SHA512 
7785ebcb7df466c50557b75a3092f568e375adcf5a40f73e31d5cc69fa63bc556a4447a96e6e612c3bf523735e67168afae0b9c1fab32912d41014436d33b7ff

diff --git 
a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.26.2-r1.ebuild 
b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.26.2-r1.ebuild
new file mode 100644
index 000..fc862199ab3
--- /dev/null
+++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.26.2-r1.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+GNOME2_LA_PUNT="yes"
+#PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) # 
https://bugzilla.gnome.org/show_bug.cgi?id=783186
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-any-r1 udev virtualx
+
+DESCRIPTION="Gnome Settings Daemon"
+HOMEPAGE="https://git.gnome.org/browse/gnome-settings-daemon;
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+colord +cups debug elogind input_devices_wacom networkmanager policykit 
smartcard systemd test +udev wayland"
+REQUIRED_USE="
+   ^^ ( elogind systemd )
+   input_devices_wacom? ( udev )
+   smartcard? ( udev )
+   wayland? ( udev )
+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.53.0:2
+   >=x11-libs/gtk+-3.15.3:3[X,wayland?]
+   >=gnome-base/gnome-desktop-3.11.1:3=
+   >=gnome-base/gsettings-desktop-schemas-3.23.3
+   >=gnome-base/librsvg-2.36.2:2
+   media-fonts/cantarell
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/libcanberra[gtk3]
+   >=media-sound/pulseaudio-2
+   >=sys-power/upower-0.99:=
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/libnotify-0.7.3:=
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   x11-libs/libXi
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXtst
+   x11-libs/libXxf86misc
+   x11-misc/xkeyboard-config
+
+   >=app-misc/geoclue-2.3.1:2.0
+   >=dev-libs/libgweather-3.9.5:2=
+   >=sci-geosciences/geocode-glib-3.10
+   >=sys-auth/polkit-0.103
+
+   colord? (
+   >=media-libs/lcms-2.2:2
+   >=x11-misc/colord-1.0.2:= )
+   cups? ( >=net-print/cups-1.4[dbus] )
+   input_devices_wacom? (
+   >=dev-libs/libwacom-0.7
+   >=x11-libs/pango-1.20
+   x11-drivers/xf86-input-wacom
+   virtual/libgudev:= )
+   networkmanager? ( >=net-misc/networkmanager-1.0 )
+   smartcard? ( >=dev-libs/nss-3.11.2 )
+   udev? ( virtual/libgudev:= )
+   wayland? ( dev-libs/wayland )
+"
+# logind needed for power and session management, bug #464944
+# 

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

2018-09-28 Thread Mart Raudsepp
commit: e196bef7e5c4acb837e36a746c01f31fd3a53083
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 27 08:39:07 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 28 13:49:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e196bef7

x11-wm/mutter: bump to 3.26.2

Also includes many fixes and updates from upstream
unreleased 3.26 branch

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

 x11-wm/mutter/Manifest|   2 +
 x11-wm/mutter/mutter-3.26.2-r1.ebuild | 140 ++
 2 files changed, 142 insertions(+)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index 5ef7ed2aae6..dfd4f2e9ed3 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,2 +1,4 @@
 DIST mutter-3.22.4.tar.xz 3536792 BLAKE2B 
e395dec6a8f5f46864ab5d7da3c345c20adf65f7609547d296036b0cb4be79e451387395f32d3d9a736a5b8c4be5a03a9fa56d5fbebeedaef3c35ea6e5c16302
 SHA512 
849e98186cecb4ffcab3da055febf72ef76fa87ecbdc506c696c2c7debd5183361c4b3b31d00d3c85e45d7f47aa5abf748d999571b147c831eb999116919023c
 DIST mutter-3.24.4.tar.xz 3583916 BLAKE2B 
86a9e16ed96270713e400ccb4dc64b91c263125ea4a04373ed1f8364e906031ef26dc991fa13d01cf0e50895360c87be6773e3332d823c2ce1991cd57d59b292
 SHA512 
7ae579ab3e9df09cae37fbc1b277e382c9f610058b914b69a7bdb89f3bec510403210c0cded16a6487111507151f4d7075d161e051c0b88585d6ab6b4575b8d3
+DIST mutter-3.26.2-patchset.tar.xz 48156 BLAKE2B 
7b33495a8bb7ac69f5610e1dfcb1fef49a983403fd176b229a75bcc7691e83e76a3dd87b7663ece0fcdc4077becd3ffa5e33217584f156456813769646730bf9
 SHA512 
2eeb9dfe137d6ea65f957ed19aa5ef83106aa16a049531c0c41d3ab6afac6c1b345cc68f2a9a9c41658172cc0dde61b946e6bf2507979ff4155e79770adf5e90
+DIST mutter-3.26.2.tar.xz 3622904 BLAKE2B 
b32af24c6ffcd0e6af38ab1ff7cd0ba16ea3ceb84c62ed21d9e38fff5357eda2648050beada3fc8727474407a419a2c218331c8a87f7eb68eddf824d26ca9c51
 SHA512 
95885b4c053d4bc467a7c11615ee3d1a3086a674ae10e7cb9bb241f692e66dd8190508db1cdf1760bc2f19100e532e68d5e147d344e94d1430d80dd26ca0156b

diff --git a/x11-wm/mutter/mutter-3.26.2-r1.ebuild 
b/x11-wm/mutter/mutter-3.26.2-r1.ebuild
new file mode 100644
index 000..71a77b24829
--- /dev/null
+++ b/x11-wm/mutter/mutter-3.26.2-r1.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2018 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://git.gnome.org/browse/mutter/;
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0/1" # 0/libmutter_api_version - ONLY gnome-shell (or anything using 
mutter-clutter-.pc) should use the subslot
+
+IUSE="debug gles2 input_devices_wacom +introspection test udev wayland"
+
+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
+RDEPEND="
+   >=dev-libs/atk-2.5.3
+   >=x11-libs/gdk-pixbuf-2:2
+   >=dev-libs/json-glib-0.12.0
+   >=x11-libs/pango-1.30[introspection?]
+   >=x11-libs/cairo-1.14[X]
+   >=x11-libs/gtk+-3.19.8:3[X,introspection?]
+   >=dev-libs/glib-2.53.2:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/startup-notification-0.7
+   >=x11-libs/libXcomposite-0.2
+   >=gnome-base/gsettings-desktop-schemas-3.21.4[introspection?]
+   gnome-base/gnome-desktop:3=
+   >sys-power/upower-0.99:=
+
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   >=x11-libs/libXcomposite-0.4
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   >=x11-libs/libXfixes-3
+   >=x11-libs/libXi-1.7.4
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.5
+   x11-libs/libXrender
+   x11-libs/libxcb
+   x11-libs/libxkbfile
+   >=x11-libs/libxkbcommon-0.4.3[X]
+   x11-misc/xkeyboard-config
+
+   gnome-extra/zenity
+   media-libs/mesa[egl]
+
+   gles2? ( media-libs/mesa[gles2] )
+   input_devices_wacom? ( >=dev-libs/libwacom-0.13 )
+   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+   udev? ( >=virtual/libgudev-232:= )
+   wayland? (
+   >=dev-libs/libinput-1.4
+   >=dev-libs/wayland-1.13.0
+   >=dev-libs/wayland-protocols-1.9
+   >=media-libs/mesa-10.3[egl,gbm,wayland]
+   sys-apps/systemd
+   >=virtual/libgudev-232:=
+   >=virtual/libudev-136:=
+   x11-base/xorg-server[wayland]
+   x11-libs/libdrm:=
+   )
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( app-text/docbook-xml-dtd:4.5 )
+   wayland? ( >=sys-kernel/linux-headers-4.4 )
+"
+
+PATCHES=(
+   # Lots of patches 

  1   2   3   >