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

2017-09-23 Thread Michael Palimaka
commit: 2bfe6290fba994fb6af62583a17a9d57ed52c05c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Sep 24 05:39:15 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Sep 24 05:40:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfe6290

net-analyzer/testssl: version bump 2.9.5

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-analyzer/testssl/Manifest |  1 +
 net-analyzer/testssl/testssl-2.9.5.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/net-analyzer/testssl/Manifest b/net-analyzer/testssl/Manifest
index f5525c87c34..bc178fabba7 100644
--- a/net-analyzer/testssl/Manifest
+++ b/net-analyzer/testssl/Manifest
@@ -1 +1,2 @@
 DIST testssl-2.8.tar.gz 8529038 SHA256 
2e4588bfcd5f4e6b30b2e250d51b39e4209131a5366f1e75354aaa4a5ee6a22d SHA512 
9c30a0640c4c516bb6fd776d6d7d76af4f86be51ec2c282fad01b8ac14161d29732caf08ed64a0a93ad53c3afabe6641f423bc73f0323bd9526a4283fccad584
 WHIRLPOOL 
04564912e3e0ed3afac283da994edc032bc3b23c2c003ea02f531da2dbb758f76e8ab04be38c6af8df340f7400545072f33dbb074586144bc2258d0de5e0
+DIST testssl-2.9.5.tar.gz 8955393 SHA256 
3cd2d14b9b324545ff91d63e4261113f6ff0c6e32232cf49438b9fd2f3c8de3e SHA512 
9b9cc9f4e5d85cb2bd3767f10d0342b65cd9662df2df4d21b838c8f6a904e8e91f0242e7be1a9e0d9532d13d210beacd1b9f189ba6f955f9c4d3a6bde675677c
 WHIRLPOOL 
faa158a05c8523df1e4142bf1838f4049d7ed9c9a2afbe2a97e190f19c5ab2efce878fb92e50665657e8cbf6a1abdfb2958b0ad142e2bc86e30a8bb672146968

diff --git a/net-analyzer/testssl/testssl-2.9.5.ebuild 
b/net-analyzer/testssl/testssl-2.9.5.ebuild
new file mode 100644
index 000..c6ac1f8ddd2
--- /dev/null
+++ b/net-analyzer/testssl/testssl-2.9.5.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="${PN}.sh"
+
+DESCRIPTION="Tool to check TLS/SSL cipher support"
+HOMEPAGE="https://testssl.sh/;
+SRC_URI="https://github.com/drwetter/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2 bundled-openssl? ( openssl )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="bundled-openssl"
+
+RDEPEND="
+   dev-libs/openssl:0
+   net-dns/bind-tools
+   sys-apps/util-linux
+   sys-libs/ncurses:0
+   sys-process/procps
+"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+QA_PREBUILT="opt/${PN}/*"
+
+pkg_setup() {
+   use amd64 && BUNDLED_OPENSSL="openssl.Linux.x86_64"
+}
+
+src_prepare() {
+   default
+   sed -i ${PN}.sh \
+   -e 
's|TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-""}"|TESTSSL_INSTALL_DIR="/"|' \
+   -e 's|$TESTSSL_INSTALL_DIR/etc/|/|g' || die
+}
+
+src_install() {
+   dodoc CHANGELOG.stable-releases.txt CREDITS.md Readme.md
+   dodoc openssl-rfc.mappping.html
+
+   dobin ${PN}.sh
+
+   insinto /etc/${PN}
+   doins etc/*
+
+   if use bundled-openssl; then
+   exeinto /opt/${PN}
+   use amd64 && doexe bin/${BUNDLED_OPENSSL}
+   fi
+}
+
+pkg_postinst() {
+   if use bundled-openssl; then
+   einfo "A precompiled version of OpenSSL has been installed into 
/opt/${PN},"
+   einfo "configured to enable a wider range of features to allow 
better testing."
+   einfo ""
+   einfo "To use it, call ${PN} appropriately:"
+   einfo "${MY_PN} --openssl /opt/${PN}/${BUNDLED_OPENSSL} 
example.com"
+   fi
+}



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

2017-09-23 Thread Lars Wendler
commit: 80ccaad7222c654940b7d8777cc9f78ea1aaac50
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Sep 23 22:50:59 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Sep 23 22:51:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ccaad7

media-libs/fontconfig: Removed old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-libs/fontconfig/Manifest |   1 -
 .../files/fontconfig-2.11.93-latin-update.patch|  67 -
 ...fix-ts18661-1-namespace-conflicts-w-glibc.patch |  59 
 media-libs/fontconfig/fontconfig-2.12.3-r1.ebuild  | 162 -
 4 files changed, 289 deletions(-)

diff --git a/media-libs/fontconfig/Manifest b/media-libs/fontconfig/Manifest
index 0eae100e8ca..8c6e3fe103a 100644
--- a/media-libs/fontconfig/Manifest
+++ b/media-libs/fontconfig/Manifest
@@ -1,4 +1,3 @@
 DIST fontconfig-2.11.1.tar.bz2 1516095 SHA256 
dc62447533bca844463a3c3fd4083b57c90f18a70506e7a9f4936b5a1e516a99 SHA512 
acf4e6293e0e5521e4b8f29f4b48860ecd1d39744d0eab21c7332e56bfc3ccc63548e459243c5e425b8e5ef265f2cf065eece02460725e794041219d41188149
 WHIRLPOOL 
45009a1e0fcbbe2f532c6f642a0d57af35af3f6abfb50098c89fe39c71da96597078eb4babdd80a713ef4456e07481d70def7c1c18b7314452136d5b30a4858b
-DIST fontconfig-2.12.3.tar.bz2 1600509 SHA256 
bd24bf6602731a11295c025909d918180e98385625182d3b999fd6f1ab34f8bd SHA512 
311a3c98a05afbe35c1215b41edb2bbcfe3069f85814c882ef0e40f0404cca4bb59a544b14eee9430ea902fd8bc3bfeccb37e42b9fe3bb3a6c71bb0c5332f2c7
 WHIRLPOOL 
7b3ec6f364d1b701ae1eb676b3f4cffef91af2d0b3f78719119449dfc6d679d1da20224e9148aa970d60c0d531ee5dfbb3c256ffc18edb142648fa06c0704c93
 DIST fontconfig-2.12.4.tar.bz2 1613580 SHA256 
668293fcc4b3c59765cdee5cee05941091c0879edcc24dfec5455ef83912e45c SHA512 
f336e9220afe738e0bf7186d87a5eb09842342ad99ca2102c69820a1f0b232e15c61ef72ae3f5d56503f5be32557d09180a80e05690e85b4eb13ed88f5cece81
 WHIRLPOOL 
6f0b98e80bdbe5077047b42c7b998a7879e8cd1a7d53598ed6d1cc7110e7ba99b4d3cac6c14875744f7d43e05f338eec1588934e5511e3b1cd8d28d7292fcd72
 DIST fontconfig-2.12.6.tar.bz2 1624683 SHA256 
cf0c30807d08f6a28ab46c61b8dbd55c97d2f292cf88f3a07d3384687f31f017 SHA512 
2a1d3e62cae2bfcae2e67e9cb75ab6534a35bda4215f1ad4b8bf757e77e7d9d609c016562f5288fd10046a0e94655a807f6dd044d7868ed81a146c4275c4dd06
 WHIRLPOOL 
45741ad1389604325bdd517098edf8075a4302d35c680eb5b2280732c112c4c65521fa6b84c58647b4629a57b244f5e717d8a70afc14f3b72a8652c0670a63de

diff --git a/media-libs/fontconfig/files/fontconfig-2.11.93-latin-update.patch 
b/media-libs/fontconfig/files/fontconfig-2.11.93-latin-update.patch
deleted file mode 100644
index 033fe895bc1..000
--- a/media-libs/fontconfig/files/fontconfig-2.11.93-latin-update.patch
+++ /dev/null
@@ -1,67 +0,0 @@
 fontconfig-2.11.93.orig/conf.d/60-latin.conf   2015-04-18 
20:06:06.070687989 +0800
-+++ fontconfig-2.11.93/conf.d/60-latin.conf2015-04-18 20:14:15.245732796 
+0800
-@@ -4,46 +4,49 @@
-   
-   serif
-   
--  Bitstream Vera Serif
-+  Liberation Serif
-   DejaVu Serif
-   Times New Roman
--  Thorndale AMT
-   Luxi Serif
-   Nimbus Roman No9 L
-   Nimbus Roman
-   Times
-+  Thorndale AMT
-+  Bitstream Vera Serif
-   
-   
-   
-   sans-serif
-   
--  Bitstream Vera Sans
-+  Liberation Sans
-   DejaVu Sans
--  Verdana
-   Arial
--  Albany AMT
-   Luxi Sans
-   Nimbus Sans L
-   Nimbus Sans
-   Helvetica
-   Lucida Sans Unicode
-   BPG Glaho International 
-+  Verdana
-   Tahoma 
-+  Albany AMT
-+  Bitstream Vera Sans
-   
-   
-   
-   monospace
-   
--  Bitstream Vera Sans Mono
-+  Liberation Mono
-   DejaVu Sans Mono
-   Inconsolata
-   Andale Mono
-   Courier New
--  Cumberland AMT
-   Luxi Mono
-   Nimbus Mono L
-   Nimbus Mono
-   Courier
-+  Cumberland AMT
-+  Bitstream Vera Sans Mono
-   
-   
- 

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

2017-09-23 Thread Lars Wendler
commit: 03939a3c6f57630f70d1732e2fcd4011d6964790
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Sep 23 22:49:19 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Sep 23 22:51:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03939a3c

media-libs/fontconfig: Bump to version 2.12.6

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-libs/fontconfig/Manifest |   1 +
 media-libs/fontconfig/fontconfig-2.12.6.ebuild | 158 +
 2 files changed, 159 insertions(+)

diff --git a/media-libs/fontconfig/Manifest b/media-libs/fontconfig/Manifest
index 720558b6a15..0eae100e8ca 100644
--- a/media-libs/fontconfig/Manifest
+++ b/media-libs/fontconfig/Manifest
@@ -1,3 +1,4 @@
 DIST fontconfig-2.11.1.tar.bz2 1516095 SHA256 
dc62447533bca844463a3c3fd4083b57c90f18a70506e7a9f4936b5a1e516a99 SHA512 
acf4e6293e0e5521e4b8f29f4b48860ecd1d39744d0eab21c7332e56bfc3ccc63548e459243c5e425b8e5ef265f2cf065eece02460725e794041219d41188149
 WHIRLPOOL 
45009a1e0fcbbe2f532c6f642a0d57af35af3f6abfb50098c89fe39c71da96597078eb4babdd80a713ef4456e07481d70def7c1c18b7314452136d5b30a4858b
 DIST fontconfig-2.12.3.tar.bz2 1600509 SHA256 
bd24bf6602731a11295c025909d918180e98385625182d3b999fd6f1ab34f8bd SHA512 
311a3c98a05afbe35c1215b41edb2bbcfe3069f85814c882ef0e40f0404cca4bb59a544b14eee9430ea902fd8bc3bfeccb37e42b9fe3bb3a6c71bb0c5332f2c7
 WHIRLPOOL 
7b3ec6f364d1b701ae1eb676b3f4cffef91af2d0b3f78719119449dfc6d679d1da20224e9148aa970d60c0d531ee5dfbb3c256ffc18edb142648fa06c0704c93
 DIST fontconfig-2.12.4.tar.bz2 1613580 SHA256 
668293fcc4b3c59765cdee5cee05941091c0879edcc24dfec5455ef83912e45c SHA512 
f336e9220afe738e0bf7186d87a5eb09842342ad99ca2102c69820a1f0b232e15c61ef72ae3f5d56503f5be32557d09180a80e05690e85b4eb13ed88f5cece81
 WHIRLPOOL 
6f0b98e80bdbe5077047b42c7b998a7879e8cd1a7d53598ed6d1cc7110e7ba99b4d3cac6c14875744f7d43e05f338eec1588934e5511e3b1cd8d28d7292fcd72
+DIST fontconfig-2.12.6.tar.bz2 1624683 SHA256 
cf0c30807d08f6a28ab46c61b8dbd55c97d2f292cf88f3a07d3384687f31f017 SHA512 
2a1d3e62cae2bfcae2e67e9cb75ab6534a35bda4215f1ad4b8bf757e77e7d9d609c016562f5288fd10046a0e94655a807f6dd044d7868ed81a146c4275c4dd06
 WHIRLPOOL 
45741ad1389604325bdd517098edf8075a4302d35c680eb5b2280732c112c4c65521fa6b84c58647b4629a57b244f5e717d8a70afc14f3b72a8652c0670a63de

diff --git a/media-libs/fontconfig/fontconfig-2.12.6.ebuild 
b/media-libs/fontconfig/fontconfig-2.12.6.ebuild
new file mode 100644
index 000..384c7ad5586
--- /dev/null
+++ b/media-libs/fontconfig/fontconfig-2.12.6.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib-minimal readme.gentoo-r1
+
+DESCRIPTION="A library for configuring and customizing font access"
+HOMEPAGE="http://fontconfig.org/;
+SRC_URI="http://fontconfig.org/release/${P}.tar.bz2;
+
+LICENSE="MIT"
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-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 ~x86-winnt"
+IUSE="doc static-libs"
+
+# Purposefully dropped the xml USE flag and libxml2 support.  Expat is the
+# default and used by every distro.  See bug #283191.
+RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
+   >=media-libs/freetype-2.5.3-r1[${MULTILIB_USEDEP}]
+   abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( =app-text/docbook-sgml-dtd-3.1*
+   app-text/docbook-sgml-utils[jadetex] )"
+PDEPEND="!x86-winnt? ( app-eselect/eselect-fontconfig )
+   virtual/ttf-fonts"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.10.2-docbook.patch # 310157
+   "${FILESDIR}"/${PN}-2.12.3-latin-update.patch # 130466 + make 
liberation default
+)
+
+MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache$(get_exeext) )
+
+pkg_setup() {
+   DOC_CONTENTS="Please make fontconfig configuration changes using
+   \`eselect fontconfig\`. Any changes made to /etc/fonts/fonts.conf will 
be
+   overwritten. If you need to reset your configuration to upstream 
defaults,
+   delete the directory ${EROOT}etc/fonts/conf.d/ and re-emerge 
fontconfig."
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local addfonts
+   # harvest some font locations, such that users can benefit from the
+   # host OS's installed fonts
+   case ${CHOST} in
+   *-darwin*)
+   addfonts=",/Library/Fonts,/System/Library/Fonts"
+   ;;
+   *-solaris*)
+   [[ -d /usr/X/lib/X11/fonts/TrueType ]] && \
+   addfonts=",/usr/X/lib/X11/fonts/TrueType"
+   [[ -d /usr/X/lib/X11/fonts/Type1 ]] && \
+  

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

2017-09-23 Thread Thomas Deutschmann
commit: 8df639eb3b8f9350eac82c80cb7695b02bffa9c5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:50:26 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 22:06:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df639eb

sys-apps/help2man: x86 stable (bug #631874)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/sys-apps/help2man/help2man-1.47.4.ebuild 
b/sys-apps/help2man/help2man-1.47.4.ebuild
index 877e9c0f9af..aa0c4bc5f94 100644
--- a/sys-apps/help2man/help2man-1.47.4.ebuild
+++ b/sys-apps/help2man/help2man-1.47.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-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 ~sparc-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="nls"
 
 RDEPEND="dev-lang/perl



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

2017-09-23 Thread Thomas Deutschmann
commit: 970be5fef0a501747b0f4df99bb7691be8de1c75
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:23:50 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 22:06:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970be5fe

dev-python/numpy: x86 stable (bug #572858)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/dev-python/numpy/numpy-1.10.4.ebuild 
b/dev-python/numpy/numpy-1.10.4.ebuild
index 4622631ac29..dac126b3caf 100644
--- a/dev-python/numpy/numpy-1.10.4.ebuild
+++ b/dev-python/numpy/numpy-1.10.4.ebuild
@@ -24,7 +24,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 # It appears the docs haven't been upgraded, still @ 1.8.1
 LICENSE="BSD"
 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 
~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="doc lapack test"
 
 RDEPEND="



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

2017-09-23 Thread Lars Wendler
commit: ad25f9c82de9bf3fe43abf009b88842ad88c0372
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Sep 23 21:40:20 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Sep 23 21:41:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad25f9c8

sys-apps/help2man: Removed old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-apps/help2man/Manifest   |  1 -
 sys-apps/help2man/help2man-1.47.3.ebuild | 37 
 2 files changed, 38 deletions(-)

diff --git a/sys-apps/help2man/Manifest b/sys-apps/help2man/Manifest
index e11877f325e..4aec7467210 100644
--- a/sys-apps/help2man/Manifest
+++ b/sys-apps/help2man/Manifest
@@ -1,4 +1,3 @@
 DIST help2man-1.46.6.tar.xz 171044 SHA256 
615ff5ac38369ddb3707c5fd71672ab122639fd9cf6870de172e0127ed632caf SHA512 
55bea01b80baf318e4350ee505bf67da9a7e76b7a5cbd861d0fd6e3afe47b82d1de8f1079d0df2f4ea8ec176d6ca95d5c847d8b1c118cf96ab59b06567c1204c
 WHIRLPOOL 
91d4702d69457090ca58074c05763a085e5bd9da162253a14e86c618a619482e44d7d974c7b0fd0139927d5a67b48bc7160f50990bb622984b122d1bb6c7052c
-DIST help2man-1.47.3.tar.xz 184832 SHA256 
c232af6475ef65bee02770862a362f4c4c2e6c9967d39e987eb94cadcfc13856 SHA512 
c6c41e6492f7a84a3c8c45473f4fa797d243a10b56bbba6029aec5b84a7b5f5054fb55211f5057a5cade7f7d666f5445c528eb6d519b862fe01d0adc64257501
 WHIRLPOOL 
a9141ab75d4d598a7e2ea9b1ca305c5e23288013b6cd214740e5f1d9d3cc73eed607f392609c8c71101a7bd07295f8e78ef4d60db873e9fc002ada47ba017c02
 DIST help2man-1.47.4.tar.xz 189456 SHA256 
d4ecf697d13f14dd1a78c5995f06459bff706fd1ce593d1c02d81667c0207753 SHA512 
3320890c4068086bff7a858653fb67ac80363f26772fb0bb702233052e2bcbe647e7b20b1a2246b1a0e026ba2aa8679e6baafe302d78c747da04e29c59b9bafd
 WHIRLPOOL 
6e7bf1f1dcf3552bd97c3975e6bd2dd404f5e3bcc62f00c04225e3085f0705882a16fe54ce45e0558ef6e592f54183b89794abd7135eb4b683408108189ee0a6
 DIST help2man-1.47.5.tar.xz 186044 SHA256 
7ca60b2519fdbe97f463fe2df66a6188d18b514bfd44127d985f0234ee2461b1 SHA512 
c94f94bbdfb9e288edff2b3181e0f2e858d309aa4fe77cae141571a06b9b5bc2a5c5a4d25ffc1f9108222d56c9040989d63770f5d804323a52d3978059d1eca7
 WHIRLPOOL 
d31885c3a8f5602e0d38a3676e17ee76139a0ab26fc1da61a57609eacad465ae973c8bf8930c22fe7922f2f07882721a0a8d52592d918c81b450f9c6265f7be5

diff --git a/sys-apps/help2man/help2man-1.47.3.ebuild 
b/sys-apps/help2man/help2man-1.47.3.ebuild
deleted file mode 100644
index c2f45caf207..000
--- a/sys-apps/help2man/help2man-1.47.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="GNU utility to convert program --help output to a man page"
-HOMEPAGE="https://www.gnu.org/software/help2man/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-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="nls"
-
-RDEPEND="dev-lang/perl
-   nls? ( dev-perl/Locale-gettext )"
-DEPEND=${RDEPEND}
-
-DOCS="debian/changelog NEWS README THANKS" #385753
-
-src_prepare() {
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   sed -i \
-   -e 's/-shared/-bundle/' \
-   Makefile.in || die
-   fi
-   epatch \
-   "${FILESDIR}"/${PN}-1.46.1-linguas.patch
-}
-
-src_configure() {
-   # Disable gettext requirement as the release includes the gmo files 
#555018
-   econf \
-   ac_cv_path_MSGFMT=$(type -P false) \
-   $(use_enable nls)
-}



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

2017-09-23 Thread Lars Wendler
commit: dc73c97cadc6945070ca99763963d61ca64f52b8
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Sep 23 21:38:00 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Sep 23 21:41:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc73c97c

sys-apps/help2man: Bump to version 1.47.5

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-apps/help2man/Manifest   |  1 +
 sys-apps/help2man/help2man-1.47.5.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/sys-apps/help2man/Manifest b/sys-apps/help2man/Manifest
index 5bd6896dc95..e11877f325e 100644
--- a/sys-apps/help2man/Manifest
+++ b/sys-apps/help2man/Manifest
@@ -1,3 +1,4 @@
 DIST help2man-1.46.6.tar.xz 171044 SHA256 
615ff5ac38369ddb3707c5fd71672ab122639fd9cf6870de172e0127ed632caf SHA512 
55bea01b80baf318e4350ee505bf67da9a7e76b7a5cbd861d0fd6e3afe47b82d1de8f1079d0df2f4ea8ec176d6ca95d5c847d8b1c118cf96ab59b06567c1204c
 WHIRLPOOL 
91d4702d69457090ca58074c05763a085e5bd9da162253a14e86c618a619482e44d7d974c7b0fd0139927d5a67b48bc7160f50990bb622984b122d1bb6c7052c
 DIST help2man-1.47.3.tar.xz 184832 SHA256 
c232af6475ef65bee02770862a362f4c4c2e6c9967d39e987eb94cadcfc13856 SHA512 
c6c41e6492f7a84a3c8c45473f4fa797d243a10b56bbba6029aec5b84a7b5f5054fb55211f5057a5cade7f7d666f5445c528eb6d519b862fe01d0adc64257501
 WHIRLPOOL 
a9141ab75d4d598a7e2ea9b1ca305c5e23288013b6cd214740e5f1d9d3cc73eed607f392609c8c71101a7bd07295f8e78ef4d60db873e9fc002ada47ba017c02
 DIST help2man-1.47.4.tar.xz 189456 SHA256 
d4ecf697d13f14dd1a78c5995f06459bff706fd1ce593d1c02d81667c0207753 SHA512 
3320890c4068086bff7a858653fb67ac80363f26772fb0bb702233052e2bcbe647e7b20b1a2246b1a0e026ba2aa8679e6baafe302d78c747da04e29c59b9bafd
 WHIRLPOOL 
6e7bf1f1dcf3552bd97c3975e6bd2dd404f5e3bcc62f00c04225e3085f0705882a16fe54ce45e0558ef6e592f54183b89794abd7135eb4b683408108189ee0a6
+DIST help2man-1.47.5.tar.xz 186044 SHA256 
7ca60b2519fdbe97f463fe2df66a6188d18b514bfd44127d985f0234ee2461b1 SHA512 
c94f94bbdfb9e288edff2b3181e0f2e858d309aa4fe77cae141571a06b9b5bc2a5c5a4d25ffc1f9108222d56c9040989d63770f5d804323a52d3978059d1eca7
 WHIRLPOOL 
d31885c3a8f5602e0d38a3676e17ee76139a0ab26fc1da61a57609eacad465ae973c8bf8930c22fe7922f2f07882721a0a8d52592d918c81b450f9c6265f7be5

diff --git a/sys-apps/help2man/help2man-1.47.5.ebuild 
b/sys-apps/help2man/help2man-1.47.5.ebuild
new file mode 100644
index 000..8a0794c2c58
--- /dev/null
+++ b/sys-apps/help2man/help2man-1.47.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="GNU utility to convert program --help output to a man page"
+HOMEPAGE="https://www.gnu.org/software/help2man/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-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="nls"
+
+RDEPEND="dev-lang/perl
+   nls? ( dev-perl/Locale-gettext )"
+DEPEND=${RDEPEND}
+
+DOCS=( debian/changelog NEWS README THANKS ) #385753
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.46.1-linguas.patch
+)
+
+src_prepare() {
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   sed -i \
+   -e 's/-shared/-bundle/' \
+   Makefile.in || die
+   fi
+   default
+}
+
+src_configure() {
+   # Disable gettext requirement as the release includes the gmo files 
#555018
+   econf \
+   ac_cv_path_MSGFMT=$(type -P false) \
+   $(use_enable nls)
+}



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

2017-09-23 Thread Thomas Deutschmann
commit: 958f148a24d194b8a9cd1ce20a094f03812f1622
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:07:52 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958f148a

gnome-base/gnome-settings-daemon: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.22.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.22.2-r1.ebuild 
b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.22.2-r1.ebuild
index 712f5bf27ae..76625b33ba7 100644
--- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.22.2-r1.ebuild
+++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.22.2-r1.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
input_devices_wacom? ( udev )
smartcard? ( udev )
 "
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.37.7:2[dbus]



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

2017-09-23 Thread Thomas Deutschmann
commit: 2c5ca73f2f8cf08ee947179e23d0822c6c779171
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:10:39 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5ca73f

x11-libs/gtk+: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/x11-libs/gtk+/gtk+-3.22.16.ebuild 
b/x11-libs/gtk+/gtk+-3.22.16.ebuild
index d8f7aa213a4..7d0a6347c29 100644
--- a/x11-libs/gtk+/gtk+-3.22.16.ebuild
+++ b/x11-libs/gtk+/gtk+-3.22.16.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-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 ~sparc-solaris ~sparc64-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 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # Upstream wants us to do their job:
 # https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1



[gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/

2017-09-23 Thread Thomas Deutschmann
commit: 10eec8997b93f9d4c5b2463be5b9097fe924955c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:09:01 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10eec899

net-voip/telepathy-gabble: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild 
b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
index 434def47dfb..b6a3ce07eea 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
 IUSE="gnutls +jingle plugins test"
 
 # Prevent false positives due nested configure



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

2017-09-23 Thread Thomas Deutschmann
commit: 73a1cd2083b89c5f2a9ae862180b94a3ab6c588e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:05:43 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a1cd20

dev-libs/libgudev: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/dev-libs/libgudev/libgudev-231.ebuild 
b/dev-libs/libgudev/libgudev-231.ebuild
index 45cba9a15c8..f58d47d099b 100644
--- a/dev-libs/libgudev/libgudev-231.ebuild
+++ b/dev-libs/libgudev/libgudev-231.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgudev;
 
 LICENSE="LGPL-2.1"
 SLOT="0/0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="introspection static-libs"
 
 COMMON_DEPEND="



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

2017-09-23 Thread Thomas Deutschmann
commit: 03f2ef3ff725aae7bc99eeb38eb5dbea3eb341f2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:08:24 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f2ef3f

gnome-base/libgnome-keyring: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild 
b/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild
index 92ff685253e..29ae1c06bbd 100644
--- a/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild
+++ b/gnome-base/libgnome-keyring/libgnome-keyring-3.12.0-r1.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2+ GPL-2+" # tests are GPL-2
 SLOT="0"
 IUSE="debug +introspection test vala"
 REQUIRED_USE="vala? ( introspection )"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.16.0:2[${MULTILIB_USEDEP}]



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

2017-09-23 Thread Thomas Deutschmann
commit: b71f2d7ef10164e17daa33bff0320e7f6f61814f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:11:15 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71f2d7e

x11-libs/pango: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/x11-libs/pango/pango-1.40.6.ebuild 
b/x11-libs/pango/pango-1.40.6.ebuild
index c521ccac1e0..bc8369565de 100644
--- a/x11-libs/pango/pango-1.40.6.ebuild
+++ b/x11-libs/pango/pango-1.40.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.pango.org/;
 
 LICENSE="LGPL-2+ FTL"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~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="X +introspection test"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/workrave/

2017-09-23 Thread Thomas Deutschmann
commit: 8259a2390a530cc4e1161226be14d955cbd46c7a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:04:09 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8259a239

app-misc/workrave: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/workrave/workrave-1.10.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/workrave/workrave-1.10.16.ebuild 
b/app-misc/workrave/workrave-1.10.16.ebuild
index eef71b650b1..c39e0a3560a 100644
--- a/app-misc/workrave/workrave-1.10.16.ebuild
+++ b/app-misc/workrave/workrave-1.10.16.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/rcaelers/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 # dbus support looks to be used only for trying to use panel applets on gnome3!
 IUSE="ayatana doc gnome gstreamer introspection mate nls pulseaudio test xfce"



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

2017-09-23 Thread Thomas Deutschmann
commit: e3f758140bb0484f505a3b0bdce18dc5883c837b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:11:43 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f75814

x11-libs/vte: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/x11-libs/vte/vte-0.46.2.ebuild b/x11-libs/vte/vte-0.46.2.ebuild
index ada165f3c4b..afb64229521 100644
--- a/x11-libs/vte/vte-0.46.2.ebuild
+++ b/x11-libs/vte/vte-0.46.2.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE;
 LICENSE="LGPL-2+"
 SLOT="2.91"
 IUSE="+crypt debug glade +introspection vala"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND="



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

2017-09-23 Thread Thomas Deutschmann
commit: 1a3069175846fe536d3dc405ce7fdf078e32f8f7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:12:48 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a306917

media-libs/harfbuzz: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/media-libs/harfbuzz/harfbuzz-1.4.6-r2.ebuild 
b/media-libs/harfbuzz/harfbuzz-1.4.6-r2.ebuild
index 648e66a6e0c..f11bb8d457d 100644
--- a/media-libs/harfbuzz/harfbuzz-1.4.6-r2.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-1.4.6-r2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz;
 LICENSE="Old-MIT ISC icu"
 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
 [[ ${PV} ==  ]] || \
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~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 ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
 
 IUSE="+cairo debug fontconfig +glib +graphite icu +introspection static-libs 
test +truetype"
 REQUIRED_USE="introspection? ( glib )"



[gentoo-commits] repo/gentoo:master commit in: app-misc/geoclue/

2017-09-23 Thread Thomas Deutschmann
commit: 43433eca0ec08d0f34b8d5078fe846bf24fbdfd1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:03:30 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43433eca

app-misc/geoclue: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/geoclue/geoclue-2.4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/geoclue/geoclue-2.4.7.ebuild 
b/app-misc/geoclue/geoclue-2.4.7.ebuild
index c4a2d16205e..4748e7b60d8 100644
--- a/app-misc/geoclue/geoclue-2.4.7.ebuild
+++ b/app-misc/geoclue/geoclue-2.4.7.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${MY_PV}/${P}.tar.x
 
 LICENSE="LGPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE="+introspection +modemmanager zeroconf"
 
 RDEPEND="



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

2017-09-23 Thread Thomas Deutschmann
commit: 11d7ba2959fd8b349c15955b2ecb8edddc1e0920
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:06:46 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d7ba29

dev-libs/libinput: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/dev-libs/libinput/libinput-1.7.3.ebuild 
b/dev-libs/libinput/libinput-1.7.3.ebuild
index 77a9830c1c8..1c061c33d3d 100644
--- a/dev-libs/libinput/libinput-1.7.3.ebuild
+++ b/dev-libs/libinput/libinput-1.7.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/10"
-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="input_devices_wacom test"
 # Tests require write access to udev rules directory which is a no-no for live 
system.
 # Other tests are just about logs, exported symbols and autotest of the test 
library.



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

2017-09-23 Thread Thomas Deutschmann
commit: 56a6f01390b2c60422e3f2ccdfde05cc9c8a6207
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:12:13 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a6f013

x11-themes/light-themes: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-themes/light-themes/light-themes-17.04_p20170406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/light-themes/light-themes-17.04_p20170406.ebuild 
b/x11-themes/light-themes/light-themes-17.04_p20170406.ebuild
index 682f78430e6..cb2285e554e 100644
--- a/x11-themes/light-themes/light-themes-17.04_p20170406.ebuild
+++ b/x11-themes/light-themes/light-themes-17.04_p20170406.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="CC-BY-SA-3.0 CC-BY-SA-4.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gtk3"
 
 DEPEND="app-arch/xz-utils"



[gentoo-commits] repo/gentoo:master commit in: app-misc/bijiben/

2017-09-23 Thread Thomas Deutschmann
commit: dc43c4492fe003fb684b455a683a1ac2bcd6d917
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:02:49 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc43c449

app-misc/bijiben: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/bijiben/bijiben-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/bijiben/bijiben-3.24.0.ebuild 
b/app-misc/bijiben/bijiben-3.24.0.ebuild
index 7b5849a0cc6..fc573ec4adc 100644
--- a/app-misc/bijiben/bijiben-3.24.0.ebuild
+++ b/app-misc/bijiben/bijiben-3.24.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Bijiben;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="zeitgeist"
 
 RDEPEND="



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

2017-09-23 Thread Thomas Deutschmann
commit: 07e2ee4f5d47742e8eb1d1fd2e9e1b22a9c2f22e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:05:00 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e2ee4f

dev-libs/appstream-glib: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/dev-libs/appstream-glib/appstream-glib-0.6.13.ebuild 
b/dev-libs/appstream-glib/appstream-glib-0.6.13.ebuild
index c0982310166..7f35b95da11 100644
--- a/dev-libs/appstream-glib/appstream-glib-0.6.13.ebuild
+++ b/dev-libs/appstream-glib/appstream-glib-0.6.13.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0/8" # soname version
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection nls stemmer"
 
 RDEPEND="



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

2017-09-23 Thread Thomas Deutschmann
commit: 63ffae4d0da55c97d2d040800d01290d40c8d243
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 21:09:45 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 21:13:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ffae4d

sys-apps/accountsservice: x86 stable (bug #624312)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/accountsservice/accountsservice-0.6.43-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/accountsservice/accountsservice-0.6.43-r1.ebuild 
b/sys-apps/accountsservice/accountsservice-0.6.43-r1.ebuild
index 52a3a41b32a..48024bd413a 100644
--- a/sys-apps/accountsservice/accountsservice-0.6.43-r1.ebuild
+++ b/sys-apps/accountsservice/accountsservice-0.6.43-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 IUSE="doc elogind +introspection selinux systemd"
 



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

2017-09-23 Thread Sergei Trofimovich
commit: 9624bc37fed79e862c0708341d32372bcb712cbd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 21:01:00 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 21:01:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9624bc37

sys-apps/coreutils: stable 8.26 for ppc64, bug #629584

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/sys-apps/coreutils/coreutils-8.26.ebuild 
b/sys-apps/coreutils/coreutils-8.26.ebuild
index 3a708554eed..68dd62b5a81 100644
--- a/sys-apps/coreutils/coreutils-8.26.ebuild
+++ b/sys-apps/coreutils/coreutils-8.26.ebuild
@@ -22,7 +22,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="acl caps gmp hostname kill multicall nls selinux static userland_BSD 
vanilla xattr"
 
 LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )



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

2017-09-23 Thread Sergei Trofimovich
commit: 7aa443901c1e48b23d1f1bf5cb11cbd4cf1bcfc8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 21:01:04 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 21:01:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa44390

net-analyzer/tcpdump: stable 4.9.2 for ppc64, bug #630110

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild
index b5a3113290b..aade92d19aa 100644
--- a/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="+drop-root libressl smi ssl samba suid test"
 
 RDEPEND="



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

2017-09-23 Thread Sergei Trofimovich
commit: 09304607b8d48d6bf9a317ceadc70ec10a1f1bc4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 21:01:09 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 21:01:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09304607

dev-db/sqlite: stable 3.20.1 for ppc64, bug #630738

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-db/sqlite/sqlite-3.20.1.ebuild 
b/dev-db/sqlite/sqlite-3.20.1.ebuild
index 829b9772e0f..f40d6aa2277 100644
--- a/dev-db/sqlite/sqlite-3.20.1.ebuild
+++ b/dev-db/sqlite/sqlite-3.20.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="doc? ( 
https://sqlite.org/2017/${PN}-doc-${DOC_PV}.zip )
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-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 ~sparc-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="debug doc icu +readline secure-delete static-libs tcl test tools"
 
 RDEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )



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

2017-09-23 Thread Sergei Trofimovich
commit: 1f6b179b9ce6b67b02623b5d55534d956db91968
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 20:35:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 20:35:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6b179b

gnome-base/gnome-core-apps: keyworded 3.22.2 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild 
b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
index e51c2332b1c..bd061e7712a 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3



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

2017-09-23 Thread Sergei Trofimovich
commit: 1e01936dd02a4ac0f6ff9e20d79e9be5b0946c46
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 20:34:46 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 20:34:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e01936d

gnome-base/gnome: keyworded 3.22.2 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 gnome-base/gnome/gnome-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome/gnome-3.24.0.ebuild 
b/gnome-base/gnome/gnome-3.24.0.ebuild
index 42d8d74dc63..f3b4c70ad1d 100644
--- a/gnome-base/gnome/gnome-3.24.0.ebuild
+++ b/gnome-base/gnome/gnome-3.24.0.ebuild
@@ -11,7 +11,7 @@ SLOT="2.0" # Cannot be installed at the same time as gnome-2
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 
 IUSE="accessibility +bluetooth +classic +cdr cups +extras"
 



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

2017-09-23 Thread Sergei Trofimovich
commit: 9fb92f95ef30e121e397ffb012f9181a647567f8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 20:32:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 20:32:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb92f95

gnome-base/gnome-core-apps: keyworded 3.22.2 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild 
b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
index 905435a6207..17aa63ed079 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~ia64 x86"
+KEYWORDS="amd64 ~ia64 ~ppc64 x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3



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

2017-09-23 Thread Sergei Trofimovich
commit: a691ad4ff4b2d980b11666b26adb634289be415f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 20:34:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 20:34:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a691ad4f

mail-client/evolution: keyworded 3.24.5 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 mail-client/evolution/evolution-3.24.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/evolution/evolution-3.24.5.ebuild 
b/mail-client/evolution/evolution-3.24.5.ebuild
index 15ce660ad9d..c2075f7b38a 100644
--- a/mail-client/evolution/evolution-3.24.5.ebuild
+++ b/mail-client/evolution/evolution-3.24.5.ebuild
@@ -15,7 +15,7 @@ SLOT="2.0"
 
 IUSE="archive +bogofilter crypt geolocation highlight ldap spamassassin spell 
ssl +weather"
 
-KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~x86"
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
 # password from inside evolution, bug 160302



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

2017-09-23 Thread Sergei Trofimovich
commit: 0817ddbaddbb61179f1c1ceda492b8b27d95d125
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 20:32:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 20:32:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0817ddba

mail-client/evolution: keyworded 3.22.6 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 mail-client/evolution/evolution-3.22.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/evolution/evolution-3.22.6.ebuild 
b/mail-client/evolution/evolution-3.22.6.ebuild
index ac18731b748..7a1e260d260 100644
--- a/mail-client/evolution/evolution-3.22.6.ebuild
+++ b/mail-client/evolution/evolution-3.22.6.ebuild
@@ -15,7 +15,7 @@ SLOT="2.0"
 
 IUSE="archive +bogofilter crypt geolocation highlight ldap spamassassin spell 
ssl +weather"
 
-KEYWORDS="~alpha amd64 ~ia64 x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc64 x86"
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
 # password from inside evolution, bug 160302



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

2017-09-23 Thread Sergei Trofimovich
commit: ee5da63f89aec5252832813d958a66cb2f5cc391
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 20:31:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 20:31:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5da63f

app-arch/gnome-autoar: keyworded 0.2.2 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild 
b/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild
index 77d252956f9..15209403117 100644
--- a/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild
+++ b/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE="gtk +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm64 ~ia64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc64 x86"
 
 RDEPEND="
>=app-arch/libarchive-3.2.0



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

2017-09-23 Thread Sergei Trofimovich
commit: 431d024a9b2a3f2e2757b0c2cd33b416c5d85126
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 20:35:09 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 20:35:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431d024a

gnome-base/gnome-light: keyworded 3.22.2 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 gnome-base/gnome-light/gnome-light-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-light/gnome-light-3.24.0.ebuild 
b/gnome-base/gnome-light/gnome-light-3.24.0.ebuild
index 180917e5daf..549726cc229 100644
--- a/gnome-base/gnome-light/gnome-light-3.24.0.ebuild
+++ b/gnome-base/gnome-light/gnome-light-3.24.0.ebuild
@@ -15,7 +15,7 @@ IUSE="cups +gnome-shell"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
 
 # XXX: Note to developers:
 # This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of



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

2017-09-23 Thread Sergei Trofimovich
commit: d12bb4166b4fbebed6736f6801123c4ea91fa601
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 20:32:27 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 20:32:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12bb416

gnome-base/gnome-light: keyworded 3.22.2 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 gnome-base/gnome-light/gnome-light-3.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-light/gnome-light-3.22.2.ebuild 
b/gnome-base/gnome-light/gnome-light-3.22.2.ebuild
index 8527a789892..331f81ec0b5 100644
--- a/gnome-base/gnome-light/gnome-light-3.22.2.ebuild
+++ b/gnome-base/gnome-light/gnome-light-3.22.2.ebuild
@@ -15,7 +15,7 @@ IUSE="cups +gnome-shell"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~ia64 x86"
+KEYWORDS="amd64 ~ia64 ~ppc64 x86"
 
 # XXX: Note to developers:
 # This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of



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

2017-09-23 Thread Sergei Trofimovich
commit: 5124df71e3667d6d15a839fef8b2cfdc2e352b55
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 20:32:11 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 20:32:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5124df71

gnome-base/gnome: keyworded 3.22.2 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 gnome-base/gnome/gnome-3.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome/gnome-3.22.2.ebuild 
b/gnome-base/gnome/gnome-3.22.2.ebuild
index e9829caf77e..b06d9aa3ccd 100644
--- a/gnome-base/gnome/gnome-3.22.2.ebuild
+++ b/gnome-base/gnome/gnome-3.22.2.ebuild
@@ -11,7 +11,7 @@ SLOT="2.0" # Cannot be installed at the same time as gnome-2
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 IUSE="accessibility +bluetooth +classic +cdr cups +extras"
 



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

2017-09-23 Thread Sergei Trofimovich
commit: 3d00c704ddadb960fb42f82acb89e65cb38e434c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 20:34:28 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 20:34:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d00c704

gnome-base/nautilus: keyworded 3.24.2.1 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 gnome-base/nautilus/nautilus-3.24.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/nautilus/nautilus-3.24.2.1.ebuild 
b/gnome-base/nautilus/nautilus-3.24.2.1.ebuild
index 8a1b84a3724..3f56127c972 100644
--- a/gnome-base/nautilus/nautilus-3.24.2.1.ebuild
+++ b/gnome-base/nautilus/nautilus-3.24.2.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
 SLOT="0"
 IUSE="exif gnome +introspection packagekit +previewer selinux sendto tracker 
xmp"
 
-KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux"
 
 # FIXME: tests fails under Xvfb, but pass when building manually
 # "FAIL: check failed in nautilus-file.c, line 8307"



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

2017-09-23 Thread Sergei Trofimovich
commit: 5f855c62c3f308762bc6524f9c14e4eb8044357d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 20:31:58 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 20:31:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f855c62

gnome-base/nautilus: keyworded 3.22.3 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 gnome-base/nautilus/nautilus-3.22.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/nautilus/nautilus-3.22.3.ebuild 
b/gnome-base/nautilus/nautilus-3.22.3.ebuild
index b809db7cff9..f5495d193a1 100644
--- a/gnome-base/nautilus/nautilus-3.22.3.ebuild
+++ b/gnome-base/nautilus/nautilus-3.22.3.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
 SLOT="0"
 IUSE="exif gnome +introspection packagekit +previewer selinux sendto tracker 
xmp"
 
-KEYWORDS="~alpha amd64 ~arm64 ~ia64 x86 ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc64 x86 ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux"
 
 # FIXME: tests fails under Xvfb, but pass when building manually
 # "FAIL: check failed in nautilus-file.c, line 8307"



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

2017-09-23 Thread Sergei Trofimovich
commit: 59f1f4ebfb4e1914ab4070b806613372e054e9c2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 19:41:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 19:45:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f1f4eb

dev-perl/PPI: stable 1.224.0 for ppc, bug #631282

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-perl/PPI/PPI-1.224.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPI/PPI-1.224.0.ebuild b/dev-perl/PPI/PPI-1.224.0.ebuild
index 1238b1e6fb7..47a8d217ec8 100644
--- a/dev-perl/PPI/PPI-1.224.0.ebuild
+++ b/dev-perl/PPI/PPI-1.224.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



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

2017-09-23 Thread Sergei Trofimovich
commit: dc25a8310b5bd627826d55025a8a5d41d6f57836
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 19:40:48 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 19:45:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc25a831

dev-lang/ruby: stable 2.2.8 for ppc, bug #631034

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-lang/ruby/ruby-2.2.8.ebuild b/dev-lang/ruby/ruby-2.2.8.ebuild
index 82ce817832f..0f5823737f8 100644
--- a/dev-lang/ruby/ruby-2.2.8.ebuild
+++ b/dev-lang/ruby/ruby-2.2.8.ebuild
@@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/2.2/${MY_P}.tar.xz
 
https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 ssl tk xemacs ncurses +readline"
 
 RDEPEND="



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

2017-09-23 Thread Sergei Trofimovich
commit: e97f6c6d978b41a0c38707e1b921d4e2f2e11733
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 19:45:07 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 19:45:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97f6c6d

media-sound/abcde: keyworded 2.8.1 for ppc, bug #554404

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 media-sound/abcde/abcde-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/abcde/abcde-2.8.1.ebuild 
b/media-sound/abcde/abcde-2.8.1.ebuild
index d9fdcc98519..b027b72810a 100644
--- a/media-sound/abcde/abcde-2.8.1.ebuild
+++ b/media-sound/abcde/abcde-2.8.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://abcde.einval.com/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 # Enable MP3 related flags by default
 IUSE="aac cdparanoia cdr flac +id3tag +lame mac musepack musicbrainz normalize 
opus replaygain speex vorbis wavpack"
 



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

2017-09-23 Thread Sergei Trofimovich
commit: c130ccb6b023f2cd681c728ede1970cc2871fb5a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 19:41:00 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 19:45:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c130ccb6

sys-apps/portage: stable 2.3.8 for ppc, bug #631148

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

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

diff --git a/sys-apps/portage/portage-2.3.8.ebuild 
b/sys-apps/portage/portage-2.3.8.ebuild
index f57dcf7c257..1db0fcc25a7 100644
--- a/sys-apps/portage/portage-2.3.8.ebuild
+++ b/sys-apps/portage/portage-2.3.8.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 SLOT="0"
 IUSE="build doc epydoc +ipc linguas_ru +native-extensions selinux xattr"
 



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

2017-09-23 Thread Sergei Trofimovich
commit: 599627530ea6500423e090a74853cc6db9dc7ab1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 19:44:38 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 19:45:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59962753

media-sound/apetag: keyworded 1.12-r2 for ppc, bug #554404

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 media-sound/apetag/apetag-1.12-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/apetag/apetag-1.12-r2.ebuild 
b/media-sound/apetag/apetag-1.12-r2.ebuild
index 010300133ce..831122cb12a 100644
--- a/media-sound/apetag/apetag-1.12-r2.ebuild
+++ b/media-sound/apetag/apetag-1.12-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://muth.org/Robert/Apetag/${PN}.${PV}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2017-09-23 Thread Sergei Trofimovich
commit: 603461bccfe5be1c808edacc81bb92bc6d370c94
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 19:40:54 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 19:45:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603461bc

app-crypt/gnupg: stable 2.2.0 for ppc, bug #631124

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 app-crypt/gnupg/gnupg-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gnupg/gnupg-2.2.0.ebuild 
b/app-crypt/gnupg/gnupg-2.2.0.ebuild
index 05a457acb71..ba5fbde5fcc 100644
--- a/app-crypt/gnupg/gnupg-2.2.0.ebuild
+++ b/app-crypt/gnupg/gnupg-2.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~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 ~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 ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 doc +gnutls ldap nls readline selinux +smartcard tofu tools usb 
wks-server"
 
 COMMON_DEPEND_LIBS="



[gentoo-commits] repo/gentoo:master commit in: dev-python/libasyncns-python/, dev-python/libasyncns-python/files/

2017-09-23 Thread Patrice Clement
commit: b438d547336ff12837b65f8fef20c53a33a76442
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Wed Sep 20 15:10:44 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Sep 23 19:40:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b438d547

dev-python/libasyncns-python: fix build with glibc-2.25.

Gentoo-Bug: https://bugs.gentoo.org/609388
Closes: https://github.com/gentoo/gentoo/pull/5739

 .../files/libasyncns-python-0.7.1-glibc-2.25.patch | 14 ++
 .../libasyncns-python/libasyncns-python-0.7.1-r1.ebuild|  2 ++
 2 files changed, 16 insertions(+)

diff --git 
a/dev-python/libasyncns-python/files/libasyncns-python-0.7.1-glibc-2.25.patch 
b/dev-python/libasyncns-python/files/libasyncns-python-0.7.1-glibc-2.25.patch
new file mode 100644
index 000..6ec84aa732b
--- /dev/null
+++ 
b/dev-python/libasyncns-python/files/libasyncns-python-0.7.1-glibc-2.25.patch
@@ -0,0 +1,14 @@
+https://sourceware.org/git/?p=glibc.git;a=patch;h=4f157746e0c713965d9143b52fef606312087c48
+
+diff --git a/libasyncns-python-0.7.1/libasyncns.c 
b/libasyncns-python-0.7.1/libasyncns.c
+index 99a73de..5e3da0b 100644
+--- a/libasyncns-python-0.7.1/libasyncns.c
 b/libasyncns-python-0.7.1/libasyncns.c
+@@ -134,7 +134,6 @@ PyMODINIT_FUNC initlibasyncns(void)
+   ADDNSCONST(ns_t_mailb);
+   ADDNSCONST(ns_t_maila);
+   ADDNSCONST(ns_t_any);
+-  ADDNSCONST(ns_t_zxfr);
+   ADDNSCONST(ns_t_max);
+   
+   ADDNSCONST(ns_c_invalid);

diff --git a/dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild 
b/dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild
index 1b8e56d0025..2c5ab37721e 100644
--- a/dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild
+++ b/dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild
@@ -18,6 +18,8 @@ IUSE=""
 DEPEND=">=net-libs/libasyncns-0.4"
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${PN}-0.7.1-glibc-2.25.patch" )
+
 python_compile() {
if [[ ${EPYTHON} != python3* ]]; then
local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"



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

2017-09-23 Thread Sergei Trofimovich
commit: 13343d890da03176f9ac259deff6a18950911615
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 19:38:18 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 19:38:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13343d89

sys-apps/file: stable 5.32 for ppc64, bug #629872

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/sys-apps/file/file-5.32.ebuild b/sys-apps/file/file-5.32.ebuild
index d3fbbe750bd..a06e263cced 100644
--- a/sys-apps/file/file-5.32.ebuild
+++ b/sys-apps/file/file-5.32.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/

2017-09-23 Thread Sergei Trofimovich
commit: 8b8af2bc04682e8333a425707178eba34a8f9606
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 19:38:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 19:38:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8af2bc

dev-embedded/gputils: stable 1.5.0 for ppc64, bug #629936

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-embedded/gputils/gputils-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild 
b/dev-embedded/gputils/gputils-1.5.0.ebuild
index 7e4c0030eed..ebe25c06165 100644
--- a/dev-embedded/gputils/gputils-1.5.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
 IUSE=""
 
 src_configure() {



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

2017-09-23 Thread Sergei Trofimovich
commit: 3183f6d61246663028d861afdf3ee66e35d969cd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 19:38:12 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 19:38:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3183f6d6

dev-libs/libzip: stable 1.3.0 for ppc64, bug #629574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-libs/libzip/libzip-1.3.0.ebuild 
b/dev-libs/libzip/libzip-1.3.0.ebuild
index 049922c3e0c..979511cb4b1 100644
--- a/dev-libs/libzip/libzip-1.3.0.ebuild
+++ b/dev-libs/libzip/libzip-1.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.nih.at/libzip/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="bzip2 static-libs"
 
 RDEPEND="



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

2017-09-23 Thread Sergei Trofimovich
commit: 57fccdc1e904da83fafd797e52191c1f007897bb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 19:00:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 19:00:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fccdc1

sys-apps/file: stable 5.32 for hppa, bug #629872

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

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

diff --git a/sys-apps/file/file-5.32.ebuild b/sys-apps/file/file-5.32.ebuild
index dc1c46320ba..d3fbbe750bd 100644
--- a/sys-apps/file/file-5.32.ebuild
+++ b/sys-apps/file/file-5.32.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



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

2017-09-23 Thread Sergei Trofimovich
commit: cb75dddbce68a8ad0ad138ace418158466307ad7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 19:00:31 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 19:00:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb75dddb

sys-apps/coreutils: stable 8.26 for hppa, bug #629584

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

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

diff --git a/sys-apps/coreutils/coreutils-8.26.ebuild 
b/sys-apps/coreutils/coreutils-8.26.ebuild
index 1a52ef26724..3a708554eed 100644
--- a/sys-apps/coreutils/coreutils-8.26.ebuild
+++ b/sys-apps/coreutils/coreutils-8.26.ebuild
@@ -22,7 +22,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="acl caps gmp hostname kill multicall nls selinux static userland_BSD 
vanilla xattr"
 
 LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )



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

2017-09-23 Thread Sergei Trofimovich
commit: b5584c9a7760382c4b23b571cfe9f4d6d9132105
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:56:29 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5584c9a

x11-wm/xmonad-contrib: stable 0.13 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 x11-wm/xmonad-contrib/xmonad-contrib-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.13.ebuild 
b/x11-wm/xmonad-contrib/xmonad-contrib-0.13.ebuild
index 53a441f8f8b..602d8d66986 100644
--- a/x11-wm/xmonad-contrib/xmonad-contrib-0.13.ebuild
+++ b/x11-wm/xmonad-contrib/xmonad-contrib-0.13.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+xft"
 
 RDEPEND="dev-haskell/extensible-exceptions:=[profile?]



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/distributive/

2017-09-23 Thread Sergei Trofimovich
commit: 037565bcc54aa6395400821c08a7444536652e67
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:49:58 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037565bc

dev-haskell/distributive: stable 0.5.2 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/distributive/distributive-0.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/distributive/distributive-0.5.2.ebuild 
b/dev-haskell/distributive/distributive-0.5.2.ebuild
index b8a0c30fd83..ddd8dca19a2 100644
--- a/dev-haskell/distributive/distributive-0.5.2.ebuild
+++ b/dev-haskell/distributive/distributive-0.5.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/base-orphans-0.5:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-streams/

2017-09-23 Thread Sergei Trofimovich
commit: e7ad3e025f46df3da215ccb8666e9617310a56f7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:55:39 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ad3e02

dev-haskell/http-streams: stable 0.8.4.0 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/http-streams/http-streams-0.8.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild 
b/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild
index b42a6c9d0d0..1f1139d18c9 100644
--- a/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild
+++ b/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+network-uri"
 
 RESTRICT=test # cyclic dep: http-streams[test]->snap-server->http-streams



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/snap-server/

2017-09-23 Thread Sergei Trofimovich
commit: 2389ded5d33a4d3bac88bb48e1cc5f02b125c4f7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:54:19 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2389ded5

dev-haskell/snap-server: stable 1.0.1.1 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/snap-server/snap-server-1.0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/snap-server/snap-server-1.0.1.1.ebuild 
b/dev-haskell/snap-server/snap-server-1.0.1.1.ebuild
index f33eab32be3..53647cff47d 100644
--- a/dev-haskell/snap-server/snap-server-1.0.1.1.ebuild
+++ b/dev-haskell/snap-server/snap-server-1.0.1.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="build-pong debug openssl portable"
 
 RDEPEND=">=dev-haskell/attoparsec-0.12:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/cairo/

2017-09-23 Thread Sergei Trofimovich
commit: 3f066e7cf366cc9016237eb09f862d9f85f6992c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:37:39 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f066e7c

dev-haskell/cairo: stable 0.13.3.1 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/cairo/cairo-0.13.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/cairo/cairo-0.13.3.1.ebuild 
b/dev-haskell/cairo/cairo-0.13.3.1.ebuild
index ec4b2e365d0..29e75c471e1 100644
--- a/dev-haskell/cairo/cairo-0.13.3.1.ebuild
+++ b/dev-haskell/cairo/cairo-0.13.3.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+pdf +postscript +svg"
 
 RDEPEND="dev-haskell/mtl:=[profile?]



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/gio/

2017-09-23 Thread Sergei Trofimovich
commit: 042c474c4d421e112cce002c045b7bb75fc5e9d9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:37:32 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042c474c

dev-haskell/gio: stable 0.13.3.1 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/gio/gio-0.13.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/gio/gio-0.13.3.1.ebuild 
b/dev-haskell/gio/gio-0.13.3.1.ebuild
index f894d965873..4dab7916c90 100644
--- a/dev-haskell/gio/gio-0.13.3.1.ebuild
+++ b/dev-haskell/gio/gio-0.13.3.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/glib-0.13.0.0:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/lens/

2017-09-23 Thread Sergei Trofimovich
commit: 43372612f2d62a500168810f7648bd7331705ab2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:48:43 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43372612

dev-haskell/lens: stable 4.14 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/lens/lens-4.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/lens/lens-4.14.ebuild 
b/dev-haskell/lens/lens-4.14.ebuild
index 663c4427aa1..3fb375841c7 100644
--- a/dev-haskell/lens/lens-4.14.ebuild
+++ b/dev-haskell/lens/lens-4.14.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="benchmark-uniplate dump-splices +inlining j old-inline-pragmas safe 
+test-doctests +test-templates +trustworthy"
 
 RDEPEND=">=dev-haskell/base-orphans-0.3:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/pango/

2017-09-23 Thread Sergei Trofimovich
commit: 25179cad6bd87a777faa6fe9bd13fa956ca60fca
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:37:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25179cad

dev-haskell/pango: stable 0.13.3.1 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/pango/pango-0.13.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/pango/pango-0.13.3.1.ebuild 
b/dev-haskell/pango/pango-0.13.3.1.ebuild
index b5b17b79152..97ceba4c17f 100644
--- a/dev-haskell/pango/pango-0.13.3.1.ebuild
+++ b/dev-haskell/pango/pango-0.13.3.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/cairo-0.13.0.0:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hspec/

2017-09-23 Thread Sergei Trofimovich
commit: 38eefa7908616e3760b62e18f8bf2a74267cb881
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:53:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38eefa79

dev-haskell/hspec: stable 2.2.4 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/hspec/hspec-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/hspec/hspec-2.2.4.ebuild 
b/dev-haskell/hspec/hspec-2.2.4.ebuild
index be73c2d91d1..537e9754d4c 100644
--- a/dev-haskell/hspec/hspec-2.2.4.ebuild
+++ b/dev-haskell/hspec/hspec-2.2.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RESTRICT=test # has circular dependency



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

2017-09-23 Thread Sergei Trofimovich
commit: 6685dbf517873e05af0d0dd9c9aa4317b26d51e1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:54:54 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6685dbf5

dev-vcs/darcs: stable 2.12.5 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-vcs/darcs/darcs-2.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/darcs/darcs-2.12.5.ebuild 
b/dev-vcs/darcs/darcs-2.12.5.ebuild
index e7f4f96450a..df94ced1386 100644
--- a/dev-vcs/darcs/darcs-2.12.5.ebuild
+++ b/dev-vcs/darcs/darcs-2.12.5.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+curl +network-uri +terminfo +threaded"
 
 RDEPEND=">=dev-haskell/async-2.0.1.4:=[profile?] 


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

2017-09-23 Thread Sergei Trofimovich
commit: f87f5c85cd0e0b8d15bc67876cb074e52427
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:54:38 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87f5c85

dev-haskell/glib: stable 0.13.4.1 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/glib/glib-0.13.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/glib/glib-0.13.4.1.ebuild 
b/dev-haskell/glib/glib-0.13.4.1.ebuild
index 31776ce6ca2..d278d4cb708 100644
--- a/dev-haskell/glib/glib-0.13.4.1.ebuild
+++ b/dev-haskell/glib/glib-0.13.4.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+closure_signals"
 
 RDEPEND=">=dev-haskell/text-1.0.0.0:=[profile?] 


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

2017-09-23 Thread Sergei Trofimovich
commit: 0ca309a1921e021343663b3cda55eecf55f93edc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:56:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca309a1

x11-wm/xmonad: stable 0.13 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 x11-wm/xmonad/xmonad-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/xmonad/xmonad-0.13.ebuild b/x11-wm/xmonad/xmonad-0.13.ebuild
index 8b2d278e5be..141d10f46d5 100644
--- a/x11-wm/xmonad/xmonad-0.13.ebuild
+++ b/x11-wm/xmonad/xmonad-0.13.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+default-term"
 
 RDEPEND="dev-haskell/data-default:=[profile?]



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

2017-09-23 Thread Sergei Trofimovich
commit: b536d89e6ced05e6a8f0fd9e8953b4a7bec4365c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 18:27:56 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b536d89e

app-text/pandoc: stable 1.19.2.1-r1 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 app-text/pandoc/pandoc-1.19.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pandoc/pandoc-1.19.2.1-r1.ebuild 
b/app-text/pandoc/pandoc-1.19.2.1-r1.ebuild
index ee88df6c968..ba14b58cdc4 100644
--- a/app-text/pandoc/pandoc-1.19.2.1-r1.ebuild
+++ b/app-text/pandoc/pandoc-1.19.2.1-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="embed_data_files +https +network-uri trypandoc weigh-pandoc"
 
 RDEPEND=">=dev-haskell/aeson-0.7.0.5:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hspec-discover/

2017-09-23 Thread Sergei Trofimovich
commit: dfe14fcf21b74f5099dfafa0e51d65a32350524d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:53:42 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe14fcf

dev-haskell/hspec-discover: stable 2.2.4 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/hspec-discover/hspec-discover-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/hspec-discover/hspec-discover-2.2.4.ebuild 
b/dev-haskell/hspec-discover/hspec-discover-2.2.4.ebuild
index 20c5c6c91e5..a9a147b7228 100644
--- a/dev-haskell/hspec-discover/hspec-discover-2.2.4.ebuild
+++ b/dev-haskell/hspec-discover/hspec-discover-2.2.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/bifunctors/

2017-09-23 Thread Sergei Trofimovich
commit: 773dcb8c4e2869077728483152b1ecdb4579bffc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:48:09 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773dcb8c

dev-haskell/bifunctors: stable 5.4.1 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/bifunctors/bifunctors-5.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/bifunctors/bifunctors-5.4.1.ebuild 
b/dev-haskell/bifunctors/bifunctors-5.4.1.ebuild
index d22c9bcd1ce..f2500a5254b 100644
--- a/dev-haskell/bifunctors/bifunctors-5.4.1.ebuild
+++ b/dev-haskell/bifunctors/bifunctors-5.4.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+semigroups +tagged"
 
 RDEPEND=">=dev-haskell/base-orphans-0.5.2:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/weigh/

2017-09-23 Thread Sergei Trofimovich
commit: 9b071c291ac272af538c3d51c5d9caa25ccf1681
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 18:26:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b071c29

dev-haskell/weigh: stable 0.0.3 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/weigh/weigh-0.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/weigh/weigh-0.0.3.ebuild 
b/dev-haskell/weigh/weigh-0.0.3.ebuild
index adba1bbc38b..dbb61c79adf 100644
--- a/dev-haskell/weigh/weigh-0.0.3.ebuild
+++ b/dev-haskell/weigh/weigh-0.0.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-haskell/mtl:=[profile?]



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/x11/

2017-09-23 Thread Sergei Trofimovich
commit: 8675a1edf62948ee6d9c5f5acaf5fa4ab072a5c7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:38:06 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8675a1ed

dev-haskell/x11: stable 1.8-r1 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/x11/x11-1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/x11/x11-1.8-r1.ebuild 
b/dev-haskell/x11/x11-1.8-r1.ebuild
index 3ed71a37f41..a5010fb8e28 100644
--- a/dev-haskell/x11/x11-1.8-r1.ebuild
+++ b/dev-haskell/x11/x11-1.8-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="+screensaver +xinerama"
 
 RDEPEND="dev-haskell/data-default:=[profile?]



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hspec-core/

2017-09-23 Thread Sergei Trofimovich
commit: 1a7fb29e82ed3cd2af9401dd7381c265aee65442
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:53:06 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7fb29e

dev-haskell/hspec-core: stable 2.2.4 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/hspec-core/hspec-core-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/hspec-core/hspec-core-2.2.4.ebuild 
b/dev-haskell/hspec-core/hspec-core-2.2.4.ebuild
index a2ead56a838..a3c56d7c3ce 100644
--- a/dev-haskell/hspec-core/hspec-core-2.2.4.ebuild
+++ b/dev-haskell/hspec-core/hspec-core-2.2.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RESTRICT=test # circular depends



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/gtk3/

2017-09-23 Thread Sergei Trofimovich
commit: 598e37321887ab818560e15ec5d82f5a1e9e5a2c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:38:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598e3732

dev-haskell/gtk3: stable 0.14.6 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/gtk3/gtk3-0.14.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/gtk3/gtk3-0.14.6.ebuild 
b/dev-haskell/gtk3/gtk3-0.14.6.ebuild
index e1636898789..febcd4216f7 100644
--- a/dev-haskell/gtk3/gtk3-0.14.6.ebuild
+++ b/dev-haskell/gtk3/gtk3-0.14.6.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+fmode-binary +gio"
 
 RDEPEND=">=dev-haskell/cairo-0.13.0.0:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/gtk/

2017-09-23 Thread Sergei Trofimovich
commit: 1957748335c92a005068f1a56fbc9d302699e4ef
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:38:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19577483

dev-haskell/gtk: stable 0.14.6 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/gtk/gtk-0.14.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/gtk/gtk-0.14.6.ebuild 
b/dev-haskell/gtk/gtk-0.14.6.ebuild
index 83e01d0f3c1..f13ea2070da 100644
--- a/dev-haskell/gtk/gtk-0.14.6.ebuild
+++ b/dev-haskell/gtk/gtk-0.14.6.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="2/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+deprecated +fmode-binary +gio"
 
 RDEPEND=">=dev-haskell/cairo-0.13.0.0:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/cabal-install/

2017-09-23 Thread Sergei Trofimovich
commit: 79d6255cd82efa9df3c3172f5969d9c458988631
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:43:50 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d6255c

dev-haskell/cabal-install: stable 1.24.0.2 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/cabal-install/cabal-install-1.24.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/cabal-install/cabal-install-1.24.0.2.ebuild 
b/dev-haskell/cabal-install/cabal-install-1.24.0.2.ebuild
index a3222a1f40e..14f9f6461f8 100644
--- a/dev-haskell/cabal-install/cabal-install-1.24.0.2.ebuild
+++ b/dev-haskell/cabal-install/cabal-install-1.24.0.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+network-uri +noprefs"
 
 RESTRICT=test



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/doctest/

2017-09-23 Thread Sergei Trofimovich
commit: ffaf5ff44d85fe4b9317857509aa377137c28a0c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:50:17 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffaf5ff4

dev-haskell/doctest: stable 0.11.1 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/doctest/doctest-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/doctest/doctest-0.11.1.ebuild 
b/dev-haskell/doctest/doctest-0.11.1.ebuild
index deb8eff6dda..95dc7ee01fb 100644
--- a/dev-haskell/doctest/doctest-0.11.1.ebuild
+++ b/dev-haskell/doctest/doctest-0.11.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/base-compat-0.7.0:=[profile?]



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/glade/

2017-09-23 Thread Sergei Trofimovich
commit: a0c4f7ec3d28a8366405f5dd624f5dfac683abfa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:38:30 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c4f7ec

dev-haskell/glade: stable 0.12.5.0-r100 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/glade/glade-0.12.5.0-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/glade/glade-0.12.5.0-r100.ebuild 
b/dev-haskell/glade/glade-0.12.5.0-r100.ebuild
index e8f5a149160..9ce6673eca8 100644
--- a/dev-haskell/glade/glade-0.12.5.0-r100.ebuild
+++ b/dev-haskell/glade/glade-0.12.5.0-r100.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="2/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/glib-0.12.5.0:0=[profile?]



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/io-streams-haproxy/

2017-09-23 Thread Sergei Trofimovich
commit: 3c491588d4b53b5dade30028a5ff38349fac2cdb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:37:24 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c491588

dev-haskell/io-streams-haproxy: stable 1.0.0.1 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild 
b/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild
index ec4dfbf9052..ba5a9034d51 100644
--- a/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild
+++ b/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/attoparsec-0.7:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/adjunctions/

2017-09-23 Thread Sergei Trofimovich
commit: 5866ef2cbf01e0c3d22c3a04b932a5fc644a1965
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 17:49:45 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 18:40:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5866ef2c

dev-haskell/adjunctions: stable 4.3 for x86/amd64, bug #631138

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"

 dev-haskell/adjunctions/adjunctions-4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/adjunctions/adjunctions-4.3.ebuild 
b/dev-haskell/adjunctions/adjunctions-4.3.ebuild
index 1944de8a2db..1f6915ab258 100644
--- a/dev-haskell/adjunctions/adjunctions-4.3.ebuild
+++ b/dev-haskell/adjunctions/adjunctions-4.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/comonad-4:=[profile?] 

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

2017-09-23 Thread Tim Harder
commit: ffbf7100be38ae9696c5e0aa91cf40523bbd2bd5
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 23 18:18:51 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 23 18:20:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbf7100

dev-python/tox: stabilize 2.7.0 for amd64/x86

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

diff --git a/dev-python/tox/tox-2.7.0.ebuild b/dev-python/tox/tox-2.7.0.ebuild
index a19a3c1aefb..9fa76bafad4 100644
--- a/dev-python/tox/tox-2.7.0.ebuild
+++ b/dev-python/tox/tox-2.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux"
 
 IUSE="doc test"
 



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

2017-09-23 Thread Tim Harder
commit: 939ae88a77e27767b2ab8522a62adc398beb245d
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 23 18:17:17 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 23 18:20:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939ae88a

dev-python/tox: version bump to 2.8.1

 dev-python/tox/Manifest |  1 +
 dev-python/tox/tox-2.8.1.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 2a71321655e..7e0b7a31a91 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,2 +1,3 @@
 DIST tox-2.4.1.tar.gz 113677 SHA256 
6673571a3c4b1561b564e2b1cce55bddfb4f3efdb387ba4eb0a3688bbe2496db SHA512 
f636b08a9f386ad20058581ca03cae0a259fe3432d3d4bd9a5117c30cb2f2c2d35d7fd499057654cd55d86c172456101f82b320d120f67afd8669a74fa63b860
 WHIRLPOOL 
7386f0b30e50dd8d89e05871491347849ee18b11cc89b0871cbe2719b2a75b140afa65c5d4b5e7c4266f33f89c7a36e24aa52036ae8845d5ad70279d417abb2d
 DIST tox-2.7.0.tar.gz 120139 SHA256 
9c3bdc06fe411d24015e8bbbab9d03dc5243a970154496aac13f9283682435f9 SHA512 
96088a9f77e8b994d920a8c9907a0fa50d5e0fe918e5a67673d4c30810642be2872283810d1d8b5ae9cc311605236b64343248485c4d4067b54c7b6d9f31a4b4
 WHIRLPOOL 
ed77717cfead6e98ff31fb773b31bcf55bb8c4892c281aae68d10459f4ffe0c386d5adc7e1dcaacfffe2a17e005231d1dc51f3ddb3900cb09547eba6ed444628
+DIST tox-2.8.1.tar.gz 125777 SHA256 
de0abf4e8992c056bc22afff9d969e0cae2e39452a9650bdbcbe7154793537b7 SHA512 
a230f7bc48f476825ca1a879e669288b311f266f1695bac4eecfcd44076731e5581a425e36555a0db54f8a0683af31abd77ab862aa40525387e6e436ba351c37
 WHIRLPOOL 
18f146f0b09e64fbc656fff9a8e098422cd8abd38ea6a09e29489c9cd3dfb3e6d4540922e5ea569d0dc3323c63f8f1c132fe75125f2e7ebb6d409ee086eee6e6

diff --git a/dev-python/tox/tox-2.8.1.ebuild b/dev-python/tox/tox-2.8.1.ebuild
new file mode 100644
index 000..c0177a22c3f
--- /dev/null
+++ b/dev-python/tox/tox-2.8.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="virtualenv-based automation of test activities"
+HOMEPAGE="http://tox.testrun.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+
+IUSE="doc test"
+
+# tests need internet
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-1.11.2[${PYTHON_USEDEP}]
+   dev-python/pluggy[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   >=dev-python/py-1.4.17[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   # remove intersphinx stuff
+   sed -i -e "s/'sphinx.ext.intersphinx',//" doc/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   esetup.py build_sphinx
+   HTML_DOCS=( "${S}"/doc/build/html/. )
+   fi
+}
+
+python_test() {
+   esetup.py test || die "Testsuite failed under ${EPYTHON}"
+}



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

2017-09-23 Thread Tim Harder
commit: 55866ca8962513c92097700351a18c8c0167828d
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 23 18:19:32 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 23 18:20:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55866ca8

dev-python/tox: remove old

 dev-python/tox/Manifest |  1 -
 dev-python/tox/tox-2.4.1.ebuild | 66 -
 2 files changed, 67 deletions(-)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 7e0b7a31a91..04cf8728b36 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,3 +1,2 @@
-DIST tox-2.4.1.tar.gz 113677 SHA256 
6673571a3c4b1561b564e2b1cce55bddfb4f3efdb387ba4eb0a3688bbe2496db SHA512 
f636b08a9f386ad20058581ca03cae0a259fe3432d3d4bd9a5117c30cb2f2c2d35d7fd499057654cd55d86c172456101f82b320d120f67afd8669a74fa63b860
 WHIRLPOOL 
7386f0b30e50dd8d89e05871491347849ee18b11cc89b0871cbe2719b2a75b140afa65c5d4b5e7c4266f33f89c7a36e24aa52036ae8845d5ad70279d417abb2d
 DIST tox-2.7.0.tar.gz 120139 SHA256 
9c3bdc06fe411d24015e8bbbab9d03dc5243a970154496aac13f9283682435f9 SHA512 
96088a9f77e8b994d920a8c9907a0fa50d5e0fe918e5a67673d4c30810642be2872283810d1d8b5ae9cc311605236b64343248485c4d4067b54c7b6d9f31a4b4
 WHIRLPOOL 
ed77717cfead6e98ff31fb773b31bcf55bb8c4892c281aae68d10459f4ffe0c386d5adc7e1dcaacfffe2a17e005231d1dc51f3ddb3900cb09547eba6ed444628
 DIST tox-2.8.1.tar.gz 125777 SHA256 
de0abf4e8992c056bc22afff9d969e0cae2e39452a9650bdbcbe7154793537b7 SHA512 
a230f7bc48f476825ca1a879e669288b311f266f1695bac4eecfcd44076731e5581a425e36555a0db54f8a0683af31abd77ab862aa40525387e6e436ba351c37
 WHIRLPOOL 
18f146f0b09e64fbc656fff9a8e098422cd8abd38ea6a09e29489c9cd3dfb3e6d4540922e5ea569d0dc3323c63f8f1c132fe75125f2e7ebb6d409ee086eee6e6

diff --git a/dev-python/tox/tox-2.4.1.ebuild b/dev-python/tox/tox-2.4.1.ebuild
deleted file mode 100644
index 117e7fe9735..000
--- a/dev-python/tox/tox-2.4.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="https://tox.testrun.org https://pypi.python.org/pypi/tox;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/virtualenv-1.11.2[${PYTHON_USEDEP}]
-   dev-python/pluggy[${PYTHON_USEDEP}]
-   dev-python/pip[${PYTHON_USEDEP}]
-   >=dev-python/py-1.4.17[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   # Take out failing tests known to pass when run manually
-   # # Run from ebuild interferes in subtle & mysterious ways, inducing 
these erroroneous fails
-   sed \
-   -e 's:test_package_install_fails:_&:' \
-   -e 's:test_different_config_cwd:_&:' \
-   -e 's:test_develop:_&:' \
-   -e 's:test_usedevelop:_&:' \
-   -e 's:test_usedevelop_mixed:_&:' \
-   -e 's:test__test_usedevelop:_&:' \
-   -e 's:test_env_VIRTUALENV_PYTHON:_&:' \
-   -i tests/test_z_cmdline.py || die
-
-   if use doc; then
-   local PYTHON_DOC_ATOM=$(best_version --host-root 
dev-python/python-docs:2.7)
-   local 
PYTHON_DOC_VERSION="${PYTHON_DOC_ATOM#dev-python/python-docs-}"
-   local 
PYTHON_DOC="/usr/share/doc/python-docs-${PYTHON_DOC_VERSION}/html"
-   local PYTHON_DOC_INVENTORY="${PYTHON_DOC}/objects.inv"
-   sed \
-   -e "s|'http://docs.python.org/': None|'${PYTHON_DOC}': 
'${PYTHON_DOC_INVENTORY}'|" \
-   -i doc/conf.py || die
-   fi
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_test() {
-   py.test -v -v tests || die "Testsuite failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && HTML_DOCS=( "${S}"/doc/_build/html/. )
-   distutils-r1_python_install_all
-}



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

2017-09-23 Thread Felix Janda
commit: 76d2295046fdf4c5fb7ab38aeef196d96e933cda
Author: Felix Janda  posteo  de>
AuthorDate: Sat Sep 23 16:38:12 2017 +
Commit: Felix Janda  posteo  de>
CommitDate: Sat Sep 23 16:38:12 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=76d22950

app-editors/emacs: sync keywords with tree

 app-editors/emacs/Manifest | 4 ++--
 app-editors/emacs/emacs-25.2-r1.ebuild | 2 +-
 app-editors/emacs/emacs-25.3.ebuild| 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-editors/emacs/Manifest b/app-editors/emacs/Manifest
index 6c40b58..7403259 100644
--- a/app-editors/emacs/Manifest
+++ b/app-editors/emacs/Manifest
@@ -13,7 +13,7 @@ DIST emacs-25.2.tar.xz 46900336 SHA256 
59b55194c9979987c5e9f1a1a4ab5406714e80ffc
 DIST emacs-25.3.tar.xz 42854740 SHA256 
253ac5e7075e594549b83fd9ec116a9dc37294d415e2f21f8ee109829307c00b SHA512 
1cce656451b6ca8502ebb229e88bd3ef48b7f9444a10eeac4ea43bd5491b2efacd641dfa35227a33362c3866493d3449cf1df81606563eef44bba0ed668e457f
 WHIRLPOOL 
603ec6b203523a22556e48616b4a5ab227c32d3653ac4b713e6cb0357e3556964bc92a1818b417bbf9037cca7dac55935da9458dc3d29b3bb24d66157e74c8df
 EBUILD emacs-24.5-r3.ebuild 11397 SHA256 
649505fc5dcc00a476978044535ab72095973a0fe728a3de9a766b2e320b6e20 SHA512 
dfc2496d3c48d7b3621189ccacfea7e05f37c1e578fe804e74ea9c00ef054b2ab0b3b5961c9f494834d44a14e1b940f455ba9a2b16063e4fe5e9c35d7d19c493
 WHIRLPOOL 
6bc3143c0a37583b52a5bb0e6a4df41fa96e9e5f26f17ef14ea815c6f75862316dcc00f0ea42ea71d66ae87447d31cfc68c56dfba0fdea6106508bc528139d49
 EBUILD emacs-24.5-r4.ebuild 11405 SHA256 
86a61891bdee5c0325cc9181258f21e6d951d7078ecdefca52a2d64bd6d71102 SHA512 
eaff16a585e48c1b357e2b0c72f10db9e2a78b8d6a6474b9ce401137d4414982769e466f94d1bdf8dafcf09b531f11776f003d92f0623010547cbefbd463a4dd
 WHIRLPOOL 
2a852199d3dbb2344e197d51feb7329a8e0a3b7606757d603cebe77b67c10116749d09724a9777eaee7c48927b9f3505d5bd07f3e8f556d18d6e25c7fd7d5b8c
-EBUILD emacs-25.2-r1.ebuild 11581 SHA256 
f1328ec4285512bff7165616f88b5d4c37c83a5a267430e7f7ee8f6f8bbd4806 SHA512 
86462604eb0a1680a8a065019924cb967cb6831bd3002da729f45bee04af1a684fa5b524f326dc49a022c97054b78a14021c5a3e0a50a20713f57bb10064705a
 WHIRLPOOL 
937373a8af9ce1ea7e17644afa00fe51f7833faa400aff31eb0bb09342c96fb3da2845e82f7ef377f73b96a1b9f01ef466cc24719d394f03c2fb6c6af568ff63
+EBUILD emacs-25.2-r1.ebuild 11579 SHA256 
667269d60a1fb276a53564c32ed390ced0ee2d20b7a92333a9c970bea7c3c6d8 SHA512 
a5be05cbb351d97503d40ec8c0b7e869a42b4d8c014c01d4772643baf1792bf7612c339ce5d53741ca9c9aa533d4026d5b942bf4d18d659565b4eb03e9cd5713
 WHIRLPOOL 
45fa89791c8c1cd36910f25f85eda1c1ace0bc21dab3a04aa438ffbd0e60a0efce682fb2c41717f33aef252729a5e37ee80aee810fa7fe74abca7ee56571cf2c
 EBUILD emacs-25.2.ebuild 11498 SHA256 
8aa2b9d70378eb91f6383190ae9411b1c29455ef1a7331465a9639cf18018c62 SHA512 
b957b546f4f1d72331e34cc4735de79199a4899fbbaff8c8f8693707c5cafe2f10fcacf1ab4dc0e6ddc60b2d0f294a740da5588d75f076bc2fa3c8b991d97739
 WHIRLPOOL 
d05200688d5830ca2634aee7f16b862dba1e2673f690417f9e69a6ba26f6dfa5d20c46a14edbfb71b0b07c0e5e15e85c17f1dd7eddbe3ba14b7cf672f4849636
-EBUILD emacs-25.3.ebuild 11506 SHA256 
5851debd12627a26b83056f39a95bdb44599b9bc176092e0b92724529f17de41 SHA512 
adc107c6bbe4e08a60a6bdefee1975b276aa0401f23c33f750129cc66500fe28014dd98b05926e8954743d528accaaae50714faaf7110e53d9b54bede61c6ed3
 WHIRLPOOL 
67235516fbf445a7c0a884ec9d92b7d8fcbb50fdd2b59cc36f19bb9ffd8b7c0a4d81b937530ff322a5347a157e6f12937cf50c5e312a730e6705c8250aedbe76
+EBUILD emacs-25.3.ebuild 11504 SHA256 
9ff6b2f4c9e22730194035986b3c5ff3b2c41d07d69e326e428f7371331ce880 SHA512 
1ac391d7ce56c8327afdd1c7dc8ebcac3fe96966c8db7dea5f51efb81154d3baa95fb0f43963bf391bca6c19cdfd3f02bcc0247bd919eb3fa53f9bd5fadbff7c
 WHIRLPOOL 
135baa075f22a599b1190a20388c45e2e8852bc7f2fa4c3208bd9f6e6159d614e883796df6f199e2aee0be4def5fcc9fe267f7a6c9ff5368091686e03a3d9c41
 MISC metadata.xml 2759 SHA256 
7f568caaf3e715c1534bd7848b60e8234b4f082b665ba6769780dccdf9939b3e SHA512 
748620c7f63f55d74bd758fbe21d3762d23e97b362aa356ea30e42efb5f297b1e1abf6b43f6ff1239db0d1732f0d514d49f354a3792d839437f7b29f5ea23b42
 WHIRLPOOL 
9eec021a8c2a2a8b7d79ff1d348699f051d6e7e54586445ab691632bf26155c4ec722ef0db6984efb0510e7e49537c4c421fb896c7d861da836d3bc6bfe85de2

diff --git a/app-editors/emacs/emacs-25.2-r1.ebuild 
b/app-editors/emacs/emacs-25.2-r1.ebuild
index 5090974..5b9558e 100644
--- a/app-editors/emacs/emacs-25.2-r1.ebuild
+++ b/app-editors/emacs/emacs-25.2-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="25"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile 

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

2017-09-23 Thread David Seifert
commit: 20f5135974db37f56ae4c7d80f1267b421f21ebd
Author: Jonathan Scruggs  gmail  com>
AuthorDate: Sat Sep 23 15:59:39 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep 23 16:20:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f51359

media-libs/partio: Add patch to avoid naming conflicts

* partconv collides with a file from dev-games/crystalspace

Closes: https://bugs.gentoo.org/631834
Closes: https://github.com/gentoo/gentoo/pull/5776

 .../files/partio-1.1.0-Rename-partconv.patch   | 65 ++
 media-libs/partio/partio-1.1.0_p20170829.ebuild|  2 +
 2 files changed, 67 insertions(+)

diff --git a/media-libs/partio/files/partio-1.1.0-Rename-partconv.patch 
b/media-libs/partio/files/partio-1.1.0-Rename-partconv.patch
new file mode 100644
index 000..35f7c1244f3
--- /dev/null
+++ b/media-libs/partio/files/partio-1.1.0-Rename-partconv.patch
@@ -0,0 +1,65 @@
+From 7042285af5491fd3c2727fa24a7fd44145c066e5 Mon Sep 17 00:00:00 2001
+From: Jonathan Scruggs 
+Date: Sat, 23 Sep 2017 16:43:37 +0100
+Subject: [PATCH] Rename partconv to partconvert to avoid file collisions
+
+* partconv is the name of a program used by Crystal Space
+
+Closes: https://bugs.gentoo.org/631834
+---
+ README.md  | 2 +-
+ src/Makefile   | 2 +-
+ src/tools/CMakeLists.txt   | 6 +++---
+ src/tools/{partconv.cpp => partconvert.cpp} | 0
+ 4 files changed, 5 insertions(+), 5 deletions(-)
+ rename src/tools/{partconv.cpp => partconvert.cpp} (100%)
+
+diff --git a/README.md b/README.md
+index 0a3ac19..4cd12c3 100644
+--- a/README.md
 b/README.md
+@@ -56,7 +56,7 @@ src/
+doc/  Doxygen documentation and (the start of) a manual
+tests/Start of regression tests (I need more)
+tools/Useful tools 
+- partconv  
++ partconvert  
+  partinfo 
+  partview 
+ 
+diff --git a/src/Makefile b/src/Makefile
+index 0ced80e..ca4f965 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -25,4 +25,4 @@ reader/BGEO.o: reader/BGEO.cpp Particle.h ParticleSimple.h \
+ reader/PDB.o: reader/PDB.cpp Particle.h ParticleSimple.h \
+   reader/../Particle.h reader/pdb.h
+ partinfo.o: partinfo.cpp Particle.h
+-partconv.o: partconf.cpp Particle.h
+\ No newline at end of file
++partconvert.o: partconf.cpp Particle.h
+diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt
+index 7a6d26b..b4ed9ae 100644
+--- a/src/tools/CMakeLists.txt
 b/src/tools/CMakeLists.txt
+@@ -47,10 +47,10 @@ ENDIF(GLUT_FOUND AND OPENGL_FOUND)
+ ADD_EXECUTABLE(partinfo partinfo.cpp)
+ target_link_libraries(partinfo ${PARTIO_LIBRARIES})
+ 
+-ADD_EXECUTABLE(partconv partconv.cpp)
+-target_link_libraries(partconv ${PARTIO_LIBRARIES})
++ADD_EXECUTABLE(partconvert partconvert.cpp)
++target_link_libraries(partconvert ${PARTIO_LIBRARIES})
+ 
+ ADD_EXECUTABLE(partattr partattr.cpp)
+ target_link_libraries(partattr ${PARTIO_LIBRARIES})
+ 
+-install(TARGETS partattr partconv partinfo DESTINATION 
${CMAKE_INSTALL_BINDIR})
++install(TARGETS partattr partconvert partinfo DESTINATION 
${CMAKE_INSTALL_BINDIR})
+diff --git a/src/tools/partconv.cpp b/src/tools/partconvert.cpp
+similarity index 100%
+rename from src/tools/partconv.cpp
+rename to src/tools/partconvert.cpp
+-- 
+2.14.1
+

diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild 
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
index f5e7281f95e..bbba8e72a91 100644
--- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
+++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
@@ -29,6 +29,8 @@ DEPEND="${RDEPEND}
dev-lang/swig:*
 "
 
+PATCHES=( "${FILESDIR}/${PN}-1.1.0-Rename-partconv.patch" )
+
 src_prepare() {
cmake-utils_src_prepare
 



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/prison/

2017-09-23 Thread Johannes Huber
commit: 950527cd29cc967223a070566e79c4824c2b
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Sep 23 16:09:46 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Sep 23 16:11:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950527cd

kde-frameworks/prison: Use subslot on media-gfx/qrencode

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 kde-frameworks/prison/prison-5.38.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/prison/prison-5.38.0.ebuild 
b/kde-frameworks/prison/prison-5.38.0.ebuild
index d06ff10643f..c58970ce353 100644
--- a/kde-frameworks/prison/prison-5.38.0.ebuild
+++ b/kde-frameworks/prison/prison-5.38.0.ebuild
@@ -14,7 +14,7 @@ IUSE=""
 
 DEPEND="
$(add_qt_dep qtgui)
-   media-gfx/qrencode
+   media-gfx/qrencode:=
media-libs/libdmtx
 "
 RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/prison/

2017-09-23 Thread Johannes Huber
commit: fac7bd2ef9a885168412521106ac5c7d31231993
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Sep 23 16:11:07 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Sep 23 16:11:07 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fac7bd2e

kde-frameworks/prison: Use subslot on media-gfx/qrencode

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 kde-frameworks/prison/prison-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/prison/prison-.ebuild 
b/kde-frameworks/prison/prison-.ebuild
index a8a7e3c17a..75c0b67d52 100644
--- a/kde-frameworks/prison/prison-.ebuild
+++ b/kde-frameworks/prison/prison-.ebuild
@@ -14,7 +14,7 @@ IUSE=""
 
 DEPEND="
$(add_qt_dep qtgui)
-   media-gfx/qrencode
+   media-gfx/qrencode:=
media-libs/libdmtx
 "
 RDEPEND="${DEPEND}"



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

2017-09-23 Thread Thomas Deutschmann
commit: d0e2dc14f291706aaf21a1e4a24525dce921d1b0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 16:08:31 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 16:08:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e2dc14

sys-process/atop: x86 stable (bug #590466)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/sys-process/atop/atop-2.3.0-r1.ebuild 
b/sys-process/atop/atop-2.3.0-r1.ebuild
index 238b4fd02e2..6db48b04e56 100644
--- a/sys-process/atop/atop-2.3.0-r1.ebuild
+++ b/sys-process/atop/atop-2.3.0-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI+=" 
https://github.com/Atoptool/atop/commit/5f101e656a24271726d1e9cd67263
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2017-09-23 Thread Thomas Deutschmann
commit: 4b9ea7cfeb4742ebad63c4dca002277115e4ddf7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 16:07:51 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 16:08:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9ea7cf

sys-process/acct: x86 stable (bug #590466)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/sys-process/acct/acct-6.6.4-r1.ebuild 
b/sys-process/acct/acct-6.6.4-r1.ebuild
index efc32e5b78d..4b473989fc8 100644
--- a/sys-process/acct/acct-6.6.4-r1.ebuild
+++ b/sys-process/acct/acct-6.6.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 PATCHES=(



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

2017-09-23 Thread David Seifert
commit: d0cabeca83fd2052ffa6b7c57d092a944b3ef190
Author: Jonathan Scruggs  gmail  com>
AuthorDate: Sat Sep 23 15:27:43 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep 23 15:47:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cabeca

media-libs/Field3D: Fix compiling error for some people

* Replaced patch with more robust one to fix an error that
  causes the compile phase to stop.

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

 media-libs/Field3D/Field3D-1.7.2.ebuild|   2 +-
 .../Field3D-1.7.2-Use-PkgConfig-for-IlmBase.patch  | 142 +
 .../files/Field3D-1.7.2-openexr-fixes.patch|  38 --
 3 files changed, 143 insertions(+), 39 deletions(-)

diff --git a/media-libs/Field3D/Field3D-1.7.2.ebuild 
b/media-libs/Field3D/Field3D-1.7.2.ebuild
index 414b9351f9f..780a06db52e 100644
--- a/media-libs/Field3D/Field3D-1.7.2.ebuild
+++ b/media-libs/Field3D/Field3D-1.7.2.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
-PATCHES=( "${FILESDIR}/Field3D-1.7.2-openexr-fixes.patch" )
+PATCHES=( "${FILESDIR}/Field3D-1.7.2-Use-PkgConfig-for-IlmBase.patch" )
 
 # Docs are not finished yet.
 mycmakeargs=( -DINSTALL_DOCS=OFF )

diff --git 
a/media-libs/Field3D/files/Field3D-1.7.2-Use-PkgConfig-for-IlmBase.patch 
b/media-libs/Field3D/files/Field3D-1.7.2-Use-PkgConfig-for-IlmBase.patch
new file mode 100644
index 000..e967d20244c
--- /dev/null
+++ b/media-libs/Field3D/files/Field3D-1.7.2-Use-PkgConfig-for-IlmBase.patch
@@ -0,0 +1,142 @@
+From 5656d8dc657f4702c67fbabfab8922c80e0cf778 Mon Sep 17 00:00:00 2001
+From: Jonathan Scruggs 
+Date: Sat, 23 Sep 2017 16:08:48 +0100
+Subject: [PATCH] Use PkgConfig for IlmBase
+
+---
+ CMakeLists.txt  | 15 +++---
+ cmake/FindILMBase.cmake | 54 -
+ 2 files changed, 8 insertions(+), 61 deletions(-)
+ delete mode 100644 cmake/FindILMBase.cmake
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e9ad44f..864f0d2 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -35,8 +35,9 @@ CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
+ 
+ PROJECT ( field3d )
+ 
+-set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake )
++set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} )
+ 
++FIND_PACKAGE ( PkgConfig )
+ FIND_PACKAGE (Doxygen)
+ FIND_PACKAGE (HDF5)
+ IF ( CMAKE_HOST_WIN32 )
+@@ -49,7 +50,7 @@ FIND_PACKAGE (Boost COMPONENTS regex thread program_options 
system)
+ FIND_PACKAGE (MPI)
+ ENDIF ()
+ 
+-FIND_PACKAGE (ILMBase)
++PKG_CHECK_MODULES ( ILMBASE_LIBS REQUIRED IlmBase )
+ 
+ # Allow the developer to select if Dynamic or Static libraries are built
+ OPTION (BUILD_SHARED_LIBS "Build Shared Libraries" ON)
+@@ -65,14 +66,14 @@ INCLUDE_DIRECTORIES ( . )
+ INCLUDE_DIRECTORIES ( src )
+ INCLUDE_DIRECTORIES ( export )
+ INCLUDE_DIRECTORIES ( include )
+-INCLUDE_DIRECTORIES ( ${ILMBASE_INCLUDE_DIRS} )
++INCLUDE_DIRECTORIES ( SYSTEM ${ILMBASE_LIBS_INCLUDE_DIRS} )
+ INCLUDE_DIRECTORIES ( ${HDF5_INCLUDE_DIRS} )
+ INCLUDE_DIRECTORIES ( ${Boost_INCLUDE_DIR} )
+ 
+ # link directories
+ LINK_DIRECTORIES ( ${Boost_LIBRARY_DIRS} )
+ LINK_DIRECTORIES ( ${HDF5_LIBRARY_DIRS} )
+-LINK_DIRECTORIES ( ${ILMBASE_LIBRARY_DIRS} )
++LINK_DIRECTORIES ( ${ILMBASE_LIBS_LIBRARY_DIRS} )
+ 
+ IF ( CMAKE_HOST_UNIX )
+   ADD_DEFINITIONS ( -fPIC -DREQUIRE_IOSTREAM -Wno-invalid-offsetof )
+@@ -147,7 +148,7 @@ IF ( CMAKE_HOST_UNIX )
+  ${MPI_LIBRARIES} )
+   ENDIF ( MPI_FOUND )
+   LIST ( APPEND Field3D_Libraries_Shared
+-Iex Half IlmThread Imath
++${ILMBASE_LIBS_LIBRARIES}
+ pthread dl z )
+   SET ( Field3D_DSO_Libraries ${Field3D_Libraries_Shared} )
+   SET ( Field3D_BIN_Libraries Field3D ${Field3D_Libraries_Shared}
+@@ -155,7 +156,7 @@ IF ( CMAKE_HOST_UNIX )
+ ENDIF ( )
+ IF ( CMAKE_HOST_WIN32 )
+   # Add OpenEXR and zlib release/debug
+-  FOREACH ( lib Iex Half IlmThread Imath zdll )
++  FOREACH ( lib ${ILMBASE_LIBS_LIBRARIES} zdll )
+ LIST ( APPEND Field3D_Libraries_Shared
+   optimized ${lib}
+   debug ${lib}_d )
+@@ -164,7 +165,7 @@ IF ( CMAKE_HOST_WIN32 )
+   SET ( Field3D_BIN_Libraries Field3D ${Boost_LIBRARIES} )
+ ENDIF ()
+ 
+-TARGET_LINK_LIBRARIES ( Field3D ${Field3D_DSO_Libraries} ${Boost_LIBRARIES})
++TARGET_LINK_LIBRARIES ( Field3D ${Field3D_DSO_Libraries} ${Boost_LIBRARIES} )
+ 
+ # Parase version and soversion from export/ns.h
+ 
+diff --git a/cmake/FindILMBase.cmake b/cmake/FindILMBase.cmake
+deleted file mode 100644
+index c555100..000
+--- a/cmake/FindILMBase.cmake
 /dev/null
+@@ -1,54 +0,0 @@
+-# Copyright (c) 2009 Sony Pictures Imageworks Inc. et al.
+-# 
+-# All rights reserved.
+-# 
+-# Redistribution and use in source and binary forms, with or without
+-# modification, are permitted provided that the following conditions
+-# are met:
+-# 
+-# Redistributions of source code must retain the above copyright
+-# notice, this list of conditions and the 

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

2017-09-23 Thread Ulrich Müller
commit: 33a06ede43f36db19043725d49a9b02a9aaf7b3c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Sep 23 15:42:54 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Sep 23 15:42:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a06ede

app-editors/emacs: Remove old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-editors/emacs/Manifest  |   1 -
 app-editors/emacs/emacs-25.1.ebuild | 356 
 2 files changed, 357 deletions(-)

diff --git a/app-editors/emacs/Manifest b/app-editors/emacs/Manifest
index dfd1adceeab..6d548429ccb 100644
--- a/app-editors/emacs/Manifest
+++ b/app-editors/emacs/Manifest
@@ -7,7 +7,6 @@ DIST emacs-23.4.tar.bz2 38646508 SHA256 
26576f9e664397c729f78f5ffcd0929692519884
 DIST emacs-24.5-patches-3.tar.xz 12500 SHA256 
4927e037141c0c242d0d6d3aa7dfde140faae361aa556e6ded64b7ab26819f07 SHA512 
9bddca3d4a67b57ca03c26fbca378def345592a95c40e868fc47fd9944ed0f750bc30f3a4d588a8a0b4c90daa6c9ed63b56182e8d2d87b4c8d849bf834ead1cc
 WHIRLPOOL 
c16cbfda1040b205ced4c1ed120aad6f65285fb315ce89dc936e6a357fbc8f9215fb178b696d2a914c53c6869384f0b1b56fcb6b84c5438f026101b4989de6c5
 DIST emacs-24.5-patches-4.tar.xz 13632 SHA256 
3b2d7c2034711d114494745780b6521150aa0c524966cbaceeb8d4d053dcbdd3 SHA512 
569c3a55aaf1102c0bae4ab25ee06372763cd2de8a54e26b3eefd54e585cf90b53c8ffe1ca48eb4fd312a340380fd3f2fcdb584697814bf429129b48fa56ffb5
 WHIRLPOOL 
1855ac4178faafcc2d86141e023ff2626246c87e7ff2e7bfbaf9a989e9a48d2767acb9f7af99924cd7db04d34913a42764490831b7b45a34bcd131999180ff28
 DIST emacs-24.5.tar.xz 39759804 SHA256 
dd47d71dd2a526cf6b47cb49af793ec2e26af69a0951cc40e43ae290eacfc34e SHA512 
89dee4c3aadb6e505c523f84c65b5e40e5bf28a586cc8a4518a59581c22972f942bb6f3c772df0d5b2685c3e78247c545c6bb2576e981d1ef0f9298c18ad1677
 WHIRLPOOL 
3d9f8fb840f4c846246e642369f967ba0ec357c7cf718ed865523a3cd39605ba14b8c15fc9ae3f076c27e5b6e41fcb681d15f1c6ffc5934430c0a2bf47c233a3
-DIST emacs-25.1.tar.xz 42498944 SHA256 
19f2798ee3bc26c95dca3303e7ab141e7ad65d6ea2b6945eeba4dbea7df48f33 SHA512 
67442b9027869c44430e1d4c3e92e74601e667c9aef7e3da16f20a562b5e3fa8c64efdd4b4055919550523093d32eac73c094b644f6573fed41b4e0938668922
 WHIRLPOOL 
77cf4e126580634ec5aa2d2252a5d3334b6880a2abc32c54543b8df1a7dc9687bf41c54994044be7517b397bcfc2fc1094286ff4c05a7d6f64a8ef8376a4abfb
 DIST emacs-25.2-patches-1.tar.xz 2104 SHA256 
ea0ba1cf1fb06eb76907cc034acb440af1147bdc0fa849ba8185d016fe58e4ff SHA512 
45c666ba6332c8fb60a925c6af9c0da113f46055159d931feddb99ce19b2a03e0101b3a4d671fe699cd5f33fd58a25791bfb8b16e20f463e5d304902ee24854a
 WHIRLPOOL 
97c49266b7be18f028ae939dbdcfd3933637770506f108fcd9d08fa33c63f376fbb6fe520e42ec28adb6d4527c298173bffe596af774748946a3d8a130aa90f7
 DIST emacs-25.2.tar.xz 46900336 SHA256 
59b55194c9979987c5e9f1a1a4ab5406714e80ffcfd415cc6b9222413bc073fa SHA512 
2485d5ccd58ecc953cbd2458bdfa45e3c9a6ddfdb1b93c72b957a0da2460d4e42092905e039e8f5bac337ea1ecb9ac404b28702a363323ee5813b30032ebf00c
 WHIRLPOOL 
98de8ad164cf65b21e5fbfdbd7fcee84da32e3de66715d2f03f3c4d03cfa68d49aff2124e5da331282bb5fd9c2b2fbac4ddfd0985e907d2354994c78383f
 DIST emacs-25.3.tar.xz 42854740 SHA256 
253ac5e7075e594549b83fd9ec116a9dc37294d415e2f21f8ee109829307c00b SHA512 
1cce656451b6ca8502ebb229e88bd3ef48b7f9444a10eeac4ea43bd5491b2efacd641dfa35227a33362c3866493d3449cf1df81606563eef44bba0ed668e457f
 WHIRLPOOL 
603ec6b203523a22556e48616b4a5ab227c32d3653ac4b713e6cb0357e3556964bc92a1818b417bbf9037cca7dac55935da9458dc3d29b3bb24d66157e74c8df

diff --git a/app-editors/emacs/emacs-25.1.ebuild 
b/app-editors/emacs/emacs-25.1.ebuild
deleted file mode 100644
index af48de4087c..000
--- a/app-editors/emacs/emacs-25.1.ebuild
+++ /dev/null
@@ -1,356 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp-common flag-o-matic multilib readme.gentoo-r1
-
-DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
-HOMEPAGE="https://www.gnu.org/software/emacs/;
-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 hppa ~ia64 ~mips ppc ppc64 ~s390 ~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 hesiod imagemagick +inotify jpeg kerberos 
libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff 
toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
-REQUIRED_USE="?? ( aqua X )"
-
-RDEPEND="sys-libs/ncurses:0=
-   >=app-eselect/eselect-emacs-1.16
-   >=app-emacs/emacs-common-gentoo-1.5[games?,X?]
-   net-libs/liblockfile
-   acl? ( virtual/acl )
-   alsa? ( media-libs/alsa-lib )
-   dbus? ( sys-apps/dbus )
-   gpm? ( sys-libs/gpm )
-   hesiod? ( net-dns/hesiod )
-   !inotify? ( gfile? ( 

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

2017-09-23 Thread Brian Evans
commit: 31cb9714188306e943f36c92ecf097bc510e328b
Author: Brian Evans  gentoo  org>
AuthorDate: Sat Sep 23 14:50:20 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sat Sep 23 14:50:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31cb9714

dev-lang/php: Drop old RC plus security vulnerable versions

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-lang/php/Manifest |   3 -
 dev-lang/php/php-5.6.30.ebuild| 779 --
 dev-lang/php/php-7.0.21.ebuild| 739 
 dev-lang/php/php-7.2.0_rc1.ebuild | 734 ---
 4 files changed, 2255 deletions(-)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index fb00565efd0..5fd59601771 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -1,7 +1,4 @@
-DIST php-5.6.30.tar.xz 12449696 SHA256 
a363185c786432f75e3c7ff956b49c3369c3f6906a6b10459f8d1ddc22f70805 SHA512 
fdf503925c236a79cc09bc9e5c06ce5afa7497ccf20ab486389b818a7d84db1b84ac119523b35586f64fff7d198b6c20164910fbf33254b35ec2f41015d9feef
 WHIRLPOOL 
d3217dfd3de0a2b2f178f1b869d2e0fa39128c4518deaf20f6f79d81a938f3730bf4cfb1cc19ddd55797a9e43a2ebad76555ae08004cefbf2430fc6916c49bd3
 DIST php-5.6.31.tar.xz 12461268 SHA256 
c464af61240a9b7729fabe0314cdbdd5a000a4f0c9bd201f89f8628732fe4ae4 SHA512 
b5d3bc306167c851460036aa21194a2f74a50a26aa5c46159394bddbff94e4a418b557d68d5e1315672b3571b13a231ef7810d5346f57c0094acfe29c2e70495
 WHIRLPOOL 
2cd74a9cfe82b9363b4fbad37b13a8f7cc9571d2493a95b52cdaeeafe2d04255a29b31792dce2db0c41696539ed6b203446a2a6a8ea0319d82066fe9622bfcb9
-DIST php-7.0.21.tar.xz 12626276 SHA256 
6713fe3024365d661593235b525235045ef81f18d0043654658c9de1bcb8b9e3 SHA512 
6fabbadc6076622628e5c408c1be546982412f56b631285f6abe4a98cedc2bbb5d05f4c1c14b07a7e0a04e24270a8a0d7361baa4f42a2232703baee70934ec34
 WHIRLPOOL 
4f2fbbdb2eca5515721f21924df3bf00d61a2856c06d15c46b5e7592700b7a036dc58f3745a20bb5b908469b1007b293c91ebd0c17cd60372a1b392fc9e0a8bb
 DIST php-7.0.23.tar.xz 11953100 SHA256 
8e526e3551a58e00c8055fa4a72804aa1bd3ee1c0411b25bf1504cc4992609df SHA512 
62201592fca88fb1c302badf7e73e5d417e9a062300e0d32fdfcb346d300cd86bf957b880a73795037a332fe148b64589bb15204bdd6b0ddcbbddc5a12e6d042
 WHIRLPOOL 
5d6131b5d7701b01c1aa849c6b5e3b133b4276999354eccecf847675552eb0be79a68cd0a10595c64bda2594489d3699868b4ed9a1fe3c5cdcc4fda45be32493
 DIST php-7.1.9.tar.xz 12157172 SHA256 
ec9ca348dd51f19a84dc5d33acfff1fba1f977300604bdac08ed46ae2c281e8c SHA512 
feefaae7edda115c9c10d6a07a9d897343ca972e4e5ec327f383cb28f204ac10956653fc120f0474901e59f32f105dc1a7afe64d49a3ea8bf486377837618013
 WHIRLPOOL 
5179ca1adddb099a3d8dccc009a96202f6d69edeea3126a5f861498475f36413f0a17a6a501b1b0eadba3acfb4ff262a8a5a7ee324043f03d74e857d1dc7c6a8
-DIST php-7.2.0RC1.tar.xz 11970504 SHA256 
04f68d9accb60e56adecc34a80b84bde16edb255a13eef701ea2d6c2b13dc15b SHA512 
0b342416df181f7e67174e9be899e1db1d621630366b7b27a3568a076e7eae4b1f7bf08093f39cf8a3adc9698cf35a66c4b59a6014c7cbb2d4d00e4c1cf2618d
 WHIRLPOOL 
63ecc092b7b96f1bb68c4c003d0627640eba46cac2f6b6ee2e5664ff4a3c347765ea117722b9bf607331d185c0a162bb0ce34308cd8749cedf0e9653120aa755
 DIST php-7.2.0RC2.tar.xz 12051048 SHA256 
0406366fcd5be4ee5e76e3c6a4279e04f93a1827a44d27c4f57fbed9e01cd281 SHA512 
aa7e3632381677db995a72dcf0276a3be0d40c32138743a225d8e41e791a6fe00859e27ed7699be90e3843d3eb4da90af6a31aab65dc790c402863d09f409a48
 WHIRLPOOL 
fc8c39b8b4a6184fa8e460dd91b0afbb62c5321effd5c5227eb276adb46857acf05e0fa5749279b0f26fe2c08d9f8001f0132507ab778dd1f7df7237da74b623

diff --git a/dev-lang/php/php-5.6.30.ebuild b/dev-lang/php/php-5.6.30.ebuild
deleted file mode 100644
index c38661fc0f7..000
--- a/dev-lang/php/php-5.6.30.ebuild
+++ /dev/null
@@ -1,779 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic versionator systemd
-
-DESCRIPTION="The PHP language runtime engine"
-HOMEPAGE="http://php.net/;
-SRC_URI="http://php.net/distributions/${P}.tar.xz;
-
-LICENSE="PHP-3.01
-   BSD
-   Zend-2.0
-   bcmath? ( LGPL-2.1+ )
-   fpm? ( BSD-2 )
-   gd? ( gd )
-   unicode? ( BSD-2 LGPL-2.1 )"
-
-SLOT="$(get_version_component_range 1-2)"
-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"
-
-# We can build the following SAPIs in the given order
-SAPIS="embed cli cgi fpm apache2"
-
-# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
-IUSE="${IUSE}
-   ${SAPIS/cli/+cli}
-   threads"
-
-IUSE="${IUSE} acl bcmath berkdb bzip2 calendar cdb cjk
-   coverage crypt +ctype curl debug
-   enchant exif +fileinfo +filter firebird
-   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
-   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
-   mhash mssql mysql libmysqlclient mysqli nls
-   

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

2017-09-23 Thread Thomas Deutschmann
commit: 23a6cb12f2c229049e55e0dcb35e79f4d134920b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 14:29:20 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 14:32:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a6cb12

dev-lang/qu-prolog: x86 stable (bug #631726)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-lang/qu-prolog/qu-prolog-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/qu-prolog/qu-prolog-10.0.ebuild 
b/dev-lang/qu-prolog/qu-prolog-10.0.ebuild
index df1c2567a7e..a32be5b617f 100644
--- a/dev-lang/qu-prolog/qu-prolog-10.0.ebuild
+++ b/dev-lang/qu-prolog/qu-prolog-10.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.itee.uq.edu.au/~pjr/HomePages/QPFiles/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="debug doc examples pedro qt4 readline threads"
 
 RDEPEND="



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

2017-09-23 Thread Thomas Deutschmann
commit: c76a05f2bdc3bc87b54845b5ce1ef765a43e9e16
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 14:30:32 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 14:32:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76a05f2

app-backup/dar: x86 stable (bug #629702)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-backup/dar/dar-2.5.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/dar/dar-2.5.11.ebuild b/app-backup/dar/dar-2.5.11.ebuild
index ba822cd261d..8816e9f258b 100644
--- a/app-backup/dar/dar-2.5.11.ebuild
+++ b/app-backup/dar/dar-2.5.11.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux"
 IUSE="dar32 dar64 doc gcrypt gpg lzo nls static static-libs xattr"
 
 RESTRICT="test" # need to be run as root



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

2017-09-23 Thread Thomas Deutschmann
commit: f68a9771bd9eba0e667ffe2d673379734a266238
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 14:32:05 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 14:32:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68a9771

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

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-antivirus/clamav/clamav-0.99.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-antivirus/clamav/clamav-0.99.2-r1.ebuild 
b/app-antivirus/clamav/clamav-0.99.2-r1.ebuild
index 6c2a245ff18..409382855e3 100644
--- a/app-antivirus/clamav/clamav-0.99.2-r1.ebuild
+++ b/app-antivirus/clamav/clamav-0.99.2-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 clamdtop iconv ipv6 libressl milter metadata-analysis-api selinux 
static-libs uclibc"
 
 CDEPEND="bzip2? ( app-arch/bzip2 )



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

2017-09-23 Thread Thomas Deutschmann
commit: a387bfb7c750edb4d95cc38c068318e796939e2d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 14:28:23 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 14:32:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a387bfb7

sci-libs/fftw: x86 stable (bug #631770)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-libs/fftw/fftw-3.3.6_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/fftw/fftw-3.3.6_p2.ebuild 
b/sci-libs/fftw/fftw-3.3.6_p2.ebuild
index 060184d3687..95cdb6de99d 100644
--- a/sci-libs/fftw/fftw-3.3.6_p2.ebuild
+++ b/sci-libs/fftw/fftw-3.3.6_p2.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/FFTW/fftw3.git;
 else
SRC_URI="http://www.fftw.org/${PN}-${PV/_p/-pl}.tar.gz;
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 fi
 
 LICENSE="GPL-2+"



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

2017-09-23 Thread Michał Górny
commit: 3988c3428a651d4427159207ae0e535da1196ac7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 23 13:36:34 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 23 14:18:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3988c342

dev-util/sysdig: Bump to 0.18.0

 dev-util/sysdig/Manifest |  1 +
 dev-util/sysdig/sysdig-0.18.0.ebuild | 91 
 2 files changed, 92 insertions(+)

diff --git a/dev-util/sysdig/Manifest b/dev-util/sysdig/Manifest
index cab3f72bbc0..b56888065bd 100644
--- a/dev-util/sysdig/Manifest
+++ b/dev-util/sysdig/Manifest
@@ -1 +1,2 @@
 DIST sysdig-0.17.0.tar.gz 718719 SHA256 
f009acc32f2b15fcb0d2267bde6f6de9b3445179003c979ba61a8836abdb78f9 SHA512 
476e130151d1a8e9e782f074c45448becbef10397c0040e33febaf89c73f22c1716ebeeb2683f489a74c83f5d67174c9f21bb05d4327f35fb03ca1b9822889bc
 WHIRLPOOL 
a8f3e0aa45e00d9e6b02e0c26f3ec2f91cbf4d9a6caf955684617e2a1e7c9c0b92c0bdda3b2c254129008ea42bd2386710ef391714e13631e0e7d62fe9226ed0
+DIST sysdig-0.18.0.tar.gz 739774 SHA256 
9caab6b4ef4a6d9f9ded8f79b1fcbe34a918c61b6f3b5a15d803f0f25e73497a SHA512 
51649bc965d54b0e4b6c17d3b8f6a9c1710300b371c556193f04f25c71acbc96da1bfb6c636f8afdd8544de39d7bb1db0bd8ecc39d18d6f1f238d9e7819f0265
 WHIRLPOOL 
de150a7254428edf88fbe34226ebb1bc96270fbb942d70cc483cef7c04e7a31e43e8efd070b44d78991bdeabc88bfd90370f0cfa7fcb71b41b72c4fd005f4e8c

diff --git a/dev-util/sysdig/sysdig-0.18.0.ebuild 
b/dev-util/sysdig/sysdig-0.18.0.ebuild
new file mode 100644
index 000..ebc9e98519a
--- /dev/null
+++ b/dev-util/sysdig/sysdig-0.18.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+MODULES_OPTIONAL_USE=modules
+inherit linux-mod bash-completion-r1 cmake-utils
+
+DESCRIPTION="A system exploration and troubleshooting tool"
+HOMEPAGE="https://www.sysdig.org/;
+SRC_URI="https://github.com/draios/sysdig/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+modules"
+
+RDEPEND="
+   app-misc/jq:0=
+   dev-lang/luajit:2=
+   >=dev-libs/jsoncpp-0.6_pre:0=
+   dev-libs/libb64:0=
+   sys-libs/ncurses:0=
+   sys-libs/zlib:0=
+   dev-libs/openssl:0=
+   net-misc/curl:0="
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   virtual/os-headers"
+
+# needed for the kernel module
+CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS ~TRACEPOINTS"
+
+pkg_pretend() {
+   linux-mod_pkg_setup
+}
+
+pkg_setup() {
+   linux-mod_pkg_setup
+}
+
+src_prepare() {
+   sed -i -e 's:-ggdb::' CMakeLists.txt || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   # we will use linux-mod for that
+   -DBUILD_DRIVER=OFF
+   # libscap examples are not installed or really useful
+   -DBUILD_LIBSCAP_EXAMPLES=OFF
+
+   # unbundle the deps
+   -DUSE_BUNDLED_DEPS=OFF
+   )
+
+   cmake-utils_src_configure
+
+   # setup linux-mod ugliness
+   MODULE_NAMES="sysdig-probe(extra:${S}/driver:)"
+   BUILD_PARAMS='KERNELDIR="${KERNEL_DIR}"'
+   BUILD_TARGETS="all"
+
+   if use modules; then
+   cmake-utils_src_make configure_driver
+
+   cp "${BUILD_DIR}"/driver/Makefile.dkms driver/Makefile || die
+   fi
+}
+
+src_compile() {
+   cmake-utils_src_compile
+
+   linux-mod_src_compile
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   linux-mod_src_install
+
+   # remove sources
+   rm -r "${ED%/}"/usr/src || die
+
+   # move bashcomp to the proper location
+   dobashcomp "${ED%/}"/usr/etc/bash_completion.d/sysdig || die
+   rm -r "${ED%/}"/usr/etc || die
+}



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

2017-09-23 Thread Thomas Deutschmann
commit: 874576d34f30e2c363685d0e3c9cce83f04a4b7f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 13:38:08 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 14:15:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874576d3

dev-lang/php: x86 stable (bug #629452)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

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



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

2017-09-23 Thread Thomas Deutschmann
commit: e740d7e0bd699105ead5db3a54c52fbf07ad45c0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 14:15:13 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 14:15:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e740d7e0

dev-python/libvirt-python: x86 stable (bug #629462)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/dev-python/libvirt-python/libvirt-python-3.6.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-3.6.0.ebuild
index 24ce4b54872..4262eae3725 100644
--- a/dev-python/libvirt-python/libvirt-python-3.6.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-3.6.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} = ** ]]; then
RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"



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

2017-09-23 Thread Thomas Deutschmann
commit: ca13f5ae27dc137649ba2cb0e2f61c30dd33636c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 14:14:34 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 14:15:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca13f5ae

app-emulation/libvirt: x86 stable (bug #629462)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/libvirt/libvirt-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/libvirt/libvirt-3.6.0.ebuild 
b/app-emulation/libvirt/libvirt-3.6.0.ebuild
index 136bd8740f0..8bac314f570 100644
--- a/app-emulation/libvirt/libvirt-3.6.0.ebuild
+++ b/app-emulation/libvirt/libvirt-3.6.0.ebuild
@@ -18,7 +18,7 @@ else
else
SRC_URI="http://libvirt.org/sources/${P}.tar.xz;
fi
-   KEYWORDS="amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
SLOT="0/${PV}"
 fi
 



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

2017-09-23 Thread Thomas Deutschmann
commit: cafc15e1cd9c583ba3ecba8baa6df933001294c5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 14:13:12 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 14:15:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafc15e1

app-emulation/qemu: x86 stable (bug #629350)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/qemu/qemu-2.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-2.10.0.ebuild 
b/app-emulation/qemu/qemu-2.10.0.ebuild
index 989c6558471..ad3e8e8235f 100644
--- a/app-emulation/qemu/qemu-2.10.0.ebuild
+++ b/app-emulation/qemu/qemu-2.10.0.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else
SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2;
-   KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+   KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/, net-firewall/shorewall/files/

2017-09-23 Thread Thomas Deutschmann
commit: 6035b78225d3067e9d053c28a03214f5fcb88d38
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep 23 13:48:48 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep 23 14:15:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6035b782

net-firewall/shorewall: Bump to v5.1.7

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-firewall/shorewall/Manifest|   7 +
 ...all-init-01_remove-ipset-functionality-r1.patch |  30 ++
 net-firewall/shorewall/shorewall-5.1.7.ebuild  | 456 +
 3 files changed, 493 insertions(+)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index 7c2eb82467b..58e94ee7c98 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,14 +1,21 @@
 DIST shorewall-5.1.5.2.tar.bz2 520374 SHA256 
ca33a7bc9c590638575edb8a530b76a9b0bd844877bef7df7c23646e839e137b SHA512 
aed35f0a00944d70bb2bdab195f151e3770e73dabe07a59c1b6dd7fce5147866c73d44325df9ded475c37b258cf7c31c8d1348c58476fadd5b98217b7f0b3888
 WHIRLPOOL 
ac0489f4ec152ff57a6da6be2c86b0fe45281ad9bb09e3fd53aba11b94252bb44ec5a71f069e2541b5c4912922fcfbbbce6004804c395e17929c78465a0cd102
 DIST shorewall-5.1.6.1.tar.bz2 522476 SHA256 
90702872726c30434ef87c19be1742ae5f04b4e0b1f9ee7761810b618b38a05e SHA512 
604ee6150add87a5c121e863ec3d65f454b6ae1724236c80c08e2ce3365512966126f9d28d07c7e6a273d5626e02e5625015f91f6a7166b830f6ccb667f731ba
 WHIRLPOOL 
f0e70c3949e9f9b59a5f5a19ee1023ecc6dc2ece2e420245f67fa2d7197939bc1197402366d8a560d7e29231accd5ea1456a005df30c7deaa82f25e01375ff2a
+DIST shorewall-5.1.7.tar.bz2 523676 SHA256 
d19e6461fee8e497d3d569d69b4e0fed7736870171dd15ad8287e48facb25be0 SHA512 
24f8dff494ee39926cb25680f62b2cd9073ab80b249ab57af5419af2211fc964d64e0bafb651879ba519677e0f844d5617cefe09f769369572c9c1a00149bce6
 WHIRLPOOL 
503fbf422b3888073cc64cdc4ba43c90a376b139252df3c146266d7da238b3aad92c1d778f5d1e8a45e4b9f1e6255e5c623c1b0530be68e95b184f7d56d0d21e
 DIST shorewall-core-5.1.5.2.tar.bz2 77435 SHA256 
24ca9c2e506cadda1fcbf621b376db0ebb3f3802cecc53d1518753a9cb77d450 SHA512 
d4e0ef22d288e6addc2ce41813f2bab56fa142893ea495ef59dd1a636995e2a71e88477c38cac1004f055a7333ab0db27a334ca586b88558d6b781966712bff2
 WHIRLPOOL 
526495ae9a13a2e0dfc6dc7fffec0a7f8dd1be111be35ff2356bcf403c12c7e76993c82b2cb5b76541fa613856b23a5499b86a7a72b52062e7a21bd3b61e9082
 DIST shorewall-core-5.1.6.1.tar.bz2 78891 SHA256 
31b48d50ce9a6b256739679c03ea4c6c219149b34201e6637f0ed2ccc6dd3530 SHA512 
090425813791bc78531a46c493a54cadc3ac6106963c87abb3c48f0863267f71bccad644209f2893f9f1ec06057595242f12fbd59312c7e8dd932f0c3bc29236
 WHIRLPOOL 
c255fd892a299fe8ef56a923b4c8511df2cbc21ce8821f90257b2e9a1fd66a20ec2a5070365dc7a6b43e40c0b0645c845b122a67b4dbc6e71e8a9f1de919b13b
+DIST shorewall-core-5.1.7.tar.bz2 79711 SHA256 
c94baf58a61b79407fbaea84a6439d323b17d02912dd81838f7b5ed07ccf1340 SHA512 
91836595a3f0df8db6d26eeef47207e94364748e55762de771340ed368ea10be2c445680a57a2864fdfa68b35da18ee256cc0f8dcf6c53494c39f09da8ae829d
 WHIRLPOOL 
4fd47f0b46c2881917561b9234acc38548fb9d4a1ef1e2f706a8eaceeb1d44aa0753a93fecddb7ebc80be9e19c20fdd853c22ca2ab7ae21e092aba7e60921b58
 DIST shorewall-docs-html-5.1.5.2.tar.bz2 4218574 SHA256 
18a601050b6fcf6b5839ead037e96ee28ae85eb34262d7d614183cbee6169ef5 SHA512 
a66161a601f5417bde8612a154c3886dbf81985e127955bbec213dcaa0e4778b2a3aabbf1dcf257d36db0806b5822bce5fa11a555da36427abbf0deb8f6f1501
 WHIRLPOOL 
d8607b0c7ea3b7bd7b685e99895867f9e37bc2a0c8a5520a59311696fc0e2817452e36865c08e7b758a72fd9a546bf5ef6a47f4098f993cf8c95ad4e1f426dd8
 DIST shorewall-docs-html-5.1.6.1.tar.bz2 4218958 SHA256 
db1d61b013f035a2e7d515f483d789fa160fe7a250e12e9efec5a79fb2ef1144 SHA512 
c620209dd6fd9f044088e11e1adf8bee5c481bb27db76bfae5f42fae242dc139526cc457507251d5d00e55a652b358aa7ac3586ec10e28210e00f75932007277
 WHIRLPOOL 
36936c55029db3875f1a14014eb2c25845412f74bec22205a24919faa34c8b447539bbaa29189ed547bd63989ba20d1c4376fc5fd4d02d4c227f10d733fc0835
+DIST shorewall-docs-html-5.1.7.tar.bz2 4218629 SHA256 
81a9906479bab465e61b420cc9904487ccb490f10bcaef4a5487ec5ff46a1428 SHA512 
c24351701983c8b0e6b429094084cbfec1360eaaf4cae8c58b3513c3783957ae1b16a5b0443f07b6ccb4cbf5726324b7670f07dfe5fe1b0e58ec127d305baa4e
 WHIRLPOOL 
a31f6822011fb90e4e6b00f20f7f604a4cb4a6f67fc2563754bfb447a2fb2a09a86001412d3d47190f6ce388bdc321ec99fc32fd23015566fe0381f8a1f6a4c2
 DIST shorewall-init-5.1.5.2.tar.bz2 32646 SHA256 
1ae9771f20ca3ede897fe0ee4443d65011dde37d6ecc146150ba22c980b6f272 SHA512 
de67e167bbdd5e2860e01fb55f07b695011ce7473b98b374f605263eb0aa66e7de645cd7716526ecbf01bf8b65fb5e08294c85bf55ec45b54b78f1b66e80565c
 WHIRLPOOL 
d1f1d05b384b63b087e48afa90ded85e333d1ca1d8e90196de2540c8705239f55326ffa5d421f6c03e651e6d7076e18786ab47009c09f31de2cc6fe13910ac36
 DIST shorewall-init-5.1.6.1.tar.bz2 34153 SHA256 
ad20b348e32f6cc332521b07ef89a891978453e56cfe7fbe916d1f83ae594194 SHA512 

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

2017-09-23 Thread Sergei Trofimovich
commit: 6583c108c2d07a4ffaeaf4ca133bf8acb79d5daa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 14:02:19 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 14:02:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6583c108

dev-lang/php: stable 5.6.31 for hppa, bug #624052

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

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

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



[gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/

2017-09-23 Thread Sergei Trofimovich
commit: e845a8ce83ef03c93d8ae52db403ae20e9bfe4cb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 14:02:29 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 14:02:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e845a8ce

net-irc/irssi: stable 1.0.4 for hppa, bug #624100

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

 net-irc/irssi/irssi-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/irssi/irssi-1.0.4.ebuild b/net-irc/irssi/irssi-1.0.4.ebuild
index 814a3510153..9a2185e7d49 100644
--- a/net-irc/irssi/irssi-1.0.4.ebuild
+++ b/net-irc/irssi/irssi-1.0.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+perl selinux socks5 +proxy libressl"
 
 CDEPEND="



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

2017-09-23 Thread Sergei Trofimovich
commit: 06cf417e182cabba53899618c275240a468b781d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 14:02:25 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 14:02:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cf417e

dev-lang/php: stable 7.0.21 for hppa, bug #624052

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

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

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



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

2017-09-23 Thread Sergei Trofimovich
commit: 7a92879057b0fbd16ef98699191db913b128acb0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 13:49:12 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 13:55:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a928790

net-libs/axtls: stable 2.1.3 for ppc64, bug #630760

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 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 50b1d4e7969..3611b0f3fc9 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: app-editors/emacs/

2017-09-23 Thread Sergei Trofimovich
commit: 0e298dbe3b32ff387c9595b615c667ae2abe5774
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 13:49:04 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 13:55:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e298dbe

app-editors/emacs: stable 25.3 for ppc64, bug #630680

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/app-editors/emacs/emacs-25.3.ebuild 
b/app-editors/emacs/emacs-25.3.ebuild
index a7cb28d504b..ec667f7ab0d 100644
--- a/app-editors/emacs/emacs-25.3.ebuild
+++ b/app-editors/emacs/emacs-25.3.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="25"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos 
libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff 
toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
 REQUIRED_USE="?? ( aqua X )"
 



  1   2   3   >