[gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/

2018-09-14 Thread Lars Wendler
commit: 0f842e1cb96d0c7677f0fa9cffdda4b49d8bc817
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep 14 07:05:37 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep 14 07:06:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f842e1c

games-strategy/freeciv: Bump to version 2.6.0. Removed old.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-strategy/freeciv/Manifest|  2 +-
 ...eeciv-2.6.0_rc2.ebuild => freeciv-2.6.0.ebuild} | 24 +++---
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/games-strategy/freeciv/Manifest b/games-strategy/freeciv/Manifest
index 2fd784292d5..b5c5d316432 100644
--- a/games-strategy/freeciv/Manifest
+++ b/games-strategy/freeciv/Manifest
@@ -1,2 +1,2 @@
 DIST freeciv-2.5.11.tar.bz2 40940090 BLAKE2B 
dfc1e714e1a3122335f555c2e57352726bda60dc0d1700b0d8ae937c85cba6beb0b2a6ffa6266b77437934ed85f1740f319c379a10c217161ee147f2339a50d3
 SHA512 
f5eac2fc2b7e09b9fd3b8b45145a5359f8216aef49050c692893d30584000c7db2f2a6e66ac19e67186e2653efaa0aa7656abefe2d2de25d123e9a52ce604456
-DIST freeciv-2.6.0-RC2.tar.bz2 51828653 BLAKE2B 
87e83e23cb1cec91e408415a5c0b7f4f2fc438f239ca48ba4e713b89c8624fdd58c1888ff53119196085b1f7f2c663af91df4af9c789c3238465f887758bf09f
 SHA512 
254e492bb2ece390bcdb6c7ec9151b812811e7a1bff72eea4a9179a97c865d754436c5a02de2acb1ccf86850e1dd7db1218a84b836d18400217813d0c0ae173c
+DIST freeciv-2.6.0.tar.bz2 51912466 BLAKE2B 
180fa8900af6763ecae9190ce24799a77b8504d98081e48600c16c19e814b2ff1ef01ce6a41cb1a1739f848895e1551ba158f0357602f758e76b9ee6e0104a36
 SHA512 
658f05ed32a2045eeeadd1e12f88df927378f8032292e709af78f24c2dbc6019ba45ce67e4fe24001a9e70756c68126a313607a81e7009270ad255d7c9fe75d8

diff --git a/games-strategy/freeciv/freeciv-2.6.0_rc2.ebuild 
b/games-strategy/freeciv/freeciv-2.6.0.ebuild
similarity index 92%
rename from games-strategy/freeciv/freeciv-2.6.0_rc2.ebuild
rename to games-strategy/freeciv/freeciv-2.6.0.ebuild
index 54306880240..5df947c98b8 100644
--- a/games-strategy/freeciv/freeciv-2.6.0_rc2.ebuild
+++ b/games-strategy/freeciv/freeciv-2.6.0.ebuild
@@ -89,23 +89,23 @@ src_prepare() {
 }
 
 src_configure() {
-   local myclient mydatabase myeconfargs
+   local myclient=() mydatabase=() myeconfargs=()
 
if use auth ; then
if ! use mysql && ! use sqlite ; then
einfo "No database backend chosen, defaulting"
einfo "to mysql!"
-   mydatabase=mysql
+   mydatabase=( mysql )
else
-   use mysql && mydatabase+=" mysql"
-   use sqlite && mydatabase+=" sqlite3"
+   use mysql && mydatabase+=( mysql )
+   use sqlite && mydatabase+=( sqlite3 )
fi
else
-   mydatabase=no
+   mydatabase=( no )
fi
 
if use dedicated ; then
-   myclient="no"
+   myclient=( no )
myeconfargs+=(
--enable-server
--enable-freeciv-manual=html
@@ -114,12 +114,12 @@ src_configure() {
if use !sdl && use !gtk && ! use qt5 ; then
einfo "No client backend given, defaulting to"
einfo "gtk2 client!"
-   myclient="gtk2"
+   myclient=( gtk2 )
else
-   use sdl && myclient+=" sdl2"
-   use gtk && myclient+=" gtk2"
+   use sdl && myclient+=( sdl2 )
+   use gtk && myclient+=( gtk2 )
if use qt5 ; then
-   myclient+=" qt"
+   myclient+=( qt )
append-cxxflags -std=c++11
fi
fi
@@ -131,8 +131,8 @@ src_configure() {
 
myeconfargs+=(
--enable-aimodules="$(usex aimodules "yes" "no")"
-   --enable-client="${myclient}"
-   --enable-fcdb="${mydatabase}"
+   --enable-client="${myclient[*]}"
+   --enable-fcdb="${mydatabase[*]}"
--enable-fcmp="$(usex modpack "gtk2" "no")"
# disabling shared libs will break aimodules USE flag
--enable-shared



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

2018-09-14 Thread Tobias Klausmann
commit: 2a391e9f5fdb5e44e7250cd18cc9697b6f5d0a5c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 07:22:21 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 07:22:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a391e9f

sys-kernel/gentoo-sources-4.14.65-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/663744

 sys-kernel/gentoo-sources/gentoo-sources-4.14.65.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2018-09-14 Thread Tobias Klausmann
commit: cd5a28090a8b301ed3321cee252e0cabc9c8be8a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 07:23:03 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 07:23:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5a2809

sys-kernel/gentoo-sources-4.4.150-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/663744

 sys-kernel/gentoo-sources/gentoo-sources-4.4.150.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2018-09-14 Thread Tobias Klausmann
commit: 70bae7a5b5ca11634c33a8a296a45e7bbd2809d5
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 07:23:39 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 07:23:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bae7a5

sys-kernel/gentoo-sources-4.9.122-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/663744

 sys-kernel/gentoo-sources/gentoo-sources-4.9.122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



[gentoo-commits] repo/gentoo:master commit in: app-editors/nano/, app-editors/nano/files/

2018-09-14 Thread Lars Wendler
commit: 45eaa6b8e646f975e9efdab763c87142a03a5c34
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep 14 07:36:15 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep 14 07:36:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45eaa6b8

app-editors/nano: Revbump to fix misbinding with upstream patch.

Removed old.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-editors/nano/files/nano-3.0-misbinding.patch   | 46 ++
 .../nano/{nano-3.0.ebuild => nano-3.0-r1.ebuild}   |  4 ++
 2 files changed, 50 insertions(+)

diff --git a/app-editors/nano/files/nano-3.0-misbinding.patch 
b/app-editors/nano/files/nano-3.0-misbinding.patch
new file mode 100644
index 000..2312edcff06
--- /dev/null
+++ b/app-editors/nano/files/nano-3.0-misbinding.patch
@@ -0,0 +1,46 @@
+From 09ab2e3d0eeb33bc4d0702623404ba01b1f8fa9a Mon Sep 17 00:00:00 2001
+From: Benno Schulenberg 
+Date: Wed, 12 Sep 2018 13:18:17 +0200
+Subject: [PATCH] bindings: when Ctrl+Shift+Delete has no keycode, don't
+ use KEY_BSP
+
+When curses gives no code for Ctrl+Shift+Delete, do not fall back
+to KEY_BACKSPACE, because then ^H and/or  get bound to
+'cutwordleft'.
+
+This fixes https://savannah.gnu.org/bugs/?54642.
+
+Bug was introduced with version 3.0, commit e6429e78.
+---
+ src/nano.c | 2 +-
+ src/nano.h | 1 +
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/nano.c b/src/nano.c
+index c7e0ca2d..74e12439 100644
+--- a/src/nano.c
 b/src/nano.c
+@@ -2580,7 +2580,7 @@ int main(int argc, char **argv)
+   controlhome = get_keycode("kHOM5", CONTROL_HOME);
+   controlend = get_keycode("kEND5", CONTROL_END);
+   controldelete = get_keycode("kDC5", CONTROL_DELETE);
+-  controlshiftdelete = get_keycode("kDC6", KEY_BACKSPACE);
++  controlshiftdelete = get_keycode("kDC6", CONTROL_SHIFT_DELETE);
+ #ifndef NANO_TINY
+   /* Ask for the codes for Shift+Control+Left/Right/Up/Down. */
+   shiftcontrolleft = get_keycode("kLFT6", SHIFT_CONTROL_LEFT);
+diff --git a/src/nano.h b/src/nano.h
+index e1042759..7de34bf3 100644
+--- a/src/nano.h
 b/src/nano.h
+@@ -588,6 +588,7 @@ enum
+ #define SHIFT_CONTROL_DOWN 0x414
+ #define SHIFT_CONTROL_HOME 0x415
+ #define SHIFT_CONTROL_END 0x416
++#define CONTROL_SHIFT_DELETE 0x417
+ #define ALT_LEFT 0x421
+ #define ALT_RIGHT 0x422
+ #define ALT_UP 0x423
+-- 
+2.17.1
+

diff --git a/app-editors/nano/nano-3.0.ebuild 
b/app-editors/nano/nano-3.0-r1.ebuild
similarity index 97%
rename from app-editors/nano/nano-3.0.ebuild
rename to app-editors/nano/nano-3.0-r1.ebuild
index 4d2b8d0818e..44b716308be 100644
--- a/app-editors/nano/nano-3.0.ebuild
+++ b/app-editors/nano/nano-3.0-r1.ebuild
@@ -31,6 +31,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
static? ( ${LIB_DEPEND} )"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-misbinding.patch
+)
+
 src_prepare() {
default
if [[ ${PV} == "" ]] ; then



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

2018-09-14 Thread Jeroen Roovers
commit: 49d2ce04b4eef9a718a2ce16909915d85226fa63
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep 14 07:32:47 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep 14 07:39:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d2ce04

www-client/vivaldi-snapshot: Version 2.0.1302.3_p1.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 www-client/vivaldi-snapshot/Manifest   |   4 +
 .../vivaldi-snapshot-2.0.1302.3_p1.ebuild  | 116 +
 2 files changed, 120 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index f68287500a3..6643b3e4231 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -5,3 +5,7 @@ DIST vivaldi-snapshot-2.0.1300.3_p1-armhf.deb 50822882 BLAKE2B 
5393580cdea8bb532
 DIST vivaldi-snapshot-2.0.1300.5_p1-amd64.deb 57470098 BLAKE2B 
f29da7b678fff0ba883b65c40ec15c23ead08eafed3f8762cd20fb8269a9ddeae9dcf6363e9f91b0def3a8df9d0a2a4618666ac58c9a934ed98eafa88f68d38d
 SHA512 
c761549c640aea4541d66bad098b0c7ff093694fda6697d0988631900cb9de2ab967e747236dc472a3187a1a61f00807b795e0a48f2bce6f15564db3097c8bd0
 DIST vivaldi-snapshot-2.0.1300.5_p1-arm64.deb 49784676 BLAKE2B 
367537c04bd40779d25ce42721da807240dda247f43abd79e4bdaaf97d170a26586f3cbdf78561a821b619d268117c99002e49691b98412b137ade078efd871c
 SHA512 
a9c8fe89856f3beac4ea431a2050c4fe00f989137c23f2a451afc95ed1879f81d0e77366de75952325bcf3c1dd9e4eb0992b2b662324173498585724d507e710
 DIST vivaldi-snapshot-2.0.1300.5_p1-i386.deb 56664068 BLAKE2B 
95a19b0fed3dddf34d5b78f3d8448329db4aef01dd067e8ef6f244edb0cc47f73f6e759c42e79d82ba6089d9ca7d0b40e8a21873bb7ec3ad6446a83a6458
 SHA512 
569d771f6ca930be9041a8b9fb7237350adf10f30eb946cb9bc60f56b31a74def0ae3032a86985213de7fdd23a3f13aa4450ecd2d089b2b38c3cfb75a88d7b19
+DIST vivaldi-snapshot-2.0.1302.3_p1-amd64.deb 57459330 BLAKE2B 
257abe9f38ca3a3477281ebb277a1e9bad2776364dc11f1eda78c8dbf3e54ce63a8f9be4f747358e1fcff5773ebb21380c41160fd01b7e4345a0663a108916fc
 SHA512 
5d8c8a6488c3ce009208a0428dab291cab9eb50c12accfca8c6c61df30120863e7d9f6ac4ea8a47374a47a7a0902da10649a51f387620ca1d90d6a97fbe152ec
+DIST vivaldi-snapshot-2.0.1302.3_p1-arm64.deb 49802990 BLAKE2B 
7a10b44009612be90d598d071153950df5addc6cbd34b1321e9877de25de6bfc1ce2b1709c2ef02915bc051163dd957d467535cec17392eedf4b18d90c564e12
 SHA512 
a94a2e5004fd36d9aef0d73026b0443a9edeb739e9fd438eacae396fe0fccdaeeb68b3055a3252ee3f26969a9e88c7a8c257085a890dcda4f723478ae0401def
+DIST vivaldi-snapshot-2.0.1302.3_p1-armhf.deb 50843704 BLAKE2B 
056ccc1d0e67a2272addc5545d077bbf32aad499354341b4cb1659a6738004bfcf911741f8d228d8153df3d7a7e10629c542b52032c4ba8cb7c88ad86cc3b9f1
 SHA512 
aad2b698d7111c9277901a46f1c207d95f66a724e45e58225311405b044035118dbdf5fff6de06839d89d8b8607a6fc730425ba83323223f4b96ddc29159c7e4
+DIST vivaldi-snapshot-2.0.1302.3_p1-i386.deb 56656506 BLAKE2B 
de4f202b5f7f9991b89187f28bc571110e0f2876dce6829857d76dcc8149df68a0a6365292202b9ff4a9aa7a6ced47abd1f66ecf1289d991fd20d873109dfb3b
 SHA512 
40a910f9d1bb2590287ac05f80c56f123d21057e68e5bb9d3f58e10a824a3372d696f922aefc4c81b705c8f1751779ef76022e8dd7236103f6f542571ff42462

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.0.1302.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.0.1302.3_p1.ebuild
new file mode 100644
index 000..20db390fedd
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.0.1302.3_p1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs 
xdg-utils
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/";
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/speex
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/lib

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

2018-09-14 Thread Jeroen Roovers
commit: f925dff7da8ada8245a5ff29dd4c4a029f619a26
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep 14 07:33:38 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep 14 07:39:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f925dff7

www-client/vivaldi-snapshot: Old.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-2.0.1296.4_p1-r1.ebuild   | 115 -
 2 files changed, 118 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 6643b3e4231..70bc3da64dd 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot-2.0.1296.4_p1-amd64.deb 56906278 BLAKE2B 
a29558f1f90a7e774d078e240ec954e2efc7fa92b8efb7953c42835ce94d03e2fc77d3caf035192c5b35dd2a9da695b4f4725891321ec27cd262d7db58cfd82b
 SHA512 
840d24fa43b8b3f4011f0149476ff71c0c03d09ea4fe2d1c2c452254da10b59b04dcba65633135c4a3c40fb217105250a0df69092f5983344c8f3afe807a5efa
-DIST vivaldi-snapshot-2.0.1296.4_p1-armhf.deb 50820992 BLAKE2B 
5d18e9cc01d3739766ea6d7538e72b91813cc0d94e6d8f9f4f9aeaa3cd540aacd6b1fe75ad942f71493670095cae38b2e1964ceb3c326246a1273aadfad12062
 SHA512 
ece386cd256c35ae1d10cf7d392b9d616f6ecc7e5966f6bb370f82b8242d188f53226fd011cae369595f09669801123df8a5fb9704891561038f3ff5e6c293e3
-DIST vivaldi-snapshot-2.0.1296.4_p1-i386.deb 56640854 BLAKE2B 
9817da1c339b6bd8e7aa6776bec0c0d0ee57c20d3ddfdf3fdd6cf7e4c44d9b24e1af4f662fab16abc67d9c6891e1e6926f357997773a79f68aaad724c39528a0
 SHA512 
a41bf13be1e91eb6a33640d99972f1af20e412b3c691620b3db938c007922a6fac3683c2b5a534c29c7986687f446c4693b2bd223f7124100fee466bcb37af97
 DIST vivaldi-snapshot-2.0.1300.3_p1-armhf.deb 50822882 BLAKE2B 
5393580cdea8bb53200d004b757d31500fb0f3a68005dc3cdb87e08b7189a5d8d86c2b4e08f15d254c817f1d0cf524e074c63d3f33468e47148955486b973758
 SHA512 
88a0f3bc4ea18541485d6198c4d2dca597dafa3b65e6e9389c1083c9b8d83d5b55d0e0d80d1479b8a42866d629594d9a307626e6fceea5abd01e887fe96ff2bf
 DIST vivaldi-snapshot-2.0.1300.5_p1-amd64.deb 57470098 BLAKE2B 
f29da7b678fff0ba883b65c40ec15c23ead08eafed3f8762cd20fb8269a9ddeae9dcf6363e9f91b0def3a8df9d0a2a4618666ac58c9a934ed98eafa88f68d38d
 SHA512 
c761549c640aea4541d66bad098b0c7ff093694fda6697d0988631900cb9de2ab967e747236dc472a3187a1a61f00807b795e0a48f2bce6f15564db3097c8bd0
 DIST vivaldi-snapshot-2.0.1300.5_p1-arm64.deb 49784676 BLAKE2B 
367537c04bd40779d25ce42721da807240dda247f43abd79e4bdaaf97d170a26586f3cbdf78561a821b619d268117c99002e49691b98412b137ade078efd871c
 SHA512 
a9c8fe89856f3beac4ea431a2050c4fe00f989137c23f2a451afc95ed1879f81d0e77366de75952325bcf3c1dd9e4eb0992b2b662324173498585724d507e710

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

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

2018-09-14 Thread Jeroen Roovers
commit: 9a76651b9228257bc63118db8dc3c279364fbe4f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep 14 07:28:43 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep 14 07:39:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a76651b

www-client/vivaldi-snapshot: Drop ~arm where it is not supported.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.0.1300.5_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.0.1300.5_p1.ebuild
index ad3dca36e54..a8cb79dee66 100644
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.0.1300.5_p1.ebuild
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.0.1300.5_p1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Vivaldi"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="-* ~amd64 ~arm64 ~x86"
 RESTRICT="bindist mirror"
 
 DEPEND="



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

2018-09-14 Thread Mart Raudsepp
commit: 7d7666223ee71610552c3bae675e289d50d9499e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 07:37:49 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:15:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d766622

net-misc/streamlink: add missing isodate dependency

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

 .../streamlink/{streamlink-0.14.2.ebuild => streamlink-0.14.2-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/streamlink/streamlink-0.14.2.ebuild 
b/net-misc/streamlink/streamlink-0.14.2-r1.ebuild
similarity index 97%
rename from net-misc/streamlink/streamlink-0.14.2.ebuild
rename to net-misc/streamlink/streamlink-0.14.2-r1.ebuild
index 29939af76eb..acb189b5ae8 100644
--- a/net-misc/streamlink/streamlink-0.14.2.ebuild
+++ b/net-misc/streamlink/streamlink-0.14.2-r1.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
virtual/python-singledispatch[${PYTHON_USEDEP}]
>dev-python/requests-2.17.1[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
+   dev-python/isodate[${PYTHON_USEDEP}]
dev-python/websocket-client[${PYTHON_USEDEP}]
$(python_gen_cond_dep 
'dev-python/backports-shutil_which[${PYTHON_USEDEP}]' 'python2*')
$(python_gen_cond_dep 
'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' 'python2*')



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2018-09-14 Thread Mart Raudsepp
commit: 819da2cd90095d230dc7c43df84bd06e708c2ea7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 07:52:20 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:15:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819da2cd

games-arcade/gnome-robots: use subslot operator for libgnome-games-support

libgnome-games-support-1.4.x will bump soname
Also downgrade yelp-tools dep to just itstool while here (yelp-tools is only
for developers, so an eautoreconf dep only, if even that).

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
index 6ed2c64fda2..3b32736470b 100644
--- a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
+++ b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
@@ -14,15 +14,15 @@ IUSE=""
 
 RDEPEND="
>=dev-libs/glib-2.32:2
-   dev-libs/libgnome-games-support:1
+   dev-libs/libgnome-games-support:1=
>=gnome-base/librsvg-2.36.2:2
>=media-libs/libcanberra-0.26[gtk3]
>=x11-libs/gtk+-3.15:3
 "
 DEPEND="${RDEPEND}
-   app-text/yelp-tools
dev-libs/appstream-glib
>=dev-util/intltool-0.50
+   dev-util/itstool
sys-devel/gettext
virtual/pkgconfig
 "



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-nibbles/

2018-09-14 Thread Mart Raudsepp
commit: 75daa220425dd7dc88f6129daa51901b3515937a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 08:00:26 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:15:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75daa220

games-arcade/gnome-nibbles: use subslot operator for libgnome-games-support

libgnome-games-support-1.4.x will bump soname
Also downgrade yelp-tools dep to just itstool while here (yelp-tools is only
for developers, so an eautoreconf dep only, if even that).

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-arcade/gnome-nibbles/gnome-nibbles-3.24.0.ebuild | 2 +-
 games-arcade/gnome-nibbles/gnome-nibbles-3.24.1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.24.0.ebuild 
b/games-arcade/gnome-nibbles/gnome-nibbles-3.24.0.ebuild
index 73d8d93cec9..d1655356af9 100644
--- a/games-arcade/gnome-nibbles/gnome-nibbles-3.24.0.ebuild
+++ b/games-arcade/gnome-nibbles/gnome-nibbles-3.24.0.ebuild
@@ -17,7 +17,7 @@ IUSE=""
 RDEPEND="
>=dev-libs/glib-2.40.0:2
dev-libs/libgee:0.8=
-   dev-libs/libgnome-games-support:1
+   dev-libs/libgnome-games-support:1=
>=media-libs/clutter-1.22.0:1.0
>=media-libs/clutter-gtk-1.4.0:1.0
>=media-libs/libcanberra-0.26[gtk3]

diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.24.1.ebuild 
b/games-arcade/gnome-nibbles/gnome-nibbles-3.24.1.ebuild
index 663d06b7aa3..78b08fe7adb 100644
--- a/games-arcade/gnome-nibbles/gnome-nibbles-3.24.1.ebuild
+++ b/games-arcade/gnome-nibbles/gnome-nibbles-3.24.1.ebuild
@@ -17,7 +17,7 @@ IUSE=""
 RDEPEND="
>=dev-libs/glib-2.40.0:2
dev-libs/libgee:0.8=
-   dev-libs/libgnome-games-support:1
+   dev-libs/libgnome-games-support:1=
>=media-libs/clutter-1.22.0:1.0
>=media-libs/clutter-gtk-1.4.0:1.0
>=media-libs/libcanberra-0.26[gtk3]
@@ -25,9 +25,9 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
$(vala_depend)
-   app-text/yelp-tools
dev-libs/appstream-glib
>=dev-util/intltool-0.50.2
+   dev-util/itstool
sys-devel/gettext
virtual/pkgconfig
 "



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-klotski/

2018-09-14 Thread Mart Raudsepp
commit: fb19c07064b611296ba8db937efc9e0a9ec6c861
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 08:05:16 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:15:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb19c070

games-puzzle/gnome-klotski: use subslot operator for libgnome-games-support

libgnome-games-support-1.4.x will bump soname
Also downgrade yelp-tools dep to just itstool while here (yelp-tools is only
for developers, so an eautoreconf dep only, if even that).

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild 
b/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild
index 8d225bd382f..0e818bd67ad 100644
--- a/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild
+++ b/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild
@@ -17,15 +17,15 @@ IUSE=""
 RDEPEND="
>=dev-libs/glib-2.32:2
dev-libs/libgee:0.8=
-   dev-libs/libgnome-games-support:1
+   dev-libs/libgnome-games-support:1=
>=gnome-base/librsvg-2.32.0:2
>=x11-libs/gtk+-3.19.0:3
 "
 DEPEND="${RDEPEND}
$(vala_depend)
-   app-text/yelp-tools
dev-libs/appstream-glib
>=dev-util/intltool-0.50
+   dev-util/itstool
sys-devel/gettext
virtual/pkgconfig
 "



[gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mines/

2018-09-14 Thread Mart Raudsepp
commit: 687088d2e5fec94034442a5f92778d8f0ed78b8d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 08:07:33 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:15:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687088d2

games-board/gnome-mines: use subslot operator for libgnome-games-support

libgnome-games-support-1.4.x will bump soname

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-board/gnome-mines/gnome-mines-3.24.0.ebuild | 2 +-
 games-board/gnome-mines/gnome-mines-3.28.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/gnome-mines/gnome-mines-3.24.0.ebuild 
b/games-board/gnome-mines/gnome-mines-3.24.0.ebuild
index 8dd488ac7da..f94f29c52bd 100644
--- a/games-board/gnome-mines/gnome-mines-3.24.0.ebuild
+++ b/games-board/gnome-mines/gnome-mines-3.24.0.ebuild
@@ -14,7 +14,7 @@ IUSE=""
 
 COMMON_DEPEND="
>=dev-libs/glib-2.40:2
-   dev-libs/libgnome-games-support:1
+   dev-libs/libgnome-games-support:1=
>=gnome-base/librsvg-2.32.0:2
>=x11-libs/gtk+-3.12:3
 "

diff --git a/games-board/gnome-mines/gnome-mines-3.28.0.ebuild 
b/games-board/gnome-mines/gnome-mines-3.28.0.ebuild
index 3573f5b3b3d..1037eadff20 100644
--- a/games-board/gnome-mines/gnome-mines-3.28.0.ebuild
+++ b/games-board/gnome-mines/gnome-mines-3.28.0.ebuild
@@ -16,7 +16,7 @@ RDEPEND="
>=dev-libs/glib-2.40:2
dev-libs/libgee:0.8
>=x11-libs/gtk+-3.12:3
-   dev-libs/libgnome-games-support:1
+   dev-libs/libgnome-games-support:1=
>=gnome-base/librsvg-2.32.0:2
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mines/

2018-09-14 Thread Mart Raudsepp
commit: da990630621fbb8ab58c17da2a04a04b4a30d162
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 08:13:04 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:16:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da990630

games-board/gnome-mines: bump to 3.30.0

Downgrade yelp-tools dep to just itstool (yelp-tools is only for
developers, meson doesn't seem to rely on it implicitly, but does
rely on itstool).

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-board/gnome-mines/Manifest  |  1 +
 games-board/gnome-mines/gnome-mines-3.30.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/games-board/gnome-mines/Manifest b/games-board/gnome-mines/Manifest
index c2cb5b81e70..d5b5500a404 100644
--- a/games-board/gnome-mines/Manifest
+++ b/games-board/gnome-mines/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-mines-3.20.1.tar.xz 3147092 BLAKE2B 
899a66905a95a41f007f0b74f8b4054c505b4b46eff6c0ebbefaf1826d36093307a9bbc55e42b6c1abd8a0f9a419a3d1822deb113414bd5eadcba1c3a9896614
 SHA512 
cdde771736b9110a416ec68d6e4ce2ce10e3de36915b57905f6f5d86a937c75a2dbfafd1ecc0c5f31dd5e267d13444a8a95d38815f400d4597e2fe73a908bd13
 DIST gnome-mines-3.24.0.tar.xz 3145152 BLAKE2B 
e3867ccadb3966e86075d7fbfa1e4ccbf262e5fb3ae0edf8eb162a6bbb411e4cafb9fd7599156153fc0b10a486e3731beb862299586f31df2393049d3e5bac36
 SHA512 
6975bd0b60160843441f6143f86e55d732be31583c09f17878d7d09199370b65c42e34d61cf447751de686978eb3fd1dbc74ffcec2dca1adc5ab4ceb208af2c0
 DIST gnome-mines-3.28.0.tar.xz 453532 BLAKE2B 
5775f3eb3163e8aac1a5943d82c83a3c296ce974a1c67ba0aecc48f992f73dc72a8d11add6f1b4335bd004721415886479ce55fe3c8a2ac99ad8d1bf9ef7befc
 SHA512 
c1c0b8f6bd2d3fa9b0e8b361e192e3d2ae522acc84db6fb3bdf141dca8645fba9ed635bca26d3b74eeb1aeed5e9c0cdbd5dd11cd9d4d874c68e2df16d5a521e1
+DIST gnome-mines-3.30.0.tar.xz 369604 BLAKE2B 
4441faccb4c3210fa87670a1dc9b19f876cd903868696f745a11ff068c33e74c5260f20df83d695caeb79c6c5c80fdb4ea71c7e19fb4eeb52c180a1d7603e2c8
 SHA512 
e3313d08f9804e70d0180d9aab750c0ea9a1df528ab65a3410df5b855addf323309c9045474c743513390f907753f46888c78989547be1a20a769549107885bd

diff --git a/games-board/gnome-mines/gnome-mines-3.30.0.ebuild 
b/games-board/gnome-mines/gnome-mines-3.30.0.ebuild
new file mode 100644
index 000..618e75d16dc
--- /dev/null
+++ b/games-board/gnome-mines/gnome-mines-3.30.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Clear hidden mines from a minefield"
+HOMEPAGE="https://wiki.gnome.org/Apps/Mines";
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   dev-libs/libgee:0.8
+   >=x11-libs/gtk+-3.12:3
+   dev-libs/libgnome-games-support:1=
+   >=gnome-base/librsvg-2.32.0:2
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+   gnome2_schemas_update
+}



[gentoo-commits] repo/user/gerislay:master commit in: x11-terms/kitty/files/, x11-terms/kitty/

2018-09-14 Thread gerion
commit: ab65d5915ba621bd9d10e7d0578a24361ee75a1d
Author: Gerion Entrup  flump  de>
AuthorDate: Fri Sep 14 08:27:11 2018 +
Commit: gerion  flump  de>
CommitDate: Fri Sep 14 08:27:11 2018 +
URL:https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=ab65d591

x11-terms/kitty: add version 0.12.1

 x11-terms/kitty/Manifest  |  5 ++
 x11-terms/kitty/files/kitty-0.11.0-flags.patch| 47 +++
 x11-terms/kitty/files/kitty-0.11.0-svg-icon.patch | 16 
 x11-terms/kitty/kitty-0.12.1.ebuild   | 96 +++
 x11-terms/kitty/metadata.xml  | 14 
 5 files changed, 178 insertions(+)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
new file mode 100644
index 000..3ad4a93
--- /dev/null
+++ b/x11-terms/kitty/Manifest
@@ -0,0 +1,5 @@
+AUX kitty-0.11.0-flags.patch 1615 BLAKE2B 
862ce366a8a2975b0fd40cf7579b9f5b7eb4de106005509c80d027719a8bef1a90d5c780a439c8c19bb126036e1bf00b46119a5db251c98b1f06b76a16f3f695
 SHA512 
472b057080800ef6d033f47255b25db0f4029ae0981a997ce057013c7dcce8829472e26810125612f89e0ea292623106eeabe1f4952aad3e9b7de06e97e427e5
+AUX kitty-0.11.0-svg-icon.patch 668 BLAKE2B 
53fbe58492ebc9e78a9aab1f7ecd977c1daee9a097e34ebd0a98efefc2cf3625dc785e4c6e074f348cf24c9425734d3d521779d0c5fc5dd546f8322d35c3b11a
 SHA512 
9b0aa40447d9ff137d45bdb3c2e4f5a8d9d68cdbc62c486a080107b02c6251d7075eaf212274c53f07977a370c8688cb3ace46828aac3b9467080d0334a05a21
+DIST kitty-0.12.1.tar.gz 3477416 BLAKE2B 
4c8c99a16ec903498b17921093542d4389784c1d5bc8c8cbc2fb4c56aab7a0996f94c9442ca0ce403c2cb660c8a27e4f20165bb8dca6e9ce9eb6c9a06b03c1b9
 SHA512 
3efdc2ee9d41cddda7ff033fa69531ce48a163ef4b6efa7c5f10ca20511046c26313115383aec6bcef1b2a0fbbac19b2de9a43835130624aada48e12fe54b7df
+EBUILD kitty-0.12.1.ebuild 1893 BLAKE2B 
93a866a598960c909955c7269e4f66b18ef59fe9ad4f12910ecc503bd9f494fbd2df454e22d1e34cda62d9c202f932fbb44eb0f981294da3db3e812cc3f2f368
 SHA512 
4cf663fda3be919848a90def27e1cba69252cbef5d05977c681a76c1c6c28630f39e3ca37dc7157ca0db91ffd6f2003c48a5192e872e144292c4069c29d20a88
+MISC metadata.xml 433 BLAKE2B 
a8f42e543f670090dab29943b39d87b2d6cd6ee17672c3255cdf0e5383efeca03b662d0e92b959bd49c09183d4da9836dc0fe32758f105aa406c3573d6f55ef8
 SHA512 
13d61d42ab56643456c51285f447a39fcba9224a36a310df4e7631c5d6751f146e4f7b2ebd04bf64c83d0f124eb15abb28c8ce37861597ab4f18297c4a52732c

diff --git a/x11-terms/kitty/files/kitty-0.11.0-flags.patch 
b/x11-terms/kitty/files/kitty-0.11.0-flags.patch
new file mode 100644
index 000..44abfb6
--- /dev/null
+++ b/x11-terms/kitty/files/kitty-0.11.0-flags.patch
@@ -0,0 +1,47 @@
+--- kitty-0.11.0/setup.py
 kitty-0.11.0/setup.py
+@@ -177,7 +177,7 @@
+ df = '-g3'
+ if ccver >= (5, 0):
+ df += ' -Og'
+-optimize = df if debug or sanitize else '-O3'
++optimize = ''
+ sanitize_args = get_sanitize_args(cc, ccver) if sanitize else set()
+ cppflags = os.environ.get(
+ 'OVERRIDE_CPPFLAGS', (
+@@ -190,7 +190,7 @@
+ cflags = os.environ.get(
+ 'OVERRIDE_CFLAGS', (
+ '-Wextra -Wno-missing-field-initializers -Wall -std=c99'
+-' -pedantic-errors -Werror {} {} -fwrapv {} {} -pipe {} 
-fvisibility=hidden'
++' -pedantic {} {} -fwrapv {} {} {} -fvisibility=hidden'
+ ).format(
+ optimize,
+ ' '.join(sanitize_args),
+@@ -204,7 +204,7 @@
+ )
+ ldflags = os.environ.get(
+ 'OVERRIDE_LDFLAGS',
+-'-Wall ' + ' '.join(sanitize_args) + ('' if debug else ' -O3')
++'-Wall ' + ' '.join(sanitize_args)
+ )
+ ldflags = shlex.split(ldflags)
+ ldflags.append('-shared')
+@@ -505,14 +505,14 @@
+ 
+ 
+ def build_linux_launcher(args, launcher_dir='.', for_bundle=False, 
sh_launcher=False, for_freeze=False):
+-cflags = '-Wall -Werror -fpie'.split()
++cflags = '-Wall -fpie'.split()
+ cppflags = []
+ libs = []
+ if args.profile:
+ cppflags.append('-DWITH_PROFILER'), cflags.append('-g')
+ libs.append('-lprofiler')
+-else:
+-cflags.append('-O3')
++#else:
++#cflags.append('-O3')
+ if for_bundle or for_freeze:
+ cppflags.append('-DFOR_BUNDLE')
+ cppflags.append('-DPYVER="{}"'.format(sysconfig.get_python_version()))

diff --git a/x11-terms/kitty/files/kitty-0.11.0-svg-icon.patch 
b/x11-terms/kitty/files/kitty-0.11.0-svg-icon.patch
new file mode 100644
index 000..97e45c6
--- /dev/null
+++ b/x11-terms/kitty/files/kitty-0.11.0-svg-icon.patch
@@ -0,0 +1,16 @@
+Use SVG icon instead of PNG.
+
+--- kitty-0.11.0/setup.py
 kitty-0.11.0/setup.py
+@@ -605,9 +605,9 @@
+ if not is_macos:  # {{{ linux desktop gunk
+ copy_man_pages(ddir)
+ copy_html_docs(ddir)
+-icdir = os.path.join(ddir, 'share', 'icons', 'hicolor', '256x256', 
'apps')
++icdir = os.path.join(ddir, 'share', 'icons', 'hicolor', 'scalable', 
'apps')
+ safe_makedirs(icdir)
+-shutil.copy

[gentoo-commits] repo/gentoo:master commit in: dev-util/dbus-test-runner/

2018-09-14 Thread Tobias Klausmann
commit: fcd38603db2bb4a9b0db4652bc5b731db8bdef61
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 08:04:30 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 08:28:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd38603

dev-util/dbus-test-runner-15.04.0_p100-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/663972

 dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild 
b/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild
index 8d824950024..25f42cf0e13 100644
--- a/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild
+++ b/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2018-09-14 Thread Tobias Klausmann
commit: a988f1819a102fe835723c4a3c3f49238e2b3e54
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 08:04:30 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 08:28:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a988f181

media-libs/libmodplug-0.8.9.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/663542

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

diff --git a/media-libs/libmodplug/libmodplug-0.8.9.0.ebuild 
b/media-libs/libmodplug/libmodplug-0.8.9.0.ebuild
index 8cd19273ceb..1dc50c477a8 100644
--- a/media-libs/libmodplug/libmodplug-0.8.9.0.ebuild
+++ b/media-libs/libmodplug/libmodplug-0.8.9.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://modplug-xmms.sourceforge.net/";
 
 LICENSE="public-domain"
 SLOT="0"
-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 
~sparc-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 
~sparc-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=""



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

2018-09-14 Thread Tobias Klausmann
commit: ddb0e2b4e9ab6e263aabff5e958fb2b80a2921f9
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 08:04:31 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 08:28:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb0e2b4

media-libs/fontconfig-2.13.0-r4: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664108

 media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild 
b/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild
index 8b205d41f80..b0fe597f6e5 100644
--- a/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://fontconfig.org/release/${P}.tar.bz2";
 LICENSE="MIT"
 SLOT="1.0"
 [[ $(ver_cut 3) -ge 90 ]] || \
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc static-libs"
 
 # Purposefully dropped the xml USE flag and libxml2 support.  Expat is the



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

2018-09-14 Thread Tobias Klausmann
commit: e7fc8390a5d8b8b055bebb6d035599c7b5e8d0ef
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 08:04:31 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 08:28:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fc8390

dev-python/pytest-relaxed-1.1.4-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/663988

 dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild 
b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
index 6e57c7d208a..ac160033ebd 100644
--- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
+++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD-2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-09-14 Thread Tobias Klausmann
commit: de5c57380e811deb8c58ffe084b5755766301a4d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 08:04:30 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 08:28:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5c5738

dev-python/dbusmock-0.16.9-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/663972

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

diff --git a/dev-python/dbusmock/dbusmock-0.16.9.ebuild 
b/dev-python/dbusmock/dbusmock-0.16.9.ebuild
index bf45660e0e6..6996c627665 100644
--- a/dev-python/dbusmock/dbusmock-0.16.9.ebuild
+++ b/dev-python/dbusmock/dbusmock-0.16.9.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="



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

2018-09-14 Thread Tobias Klausmann
commit: 82d4bcaf6ae0c1a8bde324206c575f36d4da3759
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 08:04:31 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 08:28:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d4bcaf

x11-libs/pango-1.42.4-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664108

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

diff --git a/x11-libs/pango/pango-1.42.4.ebuild 
b/x11-libs/pango/pango-1.42.4.ebuild
index 7a6056ccdfc..ff440cf4d8e 100644
--- a/x11-libs/pango/pango-1.42.4.ebuild
+++ b/x11-libs/pango/pango-1.42.4.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.pango.org/";
 
 LICENSE="LGPL-2+ FTL"
 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"
 
 IUSE="X +introspection test"
 



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

2018-09-14 Thread Tobias Klausmann
commit: 010123a1c46ebe547f6e407106b452d03741f609
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 08:04:31 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 08:28:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010123a1

dev-libs/yajl-2.1.0-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664216

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

diff --git a/dev-libs/yajl/yajl-2.1.0-r1.ebuild 
b/dev-libs/yajl/yajl-2.1.0-r1.ebuild
index 805116207d7..d809c1acf2d 100644
--- a/dev-libs/yajl/yajl-2.1.0-r1.ebuild
+++ b/dev-libs/yajl/yajl-2.1.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/lloyd/yajl/tarball/${PV} -> 
${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0/2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 PATCHES=( "${FILESDIR}"/${P}-uclibc.patch )



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

2018-09-14 Thread Tobias Klausmann
commit: e763bd4d0fe93f653b2fad1a38c15afb3eb81f21
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 08:04:30 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 08:28:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e763bd4d

media-libs/openjpeg-1.5.2-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/663970

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

diff --git a/media-libs/openjpeg/openjpeg-1.5.2-r1.ebuild 
b/media-libs/openjpeg/openjpeg-1.5.2-r1.ebuild
index afb4c8be901..d0044af4816 100644
--- a/media-libs/openjpeg/openjpeg-1.5.2-r1.ebuild
+++ b/media-libs/openjpeg/openjpeg-1.5.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}.mirror/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0/5" # based on SONAME
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~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"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2018-09-14 Thread Tobias Klausmann
commit: 99b984a4e34afa6660a63d36072555e785bd698b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 08:04:29 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 08:28:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b984a4

media-libs/libdvdcss-1.4.2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/663540

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

diff --git a/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild 
b/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild
index c1b796e8911..77f45a49399 100644
--- a/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild
+++ b/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="1.2"
-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 
~sparc-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 
~sparc-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=""



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

2018-09-14 Thread Tobias Klausmann
commit: 0111364b52f6222b1fed3797ee5bf8a156b80665
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 08:04:30 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 08:28:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0111364b

dev-libs/libdbusmenu-16.04.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/663972

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

diff --git a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild 
b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
index 9aca9d743aa..4adfd72eaac 100644
--- a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
+++ b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://launchpad.net/${PN/lib}/${PV%.*}/${PV}/+download/${P}.tar.gz";
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="debug gtk gtk3 +introspection test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/hitori/

2018-09-14 Thread Mart Raudsepp
commit: bee9a17510e47c84c3a7c40e9f83da0f6ccdf4e7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 08:41:14 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:41:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee9a175

games-puzzle/hitori: remove wrong yelp-tools build depend

yelp-tools is only for developers, so an eautoreconf dep only, if even that.
However we do need itstool, which was pulled in recursively by yelp-tools.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-puzzle/hitori/hitori-3.22.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/hitori/hitori-3.22.4.ebuild 
b/games-puzzle/hitori/hitori-3.22.4.ebuild
index aa2927ffbd3..a8519994706 100644
--- a/games-puzzle/hitori/hitori-3.22.4.ebuild
+++ b/games-puzzle/hitori/hitori-3.22.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,8 +19,8 @@ RDEPEND="
>=x11-libs/cairo-1.4
 "
 DEPEND="${RDEPEND}
-   app-text/yelp-tools
dev-libs/appstream-glib
+   dev-util/itstool
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
 "



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2018-09-14 Thread Mart Raudsepp
commit: 6bbb0b30b8f398a38d92be329ee4df94b95c5efd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 08:28:41 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:33:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbb0b30

games-board/iagno: bump to 3.30.0

* Remove unnecessary vala dep - this project is still using autotools
  and shipping pregenerated C files, thus valac is not used other than
  check for presence.
* Downgrade yelp-tools dep to itstool - yelp-tools is a developer-only
  package, so at most we'd need it with eautoreconf, if even that.
* Adapt to upstream porting from intltool to newer gettext.
* Add missing libxml2:2 build dep for gresource files xml-stripblanks
  usage, for which xmllint is used by glib-compile-resources.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-board/iagno/Manifest|  1 +
 games-board/iagno/iagno-3.30.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index c2d5611e540..630df006e80 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1 +1,2 @@
 DIST iagno-3.22.0.tar.xz 1815048 BLAKE2B 
13d4cfa4e17c139cdf7bc5dd8b2962c35dc6cf245095d3657bb6dcab12eb9f028eec9410781ff0212a2c627121db3c1ca18c404657d1e524122d189a716b3ea2
 SHA512 
55309dad4b73e70ba007073222eb5cc719a7fc4e1925637d1f124f7ca6092a4c125cba48a9d80e46b97b16736d2266bbd86e8248c1c6e7898669ce703deef53e
+DIST iagno-3.30.0.tar.xz 750432 BLAKE2B 
073353cb1dd732b07949536410d2746fc15462bb1ab9f0174d0a3e22a7b221ba8a13a57eb197192384f83e9d1e4c9373fef88e42e8aa1a454c30748294719ec9
 SHA512 
8acbcb6c03f46cd59555cd759d4291db671de76ca365416d21b6a0a7b3796fc03aeb4a4d2ef1fb69c17f8941262bb9e8403b19fd526e22e9ed2dc2e854834ca1

diff --git a/games-board/iagno/iagno-3.30.0.ebuild 
b/games-board/iagno/iagno-3.30.0.ebuild
new file mode 100644
index 000..1a42da387ea
--- /dev/null
+++ b/games-board/iagno/iagno-3.30.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Iagno";
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.40:2
+   >=gnome-base/librsvg-2.32.0:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/gtk+-3.15:3
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] proj/gnome:master commit in: games-board/iagno/

2018-09-14 Thread Mart Raudsepp
commit: bb2babf0f2a1720075ae62ea0581fa65edb34cf0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 08:44:27 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:44:27 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bb2babf0

games-board/iagno: remove, 3.30.0 available in ::gentoo

Main tree version differences:
* doesn't depend on vala unnecessarily
* itstool build dep instead of yelp-tools
* no unnecessary gdk-pixbuf build dep (doesn't use to-pixdata xml attribute)
* no intltool deps (but I think that was a 3.28 upstream change)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-board/iagno/iagno-3.26.1.ebuild | 41 ---
 games-board/iagno/metadata.xml|  8 ---
 2 files changed, 49 deletions(-)

diff --git a/games-board/iagno/iagno-3.26.1.ebuild 
b/games-board/iagno/iagno-3.26.1.ebuild
deleted file mode 100644
index 168a2954..
--- a/games-board/iagno/iagno-3.26.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 vala
-
-DESCRIPTION="Dominate the board in a classic version of Reversi"
-HOMEPAGE="https://wiki.gnome.org/Apps/Iagno";
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32.0:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.15:3
-"
-RDEPEND="${COMMON_DEPEND}
-   !
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-



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

2018-09-14 Thread Mart Raudsepp
commit: 08d01538d99083c12b31d6a7fedd29130c45f0db
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 08:18:38 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:18:38 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=08d01538

gnome-base/gvfs: remove, available with elogind support in ::gentoo

This version here lost the elogind and daemon deadlock fix patches, main
tree now has them (in a revbump as a courtesy to overlay users due to the
deadlock patch).
Also remove  for now, as it's hopelessly outdated and not useful as
a base to update from.

 gnome-base/gvfs/gvfs-1.34.2.1.ebuild | 127 
 gnome-base/gvfs/gvfs-.ebuild | 137 ---
 gnome-base/gvfs/metadata.xml |  27 ---
 3 files changed, 291 deletions(-)

diff --git a/gnome-base/gvfs/gvfs-1.34.2.1.ebuild 
b/gnome-base/gvfs/gvfs-1.34.2.1.ebuild
deleted file mode 100644
index 369ef3ff..
--- a/gnome-base/gvfs/gvfs-1.34.2.1.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-GNOME2_EAUTORECONF="yes"
-
-inherit gnome2 systemd
-
-DESCRIPTION="Virtual filesystem implementation for gio"
-HOMEPAGE="https://wiki.gnome.org/Projects/gvfs";
-
-LICENSE="LGPL-2+"
-SLOT="0"
-
-IUSE="afp archive bluray cdda elogind fuse google gnome-keyring 
gnome-online-accounts gphoto2 +http ios mtp nfs policykit samba systemd test 
+udev udisks zeroconf"
-REQUIRED_USE="
-   cdda? ( udev )
-   elogind? ( !systemd udisks )
-   google? ( gnome-online-accounts )
-   mtp? ( udev )
-   udisks? ( udev )
-   systemd? ( !elogind udisks )
-"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-
-RDEPEND="
-   app-crypt/gcr:=
-   >=dev-libs/glib-2.51:2
-   dev-libs/libxml2:2
-   net-misc/openssh
-   afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
-   archive? ( app-arch/libarchive:= )
-   bluray? ( media-libs/libbluray:= )
-   elogind? ( >=sys-auth/elogind-229:0= )
-   fuse? ( >=sys-fs/fuse-2.8.0:0 )
-   gnome-keyring? ( app-crypt/libsecret )
-   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1:= )
-   google? (
-   >=dev-libs/libgdata-0.17.9:=[crypt,gnome-online-accounts]
-   >=net-libs/gnome-online-accounts-3.17.1:= )
-   gphoto2? ( >=media-libs/libgphoto2-2.5.0:= )
-   http? ( >=net-libs/libsoup-2.42:2.4 )
-   ios? (
-   >=app-pda/libimobiledevice-1.2:=
-   >=app-pda/libplist-1:= )
-   mtp? (
-   >=dev-libs/libusb-1.0.21
-   >=media-libs/libmtp-1.1.12 )
-   nfs? ( >=net-fs/libnfs-1.9.8 )
-   policykit? (
-   sys-auth/polkit
-   sys-libs/libcap )
-   samba? ( >=net-fs/samba-4[client] )
-   systemd? ( >=sys-apps/systemd-206:0= )
-   udev? (
-   cdda? ( dev-libs/libcdio-paranoia )
-   >=virtual/libgudev-147:=
-   virtual/libudev:= )
-   udisks? ( >=sys-fs/udisks-1.97:2 )
-   zeroconf? ( >=net-dns/avahi-0.6 )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxslt
-   >=sys-devel/gettext-0.19.4
-   virtual/pkgconfig
-   dev-util/gdbus-codegen
-   dev-util/gtk-doc-am
-   test? (
-   >=dev-python/twisted-16
-   || (
-   net-analyzer/netcat
-   net-analyzer/netcat6 ) )
-   !udev? ( >=dev-libs/libgcrypt-1.2.2:0 )
-"
-# libgcrypt.m4, provided by libgcrypt, needed for eautoreconf, bug #399043
-# test dependencies needed per https://bugzilla.gnome.org/700162
-
-# FIXME
-# Tests with multiple failures, this is being handled upstream at:
-# https://bugzilla.gnome.org/700162
-RESTRICT="test"
-
-src_prepare() {
-   if ! use udev; then
-   sed -e 's/gvfsd-burn/ /' \
-   -e 's/burn.mount.in/ /' \
-   -e 's/burn.mount/ /' \
-   -i daemon/Makefile.am || die
-   fi
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # --enable-documentation installs man pages
-   # --disable-obexftp, upstream bug #729945
-   gnome2_src_configure \
-   --disable-gdu \
-   --enable-documentation \
-   --enable-gcr \
-   --with-dbus-service-dir="${EPREFIX}"/usr/share/dbus-1/services \
-   --with-systemduserunitdir="$(systemd_get_userunitdir)" \
-   $(use_enable afp) \
-   $(use_enable archive) \
-   $(use_enable bluray) \
-   $(use_enable cdda) \
-   $(use_enable elogind libelogind) \
-   $(use_enable fuse) \
-   $(use_enable gnome-keyring keyring

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

2018-09-14 Thread Benda XU
commit: f031aee7218afa882b7b85a588d8118397675f61
Author: Benda Xu  gentoo  org>
AuthorDate: Fri Sep 14 08:51:15 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Sep 14 08:52:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f031aee7

net-misc/openssh: drop keyword ~arm-linux.

Bug: https://bugs.gentoo.org/664598
Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

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



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

2018-09-14 Thread Mart Raudsepp
commit: eb077804c03ab227767726bfd7452d0b1c6d2d1d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 08:47:59 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:50:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb077804

gnome-base/libgnomekbd: bump to 3.26.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 gnome-base/libgnomekbd/Manifest  |  1 +
 gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/gnome-base/libgnomekbd/Manifest b/gnome-base/libgnomekbd/Manifest
index 7e83ffc3a35..ff2a45473f6 100644
--- a/gnome-base/libgnomekbd/Manifest
+++ b/gnome-base/libgnomekbd/Manifest
@@ -1 +1,2 @@
 DIST libgnomekbd-3.22.0.1.tar.xz 450572 BLAKE2B 
cc7c0055dfae0c0593d9456e3de27da8cb33d9814151346a4a685a317f7701658392e6a403e942ceb928ebd9c06d0ba3b38c0f7f1abd08976c807d48d0246b58
 SHA512 
a4d2e6feac18cb7e3a65553dcd587f284c71154d3058866b0b6285b1acca549d33d0bd0014a97f1e153eb5e2a5a16e8b18eb680ce0078edd80bdd68a51ac080e
+DIST libgnomekbd-3.26.0.tar.xz 449204 BLAKE2B 
360f6da6ea7ad2850ecba062e0825cadcbc62ab9fdd432ad1fd4f38d32230e9eb6da1b7eb50116302b39be76565da7554df2c96e3a348e5130c428158bfa7792
 SHA512 
dc3ee91468e570d038bc91c4458ddb49dc097639c671815eecc4308efea85e29c1121cfd959e62f970a2e8112f818296802be804e99b96ee89fd5de8136645d9

diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild 
b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
new file mode 100644
index 000..847b3a6a86d
--- /dev/null
+++ b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Gnome keyboard configuration library"
+HOMEPAGE="https://www.gnome.org";
+
+LICENSE="LGPL-2+"
+SLOT="0/8"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="+introspection test"
+
+RDEPEND="
+   >=dev-libs/glib-2.18:2
+   >=x11-libs/gtk+-2.91.7:3[X,introspection?]
+   >=x11-libs/libxklavier-5.2[introspection?]
+
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.4
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable introspection) \
+   $(use_enable test tests)
+}



[gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/, dev-libs/libpeas/files/

2018-09-14 Thread Mart Raudsepp
commit: 13c8b1021b1d83c3dcf06779103d91136b6c7877
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 08:52:39 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:52:39 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=13c8b102

dev-libs/libpeas: remove, available in ::gentoo

Also remove  as it's hopelessly out of date

 dev-libs/libpeas/files/libpeas-1.14.0-lua.pc.patch | 18 
 dev-libs/libpeas/libpeas-1.22.0.ebuild | 84 ---
 dev-libs/libpeas/libpeas-.ebuild   | 96 --
 dev-libs/libpeas/metadata.xml  | 13 ---
 4 files changed, 211 deletions(-)

diff --git a/dev-libs/libpeas/files/libpeas-1.14.0-lua.pc.patch 
b/dev-libs/libpeas/files/libpeas-1.14.0-lua.pc.patch
deleted file mode 100644
index c46cbee2..
--- a/dev-libs/libpeas/files/libpeas-1.14.0-lua.pc.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Gentoo currently uses unversioned lua:0 - lua.pc instad of lua5.1.pc, 
/usr/bin/lua instead of /usr/bin/lua5.1
-
-diff --git a/configure.ac b/configure.ac
-index 810a288..51ca607 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -305,9 +305,9 @@ else
- fi
- 
- if test "x$found_lua51" != "xyes"; then
--PKG_CHECK_EXISTS([lua5.1 >= $LUA51_REQUIRED], [
-+PKG_CHECK_EXISTS([lua >= $LUA51_REQUIRED], [
- found_lua51=yes
--with_lua51=lua5.1
-+with_lua51=lua
- ], [
- found_lua51=no
- ])

diff --git a/dev-libs/libpeas/libpeas-1.22.0.ebuild 
b/dev-libs/libpeas/libpeas-1.22.0.ebuild
deleted file mode 100644
index 021c7d5e..
--- a/dev-libs/libpeas/libpeas-1.22.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit autotools eutils gnome2 multilib python-single-r1 virtualx
-
-DESCRIPTION="A GObject plugins library"
-HOMEPAGE="https://developer.gnome.org/libpeas/stable/";
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
-
-IUSE="+gtk glade lua luajit +python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   >=dev-libs/glib-2.38:2
-   >=dev-libs/gobject-introspection-1.39:=
-   glade? ( >=dev-util/glade-3.9.1:3.10 )
-   gtk? ( >=x11-libs/gtk+-3:3[introspection] )
-   lua? (
-   >=dev-lua/lgi-0.9.0
-   luajit? ( >=dev-lang/luajit-2:2 )
-   !luajit? ( =dev-lang/lua-5.1*:0 ) )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.11
-   >=dev-util/intltool-0.40
-   virtual/pkgconfig
-
-   dev-libs/gobject-introspection-common
-   gnome-base/gnome-common
-"
-# eautoreconf needs gobject-introspection-common, gnome-common
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # Gentoo uses unversioned lua - lua.pc instad of lua5.1.pc, 
/usr/bin/lua instead of /usr/bin/lua5.1
-   eapply "${FILESDIR}"/${PN}-1.14.0-lua.pc.patch
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
-   # What do we do about gdb, valgrind, gcov, etc?
-   local myconf=(
-   $(use_enable glade glade-catalog)
-   $(use_enable gtk)
-   --disable-static
-
-   # py2 not supported anymore
-   --disable-python2
-   $(use_enable python python3)
-
-   # lua
-   $(use_enable lua lua5.1)
-   $(use_enable $(usex luajit lua luajit) luajit)
-   )
-
-   gnome2_src_configure "${myconf[@]}"
-}
-
-src_test() {
-   # This looks fixed since 1.18.0:
-   #
-   # FIXME: Tests fail because of some bug involving Xvfb and Gtk.IconTheme
-   # DO NOT REPORT UPSTREAM, this is not a libpeas bug.
-   # To reproduce:
-   # >>> from gi.repository import Gtk
-   # >>> Gtk.IconTheme.get_default().has_icon("gtk-about")
-   # This should return True, it returns False for Xvfb
-   virtx emake check
-}

diff --git a/dev-libs/libpeas/libpeas-.ebuild 
b/dev-libs/libpeas/libpeas-.ebuild
deleted file mode 100644
index f18229ac..
--- a/dev-libs/libpeas/libpeas-.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit gnome2 multilib python-r1 virtualx
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
-
-DESCRIPTION="A GObject plugins library"
-HOMEPAGE="http://developer.gnome.org/libpeas/stabl

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

2018-09-14 Thread Mart Raudsepp
commit: 2427e9c2ec0c2faf1c1c3b554ba3097f0a7af4d4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 08:51:24 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:51:24 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2427e9c2

gnome-base/libgnomekbd: remove, available in ::gentoo

::gentoo version adds necessary glib-utils build dep

 gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild | 33 
 gnome-base/libgnomekbd/metadata.xml  |  8 --
 2 files changed, 41 deletions(-)

diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild 
b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
deleted file mode 100644
index 663afe71..
--- a/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Gnome keyboard configuration library"
-HOMEPAGE="https://www.gnome.org";
-
-LICENSE="LGPL-2+"
-SLOT="0/8"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+introspection test"
-
-RDEPEND="
-   >=dev-libs/glib-2.18:2
-   >=x11-libs/gtk+-2.91.7:3[X,introspection?]
-   >=x11-libs/libxklavier-5.2[introspection?]
-
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-DEPEND="${RDEPEND}
-   >=sys-devel/gettext-0.19.4
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable introspection) \
-   $(use_enable test tests)
-}

diff --git a/gnome-base/libgnomekbd/metadata.xml 
b/gnome-base/libgnomekbd/metadata.xml
deleted file mode 100644
index 39980802..
--- a/gnome-base/libgnomekbd/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-



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

2018-09-14 Thread Agostino Sarubbo
commit: 6106b670cc68ca82a0846515a966da7139c1a5d2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 14 09:20:20 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 14 09:20:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6106b670

dev-libs/apr-util: amd64 stable wrt bug #635272

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="amd64"

 dev-libs/apr-util/apr-util-1.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild 
b/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild
index 6fa6e9f9d95..9cb743a110a 100644
--- a/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild
+++ b/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://apache/apr/${P}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="berkdb doc gdbm ldap libressl mysql nss odbc openssl postgres sqlite 
static-libs"
 #RESTRICT="test"
 



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

2018-09-14 Thread Agostino Sarubbo
commit: 099cb3feafb202cb76d838d8a399c73772ad8447
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 14 09:40:26 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 14 09:40:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099cb3fe

net-libs/nodejs: amd64 stable wrt bug #665656

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="amd64"

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

diff --git a/net-libs/nodejs/nodejs-8.12.0.ebuild 
b/net-libs/nodejs/nodejs-8.12.0.ebuild
index 50879fdaefd..ec415cf67f8 100644
--- a/net-libs/nodejs/nodejs-8.12.0.ebuild
+++ b/net-libs/nodejs/nodejs-8.12.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz";
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap 
test"
 REQUIRED_USE="
${PYTHON_REQUIRED_USE}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-cldr/

2018-09-14 Thread Tobias Klausmann
commit: ea9698e2ee5377a2464f0339a00cb70bfac3c960
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 10:17:39 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 10:17:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9698e2

app-i18n/unicode-cldr-33.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664746

 app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild 
b/app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild
index 3c0f240713c..276665ee3e2 100644
--- a/app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild
+++ b/app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild
@@ -13,7 +13,7 @@ fi
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



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

2018-09-14 Thread Tobias Klausmann
commit: 37ee2ad8b7e8687ff7b72ea25bef7617514fb780
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 10:17:38 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 10:17:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ee2ad8

dev-libs/libwacom-0.30-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664244

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

diff --git a/dev-libs/libwacom/libwacom-0.30.ebuild 
b/dev-libs/libwacom/libwacom-0.30.ebuild
index 4ac5c07c973..42c113e1063 100644
--- a/dev-libs/libwacom/libwacom-0.30.ebuild
+++ b/dev-libs/libwacom/libwacom-0.30.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/linuxwacom/${PN}/archive/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86"
 IUSE="doc static-libs"
 
 RDEPEND="



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

2018-09-14 Thread Tobias Klausmann
commit: cac0a3c83bf721080491d767287d6688c0385dcb
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 10:17:39 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 10:17:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac0a3c8

dev-db/postgresql-10.5-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664332

 dev-db/postgresql/postgresql-10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-10.5.ebuild 
b/dev-db/postgresql/postgresql-10.5.ebuild
index c2fb12993ce..c9e12defbf5 100644
--- a/dev-db/postgresql/postgresql-10.5.ebuild
+++ b/dev-db/postgresql/postgresql-10.5.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT=$(get_major_version)
 



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

2018-09-14 Thread Tobias Klausmann
commit: 7ff05bf551cb37512d34da2608bb24836c5360f2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 10:17:38 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 10:17:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff05bf5

media-libs/nas-1.9.4-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664320

 media-libs/nas/nas-1.9.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/nas/nas-1.9.4-r2.ebuild 
b/media-libs/nas/nas-1.9.4-r2.ebuild
index 71eb1dabfaa..f7233ec5f96 100644
--- a/media-libs/nas/nas-1.9.4-r2.ebuild
+++ b/media-libs/nas/nas-1.9.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.src.tar.gz"
 
 LICENSE="HPND MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd"
 IUSE="doc static-libs"
 
 RDEPEND="



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

2018-09-14 Thread Tobias Klausmann
commit: 91bd1f88d841feeb774ef564876ca4d3ecfee420
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 10:17:33 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 10:17:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91bd1f88

media-libs/libmpdclient-2.13-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664234

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

diff --git a/media-libs/libmpdclient/libmpdclient-2.13.ebuild 
b/media-libs/libmpdclient/libmpdclient-2.13.ebuild
index 7f4448f2248..a30b603a924 100644
--- a/media-libs/libmpdclient/libmpdclient-2.13.ebuild
+++ b/media-libs/libmpdclient/libmpdclient-2.13.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 x86"
 IUSE="doc examples test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2018-09-14 Thread Tobias Klausmann
commit: b9aaa9f5700cddb250897c733d84c64092bc453f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 10:17:39 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 10:17:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9aaa9f5

app-i18n/ibus-1.5.18-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664746

 app-i18n/ibus/ibus-1.5.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.18.ebuild b/app-i18n/ibus/ibus-1.5.18.ebuild
index 1da9fda2462..927ddd72824 100644
--- a/app-i18n/ibus/ibus-1.5.18.ebuild
+++ b/app-i18n/ibus/ibus-1.5.18.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python 
test +unicode vala wayland"
 REQUIRED_USE="emoji? ( gtk )
gtk2? ( gtk )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-emoji/

2018-09-14 Thread Tobias Klausmann
commit: 6adb4e5b72cd5ea1aaf0edde96874fb7ae39e478
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 10:17:39 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 10:17:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6adb4e5b

app-i18n/unicode-emoji-11.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664746

 app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild 
b/app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild
index 6df09e50e43..29908067756 100644
--- a/app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild
+++ b/app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="${BASE_URI}/${PN#*-}-data.txt -> ${PN}-data-${PV}.txt
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 DEPEND=""



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

2018-09-14 Thread Tobias Klausmann
commit: e9b44c2965e877c90b18defa76aabf48d3c1f495
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 10:17:38 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 10:17:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b44c29

media-libs/portaudio-19.06.00-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664278

 media-libs/portaudio/portaudio-19.06.00-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/portaudio/portaudio-19.06.00-r1.ebuild 
b/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
index b312fb32219..b866cb031ed 100644
--- a/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
+++ b/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="alsa +cxx debug doc jack oss static-libs"
 
 RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )



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

2018-09-14 Thread Tobias Klausmann
commit: b8b131aeccaabf028dbcf46658614dbd1f4ba856
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 10:18:46 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 10:18:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b131ae

dev-db/postgresql-9.3.24-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664332

 dev-db/postgresql/postgresql-9.3.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.3.24.ebuild 
b/dev-db/postgresql/postgresql-9.3.24.ebuild
index 3eb2151bd1a..6171dbe117b 100644
--- a/dev-db/postgresql/postgresql-9.3.24.ebuild
+++ b/dev-db/postgresql/postgresql-9.3.24.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2018-09-14 Thread Tobias Klausmann
commit: 2fd715a5ca32e50102fef1d75a49ca2eb2f9351c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 10:19:28 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 10:19:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd715a5

dev-db/postgresql-9.4.19-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664332

 dev-db/postgresql/postgresql-9.4.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.4.19.ebuild 
b/dev-db/postgresql/postgresql-9.4.19.ebuild
index f6f35c9be57..e369b46ad7f 100644
--- a/dev-db/postgresql/postgresql-9.4.19.ebuild
+++ b/dev-db/postgresql/postgresql-9.4.19.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2018-09-14 Thread Tobias Klausmann
commit: a7c11537e7f5b3de7688163aa8dca5678465126f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 10:20:39 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 10:20:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c11537

dev-db/postgresql-9.5.14-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664332

 dev-db/postgresql/postgresql-9.5.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.5.14.ebuild 
b/dev-db/postgresql/postgresql-9.5.14.ebuild
index 3005246561e..a379246fd95 100644
--- a/dev-db/postgresql/postgresql-9.5.14.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.14.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2018-09-14 Thread Mart Raudsepp
commit: 1cf90ca28597378ddff44f3ca157712dce4aad61
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 10:22:43 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 10:23:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf90ca2

games-puzzle/lightsoff: bump to 3.28.0

* Remove unnecessary vala dep - this project is still using autotools
  and shipping pregenerated C files, thus valac is not used other than
  check for presence.
* Downgrade yelp-tools dep to itstool - yelp-tools is a developer-only
  package, so at most we'd need it with eautoreconf, if even that.
* Adapt to upstream porting from intltool to newer gettext.
* Add missing libxml2:2 build dep for gresource files xml-stripblanks
  usage, for which xmllint is used by glib-compile-resources.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-puzzle/lightsoff/Manifest|  1 +
 games-puzzle/lightsoff/lightsoff-3.28.0.ebuild | 33 ++
 games-puzzle/lightsoff/metadata.xml|  5 
 3 files changed, 39 insertions(+)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 42d96621bdf..7fd1a21f95e 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1 +1,2 @@
 DIST lightsoff-3.24.0.tar.xz 1943672 BLAKE2B 
fc6c8643e791a7b6e3e1183ea9678138d53aab5ba7234c4c6417b576dda571a741c3eeb8fab36ae5a00b25420fcc1269e412800a4a5c56efc16943905d6002f5
 SHA512 
ef036512b3c4e60b4419005864c3f6f4f9447af2e4d12fac1df7603f5837adf2cbe0f41f6089d3e683c3606d021d35e0cc41589938054988506aef3881936e6a
+DIST lightsoff-3.28.0.tar.xz 863120 BLAKE2B 
8882af4829251c7af0fac9d259958c62f7e3a063ad312c25296020a19beeb7e8d578ce4eef548a6e2aeb8914d2fcb120aea3e37c125f235599de5344a554db10
 SHA512 
f4efb3d8209b6e75985ad04f0cd8ec984d564c4bc35b5dcbbae9b85fd2a49dcfca530fb63a5581f08cb55dfa9fc31284e177d04a518f3daec66414eb58007f67

diff --git a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild
new file mode 100644
index 000..0d581544bbf
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Turn off all the lights"
+HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff";
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.38.0:2
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/clutter-1.14.0:1.0
+   >=media-libs/clutter-gtk-1.5.5:1.0
+   >=gnome-base/librsvg-2.32.0:2
+"
+# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
+DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure VALAC="$(type -P true)"
+}

diff --git a/games-puzzle/lightsoff/metadata.xml 
b/games-puzzle/lightsoff/metadata.xml
index 39980802b1d..d161a8b50f6 100644
--- a/games-puzzle/lightsoff/metadata.xml
+++ b/games-puzzle/lightsoff/metadata.xml
@@ -5,4 +5,9 @@
gn...@gentoo.org
Gentoo GNOME Desktop
 
+
+   Lights Off is a collection of light switch puzzles. Clicking on a light
+   toggles it either on or off, but also toggles all the surrounding 
lights,
+   too. Your objective is simple: turn off all the lights!
+
 



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

2018-09-14 Thread Mart Raudsepp
commit: 037ba1a0cc7f1f0f68f50eca5fcebe6ea0888db7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 10:00:24 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 10:23:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037ba1a0

gnome-base/librsvg: add glib-utils build dep

Uses glib-mkenums

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 gnome-base/librsvg/librsvg-2.40.18.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnome-base/librsvg/librsvg-2.40.18.ebuild 
b/gnome-base/librsvg/librsvg-2.40.18.ebuild
index 35c57af5b2f..a98ec7330c0 100644
--- a/gnome-base/librsvg/librsvg-2.40.18.ebuild
+++ b/gnome-base/librsvg/librsvg-2.40.18.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
dev-libs/gobject-introspection-common
dev-libs/vala-common
+   dev-util/glib-utils
>=dev-util/gtk-doc-am-1.13
>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
vala? ( $(vala_depend) )



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

2018-09-14 Thread Mart Raudsepp
commit: 8ec93c2471dee5383d9c5fb839ee3885ca83e998
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 09:30:34 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 10:23:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec93c24

x11-libs/libwnck: bump to 3.30.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-libs/libwnck/Manifest  |  1 +
 x11-libs/libwnck/libwnck-3.30.0.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest
index 95a64fdd730..417a185c59c 100644
--- a/x11-libs/libwnck/Manifest
+++ b/x11-libs/libwnck/Manifest
@@ -1,2 +1,3 @@
 DIST libwnck-2.31.0.tar.xz 630792 BLAKE2B 
8201537d3c9a8a0a8668fc16d33a8eaa05c14312401f1c763c922402df04ef03260dd259f5c46508f85390f7aefd551e83143e654b24b412272dddb7c7c4bd62
 SHA512 
54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9
 DIST libwnck-3.24.1.tar.xz 821508 BLAKE2B 
18bc01a08107e0b2b040cb6036a80cb289955aa9365b7568292aa1c29dc77758bc9b11caa57b8cff6bebb75dd1d0bf7135b0cebed1e42c6ccc1c1372c6a224b5
 SHA512 
e8a31ab2dc0c282f1e0994ce6a2ccd18678dc5c140943399262e795052b7f5da2d6a5d388a74f4b10f8fac66ab138983a9caaee4e72c92a17c01ca5c39b731e1
+DIST libwnck-3.30.0.tar.xz 800296 BLAKE2B 
5917ac8a69f6f1e0d639f301a77349015226ca6d0fc12e8b23c00a81e18f6e9dbb7716b01e50aceb15bdbd64b5b1a8295be5b931d513e120508cdf14d2d15a23
 SHA512 
79842e4645de828941ac030eeff9d232b18a51fe0d18baf5ceb2beaf897d328ee5bf3b297501e2b27e66c63d42f6546a7605a37c6d7d52ff76e9b2bc5c328128

diff --git a/x11-libs/libwnck/libwnck-3.30.0.ebuild 
b/x11-libs/libwnck/libwnck-3.30.0.ebuild
new file mode 100644
index 000..05d20f984b7
--- /dev/null
+++ b/x11-libs/libwnck/libwnck-3.30.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit flag-o-matic gnome2
+
+DESCRIPTION="A window navigation construction kit"
+HOMEPAGE="https://developer.gnome.org/libwnck/stable/";
+
+LICENSE="LGPL-2+"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+
+IUSE="+introspection startup-notification tools"
+
+RDEPEND="
+   x11-libs/cairo[X]
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   >=dev-libs/glib-2.32:2
+   x11-libs/libX11
+   x11-libs/libXres
+   x11-libs/libXext
+   introspection? ( >=dev-libs/gobject-introspection-0.6.14:= )
+   startup-notification? ( >=x11-libs/startup-notification-0.4 )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.9
+   >=sys-devel/gettext-0.19.4
+   virtual/pkgconfig
+"
+# eautoreconf needs
+#  sys-devel/autoconf-archive
+
+src_configure() {
+   # Don't collide with SLOT=1
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable introspection) \
+   $(use_enable startup-notification) \
+   $(use_enable tools) \
+   --program-suffix=-${SLOT}
+}



[gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp-xsl/, x11-libs/gdk-pixbuf/, dev-util/itstool/, ...

2018-09-14 Thread Mart Raudsepp
commit: 08eecc063ef040b7024005db980643067eac2e34
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 10:28:16 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 10:28:16 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=08eecc06

*/*: Remove arm-linux keywords

This separate arch.desc prefix keyword is gone from main tree in favor of just 
prefix "arm"

 app-accessibility/at-spi2-atk/at-spi2-atk-.ebuild   | 2 +-
 app-accessibility/at-spi2-core/at-spi2-core-.ebuild | 2 +-
 app-crypt/p11-kit/p11-kit-.ebuild   | 2 +-
 app-text/yelp-tools/yelp-tools-.ebuild  | 2 +-
 dev-libs/atk/atk-2.26.1-r1.ebuild   | 2 +-
 .../gobject-introspection-common-.ebuild| 2 +-
 dev-libs/vala-common/vala-common-0.38.10.ebuild | 2 +-
 dev-util/itstool/itstool-2.0.4-r1.ebuild| 2 +-
 dev-util/itstool/itstool-.ebuild| 2 +-
 gnome-base/dconf/dconf-.ebuild  | 2 +-
 gnome-base/gconf/gconf-.ebuild  | 2 +-
 gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild| 2 +-
 gnome-base/gnome-desktop/gnome-desktop-.ebuild  | 2 +-
 gnome-base/gnome-keyring/gnome-keyring-.ebuild  | 2 +-
 gnome-base/libgnome-keyring/libgnome-keyring-.ebuild| 2 +-
 gnome-base/nautilus/nautilus-3.26.3.1.ebuild| 2 +-
 gnome-base/nautilus/nautilus-.ebuild| 2 +-
 gnome-extra/yelp-xsl/yelp-xsl-.ebuild   | 2 +-
 net-libs/glib-networking/glib-networking-2.54.1.ebuild  | 2 +-
 net-libs/glib-networking/glib-networking-2.56.0-r1.ebuild   | 2 +-
 scripts/find-keywordreq.py  | 2 +-
 x11-libs/gdk-pixbuf/gdk-pixbuf-.ebuild  | 2 +-
 x11-libs/gtk+/gtk+-.ebuild  | 2 +-
 x11-libs/pango/pango-.ebuild| 2 +-
 x11-libs/vte/vte-.ebuild| 2 +-
 .../gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-.ebuild | 2 +-
 x11-themes/gnome-themes-standard/gnome-themes-standard-.ebuild  | 2 +-
 27 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-.ebuild 
b/app-accessibility/at-spi2-atk/at-spi2-atk-.ebuild
index 666a9518..05934c3e 100644
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-.ebuild
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-.ebuild
@@ -19,7 +19,7 @@ SLOT="2"
 if [[ ${PV} =  ]]; then
KEYWORDS=""
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 fi
 IUSE="test"
 

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-.ebuild
index 99121faf..5c11ce38 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} =  ]]; then
KEYWORDS=""
IUSE="${IUSE} doc"
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 fi
 
 # x11-libs/libSM is needed until upstream #719808 is solved either

diff --git a/app-crypt/p11-kit/p11-kit-.ebuild 
b/app-crypt/p11-kit/p11-kit-.ebuild
index 036601c6..6cead639 100644
--- a/app-crypt/p11-kit/p11-kit-.ebuild
+++ b/app-crypt/p11-kit/p11-kit-.ebuild
@@ -22,7 +22,7 @@ SLOT="0"
 if [[ ${PV} =  ]]; then
KEYWORDS=""
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 fi
 IUSE="+asn1 debug +trust"
 REQUIRED_USE="trust? ( asn1 )"

diff --git a/app-text/yelp-tools/yelp-tools-.ebuild 
b/app-text/yelp-tools/yelp-tools-.ebuild
index b95785c3..603b71cd 100644
--- a/app-text/yelp-tools/yelp-tools-.ebuild
+++ b/app-text/yelp-tools/yelp-tools-.ebuild
@@ -18,7 +18,

[gentoo-commits] proj/gnome:master commit in: games-puzzle/lightsoff/

2018-09-14 Thread Mart Raudsepp
commit: c595f420d2d34f0dc5bba0147ea419ad8c94892f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 10:25:47 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 10:25:47 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c595f420

games-puzzle/lightsoff: remove, 3.28.0 available in ::gentoo

Main tree 3.28.0 doesn't build depend on vala and gdk-pixbuf unnecessarily

 games-puzzle/lightsoff/lightsoff-3.26.0.ebuild | 37 --
 games-puzzle/lightsoff/metadata.xml|  8 --
 2 files changed, 45 deletions(-)

diff --git a/games-puzzle/lightsoff/lightsoff-3.26.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.26.0.ebuild
deleted file mode 100644
index abc7..
--- a/games-puzzle/lightsoff/lightsoff-3.26.0.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
-inherit gnome2 vala
-
-DESCRIPTION="Turn off all the lights"
-HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff";
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.38:2
-   >=gnome-base/librsvg-2.32:2
-   >=media-libs/clutter-1.14:1.0
-   >=media-libs/clutter-gtk-1.5.5:1.0
-   >=x11-libs/gtk+-3.13.4:3
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-libs/gdk-pixbuf:2
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   vala_src_prepare
-}

diff --git a/games-puzzle/lightsoff/metadata.xml 
b/games-puzzle/lightsoff/metadata.xml
deleted file mode 100644
index 39980802..
--- a/games-puzzle/lightsoff/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-



[gentoo-commits] repo/user/gerislay:master commit in: media-gfx/leocad/

2018-09-14 Thread gerion
commit: c9b0578df1a27d1307480d0e06dc06f9a8e24f46
Author: Gerion Entrup  flump  de>
AuthorDate: Fri Sep 14 11:54:52 2018 +
Commit: gerion  flump  de>
CommitDate: Fri Sep 14 11:54:52 2018 +
URL:https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=c9b0578d

media-gfx/leocad: add 18.02 version

 media-gfx/leocad/Manifest|  4 +++
 media-gfx/leocad/leocad-18.02.ebuild | 48 
 media-gfx/leocad/metadata.xml|  9 +++
 3 files changed, 61 insertions(+)

diff --git a/media-gfx/leocad/Manifest b/media-gfx/leocad/Manifest
new file mode 100644
index 000..3fc1285
--- /dev/null
+++ b/media-gfx/leocad/Manifest
@@ -0,0 +1,4 @@
+DIST Library-Linux-9781.zip 34424833 BLAKE2B 
fd91e5bcb7d92f81e0adfcd1e9cc759c83e71c9e481c6234b1cf00981bf457369d3c3da692c83cf46b9932d70e845063d2a9debf4e4f3c0c182edfb0a996b3ba
 SHA512 
522fc14e295d594af164e5977919b05f742f850606463a0243f5bc5964e00611b17a320a5dd80a9a26f606ca8caeff5c0b0d84674257ca90f166efd11c750657
+DIST leocad-18.02.tar.gz 5304950 BLAKE2B 
f31a72fe53979358e4211e6d97542351d5cc71bee2123b573dc6f8a88ec411e234e5d98a80fad2208e581d9bfad437d4c9778731cb5335953848ae8a3fafb17a
 SHA512 
cf7b878d2a39775d6f0a4d07608a99144d832a06e9813b79dd85e018f7fb16cddb8a1f5cc4640488a0168aeb8549e7ee91811e4a4b9f727d788b598f10f25d97
+EBUILD leocad-18.02.ebuild 932 BLAKE2B 
4712b05041b2e658689c2925ac2e6516ef2181b5baee220ed5b06fae19b2c44082c14e7c9040e5efa7167c3ff2ad001cce1a46f24d10bca190db584027d2a481
 SHA512 
10946978deacc95c50b787dbf90a628c5c9a9ac7821bb01ad21053f6f28b194369d262c637860010243237cd0a7b17f9debef73c20565ab71f7a72ebd66ecc95
+MISC metadata.xml 304 BLAKE2B 
80060637a0d3407c8d7dd895ca971e154cb0b8b4de787ff4da0477fa3d9327897383ba70b3ebe626337dfd012f8b7f00b9de66b47b1273c51e901fa215ec34b9
 SHA512 
eb3fcc6d150f9e8bcfd4fa0d32b2c8f88421424bd341ff0f6b188b0f8c267958bb65caba5a84322eeb7e57dae26deda29046f3b8b8659311a283eed77ed38fdd

diff --git a/media-gfx/leocad/leocad-18.02.ebuild 
b/media-gfx/leocad/leocad-18.02.ebuild
new file mode 100644
index 000..b3110b2
--- /dev/null
+++ b/media-gfx/leocad/leocad-18.02.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils eutils
+
+DESCRIPTION="LeoCAD is a CAD program that uses bricks similar to those found 
in many toys."
+HOMEPAGE="http://www.leocad.org";
+
+BASE_URI="https://github.com/leozide/leocad";
+
+
+if [[ ${PV} == ** ]];then
+   inherit git-r3
+   EGIT_REPO_URI="${BASE_URI}"
+   SRC_URI=""
+   KEYWORDS=""
+else
+   LIB_NUM="9781"
+   SRC_URI="
+   ${BASE_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   
${BASE_URI}/releases/download/v${PV}/Library-Linux-${LIB_NUM}.zip
+   "
+   KEYWORDS="~x86 ~amd64 ~arm"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtopengl:5
+   dev-qt/qtconcurrent:5
+"
+RDEPEND="${DEPEND}
+   x11-themes/hicolor-icon-theme"
+
+src_configure(){
+   eqmake5 ${PN}.pro DISABLE_UPDATE_CHECK=1
+}
+
+src_install(){
+   emake INSTALL_ROOT="${D}" install
+   insinto /usr/share/${PN}
+   doins "${WORKDIR}/library.bin"
+}

diff --git a/media-gfx/leocad/metadata.xml b/media-gfx/leocad/metadata.xml
new file mode 100644
index 000..a411f30
--- /dev/null
+++ b/media-gfx/leocad/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   gerion.ent...@flump.de
+   Gerion entrup
+   Gerislay Gentoo Overlay
+   
+



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

2018-09-14 Thread Tobias Klausmann
commit: 3ae0f98bcea9d46054cbacaf18e243198cc2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:18 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae0f98b

net-libs/nghttp2-1.33.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/665798

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

diff --git a/net-libs/nghttp2/nghttp2-1.33.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.33.0.ebuild
index d57b8cb3f61..9ae6060c025 100644
--- a/net-libs/nghttp2/nghttp2-1.33.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.33.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else

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



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

2018-09-14 Thread Tobias Klausmann
commit: 62cd124c85760b91e9fa67112cc386bf3ff835e0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:17 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62cd124c

net-misc/snarf-7.0-r4: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/665784

 net-misc/snarf/snarf-7.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/snarf/snarf-7.0-r4.ebuild 
b/net-misc/snarf/snarf-7.0-r4.ebuild
index f6d610f0d56..df683bcced3 100644
--- a/net-misc/snarf/snarf-7.0-r4.ebuild
+++ b/net-misc/snarf/snarf-7.0-r4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small and fast CLI resource grabber for http, 
gopher, finger, ftp"
 HOMEPAGE="https://www.xach.com/snarf/";
 SRC_URI="https://www.xach.com/snarf/${P}.tar.gz";
 
-KEYWORDS="~alpha ~amd64 ~ppc sparc x86"
+KEYWORDS="alpha ~amd64 ~ppc sparc x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""



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

2018-09-14 Thread Tobias Klausmann
commit: 2114c1ec298341569b91ac0532e1170a9de4708a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:07 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2114c1ec

net-mail/dovecot-2.3.2.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664814

 net-mail/dovecot/dovecot-2.3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/dovecot/dovecot-2.3.2.1.ebuild 
b/net-mail/dovecot/dovecot-2.3.2.1.ebuild
index 923a73d59f6..51e78d3f8c5 100644
--- a/net-mail/dovecot/dovecot-2.3.2.1.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.2.1.ebuild
@@ -27,7 +27,7 @@ HOMEPAGE="https://www.dovecot.org/";
 
 SLOT="0"
 LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
 
 IUSE_DOVECOT_AUTH="kerberos ldap lua mysql pam postgres sqlite vpopmail"
 IUSE_DOVECOT_COMPRESS="bzip2 lzma lz4 zlib"



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

2018-09-14 Thread Tobias Klausmann
commit: 7c6ed071107ade64499f3e986ebd3c4485a01047
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:14 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6ed071

app-arch/lz4-1.8.2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/665392

 app-arch/lz4/lz4-1.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lz4/lz4-1.8.2.ebuild b/app-arch/lz4/lz4-1.8.2.ebuild
index 6359c3f1389..f853a680f72 100644
--- a/app-arch/lz4/lz4-1.8.2.ebuild
+++ b/app-arch/lz4/lz4-1.8.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH=dev
 else
SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+   KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 fi
 
 DESCRIPTION="Extremely Fast Compression algorithm"



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

2018-09-14 Thread Tobias Klausmann
commit: 136eb3d0e1d78c8629b29987f98705f98d68e18f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:13 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136eb3d0

media-libs/libsdl2-2.0.8-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/665062

 media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild
index 617eaa3740b..34dbe39b288 100644
--- a/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/release/${MY_P}.tar.gz";
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
 
 IUSE="cpu_flags_x86_3dnow alsa altivec aqua custom-cflags dbus gles haptic 
libsamplerate +joystick kms cpu_flags_x86_mmx nas opengl oss pulseaudio +sound 
cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs +threads tslib udev +video 
video_cards_vc4 wayland X xinerama xscreensaver"
 REQUIRED_USE="



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

2018-09-14 Thread Tobias Klausmann
commit: 2001a7c91a4997a9e789a6d45db10992d33181f1
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:15 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2001a7c9

dev-lang/python-exec-2.4.6-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/665406

 dev-lang/python-exec/python-exec-2.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python-exec/python-exec-2.4.6.ebuild 
b/dev-lang/python-exec/python-exec-2.4.6.ebuild
index 74501aa7239..e32c5338d78 100644
--- a/dev-lang/python-exec/python-exec-2.4.6.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.6.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/mgorny/python-exec/releases/download/v${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 # eselect-python because of /usr/bin/python* collisions and new config



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

2018-09-14 Thread Tobias Klausmann
commit: ff05b5050678e5d91a20430a374c3427a39e0ae7
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:13 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff05b505

media-libs/rubberband-1.8.1-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/665064

 media-libs/rubberband/rubberband-1.8.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/rubberband/rubberband-1.8.1-r2.ebuild 
b/media-libs/rubberband/rubberband-1.8.1-r2.ebuild
index 8b48a4f504b..99d228f6572 100644
--- a/media-libs/rubberband/rubberband-1.8.1-r2.ebuild
+++ b/media-libs/rubberband/rubberband-1.8.1-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://code.breakfastquay.com/attachments/download/34/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="static-libs"
 
 RDEPEND="



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

2018-09-14 Thread Tobias Klausmann
commit: d233d30b1cb2371e7701836e9a371b9a70b56070
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:01 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d233d30b

mail-mta/postfix-3.3.1-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664812

 mail-mta/postfix/postfix-3.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/postfix-3.3.1-r1.ebuild 
b/mail-mta/postfix/postfix-3.3.1-r1.ebuild
index 1b82c9bc27d..709c71b12f5 100644
--- a/mail-mta/postfix/postfix-3.3.1-r1.ebuild
+++ b/mail-mta/postfix/postfix-3.3.1-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
 
 LICENSE="|| ( IBM EPL-2.0 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="+berkdb cdb dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb 
memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
 
 DEPEND=">=dev-libs/libpcre-3.4



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

2018-09-14 Thread Tobias Klausmann
commit: 40cc3932c704fc855982dcd9d74cc023f7f5d8a4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:10 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40cc3932

dev-util/re2c-1.0.3-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664924

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

diff --git a/dev-util/re2c/re2c-1.0.3.ebuild b/dev-util/re2c/re2c-1.0.3.ebuild
index c092197bfe1..8eb9592cd7a 100644
--- a/dev-util/re2c/re2c-1.0.3.ebuild
+++ b/dev-util/re2c/re2c-1.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/skvadrik/re2c/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 
 src_prepare() {
default



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

2018-09-14 Thread Tobias Klausmann
commit: 2b4aab0be24e4b042f5cf3f3c6a756664371a840
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:14 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4aab0b

sys-apps/less-531-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/665166

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

diff --git a/sys-apps/less/less-531.ebuild b/sys-apps/less/less-531.ebuild
index 6fa01a89266..c47003b1886 100644
--- a/sys-apps/less/less-531.ebuild
+++ b/sys-apps/less/less-531.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz";
 
 LICENSE="|| ( GPL-3 BSD-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="pcre unicode"
 
 DEPEND=">=app-misc/editor-wrapper-3



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

2018-09-14 Thread Tobias Klausmann
commit: d744485707363d0dacb4e7fda8466a97544c4b0e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:09 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7444857

app-admin/eselect-1.4.13-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664896

 app-admin/eselect/eselect-1.4.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/eselect/eselect-1.4.13.ebuild 
b/app-admin/eselect/eselect-1.4.13.ebuild
index 478e168d547..bcd025bed27 100644
--- a/app-admin/eselect/eselect-1.4.13.ebuild
+++ b/app-admin/eselect/eselect-1.4.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz";
 
 LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc emacs vim-syntax"
 
 RDEPEND="sys-apps/sed



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

2018-09-14 Thread Tobias Klausmann
commit: ed7f2d806557066e50771603fdb99f03a27dda00
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:08 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7f2d80

net-analyzer/wireshark-2.6.3-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/664852

 net-analyzer/wireshark/wireshark-2.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-2.6.3.ebuild 
b/net-analyzer/wireshark/wireshark-2.6.3.ebuild
index fd0b1bc63b4..a540b287ace 100644
--- a/net-analyzer/wireshark/wireshark-2.6.3.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.6.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc64 x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc64 x86"
 IUSE="
adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc
+dumpcap +editcap gtk kerberos libxml2 lua lz4 maxminddb +mergecap 
+netlink



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

2018-09-14 Thread Tobias Klausmann
commit: 5610825dbdeffb60c9ce704edb9e76504535e017
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:15 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5610825d

media-gfx/qrencode-4.0.2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/665410

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

diff --git a/media-gfx/qrencode/qrencode-4.0.2.ebuild 
b/media-gfx/qrencode/qrencode-4.0.2.ebuild
index 411c01db8cf..7209fbbdad1 100644
--- a/media-gfx/qrencode/qrencode-4.0.2.ebuild
+++ b/media-gfx/qrencode/qrencode-4.0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2";
 
 LICENSE="LGPL-2"
 SLOT="0/4"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd"
 IUSE="test"
 
 RDEPEND="media-libs/libpng:0="



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

2018-09-14 Thread Tobias Klausmann
commit: 57d12c8865d71616bd6d5935da47c44e3b2a4413
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:16 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d12c88

x11-libs/libxkbcommon-0.8.2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/665702

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

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild
index fb6db219c2d..3a7627ed45c 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild
@@ -17,7 +17,7 @@ inherit xorg-2 ${GIT_ECLASS}
 
 DESCRIPTION="X.Org xkbcommon library"
 HOMEPAGE="https://xkbcommon.org/";
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-fbsd"
 IUSE="X doc test"
 
 DEPEND="sys-devel/bison



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

2018-09-14 Thread Tobias Klausmann
commit: c898418d9312cd4f4f8e1d9aee457d67594db94e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 14 12:13:11 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 14 12:17:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c898418d

dev-libs/apr-1.6.3-r3: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/665002

 dev-libs/apr/apr-1.6.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/apr/apr-1.6.3-r3.ebuild b/dev-libs/apr/apr-1.6.3-r3.ebuild
index 13503627a63..d3d18b3be33 100644
--- a/dev-libs/apr/apr-1.6.3-r3.ebuild
+++ b/dev-libs/apr/apr-1.6.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://apache/apr/${P}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="1/${PV%.*}"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc elibc_FreeBSD older-kernels-compatibility selinux static-libs 
+urandom"
 
 CDEPEND="elibc_glibc? ( >=sys-apps/util-linux-2.16 )



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/.kde-plasma-5.13/, ...

2018-09-14 Thread Andreas Sturmlechner
commit: 1c5a293dc1545407c338c7806c74c6faba4a2f1f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep 14 12:19:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep 14 12:19:20 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c5a293d

Documentation: Partially revert "Drop obsolete deps from KDE Plasma 5.13"

We still need Qt 5.11 in package.accept_keywords.

 Documentation/package.accept_keywords/.kde-plasma-5.13/more-deps | 3 +++
 Documentation/package.accept_keywords/kde-plasma-5.13.keywords   | 3 +++
 Documentation/package.mask/kde-plasma-5.13   | 1 +
 3 files changed, 7 insertions(+)

diff --git a/Documentation/package.accept_keywords/.kde-plasma-5.13/more-deps 
b/Documentation/package.accept_keywords/.kde-plasma-5.13/more-deps
index e69de29bb2..1abf8a6193 100644
--- a/Documentation/package.accept_keywords/.kde-plasma-5.13/more-deps
+++ b/Documentation/package.accept_keywords/.kde-plasma-5.13/more-deps
@@ -0,0 +1,3 @@
+dev-qt/*:5/5.11
+dev-qt/qtwebkit:5/5.212
+=dev-qt/qtsql-5.11*:5

diff --git a/Documentation/package.accept_keywords/kde-plasma-5.13.keywords 
b/Documentation/package.accept_keywords/kde-plasma-5.13.keywords
index d451667d6f..76cddd05ea 100644
--- a/Documentation/package.accept_keywords/kde-plasma-5.13.keywords
+++ b/Documentation/package.accept_keywords/kde-plasma-5.13.keywords
@@ -44,3 +44,6 @@
 

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

2018-09-14 Thread Lars Wendler
commit: ec44060d30550ced18fa4a424b602654e6fcc8df
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep 14 12:51:31 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep 14 12:57:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec44060d

media-sound/bluez-alsa: Bump to version 1.3.1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-sound/bluez-alsa/Manifest|  1 +
 media-sound/bluez-alsa/bluez-alsa-1.3.1.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/media-sound/bluez-alsa/Manifest b/media-sound/bluez-alsa/Manifest
index 09bfec77bed..b6712e8a657 100644
--- a/media-sound/bluez-alsa/Manifest
+++ b/media-sound/bluez-alsa/Manifest
@@ -1,2 +1,3 @@
 DIST bluez-alsa-1.2.0.tar.gz 63662 BLAKE2B 
79549c9848f910e083b88058e6798e10d193a3bfcbc087b41e17aa5f43444f425b5932c6440a5c7416068bd0c562a744f3cbfb3008582f56988e756ee74395a3
 SHA512 
a6bf0068b3fb88acaa11990db411f1d3be7ad19219e7bdfd091fe81acc2ba5d5992dfb377e4fcc332ac330bb7e5ab5e4f4a9cee3e700e366fd983e81a272a5b4
 DIST bluez-alsa-1.3.0.tar.gz 86109 BLAKE2B 
0a026c590a3e8f655db367e38891142d757eabc8ba647c655451e7b5ff9beabcc71ec33e16522ee7818be7513c9ecc4c5512ce6a2358651b4d8e77cd90f6a25f
 SHA512 
f355873622290bc0193799a77660adf1e3622d3ad77a8e0cbf46d59b3c015009c8b3318c414b855c569d40bbe450a490f53c8d5382350beadfff6e65ab8e58bc
+DIST bluez-alsa-1.3.1.tar.gz 87333 BLAKE2B 
0479baa103b9e6e5c26d061df59b0a36a24a74ee04c882a888d63458da96a980bc9f39a6219cd4ad9f8c04b0d58fb337a960584eb7b93455474111a71ddbeb9f
 SHA512 
2b2f7b26b7b8cff70517bf8a24170330038be40f1a5a2fc75d20853b7beca6c9f9e2e6068f6b0f4fa9b6fc61f374ff59961434be8daa3b4d283abfd165be9cbf

diff --git a/media-sound/bluez-alsa/bluez-alsa-1.3.1.ebuild 
b/media-sound/bluez-alsa/bluez-alsa-1.3.1.ebuild
new file mode 100644
index 000..6c59d2ee4e2
--- /dev/null
+++ b/media-sound/bluez-alsa/bluez-alsa-1.3.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+DESCRIPTION="Bluetooth Audio ALSA Backend"
+HOMEPAGE="https://github.com/Arkq/bluez-alsa";
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Arkq/${PN}";
+else
+   SRC_URI="https://github.com/Arkq/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="aac debug hcitop static-libs"
+
+RDEPEND=">=dev-libs/glib-2.26[dbus,${MULTILIB_USEDEP}]
+   >=media-libs/alsa-lib-1.0[${MULTILIB_USEDEP}]
+   >=media-libs/sbc-1.2[${MULTILIB_USEDEP}]
+   >=net-wireless/bluez-5.0[${MULTILIB_USEDEP}]
+   aac? ( >=media-libs/fdk-aac-0.1.1[${MULTILIB_USEDEP}] )
+   hcitop? (
+   dev-libs/libbsd
+   sys-libs/ncurses:0=
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --enable-rfcomm
+   $(use_enable aac)
+   $(use_enable debug)
+   $(use_enable static-libs static)
+   $(multilib_native_use_enable hcitop)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   default
+   find "${ED}" -name "*.la" -delete || die
+
+   newinitd "${FILESDIR}"/bluealsa-init.d bluealsa
+   newconfd "${FILESDIR}"/bluealsa-conf.d-2 bluealsa
+}
+
+pkg_postinst() {
+   elog "Users can use this service when they are members of the \"audio\" 
group."
+}



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

2018-09-14 Thread Lars Wendler
commit: 4346990b14a91f06de4b5d8dedb2d10b56ea5d3e
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep 14 12:52:17 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep 14 12:57:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4346990b

media-sound/bluez-alsa: Removed old.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-sound/bluez-alsa/Manifest|  1 -
 media-sound/bluez-alsa/bluez-alsa-1.2.0.ebuild | 58 --
 media-sound/bluez-alsa/files/bluealsa-conf.d   |  4 --
 3 files changed, 63 deletions(-)

diff --git a/media-sound/bluez-alsa/Manifest b/media-sound/bluez-alsa/Manifest
index b6712e8a657..10bb72ecff7 100644
--- a/media-sound/bluez-alsa/Manifest
+++ b/media-sound/bluez-alsa/Manifest
@@ -1,3 +1,2 @@
-DIST bluez-alsa-1.2.0.tar.gz 63662 BLAKE2B 
79549c9848f910e083b88058e6798e10d193a3bfcbc087b41e17aa5f43444f425b5932c6440a5c7416068bd0c562a744f3cbfb3008582f56988e756ee74395a3
 SHA512 
a6bf0068b3fb88acaa11990db411f1d3be7ad19219e7bdfd091fe81acc2ba5d5992dfb377e4fcc332ac330bb7e5ab5e4f4a9cee3e700e366fd983e81a272a5b4
 DIST bluez-alsa-1.3.0.tar.gz 86109 BLAKE2B 
0a026c590a3e8f655db367e38891142d757eabc8ba647c655451e7b5ff9beabcc71ec33e16522ee7818be7513c9ecc4c5512ce6a2358651b4d8e77cd90f6a25f
 SHA512 
f355873622290bc0193799a77660adf1e3622d3ad77a8e0cbf46d59b3c015009c8b3318c414b855c569d40bbe450a490f53c8d5382350beadfff6e65ab8e58bc
 DIST bluez-alsa-1.3.1.tar.gz 87333 BLAKE2B 
0479baa103b9e6e5c26d061df59b0a36a24a74ee04c882a888d63458da96a980bc9f39a6219cd4ad9f8c04b0d58fb337a960584eb7b93455474111a71ddbeb9f
 SHA512 
2b2f7b26b7b8cff70517bf8a24170330038be40f1a5a2fc75d20853b7beca6c9f9e2e6068f6b0f4fa9b6fc61f374ff59961434be8daa3b4d283abfd165be9cbf

diff --git a/media-sound/bluez-alsa/bluez-alsa-1.2.0.ebuild 
b/media-sound/bluez-alsa/bluez-alsa-1.2.0.ebuild
deleted file mode 100644
index 8b3787db68d..000
--- a/media-sound/bluez-alsa/bluez-alsa-1.2.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="Bluetooth Audio ALSA Backend"
-HOMEPAGE="https://github.com/Arkq/bluez-alsa";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/Arkq/${PN}";
-else
-   SRC_URI="https://github.com/Arkq/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="aac debug hcitop"
-
-RDEPEND=">=dev-libs/glib-2.16[dbus,${MULTILIB_USEDEP}]
-   >=media-libs/alsa-lib-1.0[${MULTILIB_USEDEP}]
-   >=media-libs/sbc-1.2[${MULTILIB_USEDEP}]
-   >=net-wireless/bluez-5[${MULTILIB_USEDEP}]
-   aac? ( >=media-libs/fdk-aac-0.1.1[${MULTILIB_USEDEP}] )
-   hcitop? (
-   dev-libs/libbsd
-   sys-libs/ncurses:0=
-   )"
-DEPEND="${RDEPEND}
-   net-libs/ortp
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" \
-   econf \
-   $(use_enable aac) \
-   $(use_enable debug) \
-   $(multilib_native_use_enable hcitop)
-}
-
-multilib_src_install_all() {
-   default
-   prune_libtool_files --modules
-
-   newinitd "${FILESDIR}"/bluealsa-init.d bluealsa
-   newconfd "${FILESDIR}"/bluealsa-conf.d bluealsa
-}
-
-pkg_postinst() {
-   elog "Users can use this service when they are members of the \"audio\" 
group."
-}

diff --git a/media-sound/bluez-alsa/files/bluealsa-conf.d 
b/media-sound/bluez-alsa/files/bluealsa-conf.d
deleted file mode 100644
index feb2e1e6a66..000
--- a/media-sound/bluez-alsa/files/bluealsa-conf.d
+++ /dev/null
@@ -1,4 +0,0 @@
-# Config file for /etc/init.d/bluealsa
-
-# Allow additional options to be set
-BLUEALSA_CONF="--disable-hsp"



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

2018-09-14 Thread Alexey Shvetsov
commit: 1fef34d8c5572fc287d8f9b9e591247dd27905ab
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Fri Sep 14 14:28:26 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Fri Sep 14 14:28:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fef34d8

x11-wm/xpra: Fix deps for x264 x265 encoders

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-wm/xpra/{xpra-2.2.6.ebuild => xpra-2.2.6-r1.ebuild} | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-wm/xpra/xpra-2.2.6.ebuild b/x11-wm/xpra/xpra-2.2.6-r1.ebuild
similarity index 93%
rename from x11-wm/xpra/xpra-2.2.6.ebuild
rename to x11-wm/xpra/xpra-2.2.6-r1.ebuild
index 5dcafddd7a5..12fe5f47278 100644
--- a/x11-wm/xpra/xpra-2.2.6.ebuild
+++ b/x11-wm/xpra/xpra-2.2.6-r1.ebuild
@@ -39,20 +39,20 @@ COMMON_DEPEND="${PYTHON_DEPS}
libav? ( media-video/libav:0= )
)
dec_avcodec2? (
-   !libav? ( >=media-video/ffmpeg-2:0= )
-   libav? ( media-video/libav:0= )
+   !libav? ( >=media-video/ffmpeg-2:0=[x264,x265] )
+   libav? ( media-video/libav:0=[x264,x265] )
)
enc_ffmpeg? (
!libav? ( >=media-video/ffmpeg-3.2.2:0= )
libav? ( media-video/libav:0= )
)
enc_x264? ( media-libs/x264
-   !libav? ( >=media-video/ffmpeg-1.0.4:0= )
-   libav? ( media-video/libav:0= )
+   !libav? ( >=media-video/ffmpeg-1.0.4:0=[x264] )
+   libav? ( media-video/libav:0=[x264] )
)
enc_x265? ( media-libs/x265
-   !libav? ( >=media-video/ffmpeg-2:0= )
-   libav? ( media-video/libav:0= ) )
+   !libav? ( >=media-video/ffmpeg-2:0=[x264] )
+   libav? ( media-video/libav:0=[x264] ) )
jpeg? ( media-libs/libjpeg-turbo )
opengl? ( dev-python/pygtkglext )
pulseaudio? ( media-sound/pulseaudio )



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

2018-09-14 Thread Ian Stakenvicius
commit: 713a32f1da038d5f33ea20728a32b22874b223aa
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Sep 14 16:01:06 2018 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Sep 14 16:02:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713a32f1

sci-biology/foldingathome: bump to 7.5.1

Upstream has dropped support for 32bit

Closes: https://bugs.gentoo.org/666208
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-biology/foldingathome/Manifest |  3 +--
 ...-7.4.4-r3.ebuild => foldingathome-7.5.1.ebuild} | 30 --
 2 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/sci-biology/foldingathome/Manifest 
b/sci-biology/foldingathome/Manifest
index 4c422074476..e611180008f 100644
--- a/sci-biology/foldingathome/Manifest
+++ b/sci-biology/foldingathome/Manifest
@@ -1,2 +1 @@
-DIST fahclient_7.4.4-32bit-release.tar.bz2 4313096 BLAKE2B 
bb0c0e2d2cb577e0e3e668aeb3521e900a1947dc42fd18e2976216de113e725c3c68872b1c43666a81acfbb2a447d9facf774d7011c451779ee1fb310caff91f
 SHA512 
6a660b99c97c83518863ef671ae760b15e3ca33cacfde6485c11b29e98fab15a9d27833ba307c95b39e6ffb7f271cd0c7a47060ec5b8614961e9a5ee46494b3f
-DIST fahclient_7.4.4-64bit-release.tar.bz2 4451080 BLAKE2B 
a22b65d0415a291a53d222fbc98f62c93490b08530f1c091b6cf9fb8e1abe4b7a5649c4c008f00a9a75ab4d2066fe5ed1fcb70ef08430842a9643a958a90a1a4
 SHA512 
40fc93c4ec682342040a4c7a9fd92dc9d1727ef60af6d3fa3191575719c7e595868f289727561f6902f8374061f7b51dfcf565ac047706336ef4ae9a589ff9a8
+DIST fahclient_7.5.1-64bit-release.tar.bz2 3438239 BLAKE2B 
69fb60cdd5356fe4f5ad1f106b67d078baf0394c5d3c474dff2f1ac840bcb31bfd9ca9a9c6112b9ee9497dcdc223732627a21c50b455e46c096a52587d5d229b
 SHA512 
5f6f2f882d57fe53ad0a55b48f09fc3803af6aebbbf0e92be39477d4c4da92237d6edabec61dd8183678bdcfe3923ff9b0938647a77edc2c69ce8958defcfdf1

diff --git a/sci-biology/foldingathome/foldingathome-7.4.4-r3.ebuild 
b/sci-biology/foldingathome/foldingathome-7.5.1.ebuild
similarity index 82%
rename from sci-biology/foldingathome/foldingathome-7.4.4-r3.ebuild
rename to sci-biology/foldingathome/foldingathome-7.5.1.ebuild
index 5df01b800ba..f842c8814c7 100644
--- a/sci-biology/foldingathome/foldingathome-7.4.4-r3.ebuild
+++ b/sci-biology/foldingathome/foldingathome-7.5.1.ebuild
@@ -5,29 +5,26 @@ EAPI=6
 
 inherit versionator user systemd
 
-MY_BASEURI="https://fah.stanford.edu/file-releases/public/release/fahclient";
-MY_64B_URI="${MY_BASEURI}/centos-5.3-64bit/v$(get_version_component_range 
1-2)/fahclient_${PV}-64bit-release.tar.bz2"
-MY_32B_URI="${MY_BASEURI}/centos-5.5-32bit/v$(get_version_component_range 
1-2)/fahclient_${PV}-32bit-release.tar.bz2"
-
 DESCRIPTION="Folding@Home is a distributed computing project for protein 
folding"
-HOMEPAGE="http://folding.stanford.edu/FAQ-SMP.html";
-SRC_URI="x86? ( ${MY_32B_URI} )
-   amd64? ( ${MY_64B_URI} )"
+HOMEPAGE="https://foldingathome.org/";
+SRC_URI="https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v$(get_version_component_range
 1-2)/fahclient_${PV}-64bit-release.tar.bz2"
 
 RESTRICT="mirror bindist strip"
 
 LICENSE="FAH-EULA-2014 FAH-special-permission"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE=""
 # Expressly listing all deps, as this is a binpkg and it is doubtful whether
 # i.e. uclibc or clang can provide what is necessary at runtime
+DEPEND="dev-util/patchelf"
 RDEPEND="app-arch/bzip2
+   =dev-libs/openssl-1.0*:*
sys-devel/gcc
sys-libs/glibc
sys-libs/zlib"
 
-S="${WORKDIR}"
+S="${WORKDIR}/fahclient_${PV}-64bit-release"
 
 QA_PREBUILT="opt/foldingathome/*"
 
@@ -47,10 +44,17 @@ pkg_setup() {
 }
 
 src_install() {
-   local myS="fahclient_${PV}-64bit-release"
-   use x86 && myS="${myS//64bit/32bit}"
+   patchelf --set-rpath "${EPREFIX}/opt/foldingathome" FAHClient || die
+   patchelf --set-rpath "${EPREFIX}/opt/foldingathome" FAHCoreWrapper || 
die
+
+   dosym "../../usr/$(get_libdir)/libssl.so.1.0.0" 
/opt/foldingathome/libssl.so.10
+   dosym "../../usr/$(get_libdir)/libcrypto.so.1.0.0" 
/opt/foldingathome/libcrypto.so.10
+
exeinto /opt/foldingathome
-   doexe "${myS}"/{FAHClient,FAHCoreWrapper}
+   doexe {FAHClient,FAHCoreWrapper}
+
+   insinto /opt/foldingathome
+   doins sample-config.xml
 
newconfd "${FILESDIR}"/7.3/folding-conf.d foldingathome
cat <"${T}"/fah-init
@@ -70,7 +74,7 @@ EOF
cat <"${T}"/fah-init.service
 [Unit]
 Description=Folding@Home V7 Client
-Documentation=https://folding.stanford.edu/home/the-software/
+Documentation=https://foldingathome.org
 
 [Service]
 Type=simple



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

2018-09-14 Thread Patrice Clement
commit: 91b05f8f2ff74cd6f089508abf0454ebbd5920e0
Author: Robert Siebeck  r123  de>
AuthorDate: Fri Sep 14 12:11:32 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep 14 16:31:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b05f8f

mail-client/alpine: fix SRC_URI.

Also fix installation of docs

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

 mail-client/alpine/alpine-2.21.1-r1.ebuild | 91 ++
 1 file changed, 91 insertions(+)

diff --git a/mail-client/alpine/alpine-2.21.1-r1.ebuild 
b/mail-client/alpine/alpine-2.21.1-r1.ebuild
new file mode 100644
index 000..a02a0c5018b
--- /dev/null
+++ b/mail-client/alpine/alpine-2.21.1-r1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools toolchain-funcs vcs-snapshot
+
+DESCRIPTION="An easy to use text-based based mail and news client"
+HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/";
+GIT_COMMIT="843b2f16abfd949e09b1c5465387b1b0f724994a"
+SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+RESTRICT="mirror"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
+IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine passfile smime spell ssl 
threads"
+
+DEPEND="virtual/pam
+   >=sys-libs/ncurses-5.1:0=
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   ldap? ( net-nds/openldap )
+   kerberos? ( app-crypt/mit-krb5 )
+   spell? ( app-text/aspell )
+"
+RDEPEND="${DEPEND}
+   app-misc/mime-types
+   !onlyalpine? ( !mail-client/pine )
+   !<=net-mail/uw-imap-2004g
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   myconf=(
+   --without-tcl
+   --with-system-pinerc="${EPREFIX}"/etc/pine.conf
+   --with-system-fixed-pinerc="${EPREFIX}"/etc/pine.conf.fixed
+   )
+
+   if use ssl; then
+   myconf+=(
+   --with-ssl-include-dir="${EPREFIX}"/usr/include/openssl
+   --with-ssl-lib-dir="${EPREFIX}"/usr/$(get_libdir)
+   --with-ssl-certs-dir="${EPREFIX}"/etc/ssl/certs
+   )
+   fi
+   econf \
+   $(use_with ldap) \
+   $(use_with ssl) \
+   $(use_with passfile passfile .pinepwd) \
+   $(use_with kerberos krb5) \
+   $(use_with threads pthread) \
+   $(use_with spell interactive-spellcheck /usr/bin/aspell) \
+   $(use_enable nls) \
+   $(use_with ipv6) \
+   $(use_with smime) \
+   "${myconf[@]}"
+}
+
+src_compile() {
+   emake AR=$(tc-getAR)
+}
+
+src_install() {
+   if use onlyalpine ; then
+   dobin alpine/alpine
+   doman doc/man1/alpine.1
+   else
+   emake DESTDIR="${D}" install
+   doman doc/man1/*.1
+   fi
+
+   dodoc NOTICE README*
+
+   if use doc ; then
+   dodoc doc/brochure.txt
+
+   dodoc doc/tech-notes/tech-notes.txt
+   newdoc ${S}/doc/mailcap.unx mailcap.unx.sample
+   newdoc ${S}/doc/mime.types mime.types.sample
+   docinto html/tech-notes
+   dohtml -r doc/tech-notes/
+   docompress -x /usr/share/doc/${PF}/mailcap.unx.sample 
/usr/share/doc/${PF}/mime.types.sample
+   fi
+}



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

2018-09-14 Thread Patrice Clement
commit: 4544abb84f09e42edc19a73cdc746b347a5f254f
Author: Robert Siebeck  r123  de>
AuthorDate: Fri Sep 14 11:09:05 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep 14 16:31:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4544abb8

mail-client/alpine: fix SRC_URI.

Closes: https://bugs.gentoo.org/666216
Closes: https://github.com/gentoo/gentoo/pull/9868

 mail-client/alpine/alpine-2.00-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/alpine/alpine-2.00-r7.ebuild 
b/mail-client/alpine/alpine-2.00-r7.ebuild
index 1d84f4e8727..f9fe604f1b2 100644
--- a/mail-client/alpine/alpine-2.00-r7.ebuild
+++ b/mail-client/alpine/alpine-2.00-r7.ebuild
@@ -8,7 +8,7 @@ CHAPPA_PL=115
 DESCRIPTION="An easy to use text-based based mail and news client"
 HOMEPAGE="http://www.washington.edu/alpine/ http://alpine.freeiz.com/alpine/";
 SRC_URI="ftp://ftp.cac.washington.edu/alpine/${P}.tar.bz2
-   chappa? ( http://alpine.freeiz.com/alpine/patches/${P}/all.patch.gz
+   chappa? ( http://alpine.x10host.com/alpine/patches/${P}/all.patch.gz
-> ${P}-chappa-${CHAPPA_PL}-all.patch.gz )"
 
 LICENSE="Apache-2.0"



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_unpack/rpm-sources/

2018-09-14 Thread Brian Evans
commit: 00a1865827862c17a4019d56afb4b5b5f8a3f658
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Sep 14 16:55:09 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Sep 14 16:55:09 2018 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=00a18658

Bring rpm example up to EAPI 6 standards

Signed-off-by: Brian Evans  gentoo.org>

 .../functions/src_unpack/rpm-sources/text.xml  | 22 ++
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml 
b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
index 64ac1de..584866a 100644
--- a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
+++ b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
@@ -19,7 +19,7 @@ that will unpack the RPM files.
 
 
 
-If you do need to apply patches then override src_unpack in a
+If you do need to call additional unpack functions then override 
src_unpack in a
 manner such as:
 
 
@@ -55,9 +55,11 @@ patches. The filename should be 
suse-fetchmail-6.2.5.54.1.ebuild.
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-inherit eutils versionator rpm
+EAPI="6"
 
-MY_PV=$(replace_version_separator 3 '-')
+inherit eapi7-ver rpm
+
+MY_PV=$(ver_rs 3 '-')
 MY_P=fetchmail-${MY_PV}
 
 SRC_URI="https://suse.osuosl.org/suse/i386/9.2/suse/src/${MY_P}.src.rpm";
@@ -80,13 +82,17 @@ RESTRICT="mirror"
 
 #USE_RPMOFFSET_ONLY=1
 
-S=${WORKDIR}/fetchmail-$(get_version_component_range 1-3)
+S=${WORKDIR}/fetchmail-$(ver_cut 1-3)
 
 src_unpack () {
-   rpm_src_unpack ${A}
-   cd "${S}"
-   EPATCH_SOURCE="${WORKDIR}" EPATCH_SUFFIX="patch" \
-   EPATCH_FORCE="yes" epatch
+rpm_src_unpack ${A}
+}
+
+src_prepare () {
+for i in "${WORKDIR}"/*.patch ; do
+eapply "${i}"
+done
+eapply_user
 }
 
 



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

2018-09-14 Thread Matt Turner
commit: 55a139e8b6c7cc7ed06e287f0234dc171009f5a4
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 14 17:15:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 14 17:18:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a139e8

x11-drivers/xf86-video-ati: Version bump to 18.1.0

 x11-drivers/xf86-video-ati/Manifest|  1 +
 .../xf86-video-ati/xf86-video-ati-18.1.0.ebuild| 44 ++
 2 files changed, 45 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest 
b/x11-drivers/xf86-video-ati/Manifest
index 458ae7e7d93..f18b564cd08 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-ati-18.0.1.tar.bz2 881457 BLAKE2B 
d45ae191239d008261230804161545e971d5ba9b76642341dad5dfb03b52aa3580e2e41fb7f0484af8da5024da46ada2bca182c15ec13053d674e456fb6f0f4a
 SHA512 
b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14
+DIST xf86-video-ati-18.1.0.tar.bz2 891953 BLAKE2B 
9092554c708b583f9b99a6788104a1e9420537fbbe6ae7e82be2a2299ad834365d00f8b146ce845afb5e2a08d3de3da591143eff63d4fb34c7040251f443
 SHA512 
7a58c9a6cb4876bd2ff37d837372b4e360e81fec7de6a6c7a48d70a5338d62745f734f5d4207f30aa368ff2d9ef44f5f1ef36afd73802a618998c16fe395ed53

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild 
b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
new file mode 100644
index 000..3f5390aec7a
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_DRI=always
+inherit linux-info xorg-2
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+else
+   KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+DESCRIPTION="ATI video driver"
+HOMEPAGE="https://www.x.org/wiki/ati/";
+
+IUSE="+glamor udev"
+
+RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
+   >=x11-libs/libpciaccess-0.8.0
+   glamor? ( x11-base/xorg-server[glamor] )
+   udev? ( virtual/libudev:= )"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+pkg_pretend() {
+   if use kernel_linux ; then
+   if kernel_is -ge 3 9; then
+   CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
+   else
+   CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
+   fi
+   fi
+   check_extra_config
+}
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable glamor)
+   $(use_enable udev)
+   )
+   xorg-2_src_configure
+}



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

2018-09-14 Thread Matt Turner
commit: 097db05494ee057bfb627ab27d48f9db396ff85f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 14 17:10:52 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 14 17:18:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097db054

x11-libs/libdrm: Version bump to 2.4.94

 x11-libs/libdrm/Manifest |  1 +
 x11-libs/libdrm/libdrm-2.4.94.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
index b2bcadb74f5..bac951b409e 100644
--- a/x11-libs/libdrm/Manifest
+++ b/x11-libs/libdrm/Manifest
@@ -2,3 +2,4 @@ DIST libdrm-2.4.89.tar.bz2 792940 BLAKE2B 
86c8227a06060e827f39da9f1debae54784e38
 DIST libdrm-2.4.91.tar.bz2 815419 BLAKE2B 
7df2a4bdb4b2708cc00b71173e7e261ab7f8645a473984a7cbda2c7073f14b7f87d53eb39cc075b743e72e4cda03b2c4fca6b9df6c7d5db2c739398a13f13f35
 SHA512 
07578c00c121ba37033db7172590e26d1545f81c242bbce2cfb7fb904bde504822c275d6468e5c5d20360d0046ae73d9b058aa0459ba35eb11927141cc998772
 DIST libdrm-2.4.92.tar.bz2 821789 BLAKE2B 
6cb2b98e43eae6a04c333693c20710e6693d218cce3ac255d935093a83e318fe5aeae3ea0a56e6ccfb615a4f917f83cdcc11bcb5fa8bc3f41c2b57a046919dcb
 SHA512 
9b75584d8957d298125884d490b74c0a641725d17088ba47f3dc2ec9d06519d8387eb464c024ee11712b31b17fb84e1a9a52bd4ebc7c316beb7d2f8711dc9eb2
 DIST libdrm-2.4.93.tar.bz2 826579 BLAKE2B 
6b2775a6bc631001be874d1337ef9607ee8ff5b86ce5e3d8ff6c6eb58182a30e2c70592cb4eb9e88c9e046d73b510f632272c57621706afd1db416acc6ce366c
 SHA512 
ba4221e8d6a3a9872fb6d30a0ea391e30ea0e17f249c66f067bed9c2161ed1ad8083959cb2c212834c6566c3e025f4daae31e9533d77aae19b9de6c2ab3d
+DIST libdrm-2.4.94.tar.bz2 829060 BLAKE2B 
99de0fb3df6ea9bb5540cf0e3bdfe182c28db9876f679030eaaed1abd873bb818586bc07e73e0499f831ccaa7ede91a5b73b2b2bf681853e14e786a4af9abd98
 SHA512 
1a1699d6ea70b8759b37f3863e0802a99430b58f02e62632ad451356e2463eaf6faf4b810323f7dcc85ffdcca28f674b32caa5631ebd65b83e5b86bd59a35937

diff --git a/x11-libs/libdrm/libdrm-2.4.94.ebuild 
b/x11-libs/libdrm/libdrm-2.4.94.ebuild
new file mode 100644
index 000..ec0bdd16c35
--- /dev/null
+++ b/x11-libs/libdrm/libdrm-2.4.94.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git";
+
+if [[ ${PV} = * ]]; then
+   GIT_ECLASS="git-r3"
+fi
+
+inherit ${GIT_ECLASS} meson multilib-minimal
+
+DESCRIPTION="X.Org libdrm library"
+HOMEPAGE="https://dri.freedesktop.org/";
+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"
+fi
+
+VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
+RESTRICT="test" # see bug #236845
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="elibc_FreeBSD? ( 
>=dev-libs/libpthread-stubs-0.4:=[${MULTILIB_USEDEP}] )
+   video_cards_intel? ( 
>=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   valgrind? ( dev-util/valgrind )"
+
+src_unpack() {
+   default
+   [[ $PV = * ]] && git-r3_src_unpack
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   # Udev is only used by tests now.
+   -Dudev=false
+   -Dcairo-tests=false
+   -Damdgpu=$(usex video_cards_amdgpu true false)
+   -Dexynos=$(usex video_cards_exynos true false)
+   -Dfreedreno=$(usex video_cards_freedreno true false)
+   -Dintel=$(usex video_cards_intel true false)
+   -Dnouveau=$(usex video_cards_nouveau true false)
+   -Domap=$(usex video_cards_omap true false)
+   -Dradeon=$(usex video_cards_radeon true false)
+   -Dtegra=$(usex video_cards_tegra true false)
+   -Dvc4=$(usex video_cards_vc4 true false)
+   -Detnaviv=$(usex video_cards_vivante true false)
+   -Dvmwgfx=$(usex video_cards_vmware true false)
+   -Dlibkms=$(usex libkms true false)
+   # valgrind installs its .pc file to the pkgconfig for the 
primary arch
+   -Dvalgrind=$(usex valgrind auto false)
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_install() {
+   meson_src_install
+}



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

2018-09-14 Thread Matt Turner
commit: 4bc0ac706c3b4257e5817d2d30d2108f72840e51
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 14 17:11:41 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 14 17:18:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc0ac70

x11-drivers/xf86-video-amdgpu: Version bump to 18.1.0

 x11-drivers/xf86-video-amdgpu/Manifest |  1 +
 .../xf86-video-amdgpu-18.1.0.ebuild| 23 ++
 2 files changed, 24 insertions(+)

diff --git a/x11-drivers/xf86-video-amdgpu/Manifest 
b/x11-drivers/xf86-video-amdgpu/Manifest
index 1412a2e13ad..35b2fbbbcb8 100644
--- a/x11-drivers/xf86-video-amdgpu/Manifest
+++ b/x11-drivers/xf86-video-amdgpu/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-amdgpu-18.0.1.tar.bz2 414683 BLAKE2B 
767da468b6d2d41d49dbbc54093594163cbc42fa73d5859d4e210f25cac6822b7cb9fede4c73a15ac2221ef07a10df8b77f6f928b134382b373d5eedfde90225
 SHA512 
eb3b76240d4e5084d68b5063b5b19ad5f5bb1f93ea9929301d9e17a48ddc1cb713b76529cb93d133b3547fe78ae8a4455f6b15f6ddf88c29349f82bb1a0db1c4
+DIST xf86-video-amdgpu-18.1.0.tar.bz2 430542 BLAKE2B 
c582c6d5357949833b5b9408e638e3037e38530f9a1d5e85936d1ee866effc4da1c56d7da2e8aa48cde73c09107968840262941e7b0063aa7d2aacfecc5bf120
 SHA512 
371f1a9f6cd2ce3b7117361222d196950c5efa01d957783c79a37c19a2273ce33d133fa51bb68432b8535aad61cb14fbb61d173a167d318b2533eb2507b7a903

diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild 
b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild
new file mode 100644
index 000..90a06199708
--- /dev/null
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+XORG_DRI="always"
+inherit xorg-2
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
+
+RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_amdgpu]
+   x11-base/xorg-server[glamor(-)]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS="--enable-glamor"
+   xorg-2_src_configure
+}



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

2018-09-14 Thread Mikle Kolyada
commit: 538d2a2ff3fd3dc9bdcf3176e2c35d4ee2d9a985
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 14 17:46:44 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 14 17:46:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538d2a2f

app-editors/nano: amd64 stable wrt bug #666206

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/app-editors/nano/nano-2.9.8.ebuild 
b/app-editors/nano/nano-2.9.8.ebuild
index d19e8febb93..29fa8ea961c 100644
--- a/app-editors/nano/nano-2.9.8.ebuild
+++ b/app-editors/nano/nano-2.9.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P="${PN}-${PV/_}"
SRC_URI="https://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz";
-   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"
+   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"
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/alglib/

2018-09-14 Thread Mikle Kolyada
commit: 265086502610ed1f63d9ca98cdc989b27447dfcc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 14 17:51:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 14 17:51:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26508650

sci-libs/alglib: amd64 stable wrt bug #665294

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/alglib/alglib-3.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/alglib/alglib-3.10.0-r1.ebuild 
b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
index 0fccde84f1d..43f3eacc350 100644
--- a/sci-libs/alglib/alglib-3.10.0-r1.ebuild
+++ b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.alglib.net/translator/re/${P}.cpp.gpl.tgz";
 
 SLOT="0/3.8"
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 S="${WORKDIR}"/cpp/



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/hppa/hppa1.1/, releases/weekly/specs/hppa/hppa2.0/

2018-09-14 Thread Matt Turner
commit: 3f5e1b5b7d64bed01270b8c5bd7350f39e868b73
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 14 18:22:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 14 18:22:43 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=3f5e1b5b

specs/hppa: Build stage3 from stage1

stage2 runs bootstrap.sh, which made sense when gcc had a
build/bootstrap USE flags that were set in stage1 and 2. But gcc is
fully built in stage1 now, making stage2 a waste of time.

 releases/weekly/specs/hppa/hppa1.1/stage3.spec | 2 +-
 releases/weekly/specs/hppa/hppa2.0/stage3.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/releases/weekly/specs/hppa/hppa1.1/stage3.spec 
b/releases/weekly/specs/hppa/hppa1.1/stage3.spec
index f66db54c..53d4725f 100644
--- a/releases/weekly/specs/hppa/hppa1.1/stage3.spec
+++ b/releases/weekly/specs/hppa/hppa1.1/stage3.spec
@@ -4,6 +4,6 @@ version_stamp: 2008.0
 rel_type: default
 profile: default/linux/hppa/17.0
 snapshot: 2008.0
-source_subpath: default/stage2-hppa1.1-2008.0
+source_subpath: default/stage1-hppa1.1-2008.0
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
 pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa1.1

diff --git a/releases/weekly/specs/hppa/hppa2.0/stage3.spec 
b/releases/weekly/specs/hppa/hppa2.0/stage3.spec
index 4b807c7c..780fdb56 100644
--- a/releases/weekly/specs/hppa/hppa2.0/stage3.spec
+++ b/releases/weekly/specs/hppa/hppa2.0/stage3.spec
@@ -4,6 +4,6 @@ version_stamp: 2008.0
 rel_type: default
 profile: default/linux/hppa/17.0
 snapshot: 2008.0
-source_subpath: default/stage2-hppa2.0-2008.0
+source_subpath: default/stage1-hppa2.0-2008.0
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
 pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa2.0



[gentoo-commits] proj/releng:master commit in: tools/

2018-09-14 Thread Matt Turner
commit: d0afafa0190f4cdd2d41a272f2a2dfb585ac9f42
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 14 18:24:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 14 18:24:44 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=d0afafa0

catalyst-auto/hppa: Skip stage2

 tools/catalyst-auto-hppa.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
index 14e604ca..f838c940 100644
--- a/tools/catalyst-auto-hppa.conf
+++ b/tools/catalyst-auto-hppa.conf
@@ -5,9 +5,9 @@ SPECS_DIR=${REPO_DIR}/releases/weekly/specs/hppa
 
 SETS="hppa1_1 hppa2_0 hppa_livecd hppa_netboot"
 
-SET_hppa1_1_SPECS="hppa1.1/stage1.spec hppa1.1/stage2.spec hppa1.1/stage3.spec"
+SET_hppa1_1_SPECS="hppa1.1/stage1.spec hppa1.1/stage3.spec"
 
-SET_hppa2_0_SPECS="hppa2.0/stage1.spec hppa2.0/stage2.spec hppa2.0/stage3.spec"
+SET_hppa2_0_SPECS="hppa2.0/stage1.spec hppa2.0/stage3.spec"
 
 SET_hppa_livecd_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
 



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

2018-09-14 Thread Matt Turner
commit: f1908d431dd299606131eee642f322715041b636
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 14 18:26:33 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 14 18:26:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1908d43

net-libs/gnutls-3.5.19: hppa stable, bug 663612

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

diff --git a/net-libs/gnutls/gnutls-3.5.19.ebuild 
b/net-libs/gnutls/gnutls-3.5.19.ebuild
index ec31235847e..6b61fdf31c4 100644
--- a/net-libs/gnutls/gnutls-3.5.19.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.19.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 
1-2)/${P}.tar.xz"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/30" # libgnutls.so number
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 seccomp 
sslv2 sslv3 static-libs test test-full +tls-heartbeat tools valgrind zlib"
 
 REQUIRED_USE="



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

2018-09-14 Thread Sergei Trofimovich
commit: 4cf35faba0e24679dfc7c8d25686f1c74cbfa718
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Sep 14 12:18:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 14 18:48:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf35fab

dev-libs/apr-util: stable 1.6.1-r3 for sparc, bug #635272

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-libs/apr-util/apr-util-1.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild 
b/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild
index 9cb743a110a..50edb01166a 100644
--- a/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild
+++ b/dev-libs/apr-util/apr-util-1.6.1-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://apache/apr/${P}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="berkdb doc gdbm ldap libressl mysql nss odbc openssl postgres sqlite 
static-libs"
 #RESTRICT="test"
 



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

2018-09-14 Thread Sergei Trofimovich
commit: 4141ddf9d496686e3fd9f7524164618416670ac9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Sep 14 12:17:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 14 18:48:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4141ddf9

dev-lang/python: stable 2.7.15 for sparc, bug #647862

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-lang/python/python-2.7.15.ebuild 
b/dev-lang/python/python-2.7.15.ebuild
index 7a9363aaca7..421b69372d4 100644
--- a/dev-lang/python/python-2.7.15.ebuild
+++ b/dev-lang/python/python-2.7.15.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="2.7"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="-berkdb bluetooth build doc elibc_uclibc examples gdbm hardened ipv6 
libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



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

2018-09-14 Thread Joerg Bornkessel
commit: 44bf609f6fa77b6bd2415da430d1ccf0934796c6
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Sep 14 19:10:36 2018 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Fri Sep 14 19:10:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bf609f

media-video/vdr: moved gcc7extpng patch to the right line bug 666240

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-video/vdr/vdr-2.2.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/vdr/vdr-2.2.0-r3.ebuild 
b/media-video/vdr/vdr-2.2.0-r3.ebuild
index 1da9aad71f8..ff3911ffe09 100644
--- a/media-video/vdr/vdr-2.2.0-r3.ebuild
+++ b/media-video/vdr/vdr-2.2.0-r3.ebuild
@@ -213,13 +213,13 @@ src_prepare() {
ebegin "Make depend"
emake .dependencies >/dev/null
eend $? "make depend failed"
+
+   eapply "${FILESDIR}/${P}_gcc7extpng.patch"
fi
 
eapply "${FILESDIR}/${P}_gentoo.patch"
-   #gcc-7.2, this will fix only the core vdr, not the extpatch
eapply "${FILESDIR}/${P}_unsignedtosigned.patch"
eapply "${FILESDIR}/${P}_glibc-2.24.patch"
-   eapply "${FILESDIR}/${P}_gcc7extpng.patch"
 
# fix some makefile issues
sed -e "s:ifndef NO_KBD:ifeq (\$(USE_KBD),1):" \



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

2018-09-14 Thread Andreas Sturmlechner
commit: 79e0cfbb9e9eb6ea14867b801654db9e9fea24c5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep 14 19:13:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep 14 19:15:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e0cfbb

media-libs/gd: Drop ltprune, use https

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/gd/gd-2.2.5-r1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-libs/gd/gd-2.2.5-r1.ebuild b/media-libs/gd/gd-2.2.5-r1.ebuild
index 79f1957b3f5..22a71924d8d 100644
--- a/media-libs/gd/gd-2.2.5-r1.ebuild
+++ b/media-libs/gd/gd-2.2.5-r1.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
 
-inherit libtool ltprune multilib-minimal
+inherit libtool multilib-minimal
 
-DESCRIPTION="A graphics library for fast image creation"
-HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/";
+DESCRIPTION="Graphics library for fast image creation"
+HOMEPAGE="https://libgd.org/ https://www.boutell.com/gd/";
 SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz";
 
 LICENSE="gd IJG HPND BSD"
@@ -60,5 +60,5 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
dodoc README.md
-   prune_libtool_files
+   find "${D}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/gd/files/, media-libs/gd/

2018-09-14 Thread Andreas Sturmlechner
commit: 04cf9aa3bf7e0746e85461c3c56d9f9a95ce6fba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep 14 19:11:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep 14 19:15:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04cf9aa3

media-libs/gd: Fix CVE-2018-1000222

Thanks-to: Eddie Chapman  ehuk.net>
Bug: https://bugs.gentoo.org/664732
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../gd/files/gd-2.2.5-CVE-2018-1000222.patch   | 73 ++
 media-libs/gd/gd-2.2.5-r1.ebuild   | 64 +++
 2 files changed, 137 insertions(+)

diff --git a/media-libs/gd/files/gd-2.2.5-CVE-2018-1000222.patch 
b/media-libs/gd/files/gd-2.2.5-CVE-2018-1000222.patch
new file mode 100644
index 000..80f9712bf8e
--- /dev/null
+++ b/media-libs/gd/files/gd-2.2.5-CVE-2018-1000222.patch
@@ -0,0 +1,73 @@
+From ac16bdf2d41724b5a65255d4c28fb0ec46bc42f5 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Sat, 14 Jul 2018 13:54:08 -0400
+Subject: [PATCH] bmp: check return value in gdImageBmpPtr
+
+Closes #447.
+---
+ src/gd_bmp.c | 17 ++---
+ 1 file changed, 14 insertions(+), 3 deletions(-)
+
+diff --git a/src/gd_bmp.c b/src/gd_bmp.c
+index bde0b9d3..78f40d9a 100644
+--- a/src/gd_bmp.c
 b/src/gd_bmp.c
+@@ -47,6 +47,8 @@ static int bmp_read_4bit(gdImagePtr im, gdIOCtxPtr infile, 
bmp_info_t *info, bmp
+ static int bmp_read_8bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, 
bmp_hdr_t *header);
+ static int bmp_read_rle(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info);
+ 
++static int _gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr out, int compression);
++
+ #define BMP_DEBUG(s)
+ 
+ static int gdBMPPutWord(gdIOCtx *out, int w)
+@@ -87,8 +89,10 @@ BGD_DECLARE(void *) gdImageBmpPtr(gdImagePtr im, int *size, 
int compression)
+   void *rv;
+   gdIOCtx *out = gdNewDynamicCtx(2048, NULL);
+   if (out == NULL) return NULL;
+-  gdImageBmpCtx(im, out, compression);
+-  rv = gdDPExtractData(out, size);
++  if (!_gdImageBmpCtx(im, out, compression))
++  rv = gdDPExtractData(out, size);
++  else
++  rv = NULL;
+   out->gd_free(out);
+   return rv;
+ }
+@@ -141,6 +145,11 @@ BGD_DECLARE(void) gdImageBmp(gdImagePtr im, FILE 
*outFile, int compression)
+   compression - whether to apply RLE or not.
+ */
+ BGD_DECLARE(void) gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr out, int 
compression)
++{
++  _gdImageBmpCtx(im, out, compression);
++}
++
++static int _gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr out, int compression)
+ {
+   int bitmap_size = 0, info_size, total_size, padding;
+   int i, row, xpos, pixel;
+@@ -148,6 +157,7 @@ BGD_DECLARE(void) gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr 
out, int compression)
+   unsigned char *uncompressed_row = NULL, *uncompressed_row_start = NULL;
+   FILE *tmpfile_for_compression = NULL;
+   gdIOCtxPtr out_original = NULL;
++  int ret = 1;
+ 
+   /* No compression if its true colour or we don't support seek */
+   if (im->trueColor) {
+@@ -325,6 +335,7 @@ BGD_DECLARE(void) gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr 
out, int compression)
+   out_original = NULL;
+   }
+ 
++  ret = 0;
+ cleanup:
+   if (tmpfile_for_compression) {
+ #ifdef _WIN32
+@@ -338,7 +349,7 @@ BGD_DECLARE(void) gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr 
out, int compression)
+   if (out_original) {
+   out_original->gd_free(out_original);
+   }
+-  return;
++  return ret;
+ }
+ 
+ static int compress_row(unsigned char *row, int length)

diff --git a/media-libs/gd/gd-2.2.5-r1.ebuild b/media-libs/gd/gd-2.2.5-r1.ebuild
new file mode 100644
index 000..79f1957b3f5
--- /dev/null
+++ b/media-libs/gd/gd-2.2.5-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit libtool ltprune multilib-minimal
+
+DESCRIPTION="A graphics library for fast image creation"
+HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/";
+SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz";
+
+LICENSE="gd IJG HPND BSD"
+SLOT="2/3"
+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 ~x64-solaris ~x86-solaris"
+IUSE="fontconfig jpeg png static-libs tiff truetype webp xpm zlib"
+
+# fontconfig has prefixed font paths, details see bug #518970
+REQUIRED_USE="prefix? ( fontconfig )"
+
+RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
+   jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )
+   png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
+   tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] )
+   truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}

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

2018-09-14 Thread Joerg Bornkessel
commit: 224855e3ca65e9784495d49167a40051f622a88a
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Sep 14 19:18:03 2018 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Fri Sep 14 19:19:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224855e3

media-video/vdr: cleanup old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-video/vdr/Manifest   |   1 -
 .../vdr/files/vdr-2.0.7_systemd_argsdir.patch  | 438 -
 .../files/vdr-2.0.7_systemd_argsdir_vanilla.patch  | 438 -
 media-video/vdr/vdr-2.0.7.ebuild   | 288 --
 4 files changed, 1165 deletions(-)

diff --git a/media-video/vdr/Manifest b/media-video/vdr/Manifest
index 671820be372..e9b20f623a1 100644
--- a/media-video/vdr/Manifest
+++ b/media-video/vdr/Manifest
@@ -1,5 +1,4 @@
 DIST extpng-vdr-2.0.6-gentoo-edition-v6.patch.bz2 69472 BLAKE2B 
60669e9c20b2bd573eb05733bbf9548d2e643b36693be8b15a377b38470708a71b29e2a16baf7ed378132265f814ec9d35dae749ccf6ae204cd9beb787dc8f57
 SHA512 
f4ecb786ec5a026fa75fcf539518e80273bf43fc325c13a380c70eb85351910efa991b3ee71ca477e597bc2b4598a18620b6cf00fc02714acfcc4e6112d84b6c
 DIST extpng-vdr-2.2.0-gentoo-edition-v1.patch.bz2 34664 BLAKE2B 
81b68ebe0ef4588c3676f0b7a2c766d8d4d4f754a987b3be5868f3c6eff9158d4cea8e492ca81df535e637dbdc5baff638d1fafb4163e9d9a2d0125aba17e2e1
 SHA512 
16d6fbb8201f003dfe653b6a49424b794d7e697e27ad6f2383dbe17b76712ea5a3da88a676900b84d75ff7425bf3eb9084d60a89a4598758f482dc1f013f7b3e
 DIST vdr-2.0.6.tar.bz2 839575 BLAKE2B 
40de46d8465b7008bc29c7e2c1c241d4114aa3d62aa6a0acd81636133c295cd87c2fc618e725885c98f47445220e897c23188373457a96b51cf832ca417c9842
 SHA512 
070ebbfb85478887088567872a71744305dbf9c75de8b095a8fe46d883b0b4fe140539caeb2243715f42793a45790a127542655f549f7ea3cb71c4f9912fa07d
-DIST vdr-2.0.7.tar.bz2 841511 BLAKE2B 
bde06dd038ea2ebfa8768742c02bc7046448ade29032a90130f721af1c4c5d2301ff52065a04c51b31f14250d8ae252d796d93e3012ea1057f2359b1ef9c327c
 SHA512 
cba35f62162cd681179872915023890f492e95cc94d65aadd3cb4d03d7e3c7e2f197e7f35149cdf872169af35c2b841e1042e054f28164860b7cea8367793ce0
 DIST vdr-2.2.0.tar.bz2 922708 BLAKE2B 
975e07d6d4c5bd13ee92be5d6a1826d6404b0c59e20fa2e30689b185a61e02d54782ad528e6a4f15e0d36806b30bcf48aa336d63adb3604e78056ff318e0fd2c
 SHA512 
183f58133915c6c0fe8ec2b88becbcb2a36418210e6dcf7931053d3771d727c3581593f9eb5c9693abf39e22e728f7b41c42079cd704610c3636ec05134ea93d

diff --git a/media-video/vdr/files/vdr-2.0.7_systemd_argsdir.patch 
b/media-video/vdr/files/vdr-2.0.7_systemd_argsdir.patch
deleted file mode 100644
index de9f4b90163..000
--- a/media-video/vdr/files/vdr-2.0.7_systemd_argsdir.patch
+++ /dev/null
@@ -1,438 +0,0 @@
-diff -Naur vdr-2.0.7.orig/HISTORY vdr-2.0.7/HISTORY
 vdr-2.0.7.orig/HISTORY 2015-01-23 09:16:13.73562 +0100
-+++ vdr-2.0.7/HISTORY  2015-01-23 09:17:29.038614491 +0100
-@@ -7916,6 +7916,16 @@
- - The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, 
sdt.h and
-   the functional modification to cFont::CreateFont().
- 
-+2015-01-18: Version 2.0.6 + backport of systemd support from versions 2.1.6 
and 2.1.7
-+
-+- Added support for systemd (thanks to Christopher Reimer). To activate this 
you
-+  need to add "SDNOTIFY=1" to the 'make' call.
-+
-+2015-01-18: Version 2.0.6 + backport of reading command line arguments from 
files, from version 2.1$
-+
-+- VDR now reads command line options from *.conf files in /etc/vdr/conf.d 
(thanks
-+  to Lars Hanisch). See vdr.1 and vdr.5 for details.
-+
- 2015-01-20: Version 2.0.7
- 
- - Fixed a possible division by zero in frame rate detection.
-diff -Naur vdr-2.0.7.orig/Make.config.template vdr-2.0.7/Make.config.template
 vdr-2.0.7.orig/Make.config.template2015-01-23 09:16:13.73662 
+0100
-+++ vdr-2.0.7/Make.config.template 2015-01-23 09:16:34.199618503 +0100
-@@ -38,6 +38,7 @@
- 
- #VIDEODIR  = /srv/vdr/video
- #CONFDIR   = /var/lib/vdr
-+#ARGSDIR   = /etc/vdr/conf.d
- #CACHEDIR  = /var/cache/vdr
- 
- # Overrides for preset/legacy configurations:
-diff -Naur vdr-2.0.7.orig/Makefile vdr-2.0.7/Makefile
 vdr-2.0.7.orig/Makefile2015-01-23 09:16:13.724620001 +0100
-+++ vdr-2.0.7/Makefile 2015-01-23 09:17:58.588612330 +0100
-@@ -31,6 +31,7 @@
- DESTDIR   ?=
- VIDEODIR  ?= /srv/vdr/video
- CONFDIR   ?= /var/lib/vdr
-+ARGSDIR   ?= /etc/vdr/conf.d
- CACHEDIR  ?= /var/cache/vdr
- 
- PREFIX?= /usr/local
-@@ -66,7 +67,7 @@
- 
- SILIB= $(LSIDIR)/libsi.a
- 
--OBJS = audio.o channels.o ci.o config.o cutter.o device.o diseqc.o 
dvbdevice.o dvbci.o\
-+OBJS = args.o audio.o channels.o ci.o config.o cutter.o device.o diseqc.o 
dvbdevice.o dvbci.o\
-dvbplayer.o dvbspu.o dvbsubtitle.o eit.o eitscan.o epg.o filter.o 
font.o i18n.o interface.o keys.o\
-lirc.o menu.o menuitems.o nit.o osdbase.o osd.o pat.o player.o 
plugin.o\
-receiver.o recorder.o recording.o remote.o remux.o ringbuffer.o sdt.o 
sections.o 

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

2018-09-14 Thread Matt Thode
commit: fcd055989bdc2d56e9abf094b8bc7a8fbeac031f
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 14 19:47:36 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 14 19:47:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd05598

dev-python/cliff: fix missing stestr dep

Fixes: https://bugs.gentoo.org/666112
Fixes: https://bugs.gentoo.org/665746
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/cliff/{cliff-2.12.0-r1.ebuild => cliff-2.12.0-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/cliff/cliff-2.12.0-r1.ebuild 
b/dev-python/cliff/cliff-2.12.0-r2.ebuild
similarity index 97%
rename from dev-python/cliff/cliff-2.12.0-r1.ebuild
rename to dev-python/cliff/cliff-2.12.0-r2.ebuild
index d5fdba0dfe3..88264447c36 100644
--- a/dev-python/cliff/cliff-2.12.0-r1.ebuild
+++ b/dev-python/cliff/cliff-2.12.0-r2.ebuild
@@ -30,6 +30,7 @@ DEPEND="
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/coverage-4.0[${PYTHON_USEDEP}]
!~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/stestr-2.1.0[${PYTHON_USEDEP}]
)
doc? (
>=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]



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

2018-09-14 Thread Andreas Sturmlechner
commit: c3da343f8e19dd2b95b178aed3de6ec85cdc5470
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep 14 19:43:32 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep 14 19:49:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3da343f

media-libs/libgig: 4.1.0 version bump, EAPI-7, use https

Bug: https://bugs.gentoo.org/634878
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/libgig/Manifest|  1 +
 media-libs/libgig/libgig-4.1.0.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/media-libs/libgig/Manifest b/media-libs/libgig/Manifest
index feafd6c99f4..c23e0ff51dc 100644
--- a/media-libs/libgig/Manifest
+++ b/media-libs/libgig/Manifest
@@ -1,2 +1,3 @@
 DIST libgig-3.3.0.tar.bz2 338119 BLAKE2B 
71135ae9296977925e7c351579643d1d950e87525072a2210e33a67cdf427ca06d38f7ccfb35df5c2a60158f7e3fb9c01a5adf3c81446576fa2b35e4a031121e
 SHA512 
e46c3746eed234303618cef68e21aee86cfc4be785bbacbb4483169450cd98d379a2598b44c1f90c4d9fb8d87f3fea74e5faa45291561b52c1d0d02de46a52a7
 DIST libgig-4.0.0.tar.bz2 700905 BLAKE2B 
909e4c88de0859be29ff52ed2dc366b056388252fefe426add8937ebf9630c6767ef179de6f92176ce2031877c4d4839734ce461396d5bfbdf118157c78cf3f3
 SHA512 
171eb322a913447708881edad8da5d0d12b873bf36d191cd181dddf67a82446c8400cb4b7a6386b62ac20df8571a1597c6765fa0ef6d443957b5aae03afb345c
+DIST libgig-4.1.0.tar.bz2 538345 BLAKE2B 
c05a1dfb5a7a3f358008cbde10dc081c9d8593a01bf4458585609cf5736eea3c8cdcedef85d3be6fc3208f27feb253174458f982b51e2e9c7f7b10a81da4c264
 SHA512 
e88500f5d60d597b383093f904a2356aba7505a3a22b4852fe3fbbe71723fddbfc81029a82edf3c18e46ade519343cdbe87c06c652f982ffd4cfb4c35d5a9a0a

diff --git a/media-libs/libgig/libgig-4.1.0.ebuild 
b/media-libs/libgig/libgig-4.1.0.ebuild
new file mode 100644
index 000..6072ead1739
--- /dev/null
+++ b/media-libs/libgig/libgig-4.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="C++ library for loading Gigasampler and DLS level 1/2 files"
+HOMEPAGE="https://www.linuxsampler.org/libgig/";
+SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+RDEPEND="
+   media-libs/audiofile
+   media-libs/libsndfile"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+src_compile() {
+   emake
+   use doc && emake docs
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   use doc && HTML_DOCS=( doc/html/. )
+   einstalldocs
+
+   # For libgig.so to be found at runtime
+   printf "LDPATH=\"${EPREFIX}/usr/$(get_libdir)/libgig/\"" > 99${PN}
+   doenvd "99${PN}"
+}



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

2018-09-14 Thread Andrey Utkin
commit: 21662c39d422066f2084bf7b06253849b9854ee1
Author: Andrey Utkin  gentoo  org>
AuthorDate: Sat Sep  8 23:46:16 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Fri Sep 14 20:01:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21662c39

dev-python/botocore: : add urllib3 to RDEPEND

Since 1.11.0 botocore depends on `urllib3`. Before, it used bundled
patched versions of `requests` and `urllib3`.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/botocore/botocore-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/botocore/botocore-.ebuild 
b/dev-python/botocore/botocore-.ebuild
index 5771ab5e96d..3231771c619 100644
--- a/dev-python/botocore/botocore-.ebuild
+++ b/dev-python/botocore/botocore-.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/jmespath[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
 "
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]



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

2018-09-14 Thread Andrey Utkin
commit: aa7fde1c8edf3d2da3c612b44dc1e7227e3014c9
Author: Andrey Utkin  gentoo  org>
AuthorDate: Sat Sep  8 23:54:02 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Fri Sep 14 20:01:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7fde1c

dev-python/guzzle_sphinx_theme: add python3_7, EAPI=7

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 .../guzzle_sphinx_theme-0.7.11-r1.ebuild  | 19 +++
 1 file changed, 19 insertions(+)

diff --git 
a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild 
b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild
new file mode 100644
index 000..d18b0f7dc70
--- /dev/null
+++ b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx theme used by Guzzle"
+HOMEPAGE="https://github.com/guzzle/guzzle_sphinx_theme";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/sphinx-1.2[${PYTHON_USEDEP}]"



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

2018-09-14 Thread Andrey Utkin
commit: bf8cd512663c3317e778edb0560019669f1a
Author: Andrey Utkin  gentoo  org>
AuthorDate: Fri Sep 14 19:59:03 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Fri Sep 14 20:01:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8c

sys-power/acpid: drop old version 2.0.28

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sys-power/acpid/Manifest|  1 -
 sys-power/acpid/acpid-2.0.28.ebuild | 68 -
 2 files changed, 69 deletions(-)

diff --git a/sys-power/acpid/Manifest b/sys-power/acpid/Manifest
index bf09e90723c..e26ac7717e2 100644
--- a/sys-power/acpid/Manifest
+++ b/sys-power/acpid/Manifest
@@ -1,4 +1,3 @@
-DIST acpid-2.0.28.tar.xz 156036 BLAKE2B 
a6a78f82f7f4ecbd0d883d175c921195970e157a919fefc9cf48a94db534b496a8570c031fda5b08df3fb1775e26a50b5942bac7717aa582d590605930e3af78
 SHA512 
effe9c3b30b4a6ea20eca4b36a06d4b3da9b262d100685958faec4b38f89377a87dcaecee7a69b87aaddfa47688bcc46fc47a38391ac4bd2019cb3b48ab18fcb
 DIST acpid-2.0.29.tar.xz 155568 BLAKE2B 
9a2c9f2f8ba035bf7452b633c20a73796ca05d4849d567f076a08a8216f2e07ca7a0b25e995054697e70bacacad07872e153c6c47f8204294964b276bca49f62
 SHA512 
5f480cb4456b6b843adb239519a8d05f83c3c668525457e55d7fae2ba7725356ec7a1faa16bbd54086f0eab2e8ca20952180c00b2b65a27eda534c3f28e8ed17
 DIST acpid-2.0.30.tar.xz 155528 BLAKE2B 
cbf387dc6342e0f4256360e99c02f8ebf4c322cd1c1dbd4ff0fcf703a323b90cfb0eb256233917dbdb81cd9a5f9bd075c581de9daee3d3a311208553084a093e
 SHA512 
6901e93cc626817b782e43976caf4b7f89e8c4275eb7e9d31aeeb967b5d5bbb6a2b4dcf71e72ba666e10343cdbdbe8528feee955af5ba14de8ec88ef61b29f96
 DIST sys-power_acpid_2.0.29-r1_extras.tar.xz 2548 BLAKE2B 
4568f0e44d33382fd294248d48c8852f689f0a6082d9b74b33b77918d3ce21d7f1bf8a3aafeaa252e8fe170b3829155344a256f01fe80414369f02d50a17ff55
 SHA512 
f2c366c50c75790df32a1f6573b7de640fd09a97c4598155ebd0aad2eba118961ddc82fe0fbb4dc935aa5b6d7fcfe3ade73fff555b4588b0e4579a1028bef12f

diff --git a/sys-power/acpid/acpid-2.0.28.ebuild 
b/sys-power/acpid/acpid-2.0.28.ebuild
deleted file mode 100644
index d55a1952ea6..000
--- a/sys-power/acpid/acpid-2.0.28.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit linux-info systemd
-
-DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
-HOMEPAGE="https://sourceforge.net/projects/acpid2";
-SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ia64 x86"
-IUSE="selinux"
-
-RDEPEND="selinux? ( sec-policy/selinux-apm )"
-DEPEND=">=sys-kernel/linux-headers-3"
-
-pkg_pretend() {
-   local CONFIG_CHECK="~INPUT_EVDEV"
-   local WARNING_INPUT_EVDEV="CONFIG_INPUT_EVDEV is required for ACPI 
button event support."
-   [[ ${MERGE_TYPE} != buildonly ]] && check_extra_config
-}
-
-pkg_setup() { :; }
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.0.25-kde4.patch #515088
-   "${FILESDIR}"/${PN}-2.0.25-add_mate-power-manager.patch #538590
-)
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   newdoc kacpimon/README README.kacpimon
-   dodoc -r samples
-   rm -f "${D}"/usr/share/doc/${PF}/COPYING || die
-
-   exeinto /etc/acpi
-   newexe "${FILESDIR}"/${PN}-1.0.6-default.sh default.sh
-   exeinto /etc/acpi/actions
-   newexe samples/powerbtn/powerbtn.sh powerbtn.sh
-   insinto /etc/acpi/events
-   newins "${FILESDIR}"/${PN}-1.0.4-default default
-
-   newinitd "${FILESDIR}"/${PN}-2.0.26-init.d ${PN}
-   newconfd "${FILESDIR}"/${PN}-2.0.16-conf.d ${PN}
-
-   systemd_dounit "${FILESDIR}"/systemd/${PN}.{service,socket}
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog
-   elog "You may wish to read the Gentoo Linux Power Management 
Guide,"
-   elog "which can be found online at:"
-   elog "https://wiki.gentoo.org/wiki/Power_management/Guide";
-   elog
-   fi
-
-   # files/systemd/acpid.socket -> ListenStream=/run/acpid.socket
-   mkdir -p "${ROOT%/}"/run
-
-   if ! grep -qs "^tmpfs.*/run " "${ROOT%/}"/proc/mounts ; then
-   echo
-   ewarn "You should reboot the system now to get /run mounted 
with tmpfs!"
-   fi
-}



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

2018-09-14 Thread Andrey Utkin
commit: fa5358d386302bca9be6a056cfe67891c78ed11e
Author: Andrey Utkin  gentoo  org>
AuthorDate: Sat Sep  8 23:07:58 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Fri Sep 14 20:01:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5358d3

sys-power/acpid: add new version 2.0.30

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sys-power/acpid/Manifest|  1 +
 sys-power/acpid/acpid-2.0.30.ebuild | 70 +
 2 files changed, 71 insertions(+)

diff --git a/sys-power/acpid/Manifest b/sys-power/acpid/Manifest
index f9dc14c0197..bf09e90723c 100644
--- a/sys-power/acpid/Manifest
+++ b/sys-power/acpid/Manifest
@@ -1,3 +1,4 @@
 DIST acpid-2.0.28.tar.xz 156036 BLAKE2B 
a6a78f82f7f4ecbd0d883d175c921195970e157a919fefc9cf48a94db534b496a8570c031fda5b08df3fb1775e26a50b5942bac7717aa582d590605930e3af78
 SHA512 
effe9c3b30b4a6ea20eca4b36a06d4b3da9b262d100685958faec4b38f89377a87dcaecee7a69b87aaddfa47688bcc46fc47a38391ac4bd2019cb3b48ab18fcb
 DIST acpid-2.0.29.tar.xz 155568 BLAKE2B 
9a2c9f2f8ba035bf7452b633c20a73796ca05d4849d567f076a08a8216f2e07ca7a0b25e995054697e70bacacad07872e153c6c47f8204294964b276bca49f62
 SHA512 
5f480cb4456b6b843adb239519a8d05f83c3c668525457e55d7fae2ba7725356ec7a1faa16bbd54086f0eab2e8ca20952180c00b2b65a27eda534c3f28e8ed17
+DIST acpid-2.0.30.tar.xz 155528 BLAKE2B 
cbf387dc6342e0f4256360e99c02f8ebf4c322cd1c1dbd4ff0fcf703a323b90cfb0eb256233917dbdb81cd9a5f9bd075c581de9daee3d3a311208553084a093e
 SHA512 
6901e93cc626817b782e43976caf4b7f89e8c4275eb7e9d31aeeb967b5d5bbb6a2b4dcf71e72ba666e10343cdbdbe8528feee955af5ba14de8ec88ef61b29f96
 DIST sys-power_acpid_2.0.29-r1_extras.tar.xz 2548 BLAKE2B 
4568f0e44d33382fd294248d48c8852f689f0a6082d9b74b33b77918d3ce21d7f1bf8a3aafeaa252e8fe170b3829155344a256f01fe80414369f02d50a17ff55
 SHA512 
f2c366c50c75790df32a1f6573b7de640fd09a97c4598155ebd0aad2eba118961ddc82fe0fbb4dc935aa5b6d7fcfe3ade73fff555b4588b0e4579a1028bef12f

diff --git a/sys-power/acpid/acpid-2.0.30.ebuild 
b/sys-power/acpid/acpid-2.0.30.ebuild
new file mode 100644
index 000..931b65a6326
--- /dev/null
+++ b/sys-power/acpid/acpid-2.0.30.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit linux-info systemd
+
+DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
+HOMEPAGE="https://sourceforge.net/projects/acpid2";
+EXTRAS_VER="2.0.29-r1"
+EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras"
+SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz
+   https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz
+   "
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
+IUSE="selinux"
+
+RDEPEND="selinux? ( sec-policy/selinux-apm )"
+DEPEND=">=sys-kernel/linux-headers-3"
+
+pkg_pretend() {
+   local CONFIG_CHECK="~INPUT_EVDEV"
+   local WARNING_INPUT_EVDEV="CONFIG_INPUT_EVDEV is required for ACPI 
button event support."
+   [[ ${MERGE_TYPE} != buildonly ]] && check_extra_config
+}
+
+pkg_setup() { :; }
+
+PATCHES=(
+)
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   newdoc kacpimon/README README.kacpimon
+   dodoc -r samples
+   rm -f "${D}"/usr/share/doc/${PF}/COPYING || die
+
+   exeinto /etc/acpi
+   newexe "${WORKDIR}/${EXTRAS_NAME}/${PN}-1.0.6-default.sh" default.sh
+   exeinto /etc/acpi/actions
+   newexe samples/powerbtn/powerbtn.sh powerbtn.sh
+   insinto /etc/acpi/events
+   newins "${WORKDIR}/${EXTRAS_NAME}/${PN}-1.0.4-default" default
+
+   newinitd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.26-init.d" ${PN}
+   newconfd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.16-conf.d" ${PN}
+
+   systemd_dounit 
"${WORKDIR}"/${EXTRAS_NAME}/systemd/${PN}.{service,socket}
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "You may wish to read the Gentoo Linux Power Management 
Guide,"
+   elog "which can be found online at:"
+   elog "https://wiki.gentoo.org/wiki/Power_management/Guide";
+   elog
+   fi
+
+   # files/systemd/acpid.socket -> ListenStream=/run/acpid.socket
+   mkdir -p "${ROOT%/}"/run
+
+   if ! grep -qs "^tmpfs.*/run " "${ROOT%/}"/proc/mounts ; then
+   echo
+   ewarn "You should reboot the system now to get /run mounted 
with tmpfs!"
+   fi
+}



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

2018-09-14 Thread Matt Thode
commit: 838c2a50a050d2111e8053aa2e3fcd02474cac7b
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 14 20:14:27 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 14 20:14:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838c2a50

dev-python/stestr: 1.1.0 removal

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/stestr/Manifest|  1 -
 dev-python/stestr/stestr-1.1.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/stestr/Manifest b/dev-python/stestr/Manifest
index d68e1140bbc..53b35b8908d 100644
--- a/dev-python/stestr/Manifest
+++ b/dev-python/stestr/Manifest
@@ -1,2 +1 @@
-DIST stestr-1.1.0.tar.gz 95353 BLAKE2B 
70435cec22d56f38fb9d87484b261fd73d79f8ea719ffd67861e2504580d6e2932b762839e44dc4c9e348e448693a80e8173850d800374643bbce15374137c37
 SHA512 
7490f0982c77190adf97daae965a957fc40d0e418a64fc38ccb50817a7266b06224e61f17ae9c84edfe200417eaab726cf834646bfa2efbac67ea029dea54df1
 DIST stestr-2.1.0.tar.gz 103501 BLAKE2B 
6b000b8e3d0a27a18f19510dd8d5de8641223c18ad22a3f90b73619aa41bbe1a51bcedba604ec448282fa41e2ae93b61fdd0e72e603a39730a59400fc15ef007
 SHA512 
a99d0659da0ca2b86703529df9ef6d135578bd8374a2afcbd10bd96f24f5e6dd1dacd5929d96a083881f1db2a930b039d9045348a0298d84d2480c6c9a75d1f7

diff --git a/dev-python/stestr/stestr-1.1.0.ebuild 
b/dev-python/stestr/stestr-1.1.0.ebuild
deleted file mode 100644
index 499a71fb242..000
--- a/dev-python/stestr/stestr-1.1.0.ebuild
+++ /dev/null
@@ -1,29 +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 python3_5 python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="A parallel Python test runner built around subunit"
-HOMEPAGE="https://github.com/mtreinish/stestr";
-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}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   dev-python/future[${PYTHON_USEDEP}]
-   >=dev-python/subunit-0.18.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]"



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

2018-09-14 Thread Alon Bar-Lev
commit: ec464eeb47245e4bbafcfe2250bce08788116c97
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Sep 14 20:50:13 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Sep 14 20:50:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec464eeb

dev-libs/opensc: version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/opensc/Manifest |  1 +
 dev-libs/opensc/opensc-0.19.0.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/dev-libs/opensc/Manifest b/dev-libs/opensc/Manifest
index 400ac494bc1..6ebb2d0a9e6 100644
--- a/dev-libs/opensc/Manifest
+++ b/dev-libs/opensc/Manifest
@@ -1,3 +1,4 @@
 DIST opensc-0.16.0.tar.gz 1760418 BLAKE2B 
7f5799445e285010392f315fa57919c7f0b038170a19e83dbda664d5d73898f075cccad4304275402c900b9fc50564ed5515a10d31156a6c76a68f170ca3e439
 SHA512 
15f7d62388dde6dad226acab3cd54f8e2f2f53684dc0cb976c6fc6fbdb4487be931ca69bf965ab07c51efd16be64d5411f10bacea11a07fc823c92dd7bb25139
 DIST opensc-0.17.0.tar.gz 1950547 BLAKE2B 
861dbb60e211d503332228c9d75d667f70cb9e15883c571821bb2f7703ca62dd4ce56c5ea7965e2d5e8c6a81b5063fc689013670294426baf1bfaec88282e20e
 SHA512 
8991c1724d187d3c34a2ed591b21f0085f767c0d866edc2decfda85a2b3dedf717838f4937d1dda3e1bbc17f02e6eca6740299660128bc448a29e8bfc2962922
 DIST opensc-0.18.0.tar.gz 2037073 BLAKE2B 
f2b339d1f9c616f6f706acb3c55289deb5b1749a8b5561142c69db4ed1c7dee554ce1f8d820e6e69bb9e462ca460379badf3017ed35fa6cd395702c995326c3e
 SHA512 
dc90cff3e0e639c14bfb11d1d0455964d24d08aa27728592ab0d8b487a1ffee1ca71cb9bbf5d0f101b2ebd85cf9478988f686d45effa72315e6ffc843d398768
+DIST opensc-0.19.0.tar.gz 2080320 BLAKE2B 
c07df317f26562107680ed586e9a1ea83252c10a7dd227cffe51de709d9c74963f6835a68f83f212d83f264b0231ea7428ed8d3ecce74cb9265d8191040a
 SHA512 
90659133fb593cbf82ed6502e3858f34119bff051e3090489b7622659dcb1c26d389a4715892aa60a5606bc0ce115bd6c504521abfb965de9ad46441e4ed2b8e

diff --git a/dev-libs/opensc/opensc-0.19.0.ebuild 
b/dev-libs/opensc/opensc-0.19.0.ebuild
new file mode 100644
index 000..ed42b0d921d
--- /dev/null
+++ b/dev-libs/opensc/opensc-0.19.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit ltprune
+
+DESCRIPTION="Libraries and applications to access smartcards"
+HOMEPAGE="https://github.com/OpenSC/OpenSC/wiki";
+SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE="doc +pcsc-lite secure-messaging openct ctapi readline libressl ssl zlib"
+
+RDEPEND="zlib? ( sys-libs/zlib )
+   readline? ( sys-libs/readline:0= )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( >=dev-libs/libressl-2.7.0:0= )
+   )
+   openct? ( >=dev-libs/openct-0.5.0 )
+   pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt"
+
+REQUIRED_USE="
+   pcsc-lite? ( !openct !ctapi )
+   openct? ( !pcsc-lite !ctapi )
+   ctapi? ( !pcsc-lite !openct )
+   || ( pcsc-lite openct ctapi )"
+
+src_configure() {
+   econf \
+   --disable-static \
+   --disable-openpace \
+   $(use_enable doc) \
+   $(use_enable openct) \
+   $(use_enable readline) \
+   $(use_enable zlib) \
+   $(use_enable secure-messaging sm) \
+   $(use_enable ssl openssl) \
+   $(use_enable pcsc-lite pcsc) \
+   $(use_enable openct) \
+   $(use_enable ctapi)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



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

2018-09-14 Thread Patrice Clement
commit: 8c582d318c3a15df5350254c676611fb43f916b5
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Sep 12 18:17:29 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep 14 21:25:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c582d31

dev-python/pathlib2: keyword for amd64-fbsd.

Package-Manager: Portage-2.3.43, Repoman-2.3.9

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

diff --git a/dev-python/pathlib2/pathlib2-2.3.2.ebuild 
b/dev-python/pathlib2/pathlib2-2.3.2.ebuild
index 1778c2dea56..8b607de7f01 100644
--- a/dev-python/pathlib2/pathlib2-2.3.2.ebuild
+++ b/dev-python/pathlib2/pathlib2-2.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2018-09-14 Thread Patrice Clement
commit: e50e992428b91e101353f7f7379f788bee5e1442
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Sep 12 18:12:52 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep 14 21:25:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50e9924

dev-python/scandir: keyword for amd64-fbsd.

Package-Manager: Portage-2.3.43, Repoman-2.3.9

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

diff --git a/dev-python/scandir/scandir-1.9.0.ebuild 
b/dev-python/scandir/scandir-1.9.0.ebuild
index e283d4b23d8..1638006bd12 100644
--- a/dev-python/scandir/scandir-1.9.0.ebuild
+++ b/dev-python/scandir/scandir-1.9.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-09-14 Thread Mike Gilbert
commit: 48de103cb5f26d4b6449efbeb1fe254cc24c1d6e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Sep 14 21:39:13 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Sep 14 21:39:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48de103c

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

Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48

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

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 871bbdeac9d..67183576b0e 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_70.0.3538.16-1_amd64.deb 57077036 BLAKE2B 
e1358227ed1d4e679abd16b9bfaf5ee35cadd259c478b66da9326ab529ea978c1d94fe2459c9c63dc9556c860959e73788e7b0a96ee7a1176c2cbd2e51312f3f
 SHA512 
d187c702cbcf5e92b996706c94d692bdb25bbbe8490df9f6a116b720a5204cdf2c12adb3360a49de0d08fde7a897f88c7d66182f80207d81904327d018376d7b
+DIST google-chrome-unstable_71.0.3551.3-1_amd64.deb 57396928 BLAKE2B 
2cfdc4f7cfb0b1c934b132481fd8b38d2bbc6a981cbdfa5e8073714b3bd7890681acbe39604bca83dca273e4e742cc0afcbef7e07afea50a4712e0787aa48be9
 SHA512 
ce2da74e3460ffd372081549b73537e28eddf5ad69c1b67ec8fc98db9982777a87b7c7bf994046a78d6d82eab0f231aa54eab604c65f0245dfc0897cdc5df800

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



  1   2   >