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

2018-07-21 Thread Mike Gilbert
commit: 3b31c3507484e330d8adea0f69e385a0fb1632dc
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul 22 04:54:02 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul 22 04:54:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b31c350

www-client/chromium: apply the right patch

Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247

 www-client/chromium/chromium-69.0.3493.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-69.0.3493.3.ebuild 
b/www-client/chromium/chromium-69.0.3493.3.ebuild
index ce3f4e01ce7..0d11a59cf6d 100644
--- a/www-client/chromium/chromium-69.0.3493.3.ebuild
+++ b/www-client/chromium/chromium-69.0.3493.3.ebuild
@@ -137,7 +137,7 @@ PATCHES=(
"${FILESDIR}/chromium-memcpy-r0.patch"
"${FILESDIR}/chromium-math.h-r0.patch"
"${FILESDIR}/chromium-stdint.patch"
-   "${FILESDIR}/chromium-ffmpeg-ebp-r0.patch"
+   "${FILESDIR}/chromium-ffmpeg-ebp-r1.patch"
 )
 
 pre_build_checks() {



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

2018-07-21 Thread Mike Gilbert
commit: 52447b988c1438866a6c8560e864dc400042c66b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul 22 04:45:32 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul 22 04:45:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52447b98

dev-util/gn: add ~x86 keyword

Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247

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

diff --git a/dev-util/gn/gn-0.1445.ebuild b/dev-util/gn/gn-0.1445.ebuild
index 206f8a04e4e..8f8649a1043 100644
--- a/dev-util/gn/gn-0.1445.ebuild
+++ b/dev-util/gn/gn-0.1445.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 BDEPEND="
${PYTHON_DEPS}



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

2018-07-21 Thread Mike Gilbert
commit: 3367521e05511abda54222331cfc30eeb5f61330
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul 22 04:46:26 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul 22 04:46:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3367521e

www-client/chromium: restore ~x86 keyword

Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247

 www-client/chromium/chromium-69.0.3493.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-69.0.3493.3.ebuild 
b/www-client/chromium/chromium-69.0.3493.3.ebuild
index 8846a001bb7..ce3f4e01ce7 100644
--- a/www-client/chromium/chromium-69.0.3493.3.ebuild
+++ b/www-client/chromium/chromium-69.0.3493.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="component-build cups gnome-keyring +hangouts jumbo-build kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 



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

2018-07-21 Thread Mike Gilbert
commit: 4df468253f85ead4ce444e2d4945d2457181606b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul 22 04:44:12 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul 22 04:44:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df46825

www-client/chromium: disable EBP usage in ffmpeg on x86

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

 www-client/chromium/chromium-67.0.3396.99.ebuild   |  1 +
 www-client/chromium/chromium-68.0.3440.68.ebuild   |  1 +
 www-client/chromium/chromium-69.0.3493.3.ebuild|  1 +
 www-client/chromium/files/chromium-ffmpeg-ebp-r0.patch | 18 ++
 www-client/chromium/files/chromium-ffmpeg-ebp-r1.patch | 18 ++
 5 files changed, 39 insertions(+)

diff --git a/www-client/chromium/chromium-67.0.3396.99.ebuild 
b/www-client/chromium/chromium-67.0.3396.99.ebuild
index 48fa2fe9d54..15b156c8058 100644
--- a/www-client/chromium/chromium-67.0.3396.99.ebuild
+++ b/www-client/chromium/chromium-67.0.3396.99.ebuild
@@ -138,6 +138,7 @@ PATCHES=(
"${FILESDIR}/chromium-stdint.patch"
"${FILESDIR}/chromium-ffmpeg-r1.patch"
"${FILESDIR}/chromium-ffmpeg-clang.patch"
+   "${FILESDIR}/chromium-ffmpeg-ebp-r0.patch"
 )
 
 pre_build_checks() {

diff --git a/www-client/chromium/chromium-68.0.3440.68.ebuild 
b/www-client/chromium/chromium-68.0.3440.68.ebuild
index 13d9aa7c022..09d01b49d5a 100644
--- a/www-client/chromium/chromium-68.0.3440.68.ebuild
+++ b/www-client/chromium/chromium-68.0.3440.68.ebuild
@@ -140,6 +140,7 @@ PATCHES=(
"${FILESDIR}/chromium-libjpeg-r0.patch"
"${FILESDIR}/chromium-cors-string-r0.patch"
"${FILESDIR}/chromium-libwebp-shim-r0.patch"
+   "${FILESDIR}/chromium-ffmpeg-ebp-r1.patch"
 )
 
 pre_build_checks() {

diff --git a/www-client/chromium/chromium-69.0.3493.3.ebuild 
b/www-client/chromium/chromium-69.0.3493.3.ebuild
index 42156a1df10..8846a001bb7 100644
--- a/www-client/chromium/chromium-69.0.3493.3.ebuild
+++ b/www-client/chromium/chromium-69.0.3493.3.ebuild
@@ -137,6 +137,7 @@ PATCHES=(
"${FILESDIR}/chromium-memcpy-r0.patch"
"${FILESDIR}/chromium-math.h-r0.patch"
"${FILESDIR}/chromium-stdint.patch"
+   "${FILESDIR}/chromium-ffmpeg-ebp-r0.patch"
 )
 
 pre_build_checks() {

diff --git a/www-client/chromium/files/chromium-ffmpeg-ebp-r0.patch 
b/www-client/chromium/files/chromium-ffmpeg-ebp-r0.patch
new file mode 100644
index 000..e7161c6d110
--- /dev/null
+++ b/www-client/chromium/files/chromium-ffmpeg-ebp-r0.patch
@@ -0,0 +1,18 @@
+https://bugs.chromium.org/p/chromium/issues/detail?id=796379
+https://bugs.gentoo.org/656902
+
+--- a/third_party/ffmpeg/BUILD.gn
+--- b/third_party/ffmpeg/BUILD.gn
+@@ -247,11 +247,7 @@
+ # On POSIX x86, sanitizers will fail to compiler the H264 CABAC code due 
to
+ # insufficient registers unless we disable EBP usage. crbug.com/786760
+ if (target_cpu == "x86") {
+-  if (using_sanitizer) {
+-defines += [ "HAVE_EBP_AVAILABLE=0" ]
+-  } else {
+-defines += [ "HAVE_EBP_AVAILABLE=1" ]
+-  }
++  defines += [ "HAVE_EBP_AVAILABLE=0" ]
+ }
+ 
+ if (!is_clang) {

diff --git a/www-client/chromium/files/chromium-ffmpeg-ebp-r1.patch 
b/www-client/chromium/files/chromium-ffmpeg-ebp-r1.patch
new file mode 100644
index 000..5e0f151514f
--- /dev/null
+++ b/www-client/chromium/files/chromium-ffmpeg-ebp-r1.patch
@@ -0,0 +1,18 @@
+https://bugs.chromium.org/p/chromium/issues/detail?id=796379
+https://bugs.gentoo.org/656902
+
+--- a/third_party/ffmpeg/BUILD.gn
+--- b/third_party/ffmpeg/BUILD.gn
+@@ -239,11 +239,7 @@
+   # Windows builds can't compile without EBP because we can't omit frame
+   # pointers like we do on posix.
+   if (target_cpu == "x86") {
+-if (using_sanitizer || is_win) {
+-  defines += [ "HAVE_EBP_AVAILABLE=0" ]
+-} else {
+-  defines += [ "HAVE_EBP_AVAILABLE=1" ]
+-}
++defines += [ "HAVE_EBP_AVAILABLE=0" ]
+   }
+ 
+   if (is_posix || is_fuchsia) {



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

2018-07-21 Thread Mikle Kolyada
commit: 373a721739e1d2f3439943246513919f9f22e588
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 02:33:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 02:33:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373a7217

media-libs/soxr: arm stable wrt bug #657768

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-libs/soxr/soxr-0.1.3-r1.ebuild 
b/media-libs/soxr/soxr-0.1.3-r1.ebuild
index 132057f9722..3375c0d2a99 100644
--- a/media-libs/soxr/soxr-0.1.3-r1.ebuild
+++ b/media-libs/soxr/soxr-0.1.3-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/soxr/${MY_P}.tar.xz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
 IUSE="examples test"
 
 # CMakeLists.txt builds examples if either test or examples USE flag is 
enabled.



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

2018-07-21 Thread Mikle Kolyada
commit: 2b72af64829f997c912a58e7295281d1ed8a093e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 02:31:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 02:31:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b72af64

net-dns/dnsmasq: arm stable wrt bug #645704

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-dns/dnsmasq/dnsmasq-2.79.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnsmasq/dnsmasq-2.79.ebuild 
b/net-dns/dnsmasq/dnsmasq-2.79.ebuild
index ca4a6b8217d..07b26aa233d 100644
--- a/net-dns/dnsmasq/dnsmasq-2.79.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.79.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz;
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd"
 
 IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec id idn libidn2 +inotify"
 IUSE+=" ipv6 lua nls script selinux static tftp"



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

2018-07-21 Thread Mikle Kolyada
commit: 298faead51fedc4f392f49c63d7713b166e5447c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 02:26:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 02:26:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298faead

dev-python/pytz: arm/m68k/s390/sh stable wrt bug #659664

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/pytz/pytz-2018.4.ebuild 
b/dev-python/pytz/pytz-2018.4.ebuild
index 341567f1db8..342c46e3979 100644
--- a/dev-python/pytz/pytz-2018.4.ebuild
+++ b/dev-python/pytz/pytz-2018.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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"
+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"
 IUSE=""
 
 RDEPEND="



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

2018-07-21 Thread Mikle Kolyada
commit: 14c4192405136cfcec6933d6990e5da84092e295
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 02:23:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 02:23:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c41924

dev-libs/librelp: arm stable wrt bug #659902

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-libs/librelp/librelp-1.2.16.ebuild 
b/dev-libs/librelp/librelp-1.2.16.ebuild
index 6f2b1a03d41..14405d27f2e 100644
--- a/dev-libs/librelp/librelp-1.2.16.ebuild
+++ b/dev-libs/librelp/librelp-1.2.16.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
 # subslot = soname version
 SLOT="0/0.4.0"
 
-KEYWORDS="amd64 ~arm arm64 ~hppa sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa sparc x86"
 IUSE="debug doc +ssl static-libs"
 
 RDEPEND="



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

2018-07-21 Thread Mikle Kolyada
commit: a0dfef5499540ba38df71c860be0981c5c4eed18
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 02:20:33 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 02:20:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0dfef54

mail-mta/exim: arm stable wrt bug #637546

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 mail-mta/exim/exim-4.91-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/exim/exim-4.91-r2.ebuild 
b/mail-mta/exim/exim-4.91-r2.ebuild
index f9c38b2c713..02c3148dd39 100644
--- a/mail-mta/exim/exim-4.91-r2.ebuild
+++ b/mail-mta/exim/exim-4.91-r2.ebuild
@@ -26,7 +26,7 @@ HOMEPAGE="http://www.exim.org/;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~x86-solaris"
 
 COMMON_DEPEND=">=sys-apps/sed-4.0.5
( >=sys-libs/db-3.2:= 

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

2018-07-21 Thread Mikle Kolyada
commit: 41c4edb1fa2dce8e9583cb17abe8a7f6efe4c698
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 02:13:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 02:13:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c4edb1

dev-python/html5lib: arm stable wrt bug #659658

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/html5lib/html5lib-1.0.1.ebuild 
b/dev-python/html5lib/html5lib-1.0.1.ebuild
index 9b2968887cd..ae97b2a4307 100644
--- a/dev-python/html5lib/html5lib-1.0.1.ebuild
+++ b/dev-python/html5lib/html5lib-1.0.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x64-macos"
 IUSE="test"
 
 RDEPEND=">=dev-python/six-1.9[${PYTHON_USEDEP}]



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

2018-07-21 Thread Mikle Kolyada
commit: a8d2741952f57b36d556ea105e759bfe1e2eabc9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 02:13:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 02:13:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d27419

dev-python/webencodings: arm stable wrt bug #659658

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/webencodings/webencodings-0.5.1.ebuild 
b/dev-python/webencodings/webencodings-0.5.1.ebuild
index e9163a78059..eb789be9969 100644
--- a/dev-python/webencodings/webencodings-0.5.1.ebuild
+++ b/dev-python/webencodings/webencodings-0.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 
 RDEPEND=""



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

2018-07-21 Thread Mikle Kolyada
commit: cba5228f2fc3ec88f74c97e4260c77a36ea3cb11
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 02:10:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 02:10:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba5228f

dev-python/pytest-expect: arm stable wrt bug #659658

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index 190383ebc5b..6ddb7b912de 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND="



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

2018-07-21 Thread Mikle Kolyada
commit: d0a708d48a75cdb182d9ff4f90d3d109afb0aad9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 02:04:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 02:04:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a708d4

dev-libs/oniguruma: arm stable wrt bug #658070

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-libs/oniguruma/oniguruma-6.8.2.ebuild 
b/dev-libs/oniguruma/oniguruma-6.8.2.ebuild
index b4d87472117..6cb5073649e 100644
--- a/dev-libs/oniguruma/oniguruma-6.8.2.ebuild
+++ b/dev-libs/oniguruma/oniguruma-6.8.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0/5"
-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 
~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 
~x86-solaris"
 IUSE="crnl-as-line-terminator static-libs"
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/

2018-07-21 Thread Mikle Kolyada
commit: 25adcd74a852c01a05767904391b69b00a815227
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 02:02:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 02:02:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25adcd74

app-shells/zsh: arm stable wrt bug #660862

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-shells/zsh/zsh-5.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/zsh/zsh-5.5.1-r1.ebuild 
b/app-shells/zsh/zsh-5.5.1-r1.ebuild
index 91e474c2fe8..5508d5d049d 100644
--- a/app-shells/zsh/zsh-5.5.1-r1.ebuild
+++ b/app-shells/zsh/zsh-5.5.1-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3 autotools
EGIT_REPO_URI="git://git.code.sf.net/p/zsh/code"
 else
-   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 ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
SRC_URI="https://www.zsh.org/pub/${P}.tar.gz
doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
 fi



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

2018-07-21 Thread Mikle Kolyada
commit: 7be1b9d1b710a5b51aeb223a8e87bd03a65a59a6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:58:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:58:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be1b9d1

dev-python/lit: arm stable wrt bug #657516

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/lit/lit-5.0.2.ebuild b/dev-python/lit/lit-5.0.2.ebuild
index 18cafea4819..54ad36389f2 100644
--- a/dev-python/lit/lit-5.0.2.ebuild
+++ b/dev-python/lit/lit-5.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz;
 
 LICENSE="UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd"
+KEYWORDS="amd64 arm ~arm64 ~ppc64 x86 ~amd64-fbsd"
 IUSE="test"
 
 S=${WORKDIR}/${MY_P}/utils/lit



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

2018-07-21 Thread Mikle Kolyada
commit: 8fc5167d66f49f5b8672a884c9cbb8c6ad93a782
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:59:22 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:59:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc5167d

sys-devel/llvm: arm stable wrt bug #657516

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-devel/llvm/llvm-5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-5.0.2.ebuild b/sys-devel/llvm/llvm-5.0.2.ebuild
index 58c2bb82095..02bf7d715a4 100644
--- a/sys-devel/llvm/llvm-5.0.2.ebuild
+++ b/sys-devel/llvm/llvm-5.0.2.ebuild
@@ -33,7 +33,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="debug doc gold libedit +libffi ncurses test
kernel_Darwin kernel_linux ${ALL_LLVM_TARGETS[*]}"
 



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

2018-07-21 Thread Mikle Kolyada
commit: c72cf8ecb87b55d2a5e4637be1a181ff934a8b26
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:58:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:58:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72cf8ec

sys-devel/llvm-common: arm stable wrt bug #657516

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-devel/llvm-common/llvm-common-5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm-common/llvm-common-5.0.2.ebuild 
b/sys-devel/llvm-common/llvm-common-5.0.2.ebuild
index 3142ca929d3..df3faf4c903 100644
--- a/sys-devel/llvm-common/llvm-common-5.0.2.ebuild
+++ b/sys-devel/llvm-common/llvm-common-5.0.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz;
 
 LICENSE="UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="!sys-devel/llvm:0"



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

2018-07-21 Thread Mikle Kolyada
commit: ed0bfd82fda81e5469ee9c41f612a3cd386bf760
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:53:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:53:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0bfd82

media-libs/lv2: Add ~arm keyword wrt bug #653676

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-libs/lv2/lv2-1.14.0-r1.ebuild 
b/media-libs/lv2/lv2-1.14.0-r1.ebuild
index bc2eba9fff5..51bbb4a8ba1 100644
--- a/media-libs/lv2/lv2-1.14.0-r1.ebuild
+++ b/media-libs/lv2/lv2-1.14.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~mips ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 x86"
 IUSE="doc plugins"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2018-07-21 Thread Mikle Kolyada
commit: bd717195f770045f9d44ebd3a9e1bec70fd18f5e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:47:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:47:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd717195

media-libs/libaom: Add ~arm keyword wrt bug #653676

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-libs/libaom/libaom-1.0.0.ebuild 
b/media-libs/libaom/libaom-1.0.0.ebuild
index eaba897ff30..974471879de 100644
--- a/media-libs/libaom/libaom-1.0.0.ebuild
+++ b/media-libs/libaom/libaom-1.0.0.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="mirror://gentoo/${P}.tar.gz"
S="${WORKDIR}"
fi
-   KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
+   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86"
 fi
 
 DESCRIPTION="Alliance for Open Media AV1 Codec SDK"



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

2018-07-21 Thread Mikle Kolyada
commit: 4cd6a242fe52395b1310e3f3e3beab83a614128d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:54:07 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:54:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd6a242

media-libs/lilv: Add ~arm keyword wrt bug #653676

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/lilv/lilv-0.24.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lilv/lilv-0.24.2-r3.ebuild 
b/media-libs/lilv/lilv-0.24.2-r3.ebuild
index 9b5c50d8fcf..3ef6161b21d 100644
--- a/media-libs/lilv/lilv-0.24.2-r3.ebuild
+++ b/media-libs/lilv/lilv-0.24.2-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
 IUSE="doc +dyn-manifest static-libs test"
 
 RDEPEND=">=media-libs/lv2-1.14.0-r1[${MULTILIB_USEDEP}]



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

2018-07-21 Thread Mikle Kolyada
commit: 3d384925114f3e1004445122745c76656c385822
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:53:48 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:53:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d384925

media-libs/sratom: Add ~arm keyword wrt bug #653676

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-libs/sratom/sratom-0.6.0-r1.ebuild 
b/media-libs/sratom/sratom-0.6.0-r1.ebuild
index 6268ebb0a64..46925de0c10 100644
--- a/media-libs/sratom/sratom-0.6.0-r1.ebuild
+++ b/media-libs/sratom/sratom-0.6.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc x86"
 IUSE="doc static-libs test"
 
 RDEPEND=">=media-libs/lv2-1.14.0-r1



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

2018-07-21 Thread Mikle Kolyada
commit: 8de2499564f47e943db3cbafdb2e09f4e2cc9283
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:43:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:43:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de24995

media-video/ffmpeg: Add ~arm keyword wrt bug #653676

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-video/ffmpeg/ffmpeg-4.0.2.ebuild 
b/media-video/ffmpeg/ffmpeg-4.0.2.ebuild
index 5e43e8e67aa..e6c7e1a95d9 100644
--- a/media-video/ffmpeg/ffmpeg-4.0.2.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.0.2.ebuild
@@ -55,7 +55,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~x86 ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



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

2018-07-21 Thread Mikle Kolyada
commit: 3701859cfcd9c25311a47b2e52b84ee2fca645d7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:49:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:49:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3701859c

dev-libs/serd: Add ~arm keyword wrt bug #653676

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-libs/serd/serd-0.28.0-r1.ebuild 
b/dev-libs/serd/serd-0.28.0-r1.ebuild
index 20f404eb252..ad1ecce8282 100644
--- a/dev-libs/serd/serd-0.28.0-r1.ebuild
+++ b/dev-libs/serd/serd-0.28.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc x86"
 IUSE="doc static-libs test"
 
 RDEPEND=""



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

2018-07-21 Thread Mikle Kolyada
commit: c41fe52a02d30a6bcec919ca5f42aba27bccf110
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:50:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:50:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41fe52a

dev-libs/sord: Add ~arm keyword wrt bug #653676

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-libs/sord/sord-0.16.0-r1.ebuild 
b/dev-libs/sord/sord-0.16.0-r1.ebuild
index 9440bedbf44..f40505a333c 100644
--- a/dev-libs/sord/sord-0.16.0-r1.ebuild
+++ b/dev-libs/sord/sord-0.16.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc x86"
 IUSE="doc static-libs test"
 
 RDEPEND=">=dev-libs/serd-0.28.0-r1"



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

2018-07-21 Thread Mikle Kolyada
commit: fdfeff8e9b9933674d2c939eda444c9116bdfe04
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:38:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:38:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfeff8e

net-misc/networkmanager: arm stable wrt bug #658246

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/networkmanager/networkmanager-1.8.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/networkmanager/networkmanager-1.8.4.ebuild 
b/net-misc/networkmanager/networkmanager-1.8.4.ebuild
index 81adc3707a0..329d3ef3ade 100644
--- a/net-misc/networkmanager/networkmanager-1.8.4.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.8.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
@@ -26,7 +26,7 @@ REQUIRED_USE="
?? ( consolekit elogind systemd )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
 
 # gobject-introspection-0.10.3 is needed due to gnome bug 642300
 # wpa_supplicant-0.7.3-r3 is needed due to bug 359271



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-browser-integration/

2018-07-21 Thread Mikle Kolyada
commit: eee3868405e7e097017dc97d26e85e99c59d1ed6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:35:17 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:35:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee38684

kde-plasma/plasma-browser-integration: Add ~arm keyword wrt bug #659936

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../plasma-browser-integration/plasma-browser-integration-5.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.3.ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.3.ebuild
index db4c052ef28..605c95adbc7 100644
--- 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.3.ebuild
+++ 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser 
extensions"
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/

2018-07-21 Thread Mikle Kolyada
commit: 69bcca51050ad74dc1e2f0020faefa488d8f3f07
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:32:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:32:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69bcca51

dev-tex/latexdiff: arm stable wrt bug #659494

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-tex/latexdiff/latexdiff-1.2.1.ebuild 
b/dev-tex/latexdiff/latexdiff-1.2.1.ebuild
index 16f291bca2a..2d58b114649 100644
--- a/dev-tex/latexdiff/latexdiff-1.2.1.ebuild
+++ b/dev-tex/latexdiff/latexdiff-1.2.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git;
 else
SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-LaTeX/

2018-07-21 Thread Mikle Kolyada
commit: bf8b7e5a8d58a11a79a5f110696ac9b106ffbe9c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:31:38 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:31:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8b7e5a

dev-perl/Pod-LaTeX: arm stable wrt bug #659494

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild 
b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
index 26706aa3b55..dc5a0037607 100644
--- a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
+++ b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Convert Pod data to formatted LaTeX"
 
 LICENSE="|| ( GPL-1+ Artistic )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="



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

2018-07-21 Thread Mikle Kolyada
commit: 5f615d9a98e9bc978926be689917f1dc2ecf09f0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:27:31 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:27:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f615d9a

media-libs/imlib2: arm stable wrt bug #659216

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-libs/imlib2/imlib2-1.5.1.ebuild 
b/media-libs/imlib2/imlib2-1.5.1.ebuild
index 3810890007b..9847c0ed057 100644
--- a/media-libs/imlib2/imlib2-1.5.1.ebuild
+++ b/media-libs/imlib2/imlib2-1.5.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.gz;
 
 LICENSE="BSD"
 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 ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 cpu_flags_x86_mmx cpu_flags_x86_sse2 gif jpeg mp3 nls png 
static-libs tiff X zlib"
 
 RDEPEND="



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

2018-07-21 Thread Mikle Kolyada
commit: a45b1024a1d04097a812fb98dc29200c54ffc248
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:24:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:24:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45b1024

sys-auth/libfprint: arm stable wrt bug #655340

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-auth/libfprint/libfprint-0.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/libfprint/libfprint-0.6.0-r2.ebuild 
b/sys-auth/libfprint/libfprint-0.6.0-r2.ebuild
index 9511bd2036e..3f1ca014448 100644
--- a/sys-auth/libfprint/libfprint-0.6.0-r2.ebuild
+++ b/sys-auth/libfprint/libfprint-0.6.0-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://cgit.freedesktop.org/${PN}/${PN}/snapshot/${MY_PV}.tar.bz2 -> $
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86"
 IUSE="debug static-libs vanilla"
 
 RDEPEND="virtual/libusb:1



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

2018-07-21 Thread Mikle Kolyada
commit: c4ae56a0f46893faf4f648d11be84efc35913ca4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:21:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:21:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ae56a0

app-editors/mg: arm stable wrt bug #660768

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/app-editors/mg/mg-20180408.ebuild 
b/app-editors/mg/mg-20180408.ebuild
index 9c9c5efbac0..b240bf15b35 100644
--- a/app-editors/mg/mg-20180408.ebuild
+++ b/app-editors/mg/mg-20180408.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/hboetes/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="livecd"
 
 RDEPEND="sys-libs/ncurses:0



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

2018-07-21 Thread Mikle Kolyada
commit: 8d892d135194253feb711077097380be422d6b5e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:18:52 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:18:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d892d13

sys-apps/gptfdisk: arm stable wrt bug #660768

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.3.ebuild 
b/sys-apps/gptfdisk/gptfdisk-1.0.3.ebuild
index 04c9952c4c9..0b200379b91 100644
--- a/sys-apps/gptfdisk/gptfdisk-1.0.3.ebuild
+++ b/sys-apps/gptfdisk/gptfdisk-1.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~arm-linux ~x86-linux"
 IUSE="kernel_linux ncurses static"
 
 # libuuid from util-linux is required.



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

2018-07-21 Thread Mikle Kolyada
commit: 4e7034e97758f8c1460237cf39482538b1b51527
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:15:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:15:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7034e9

dev-ruby/atomic: arm stable wrt bug #658324

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/atomic/atomic-1.1.101.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/atomic/atomic-1.1.101.ebuild 
b/dev-ruby/atomic/atomic-1.1.101.ebuild
index a7c394c0b3f..29991cd5374 100644
--- a/dev-ruby/atomic/atomic-1.1.101.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-07-21 Thread Mikle Kolyada
commit: 01e3966c6b384ac761bcb496cc73e5dd6f18ca9b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:16:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e3966c

dev-ruby/thread_safe: arm stable wrt bug #658324

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index 2766e9574cc..9ef7ed5d214 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



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

2018-07-21 Thread Mikle Kolyada
commit: 5d8d98cf0621f9dad0c7da0209ae83a3b7e3c5fb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:16:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:16:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8d98cf

dev-ruby/asciidoctor: arm stable wrt bug #658324

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/asciidoctor/asciidoctor-1.5.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.7.1.ebuild 
b/dev-ruby/asciidoctor/asciidoctor-1.5.7.1.ebuild
index f810a893369..04ccac392de 100644
--- a/dev-ruby/asciidoctor/asciidoctor-1.5.7.1.ebuild
+++ b/dev-ruby/asciidoctor/asciidoctor-1.5.7.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 hppa ~ppc ppc64 x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2018-07-21 Thread Mike Gilbert
commit: b5bc6e9886c984c5f5368c417f9d139ae77be11e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul 22 00:41:38 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul 22 00:41:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5bc6e98

www-client/chromium: dev channel bump (69.0.3493.3)

Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247

 www-client/chromium/Manifest   |   2 +-
 ...0.3452.0.ebuild => chromium-69.0.3493.3.ebuild} |  33 ++--
 .../chromium/files/chromium-compiler-r4.patch  | 168 +
 3 files changed, 178 insertions(+), 25 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 41ac555615b..16151f92e13 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -2,5 +2,5 @@ DIST chromium-67.0.3396.87.tar.xz 591491608 BLAKE2B 
9069c4b2e000e180a9b21bbdbb67
 DIST chromium-67.0.3396.99.tar.xz 592170796 BLAKE2B 
c214f2feb911bd375849f1c69a67dad79707be7d8c7b99f503e67a62212c0340c8c21b1922cf0a5bfdc32507dfe337a9cddeb29674067c08e6e21a8585a5
 SHA512 
b1cc7f5988d30efae0b3954232a402e2906bb27113f453a67d865a79afecf6a124c7833635d6083ea40f0cb7344e3cdb4a02f3b8ba4b1cd9798b5d2bccb23242
 DIST chromium-68.0.3440.25.tar.xz 624353904 BLAKE2B 
8ed052e5ad831499367ef1e6d40d08bb585e49855f4c6b820d5532c96f240ad312e66484b75b5b8398e737e2400b7ff1f9edd944b5f6a16d81ace019f6dd0952
 SHA512 
c82436dc42dd9ee1b87881d617f6c791a9dc04d85bb1d4588a3cf31009edd8aeb9d89c357581f705e3602580be1d70ab5fd85f629abf7c7f647fa8a5f06f3add
 DIST chromium-68.0.3440.68.tar.xz 630241852 BLAKE2B 
c18ed31b87c8617f5776a63a4e7c816bf1ef5974ce74a662ba8bb35dde2aac7b4b1c23c52b4b6530d5998e0cc4cb42bcf88f07acbe8e4fc550257cfab536b86f
 SHA512 
ca1458bd93425c77420ee991c6f9ab2624d9ae14dc457468146b0cecee097eb73bee8ee6c623aac67e8425713bde15f015094c96085086c084d924f5f25383c0
-DIST chromium-69.0.3452.0.tar.xz 627961940 BLAKE2B 
d7e910c746f485595e180b2733ac6bd012ef2a58b72107ce7e8f0a2d30a3b1fa1274b93a607cd05e9a86d4f68520af1cbe5b97b828a9d9d5dd6fde0837995880
 SHA512 
3dc005c8c93eced4275e5baf01e17582c95e4278a4497d2e1f0c95ab0dc426753bb6a6440d1cc654847d58524f01e4edd2a24f90c54e4202e96bb68b2b127df8
 DIST chromium-69.0.3464.0.tar.xz 634891812 BLAKE2B 
2cff114b4c6af03d3a6bc79df68876d38d9d8cc972faed2d3d0a3c565911fb2d32e467a4cff1ca8d5c234fece983ab1bb1b5be12bfdc1041d823fde645050f7e
 SHA512 
d14414be553faa9d327dbb9348edcbc755f7f8346825c5144e65a25acb21eec07c34713180ed5701830ccadda99c171e279ae40a620c9babd187d0d093c8a87b
+DIST chromium-69.0.3493.3.tar.xz 622878800 BLAKE2B 
46aabdf4032471db8c6b461ebce6cfbc4fe99be55b959134c950bbba63d2c303673f48bb10004698f79abd4e22aa8b8c390ff6a12210020cf6bd8cf6cf8d8060
 SHA512 
96393f8939fccc8514094f9215496883f416669e61feb45b706610f67ff90672a88f9154fb06e59dec9d363c5e9a072bf1f2ba562dd533345a493664dabcb19e

diff --git a/www-client/chromium/chromium-69.0.3452.0.ebuild 
b/www-client/chromium/chromium-69.0.3493.3.ebuild
similarity index 96%
rename from www-client/chromium/chromium-69.0.3452.0.ebuild
rename to www-client/chromium/chromium-69.0.3493.3.ebuild
index f6ce8e32881..42156a1df10 100644
--- a/www-client/chromium/chromium-69.0.3452.0.ebuild
+++ b/www-client/chromium/chromium-69.0.3493.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64"
 IUSE="component-build cups gnome-keyring +hangouts jumbo-build kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
@@ -80,6 +80,7 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}
!=www-client/chromium-
! /dev/null || die
fi
 
-   bootstrap_gn
-
einfo "Configuring Chromium..."
-   set -- out/Release/gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release
+   set -- gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release
echo "$@"
"$@" || die
 }

diff --git a/www-client/chromium/files/chromium-compiler-r4.patch 
b/www-client/chromium/files/chromium-compiler-r4.patch
new file mode 100644
index 000..3fe73ef7fec
--- /dev/null
+++ b/www-client/chromium/files/chromium-compiler-r4.patch
@@ -0,0 +1,168 @@
+From 777d166eec22c1894108dce985498f75ac5931e8 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Wed, 25 Apr 2018 13:22:49 -0400
+Subject: [PATCH] Disable various compiler configs
+
+---
+ build/config/compiler/BUILD.gn | 61 ++
+ 1 file changed, 18 insertions(+), 43 deletions(-)
+
+diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
+index 6e38ad782d38..87bbd423f67f 100644
+--- a/build/config/compiler/BUILD.gn
 b/build/config/compiler/BUILD.gn
+@@ -225,8 +225,6 @@ config("compiler") {
+ 
+   configs += [
+ # See the definitions below.
+-":clang_revision",
+-

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

2018-07-21 Thread Mikle Kolyada
commit: 2cde76c32e418ce7ec8d5d740c5c37d15b15c798
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 00:42:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 00:42:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cde76c3

sys-process/psmisc: mark stable wrt bug #657920

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-process/psmisc/psmisc-23.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/psmisc/psmisc-23.1-r1.ebuild 
b/sys-process/psmisc/psmisc-23.1-r1.ebuild
index dcc3b383348..12e1d145077 100644
--- a/sys-process/psmisc/psmisc-23.1-r1.ebuild
+++ b/sys-process/psmisc/psmisc-23.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="ipv6 nls selinux X"
 
 RDEPEND=">=sys-libs/ncurses-5.7-r7:0=



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

2018-07-21 Thread Mikle Kolyada
commit: 0b45384a8e540cc162ac17672c2664dc49f893ad
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 00:39:33 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 00:39:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b45384a

app-backup/rdiff-backup: arm stable wrt bug #658242

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild 
b/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
index 3a6f9bf04f5..7999cb18cbf 100644
--- a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
+++ b/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/sol1/${PN}/archive/r${UPSTREAM_PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="alpha amd64 arm ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="examples"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt/

2018-07-21 Thread Mikle Kolyada
commit: 72068808681a6efc96fb756f8b3fbcd63024b53f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 23:54:07 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 00:24:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72068808

virtual/perl-Math-BigInt: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r2.ebuild 
b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r2.ebuild
index 52c8c898f73..3306353952f 100644
--- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r2.ebuild
+++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~x64-cygwin ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~x64-cygwin ~ppc-macos ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )



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

2018-07-21 Thread Mikle Kolyada
commit: 2c84ee8a697bae5c89d0f5f24d922853c6a4fce6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 00:01:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 00:24:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c84ee8a

app-editors/emacs: Drop s390 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-editors/emacs/emacs-23.4-r17.ebuild | 2 +-
 app-editors/emacs/emacs-24.5-r5.ebuild  | 2 +-
 app-editors/emacs/emacs-25.3-r4.ebuild  | 2 +-
 app-editors/emacs/emacs-26.1-r1.ebuild  | 2 +-
 app-editors/emacs/emacs-26.1.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-editors/emacs/emacs-23.4-r17.ebuild 
b/app-editors/emacs/emacs-23.4-r17.ebuild
index 99eac1719fd..82d3ed24554 100644
--- a/app-editors/emacs/emacs-23.4-r17.ebuild
+++ b/app-editors/emacs/emacs-23.4-r17.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.bz2
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="23"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="alsa aqua athena dbus games gconf gif gpm gtk gzip-el jpeg kerberos 
livecd m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft 
+xpm"
 REQUIRED_USE="?? ( aqua X )"
 

diff --git a/app-editors/emacs/emacs-24.5-r5.ebuild 
b/app-editors/emacs/emacs-24.5-r5.ebuild
index d06860523d9..ac413d6d571 100644
--- a/app-editors/emacs/emacs-24.5-r5.ebuild
+++ b/app-editors/emacs/emacs-24.5-r5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="24"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="acl alsa aqua athena dbus games gconf gfile gif gpm gsettings gtk +gtk3 
gzip-el imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif png 
selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm 
zlib"
 REQUIRED_USE="?? ( aqua X )"
 

diff --git a/app-editors/emacs/emacs-25.3-r4.ebuild 
b/app-editors/emacs/emacs-25.3-r4.ebuild
index 6911c651218..dcfdb8953d9 100644
--- a/app-editors/emacs/emacs-25.3-r4.ebuild
+++ b/app-editors/emacs/emacs-25.3-r4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="25"
-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"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el imagemagick +inotify jpeg kerberos libxml2 
livecd m17n-lib motif png selinux sound source ssl svg tiff toolkit-scroll-bars 
wide-int X Xaw3d xft +xpm zlib"
 REQUIRED_USE="?? ( aqua X )"
 

diff --git a/app-editors/emacs/emacs-26.1-r1.ebuild 
b/app-editors/emacs/emacs-26.1-r1.ebuild
index 97b7b129485..65ec6e9eb66 100644
--- a/app-editors/emacs/emacs-26.1-r1.ebuild
+++ b/app-editors/emacs/emacs-26.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="26"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 
livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd 
+threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
 REQUIRED_USE="?? ( aqua X )"
 

diff --git a/app-editors/emacs/emacs-26.1.ebuild 
b/app-editors/emacs/emacs-26.1.ebuild
index 09b6c8355e7..0e51ea34f5b 100644
--- a/app-editors/emacs/emacs-26.1.ebuild
+++ b/app-editors/emacs/emacs-26.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz"
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="26"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa 

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

2018-07-21 Thread Mikle Kolyada
commit: 01de126d6f83877275441ebd3a2d7e160a327769
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 23:52:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 00:24:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01de126d

dev-python/virtualenv: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/virtualenv/virtualenv-15.1.0.ebuild 
b/dev-python/virtualenv/virtualenv-15.1.0.ebuild
index d6f1fca7382..67998978e96 100644
--- a/dev-python/virtualenv/virtualenv-15.1.0.ebuild
+++ b/dev-python/virtualenv/virtualenv-15.1.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris ~amd64-fbsd"
+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 
~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE="doc test"
 



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

2018-07-21 Thread Mikle Kolyada
commit: 7831d88854b40ee98f9d6cf61a1adff331a83937
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 23:57:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 00:24:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7831d888

dev-libs/libgpg-error: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/libgpg-error/libgpg-error-1.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgpg-error/libgpg-error-1.29.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
index f8a3e3daaca..a65051b13f6 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~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 ~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"
 IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Fatal/

2018-07-21 Thread Mikle Kolyada
commit: 3b3521cd29b902b053ffcd61be7bfe0c91914328
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 23:54:42 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 00:24:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3521cd

dev-perl/Test-Fatal: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Test-Fatal/Test-Fatal-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Fatal/Test-Fatal-0.14.0.ebuild 
b/dev-perl/Test-Fatal/Test-Fatal-0.14.0.ebuild
index c4d1c31598c..4349f22200b 100644
--- a/dev-perl/Test-Fatal/Test-Fatal-0.14.0.ebuild
+++ b/dev-perl/Test-Fatal/Test-Fatal-0.14.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Incredibly simple helpers for testing code with exceptions"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-07-21 Thread Mikle Kolyada
commit: 3e41cec7c51c1c652a737e5e0959c2a7c1513f1c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 00:03:36 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 00:24:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e41cec7

virtual/emacs: Drop s390 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 virtual/emacs/emacs-23.ebuild | 4 ++--
 virtual/emacs/emacs-24.ebuild | 4 ++--
 virtual/emacs/emacs-25.ebuild | 2 +-
 virtual/emacs/emacs-26.ebuild | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/virtual/emacs/emacs-23.ebuild b/virtual/emacs/emacs-23.ebuild
index 0e9d4ceddc4..dded2452cdb 100644
--- a/virtual/emacs/emacs-23.ebuild
+++ b/virtual/emacs/emacs-23.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Virtual for GNU Emacs"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 RDEPEND="app-editors/emacs:23"

diff --git a/virtual/emacs/emacs-24.ebuild b/virtual/emacs/emacs-24.ebuild
index b29518d29eb..165a6844852 100644
--- a/virtual/emacs/emacs-24.ebuild
+++ b/virtual/emacs/emacs-24.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Virtual for GNU Emacs"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 RDEPEND="app-editors/emacs:24"

diff --git a/virtual/emacs/emacs-25.ebuild b/virtual/emacs/emacs-25.ebuild
index e5ae3b1d648..613949baeb3 100644
--- a/virtual/emacs/emacs-25.ebuild
+++ b/virtual/emacs/emacs-25.ebuild
@@ -5,6 +5,6 @@ EAPI=6
 
 DESCRIPTION="Virtual for GNU Emacs"
 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"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 RDEPEND="app-editors/emacs:25"

diff --git a/virtual/emacs/emacs-26.ebuild b/virtual/emacs/emacs-26.ebuild
index 6621153aa50..9c430679979 100644
--- a/virtual/emacs/emacs-26.ebuild
+++ b/virtual/emacs/emacs-26.ebuild
@@ -5,6 +5,6 @@ EAPI=6
 
 DESCRIPTION="Virtual for GNU Emacs"
 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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 RDEPEND="|| ( app-editors/emacs:26 >=app-editors/emacs-vcs-26.1 )"



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-pstricks/

2018-07-21 Thread Mikle Kolyada
commit: 65e1fba765cbb8e2a87ec6ea2a49bc5ec7bd5f5e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 00:05:05 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 00:24:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e1fba7

dev-texlive/texlive-pstricks: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild 
b/dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild
index b1e5f565fae..4bfcc59506d 100644
--- a/dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild
+++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive PSTricks"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LPPL-1.3 "
 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=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 >=dev-texlive/texlive-plaingeneric-2017



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-plaingeneric/

2018-07-21 Thread Mikle Kolyada
commit: 94de2afe9a2e09b5cc5bde0455095eaf057349e0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 23:55:49 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 00:24:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94de2afe

dev-texlive/texlive-plaingeneric: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2017.ebuild 
b/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2017.ebuild
index 99c9f98b9c7..38be22a 100644
--- a/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2017.ebuild
+++ b/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Plain (La)TeX packages"
 
 LICENSE=" GPL-1 GPL-2 GPL-3 LPPL-1.3 LPPL-1.3c public-domain TeX 
TeX-other-free "
 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=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !

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

2018-07-21 Thread Mikle Kolyada
commit: 0efcfbf439f0ce5f4359adea8f5c4ba9dca4dae8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 23:51:33 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 00:24:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efcfbf4

dev-python/chardet: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/chardet/chardet-3.0.4.ebuild 
b/dev-python/chardet/chardet-3.0.4.ebuild
index 34471e6d304..a4348443c34 100644
--- a/dev-python/chardet/chardet-3.0.4.ebuild
+++ b/dev-python/chardet/chardet-3.0.4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~x64-solaris ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Spreadsheet-ParseExcel/

2018-07-21 Thread Mikle Kolyada
commit: 372ddc4657a93329e07f499321c0b0f5d63f22bf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 00:06:14 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 00:24:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372ddc46

dev-perl/Spreadsheet-ParseExcel: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.650.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.650.0.ebuild 
b/dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.650.0.ebuild
index eb8dea3bd65..92ca83923bb 100644
--- a/dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.650.0.ebuild
+++ b/dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.650.0.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=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Read information from an Excel file"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="test cjk unicode"
 
 # Digest::Perl::MD5 cannot be replaced by Digest::MD5, as this module actually



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

2018-07-21 Thread Virgil Dupras
commit: 474f6aca10f75a2afd805fbc07cda3b37dfe1dc3
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Jul 22 00:14:51 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Jul 22 00:14:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474f6aca

dev-python/django-tastypie: remove py36 compat

This package depends on django 1.8 which explicitly doesn't support
python 3.6. Removing from compat. Additionally:

* Bump to EAPI 6
* Fix repoman warnings about '=' in dependencies

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../django-tastypie-0.13.3-r1.ebuild   | 81 ++
 1 file changed, 81 insertions(+)

diff --git a/dev-python/django-tastypie/django-tastypie-0.13.3-r1.ebuild 
b/dev-python/django-tastypie/django-tastypie-0.13.3-r1.ebuild
new file mode 100644
index 000..3407e9d7e4f
--- /dev/null
+++ b/dev-python/django-tastypie/django-tastypie-0.13.3-r1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A flexible and capable API layer for django utilising serialisers"
+HOMEPAGE="https://pypi.org/project/django-tastypie/ 
https://github.com/toastdriven/django-tastypie;
+SRC_URI="https://github.com/toastdriven/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="bip doc test"
+
+LICENSE="BSD"
+SLOT="0"
+
+COMMON_DEPEND=">=dev-python/mimeparse-0.1.4[${PYTHON_USEDEP}]
+   !~dev-python/mimeparse-1.5[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+   !~dev-python/python-dateutil-2.0[${PYTHON_USEDEP}]
+   >=dev-python/django-1.7[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/

2018-07-21 Thread Virgil Dupras
commit: cd4408b313e3d8abff8332aad431999f9b46d2de
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sat Jul 21 23:55:57 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sat Jul 21 23:55:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4408b3

dev-python/django-openstack-auth: remove py36 compat

This package depends on django 1.8 which explicitly doesn't support
python 3.6.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 ...penstack-auth-3.2.0.ebuild => django-openstack-auth-3.2.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild 
b/dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild
similarity index 98%
rename from dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild
rename to dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild
index 7a83cbeb560..5f7292f8f79 100644
--- a/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild
+++ b/dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 
 inherit distutils-r1
 



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

2018-07-21 Thread Brian Dolbec
commit: 5d7cd791bdbfa639611c53d3fd06a58b85552f5a
Author: Brian Dolbec dolsen  gentoo  org>
AuthorDate: Sat Jul 21 23:20:26 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul 21 23:20:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7cd791

app-crypt/gentoo-keys: Stabilize all keywords

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/gentoo-keys/gentoo-keys-201807020151.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gentoo-keys/gentoo-keys-201807020151.ebuild 
b/app-crypt/gentoo-keys/gentoo-keys-201807020151.ebuild
index 50b441af548..f0d9517344d 100644
--- a/app-crypt/gentoo-keys/gentoo-keys-201807020151.ebuild
+++ b/app-crypt/gentoo-keys/gentoo-keys-201807020151.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://dev.gentoo.org/~dolsen/releases/keyrings/${P}.tar.xz;
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc 
x86 x64-cygwin amd64-fbsd amd64-linux x86-fbsd"
 
 S="${WORKDIR}"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/webapp-config/, games-emulation/dolphin/

2018-07-21 Thread Michał Górny
commit: 8054807a4e67591d2c89b33b0dc6271abcffc526
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 21 22:12:46 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 21 22:14:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8054807a

*/*: Reassign packages of twitch153

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

 app-admin/webapp-config/metadata.xml | 4 
 games-emulation/dolphin/metadata.xml | 5 +
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-admin/webapp-config/metadata.xml 
b/app-admin/webapp-config/metadata.xml
index bf2371089c8..67d2bc40c7e 100644
--- a/app-admin/webapp-config/metadata.xml
+++ b/app-admin/webapp-config/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   twitch...@gentoo.org
-   Devan Franchini
-   

bluen...@gentoo.org
Anthony G. Basile

diff --git a/games-emulation/dolphin/metadata.xml 
b/games-emulation/dolphin/metadata.xml
index e5f72fa203b..5d2e84088c1 100644
--- a/games-emulation/dolphin/metadata.xml
+++ b/games-emulation/dolphin/metadata.xml
@@ -12,10 +12,7 @@
 Dolphin is a Gamecube and Wii emulator. Most games run perfectly or with minor
 bugs. Games are playable at HD quality, with 1080p and more.

-   
-   twitch...@gentoo.org
-   Devan Franchini
-   
+   

dolphin-emu/dolphin




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

2018-07-21 Thread Patrice Clement
commit: 59856c7f8b7def9f072e696f91af4f84605247da
Author: Joonas Niilola  gmail  com>
AuthorDate: Wed Jul 18 13:12:15 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 21 21:57:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59856c7f

x11-misc/enlightenment-extra: new package.

Package-Manager: Portage[mgorny]-2.3.43.2
Closes: https://github.com/gentoo/gentoo/pull/9272

 x11-misc/enlightenment-extra/Manifest  |  1 +
 .../enlightenment-extra-0.0.1.ebuild   | 44 ++
 x11-misc/enlightenment-extra/metadata.xml  | 12 ++
 3 files changed, 57 insertions(+)

diff --git a/x11-misc/enlightenment-extra/Manifest 
b/x11-misc/enlightenment-extra/Manifest
new file mode 100644
index 000..540300f1869
--- /dev/null
+++ b/x11-misc/enlightenment-extra/Manifest
@@ -0,0 +1 @@
+DIST enlightenment-extra-0.0.1.tar.xz 374872 BLAKE2B 
f067ae5115033d5b87783584327ecd5e08b3b38998d2f9e20b70b135b7ec25106fd92abf5314c2af580cfbcc66ecd65ca7e434429708e1abe8d02dd4b0e2ba98
 SHA512 
40cf1a19c48cb6f14fd7fbed3223eabdbc69260834480e4463495af36fbfa1d00b7bfe3777998a17e5081b14e66080dc3013a6d3a6c610a175a08c99b4e5529a

diff --git a/x11-misc/enlightenment-extra/enlightenment-extra-0.0.1.ebuild 
b/x11-misc/enlightenment-extra/enlightenment-extra-0.0.1.ebuild
new file mode 100644
index 000..a7d39571c7d
--- /dev/null
+++ b/x11-misc/enlightenment-extra/enlightenment-extra-0.0.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/enlightenment-/}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="An app for downloading themes and add-ons to Enlightenment WM"
+HOMEPAGE="https://extra.enlightenment.org;
+SRC_URI="https://download.enlightenment.org/rel/apps/${MY_PN}/${MY_P}.tar.xz 
-> ${P}.tar.xz"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND=">=dev-libs/efl-1.18[X]"
+DEPEND="
+   ${RDEPEND}
+   nls? ( sys-devel/gettext )
+"
+
+S="${WORKDIR}"/"${MY_P}"
+
+src_prepare() {
+   default
+
+   # Fix a QA issue, https://phab.enlightenment.org/T7167
+   sed -i '/Version=/d' data/desktop/extra.desktop* || die
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable nls)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}

diff --git a/x11-misc/enlightenment-extra/metadata.xml 
b/x11-misc/enlightenment-extra/metadata.xml
new file mode 100644
index 000..ba2dca1a6dd
--- /dev/null
+++ b/x11-misc/enlightenment-extra/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+juip...@gmail.com
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+
+



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

2018-07-21 Thread Patrice Clement
commit: e8eccd44e54a710285a69d5c07e27fa714a34340
Author: Guillaume Seren  gmail  com>
AuthorDate: Mon Jun 18 10:07:04 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 21 21:58:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8eccd44

mail-client/alot: fi twisted deps 0.7-r1.

This solve the deps block on twisted-core.

Closes: https://bugs.gentoo.org/658384
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9012

 mail-client/alot/alot-0.7-r1.ebuild | 88 +
 1 file changed, 88 insertions(+)

diff --git a/mail-client/alot/alot-0.7-r1.ebuild 
b/mail-client/alot/alot-0.7-r1.ebuild
new file mode 100644
index 000..55e4adc56b6
--- /dev/null
+++ b/mail-client/alot/alot-0.7-r1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Experimental terminal UI for net-mail/notmuch written in Python"
+HOMEPAGE="https://github.com/pazz/alot;
+SRC_URI="https://github.com/pazz/alot/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+   "
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/configobj-4.7.0[${PYTHON_USEDEP}]
+   >=app-crypt/gpgme-1.9.0[python,${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/twisted[${PYTHON_USEDEP}]
+   >=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/urwidtrees-1.0[${PYTHON_USEDEP}]
+   net-mail/mailbase
+   >=net-mail/notmuch-0.13[crypt,python]
+   "
+
+python_prepare_all() {
+   find "${S}" -name '*.py' -exec sed -e '1i# -*- coding: utf-8 -*-' -i 
'{}' +
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   emake -C docs html
+   HTML_DOCS=( docs/build/html/. )
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   insinto /usr/share/alot
+   doins -r extra
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   echo
+   elog "If you are new to Alot you may want to take a look at"
+   elog "the user manual:"
+   elog "   https://alot.readthedocs.io/en/latest/;
+   echo
+   else
+   local rv
+   for rv in ${REPLACING_VERSIONS} ; do
+   if [[ "0.3.2" == "${rv}" ]]; then
+   ewarn ""
+   ewarn "The syntax of theme-files and custom 
tags-sections of the config"
+   ewarn "has been changed.  You have to revise 
your config.  There are"
+   ewarn "converter scripts in 
/usr/share/alot/extra to help you out with"
+   ewarn "this:"
+   ewarn ""
+   ewarn "  * tagsections_convert.py for your 
~/.config/alot/config"
+   ewarn "  * theme_convert.py to update your 
custom theme files"
+   break;
+   fi
+   if [[ "0.5.1" == "${rv}" ]]; then
+   ewarn ""
+   ewarn "Since 0.6 version the GPG engine has 
switched to app-crypt/gpgme"
+   ewarn "to use GPG signing operations, you can 
pass the key id has arg"
+   ewarn "or setup the gpg_key value in your 
config file, see"
+   ewarn "  
https://alot.readthedocs.io/en/latest/usage/crypto.html?highlight=gpg;
+   ewarn ""
+   break;
+   fi
+   done
+   fi
+}



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

2018-07-21 Thread Patrice Clement
commit: d0a11761f6c426c8eedce647dfe1cb13a8a3f7ac
Author: Tact Yoshida  gmail  com>
AuthorDate: Wed Jul 18 19:15:23 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 21 21:56:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a11761

net-misc/sshrc: version bump to 0.6.2.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9277

 net-misc/sshrc/Manifest   |  1 +
 net-misc/sshrc/sshrc-0.6.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/net-misc/sshrc/Manifest b/net-misc/sshrc/Manifest
index 0d1c7a704a8..120746ca6cb 100644
--- a/net-misc/sshrc/Manifest
+++ b/net-misc/sshrc/Manifest
@@ -1 +1,2 @@
 DIST sshrc-0.6.1.tar.gz 3701 BLAKE2B 
36cdd0d4dcc80ea1884533f71e6090a6cb393dc1131a6d78fddc43c37e0597aee2da8b92789a59100ad6941d8c17e6ccbf796d73ec704df45aa768cfc6bf36a7
 SHA512 
69e0919bdef0ec6fb187814f1a0dd360b331dc4c0fc047f7767399944eccb949c172682331e6ebe940c275f0a2b6293a66a6018e12351f566638eed1ac362d64
+DIST sshrc-0.6.2.tar.gz 4410 BLAKE2B 
982ae3f0a6d3727699cc3cd7ddc20304ad1330b165f7450047f7d3b236ba7f3b297223d88c6ce8e00d0db97d3193c4547d7a10d51e8feb3bb639b6276865a8e8
 SHA512 
79dd964c5ed825b38aa775d35df6adc0857817c418fa4ae1971378f062536035bd66e4faa0fb84f66504f09c7e6368355f8c57036bea8d269b4d9084af95ddc4

diff --git a/net-misc/sshrc/sshrc-0.6.2.ebuild 
b/net-misc/sshrc/sshrc-0.6.2.ebuild
new file mode 100644
index 000..b97009265ac
--- /dev/null
+++ b/net-misc/sshrc/sshrc-0.6.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Bring your .bashrc, .vimrc, etc. from your local machine when you 
ssh"
+HOMEPAGE="https://github.com/Russell91/sshrc;
+SRC_URI="https://github.com/Russell91/sshrc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="mosh"
+
+RDEPEND="
+   virtual/ssh:0=
+   mosh? ( net-misc/mosh:0[client] )
+"
+
+src_install()
+{
+   dobin sshrc
+   use mosh && dobin moshrc
+}



[gentoo-commits] proj/qa-scripts:master commit in: /

2018-07-21 Thread Michał Górny
commit: b36477a3568b4f3df6da10049fdedb5a0138fd85
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 21 21:57:10 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 21 21:57:10 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=b36477a3

Update dev-timeline to fix active-devs filtering

 dev-timeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-timeline b/dev-timeline
index b46f498..3a77265 16
--- a/dev-timeline
+++ b/dev-timeline
@@ -1 +1 @@
-Subproject commit b46f4981dc73b64c10cc09a5f64207cdb7747213
+Subproject commit 3a77265aabd909220b829c0fa2623473bf5bc849



[gentoo-commits] repo/gentoo:master commit in: games-fps/yamagi-quake2/

2018-07-21 Thread Patrice Clement
commit: 0e19dc2e1726a8030992ead1dafdacfcdbca0cd2
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Fri Jul 20 22:24:09 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 21 21:56:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e19dc2e

games-fps/yamagi-quake2: optionally build software renderer.

 games-fps/yamagi-quake2/metadata.xml  |  1 +
 games-fps/yamagi-quake2/yamagi-quake2-7.21.ebuild | 15 ++-
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/games-fps/yamagi-quake2/metadata.xml 
b/games-fps/yamagi-quake2/metadata.xml
index c573477de06..d965a72ff59 100644
--- a/games-fps/yamagi-quake2/metadata.xml
+++ b/games-fps/yamagi-quake2/metadata.xml
@@ -16,6 +16,7 @@
Build client
Build support for the 'Capture The Flag' 
addon
Build support for the 'Ground Zero' Mission 
Pack
+   Build software renderer
Build support for the 'The Reckoning' 
Mission Pack

 

diff --git a/games-fps/yamagi-quake2/yamagi-quake2-7.21.ebuild 
b/games-fps/yamagi-quake2/yamagi-quake2-7.21.ebuild
index 779346e191f..70d72875290 100644
--- a/games-fps/yamagi-quake2/yamagi-quake2-7.21.ebuild
+++ b/games-fps/yamagi-quake2/yamagi-quake2-7.21.ebuild
@@ -19,19 +19,22 @@ 
SRC_URI="https://deponie.yamagi.org/quake2/quake2-${PV}.tar.xz
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+client ctf dedicated ogg openal rogue xatrix"
-REQUIRED_USE="|| ( client dedicated )"
+IUSE="+client ctf dedicated ogg openal +opengl rogue softrender xatrix"
+REQUIRED_USE="|| ( client dedicated ) client? ( || ( opengl softrender ) )"
 
 RDEPEND="sys-libs/zlib:0=
client? (
-   media-libs/libsdl2[opengl,video]
-   virtual/opengl
+   media-libs/libsdl2[video]
ogg? (
media-libs/libogg
media-libs/libvorbis
)
openal? ( media-libs/openal )
!openal? ( media-libs/libsdl2[sound] )
+   opengl? (
+   media-libs/libsdl2[opengl]
+   virtual/opengl
+   )
)
 "
 
@@ -73,8 +76,10 @@ src_prepare() {
 
 src_compile() {
local targets=( game )
-   use client && targets+=( client ref_gl1 ref_gl3 )
+   use client && targets+=( client )
use dedicated && targets+=( server )
+   use opengl && targets+=( ref_gl1 ref_gl3 )
+   use softrender && targets+=( ref_soft )
 
mymake config
mymake "${targets[@]}"



[gentoo-commits] repo/gentoo:master commit in: games-fps/yamagi-quake2/

2018-07-21 Thread Patrice Clement
commit: a032c2d8c8da689843f1e1a6f56accb28ca101c9
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Fri Jul 20 22:00:18 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 21 21:55:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a032c2d8

games-fps/yamagi-quake2: version bump to 7.21.

Closes: https://github.com/gentoo/gentoo/pull/9301

 games-fps/yamagi-quake2/Manifest  |   1 +
 games-fps/yamagi-quake2/yamagi-quake2-7.21.ebuild | 146 ++
 2 files changed, 147 insertions(+)

diff --git a/games-fps/yamagi-quake2/Manifest b/games-fps/yamagi-quake2/Manifest
index cb700cafbe4..236cd44dcf2 100644
--- a/games-fps/yamagi-quake2/Manifest
+++ b/games-fps/yamagi-quake2/Manifest
@@ -1,5 +1,6 @@
 DIST quake2-7.10.tar.xz 1792748 BLAKE2B 
853d6db1eec46ce40952fd413a259653275081599a940941fc883921b310f436be62b80a1d911a0d8f95a33e540e60bd6db2377370cc443cbaa9c3eec6ae055f
 SHA512 
46247c3e2c8e6dcb056dfc7785dd63bf4f896719894a1c5467f2eb313cc3d8a892fda9bafc2ca760a9ac96f6b8e23485a8740b03e118cf9a524f68657183fbb9
 DIST quake2-7.20.tar.xz 1852212 BLAKE2B 
87a19be70680866b8b697ea4632239d33fe196dc648553d4a113025d9dc7996a27db2ec0178b28c04ad77854400d9f159bd800681a2bdf5a0121ef764e163ecb
 SHA512 
466c21777e07da6aaec29cf9d3c9246a23d2157398a7e5ff1ad006f0fa7fd89e379b109936780361f03722f896ac34a188d12fc0a51cb543079e07aa6c9240df
+DIST quake2-7.21.tar.xz 1854928 BLAKE2B 
c8a97503b5304d6f02d562495970e49b7cb7db41ff4a5c726f69c3f6df145e9dccd4d66e217176ae9bcc31fed16c8d595bc969b4bf32e3e12aced2875c857847
 SHA512 
ddd0811b9c3b55dd5df9fa028951882d5aa40769ba518f42c8f37643bb7a397c125a8897d9dc10306d466d4aeb927ea685b29470cbde29e6fbd6d2d0aafa7c1a
 DIST quake2-ctf-1.05.tar.xz 134872 BLAKE2B 
eb987004b1c1b1743ec532b6bea96a257957377cbdb0571d6c6e7b2dae6c1b7abc154233d4f9d3af6fb546d7810e5c041b8e9293de2e409a7cace88aa455f526
 SHA512 
9eb951f4a9d7abc5f9a2ca53d886f68b745c1efdf3fea14db2e071b8d1592d33579c5fa56326aa583269a4810e16a7eda8dcd8930e36782cb4fcb8578c44951b
 DIST quake2-rogue-2.04.tar.xz 240436 BLAKE2B 
e7c3660378fe40b3f514b6e1de8714e3d3550baa244897b98bb81f362fa2b0aa57e3abceb5a38ea77cfec7621e2fcfab342a45bf9b66ccd0e44cc70292888fc2
 SHA512 
546deb74175c60ed7e5600a3d4b1c983fc0b1fae5922ebdb8fc3cdc5584931a0a5e34914ec2cd4ef9815323ba82cb56d427986d5c91dc040d6b68baff68ca5a8
 DIST quake2-xatrix-2.05.tar.xz 189888 BLAKE2B 
9d884af6033d529ce8cca7a70a36608e45db47dab74ab0d88c04f4d928425cf22901b1299a69330bfa83810034c9f1eff2d9618b222db68564d81d569f0596cd
 SHA512 
f7e14bb870eaf4515405f5f1162057669351a334993410101973b75e52d6d576c35c91112911f961ad122ebe664b294649e94e88a2f62b79f51e28d02f50487a

diff --git a/games-fps/yamagi-quake2/yamagi-quake2-7.21.ebuild 
b/games-fps/yamagi-quake2/yamagi-quake2-7.21.ebuild
new file mode 100644
index 000..779346e191f
--- /dev/null
+++ b/games-fps/yamagi-quake2/yamagi-quake2-7.21.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop eutils
+
+CTF_V=1.05
+ROGUE_V=2.04
+XATRIX_V=2.05
+
+DESCRIPTION="Quake 2 engine focused on single player"
+HOMEPAGE="https://www.yamagi.org/quake2/;
+SRC_URI="https://deponie.yamagi.org/quake2/quake2-${PV}.tar.xz
+   ctf? ( https://deponie.yamagi.org/quake2/quake2-ctf-${CTF_V}.tar.xz )
+   rogue? ( 
https://deponie.yamagi.org/quake2/quake2-rogue-${ROGUE_V}.tar.xz )
+   xatrix? ( 
https://deponie.yamagi.org/quake2/quake2-xatrix-${XATRIX_V}.tar.xz )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+client ctf dedicated ogg openal rogue xatrix"
+REQUIRED_USE="|| ( client dedicated )"
+
+RDEPEND="sys-libs/zlib:0=
+   client? (
+   media-libs/libsdl2[opengl,video]
+   virtual/opengl
+   ogg? (
+   media-libs/libogg
+   media-libs/libvorbis
+   )
+   openal? ( media-libs/openal )
+   !openal? ( media-libs/libsdl2[sound] )
+   )
+"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/quake2-${PV}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-respect-flags.patch
+   "${FILESDIR}"/${PN}-zlib.patch
+)
+DOCS=( CHANGELOG CONTRIBUTE README.md )
+
+mymake() {
+   emake \
+   VERBOSE=1 \
+   DLOPEN_OPENAL=no \
+   WITH_CDA=no \
+   WITH_SYSTEMWIDE=yes \
+   WITH_SYSTEMDIR="${EPREFIX}"/usr/share/games/quake2 \
+   WITH_ZIP=yes \
+   WITH_OGG=$(usex ogg) \
+   WITH_OPENAL=$(usex openal) \
+   "$@"
+}
+
+src_prepare() {
+   local addon
+   for addon in ctf rogue xatrix; do
+   use ${addon} || continue
+
+   pushd "${WORKDIR}"/quake2-${addon}-* >/dev/null || die
+   eapply -l -- "${FILESDIR}"/${PN}-addon-respect-flags.patch
+   popd >/dev/null || die
+   done
+
+   default
+}
+
+src_compile() {
+   local targets=( game )
+   

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

2018-07-21 Thread Patrice Clement
commit: aeef2c27041a599b08534bb601bcf095b2e0e3a0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Jul 19 07:20:44 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 21 21:56:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeef2c27

media-video/m2vrequantizer: EAPI 7 bump and improve ebuild.

Closes: https://github.com/gentoo/gentoo/pull/9283

 .../m2vrequantizer-0.0.2_pre20060306-r1.ebuild | 32 ++
 1 file changed, 32 insertions(+)

diff --git 
a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild 
b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild
new file mode 100644
index 000..e7d607277c1
--- /dev/null
+++ b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${PN/m2vr/M2VR}-20060306"
+
+DESCRIPTION="Tool to requantize mpeg2 videos"
+HOMEPAGE="http://www.metakine.com/products/dvdremaster/modules.html;
+SRC_URI="mirror://vdrfiles/requant/${MY_P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+
+S="${WORKDIR}/M2VRequantiser"
+
+src_prepare() {
+   default
+   sed -i "s:#elif defined(__i386__):#elif defined(__i386__) || 
defined(__amd64__):" main.c || die
+}
+
+src_compile() {
+   $(tc-getCC) -c ${CFLAGS} main.c -o requant.o || die
+   $(tc-getCC) ${CFLAGS} ${LDFLAGS} requant.o -o requant -lm || die
+}
+
+src_install() {
+   dobin requant
+}



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

2018-07-21 Thread Patrice Clement
commit: 37d43e599814fa0b985d39f297c6921e6fbea517
Author: Horea Christian  yandex  com>
AuthorDate: Thu Jul 19 20:39:07 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 21 21:56:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d43e59

dev-python/seaborn: version bump.

Package-Manager: Portage-2.3.43, Repoman-2.3.10
Closes: https://bugs.gentoo.org/659868
Closes: https://github.com/gentoo/gentoo/pull/9290

 dev-python/seaborn/Manifest |  1 +
 dev-python/seaborn/seaborn-0.8.1.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index c6bd8a93687..11c027d3523 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1 +1,2 @@
 DIST seaborn-0.7.1.tar.gz 158146 BLAKE2B 
f547e41306634f41091ca5641319abcdb1d22359d67591f115009cd95cdf50463e3683fb1ac911ff9dee3d7628320a76fbcbaa9c91510937907a40a0daa259c4
 SHA512 
6c730d87a97f0df3b38b78ee9255d47b900aece1308127e2772dc982b19691efe6afe192752c89cba9e9532b567dc1c3c103675e580e6f1151355ea89d1019b3
+DIST seaborn-0.8.1.tar.gz 178865 BLAKE2B 
7f81e0737331edac805e88183f387ccde38d4b27d601e43462342855cdfe245cf1c721ef03ae7cd1b23cc6641e20d51f38bba6c8ffc4a9621b069c6528d0249a
 SHA512 
05ed621c2624b4b981118f9e6100f593ab23620e8f86c82b55a298944135f3286798d5cdc6c215c134f2fdecf9b3a7631be8c5136c0dafaf1f97f05f7c6739d7

diff --git a/dev-python/seaborn/seaborn-0.8.1.ebuild 
b/dev-python/seaborn/seaborn-0.8.1.ebuild
new file mode 100644
index 000..f7f36034b4f
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.8.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Statistical data visualization"
+HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/patsy[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+   virtx nosetests --verbosity=3 || die
+}



[gentoo-commits] repo/gentoo:master commit in: games-fps/yamagi-quake2/

2018-07-21 Thread Patrice Clement
commit: 9024bb625fe45b08d86d2432d9be72d7663f7dda
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Fri Jul 20 22:28:15 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 21 21:56:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9024bb62

games-fps/yamagi-quake2: remove old.

 games-fps/yamagi-quake2/Manifest  |   1 -
 games-fps/yamagi-quake2/yamagi-quake2-7.10.ebuild | 132 --
 2 files changed, 133 deletions(-)

diff --git a/games-fps/yamagi-quake2/Manifest b/games-fps/yamagi-quake2/Manifest
index 236cd44dcf2..d7bff3d4fa9 100644
--- a/games-fps/yamagi-quake2/Manifest
+++ b/games-fps/yamagi-quake2/Manifest
@@ -1,4 +1,3 @@
-DIST quake2-7.10.tar.xz 1792748 BLAKE2B 
853d6db1eec46ce40952fd413a259653275081599a940941fc883921b310f436be62b80a1d911a0d8f95a33e540e60bd6db2377370cc443cbaa9c3eec6ae055f
 SHA512 
46247c3e2c8e6dcb056dfc7785dd63bf4f896719894a1c5467f2eb313cc3d8a892fda9bafc2ca760a9ac96f6b8e23485a8740b03e118cf9a524f68657183fbb9
 DIST quake2-7.20.tar.xz 1852212 BLAKE2B 
87a19be70680866b8b697ea4632239d33fe196dc648553d4a113025d9dc7996a27db2ec0178b28c04ad77854400d9f159bd800681a2bdf5a0121ef764e163ecb
 SHA512 
466c21777e07da6aaec29cf9d3c9246a23d2157398a7e5ff1ad006f0fa7fd89e379b109936780361f03722f896ac34a188d12fc0a51cb543079e07aa6c9240df
 DIST quake2-7.21.tar.xz 1854928 BLAKE2B 
c8a97503b5304d6f02d562495970e49b7cb7db41ff4a5c726f69c3f6df145e9dccd4d66e217176ae9bcc31fed16c8d595bc969b4bf32e3e12aced2875c857847
 SHA512 
ddd0811b9c3b55dd5df9fa028951882d5aa40769ba518f42c8f37643bb7a397c125a8897d9dc10306d466d4aeb927ea685b29470cbde29e6fbd6d2d0aafa7c1a
 DIST quake2-ctf-1.05.tar.xz 134872 BLAKE2B 
eb987004b1c1b1743ec532b6bea96a257957377cbdb0571d6c6e7b2dae6c1b7abc154233d4f9d3af6fb546d7810e5c041b8e9293de2e409a7cace88aa455f526
 SHA512 
9eb951f4a9d7abc5f9a2ca53d886f68b745c1efdf3fea14db2e071b8d1592d33579c5fa56326aa583269a4810e16a7eda8dcd8930e36782cb4fcb8578c44951b

diff --git a/games-fps/yamagi-quake2/yamagi-quake2-7.10.ebuild 
b/games-fps/yamagi-quake2/yamagi-quake2-7.10.ebuild
deleted file mode 100644
index 09f38aad41c..000
--- a/games-fps/yamagi-quake2/yamagi-quake2-7.10.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop eutils
-
-CTF_V=1.05
-ROGUE_V=2.04
-XATRIX_V=2.05
-
-DESCRIPTION="Quake 2 engine focused on single player"
-HOMEPAGE="https://www.yamagi.org/quake2/;
-SRC_URI="https://deponie.yamagi.org/quake2/quake2-${PV}.tar.xz
-   ctf? ( https://deponie.yamagi.org/quake2/quake2-ctf-${CTF_V}.tar.xz )
-   rogue? ( 
https://deponie.yamagi.org/quake2/quake2-rogue-${ROGUE_V}.tar.xz )
-   xatrix? ( 
https://deponie.yamagi.org/quake2/quake2-xatrix-${XATRIX_V}.tar.xz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+client ctf dedicated ogg openal rogue xatrix"
-REQUIRED_USE="|| ( client dedicated )"
-
-RDEPEND="sys-libs/zlib:0=
-   client? (
-   media-libs/libsdl2[opengl,video]
-   virtual/opengl
-   ogg? (
-   media-libs/libogg
-   media-libs/libvorbis
-   )
-   openal? ( media-libs/openal )
-   !openal? ( media-libs/libsdl2[sound] )
-   )
-"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/quake2-${PV}"
-
-PATCHES=( "${FILESDIR}"/${PN}-respect-flags.patch )
-DOCS=( CHANGELOG CONTRIBUTE README.md )
-
-mymake() {
-   emake \
-   VERBOSE=1 \
-   DLOPEN_OPENAL=no \
-   WITH_CDA=no \
-   WITH_SYSTEMWIDE=yes \
-   WITH_SYSTEMDIR="${EPREFIX}"/usr/share/games/quake2 \
-   WITH_ZIP=yes \
-   WITH_OGG=$(usex ogg) \
-   WITH_OPENAL=$(usex openal) \
-   "$@"
-}
-
-src_prepare() {
-   local addon
-   for addon in ctf rogue xatrix; do
-   use ${addon} || continue
-
-   pushd "${WORKDIR}"/quake2-${addon}-* >/dev/null || die
-   eapply -l -- "${FILESDIR}"/${PN}-addon-respect-flags.patch
-   popd >/dev/null || die
-   done
-
-   default
-}
-
-src_compile() {
-   local targets=( game )
-   use client && targets+=( client ref_gl1 ref_gl3 )
-   use dedicated && targets+=( server )
-
-   mymake config
-   mymake "${targets[@]}"
-
-   local addon
-   for addon in ctf rogue xatrix; do
-   use ${addon} || continue
-   emake -C "${WORKDIR}"/quake2-${addon}-* VERBOSE=1
-   done
-}
-
-src_install() {
-   insinto /usr/lib/yamagi-quake2
-   # Yamagi Quake II expects all binaries to be in the same directory
-   # See stuff/packaging.md for more info
-   exeinto /usr/lib/yamagi-quake2
-   doins -r release/.
-
-   if use client; then
-   doexe release/quake2
-   dosym ../lib/yamagi-quake2/quake2 /usr/bin/yquake2
-
-   

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

2018-07-21 Thread Mikle Kolyada
commit: 5752ebf5a9d8107a96a1d4ead8ec526ca0df5cae
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 21:27:55 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 21:28:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5752ebf5

sys-fs/lsscsi: Version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-fs/lsscsi/Manifest   |  1 +
 sys-fs/lsscsi/lsscsi-0.30.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/sys-fs/lsscsi/Manifest b/sys-fs/lsscsi/Manifest
index 50317e75f07..0ef3cef843c 100644
--- a/sys-fs/lsscsi/Manifest
+++ b/sys-fs/lsscsi/Manifest
@@ -1,2 +1,3 @@
 DIST lsscsi-0.28.tgz 150259 BLAKE2B 
e8376f306c61ebcbef055ba603bf42ece4dab13bd7755a1a90df64d9d70997943e73388c5a56b182d2fa3aed7aad8afeeab9ff89dd1ae9d0178f740de701503d
 SHA512 
6d5cf8ebc42af0d8dbe8f2a1e90f4c429d058f184027318686fd22bc117e66c0b1847e4c97964d3d0e1b7bf4a5f1e296e1e3575ed2f5ff999eef70bdfb9ea4d4
 DIST lsscsi-0.29.tgz 353116 BLAKE2B 
6374410cadf7fb091f6dcc99bf9435b0af56bc603bbecdeadb76407efc5b2f6106a0fc65f9705d6dfe4cdbbd66494b8a966caffb08bb350d2e6128ee881546d9
 SHA512 
2c595cfc738815c9231ac078e47215ac46c1283bc8ad784a898eaef6d64f41311a9a08c96ea0dc9379bd79fe6c6ff4d2af176cea5aecaca74a0fa255746d84ad
+DIST lsscsi-0.30.tgz 190598 BLAKE2B 
e22000c4c03fe31f40e6e95dbb6875fdf9266cb103108dc93748d2b245f2dc7edd93da7d3bf3b176187a2d8cace78ce1f7ce8f42da1454c05d8fd308e02db3b3
 SHA512 
ea1ba2bd2892b7e7feff0bf08ea09ffcdc38d21e4dba2cdce598d8ffde926a5908f2d02116d692bf4747b76c76c1c35974569583cb2da75eb49553959368dc76

diff --git a/sys-fs/lsscsi/lsscsi-0.30.ebuild b/sys-fs/lsscsi/lsscsi-0.30.ebuild
new file mode 100644
index 000..e7efcd7baa0
--- /dev/null
+++ b/sys-fs/lsscsi/lsscsi-0.30.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="SCSI sysfs query tool"
+HOMEPAGE="http://sg.danny.cz/scsi/lsscsi.html;
+SRC_URI="http://sg.danny.cz/scsi/${P}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+S="${WORKDIR}/${PN}-030r154"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/, net-analyzer/icinga2/files/

2018-07-21 Thread Matt Thode
commit: 9179024f51643e2909a6d84049e69f887eabd9f9
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 21 21:24:03 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Jul 21 21:24:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9179024f

net-analyzer/icinga2: 2.9.0-r1 fix init script

Closes: https://bugs.gentoo.org/661490
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-analyzer/icinga2/files/icinga2.initd-2 | 91 ++
 ...cinga2-2.9.0.ebuild => icinga2-2.9.0-r1.ebuild} |  2 +-
 net-analyzer/icinga2/icinga2-.ebuild   |  2 +-
 3 files changed, 93 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/icinga2/files/icinga2.initd-2 
b/net-analyzer/icinga2/files/icinga2.initd-2
new file mode 100644
index 000..b12716d4d44
--- /dev/null
+++ b/net-analyzer/icinga2/files/icinga2.initd-2
@@ -0,0 +1,91 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+extra_started_commands="reload"
+
+# Set defaults, see /etc/conf.d/icinga2 to override
+: ${DAEMON:=/usr/sbin/icinga2}
+: ${ICINGA2_CONFIG_FILE:=/etc/icinga2/icinga2.conf}
+: ${ICINGA2_RUN_DIR:=/run/icinga2}
+: ${ICINGA2_STATE_DIR:=/var/cache/icinga2}
+: ${ICINGA2_PID_FILE:=${ICINGA2_RUN_DIR}/icinga2.pid}
+: ${ICINGA2_CMD_DIR:=${ICINGA2_RUN_DIR}/cmd}
+: ${ICINGA2_LOG_DIR:=/var/log/icinga2}
+: ${ICINGA2_ERROR_LOG:=/var/log/icinga2/error.log}
+: ${ICINGA2_STARTUP_LOG:=/var/log/icinga2/startup.log}
+: ${ICINGA2_LOG:=/var/log/icinga2/icinga2.log}
+: ${ICINGA2_CACHE_DIR:=/var/cache/icinga2}
+: ${ICINGA2_USER:=icinga}
+: ${ICINGA2_GROUP:=icingacmd}
+: ${ICINGA2_COMMAND_GROUP:=icingacmd}
+
+ICINGA2_DAEMON_ARGS="daemon -c $ICINGA2_CONFIG_FILE -e $ICINGA2_ERROR_LOG -d"
+
+depend() {
+need net
+}
+
+checkconfig() {
+if [ ! -e "$ICINGA2_CONFIG_FILE" ]; then
+   ewarn "Config file '$ICINGA2_CONFIG_FILE' does not exist."
+   eend 1
+fi
+
+ICINGA2_USER=$($DAEMON variable get --current RunAsUser)
+if [ $? != 0 ]; then
+eerror "Could not fetch RunAsUser variable: '$ICINGA2_USER'."
+return 1
+fi
+ICINGA2_GROUP=$($DAEMON variable get --current RunAsGroup)
+if [ $? != 0 ]; then
+eerror "Could not fetch RunAsGroup variable: '$ICINGA2_GROUP'."
+return 1
+fi
+
+checkpath -d -m 0750 -o $ICINGA2_USER:$ICINGA2_GROUP $ICINGA2_RUN_DIR
+checkpath -d -m 0750 -o $ICINGA2_USER:$ICINGA2_GROUP $ICINGA2_STATE_DIR
+checkpath -d -m 2750 -o $ICINGA2_USER:$ICINGA2_GROUP $ICINGA2_CMD_DIR
+
+if ! $DAEMON daemon -c $ICINGA2_CONFIG_FILE -C > $ICINGA2_STARTUP_LOG 
2>&1; then
+eerror "Icinga2 detected configuration errors. Check 
'$ICINGA2_STARTUP_LOG' for details."
+return 1
+fi
+}
+
+start() {
+checkconfig || return 1
+
+ebegin "Starting icinga2"
+start-stop-daemon --start --exec "${DAEMON}" \
+--pidfile "${ICINGA2_PID_FILE}" \
+-- $ICINGA2_DAEMON_ARGS > $ICINGA2_STARTUP_LOG 2>&1
+local retval=$?
+if [ $retval -ne 0 ]; then
+ewarn "Error starting icinga2. '$ICINGA2_STARTUP_LOG' for details."
+fi
+eend $retval
+}
+
+stop() {
+ebegin "Stopping icinga2"
+start-stop-daemon \
+--stop \
+--pidfile $ICINGA2_PID_FILE \
+--retry "SIGTERM/15 SIGKILL/30" \
+--progress
+eend $?
+}
+
+reload() {
+checkconfig || return 1
+
+ebegin "Reloading icinga2"
+start-stop-daemon --signal HUP --pidfile "$ICINGA2_PID_FILE"
+
+local retval=$?
+if [ $retval -ne 0 ]; then
+ewarn "Error reloading icinga2."
+fi
+eend $retval
+}

diff --git a/net-analyzer/icinga2/icinga2-2.9.0.ebuild 
b/net-analyzer/icinga2/icinga2-2.9.0-r1.ebuild
similarity index 98%
rename from net-analyzer/icinga2/icinga2-2.9.0.ebuild
rename to net-analyzer/icinga2/icinga2-2.9.0-r1.ebuild
index 3085070c612..5911a041405 100644
--- a/net-analyzer/icinga2/icinga2-2.9.0.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.9.0-r1.ebuild
@@ -107,7 +107,7 @@ src_install() {
 
einstalldocs
 
-   newinitd "${FILESDIR}"/icinga2.initd icinga2
+   newinitd "${FILESDIR}"/icinga2.initd-2 icinga2
 
if use mysql ; then
docinto schema

diff --git a/net-analyzer/icinga2/icinga2-.ebuild 
b/net-analyzer/icinga2/icinga2-.ebuild
index 3085070c612..5911a041405 100644
--- a/net-analyzer/icinga2/icinga2-.ebuild
+++ b/net-analyzer/icinga2/icinga2-.ebuild
@@ -107,7 +107,7 @@ src_install() {
 
einstalldocs
 
-   newinitd "${FILESDIR}"/icinga2.initd icinga2
+   newinitd "${FILESDIR}"/icinga2.initd-2 icinga2
 
if use mysql ; then
docinto schema



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

2018-07-21 Thread Mike Gilbert
commit: 246535438e909fe39ffc724c3e3aca26e5cd7841
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jul 21 21:09:44 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jul 21 21:11:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24653543

dev-util/gn: new package

Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247

 dev-util/gn/Manifest  |  1 +
 dev-util/gn/files/gn-gen-r0.patch | 51 +++
 dev-util/gn/gn-0.1445.ebuild  | 56 +++
 dev-util/gn/metadata.xml  |  7 +
 4 files changed, 115 insertions(+)

diff --git a/dev-util/gn/Manifest b/dev-util/gn/Manifest
new file mode 100644
index 000..105ea669977
--- /dev/null
+++ b/dev-util/gn/Manifest
@@ -0,0 +1 @@
+DIST gn-0.1445.tar.gz 958901 BLAKE2B 
f50dfa07c621e37d8a9face19ca91f28ca24e14717052218690e85911e25c91b109e6cede8d2be6c8493c0b7b8a305d530db4393123956c42da51cd4812d0300
 SHA512 
2ca21303aa8709fc4f23f15e01f2eaa8e77e394c27970a21361a22445d5cb29da150b1d05d77b471702ab2da2be04cea2a0d927eb0eb3a1baf3358c6eae15d06

diff --git a/dev-util/gn/files/gn-gen-r0.patch 
b/dev-util/gn/files/gn-gen-r0.patch
new file mode 100644
index 000..d30af3ab4ac
--- /dev/null
+++ b/dev-util/gn/files/gn-gen-r0.patch
@@ -0,0 +1,51 @@
+diff --git a/build/gen.py b/build/gen.py
+index fce8fb18..2927da5f 100755
+--- a/build/gen.py
 b/build/gen.py
+@@ -260,17 +260,12 @@ def WriteGNNinja(path, options, linux_sysroot):
+ if options.debug:
+   cflags.extend(['-O0', '-g'])
+ else:
+-  cflags.append('-DNDEBUG')
+-  cflags.append('-O3')
+-  ldflags.append('-O3')
+   # Use -fdata-sections and -ffunction-sections to place each function
+   # or data item into its own section so --gc-sections can eliminate any
+   # unused functions and data items.
+   cflags.extend(['-fdata-sections', '-ffunction-sections'])
+   ldflags.extend(['-fdata-sections', '-ffunction-sections'])
+   ldflags.append('-Wl,-dead_strip' if is_mac else '-Wl,--gc-sections')
+-  # Omit all symbol information from the output file.
+-  ldflags.append('-Wl,-S' if is_mac else '-Wl,-strip-all')
+   # Enable identical code-folding.
+   if options.use_icf:
+ ldflags.append('-Wl,--icf=all')
+@@ -279,11 +274,11 @@ def WriteGNNinja(path, options, linux_sysroot):
+ '-D_FILE_OFFSET_BITS=64',
+ '-D__STDC_CONSTANT_MACROS', '-D__STDC_FORMAT_MACROS',
+ '-pthread',
+-'-pipe',
+ '-fno-exceptions',
+ '-fno-rtti',
+ ])
+ cflags_cc.extend(['-std=c++14', '-Wno-c++11-narrowing'])
++ldflags.append('-pthread')
+ 
+ if is_linux:
+   if linux_sysroot:
+@@ -293,15 +288,6 @@ def WriteGNNinja(path, options, linux_sysroot):
+ # probably resolve this and (re-)add a way to build against libc++.
+ cflags.append('--sysroot=' + linux_sysroot)
+ ldflags.append('--sysroot=' + linux_sysroot)
+-  cflags.append('-stdlib=libstdc++')
+-  ldflags.extend(['-static-libstdc++',
+-  '-stdlib=libstdc++',
+-  '-Wl,--as-needed',
+- ])
+-  libs.extend([
+-  '-lgcc_s',
+-  '-lpthread',
+-  ])
+ elif is_mac:
+   min_mac_version_flag = '-mmacosx-version-min=10.9'
+   cflags.append(min_mac_version_flag)

diff --git a/dev-util/gn/gn-0.1445.ebuild b/dev-util/gn/gn-0.1445.ebuild
new file mode 100644
index 000..206f8a04e4e
--- /dev/null
+++ b/dev-util/gn/gn-0.1445.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+inherit ninja-utils python-any-r1 toolchain-funcs
+
+DESCRIPTION="GN is a meta-build system that generates build files for Ninja"
+HOMEPAGE="https://gn.googlesource.com/;
+SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-util/ninja
+"
+
+PATCHES=(
+   "${FILESDIR}"/gn-gen-r0.patch
+)
+
+pkg_setup() {
+   :
+}
+
+src_configure() {
+   python_setup
+   tc-export AR CC CXX
+   set -- ${EPYTHON} build/gen.py --no-sysroot --no-last-commit-position
+   echo "$@"
+   "$@" || die
+   cat >out/last_commit_position.h <<-EOF || die
+   #ifndef OUT_LAST_COMMIT_POSITION_H_
+   #define OUT_LAST_COMMIT_POSITION_H_
+   #define LAST_COMMIT_POSITION "${PV}"
+   #endif  // OUT_LAST_COMMIT_POSITION_H_
+   EOF
+}
+
+src_compile() {
+   eninja -C out gn
+}
+
+src_test() {
+   eninja -C out gn_unittests
+   out/gn_unittests || die
+}
+
+src_install() {
+   dobin out/gn
+   einstalldocs
+}

diff --git a/dev-util/gn/metadata.xml b/dev-util/gn/metadata.xml
new file mode 100644
index 000..02041b24510
--- /dev/null
+++ b/dev-util/gn/metadata.xml
@@ -0,0 +1,7 @@
+

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

2018-07-21 Thread Michał Górny
commit: a0b1d6828a7c424c48a506cb203fdc90f1ca6ca2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 21 20:26:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 21 20:51:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b1d682

dev-python/pytest-mock: Add python@ as co-maint

 dev-python/pytest-mock/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/pytest-mock/metadata.xml 
b/dev-python/pytest-mock/metadata.xml
index 6c61486a96f..46dd2d763fb 100644
--- a/dev-python/pytest-mock/metadata.xml
+++ b/dev-python/pytest-mock/metadata.xml
@@ -8,4 +8,7 @@

zmed...@gentoo.org

+   
+   pyt...@gentoo.org
+   
 



[gentoo-commits] proj/qa-scripts:master commit in: /

2018-07-21 Thread Michał Górny
commit: b7fddac251b2ddc181bfa01b8d40f362a302127c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 21 20:38:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 21 20:38:14 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=b7fddac2

create-dev-keyrings: release -> service keys

 create-dev-keyrings.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index 17bdfd4..5d2f23c 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -56,7 +56,7 @@ SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" 
"${NONCOMMIT_RULE}")
 grab_keys "${COMMITTING_DEVS[@]}" "${NONCOMMITTING_DEVS[@]}" 
"${SYSTEM_KEYS[@]}"
 gpg --export "${COMMITTING_DEVS[@]}" > "${OUTPUT_DIR}"/committing-devs.gpg
 gpg --export "${COMMITTING_DEVS[@]}" "${NONCOMMITTING_DEVS[@]}" > 
"${OUTPUT_DIR}"/active-devs.gpg
-gpg --export "${SYSTEM_KEYS[@]}" > "${OUTPUT_DIR}"/release-keys.gpg
+gpg --export "${SYSTEM_KEYS[@]}" > "${OUTPUT_DIR}"/service-keys.gpg
 # -- not all are on keyservers
 #grab_keys "${RETIRED_DEVS[@]}"
 #gpg --export > "${OUTPUT_DIR}"/all-devs.gpg



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

2018-07-21 Thread Alfredo Tupone
commit: eebcbf9462caf5bb12c0a08aa232be8027bb44ec
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sat Jul 21 20:34:29 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Jul 21 20:34:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebcbf94

dev-ada/gnatmem: for C use the related gcc compiler

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/gnatmem/gnatmem-2018.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-ada/gnatmem/gnatmem-2018.ebuild 
b/dev-ada/gnatmem/gnatmem-2018.ebuild
index 74e1cea6ebf..5c78d05a317 100644
--- a/dev-ada/gnatmem/gnatmem-2018.ebuild
+++ b/dev-ada/gnatmem/gnatmem-2018.ebuild
@@ -33,7 +33,14 @@ src_prepare() {
 }
 
 src_compile() {
-   gprbuild -v -Pgnatmem.gpr -j$(makeopts_jobs) \
+   if use gnat_2016; then
+   GCC_PV=4.9.0
+   elif use gnat_2017; then
+   GCC_PV=6.3.0
+   else
+   GCC_PV=7.3.1
+   fi
+   gprbuild -v -Pgnatmem.gpr -j$(makeopts_jobs) -XCC=gcc-${GCC_PV} \
-cargs:C ${CFLAGS} -cargs:Ada ${ADAFLAGS}
 }
 



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

2018-07-21 Thread Brian Dolbec
commit: 3e7c34aa1361c95ae1292f9ac85eba94352c8029
Author: Brian Dolbec dolsen  gentoo  org>
AuthorDate: Sat Jul 21 20:22:55 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul 21 20:26:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7c34aa

dev-util/catalyst: Clean old versions

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/catalyst/Manifest |   1 -
 dev-util/catalyst/catalyst-2.0..ebuild | 108 -
 dev-util/catalyst/catalyst-3.0.0.ebuild|  63 -
 3 files changed, 172 deletions(-)

diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
index 7793da33032..77d918a0caa 100644
--- a/dev-util/catalyst/Manifest
+++ b/dev-util/catalyst/Manifest
@@ -1,4 +1,3 @@
 DIST catalyst-2.0.18.tar.bz2 861398 BLAKE2B 
70986d312410fb7abb5c8d7eacefa0f0150a3642e92e4f7b7e9944cf3653e7e2ba987ffb34a614b261a22ce3bb964488181c019f92bbc9c73567f89be04c0989
 SHA512 
5a1408ffe06ce5c06a6bca8f0e3ecd91c17cdc36e2dfa37881d843432bdfe987fd2cfd988cd5719bdf378c18c2e79ee59e281c3b4dba4ae9edfc2dd654b8ee4a
-DIST catalyst-3.0.0.tar.bz2 879203 BLAKE2B 
15c410a38aa5db4b558f18fe84f7ed4c12db26c8af39062728d4217f7d034c694531e4693dd0925848a983345dcd519955226bb9825041556bd0b62bcaba181b
 SHA512 
0f5d5f0898dc070271aab5347d4fb1ad4d44e777a2242f8b80a2f1a5a11e3ba6005754e6af2a6848246ad05f10124e4ce172637c7e2d23eb4f055610456d903f
 DIST catalyst-3.0.1.tar.bz2 877731 BLAKE2B 
0c0b67b4be26737fa6d81011a8a63cfd7f2f41e49a81ecd45f3c901ef70d04e0a72295b12609df036dd9be09241c33dda8fa7a204ad074683b18685d027efe2a
 SHA512 
be7c4d6fcf1f41087995a1a3621fb0250dce6d0a96101255c70832d5cf727a94e924d86092b33464fc5e284173704d33d5aa0d0d49dfcce7369befa5fc8de4e8
 DIST catalyst-3.0.2.tar.bz2 878157 BLAKE2B 
3711e89be416cd79e98b25fbc432375257749af96a1de6401749131a40c2f1f70975d0c449e1a116623c1aec4d3302670ac058fffd80c4f546fae0609d0c3b7f
 SHA512 
02092b39c70095ab49db28c3289a5d3eb4f73cb3aeda79b3e707cbe2710761cf0060493da7d8a5098e1453320b65654bbe34dd37d5f07623fa90d52579869070

diff --git a/dev-util/catalyst/catalyst-2.0..ebuild 
b/dev-util/catalyst/catalyst-2.0..ebuild
deleted file mode 100644
index 3d4ac9380dc..000
--- a/dev-util/catalyst/catalyst-2.0..ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ ${PV} == ** ]]; then
-   SRC_ECLASS="git-2"
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/catalyst.git"
-   EGIT_MASTER="master"
-   EGIT_BRANCH="2.X"
-   S="${WORKDIR}/${PN}"
-else
-   SRC_URI="mirror://gentoo/${P}.tar.bz2
-   https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2
-   https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
-fi
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils multilib python-single-r1 ${SRC_ECLASS}
-
-DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ccache kernel_linux"
-
-DEPEND="
-   app-text/asciidoc
-   ${PYTHON_DEPS}
-"
-RDEPEND="
-   app-arch/lbzip2
-   app-crypt/shash
-   app-arch/tar[xattr]
-   sys-fs/dosfstools
-   virtual/cdrtools
-   amd64? ( >=sys-boot/syslinux-3.72 )
-   x86? ( >=sys-boot/syslinux-3.72 )
-   ccache? ( dev-util/ccache )
-   kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
-   ${PYTHON_DEPS}
-"
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-pkg_setup() {
-   if use ccache ; then
-   einfo "Enabling ccache support for catalyst."
-   else
-   ewarn "By default, ccache support for catalyst is disabled."
-   ewarn "If this is not what you intended,"
-   ewarn "then you should add ccache to your USE."
-   fi
-
-   echo
-   einfo "The template spec files are now installed by default.  You can 
find"
-   einfo "them under /usr/share/doc/${PF}/examples"
-   einfo "and they are considered to be the authorative source of 
information"
-   einfo "on catalyst."
-   echo
-
-   python-single-r1_pkg_setup
-}
-
-src_install() {
-   insinto /usr/$(get_libdir)/${PN}
-   exeinto /usr/$(get_libdir)/${PN}
-   doexe catalyst || die "copying catalyst"
-
-   if [[ ${PV} == 3.* ]]; then
-   doins -r modules files || die "copying files"
-   else
-   doins -r arch modules livecd || die "copying files"
-   fi
-
-   for x in targets/*; do
-   exeinto /usr/$(get_libdir)/${PN}/$x
-   doexe $x/* || die "copying ${x}"
-   done
-
-   # Here is where we actually enable ccache
-   use ccache && \
-   sed -i -e 's:options="autoresume kern:options="autoresume 
ccache 

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

2018-07-21 Thread Brian Dolbec
commit: b329d245898fc62a613810788db9440f7bc0fd04
Author: Brian Dolbec dolsen  gentoo  org>
AuthorDate: Sat Jul 21 20:12:05 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul 21 20:26:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b329d245

dev-python/pydecomp: Version and eapi bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pydecomp/Manifest  |  1 +
 .../pydecomp/{pydecomp-.ebuild => pydecomp-0.3.ebuild}| 11 ++-
 dev-python/pydecomp/pydecomp-.ebuild  |  4 ++--
 3 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/dev-python/pydecomp/Manifest b/dev-python/pydecomp/Manifest
index 84696283098..8c53d5b30aa 100644
--- a/dev-python/pydecomp/Manifest
+++ b/dev-python/pydecomp/Manifest
@@ -1 +1,2 @@
 DIST pydecomp-0.2.tar.gz 9819 BLAKE2B 
fc2078b00f152e598599b1fc4b1239035d1d21789689fb49605a4c3afb6d9201a1b1635d6f1971edf98fef8de02caeb6ea5e6bae1fe2b21f546e8a712ca94949
 SHA512 
1cec8ba501cf6223740c50751508a83f474a9acbce811c82f6d8beb5536ea8ce9c1d04a218503acd13b6eec8d9a68ef4b712049a7e0ae94ff34ba05c6f50ebc9
+DIST pydecomp-0.3.tar.gz 10009 BLAKE2B 
2741dc776ac265a84daf4c68542e652c7e2663dff1561297057f3ac219805136ece32af3f33e0b03df0a9883663692fc3855490478c538a0edec838c90c1c4b6
 SHA512 
7935111f9d0629eb74f529a6427b9db3cac4c9c205f80b28380ab9c323ca9ad7b78b40f69a7760a5a69ed065e9d6ddd42d08fb8f2cb787f15d2ec6e88e20221a

diff --git a/dev-python/pydecomp/pydecomp-.ebuild 
b/dev-python/pydecomp/pydecomp-0.3.ebuild
similarity index 74%
copy from dev-python/pydecomp/pydecomp-.ebuild
copy to dev-python/pydecomp/pydecomp-0.3.ebuild
index c25e7e24119..415930a122d 100644
--- a/dev-python/pydecomp/pydecomp-.ebuild
+++ b/dev-python/pydecomp/pydecomp-0.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
@@ -29,15 +29,8 @@ python_install_all() {
 }
 
 pkg_postinst() {
-   einfo
-   einfo "This is new software."
-   einfo "The API's it installs should be considered unstable"
-   einfo "and are subject to change."
einfo
einfo "Please file any enhancement requests, or bugs"
einfo "at https://github.com/dol-sen/pyDeComp/issues;
einfo "I am also on IRC @ #gentoo-releng of the freenode network"
-   einfo
-   ewarn "There may be some python 3 compatibility issues still."
-   ewarn "Please help debug/fix/report them in github or bugzilla."
 }

diff --git a/dev-python/pydecomp/pydecomp-.ebuild 
b/dev-python/pydecomp/pydecomp-.ebuild
index c25e7e24119..a7c9cb46340 100644
--- a/dev-python/pydecomp/pydecomp-.ebuild
+++ b/dev-python/pydecomp/pydecomp-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 



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

2018-07-21 Thread Brian Dolbec
commit: 867bc008627c8d41b0f84b53001397bbe51c1f9d
Author: Brian Dolbec dolsen  gentoo  org>
AuthorDate: Sat Jul 21 20:20:54 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul 21 20:26:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867bc008

dev-util/catalyst: Version bump to 3.0.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/catalyst/Manifest  |  1 +
 dev-util/catalyst/catalyst-3.0.2.ebuild | 70 +
 2 files changed, 71 insertions(+)

diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
index 14db1af23d3..7793da33032 100644
--- a/dev-util/catalyst/Manifest
+++ b/dev-util/catalyst/Manifest
@@ -1,3 +1,4 @@
 DIST catalyst-2.0.18.tar.bz2 861398 BLAKE2B 
70986d312410fb7abb5c8d7eacefa0f0150a3642e92e4f7b7e9944cf3653e7e2ba987ffb34a614b261a22ce3bb964488181c019f92bbc9c73567f89be04c0989
 SHA512 
5a1408ffe06ce5c06a6bca8f0e3ecd91c17cdc36e2dfa37881d843432bdfe987fd2cfd988cd5719bdf378c18c2e79ee59e281c3b4dba4ae9edfc2dd654b8ee4a
 DIST catalyst-3.0.0.tar.bz2 879203 BLAKE2B 
15c410a38aa5db4b558f18fe84f7ed4c12db26c8af39062728d4217f7d034c694531e4693dd0925848a983345dcd519955226bb9825041556bd0b62bcaba181b
 SHA512 
0f5d5f0898dc070271aab5347d4fb1ad4d44e777a2242f8b80a2f1a5a11e3ba6005754e6af2a6848246ad05f10124e4ce172637c7e2d23eb4f055610456d903f
 DIST catalyst-3.0.1.tar.bz2 877731 BLAKE2B 
0c0b67b4be26737fa6d81011a8a63cfd7f2f41e49a81ecd45f3c901ef70d04e0a72295b12609df036dd9be09241c33dda8fa7a204ad074683b18685d027efe2a
 SHA512 
be7c4d6fcf1f41087995a1a3621fb0250dce6d0a96101255c70832d5cf727a94e924d86092b33464fc5e284173704d33d5aa0d0d49dfcce7369befa5fc8de4e8
+DIST catalyst-3.0.2.tar.bz2 878157 BLAKE2B 
3711e89be416cd79e98b25fbc432375257749af96a1de6401749131a40c2f1f70975d0c449e1a116623c1aec4d3302670ac058fffd80c4f546fae0609d0c3b7f
 SHA512 
02092b39c70095ab49db28c3289a5d3eb4f73cb3aeda79b3e707cbe2710761cf0060493da7d8a5098e1453320b65654bbe34dd37d5f07623fa90d52579869070

diff --git a/dev-util/catalyst/catalyst-3.0.2.ebuild 
b/dev-util/catalyst/catalyst-3.0.2.ebuild
new file mode 100644
index 000..b253f77f24a
--- /dev/null
+++ b/dev-util/catalyst/catalyst-3.0.2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == ** ]]; then
+   SRC_ECLASS="git-r3"
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git;
+   EGIT_BRANCH="master"
+else
+   SRC_URI="mirror://gentoo/${P}.tar.bz2
+   https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2
+   https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2
+   https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+fi
+
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit distutils-r1 ${SRC_ECLASS}
+
+DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ccache doc kernel_linux system-bootloader"
+
+DEPEND="
+   app-text/asciidoc
+   >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   >=dev-python/pydecomp-0.2[${PYTHON_USEDEP}]
+   app-arch/lbzip2
+   app-crypt/shash
+   sys-fs/dosfstools
+   !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] 
) )
+   kernel_FreeBSD? ( app-arch/libarchive[xattr] )
+   virtual/cdrtools
+   amd64? ( >=sys-boot/syslinux-3.72 )
+   x86? ( >=sys-boot/syslinux-3.72 )
+   ccache? ( dev-util/ccache )
+   kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
+"
+PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
+   sys-boot/grub:2
+   amd64? ( 
sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
+   x86? ( sys-boot/grub[grub_platforms_efi-32] )
+   sys-boot/syslinux
+   sys-boot/shim )"
+
+python_prepare_all() {
+   python_setup
+   echo VERSION="${PV}" "${PYTHON}" setup.py set_version
+   VERSION="${PV}" "${PYTHON}" setup.py set_version || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   # build the man pages and docs
+   emake
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use doc; then
+   dodoc files/HOWTO.html files/docbook-xsl.css
+   fi
+}



[gentoo-commits] proj/qt:master commit in: eclass/

2018-07-21 Thread Davide Pesavento
commit: 2430d61f6f838448a63f8ab87b3243e8fab95acb
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jul 21 20:20:18 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Jul 21 20:20:18 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=2430d61f

qmake-utils.eclass: sync with gentoo repo

 eclass/qmake-utils.eclass | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass
index 916fcc92..f8981c75 100644
--- a/eclass/qmake-utils.eclass
+++ b/eclass/qmake-utils.eclass
@@ -27,6 +27,8 @@ inherit estack toolchain-funcs
 # Echoes the directory where Qt4 binaries are installed.
 # EPREFIX is already prepended to the returned path.
 qt4_get_bindir() {
+   [[ ${EAPI:-0} == [0123456] ]] || die "${FUNCNAME[1]} is banned in EAPI 
7 and later"
+
local qtbindir=${EPREFIX}$(qt4_get_libdir)/bin
if [[ -d ${qtbindir} ]]; then
echo ${qtbindir}
@@ -39,6 +41,7 @@ qt4_get_bindir() {
 # @DESCRIPTION:
 # Echoes the directory where Qt4 headers are installed.
 qt4_get_headerdir() {
+   [[ ${EAPI:-0} == [0123456] ]] || die "${FUNCNAME[1]} is banned in EAPI 
7 and later"
echo /usr/include/qt4
 }
 
@@ -46,6 +49,7 @@ qt4_get_headerdir() {
 # @DESCRIPTION:
 # Echoes the directory where Qt4 libraries are installed.
 qt4_get_libdir() {
+   [[ ${EAPI:-0} == [0123456] ]] || die "${FUNCNAME[1]} is banned in EAPI 
7 and later"
echo /usr/$(get_libdir)/qt4
 }
 
@@ -53,6 +57,7 @@ qt4_get_libdir() {
 # @DESCRIPTION:
 # Echoes the directory where Qt4 mkspecs are installed.
 qt4_get_mkspecsdir() {
+   [[ ${EAPI:-0} == [0123456] ]] || die "${FUNCNAME[1]} is banned in EAPI 
7 and later"
echo /usr/share/qt4/mkspecs
 }
 
@@ -60,6 +65,7 @@ qt4_get_mkspecsdir() {
 # @DESCRIPTION:
 # Echoes the directory where Qt4 plugins are installed.
 qt4_get_plugindir() {
+   [[ ${EAPI:-0} == [0123456] ]] || die "${FUNCNAME[1]} is banned in EAPI 
7 and later"
echo $(qt4_get_libdir)/plugins
 }
 
@@ -159,6 +165,7 @@ qmake-utils_find_pro_file() {
 # specified inside the top-level project file.
 eqmake4() {
debug-print-function ${FUNCNAME} "$@"
+   [[ ${EAPI:-0} == [0123456] ]] || die "${FUNCNAME[1]} is banned in EAPI 
7 and later"
 
ebegin "Running qmake"
 



[gentoo-commits] proj/qt:master commit in: eclass/

2018-07-21 Thread Davide Pesavento
commit: 6b3873a9577b7b0f20736cb67260bffef83ac87d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 12 18:27:13 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Jul 21 20:14:50 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=6b3873a9

qmake-utils.eclass: Ban 
+# @SUPPORTED_EAPIS: 5 6 7
 # @BLURB: Common functions for qmake-based packages.
 # @DESCRIPTION:
 # Utility eclass providing wrapper functions for Qt4 and Qt5 qmake.
@@ -16,7 +17,9 @@
 if [[ -z ${_QMAKE_UTILS_ECLASS} ]]; then
 _QMAKE_UTILS_ECLASS=1
 
-[[ ${EAPI:-0} == [012345] ]] && inherit eutils multilib
+[[ ${EAPI:-0} == [01234] ]] && die "qmake-utils.eclass: unsupported 
EAPI=${EAPI:-0}"
+
+[[ ${EAPI:-0} == 5 ]] && inherit eutils multilib
 inherit estack toolchain-funcs
 
 # @FUNCTION: qt4_get_bindir
@@ -24,8 +27,6 @@ inherit estack toolchain-funcs
 # Echoes the directory where Qt4 binaries are installed.
 # EPREFIX is already prepended to the returned path.
 qt4_get_bindir() {
-   has "${EAPI:-0}" 0 1 2 && use !prefix && EPREFIX=
-
local qtbindir=${EPREFIX}$(qt4_get_libdir)/bin
if [[ -d ${qtbindir} ]]; then
echo ${qtbindir}
@@ -67,8 +68,6 @@ qt4_get_plugindir() {
 # Echoes the directory where Qt5 binaries are installed.
 # EPREFIX is already prepended to the returned path.
 qt5_get_bindir() {
-   has "${EAPI:-0}" 0 1 2 && use !prefix && EPREFIX=
-
echo ${EPREFIX}$(qt5_get_libdir)/qt5/bin
 }
 
@@ -161,8 +160,6 @@ qmake-utils_find_pro_file() {
 eqmake4() {
debug-print-function ${FUNCNAME} "$@"
 
-   has "${EAPI:-0}" 0 1 2 && use !prefix && EPREFIX=
-
ebegin "Running qmake"
 
local qmake_args=("$@")



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

2018-07-21 Thread Mikle Kolyada
commit: 343b25b3ee7290782f1289aa5ba2bbe351bd2c39
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 20:00:53 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 20:00:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343b25b3

profiles/../s390/p.u/mask: mask dev-util/ninja[zsh-completion]

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

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index e24a23f5597..c99b72471a0 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -11,6 +11,8 @@ app-text/ghostscript-gpl cups
 # VCS for oberlays yet.
 app-portage/layman bazaar darcs mercurial
 dev-python/setuptools_scm mercurial test
+# no practical use of zsh completion here (at least now)
+dev-util/ninja zsh-completion
 
 
 # Michał Górny  (08 Aug 2017)



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

2018-07-21 Thread Mikle Kolyada
commit: 391f25c43b41accc63a131bc4f769c4437eceb7f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 19:47:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 19:47:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391f25c4

net-libs/axtls: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/net-libs/axtls/axtls-2.1.3.ebuild 
b/net-libs/axtls/axtls-2.1.3.ebuild
index 28715dc93e1..06c5a89a4df 100644
--- a/net-libs/axtls/axtls-2.1.3.ebuild
+++ b/net-libs/axtls/axtls-2.1.3.ebuild
@@ -40,7 +40,7 @@ S="${WORKDIR}/${PN}-code"
 
 LICENSE="BSD GPL-2"
 SLOT="0/1"
-KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 ~sparc x86"
 
 IUSE="httpd cgi-lua cgi-php static static-libs doc"
 



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

2018-07-21 Thread Mikle Kolyada
commit: e784473efc9a4d3fec9990ead499823bd3ee25dc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 19:43:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 19:44:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e784473e

dev-libs/isl: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-libs/isl/isl-0.15.ebuild b/dev-libs/isl/isl-0.15.ebuild
index a8cc1bfa4c7..9d9ec2c2bda 100644
--- a/dev-libs/isl/isl-0.15.ebuild
+++ b/dev-libs/isl/isl-0.15.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="5"
@@ -11,7 +11,7 @@ SRC_URI="http://isl.gforge.inria.fr/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0/15"
-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="static-libs"
 
 RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]"



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

2018-07-21 Thread Mike Gilbert
commit: 498f3a3e3572ec5ccb23142f747cb044f3069635
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jul 21 19:33:41 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jul 21 19:33:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498f3a3e

www-client/chromium: beta channel bump (68.0.3440.68)

Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247

 www-client/chromium/Manifest| 2 +-
 .../{chromium-68.0.3440.17.ebuild => chromium-68.0.3440.68.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 0fbc01004e5..41ac555615b 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,6 +1,6 @@
 DIST chromium-67.0.3396.87.tar.xz 591491608 BLAKE2B 
9069c4b2e000e180a9b21bbdbb67428817073cd662830f7e736073833f2e6ab2f94f3127d15ed521e34c82de727f137e0065fd3aa7fa7312c4940b1bd8959ccc
 SHA512 
6f9c108b70b63cd45e8238c1962ec11d4f2d01e4f2a6b6483bfafc7986ed6001d5f09f9b0b893c864a08bade9d93346395bb2d045dcafb2ef94b0f4e00f2fe0d
 DIST chromium-67.0.3396.99.tar.xz 592170796 BLAKE2B 
c214f2feb911bd375849f1c69a67dad79707be7d8c7b99f503e67a62212c0340c8c21b1922cf0a5bfdc32507dfe337a9cddeb29674067c08e6e21a8585a5
 SHA512 
b1cc7f5988d30efae0b3954232a402e2906bb27113f453a67d865a79afecf6a124c7833635d6083ea40f0cb7344e3cdb4a02f3b8ba4b1cd9798b5d2bccb23242
-DIST chromium-68.0.3440.17.tar.xz 624240248 BLAKE2B 
9322f731efbc218dbefec351984f93bac5deedee3cc5ce426a619262d885097f28d8532a3d5b55e8daacd2c28dee2dd85dd4063687cbc7ed7d125d2a2a48f885
 SHA512 
1a6af7c5f3bfe87b37844c9d863f512aa464de75252487877d7796fa0dc246a533357086c64701f624809493eef97fced23d3eaa449819b38ce6038227015d35
 DIST chromium-68.0.3440.25.tar.xz 624353904 BLAKE2B 
8ed052e5ad831499367ef1e6d40d08bb585e49855f4c6b820d5532c96f240ad312e66484b75b5b8398e737e2400b7ff1f9edd944b5f6a16d81ace019f6dd0952
 SHA512 
c82436dc42dd9ee1b87881d617f6c791a9dc04d85bb1d4588a3cf31009edd8aeb9d89c357581f705e3602580be1d70ab5fd85f629abf7c7f647fa8a5f06f3add
+DIST chromium-68.0.3440.68.tar.xz 630241852 BLAKE2B 
c18ed31b87c8617f5776a63a4e7c816bf1ef5974ce74a662ba8bb35dde2aac7b4b1c23c52b4b6530d5998e0cc4cb42bcf88f07acbe8e4fc550257cfab536b86f
 SHA512 
ca1458bd93425c77420ee991c6f9ab2624d9ae14dc457468146b0cecee097eb73bee8ee6c623aac67e8425713bde15f015094c96085086c084d924f5f25383c0
 DIST chromium-69.0.3452.0.tar.xz 627961940 BLAKE2B 
d7e910c746f485595e180b2733ac6bd012ef2a58b72107ce7e8f0a2d30a3b1fa1274b93a607cd05e9a86d4f68520af1cbe5b97b828a9d9d5dd6fde0837995880
 SHA512 
3dc005c8c93eced4275e5baf01e17582c95e4278a4497d2e1f0c95ab0dc426753bb6a6440d1cc654847d58524f01e4edd2a24f90c54e4202e96bb68b2b127df8
 DIST chromium-69.0.3464.0.tar.xz 634891812 BLAKE2B 
2cff114b4c6af03d3a6bc79df68876d38d9d8cc972faed2d3d0a3c565911fb2d32e467a4cff1ca8d5c234fece983ab1bb1b5be12bfdc1041d823fde645050f7e
 SHA512 
d14414be553faa9d327dbb9348edcbc755f7f8346825c5144e65a25acb21eec07c34713180ed5701830ccadda99c171e279ae40a620c9babd187d0d093c8a87b

diff --git a/www-client/chromium/chromium-68.0.3440.17.ebuild 
b/www-client/chromium/chromium-68.0.3440.68.ebuild
similarity index 100%
rename from www-client/chromium/chromium-68.0.3440.17.ebuild
rename to www-client/chromium/chromium-68.0.3440.68.ebuild



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Compress-Raw-Bzip2/

2018-07-21 Thread Mikle Kolyada
commit: ef74c10ba5de8669f82b7130ecabf1a1a7a06581
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 19:31:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 19:31:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef74c10b

virtual/perl-Compress-Raw-Bzip2: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.69.0-r1.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.69.0-r1.ebuild 
b/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.69.0-r1.ebuild
index 75fc3ce6051..1ba83beacf5 100644
--- a/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.69.0-r1.ebuild
+++ b/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.69.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 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 ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )



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

2018-07-21 Thread Mikle Kolyada
commit: aa601ca7504ed2455ade1197e952025948c33033
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 19:22:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 19:22:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa601ca7

dev-lang/python: m68k/sh stable wrt bug #653440

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/python/python-3.4.8.ebuild | 2 +-
 dev-lang/python/python-3.5.5.ebuild | 2 +-
 dev-lang/python/python-3.6.5.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lang/python/python-3.4.8.ebuild 
b/dev-lang/python/python-3.4.8.ebuild
index dc687588358..1608a41c3f8 100644
--- a/dev-lang/python/python-3.4.8.ebuild
+++ b/dev-lang/python/python-3.4.8.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="3.4/3.4m"
-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="build elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses 
+readline sqlite +ssl +threads tk wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.

diff --git a/dev-lang/python/python-3.5.5.ebuild 
b/dev-lang/python/python-3.5.5.ebuild
index 344952d35eb..22744bc56d0 100644
--- a/dev-lang/python/python-3.5.5.ebuild
+++ b/dev-lang/python/python-3.5.5.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="3.5/3.5m"
-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="build elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses 
+readline sqlite +ssl test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-lang/python/python-3.6.5.ebuild 
b/dev-lang/python/python-3.6.5.ebuild
index a88bf7b584b..c997840a887 100644
--- a/dev-lang/python/python-3.6.5.ebuild
+++ b/dev-lang/python/python-3.6.5.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="3.6/3.6m"
-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="build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite 
+ssl test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2018-07-21 Thread Mikle Kolyada
commit: 192bba4d8f076accf87d866561c5c9dedc10d12e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 19:17:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 19:17:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192bba4d

sys-apps/sandbox: m68k/sh stable wrt bug #651336

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

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



[gentoo-commits] proj/qa-scripts:master commit in: /

2018-07-21 Thread Michał Górny
commit: 2e128d0ac18528149eabdb5d96114de480971abd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 21 18:56:41 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 21 18:56:41 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=2e128d0a

create-dev-keyrings: Include separate group for system users

 create-dev-keyrings.bash | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index 9190004..17bdfd4 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -2,13 +2,16 @@
 
 OUTPUT_DIR=${1:-.}
 
+DEV_BASE='ou=devs,dc=gentoo,dc=org'
+SYSTEM_BASE='ou=system,dc=gentoo,dc=org'
+
 
COMMIT_RULE='(&(gentooAccess=git.gentoo.org/repo/gentoo.git)(gentooStatus=active))'
 
NONCOMMIT_RULE='(&(!(gentooAccess=git.gentoo.org/repo/gentoo.git))(gentooStatus=active))'
 RETIRED_RULE='(!(gentooStatus=active))'
 
 # grab_ldap_fingerprints 
 grab_ldap_fingerprints() {
-   ldapsearch "${1}" -Z gpgfingerprint -LLL |
+   ldapsearch "${@}" -Z gpgfingerprint -LLL |
sed -n -e '/^gpgfingerprint: /{s/^.*://;s/ //g;p}' |
sort -u |
grep -v undefined
@@ -45,13 +48,15 @@ grab_keys() {
 
 set -e
 
-COMMITTING_DEVS=( $(grab_ldap_fingerprints "${COMMIT_RULE}") )
-NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints "${NONCOMMIT_RULE}") )
-#RETIRED_DEVS=( $(grab_ldap_fingerprints "${RETIRED_RULE}") )
+COMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" "${COMMIT_RULE}") )
+NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${NONCOMMIT_RULE}") )
+#RETIRED_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" "${RETIRED_RULE}") )
+SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" 
"${NONCOMMIT_RULE}") )
 
-grab_keys "${COMMITTING_DEVS[@]}" "${NONCOMMITTING_DEVS[@]}"
+grab_keys "${COMMITTING_DEVS[@]}" "${NONCOMMITTING_DEVS[@]}" 
"${SYSTEM_KEYS[@]}"
 gpg --export "${COMMITTING_DEVS[@]}" > "${OUTPUT_DIR}"/committing-devs.gpg
 gpg --export "${COMMITTING_DEVS[@]}" "${NONCOMMITTING_DEVS[@]}" > 
"${OUTPUT_DIR}"/active-devs.gpg
+gpg --export "${SYSTEM_KEYS[@]}" > "${OUTPUT_DIR}"/release-keys.gpg
 # -- not all are on keyservers
 #grab_keys "${RETIRED_DEVS[@]}"
 #gpg --export > "${OUTPUT_DIR}"/all-devs.gpg



[gentoo-commits] proj/catalyst:master commit in: catalyst/targets/

2018-07-21 Thread Brian Dolbec
commit: e58db09799e4ca90e38ab962bbbc0d2bb84d8e16
Author: Brian Dolbec dolsen  gentoo  org>
AuthorDate: Fri Jul 20 16:34:08 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Jul 20 16:36:15 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e58db097

targets/tinderbox.py: Remove /root/* from cleanables

ccache dir has been relocated to /var/tmp/ so this is no longer needed.

Signed-off-by: Brian Dolbec dolsen  gentoo.org>

 catalyst/targets/tinderbox.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/catalyst/targets/tinderbox.py b/catalyst/targets/tinderbox.py
index 85a939f4..6908793a 100644
--- a/catalyst/targets/tinderbox.py
+++ b/catalyst/targets/tinderbox.py
@@ -36,7 +36,6 @@ class tinderbox(StageBase):
self.settings['cleanables'] = [
'/etc/resolv.conf',
'/var/tmp/*',
-   '/root/*',
self.settings['portdir'],
]
 



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

2018-07-21 Thread Brian Dolbec
commit: c142d2f5c70d254d197343c2d86043a0e8616a46
Author: Brian Dolbec dolsen  gentoo  org>
AuthorDate: Fri Jul 20 16:29:26 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Jul 20 16:36:15 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c142d2f5

stagebase.py: Relocate ccache location away from /root/

Signed-off-by: Brian Dolbec dolsen  gentoo.org>

 catalyst/base/stagebase.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index e98a289f..d30ed5ce 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -253,7 +253,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
ccdir = os.environ["CCACHE_DIR"]
del os.environ["CCACHE_DIR"]
else:
-   ccdir = "/root/.ccache"
+   ccdir = "/var/tmp/ccache"
if not os.path.isdir(ccdir):
raise CatalystError(
"Compiler cache support can't be 
enabled (can't find " + ccdir+")")



[gentoo-commits] proj/catalyst:master commit in: examples/

2018-07-21 Thread Brian Dolbec
commit: 2f3a3515f58433430a8ab4775a11fc21994df2d9
Author: Brian Dolbec dolsen  gentoo  org>
AuthorDate: Sat Jul 21 18:53:07 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul 21 18:53:07 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2f3a3515

Remove /root/* from  examples

Signed-off-by: Brian Dolbec dolsen  gentoo.org>

 examples/livecd-stage2_template.spec | 2 +-
 examples/stage4_template.spec| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/livecd-stage2_template.spec 
b/examples/livecd-stage2_template.spec
index a19812ae..419f4806 100644
--- a/examples/livecd-stage2_template.spec
+++ b/examples/livecd-stage2_template.spec
@@ -354,7 +354,7 @@ livecd/unmerge:
 # rid of files that don't belong to a particular package, or removing files 
from
 # a package that you wish to keep, but won't need the full functionality.
 # example:
-# livecd/empty: /var/tmp /var/cache /var/db /var/empty /var/lock /var/log 
/var/run /var/spool /var/state /tmp /usr/portage /usr/share/man /usr/share/info 
/usr/share/unimaps /usr/include /usr/share/zoneinfo /usr/share/dict 
/usr/share/doc /usr/share/ss /usr/share/state /usr/share/texinfo 
/usr/lib/python2.2 /usr/lib/portage /usr/share/gettext /usr/share/i18n 
/usr/share/rfc /usr/lib/X11/config /usr/lib/X11/etc /usr/lib/X11/doc /usr/src 
/usr/share/doc /usr/share/man /root/.ccache /etc/cron.daily /etc/cron.hourly 
/etc/cron.monthly /etc/cron.weekly /etc/logrotate.d /etc/rsync /usr/lib/awk 
/usr/lib/ccache /usr/lib/gcc-config /usr/lib/nfs /usr/local /usr/diet/include 
/usr/diet/man /usr/share/consolefonts/partialfonts /usr/share/consoletrans 
/usr/share/emacs /usr/share/gcc-data /usr/share/genkernel 
/etc/bootsplash/gentoo /etc/bootsplash/gentoo-highquality /etc/splash/gentoo 
/etc/splash/emergence /usr/share/gnuconfig /usr/share/lcms /usr/share/locale 
/etc/skel
+# livecd/empty: /var/tmp /var/cache /var/db /var/empty /var/lock /var/log 
/var/run /var/spool /var/state /tmp /usr/portage /usr/share/man /usr/share/info 
/usr/share/unimaps /usr/include /usr/share/zoneinfo /usr/share/dict 
/usr/share/doc /usr/share/ss /usr/share/state /usr/share/texinfo 
/usr/lib/python2.2 /usr/lib/portage /usr/share/gettext /usr/share/i18n 
/usr/share/rfc /usr/lib/X11/config /usr/lib/X11/etc /usr/lib/X11/doc /usr/src 
/usr/share/doc /usr/share/man /etc/cron.daily /etc/cron.hourly 
/etc/cron.monthly /etc/cron.weekly /etc/logrotate.d /etc/rsync /usr/lib/awk 
/usr/lib/ccache /usr/lib/gcc-config /usr/lib/nfs /usr/local /usr/diet/include 
/usr/diet/man /usr/share/consolefonts/partialfonts /usr/share/consoletrans 
/usr/share/emacs /usr/share/gcc-data /usr/share/genkernel 
/etc/bootsplash/gentoo /etc/bootsplash/gentoo-highquality /etc/splash/gentoo 
/etc/splash/emergence /usr/share/gnuconfig /usr/share/lcms /usr/share/locale 
/etc/skel
 livecd/empty:
 
 # This option tells catalyst to clean specific files from the filesystem and is

diff --git a/examples/stage4_template.spec b/examples/stage4_template.spec
index 75aedff8..4066bf5b 100644
--- a/examples/stage4_template.spec
+++ b/examples/stage4_template.spec
@@ -252,7 +252,7 @@ stage4/unmerge:
 # rid of files that don't belong to a particular package, or removing files 
from
 # a package that you wish to keep, but won't need the full functionality.
 # example:
-# stage4/empty: /var/tmp /var/cache /var/db /var/empty /var/lock /var/log 
/var/run /var/spool /var/state /tmp /usr/portage /usr/share/man /usr/share/info 
/usr/share/unimaps /usr/include /usr/share/zoneinfo /usr/share/dict 
/usr/share/doc /usr/share/ss /usr/share/state /usr/share/texinfo 
/usr/lib/python2.2 /usr/lib/portage /usr/share/gettext /usr/share/i18n 
/usr/share/rfc /usr/lib/X11/config /usr/lib/X11/etc /usr/lib/X11/doc /usr/src 
/usr/share/doc /usr/share/man /root/.ccache /etc/cron.daily /etc/cron.hourly 
/etc/cron.monthly /etc/cron.weekly /etc/logrotate.d /etc/rsync /usr/lib/awk 
/usr/lib/ccache /usr/lib/gcc-config /usr/lib/nfs /usr/local /usr/diet/include 
/usr/diet/man /usr/share/consolefonts/partialfonts /usr/share/consoletrans 
/usr/share/emacs /usr/share/gcc-data /usr/share/genkernel /etc/splash/gentoo 
/etc/splash/emergence /usr/share/gnuconfig /usr/share/lcms /usr/share/locale 
/etc/skel
+# stage4/empty: /var/tmp /var/cache /var/db /var/empty /var/lock /var/log 
/var/run /var/spool /var/state /tmp /usr/portage /usr/share/man /usr/share/info 
/usr/share/unimaps /usr/include /usr/share/zoneinfo /usr/share/dict 
/usr/share/doc /usr/share/ss /usr/share/state /usr/share/texinfo 
/usr/lib/python2.2 /usr/lib/portage /usr/share/gettext /usr/share/i18n 
/usr/share/rfc /usr/lib/X11/config /usr/lib/X11/etc /usr/lib/X11/doc /usr/src 
/usr/share/doc /usr/share/man /etc/cron.daily /etc/cron.hourly 
/etc/cron.monthly /etc/cron.weekly /etc/logrotate.d /etc/rsync /usr/lib/awk 
/usr/lib/ccache /usr/lib/gcc-config /usr/lib/nfs /usr/local /usr/diet/include 
/usr/diet/man /usr/share/consolefonts/partialfonts 

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

2018-07-21 Thread Brian Dolbec
commit: e70f11a248bc836da2d5db25171bb59907e14a41
Author: Brian Dolbec dolsen  gentoo  org>
AuthorDate: Fri Jul 20 16:24:37 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Jul 20 16:36:15 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e70f11a2

Add glob support to clean_path()

Fixes licecd/rm removals.

Signed-off-by: Brian Dolbec dolsen  gentoo.org>

 catalyst/fileops.py | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/catalyst/fileops.py b/catalyst/fileops.py
index ab6a0c9f..69faf4cb 100644
--- a/catalyst/fileops.py
+++ b/catalyst/fileops.py
@@ -10,6 +10,7 @@ ensuring directories exist,... imports snakeoils osutils
 functions for use throughout catalyst.
 '''
 
+import glob
 import os
 import shutil
 from stat import ST_UID, ST_GID, ST_MODE
@@ -109,9 +110,11 @@ def clear_dir(target, mode=0o755, chg_flags=False, 
remove=False,
return True
 
 
-def clear_path(target):
-   """Nuke |target| regardless of it being a dir or file."""
-   clear_dir(target, remove=True)
+def clear_path(target_path):
+   """Nuke |target_path| regardless of it being a dir, file or glob."""
+   targets = glob.glob(target_path)
+   for path in targets:
+   clear_dir(path, remove=True)
 
 
 def move_path(src, dest):



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

2018-07-21 Thread Brian Dolbec
commit: bb1aad33b000e39689a66243bbb446c6c25c1e88
Author: Brian Dolbec dolsen  gentoo  org>
AuthorDate: Fri Jul 20 16:30:19 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Jul 20 16:36:15 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=bb1aad33

stagebase.py: Remove /root/* from default cleanables

This was not something that should need to be cleaned.
With ccache removed, it is safe to leave alone.
Livecd images may have a .bashrc to start to start the desktop, etc..

Signed-off-by: Brian Dolbec dolsen  gentoo.org>

 catalyst/base/stagebase.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index d30ed5ce..a66229c2 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -465,7 +465,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
 
def set_cleanables(self):
self.settings["cleanables"] = ["/etc/resolv.conf", 
"/var/tmp/*", "/tmp/*",
-   "/root/*", self.settings["repo_basedir"] + "/" +
+   self.settings["repo_basedir"] + "/" +
self.settings["repo_name"]]
 
def set_snapshot_path(self):



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

2018-07-21 Thread Keri Harris
commit: 5dd3251c7f8e1177f8436ca13cc4f1e4ed7ce973
Author: Keri Harris  gentoo  org>
AuthorDate: Sat Jul 21 18:39:21 2018 +
Commit: Keri Harris  gentoo  org>
CommitDate: Sat Jul 21 18:39:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd3251c

dev-lang/swi-prolog: apply JPL thread stack fix

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/swi-prolog/Manifest| 1 +
 dev-lang/swi-prolog/swi-prolog-7.6.4.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 1a9e9d5f8b4..df187887093 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -1,4 +1,5 @@
 DIST swi-prolog-7.4.2-gentoo-patchset-3.tar.gz 3256 BLAKE2B 
d7997d7307db738f0948a89f5e1cee195be4424737e50df915a293c7cb1b3bc1ce09ebd372e8c5f24c95df7335676f12cdc04749de25396eac71471704cfc579
 SHA512 
bc1b408e311d10ab59fa221bf5ef3d3cb1003a3edcdd13fd000cbc647117458e1f130e960cc37968481ccc2047529ca128159fac8e0ee75114022ed439905cce
+DIST swi-prolog-7.6.4-gentoo-patchset-0.tar.gz 397 BLAKE2B 
3a90fc43db325cc71bd2ea865034a4b68119de31fe856b0a6e377ff21c40a1036830a20691f2127bbffaa45675a378e17726fe690ef895bedde316aa179c3350
 SHA512 
d8427a717e284865edf3de85c75872aa32c93cae23027b07639fc5313988751999403a59151dc73a6cdafab1725ed901e3dad08bf3a9788fa6cd09bc9a0f0786
 DIST swipl-7.4.2.tar.gz 16496738 BLAKE2B 
a8f45c4277e48c0aa38f8b278b466dcb9e0a776325a9ed9e08c252660671d3ee0ee441978394682276b3fb9b0eca73ad10e02aba4671630bef0a1e8f813dd3c5
 SHA512 
5b526d4f079e7a36184f871bb7341330bcadaeee2a69af981fbcad71ae76c77331b1f157174ac2b31d96e069dc530afa86c024de6709edd9dc8baee3b4ebffb3
 DIST swipl-7.6.3.tar.gz 16772590 BLAKE2B 
644be801e290ec9d949a9b7462256a35e11cf9afd62d0b62c315e3620a3943809f58698a23f279454e00299f7b7f7b91e8d9694a139e8c424cb2f83a4efc7a52
 SHA512 
d84af1a565935af9934c6b75192bb2dd87388ee8fe793ade35d5549a95ec5eb83da6b10508766e795f88393fededea4ec7a3a0c2f0f685d96ab615e171d7d1f4
 DIST swipl-7.6.4.tar.gz 16777875 BLAKE2B 
94409966362e649f4748b94b4ec25415bb827c7742aa39453d8e37db4ce992a65ad2d054ded4e651f2a9abe3a9438285bc9c9c895437c087ae6cf88f4afae9ca
 SHA512 
f0ed16e4f1436115651c38a0bb37008d0dadad5a19b0f09894fcfc51dd3d429f86488e89cce00788c3c36cc2f0cd2957f92df47d5441133a6f8ea9d91ca5470f

diff --git a/dev-lang/swi-prolog/swi-prolog-7.6.4.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.6.4.ebuild
index f745720052e..c369a7f6eb5 100644
--- a/dev-lang/swi-prolog/swi-prolog-7.6.4.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-7.6.4.ebuild
@@ -9,7 +9,8 @@ PATCHSET_VER="0"
 
 DESCRIPTION="free, small, and standard compliant Prolog compiler"
 HOMEPAGE="http://www.swi-prolog.org/;
-SRC_URI="http://www.swi-prolog.org/download/stable/src/swipl-${PV}.tar.gz;
+SRC_URI="http://www.swi-prolog.org/download/stable/src/swipl-${PV}.tar.gz
+   mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"



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

2018-07-21 Thread Davide Pesavento
commit: 6d91a3e71d3abffb9959d1d600a4372b27965a72
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jul 21 18:30:21 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Jul 21 18:30:21 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=6d91a3e7

travis: update

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3217506a..56db7a38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
 - pypy
 env:
-- PORTAGE_VER="2.3.38"
+- PORTAGE_VER="2.3.43"
 before_install:
 - sudo apt-get -qq update
 - pip install lxml pyyaml



[gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/

2018-07-21 Thread Davide Pesavento
commit: 12b2494645a034d98355b0e319ac3097c49467ce
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jul 21 18:20:17 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Jul 21 18:20:17 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=12b24946

dev-qt/qtsql: sync with gentoo repo

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-qt/qtsql/qtsql-5.11..ebuild | 1 +
 dev-qt/qtsql/qtsql-5.9..ebuild  | 1 +
 dev-qt/qtsql/qtsql-5..ebuild| 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-qt/qtsql/qtsql-5.11..ebuild 
b/dev-qt/qtsql/qtsql-5.11..ebuild
index db29e42d..40fde45f 100644
--- a/dev-qt/qtsql/qtsql-5.11..ebuild
+++ b/dev-qt/qtsql/qtsql-5.11..ebuild
@@ -6,6 +6,7 @@ QT5_MODULE="qtbase"
 inherit qt5-build
 
 DESCRIPTION="SQL abstraction library for the Qt5 framework"
+SLOT=5/$(ver_cut 1-3) # bug 639140
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"

diff --git a/dev-qt/qtsql/qtsql-5.9..ebuild 
b/dev-qt/qtsql/qtsql-5.9..ebuild
index ae735814..325786e3 100644
--- a/dev-qt/qtsql/qtsql-5.9..ebuild
+++ b/dev-qt/qtsql/qtsql-5.9..ebuild
@@ -6,6 +6,7 @@ QT5_MODULE="qtbase"
 inherit qt5-build
 
 DESCRIPTION="SQL abstraction library for the Qt5 framework"
+SLOT=5/$(ver_cut 1-3) # bug 639140
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"

diff --git a/dev-qt/qtsql/qtsql-5..ebuild b/dev-qt/qtsql/qtsql-5..ebuild
index db29e42d..40fde45f 100644
--- a/dev-qt/qtsql/qtsql-5..ebuild
+++ b/dev-qt/qtsql/qtsql-5..ebuild
@@ -6,6 +6,7 @@ QT5_MODULE="qtbase"
 inherit qt5-build
 
 DESCRIPTION="SQL abstraction library for the Qt5 framework"
+SLOT=5/$(ver_cut 1-3) # bug 639140
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"



[gentoo-commits] proj/qt:master commit in: eclass/

2018-07-21 Thread Davide Pesavento
commit: 5b7ada46e568dee1f17be50882094d33d6c50506
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jul 21 18:14:58 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Jul 21 18:14:58 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=5b7ada46

qt5-build.eclass: sync with gentoo repo

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 2517d399..defbcad2 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -945,7 +945,7 @@ qt5_regenerate_global_configs() {
done
 
# check all items from the original qtcore qmodule.pri,
-   # and add them to the appropriate list if not overriden
+   # and add them to the appropriate list if not overridden
# elsewhere
for x in ${qprivateconfig_orig_enabled}; do
if ! has "${x}" ${new_qprivateconfig_enabled} 
${new_qprivateconfig_disabled}; then



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

2018-07-21 Thread Mikle Kolyada
commit: 9e834e688e90fe300c09c10a246dd57632b63c8d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 18:01:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 18:01:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e834e68

dev-python/sqlalchemy: arm/s390 stable wrt bug #659666

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.2.7.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.2.7.ebuild
index aacb0c07a09..b20a99ca7d2 100644
--- a/dev-python/sqlalchemy/sqlalchemy-1.2.7.ebuild
+++ b/dev-python/sqlalchemy/sqlalchemy-1.2.7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 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 
~x64-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 
~x64-solaris"
 IUSE="doc examples +sqlite test"
 
 REQUIRED_USE="test? ( sqlite )"



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

2018-07-21 Thread Mikle Kolyada
commit: 4002115b8a7ed074b6f8fcb6316bb58bbadae3a3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 17:50:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 17:50:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4002115b

net-p2p/amule: amd64 stable wrt bug #661698

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-p2p/amule/amule-2.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/amule/amule-2.3.2-r2.ebuild 
b/net-p2p/amule/amule-2.3.2-r2.ebuild
index b91ba903777..49675d4dbc3 100644
--- a/net-p2p/amule/amule-2.3.2-r2.ebuild
+++ b/net-p2p/amule/amule-2.3.2-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
 IUSE="daemon debug geoip nls remote stats upnp +X"
 
 COMMON_DEPEND="



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

2018-07-21 Thread Mikle Kolyada
commit: 1925d76fa5a95afd1401f72e9a5721c04eee52c0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 17:40:06 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 17:40:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1925d76f

net-misc/curl: mark stable (bug #660894)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/curl/curl-7.61.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.61.0.ebuild b/net-misc/curl/curl-7.61.0.ebuild
index 34b333df18c..e09b22460ad 100644
--- a/net-misc/curl/curl-7.61.0.ebuild
+++ b/net-misc/curl/curl-7.61.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2;
 
 LICENSE="MIT"
 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 ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="adns brotli http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



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

2018-07-21 Thread Mikle Kolyada
commit: a27d82f3f029ea20dde03a7d9e55577af53fde03
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 17:30:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 17:30:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27d82f3

profiles/../s390/p.u.mask: add dev-python/setuptools_scm[mercurial,test]

 profiles/arch/s390/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index 283bf2459f7..e24a23f5597 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -10,6 +10,7 @@ app-text/ghostscript-gpl cups
 # not really interested in supporting alternative
 # VCS for oberlays yet.
 app-portage/layman bazaar darcs mercurial
+dev-python/setuptools_scm mercurial test
 
 
 # Michał Górny  (08 Aug 2017)



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-07-21 Thread Mikle Kolyada
commit: 477f389766db25627cd891a4ada65352ed19124e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 17:19:32 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 17:19:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477f3897

x11-base/xcb-proto: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index 984ce92413d..bb5e6cf5db8 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -15,7 +15,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git;
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xorg-cf-files/

2018-07-21 Thread Mikle Kolyada
commit: 0304905e427827118926a21773857afa4a3fefe2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 17:20:27 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 17:20:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0304905e

x11-misc/xorg-cf-files: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild 
b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild
index d01b7a6fd29..2c4b306c33d 100644
--- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild
+++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.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=5
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="Old Imake-related build files"
 SRC_URI+=" 
https://dev.gentoo.org/~mgorny/dist/${PN}-1.0.2-solaris-prefix.patch.bz2;
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



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

2018-07-21 Thread Mikle Kolyada
commit: 3ec3fb27560f4271d6f023d802ad465b7cdf019a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 17:15:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 17:15:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec3fb27

dev-python/pygobject: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/pygobject/pygobject-3.24.1.ebuild 
b/dev-python/pygobject/pygobject-3.24.1.ebuild
index 1013f9e4392..3b888f3969b 100644
--- a/dev-python/pygobject/pygobject-3.24.1.ebuild
+++ b/dev-python/pygobject/pygobject-3.24.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/PyGObject;
 
 LICENSE="LGPL-2.1+"
 SLOT="3"
-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="+cairo examples test +threads"
 
 REQUIRED_USE="



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

2018-07-21 Thread Mikle Kolyada
commit: 5203ade94725d88b574b4fe5771a94a7117d3ebf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 17:16:02 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 17:16:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5203ade9

dev-libs/dbus-glib: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/dbus-glib/dbus-glib-0.108.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/dbus-glib/dbus-glib-0.108.ebuild 
b/dev-libs/dbus-glib/dbus-glib-0.108.ebuild
index bedbed4a0a8..d7e488813c0 100644
--- a/dev-libs/dbus-glib/dbus-glib-0.108.ebuild
+++ b/dev-libs/dbus-glib/dbus-glib-0.108.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="|| ( GPL-2 AFL-2.1 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~x86-solaris"
 IUSE="debug static-libs test"
 
 CDEPEND="



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

2018-07-21 Thread Mikle Kolyada
commit: 9e93acde1b0c6f94498db078e4bd3f98a28f9cef
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 17:09:59 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 17:13:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e93acde

dev-python/webtest: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/webtest/webtest-2.0.29.ebuild 
b/dev-python/webtest/webtest-2.0.29.ebuild
index f7981a6395b..423eae9c9a3 100644
--- a/dev-python/webtest/webtest-2.0.29.ebuild
+++ b/dev-python/webtest/webtest-2.0.29.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc64 s390 ~sh sparc x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest



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

2018-07-21 Thread Mikle Kolyada
commit: 0c02838de208ab39a0f808e7197673133b7871c0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 17:11:48 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 17:13:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c02838d

dev-python/cffi: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/cffi/cffi-1.11.4.ebuild 
b/dev-python/cffi/cffi-1.11.4.ebuild
index fc98a79a146..bdcd7280874 100644
--- a/dev-python/cffi/cffi-1.11.4.ebuild
+++ b/dev-python/cffi/cffi-1.11.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="doc test"
 
 RDEPEND="



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

2018-07-21 Thread Nick Sarnie
commit: 4c6ea299fb1fabe83f86f6de7ac4a7c19fd488f8
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Jul 21 17:03:45 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Jul 21 17:07:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6ea299

app-emulation/wine-staging: Drop old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-emulation/wine-staging/Manifest|   2 -
 .../wine-staging/wine-staging-3.10.ebuild  | 610 -
 2 files changed, 612 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index b46afcdeac7..eea5ab2306c 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,11 +1,9 @@
 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
-DIST wine-3.10.tar.xz 20485784 BLAKE2B 
3a5e9ca948880a3bc979c33e797296d156425438c2502c3d2c50a6d5241e485bdc081ff195b0647cfa1db1cab247e941f02d0511f7b94dc0037fa24e2e61eb5c
 SHA512 
bb1a1d8e8ad7f48d9fcf48ebbf0ebbb8e3b45ea211736bd7837144ea34b373f74955d3c0ccc4cdc44020eea23c8af8e67252e1c5cd6115e11419ad5f6ef24843
 DIST wine-3.11.tar.xz 20501100 BLAKE2B 
793fe0a83ed13f4ca436c710198ffcbde5e0109d9890551a410b1d836d79adf4060f0cc7e20861eb806878db79f8003023821ac1b0d72a0710235412863c4576
 SHA512 
8f7226364648ec30eb77f1848ee6bf01be2445fd96f902309575ac1f6ece31bf54d415516fcda76ae438010a36a9d4846d22cc37365aac4a230701376f9589d7
 DIST wine-3.12.tar.xz 20516708 BLAKE2B 
6ff32f8d471492c1ca42db434b16c0273e98cd15215d2f67e3d8e34e298d36620f55409bb781687f3ab11e6a44bd95eaa033e642fdb0d7aae90319ac2ddd2fb6
 SHA512 
afc76e8975ea780f664de27a17128f730bcbe72a9fad0c01bfe6dcc98c2f98729ccde32e97fe4df2cf98f5d1b254b28f0e7cd380855148c5cfb41dd88f3012a1
 DIST wine-3.13.tar.xz 20551460 BLAKE2B 
2f8b1c2f72761b3c5541b8760be3009295dc9482257539edce83aa9d6022b2e8a25e1cee4fe56b69808e51e338fd330db5da17dec5dea4ba7684b5d7eb7e77d5
 SHA512 
a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59
 DIST wine-staging-2.0.tar.gz 10182575 BLAKE2B 
1de645f66fa3e5e0d8ceddf5439fd246510470f63d6331c7029abed7192180b7b8430e43a2e732a30a5fbe0c73ba39b7fafcfc08830c68e679dff90576c3a960
 SHA512 
51412299259d6e92c8993543d5fdb3239ebe31e0d1d715e0a9e8ce94b3139c0567b08ff1600d41be94f12427cbfccc2f6b6b2ed030535445c95618aaf6578580
-DIST wine-staging-3.10.tar.gz 9943542 BLAKE2B 
412319529e6fe9bb21a4629e1ae1896fe47a413a7ab688d6245fd5b85aa2969be040df3fa8d0ad6185617c814c7b69df891c9067260de28e505298695a6776ea
 SHA512 
baae31ce569c06f8ac5ffc579d8f3bb95de55c50b83c1db13eaaeaee5c8c5b3b7fb6028d69dce6645ac697692372a65be8d60532123a94e0f5fcd0778d2082c5
 DIST wine-staging-3.11.tar.gz 9950753 BLAKE2B 
bffc6a86b652695d9ed4e0e2ce6f165e45fc2f6fb7e898704fd22624b1b0497ae35319b2444b49ee62eb8d0e308dd32148af64e38f480ce4408170aa2c91a828
 SHA512 
811a8668c3747f02850928a99bc66612937c38d98068dddec47bffe427d00c7c83b172f12807e1cb609d83c00e978949f913877bfbf5d8443a5ad29011c03545
 DIST wine-staging-3.12.tar.gz 9936375 BLAKE2B 
5c48fb1037d39ce6ab78c03a002b2edfc2fc434c0f661bb6def050becd7411998b9ae763db99bda3b5190e3e6ab355699806d976d01f813904080c6156dafb7e
 SHA512 
166f991f7c8f59df656f3fb28150a8e26e48d1ff6906b3eccd31cb84524e28efe7e7df00eadc21881940308ccc4b4edebcb2a71bdd03ba3de5beb1cf42e2f058
 DIST wine-staging-3.13.tar.gz 9936353 BLAKE2B 
f5791c6f1bc43395860ea938cfadefe88e6839e44d6e3a8c5b9474e1ec17654645145459a2a9c32adbec6a5cd6441f754b0121958ff4c12e424262bb61c18358
 SHA512 
0124950cc18d566daecc532a432bce27d712f48eaaa9b37bf930e056b460e30a8fb1806aa179f72b44a95dc56963a3dc063b4acb71affb7b8ddff3001fe59b9a

diff --git a/app-emulation/wine-staging/wine-staging-3.10.ebuild 
b/app-emulation/wine-staging/wine-staging-3.10.ebuild
deleted file mode 100644
index 4873ea014bd..000
--- a/app-emulation/wine-staging/wine-staging-3.10.ebuild
+++ /dev/null
@@ -1,610 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
-
-MY_PN="${PN%%-*}"

  1   2   3   4   >